@charset "utf-8";
/* ---------------------------------------------------------

                　 商品詳細ページ 

--------------------------------------------------------- */
body {
  font-family: "kinto-sans", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
}
@media only screen and (max-width: 1024px) {
   body {
       font-size: 1.2rem !important; 
    }
}
/*　説明文（小）　*/
#sec_detail_S {
  margin-top: 60px;
  margin-bottom: 60px;
}
a.btn_index {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 0.5rem;
    font-weight: bold;
    border: 2px solid #e6e6e6;
    background: #e6e6e6;
    color: #585858;
    transition: 0.5s;
}
a.btn_index:hover {
  color: #585858;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  a.btn_index {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  a.btn_index {
    width: 90%;
  }
  #sec_detail_S {
    font-size: 1rem;
  }
}
/*　説明文（小）ここまで　*/
/*　説明文（大）　*/
#sec_detail_L {
  clear: both;
  padding-top: 70px;
  /*text-align: center;*/
}
#sec_detail_L h2 {
  width: 60%;
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background: url(https://www.fragrance-u.jp/s/brand/asset/img/borderBlack.png) repeat-x 0 50%;
  background-size: 1px 1px;
}
#sec_detail_L h2 span {
  background: #fff;
  padding: 0 80px;
}
.tx_detail {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.tx_detail p {
  text-align: left;
    }  
#sec_detail_L h4 {
  font-size: 1.7rem;
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 700;
   
}
#sec_detail_L h4 span {
  background: #f7f7f7;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  padding: 0.5em;
  text-align: left;     
}
#sec_detail_L h5 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left; 
}

@media screen and (max-width: 1024px) {
  #sec_detail_L img {
    width: 80% !important;
  }
  #sec_detail_L {
    padding-top: 50px;
  }
  #sec_detail_L h2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #sec_detail_L h2 span {
    padding: 0 30px;
  }
  #sec_detail_L h4 {
    font-size: 1.2rem;
  }
  .tx_detail {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 0.9rem;
    text-align: center;  
  }
    .tx_detail p {
        text-align: left;
    }   
  #sec_detail_L h5 {
    font-size: 1.2rem;
  }
}
/*　説明文（大）ここまで　*/
/* 独自コメント① */
#sec_comment {
  margin-top: 40px;
  margin-bottom: 40px;
}
#sec_comment .wrap {
  clear: both;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}
#sec_comment .bg {
  line-height: 0;
}
#sec_comment .txt {
    margin-top: 25px;
}
#sec_comment .txt h2 {
  padding: 0 0 20px !important;
  font-weight: 600;
}
#sec_comment .txBox p {}
@media only screen and (min-width: 1200px) {
  #sec_comment .txt h2 {
    padding: 0 0 20px !important;
  }
}
@media only screen and (min-width: 800px) {
  #sec_comment .txt, .bg {
    width: 50%;
    float: left;
    display: table;
    background: #fff;
  }
  #sec_comment .txt, #sec_comment .bg {
    float: right;
    margin-bottom: 30px;
  }
  #sec_comment .txBox {
    display: table-cell;
    padding: 0 100px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1024px) {
  #sec_comment .txBox h2 {
    margin-top: 20px;  
  }
  #sec_comment .txBox p {
    font-size: 1rem !important;
    margin-bottom: 20px;  
  }    
}
/* 独自コメント①ここまで */
/* 独自コメント② */
#sec_comment2 h2 {
  width: 70%;
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background: url(https://www.fragrance-u.jp/s/brand/asset/img/borderBlack.png) repeat-x 0 50%;
  background-size: 1px 1px;
}
#sec_comment2 h2 span {
  background: #fff;
  padding: 0 80px;
}
@media only screen and (min-width: 800px) {
  #sec_comment2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  #sec_comment2 {
    width: 100%;
  }
  #sec_comment2 h2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #sec_comment2 h2 span {
    padding: 0 30px;
  }
}
/*スペック表示タブ*/
.spec_tab {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.spec_tab > label {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  background-color: #f2f2f2;
  color: #999;
  font-weight: 600;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
  margin-bottom: 50px;
}
.spec_tab > label:hover {
  opacity: .8;
}
.spec_tab input {
  display: none;
}
.spec_tab > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  line-height: 1.6em;
}
.spec_tab label:has(:checked) {
  border-bottom: 4px solid #C4AAA7;
  color: #C4AAA7;
}
.spec_tab label:has(:checked) + div {
  display: block;
}
@media screen and (max-width: 1024px) {
  .spec_tab {
    width: 100%;
    font-size: 1rem;
  }
  .spec_tab .detail {
    font-size: 1rem;
  }
}
/* 独自コメント②ここまで */

/* 独自コメント③ */
#sec_comment3 h2 {
    width: 70%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: url(https://www.fragrance-u.jp/s/brand/asset/img/borderBlack.png) repeat-x 0 50%;
    background-size: 1px 1px;
}
#sec_comment3 h2 span {
  background: #fff;
  padding: 0 80px;
}
@media only screen and (min-width: 800px) {
  #sec_comment3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  #sec_comment3 {
    width: 100%;
  }
  #sec_comment3 h2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #sec_comment3 h2 span {
    padding: 0 30px;
  }
}

/*任意商品カルーセル*/

.fs-c-productListCarousel__list {
    margin-top: 20px;
}

/*.fs-c-productPrice__addon__label .fs-c-productPrice__addon__label, .fs-c-productPrices {
    display: none!important;価格消し
}*/

.fs-c-productPrice__addon__label .fs-c-productName__copy {
    display: none!important;/*キャッチコピー消し*/
}

