@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500&family=Noto+Sans+JP:wght@400;700;900&family=Oswald:wght@700&display=swap");
.lpLinks {
display: grid;
	
  grid-template-columns: 1fr 1fr  1fr;
  grid-template-rows: 1fr;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 40px;
}
.lpLinks img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .lpLinks {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .lpLinks {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}
.landing_wrapper {
  width: 100%;
}

.landing_main {
  display: block;
  position: relative;
  margin-bottom: 50px;
}

#mw_wp_form_mw-wp-form-1184, #mw_wp_form_mw-wp-form-1163, #mw_wp_form_mw-wp-form-1202 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 3%;
  padding-right: 3%;
  text-align: left;
  justify-content: left;
}
#mw_wp_form_mw-wp-form-1184 form, #mw_wp_form_mw-wp-form-1163 form, #mw_wp_form_mw-wp-form-1202 form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#mw_wp_form_mw-wp-form-1184 h2, #mw_wp_form_mw-wp-form-1163 h2, #mw_wp_form_mw-wp-form-1202 h2 {
  font-size: 40px;
  font-weight: 300;
}
#mw_wp_form_mw-wp-form-1184 tr, #mw_wp_form_mw-wp-form-1163 tr, #mw_wp_form_mw-wp-form-1202 tr {
  margin-bottom: 10px;
}
#mw_wp_form_mw-wp-form-1184 th, #mw_wp_form_mw-wp-form-1163 th, #mw_wp_form_mw-wp-form-1202 th {
  text-align: left;
  padding-right: 10px;
}
#mw_wp_form_mw-wp-form-1184 td, #mw_wp_form_mw-wp-form-1163 td, #mw_wp_form_mw-wp-form-1202 td {
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  #mw_wp_form_mw-wp-form-1184, #mw_wp_form_mw-wp-form-1163, #mw_wp_form_mw-wp-form-1202 {
    padding-left: 5%;
    padding-right: 5%;
  }
  #mw_wp_form_mw-wp-form-1184 th, #mw_wp_form_mw-wp-form-1163 th, #mw_wp_form_mw-wp-form-1202 th {
    width: 100%;
    display: block;
    text-align: left;
    padding-right: 10px;
  }
  #mw_wp_form_mw-wp-form-1184 td, #mw_wp_form_mw-wp-form-1163 td, #mw_wp_form_mw-wp-form-1202 td {
    width: 100%;
    display: block;
  }
  #mw_wp_form_mw-wp-form-1184 td textarea, #mw_wp_form_mw-wp-form-1163 td textarea, #mw_wp_form_mw-wp-form-1202 td textarea {
    width: 100%;
  }
  #mw_wp_form_mw-wp-form-1184 h2, #mw_wp_form_mw-wp-form-1163 h2, #mw_wp_form_mw-wp-form-1202 h2 {
    font-size: 8vw;
  }
}
/* b-ternal page */
.bternal {
  color: #333333;
  font-size: 0.8854166667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.bternal .landing_main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-weight: 500;
}

.bternal_mainheading {
  width: 31.25vw;
  margin: 0 7.5% 35px;
  padding-top: 80px;
}
.bternal_mainheading .heading_text {
  width: 100%;
  margin-bottom: 50px;
}
.bternal_mainheading .points {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}
.bternal_mainheading .points li {
  width: 28.5714285714%;
  padding: 0 0.5208333333vw;
}
.bternal_mainheading .points li img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#bternal_topimage {
  position: absolute;
  right: 7.5%;
  top: 0;
  z-index: -1;
  width: 47.9166666667vw;
  max-width: 920px;
}

.landing_main .contact_box {
  display: block;
  width: 580px;
  margin: 0 auto;
  text-align: center;
}
.landing_main .contact_box img {
  margin: 0 auto 8px;
}
.landing_main .contact_box p, .landing_main .contact_box div[role=button] {
  font-size: 0.8854166667vw;
  margin-bottom: 10px;
}
.landing_main .contact_box div[role=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #fff;
  background-color: #1d3e60;
  border-style: none;
  cursor: pointer;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.landing_main .contact_box div[role=button] span {
  padding-right: 2.6041666667vw;
}
.landing_main .contact_box div[role=button] span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  top: 50%;
  right: 15%;
  transform: scale(2, 0.75) translateY(-80%) rotate(135deg);
}

.bternal_kodawari {
  background-color: #ce2528;
  color: #fff;
  width: 100%;
  margin: 0 auto 50px;
  padding: 5% 5% 1%;
}
.bternal_kodawari .natural_block {
  max-width: 1200px;
  margin: 0 auto 85px;
}
.bternal_kodawari .natural_block > img {
  width: 20vw;
  margin: 0 auto 35px;
}
.bternal_kodawari .natural_block p {
  font-size: 0.8854166667vw;
  text-align: center;
  margin-bottom: 35px;
}
.bternal_kodawari .natural_block picture {
  width: 1000px;
}
.bternal_kodawari .natural_block picture img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  max-width: 100%;
}
.bternal_kodawari .kodawari_block {
  max-width: 1200px;
  margin: 0 auto;
}
.bternal_kodawari .kodawari_block > img {
  width: 33.8541666667vw;
  margin: 0 auto 75px;
}
.bternal_kodawari .kodawari_block ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.bternal_kodawari .kodawari_block ul li {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 55px;
  position: relative;
  display: block;
}
.bternal_kodawari .kodawari_block ul li:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-color: #fff transparent transparent transparent;
  left: 10px;
  top: -10px;
  transform: rotate(-45deg);
}
.bternal_kodawari .kodawari_block ul li img {
  height: 1.5625vw;
  min-height: 25px;
  margin: 0 auto 1.8229166667vw;
  display: block;
}
.bternal_kodawari .kodawari_block ul li p {
  font-size: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
}

