@charset "utf-8";
/*-----------------------
*
*  商品詳細のCSSを記述する
*
-------------------------*/
/* 製品詳細テーブル */
.itemdetail th {
  width: 36%;
  text-align: left;
}
.itemdetail td {
  padding: 0.8rem 0.5rem 0.8rem 1rem;
  text-align: left;
}
.size-table th {
  width: 25%;
}
/* 商品説明 */
.mt10 {
  margin-top: 10rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.bg-gray {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  background: #f5f6f6;
}
.attention {
  font-size: 1.2em;
  text-align: center;
  color: #cc0000;
  margin: 1rem auto;
}
.comment {
  font-size: 0.85em;
  text-align: center;
}
.video {
  width: 100%;
  margin: 20px auto 0;
}
.half-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.half-child {
  width: 48%;
  margin-bottom: 40px;
}
.box {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: #eee;
  color: #333;
  font-weight: normal !important;
  font-size: 1rem;
}
.box:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
  width: 0;
  height: 0;
}
.box p {
  margin: 0;
  padding: 0;
}
.intro {
  font-size: 18px;
  text-align: center;
  color: #333;
  margin: 0 auto 50px;
}
.detail-title {
  font-size: 18px;
  text-align: center;
  color: #333;
  margin: 0 auto 30px;
}
.detail-title span {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
#item_detail p.lead {
  margin: 15px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
#item_detail p.text {
  margin-top: 15px;
  font-size: 0.875rem;
}
#item_detail .detail * + p {
  margin-top: 15px;
}
.tabborder {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
/* コラムエリア */
.column-area {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 1rem;
}
.column-area .fs-pt-column__heading {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 1.5;
}
.column-area .fs-pt-column__description {
  font-size: 12px;
  line-height: 1.5;
}
.column-area .fs-pt-column__item {
  transition: .4s all;
}
.column-area .fs-pt-column__item:hover {
  text-decoration: none;
}
.column-area .fs-pt-column__item:first-child {
  margin: 0;
}
.column-area .fs-pt-column__item:nth-child(2) {
  margin: 0;
}
@media screen and (max-width: 767px) {
.column-area {
  margin: 0 auto;
}
  .column-area .fs-pt-column__item {
    margin-bottom: 20px!important;
  }
}
/* 3カラム */
.three-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three-child {
  width: 30%;
  margin-bottom: 40px;
}
.description-title {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  width: 40%;
  border-bottom: 3px solid #000;
  margin: 40px 0;
  text-indent: 10px;
}
.description-link {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0 20px auto;
  text-align: right;
  width: 100%;
}
.detail-taxt {
  font-size: 12px;
  line-height: 1.5;
}
.page-link {
  transition: .4s all;
  color: #000;
  text-decoration: none;
}
.page-link:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}
.page-link span {
  border-bottom: 3px solid #000;
  padding: 8px;
  padding-left: 40px;
}
/* 4カラム */
.four-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.four-child {
  width: 23%;
  margin-bottom: 30px;
}
.set-title {
  text-align: center;
  background: #444;
  color: #fff;
  padding: 10px 0;
  margin: 80px auto 30px;
  font-size: 18px;
}
.set-campaign {
  font-size: 18px;
  text-align: center;
}
.set-text {
  padding: 0 20px;
  margin: 30px 0;
}
.jacket {
  text-align: left;
  background: #fff;
  color: #444;
  border: 1px solid #444;
  border-left: 8px solid #de4760;
  padding: 0 10px;
  margin-bottom: 20px;
}
.pant {
  text-align: left;
  background: #fff;
  color: #444;
  border: 1px solid #444;
  border-left: 8px solid #de4760;
  padding: 0 10px;
  margin-bottom: 20px;
}
.mens {
  border-left: 8px solid #056935;
}
.target-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto 0 0;
}
.items-name {
  margin-top: 5px !important;
  text-align: center;
}
.target-items {
  width: 22%;
  margin-bottom: 50px;
}
.target-items-none {
  width: 22%;
  margin-bottom: 50px;
  visibility: hidden;
}
@media screen and (max-width: 735px) {
  .mt10 {
    margin-top: 3rem !important;
  }
  .mt5 {
    margin-top: 1.5rem !important;
  }
  .bg-gray {
    padding: 30px 0;
  }
  .attention {
    font-size: 1em;
    margin: 0.5rem;
  }
  .comment {
    font-size: 0.65em;
    text-align: left;
    margin: 1rem;
  }
  .video {
    width: 100%;
    height: auto;
  }
  .half-text {
    display: block;
  }
  .half-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .img-text {
    width: 70%;
  }
  .intro {
    font-size: 14px;
    text-align: center;
    color: #333;
    margin: 20px 5px 0;
  }
  .detail-title {
    font-size: 14px;
    text-align: center;
    color: #333;
    margin: 20px 5px 0;
  }
  .detail-title span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }
  #item_detail .detail * + p {
    margin-top: 10px;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  /* imverコーディネートエリア */
