@charset "UTF-8";
:root {
  --main-color:#68989e;
  --gray-color:#b1b1b1;
  --font: "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: "muli", sans-serif;
  --pc-width: 1400;
  --tb-width: 750;
  --sp-width: 750;
}

@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100%;
    padding-top: 14.2rem;
  }
  
  #Contents {
    padding-top: 16rem !important;
  }
}


body {
  background-color: #fff;
}

#lp__contener .sp_only {
  display: none;
}
#lp__contener .pc_only {
  display: block;
}

div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p {
  line-height: 1;
}

/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt";
}

* > #lp__contener {
  font-family: var(--font);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin: 0;
}

ul, ol, li, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents_inner {
  width: 100%;
}

.en_font {
  font-family: var(--font-en);
}

.f_bold {
  font-weight: bold;
}

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

.contents {
  margin-top: 0;
}

.share-txt {
  margin: 0;
}

#lp__contener {
  width: 100%;
  font-family: var(--font);
  overflow: hidden;
  letter-spacing: 0.075em;
  color: #4d4d4d;
  padding-bottom: 12rem;
}

#lp__contener * {
  box-sizing: border-box;
}

#lp__contener img {
  width: 100%;
}

#lp__contener a {
  text-decoration: none;
}

#lp__contener picture, #lp__contener a {
  display: block;
}

#lp__contener .overflow {
  position: relative;
  overflow-x: scroll;
    /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#lp__contener .overflow::-webkit-scrollbar {
  display:none;
}

/*----------LP_PC----------*/
#lp__contener .mv .mv__img {
  width: 100%;
  margin: 0 auto 0;
  line-height: 0;
}

#lp__contener .main_leadTextArea {
  padding: 5.2rem 0 6rem;
  text-align: center;
  background: url(../img/lead_bg_pc.jpg) no-repeat;
  background-size: cover;
}

#lp__contener .main_leadTextArea .leadText {
  font-size: 1.5rem;
  line-height: 2.13;
  letter-spacing: 0.075em;
  font-family: var(--font);
}

#lp__contener .main_leadTextArea .leadText:nth-of-type(2) {
  margin-top: 1.3rem;
  line-height: 1.97;
}

#lp__contener .main_leadTextArea .f_bold {
  font-size: 1.8rem;
}

#lp__contener .main_leadTextArea sup {
  letter-spacing: 0;
  font-size: 0.8rem;
  margin-left: 0.2rem;
  font-weight: bold;
}

#lp__contener .lead_banner {
  width: 47rem;
  margin: 4rem auto 0;
}

#lp__contener .lead_banner {
  width: 47rem;
  margin: 1.6rem auto 0;
}

#lp__contener .subText {
  font-size: 1rem;
  margin: 2.4rem auto 0;
  text-align: center;
}


/*----------main_nav----------*/
#lp__contener .nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 10rem;
}

#lp__contener .nav_wrap p {
  position: relative;
  text-align: center;
  width: 36rem;
  height: 12.3rem;
  font-size: 1.8rem;
  padding-top: 3.6rem;
  line-height: 2;
  color: #fff;
  background-color: #68989e;
  z-index: 0;
}

#lp__contener .nav_wrap p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/nav_arrow.svg) no-repeat;
  background-size: 100%;
  width: 3.8rem;
  height: 1.1rem;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .nav_wrap p:nth-of-type(2) {
  padding-top: 1rem;
}


/*---------- product section__01 ----------*/
#lp__contener .product h2 {
  margin-top: 10.2rem;
  color: var(--main-color);
  background: url(../img/product_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 7rem 0 8rem;
  text-align: center;
}

#lp__contener .product .product_ttl .en_font {
  display: inline-block;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

#lp__contener .product .product_ttl {
  font-size: 2.6rem;
}

/*--- product_itemsWrap ---*/
#lp__contener .product_inner {
  background: rgb(243 243 243);
  padding: 5.8rem 0 8.5rem;
}

#lp__contener .product_itemsWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.2rem 5rem;
  width: 82rem;
  flex-wrap: wrap;
  margin: auto;
}

#lp__contener .product_itemsWrap .product_blk {
  width: 24rem;
  text-align: center;
}

#lp__contener .product_blk .en_name {
  font-size: 1.2rem;
  color: var(--main-color);
}

#lp__contener .product_blk h3 {
  font-size: 1.8rem;
  margin-top: 1rem;
  color: var(--main-color);
  font-weight: 500;
}

#lp__contener .product_blk .img {
  width: 100%;
  margin-top: 2rem;
}

#lp__contener .product_blk .name {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}

#lp__contener .product_blk .tax {
  font-size: 1.2rem;
  margin-top: 1rem;
}

#lp__contener .product_blk .sml {
  font-size: 1.1rem;
}

#lp__contener .product_blk .btn {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  color: #fff;
  background-color: var(--main-color);
  margin-top: 1.5rem;
}

#lp__contener .product_blk .veiwMore {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  margin-top: 1.4rem;
  margin-left: -2.5rem;
}

#lp__contener .product_blk .veiwMore::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewMore_icon.svg) no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  bottom: 0.1rem;
  right: -2.3rem;
}

#lp__contener .product_blk .veiwMore::after {
  position: absolute;
  display: block;
  content: "";
  width: 10.7rem;
  height: 0.1rem;
  border-top: #4d4d4d solid 0.1rem;
  bottom: -0.5rem;
  left: 0;
}

/*---------- product section__02 ----------*/
#lp__contener .product.section__02 {
  position: relative;
  background-color: #d2e0e1;
  padding: 8rem 0 5rem;
  z-index: 0;
}

#lp__contener .product.section__02 h3 {
  font-size: 2.2rem;
  color: var(--main-color);
  text-align: center;
  font-weight: 500;
}

#lp__contener .product.section__02 h3 span {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  padding: 0 1.8rem;
  z-index: 0;
}

#lp__contener .product.section__02 h3 span::before {
  position: absolute;
  content: "";
  display: block;
  width: 23.5rem;
  border-top: var(--main-color) solid 0.1rem;
  bottom: -0.2rem;
  left: 1.6rem;
  z-index: 1;
}

#lp__contener .product.section__02 .care_about {
  width: 80rem;
  margin: 7.2rem auto 0;
}

#lp__contener .product.section__02 .QA_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5rem;
  margin-top: 10rem;
}