.bternal_product {
  margin: 0 auto 35px;
  z-index: 1;
  background-color: #fff;
  max-width: 1920px;
}
.bternal_product .heading {
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
  max-width: 1920px;
}
.bternal_product .heading li {
  width: 50%;
  height: 3.3854166667vw;
}
.bternal_product .heading li .heading_img {
  padding: 2.5px 0;
  height: 100%;
}
.bternal_product .heading li div {
  display: block;
  max-width: 450px;
  text-align: center;
}
.bternal_product .b_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 1.9270833333vw;
  background-color: #fff;
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0;
}
.bternal_product .b_items:after {
  width: 100vw;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
}
.bternal_product .b_items > li {
  background-color: #f2f2f2;
}
.bternal_product .b_items > li > img {
  width: 100%;
  height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.bternal_product .b_items .b_desc {
  padding: 1% 3%;
  min-height: 15.1041666667vw;
  background-color: #fff;
}
.bternal_product .b_items .b_desc > ul {
  display: flex;
  justify-content: space-between;
}
.bternal_product .b_items .b_desc > ul li:first-of-type {
  width: 75%;
  align-self: baseline;
  margin-top: 0.78125vw;
  line-height: 1.25;
}
.bternal_product .b_items .b_desc > ul li {
  display: flex;
  align-items: center;
}
.bternal_product .b_items .b_desc > ul li div:first-of-type {
  -webkit-text-orientation: upright;
          text-orientation: upright;
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  margin-top: -0.1041666667vw;
  padding-top: 0.2083333333vw;
}
.bternal_product .b_items .b_desc > ul li div:nth-of-type(2) {
  font-size: 2.0833333333vw;
}
.bternal_product .b_items .b_desc > ul li div:nth-of-type(2) span {
  font-size: 0.8854166667vw;
}
.bternal_product .b_items .b_desc h3 {
  text-align: center;
}
.bternal_product .b_items .b_desc h3 div {
  font-size: 1.6666666667vw;
}
.bternal_product .b_items .b_desc h3 ul {
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
}
.bternal_product .b_items .b_desc h3 ul .amber_border, .bternal_product .b_items .b_desc h3 ul .vermil_border {
  font-size: 0.78125vw;
  padding: 0px 8px 2px;
  border: 1px solid #e2b652;
}
.bternal_product .b_items .b_desc h3 ul .vermil_border {
  border-color: #ce2528;
}
.bternal_product .b_items .b_desc h3 ul li {
  margin: 0 0.2604166667vw;
}
.bternal_product .b_items .b_desc p {
  min-height: 4.6875vw;
}
.bternal_product .b_items .b_desc .b_tax {
  text-align: right;
  margin-bottom: 0.2604166667vw;
  margin-top: -0.15625vw;
}
.bternal_product .b_items div[role=button] {
  display: flex;
  align-items: center;
  height: 2.1875vw;
  margin-bottom: 1.8229166667vw;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.bternal_product .b_items div[role=button] span {
  position: relative;
  margin: 0 auto;
}
.bternal_product .b_items div[role=button] span:after {
  height: 1px;
  width: 1.71875vw;
  background-color: #fff;
  position: absolute;
  left: -2.2395833333vw;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.bternal_product #bternal_base div[role=button] {
  background: linear-gradient(to right, #ce2528, #00391a);
}
.bternal_product #bternal_ginger div[role=button] {
  background: linear-gradient(to right, #d7a601, #ba0025);
}
.bternal_product #bternal_paste div[role=button] {
  background: linear-gradient(to right, #de1c34, #42276c);
}
.bternal_product #bternal_supplement div[role=button] {
  background: linear-gradient(to right, #7a4edc, #e58c44);
}

.lp_contact_form {
  background-color: #f2f2f2;
  margin: 1.3020833333vw 0 0;
  width: 100%;
  padding-bottom: 20px;
}
.lp_contact_form .bternal_transition img {
  width: 85%;
  margin: 0 auto 2.6041666667vw;
}
.lp_contact_form .mw_wp_form {
  width: 85%;
  margin: 0 auto 2.6041666667vw;
}

.bternal_product {
  margin: 0 7.5% 35px;
}

@media screen and (min-width: 1921px) {
  .bternal {
    font-size: 17px;
  }

  .bternal_mainheading {
    width: 600px;
  }
  .bternal_mainheading .points li {
    padding: 0 10px;
  }

  .landing_main .contact_box p, .landing_main .contact_box div[role=button] {
    font-size: 17px;
  }
  .landing_main .contact_box div[role=button] span {
    padding-right: 50px;
  }

  .bternal_kodawari {
    background-color: #ce2528;
    color: #fff;
    width: 100%;
    margin: 0 auto 50px;
    padding: 5% 5% 1%;
  }
  .bternal_kodawari .natural_block {
    max-width: 1200px;
    margin: 0 auto 85px;
  }
  .bternal_kodawari .natural_block > img {
    width: 384px;
    margin: 0 auto 35px;
  }
  .bternal_kodawari .natural_block p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 35px;
  }
  .bternal_kodawari .natural_block picture {
    width: 1000px;
  }
  .bternal_kodawari .natural_block picture img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .bternal_kodawari .kodawari_block > img {
    width: 650px;
  }
  .bternal_kodawari .kodawari_block ul li {
    width: 365px;
  }
  .bternal_kodawari .kodawari_block ul li:before {
    width: 50px;
    height: 50px;
  }
  .bternal_kodawari .kodawari_block ul li img {
    height: 30px;
  }
  .bternal_kodawari .kodawari_block ul li p {
    font-size: 15px;
  }

  .bternal_product {
    margin: 0 auto 35px;
  }
  .bternal_product .heading li {
    height: 65px;
  }
  .bternal_product .b_items {
    margin-bottom: 37px;
    background-color: #fff;
    position: relative;
  }
  .bternal_product .b_items:after {
    width: 200vw;
  }
  .bternal_product .b_items > li > img {
    height: 540px;
  }
  .bternal_product .b_items .b_desc {
    min-height: 275px;
  }
  .bternal_product .b_items .b_desc > ul li:first-of-type {
    margin-top: 15px;
  }
  .bternal_product .b_items .b_desc > ul li div:first-of-type {
    margin-top: -2px;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) {
    font-size: 40px;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) span {
    font-size: 17px;
  }
  .bternal_product .b_items .b_desc h3 div {
    font-size: 32px;
  }
  .bternal_product .b_items .b_desc h3 ul {
    font-size: 16px;
  }
  .bternal_product .b_items .b_desc h3 ul .amber_border, .bternal_product .b_items .b_desc h3 ul .vermil_border {
    font-size: 15px;
  }
  .bternal_product .b_items .b_desc h3 ul li {
    margin: 0 5px;
  }
  .bternal_product .b_items .b_desc p {
    min-height: 90px;
  }
  .bternal_product .b_items div[role=button] {
    height: 42px;
    margin-bottom: 35px;
  }
  .bternal_product .b_items div[role=button] span:after {
    width: 33px;
    left: -43px;
  }

  .lp_contact_form .bternal_transition img {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp_contact_form .mw_wp_form {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bternal {
    font-size: 1.3671875vw;
  }

  .bternal_mainheading {
    width: 34.1796875vw;
    margin-bottom: 50px;
  }

  #bternal_topimage {
    width: 61.71875vw;
    right: -2.5%;
  }

  .landing_main .contact_box p, .landing_main .contact_box div[role=button] {
    font-size: 1.3671875vw;
  }

  .bternal_kodawari {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .bternal_kodawari .natural_block p {
    font-size: 1.3671875vw;
  }

  .bternal_kodawari .kodawari_block ul li p {
    font-size: 1.3671875vw;
  }

  .bternal_product .heading li .heading_img {
    height: 115%;
  }
  .bternal_product .heading li div img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .bternal_product .b_items .b_desc {
    min-height: 32.51953125vw;
  }
  .bternal_product .b_items .b_desc > ul li:first-of-type {
    width: 65%;
    font-size: 1.171875vw;
  }
  .bternal_product .b_items .b_desc > ul li div:first-of-type {
    font-size: 1.3671875vw;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) {
    font-size: 3.125vw;
  }
  .bternal_product .b_items .b_desc h3 {
    min-height: 9.765625vw;
  }
  .bternal_product .b_items .b_desc h3 div {
    font-size: 1.7578125vw;
  }
  .bternal_product .b_items .b_desc h3 ul {
    flex-wrap: wrap;
    font-size: 1.3671875vw;
    margin-top: 0;
    letter-spacing: 0;
  }
  .bternal_product .b_items .b_desc h3 ul li:first-of-type {
    width: 100%;
  }
  .bternal_product .b_items .b_desc h3 ul .vermil_border, .bternal_product .b_items .b_desc h3 ul .amber_border {
    font-size: 1.3671875vw;
    padding: 0.244140625vw 0.78125vw;
    min-width: 60px;
  }
  .bternal_product .b_items .b_desc p {
    font-size: 1.3671875vw;
    padding-bottom: 1.46484375vw;
    min-height: 13.6875vw;
  }
  .bternal_product .b_items .b_desc .b-tax {
    font-size: 1.171875vw;
  }
  .bternal_product .b_items div[role=button] {
    height: 42px;
  }
}
@media screen and (max-width: 800px) {
  .bternal {
    font-size: 1.875vw;
  }

  .landing_main .contact_box p, .landing_main .contact_box div[role=button] {
    font-size: 1.875vw;
  }

  .landing_main .contact_box div[role=button] {
    width: 50vw;
  }

  .bternal_kodawari .natural_block > img, .bternal_kodawari .kodawari_block > img {
    width: auto;
    height: 4.75vw;
  }

  .bternal_kodawari .natural_block p, .bternal_kodawari .kodawari_block ul li p {
    font-size: 1.875vw;
  }

  .bternal_kodawari .kodawari_block ul {
    grid-template-columns: 1fr 1fr;
  }
  .bternal_kodawari .kodawari_block ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bternal_kodawari .kodawari_block ul li:before {
    width: 3.75vw;
    height: 3.75vw;
  }
  .bternal_kodawari .kodawari_block ul li img {
    height: 3.5vw;
  }

  .bternal_product .heading li:nth-of-type(2) {
    width: auto;
  }
  .bternal_product .heading li:nth-of-type(2) {
    width: 60%;
  }
  .bternal_product .heading li .heading_img {
    width: auto;
    height: 4.75vw;
  }
  .bternal_product .b_items li {
    padding-bottom: 10px;
  }
  .bternal_product .b_items .b_desc h3 {
    min-height: 12.5vw;
  }
  .bternal_product .b_items .b_desc h3 div {
    font-size: 2.5vw;
  }
  .bternal_product .b_items .b_desc h3 ul {
    font-size: 1.75vw;
  }
  .bternal_product .b_items .b_desc h3 ul li:first-of-type {
    margin: 0 0 3px;
  }
  .bternal_product .b_items .b_desc p {
    font-size: 1.75vw;
    min-height: 23.125vw;
  }
  .bternal_product .b_items .b_desc > ul {
    min-height: 7.25vw;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) {
    font-size: 2.75vw;
  }
  .bternal_product .b_items .b_desc .b-tax {
    font-size: 1.75vw;
    margin-bottom: 1.25vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .bternal {
    font-size: 3.6vw;
  }

  .bternal_mainheading {
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
  }
  .bternal_mainheading .heading_text {
    margin-bottom: 50vh;
  }
  .bternal_mainheading .points {
    margin-bottom: 50px;
  }

  #bternal_topimage {
    width: 110%;
    right: 50%;
    top: 52%;
    transform: translate(50%, -50%);
  }

  .landing_main .contact_box {
    width: 100%;
    padding: 0 5%;
    margin-top: 20px;
  }
  .landing_main .contact_box img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .landing_main .contact_box p, .landing_main .contact_box div[role=button] {
    font-size: 4vw;
  }
  .landing_main .contact_box div[role=button] {
    width: auto;
  }
  .landing_main .contact_box div[role=button] span {
    padding-right: 10.4vw;
  }

  .bternal_kodawari {
    padding: 7.5%;
  }
  .bternal_kodawari .natural_block > img, .bternal_kodawari .kodawari_block > img {
    height: 8vw;
  }
  .bternal_kodawari .natural_block p, .bternal_kodawari .kodawari_block ul li p {
    font-size: 3.6vw;
  }
  .bternal_kodawari .natural_block > img {
    margin-bottom: 20px;
  }
  .bternal_kodawari .kodawari_block ul {
    grid-template-columns: 1fr;
  }
  .bternal_kodawari .kodawari_block ul li:before {
    width: 40px;
    height: 40px;
  }

  .bternal_product .heading {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .bternal_product .heading li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .bternal_product .heading li:nth-of-type(2) {
    width: 100%;
  }
  .bternal_product .heading li .heading_img {
    height: 8vw;
  }
  .bternal_product .b_items {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .bternal_product .b_items > li > img {
    height: auto;
    width: 100%;
  }
  .bternal_product .b_items:after {
    top: 65%;
  }
  .bternal_product .b_items li {
    padding-bottom: 20px;
  }
  .bternal_product .b_items .b_desc h3 div {
    font-size: 4.8vw;
  }
  .bternal_product .b_items .b_desc h3 ul {
    font-size: 2.8vw;
    width: 100%;
  }
  .bternal_product .b_items .b_desc h3 ul li:first-of-type {
    padding-bottom: 5px;
  }
  .bternal_product .b_items .b_desc h3 ul .vermil_border, .bternal_product .b_items .b_desc h3 ul .amber_border {
    font-size: 2.8vw;
  }
  .bternal_product .b_items .b_desc p {
    font-size: 3.6vw;
  }
  .bternal_product .b_items .b_desc > ul li div:first-of-type {
    font-size: 2.8vw;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) {
    font-size: 6vw;
  }
  .bternal_product .b_items .b_desc > ul li div:nth-of-type(2) span {
    font-size: 2.8vw;
  }
  .bternal_product .b_items .b_desc > ul li:first-of-type {
    font-size: 2.8vw;
    width: 55%;
  }
  .bternal_product .b_items .b_desc > ul li:nth-of-type(2) {
    width: 45%;
    justify-content: flex-end;
  }
  .bternal_product .b_items .b_desc .b_tax {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    margin-top: -5.4vw;
  }

  .bternal_kodawari {
    overflow: hidden;
  }
}
/* rigenera page */
.rigenera {
  font-family: "M PLUS 1p", sans-serif;
  color: #2e6799;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.rigenera h1, .rigenera h2, .rigenera h3, .rigenera h4 {
  font-weight: 300;
}
.rigenera h3 {
  font-size: 2.0833333333vw;
  letter-spacing: 0.11em;
  text-align: center;
}
.rigenera h3 .rigenera_jp {
  margin-bottom: 0.78125vw;
}
.rigenera h3 .rigenera_brackets {
  font-size: 0.9375vw;
  position: relative;
  display: inline-block;
  padding: 0 3%;
  line-height: 1.5;
}
.rigenera h3 .rigenera_brackets:before {
  position: absolute;
  content: url("../images/lp/rigenera_brackets.png");
  height: 100%;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rigenera h3 .rigenera_brackets:after {
  position: absolute;
  content: url("../images/lp/rigenera_brackets_1.png");
  height: 100%;
  width: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rigenera .contact_box {
  width: 100%;
  font-weight: 400;
  font-size: 0.78125vw;
}
.rigenera .contact_box div[role=button] {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.rigenera_mainheading {
  background: no-repeat center url("../images/lp/rigenera_topbg.jpg");
  display: flex;
  align-items: center;
  padding: 2.0833333333vw;
  max-width: 1920px;
  margin: 0 auto 25px;
}
.rigenera_mainheading h1 {
  font-size: 3.3854166667vw;
  margin-left: 7.5%;
  margin-right: 16.1458333333vw;
}
.rigenera_mainheading h1 span {
  display: block;
}
.rigenera_mainheading h1 img {
  width: 31.7708333333vw;
}
.rigenera_mainheading #rigeneraiii-main {
  max-width: 20vw;
}
.rigenera_mainheading #rigenera-benefits {
  align-self: end;
  margin-bottom: 2.8645833333vw;
}

.rigenera_about {
  max-width: 1200px;
  margin: 25px auto 50px;
}
.rigenera_about picture img {
  margin-bottom: 3.3333333333vw;
  max-width: 100%;
}
.rigenera_about h4 {
  text-align: center;
  font-size: 1.7708333333vw;
  margin-top: 0.78125vw;
  margin-bottom: 2.0833333333vw;
}
.rigenera_about .about_image {
  width: 70%;
  margin: 0 auto 2.0833333333vw;
}
.rigenera_about p {
  padding: 0 5%;
}
.rigenera_about .rigenera_uses {
  max-width: 855px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.rigenera_about .rigenera_uses li {
  width: 47%;
  padding: 5%;
  position: relative;
}
.rigenera_about .rigenera_uses li h5 {
  font-size: 1.25vw;
  font-weight: 500;
  border-bottom: 1px solid #2e6799;
  display: inline-block;
  padding-right: 0.78125vw;
}
.rigenera_about .rigenera_uses li p {
  font-weight: 300;
  font-size: 0.9375vw;
  padding: 0;
  padding-top: 0.5208333333vw;
}
.rigenera_about .rigenera_uses li.uses_pink:after, .rigenera_about .rigenera_uses li.uses_grey:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: 50%;
  width: 100%;
  top: 3.90625vw;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, #ffcfd4, #fff);
}
.rigenera_about .rigenera_uses li.uses_grey:after {
  background: linear-gradient(to top, #e6e6e6, #fff);
}

.rigenera_process {
  background: linear-gradient(to top, #171c61, rgba(23, 28, 97, 0.9));
  color: #fff;
  padding: 2.34375vw 0 3.3854166667vw;
}
.rigenera_process h3 {
  margin-bottom: 1.5625vw;
}
.rigenera_process h3 .rigenera_brackets:before {
  content: url("../images/lp/rigenera_brackets_white.png");
}
.rigenera_process h3 .rigenera_brackets:after {
  content: url("../images/lp/rigenera_brackets_white_1.png");
}
.rigenera_process ul {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.rigenera_process ul li {
  width: 33%;
  padding: 0 3%;
}
.rigenera_process ul li img {
  margin: 0 auto 1.0416666667vw;
}

.rigenera_products {
  max-width: 1200px;
  margin: 2.34375vw auto 3.3854166667vw;
}
.rigenera_products h3 {
  padding: 0 2%;
  margin-bottom: 1.8229166667vw;
}
.rigenera_products h3 .rigenera_jp {
  margin-bottom: 0;
}
.rigenera_products h3 .rigenera_brackets:before, .rigenera_products h3 .rigenera_brackets:after {
  top: 0;
}
.rigenera_products .big_list li {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  margin-bottom: 3.90625vw;
}
.rigenera_products .big_list li h5 {
  font-size: 2.0833333333vw;
  border-bottom: 0.15625vw solid #2e6799;
  font-weight: 400;
  margin-bottom: 2.8645833333vw;
}
.rigenera_products .big_list li h5 span {
  font-size: 1.0416666667vw;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.rigenera_products .big_list li ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2604166667vw;
}
.rigenera_products .big_list li ul li:nth-child(3) div:first-of-type {
  min-height: 2.34375vw;
  padding-top: 0.5208333333vw;
}
.rigenera_products .big_list li ul li div:first-of-type {
  width: 4.9479166667vw;
  height: 100%;
  background-color: #2e6799;
  color: #fff;
  padding: 0.2083333333vw;
  text-align: center;
}
.rigenera_products .big_list li ul li div:nth-of-type(2) {
  padding-left: 0.5208333333vw;
}
.rigenera_products .big_list li .product_table {
  position: relative;
}
.rigenera_products .big_list li .product_table p {
  font-weight: 500;
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0;
}
.rigenera_products .small_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rigenera_products .small_list li {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
}
.rigenera_products .small_list li .product_table {
  display: flex;
  flex-wrap: wrap;
}
.rigenera_products .small_list li h5 {
  font-size: 1.6666666667vw;
  font-weight: 400;
}
.rigenera_products .small_list li h5 span {
  display: block;
  font-size: 0.8854166667vw;
  font-weight: 300;
}
.rigenera_products .small_list li ul {
  align-self: flex-end;
}
.rigenera_products .small_list li ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2604166667vw;
}
.rigenera_products .small_list li ul li div:first-of-type {
  width: 4.9479166667vw;
  height: 100%;
  background-color: #2e6799;
  color: #fff;
  padding: 0.2083333333vw;
  text-align: center;
}
.rigenera_products .small_list li ul li div:nth-of-type(2) {
  padding-left: 0.5208333333vw;
}

@media screen and (min-width: 1921px) {
  .rigenera h3 {
    font-size: 40px;
  }
  .rigenera h3 .rigenera_brackets {
    font-size: 18px;
  }
  .rigenera .contact_box {
    font-size: 15px;
  }

  .rigenera_mainheading h1 {
    font-size: 65px;
    margin-right: 310px;
  }
  .rigenera_mainheading h1 img {
    width: 610px;
  }
  .rigenera_mainheading #rigenera-benefits {
    margin-bottom: 55px;
  }

  .rigenera_about picture img {
    margin-bottom: 64px;
  }
  .rigenera_about h4 {
    font-size: 34px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .rigenera_about .about_image {
    margin-bottom: 40px;
  }
  .rigenera_about .rigenera_uses li h5 {
    font-size: 24px;
    padding-right: 15px;
  }
  .rigenera_about .rigenera_uses li p {
    font-size: 18px;
    padding-top: 10px;
  }
  .rigenera_about .rigenera_uses li.uses_pink:after, .rigenera_about .rigenera_uses li.uses_grey:after {
    top: 75px;
  }

  .rigenera_process {
    padding: 45px 0 65px;
  }
  .rigenera_process h3 {
    margin-bottom: 30px;
  }
  .rigenera_process ul li img {
    margin: 0 auto 20px;
  }

  .rigenera_products {
    margin: 45px auto 65px;
  }
  .rigenera_products h3 {
    margin-bottom: 35px;
  }
  .rigenera_products .big_list li {
    margin-bottom: 75px;
  }
  .rigenera_products .big_list li h5 {
    font-size: 40px;
    border-bottom: 3px solid #2e6799;
    margin-bottom: 55px;
  }
  .rigenera_products .big_list li h5 span {
    font-size: 20px;
  }
  .rigenera_products .big_list li ul li {
    margin-bottom: 5px;
  }
  .rigenera_products .big_list li ul li:nth-child(3) div:first-of-type {
    min-height: 45px;
    padding-top: 10px;
  }
  .rigenera_products .big_list li ul li div:first-of-type {
    width: 95px;
    padding: 4px;
  }
  .rigenera_products .big_list li ul li div:nth-of-type(2) {
    padding-left: 10px;
  }
  .rigenera_products .big_list li .product_table p {
    bottom: 10px;
  }
  .rigenera_products .small_list li h5 {
    font-size: 32px;
  }
  .rigenera_products .small_list li h5 span {
    font-size: 17px;
  }
  .rigenera_products .small_list li ul li {
    margin-bottom: 5px;
  }
  .rigenera_products .small_list li ul li div:first-of-type {
    width: 95px;
    padding: 4px;
  }
  .rigenera_products .small_list li ul li div:nth-of-type(2) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1500px) {
  .rigenera_mainheading h1 {
    margin-right: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .rigenera h3 {
    font-size: 3.90625vw;
  }
  .rigenera h3 .rigenera_jp {
    margin-bottom: 1.46484375vw;
  }
  .rigenera h3 .rigenera_brackets {
    font-size: 1.7578125vw;
    position: relative;
  }
  .rigenera .contact_box {
    font-size: 1.46484375vw;
  }
  .rigenera .contact_box div[role=button] {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .rigenera_mainheading {
    background: no-repeat center url("../images/lp/rigenera_topbg.jpg");
    display: flex;
    align-items: center;
    padding: 3.90625vw;
    max-width: 1920px;
    margin: 0 auto 25px;
  }
  .rigenera_mainheading h1 {
    font-size: 6.34765625vw;
    margin-left: 7.5%;
    margin-right: 30.2734375vw;
  }
  .rigenera_mainheading h1 span {
    display: block;
  }
  .rigenera_mainheading h1 img {
    width: 59.5703125vw;
  }
  .rigenera_mainheading #rigeneraiii-main {
    max-width: 20vw;
  }
  .rigenera_mainheading #rigenera-benefits {
    align-self: end;
    margin-bottom: 5.37109375vw;
  }

  .rigenera_about picture img {
    margin-bottom: 6.25vw;
  }
  .rigenera_about h4 {
    font-size: 3.3203125vw;
    margin-top: 1.46484375vw;
    margin-bottom: 3.90625vw;
  }
  .rigenera_about .about_image {
    margin: 0 auto 3.90625vw;
  }
  .rigenera_about .rigenera_uses li h5 {
    font-size: 2.34375vw;
    padding-right: 1.46484375vw;
  }
  .rigenera_about .rigenera_uses li p {
    font-size: 1.7578125vw;
    padding-top: 0.9765625vw;
  }
  .rigenera_about .rigenera_uses li.uses_pink:after, .rigenera_about .rigenera_uses li.uses_grey:after {
    top: 7.32421875vw;
  }

  .rigenera_process {
    padding: 4.39453125vw 0 6.34765625vw;
  }
  .rigenera_process h3 {
    margin-bottom: 2.9296875vw;
  }
  .rigenera_process ul li img {
    margin: 0 auto 1.953125vw;
  }

  .rigenera_products {
    margin: 4.39453125vw auto 6.34765625vw;
  }
  .rigenera_products h3 {
    margin-bottom: 3.41796875vw;
  }
  .rigenera_products .big_list li {
    margin-bottom: 7.32421875vw;
  }
  .rigenera_products .big_list li h5 {
    font-size: 3.90625vw;
    border-bottom: 0.29296875vw solid #2e6799;
    margin-bottom: 5.37109375vw;
  }
  .rigenera_products .big_list li h5 span {
    font-size: 1.953125vw;
  }
  .rigenera_products .big_list li ul li {
    margin-bottom: 0.48828125vw;
  }
  .rigenera_products .big_list li ul li:nth-child(3) div:first-of-type {
    min-height: 4.39453125vw;
    padding-top: 0.9765625vw;
  }
  .rigenera_products .big_list li ul li div:first-of-type {
    width: 9.27734375vw;
    padding: 0.390625vw;
  }
  .rigenera_products .big_list li ul li div:nth-of-type(2) {
    padding-left: 0.9765625vw;
  }
  .rigenera_products .big_list li .product_table p {
    bottom: 0.9765625vw;
  }
  .rigenera_products .small_list li h5 {
    font-size: 3.125vw;
  }
  .rigenera_products .small_list li h5 span {
    font-size: 1.66015625vw;
  }
  .rigenera_products .small_list li ul li {
    margin-bottom: 0.48828125vw;
  }
  .rigenera_products .small_list li ul li div:first-of-type {
    width: 9.27734375vw;
    padding: 0.390625vw;
  }
  .rigenera_products .small_list li ul li div:nth-of-type(2) {
    padding-left: 0.9765625vw;
  }

  .rigenera_mainheading #rigenera-benefits {
    position: absolute;
  }
}
@media screen and (max-width: 500px) {
  .rigenera_mainheading {
    height: 60vh;
    display: block;
  }

  .rigenera_mainheading h1 {
    margin: 0;
    font-size: 6.8vw;
    text-align: center;
  }
  .rigenera_mainheading h1 img {
    margin: 0 auto;
  }

  .rigenera_mainheading #rigenera-benefits {
    position: absolute;
    bottom: 180px;
    max-width: 50vw;
    right: 50%;
    transform: translateX(50%);
  }

  .rigenera_mainheading #rigeneraiii-main {
    max-width: 45%;
    margin: 20px auto;
  }

  .rigenera .contact_box div[role=button] {
    width: 100%;
  }

  .landing_main .contact_box div[role=button] span:after {
    right: 10%;
  }

  .rigenera h3 {
    font-size: 4.8vw;
  }
  .rigenera h3 .rigenera_brackets {
    font-size: 3.6vw;
  }

  .rigenera_about h4 {
    font-size: 4.8vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .rigenera_about h4 br {
    display: none;
  }

  .rigenera_about .about_image {
    width: 90%;
    margin-bottom: 20px;
  }

  .rigenera_about .rigenera_uses {
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6vw;
  }
  .rigenera_about .rigenera_uses li {
    font-size: 3.6vw;
    width: 100%;
  }
  .rigenera_about .rigenera_uses li h5 {
    font-size: 4.4vw;
  }
  .rigenera_about .rigenera_uses li p {
    font-size: 4.4vw;
  }
  .rigenera_about .rigenera_uses li img {
    width: 50%;
  }

  .rigenera_about .rigenera_uses li.uses_pink:after, .rigenera_about .rigenera_uses li.uses_grey:after {
    top: 12vw;
  }

  .rigenera_process ul {
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .rigenera_process ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .rigenera_process ul li img {
    width: 50%;
  }

  .rigenera_products .big_list {
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .rigenera_products .big_list li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
  }
  .rigenera_products .big_list li img, .rigenera_products .big_list li div {
    max-width: unset;
    width: 100%;
  }

  .rigenera_products .big_list li h5 {
    font-size: 26px;
  }
  .rigenera_products .big_list li h5 span {
    font-size: 18px;
  }

  .rigenera_products .big_list li ul li {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .rigenera_products .big_list li ul li div:first-of-type {
    width: 33%;
  }

  .rigenera_products .big_list li .product_table p {
    position: static;
  }

  .rigenera_products .small_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .rigenera_products .small_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .rigenera_products .small_list li img {
    margin-left: auto;
    margin-right: auto;
  }
  .rigenera_products .small_list li h5 {
    font-size: 26px;
  }
  .rigenera_products .small_list li h5 span {
    font-size: 18px;
  }

  .rigenera_products .small_list li ul li {
    width: 100%;
  }

  .rigenera_products .small_list li ul li div:first-of-type {
    width: 33%;
  }
}
@media screen and (max-width: 375px) {
  .rigenera_mainheading {
    height: 70vh;
  }
}
/* LOFE */
.lofe {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 0.9375vw;
}
.lofe .en, .lofe .lofe_en {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}
.lofe h1, .lofe h2, .lofe h3 {
  font-weight: 900;
}
.lofe h2 .lofe_jp {
  font-size: 2.6041666667vw;
}
.lofe h2 .lofe_en {
  font-size: 1.6666666667vw;
}
.lofe .landing_main {
  width: 100%;
  overflow-x: hidden;
}

.lofe_mainheading {
  max-width: 1550px;
  width: 80%;
  margin: 0 auto 2.34375vw;
  position: relative;
}
.lofe_mainheading:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200vw;
  height: 2.8645833333vw;
  background-color: #e7ff00;
  z-index: -1;
}
.lofe_mainheading h1 .brandheading {
  font-size: 1.5104166667vw;
  margin-bottom: 0.5208333333vw;
}
.lofe_mainheading h1 .giant {
  font-size: 5.2604166667vw;
  margin-bottom: 2.0833333333vw;
}
.lofe_mainheading h1 .giant span {
  display: block;
  margin-top: -2.0833333333vw;
}
.lofe_mainheading h1 .en {
  font-size: 2.34375vw;
  margin-bottom: 3.125vw;
}
.lofe_mainheading h1 .en span {
  display: block;
  margin-top: -1.0416666667vw;
}
.lofe_mainheading .lofe_mainimg {
  position: absolute;
  bottom: -2.6041666667vw;
  right: -4.1666666667vw;
  z-index: 1;
  width: 80%;
}
.lofe_mainheading .mainheading_points {
  position: absolute;
  top: 0;
  right: 0;
}
.lofe_mainheading .mainheading_points li {
  margin-top: 0.2604166667vw;
}
.lofe_mainheading .mainheading_points li:last-of-type {
  margin-top: 1.0416666667vw;
}
.lofe_mainheading .mainheading_points li img {
  width: 13.4895833333vw;
}

.lofe_pain {
  width: 100%;
  padding: 2.5%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -3;
  position: relative;
  text-align: center;
}
.lofe_pain:after {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: radial-gradient(farthest-corner at 100px 100px, rgba(231, 255, 0, 0.15), rgba(255, 255, 255, 0));
  transform: rotate(180deg);
}
.lofe_pain ul {
  z-index: 2;
  display: grid;
  max-width: 930px;
  width: 70%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.lofe_pain ul li {
  background-color: #000;
  color: #fff;
  margin: 0.5208333333vw;
  font-weight: 700;
  font-size: 1.0416666667vw;
  padding: 0.5208333333vw 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lofe_pain .lofe_painimg {
  position: absolute;
  z-index: -1;
  right: 7.8125vw;
  bottom: 0;
  height: 33.9583333333vw;
  min-height: 110%;
}

.lofe_arch {
  margin-bottom: 3.125vw;
}
.lofe_arch .ideal_arch, .lofe_arch .body_base {
  max-width: 1400px;
  width: 80%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
.lofe_arch .ideal_arch img {
  height: 26.8229166667vw;
  min-height: 100%;
}
.lofe_arch .body_base img {
  height: 14.84375vw;
  min-height: 100%;
}
.lofe_arch .merits {
  margin-top: 1.8229166667vw;
  padding: 2.0833333333vw 0;
  position: relative;
  background: radial-gradient(farthest-corner at 100px 100px, rgba(255, 255, 255, 0), rgba(231, 255, 0, 0.15));
}
.lofe_arch .merits:after {
  width: 50%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lofe_arch .merits ul {
  max-width: 1400px;
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.lofe_arch .merits ul .lofe_en {
  position: relative;
}
.lofe_arch .merits ul .lofe_en:before, .lofe_arch .merits ul .lofe_en:after {
  position: absolute;
  content: "";
  display: block;
  background: #000;
  width: 3.75vw;
  height: 0.2083333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.lofe_arch .merits ul .lofe_en:before {
  left: -1.5625vw;
}
.lofe_arch .merits ul .lofe_en:after {
  right: -1.5625vw;
}
.lofe_arch .merits ul li {
  border: 0.2083333333vw solid #000;
  margin: 0.5208333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.lofe_arch .merits ul li:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 7.5%;
  background: none;
  border: none;
}
.lofe_arch .merits ul li img {
  margin: 0 auto;
  max-width: 20vw;
}
.lofe_arch .merits ul li p {
  font-size: 1.0416666667vw;
  width: 100%;
  padding: 0.5208333333vw 1.3020833333vw;
  display: block;
  background-color: #000;
  color: #fff;
  min-height: 4.1666666667vw;
}
.lofe_arch .lofe_imgspl {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2.0833333333vw 0;
}
.lofe_arch .lofe_imgspl img {
  margin: 0 auto;
  max-width: 60vw;
}

.lofe_how {
  margin-bottom: 3.125vw;
  width: 100%;
}
.lofe_how > p {
  text-align: center;
}
.lofe_how h2 {
  text-align: center;
}
.lofe_how .diagram_wrapper {
  width: 100%;
  background-color: rgba(230, 230, 230, 0.3);
  padding: 1.8229166667vw 0 1.0416666667vw;
  margin-top: 1.8229166667vw;
  margin-bottom: 2.34375vw;
}
.lofe_how .diagram_wrapper .diagram {
  max-width: 1400px;
  width: 80%;
  margin: 1.0416666667vw auto;
  display: flex;
}
.lofe_how .diagram_wrapper .diagram ul {
  padding-left: 15px;
}
.lofe_how .diagram_wrapper .diagram img {
  height: 90%;
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.lofe_how .diagram_wrapper .diagram img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  background-color: #e7ff00;
}
.lofe_how .diagram_wrapper .diagram li {
  width: 100%;
}
.lofe_how .diagram_wrapper .diagram li h3 {
  background: #e6e6e6;
  padding-left: 1.0416666667vw;
  display: flex;
  align-items: baseline;
}
.lofe_how .diagram_wrapper .diagram li h3 .lofe_jp {
  font-size: 1.25vw;
  color: #000;
}
.lofe_how .diagram_wrapper .diagram li h3 .lofe_en {
  padding-left: 0.78125vw;
  font-size: 0.8333333333vw;
  color: #fff;
  text-transform: uppercase;
}
.lofe_how .diagram_wrapper .diagram li p {
  margin-top: 0.5208333333vw;
  margin-bottom: 1.0416666667vw;
}
.lofe_how .pain_point {
  margin: 1.5625vw auto 2.0833333333vw;
}
.lofe_how .pain_point img {
  margin: 0 auto;
  max-width: 80%;
}
.lofe_how .pain_point h2 {
  margin-top: -4.1666666667vw;
}
.lofe_how .pain_point h2 .lofe_en {
  font-size: 4.1666666667vw;
}
.lofe_how .pain_point p {
  max-width: 770px;
  width: 80%;
  margin-top: -1.0416666667vw;
  margin-left: auto;
  margin-right: auto;
}

.before_after {
  max-width: 1400px;
  margin: 6.25vw auto;
}
.before_after > p {
  text-align: center;
  margin-bottom: 0.78125vw;
}
.before_after h2 {
  text-align: center;
}
.before_after ul {
  margin-top: 1.3020833333vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.before_after ul img {
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.before_after ul p {
  display: block;
  width: 100%;
  padding-left: 1.3020833333vw;
  margin-top: 0.5208333333vw;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid #000;
}

.coverage {
  max-width: 1400px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.coverage > p {
  margin-bottom: 1.0416666667vw;
}
.coverage > img {
  margin: 0 auto;
  max-width: 80%;
}
.coverage ul {
  display: flex;
  justify-content: space-around;
  margin-top: 2.34375vw;
  margin-bottom: 4.9479166667vw;
}
.coverage ul li img {
  max-width: 17vw;
}
.coverage ul li div {
  margin-top: 0.2604166667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.coverage ul li div img {
  padding-right: 0.78125vw;
}

@media screen and (min-width: 1921px) {
  .lofe {
    font-size: 18px;
  }
  .lofe h2 .lofe_jp {
    font-size: 50px;
  }
  .lofe h2 .lofe_en {
    font-size: 32px;
  }

  .lofe_mainheading {
    margin: 0 auto 45px;
  }
  .lofe_mainheading:after {
    height: 55px;
  }
  .lofe_mainheading h1 .brandheading {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .lofe_mainheading h1 .giant {
    font-size: 101px;
    margin-bottom: 40px;
  }
  .lofe_mainheading h1 .giant span {
    margin-top: -40px;
  }
  .lofe_mainheading h1 .en {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .lofe_mainheading h1 .en span {
    margin-top: -20px;
  }
  .lofe_mainheading .lofe_mainimg {
    bottom: -50px;
    right: -80px;
  }
  .lofe_mainheading .mainheading_points li {
    margin-top: 5px;
  }
  .lofe_mainheading .mainheading_points li:last-of-type {
    margin-top: 20px;
  }
  .lofe_mainheading .mainheading_points li img {
    width: 259px;
  }

  .lofe_pain ul li {
    margin: 10px;
    font-size: 20px;
    padding: 10px 40px;
  }
  .lofe_pain .lofe_painimg {
    right: 10vw;
    height: 652px;
  }

  .lofe_arch {
    margin-bottom: 60px;
  }
  .lofe_arch .ideal_arch, .lofe_arch .body_base {
    margin-bottom: 20px;
  }
  .lofe_arch .ideal_arch img {
    height: 515px;
  }
  .lofe_arch .body_base img {
    height: 285px;
  }
  .lofe_arch .merits {
    margin-top: 35px;
    padding: 40px 0;
  }
  .lofe_arch .merits ul .lofe_en:before, .lofe_arch .merits ul .lofe_en:after {
    width: 72px;
    height: 4px;
  }
  .lofe_arch .merits ul .lofe_en:before {
    left: -40px;
  }
  .lofe_arch .merits ul .lofe_en:after {
    right: -40px;
  }
  .lofe_arch .merits ul li {
    border: 4px solid #000;
    margin: 10px;
  }
  .lofe_arch .merits ul li p {
    font-size: 20px;
    padding: 10px 25px;
    min-height: 80px;
  }
  .lofe_arch .lofe_imgspl {
    padding: 40px 0;
  }

  .lofe_how {
    margin-bottom: 60px;
  }
  .lofe_how .diagram_wrapper {
    padding: 35px 0 20px;
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .lofe_how .diagram_wrapper .diagram {
    margin: 20px auto;
  }
  .lofe_how .diagram_wrapper .diagram li h3 {
    padding-left: 20px;
  }
  .lofe_how .diagram_wrapper .diagram li h3 .lofe_jp {
    font-size: 24px;
  }
  .lofe_how .diagram_wrapper .diagram li h3 .lofe_en {
    padding-left: 15px;
    font-size: 16px;
  }
  .lofe_how .diagram_wrapper .diagram li p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .lofe_how .pain_point {
    margin: 30px auto 40px;
  }
  .lofe_how .pain_point h2 {
    margin-top: -80px;
  }
  .lofe_how .pain_point h2 .lofe_en {
    font-size: 80px;
  }
  .lofe_how .pain_point p {
    margin-top: -20px;
  }

  .before_after {
    margin: 120px auto;
  }
  .before_after > p {
    margin-bottom: 15px;
  }
  .before_after ul {
    margin-top: 25px;
  }
  .before_after ul p {
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 10px;
  }

  .coverage > p {
    margin-bottom: 20px;
  }
  .coverage ul {
    margin-top: 45px;
    margin-bottom: 95px;
  }
  .coverage ul li div {
    margin-top: 5px;
  }
  .coverage ul li div img {
    padding-right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .before_after p br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .lofe {
    font-size: 4vw;
  }
  .lofe h2 .lofe_jp {
    font-size: 4.8vw;
  }
  .lofe h2 .lofe_en {
    font-size: 4.8vw;
  }

  .lofe_mainheading {
    width: 90%;
    margin-bottom: 33vw;
  }
  .lofe_mainheading:after {
    height: 9.6vw;
  }
  .lofe_mainheading h1 {
    text-align: center;
  }
  .lofe_mainheading h1 .brandheading {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .lofe_mainheading h1 .giant {
    font-size: 8vw;
    margin-bottom: 2.4vw;
  }
  .lofe_mainheading h1 .giant span {
    display: inline;
    margin-top: 0;
  }
  .lofe_mainheading h1 .en {
    font-size: 3.6vw;
    margin-bottom: 14vw;
  }
  .lofe_mainheading h1 .en span {
    display: inline;
    margin-top: 0;
  }
  .lofe_mainheading h1 .en span:nth-of-type(2) {
    padding-left: 1.3vw;
  }
  .lofe_mainheading .lofe_mainimg {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
  }
  .lofe_mainheading .mainheading_points {
    top: unset;
    bottom: -25vw;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
	

	
  .lofe_mainheading .mainheading_points li {
    margin-top: 0;
  }
  .lofe_mainheading .mainheading_points li:last-of-type {
    margin-top: 0;
    margin-left: 15px;
  }
  .lofe_mainheading .mainheading_points li img {
    width: 100px;
  }

  .lofe_pain {
    width: 100%;
    padding: 5% 0;
  }
  .lofe_pain h2 {
    width: 90%;
    margin: 0 auto;
  }
  .lofe_pain ul {
    width: 90%;
  }
  .lofe_pain ul li {
    width: 98%;
    font-size: 3.2vw;
    min-height: 75px;
    margin: 1%;
  }
  .lofe_pain .lofe_painimg {
    display: none;
  }

  .lofe_arch .ideal_arch, .lofe_arch .body_base {
    flex-wrap: wrap;
  }
  .lofe_arch .ideal_arch img, .lofe_arch .body_base img {
    margin: 0 auto;
    width: 50%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lofe_arch .body_base {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .lofe_arch .body_base .desc {
    order: 2;
  }
  .lofe_arch .body_base img {
    order: 1;
    margin-bottom: 10px;
  }
  .lofe_arch .merits ul {
    display: flex;
    flex-wrap: wrap;
    padding: 7vw 0;
  }
  .lofe_arch .merits ul li {
    width: 48%;
  }
  .lofe_arch .merits ul li img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: unset;
  }
  .lofe_arch .merits ul li p {
    height: 70px;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lofe_how > p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .lofe_how .diagram_wrapper .diagram {
    width: 90%;
    flex-wrap: wrap;
  }
  .lofe_how .diagram_wrapper .diagram img {
    width: 100%;
    max-width: unset;
    margin-bottom: 4.6vw;
  }
  .lofe_how .diagram_wrapper .diagram ul {
    padding-left: 0;
  }
  .lofe_how .diagram_wrapper .diagram ul li {
    margin-bottom: 4.6vw;
  }
  .lofe_how .diagram_wrapper .diagram ul li h3 .lofe_jp {
    font-size: 4.8vw;
  }
  .lofe_how .diagram_wrapper .diagram ul li h3 .lofe_en {
    font-size: 2.8vw;
  }

  .before_after h2, .before_after p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .before_after ul {
    grid-template-columns: 1fr;
  }
  .before_after ul li {
    margin-bottom: 5vw;
  }
  .before_after ul img, .before_after ul p {
    max-width: 80%;
  }

  .coverage ul {
    flex-wrap: wrap;
  }
  .coverage ul li {
    margin-bottom: 25px;
  }
  .coverage ul li img {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .coverage ul li div img {
    padding-right: 0;
    width: 10%;
    margin-left: 0;
    margin-right: 10px;
  }
}/*# sourceMappingURL=lp-pages.css.map */






/* ====== 共通（スコープ） ====== */
.contacBox h3.lofe-h3{
  display:block !important;
  margin:0 0 10px !important;
  font-size:18px !important;
  line-height:1.6 !important;
  font-weight:700 !important;
  color:#222 !important;

  /* 下線を背景で描画（擬似要素不要） */
  background-image:linear-gradient(90deg,#4b6cfb,rgba(75,108,251,0)) !important;
  background-repeat:no-repeat !important;
  background-position:left calc(100% - 0px) !important; /* 下端 */
  background-size:100% 3px !important;                  /* 太さ3px */
  padding-bottom:6px !important;                        /* 余白 */
}