/*
  .fs-body-category-imver .fs-pt-column--4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .fs-body-category-imver .fs-pt-column--4 .fs-pt-column__item {
    width: 50%;
  }
  .fs-body-category-imver .fs-pt-column--4 .fs-pt-column__item:hover {
    text-decoration: none;
    color: #000;
  }
  .fs-body-category-imver .fs-pt-column__heading {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.5;
    display: block;
  }
  .fs-body-category-imver .fs-pt-column__description {
    font-size: 12px;
    line-height: 1.5;
  }
  .fs-body-category-imver .fs-pt-column__item:first-child {
    margin: 0;
  }
  .fs-body-category-imver .fs-pt-column__item:nth-child(2) {
    margin: 0;
  }
*/
  /* 3カラム */
  .three-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .three-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .description-title {
    font-size: 1.3rem;
    font-weight: bold;
    width: 70%;
    border-bottom: 3px solid #000;
    margin: 40px 0;
    text-indent: 5px;
  }
  .description-link {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 30px auto;
    text-align: right;
    width: 100%;
  }
  .description-link:last-child {
    margin-bottom: 60px;
  }
  .page-link {
    transition: .4s all;
    color: #000;
    text-decoration: none;
  }
  .page-link:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.6
  }
  .page-link span {
    border-bottom: 3px solid #000;
    padding: 8px;
    padding-left: 40px;
  }
  /* 4カラム */
  .four-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .four-child {
    width: 48%;
    margin-bottom: 30px;
  }
  
  .tabcont ul.itemdes {
    padding: 0;
    margin: 0;
    margin-left: 5%;
  }
  .menutab ul, .menutabBottom ul {
    width: 95%;
  }
  .set-title {
    text-align: left;
    padding: 10px 7px;
    font-size: 16px;
  }
  .set-campaign {
    font-size: 16px;
    text-align: left;
    margin: 30px 0 30px 10px;
  }
  .set-text {
    padding: 0;
  }
  .jacket {
    font-size: 14px;
  }
  .pant {
    font-size: 14px;
  }
  .target-items {
    width: 48%!important;
    margin-bottom: 30px;
  }
  .target-items-none {
    width: 48%;
    margin-bottom: 30px;
    visibility: hidden;
  }
  .sp-category-column {
    border-top: 1px solid #ccc;
  }
  #item_detail p.lead {
    font-size: 1rem;
  }
}
/*ipadPro以下*/
@media screen and (max-width: 1100px) {
  .blog-iframe {
    height: 500px;
  }
  .instagram-iframe {
    height: 700px;
  }
  .spec-movie {
    width: 100%;
    height: 270px;
  }
}
@media screen and (max-width: 735px) {
  .spec-iframe {
    height: 2750px;
  }
  .blog-iframe {
    height: 600px;
  }
  .instagram-iframe {
    height: 1050px;
  }
  .spec-movie {
    width: 100%;
    height: 220px;
  }
}
/*商品詳細メイン画像*/
.fs-c-productCarouselMainImage {
  max-width: 800px;
  margin-right: 6%;
}
.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
  display: block;
  max-height: 800px;
  height: 100%;
  object-fit: cover;
}
/*  iPadPro */
@media screen and (max-width: 1370px) {
  .fs-c-productCarouselMainImage {
    max-width: 700px;
    margin-right: 6%;
  }
  .fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
    display: block;
    max-height: 700px;
    height: 100%;
    object-fit: cover;
/*    width: 560px;*/
  }
}
/*  iPad以下 */
@media screen and (max-width: 1023px) {
  .fs-c-productCarouselMainImage {
    max-width: 100%;
    margin-right: auto;
  }
  .fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
    display: block;
    max-height: unset;
/*    width: auto;*/
  }
}
/*お気に入りハートマーク*/
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
/*
.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  display: none;
}
*/
.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail .fs-c-button__label {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  display: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::before {
  content: "\e919";
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
  content: "\e91a";
  color: #e82929;
}
.fs-pt-column .fs-pt-column__image img {
  transition: .4s all;
}
.fs-pt-column .fs-pt-column__image img:hover {
  opacity: 0.6;;
}
/* mallリンクボタン */
.mall-button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 150px;
}
.mall-button li {
  width: 32%;
  text-align: center;
  font-size: 16px;
}
.mall-button li .red {
  color: #e53935;
  font-weight: bold;
  line-height: 1.3;
}
.mall-button li .red-none {
  visibility: hidden;
}
.mall-button .waku {
  border: 1px solid #000;
  background: #fff;
  margin-top: 10px;
}
.mall-button a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 20px 0;
}
.mall-button a:hover {
  background: #000;
  color: #fff!important;
}
@media screen and (max-width: 750px) {
  .mall-button {
    width: 100%;
    display: block;
    margin: 40px auto 80px;
  }
  .mall-button li {
    width: 100%;
    font-size: 14px;
    margin: 30px auto;
  }
  .mall-button li .red-none {
    display: none;
  }
  .mall-button a {
    font-size: 12px;
    padding: 20px 0;
  }
}
/* youtubeリンクボタン */
.youtube-button {
  width: 60%;
  margin: 80px auto 80px;
  text-align: center;
}
.youtube-button p {
  line-height: 1.5;
}
.youtube-button .waku {
  border: 1px solid #000;
  background: #fff;
  margin-top: 10px;
}
.youtube-button a {
  display: block;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 20px 0;
}
.youtube-button a:hover {
  background: #000;
  color: #fff!important;
}
@media screen and (max-width: 750px) {
  .youtube-button {
    width: 100%;
    margin: 40px auto;
  }
  .youtube-button .waku {
    margin-top: 20px;
  }
  .youtube-button a {
    font-size: 12px;
    padding: 20px 0;
  }
}