#lp__contener .product.section__02 .QA_blk {
  width: 37rem;
  height: 37rem;
  border-radius: 100%;
  background-color: #ffffff;
  text-align: center;
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) {
  margin-top: 10rem;
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .en_font {
  margin-top: 6rem;
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .text span {
  font-size: 1.9rem;
  color: var(--main-color);
  display: inline-block;
  margin-top: -0.3rem;
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .text:nth-last-of-type(1) {
  margin-top: 0;
}

#lp__contener .product.section__02 .QA_blk .en_font {
  font-size: 4rem;
  font-weight: bold;
  color: var(--main-color);
  margin-top: 4rem;
}

#lp__contener .product.section__02 .QA_blk h4 {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--main-color);
  margin-top: 0.8rem;
}

#lp__contener .product.section__02 .QA_blk .text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 1.8rem;
}

#lp__contener .product.section__02 .QA_blk .text:nth-last-of-type(1) {
  margin-top: 0.8rem;
}

/*---------- product section__03 ----------*/
#lp__contener .product.section__03 {
  position: relative;
  background-color: rgb(243 243 243);
  padding: 0 0 8rem;
  z-index: 0;
  text-align: center;
}

#lp__contener .product.section__03 .clip_bg {
  width: 100%;
}

/* #lp__contener .product.section__03 .clip_bg {
  width: 100vw;
  height: 7rem;
  clip-path: polygon(50% 63%, 0 42%, 100% 43%);
} */

/* #lp__contener .product.section__03::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/product02_bg_pc.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 7rem;
  top: 0;
  left: 0;
  z-index: 1;
} */

#lp__contener .product.section__03 .text {
  font-size: 2.4rem;
  color: var(--main-color);
  text-align: center;
  margin-top: 5.6rem;
}

#lp__contener .product.section__03 .text span {
  font-weight: bold;
}

#lp__contener .product.section__03 h3 {
  position: relative;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--main-color);
  margin-top: 2rem;
  z-index: 0;
  text-align: center;
}

#lp__contener .product.section__03 h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 40rem;
  height: 1.4rem;
  background-color: #d2e0e1;
  bottom: -0.5rem;
  left: -4rem;
  z-index: -1;
}

#lp__contener .product.section__03 h3 span {
  font-size: 3.2rem;
  display: inline-block;
  padding-right: 1rem;;
}

#lp__contener .product.section__03 .biotilys {
  width: 40rem;
  margin: 5rem auto 0;
  transform: translateX(0.5rem);
}

#lp__contener .product.section__03 .biotilys_wrap {
  width: 60rem;
  margin: 3.8rem auto 0;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #80a8ad;
  width: 100%;
  height: 4.8rem;
  z-index: 0;
  cursor: pointer;
  transition-duration: 0.2s;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid 0.1rem;
  width: 1.3rem;
  top: 2.3rem;
  right: 3rem;
  z-index: 1;
  transition-duration: 0.2s;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl.open::before {
  content: none;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid 0.1rem;
  width: 1.3rem;
  top: 2.3rem;
  right: 3rem;
  z-index: 1;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl.open::after {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid 0.1rem;
  width: 1.3rem;
  top: 2.3rem;
  right: 3rem;
  z-index: 1;
  transform: rotate(0deg);
}

#lp__contener .product.section__03 .biotilys_wrap_text {
  display: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  background-color: #fff;
  width: 100%;
  padding: 2.2rem 0 2.5rem;
}


/*---------- staffcomment area ----------*/
#lp__contener .staffcomment {
  margin-top: 8rem;
}

#lp__contener .staffcomment .ttl_jp {
  font-size: 1.5rem;
  color: var(--main-color);
  text-align: center;
}

#lp__contener .staffcomment h3 {
  font-size: 2.6rem;
  color: var(--main-color);
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

#lp__contener .staffcomment .staffcomment_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  margin-top: 6rem;
}

#lp__contener .staffcomment .staffcomment_wrap_blk {
  width: 36rem;
  background: rgba(234, 240, 240, 0.7);
  padding: 4rem 3rem; 
}

#lp__contener .staffcomment .staffcomment_wrap_blk .ttl {
  text-align: center;
  font-size: 1.4rem;
  color: var(--main-color);
}

#lp__contener .staffcomment .staffcomment_wrap_blk .head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.3rem;
  padding-left: 0.5rem;
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_img {
  width: 8.1rem;
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_info {
  width: 20.5rem;
  font-size: 1.4rem;
  line-height: 2;
  color: var(--main-color);
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: var(--main-color) solid 0.1rem;
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_text {
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  margin-top: 1.7rem;
}

/*---------- director area ----------*/
@media only screen and (min-width: 767px) {
  #lp__contener .director_area {
    margin: 9.7rem auto 0;
    width: 92rem;
    background: rgba(234, 240, 240, 0.7) !important;
    padding: 6rem 8rem 6rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#lp__contener .director_blk:nth-of-type(1) {
  width: 12.1rem;
  margin-top: 1.3rem;
}

#lp__contener .director_blk:nth-of-type(1) .name {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
}

#lp__contener .director_blk:nth-of-type(2) {
  width: 60rem;
}

#lp__contener .director_blk:nth-of-type(2) .subttl {
  font-size: 1.5rem;
  color: var(--main-color);
}

#lp__contener .director_blk:nth-of-type(2) h3 {
  font-size: 2.2rem;
  color: var(--main-color);
  margin-top: 2rem;
  text-align: left;
  letter-spacing: 0.05em;
}

#lp__contener .director_blk:nth-of-type(2) .text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 4.3rem;
  text-align: justify;
}

#lp__contener .director_viewMore {
  position: relative;
  margin-top: 2.8rem;
  width: fit-content;
}

#lp__contener .viewmore_wrao {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}

#lp__contener .viewmore_wrao.info_open {
  transition: height 1s;
  height: auto !important;
}

#lp__contener .viewMore_arrow {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#lp__contener .btn_viewMore.info_open {
  margin: 2.8rem auto 0;
}
#lp__contener .btn_viewMore.info_open .viewMore_arrow {
  display: none;
}
#lp__contener .btn_viewMore .viewMore_close {
  display: none;
}
#lp__contener .btn_viewMore.info_open .viewMore_close {
  display: block;
}
#lp__contener .btn_viewMore .viewMore_close {
  position: relative;
  width: 100%;
  margin: auto;
}

#lp__contener .btn_viewMore span {
  position: relative;
  z-index: 0;
}

#lp__contener .btn_viewMore .viewMore_arrow::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewmore_arrow.svg) no-repeat;
  background-size: 100%;
  width: 0.9rem;
  height: 0.5rem;
  top: 0.5rem;
  right: -1.5rem;
  z-index: 1;
}
#lp__contener .btn_viewMore .viewMore_close::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewmore_arrow.svg) no-repeat;
  background-size: 100%;
  width: 0.9rem;
  height: 0.5rem;
  top: 0.5rem;
  right: -1.5rem;
  transform: rotate(180deg);
  z-index: 1;
}

#lp__contener .btn_viewMore {
  text-align: right;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  color: var(--main-color);
  cursor: pointer;
  transition: all 1s;
}

