@charset "UTF-8";
@media screen and (min-width: 1280px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .is-hideSp {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .layout_body {
    width: 940px;
  }
}
@media screen and (max-width: 500px) {
  .layout_body {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #contents {
    width: 100%;
  }
}

.--mg30 {
  margin: 30px 0 !important;
}

.--mg20 {
  margin: 20px 0 !important;
}

.--red {
  color: #C1272D;
}
@media screen and (max-width: 500px) {
  .--red {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
}

.fs-l-inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.fs-l-productLayout__main {
  margin: 0 auto 10px;
}

.fs-l-productLayout__wrap p {
  color: #333333;
}
.fs-l-productLayout__wrap.--reccomend {
  padding: 40px 0;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__wrap.--reccomend {
    padding: 30px 0 17px;
  }
}

.fs-l-productLayout__button {
  margin: 0 auto;
  display: block;
}

.fs-l-productLayout__buttonLink {
  position: relative;
  border: 1px solid #BFBFBF;
  background-color: #ffffff;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  text-decoration: none;
}
.fs-l-productLayout__buttonLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transition: translateY(-40%);
  transition: translateY(-40%);
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-arrow-r.svg") no-repeat center/contain;
  width: 10px;
  height: 10px;
}
.fs-l-productLayout__buttonLink.--long {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__buttonLink.--long {
    font-size: 14px;
    padding: 15px 0;
    color: #333333 !important;
  }
}
.fs-l-productLayout__buttonLink.--long:after {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-arrow.svg") no-repeat center/contain;
  width: 20px;
  height: 12px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__buttonLink.--long:after {
    width: 10px;
    height: 10px;
  }
}
.fs-l-productLayout__buttonLink:hover {
  background-color: #F5F5F4;
}

.fs-l-productLayout__box {
  margin: 0 auto 70px;
  padding: 40px 50px 48px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 6px 30px rgba(51, 51, 51, 0.08));
          filter: drop-shadow(0 6px 30px rgba(51, 51, 51, 0.08));
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__box {
    padding: 46px 15px 60px;
    margin: 0 auto 50px;
  }
}

.fs-l-productLayout__concept {
  font-size: 22px;
  line-height: 1.9;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
}
.fs-l-productLayout__concept.--sub {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 30px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__concept.--sub {
    font-size: 20px;
    line-height: 1.5;
    margin: 40px 0 20px;
  }
}

.fs-l-productLayout__title {
  font-size: 32px;
  line-height: 1.18;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__title {
    font-size: 30px;
  }
}

