body {
    font-family: 'Noto Sans JP', 'Libre Baskerville', 'Helvetica Neue', 'sans-serif', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'sans-serif';
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-kerning: none;
    line-height: normal;
    vertical-align: baseline;
    word-break: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    font-feature-settings: "palt";
    background-color: #000D36;
    color: #FFFFFF;


}


.fs-l-sideArea {
    max-width: 240px;
    background-color: #000d36;
}



.col_6{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  font-size:12px;
}

.col_6 > div{
  
  width: 19.5%;
}

.col_6 > div > div{
  position: relative;
  overflow: hidden
}


.col_6 img{
  width: 100%;
} 


@media screen and (max-width: 480px) {
.col_6 > div{
  width: 32%;
  }


.col_6 img{
  width: 100%;
  } 
  
}



*, *:before, *:after {
  box-sizing: border-box;
}
.col_4{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
  width: 25%;
  padding: 10px;
}

.col_4 img{
    width: 100%;
  }
  

@media screen and (max-width: 480px) {
.col_4 > div{
    width: 50%;
  }
  
.col_4 img{
    width: 100%;
  } 
  
}



*, *:before, *:after {
  box-sizing: border-box;
}
.col_5{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}

.col_5 > div{
  width: 19.5%;
  padding: 5%;
}
.col_5 > div > div{
  position: relative;
  overflow: hidden
}


.col_5 img{
    width: 100%;
  } 


@media screen and (max-width: 480px) {
.col_5 > div{
    width: 32.33333%;
  }
  
.col_5 img{
    width: 100%;
  } 
  
}



.col_2{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}

.col_2 > div{
  width: 50%;
  padding: 10px;
}