#lp__contener .viewmore_inner {
  font-size: 1.3rem;
  line-height: 2;
}


/*---------- point area ----------*/
#lp__contener .point {
  position: relative;
  margin: 14.7rem auto 0;
  width: 112.2rem;
  height: auto;
  border: #c6d8da solid 0.2rem;
  padding-bottom: 6rem;
  background-position-y: 4.8rem;
  background-size: 100%;
}

#lp__contener .point .ttl_area {
  text-align: center;
  width: 35.7rem;
  margin: -4.8rem auto;
  background: #fff;
}

#lp__contener .point .ttl_area .sub {
  font-size: 2rem;
  color: var(--main-color);
}

#lp__contener .point .ttl_area .main {
  font-size: 2.6rem;
  color: var(--main-color);
  margin-top: 1.5rem;
}

#lp__contener .point .item_img {
  position: absolute;
  width: 16rem;
  top: 9.6rem;
  left: 50%;
  transform: translateX(-50%);
}

/*---------- point accordion ----------*/
#lp__contener .point_accordion {
  position: absolute;
  top: 7.7rem;
  left: 9.5rem;
}

#lp__contener .point_accordion .point_wrap_ttl {
  font-size: 1.8rem;
  color: var(--main-color);
  cursor: pointer;
  transition-duration: 0.2s;
}

#lp__contener .point_accordion .point_wrap_ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid 0.1rem;
  width: 1.3rem;
  top: 3.7rem;
  right: 4.5rem;
  z-index: 1;
  transition-duration: 0.2s;
}

#lp__contener .point_accordion .point_wrap_ttl.open::before {
  content: none;
}

#lp__contener .point_accordion .point_wrap_ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid 0.1rem;
  width: 1.3rem;
  top: 3.7rem;
  right: 4.5rem;
  z-index: 1;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}

#lp__contener .point_accordion .point_wrap_ttl.open::after {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid 0.1rem;
  width: 1.3rem;
  top: 3.8rem;
  right: 4.5rem;
  z-index: 1;
  transform: rotate(0deg);
}

#lp__contener .point_accordion .point_wrap_text {
  display: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  width: 100%;
  margin-top: 1.6rem;
}

#lp__contener .point_accordion .point_wrap_text {
  display: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  width: 100%;
  margin-top: 1.6rem;
}

#lp__contener .point_accordion .point_inner {
  position: relative;
  width: 34rem;
  background-color: #eaf0f0;
  padding: 3rem 0;
  text-align: center;
  z-index: 0;
}

#lp__contener .point_accordion .point_inner::before {
  position: absolute;
  display: block;
  content: "01";
  font-family: var(--font-en);
  font-size: 5rem;
  font-weight: 300;
  color: #c6d8da;
  letter-spacing: 0;
  top: -3.2rem;
  left: -1.5rem;
  z-index: 1;
}

/*---------- blk__02 ----------*/
#lp__contener .point_accordion.blk__02 {
  position: absolute;
  top: 31.5rem;
  left: 5rem;
}

#lp__contener .point_accordion.blk__02 .point_wrap_text span {
  display: inline-block;
  font-size: 1rem;
  margin-top: 0.7rem;
}

#lp__contener .point_accordion.blk__02 .point_inner::before {
  content: "02";
  top: -3.8rem;
}

#lp__contener .point_accordion.blk__02 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__02 .point_wrap_ttl::after {
  right: 4rem;
}

/*---------- blk__03 ----------*/
#lp__contener .point_accordion.blk__03 {
  position: absolute;
  top: 21.4rem;
  right: 9.7rem;
  left: unset;
}

#lp__contener .point_accordion.blk__03 .point_inner::before {
  content: "03";
  top: -3.5rem;
  right: -2rem;
  left: unset;
}

#lp__contener .point_accordion.blk__03 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__03 .point_wrap_ttl::after {
  right: 2.5rem;
}

/*---------- blk__04 ----------*/
#lp__contener .point_accordion.blk__04 {
  position: unset;
  width: 62rem;
  margin: 61.8rem auto 0;
}

#lp__contener .point_accordion.blk__04 .point_inner {
  width: 100%;
}

#lp__contener .point_accordion.blk__04 .point_inner::before {
  content: "04";
  top: -3rem;
  left: unset;
  right: 2rem;
}

#lp__contener .point_accordion.blk__04 img {
  width: 47rem;
  margin-top: 3.6rem;
}

#lp__contener .point_accordion.blk__04 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__04 .point_wrap_ttl::after {
  right: 7.5rem;
}


/*----------contents area ----------*/
#lp__contener .contents {
  background: rgba(214, 214, 214, 0.3);
  padding: 6rem 0;
  margin-top: 11.8rem;
}

#lp__contener .contents .mian_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #808080;
}

#lp__contener .contents .contents_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}

#lp__contener .contents .contents_blk {
  text-align: center;
  width: 22rem;
  border: var(--main-color) solid 0.1rem;
  color: var(--main-color);
  padding-bottom: 2rem;
}

#lp__contener .contents .contents_blk .subttl {
  font-size: 1.2rem;
  margin-top: 0.8rem;
}

#lp__contener .contents .contents_blk .subttl span {
  display: inline-block;
  font-size: 2.2rem;
  padding-left: 0.4rem;
}

#lp__contener .contents .contents_blk .ttl {
  font-size: 2rem;
  margin-top: 1rem;
}

#lp__contener .contents .contents_blk .vol {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}

#lp__contener .contents .contents_blk:nth-of-type(1) {
  border: var(--main-color) solid 0.1rem;
  color: #fff;
  background-color: var(--main-color);
}

#lp__contener .contents .contents_blk:nth-of-type(1) .vol {
  position: relative;
}

#lp__contener .contents .contents_blk:nth-of-type(1) .vol::before {
  position: absolute;
  display: block;
  content: "";
  width: 4.8rem;
  border: #fff solid 0.08rem;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
}


/*---------- view all btn area ----------*/
#lp__contener .viewall_btn {
  width: 40rem;
  margin: 6rem auto 0;
}

#lp__contener .viewall_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  width: inherit;
  height: 5rem;
}



/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 calc(50% - 50vw);
}

.modal_inner {
  position: relative;
  z-index: 1;
  gap: 8rem;
  width: 64.3rem;
  max-width: 64.3rem;
  padding: 4rem;
  background: #cfcfcf;
  overflow: hidden;
}

.modal_outer {
  position: relative;
}

.btn_close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4rem;
  height: 2px;
  background: var(--color-white);
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 4rem;
  background: var(--color-white);
  content: "";
}

.review_area .modal_wrap {
  position: relative;
  background-color: #fff;
  padding: 4rem 6rem 4rem 18rem;
}

