@charset "UTF-8";
@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

/* reset */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  margin: 0;
font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic",'M PLUS Rounded 1c',sans-serif;
  color: #555;
  font-size: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

ul.TOP_slider.slick-initialized.slick-slider.slick-dotted {
  padding: 0;
}

/* -reset */

/* header */
.sp_header_line {
display: none;
}
header .pc_head_bnr {
  display: flex;
  background: #e7170c;
}

header .pc_head_bnr li {
  color: #fff;
  font-size: 1rem;
  line-height: 3;
}

header .pc_head_bnr li:first-child {
  padding-left: 15px;
}

header .pc_head_bnr li:nth-child(2) {
  margin: 0 0 0 auto;
  padding-right: 30px;
}

header .pc_head_bnr li:nth-child(2) a {
  background: #fff;
  padding: 5px;
  margin-left: 10px;
  color: #c9151e;
text-decoration: none;
}

header .pc_head_bnr li:nth-child(2) a:hover {
  opacity: 0.8;
text-decoration: none;
}

header .osamu_mv__ {
  display: flex;
  margin: 50px 0;
  align-items: flex-end;
}

header .osamu_mv__ h1 {
  width: 50%;
  margin: 0 0 0 25%;
}

header .osamu_mv__ h1 a:hover {
  opacity: 0.8;
}

header .osamu_mv__ .menu_icon {
  width: 25%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 30px;
}

header .osamu_mv__ .menu_icon li {
  margin-left: 30px;
  width: 25%;
  flex-basis: 100%;
}
header .osamu_mv__ .menu_icon li a {
color: #555;
font-size: 1rem;
}
header .osamu_mv__ .menu_icon li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

header .osamu_mv__ .menu_icon li a img {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

header .osamu_mv__ .menu_icon li a img:hover {
  transform: translateY(-0.5rem);
}

header .osamu_mv__ .menu_icon li:first-child {
  width: 20%;
}

header nav {
  position: relative;
}

header nav .pc_nav {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  align-items: center;
}

header nav .pc_nav .toggle_content {
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
}

header nav .pc_nav .toggle_content .toggle {
  outline: none;
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #555;
  transition: .5s;
  cursor: pointer;
  width: 50px;
}

header nav .pc_nav .toggle_content .toggle:hover .fas.fa-chevron-down {
  transform: rotate(180deg);
}

header nav .pc_nav .toggle_content .toggle .fas.fa-chevron-down {
  transition: 0.4s;
}

header nav .pc_nav .toggle_content .pc_menu_wrap {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0;
  top: 3rem;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu li {
  width: 20%;
  margin-bottom: 30px;
  text-align: left;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu li::before {
  content: '>';
  font-size: 1.125rem;
  font-weight: bold;
  color: #c9151e;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu li a {
  display: inline-block;
  position: relative;
color: #555;
text-decoration: none;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #c9151e;
  transform: scale(0, 1);
  transition: 0.4s;
}

header nav .pc_nav .toggle_content .pc_menu_wrap .toggle_menu li a:hover::before {
  transform: scale(1);
}

header nav .pc_nav .under {
  margin-left: 5%;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
}

header nav .pc_nav .under a {
  display: inline-block;
  position: relative;
color:#555;
text-decoration: none;
}

header nav .pc_nav .under a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #c9151e;
  transform: scale(0, 1);
  transition: 0.4s;
color:#555;
text-decoration: none;
}

header nav .pc_nav .under a:hover::before {
  transform: scale(1);
}

header nav .pc_nav .serch_Btn {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  display: flex;
}

header nav .pc_nav .serch_Btn input {
  border: none;
  outline: none;
  text-align: left;
  font-size: 14px;
}

header nav .pc_nav .serch_Btn .serch_btn {
  outline: none;
  border: none;
  background: none;
  font-size: 1.25rem;
  color: #555;
  cursor: pointer;
}

/* -header*/
/* main共通 */
.sec {
  max-width: 1600px;
  margin: 0 auto 150px auto;
text-align: center;
}

section {
  margin-bottom: 150px;
text-align: center;
    overflow: hidden;
}
header,footer {
text-align: center;
}
.more_btn {
  text-align: center;
}

.more_btn a {
  background: #e7170c;
  color: #fff;
  font-size: 1.5rem;
  width: 240px;
  padding: 18px 0;
  display: inline-block;
  line-height: 1;
text-decoration: none;
}

.more_btn a:hover {
  opacity: 0.8;
text-decoration: none;
}

.ttl {
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 50px;
  letter-spacing: 0.15rem;
  line-height: 2;
color:#555;
}
.recommend_thanks {
margin: 50px 0;
}
.fs-c-wishlistProduct {
margin-top: 50px;
}
/* main共通 */


/* TOP SLIDER */
.top_slider {
  margin-bottom: 80px;
}

.top_slider .TOP_slider {
  margin-bottom: 50px;
}

.top_slider .TOP_slider li {
  margin-left: 10px;
}

.top_slider .TOP_slider li a {
  display: block;
text-decoration: none;
}

.top_slider .TOP_slider li a:hover {
  opacity: 0.8;
text-decoration: none;
}

.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
  font-size: 2.2vh;
  color: #666;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 1.5vh;
}
/* -TOP SLIDER */
/* 新着商品 */
.new_sec {
  width: 100%;
  max-width: 100%;
}

.new_sec .slider {
  width: 95%;
  margin: 0 auto 50px auto;
}

.new_sec .slider li a {
  display: block;
  text-decoration: none;
  color:#555;
  font-size: 1rem;
}

.new_sec .slider li a:hover {
  opacity: 0.8;
  text-decoration: none;
  color:#555;
}

.new_sec .slick-initialized .slick-slide {
  margin: 8px;
}

#_rcmdjp_display_1 .fr2-price__value {
font-weight: bold;
}

