@font-face {
  font-family: 'Trajan Pro';
  src: url('../font/Trajan Pro.ttf');
  font-weight: normal;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('../font/TrajanPro-Bold.otf');
  font-weight: bold;
}

@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  text-align: center;
  /*font-family: "Zen Maru Gothic", sans-serif; */
  font-family: "Meiryo","Noto Sans JP", "system-ui", "-apple-system", "BlinkMacSystemFont";
  font-size: 1.6rem;
}

button {
  transition: opacity 0.3s ease;
}

header {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #07525A;
}

.hamburger {
  display: block;
  z-index: 1000;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  top: 10px;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 46px;
  height: 4px;
  left: 2px;
  background: black;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 5px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 35px;
}

.hamburger.active span:nth-child(1) {
  top: 20px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
  top: 20px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  opacity: 0;
}

.gMenu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(205, 229, 219, 0.8);
  display: none;
  z-index: 999;
  padding: 5% 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gMenu-logo {
  padding-bottom: 40px;
}

.gMenu-logo img {
  width: 30%;
  margin: 0 auto;
}

.gMenu::-webkit-scrollbar {
  display: none;
}

.gMenu .gMenu_btn {
  width: 300px;
  margin-bottom: 0;
}

.gMenu ul {
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 2;
  color: #41493e;
}

.gMenu ul span {
  font-size: 14px;
}

.gMenu ul li {
  margin-bottom: 10px;
}

.gMenu ul li a {
  display: block;
}

.logo {
  width: 203px;
}

.header-logo {
  margin: 0 0 0 3%;
  z-index: 100;
  position: fixed;
}

.header-bc-left {
  position: absolute;
  height: 130px;
  top: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  left: -5%;
  z-index: 40;
  width: 50%;
}

.header-bc-right {
  position: absolute;
  height: 140px;
  top: 50px;
  right: 0%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  z-index: 40;
  width: 65%;
}

.top-img {
  display: flex;
}

.top-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 120vh;
}

.top-img-left {
  width: 45%;
  -o-object-position: center;
  object-position: center;
}

.top-img-right {
  width: 55%;
  -o-object-position: right;
  object-position: right;
}

.top {
  position: relative;
}

.desc {
  position: absolute;
  top: 25%;
  right: 9vw;
  color: white;
  font-size: 20px;
}

.desc img {
  width: 35vw;
}