.review_area .modal_wrap .item_img {
  position: absolute;
  width: 11rem;
  top: 8.2rem;
  left: 3.8rem;
}

.review_area .modal_wrap .modal_name {
  font-size: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: var(--gray-color) solid 0.1rem;
}

.review_area .modal_wrap .modal_name h3 {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: -1rem;
  letter-spacing: 0.13rem;
}

.review_area .modal_wrap .modal_name .price {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.review_area .modal_wrap .modal_name .price .sml {
  font-size: 1.1rem;
}

.review_area .modal_wrap .modal_text ,
.review_area .modal_wrap .modal_text .star {
  margin-top: 2rem;
}

.review_area .modal_wrap .modal_text .star {
  width: 7.2rem;
}

.review_area .modal_wrap .modal_text .review_text {
  font-size: 1.3rem;
  line-height: 2;
  padding-bottom: 1.5rem;
  border-bottom: var(--gray-color) solid 0.1rem;
  margin-top: 1rem;
}

.review_area .modal_wrap .modal_text .review_text:nth-last-of-type(1) {
  border-bottom: unset;
  padding-bottom: unset;
}


/*---- modal__review__02 ----*/
#review__02 .item_img {
  width: 12rem;
  top: 5.8rem;
  left: 3.4rem;
}

/*---- modal__review__03 ----*/
#review__03 .item_img {
  width: 12rem ;
  top: 7rem;
  left: 3.4rem;
}

/*---- modal__review__04 ----*/
#review__04 .item_img {
  width: 12rem;
  top: 5.8rem;
  left: 3rem;
}

/*---- modal__review__05 ----*/
#review__05 .modal_wrap {
  padding: 4rem 3rem 4rem 20.5rem;
}

#review__05 .item_img {
  width: 15rem ;
  top: 9.8rem;
  left: 2.8rem;
}

/*---- modal__review__06 ----*/
#review__06 .modal_inner {
  width: 71.3rem;
  max-width: 71.3rem;
}

#review__06 .modal_wrap {
  padding: 4rem 4rem 4rem 27.5rem;
}

#review__06 .item_img {
  width: 22rem;
  top: 14.6rem;
  left: 2.4rem;
}
/* ===================
  　　  △ MODAL △
=================== */




/*---------- nav__list ----------*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  width: 18rem;
  right: 3rem;
  bottom: 5rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(250px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(250px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(250px);
  }
}


/*----------アニメーション----------*/
/* .fadein {
  opacity: 0;
  transition: opacity 1s;
}

.fadein.fade-active {
  opacity: 1;
} */

.fadeup {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.fadeup.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.8s 0s, transform 1.8s 0s;
}

.move_right {
  overflow: hidden;
  position: relative;
}
.move_right::before {
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: -20%;
  left: -20%;
  bottom: 0;
  z-index: 2;
  background: #c8ccce;
  content: "";
}

.move_right.fade-active {
  animation-delay: 0s, 0s;
}
.move_right.fade-active::before {
  animation: animeBoxmove 1.5s linear 0s 1 forwards;
}

.move_right_2 {
  overflow: hidden;
  position: relative;
}
.move_right_2::before {
  transform: skew(-30deg, 0);
  position: absolute;
  top: 0;
  right: -20%;
  left: -20%;
  bottom: 0;
  z-index: 2;
  background: #c8ccce;
  content: "";
}

.move_right_2.fade-active {
  animation-delay: 0s, 0s;
}
.move_right_2.fade-active::before {
  animation: animeBoxmove 1.5s linear 0.8s 1 forwards;
}


.line_extend.fade-active::after {
  /*transform: scaleX(100%);*/
  z-index: -1;
}

@keyframes animeBoxmove {
  100% {
    left: 130%;
  }
}
@keyframes moving {
  from {
    animation-timing-function: linear;
    transform: translateY(-24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    animation-timing-function: linear;
    transform: translateY(24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadein-load ,
.fadein {
  opacity: 0;
}

.fadein-load.fade-active ,
.fadein.fade-active {
  opacity: 1;
  transition: all 1.8s;
}

.fadeup-load {
  opacity: 0;
  transform: translateY(5rem) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1.3s 0s, transform 1.3s 0s;
}

.fadeup-load_2 {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s 1s, transform 1s 1s;
}

.fadeup-load_2.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: opacity 1s 1s, transform 1s 1s;
}

.moveup-load {
  opacity: 1;
  transform: translateY(15rem);
  transition: transform 1s;
}

.moveup-load.fade-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  transition: cubic-bezier(0.26, 0.09999, 0.14, 1), transform 1s;
}

@keyframes imgMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #lp__contener .section__inner {
    max-width: 100%;
  }
}


/*----------LP SP----------*/
@media only screen and (max-width: 768px) {

  body, #Wrap {
    color: unset;
  }

  #lp__contener .sp_only {
    display: block;
  }
  #lp__contener .pc_only {
    display: none;
  }

/*----------LP_SP----------*/
#lp__contener .mv .mv__img {
  width: 100%;
  margin: 0 auto 0;
  line-height: 0;
}

#lp__contener .main_leadTextArea {
  padding: calc(88*(100vw / 750)) 0 calc(100*(100vw / 750));
  text-align: center;
  background: url(../img/lead_bg_sp.jpg) no-repeat;
  background-size: cover;
}

#lp__contener .main_leadTextArea .leadText {
  font-size: calc(26*(100vw / 750));
  line-height: 1.846;
}

#lp__contener .main_leadTextArea .leadText:nth-of-type(2) {
  margin-top: calc(26*(100vw / 750));
  line-height: 1.94;
}

#lp__contener .main_leadTextArea .f_bold {
  font-size: calc(30*(100vw / 750));
}

#lp__contener .main_leadTextArea sup {
  letter-spacing: 0;
  font-size: calc(18*(100vw / 750));
  margin-left: calc(2*(100vw / 750));
}

#lp__contener .lead_banner {
  width: 47rem;
  margin: 4rem auto 0;
}

#lp__contener .lead_banner {
  width: calc(700*(100vw / 750));
  margin: calc(40*(100vw / 750)) auto 0;
}

#lp__contener .subText {
  font-size: calc(20*(100vw / 750));
  margin: calc(28*(100vw / 750)) auto 0;
  text-align: center;
  letter-spacing: 0.08em;
}


/*----------main_nav----------*/
#lp__contener .nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20*(100vw / 750));
  margin-top: calc(120*(100vw / 750));
  flex-wrap: wrap;
}

#lp__contener .nav_wrap p {
  position: relative;
  text-align: center;
  width: calc(650*(100vw / 750));
  height: calc(138*(100vw / 750));
  font-size: calc(28*(100vw / 750));
  padding-top: calc(26*(100vw / 750));
  line-height: 2;
  color: #fff;
  background-color: #68989e;
  z-index: 0;
}

