body {
    font-family: '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;
    left: 160px;
}

.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-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: #a6192e;
    border-bottom: 2px solid #7c8790;
    color: #ffffff;
}


/* フッターカラー */
.fs-p-footerCopyright {
    color: #fff;
    background-color: #000d36;
    text-align: center;
    padding: 4px;
}


.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;
}



.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: 40px;
}

.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: 90px;
}
.top-category-icon-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}

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


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