@charset "utf-8";
main.interview {
}

/*ナビの色変更の打ち消し*/
.globalnav .globalnav__main li a div.nav-onlineshop:before {
  background: url(../img/common/nav-onlineshop.svg) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

/*ナビの色変更*/
.globalnav .globalnav__main li:nth-child(4) {
  color: #693a2f;
}

/*共通*/
.txt-line {
  display: flex;
  align-items: center;
}
.txt-line::before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 38px;
  background-color: #bdada9;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .txt-line {
    align-items: flex-start;
  }
  .txt-line::before {
    width: 30px;
    margin-top: 12px;
  }
  .txt-line span {
    width: 85%;
  }
}

/*mainvisual*/
.mainvisual {
  position: relative;
  width: 100%;
  padding-top: 165px;
}
.mainvisual .mainvisual-text {
  display: block;
  width: 392px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding-top: 80px;
  }
  .mainvisual .mainvisual-text {
    width: 198px;
  }
}

/*s-intro*/
.s-intro {
  margin-top: 76px;
}
.s-intro h2 {
  margin-bottom: 25px;
  font-size: clamp(20px, calc(20px + (24 - 20) * ((100vw - 768px) / (1366 - 768))), 24px);
  font-weight: bold;
  text-align: center;
}
.s-intro p {
  font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 768px) / (1366 - 768))), 16px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s-intro {
    margin-top: 25px;
  }
  .s-intro h2 {
    margin-bottom: 15px;
  }
}