.col_3b{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_3b > div{
  width: 33.3%;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .col_3b > div{
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .col_3b > div{
    width: 47%;
  }
}






@media screen and (max-width: 960px) {
  .col_2 > div{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_2 > div{
    width: 100%;
  }
}


.fs-c-breadcrumb {
    font-size: 1.4rem;
    background-color: #3E3E3E;
}

.fs-c-breadcrumb__list {
font-size: 1.4rem;
    position: relative;
    padding-left: 160px;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb__list {
    padding-left: 5px;
  }
}

.fs-c-breadcrumb {
    font-size: 1.4rem;
    color: #ffffff;
}

.fs-c-breadcrumb a{
    font-size: 1.4rem;
    color: #ffffff;
}

.fs-c-button--plain {
    font-size: 1.1rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #1e5d9b;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-align: right;
}


.fs-p-card {


    border: 1px solid #FFFFFF;
    margin: 8px 0;
    padding: 12px;
}


.fs-p-card__title {
    border-bottom: 1px solid currentColor;
    font-size: 1.2rem;
    margin-top: 8px;
    text-align: center;
    padding-bottom: 16px;
}


.fs-p-card__message {
    font-size: 1.2rem;
    padding: 0 8px;
}

.fs-p-card__footer {
    font-size: 1.2rem;
    text-align: right;
}


.fs-p-cardpoint {

    background: rgba(126, 126, 126, 0.08);
    border: 1px solid #FFFFFF;
    margin: 5px 0;
    padding: 3px;
}


.fs-p-card__titlepoint {
    border-bottom: 1px solid currentColor;
    font-size: 1.2rem;
    margin-top: 8px;
    text-align: center;
    padding-bottom: 10px;
}


.fs-p-card__messagepoint {
    font-size: 1.2rem;
    padding: 0 8px;
}




/* 商品詳細価格 */
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000D36;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #FFFFFF;
}


/* 【商品詳細】お問い合わせボタン */
.fs-c-buttonContainer {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 1px 0;
}

/* 【商品詳細】SNSボタン */
.fs-p-snsArea {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 8px 0;
    justify-content: center;
}


/* 【商品詳細】返品特約 */
.fs-c-returnedSpecialContract {
    padding: 1px 0;
}

.fs-c-returnedSpecialContract__link {
    font-size: 1.2rem;
    text-align: right;
}


/* 【ボタンパーツ】中央 */


.btn_toCate {
    display: block;
    margin: 20px auto 15px auto;
    padding: 0.7em 0;
    width: 45%;
    text-align: center;
    color: #ffffff !important;
    background: #000d36;
    border-radius: 30px;
}

.btn_toCate a{

    color: #ffffff;

}

/* 【ボタンパーツ】中央 */
.btn_toCate2 {
    display: block;
    margin: 10px auto 10px auto;
    padding: 0.5em 0;
    width: 45%;
    text-align: center;
    color: #ffffff;
    background: #000d36;
    border-radius: 30px;
}

.btn_toCate a{

    color: #ffffff;

}

.btn_toCate2 a{

    color: #ffffff;

}

/* ヘッダーカラー */
.fs-p-headerNavBar {
    background: #000d36;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-bottom: none;
}


/* フッターカラー */
.fs-p-footerCopyright {
    color: #fff;
    background-color: #000A2A;
    text-align: left;
}


.whttext {
    font-size: 1.2rem;
    color:#FFF;
    font-weight:bold; 
    letter-spacing: 1px;

}


.specb{
    border: 1px #ECECEC solid;
    order-collapse: collapse; 
    font-size: 1.2rem;
    line-height: 20px;
    padding:5px;
    background: none;
}



.fs-c-productPrice--listed {
    font-size: 1.0rem;
    display: flex;
    align-items: baseline;
}


.fs-c-productPrice__addon {
    font-size: 1.0rem;
}


.hdng {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.5rem;
  font-family: 'Oswald', sans-serif;
}


.hdng span {
  display: block;
  font-size: .5em;
  color: #aaaaaa;
}

.btn_toCatenavy
.fs-l-header {
    display: block;
    margin-top: -10px;
}


.fs-p-headerNavigation__listItem {
    display: flex;
    min-width: 10px;
}




/* 019 */
.button019 a {
    background: #a6192e;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #a6192e;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}



.fs-c-button--plain {
    font-size: 1.1rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-align: right;
}

.fs-c-productSalesPeriod {
    border: 1px solid #808080;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 8px;
    text-align: center;
    font-size: 1.1rem;
}



.fs-c-productName__copy {
    display: none;
}



.fs-p-heading--lv2 {
    display: none;
}


.fs-p-heading--lvx {
  border-bottom: 2px solid currentColor;
  color: #ffffff;
  font-size: 1.8rem;
}


/* ------ ホーム PICKUP BRAND SLIDE ------ */
.btr_home_slide_pickupbrand {
    margin: 0 0 5rem 0;
}
.btr_home_slide_pickupbrand figure {
    padding: 0 1rem 0 0;
}
.btr_home_slide_pickupbrand figure img {
    border-radius: 10px;
    width:250px !important;
}


/* ------ AIレコメンドの画像 ------ */
.fr3-item__image {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid;
}


.header_bnr {
  text-align: center;
}
.header_bnr img {
  width: 100%;
}
.fs-p-logo div {
  white-space: nowrap !important;
}


/* footer */
.fs-p-footerSnsLink__item img {
  width: 22px;
}

.center {
  text-align: center;
}

/* メルマガ登録エリア */
.merumaga_area {
  max-width: 928px;
  border: #bc9947 2px solid ;
  padding: 50px;
  margin: 60px auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.merumaga_area::before {
  content: "";
  width: 46px;
  height: 46px;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
  background: #bc9947;
  position: absolute;
  top: -1px;
  left: -1px;
}
.merumaga_area::after {
  content: "";
  width: 46px;
  height: 46px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background: #bc9947;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.merumaga_area_icon {
  max-width: 152px;
}
.merumaga_area_contents {
  width: 340px;
  margin-left: 20px;
}
.merumaga_area_title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0;
}
.merumaga_area_text {
  font-size: 17px;
  margin: 0;
}
.merumaga_area_btns {
  width: 260px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.merumaga_area_btn {
  display: block;
  width: 260px;
  padding: 12px 20px;
  border: #FFF 1px solid;
  border-radius: 4px;
  text-align: center;
  position: relative;
  text-decoration: none ;
  font-size: 15px;
  color: #FFF !important;
  letter-spacing: 0.04em;
}
.merumaga_area_btn::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
  transition: right 0.3s ease;
}
.merumaga_area_btn:hover::before {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .merumaga_area {
    display: block;
    padding: 50px 20px;
  }
  .merumaga_area::before {
    width: 30px;
    height: 30px;
  }
  .merumaga_area::after {
    width: 30px;
    height: 30px;
  }
  .merumaga_area_icon {
    max-width: 80px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .merumaga_area_contents {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .merumaga_area_title {
    font-size: 24px;
    text-align: center;
  }
  .merumaga_area_text {
    font-size: 14px;
    text-align: center;
  }
  .merumaga_area_btns {
    max-width: 260px;
    text-align: center;
  }
  .merumaga_area_btn {
    width: auto;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
}


.top-category-icons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px 30px;
  margin: 20px auto 40px auto;
  padding: 0;
  list-style: none;
}
.top-category-icons > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-category-icon-image {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.top-category-icon-image img {
  max-width: 100%;
  border-radius: 50%;
}
.top-category-icon-text {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top-category-icons {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .top-category-icon-image img {
    max-width: 100%;
  }
  .top-category-icon-text {
    font-size: 10px;
  }
}

/* ヘッダーリニューアル */
.fs-p-footerNavigationItem__nav.header-nav-list-wrap li a .arrow::after{
  content: url(https://bcor.itembox.design/item/2025/icon_textarrow-blue.svg?t=20250701094024);
}
.arrow.arrow-white::after{
  content: url(https://bcor.itembox.design/item/2025/icon_textarrow-white.svg?t=20250701094024) !important;
}
.fs-l-header a{
  line-height: 1.8;
}
.fs-l-header{
  padding-top: 15px;
  background: #000D36;
}
.fs-l-header__contents{
  display: flex;
  padding: 0 15px 15px;
  align-items: center;
  justify-content: space-between;
}
.header-icon-rightwrap,.header-icon-leftwrap{
  display: flex;
  gap: 12px;
  padding: 0;
  align-items: center;
}
.btn-hamburger{
  display: block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  border: none;
  background: transparent;
  margin-top: -15px;
}
.btn-hamburger.-active .hamburger__line {
  background-color: transparent;
}
.btn-hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.btn-hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #FFFFFF;
  transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  transition: inherit;
}
.hamburger__line:before {
  top: -8px;
}
.hamburger__line:after {
  top: 8px;
}
.btn-hamburger.-active .hamburger__line {
  background-color: transparent;
}
.btn-hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.btn-hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.fs-p-logo__image{
  width: 160px;
}
.footer-nav-wrap-inner .fs-p-logo{
  margin-bottom: 60px;
}
.footer-nav-wrap-inner .fs-p-logo__image{
  width: 256px;
  object-fit: cover;
}
.header-icon img{
  width: 28px;
  height: 28px;
}
.fs-p-headerNavigation__link:link{
  padding: 0;
}
.fs-p-logo__image-text{
  font-family: 'Barlow Semi Condensed',sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  margin-top: -7px;
  letter-spacing: 0;
}
.hide-nav-header{
  background: #000D36;
}
.hide-nav-header-inner{
  padding: 15px 0;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.hide-nav-header-inner .open-nav-btn{
  position: absolute;
  right: 15px;
}
.header__nav-area{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transform: translateX(-100%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  overflow-y: auto;
  overflow-x: hidden;
  background: #e5e4e6;
  height: 100vh;
  overflow: hidden;
}
.header_nav-area-inner{
  background: #e5e4e6;
}
.menuwrap.is-open .header__nav-area{
  transform: translateX(0);
  overflow: hidden;
}
.header-search-wrapper{
  background: #e5e4e6;
  padding: 25px 20px;
}
.fs-p-inputGroup{
  border: solid 1px #000D36;
  border-radius: 2px;
  background: #FFFFFF;
}
.fs-p-inputGroup__input{
  padding: 15px;
}
.header-search-word-area{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header-search-word-area a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000D36;
  font-size: 11px;
  background: #FFFFFF;
  padding: 5px 14px;
  font-weight: 500;
  border-radius: 80px;
  width: max-content;
  transition: all 0.3s 0s ease;
}
.fs-p-footerNavigationItem__nav.header-nav-list-wrap{
  padding: 0;
}
.header-nav-list-wrap li{
  padding: 18px 0;
  border-bottom: solid 1px #FFFFFF;
  cursor: pointer;
  background: #000D36; 
  transition: all 0.3s 0s ease;
}
.header-nav-list-wrap li:first-child{
  border-top: solid 1px #FFFFFF;
}
.fs-p-footerNavigationItem__nav.header-nav-list-wrap a{
  font-family: 'Noto Sans JP', 'Libre Baskerville', 'Helvetica Neue', 'sans-serif', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'sans-serif';
  padding: 0 20px;
}
.header-nav-item-wrap{
  margin: 40px 0 0 20px;
}
.header-nav-item-wrap .header-nav-items{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.header-nav-item-wrap .header-nav-items img{
  vertical-align: middle;
  padding-right: 10px;
}
.header-nav-item-wrap .header-nav-items li:not(:last-child){
  margin-bottom: 20px;
}
.header-nav-item-wrap .header-nav-items li a{
  color: #000D36;
  font-size: 12px;
  font-weight: 500;
}
.hedder-hide-category-wrap .header-nav-list-wrap{
  background: #000D36;
}
.header__subnav-area{
  background: #FFFFFF;
}
.fs-p-footerNavigationItem__nav.header-search-category-lists{
  padding: 0;
}
.fs-p-footerNavigationItem__nav.header-search-category-lists li{
  border-bottom: solid 1px #ECECEC;
  padding: 0;
  background: #FFFFFF;
}
.fs-p-footerNavigationItem__nav.header-search-category-lists li a, .header-search-category-lists .accordion-list-wrap p{
  color: #000D36;
  padding: 12px 20px 12px 30px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 14px;
}
.header-search-category-lists .accordion-title::after{
  right: 20px;
}
.header-search-category-lists .accordion-list-wrap{
  padding: 0;
}
.header-search-category-lists .accordion-list-wrap p{
  margin: 0;
  padding: 0 20px 0 30px;
  text-align: left;
}
.accordion-list-wrap .accordion-content.category-accordion-content li{
  padding-top: 0;
  margin-bottom: 0;
  background: #ECECEC;
  border-bottom:  solid 1px #FFFFFF;
}
.fs-p-footerNavigationItem__nav.header-search-category-lists li.category-accordion-list.active{
  border-bottom: none;
}
.header-nav-list-wrap .header-search-category-lists .category-accordion-list{
  padding: 12px 0;
}
.header-nav-list-wrap .header-search-category-lists .category-accordion-list.active{
  padding-bottom: 0;
}
.header-nav-list-wrap .header-search-category-lists .category-accordion-list .accordion-title {
  margin-bottom: 0; 
}
.header-nav-list-wrap .header-search-category-lists .category-accordion-list.active .accordion-title {
  margin-bottom: 12px;
}
.hedder-hide-category-wrap{
  position: absolute;
  top: 76px;
  width: 100%;
  transform: translateX(200%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}
.search-category-open.-open .hedder-hide-category-wrap{
  transform: translateX(0);
  background: #FFFFFF;
  height: calc(100dvh - 76px);
  overflow-y: auto;
  z-index: 2;
  opacity: 1;
  visibility: visible;
　-webkit-overflow-scrolling: touch;
}
.menuwrap:not(.is-open) .hedder-hide-category-wrap {
  transform: translateX(-100%);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  visibility: hidden;
}
.search-category-open .search-category-open-text{
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.8;
}
.header-navigation{
 padding: 12px 0 14px 0;
}
.header-navigation__list{
  margin: 0;
  display: flex;
  gap: 37px;
  padding: 0 20px;
  justify-content: space-between;
  letter-spacing: 0;
}
.headerNavigation__listItem{
  list-style: none;
}
.headerNavigation__listItem a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: space-between; 
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  position: relative;
  min-height: 46px; 
  padding-bottom: 15px; 
  line-height: 1.4;
}
.header-navigation-subtext {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  min-height: 12px; 
  display: flex;
  align-items: center;
}
.icon-next{
  font-size: 9px;
  padding-right: 2px;
}
.headerNavigation__listItem .support-text {
  font-size: 12px;
  line-height: 1.1;
}
.fs-p-searchForm__button.fs-p-inputGroup__button::before{
  display: none;
}
.fs-p-searchForm__button{
  background: #FFFFFF;
  width: 50px;
  height: 50px;
}
.header-navi__search.fs-p-searchForm{
  position: relative;
}
.header-navi__search.fs-p-searchForm .fs-p-inputGroup__input{
  font-size: 12px;
}
.header-navi__search.fs-p-searchForm img{
  position: absolute;
  top: 14px;
  right: 15px;
}
.fs-c-slick .slick-dots li.slick-active button:before{
  background: #FFFFFF;
  opacity: 1;
  color: #FFFFFF;
}
.fs-c-slick .slick-dots li button:before{
  content: "";
  width: 8px;
  height: 8px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before{
  opacity: 1;
  font-size: 25px;
}
/* 検索ボタンポップアップ */
.header-search-logo .popup-overlay{
  display: none;
}
.popup-open{
  cursor: pointer;
  border: none;
  padding: 0;
}
/* .popup-overlay{
  display: none;
} */
.header-search-logo .popup-overlay.is-searchmodal-open{
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.header-search-logo .popup-window{
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-close{
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0;
  border: none;
  background: none;
}
.header-search-logo .popup-close-cross{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #FFFFFF;
  transform: rotate(45deg);
  vertical-align: middle;
}
.popup-close-cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: rotate(90deg);
}
.fs-p-headerNavigation__link:hover{
  background: none;
}
.header-bnr-image img{
  display: block;
}
/*ハンバーガーメニュー内オリジナルコンテンツ開閉式*/
.header-nav-list-wrap li.f_menu-accordion-list{
  padding: 0;
}
.f_menu-accordion-list .accordion-list-wrap{
  padding: 0;
}
.f_menu-accordion-title.accordion-title{
  margin: 0;
  padding: 18px;
  color: #FFFFFF;
  text-align: left;
}
.f_menu-accordion-content.accordion-content li{
  border-bottom: none;
}
.f_menu-accordion-title.accordion-title::after{
  right: 20px;
}
.accordion-list-wrap.active .f_menu-accordion-title.accordion-title::after{
  right: 20px;
}
.f_menu-accordion-content li{
  background: #ECECEC;
}
.f_menu-accordion-content.accordion-content li a{
  color: #000D36;
  font-weight: 500;
　font-size: 14px !important;
}
.header-icon-cart{
  position: relative;
}
.header-icon-cart a .fs-p-cartItemNumber{
  top: -5px;
  right: -5px;
}
@media screen and (min-width: 768px) {
  .fs-l-header__contents{
    max-width: 1280px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 0 15px 0;
  }
  .hedder-hide-category-wrap{
    top: 0;
    width: 400px;
    opacity: 1;
  }
  .header__nav-overlay{
    position: fixed;  
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh; 
    background: rgba(0, 0, 0, 0.5); 
    z-index: 5; 
    display: none; 
  }
  .is-open .header__nav-overlay{
    display: block;
    overflow: hidden;
  }
  .header__nav-area{
    background: none; 
  }
  .header_nav-area-inner{
    width: 400px;
    background: #e5e4e6;
    height: 100vh;
    position: relative;
  }
  .header-navigation{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 0;
  }
  .header-navigation-subtext{
    font-size: 17px;
    font-weight: 500;
    min-height: inherit;
  }
  .header-navigation__list{
    padding: 0;
  }
  .hide-nav-header-inner{
    padding: 31px 0 32px 0;
    border-right: solid 1px #FFFFFF;
  }
  .header-nav-list-wrap li:first-child{
    border-top: none;
  }
  .hide-nav-header-inner .open-nav-btn{
    position: absolute;
    left: 30px;
    right: initial;
  }
  .hide-nav-header-inner .open-nav-btn::after{
    content: "閉じる";
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 37px;
    white-space: nowrap;
  }
  .header-search-wrapper{
    background: #FFFFFF;
    padding: 25px 30px;
  }
  .header-search-wrapper .fs-p-inputGroup{
    border: solid 1px #ECECEC;
    background: #F8F8F8;
  }
  .header-search-wrapper .fs-p-searchForm__input.fs-p-inputGroup__input{
    background: #F8F8F8;
  }
  .header-search-word-area a{
    border: solid 1px #ECECEC;
    background: #F8F8F8;
  }
  .fs-p-searchForm__button{
    background: #F8F8F8;
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only{
    position: relative;
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only .fs-p-searchForm__input.fs-p-inputGroup__input{
    background: rgba(26, 36, 67, 1);
    color: #FFFFFF;
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only .fs-p-inputGroup{
    background: rgba(26, 36, 67, 1);
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only .fs-p-inputGroup__button{
    background: rgba(26, 36, 67, 1);
  }
  .fs-p-headerNavigation__search.fs-p-searchForm .fs-p-searchForm__button::before{
    display: none;
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only img{
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .fs-p-headerNavigation__search.fs-p-searchForm.c-pc-only .fs-p-inputGroup__input{
    padding: 12px 0 12px 15px;
  }
  .hedder-hide-category-wrap{
    transform: translateX(0);
    z-index: -1
  }
  .search-category-open.-open .hedder-hide-category-wrap{
    transform: translateX(400px);
    height: 100vh;
    z-index: -1;
  }
  .header-nav-item-wrap{
    margin: 0;
    position: absolute;
    left: 30px;
    bottom: 50px;
  }
  .fs-p-footerNavigationItem__nav.header-nav-list-wrap a{
    font-size: 15px;
    font-weight: 500;
  }
  .fs-body-top .fs-c-slick .slick-prev:before, .fs-body-top .fs-c-slick .slick-next:before{
    display: none;
  }
  .fs-body-top .fs-c-slick .slick-slide img{
    width: 1000px;
  }
  .header-bnr-image img{
    width: 100%;
  }
  .search-category-open .search-category-open-text{
    font-size: 15px; 
    font-weight: 500;
  }
  .header-navi__search.fs-p-searchForm .fs-p-inputGroup__input{
    font-size: 13px;
  }
  /*ヘッダーオリジナルコンテンツ開閉式*/
  .f_menu-accordion-content.accordion-content li:hover{
    background: #e5e4e6 !important;
  }
  .f_menu-accordion-title.accordion-title{
    font-size: 15px !important;
    font-weight: 500;
  }
}

/* コンテンツリニューアル */
.fs-body-top{
  letter-spacing: 0;
}
.fs-body-top .fs-l-main{
  margin:0;
  padding: 0;
}
.top-content-inner p{
  margin: 0;
  color: #000D36;
}
/* MV */
.top-mv-area.fs-c-slick .slick-prev, .top-mv-area.fs-c-slick .slick-next{
  background: initial;
  width: 25px;
  height: 25px;
}
.top-mv-area.fs-c-slick .slick-dots{
  gap: 10px;
  margin-top: 20px;
}
/* 新着情報*/
.fs-p-dateList.top-news{
  margin:0;
  padding: 30px 20px 50px 20px;
  border-bottom: solid 1px #FFFFFF;
}
.fs-p-dateList.top-news .fs-pt-list__item{
  border: none;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0;
  position: relative;
}
.fs-p-dateList.top-news .fs-pt-list__item a{
  color: #000D36;
  padding: 15px 59px 15px 20px;
  display: inline-block;
  width: 100%;
  font-size: 11px;
}
.fs-p-dateList.top-news .fs-pt-list__item a::after{
  content: url(https://bcor.itembox.design/item/2025/icon_arrow-red.svg?t=20250701094024);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.fs-p-dateList.top-news > li time:first-child{
  font-family: 'Barlow Semi Condensed', sans-serif;
  display: block;
  background: none;
  color: #AFAFAF;
  padding: 0;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 600;
}

/* 人気カテゴリー */
.favorite-category-wrap{
  background-image: url(https://bcor.itembox.design/item/2025/topix_bg.jpg?t=20250701094024);
  background-size: cover;
  background-repeat: no-repeat;
}
.favorite-category-wrap-inner{
  padding: 55px 20px 61px 20px;
}
.top-content-title{
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}
.favorite-category-lists{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.favorite-category-lists .content-item-btn{
  width: max-content;
}
.favorite-category-lists .content-item-btn a{
  padding: 6px 16px;
  font-weight: 500;
}
.favorite-category-lists li a{
  gap: 10px;
}
/* 新着アイテム*/
.newarribval-area{
  background: #FFFFFF;
  color: #000D36;
}
.newarribval-area .fr3-item__image{
  border-radius: initial;
  box-shadow: none;
  border: none;
}
.newarribval-area-inner{
  padding: 55px 35px 60px 35px;
}
.newarribval-area .fr3-productListStatic{
  gap: 25px 20px;
  padding: 0;
}
.fs-body-top .fr3-item__productName{
  color: #000D36;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fs-body-top .fr3-item__productPrice__price{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.newarribval-area .top-more-btn, .preorder-item-area .top-more-btn{
  margin-top: 30px;
}
.more-btn-text.more-btn-blue{
  display: contents;
}
.more-btn-text.more-btn-blue .more-btn-arrow::after{
  content: url(https://bcor.itembox.design/item/2025/icon_arrow-red.svg?t=20250701094024);
}
/*期間限定先行受注アイテム*/
.preorder-item-area{
  background: #ECECEC;
  color: #000D36;
}
.preorder-item-area-inner{
  padding: 55px 35px 60px 35px;
}
.preorder-item-area .top-content-title{
  line-height: 1.5;
}
/* カート おすすめ商品 スライドを解除してグリッド表示 */
.fs-body-top .fs-c-productListCarousel.fs-c-slick {
  display: block;
}
.fs-body-top span.fs-c-productListCarousel__ctrl {
  display: none !important;
}
.fs-body-top .fs-c-productListCarousel__list {
  display: block;
}
.fs-body-top .preorder-item-area .fs-c-productListCarousel.fs-c-slick div.slick-track {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr)!important;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  width: 100% !important;
  transform: none !important;
}
.fs-body-top .fs-c-productListCarousel.fs-c-slick div.slick-track::before {
  content: none !important;
}
.fs-body-top .fs-c-productListCarousel.fs-c-slick article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  min-width: 100%;
  margin: 0;
}
.fs-body-top .fs-c-productListItem__productName .fs-c-productName__name{
  color: #000D36;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fs-body-top .fs-c-productListItem__productName{
  margin: 10px 0 2px 0;
}
.fs-body-top .fs-c-productListItem__productName a:hover{
  text-decoration: none;
}
.fs-body-top .fs-c-productListItem__prices.fs-c-productPrices{
  margin-top: 0;
}
.fs-body-top .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main__label{
  display: none;
}
.fs-body-top .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main__price.fs-c-price{
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #000D36;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.fs-body-top .fs-c-productPrice.fs-c-productPrice--selling{
  gap: 0 4px;
}
.fs-body-top .fs-c-productListItem__control.fs-c-buttonContainer{
  display: none;
}
/* トピックス */
.topics-area{
  background-image: url(https://bcor.itembox.design/item/2025/topix_bg.jpg?t=20250701094024);
  background-repeat: no-repeat;
  background-size: cover;
}
.topics-area-inner{
  padding: 55px 20px 60px 20px;
}
.topics-item-area{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}
.topics-item-area .fs-pt-column{
 display: contents;
}
.topics-item-area .fs-pt-column .fs-pt-column__item{
  padding: 0;
  cursor: pointer;
}
.topics-item-area .fs-pt-column .fs-pt-column__item .fs-pt-column__image img{
  width: 100%;
  height: 100%;
}
.topics-area .fs-pt-column__heading{
  display: none;
}
/*ランキング*/
.ranking-area{
  background: #FFFFFF;
  color: #000D36;
}
.ranking-area-inner{
  padding: 55px 0 60px 0;
}
.ranking-area .top-content-title{
  max-width: 350px;
  margin: 0 auto 30px auto
}
.ranking-area .fr3-item__image{
  border-radius: 0;
  box-shadow: initial;
}
.ranking-area .fr3-productListStatic{
  gap: 30px 5px;
  padding: 0;
}
.ranking-area .fr3-item__productName{
  padding: 0 5px;
}
.ranking-area .fr3-item__productPrice{
  padding: 0 5px;
}
.ranking-area .fr3-item{
  position: relative;
}
.ranking-area .fr3-item .fr3-item__rankContainer{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ranking-area .fr3-item .fr3-item__rank{
  font-family: 'Barlow Semi Condensed',sans-serif;
  color: #FFFFFF;
  background-color: rgba(62, 62, 62, 0.5);
  border-radius: 0;
  width: 19px;
  height: 23px;
  font-size: 12px;
  line-height: 1.5;
}
.ranking-area .fr3-item:nth-child(1) .fr3-item__rank{
  background-color: #BFA253;
  position: relative;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
.ranking-area .fr3-item:nth-child(2) .fr3-item__rank{
  background-color: #7E7D7D;
  position: relative;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
.ranking-area .fr3-item:nth-child(3) .fr3-item__rank{
  background-color: #935F21;
  position: relative;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 85%, 0% 100%);
  text-align: center;
  display: flex;
  align-items: center;
}
.ranking-area .flywheel-recommend__frame .fr3-productListStatic.fr3-productListStatic__responsive_4 .fr3-item:nth-child(10){
  display: none;
}
/* カテゴリー */
.search-category-area{
  background-image: url(https://bcor.itembox.design/item/2025/category_bg.jpg?t=20250701094024);
  background-repeat: no-repeat;
  background-size: cover;
}
.search-category-area-inner{
  padding: 55px 0 60px 0;
}
.search-category-area .top-content-title{
  padding-left: 40px;
}
.top-category-icons-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px 0 40px;
}
.top-category-icons-list{
  width: 655px;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 35px 0;
  margin: 0;
}
.top-category-icons-list li{
  width: 65px;
}
/* Go!GO!BCOR! */
.bcor-area{
  background: radial-gradient(169.74% 50% at 50% 50%, #C70025 0%, #CA0026 15.5%, #E73B5A 61.5%, #C70025 100%);
}
.bcor-area p{
  margin: 0;
  color: #FFFFFF;
}
.bcor-area-inner{
  padding: 60px 0 90px 0;
  position: relative;
}
.bcor-title{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.0;
  font-style: italic;
  position: absolute;
  padding: 0 20px;
}
.bcor-content-wrap{
  padding-top: 92px;
}
.bcor-content-detail-wrap{
  margin: 0 35px;
}
.bcor-content-image img{
  border-radius: 5px;
}
.bcor-content-text-area{
  margin-top: 17px;
}
.bcor-content-text-area p{
  font-weight: 500;
  line-height: 1.8;
}
.bcor-content-text-area .bcor-second-text{
  margin-top: 20px;
}
.bcor-content-text-area .top-more-btn{
  margin-top: 20px;
}
.top-more-btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000D36;
  padding: 15px 20px;
  width: 100%;
  border-radius: 55px;
  transition: all 0.3s 0s ease;
}
.top-more-btn .more-btn-arrow{
  width: 22px;
  height: 22px;
  position: relative;
}
.top-more-btn .more-btn-arrow::after{
  content: url(https://bcor.itembox.design/item/2025/icon_arrow-white.svg?t=20250701094024)
}
.more-btn-text{
  font-weight: 700;
  line-height: 1.8;
}
.more-btn-text .bcor-btn-text{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-right: 5px;
}
.bcor-item-wrap{
 margin: 70px 20px 0 35px;
}
.bcor-item-title-wrap{
  font-weight: 700;
  line-height: 1.5;
}
.bcor-item-title{
  font-size: 22px;
}
.bcor-item-subtitle{
  font-size: 12px;
}
.bcor-item-area{
  margin: 20px 0 30px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bcor-item-inner{
  width: 860px;
  display: flex;
  gap: 15px;
}
.bcor-item p{
  margin-top: 10px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bcor-item-price{
  line-height: 1.5;
  font-size: 10px;
  font-weight: 500;
}
.bcor-item-price span{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.bcor-item-wrap .content-item-btn a{
  padding: 15px 20px;
}
.bcor-area .fs-c-slick .slick-track{
  display: flex;
  width: 860px !important;
}
.bcor-area .fs-c-slick .slick-slide:last-child{
    margin-right: auto;
}
.bcor-area .fs-c-slick .slick-slide{
  width: 160px;
  margin-right: 20px;
}
.fs-body-top .bcor-area .fs-c-productListItem__productName .fs-c-productName__name{
  color: #FFFFFF;
}
.fs-body-top .bcor-area .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main__price.fs-c-price{
  color: #FFFFFF;
}
/* メルマガ */
.e-zine-area{
  background-image: url(https://bcor.itembox.design/item/2025/mailmagazine_bg.jpg?t=20250701094024);
  background-size: cover;
  background-repeat: no-repeat;
}
.e-zine-area-inner{
  padding: 60px 20px;
}
.e-zine-area .e-zine-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.e-zine-text-wrap p{
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
.e-zine-btn-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 10px;
}
.e-zine-btn-wrap .content-item-btn a{
  padding: 7px 10px 7px 15px;
  width: 170px;
  font-size: 12px;
  line-height: 1.8;
}
.e-zine-btn-wrap .content-item-btn .arrow{
  width: 20px;
  height: 20px;
}

/* お知らせコンテンツ */
.notice-area{
  background: #FFFFFF;
  color: #000D36;
}
.notice-area p{
  margin: 0;
}
.text-arrow a{
  color: #000D36;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s 0s ease;
}
.notice-area-inner{
  padding: 53px 25px 58px 25px;
}
.notice-title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.notice-item-area{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.notice-item-area ul{
  margin: 0;
}
.notice-item-area .fs-pt-list--noMarker > li + li{
  margin-top: 20px;
}
.notice-date{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #AFAFAF !important;
  line-height: 1.8;
}
.notice-text{
  font-size: 12px;
  font-weight: 500;
  color: #000D36;
  line-height: 1.8;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-arrow .arrow{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #C70025;
  border-radius: 50%;
  margin-left: 5px;
}
.fs-pt-list.fs-pt-list--noMarker a:hover{
  text-decoration: none;
}
.fs-pt-list.fs-pt-list--noMarker a:hover .notice-text{
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  /*新着アイテム表示数*/
  .fr3-productListStatic__responsive_1{
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-top{
    min-width: 1360px;
  }
  .fs-body-top .fs-l-main{
    max-width: 100%;
  }
  .fs-body-top .fs-l-pageMain{
    max-width: initial;
  }
  .top-content-inner{
    max-width: 1280px;
    margin: 0 auto;
  }
  /* 新着情報*/
  .fs-p-dateList.top-news{
    padding: 50px 0 70px 0;
  }
  .fs-p-dateList.top-news .fs-pt-list__item{
    padding: 0;
    max-width: 940px;
    margin: 0 auto;
  }
  .fs-p-dateList.top-news .fs-pt-list__item a{
    padding: 20px 61px 20px 20px;
    font-size: 13px;
  }
  .fs-p-dateList.top-news .fs-pt-list__item a::after{
    width: 22px;
    height: 22px;
  }
  .fs-p-dateList.top-news > li time:first-child{
    font-size: 13px;
  }
  /* 人気カテゴリー */
  .favorite-category-wrap{
    background-image: url(https://bcor.itembox.design/item/2025/topix_bg_pc.jpg?t=20250701094024)
  }
  .favorite-category-wrap-inner{
    padding: 80px 0;
  }
  .top-content-title{
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.5;
  }
  .favorite-category-lists .content-item-btn a{
    padding: 8px 16px;
  }
  /* 新着アイテム */
  .newarribval-area-inner{
    padding: 80px 0;
  }
  .newarribval-area .fr3-productListStatic__responsive_1{
    grid-template-columns: repeat(5, 1fr);
  }
  .newarribval-area .fr3-productListStatic{
    gap: 40px 25px;
    padding: 0;
  }
  .newarribval-area .top-more-btn, .preorder-item-area .top-more-btn{
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
  .fs-body-top .fr3-item__productName{
    font-size: 13px;
  }
  .fs-body-top .fr3-item__productPrice__price{
    font-size: 20px;
  }
  /*期間限定先行受注アイテム*/
  .preorder-item-area-inner{
    padding: 80px 0;
  }
  .fs-body-top .preorder-item-area .fs-c-productListCarousel.fs-c-slick div.slick-track{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 25px;
  }
  .fs-body-top .fs-c-productListItem__productName .fs-c-productName__name{
    font-size: 13px;
  }
  .fs-body-top .fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice__main__price.fs-c-price{
    font-size: 20px;
  }
  /* トピックス */
  .topics-area{
    background-image: url(https://bcor.itembox.design/item/2025/topix_bg_pc.jpg?t=20250701094024);
  }
  .topics-area-inner{
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
  }
  .topics-item-area{
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
  }
  .topics-item-area .fs-pt-column .fs-pt-column__item .fs-pt-column__image img{
    width: 280px;
  }
  /*ランキング*/
  .ranking-area-inner{
    padding: 80px 0;
  }
  .ranking-area .top-content-title{
    max-width: 100%;
  }
  .ranking-area .fr3-productListStatic{
    gap: 40px 25px;
  }
  .fs-body-top .ranking-area .fr3-item__productName{
    padding: 0;
  }
  .fs-body-top .ranking-area .fr3-item__productPrice{
    padding: 0;
  }
  .ranking-area .fr3-item .fr3-item__rank{
    width: 30px;
    height: 36px;
    font-size: 17px;
  }
  .ranking-area .flywheel-recommend__frame .fr3-productListStatic.fr3-productListStatic__responsive_4 .fr3-item:nth-child(10){
    display: block;
  }
  /* カテゴリー */
  .search-category-area{
    background-image: url(https://bcor.itembox.design/item/2025/category_bg_pc.jpg?t=20250701094024);
  }
  .search-category-area-inner{
    padding: 80px 0;
    max-width: 960px;
    margin: 0 auto;
  }
  .search-category-area .top-content-title{
    padding-left: 0;
  }
  .top-category-icons-wrap{
    overflow-x: clip;
    padding: 0
  }
  .top-category-icons-list{
    width: 100%;
    display: grid;
    gap: 53px 0;
  }
  .top-category-icons-list li{
    width: 98px;
  }
  /* Go!GO!BCOR! */
  .bcor-area-inner{
    padding: 70px 0 90px 0;
  }
  .bcor-title{
    font-size: 105px;
  }
  .bcor-content-wrap{
    padding: 70px 70px 0 70px;
    margin: 0;
  }
  .bcor-content-detail-wrap{
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 0;
  }
  .bcor-content-text-area{
    width: 453px;
    margin-top: 0;
    font-size: 15px;
  }
  .bcor-content-text-area .bcor-second-text{
    margin-top: 20px;
  }
  .bcor-content-text-area .top-more-btn{
    margin-top: 40px;
  }
  .top-more-btn a{
    padding: 20px 20px 20px 30px;
    width: 320px;
    font-size: 15px;
  }
  .more-btn-text .bcor-btn-text{
    font-size: 18px;
  }
  .bcor-item-wrap{
    margin: 50px 0 0 0;
  }
  .bcor-item-title{
    font-size: 28px;
  }
  .bcor-item-subtitle{
    font-size: 17px;
  }
  .bcor-item-area{
    margin: 30px 0 50px 0;
  }
  .bcor-item-inner{
    width: 100%;
    gap: 20px;
  }
  .bcor-item p{
    font-size: 12px;
  }
  .bcor-item-wrap .content-item-btn a{
    padding: 20px 20px 20px 30px;
    width: 320px;
    font-size: 15px;
  }
  .bcor-item-wrap .content-item-btn{
    display: flex;
    justify-content: center;
  }
  .bcor-area  .fs-c-slick .slick-track{
    width: 1140px !important;
  }
  .bcor-area .fs-c-slick .slick-slide{
    width: 212px;
    margin-right: 20px;
  }
  /* メルマガ */
  .e-zine-area{
    background-image: url(https://bcor.itembox.design/item/2025/mailmagazine_bg_pc.jpg?t=20250701094024);
  }
  .e-zine-area-inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .e-zine-area .e-zine-title{
    font-size: 28px;
  }
  .e-zine-btn-wrap{
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 295px;
  }
  .e-zine-btn-wrap .content-item-btn a{
    padding: 8px 10px 8px 15px;
    line-height: 1.8; 
    width: 100%;
    font-size: 13px;
  }
  .e-zine-text-wrap p{
    font-size: 15px;
  }
  /* お知らせコンテンツ */
  .notice-content-inner{
    max-width: 1260px;
    margin: 0 auto;
  }
  .notice-item-area{
    flex-direction: row;
    align-items: center;
  }
  .notice-area-inner{
    padding: 90px 0 100px 0;
  }
  .notice-item{
    width: 420px;
    border-right: solid 1px #AFAFAF;
    padding: 0 40px;
  }
  .fs-pt-list.fs-pt-list--noMarker li:first-child .notice-item{
    padding-left: 0;
  }
  .notice-item-area .fs-pt-list.fs-pt-list--noMarker{
    display: flex;
    gap: 0;
    margin: 0;
    align-items: baseline;
  }
  .notice-item-area .fs-pt-list--noMarker > li + li{
    margin-top: 0;
  }
  .notice-date{
    font-size: 13px;
  }
  .notice-text{
    font-size: 14px;
  }
}

/* ------ フッターリニューアル ------ */
.fs-body-top .fs-l-footer{
  margin-top: 0;
}
.c-pc-only{
  display: none;
}
.fs-l-footer__contents{
  max-width: 100%;
}
.fs-l-footer__contents p{
  margin: 0;
  line-height: 1.8;
  font-size: 13px;
  font-weight: 500;
}
.fs-l-footer__contents > *{
  padding: 0;
}
.fs-p-logo{
  padding: 0;
}
.footer-navigation-item, .fs-p-footerNavigationItem__nav li a, .footer-navigation-content-item a{
  color: #FFFFFF;
}
.footer-nav-wrap{
  background: #000A2A;
  padding: 50px 35px 70px;
}
.footer-nav-wrap.bg-bright{
  background: #000D36;
  padding: 65px 35px 60px;
}
.footer-navigation-item-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav-item-follow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav-item-follow .footer-nav-snstext{
  line-height: 1.5;
  font-size: 12px;
}
.footer-nav-item-follow:not(:last-child){
  margin-bottom: 20px;
}
.footer-nav-item-follow p{
  line-height: 1.5;
}
.footer-nav__body .footer-nav-item-title{
  font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
}
.footer-nav__body .footer-nav-item-title::before{
  content: url(https://bcor.itembox.design/item/2025/icon_rose.svg?t=20250701094024);
  vertical-align: middle;
  padding-right: 10px;
}
.footer-nav-item{
  margin-bottom: 40px;
}
.footer-nav-item .content-item-btn a{
  font-size: 13px;
}
.content-item-btn a{
  background: #FFFFFF;
  color: #000D36;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s 0s ease;
  line-height: 1.8;
}
.content-item-btn .arrow{
  width: 22px;
  height: 22px;
  position: relative;
}
.content-item-btn .arrow::after, .text-arrow .arrow::after{
  content: url(https://bcor.itembox.design/item/2025/icon_arrow-red.svg?t=20250701094024);
  vertical-align: middle;
}
.footer-contact-text:not(:last-child){
  margin-bottom: 15px;
}
.footer-contact-text .business-hours{
  line-height: 1.5;
}
.footer-contact-text.contact-info{
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.footer-contact-text.contact-info p{
  font-weight: 600 !important;
  line-height: 1.5;
  font-size: 15px;
  color: #FFFFFF;
}
.footer-contact-text.contact-info a{
  color: #FFFFFF;
}
.footer-contact-text .footer-tel::before{
  content: url(https://bcor.itembox.design/item/2025/icon_tel.svg?t=20250701094024);
  vertical-align: middle;
  padding-right: 10px;
}
.footer-contact-text .footer-email::before{
  content: url(https://bcor.itembox.design/item/2025/icon_mail.svg?t=20250701094024);
  vertical-align: middle;
  padding-right: 10px;
}
.fs-p-footerNavigationItem__nav{
  padding: 15px 0;
}
.fs-p-footerNavigationItem__nav li a{
  font-family: 'Barlow Semi Condensed', 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 700;
}
.accordion-list-wrap{
  padding: 15px 0;
}
.accordion-title{
  position: relative;
  font-weight: 700;
  font-size: 14px !important;
}
.accordion-title::after{
  content: url(https://bcor.itembox.design/item/2025/icon_plusblue.svg?t=20250701094024);
  position: absolute;
  right: 0;
  transition: all 0.3s 0s ease;
}
.accordion-title.accordion-white::after{
  content: url(https://bcor.itembox.design/item/2025/icon_pluswhite.svg?t=20250701094024);
}
.accordion-list-wrap.active .accordion-title::after{
  content: url(https://bcor.itembox.design/item/2025/icon_minusblue.svg?t=20250701094024);
  transform: rotate(180deg);
  top: 5px;
}
.accordion-list-wrap.active .accordion-title.accordion-white::after{
  content: url(https://bcor.itembox.design/item/2025/icon_minuswhite.svg?t=20250701094024);
  transform: rotate(180deg);
  top: 5px;
}
.f_menu-accordion-list .accordion-list-wrap .accordion-title.accordion-white::after{
  top: 20px;
}
.f_menu-accordion-list .accordion-list-wrap.active .accordion-title.accordion-white::after{
  top: 25px;
}
.accordion-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  list-style: none;
}
.fs-p-footerNavigationItem__nav.accordion-content li a{
  font-size: 13px;
  font-weight: 500;
}
.accordion-content li:first-child{
  padding-top: 20px;
}
.accordion-content li:not(:last-child){
  margin-bottom: 10px;
}
.footer-nav-wrap.footer-content-wrap{
  padding-bottom: 30px;
}
.footer-address{
  margin-bottom: 30px;
  font-size: 11px;
  font-weight: 500;
}
.footer-policy-wrap{
  display: flex;
}
.footer-policy-wrap p{
  font-size: 10px;
}
.footer-policy-wrap .footer-bar{
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.footer-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 1px; 
  height: 15px; 
  background-color: rgba(255, 255, 255, 0.15); 
}
.footer-navigation-content-wrap .fs-p-footerCopyright__text{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 9px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-pc-only{
    display: block;
  }
  .c-sp-only{
    display: none;
  }
  .fs-l-footer__contents p{
    line-height: 1.8;
    font-size: 14px;
  }
  .footer-nav-wrap.bg-bright{
    padding: 80px 0 70px 0; 
  }
  .footer-nav-wrap{
    padding: 90px 0 0 0;
  }
  .footer-nav-wrap-inner{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 90px;
  }
  .fs-p-logo img{
    width: 165px;
  }
  .footer-nav-wrap-inner .fs-p-logo{
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer-nav-wrap-inner .fs-p-logo__image{
    width: 253px;
  }
  .footer-nav__body{
    width: 253px;
  }
  .footer-nav__body .footer-nav-item-title{
    font-size: 15px;
  }
  .footer-nav-item-follow p{
    font-size: 12px;
  }
  .footer-nav-item{
    margin-bottom: 50px;
  }
  .footer-contact-text:not(:last-child){
    margin-bottom: 20px;
  }
  .footer-contact-text.contact-info p{
    font-size: 16px;
  }
  .footer-contact-text .footer-tel::before{
    vertical-align: sub;
    padding-right: 5px;
  }
  .footer-contact-text .footer-email{
    white-space: nowrap;
  }
  .footer-contact-text .footer-email a{
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .footer-contact-text .footer-email a:hover{
    text-decoration: none;
  }
  .footer-contact-text .footer-email::before{
    vertical-align: sub;
    padding-right: 5px;
  }
  .fs-p-footerNavigationItem__nav{
    padding: 0;
    max-height: initial;
  }
  .accordion-list-wrap{
    padding: 0;
  }
  .accordion-title{
    color: rgba(255, 255, 255, 0.6);
  }
  .footer-nav__body .accordion-title::after{
    display: none;
  }
  .footer-nav-wrap.footer-content-wrap{
    padding-bottom: 30px;
  }
  .footer-address{
    margin-bottom: 0;
  }
  .footer-policy-wrap p{
    font-size: 11px;
  }
  .footer-policy-wrap .footer-bar-pc{
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  .footer-bar-pc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    width: 1px; 
    height: 15px; 
    background-color: rgba(255, 255, 255, 0.15); 
  }
  .footer-navigation-content-wrap .fs-p-footerCopyright__text{
    font-size: 12px;
    margin-top: 0;
  }
  .footer-nav-wrap.footer-content-wrap .footer-nav-wrap-inner{
    display: block;
  }
  .fs-p-footerCopyright{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .footer-navigation-content-wrap{
    display: flex;
    flex-direction: row-reverse;
  }
  a[href^="tel:"] {
       pointer-events: none;
   }
}

/* リニューアルホバー関係 */
.fs-body-top .fr3-item a:hover{ 
   text-decoration: none;
   opacity: 0.9;
   color: #FFFFFF;
 }
.fs-body-top .ranking-area .fr3-item a:hover{
   text-decoration: none;
   color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .header-search-word-area a:hover{
    text-decoration: none;
    background: #000D36;
    color: #FFFFFF;
  }
  .content-item-btn a:hover, .top-more-btn a:hover, .text-arrow a{
    text-decoration: none;
  }
  .fs-body-top .top-more-btn a:hover{
    color: #FFFFFF;
  }
  .content-item-btn a:hover{
    background: #C70025;
    color: #FFFFFF;
  }
  .content-item-btn a:hover .arrow::after, .top-more-btn a:hover .arrow::after, .top-more-btn a:hover .more-btn-arrow::after{
    content: url(https://bcor.itembox.design/item/2025/icon_arrow-white.svg?t=20250701094024);
  }
  .fs-body-top .top-more-btn a:hover{
    background: #C70025;
  }
  .fs-body-top .top-more-btn.btn-bcor a:hover{
    background: #FFFFFF;
    color: #C70025;
  }
  .fs-body-top .top-more-btn.btn-bcor a:hover .more-btn-arrow::after{
    content: url(https://bcor.itembox.design/item/2025/icon_arrow-red.svg?t=20250701094024);
  }
  .fs-body-top .top-category-icons-list li a:hover{
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
  }
  .fs-c-productListCarousel__list__item.fs-c-productListItem:hover, .fs-body-top .fs-pt-column .fs-pt-column__item:hover{
    opacity: 0.9;
  }
  .fs-p-footerNavigationItem__nav.header-nav-list-wrap li:hover{
    background: #263666;
  }
  .fs-p-footerNavigationItem__nav.header-nav-list-wrap.header-category-nav-list li:hover, .fs-p-footerNavigationItem__nav.header-search-category-lists.header-category-nav-list li:hover{
    background: initial;
  }
  .accordion-list-wrap .accordion-content.category-accordion-content li:hover{
    background: #ECECEC;
  }
  .footer-nav-wrap .fs-p-footerNavigationItem__nav li:hover{
    opacity: 0.9;
  }
  .fs-body-product .fs-c-button--addToCart--detail.fs-c-button--primary:hover{
    background: #C70025;
    opacity: 1;
  }
    
}

/*商品詳細リニューアル*/
.fs-body-product{
  background: #FFFFFF;
  color: #000D36;
  letter-spacing: 0;
}
.fs-body-product .fs-c-breadcrumb{
  background: #FFFFFF;
  color: #000D36;
  padding-left: 15px;
}
.fs-body-product .fs-c-breadcrumb a{
  color: #000D36;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
}
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list{
  padding: 10px 0;
}
.fs-body-product .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before{
  color: #000D36;
  font-size: 10px;
  font-weight: 500;
}
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child{
  color: #AFAFAF;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.8;
}
.fs-body-product .fs-l-main.fs-l-product2{
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.fs-body-product .fs-c-productThumbnail{
  flex-wrap: nowrap;
  overflow: auto;
  gap: 10px;
  padding: 0 30px;
}
.fs-body-product .fs-c-productThumbnail__image{
  margin: 0;
  cursor: pointer;
  flex-basis: 65px;
  min-width: 65px;
}
.fs-body-product .fs-c-productMainImage__expandButton.fs-c-buttonContainer{
  display: none;
}
.fs-body-product .fs-c-productMainImage{
  margin-bottom: 20px;
}
.fs-body-product .fs-c-productNameHeading{
  color: #000D36;
  margin: 0 0 10px 0;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.fs-body-product .fs-c-productNumber{
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #AFAFAF;
  margin-left: 30px;
  padding: 0;
}
.fs-body-product .fs-c-productNumber__number{
  font-weight: 500;
}
.fs-body-product .fs-c-productMarks{
  margin-left: 30px;
}
.fs-body-product .fs-c-productPrice--listed, .fs-body-product .fs-c-productPrice.fs-c-productPrice--selling{
  justify-content: end;
  gap: 0 4px;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail{
  padding-right: 30px;
  margin-bottom: 20px;
}
.fs-body-product .fs-c-productPrice__main__label{
  display: none;
}
.fs-body-product .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price.fs-c-price{
  font-family: 'Barlow Semi Condensed',sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}
.fs-body-product .fs-c-variationAndActions{
  padding: 0 30px;
}
.fs-body-product .fs-c-variationAndActions__variation{
  margin-top: 10px;
}
.fs-body-product .fs-c-dropdown__menu > option{
  background: #FFFFFF;
  color: #000D36; 
}
.fs-body-product .fs-c-dropdown__menu{
  border: none;
  background: #ECECEC;
  border-radius: 2px;
  color: #000D36;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 15px;
}
.fs-body-product .fs-c-dropdown::after{
  content: url(https://bcor.itembox.design/item/2025/icon_select.svg?t=20250701094024);
  border-left: none;
  background: #ECECEC;
  right: 15px;
}
.fs-body-product .fs-c-productQuantity{
  padding-left: 30px;
  margin: 30px 0 0 0;
}
.fs-body-product .fs-c-quantity__select.fs-system-quantity-list, .fs-body-product .fs-c-quantity__number.fs-system-quantity-text{
  border: solid 1px #000D36;
  border-radius: 2px;
  padding: 17px 10px 17px 15px;
  font-size: 14px;
  font-weight: 500; 
  line-height: 1.5;
  height: 55px;
  box-shadow: none;
  cursor: pointer;
}
.fs-body-product .fs-c-productQuantity__quantity.fs-c-quantity.fs-system-assistTarget{
  position: relative;
}
.fs-body-product .fs-c-productQuantity__quantity.fs-c-quantity.fs-system-assistTarget::after{
  content: url(https://bcor.itembox.design/item/2025/icon_select.svg?t=20250701094024);
  position: absolute;
  top: 21px;
  right: 10px;
}
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer{
  margin-top: -56px;
  padding-right: 30px;
}
.fs-body-product .fs-c-button--primary{
  max-width: 250px;
  height: 55px;
  background: #000D36;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 16px 76px;
  font-weight: 500;
  line-height: 1.5;
}
.fs-body-product .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
  max-width: 250px;
  height: 55px;
  background: #3E3E3E;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 16px 76px;
  font-weight: 500;
  line-height: 1.5;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
  padding-right: 30px;
}
.fs-body-product .fs-c-button--inquiryAboutProduct.fs-c-button--plain{
  color: #000D36;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.fs-body-product .fs-c-button--addReview--detail.fs-c-button--plain{
  color: #000D36;
}
.fs-body-product .fs-c-productReview{
  padding-right: 30px;
}
.fs-body-product .fs-p-snsArea{
  margin: 0;
  padding-right: 30px;
  justify-content: flex-end;
}
.fs-body-product .fs-p-snsArea > *{
  margin-right: 0;
}
.fs-body-product .fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock{
  background: initial;
  padding-left: 30px;
  text-align: left;
  font-size: 12px;
  color: #C70025;
}
.fs-c-productNotice.fs-c-productNotice--outOfStock{
  margin-bottom: 10px;
}
.fs-body-product .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
  border-color: #ECECEC;
  background: #ECECEC;
}
.fs-body-product .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
  background: #000D36;
}
.fs-c-radio__radioMark{
  border-color: #ECECEC;
  background: #ECECEC;
}
.fs-c-variationRadioList__row{
  border-top: none;
  padding-bottom: 10px;
}
.fs-c-variationRadioList__row:last-child{
  border-bottom: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
  color: #C70025;
}
.fs-body-product .fs-c-checkbox__labelText a{
  color: #333333;
}
@media screen and (min-width: 768px) {
 /*商品詳細リニューアル*/
 .fs-body-product{
  min-width: 1360px;
 }
 .fs-body-product .fs-c-breadcrumb{
   padding-left: 80px;
 }
 .fs-body-product .fs-l-main.fs-l-product2{
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
 }
 .fs-body-product .fs-l-product2 .fs-l-productLayout{
  display: flex;
  grid-gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .fs-body-product .fs-l-productLayout__item.fs-l-productLayout__item--2{
  width: 450px;
 }
 .fs-body-product .fs-c-productMainImage{
  width: 600px;
 }
 .fs-body-product .fs-c-productThumbnail{
  width: 600px;
  padding: 0;
  flex-wrap: wrap;
 }
 .fs-body-product .fs-c-productNameHeading{
  font-size: 17px;
  padding: 0;
 }
 .fs-body-product .fs-c-productNumber{
  font-size: 13px;
  margin: 0 0 20px 0;
  padding: 0;
 }
 .fs-body-product .fs-c-productMarks{
  margin-left: 0;
 }
 .fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail{
  padding-right: 0;
 }
 .fs-body-product .fs-c-variationAndActions{
  padding: 0;
 }
 .fs-body-product .fs-c-dropdown__menu{
  cursor: pointer;
 }
 .fs-body-product .fs-c-productQuantity{
  padding-left: 0;
  margin: 30px 0 0 0;
 }
 .fs-body-product .fs-c-productActionButton.fs-c-buttonContainer{
  margin-top: -56px;
  padding-right: 0;
 }
 .fs-body-product .fs-c-button--primary{
  min-width: 370px !important;
  height: 55px;
  background: #000D36;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 16px 76px;
  font-weight: 500;
  line-height: 1.5;
 }
 .fs-body-product .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
  min-width: 370px !important;
  height: 55px;
  background: #3E3E3E;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 16px 76px;
  font-weight: 500;
  line-height: 1.5;
 }
 .fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
  padding-right: 0;
 }
 .fs-body-product .fs-c-button--inquiryAboutProduct.fs-c-button--plain{
  color: #000D36;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
 }
 .fs-body-product .fs-c-button--addReview--detail.fs-c-button--plain{
  color: #000D36;
 }
 .fs-body-product .fs-c-productReview{
  padding-right: 0;
 }
 .fs-body-product .fs-p-snsArea{
  margin: 0;
  padding-right: 0;
  justify-content: flex-end;
 }
 .fs-c-productNotice.fs-c-productNotice--outOfStock{
  padding: 0;
 }
 .fs-body-product .fs-c-checkbox__labelText a:hover{
  color: #3790e8;
 }
}

/*発送について*/
.text-red{
  color: #C70025;
}
.text-bold{
  font-weight: bold;
}
.shipping-area p{
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
.shipping-area{
  background: #F9EAED;
  margin: 50px 30px 0 30px;
}
.shipping-area-inner{
  padding: 20px;
}
.shipping-area-title.text-red{
  font-weight: 700; 
  border-bottom: solid 1px #000D36;
  padding-bottom: 15px;
}
.shipping-area-inner p:nth-child(2){
  margin-top: 20px;
}
.shipping-area-inner p:nth-child(3){
  margin-top: 20px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shipping-area p{
    font-size: 13px;
  }
  .shipping-area{
    margin: 40px 0 0 0;
  }
  .shipping-area-inner{
    padding: 23px 20px;
  }
  .shipping-area-title.text-red{
    font-size: 16px;
  }
  .shipping-area-inner p:nth-child(2){
    margin-top: 20px;
  }
  .shipping-area-inner p:nth-child(3){
    margin-top: 20px;
    font-size: 13px;
  }
}

/*取扱い方法や注意点*/
.handling_method-area p{
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 3px;
}
.handling_method-area{
  margin-top: 40px;
  padding: 0 30px;
}
.handling_method-area-inner{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detail-main-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  border-bottom: solid 2px #000D36;
  padding-bottom: 15px;
}
.handling_method-title{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.handling_method-content a{
  color: #000D36;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .handling_method-content a:hover{
    text-decoration: none;
  }
  .handling_method-area p{
    font-size: 13px;
    margin-top: 10px;
  }
  .handling_method-area{
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 0;
  }
  .handling_method-area-inner{
    flex-direction: row;
    gap: 40px;
  }
  .detail-main-title{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .handling_method-title{
    font-size: 15px;
  }
  .handling_method-content{
    width: 50%;
  }
}

/*商品説明リニューアル*/
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full{
  width: 100%;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-wrapper{
  padding: 0 30px;
  margin-top: 40px;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .whttext{
  color: #000D36;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr:nth-child(1) td:nth-child(1){
  border-bottom: solid 2px #000D36;
  padding-bottom: 10px;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table .specb{
  border: none;
  padding: 0;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full table .specb a{
  color: #000D36;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full table .specb a:visited{
  color: #000D36;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr{
  display: flex;
  flex-direction: column;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr:not(:first-child){
  margin-top: 20px;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr td:nth-child(1){
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table-wrap{
  width: 100%;
  margin-top: 40px;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table-wrap .size-table-inner{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table{
  background: #ECECEC;
  position: relative;
  margin-top: 50px;
  width: 530px;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table .specb{
  border: solid 1px #FFFFFF;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table tr:last-child td{
  text-align: left;
  font-weight: 500;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table::before{
  content: "サイズ(cm)";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  position: absolute;
  top: -32px;
  left: 0;
}
.fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  border-bottom: solid 2px #000D36;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full{
    margin-top: 70px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-wrapper{
    padding: 0;
    margin-top: 70px;
    display: flex;
    gap: 40px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table{
    width: 50%;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table .specb{
    font-size: 13px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr:nth-child(2){
    margin-top: 20px !important;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr:not(:first-child){
    margin-top: 30px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .product-detail-table tr td:nth-child(1){
    font-size: 15px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table-wrap{
    width: 50%;
    margin-top: 0;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table{
    margin-top: 53px;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table .specb{
    border: solid 1px #FFFFFF;
    text-align: center;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table tr:last-child td{
    text-align: left;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table::before{
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    top: -33px;
    left: 0;
  }
  .fs-body-product .fs-p-productDescription.fs-p-productDescription--full .size-table-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: solid 2px #000D36;
    padding-bottom: 10px;
  }
  
}

/*フローティングカートボタン位置*/
.fs-p-scrollingCartButton{
  bottom: 15%;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/*******************************
 本番環境用CSS 必ず末尾に記載しておく
 （テストテーマでは削除）
********************************/
.only-test {
  display: none !important;
}