* {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
  max-width: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}

.wrapper {
  padding: 60px 15px;
  margin-inline: auto;
}

.button {
  display: block;
  width: 300px;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(180deg, #B7B76D 15%, #DEDEC0 49.5%, #B7B76D 100%);
  box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.25);
  padding-block: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .button {
    width: 250px;
    padding-block: 16px;
  }
}
.button .text {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(90deg, #181D29 0%, #54658F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 850px) {
  .button .text {
    font-size: 16px;
    font-weight: 700;
  }
}
.button .arrow {
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}
.button .arrow::before,
.button .arrow::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -10px;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #0d204c;
  transform-origin: calc(100% - 0.5px) 50%;
}
.button .arrow::before {
  transform: rotate(45deg);
}
.button .arrow::after {
  transform: rotate(-45deg);
}

.button_2 {
  width: 320.629px;
  height: 60px;
  background: linear-gradient(180deg, #B7B76D 15%, #FFF 50%, #B7B76D 85%);
  box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .button_2 {
    width: 262px;
    height: 50px;
  }
}
.button_2 .text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #181D29 0%, #54658F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 850px) {
  .button_2 .text {
    font-size: 16px;
  }
}

.product_name h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .product_name h2 {
    font-size: 24px;
  }
}
.product_name h2:last-child {
  margin-bottom: 55px;
}

.product_price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: 10px;
}
.product_price p:first-child {
  height: 50px;
  font-size: 48px;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  border-left: 2px solid #BDBD92;
  display: flex;
  align-items: center;
  padding-left: 27px;
  margin-right: 4px;
}
@media screen and (max-width: 850px) {
  .product_price p:first-child {
    font-size: 32px;
    padding-left: 10px;
  }
}
.product_price p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  margin-right: 37px;
}
@media screen and (max-width: 850px) {
  .product_price p:nth-child(2) {
    font-size: 16px;
    margin-right: 12px;
  }
}
.product_price p:last-child {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .product_price p:last-child {
    font-size: 12px;
  }
}

.line {
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-inline: auto;
  margin-block: 100px;
}

#header {
  height: 100vh;
  background-image: url(img/top_img.png);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #header {
    background-image: url(img/top_view_img_tab.png);
  }
}
@media screen and (max-width: 700px) {
  #header {
    background-position-x: 30%;
  }
}
@media screen and (max-width: 535px) {
  #header {
    background-position-x: 25%;
    background-position-y: 60%;
    height: 100vh;
  }
}
#header .header_item {
  display: flex;
  align-items: end;
  width: 261px;
  height: auto;
  position: absolute;
  right: 6%;
  bottom: 9%;
}
@media screen and (max-width: 1180px) {
  #header .header_item {
    right: 4%;
    bottom: 5%;
  }
}
@media screen and (max-width: 850px) {
  #header .header_item {
    right: -5%;
    bottom: 10%;
  }
}
@media screen and (max-width: 535px) {
  #header .header_item {
    right: -20%;
    bottom: 5%;
  }
}
@media screen and (max-width: 400px) {
  #header .header_item {
    right: -33%;
    bottom: 2%;
  }
}
@media screen and (max-width: 350px) {
  #header .header_item {
    right: -38%;
  }
}
#header .header_item_product {
  width: 180px;
  height: 446.25px;
  transform: rotate(-0.481deg);
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: -25px;
}
@media screen and (max-width: 1180px) {
  #header .header_item_product {
    width: 170px;
    height: 421.458px;
  }
}
@media screen and (max-width: 850px) {
  #header .header_item_product {
    width: 120px;
    height: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 535px) {
  #header .header_item_product {
    width: 76.731px;
    height: 190.229px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 400px) {
  #header .header_item_product {
    margin-right: -10px;
  }
}
#header .header_item_text {
  width: 65px;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: 70px;
}
@media screen and (max-width: 1180px) {
  #header .header_item_text {
    font-size: 52px;
    font-weight: 400;
  }
}
@media screen and (max-width: 850px) {
  #header .header_item_text {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 535px) {
  #header .header_item_text {
    font-size: 36px;
    line-height: 45px;
  }
}