/*パンくず*/
@media screen and (min-width:1024px) {
.fs-c-breadcrumb__list {
    margin-left: 80px;
    }
    
}

/* ---------------------------------------------------------

                 商品グループブランドトップ (改修ver)

--------------------------------------------------------- */
/* 商品グループブランドトップ */
@media (min-width:1024px) {
  .item-description > .inner > .content {
    display: block;
    font-size: 16px
  }
}
.item-description > .inner > .content ul li:before {
  content: "\25cf";
  color: #5c7674
}
.layout-contents > .inner {
  max-width: 1400px;
  margin: 0 auto 45px;
  padding: 15px 0 0
}
@media (min-width:750px) {
  .layout-contents > .inner {
    padding: 10px 40px 0;
    margin-bottom: 100px
  }
}
@media (min-width:1024px) {
  .layout-contents > .inner {
    padding: 10px 100px 0
  }
}
.layout-single {
  padding: 30px 38px 0;
  margin-top: 30px
}
.layout-single + .layout-single {
  border-top: 1px solid #9B9B9B
}
@media (min-width:750px) {
  .layout-single + .layout-single {
    margin-top: 80px
  }
}
@media (min-width:750px) {
  .layout-single {
    padding: 80px 0 0
  }
}
@media (min-width:1024px) {
  .layout-single {
    padding: 80px 0 0
  }
}
@media (min-width:750px) {
  .layout-single > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media (min-width:750px) {
  .layout-single > .inner > .picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}
.layout-single > .inner > .section {
  font-size: 13px;
  line-height: 2
}
@media (min-width:750px) {
  .layout-single > .inner > .section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 40px
  }
}
@media (min-width:1024px) {
  .layout-single > .inner > .section {
    font-size: 16px;
    line-height: 2.4
  }
}
.layout-single > .inner > .section .title-english {
  margin-top: 15px
}
@media (min-width:750px) {
  .layout-single > .inner > .section .title-english {
    margin-top: -26px
  }
}
.layout-single > .inner > .section .title-english + h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 17px;
  letter-spacing: .15em;
  font-weight: 400;
  line-height: 1.5
}
@media (min-width:750px) {
  .layout-single > .inner > .section .title-english + h3 {
    font-size: 26px
  }
}
@media (min-width:1024px) {
  .layout-single > .inner > .section .title-english + h3 {
    margin-top: 56px;
    margin-bottom: 25px
  }
}
.layout-single > .inner > .section .title-english + h3:before {
  content: none
}
.layout-single > .inner > .section h3 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.5
}
@media (min-width:750px) {
  .layout-single > .inner > .section h3 {
    margin-top: -10px;
    padding-bottom: 36px;
    margin-bottom: 40px;
    font-size: 30px
  }
}
.layout-single > .inner > .section h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000
}
.layout-single > .inner > .section h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: .15em;
  font-weight: 400;
  line-height: 1.7
}
@media (min-width:750px) {
  .layout-single > .inner > .section h4 {
    font-size: 26px
  }
}
@media (min-width:1024px) {
  .layout-single > .inner > .section h4 {
    margin-top: 40px;
    margin-bottom: 25px
  }
}
.layout-single > .inner > .section p {
  font-size: 13px;
  line-height: 2
}
@media (min-width:1024px) {
  .layout-single > .inner > .section p {
    font-size: 16px;
    line-height: 2.4
  }
}
.layout-single > .inner > .section p.small {
  font-size: 11px
}
@media (min-width:1024px) {
  .layout-single > .inner > .section p.small {
    font-size: 14px
  }
}
.layout-single > .inner > .section ul li:before {
  content: "\25cf";
  color: #5c7674
}
.layout-single > .inner > .section small {
  font-size: 11px
}
@media (min-width:1024px) {
  .layout-single > .inner > .section small {
    font-size: 14px
  }
}
.layout-movie {
  margin-top: 45px
}
@media (min-width:750px) {
  .layout-movie {
    margin-top: 120px
  }
}
.layout-movie > .inner > .video-contents {
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-top: 26px
}
/*@media (min-width:750px) {
  .layout-movie > .inner > .video-contents {
    margin-top: 36px
  }
}
.layout-movie > .inner > .youtube-wrapper {
  margin-top: 26px
}
@media (min-width:750px) {
  .layout-movie > .inner > .youtube-wrapper {
    margin-top: 36px
  }
}*/

.youtube-wrapper iframe {
  width: 100%; 
  height: auto;
  aspect-ratio: 16/9;
}


/* ---------------------------------------------------------

                 商品グループ 

--------------------------------------------------------- */
/*コンテンツ見出し*/
.uhb-heading--page {
    border-bottom: 2px solid #E7CFD1;
    color: #7c8790;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0 0 1.2em;
    text-align: center;
}
.fs-c-subgroupList__link {
    background: #fff!important;
}
 /*ページ送り件数*/   
.fs-c-listControl__status {
     font-size: 1.2rem;
    letter-spacing: 0.2rem;    
    }  

@media screen and (max-width: 1024px) {
 .uhb-heading--page {
    font-size: 1.4rem;
    }
 .fs-c-listControl__status, .fs-c-listControl__status__indication__label, .fs-c-sortItems,.fs-c-productListItem__notice {   
    font-size: 0.9rem!important;
    letter-spacing: 0.1rem;
    }
  
}
/* 商品グループ 商品一覧 */
@media (min-width:1025px) {
.fs-c-subgroupList__label {
     font-size: 1rem;   
    } 
}
@media screen and (max-width: 1024px) {
  .fs-c-productListItem__productName {
    font-size: 1rem !important;
  }
/*商品グループリスト */   
    .fs-c-subgroupList__label {
     font-size: 0.9rem !important;   
    }    
}