#lp__contener .nav_wrap p::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/nav_arrow_sp.svg) no-repeat;
  background-size: 100%;
  width: calc(40*(100vw / 750));
  height: calc(12*(100vw / 750));
  bottom: calc(29*(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .nav_wrap p:nth-of-type(2) {
  padding-top: calc(26*(100vw / 750));
}


/*---------- product section__01 ----------*/
#lp__contener .product h2 {
  margin-top: calc(120*(100vw / 750));
  color: var(--main-color);
  background: url(../img/product_bg_sp.jpg) no-repeat;
  background-size: cover;
  padding: calc(106*(100vw / 750)) 0 calc(118*(100vw / 750));
  text-align: center;
}

#lp__contener .product .product_ttl .en_font {
  display: inline-block;
  font-size: calc(30*(100vw / 750));
  padding-bottom: calc(40*(100vw / 750));
  font-weight: 500;
}

#lp__contener .product .product_ttl {
  font-size: calc(44*(100vw / 750));
  font-weight: 500;
}

/*--- product_itemsWrap ---*/
#lp__contener .product_inner {
  background: rgb(243 243 243);
  padding: calc(79*(100vw / 750)) 0 calc(126*(100vw / 750));
}

#lp__contener .product_itemsWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(84*(100vw / 750)) calc(24*(100vw / 750));
  width: calc(704*(100vw / 750));
  flex-wrap: wrap;
  margin: auto;
}

#lp__contener .product_itemsWrap .product_blk {
  width: calc(340*(100vw / 750));
  text-align: center;
}

#lp__contener .product_blk .en_name {
  font-size: calc(22*(100vw / 750));
}

#lp__contener .product_blk h3 {
  font-size: calc(28*(100vw / 750));
  margin-top: calc(21*(100vw / 750));
}

#lp__contener .product_blk .img {
  width: 100%;
  margin-top: calc(30*(100vw / 750));
}

#lp__contener .product_blk .name {
  font-size: calc(24*(100vw / 750));
  line-height: 2;
  margin-top: calc(26*(100vw / 750));
  font-weight: 600;
  white-space: unset;
  letter-spacing: 0.08em;
}

#lp__contener .product_blk .tax {
  font-size: calc(24*(100vw / 750));
  margin-top: calc(13*(100vw / 750));
}

#lp__contener .product_blk .sml {
  font-size: calc(22*(100vw / 750));
}

#lp__contener .product_blk .btn {
  font-size: calc(26*(100vw / 750));
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(64*(100vw / 750));
  color: #fff;
  background-color: var(--main-color);
  margin-top: calc(31*(100vw / 750));
}

#lp__contener .product_blk .veiwMore {
  position: relative;
  display: inline-block;
  font-size: calc(24*(100vw / 750));
  text-align: center;
  font-weight: 600;
  margin-top: calc(30*(100vw / 750));
  margin-left: calc(-32*(100vw / 750));
  letter-spacing: 0.08em;
}

#lp__contener .product_blk .veiwMore::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewMore_icon_sp.svg) no-repeat;
  background-size: 100%;
  width: calc(20*(100vw / 750));
  height: calc(20*(100vw / 750));
  bottom: calc(3*(100vw / 750));
  right: calc(-31*(100vw / 750));
}

#lp__contener .product_blk .veiwMore::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(200*(100vw / 750));
  height: calc(1*(100vw / 750));
  border-top: #4d4d4d solid calc(2*(100vw / 750));
  bottom: calc(-8*(100vw / 750));
  left: 0;
}

/*---------- product section__02 ----------*/
#lp__contener .product.section__02 {
  padding: calc(108*(100vw / 750)) 0 calc(108*(100vw / 750));
}

#lp__contener .product.section__02 h3 {
  font-size: calc(40*(100vw / 750));
  color: var(--main-color);
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

#lp__contener .product.section__02 h3 span {
  position: relative;
  display: inline-block;
  font-size: calc(56*(100vw / 750));
  padding: 0 calc(10*(100vw / 750));
  z-index: 0;
}

#lp__contener .product.section__02 h3 span::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(403*(100vw / 750));
  border-top: var(--main-color) solid calc(2*(100vw / 750));
  bottom: calc(6*(100vw / 750));
  left: calc(8*(100vw / 750));
  z-index: 1;
}

#lp__contener .product.section__02 .care_about {
  width: calc(680*(100vw / 750));
  margin: calc(93*(100vw / 750)) auto 0;
}

#lp__contener .product.section__02 .QA_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: calc(75*(100vw / 750));
  margin-top: calc(118*(100vw / 750));
  flex-wrap: wrap;
}

#lp__contener .product.section__02 .QA_blk {
  width: calc(660*(100vw / 750));
  height: calc(660*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) {
  margin-top: 0;
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .en_font {
  margin-top: calc(110*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .text span {
  font-size: calc(35*(100vw / 750));
  color: var(--main-color);
  display: inline-block;
  margin-top: calc(-7*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk:nth-of-type(2) .text:nth-last-of-type(1) {
  margin-top: 0;
}

#lp__contener .product.section__02 .QA_blk .en_font {
  font-size: calc(60*(100vw / 750));
  font-weight: bold;
  color: var(--main-color);
  margin-top: calc(67*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk h4 {
  font-size: calc(32*(100vw / 750));
  line-height: 2;
  color: var(--main-color);
  margin-top: calc(17*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk .text {
  font-size: calc(24*(100vw / 750));
  line-height: 2;
  margin-top: calc(27*(100vw / 750));
}

#lp__contener .product.section__02 .QA_blk .text:nth-last-of-type(1) {
  margin-top: calc(7*(100vw / 750));
}

/*---------- product section__03 ----------*/
#lp__contener .product.section__03 {
  position: relative;
  background-color: rgb(243 243 243);
  padding: 0 0 calc(120*(100vw / 750));
  z-index: 0;
  text-align: center;
}

#lp__contener .product.section__03 .clip_bg {
  width: 100%;
}

#lp__contener .product.section__03 .text {
  font-size: calc(36*(100vw / 750));
  color: var(--main-color);
  text-align: center;
  margin-top: calc(101*(100vw / 750));
}

#lp__contener .product.section__03 .text span {
  font-weight: bold;
}

#lp__contener .product.section__03 h3 {
  position: relative;
  display: inline-block;
  font-size: calc(36*(100vw / 750));
  font-weight: 500;
  color: var(--main-color);
  margin-top: calc(30*(100vw / 750));
  z-index: 0;
  text-align: center;
}

#lp__contener .product.section__03 h3::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(560*(100vw / 750));
  height: calc(20*(100vw / 750));
  background-color: #d2e0e1;
  bottom: calc(-6*(100vw / 750));
  left: calc(-45*(100vw / 750));
  z-index: -1;
}

#lp__contener .product.section__03 h3 span {
  font-size: calc(50*(100vw / 750));
  display: inline-block;
  padding-right: calc(0*(100vw / 750));
}