.cta_1 {
  width: 100%;
  height: 454px;
  text-align: center;
  background: linear-gradient(180deg, #181D29 11%, #4C5364 50%, #181D29 85%);
}
@media screen and (max-width: 850px) {
  .cta_1 {
    height: 400px;
  }
}
.cta_1_text {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .cta_1_text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.cta_1_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta_1_flex li {
  width: 120px;
  height: 35px;
  background: #616B81;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .cta_1_flex li {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.cta_1_flex li:last-child {
  margin-right: 0;
}

.trouble {
  height: 319px;
  color: #535969;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 535px) {
  .trouble {
    height: auto;
  }
}
.trouble_inner {
  max-width: 710px;
  margin-inline: auto;
}
.trouble_title_pc {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .trouble_title_pc {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .trouble_title_pc {
    display: none;
  }
}
.trouble_title_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .trouble_title_sp {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 535px) {
  .trouble_title_sp {
    font-size: 20px;
  }
}
.trouble_flex {
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #BDBD92;
  padding-left: 10px;
  margin-inline: 10px;
}
@media screen and (max-width: 850px) {
  .trouble_flex {
    max-width: 300px;
    justify-content: center;
    border: none;
    padding-left: 0;
    margin-inline: auto;
  }
}
.trouble_flex_left {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .trouble_flex_left {
    font-size: 16px;
    border-left: 2px solid #BDBD92;
    padding-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .trouble_flex_left {
    padding-left: 0;
  }
}
.trouble_flex_left_list {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 850px) {
  .trouble_flex_left_list {
    margin-bottom: 5px;
  }
}
.trouble_flex_left_list img {
  width: 45px;
  height: auto;
}
@media screen and (max-width: 850px) {
  .trouble_flex_left_list img {
    width: 30px;
  }
}
.trouble_flex_right {
  width: 116.748px;
  height: 159px;
}
@media screen and (max-width: 850px) {
  .trouble_flex_right {
    display: none;
  }
}

.type {
  background-image: url(img/trouble_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 575px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .type {
    height: 400px;
  }
}
@media screen and (max-width: 535px) {
  .type {
    height: 271px;
  }
}
.type_container {
  width: 780px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .type_container {
    width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 535px) {
  .type_container {
    width: 310px;
  }
}
.type_container_left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
}
.type_container_left_item {
  max-width: 180px;
  max-width: 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .type_container_left_item {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 535px) {
  .type_container_left_item {
    width: 80px;
    height: 80px;
  }
}
.type_container_left_item_img {
  width: 100%;
  height: 100%;
}
.type_container_left_item_text {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .type_container_left_item_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 535px) {
  .type_container_left_item_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 535px) {
  .type_container_left_item .small_text {
    font-size: 10px;
  }
}
.type_container_right {
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .type_container_right {
    font-size: 20px;
  }
}
@media screen and (max-width: 535px) {
  .type_container_right {
    font-size: 14px;
    margin-right: 0;
  }
}
.type_container_right_text {
  margin-bottom: 30px;
}
@media screen and (max-width: 535px) {
  .type_container_right_text {
    margin-bottom: 15px;
  }
}
.type_container_right_text:last-child {
  margin-bottom: 0;
}
.type_container_right_text span {
  display: inline-block;
  color: #3BA3E7;
  font-weight: 600;
}

.develop {
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 535px) {
  .develop {
    height: auto;
  }
}
.develop_text {
  color: #0D204C;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 850px) {
  .develop_text {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 535px) {
  .develop_text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .develop_text {
    white-space: nowrap;
  }
}

.plasenta_top {
  width: 100%;
  height: 637px;
  display: flex;
}
@media screen and (max-width: 1180px) {
  .plasenta_top {
    height: 550px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_top {
    height: 275px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_top {
    height: 219px;
  }
}
.plasenta_top_left {
  width: 56%;
  background: #181D29;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 120px;
}
@media screen and (max-width: 1180px) {
  .plasenta_top_left {
    padding-left: 5%;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_top_left {
    padding-left: 7%;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_top_left {
    width: 65%;
  }
}
@media screen and (max-width: 400px) {
  .plasenta_top_left {
    padding-left: 3%;
  }
}
.plasenta_top_left_text1 {
  color: #6AB2E1;
  font-size: 96px;
  font-weight: 700;
}
@media screen and (max-width: 1180px) {
  .plasenta_top_left_text1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_top_left_text1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_top_left_text1 {
    font-size: 32px;
  }
}
.plasenta_top_left_text2 {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .plasenta_top_left_text2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_top_left_text2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_top_left_text2 {
    font-size: 24px;
  }
}
.plasenta_top_left_text2:last-child {
  margin-bottom: 0;
}
.plasenta_top_right {
  width: 44%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 535px) {
  .plasenta_top_right {
    width: 35%;
  }
}
@media screen and (max-width: 400px) {
  .plasenta_top_right {
    -o-object-position: center bottom;
       object-position: center bottom;
    overflow: hidden;
    transform: scale(1.2) translateY(8.4%);
    z-index: -1;
  }
}
.plasenta_bottom {
  width: 100%;
  height: 697px;
  background-image: url(img/water_100.png);
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .plasenta_bottom {
    height: 301.831px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom {
    height: 218.878px;
  }
}
.plasenta_bottom_inner {
  width: 912px;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .plasenta_bottom_inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner {
    max-width: 446px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner {
    max-width: 305px;
  }
}
.plasenta_bottom_inner_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner_flex {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner_flex {
    margin-bottom: 20px;
  }
}
.plasenta_bottom_inner_flex_left {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 950px) {
  .plasenta_bottom_inner_flex_left {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner_flex_left {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner_flex_left {
    width: 100px;
    height: 100px;
  }
}
.plasenta_bottom_inner_flex_right {
  font-size: 64px;
  font-weight: 600;
  line-height: 100px;
}
@media screen and (max-width: 950px) {
  .plasenta_bottom_inner_flex_right {
    font-size: 56px;
    line-height: 80px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner_flex_right {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner_flex_right {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .plasenta_bottom_inner_flex_right {
    font-weight: 400;
    white-space: nowrap;
  }
}
.plasenta_bottom_inner_flex_right .include {
  display: inline-block;
  color: #B7B76D;
  font-size: 96px;
  font-weight: 700;
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner_flex_right .include {
    font-size: 48px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner_flex_right .include {
    font-size: 36px;
  }
}
.plasenta_bottom_inner .component {
  font-size: 24px;
  text-align: center;
  font-weight: 200;
  line-height: 30px;
  opacity: 0.8;
}
@media screen and (max-width: 950px) {
  .plasenta_bottom_inner .component {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .plasenta_bottom_inner .component {
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 535px) {
  .plasenta_bottom_inner .component {
    line-height: 15px;
  }
}

.moisture {
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 60px;
}
@media screen and (max-width: 850px) {
  .moisture {
    height: 220px;
  }
}
@media screen and (max-width: 535px) {
  .moisture {
    height: auto;
  }
}
.moisture_inner {
  max-width: 880px;
  margin-inline: auto;
}
.moisture_inner_line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  color: #181D29;
  text-align: left;
  margin-bottom: 45px;
}
.moisture_inner_line:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  .moisture_inner_line {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 535px) {
  .moisture_inner_line {
    margin-bottom: 20px;
  }
}
.moisture_inner_line:nth-child(2), .moisture_inner_line:nth-child(3) {
  justify-content: space-between;
  align-items: center;
}
.moisture_inner_line_main {
  font-size: 64px;
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 950px) {
  .moisture_inner_line_main {
    font-size: 56px;
  }
}
@media screen and (max-width: 850px) {
  .moisture_inner_line_main {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .moisture_inner_line_main {
    font-size: 24px;
    margin-right: 4px;
  }
}
.moisture_inner_line_sub {
  font-size: 48px;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .moisture_inner_line_sub {
    font-size: 40px;
  }
}
@media screen and (max-width: 850px) {
  .moisture_inner_line_sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 535px) {
  .moisture_inner_line_sub {
    font-size: 16px;
  }
}
.moisture_inner_line_bg {
  color: #BDBD92;
  background: linear-gradient(90deg, #0D204C 0%, #37627E 67%);
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  padding: 5px 40px;
}
@media screen and (max-width: 950px) {
  .moisture_inner_line_bg {
    font-size: 56px;
  }
}
@media screen and (max-width: 850px) {
  .moisture_inner_line_bg {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .moisture_inner_line_bg {
    font-size: 24px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 400px) {
  .moisture_inner_line_bg {
    padding-inline: 8px;
  }
}
.moisture_inner_line_add {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 850px) {
  .moisture_inner_line_add {
    width: 35px;
    height: 35px;
    margin-inline: 10px;
  }
}
@media screen and (max-width: 400px) {
  .moisture_inner_line_add {
    margin-inline: 0;
  }
}
.moisture_inner_line .sub_margin {
  margin-right: 10px;
}
@media screen and (max-width: 535px) {
  .moisture_inner_line .sub_margin {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 400px) {
  .moisture_inner_line .sub_margin {
    margin-right: 5px;
  }
}

.four {
  width: 100%;
  height: auto;
  background-image: url(img/four_bg.png);
  background-size: cover;
  background-position: center center;
  padding-block: 200px 0;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .four {
    padding-block: 130px 0;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 400px) {
  .four {
    padding-block: 60px 0;
  }
}
.four_list {
  max-width: 877px;
  padding: 60px 15px;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .four_list {
    max-width: 700px;
  }
}
@media screen and (max-width: 850px) {
  .four_list {
    max-width: 460px;
  }
}
@media screen and (max-width: 400px) {
  .four_list {
    padding: 30px 10px;
  }
}
.four_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 700px) {
  .four_list_item {
    margin-bottom: 120px;
  }
}
.four_list_item:nth-child(even) {
  text-align: right;
}
.four_list_item_left {
  z-index: 2;
}
.four_list_item_left_title {
  color: #B7B76D;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .four_list_item_left_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  .four_list_item_left_title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 535px) {
  .four_list_item_left_title {
    font-size: 20px;
  }
}
.four_list_item_left_detail {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  opacity: 0.9;
}
@media screen and (max-width: 950px) {
  .four_list_item_left_detail {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  .four_list_item_left_detail {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 535px) {
  .four_list_item_left_detail {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .four_list_item_left_detail {
    font-weight: 200;
  }
}
.four_list_item_right {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 850px) {
  .four_list_item_right {
    width: 181.2px;
    height: 181.2px;
  }
}
@media screen and (max-width: 535px) {
  .four_list_item_right {
    width: 157.04px;
    height: 157.04px;
  }
}
@media screen and (max-width: 400px) {
  .four_list_item_right {
    width: 140px;
    height: 140px;
  }
}
.four_list_item_number {
  position: absolute;
  color: #646973;
  text-align: center;
  font-family: "Oooh Baby";
  font-size: 300px;
  bottom: 20%;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .four_list_item_number {
    font-size: 200px;
    bottom: 40%;
  }
}
@media screen and (max-width: 850px) {
  .four_list_item_number {
    font-size: 150px;
    bottom: 35%;
  }
}
@media screen and (max-width: 535px) {
  .four_list_item_number {
    font-size: 96px;
    bottom: 40%;
  }
}
@media screen and (max-width: 400px) {
  .four_list_item .odd_pic {
    margin-right: -55px;
  }
}
@media screen and (max-width: 400px) {
  .four_list_item .even_pic {
    margin-left: -45px;
  }
}
.four_list_item:nth-child(1) .four_list_item_number {
  left: 15%;
}
.four_list_item:nth-child(3) .four_list_item_number {
  left: 10%;
}
.four_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.four_list_item:nth-child(even) .four_list_item_number {
  right: 10%;
}

.compare {
  width: 100%;
  background: #030B2A;
  text-align: center;
  padding-block: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 535px) {
  .compare {
    padding-block: 20px;
  }
}
.compare_title {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .compare_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .compare_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .compare_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.compare_img {
  max-width: 800px;
}
@media screen and (max-width: 850px) {
  .compare_img {
    max-width: 600px;
  }
}
@media screen and (max-width: 700px) {
  .compare_img {
    max-width: 500px;
  }
}
@media screen and (max-width: 535px) {
  .compare_img {
    width: 100%;
  }
}

.what {
  width: 100%;
  background-image: url(img/what_water.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-block: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .what {
    padding-block: 150px;
  }
}
@media screen and (max-width: 850px) {
  .what {
    padding-block: 80px;
  }
}
@media screen and (max-width: 535px) {
  .what {
    padding-block: 40px;
  }
}
.what_title {
  font-size: 64px;
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .what_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .what_title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.what_text1 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .what_text1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  .what_text1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 535px) {
  .what_text1 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.what_text2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 70px;
}
@media screen and (max-width: 950px) {
  .what_text2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 535px) {
  .what_text2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.what_flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .what_flex {
    width: 280px;
    justify-content: space-between;
    margin-inline: auto;
  }
}
@media screen and (max-width: 535px) {
  .what_flex {
    width: 240px;
  }
}
.what_flex img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 950px) {
  .what_flex img {
    width: 150px;
  }
}
@media screen and (max-width: 850px) {
  .what_flex img {
    width: 120px;
  }
}
@media screen and (max-width: 700px) {
  .what_flex img {
    width: 100px;
  }
}
@media screen and (max-width: 535px) {
  .what_flex img {
    width: 80px;
  }
}
.what_flex img:first-child {
  margin-right: 130px;
}
@media screen and (max-width: 700px) {
  .what_flex img:first-child {
    margin-right: 0;
  }
}
.what .text1_sp,
.what .what_sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .what .text1_sp,
  .what .what_sp {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .what .text1_pc,
  .what .what_pc {
    display: none;
  }
}

.nature {
  text-align: center;
  padding-block: 60px;
}
@media screen and (max-width: 950px) {
  .nature {
    padding-block: 40px;
  }
}
@media screen and (max-width: 535px) {
  .nature {
    padding-block: 22px;
  }
}
.nature_title {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(90deg, #0D204C 0%, #C3C3C3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 950px) {
  .nature_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  .nature_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 535px) {
  .nature_title {
    font-size: 20px;
  }
}

.cta_2 {
  width: 100%;
  height: 700px;
  background-image: url(img/sale_bg.png);
  background-size: contain;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 535px) {
  .cta_2 {
    height: auto;
    padding-block: 60px;
  }
}
.cta_2_inner {
  width: 470px;
  margin-inline: auto;
}
@media screen and (max-width: 950px) {
  .cta_2_inner {
    width: 400px;
  }
}
.cta_2_inner_flex {
  max-width: 470px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 535px) {
  .cta_2_inner_flex {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 400px) {
  .cta_2_inner_flex {
    width: 280px;
  }
}
.cta_2_inner_flex_left {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 535px) {
  .cta_2_inner_flex_left {
    width: 71.758px;
  }
}
.cta_2_inner_flex_right {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
}
@media screen and (max-width: 950px) {
  .cta_2_inner_flex_right {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .cta_2_inner_flex_right {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .cta_2_inner_flex_right {
    font-weight: 400;
  }
}
.cta_2_inner_flex_right p {
  margin-bottom: 20px;
}
.cta_2_inner .button {
  width: 350px;
}
@media screen and (max-width: 850px) {
  .cta_2_inner .button {
    width: 250px;
  }
}

.smile {
  width: 100vw;
  max-height: 435px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #A1A1A2;
  position: relative;
}
.smile_text {
  margin-top: 5.5%;
  margin-right: 19%;
}
@media screen and (max-width: 1362px) {
  .smile_text {
    margin-top: 3%;
    margin-right: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .smile_text {
    margin-right: 12%;
  }
}
@media screen and (max-width: 950px) {
  .smile_text {
    margin-top: 5.5%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 850px) {
  .smile_text {
    margin-top: 10%;
    margin-right: 8%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 700px) {
  .smile_text {
    margin-top: 5%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 535px) {
  .smile_text {
    text-align: right;
    margin-top: 20%;
    margin-left: -15%;
    margin-right: 15%;
  }
}
@media screen and (max-width: 400px) {
  .smile_text {
    margin-left: -20%;
  }
}
@media screen and (max-width: 350px) {
  .smile_text {
    margin-left: -30%;
  }
}
.smile_text_small {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
  .smile_text_small {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  .smile_text_small {
    font-size: 16px;
  }
}
@media screen and (max-width: 535px) {
  .smile_text_small {
    font-size: 12px;
  }
}
.smile_text_big {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(90deg, #FFF 0%, #C0DFFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  .smile_text_big {
    font-size: 36px;
  }
}
@media screen and (max-width: 950px) {
  .smile_text_big {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px) {
  .smile_text_big {
    white-space: nowrap;
  }
}
@media screen and (max-width: 700px) {
  .smile_text_big {
    margin-top: 40px;
  }
}
@media screen and (max-width: 535px) {
  .smile_text_big {
    font-size: 20px;
    margin-top: 20px;
  }
}
.smile_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 575px;
  height: 433px;
}
@media screen and (max-width: 1362px) {
  .smile_img {
    width: 439px;
    height: 331px;
  }
}
@media screen and (max-width: 950px) {
  .smile_img {
    width: 412px;
    height: 310px;
  }
}
@media screen and (max-width: 850px) {
  .smile_img {
    margin-left: -30px;
  }
}
@media screen and (max-width: 700px) {
  .smile_img {
    width: 319px;
    height: 240px;
    margin-left: -80px;
  }
}
@media screen and (max-width: 535px) {
  .smile_img {
    margin-left: -90px;
  }
}
@media screen and (max-width: 400px) {
  .smile_img {
    width: 280px;
    height: auto;
  }
}
.smile_product {
  position: absolute;
  width: 80px;
  height: auto;
  transform: rotate(15.994deg);
  top: 5%;
  right: 10%;
}
@media screen and (max-width: 1362px) {
  .smile_product {
    width: 60px;
    right: 7%;
  }
}
@media screen and (max-width: 950px) {
  .smile_product {
    width: 40px;
    top: 15%;
  }
}
@media screen and (max-width: 700px) {
  .smile_product {
    width: 30px;
  }
}
@media screen and (max-width: 535px) {
  .smile_product {
    width: 22.726px;
    right: 25%;
    top: 15%;
  }
}
@media screen and (max-width: 400px) {
  .smile_product {
    top: 10%;
  }
}
@media screen and (max-width: 350px) {
  .smile_product {
    top: 6%;
  }
}

.point {
  width: 100%;
  background-image: url(img/poiner_bg.png);
  background-size: cover;
  text-align: center;
  padding-block: 160px;
}
@media screen and (max-width: 850px) {
  .point {
    padding-block: 100px;
  }
}
.point_inner {
  max-width: 740px;
  margin-inline: auto;
}
.point_inner_title {
  font-size: 64px;
  font-weight: 700;
  background: linear-gradient(180deg, #B7B76D 50%, rgba(255, 255, 255, 0.8) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
  .point_inner_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .point_inner_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.point_inner_list {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .point_inner_list {
    max-width: 400px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list {
    max-width: 300px;
  }
}
.point_inner_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 700px) {
  .point_inner_list_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item {
    margin-bottom: 20px;
  }
}
.point_inner_list_item_title {
  position: relative;
}
.point_inner_list_item_title_hex {
  width: 250px;
  max-width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item_title_hex {
    width: 150px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item_title_hex {
    width: 110px;
  }
}
.point_inner_list_item_title_text {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 3.52px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item_title_text {
    font-size: 20px;
    top: 60px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item_title_text {
    font-size: 16px;
    top: 45px;
    font-weight: 400;
  }
}
.point_inner_list_item_detail {
  background: #FFF;
  max-width: 455px;
  height: 180px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item_detail {
    max-width: 250px;
    height: 120px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item_detail {
    max-width: 200px;
    height: 90px;
  }
}
.point_inner_list_item_detail p {
  color: #0D204C;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item_detail p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item_detail p {
    font-size: 12px;
    line-height: 20px;
  }
}
.point_inner_list_item:nth-child(odd) .point_inner_list_item_detail {
  width: 80%;
  padding-right: 45px;
  margin-left: -100px;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item:nth-child(odd) .point_inner_list_item_detail {
    padding-right: 40px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item:nth-child(odd) .point_inner_list_item_detail {
    padding-right: 30px;
  }
}
.point_inner_list_item:nth-child(odd) .point_inner_list_item_detail p {
  margin-inline: auto 0;
}
.point_inner_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.point_inner_list_item:nth-child(even) .point_inner_list_item_detail {
  width: 80%;
  padding-left: 45px;
  margin-right: -100px;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item:nth-child(even) .point_inner_list_item_detail {
    padding-left: 40px;
    margin-right: -45px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item:nth-child(even) .point_inner_list_item_detail {
    padding-left: 35px;
  }
}
.point_inner_list_item:nth-child(even) .point_inner_list_item_detail p {
  margin-inline: 0 auto;
}
.point_inner_list_item:nth-child(3) .point_inner_list_item_title_text {
  top: 65px;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item:nth-child(3) .point_inner_list_item_title_text {
    top: 50px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item:nth-child(3) .point_inner_list_item_title_text {
    top: 35px;
  }
}
.point_inner_list_item:nth-child(4) .point_inner_list_item_title_text {
  top: 105px;
}
@media screen and (max-width: 850px) {
  .point_inner_list_item:nth-child(4) .point_inner_list_item_title_text {
    top: 75px;
  }
}
@media screen and (max-width: 535px) {
  .point_inner_list_item:nth-child(4) .point_inner_list_item_title_text {
    top: 55px;
  }
}
.point_component {
  font-size: 16px;
  text-align: right;
  font-weight: 200;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  .point_component {
    font-size: 12px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 535px) {
  .point_component {
    font-size: 10px;
    padding-right: 0;
    margin-inline: auto 0;
  }
}
.point_component_item:first-child {
  white-space: nowrap;
}
@media screen and (max-width: 535px) {
  .point_component_item:first-child {
    margin-right: -25px;
  }
}
.point_component_item:last-child {
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 535px) {
  .point_component_item:last-child {
    text-align: right;
    padding-right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .point_component_item:last-child {
    padding-right: 15px;
  }
}

.organic {
  width: 100%;
  background-image: url(img/organic_img.png);
  background-size: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 50% 100%, 0% 92%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 50% 100%, 0% 92%);
  text-align: center;
  padding-block: 100px 250px;
}
@media screen and (max-width: 1362px) {
  .organic {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 850px) {
  .organic {
    padding-block: 40px 0;
  }
}
@media screen and (max-width: 535px) {
  .organic {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 50% 98%, 0% 94%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 50% 98%, 0% 94%);
  }
}
.organic_inner {
  max-width: 1260px;
}
.organic_inner_sub {
  max-width: 300px;
  background: #54658F;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding-block: 5px;
  margin-inline: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 1362px) {
  .organic_inner_sub {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_sub {
    font-size: 14px;
  }
}
.organic_inner_title {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  border-bottom: 1px solid #54658F;
  background: linear-gradient(90deg, #F4F7FF 0%, #6791F1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 3px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1362px) {
  .organic_inner_title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .organic_inner_title {
    font-size: 24px;
  }
}
.organic_inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex {
    flex-direction: column;
  }
}
.organic_inner_flex_item {
  width: 600px;
  height: 600px;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex_item {
    height: 529px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item {
    width: 350px;
    height: 305px;
  }
}
@media screen and (max-width: 400px) {
  .organic_inner_flex_item {
    width: 300px;
  }
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex_item:last-child {
    height: 600px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item:last-child {
    height: 360px;
  }
}
.organic_inner_flex_item_top {
  height: 163.91px;
  background: #0D204C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_top {
    height: 94.484px;
  }
}
.organic_inner_flex_item_top_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: -10px;
}
@media screen and (max-width: 950px) {
  .organic_inner_flex_item_top_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_top_title {
    font-size: 16px;
    line-height: 24px;
  }
}
.organic_inner_flex_item_top .normal_water {
  width: 56.254px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 6%;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_top .normal_water {
    width: 32.62px;
    top: 13px;
  }
}
.organic_inner_flex_item_top .pro_water {
  width: 37.316px;
  height: auto;
  position: absolute;
  top: 20px;
  right: 5.5%;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_top .pro_water {
    width: 20px;
    top: 17px;
  }
}
.organic_inner_flex_item_left_bottom {
  width: 435px;
  height: 435px;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex_item_left_bottom {
    height: 365px;
    row-gap: 27px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_left_bottom {
    width: 260px;
    height: 210px;
    gap: 20px;
    row-gap: 16px;
  }
}
.organic_inner_flex_item_left_bottom_item {
  display: inline-block;
  width: 200px;
  font-size: 20px;
  background: #616B81;
  padding-block: 18px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_left_bottom_item {
    width: 120px;
    font-size: 14px;
    padding-block: 10px;
  }
}
.organic_inner_flex_item_right_bottom {
  width: 480px;
  height: 435px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex_item_right_bottom {
    height: 440px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_right_bottom {
    width: 350px;
    height: 265px;
  }
}
.organic_inner_flex_item_right_bottom_item {
  width: 500px;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1362px) {
  .organic_inner_flex_item_right_bottom_item {
    width: 475px;
  }
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_right_bottom_item {
    width: 267px;
    height: 50px;
    margin-bottom: 20px;
  }
}
.organic_inner_flex_item_right_bottom_item:last-child {
  margin-bottom: 0;
}
.organic_inner_flex_item_right_bottom_item .lens {
  width: 95px;
  height: 95px;
  position: absolute;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_right_bottom_item .lens {
    width: 50px;
    height: 50px;
    left: 25px;
  }
}
@media screen and (max-width: 400px) {
  .organic_inner_flex_item_right_bottom_item .lens {
    left: 15px;
  }
}
.organic_inner_flex_item_right_bottom_item_remove {
  color: #CACA56;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  z-index: 2;
  margin-inline: 15px 70px;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_right_bottom_item_remove {
    font-size: 14px;
    margin-inline: 40px 17px;
  }
}
@media screen and (max-width: 400px) {
  .organic_inner_flex_item_right_bottom_item_remove {
    margin-inline: 25px 17px;
  }
}
.organic_inner_flex_item_right_bottom_item_reason {
  font-size: 20px;
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .organic_inner_flex_item_right_bottom_item_reason {
    font-size: 14px;
  }
}
.organic_inner_flex_item_right_bottom .reason_sp {
  display: none;
}
@media screen and (max-width: 400px) {
  .organic_inner_flex_item_right_bottom .reason_sp {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .organic_inner_flex_item_right_bottom .reason_pc {
    display: none;
  }
}
.organic_inner .sp {
  display: none;
}
@media screen and (max-width: 1362px) {
  .organic_inner .sp {
    display: inline-block;
    width: 570px;
    background-color: #535969;
    padding: 30px 15px;
    margin-block: 60px 80px;
    position: relative;
  }
}
@media screen and (max-width: 1362px) and (max-width: 850px) {
  .organic_inner .sp {
    width: 120%;
  }
}
@media screen and (max-width: 1362px) {
  .organic_inner .sp p {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1362px) and (max-width: 535px) {
  .organic_inner .sp p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1362px) and (max-width: 350px) {
  .organic_inner .sp p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1362px) {
  .organic_inner .sp::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 30px solid #535969;
    border-bottom: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.organic_inner .pc {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1362px) {
  .organic_inner .pc {
    display: none;
  }
}

.voice {
  background-color: #ffffff;
  background: linear-gradient(180deg, #414141 0%, #000 40%);
  text-align: center;
  padding-block: 250px 60px;
  margin-top: -130px;
}
@media screen and (max-width: 1362px) {
  .voice {
    background: linear-gradient(180deg, #8b8b8b 0%, #000 40%);
    margin-top: -200px;
  }
}
@media screen and (max-width: 850px) {
  .voice {
    background: linear-gradient(180deg, #626262 0%, #000 40%);
    margin-top: -250px;
  }
}
.voice_inner {
  padding-inline: 25px;
}
@media screen and (max-width: 535px) {
  .voice_inner {
    padding-inline: 10px;
  }
}
.voice_inner_title {
  font-size: 64px;
  font-weight: 600;
  background: linear-gradient(180deg, #FFF 27%, #91949B 55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .voice_inner_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .voice_inner_title {
    font-size: 32px;
    background: linear-gradient(180deg, #FFF 35%, #91949B 75%);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
@media screen and (max-width: 535px) {
  .voice_inner_title {
    font-size: 24px;
  }
}
.voice_inner_list {
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 535px) {
  .voice_inner_list {
    margin-bottom: 30px;
  }
}
.voice_inner_list_item {
  background-color: #fff;
  color: #868fa4;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  padding: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 535px) {
  .voice_inner_list_item {
    font-size: 12px;
    padding: 27px 0;
  }
}
.voice_inner_list_item span {
  background: linear-gradient(transparent 60%, #efef8c 30%);
}
.voice_inner_personal {
  max-width: 600px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.6px;
  margin-inline: auto;
}

.use {
  text-align: center;
  padding-block: 100px 60px;
  padding-inline: 25px;
}
@media screen and (max-width: 535px) {
  .use {
    padding-inline: 10px;
  }
}
.use_title {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #0D204C 27%, #535969 76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .use_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .use_title {
    font-size: 24px;
  }
}
.use p {
  font-size: 20px;
  font-weight: 600;
  color: #0D204C;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .use p {
    font-size: 16px;
  }
}
.use .last {
  margin-bottom: 0;
}
.use_first {
  margin-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .use_first {
    font-size: 20px;
  }
}
@media screen and (max-width: 535px) {
  .use_first {
    font-size: 16px;
  }
}
.use img {
  max-width: 260px;
  height: auto;
  margin-bottom: 60px;
}
.use .milk {
  width: 86px;
  rotate: -0.5deg;
  margin-bottom: 0;
}
.use .milk_name {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .use .milk_name {
    font-size: 12px;
  }
}

.comment {
  text-align: center;
  color: #0D204C;
  padding-inline: 25px;
}
.comment_inner {
  max-width: 750px;
  position: relative;
  margin-bottom: 146px;
  margin-inline: auto;
}
@media screen and (max-width: 535px) {
  .comment_inner {
    margin-bottom: 100px;
  }
}
.comment_inner_title {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #0D204C 27%, #535969 76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .comment_inner_title {
    font-size: 32px;
  }
}
@media screen and (max-width: 535px) {
  .comment_inner_title {
    font-size: 24px;
  }
}
.comment_inner .corner1 {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -50px;
  right: 5%;
}
@media screen and (max-width: 535px) {
  .comment_inner .corner1 {
    width: 50px;
    height: 50px;
    right: -2%;
  }
}
@media screen and (max-width: 400px) {
  .comment_inner .corner1 {
    width: 40px;
    height: 40px;
    right: -7%;
  }
}
.comment_inner .corner2 {
  position: absolute;
  width: 75px;
  height: 75px;
  rotate: 180deg;
  bottom: -80px;
  left: 5%;
}
@media screen and (max-width: 535px) {
  .comment_inner .corner2 {
    width: 50px;
    height: 50px;
    left: -2%;
  }
}
@media screen and (max-width: 400px) {
  .comment_inner .corner2 {
    width: 40px;
    height: 40px;
    left: -7%;
  }
}
.comment_inner_first {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 535px) {
  .comment_inner_first {
    font-size: 14px;
  }
}
.comment_inner_first p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-inline: auto;
}
.comment_inner_text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .comment_inner_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 535px) {
  .comment_inner_text {
    font-size: 14px;
  }
}

.cta_3 {
  width: 100%;
  background: linear-gradient(180deg, #181D29 20%, #3A4359 50%, #181D29 79.5%);
  display: flex;
  justify-content: center;
  padding-block: 60px 135px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .cta_3 {
    padding-bottom: 0;
  }
}
.cta_3_inner {
  max-width: 635px;
}
.cta_3_inner_title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_title {
    font-size: 32px;
  }
}
.cta_3_inner_list_item {
  width: 565px;
  margin-inline: auto;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item {
    width: 291px;
  }
}
.cta_3_inner_list_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex {
    margin-bottom: 35px;
  }
}
.cta_3_inner_list_item_flex_left {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex_left {
    white-space: nowrap;
  }
}
.cta_3_inner_list_item_flex_img {
  width: 110.118px;
  height: auto;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex_img {
    width: 60.101px;
    padding-bottom: 40px;
    margin-left: -70px;
  }
}
.cta_3_inner_list_item_flex .second_product_name {
  line-height: 55px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex .second_product_name {
    line-height: 30px;
  }
}
.cta_3_inner_list_item_flex .third_product_name {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex .third_product_name {
    font-size: 20px;
    line-height: normal;
  }
}
.cta_3_inner_list_item_flex .third_product_name:last-child {
  margin-bottom: 70px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex .third_product_name:last-child {
    margin-bottom: 25px;
  }
}
.cta_3_inner_list_item_flex .third_product_img {
  width: 195px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex .third_pc {
    display: none;
  }
}
.cta_3_inner_list_item_flex .third_sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list_item_flex .third_sp {
    display: block;
    width: 92px;
    padding-bottom: 0;
    margin-inline: auto;
    margin-bottom: 25px;
  }
}
.cta_3_inner_list .third_product {
  width: 640px;
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list .third_product {
    width: 291px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 850px) {
  .cta_3_inner_list .third_product .cta_3_inner_list_item_flex {
    display: block;
  }
}

#footer {
  background-color: #181D29;
  text-align: right;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
@media screen and (max-width: 535px) {
  .footer_inner {
    padding-right: 15px;
  }
}

.footer_link {
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .footer_link {
    margin-bottom: 10px;
  }
}
.footer_link a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 850px) {
  .footer_link a {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */