@charset "UTF-8";
img {
  width: 100%;
  height: auto;
}

.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
  font-size: 120%;
}

.u-tt--regular {
  font-family: "TTCommons-Regular", sans-serif;
  font-size: 120%;
}

.u-tt--medium {
  font-family: "TTCommons-Medium", sans-serif;
  font-size: 120%;
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.u-text-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}
.u-text-link:hover {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.u-arrow {
  position: relative;
  display: inline-block;
}
.u-arrow::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1.5px currentColor;
  border-right: solid 1.5px currentColor;
  position: absolute;
}
.u-arrow--right {
  padding-right: 1.6rem;
}
.u-arrow--right::after {
  right: 0.2em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.c-note {
  font-size: 1.2rem;
}

.fade-in {
  opacity: 0;
}

.fade-in-top {
  transform: translateY(48px);
  opacity: 0;
}

.fade-in-show {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.fade-in-top-show {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: translateY(0);
  opacity: 1;
}

.l-wrapper {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: normal;
  color: #393c41;
}

.l-main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  /* padding: 8rem 0; */
}

.c-section__inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.c-section__inner--narrow {
  padding: 4rem 5rem;
}
.c-section + .c-section {
  margin-top: 8rem;
}
.c-section--bg {
  background-color: #fafafa;
}

.lead-sec {
  background: url(../img/lead_backImg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}

.c-grid-lead {
  display: flex;
  justify-content: space-between;
}
.c-grid-lead__text {
  flex: 1 1 490px;
  margin-right: 5rem;
}
.c-grid-lead__img {
  flex: 1 1 500px;
}

.c-heading-lead {
  font-size: 2.4rem;
  color: #000030;
  text-align: center;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 4rem;
}

.lead-desc {
  text-align: center;
  font-size: 1.6rem;
  color: #000030;
  font-weight: 400;
  line-height: 2;
}
.lead-desc p + p {
  margin-top: 4rem;
}

.lineup {
  background-color: #F9F9F9;
  padding: 8rem 0;
}

.lineup__desc {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.c-heading-lineup {
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #000030;
}

.c-grid-lineup {
  display: flex;
  justify-content: space-between;
  margin-left: 5rem;
  margin-right: 5rem;
}
.c-grid-lineup__img {
  flex: 0 1 480px;
  margin-right: 6.4rem;
}
.c-grid-lineup__info {
  flex: 0 1 400px;
}

.c-info-box + .c-info-box {
  margin-top: 6.4rem;
}

.item-name {
  font-size: 1.6rem;
}

.item-detail {
  margin-top: 1.2rem;
}

/* ボタン */
.c-button {
  background-color: #000030;
  border: 1px solid #000030;
  display: block;
  padding: 2rem;
  max-width: 600px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  position: relative;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  transform: rotate(0deg) translate(-50%, -50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
.c-button--info {
  padding: 1.2rem;
  margin: 0;
  font-size: 1.2rem;
}
.c-button:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  content: "";
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  transform: rotate(45deg);
}
.c-button:hover {
  background-color: #fff;
  color: #000030;
  transition: 0.3s;
}

.button-list {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.lineup__swiper {
  position: relative;
}

.lineup__swipe__innerr {
  width: 95%;
  margin: 0 auto;
}

.lineup .swiper-button-next {
  right: -.8%;
}

.lineup .swiper-button-prev {
  left: -.8%;
}

/* LINEUPリスト */
.lineup__list {
  display: flex;
  justify-content: space-between;
}

.c-bnr-button {
  width: 16.8%;
  border: 1px solid #ccc;
  position: relative;
}
.c-bnr-button::after {
  position: absolute;
  left: calc(50% - 0px);
  bottom: 1.6em;
  right: 10px;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #393c41;
  border-right: solid 2px #393c41;
  transform: rotate(135deg) translateX(50%);
  transition: all 0.6s;
}
.c-bnr-button:hover::after {
  bottom: 0.8em;
}
.c-bnr-button__text {
  /* text-align: center; */
  padding: 1rem 1rem 4.8rem;
  font-weight: 400;
}

.lineup__img.newtag {
  position: relative;
}

.lineup__img.newtag::before {
  position: absolute;
  content: "NEW";
  font-size: 1rem;
  color: #fff;
  background-color: #000030;
  padding: 2px 4px;
  top: 0;
  left: 0;
}

.lineup__tag {
  display: flex;
  gap: .3rem;
}

.c-bnr-button__text .lineup__tag {
  margin-bottom: 1rem;
}

.lineup__tag--name {
  font-size: 1.1rem;
  border: 1px solid #000030;
  padding: 2px 4px;
  line-height: 1.2;
  letter-spacing: .005em;
}

.lineup__ttl {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  text-decoration: underline;
}

.lineup__variations {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
}

.buttonarea-info {
  margin-top: 3rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}

.c-tag {
  font-size: 1rem;
  padding: 0.4rem 0.8rem;
  background-color: #fff;
  border: 1px solid #000030;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.c-heading-product {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 0.2em;
  margin-bottom: 4rem;
}
.c-heading-product--sakekome {
  border-bottom: 3px solid #F2EEE1;
}
.c-heading-product--kombu {
  border-bottom: 3px solid #D8D6C3;
}

.c-grid-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.c-grid-product:last-of-type {
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .c-grid-product:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.c-grid-product__img {
  width: 100%;
  max-width: 500px;
}
.c-grid-product__info {
  width: 100%;
  max-width: 500px;
}

.about-variations {
  margin-bottom: .8rem;
}

.c-grid-product__info  .detail-review-star {
  min-height: 0px;
  margin: 0 0 3rem;
}

.c-heading-about {
  margin-bottom: .8rem;
}

.c-heading-about a {
  text-decoration: underline;
  color: #000030;
  font-size: 2.6rem;
  font-weight: 500;
  transition: .3s;
}

.c-heading-about a:hover {
  opacity: .7;
}

.c-heading-about.newtag {
  position: relative;
}

.c-heading-about.newtag::before {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  color: #fff;
  background-color: #000030;
  padding: 2px 4px;
  top: -2em;
  left: 0;
}

.about-subtitle {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.about-desc {
  font-size: 1.6rem;
  margin-bottom: 2.5rem
}

.recommend-box {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.5rem;
}
.recommend-box__inner {
  padding: 1.7rem 1.7rem 1.7rem 0;
}

.c-heading-recommend {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.check-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3rem;
}

.c-check {
  font-size: 1.4rem;
  line-height: 1.5rem;
  margin-left: 3rem;
  margin-bottom: 2rem;
  width: calc((100% - 10rem) / 3);
  padding-left: 2rem;
  position: relative;
}
.c-check::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #393c41;
  left: 0;
  top: 0.05em;
}
.c-check__main {
  position: relative;
}
.c-check__sub {
  position: absolute;
  left: 2rem;
  bottom: -1.5em;
  width: -moz-fit-content;
  width: -moz-max-content;
  width: max-content;
}

.c-heading-reviews {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.8rem;
}

.reviews-lead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem;
}

.reviewBox {
  background-color: #F9F9F9;
  padding: 2.6rem 1.6rem;
  margin-bottom: 4rem;
}

.reviewBox__text {
  margin-bottom: 1.4rem;
}

.reviewBox__staff {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.reviewBox__staff .reviewBox__staff--img {
  width: 50px;
  height: 50px;
}

.moreBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moreBtn a{
  display: block;
  color: #fff;
  background-color: #000030;
  border: 1px solid transparent;
  padding: 1.2rem 0;
  width: 100%;
  text-align: center;
  transition: .3s;
}

.moreBtn a:hover {
  border: 1px solid #000030;
  color: #000030;
  background-color: #fff;
}

/* タブ */
.tab__menu {
  display: flex;
}

.tab__menu-item {
  width: 50%;
  background-color: #ccc;
  text-align: center;
  padding: 1.6rem 0;
  cursor: pointer;
  font-size: 1.6rem;
}

.tab__menu-item:not(:first-of-type) {
  border-left: 2px solid #fff;
}

.tab__menu-item.is-active .tab__title {
  display: inline-block;
  border-bottom: 1px solid #000030;
  padding: 0 0.6rem 0.4rem;
  line-height: 1.5;
}

.tab__menu-item--sakekome.is-active {
  background-color: #F2EEE1;
}

.tab__menu-item--kombu.is-active {
  background-color: #D8D6C3;
}

.tab-box {
  padding: 4rem 9.8rem;
}
.tab-box--02 {
  padding: 4rem 5rem;
}
.tab-box--sakekome {
  background-color: #F2EEE1;
}
.tab-box--kombu {
  background-color: #D8D6C3;
}

.tab-box--01, .tab-box--02 {
  display: none;
}

.tab-box.is-show {
  display: block;
}

/* STAR */
.rate {
  position: relative;
  display: inline-block;
}

.rate:before {
  content: "★★★★★";
  color: #ccc;
}

.rate0-5:after,
.rate1:before,
.rate1:after,
.rate1-5:before,
.rate1-5:after,
.rate2:before,
.rate2:after,
.rate2-5:before,
.rate2-5:after,
.rate3:before,
.rate3:after,
.rate3-5:before,
.rate3-5:after,
.rate4:before,
.rate4:after,
.rate4-5:before,
.rate4-5:after,
.rate5:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #000030;
  overflow: hidden;
  height: 24px;
}

.rate .rate0-5:after,
.rate .rate1-5:after,
.rate .rate2-5:after,
.rate .rate3-5:after,
.rate .rate4-5:after {
  width: 8px;
  content: "★";
}

.rate .rate1-5:after {
  left: 1em;
}

.rate .rate2:after,
.rate .rate2-5:before {
  content: "★★";
}

.rate .rate2-5:after {
  left: 2em;
}

.rate .rate3:after,
.rate .rate3-5:before {
  content: "★★★";
}

.rate .rate3-5:after {
  left: 3em;
}

.rate .rate4:after,
.rate .rate4-5:before {
  content: "★★★★";
}

.rate .rate4-5:after {
  left: 4.4em;
}

.rate .rate5:after {
  content: "★★★★★";
}

/* お客様レビュー */
.customer-reviewbox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 10rem 3.5rem;
}
.customer-reviewbox + .customer-reviewbox {
  margin-top: 4rem;
}

.customer-reviewbox__top .customer-name {
  margin-bottom: 0.6rem;
}

.customer-reviewbox__bottom {
  margin-top: 2.6rem;
}

/* スタッフレビュー */
.profile-card {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.2rem 5rem;
}
.profile-card__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.profile-card__img {
  grid-row: span 2/span 2;
  margin-right: 5rem;
  width: 174px;
}
.profile-card__name {
  grid-column: span 3/span 3;
  margin-bottom: 1rem;
}
.profile-card__comment {
  grid-column: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 2;
}

.link-to-review {
  font-size: 1.6rem;
  margin-top: 4rem;
}

/* leaders */
.recommendLeaders {
  margin-top: 4rem;
}
.recommendLeaders__contents {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 5rem;
}

.recommendLeaders__coment--tagList {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.recommendLeaders__tag {
  line-height: 1;
  padding: 3px 35px 3px 6px;
  background-color: #fff;
  border: 1px solid #000030;
  font-size: 1.2rem;
  position: relative;
  color: #000030;
}

.recommendLeaders__tag::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 25%;
  right: 10px;
  border-bottom: solid 1px #000030;
  border-right: solid 1px #000030;
  transform: rotate(45deg);
}

.l-main .accordion__header .recommendLeaders__tag {
  margin-left: 40px;
  padding: 2px 10px 2px 6px;
}

.l-main .accordion__header .recommendLeaders__tag::before {
  display: none;
}

.recommendLeaders_reviewList--item {
  border-top: 1px solid #CCC;
}

.recommendLeaders_reviewList--item:last-of-type {
  border-bottom: 1px solid #CCC;
}

.l-main .accordion__header {
  cursor: pointer;
  position: relative;
  padding: 25px 0;
}

.l-main .accordion__header::before,
.l-main .accordion__header::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.l-main .accordion__header::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}

.l-main .accordion__header.active::before {
  opacity: 0;
}

.l-main .accordion__header.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.l-main .accordion__content {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  row-gap: 24px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-out;
}

.l-main .accordion__header.active + .accordion__content {
  margin-bottom: 35px;
  grid-template-rows: 1fr;
}

.l-main .accordion__content--inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  row-gap: 24px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  overflow: hidden;
}

.l-main .accordion__content .accordion__content--review {
  grid-column: 1/-1;
}

.recommendLeaders__review {
  background-color: #fff;
  font-weight: 600;
  padding: 30px;
  max-height: 180px;
  overflow: auto;
}

.coment__contenner {
  font-weight: 400;
}

.recommendLeaders__review::-webkit-scrollbar {
  background-color: #fff;
  width: 10px;
}

.recommendLeaders__review::-webkit-scrollbar-thumb {
  background-color: #EEE;
}

.recommendLeaders__review--day {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.expandBtn {
  display: none;
}

.warningText {
  font-size: 1.2rem;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .recommendLeaders__contents {
    margin-top: 35px;
    padding: 4rem 1.5rem;
  }
  .recommendLeaders__contents--impression {
    padding: 0;
  }
  .recommendLeaders__contents--product {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-top: 26px;
    margin-left: -50vw;
    margin-right: -50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .recommendLeaders__contents--productInner {
    padding: 15px 4%;
    background: rgba(255, 255, 255, 0.5);
  }
  .recommendLeaders__title {
    flex-direction: column;
    gap: 10px;
  }
  .recommendLeaders__title .recommendLeaders__title--tag {
    padding-left: 0;
  }
  .recommendLeaders__title h4 {
    font-size: 1.6rem;
  }
  .recommendLeaders__text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .recommendLeaders__contents--coment {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    background-color: #EEE;
    padding: 16px 4% 16px;
  }
  .recommendLeaders__coment--tagList {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
  .l-main .accordion__content--inner {
    grid-template-columns: repeat(1, 3fr);
    gap: 18px;
  }
  .l-main .accordion__header {
    padding: 3rem 0;
  }
  .l-main .accordion__header p {
    font-size: 1.2rem;
  }
  .personal-data {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-main .accordion__header .recommendLeaders__tag {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-bottom: 1.4rem;
  }
  .recommendLeaders__review {
    padding: 18px;
    transition: height 0.3s ease-out;
    max-height: 200px;
  }
  .recommendLeaders__review.reviewOpen {
    max-height: none;
  }
  .l-main .accordion__header.active + .accordion__content {
    margin: 0 0 15px;
  }
  .coment__wrapper.expanded {
    max-height: 1000px;
  }
  .coment__contenner {
    line-height: 1.5;
    transition: height 0.3s ease-out;
    word-wrap: break-word;
  }
  .expandBtn {
    background-color: #fff;
    cursor: pointer;
    padding: 5px 0 18px;
  }
  .expandBtn p {
    text-align: center;
  }
}
/* details */
.c-grid-details {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.c-grid-details__item {
  width: 50%;
}

.details-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 0.4em;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000030;
}

.detail-about {
  display: flex;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin: 0;
}
.detail-about dt {
  margin: 0;
  width: 47%;
}
.detail-about dd {
  margin: 0;
  width: 53%;
}

.textAnnotation {
  position: relative;
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.annotation {
  margin-top: 10rem;
}

.banner-area {
  max-width: 1040px;
  padding: 8rem 0;
  margin: 0 auto;
}
.banner-area > * + * {
  margin-top: 4rem;
}
.banner-area__item {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 0;
  }
  /* .c-section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  } */
  .c-section__inner--narrow {
    padding: 4rem 1.5rem;
  }
  .c-section + .c-section {
    margin-top: 6.4rem;
  }
  .c-section--bg {
    margin-left: 0;
    margin-right: 0;
  }
  .lead-sec {
    background: url(../img/lead_backImg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.4rem 1.5rem 8.4rem;
  }
  .c-grid-lead {
    flex-direction: column;
  }
  .c-grid-lead__text {
    flex: auto;
    margin-right: 0;
  }
  .c-grid-lead__img {
    flex: auto;
    margin-top: 6.4rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .c-heading-title {
    text-align: center;
    margin-bottom: 4rem;
    color: #000030;
    letter-spacing: 0.2em;
  }

  .c-heading-subtitle__lead{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .4rem;
  }

  .c-heading-lead {
    font-size: 2.7rem;
    margin-bottom: 1rem;
    line-height: 1;
  }

  .c-heading-subtitle__release .u-tt--medium {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .lead-desc {
    letter-spacing: 0.08em;
    margin-left: 0;
    text-align: left;
  }
  .lead-desc p + p {
    margin-top: 2rem;
  }

  /* LINEUPリスト */
  .c-section.lineup {
    padding: 6.4rem 1.5rem;
    margin: 0;
  }
  .c-heading-lineup {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .c-grid-lineup {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .c-grid-lineup__img {
    flex: auto;
    margin-right: 0;
  }
  .c-grid-lineup__info {
    flex: auto;
    margin-top: 1.6rem;
  }

  .lineup__tag--name {
    font-size: 1rem;
  }
  .c-info-box + .c-info-box {
    margin-top: 3.2rem;
  }
  .button-list {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 4rem;
  }

  .lineup__list {
    flex-wrap: wrap;
    row-gap: 2rem;
  }

  .c-bnr-button__text {
    padding: 0 0 20px 0;
  }

  .c-bnr-button__text .lineup__tag {
    margin-bottom: .6rem;
  }

  .lineup__ttl {
    margin-bottom: .8rem;
  }

  .lineup__ttl a {
    font-size: 1.4rem;
  }

  .c-bnr-button {
    width: 48%;
    padding: 10px;
  }

  .c-bnr-button::after {
    bottom: 1em;
  }

  .c-heading-product {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 0.2em;
    margin-bottom: 4rem;
  }

.productDetails .c-heading-lineup {
  padding-left: 1.5rem;
}

  .c-grid-product {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8rem;
  }
  .c-grid-product__img {
    flex: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .c-grid-product__info {
    flex: auto;
    width: 92%;
    margin: 3.2rem auto 0;
  }
  .c-heading-about {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .c-heading-about a {
    font-size: 2.2rem;
  }

  .about-variations {
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }

  .about-subtitle {
    font-size: 1.8rem;
  }

  .about-desc {
    font-size: 1.4rem;
  }

  .c-heading-recommend {
    font-size: 1.4rem;
  }
  .check-list {
    margin-left: 0;
    margin-bottom: -2rem;
  }
  .c-check {
    margin-left: 0;
    margin-bottom: 2rem;
    width: 50%;
  }
  .c-check--wide {
    width: 100%;
  }
  .c-check__sub {
    position: static;
    padding-left: 0.5em;
  }
  .c-heading-reviews {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .reviews-lead {
    font-size: 1.4rem;
    text-align: left;
  }
  .tab-area {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .tab-box {
    padding: 4rem 1.5rem;
  }
  .tab-box--02 {
    padding: 4rem 1.5rem;
  }
  /* お客様レビュー */
  .customer-reviewbox {
    padding: 4rem 2rem 5rem;
  }
  /* スタッフレビュー */
  .profile-card {
    padding: 2.2rem 2.4rem;
  }
  .profile-card__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .profile-card__img {
    flex: 0 0 100px;
    margin-right: 2.4rem;
  }
  .profile-card__comment {
    margin-top: 2rem;
  }
  .link-to-review {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
  .c-grid-details {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3rem;
  }
  .c-grid-details__item {
    width: 100%;
  }
  .detail-about {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .detail-about dt {
    margin: 0;
    width: 53%;
  }
  .detail-about dd {
    margin: 0;
    width: 47%;
  }
  .annotation {
    margin-top: 8rem;
    width: 92%;
    margin: 0 auto;
  }
  .banner-area {
    margin:  0 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */