@charset "UTF-8";
/*!
|------------------------------------------------------------
|商品詳細ページに影響するCSS
|------------------------------------------------------------
|---------------------------------------------------------------
|※chatbot.css※ / ※item-detail.css※ / ※item-description.css※ / ※新item-description.css※
|---------------------------------------------------------------
*/

/*------------------------------------------------------------
YYYY/MM/DD　詳細（名　※このコメント欄ひとつコピーしてから使う
------------------------------------------------------------*/

/*!
|---------------------------------------------------------------
|↓↓↓※chatbot.css※↓↓↓
|---------------------------------------------------------------
*/

/*------------------------------------------------------------
2020/12/01  styleタグから外部CSSに移行
------------------------------------------------------------*/

.chat-window {
  height: 750px !important;
  width: 500px !important;
}

.chat-window .chat-body {
  /*height: 550px !important;*/
  background-color: #ffeeff !important;
}

.chat-header:nth-child(2) {
  background-color: transparent !important;
}

.goqsmile-chat-window .chat-window-toggled .chat-header {
  height: 100px !important;
  text-indent: -500% !important;
  border-radius: 0% !important;
  background-image: url(https://ecotte.itembox.design/item/img/common/icon_chatbot2.png) !important;
  background-repeat: no-repeat !important;
  background-size: 340px !important;
  background-position: center -20px !important;
  background-color: transparent !important;
}

.chat-message li.left .chat-message-body {
  background-color: #ffffff !important;
}

.chat-message li.left .chat-message-body:before {
  background: #ffffff !important;
}

.chat-message li.center .chat-message-body {
  background-color: #ffffff !important;
}

.chat-message li.center .chat-message-body:hover {
  background-color: #ccffcc !important;
}

.chat-window a {
  font-weight: bold !important;
}

/*.chat-window-toggled {
    margin-bottom: 80px !important;
}*/

.chat-window-toggled {
  width: 340px !important;
  height: 100px !important;
  box-shadow: none !important;
}

.chat-window .chat-footer .chat-footer-button .btn {
  background: #d11d2a !important;
}

.chat-window .chat-footer .chat-footer-input textarea {
  border: 1px solid #a6a6a6 !important;
}

@media screen and (max-width: 984px) {
  .chat-window {
    width: 100% !important;
    height: 100% !important;
  }
  .chat-window .chat-body {
    /*height: initial !important;*/
    background-color: #ffeeff !important;
  }
  .chat-window-toggled {
    margin-bottom: initial !important;
  }
  .chat-window-toggled-mobile {
    width: 50px !important;
    height: 50px !important;
    bottom: 10px !important;
  }
  .chat-window-toggled-mobile > div {
    background-size: 25px !important;
    background-position: center 13px !important;
  }
  /*-カートに入れるボタン--*/
  /*.fs-p-scrollingCartButton {
    bottom: 17% !important;
}*/
}

/*------------------------------------------------------------
2021/02/02　カート回り装飾（関
------------------------------------------------------------*/
.comment_01 {
}

.comment_02 {
  display: flex;
}

.button {
  display: inline-block;
  margin: 5px;
  border: 1px solid;
  border-radius: 4px;
  border-color: #dddddd;
  text-align: center;
  width: 50%;
  padding: 5px;
  font-size: 16px;
  background: linear-gradient(#fff, #f2f2f2) !important;
}

.btn_text {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

.comment_03 {
  margin-left: auto;
  margin-right: auto;
}

.comment_04 {
  padding: 10px 20px 10px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  background: #f5f5f5;
  width: auto;
}

.comment_04 li {
  padding-left: 35px;
  line-height: 2em;
}

.point li:before {
  display: block;
  content: "";
  position: absolute;
  right: 47%;
  width: 14px;
  height: 6px;
  border-left: 2px solid #ffba00;
  border-bottom: 2px solid #ffba00;
  transform: rotate(-45deg);
  margin-top: 8px;
}

.comment_05 {
  line-height: 1.7em;
  padding: 10px 20px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  background: #ffe9eb;
  width: auto;
}

.comment_05 span {
  background: url(https://ecotte.itembox.design/item/img/cart/attention.png) no-repeat;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
}

.comment_05 p {
  padding-left: 30px;
  /*line-height: 2em;*/
  font-size: 14px;
}

.comment_06 {
}

.comment_07 {
}

.comment_08 {
}

.comment_09 {
}

.comment_10 {
}

/*------------------------------------------------------------
2021/02/02　※画面サイズが560px以下はここを読み込む※
------------------------------------------------------------*/

@media screen and (max-width: 559px) {
  .button {
    padding: 0;
  }

  .btn_text {
    font-size: 12px;
  }

  .comment_03 {
    font-size: 13px;
  }

  .comment_04 {
    padding: 5px 8px;
    font-size: 12px;
  }

  .comment_04 li {
    padding-left: 30px;
  }

  .point li:before {
    left: 5%;
    margin-top: 6px;
  }

  .comment_05 {
    line-height: 1.7em;
    padding: 5px 8px;
  }

  .comment_05 span {
    background: url(https://ecotte.itembox.design/item/img/top/attention_2.png) no-repeat;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
  }

  .comment_05 p {
    padding-left: 20px;
    line-height: 1.6em;
    font-size: 12px;
  }

  .comment_08 {
    font-size: 12px;
  }
}

/*
|---------------------------------------------------------------
|↓↓↓※item-detail.css※（およそページの表示位置と合わせた順序で記述している）↓↓↓
|---------------------------------------------------------------
*/

/*------------------------------------------------------------
2020/09/15　商品画像※画面サイズが960pxからはここを読み込む※（手
------------------------------------------------------------*/

@media screen and (min-width: 960px) {
  .fs-l-productLayout__item--1 {
    padding: 0 20px 0 0;
  }
}

/*------------------------------------------------------------
2020/06/11　商品画像※画面サイズが960pxからはここを読み込む※（木
------------------------------------------------------------*/

@media screen and (min-width: 960px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
    overflow-x: hidden;
    /*margin-left: 50px;*/
  }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 70px;
  }
}

/*------------------------------------------------------------
2021/04/22　商品画像サイズ（画質良くするため、設定はLサイズにして、CSSでMサイズにする）（手
------------------------------------------------------------*/

.fs-c-productCarouselMainImage__image img {
  width: 400px;
}

/*------------------------------------------------------------
2021/04/09　商品画像スリックボタン（手
------------------------------------------------------------*/
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  border-radius: 50%;
}

/*------------------------------------------------------------
2020/12/21　商品画像下拡大ボタン（手
------------------------------------------------------------*/
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

/*------------------------------------------------------------
2020/12/21　商品サムネイル間隔（手
------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 65px;
    margin: 0 5px 0 0;
  }
}

/*------------------------------------------------------------
2020/12/21　商品サムネイル文言（手
------------------------------------------------------------*/

.fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 0.5em;
  line-height: normal;
}

/*------------------------------------------------------------
2020/09/16　商品マーク（手
------------------------------------------------------------*/

.fs-c-productMark__mark {
  font-size: 0.8em;
  margin-bottom: 2px;
  padding: 5px 10px;
}

/*------------------------------------------------------------
2021/01/21　商品名（手
------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .fs-c-productNameHeading {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
2020/09/16　商品番号（手
------------------------------------------------------------*/

.fs-c-productNumber {
  border: 1px solid #ccc;
  padding: 2.5px 5px;
}

/*------------------------------------------------------------
2020/06/22　ポイント（木
------------------------------------------------------------*/

.fs-c-productPointDisplay {
  background: #d11d2a;
  color: #ffffff;
  margin-left: 10px;
}

@media screen and (max-width: 559px) {
  .fs-c-productPointDisplay {
    margin-left: 0px;
  }
}

/*------------------------------------------------------------
2020/06/09　商品価格の強調（木
------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.2em;
  }
}

.fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__currencyMark {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 8px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 8px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main .fs-c-price__currencyMark {
  color: #d11d2a;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 8px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--member .fs-c-productPrice__main .fs-c-price__value {
  color: #d11d2a;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 8px;
}

/*------------------------------------------------------------
2020/09/15　商品価格の位置調整（手
------------------------------------------------------------*/

.fs-c-productPrices--productDetail .fs-c-productPrice {
  justify-content: flex-end;
}

.fs-c-productPrice fs-c-productPrice--listed {
  margin-bottom: -10px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--selling {
  margin-bottom: -10px;
}

.fs-c-productPostage {
  text-align: right;
}

/*------------------------------------------------------------
2021/01/21　ボタン全般（手
------------------------------------------------------------*/

.fs-c-buttonContainer {
  padding: 0;
}

/*------------------------------------------------------------
2020/09/16　お気に入りボタン（手
------------------------------------------------------------*/

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
  background: #1b668d;
  border: 1px solid #1b668d;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.3em 1em;
  box-shadow: 0 0 2px #b2b2b2;
  display: flex;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
  background: #1b668d;
  border: 1px solid #1b668d;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.3em 1em;
  box-shadow: 0 0 2px #b2b2b2;
  display: flex;
}

@media screen and (max-width: 559px) {
  .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail {
    font-size: 1rem;
  }

  .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
2020/10/28　数量選択（手
------------------------------------------------------------*/

.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select,
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__number,
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__message {
  margin-left: 40px;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  position: absolute;
}

.fs-c-productQuantity__quantity .fs-c-quantity__select,
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  margin-left: 40px;
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em - 3px), calc(100% - 15px) calc(1em - 3px), calc(100% - 2.5em) 0.15em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.fs-c-productQuantity__quantity::before {
  content: "数量";
  position: absolute;
}

/*------------------------------------------------------------
2020/08/12　カートボタン（手
------------------------------------------------------------*/

.fs-l-product4 .fs-c-button--primary,
.fs-l-product4 .fs-c-button--secondary {
  background: #d11d2a;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border: none;
}

/*------------------------------------------------------------
2020/06/03　出荷日（木
------------------------------------------------------------*/

.cartshipdate {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 90%;
}

.cartshipdate .shipdate {
  font-size: 1.6em;
  font-weight: bold;
  color: #d11d2a;
}

/*------------------------------------------------------------
2022/10/26　レビューエリア
------------------------------------------------------------*/

.review_tit {
  font-size: 28px;
  margin: 33px 0;
  padding: 22px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}

/*------------------------------------------------------------
2021/03/04　備考欄（手
------------------------------------------------------------*/

.red {
  color: #d11d2a;
}

/*------------------------------------------------------------
2020/02/28　商品説明（大）の仕様表（手
------------------------------------------------------------*/

.hanbai {
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: -moz-linear-gradient(#ffb03c, #ff708d);
  background: -webkit-linear-gradient(#ffb03c, #ff708d);
  background: linear-gradient(to right, #ffb03c, #ff708d);
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 222%;
}

.item_description {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.item_description .item_box {
  width: 47%;
  float: left;
}

.item_description .item_spec {
  width: 51%;
  float: right;
}

.item_description h2 {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  border-bottom: 2px solid currentColor;
  color: #7c8790;
}

.item_description dl {
  border-bottom: 1px solid #e8e9eb;
  border-left: 1px solid #e8e9eb;
  border-right: 1px solid #e8e9eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

.item_description .item_box dl {
  padding: 10px;
}

.item_description .item_box dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  width: 180px;
}

.item_description .item_spec dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e8e9eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  padding: 15px;
  width: 180px;
}

.item_description .item_spec dd {
  border-bottom: 1px solid #e8e9eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px;
  text-align: left;
  width: calc(100% - 190px);
}

.item_description .item_spec dd:last-child {
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 15px;*/
  text-align: left;
  width: calc(100% - 190px);
}

.item_description .item_box figure img {
  display: block;
  margin-bottom: 10px;
  width: 450px;
}

figure {
  margin: 0;
}

.item_video iframe {
  width: 450px;
  height: 300px;
}

@media screen and (max-width: 959px) {
  /*------------------------------------------------------------
2020/02/28　商品説明（大）の仕様表（手
ウィンドウ幅が最大 959pxまでの場合に適用始まり
------------------------------------------------------------*/
  .item_description {
    display: inherit;
    justify-content: space-between;
    margin: 40px auto;
    width: 100%;
    margin: 0 auto;
  }
  .item_description h2 {
    margin: 20px auto;
  }
  .item_description .item_box {
    width: 100%;
    margin: 0 auto;
  }
  .item_description .item_spec {
    width: 100%;
    margin: 0 auto;
  }
  .item_description .item_box figure img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .item_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .item_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    margin-top: 20px;
  }
  .fs-c-productThumbnail {
    /*display: none!important;*/
  }
  /*------------------------------------------------------------
ウィンドウ幅が最大959pxまでの場合に適用終わり
------------------------------------------------------------*/
}

/*------------------------------------------------------------
2020/06/16　商品説明（大）の仕様表2（手
------------------------------------------------------------*/

.item_description2 {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}

.item_description2 h2 {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  border-bottom: 2px solid currentColor;
  color: #7c8790;
}

.item_description2 dl {
  border-bottom: 1px solid #e8e9eb;
  border-left: 1px solid #e8e9eb;
  border-right: 1px solid #e8e9eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}

.item_description2 .item_spec2 dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e8e9eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  padding: 15px;
  width: 100px;
}

.item_description2 .item_spec2 dd {
  border-bottom: 1px solid #e8e9eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px;
  text-align: left;
  width: calc(100% - 110px);
}

.item_description2 .item_spec2 dd:last-child {
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 15px;*/
  text-align: left;
  width: calc(100% - 110px);
}

/*------------------------------------------------------------
2020/02/28   商品説明（大）のQ&A（手
------------------------------------------------------------*/

.cp_qa {
  margin-bottom: 30px;
  margin-top: 40px;
  clear: both;
}

.cp_qa h2 {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  border-bottom: 2px solid currentColor;
  color: #7c8790;
}

.cp_qa * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa *:after,
.cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  /*color: #1b2538;*/
}

.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}

.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab label::before {
  /*font-family: serif;*/
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: "Q";
}

.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #f00;
}