#lp__contener .product.section__03 .biotilys {
  width: calc(332*(100vw / 750));
  margin: calc(79*(100vw / 750)) auto 0;
  transform: unset;
}

#lp__contener .product.section__03 .biotilys_wrap {
  width: calc(650*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(32*(100vw / 750));
  color: #fff;
  background-color: #80a8ad;
  width: 100%;
  height: calc(130*(100vw / 750));
  z-index: 0;
  cursor: pointer;
  transition-duration: 0.2s;
  line-height: 1.625;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(65*(100vw / 750));
  right: calc(44*(100vw / 750));
  z-index: 1;
  transition-duration: 0.2s;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl.open::before {
  content: none;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(65*(100vw / 750));
  right: calc(44*(100vw / 750));
  z-index: 1;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}

#lp__contener .product.section__03 .biotilys_wrap_ttl.open::after {
  position: absolute;
  display: block;
  content: "";
  border: #fff solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(64*(100vw / 750));
  right: calc(44*(100vw / 750));
  z-index: 1;
  transform: rotate(0deg);
}

#lp__contener .product.section__03 .biotilys_wrap_text {
  display: none;
  text-align: justify;
  font-size: calc(24*(100vw / 750));
  line-height: 2;
  background-color: #fff;
  width: 100%;
  padding: calc(39*(100vw / 750)) calc(45*(100vw / 750)) calc(40*(100vw / 750));
}


/*---------- staffcomment area ----------*/
#lp__contener .staffcomment {
  margin-top: calc(120*(100vw / 750));
}

#lp__contener .staffcomment .ttl_jp {
  font-size: calc(30*(100vw / 750));
}

#lp__contener .staffcomment h3 {
  font-size: calc(50*(100vw / 750));
  margin-top: calc(38*(100vw / 750));
  font-weight: 500;
  letter-spacing: 0.075em;
}

#lp__contener .staffcomment .staffcomment_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(30*(100vw / 750));
  margin-top: calc(62*(100vw / 750));
  flex-wrap: wrap;
}

#lp__contener .staffcomment .staffcomment_wrap_blk {
  width: calc(640*(100vw / 750));
  background: rgba(234, 240, 240, 0.7);
  padding: calc(60*(100vw / 750)) calc(60*(100vw / 750));
}

#lp__contener .staffcomment .staffcomment_wrap_blk .ttl {
  font-size: calc(26*(100vw / 750));
}

#lp__contener .staffcomment .staffcomment_wrap_blk .head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: calc(30*(100vw / 750));
  padding-left: calc(24*(100vw / 750));
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_img {
  width: calc(132*(100vw / 750));
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_info {
  width: calc(334*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  line-height: 1.6;
  color: var(--main-color);
  padding-top: calc(5*(100vw / 750));
  padding-bottom: calc(47*(100vw / 750));
  border-bottom: var(--main-color) solid calc(1.5*(100vw / 750));
}

#lp__contener .staffcomment .staffcomment_wrap_blk .staff_text {
  font-size: calc(23*(100vw / 750));
  line-height: 2;
  text-align: justify;
  margin-top: calc(26*(100vw / 750));
}

/*---------- director area ----------*/
#lp__contener .director_area {
  margin: calc(120*(100vw / 750)) auto 0;
  width: 100%;
  background: linear-gradient(to bottom, #fff 35%, rgba(234, 240, 240, 0.7) 0%);
  padding: 0 calc(50*(100vw / 750)) calc(120*(100vw / 750));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#lp__contener .director_blk:nth-of-type(1) {
  width: 100%;
  margin-top: 0;
}

#lp__contener .director_blk:nth-of-type(1) .director_img {
  width: calc(242*(100vw / 750));
  margin: calc(32*(100vw / 750)) auto 0;
}

#lp__contener .director_blk:nth-of-type(1) .name {
  font-size: calc(24*(100vw / 750));
  text-align: center;
  margin-top: calc(38*(100vw / 750));
}

#lp__contener .director_blk:nth-of-type(2) {
  width: 100%;
}

#lp__contener .director_blk:nth-of-type(1) .subttl {
  font-size: calc(30*(100vw / 750));
  color: var(--main-color);
  text-align: center;
}

#lp__contener .director_blk:nth-of-type(1) h3 {
  font-size: calc(44*(100vw / 750));
  color: var(--main-color);
  margin-top: calc(28*(100vw / 750));
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.59;
}

#lp__contener .director_blk:nth-of-type(2) .text {
  font-size: calc(23*(100vw / 750));
  line-height: 2;
  margin-top: calc(49*(100vw / 750));
  text-align: justify;
  letter-spacing: 0.075em;
}

#lp__contener .director_viewMore {
  position: relative;
  margin-top: calc(50*(100vw / 750));
  width: fit-content;
}

#lp__contener .viewmore_wrao {
  height: 0px;
  overflow: hidden;
  transition: height 1s;
}

#lp__contener .viewmore_wrao.info_open {
  transition: height 1s;
  height: auto !important;
  margin-top: calc(40*(100vw / 750));
}

#lp__contener .viewMore_arrow {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#lp__contener .btn_viewMore.info_open {
  margin: calc(47*(100vw / 750)) 0 0 calc(-29*(100vw / 750));
}
#lp__contener .btn_viewMore.info_open .viewMore_arrow {
  display: none;
}
#lp__contener .btn_viewMore .viewMore_close {
  display: none;
}
#lp__contener .btn_viewMore.info_open .viewMore_close {
  display: block;
}
#lp__contener .btn_viewMore .viewMore_close {
  position: relative;
  width: 100%;
  margin: auto;
}

#lp__contener .btn_viewMore span {
  position: relative;
  z-index: 0;
}

#lp__contener .btn_viewMore .viewMore_arrow::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewmore_arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(18*(100vw / 750));
  height: calc(10*(100vw / 750));
  top: calc(11*(100vw / 750));
  right: calc(229*(100vw / 750));
  z-index: 1;
}
#lp__contener .btn_viewMore .viewMore_close::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/viewmore_arrow.svg) no-repeat;
  background-size: 100%;
  width: calc(18*(100vw / 750));
  height: calc(10*(100vw / 750));
  top: calc(13*(100vw / 750));
  right: calc(267*(100vw / 750));
  transform: rotate(180deg);
  z-index: 1;
}

#lp__contener .btn_viewMore {
  text-align: center;
  padding-right: 0;
  font-size: calc(28*(100vw / 750));
  letter-spacing: 0.075em;
  color: var(--main-color);
  cursor: pointer;
  transition: all 1s;
  margin-left: calc(-30*(100vw / 750));
}

#lp__contener .viewmore_inner {
  font-size: calc(23*(100vw / 750));
  line-height: 2;
  letter-spacing: 0.075em;
}


/*---------- point area ----------*/
#lp__contener .point {
  position: relative;
  margin: calc(254*(100vw / 750)) auto 0;
  width: calc(704*(100vw / 750));
  height: auto;
  border: #c6d8da solid calc(4*(100vw / 750));
  padding-bottom: calc(60*(100vw / 750));
  background-position-y: 0;
  background-size: 100%;
}

#lp__contener .point .ttl_area {
  text-align: left;
  width: calc(654*(100vw / 750));
  margin: calc(-49*(100vw / 750)) auto;
  padding-left: calc(59*(100vw / 750));
  background: #fff;
}

#lp__contener .point .ttl_area .sub {
  font-size: calc(30*(100vw / 750));
  letter-spacing: 0.075em;
}

#lp__contener .point .ttl_area .main {
  font-size: calc(50*(100vw / 750));
  margin-top: calc(40*(100vw / 750));
  letter-spacing: 0.075em;
}

#lp__contener .point .item_img {
  position: absolute;
  width: calc(120*(100vw / 750));
  top: calc(-197*(100vw / 750));
  left: calc(519*(100vw / 750));
  transform: unset;
}

/*---------- point accordion ----------*/
#lp__contener .point_accordion {
  position: unset;
  top: unset;
  left: unset;
}

#lp__contener .point_accordion.blk__01 {
  margin-top: calc(150*(100vw / 750)) !important;
}

#lp__contener .point_accordion:nth-of-type(n+1) {
  margin-top: calc(80 *(100vw/750));
}

#lp__contener .point_accordion .point_wrap_ttl {
  font-size: calc(32*(100vw / 750));
}

#lp__contener .point_accordion .point_wrap_ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(73*(100vw / 750));
  right: calc(48*(100vw / 750));
  z-index: 1;
  transition-duration: 0.2s;
}

#lp__contener .point_accordion .point_wrap_ttl.open::before {
  content: none;
}

#lp__contener .point_accordion .point_wrap_ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(73*(100vw / 750));
  right: calc(48*(100vw / 750));
  z-index: 1;
  transform: rotate(90deg);
  transition-duration: 0.2s;
}

#lp__contener .point_accordion .point_wrap_ttl.open::after {
  position: absolute;
  display: block;
  content: "";
  border: var(--main-color) solid calc(1.5*(100vw / 750));
  width: calc(25*(100vw / 750));
  top: calc(74*(100vw / 750));
  right: calc(48*(100vw / 750));
  z-index: 1;
  transform: rotate(0deg);
}

#lp__contener .point_accordion .point_wrap_text {
  display: none;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  width: 100%;
  margin-top: 1.6rem;
}

#lp__contener .point_accordion .point_wrap_text {
  display: none;
  text-align: center;
  font-size: calc(23*(100vw / 750));
  line-height: 2;
  width: 100%;
  margin-top: calc(20*(100vw / 750));
}

#lp__contener .point_accordion .point_inner {
  position: relative;
  width: calc(620*(100vw / 750));
  background-color: #eaf0f0;
  padding: calc(60*(100vw / 750)) 0;
  text-align: center;
  z-index: 0;
  margin: auto;
}

#lp__contener .point_accordion .point_inner::before {
  position: absolute;
  display: block;
  content: "01";
  font-family: var(--font-en);
  font-size: calc(100*(100vw / 750));
  font-weight: 300;
  color: #c6d8da;
  letter-spacing: 0;
  top: calc(-59*(100vw / 750));
  left: calc(11*(100vw / 750));
  z-index: 1;
}

/*---------- blk__02 ----------*/
#lp__contener .point_accordion.blk__02 {
  position: unset;
  top: unset;
  left: unset;
}

#lp__contener .point_accordion.blk__02 .point_wrap_text span {
  display: inline-block;
  font-size: calc(20*(100vw / 750));
  margin-top: calc(4*(100vw / 750));
}

#lp__contener .point_accordion.blk__02 .point_inner::before {
  content: "02";
  top: calc(-60*(100vw / 750));
}

#lp__contener .point_accordion.blk__02 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__02 .point_wrap_ttl::after {
  right: calc(48*(100vw / 750));
}

/*---------- blk__03 ----------*/
#lp__contener .point_accordion.blk__03 {
  position: unset;
  top: unset;
  right: unset;
  left: unset;
}

#lp__contener .point_accordion.blk__03 .point_inner::before {
  content: "03";
  top: calc(-60*(100vw / 750));
  right: unset;
  left: calc(10*(100vw / 750));
}

#lp__contener .point_accordion.blk__03 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__03 .point_wrap_ttl::after {
  right: calc(48*(100vw / 750));
}

/*---------- blk__04 ----------*/
#lp__contener .point_accordion.blk__04 {
  position: unset;
  width: calc(620*(100vw / 750));
  margin: calc(80*(100vw / 750)) auto 0;
  transform: unset;
}

#lp__contener .point_accordion.blk__04 .point_inner {
  width: 100%;
  padding: calc(43*(100vw / 750)) 0 calc(46*(100vw / 750));
}

#lp__contener .point_accordion.blk__04 .point_inner::before {
  content: "04";
  top: calc(-60*(100vw / 750));
  left: calc(10*(100vw / 750));
  right: unset;
}

#lp__contener .point_accordion.blk__04 img {
  width: calc(550*(100vw / 750));
  margin-top: calc(52*(100vw / 750));
}

#lp__contener .point_accordion.blk__04 .point_wrap_ttl::before ,
#lp__contener .point_accordion.blk__04 .point_wrap_ttl::after {
  top: calc(113*(100vw / 750));
  right: calc(48*(100vw / 750));
}

#lp__contener .point_accordion.blk__04 .point_wrap_ttl {
  line-height: 2.2;
}

#lp__contener .point_accordion.blk__04 .point_wrap_text {
  margin-top: calc(5*(100vw / 750));
}


/*----------contents area ----------*/
#lp__contener .contents {
  background: rgba(214, 214, 214, 0.3);
  padding: calc(120*(100vw / 750)) 0;
  margin-top: calc(116*(100vw / 750));
}

#lp__contener .contents .mian_ttl {
  text-align: center;
  font-size: calc(30*(100vw / 750));
  font-weight: bold;
  color: #808080;
  letter-spacing: 0.075em;
}

#lp__contener .contents .contents_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15*(100vw / 750));
  margin-top: calc(60*(100vw / 750));
}