/* -新着slider */
/* 特集 */
.special_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.special_item li {
  width: 24%;
  margin-bottom: 19px;
  overflow: hidden;
}

.special_item li img {
  transition: 0.4s;
}

.special_item li img:hover {
  transform: scale(1.1);
}

.special_item li a:hover {
  opacity: 0.8;
}

/* -特集 */
/* pickup */
.pickup_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.pickup_item li {
  width: 15.5%;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 19px;
}

.pickup_item li img {
  border-radius: 15px;
}
.pickup_item li a {
color: #555;
font-size: 2.2vh;
}
.pickup_item li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

/* -pickup */
/* RESTOCK */
.restock_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.restock_item li {
  width: 15.5%;
  text-align: center;
  margin-bottom: 19px;
}
.restock_item li a {
display: block;
line-height: 1.3;
color: #555;
font-size: 1rem;
}
.restock_item li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}
.restock_item li .itemPrice {
font-weight: bold;
}
.restock_item li .FS2_itemPrice_addition {
font-size: 1.5vh;
}
/* -RESTOCK */
/* category */
.category_sec {
  background: #eee;
  padding-top: 50px;
}

.category_sec .category_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  align-items: flex-start;
  padding-right: 5%;
}

.category_sec .category_item li {
  width: 20%;
  margin-left: 5%;
  max-width: 153px;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 60px;
  letter-spacing: 0.1rem;
}

.category_sec .category_item li img {
  margin-bottom: 10px;
  transition: 0.3s;
}

.category_sec .category_item li img:hover {
  transform: scale(1.1);
}
.category_sec .category_item li a {
color: #555;
}
.category_sec .category_item li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

.category_sec .category_item .mobile {
  font-size: 1.075rem;
}

/* -category */
/* ranking */
.ranking_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ranking_item li {
  width: calc((100% - 15.53%) / 5);
  margin-left: 10px;
  text-align: left;
}

.ranking_item li span {
  font-size: 1.75rem;
  line-height: 2;
}
.ranking_item li a {
color: #555;
font-size: 1rem;
}
.ranking_item li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

.ranking_item .top span {
  color: #e6b800;
  padding-left: 70px;
  position: relative;
}