.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: "＋";
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content::before {
  /*font-family: serif;*/
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: "A";
}

.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 100em;
  border: 10px solid rgba(27, 37, 56, 0.1);
}

.cp_qa .cp_actab input:checked ~ label {
  color: #f00;
  border-radius: 0.5em 0.5em 0 0;
}

.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (max-width: 500px) {
  /*------------------------------------------------------------
ウィンドウ幅が最大500pxまでの場合に適用始まり
------------------------------------------------------------*/
  /* コピーボタン */
  .copy_btn {
    width: 100% !important;
  }
  /*------------------------------------------------------------
ウィンドウ幅が最大500pxまでの場合に適用終わり
------------------------------------------------------------*/
}

/*
|---------------------------------------------------------------
|↓↓↓※item-description.css※↓↓↓
|---------------------------------------------------------------
*/

/* 商品詳細ページ下部のレイアウト調整 */

.fs-l-productLayout .itemcomment {
  grid-column: 1 / span2;
  -ms-grid-column: 1 / span2;
}

/*背景色とフォントカラー　ここから*/

.bg_gray {
  background-color: #e4eaef;
  color: #333333;
}

.bg_white {
  background-color: #ffffff;
  color: #333333;
}

/*背景色とフォントカラー　ここまで*/

/*大枠　ここから*/

.item_frame {
  width: 80%;
  margin: 0 auto;
  padding: 25px 25px 30px 25px;
  text-align: center;
  word-wrap: break-word;
}

.item_frame2 {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0px 30px 0px;
  text-align: center;
  word-wrap: break-word;
}

/*大枠　ここまで*/

/*1カラム系　ここから*/

.item_column1_img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  padding: 0x;
  background-color: #fff;
}

.item_column1_img img {
  display: block;
  width: 80%;
  max-width: 1000px;
  border-radius: 3px;
  margin: auto;
}

.item_column1_text {
  display: block;
  height: auto;
  margin: auto;
  padding: 15px;
  background-color: #fff;
}

.midashi_1_h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.midashi_1_h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_1_h2 {
  font-size: 1.4em;
  line-height: 1.8em;
}

.lead_1_h3 {
  font-size: 1.4em;
  line-height: 1.8em;
}

/*1カラム系　ここまで*/

/*2カラム系　ここから*/

.item_column2a_wrap {
}

.item_column2a {
  display: flex;
  width: 95%;
  padding: 0px;
  margin: 25px 2.5% 25px 2.5%;
  border-radius: 3px;
}

.item_column2a img {
  width: 100%;
}

.item_column2a .lefta {
  float: left;
  width: 50%;
  padding: 0px;
  margin: 0px 2.5% 0px 0px;
  border-radius: 3px;
}