.desc p {
  padding: 7% 0;
  line-height: 2;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.intro {
  background-color: #1F908C;
  color: white;
  padding: 20px 0;
  z-index: 60;
  margin: 0 auto;
}

.intro-title {
  font-size: 40px;
  line-height: 2;
  padding: 3% 0;
  z-index: 60;
  position: relative;
}

.intro-img {
  display: flex;
  position: relative;
  z-index: 50;
}

.intro-bc-left {
  width: 40%;
  position: absolute;
  top: -100px;
  left: 70px;
  z-index: 50;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.intro-bc-right {
  width: 65%;
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 50;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.intro-desc {
  font-size: 15px;
  line-height: 2.5;
  z-index: 60;
  position: relative;
}

.br-sp {
  display: none;
}

.content {
  display: flex;
  justify-content: center;
  margin: 5% 0;
  z-index: 60;
  position: relative;
}

.content-desc {
  width: 35%;
  line-height: 2.3;
  font-size: 15px;
  padding: 3%;
}

.content-desc-img1 {
  width: 60%;
  margin-bottom: 15%;
}

.content-desc-img2 {
  width: 30%;
  margin-bottom: 15%;
}

.content-img {
  width: 35%;
  -o-object-fit: contain;
  object-fit: contain;
}

.content2 {
  flex-direction: row-reverse;
}

.feature {
  background-color: #BDCCC1;
}

.feature-top {
  background-image: url(img/logo-bc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-top img {
  width: 30vw;
  margin: 0 auto;
}

.feature-title {
  padding-top: 3%;
}

.feature-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #BDCCC1;
  row-gap: 130px;
  padding: 8%;
}

.main-img {
  width: 60%;
  z-index: 20;
  position: relative;
}

.feature-content-img {
  position: relative;
}

.feature-content-desc {
  width: 70%;
  margin: 0 auto;
}

h4 {
  color: #1F908C;
  padding: 20px 0;
  line-height: 1.5;
}

.feature-content-desc p {
  text-align: left;
  color: #6C6C6C;
  line-height: 1.5;
}

.middle-img {
  display: flex;
}

.middle-img img {
  width: 33.3%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-to-use {
  background-color: #1F908C;
  color: white;
}

.how-to-use-content {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10% 0;
}

.how-to-use-logo {
  width: 75%;
}

.how-left {
  width: 40%;
}

.how-to-use-img {
  position: relative;
}

.how-main-img {
  width: 50%;
  position: relative;
  z-index: 20;
}

h5 {
  font-size: 15px;
  padding: 30px 0 10px 0;
}

.how-left p {
  font-size: 25px;
  padding: 35px 0 30px 0;
  position: relative;
  display: inline-block;
}

.border-left {
  content: "";
  background-color: #fff;
  height: 30px;
  width: 1.5px;
  top: 38%;
  left: -8%;
  position: absolute;
  transform: rotate(-35deg);
}

.border-right {
  content: "";
  background-color: #fff;
  height: 30px;
  width: 1.5px;
  top: 38%;
  right: -8%;
  position: absolute;
  transform: rotate(35deg);
}

.how-to-use-desc {
  font-size: 15px;
  line-height: 2;
  width: 70%;
  text-align: left;
  margin: 0 auto;
  padding-top: 20px;
}

.how-right {
  width: 40%;
  position: relative;
}

.how-right img {
  width: 87%;
  bottom: 0;
  position: absolute;
  left: 0;
}

.for-woman {
  background-color: #D1B1CC;
  padding: 7% 0;
}

.woman-logo {
  width: 30%;
}

.for-woman-wrapper {
  display: flex;
  justify-content: center;
  padding: 3% 0;
}

.woman-img {
  width: 40%;
  position: relative;
}

.woman-main-img {
  width: 65%;
  z-index: 10;
}

.woman-sub-img {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 20;
}

.for-woman-desc {
  width: 40%;
  position: relative;
  margin-top: auto;
  padding-top: 30px;
}

.for-woman-desc p {
  line-height: 2;
  color: #656565;
  font-size: 15px;
}

.woman-desc-img img {
  width: 50%;
}

.product {
  padding: 7% 0;
  background-color: #BDCCC1;
}

.product-logo {
  width: 30%;
}

.product-sub {
  padding: 3%;
  font-size: 24px;
}

.product-wrapper {
  display: flex;
  justify-content: center;
  padding: 4% 0 2% 0;
}

.saunoa {
  width: 40%;
}

.saunoa p {
  font-size: 12px;
  line-height: 1.5;
}

.product-img {
  display: flex;
  justify-content: center;
}

.product-img img {
  width: 20%;
}

.product-submit {
  color: white;
  font-size: 16px;
  background-color: #004D3E;
  padding: 14px 0;
  border-radius: 50px;
  display: block;
  width: 40%;
  margin: 0 auto;
}

.product-intro {
  margin: 30px;
}

.product-pdf .inline-block{
  font-size: 1.4rem;
}

.product-pdf {
  font-size: 1.4rem;
  color: #6d6d6d;
  background-color: #ddd;
  padding: 14px 40px;
  border-radius: 50px;
  /* display: block; */
  display: flex;
  align-items: center;
  margin: 0 auto;
  border: solid 2px black;
}

.product-pdf img {
  vertical-align: -1rem;
  width: 3rem;
}

.inline-block{
  display: inline-block;
}

@media screen and (max-width: 599px){
  .product-pdf{
      padding: 2px 10px;
  }
}

.ingredient {
  font-size: 12px;
  text-align: left;
  width: 75%;
  color: #080808;
  margin: 0 auto;
  margin-top: 5%;
}

.footer-img {
  display: flex;
}

.footer-img img {
  width: 33.3%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select-btn {
  margin: 5% auto;
  width: 70%;
}

.select {
  margin-bottom: 10px;
}

/* フォームのスタイル */
input[type=text],
input[type=email],
input[type=tel] {
  border: 1px solid #000;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.contact {
  background: #DBD9D4;
  padding: 20px;
  padding-bottom: 80px;
}

.contact .req {
  color: #7b242f;
  font-size: 20px !important;
  line-height: 1;
  vertical-align: middle;
}

.contact_title {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 19px;
}

.contact_title .text-note {
  font-size: 13px;
  margin-top: 5px;
}

.contact-contents-radio {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
}

.contact-contents-radio label {
  margin: 0 30px;
}

.contact-contents-bottle-set {
  width: 80%;
  margin: 0 auto;
  margin-top: 24px;
}

.contact-contents-bottle-set table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

.contact-contents-bottle-set table th {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}

.contact-contents-table {
  width: 80%;
  margin: 0 auto;
}

.contact-contents-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}

.contact-contents-table table th {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
}

.contact-submit {
  text-align: center;
  margin-bottom: 30px;
}

.contact-submit.white button {
  border: solid 1px black;
  background-color: white;
  color: black;
}

.contact-submit .policy_chk {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}

.contact-submit button {
  margin: 0 auto;
  border-style: none;
  display: block;
  background-color: black;
  color: white;
  font-size: 20px;
  padding: 15px 0;
  font-weight: bold;
  width: 300px;
  cursor: pointer;
}

.contact-submit button.lock {
  opacity: 0.4;
  cursor: default;
}

/* フォームのスタイル　ここまで */
footer {
  background-color: #295369;
  padding: 5%;
}

.footer-contents {
  text-align: center;
}

.footer-contents li {
  color: #C3E6D9;
  margin-bottom: 30px;
}

.footer-contents li a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
}

#mask {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

#mask.active {
  display: block;
}

.pop_up_show {
  display: none;
  position: fixed;
  overflow: scroll;
  width: 80%;
  max-width: 700px;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100000;
  padding: 30px;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}

.pop_up_show th,
.pop_up_show td {
  padding: 15px 5px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #E2DFDA;
  border-collapse: collapse;
}

.pop_up_show_title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.pop_privacy,.pop_advertise {
  cursor: pointer;
  font-size: 15px;
  margin-top: 3px;
}

.pop_rule {
  cursor: pointer;
  font-size: 15px;
}

.pop_up_show.active {
  display: block;
}

@media (max-width: 750px) {
  .logo {
    width: 150px;
  }

  .logo img {
    width: 100%;
    margin-top: 6%;
  }

  .top-img {
    flex-direction: column-reverse;
  }

  .top-img img {
    height: 450px;
  }

  .top-img-left {
    width: 100%;
  }

  .top-img-right {
    width: 100%;
  }

  .header-bc-left {
    width: 100%;
    left: 0;
    height: 130px;
  }

  .header-bc-right {
    display: none;
  }

  .desc {
    top: 30vw;
    right: 0;
    left: 0;
    margin: auto;
  }

  .desc img {
    width: 60vw;
  }

  .desc p {
    padding: 5%;
    line-height: 1.5;
    font-size: 15px;
  }

  .intro-bc-left {
    left: 0;
    width: 100%;
  }

  .intro-bc-right {
    display: none;
  }

  .intro-title {
    font-size: 32px;
    margin: 3% 2%;
  }

  .intro-desc {
    margin-bottom: 120px;
  }

  .br-sp {
    display: block;
  }

  .content {
    flex-direction: column-reverse;
    margin: 0 0 80px 0;
  }

  .content-desc {
    margin: 0 auto;
    width: 100%;
  }

  .content-desc-img1 {
    width: 45%;
    margin-top: 15px;
    margin-bottom: 5%;
  }

  .content-desc-img2 {
    width: 25%;
    margin: 5% 0;
  }

  .content-img {
    width: 70%;
    margin: 0 auto;
  }

  .feature-top {
    height: 35vh;
    background-position: 40% 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature-top img {
    width: 65vw;
  }

  .feature-contents {
    grid-template-columns: 1fr 1fr;
    row-gap: 70px;
    padding: 10% 0 20% 0;
    font-size: 15px;
  }

  .main-img {
    width: 60%;
  }

  .feature-content-desc {
    width: 75%;
  }

  .how-to-use-content {
    flex-direction: column;
    justify-content: center;
    row-gap: 60px;
    padding: 20% 0;
  }

  .how-to-use-logo {
    width: 80%;
  }

  .how-left {
    width: 90%;
    margin: 0 auto;
  }

  .how-main-img {
    width: 60%;
  }

  .how-to-use-desc {
    width: 90%;
    line-height: 1.5;
    font-size: 14px;
  }

  .how-right {
    width: 80%;
    position: static;
    margin: 0 auto;
  }

  .how-right img {
    position: static;
  }

  .for-woman {
    padding: 20% 0;
  }

  .for-woman-wrapper {
    flex-direction: column;
  }

  .woman-logo {
    width: 65%;
  }

  .woman-img {
    width: 90%;
    margin: 0 auto;
  }

  .woman-main-img {
    margin: 10%;
  }

  .for-woman-desc {
    width: 70%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 14px;
  }

  .product {
    padding: 15% 0;
  }

  .product-wrapper {
    flex-direction: column;
    row-gap: 100px;
  }

  .product-logo {
    width: 60vw;
  }

  .product-sub {
    font-size: 20px;
  }

  .saunoa {
    width: 100%;
    margin: 0 auto;
  }

  .saunoa p {
    margin: 7%;
  }

  .ingredient {
    width: 85%;
    font-size: 12px;
    margin-top: 10%;
  }

  .product-submit {
    width: 70%;
  }

  .form-title,
  .dest-title {
    font-size: 25px;
  }

  .dest-title span {
    font-size: 12px;
  }

  .order {
    font-size: 15px;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

#set_mens,
#set_womens {
  border: 1px solid #000;
  background: #fff;
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 6px;
}

.order_bottle_set_require {
  color: #7b242f;
  font-size: 12px;
}

.order_bottle_set_require_sp {
  color: #7b242f;
  font-size: 12px;
  line-height: 1.2rem;
}

.campane_banner {
  text-align: center;
  color: #e4007f;
  border: 2px solid #e4007f;
  width: 100%;
  border-radius: 6px;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 24px;
}

@media (max-width: 750px) {
  .order_bottle_set_require {
    display: none;
  }

  .order_bottle_set_require_sp {
    display: block;
  }
}

@media (min-width: 751px) {
  .order_bottle_set_require {
    display: block;
  }

  .order_bottle_set_require_sp {
    display: none;
  }
}

.contact-contents-radio.bottom_payment_way {
  margin-bottom: 30px;
}

.pop_form .contact-contents-radio {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 20px;
}

.contact-contents-radio label {
  margin: 0 30px;
}

.contact-contents-radio label input {
  margin-right: 5px;
  margin-bottom: 5px;
}


.fixed_baner {
  position: fixed;
  z-index: 999;
  width: 230px;
  right: 5%;
  top: 110px;
  transition: all .3s;
}

.fixed_baner span {
  position: absolute;
  top: -1%;
  right: 6%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.fixed_baner.hide {
  opacity: 0;
}

@media all and (max-width:750px) {
  .fixed_baner {
    width: 150px;
    /* bottom: 90px; */
    bottom: 20px;
    height: 115px;
    top: auto;
  }

  .fixed_baner a {
    display: block;
  }

  .fixed_baner a img {
    width: 100%;
  }
}

.bottle-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.bottom_banner {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background: #AD8500;
  width: 100%;
  padding: 1.5rem 0;
  text-align: center;
  z-index: 3;
}

.bottom_banner_title {
  font-size: 3rem;
  font-weight: bold;
  color: #41493E;
}

.bottom_banner_text {
  color: #CCCCCC;
  font-size: 1.2rem;
}



ofbyfor__order>.bg-area-3 {
  border-image: linear-gradient(lightpink, lightpink) fill 0 //0 100vw 0 100vw;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/* .row-cols-md-2>* {
  width: 32%;
} */

.container-page .height-vw{
  height: 33vw;
  /* width: 32vw; */
  width: 33%;
  max-width: 355px;
  max-height: 355px;
  padding: 0;
  margin: 0 0 0.3vw;
}

.card__product {
  background-color: #efefef;
  /* width: 50%; */
  /* padding: 50px; */
  /* margin: -10px; */
  /* width: 32vw; */
  /* height: 32vw; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

/* .flex {
  display: flex;
} */

/* .card__product--box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.card__product--title {
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}

.card__product--image {
  max-width: 250px;
  max-height: 250px;
  height: calc(70% - 60px);
  margin-bottom: 10px;
}

.card__product--body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin-top: 25px; */
}

.container-page .flex-around{
  display: flex;
  justify-content: space-around;
  /* padding: 0.5%; */
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  /* margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); */
}
.flex-around *{
  font-family: sans-serif ;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  .container-page .height-vw {
    width: 49.6%;
    height: 48vw;
  }

  .card__product--image {
    height: calc(100% - 80px);
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .card__product {
    padding: 2%;
  }
  

}


.pop_privacy_close {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pop_privacy_close span:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}

.pop_privacy_close span:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pop_privacy_close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}