.ranking_item .top span::before {
  content: '';
  background-image: url(https://zo002.itembox.design/item/img/category/rank_top.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 60px 80px;
  padding-left: 30px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 0px;
}

/* -ranking */
/* SNS */
.tw_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.tw_wrap .tw_content {
  width: 90%;
  margin: 0 auto 100px auto;
  border: solid 1px #999;
}

.tw_wrap .tw_content .tw {
  width: 90%;
  margin: 0 auto;
}

.tw_wrap .tw_content .tw li:first-child {
    text-align: center;
    max-width: 40px;
    margin: 30px auto;
}

.tw_wrap .tw_content .tw .tw_timeLine {
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
}

.insta_wrap {
  padding: 60px 0;
  background: #e7170c;
}

.insta_wrap .insta_icon {
  width: 50px;
  margin: 0 auto 30px auto;
  height: 50px;
  font-size: 2rem;
  background: #fff;
  border-radius: 50%;
  color: #e7170c;
}

.insta_wrap .insta {
  display: flex;
}

.insta {
justify-content: center;
}

.insta_wrap .insta li {
  width: 16.666666666666666%;
}

.insta_wrap .insta li a {
  display: block;
}

.insta_wrap .insta .Mask_1 {
  overflow: hidden;
  position: relative;
}

.insta_wrap .insta .Mask_1 a:hover ~ .mask1 {
  transform: translateY(100%);
}

.insta_wrap .insta .Mask_1 .mask1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: translateY(-100%);
}

.mask1:hover {
  opacity: 1;
  padding-top: 70px;
}

/* -sns */
/* LINKS */
.official_item a:hover {
  opacity: 0.8;
}

/* -LINKS */
/* go_top */
.go_top {
  position: fixed;
  right: 40px;
  bottom: 15px;
  font-weight: bold;
  z-index: 999999999;
}
.go_top a {
  color: #555;
  font-size: 1rem;
}
.go_top a:hover {
  color: #555;
  text-decoration: none;
}
.go_top img {
  transform-origin: center bottom;
  animation: yurayura 3s linear infinite;
}