.item_column2a .righta {
  padding: 10px 20px;
  text-align: left;
  width: 50%;
}

.item_column2a .righta p.midashi {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.item_column2a .righta p.lead {
  font-size: 1em;
}

.midashi_2a_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_2a_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_2a_h2 {
  font-size: 1em;
}

.lead_2a_h3 {
  font-size: 1em;
}

.item_column2a .leftb {
  padding: 10px 20px;
  text-align: left;
  width: 50%;
}

.item_column2a .rightb {
  float: right;
  width: 50%;
  padding: 0px;
  margin: 0px 2.5% 0px 0px;
  border-radius: 3px;
}

@media screen and (max-width: 959px) {
  .item_column2a {
    display: block;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .item_column2a .lefta {
    clear: both;
    width: 100%;
  }
  .item_column2a .righta {
    clear: both;
    width: 100%;
  }
  .item_column2a .righta {
    font-size: 0.8em;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .item_column2a .lefta {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .item_column2a .rightb {
    clear: both;
    width: 100%;
  }
  .item_column2a .leftb {
    clear: both;
    width: 100%;
  }
  .item_column2a .leftb {
    font-size: 0.8em;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .item_column2a .rightb {
    font-size: 0.8em;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.item_column2b_wrap {
  display: flex;
}

.item_column2b {
  float: left;
  width: 46%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column2b img {
  width: 100%;
}

.item_column2b .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_2b_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_2b_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_2b_h2 {
  font-size: 1em;
}

.lead_2b_h3 {
  font-size: 1em;
}

/*2カラム系　ここまで*/

/*3カラム系　ここから*/

.item_column3a_wrap {
  display: flex;
}

.item_column3a {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column3a img {
  width: 100%;
}

.item_column3a .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_3a_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_3a_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_3a_h2 {
  font-size: 1em;
}

.lead_3a_h3 {
  font-size: 1em;
}

.item_column3b_wrap {
  display: flex;
}

.item_column3b {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column3b img {
  width: 100%;
}

.item_column3b .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_3b_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_3b_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_3b_h2 {
  font-size: 1em;
}

.lead_3b_h3 {
  font-size: 1em;
}

@media screen and (max-width: 959px) {
  .item_column3b_wrap {
    display: initial;
  }
  .item_column3b {
    width: 95%;
    margin: 10px 2.5% 10px 2.5%;
  }
  .item_column3b .image {
    float: left;
    width: 30%;
  }
  .item_column3b .text {
    width: 63%;
    margin-left: 30%;
  }
}

.item_column3c_wrap {
  display: flex;
}

.item_column3c {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column3c img {
  width: 100%;
}

.item_column3c .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_3c_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_3c_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_3c_h2 {
  font-size: 1em;
}

.lead_3c_h3 {
  font-size: 1em;
}

@media screen and (max-width: 959px) {
  .item_column3c_wrap {
    display: initial;
  }
  .item_column3c {
    width: 70%;
    margin: 10px 15%;
    float: left;
  }
  .item_column3c .image {
    width: 100%;
  }
  .item_column3c .image img {
    width: 100%;
  }
  .item_column3c .text {
    width: 95%;
    min-height: initial;
    padding: 10px;
  }
}

.item_column3d_wrap {
  display: flex;
}

.item_column3d {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column3d img {
  width: 100%;
}

.item_column3d .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_3d_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_3d_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_3d_h2 {
  font-size: 1em;
}

.lead_3d_h3 {
  font-size: 1em;
}

@media screen and (max-width: 959px) {
  .item_column3d_wrap {
    display: initial;
  }
  .item_column3d {
    width: 70%;
    margin: 10px 15%;
    float: left;
  }
  .item_column3d .image {
    width: 100%;
  }
  .item_column3d .image img {
    width: 100%;
  }
  .item_column3d .text {
    width: 95%;
    min-height: initial;
    padding: 10px;
    text-align: center;
  }
}

/*3カラム系　ここまで*/

/*4カラム系　ここから*/

.item_column4a_wrap {
  display: flex;
}

.item_column4a {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column4a img {
  width: 100%;
}

.item_column4a .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_4a_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_4a_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_4a_h2 {
  font-size: 1em;
}

.lead_4a_h3 {
  font-size: 1em;
}

.item_column4b_wrap {
  display: flex;
}

.item_column4b {
  float: left;
  width: 30%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column4b img {
  width: 100%;
}

.item_column4b .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_4b_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_4b_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_4b_h2 {
  font-size: 1em;
}

.lead_4b_h3 {
  font-size: 1em;
}

@media screen and (max-width: 959px) {
  .item_column4b_wrap {
    display: initial;
  }
  .item_column4b {
    width: 95%;
    margin: 10px 2.5% 10px 2.5%;
  }
  .item_column4b .image {
    float: left;
    width: 30%;
  }
  .item_column4b .text {
    width: 63%;
    margin-left: 30%;
  }
}

.item_column4c_wrap {
  display: flex;
}

.item_column4c {
  float: left;
  width: 21.85%;
  padding: 0px;
  margin: 25px 0px 25px 2.5%;
  border-radius: 3px;
}

.item_column4c img {
  width: 100%;
}

.item_column4c .text {
  min-height: 100px;
  padding: 10px 20px;
  text-align: left;
}

.midashi_4c_h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.midashi_4c_h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_4c_h2 {
  font-size: 1em;
}

.lead_4c_h3 {
  font-size: 1em;
}

@media screen and (max-width: 959px) {
  .item_column4c_wrap {
    display: initial;
  }
  .item_column4c {
    width: 70%;
    margin: 10px 15%;
    float: left;
  }
  .item_column4c .image {
    width: 100%;
  }
  .item_column4c .image img {
    width: 100%;
  }
  .item_column4c .text {
    width: 95%;
    min-height: initial;
    padding: 10px;
  }
}

/*4カラム系　ここまで*/

/* ボタン関連ここから*/

.button_gray {
  background-color: #7c8790;
}

.button_gray a {
  color: #ffffff;
}

.button_red {
  background-color: #d51619;
}

.button_red a {
  color: #ffffff;
}

.button_navy {
  background-color: #2c343e;
}

.button_navy a {
  color: #ffffff;
}

.item_button1 {
  margin: 30px auto 15px auto;
  width: 80%;
  max-width: 560px;
  min-width: 100px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

.item_button1:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.item_button1 a {
  display: block;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}

.item_button1 a::before {
  content: ">";
}

.item_button2 {
  float: left;
  margin: 30px 5% 15px 5%;
  width: 40%;
  max-width: 400px;
  min-width: 100px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

.item_button2:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.item_button2 a {
  display: block;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}

.item_button2 a::before {
  content: "> ";
}

.item_button2a {
  float: left;
  margin: 30px 5% 15px 5%;
  width: 40%;
  max-width: 400px;
  min-width: 100px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

.item_button2a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.item_button2a a {
  display: block;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}

.item_button2a a::before {
  content: "> ";
}

.item_button3a {
  font-size: 1.1em;
  float: left;
  margin: 30px 2.5% 15px 2.5%;
  width: 28%;
  max-width: 300px;
  min-width: 100px;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
}

.item_button3a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.item_button3a a {
  display: block;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}

.item_button3a a::before {
  content: "> ";
}

@media screen and (max-width: 959px) {
  .item_button1 {
    font-size: 0.8em;
  }
  .item_button2 {
    font-size: 0.8em;
  }
  .item_button2a {
    font-size: 1em;
    clear: both;
    margin: 15px 10% 10px 10%;
    width: 80%;
    max-width: 560px;
    min-width: 100px;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
  }
  .item_button3a {
    font-size: 1em;
    clear: both;
    margin: 15px 10% 10px 10%;
    width: 80%;
    max-width: 560px;
    min-width: 100px;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
  }
}

/* ボタン関連ここまで*/

*/
/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fs-c-productReview__allReviews .fs-c-button--viewAllReviews {
  background: #1b668d;
  border: 1px solid #1b668d;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1em;
  box-shadow: 0 0 2px #b2b2b2;
  display: flex;
  margin: 20px auto;
  border-radius: 5px;
}

.fs-c-button--addReview--detail {
  background: #1b668d;
  border: 1px solid #1b668d;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1em;
  box-shadow: 0 0 2px #b2b2b2;
  display: flex;
  margin: 20px auto;
  border-radius: 5px;
}

|---------------------------------------------------------------
|↓↓↓※新item-description.css※↓↓↓
|---------------------------------------------------------------

*/
/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.detail .container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 2rem;
  position: relative;
}
/* ブロックを縦に表示 */
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}

.col {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
/* 768px以上の表示 */
@media (min-width: 768px) {
  .row {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .col {
    margin-left: 4%;
  }

  .col:first-child {
    margin-left: 0;
  }

  .row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
  }
  .row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
  }
  .row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
  }
  .row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
  }
  .row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
  }
  .row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
  }
  .row .col.span-9 {
    flex: 0 0 74%;
    max-width: 74%;
  }
  .row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
  }
  .row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
  }
  .row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* オフセット */
  .row .col.offset-1 {
    margin-left: 8.66666666667%;
  }
  .row .col.offset-2 {
    margin-left: 17.3333333333%;
  }
  .row .col.offset-3 {
    margin-left: 26%;
  }
  .row .col.offset-4 {
    margin-left: 34.6666666667%;
  }
  .row .col.offset-5 {
    margin-left: 43.333333333%;
  }
  .row .col.offset-6 {
    margin-left: 52%;
  }
  .row .col.offset-7 {
    margin-left: 60.6666666667%;
  }
  .row .col.offset-8 {
    margin-left: 69.3333333333%;
  }
  .row .col.offset-9 {
    margin-left: 78%;
  }
  .row .col.offset-10 {
    margin-left: 86.6666666667%;
  }
  .row .col.offset-11 {
    margin-left: 95.3333333333%;
  }
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.detail h2,
h3 {
  font-weight: bold;
}

.detail h2 {
  font-size: 28px;
  margin: 33px 0;
  padding: 22px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.detail h3 {
  font-size: 2rem;
  line-height: 1.3;
}

/* TAB表示 */
@media screen and (max-width: 959px) {
  .detail h2 {
    font-size: 23px;
    margin: 28px 0;
    padding: 17px 0;
  }

  .detail h3 {
    font-size: 1.8rem;
  }
}

/* SP表示 */
@media screen and (max-width: 559px) {
  .detail h2 {
    font-size: 18px;
    margin: 23px 0;
    padding: 12px 0;
  }

  .detail h3 {
    font-size: 1.8rem;
  }
}

.detail p {
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: left;
}

/*イメージ
-------------------------------------*/
.detail img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
/* TAB表示 */
@media screen and (max-width: 959px) {
  .detail section img {
    max-width: 95%;
    height: auto; /*高さ自動*/
  }
}
/* SP表示 */
@media screen and (max-width: 559px) {
  .detail section img {
    max-width: 90%;
    height: auto; /*高さ自動*/
  }
}

/*メインコンテンツ
-------------------------------------*/
.detail section {
  margin: 1rem 0;
  /*padding: 3rem 0;*/
}
/* TAB表示 */
@media screen and (max-width: 959px) {
  .detail section {
    margin: 0.5rem 0; /*padding: 1.5rem 0;*/
  }
}
/* SP表示 */
@media screen and (max-width: 559px) {
  .detail section {
    margin: 0.5rem 0; /*padding: 0.5rem 0;*/
  }
}

.gray-back {
  background-color: #f4f4f4;
}

.rounded-circle {
  border-radius: 50% !important;
}

/*キャッチコピー
-------------------------------------*/
.detail .catch {
  text-align: center;
}
.detail .catch h2 {
  padding-bottom: 1rem;
}
.detail .under {
  /*border-bottom: 0.2rem solid #777;*/
  padding: 0 1rem 0rem 1rem;
}
.detail .center {
  text-align: center;
  margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.detail .flow.row {
  margin-bottom: 3rem;
}

/*------------------------------------------------------------
2022/10/13　商品説明（大）の仕様表2(DF)
------------------------------------------------------------*/
.detail-tbl,
.detail-tbl__th,
.detail-tbl__td {
  border: 1px solid #e8e9eb;
}

.detail-tbl {
  border-collapse: collapse;
  width: 100%;
}

.detail-tbl__th {
  background: #e8e9eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 100px;
}

.detail-tbl__td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 5px 15px 15px;
  text-align: left;
  vertical-align: top;
  width: calc(100% - 100px);
}

.detail-tbl__tit {
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: left;
}

.fs-body-product .item_spec2 {
  width: 100%;
}