#lp__contener .contents .contents_blk {
  text-align: center;
  width: calc(232*(100vw / 750));
  border: var(--main-color) solid calc(2*(100vw / 750));
  color: var(--main-color);
  padding-bottom: calc(25*(100vw / 750));
}

#lp__contener .contents .contents_blk .subttl {
  font-size: calc(22*(100vw / 750));
  margin-top: calc(18*(100vw / 750));
}

#lp__contener .contents .contents_blk .subttl span {
  display: inline-block;
  font-size: calc(28*(100vw / 750));
  padding-left: calc(1*(100vw / 750));
}

#lp__contener .contents .contents_blk .ttl {
  font-size: calc(25*(100vw / 750));
  margin-top: calc(15*(100vw / 750));
}

#lp__contener .contents .contents_blk .vol {
  font-size: calc(24*(100vw / 750));
  margin-top: calc(20*(100vw / 750));
}

#lp__contener .contents .contents_blk:nth-of-type(1) {
  border: var(--main-color) solid 0.1rem;
  color: #fff;
  background-color: var(--main-color);
  width: calc(220*(100vw / 750));
}

#lp__contener .contents .contents_blk:nth-of-type(1) .vol {
  position: relative;
}

#lp__contener .contents .contents_blk:nth-of-type(1) .vol::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(70*(100vw / 750));
  border: #fff solid calc(1*(100vw / 750));
  bottom: calc(-9*(100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(2*(100vw / 750));
}


/*---------- view all btn area ----------*/
#lp__contener .viewall_btn {
  width: calc(600*(100vw / 750));
  margin: calc(89*(100vw / 750)) auto 0;
}

#lp__contener .viewall_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(28*(100vw / 750));
  font-weight: bold;
  color: #fff;
  background-color: #808080;
  width: inherit;
  height: calc(80*(100vw / 750));
}

#lp__contener {
  padding-bottom: calc(180 *(100vw/750));
}

/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 calc(50% - 50vw);
}

.modal_inner {
  position: relative;
  z-index: 1;
  gap: 8rem;
  width: calc(660*(100vw / 750));
  max-width: calc(660*(100vw / 750));
  padding: calc(60*(100vw / 750)) calc(30*(100vw / 750));
  background: #cfcfcf;
  overflow: hidden;
}

.modal_outer {
  position: relative;
}

.btn_close {
  position: absolute;
  top: calc(-20*(100vw / 750));
  right: calc(-20*(100vw / 750));
  z-index: 2;
  width: calc(40*(100vw / 750));
  height: calc(40*(100vw / 750));
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4rem;
  height: 2px;
  background: var(--color-white);
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 4rem;
  background: var(--color-white);
  content: "";
}

.review_area .modal_wrap {
  position: relative;
  background-color: #fff;
  padding: calc(100*(100vw / 750)) calc(50*(100vw / 750)) calc(50*(100vw / 750));
}

.review_area .modal_wrap .item_img {
  position: absolute;
  width: calc(108*(100vw / 750));
  top: calc(60*(100vw / 750));
  left: calc(60*(100vw / 750));
}

.review_area .modal_wrap .modal_name {
  font-size: calc(24*(100vw / 750));
  padding-bottom: calc(40*(100vw / 750));
  margin-left: calc(170*(100vw / 750));
  border-bottom: var(--gray-color) solid calc(2*(100vw / 750));
}

.review_area .modal_wrap .modal_name h3 {
  font-size: calc(24*(100vw / 750));
  line-height: 2;
  margin-top: -1rem;
  letter-spacing: 0.13rem;
}

.review_area .modal_wrap .modal_name .price {
  font-size: calc(24*(100vw / 750));
  margin-top: calc(10*(100vw / 750));
  letter-spacing: 0.075em;
}

.review_area .modal_wrap .modal_name .price .sml {
  font-size: calc(22*(100vw / 750));
}

.review_area .modal_wrap .modal_text {
  margin-top: calc(60*(100vw / 750));
}

.review_area .modal_wrap .modal_text .star {
  margin-top: calc(30*(100vw / 750));
}

.review_area .modal_wrap .modal_text .star {
  width: calc(150*(100vw / 750));
}

.review_area .modal_wrap .modal_text .review_text {
  font-size: calc(23*(100vw / 750));
  line-height: 2;
  padding-bottom: calc(20*(100vw / 750));
  border-bottom: var(--gray-color) solid calc(2*(100vw / 750));
  margin-top: calc(10*(100vw / 750));
  letter-spacing: 0.075em;
}

.review_area .modal_wrap .modal_text .review_text:nth-last-of-type(1) {
  border-bottom: unset;
  padding-bottom: unset;
}


/*---- modal__review__02 ----*/
#review__02 .item_img {
  width: calc(110*(100vw / 750));
  top: calc(50*(100vw / 750));
  left: calc(64*(100vw / 750));
}

/*---- modal__review__03 ----*/
#review__03 .item_img {
  width: calc(110*(100vw / 750));
  top: calc(55*(100vw / 750));
  left: calc(65*(100vw / 750));
}

/*---- modal__review__04 ----*/
#review__04 .item_img {
  width: calc(110*(100vw / 750));
  top: calc(55*(100vw / 750));
  left: calc(65*(100vw / 750));
}

/*---- modal__review__05 ----*/
#review__05 .modal_wrap {
  padding: calc(100*(100vw / 750)) calc(50*(100vw / 750)) calc(50*(100vw / 750));
}

#review__05 .item_img {
  width: calc(190*(100vw / 750));
  top: calc(78*(100vw / 750));
  left: calc(44*(100vw / 750));
}

#review__05 .modal_wrap .modal_name {
  margin-left: calc(220*(100vw / 750));
}

/*---- modal__review__06 ----*/
#review__06 .modal_inner {
  width: calc(660*(100vw / 750));
  max-width: calc(660*(100vw / 750));
}

#review__06 .modal_wrap {
  padding: calc(100*(100vw / 750)) calc(50*(100vw / 750)) calc(50*(100vw / 750));
}

#review__06 .item_img {
  width: calc(220*(100vw / 750));
  top: calc(120*(100vw / 750));
  left: calc(26*(100vw / 750));
}

#review__06 .modal_wrap .modal_name {
  margin-left: calc(220*(100vw / 750));
}

/* ===================
  　　  △ MODAL △
=================== */




/*---------- nav__list ----------*/
/*リンクを右下に固定*/
#page-top {
  width: calc(254*(100vw / 750));
  right: calc(20*(100vw / 750));
  bottom: calc(60*(100vw / 750));
  transform: translateY(400px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(400px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(400px);
  }
}

  
#page-top.UpMove::-webkit-scrollbar {
    display:none;
  }
}




/* IE Only */
@media only screen and (min-width: 768px) {
  .lp__contener.win .point_accordion .point_inner::before {
    top: -2.6rem !important;
  }
}