.fs-l-productLayout__heading02 {
  text-align: center;
}
.fs-l-productLayout__heading02.--bortb {
  font-size: 22px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.--bortb {
    font-size: 15px;
    padding: 10px 0 13px;
    margin: 46px 0 30px;
  }
}
.fs-l-productLayout__heading02.--bortop {
  position: relative;
  font-size: 34px;
  line-height: 1.13;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700 !important;
  font-style: normal;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.--bortop {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.fs-l-productLayout__heading02.--bortop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #E5E5E5;
  width: 80px;
  height: 1px;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__heading02.--left {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.--left {
    display: none;
  }
}
.fs-l-productLayout__heading02.--reccomend {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.--reccomend {
    font-size: 26px;
    line-height: 1.38;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__heading02.is-hidePcTab {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.is-hidePcTab {
    display: block !important;
  }
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__heading02.is-hideSp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading02.is-hideSp {
    display: none !important;
  }
}

.fs-l-productLayout__heading03 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__heading03 {
    font-size: 22px !important;
    line-height: 1.4;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading03 {
    text-align: center;
    font-size: 20px !important;
    line-height: 1.5;
  }
}
.fs-l-productLayout__heading03.--center {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700 !important;
  font-style: normal;
}
.fs-l-productLayout__heading03.--bubble {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__heading03.--bubble {
    font-size: 22px;
  }
}
.fs-l-productLayout__heading03.--bubble:before, .fs-l-productLayout__heading03.--bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  background-color: #707070;
  width: 1px;
  height: 40px;
}
.fs-l-productLayout__heading03.--bubble:before {
  left: -25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fs-l-productLayout__heading03.--bubble:after {
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fs-l-productLayout__text {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__text {
    font-size: 13px;
    line-height: 1.7;
  }
  .fs-l-productLayout__text.--f14 {
    font-size: 14px;
  }
}
.fs-l-productLayout__text.--center {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .fs-l-productLayout__article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fs-l-productLayout__article:nth-of-type(n + 2) {
  padding-top: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__article:nth-of-type(n + 2) {
    padding-top: 0;
  }
}
.fs-l-productLayout__article:nth-of-type(n + 3) {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #E5E5E5;
}
.fs-l-productLayout__article:last-child {
  margin-bottom: 90px;
}

.fs-l-productLayout__img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__img {
    width: 100%;
    margin: 20px 0;
  }
}
.fs-l-productLayout__img.--double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 33px;
}
.fs-l-productLayout__img > figure {
  margin: 0;
}
.fs-l-productLayout__img > figure:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__img > figure:nth-child(n+2) {
    margin-left: 5px;
  }
}
.fs-l-productLayout__img figcaption {
  margin-top: 10px;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__img figcaption {
    font-size: 15px;
  }
}

.fs-l-productLayout__swiper {
  position: relative;
}
.fs-l-productLayout__swiper .swiper-button-prev,
.fs-l-productLayout__swiper .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__swiper .swiper-button-prev,
  .fs-l-productLayout__swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__swiper .swiper-button-prev,
  .fs-l-productLayout__swiper .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}
.fs-l-productLayout__swiper .swiper-button-prev:after,
.fs-l-productLayout__swiper .swiper-button-next:after {
  content: "";
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-arrow-btn.svg") no-repeat center/contain;
  margin: auto;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__swiper .swiper-button-prev:after,
  .fs-l-productLayout__swiper .swiper-button-next:after {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__swiper .swiper-button-prev:after,
  .fs-l-productLayout__swiper .swiper-button-next:after {
    width: 26px;
    height: 26px;
  }
}
.fs-l-productLayout__swiper .swiper-button-prev {
  left: 0;
}
.fs-l-productLayout__swiper .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fs-l-productLayout__variation {
  margin: 95px auto 100px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__variation {
    margin: 95px auto 80px;
  }
}

.fs-l-productLayout__variationImg {
  margin: 20px auto 0;
}

.fs-l-productLayout__variationTitle {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__variationTitle {
    font-size: 20px;
  }
}

.fs-l-productLayout__variationText {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  line-height: 1.73;
  margin-top: 18px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__variationText {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
  }
}

.fs-l-productLayout__staff {
  text-align: center;
  margin: 100px auto 0;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__staff {
    margin: 75px auto 0;
  }
}

.fs-l-productLayout__voice {
  margin: 0 auto 100px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voice {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceList {
    padding: 0 15px;
  }
}

.fs-l-productLayout__voiceItem {
  background-color: #F5F5F4;
  padding: 28px 28px 35px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceItem {
    padding: 34px 18px 43px;
  }
}
.fs-l-productLayout__voiceItem:nth-child(n+2) {
  margin-top: 10px;
}

.fs-l-productLayout__voiceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceWrap {
    margin-bottom: 12px;
  }
}

.fs-l-productLayout__voiceIcon {
  width: 50px;
  height: 50px;
}

.fs-l-productLayout__voiceGuest {
  margin-left: 10px;
  display: block;
}

.fs-l-productLayout__voiceName {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceName {
    font-size: 12px;
  }
}

.fs-l-productLayout__voiceStar {
  position: relative;
  width: 100px;
  height: 18px;
  display: block;
}
.fs-l-productLayout__voiceStar.--star01 {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-star01.svg") no-repeat center/contain;
}
.fs-l-productLayout__voiceStar.--star02 {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-star02.svg") no-repeat center/contain;
}
.fs-l-productLayout__voiceStar.--star03 {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-star03.svg") no-repeat center/contain;
}
.fs-l-productLayout__voiceStar.--star04 {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-star04.svg") no-repeat center/contain;
}
.fs-l-productLayout__voiceStar.--star05 {
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-star05.svg") no-repeat center/contain;
}

.fs-l-productLayout__voiceTitle {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 1.36;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceTitle {
    font-size: 13px;
    margin-bottom: 12px;
  }
}

.fs-l-productLayout__voiceText {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  line-height: 1.73;
  margin: 0 auto 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__voiceText {
    font-size: 13px;
    line-height: 1.46;
  }
}

.fs-l-productLayout__order {
  margin: 0 auto 100px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__order {
    margin: 0 auto 80px;
  }
}

.fs-l-productLayout__orderDetails {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
  margin: 30px 0 40px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__orderDetails {
    margin: 20px 0 25px;
  }
}

.fs-l-productLayout__orderBox {
  background-color: #EAEFE3;
  padding: 50px 30px 30px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__orderBox {
    padding: 40px 25px 33px;
  }
}
.fs-l-productLayout__orderBox:nth-child(n+2) {
  margin-top: 30px;
}

.fs-l-productLayout__orderIcon {
  max-width: 80px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__orderIcon {
    max-width: 60px;
  }
}

.fs-l-productLayout__orderHead {
  color: #76A32D !important;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__orderHead {
    font-size: 15px;
    line-height: 1.53;
    margin: 20px 0;
  }
}

.fs-l-productLayout__orderText {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  line-height: 1.73;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__orderText {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 auto 10px;
  }
}

.fs-l-product-accordion__header {
  position: relative;
  background-color: #ffffff;
  list-style-type: none;
  width: 100%;
  outline: none;
  cursor: pointer;
}
.fs-l-product-accordion__header:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transition: translateY(-40%);
  transition: translateY(-40%);
  background: url("https://tsuyukusa.itembox.design/item/temp/icon-arrow.svg") no-repeat center/contain;
  width: 20px;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__header:after {
    width: 10px;
    height: 10px;
  }
}

.fs-l-product-accordion__open-heading,
.fs-l-product-accordion__close-heading {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__open-heading,
  .fs-l-product-accordion__close-heading {
    font-size: 14px;
    padding: 15px 0;
  }
}

.fs-l-product-accordion__open-heading {
  display: none;
}

.fs-l-product-accordion__close-heading {
  display: block;
}

details[open] .fs-l-product-accordion__close-heading {
  display: none;
}

details[open] .fs-l-product-accordion__open-heading {
  display: block;
}

details[open] .fs-l-product-accordion__header:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fs-l-product-accordion__content {
  background-color: #ffffff;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  padding: 20px 30px 45px;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__content {
    padding: 20px 15px 45px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fs-l-product-accordion__point {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  text-align: center;
  margin: 0 auto 20px;
  display: block;
}

.fs-l-product-accordion__list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fs-l-product-accordion__item {
  position: relative;
  padding-left: 20px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__item {
    font-size: 14px;
  }
}
.fs-l-product-accordion__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #707070;
  border-radius: 50%;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  width: 18px;
  color: #333333;
  position: absolute;
  top: 4px;
  left: 0;
  padding-bottom: 1px;
}
.fs-l-product-accordion__item:nth-child(n+2) {
  margin-top: 20px;
}

.fs-l-product-accordion__box {
  border-top: 1px solid #E5E5E5;
  margin-top: 40px;
}

.fs-l-product-accordion__concept {
  font-size: 24px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
  display: block;
  margin: 30px auto;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__concept {
    font-size: 20px;
    line-height: 1.5;
  }
}

.fs-l-product-accordion__img figure {
  margin: 0;
}
.fs-l-product-accordion__img figure:nth-child(n+2) {
  margin-top: 20px;
}

.fs-l-product-accordion__text {
  font-size: 15px;
  line-height: 1.73;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.fs-l-product-accordion__head {
  font-size: 16px;
  padding: 13px 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  background-color: #F5F5F4;
}
@media screen and (max-width: 500px) {
  .fs-l-product-accordion__head {
    font-size: 14px;
    margin: 20px 0 10px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 500px) {
  .detail-column {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .fs-l-productLayout__item {
    width: 100% !important;
  }
}

.fs-l-productLayout__details {
  margin: 0 auto 80px;
}

.fs-l-productLayout__detailsList {
  position: relative;
  z-index: 0;
  margin: 60px 0 80px;
}

.fs-l-productLayout__detailsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2;
  border-top: 1px solid #E5E5E5;
}
.fs-l-productLayout__detailsItem:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.fs-l-productLayout__detailsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 15px;
  width: 80px;
  padding: 20px 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}

.fs-l-productLayout__detailsData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 95px);
  padding: 20px 0;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (min-width: 501px) {
  .fs-l-productLayout__detailsBox:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__detailsBox {
    margin-top: 40px;
  }
}

.fs-l-productLayout__detailsHead {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  background-color: #F5F5F4;
  font-size: 14px;
  line-height: 1.57;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 501px) {
  .fs-l-productLayout__detailsHead {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__detailsHead {
    text-align: center;
  }
}

.fs-l-productLayout__detailsText {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
}

.fs-l-productLayout__detailsLink {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #76A32D !important;
  font-size: 13px;
  line-height: 1.7;
  text-decoration: underline;
}
.fs-l-productLayout__detailsLink:hover {
  color: #C1272D !important;
}

.fs-l-productLayout__detailsConcept {
  font-size: 13px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  margin: 20px 0 10px;
  text-align: left;
}

.fs-l-productLayout__detailsPickup {
  display: block;
}

.fs-l-productLayout__detailsChart {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400 !important;
  font-style: normal;
}
.fs-l-productLayout__detailsChart:nth-child(n+2) {
  margin-top: 6px;
}
.fs-l-productLayout__detailsChart:before {
  content: "･";
  position: absolute;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
}

.fs-l-productLayout__reccomend {
  position: relative;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
  display: table;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500 !important;
  font-style: normal;
  margin: 90px auto 20px;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__reccomend {
    font-size: 16px;
    line-height: 1.43;
    margin: 66px auto 12px;
  }
}
.fs-l-productLayout__reccomend:before, .fs-l-productLayout__reccomend:after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  background-color: #707070;
  width: 1px;
  height: 30px;
}
.fs-l-productLayout__reccomend:before {
  left: -25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fs-l-productLayout__reccomend:after {
  right: -20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 501px) {
  .point-item-area,
  .buy-item-area,
  .look-item-area {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .point-item-area {
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 501px) {
  .look-item-area {
    margin: 0 auto 70px;
  }
}

.fs-l-productLayout__areaTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !important;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  background-color: #434343;
  padding: 10px 0;
}
@media screen and (max-width: 500px) {
  .fs-l-productLayout__areaTitle {
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 0;
  }
}

@media screen and (max-width: 500px) {
  .tuyu_Comment1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}