/* -go_top */
/* footer */
footer {
margin-top: 30px;
}
.fotter_content_wrap {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.fotter_content_wrap .contact {
  width: 47.5%;
  margin-bottom: 60px;
  position: relative;
  border: solid 1px #999;
  padding-bottom: 30px;
}

.fotter_content_wrap .contact h3 {
  position: absolute;
  top: -20px;
  left: 30px;
  background: #fff;
}

.fotter_content_wrap .contact a {
  display: block;
text-decoration: none;
color: #555;
}

.fotter_content_wrap .contact a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

.fotter_content_wrap .contact .foot_content {
  display: flex;
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
  width: 50%;
  margin: 100px auto 20px auto;
  align-items: center;
  justify-content: space-around;
  border: solid 1px #999;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.3), 0 12px 0 rgba(0, 0, 0, 0.1);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}

.fotter_content_wrap .contact .foot_content:hover {
  opacity: 0.8;
  box-shadow: 0 3px 0 #999, 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}

.fotter_content_wrap .contact .foot_content:active {
  opacity: 1;
  box-shadow: 0 0 0 #999, 0 0 0 rgba(0, 0, 0, 0.2);
  transform: translateY(6px);
  transition-duration: .1s;
}

.fotter_content_wrap .contact .foot_content li:first-child {
  width: 30%;
}

.fotter_content_wrap .contact .foot_content li:nth-child(2) span {
  font-size: 1.5rem;
}

.fotter_content_wrap .contact .mail span {
  font-size: 0.75rem;
}

.fotter_content_wrap .how_to {
  width: 47.5%;
  margin-bottom: 60px;
  position: relative;
  border: solid 1px #999;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fotter_content_wrap .how_to h3 {
  position: absolute;
  top: -20px;
  left: 30px;
  background: #fff;
}

.fotter_content_wrap .how_to .how_to_item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-basis: 90%;
}

.fotter_content_wrap .how_to .how_to_item li {
  text-align: center;
  display: inline-block;
  width: 30%;
  font-size: 1.25rem;
}

.fotter_content_wrap .how_to .how_to_item li img {
  margin-bottom: 20px;
  transition: 0.3s;
}

.fotter_content_wrap .how_to .how_to_item li img:hover {
  transform: scale(1.1);
}
.fotter_content_wrap .how_to .how_to_item li a {
color: #555;
font-size: 2vh;
}

.fotter_content_wrap .how_to .how_to_item li a:hover {
  opacity: 0.8;
text-decoration: none;
color: #555;
}

/* sns_logo */
.sns_logo {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 60px 0 100px 0;
}

.sns_logo li {
  margin-left: 30px;
}

.sns_logo li a {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.sns_logo li a:hover {
  -webkit-filter: drop-shadow(1px 10px 3px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(1px 10px 3px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(1px 10px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 10px 3px rgba(0, 0, 0, 0.2));
  transform: translateY(-0.3rem);
}

/* -sns_logo */
.foot_sec {
  background: #e7170c;
}

.foot_sec .foot {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.foot_sec .foot li {
  padding: 0 15px;
  border-left: solid 1px #fff;
  line-height: 1;
}

.foot_sec .foot li a {
  color: #fff;
  font-size: 1rem;
}

.foot_sec .foot li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.foot_sec .foot li:first-child {
  border-left: 0;
}

.foot_sec .copy {
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
}

.foot_sec .copy li {
  line-height: 3;
}

.foot_sec .copy li small {
  color: #fff;
}

/* -footer */
/* sp_header*/
@media screen and (max-width: 700px) {
.sp_header_line {
display: block;
}
  header .pc_head_bnr {
    display: none;
  }
  header .osamu_mv__ {
    margin: 30px 0;
  }
  header .osamu_mv__ h1 {
    width: 80%;
    margin: 0 auto;
  }
  header .osamu_mv__ .menu_icon {
    display: none;
  }
  header nav .pc_nav {
    display: none;
  }
}

/* -sp_header */
/* sp_TOP_SLIDER */
@media screen and (max-width: 700px) {
  .top_slider {
    margin-bottom: 0px;
  }
.top_slider .TOP_slider li {
margin: 0;
}
  .top_slider .slick-dots li {
    margin: 0 10px;
  }
}

/* -sp_TOP_SLIDER */
/* sp_main共通 */
@media screen and (max-width: 700px) {
  section {
    margin-bottom: 0px;
  } 
  .sec,
  .new_sec,
  .category_sec {
    margin-bottom: 70px;
  }
  .more_btn a {
    font-size: 1.5rem;
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .ttl {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

/* -sp_main共通 */
/* sp_特集 */
@media screen and (max-width: 700px) {
  .special_item li {
    width: 47.5%;
  }
}

/* -sp_特集 */
/* SP_pickup */
@media screen and (max-width: 700px) {
  .pickup_item {
    flex-wrap: wrap;
  }
  .pickup_item li {
    width: 45%;
    line-height: 1.5;
  }
}

/* -SP_pickup */
/* sp_RESTOCK */
@media screen and (max-width: 700px) {
  .restock_item li {
    width: 45%;
    line-height: 1;
  }
}

/* -sp_RESTOCK */
/* sp_category */
@media screen and (max-width: 700px) {
  .category_sec .category_item {
    justify-content: space-evenly;
    padding-right: 0;
  }
  .category_sec .category_item li {
    width: 30%;
    margin-left: 0;
    max-width: 153px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .category_sec .category_item .mobile {
    font-size: 1rem;
  }
}

/* -sp_category */
/* ranking */
@media screen and (max-width: 700px) {
  .ranking_item {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .ranking_item li {
    width: 30%;
    margin: 0 0 15px 0;
  }
  .ranking_item li span {
    font-size: 1.5rem;
    line-height: 2;
  }
  .ranking_item li:first-child {
    width: 60%;
  }
  .ranking_item .top span {
    padding-left: 50px;
    position: relative;
  }
  .ranking_item .top span::before {
    background-size: 50px 70px;
    width: 50px;
    height: 70px;
  }
}

/* -ranking */
/* sp_SNS */
@media screen and (max-width: 700px) {
  .insta_wrap .insta {
    flex-wrap: wrap;
  }
  .insta_wrap .insta li {
    width: 33.3333%;
  }
  .mask1:hover {
    opacity: 1;
    padding-top: 70px;
  }
}

/* -sp_SNS */
/* sp_CONTACT&HOW_TO */
@media screen and (max-width: 700px) {
  .fotter_content_wrap {
    width: 90%;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  .fotter_content_wrap .contact {
    width: 100%;
  }
  .fotter_content_wrap .contact h3 {
    width: auto;
  }
  .fotter_content_wrap .contact .foot_content {
    width: 80%;
  }
  .fotter_content_wrap .contact .mail span {
    margin: 0 10px;
  }
  .fotter_content_wrap .how_to {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .fotter_content_wrap .how_to h3 {
    width: auto;
  }
  .fotter_content_wrap .how_to .how_to_item {
    margin-top: 80px;
  }
  .fotter_content_wrap .how_to .how_to_item li {
    width: 25%;
    font-size: 1rem;
  }
  .fotter_content_wrap .how_to .how_to_item li img {
    margin-bottom: 10px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .fotter_content_wrap .contact .foot_content {
    width: 70%;
  }
}
/* -sp_CONTACT&HOW_TO */
/* sns_logo */
@media screen and (max-width: 700px) {
  .sns_logo {
    padding: 0;
    margin: 50px 0;
  }
  .sns_logo li {
    margin-left: 0px;
  }
  .sns_logo li + li {
    margin-left: 30px;
  }
}

/* -sns_logo */
/* sp_footer */
@media screen and (max-width: 700px) {
  .foot_sec .foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 60px 0;
  }
  .foot_sec .foot li {
    flex-basis: 42%;
    width: 42%;
    padding: 0 10px;
    border-left: 0;
    margin-bottom: 30px;
  }
  .foot_sec .copy {
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
  }
  .foot_sec .copy li {
    line-height: 1;
  }
  .foot_sec .copy li small {
    color: #fff;
    font-size: 0.5rem;
  }
  .foot_sec .copy li:first-child {
    margin-bottom: 30px;
  }
}

/* -sp_footer */
/* go_top */
@media screen and (max-width: 700px) {
  .go_top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    font-weight: bold;
    width: 70px;
  }
  .go_top img {
    transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
  }
}

/* -go_top */
/* sp_nav */
.globalMenuSp {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.globalMenuSp .sp_Menu {
  padding: 0;
  width: 100%;
}

.globalMenuSp .sp_Menu li {
  padding-bottom: 5px;
  width: 90%;
  position: relative;
  border-bottom: 1px solid #999;
  margin: 30px auto 30px auto;
  text-align: left;
  font-size: 1rem;
  color: #555;
}

.globalMenuSp .sp_Menu li:first-child {
  border: none;
}

.globalMenuSp .sp_Menu li .serch {
  text-align: left;
}

.globalMenuSp .sp_Menu li .serch .serch_Btn {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  display: flex;
  font-size: 1rem;
}

.globalMenuSp .sp_Menu li .serch .serch_Btn input {
  border: none;
  outline: none;
  text-align: left;
}

.globalMenuSp .sp_Menu li .serch .serch_btn {
  outline: none;
  border: none;
  background: none;
  font-size: 1.25rem;
  color: #555;
  cursor: pointer;
}

.globalMenuSp .sp_Menu .accordion_box::after {
  content: '+';
  position: absolute;
  right: 0;
  bottom: 5px;
  counter-reset: pointer;
}

.globalMenuSp .sp_Menu .accordion_box.open {
  border-bottom: none;
}

.globalMenuSp .sp_Menu .accordion_box.open::after {
  content: 'ー';
}

.globalMenuSp .sp_Menu .accordion_inner {
  display: none;
}

.globalMenuSp .sp_Menu .accordion_inner .accordion_inner_content li {
  width: 90%;
  border: none;
  padding-left: 1rem;
}

.globalMenuSp .sp_Menu .accordion_inner .accordion_inner_content li::after {
  content: ">";
  padding-left: 1rem;
}

.globalMenuSp.active {
  transform: translateX(0%);
}

@media screen and (min-width: 701px) {
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .sp_top_ {
    width: 80%;
    margin: 30px auto;
  }
  .hamburger {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -3rem;
    right: 10px;
    cursor: pointer;
    z-index: 9999999;
  }
  .hamburger span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 35px;
    height: 2px;
    background: #555;
    display: block;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:last-child {
    width: 35px;
    height: auto;
    background: none;
    font-size: 0.5rem;
    font-weight: bold;
  }
}

.hamburger.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:first-child,
.hamburger.active span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.hamburger.active span:nth-child(2) {
  width: 0px;
}

.hamburger.active span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: translateX(12px) translateY(-10px) rotate(-45deg);
}

.hamburger.active span:first-child {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-16px) rotate(90deg);
  -ms-transform: translateY(-16px) rotate(90deg);
  -o-transform: translateY(-16px) rotate(90deg);
  transform: translateY(-16px) rotate(90deg);
}

@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}

@media all and (max-width: 700px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

/* -sp_nav */
    .slick-dots li {
      margin: 0 15px;
      display: inline-block;
      position: relative;
      width: 10px;
      height: 10px;
      padding: 0;
      cursor: pointer;
    }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
    }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      background: #555;
      border-radius: 50%;
      content: '';
      text-align: center;
      opacity: .25;
      color: black;
      -webkit-font-smoothing: antialiased; 
    }
    .slick-dots li.slick-active button::before {
      background: #d61324;
      opacity: 10;
    } 
    .slick-prev {
      left: -2.5%;
      z-index: 999;
      position: absolute;
      top: 40%;
      border: none;
      background: transparent;
      font-size: 0;
    }
    .slick-next {
      right: -1.5%;
      z-index: 999;
      position: absolute;
      top: 40%;
      border: none;
      background: transparent;
      font-size: 0;
    }
    .slick-prev::before {
      content: '<';
    }
    .slick-next::before {
      content: '>';
    }
    .slick-prev::before,
    .slick-next::before {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      width: 40px;
      color: #666;
      font-size: 2rem;
      font-weight: bold;
    }
    @media screen and (max-width:700px) {
      .slick-prev::before,
      .slick-next::before {
        font-size: 1.5rem;
        width: 25px;
      }
    }
.fs-c-button--primary {
background: #c9151e;
}
.fs-c-subSection__title {
border: none;
font-size: 1.5rem;
}
.fs-c-heading--page {
display: inline-block;
border-bottom: 1px solid #555;
color: #555;
padding-bottom: 10px;
font-size: 1.5rem;
line-height: 2;
}
.fs-c-breadcrumb {
font-size: 1rem;
}
.fs-p-productDescription.fs-p-productDescription--full {
    text-align: left;
    width: 100%;
}
.item_head,
.item_foot {
width: 47%;
text-align: left;
}
.fs-l-productLayout {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
.item_head,
.item_foot {
width: 100%;
}
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
text-align: left;
}
.fs-c-productName__copy {
font-size: 1.7vh;
}
.fs-c-sortItems__list__item.is-active,
.fs-c-pagination__item.is-active {
background: #c9151e;
}
.fs-l-productLayout {
  justify-content: space-between;
}

.fs-c-subgroupList__link {
  background: none;
  border: none;
}
.fs-c-subgroupList__link::after {
  content: "";
}
.fs-c-subgroupList__item {
  flex-grow: 0;
}
li.fs-c-subgroupList__item + li.fs-c-subgroupList__item a.fs-c-subgroupList__link {
  border-left: 1px solid #d3d3d3;
}
.fs-c-subgroupList {
  justify-content: center;
}
.fs-c-salesPeriod__date {
font-size: 0.75rem;
}
.fs-c-featuredProduct {
    margin: 50px 0;
}
.fs-c-productListCarousel {
margin-top: 30px;
}
.sp_shopping_cart {
  display: none;
}
.fs-c-productPrice__main {
font-weight: bold;
}
@media screen and (max-width: 700px) {
  .sp_shopping_cart {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -6rem;
    right: 10px;
    z-index: 999999999;
  }
.sp_shopping_cart a {
color: #555;
font-size: 2rem;
}
.fs-c-accountService {
justify-content: space-evenly;
}
}


/*-------------ショッピングカートページ-s----------------------------------------*/
.fs-body-cart .fs-l-cart__contentsArea {
  display: block;
}
.fs-p-announcement__title {
  font-size: 1.3rem;
}
.fs-p-flexibleColumn {
  display: block;
}
/*-------------/ショッピングカートページ-s----------------------------------------*/

/*-------------商品ページ-s----------------------------------------*/
.fs-c-productNameHeading {
  font-size: 1.5rem;
}
.fs-c-heading {
  font-weight: normal;
}
.fs-c-productNumber {
  font-size: 1rem;
}
.fs-c-productPointDisplay {
  font-size: 1rem;
  margin: 5px 0px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  font-size: 0.8rem;
}
.fs-c-quantity__select, .fs-system-quantity-list{
 font-size: 16px;
}
.fs-c-productMark {
    margin-top: 8px;
}
/*-------------/商品ページ-s----------------------------------------*/

/*--------------fr2レコメンド機能で商品ページにおすすめ商品を表示-s----------------------------------------*/
.fs-p-heading--lv2{
 font-weight: normal;
}
/*-------------/fr2レコメンド機能で商品ページにおすすめ商品を表示-s----------------------------------------*/

/*--------------ご注文手続きページ-s----------------------------------------*/
/* 注文を確定するボタン幅調整 */
.fs-c-totalAndActions button:where(:not(.fs-c-button--image)) {
 min-width: 240px;
}
/* 名前 住所 レイアウト調整 */
.fs-c-checkout-destination__destination {
  display: block;
}
.fs-c-checkout-destination__name {
  display: block;
}
/* ページ幅調整 */
[class^=fs-body-checkout] .fs-l-checkout {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
/* 上部ブロック部分の余分な右余白打ち消し 中央寄せ*/
[class^=fs-body-checkout] .fs-l-checkout__mainColumn {
  padding-right: 0px;
  margin: 0 auto;
  max-width: 1000px;
}
/* 見出し以外左寄せ */
.fs-c-checkout-preview {
  text-align: left;
}
/*--------------/ご注文手続きページ-s----------------------------------------*/


/*--------------クーポンページレイアウト修正-s----------------------------------------*/
  .fs-c-coupon__image__image {
    width: 100%;
    max-width: none !important;
    height: auto;
    display: block;
    padding: 20px 15px 0px;
  }

/* グリッド 左右2カラム */
  .fs-c-coupon__info {
    display: grid !important;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "image description"
      "name  description";
    /* row-gap: 16px; */
    /* align-items: start; */
  }

  .fs-c-coupon__image {
    grid-area: image;
  }

  .fs-c-coupon__name {
    grid-area: name;
    margin: 0;
  }

  .fs-c-coupon__description {
    grid-area: description;
    padding: 15px 10px 15px 42px !important;
  }

  /* タイトル 説明欄*/
  .fs-c-couponExpiration__title,
  .fs-c-coupon__description {
    text-align: left;
  }

  /* クーポン有効期限 あと〇日です。 */
  .fs-c-couponExpiration__list__item--available {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
  }

  .fs-c-couponAppliedCondition__list__item::before,
  .fs-c-couponName__discount {
    display: none !important;
  }

  .fs-c-couponAppliedCondition__list__item {
    display: none !important;
  }

  .fs-c-couponAppliedCondition__list__item:first-child,
  .fs-c-couponAppliedCondition__list__item:last-child{
    display: list-item !important;
    padding: 0;
  }

  .fs-c-couponAppliedCondition__list::after {
    content:
      " 税込5,500円以上お買い上げの場合にご利用いただけます。\A"
      " ※ポイント使用前のご注文金額が対象となります。\A"
      " 他のクーポンとの併用はできません。\A";
    white-space: pre-line;
    display: block;
  }

  @media screen and (max-width: 768px) {
    .fs-c-coupon__info {
      display: flex !important;
      flex-direction: column !important;
      gap: 0;
    }

    .fs-c-coupon__image,
    .fs-c-coupon__name,
    .fs-c-coupon__description {
      width: 100%;
      margin-bottom: 12px;
    }

    .fs-c-coupon__image__image {
      padding: 30px 0 0;
    }

    .fs-c-coupon__description {
      border-left: none !important;
      padding: 0px 10px 15px 16px !important;
    }
  }
  /*--------------/クーポンページレイアウト修正-s----------------------------------------*/