/*s-interview*/
.s-interview {
  margin-top: 15px;
  padding-bottom: 120px;
}
.s-interview .interview-block {
  position: relative;
  padding: 50px 11.7% 90px;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #bdada9;
}
.s-interview .interview-block:before {
  position: absolute;
  top: 70px;
  right: 73px;
  width: 17.496vw;
  min-width: 229px;
  max-width: 239px;
  height: 3.075vw;
  min-height: 40px;
  max-height: 42px;
  background-image: url(../img/interview/interview-subttl01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  transform: translateY(-50%);
}
.s-interview .interview-block:nth-of-type(2):before {
  width: 18.375vw;
  min-width: 227px;
  max-width: 251px;
  height: 3.075vw;
  min-height: 38px;
  max-height: 42px;
  background-image: url(../img/interview/interview-subttl02.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.s-interview .interview-block:nth-of-type(3):before {
  width: 18.375vw;
  min-width: 227px;
  max-width: 251px;
  height: 3.075vw;
  min-height: 38px;
  max-height: 42px;
  background-image: url(../img/interview/interview-subttl03.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.s-interview .interview-block:not(:last-child) {
  margin-bottom: 90px;
}
.s-interview .interview-block .interview-profile {
  align-items: center;
  margin-bottom: 60px;
}
.s-interview .interview-block .interview-profile figure {
  width: 253px;
  margin-right: 40px;
}
.s-interview .interview-block .interview-profile .profile-txt {
  width: 63%;
}
.s-interview .interview-block .interview-profile .profile-txt p {
  margin-bottom: 15px;
  font-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 768px) / (1366 - 768))), 20px);
  font-weight: bold;
}
.s-interview .interview-block .interview-profile .profile-txt ul {
  display: flex;
  gap: 3em;
}
.s-interview .interview-block .interview-profile .profile-txt ul li {
  position: relative;
  font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 768px) / (1366 - 768))), 17px);
}
.s-interview .interview-block .interview-profile .profile-txt ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1.3em;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #bdada9;
}
.s-interview .interview-block .interview-content {
  display: flex;
  justify-content: space-between;
}
.s-interview .interview-block .interview-content:not(:last-child) {
  margin-bottom: 60px;
}
.s-interview .interview-block .interview-content h3 {
  margin-bottom: 25px;
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
  font-weight: bold;
}
.s-interview .interview-block .interview-content .interview-txt {
  max-width: 390px;
  width: 49%;
}
.s-interview .interview-block .interview-content .interview-txt.txt-mg {
  margin-top: 30px;
}
.s-interview .interview-block .interview-content .interview-txt p:not(:last-child) {
  margin-bottom: 15px;
}
.s-interview .interview-block .interview-content figure {
  max-width: 366px;
  width: 46%;
}
.s-interview .interview-block .interview-content.txt-only .interview-txt {
  max-width: 100%;
  width: 100%;
}
.s-interview .interview-block .interview-content.ttl-max {
  flex-wrap: wrap;
}
.s-interview .interview-block .interview-content.ttl-max h3 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .s-interview .interview-block {
    padding: 50px 50px 80px;
  }
  .s-interview .interview-block:before {
    top: 60px;
    right: 50px;
    width: 183px;
    min-width: auto;
    height: 32px;
    min-height: auto;
  }
  .s-interview .interview-block:nth-of-type(2):before {
    width: 186px;
    min-width: auto;
    height: 31px;
    min-height: auto;
  }
  .s-interview .interview-block:nth-of-type(3):before {
    width: 186px;
    min-width: auto;
    height: 31px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .s-interview {
    margin-top: 0;
    padding-bottom: 90px;
  }
  .s-interview .interview-block {
    padding: 70px 30px 30px;
  }
  .s-interview .interview-block:before {
    top: 40px;
    right: 30px;
    width: 160px;
    height: 28px;
  }
  .s-interview .interview-block:nth-of-type(2):before {
    width: 163px;
    height: 27px;
  }
  .s-interview .interview-block:nth-of-type(3):before {
    width: 163px;
    height: 27px;
  }
  .s-interview .interview-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .s-interview .interview-block .interview-profile {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .s-interview .interview-block .interview-profile figure {
    max-width: 253px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .s-interview .interview-block .interview-profile .profile-txt {
    width: 100%;
    text-align: center;
  }
  .s-interview .interview-block .interview-profile .profile-txt p {
    margin-bottom: 5px;
  }
  .s-interview .interview-block .interview-profile .profile-txt ul {
    justify-content: center;
  }
  .s-interview .interview-block .interview-content {
    flex-direction: column;
  }
  .s-interview .interview-block .interview-content:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .s-interview .interview-block .interview-content:not(:last-child) {
    margin-bottom: 40px;
  }
  .s-interview .interview-block .interview-content.ttl-max {
    flex-direction: column;
  }
  .s-interview .interview-block .interview-content.ttl-max figure {
    order: 1;
  }
  .s-interview .interview-block .interview-content h3 {
    margin-bottom: 15px;
  }
  .s-interview .interview-block .interview-content .interview-txt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .s-interview .interview-block .interview-content.txt-only .interview-txt {
    margin-bottom: 0;
  }
  .s-interview .interview-block .interview-content figure {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .s-interview .interview-block .interview-content .interview-txt.txt-mg {
    margin-top: 0;
  }
}

/*s-message*/
.s-message {
  padding: 60px 0;
  background-color: #eae5e0;
}
.s-message .message-block {
  justify-content: space-between;
  padding: 60px 11.7%;
  background-color: #fff;
}
.s-message .message-block figure {
  max-width: 144px;
  width: 18%;
}
.s-message .message-block figure figurecaption {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.s-message .message-block .message-txt {
  max-width: 609px;
  width: 76.6%;
}
.s-message .message-block .message-txt h4 {
  margin-bottom: 25px;
  font-size: clamp(18px, calc(18px + (20 - 18) * ((100vw - 768px) / (1366 - 768))), 20px);
  font-weight: bold;
  line-height: 1.2;
}
.s-message .message-block .message-txt p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .s-message .message-block {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .s-message .message-block {
    flex-direction: column;
    padding: 30px;
  }
  .s-message .message-block figure {
    max-width: 144px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .s-message .message-block .message-txt {
    width: 100%;
  }
  .s-message .message-block .message-txt h4 {
    margin-bottom: 15px;
    text-align: center;
  }
  .s-message .message-block .message-txt h4:before {
    content: none;
  }
  .s-message .message-block .message-txt h4 span {
    width: 100%;
  }
  .s-message .message-block .message-txt p:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*s-product*/
.s-product {
  margin-top: 70px;
  padding-bottom: 200px;
}
.s-product .subscription-ttl {
  max-width: 344px;
  margin: 0 auto 40px;
}
.s-product .s-subscription {
  margin-bottom: 0;
}
.s-product .s-subscription h2 {
  margin-bottom: 20px;
}
.s-product .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt {
  font-size: clamp(24px, calc(24px + (28 - 24) * ((100vw - 768px) / (1366 - 768))), 28px);
}
.s-product .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt span {
  font-size: clamp(35px, calc(35px + (39 - 35) * ((100vw - 768px) / (1366 - 768))), 39px);
}
.s-product .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt span.period {
  padding-top: 15px;
  font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 768px) / (1366 - 768))), 18px);
}
.s-product .s-subscription .product-list .flex .rows-s {
  width: 30%;
}
.s-product .s-subscription .product-list .flex .rows-box figure {
  margin: 20px auto 0;
}
.s-product .s-subscription .product-list .flex.flex-2column {
  gap: 12%;
}
.s-product .s-subscription .product-list .flex.flex-2column .rows-s {
  margin: 0;
}
.s-product .s-subscription .product-list .flex.flex-2column .rows-box:first-of-type figure {
  width: auto;
  margin: 20px auto 0;
}
.s-product .s-subscription .product-list .flex.flex-2column .rows-s:first-child figure:before {
  background: url(../img/shopping/off-icon-15.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.s-product .s-subscription .product-list .flex.flex-2column .rows-s:last-child figure:before {
  background: url(../img/shopping/off-icon-30.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .s-product .s-subscription .product-list .flex .rows-s {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .s-product {
    padding-bottom: 90px;
  }
  .s-product .subscription-ttl {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .s-product .s-subscription .product-list .flex .rows-s {
    width: 85%;
  }
  .s-product .s-subscription .product-list .flex.flex-2column .rows-s {
    margin: 0 auto 60px;
  }
}
