@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

#Wrap {
  width: auto;
  padding: 0;
}

footer {
  position: relative;
  z-index: 2;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Black.otf") format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Regular.otf") format("opentype");
  font-weight: 400;
}

:root {
  --color_regular: #000000;
  --color_head: #50AD90;
  --color_01: #E2F7FF;
  --color_02: #009FDC;
  --color_03: #E4FEFB;
  --color_04: #4DBBAE;
  --color_05: #FFEFEC;
  --color_06: #EA502E;
  --color_07: #B82224;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
}

.LP_page {
  color: var(--color_regular);
  font-family: "AlrightSans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  overflow-x: clip;
  font-weight: 500;
}

.LP_page picture {
  display: block;
  font-size: 0;
}

.LP_page a {
  display: block;
}

.LP_page a:hover {
  cursor: pointer !important;
  opacity: .6 !important;
}

.LP_page img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}





/* common */

.LP_page .border_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(30* (100vw / 750 ));
} 
.LP_page .border_ttl .border{
  font-size: calc(57* (100vw / 750 ));
  font-weight: bold;
  color: var(--color_head);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: calc(680* (100vw / 750 ));
} 
.LP_page .border_ttl .mini_text{
  font-size: calc(30* (100vw / 750 ));
  color: var(--color_head);
  width: fit-content;
  margin: auto;
  font-weight: 500;
} 

.LP_page .border_ttl .border::before, 
.LP_page .border_ttl .border::after {
  border-top: calc(3* (100vw / 750 )) solid var(--color_head);
  content: "";
  width: 100%;
}

.LP_page .border_ttl .border::before {
  margin-right: calc(35* (100vw / 750 ));
}

.LP_page .border_ttl .border::after {
  margin-left: calc(35* (100vw / 750 )); 
}

.c_atention {
  position: absolute;
  width: fit-content;
}

.c_atention_wrap{
  background: #FFF0B0;
  width: calc(145* (100vw / 750 ));
  height: calc(145* (100vw / 750 ));
  line-height: calc(136* (100vw / 750 ));
  text-align: center;
  border-radius: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.c_atention p:last-of-type{
  font-size: calc(20* (100vw / 750 ));
  text-align: right;
}

.c_atention_wrap > span:first-of-type{
  font-size: calc(20* (100vw / 750 ));
  font-weight: bold;
}

.c_atention_wrap > span:last-of-type {
  font-size: calc(41* (100vw / 750 ));
  font-weight: bold;
}

.c_atention_wrap > span:last-of-type span{
  font-size: calc(64* (100vw / 750 ));
}

.LP_page .c_btn{
  position: relative;
  font-size: calc(45* (100vw / 750 ));
  color: #fff;
  background: #000;
  width: calc(680* (100vw / 750 ));
  margin: auto;
  height: calc(141* (100vw / 750 ));
  line-height: calc(154* (100vw / 750 ));
  display: block;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: calc(85* (100vw / 750 ));
}

.LP_page .c_btn::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(36* (100vw / 750 ));
  background-image: url(../img/arrow_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(26* (100vw / 750 ));
  height: calc(45* (100vw / 750 ));
}

/*---------------------------------------------Smart phone*/

/* mv */
.LP_page .mv {
  background: #E2F0EB;
}

.LP_page .mv_wrap {
  padding: calc(135* (100vw / 750 )) 0 calc(162* (100vw / 750 ));
  background: #fff;
}

.LP_page .mv .border_ttl{
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.LP_page .mv .mv_list{

  margin-top: calc(80* (100vw / 750 ));
}

.LP_page .mv .mv_list a{
  position: relative;
  background: var(--color_03);
  width: calc(611* (100vw / 750 ));
  margin: auto;
  height: calc(614* (100vw / 750 ));
  line-height: calc(614* (100vw / 750 ));
  box-shadow: inset calc(5* (100vw / 750 )) calc(3* (100vw / 750 )) calc(6* (100vw / 750 )) rgba(0,0,0,.16);
  border-radius: 200px;
}

.LP_page .mv .mv_list_ttl{
  color: var(--color_04);
  text-align: center;
  font-weight: bold;
  font-size: calc(45* (100vw / 750 ));
  line-height: 1.2;
  padding-top: calc(110*(100vw / 750));
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.LP_page .mv .mv_list li:nth-of-type(1) a .mv_list_ttl{
  padding-top: calc(85*(100vw / 750));
}


.LP_page .mv .mv_list_ttl sup{
  font-size: calc(22* (100vw / 750 ));
}

.LP_page .mv .mv_list_img{
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(770* (100vw / 750 ));
}

.LP_page .mv .mv_list_text {
  color: var(--color_04);
  text-align: center;
  font-weight: bold;
  margin-top: calc(240* (100vw / 750 ));
  font-weight: 500;
}

.LP_page .mv .mv_list_text span:first-of-type{
  font-size: calc(27* (100vw / 750 ));
  line-height: 1.2;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.LP_page .mv .mv_list_text span:last-of-type{
  font-size: calc(45* (100vw / 750 ));
  line-height: 1.2;
  display: block;
}

.LP_page .mv .mv_list li:nth-of-type(n+2) {
  margin-top: calc(90* (100vw / 750 ));
}

.LP_page .mv .mv_list li.toothpaste_completeCare a{
  background: var(--color_01);
}

.LP_page .mv .mv_list li.toothpaste_whitening a .c_atention{
  left: calc(-50* (100vw / 750 ));
  top: calc(-85* (100vw / 750 ));
}

.LP_page .mv .mv_list li.toothpaste_completeCare a .mv_list_ttl{
  padding-top: calc(125* (100vw / 750 ));
  color: var(--color_02);
}


.LP_page .mv .mv_list li.toothpaste_completeCare a .mv_list_text {
  color: var(--color_02);
}

.mv_list_detail{
  margin-bottom: calc(-50* (100vw / 750 ));
  margin-top: calc(30* (100vw / 750 ));
  font-size: calc(22* (100vw / 750 ));
  text-align: right;
  margin-right: calc(34* (100vw / 750 ));
  line-height: 1.7;
  color: var(--color_04);
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.LP_page .mv .mv_list li.toothpaste_manukaPropolis a{
  background: var(--color_05);
}

.LP_page .mv .mv_list li.toothpaste_manukaPropolis a .mv_list_ttl{
  color: var(--color_07);
  padding-top: calc(125* (100vw / 750 ));
}

.LP_page .mv .mv_list li.toothpaste_manukaPropolis a .mv_list_text {
  color: var(--color_07);
}

.LP_page .mv  .c_btn{
  margin-top: calc(94* (100vw / 750 ));
  background: var(--color_head);
}

.LP_page .learning_text {
  text-align: center;
  font-size: calc(30*(100vw / 750));
  line-height: 1.5;
  color: var(--color_head);
  margin: calc(100*(100vw / 750)) auto 0;
}

.LP_page .learning_banner {
  width: calc(680*(100vw / 750));
  margin: calc(50*(100vw / 750)) auto 0;
}

/* nav */
.LP_page .nav{
  width: calc(680* (100vw / 750 ));
  margin: auto;
  margin-top: calc(93* (100vw / 750 ));
  margin-bottom: calc(70* (100vw / 750 ));
}
.LP_page .nav .border_ttl .border::before{
  width: calc(80* (100vw / 750 ));
  margin-right: calc(0* (100vw / 750 ));
}
.LP_page .nav .border_ttl .border::after{
  width: calc(80* (100vw / 750 ));
  margin-left: calc(0* (100vw / 750 ));
}
.LP_page .nav ul{
  display: flex;
  justify-content: space-between;
  margin-top: calc(60* (100vw / 750 ));
}
.LP_page .nav ul li a{
  position: relative;
  width: calc(220* (100vw / 750 ));
  height: calc(220* (100vw / 750 ));
  border-radius: calc(20* (100vw / 750 ));
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: calc(28* (100vw / 750 ));
  line-height: 1.4;
}

  .LP_page .nav ul li.toothpaste_whitening a::before{
    background-image: url(../img/triangle_green.png);
  }

  .LP_page .nav ul li.toothpaste_completeCare a::before{
    background-image: url(../img/triangle_blue.png);
  }

  .LP_page .nav ul li.toothpaste_manukaPropolis a::before{
    background-image: url(../img/triangle_red_new.png);
  }

.LP_page .nav ul li a::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(28* (100vw / 750 ));
  height: calc(18* (100vw / 750 ));
  bottom: calc(20* (100vw / 750 ));
}
.LP_page .nav ul li a{ 
  border: solid calc(5* (100vw / 750 ));
  }

   .LP_page .nav ul li.toothpaste_whitening {
    background: var(--color_03);
    border-color: var(--color_04);
    color: var(--color_04);
  }

  .LP_page .nav ul li.toothpaste_manukaPropolis {
    background: var(--color_05);
    border-color: var(--color_07);
    color: var(--color_07);
  }

  .LP_page .nav ul li.toothpaste_completeCare {
    background: var(--color_01);
    border-color: var(--color_02);
    color: var(--color_02);
  }


/* blue */
.LP_page .type.--01{
  background: var(--color_01);
  padding-top: calc(70* (100vw / 750 ));
  padding-bottom: calc(100* (100vw / 750 ));
}

.LP_page .type .type_inner{
  width: calc(680* (100vw / 750 ));
  margin: auto;
}

.LP_page .type .type_bubble{
  width: calc(522* (100vw / 750 ));
  margin: auto;
  height: calc(112* (100vw / 750 ));
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color_02);
  border-radius: calc(168* (100vw / 750 ));
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: calc(34* (100vw / 750 ));
}

.LP_page .type .type_bubble::before{
  content: "";
  position: absolute;
  background-image: url(../img/left_triangle_blue.png);
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-30* (100vw / 750 ));
  width: calc(50* (100vw / 750 ));
  height: calc(33* (100vw / 750 ));
  background-repeat: no-repeat;
}
.LP_page .type .type_list ul{
  background-image: url(../img/bg_sp.png);
  box-shadow:inset 0 calc(-3* (100vw / 750 )) calc(6* (100vw / 750 )) rgba(0,0,0,.16);
  background-size: cover;
  padding: calc(80* (100vw / 750 )) 0 calc(90* (100vw / 750 ));
  margin-top: calc(40* (100vw / 750 ));
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 750 ));
  font-size: calc(33* (100vw / 750 ));
}

.LP_page .type .type_list li{
  position: relative;
  padding-left:calc(79* (100vw / 750 ));
  padding-right: calc(42* (100vw / 750 ));
  line-height: 1.3;
}


.LP_page .type .type_list li::before{
  content: "";
  position: absolute;
  background-image: url(../img/blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(31* (100vw / 750 ));
  height: calc(25* (100vw / 750 ));
  left: calc(43* (100vw / 750 ));
  top: 0;
}

.LP_page .type .type_head {
  font-size: calc(55* (100vw / 750 ));
  margin-top: calc(68* (100vw / 750 ));
  text-align: center;
  color: var(--color_02);
  line-height: 1.3;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.LP_page .type .type_sub_head {
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: var(--color_04);
  font-size: calc(22* (100vw / 750 ));
  text-align: right;
  margin-top: calc(35* (100vw / 750 ));
  line-height: 1.7;
}

.LP_page .type .type_product_img_wrap{
  width: calc(620* (100vw / 750 ));
  margin: auto;
  height: calc(620* (100vw / 750 ));
  margin-top: calc(53* (100vw / 750 ));
  background-color: var(--color_02);
  border-radius: 200px;
  box-shadow:
    inset 0 calc(10 * (100vw / 750 )) calc(10* (100vw / 750 )) rgba(0,0,0,.16),
    0 calc(6 * (100vw / 750 )) calc(6* (100vw / 750 )) rgba(0,0,0,.16)
  ;
}

.LP_page .type .type_product_img{
  width: calc(385* (100vw / 750 ));
  margin: auto;
}

.LP_page .type .type_product_text_wrap{
  margin-top: calc(40* (100vw / 750 ));
}

.LP_page .type .type_product_name .new_icon {
  display: inline-block;
  font-size: calc(35*(100vw / 750));
  padding: calc(10*(100vw / 750)) calc(10*(100vw / 750)) calc(8*(100vw / 750));
  color: #fff;
  background: var(--color_07);
  margin-right: calc(10*(100vw / 750));
}

.LP_page .type .type_product_name{
  font-size: calc(43* (100vw / 750 ));
  line-height: 1.2;
  font-weight: bold;
  margin-top: calc(0* (100vw / 750 ));
  color: var(--color_02);
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

.LP_page .type .type_product_tax{
  font-size: calc(40* (100vw / 750 ));
  font-weight: bold;
  color: var(--color_02);
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: calc(17* (100vw / 750 ));
}

.LP_page .type .type_product_tax span:last-of-type{
  font-size: calc(28* (100vw / 750 ));
}

.LP_page .type .type_product_text{
  font-size: calc(33* (100vw / 750 ));
  margin-top: calc(45* (100vw / 750 ));
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.LP_page .type .type_product_text sup{
  font-size: calc(22* (100vw / 750 ));
}

.LP_page .type .type_product_text span:first-of-type{
line-height: 1.5;
}

.LP_page .type .type_product_text span:last-of-type{
  display: block;
  text-align: right;
  font-size: calc(22*(100vw / 750));
  margin-top: calc(20*(100vw / 750));
  line-height: 1.5;
}

.LP_page .type .type_product_list ul{
  margin-top: calc(30* (100vw / 750 ));
  display: flex;
  justify-content: space-between;
}

.LP_page .type .type_product_list li{
  width: calc(196* (100vw / 750 ));
  height: calc(196* (100vw / 750 ));
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 200px;
  background: #fff;
  border: var(--color_02) 1px solid;
  line-height: 1.2;
  text-align: center;
  color: #009FDC;
  position: relative;
  white-space: nowrap;
}

.LP_page .type .type_product_list li span:nth-of-type(2){
  display: block;
  font-size: calc(22* (100vw / 750 ));
  text-align: right;
  padding-right: calc(10* (100vw / 750 ));
  position: absolute;
  bottom: calc(58* (100vw / 750 ));
  right: calc(10* (100vw / 750 ));
}

.LP_page .type .type_product_list p{
  text-align: right;
  margin-top: calc(43* (100vw / 750 ));
  font-size: calc(22* (100vw / 750 ));
  color: #009FDC;

}

.LP_page .type .type_detail {
  margin-top: calc(30* (100vw / 750 ));
}

.LP_page .type .type_detail_wrap{
  display: flex;
  align-items: flex-start;
  font-size: calc(24* (100vw / 750 ));
  justify-content: space-between;
}

.LP_page .type .type_detail_wrap p{
  line-height: 1.5;
}

.LP_page .type .type_detail_wrap p:last-of-type{
  width: calc(548* (100vw / 750 ));
}

.LP_page .type .type_detail_wrap p span:last-of-type{
  display: block;
  text-align: right;
  font-size: calc(22* (100vw / 750 ));
  margin-top: calc(25* (100vw / 750 ));
}

.LP_page .type .component{
  margin-top: calc(84* (100vw / 750 ));
}

.LP_page .type .component_head{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color_02);
  margin-bottom: calc(25* (100vw / 750 ));
  font-weight: 500;
}

.LP_page .type .component_head span:first-of-type{
  font-size: calc(65* (100vw / 750 ));
}

.LP_page .type .component_head span:last-of-type{
  font-size: calc(35* (100vw / 750 ));
}

.LP_page .type .component_list {
  display: flex;
  flex-direction: column;
  gap: calc(40* (100vw / 750 ));
}

.LP_page .type .component_list li{
  background-color: #fff;
  padding: calc(38* (100vw / 750 )) 0;
}

.LP_page .type .component_list h2{
  font-size: calc(38* (100vw / 750 ));
  font-weight: bold;
  text-align: center;
  color: var(--color_02);
}

.LP_page .type .component_list_inner{
  display: flex;
  justify-content: center;
  gap: calc(20* (100vw / 750 ));
  margin-top: calc(35* (100vw / 750 ));
  align-items: center;
}

.LP_page .type .component_img{
  width: calc(207* (100vw / 750 ));
}

.LP_page .type .component_text{
  width: calc(413*(100vw / 750));
  line-height: 1.6;
  font-size: calc(24*(100vw / 750));
}
.LP_page .type .component_detail{
  text-align: right;
  margin-top: calc(20*(100vw / 750));
  font-size: calc(20*(100vw / 750));
  padding-right: calc(53*(100vw / 750));
}

.LP_page .type .feature{
  margin-top: calc(55* (100vw / 750 ));
}

.LP_page .type .feature_head{
  color: var(--color_02);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(25* (100vw / 750 ));
  font-weight: 500;
}

.LP_page .type .feature_wrap {
  background-color: #fff;
  padding: calc(45* (100vw / 750 )) 0;
  filter: drop-shadow(0 calc(3* (100vw / 750 )) calc(6* (100vw / 750 )) rgba(0, 0, 0, .16));

}

.LP_page .type .feature_head span:first-of-type{
  font-size: calc(65* (100vw / 750 ));
}

.LP_page .type .feature_head span:last-of-type{
  font-size: calc(35* (100vw / 750 ));
}

.LP_page .type .feature_img {
  width: calc(656* (100vw / 750 ));
  margin: auto;
}

.LP_page .type .feature_list {
  display: flex;
  flex-direction: column;
  gap: calc(30* (100vw / 750 ));
  padding-left: calc(90* (100vw / 750 ));
  padding-top: calc(52* (100vw / 750 ));
  font-size: calc(30* (100vw / 750 ));
}

.LP_page .type .feature_list li{
  position: relative;
}

.LP_page .type .feature_list li sup{
  font-size: calc(22* (100vw / 750 ));
}

.LP_page .type .feature_list li::before{
  content: "";
  position: absolute;
  color: var(--color_02);
  width: calc(31* (100vw / 750 ));
  height: calc(31* (100vw / 750 ));
  top: calc(-5* (100vw / 750 ));
  left: calc(-53* (100vw / 750 ));
  font-weight: bold;
  border: calc(3* (100vw / 750 )) solid  var(--color_02);
  border-radius: 20px;
}

.LP_page .type .feature_detail{
  text-align: right;
  margin-top: calc(53* (100vw / 750 ));
  font-size: calc(22* (100vw / 750 ));
  padding-right: calc(43* (100vw / 750 ));
}

.LP_page .type.--01 .c_btn{
  margin-top: calc(68* (100vw / 750 ));
  background: var(--color_02);
}

.LP_page .type#blue .type_product_list li:nth-of-type(1){
  font-size: calc(37* (100vw / 750 ));
}

.LP_page .type#blue .type_product_list li:nth-of-type(2){
  font-size: calc(35* (100vw / 750 ));
}

.LP_page .type#blue .type_product_list li:nth-of-type(3){
  font-size: calc(37* (100vw / 750 ));
}

.LP_page .type#green .type_product_list li:nth-of-type(1){
  font-size: calc(39* (100vw / 750 ));
}

.LP_page .type#green .type_product_list li:nth-of-type(2){
  font-size: calc(39* (100vw / 750 ));
}

.LP_page .type#green .type_product_list li:nth-of-type(3){
  font-size: calc(39* (100vw / 750 ));
}

.LP_page .type#red .type_product_list li:nth-of-type(1){
  font-size: calc(37* (100vw / 750 ));
}

.LP_page .type#red .type_product_list li:nth-of-type(2){
  font-size: calc(37* (100vw / 750 ));
}

.LP_page .type#red .type_product_list li:nth-of-type(3){
  font-size: calc(33* (100vw / 750 ));
}

/* green */
.LP_page #green.type{
  background: var(--color_03);
  padding-top: calc(70* (100vw / 750 ));
  padding-bottom: calc(100* (100vw / 750 ));
}

.LP_page #green.type .type_bubble{
  background: var(--color_04);
}

.LP_page #green.type .type_bubble::before{
  background-image: url(../img/left_triangle_green.png);
}

.LP_page #green.type .type_head {
  color: var(--color_04);
  position: relative;
  margin-top: calc(136* (100vw / 750 ));
}

.LP_page #green.type .type_head sup{
  font-size: calc(22* (100vw / 750 ));
  vertical-align: top;
}

.LP_page #green.type .type_head_wrap {
  position: relative;
}

.LP_page #green.type .type_head_wrap .c_atention{
  position: absolute;
  top: calc(-90* (100vw / 750 ));
  left: calc(-30* (100vw / 750 ));
}

.LP_page #green.type .type_product_name{
  color: var(--color_04);
}

.LP_page #green.type .type_product_tax{
  color: var(--color_04);
}

.LP_page #green.type .type_product_img_wrap{
  background-color: var(--color_04);
}

.LP_page #green.type .type_product_list li{
  border: var(--color_04) 1px solid;
  color: var(--color_04);
}

.LP_page #green.type .type_product_list p{
  color: var(--color_04);
}

.LP_page #green.type .component_head{
  color: var(--color_04);
}

.LP_page #green.type .component_list h2{
  color: var(--color_04);
}

.LP_page #green.type .feature_head{
  color: var(--color_04);
}

.LP_page #green.type .feature_list li::before{
  border: calc(3* (100vw / 750 )) var(--color_04) solid;
}

.LP_page #green.type .c_btn{
  margin-top: calc(68* (100vw / 750 ));
  background: var(--color_04);
}

/* red */
.LP_page #red.type{
  background: var(--color_05);
  padding-top: calc(70* (100vw / 750 ));
  padding-bottom: calc(100* (100vw / 750 ));
}

.LP_page #red.type .type_bubble{
  background: var(--color_07);
}

.LP_page #red.type .type_bubble::before{
  background-image: url(../img/left_triangle_red_new.png);
}

.LP_page #red.type .type_head {
  color: var(--color_07);
}

.LP_page #red.type .type_product_name{
  color: var(--color_07);
}

.LP_page #red.type .type_product_tax{
  color: var(--color_07);
}

.LP_page #red.type .type_product_img_wrap{
  background-color: var(--color_07);
}

.LP_page #red.type .type_product_list li{
  border: var(--color_07) 1px solid;
  color: var(--color_07);
}

.LP_page #red.type .type_product_list p{
  color: var(--color_07);
}

.LP_page #red.type .component_head{
  color: var(--color_07);
}

.LP_page #red.type .component_list h2{
  color: var(--color_07);
}

.LP_page #red.type .feature_head{
  color: var(--color_07);
}

.LP_page #red.type .feature_list li::before{
  border: calc(3* (100vw / 750 )) solid var(--color_07);
}

.LP_page #red.type .c_btn{
  margin-top: calc(68* (100vw / 750 ));
  background: var(--color_07);
}

.LP_page #red.type .type_product_list li span:nth-of-type(2){
  bottom: calc(38* (100vw / 750 ));
}

/* recommend_laundry */
.LP_page .recommend_laundry{
  background: #F2F2F2;
  padding: calc(83*(100vw / 750)) 0 calc(150*(100vw / 750));
}

.LP_page .recommend_laundry_wrap{
  width: calc(680* (100vw / 750 ));
  margin: auto;
}

.LP_page .recommend_list {
  margin: calc(57 * (100vw/750)) auto 0;
}

.LP_page .recommend_list li {
  position: relative;
  width: calc(620*(100vw / 750));
  padding: calc(46*(100vw / 750)) 0 calc(100*(100vw / 750)) 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto calc(45*(100vw / 750));
  border: var(--color_head) 1px solid;
}

.LP_page .recommend_list .recommend_image {
  width: calc(540 * (100vw/750));
  margin-bottom: calc(-7 * (100vw/750));
}

.LP_page .recommend_list .recommend_item_name {
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  margin-top: calc(47* (100vw / 750 ));
  padding: 0 calc(25* (100vw / 750 ));
  margin-bottom: calc(20 * (100vw/750));
  font-size: calc(42 * (100vw/750));
  line-height: 1.5;
  letter-spacing: -0.06em;
  color: #000;
  text-align: left;
}

.LP_page .recommend_list .price_sale_group {
  display: flex;
  align-content: center;
  animation: flex-start;
  align-items: center;
}

.LP_page .recommend_list .sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(206 * (100vw/750));
  height: calc(167 * (100vw/750));
  border-radius: calc(68 * (100vw/750));
  background-color: var(--color_06);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .16));
  justify-content: center;
}

.LP_page .recommend_list .sale_value {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: calc(2 * (100vw/750))
}

.LP_page .recommend_list .sale_num {
  font-family: "AlrightSans";
  margin-bottom: calc(0 * (100vw/750));
  font-size: calc(98 * (100vw/750));
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.LP_page .recommend_list .sale_percentage {
  font-weight: 500;
  font-size: calc(38 * (100vw/750));
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: calc(13*(100vw / 750));
}

.LP_page .recommend_list .sale_en {
  margin: calc(-9 * (100vw/750)) 0 0 calc(0 * (100vw/750));
  font-family: "AlrightSans";
  font-size: calc(50 * (100vw/750));
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.LP_page .recommend_list .price_change {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: calc(331*(100vw / 750));
  padding-bottom: calc(18*(100vw / 750));
  border-bottom: 2px solid var(--color_06);
}

.LP_page .recommend_list .price_old {
  position: relative;
  font-family: "AlrightSans";
  font-weight: normal;
  font-size: calc(52 * (100vw/750));
  line-height: 1;
  letter-spacing: -0.06em;
  color: #000;
  margin: calc(-3 * (100vw/750)) 0 calc(4 * (100vw/750)) calc(27 * (100vw/750));
  font-weight: 500;
}

.LP_page .recommend_list .price_old:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: calc(100% - 28px);
  height: 2px;
  background: #000;
  content: "";
}

.LP_page .recommend_list .price_old .tax {
  font-weight: 700;
  font-size: calc(28 * (100vw/750));
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.LP_page .recommend_list .price_new {
  font-family: "AlrightSans";
  font-weight: normal;
  font-size: calc(64 * (100vw/750));
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--color_06);
  margin-left: calc(5 * (100vw/750));
  font-weight: 500;
}

.LP_page .recommend_list .price_new .tax {
  font-weight: 700;
  font-size: calc(37 * (100vw/750));
  line-height: 1;
  letter-spacing: 0;
  color: var(--color_06);
}

.LP_page .recommend_list .price {
  display: block;
  width: calc(351.39*(100vw / 750));
  margin: calc(0*(100vw / 750)) auto calc(-8*(100vw / 750));
  padding-bottom: calc(10*(100vw / 750));
  font-family: "AlrightSans";
  font-size: calc(62 * (100vw/750));
  line-height: 1;
  letter-spacing: -0.06em;
  color: #000;
  border-bottom: 2px solid #000;
  text-align: center;
}

.LP_page .recommend_list .price .tax {
  font-weight: 700;
  font-size: calc(36 * (100vw/750));
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}

.LP_page .recommend_list .c_btn {
  position: relative;
  display: block;
  height: calc(104* (100vw / 750 ));
  line-height: calc(114* (100vw / 750 ));
  background: var(--color_head);
  color: #fff;
  font-size: calc(46 * (100vw/750));
  letter-spacing: 0.04em;
  margin-top: calc(60 * (100vw/750));
  width: calc(379 * (100vw/750));
  border-radius: 0;
}

.LP_page .recommend_list .c_btn::before{
  display: none;
}



/* voice */
.LP_page .voice{
  background:#F2F2F2 ;
  padding: 0 0 calc(120* (100vw / 750 ));
}

.LP_page .voice_wrap{
  width: calc(680* (100vw / 750 ));
  margin: auto;
}

.LP_page .voice_wrap .border_ttl .border{
  font-size: calc(71* (100vw / 750 ));
  font-weight: 500;
}

.LP_page .voice_wrap .border_ttl .border::before{
  width: 100%;
}

.LP_page .voice_wrap .border_ttl .border::after{
  width: 100%;
}

.LP_page .voice_wrap .border_ttl .mini_text{
  font-size: calc(40* (100vw / 750 ));
  font-weight: 500;
}

.LP_page .voice_wrap .voice_list{
  display: flex;
  flex-direction: column;
  gap: calc(30* (100vw / 750 ));
  margin-top: calc(68* (100vw / 750 ));
}

.LP_page .voice_list_inner{
  background-image: url(../img/voice_bg_01_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(679* (100vw / 750 ));
  height: calc(521* (100vw / 750 ));
}

.LP_page  .voice_list li:nth-of-type(1) .voice_list_inner{
  background-image: url(../img/voice_bg_02_sp.png);
}

.LP_page  .voice_list li:nth-of-type(3) .voice_list_inner{
  background-image: url(../img/voice_bg_03_sp.png);
  height: calc(644* (100vw / 750 ));
}

.LP_page  .voice_list li:nth-of-type(2) .voice_icon{
  margin-left: auto;
}

.LP_page .voice_icon{
  width: calc(146* (100vw / 750 ));
}

.LP_page .voice_head_wrap{
  width: fit-content;
  padding: calc(50* (100vw / 750 )) calc(32* (100vw / 750 )) 0;
}

.LP_page .voice_wrap .voice_list li:nth-child(1) .voice_head_wrap {
  padding-top: calc(70*(100vw / 750));
}

.LP_page .voice_evaluation{
  position: relative;
  font-size: calc(25* (100vw / 750 ));
  letter-spacing: -0.03em;
}

.LP_page .voice_evaluation::before{
  content: "";
  position: absolute;
  background-image: url(../img/star.png);
  width: calc(146* (100vw / 750 ));
  height: calc(25* (100vw / 750 ));
  background-size: contain;
  top: calc(-4* (100vw / 750 ));
  left: calc(73* (100vw / 750 ));
}

.LP_page .voice_name{
  font-size: calc(25* (100vw / 750 ));
  letter-spacing: -0.03em;
  margin-top: calc(30* (100vw / 750 ));
}

.LP_page  .voice_list li .voice_name span{
  font-weight: bold;
  color: var(--color_04);
}

.LP_page  .voice_list li:nth-of-type(2) .voice_name span{
  color: var(--color_02);
}

.LP_page  .voice_list li:nth-of-type(3) .voice_name span{
  color: var(--color_06);
}

.LP_page .voice_text{
  font-size: calc(25* (100vw / 750 ));
  letter-spacing: -0.03em;
  margin-top: calc(30* (100vw / 750 ));
  font-weight: bold;
  line-height: 1.8;
  padding: 0 calc(30* (100vw / 750 ));
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* Item Lineup */
.LP_page .Lineup{
  background:#F2F2F2 ;
  padding: 0 0 calc(145* (100vw / 750 ));
}

.LP_page .Lineup_wrap{
  width: calc(680* (100vw / 750 ));
  margin: auto;
  border: var(--color_head) calc(3* (100vw / 750 )) solid;
  border-radius: calc(24* (100vw / 750 ));
  background: #fff;
  padding: calc(90* (100vw / 750 )) calc(35* (100vw / 750 )) calc(110* (100vw / 750 ));
}

.LP_page .Lineup_wrap .border_ttl .border{
  font-size: calc(71* (100vw / 750 ));
  font-weight: 500;
  letter-spacing: -0.03em;
  padding: 0 calc(30* (100vw / 750 ));
}

.LP_page .Lineup_wrap .border_ttl .border::before{
  width: 100%;
}

.LP_page .Lineup_wrap .border_ttl .border::after{
  width: 100%;
}

.LP_page .Lineup_wrap .border_ttl .mini_text{
  font-size: calc(40* (100vw / 750 ));
  font-weight: 500;
  letter-spacing: -0.03em;
}

.LP_page .Lineup_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.LP_page .Lineup_list li{
  width: calc(190* (100vw / 750 ));
  margin: auto;
  margin-top: calc(75* (100vw / 750 ));
}

.LP_page .Lineup_list li:nth-of-type(2) .Lineup_head{
  background-color: var(--color_02);
}

.LP_page .Lineup_list li:nth-of-type(3) .Lineup_head{
  background-color: var(--color_04);
}

.LP_page .Lineup_head{
  width: calc(160*(100vw / 750));
  margin: auto;
  height: calc(160*(100vw / 750));
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color_07);
  color: #fff;
  box-shadow: inset calc(5*(100vw / 750)) calc(3*(100vw / 750)) calc(6*(100vw / 750)) rgba(0, 0, 0, .16);
  letter-spacing: 0.05em;
  font-size: calc(22*(100vw / 750));
  line-height: 1.3;
  border-radius: 200px;
  text-align: center;
}

.LP_page .Lineup_img{
  width: calc(112* (100vw / 750 ));
  margin: auto;
}


.LP_page .Lineup_list li{
  width: calc(220*(100vw / 750));
  margin: auto;
  margin-top: calc(75*(100vw / 750));
}

.LP_page .Lineup_list li .c_btn{
  width: 100%;
  margin: 0;
  margin-top: calc(28* (100vw / 750 ));
  background: #fff;
  border: var(--color_07) calc(2* (100vw / 750 )) solid;
  color: var(--color_07);
  height: calc(62* (100vw / 750 ));
  line-height: calc(62* (100vw / 750 ));
  font-size: calc(27* (100vw / 750 ));
}

.LP_page .Lineup_list li:nth-of-type(2) .Lineup_head{
  background-color: var(--color_02);
}

.LP_page .Lineup_list li:nth-of-type(3) .Lineup_head{
  background-color: var(--color_04);
}

.LP_page .Lineup_list li:nth-of-type(2) .c_btn{
  color: var(--color_02);
  border: var(--color_02) calc(2* (100vw / 750 )) solid;
}

.LP_page .Lineup_list li:nth-of-type(3) .c_btn{
  color: var(--color_04);
  border: var(--color_04) calc(2* (100vw / 750 )) solid;
}

.LP_page .Lineup_list .c_btn::before{
  display: none;
}


.LP_page .Lineup .c_btn{
  width: calc(610* (100vw / 750 ));
  height: calc(104* (100vw / 750 ));
  line-height: calc(114* (100vw / 750 ));
  background: var(--color_head);
  margin-top: calc(85* (100vw / 750 ));
  letter-spacing: -0.03em;
  font-size: calc(32* (100vw / 750 ));
}

.LP_page .Lineup .c_btn::before{
  top: calc(55*(100vw / 750));
  right: calc(12*(100vw / 750));
}

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .sp {
    display: none;
  }
}
@media screen and  (max-width:768px) {
  .pc {
    display: none;
  }

}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/

@media screen and  (min-width:769px) {
  /* common */
  .LP_page .border_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  } 
  .LP_page .border_ttl .border{
    font-size: 4.8rem;
    letter-spacing: -0.05em;
  } 
  .LP_page .border_ttl .mini_text{
    font-size: 3.6rem;
    letter-spacing: -0.03em;
  } 

  .LP_page .border_ttl .border::before, 
  .LP_page .border_ttl .border::after {
    border-top: 3px solid var(--color_head);
    content: "";
    width: 15.8rem;
  }

  .LP_page .border_ttl .border::before {
    margin-right: 1.5rem;
  }

  .LP_page .border_ttl .border::after {
    margin-left: 1.5rem; 
  }

  .c_atention {
    position: absolute;
    width: fit-content;
  }

  .c_atention_wrap{
    background: #FFF0B0;
    width: 8.6rem;
    height: 8.6rem;
    line-height: 8.6rem;
    text-align: center;
    border-radius: 200px;
  }

  .LP_page .mv .mv_list_ttl sup{
    font-size: 0.8rem;
  }


.LP_page .mv .mv_list li.toothpaste_whitening a .c_atention{
  left: -7rem;
  top: -3rem;
}

  .c_atention p:last-of-type{
    font-size: 1.2rem;
    text-align: right;
  }

  .c_atention_wrap > span:first-of-type{
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 0.8rem;
  }

  .c_atention_wrap > span:last-of-type {
    font-size: 2.6rem;
    font-weight: bold;
  }

  .c_atention_wrap > span:last-of-type span{
    font-size: 4rem;
  }

  .LP_page .c_btn{
    position: relative;
    font-size: 2.8rem;
    color: #fff;
    background: #000;
    width: 76rem;
    height: 7.5rem;
    line-height: 8rem;
    display: block;
    border-radius: 85px;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .LP_page .c_btn::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.6rem;
    background-image: url(../img/arrow_white.png);
    width: 2.5rem;
    height: 2.5rem;
  }

  /*---------------------------------------------Smart phone*/

  /* mv */
  .LP_page .mv {
    padding-top: 5rem;
  }

  .LP_page .mv .mv_img_01 {
    width: 120rem;
    margin: 0 auto;
  }

  .LP_page .mv_wrap {
    padding: 10rem 0 7.6rem;
  }

  .LP_page .mv .mv_list{
    width: 113rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 6.5rem;
    position: relative;
  }

  .LP_page .mv .mv_list a{
    position: relative;
    width: 30rem;
    margin: auto;
    height: 30rem;
    line-height: 30rem;
    box-shadow: inset 5px 3px 6px rgba(0,0,0,.16);
    border-radius: 200px;
  }

  .LP_page .mv .mv_list_ttl{
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.2;
    padding-top: 7.5rem;
    letter-spacing: -0.03em;
  }

  .LP_page .mv .mv_list li.toothpaste_whitening a .mv_list_ttl{
      padding-top: 4.5rem;
    }

  .LP_page .mv .mv_list_img{
    width: 37.9rem;
  }

  .LP_page .mv .mv_list_text {
    text-align: center;
    font-weight: bold;
    margin-top: 12.5rem;
    letter-spacing: -0.03em;
  }

  .LP_page .mv .mv_list_text span:first-of-type{
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .LP_page .mv .mv_list_text span:last-of-type{
    font-size: 2rem;
    line-height: 1.2;
    display: block;
    font-weight: 500;
  }


  .LP_page .mv .mv_list li.toothpaste_completeCare a{
    margin-top: 0;
  }

  .LP_page .mv .mv_list li.toothpaste_completeCare a .mv_list_ttl{
    padding-top: 6.5rem;
  }


  .mv_list_detail{
    width: fit-content;
    margin: auto;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.7;
    color: var(--color_04);
  }

  .LP_page .mv .mv_list li:nth-of-type(n+2) {
    margin-top: 0;
  }

  .LP_page .mv .mv_list li.toothpaste_manukaPropolis a .mv_list_ttl{
    padding-top: 6rem;
  }


  .LP_page .mv  .c_btn{
    margin-top: 2.5rem;
    background: var(--color_head);
  }

  .LP_page .learning_text {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    color: var(--color_head);
    margin: 10rem auto 0;
  }

  .LP_page .learning_banner {
    width: 100rem;
    margin: 5rem auto 0;
  }

  /* nav */
  .LP_page .nav{
    width: 119.7rem;
    margin: auto;
    margin-top: 10rem;
  }
  .LP_page .nav .border_ttl .border::before{
    width: 15.7rem;
    margin-right: 0;
  }
  .LP_page .nav .border_ttl .border::after{
    width: 15.7rem;
    margin-left: 0;
  }
  .LP_page .nav ul{
    display: flex;
    justify-content: space-between;
    margin: 4.7rem 0 7.4rem;
  }
  .LP_page .nav ul li a{
    position: relative;
    width: 38.7rem;
    border-radius: 2.7rem;
    border: solid 5px;
    height: 12.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    font-size: 2.9rem;
    line-height: 1.4;
  }

  .LP_page .nav ul li a::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.2rem;
    height: 1.6rem;
    bottom: 2rem;
  }
  

  /* blue */
  .LP_page .type.--01{
    background: var(--color_01);
    padding-top: 16rem;
    padding-bottom: 14.2rem;
  }

  .LP_page .type .type_inner{
    width: 120rem;
    margin: auto;
  }

  .LP_page .type .type_bubble{
    width: 39.4rem;
    margin: auto;
    height: 8.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color_02);
    border-radius: 16.8rem;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.7rem;
    letter-spacing: -0.03em;
  }

  .LP_page .type .type_bubble::before{
    content: "";
    position: absolute;
    background-image: url(../img/left_triangle_blue.png);
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    width: 3.7rem;
    height: 2.5rem;
  }

  .LP_page .type .type_list ul{
    background-image: url(../img/bg_pc.png);
    box-shadow:  0 3px 6px rgba(0,0,0,.16);
    background-size: cover;
    padding: 5.3rem 0 5.3rem;
    padding-left:14rem;
    padding-right: 11rem;
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
    gap: 2.5rem 7.7rem;
    font-size: 2.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .LP_page .type .type_list li{
    position: relative;
    padding-left:0;
    padding-right: 0;
    white-space: nowrap;
  }

  .LP_page .type .type_list li::before{
    content: "";
    position: absolute;
    background-image: url(../img/blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.8rem;
    height: 2.3rem;
    left: -3rem;
    top: 0;
  }

  .LP_page .type .type_head {
    font-size: 6.6rem;
    margin-top: 6rem !important;
    text-align: center;
    color: var(--color_02);
    line-height: 1.3;
  }
  .LP_page #green.type .type_head_wrap .c_atention{
    top: -1rem;
    left: 9rem;
  }

  .LP_page #green.type .type_head sup{
    font-size: 1.2rem;
  }

  .LP_page .type .type_sub_head {
    color: var(--color_04);
    font-size: 1.1rem;
    text-align: right;
    margin-top: 1.4rem;
    line-height: 1.7;
}

  .LP_page .type .type_product {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
  }

  .LP_page .type .type_product_img_wrap{
    width: 62rem;
    margin: 0;
    height: 56.6rem;
    margin-top: 0;
    background-color: var(--color_02);
    border-radius: 440px;
    box-shadow:
      inset 0 10px 10px rgba(0,0,0,.16),
      0 6px 6px rgba(0,0,0,.16);
  }


  .LP_page .type.--03 .type_product_img{
    width: 54rem;
    margin: 1rem auto 0;
  }

  .LP_page .type .type_product_img{
    width: 39rem;
    margin: -1rem auto 0;
  }

  .LP_page .type .type_product_text_wrap{
    width: 54.3rem;
    margin-top: 0;
  }

  .LP_page .type .type_product_name{
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 0;
    color: var(--color_02);
    font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  .LP_page .type .type_product_name .new_icon {
    display: inline-block;
    font-size: 2.9rem;
    padding: 0.4rem 0.5rem 0.3rem;
    color: #fff;
    background: var(--color_07);
    margin-right: 1rem;
  }


  .LP_page .type .type_product_tax{
    margin-top: 2rem;
    font-size: 3.5rem;
    font-weight: bold;
    color: var(--color_02);
    font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  .LP_page .type .type_product_tax span:last-of-type{
    font-size: 2rem;
    display: inline-grid;
  }

  .LP_page .type .type_product_text{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  
  .LP_page .type .type_product_text sup{
    font-size: 1.8rem;
  }

  .LP_page .type .type_product_text span:last-of-type{
    text-align: right;
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.6;
  }

  .LP_page .type .type_product_list ul{
    margin-top: 2.2rem;
    display: flex;
    justify-content: flex-start;
    gap: 3.3rem;
  }

  .LP_page .type .type_product_list li{
    width: 14.6rem;
    height: 14.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 200px;
    background: #fff;
    border: var(--color_02) 1px solid;
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
    color: #009FDC;
  }

  .LP_page .type .type_product_list li span:nth-of-type(2){
    display: block;
    font-size: 1.5rem;
    text-align: right;
    padding-right: 0.5rem;
    right: 1rem;
    bottom: 4rem;
  }

  .LP_page .type .type_product_list p{
    text-align: right;
    margin-top: 1.8rem;
    font-size: 1.2rem;
    color: #009FDC;

  }

  .LP_page .type .type_detail {
    margin-top: 2rem;
  }

  .LP_page .type .type_detail_wrap{
    display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    justify-content: space-between;
    max-width: 117rem;
    margin: auto;
  }

  .LP_page .type .type_detail_wrap p{
    line-height: 1.6;
    font-size: 1.5rem;
  }
  
  .LP_page .type .type_detail_wrap p:last-of-type {
    width: 107rem;
  }

  .LP_page .type .type_detail_wrap p:last-of-type span:nth-last-of-type(1){
    font-size: 1.5rem;
  }

  .LP_page .type .type_detail.--02 .type_detail_wrap p:last-of-type{
    font-size: 1.5rem;
  }

  .LP_page .type .type_detail_wrap p span:last-of-type{
    display: block;
    text-align: left;
    font-size: 1.2rem;
    margin-top: 1.3rem;
  }

  .LP_page .type .component{
    margin-top: 4.7rem;
  }

  .LP_page .type .component_head{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--color_02);
    margin-bottom: 2rem;
    gap: 2.2rem;
  }

  .LP_page .type .component_head span:first-of-type{
    font-size: 4.2rem;
  }

  .LP_page .type .component_head span:last-of-type{
    font-size: 2.9rem;
  }

  .LP_page .type .component_list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .LP_page .type.--01 .component_list li ,
  .LP_page .type.--03 .component_list li{
    width: 59rem;
  }

  .LP_page .type .component_list li{
    width: 100%;
    background-color: #fff;
    padding: 4.3rem 2.7rem  ;
  }

  .LP_page .type .component_list h2{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: var(--color_02);
  }

  .LP_page .type.--01  .component_list_inner{
    grid-template-columns: 16rem 35.3rem;
  }
  
  .LP_page .type .component_list_inner{
    display: grid;
    justify-content: center;
    gap: 2.3rem;
    margin-top: 0;
    align-items: center;
    grid-template-columns: 16rem 96.3rem;
  }

  .LP_page .type.--01 .component_list_inner ,
  .LP_page .type.--03 .component_list_inner{
    grid-template-columns: 16rem 35.3rem;
  }

  .LP_page .type .component_img{
    width: 16rem;
  }

  .LP_page .type .component_text{
    width: 100%;
    line-height: 2;
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
  .LP_page .type.--01 .component_detail{
    padding-left: 0;
    margin-top: 1.4rem;
  }
  .LP_page .type .component_detail{
    text-align: left;
    margin-top: 2rem;
    font-size: 1.1rem;
    padding-right: 0;
    padding-left: 0;
    margin-top: 2rem;
  }

  .LP_page .type .feature{
    margin-top: 5rem;
  }

  .LP_page .type .feature_head{
    color: var(--color_02);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1.4rem;
    margin-bottom: 1rem;
  }

  .LP_page .type .feature_wrap {
    background-color: #fff;
    padding: 10rem 0 6.3rem;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
  }

  .LP_page .type .feature_head span:first-of-type{
    font-size: 4.4rem;
  }

  .LP_page .type .feature_head span:last-of-type{
    font-size: 2.9rem;
  }

  .LP_page .type .feature_img {
    width: 79.7rem;
    margin: auto;
  }

  .LP_page .type .feature_list {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 3rem 12rem;
    padding-left: 20.8rem;
    padding-top: 10.6rem;
    flex-wrap: wrap;
    font-size: 2.5rem;
  }

  .LP_page .type .feature_list li{
    position: relative;
  }

  .LP_page .type.--01 .feature_list li:nth-of-type(2){
    left: -1rem;
  }

  .LP_page .type.--02 .feature_list li:nth-of-type(2){
    left: -1rem;
  }

  .LP_page .type.--03 .feature_list li:nth-of-type(2){
    left: -1rem;

  }

  .LP_page .type .feature_list li sup{
    font-size: 1.5rem;
  }

  .LP_page .type .feature_list li::before{
    content: "";
    position: absolute;
    color: var(--color_02);
    width: 2.4rem;
    height:2.4rem;
    top: 0;
    left: -3rem;
    border: 3px solid  var(--color_02);

  }

  .LP_page .type .feature_detail{
    text-align: right;
    margin-top: 0;
    font-size: 1.2rem;
    padding-right: 11.6rem;
  }

  .LP_page .type .c_btn{
    width: 100rem;
    height: 8.4rem;
    line-height: 9.4rem;
  }

  .LP_page .type.--01 .c_btn{
    margin-top: 6.7rem;
    background: var(--color_02);
  }


  .LP_page .type#blue .type_product_list li:nth-of-type(1){
    font-size: 2.8rem;
  }
  
  .LP_page .type#blue .type_product_list li:nth-of-type(2){
    font-size: 2.8rem;
  }
  
  .LP_page .type#blue .type_product_list li:nth-of-type(3){
    font-size: 2.9rem;
  }
  
  .LP_page .type#green .type_product_list li:nth-of-type(1){
    font-size: 2.9rem;
  }
  
  .LP_page .type#green .type_product_list li:nth-of-type(2){
    font-size: 2.8rem;
  }
  
  .LP_page .type#green .type_product_list li:nth-of-type(3){
    font-size: 2.9rem;
  }
  
  .LP_page .type#red .type_product_list li:nth-of-type(1){
    font-size: 2.8rem;
  }
  
  .LP_page .type#red .type_product_list li:nth-of-type(2){
    font-size: 2.9rem;
  }
  
  .LP_page .type#red .type_product_list li:nth-of-type(3){
    font-size: 2.5rem;
  }
  

  /* green */
  .LP_page #green.type{
    background: var(--color_03);
    padding-top: 9.4rem;
    padding-bottom: 9.6rem;
  }

  .LP_page #green.type .type_bubble{
    background: var(--color_04);
  }

  .LP_page #green.type .type_bubble::before{
    background-image: url(../img/left_triangle_green.png);
  }

  .LP_page #green.type .type_head {
    color: var(--color_04);
  }

  .LP_page #green.type .type_product_name{
    color: var(--color_04);
  }

  .LP_page #green.type .type_product_tax{
    color: var(--color_04);
  }

  .LP_page #green.type .type_product_img_wrap{
    background-color: var(--color_04);
  }

  .LP_page #green.type .type_product_list li{
    border: var(--color_04) 1px solid;
    color: var(--color_04);
  }

  .LP_page #green.type .type_product_list p{
    color: var(--color_04);
  }

  .LP_page #green.type .component_head{
    color: var(--color_04);
  }

  .LP_page #green.type .component_list h2{
    color: var(--color_04);
    margin-top: 0;
  }

  .LP_page #green.type .feature_head{
    color: var(--color_04);
  }

  .LP_page #green.type .feature_list li::before{
    border: 3px solid var(--color_04);
  }

  .LP_page #green.type  .type_product_text span:last-of-type{
    text-align: left;
    font-size: 1.2rem;
    margin-top: 2rem;
  }

  .LP_page #green.type .c_btn{
    margin-top: 5.8rem;
    background: var(--color_04);
  }

  /* red */
  .LP_page #red.type{
    background: var(--color_05);
    padding-top: 9.6rem;
    padding-bottom: 11.8rem;
  }

  .LP_page #red.type .type_bubble{
    background: var(--color_07);
  }

  .LP_page #red.type .type_bubble::before{
    background-image: url(../img/left_triangle_red_new.png);
  }

  .LP_page #red.type .type_head {
    color: var(--color_07);
  }

  .LP_page #red.type .type_product_name{
    color: var(--color_07);
  }

  .LP_page #red.type .type_product_tax{
    color: var(--color_07);
  }

  .LP_page #red.type .type_product_img_wrap{
    background-color: var(--color_07);
  }

  .LP_page #red.type .type_product_list li{
    border: var(--color_07) 1px solid;
    color: var(--color_07);
  }

  .LP_page #red.type .type_product_list p{
    color: var(--color_07);
  }

  .LP_page #red.type .component_head{
    color: var(--color_07);
  }

  .LP_page #red.type .component_list h2{
    color: var(--color_07);
    margin-top: 0;
  }

  .LP_page #red.type .feature_head{
    color: var(--color_07);
  }

  .LP_page #red.type .feature_list li::before{
    border: 3px solid var(--color_07);
  }

  .LP_page #red.type .c_btn{
    margin-top: 6rem;
    background: var(--color_07);
  }

.LP_page #red.type .type_product_list li span:nth-of-type(2){
  bottom: 3rem;
}

  /* recommend_laundry */
  .LP_page .recommend_laundry{
    background: #F2F2F2;
    padding: 12rem 0 16rem;
  }

  .LP_page .recommend_laundry_wrap{
    width: 120rem;
    margin: auto;
  }

  .LP_page .recommend_laundry_wrap  .border_ttl .mini_text{
    font-size: 3.2rem;
  }

  .LP_page .recommend_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 7.6rem auto 0;
    padding: 0 20rem;
  }

  .LP_page .recommend_list li {
    position: relative;
    width: 30rem;
    padding: 2.1rem 0 2.5rem 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    border: var(--color_head) 2px solid;
    align-content: space-between;
    justify-content: flex-start;
  }

  .LP_page .recommend_list .recommend_image {
    width: 23.1rem;
    margin-bottom: 0;
  }

  .LP_page .recommend_list .recommend_item_name {
    font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    margin-top: 2.5rem;
    padding: 0;
    padding-left: 1.9rem;
    padding-right: 2.2rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: -0.06em;
    color: #000;
    text-align: left;
  }

  .LP_page .recommend_list li:last-of-type .recommend_item_name {
    margin-bottom: 2rem;

  }

  .LP_page .recommend_list .price_sale_group {
    display: flex;
  }

  .LP_page .recommend_list .sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6.8rem;
    height: 5.5rem;
    padding: .4rem 0.8rem 0.6rem 1rem;
    border-radius: 1.8rem;
    background-color: var(--color_06);
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .16));
  }

  .LP_page .recommend_list .sale_value {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: calc(2 * (100vw/750))
  }

  .LP_page .recommend_list .sale_num {
    font-family: "AlrightSans";
    margin-bottom: 0.1rem;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0em;
    color: #ffffff;
  }

  .LP_page .recommend_list .sale_percentage {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-left: -.4rem;
    margin-top: 1rem;
  }

  .LP_page .recommend_list .sale_en {
    margin: -.4rem 0 0 -.4rem;
    font-family: "AlrightSans";
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
  }

  .LP_page .recommend_list .price_change {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 15.9rem;
    padding-bottom: 0.8rem;
    border-bottom: 4px solid var(--color_06);
  }

  .LP_page .recommend_list .price_old {
    position: relative;
    font-family: "AlrightSans";
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.06em;
    text-align: center;
    margin: -0.2rem 0 0.1rem 0;
  }

  .LP_page .recommend_list .price_old:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-8deg);
    width: calc(100% - 28px);
    height: 2px;
    background: #000;
    content: "";
  }

  .LP_page .recommend_list .price_old .tax {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
  }

  .LP_page .recommend_list .price_new {
    font-family: "AlrightSans";
    font-weight: normal;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-left: 1.2rem;
  }

  .LP_page .recommend_list .price_new .tax {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0;
    color: var(--color_06);
  }



  .LP_page .recommend_list .c_btn {
    position: relative;
    display: block;
    height: 3.7rem;
    line-height: 4rem;
    background: var(--color_head);
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    margin-top: 3.2rem;
    width: 13.4rem;
    border-radius: 0;
  }





  /* voice */
  .LP_page .voice{
    background:#F2F2F2 ;
    padding: 0 0 14.2rem;
  }

  .LP_page .voice_wrap{
    width: 89.5rem;
    margin: auto;
  }

  .LP_page .voice_wrap .border_ttl .border{
    font-size: 6.5rem;
    font-weight: 500;
    width: 76.1rem;
  }

  .LP_page .voice_wrap .border_ttl .border::before{
    width: 100%;
  }

  .LP_page .voice_wrap .border_ttl .border::after{
    width: 100%;
    height: 1px;
  }

  .LP_page .voice_wrap .border_ttl .mini_text{
    font-size: 2.8rem;
    font-weight: 500;
  }

  .LP_page .voice_wrap .voice_list{
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 5.85rem;
    width: 100%;
    margin: auto;
    margin-top: 5.85rem;
  }

  .LP_page .voice_wrap .voice_list_wrap{
    position: relative;
  }

  .LP_page .voice_list_inner{
    background-image: url(../img/voice_bg_02_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 89rem;
    height: 29rem;
  }
  
  .LP_page  .voice_list li:nth-of-type(1) .voice_list_inner{
    background-image: url(../img/voice_bg_01_pc.png);
    height: 24.9rem;
  }

  .LP_page  .voice_list li:nth-of-type(3) .voice_list_inner{
    background-image: url(../img/voice_bg_03_pc.png);
    height: 38rem;
    width: 89rem;
  }

  .LP_page  .voice_list li:nth-of-type(2) .voice_icon{
    margin-left: 0;
    left: auto;
    right: -10rem;
  }

  .LP_page .voice_icon{
    width: 9.8rem;
    position: absolute;
    left: -10rem;
    bottom: -2rem;
  }

  .LP_page .voice_head_wrap{
    width: fit-content;
    padding: 3.4rem 0 0;
    padding-left:5.3rem ;
    padding-right: 4.7rem;
    display: flex;
    gap: 19rem;
  }

  .LP_page .voice_wrap .voice_list li:nth-child(1) .voice_head_wrap {
    padding-top: 3.4rem;
  }
  

  .LP_page .voice_evaluation{
    position: relative;
    font-size: 2rem;
    letter-spacing: -0.03em;
  }

  .LP_page .voice_evaluation::before{
    content: "";
    position: absolute;
    background-image: url(../img/star.png);
    width: 11.6rem;
    height: 2rem;
    background-size: contain;
    top: -0.3rem;
    left: 6rem;
  }

  .LP_page .voice_name{
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin-top:0;
  }

  .LP_page  .voice_list li .voice_name span{
    font-weight: bold;
    color: var(--color_04);
  }

  .LP_page  .voice_list li:nth-of-type(2) .voice_name span{
    color: var(--color_02);
  }

  .LP_page  .voice_list li:nth-of-type(3) .voice_name span{
    color: var(--color_06);
  }

  .LP_page .voice_text{
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin-top: 1rem;
    font-weight: bold;
    line-height: 2.35;
    padding: 0;
    padding-left: 5.3rem;
    padding-right: 4.7rem;
  }

  /* Item Lineup */
  .LP_page .Lineup{
    background:#F2F2F2;
    padding: 0 0 15rem;
  }

  .LP_page .Lineup_wrap{
    width: 120rem;
    margin: auto;
    border: var(--color_head) 3px solid;
    border-radius: 2.4rem;
    background: #fff;
    padding: 11.4rem 0 12rem;
  }

  .LP_page .Lineup_wrap .border_ttl .border{
    font-size: 6.5rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    width: 72.8rem;
  }

  .LP_page .Lineup_wrap .border_ttl .border::before{
    width: 100%;
  }

  .LP_page .Lineup_wrap .border_ttl .border::after{
    width: 100%;
  }

  .LP_page .Lineup_wrap .border_ttl .mini_text{
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  .LP_page .Lineup_list {
    display: flex;
    justify-content: space-between;
    width: 80rem;
    margin: auto;
  }

  .LP_page .Lineup_list li{
    width: 16.7rem;
    margin: auto;
    margin-top: 14rem;
  }

  .LP_page .Lineup_list li:nth-of-type(2) .Lineup_head{
    background-color: var(--color_02);
  }

  .LP_page .Lineup_list li:nth-of-type(3) .Lineup_head{
    background-color: var(--color_04);
  }

  .LP_page .Lineup_head{
    width: 11.8rem;
    margin: auto;
    height: 11.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_07);
    color: #fff;
    box-shadow: inset 5px 3px 6px rgba(0,0,0,.16);
    letter-spacing: 0.05em;
    font-size: 1.7rem;
    line-height: 1.3;
    border-radius: 200px;
    text-align: center;
    position: absolute;
    top: -8rem;
    right: -1rem;
  }

  .LP_page .Lineup_list_inner{
    position: relative;
  }

  .LP_page .Lineup_img{
    width: 11rem;
    margin: auto;
    position: relative;
    z-index: 2;
  }

  .LP_page .Lineup_list li .c_btn{
    width: 16.8rem;
    margin: 0;
    margin-top: 1.6rem;
    background: #fff;
    border: var(--color_07) 3px solid;
    color: var(--color_07);
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 2.3rem;
    font-weight: bold;
  }

  .LP_page .Lineup_list li .c_btn span{
    font-weight: 400;
    padding: 0 0 0 0.5rem;
  }

  .LP_page .Lineup_list li:nth-of-type(2) .Lineup_head{
    background-color: var(--color_02);
  }

  .LP_page .Lineup_list li:nth-of-type(3) .Lineup_head{
    background-color: var(--color_04);
  }

  .LP_page .Lineup_list li:nth-of-type(2) .c_btn{
    color: var(--color_02);
    border: var(--color_02) 3px solid;
  }

  .LP_page .Lineup_list li:nth-of-type(3) .c_btn{
    color: var(--color_04);
    border: var(--color_04) 3px solid;
  }

  .LP_page .Lineup .c_btn{
    width: 76.1rem;
    height: 7.5rem;
    line-height: 8.6rem;
    background: var(--color_head);
    margin-top:8rem;
    letter-spacing: -0.03em;
    font-size: 2.8rem;
  }
}

.LP_page .fade{
  opacity: 0;
  transform: translateY(30px);
  transition:  opacity 1s ease , transform 1s ease;
}

.LP_page .fade.fade_in{
  opacity: 1;
  transform: translateY(0);
}

.LP_page .Lineup_list li:nth-of-type(2).fade.fade_in {
  transition-delay: .3s;
}
.LP_page .Lineup_list li:nth-of-type(3).fade.fade_in {
  transition-delay: .6s;
}
.LP_page .Lineup_list li:nth-of-type(4).fade.fade_in {
  transition-delay: .9s;
}


/* ================== 8月追加 ==================*/

.LP_page .newitem_area {
  padding: 7rem 0 15rem;
}

.LP_page .newitem_area h3 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.58;
  color: #50AD90;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.LP_page .newitem_area .newitem_blk {
  width: 120rem;
  margin: 8rem auto 0;
  padding: 4rem 5rem;
  background: #fff;
}

.LP_page .newitem_blk .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.LP_page .newitem_blk .wrap.row-reverse {
  flex-direction: row-reverse;
}

.LP_page .newitem_blk .lead {
  padding-top: 2rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -.05em;
  color: #4DBBAE;
}

.LP_page .newitem_blk .name {
  margin-top: 2rem;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.4;
}

.LP_page .newitem_blk .new_icon {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.4rem 0.5rem 0.3rem;
  margin-right: 0.5rem;
  color: #fff;
  background: #B82224;
}

.LP_page .newitem_blk .price {
  margin-top: 1rem;
  font-size: 3.5rem;
  font-weight: 600;
}

.LP_page .newitem_blk .price .tax {
  font-size: 2rem;
  padding-left: 0.5rem;
}

.LP_page .newitem_blk .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.LP_page .newitem_blk .img {
  width: 47.5rem;
}

.LP_page .newitem_blk .mark {
  display: inline-block;
  background: linear-gradient(transparent 50%, #FFE3E4 50%);
  line-height: 1.2;
}

.LP_page .newitem_blk .wrap.__2 {
  margin-top: 4rem;
}

.LP_page .newitem_blk .wrap.__2 .lead_sub {
  font-size: 2.9rem;
  font-weight: 600;
  color: #B82224;
}

.LP_page .newitem_blk .wrap.__2 .text_info {
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
}

.LP_page .newitem_blk .wrap.__2 .text_info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  background: url(../img/icon_check.svg) center center / cover no-repeat;
  content: "";
}

.LP_page .newitem_blk .wrap.__2 .text_info:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.LP_page .newitem_blk .wrap.__2 .text_info span {
  position: relative;
  display: block;
  font-size: 2.2rem;
  padding-left: 1.5rem;
  z-index: 0;
}

.LP_page .newitem_blk .wrap.__2 .text_info sup {
  font-size: 1.8rem;
}

.LP_page .newitem_blk .wrap.__2 .text_info span::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: 100%;
  width: 1.4rem;
  height: 1.4rem;
  top: 1rem;
  left: -0.5rem;
  z-index: 1;
}

.LP_page .newitem_blk .wrap.__2 .img {
  width: 19.2rem;
}


.LP_page .newitem_blk .wrap.__3 {
  margin-top: 4rem;
}

.LP_page .newitem_blk .wrap.__3 .lead_sub {
  font-size: 2.2rem;
  line-height: 1.5;
}

.LP_page .newitem_blk .wrap.__3 .text_info {
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 2;
}

.LP_page .newitem_blk .wrap.__3 .text_info sup {
  font-size: 1rem;
}

.LP_page .newitem_blk .wrap.__3 .img {
  width: 36rem;
}

.LP_page .newitem_blk .wrap.__3 .text {
  width: 70rem;
}


/* ----------------- newitem_blk 2 ----------------- */
.LP_page .newitem_blk.__2 .mark {
  background: linear-gradient(transparent 50%, #E3FAF7 50%);
}

.LP_page .newitem_blk.__2 .lead {
  color: #4DBBAE;
}

.LP_page .newitem_blk.__2 .new_icon {
  background: #4DBBAE;
}

.LP_page .newitem_blk.__2 .img {
  width: 45rem;
}

/* ----------------- newitem_blk 3 ----------------- */
.LP_page .newitem_blk.__3 .mark {
  background: linear-gradient(transparent 50%, #E7F0FF 50%);
}

.LP_page .newitem_blk.__3 .lead {
  color: #4DBBAE;
}

.LP_page .newitem_blk.__3 .new_icon {
  background: #4DBBAE;
}

.LP_page .newitem_blk.__3 .wrap.sub.__2 .lead_sub {
  color: #4DBBAE;
}

.LP_page .newitem_blk.__3 .wrap.sub.__2 {
  margin-top: -3rem;
  align-items: center;
}

.LP_page .newitem_blk.__3 .text_info {
  font-size: 2.2rem;
  line-height: 1.5;
}

.LP_page .newitem_blk.__3 .wrap.sub.__1 .img ,
.LP_page .newitem_blk.__3 .wrap.sub.__2 .img {
  width: 35.4rem;
}

.LP_page .newitem_blk.__3 .wrap.sub.__2 .img {
  margin: 5rem 9rem 0 0;
}

/* ----------------- newitem_blk 3 ----------------- */
.LP_page .type .staff_commend {
  width: 100rem;
  margin: 11.6rem auto 0;
}

/* ----------------- type 02 ----------------- */
.LP_page .type.--02 .newitem {
  width: 100rem;
  margin: 7rem auto 7.6rem;
}

/* ----------------- Lineup ----------------- */
.LP_page .Lineup_list li:nth-last-of-type(1) {
  margin-top: 29rem;
}

.LP_page .Lineup_list li:nth-last-of-type(1) .Lineup_img {
  width: 8rem;
}

.LP_page .Lineup_list li:nth-last-of-type(1) .c_btn {
  margin-top: 2.5rem;
}

.LP_page .Lineup_list li:nth-last-of-type(1) .Lineup_head {
  top: -10rem;
  background: var(--color_04);
}

.LP_page .Lineup_list li:nth-of-type(4) .c_btn {
  color: var(--color_04);
  border: var(--color_04) 3px solid;
}

.LP_page .novelty_banner {
  width: 120rem;
  margin: 15rem auto 0;
}



@media screen and  (max-width:768px) {
  .LP_page .newitem_area {
    padding: calc(80*(100vw / 750)) 0 calc(150*(100vw / 750));
  }
  
  .LP_page .newitem_area h3 {
    font-size: calc(50* (100vw / 750 ));
  }
  
  .LP_page .newitem_area .newitem_blk {
    width: calc(680*(100vw / 750));
    margin: calc(55*(100vw / 750)) auto 0;
    padding: calc(70*(100vw / 750)) calc(40*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  
  .LP_page .newitem_blk .wrap.row-reverse {
    flex-direction: row-reverse;
  }
  
  .LP_page .newitem_blk .lead {
    padding-top: 0;
    font-size: calc(42*(100vw / 750));
    line-height: 1.4;
    letter-spacing: .05em;
    white-space: nowrap;
  }
  
  .LP_page .newitem_blk .name {
    margin-top: calc(38*(100vw / 750));
    font-size: calc(44*(100vw / 750));
  }
  
  .LP_page .newitem_blk .new_icon {
    font-size: calc(30*(100vw / 750));
    padding: calc(5*(100vw / 750)) calc(10*(100vw / 750)) calc(3*(100vw / 750));
    margin-right: calc(5*(100vw / 750));
  }
  
  .LP_page .newitem_blk .price {
    font-size: calc(40*(100vw / 750));
    margin-top: calc(15*(100vw / 750));
  }
  
  .LP_page .newitem_blk .price .tax {
    font-size: calc(28*(100vw / 750));
    padding-left: calc(5*(100vw / 750));
  }
  
  .LP_page .newitem_blk .text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
  
  .LP_page .newitem_blk .img {
    width: calc(600*(100vw / 750));
    margin-top: calc(30*(100vw / 750));
  }
  
  .LP_page .newitem_blk .mark {
    font-size: calc(50*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__2 {
    margin-top: calc(40*(100vw / 750));
    flex-direction: column-reverse;
    gap: calc(50*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__2 .lead_sub {
    font-size: calc(40*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__2 .text_info {
    position: relative;
    padding-left: calc(30*(100vw / 750));
    margin-top: calc(40*(100vw / 750));
  }

  .LP_page .newitem_blk .wrap.__2 .text_info::before {
    width: calc(18*(100vw / 750));
    height: calc(18*(100vw / 750));
    margin-top: calc(12*(100vw / 750));
  }

  .LP_page .newitem_blk .wrap.__2 .text_info:nth-of-type(n+2) {
    margin-top: calc(20*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__2 .text_info span {
    font-size: calc(33*(100vw / 750));
    padding-left: calc(25*(100vw / 750));
    line-height: 1.6;
  }
  
  .LP_page .newitem_blk .wrap.__2 .text_info sup {
    font-size: calc(20*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__2 .text_info span::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/check.svg) no-repeat;
    background-size: 100%;
    width: calc(17*(100vw / 750));
    height: calc(17*(100vw / 750));
    top: calc(20*(100vw / 750));
    left: calc(0*(100vw / 750));
    z-index: 1;
  }
  
  .LP_page .newitem_blk .wrap.__2 .img {
    width: calc(380*(100vw / 750));
    margin: auto;
  }
  
  .LP_page .newitem_blk .wrap.__3 {
    margin-top: calc(70*(100vw / 750));
    flex-direction: column-reverse;
  }
  
  .LP_page .newitem_blk .wrap.__3 .lead_sub {
    margin-top: calc(40*(100vw / 750));
    font-size: calc(30*(100vw / 750));
    line-height: 1.5;
  }
  
  .LP_page .newitem_blk .wrap.__3 .text_info {
    margin-top: calc(30*(100vw / 750));
    font-size: calc(22*(100vw / 750));
    line-height: 2;
  }
  
  .LP_page .newitem_blk .wrap.__3 .text_info sup {
    font-size: calc(20*(100vw / 750));
  }
  
  .LP_page .newitem_blk .wrap.__3 .img {
    width: calc(600*(100vw / 750));
    margin-top: 0;
  }
  
  .LP_page .newitem_blk .wrap.__3 .text {
    width: 100%;
  }
  
  
  /* ----------------- newitem_blk 2 ----------------- */
  .LP_page .newitem_blk.__2 .mark {
    background: linear-gradient(transparent 50%, #E3FAF7 50%);
  }
  
  .LP_page .newitem_blk.__2 .lead {
    color: #4DBBAE;
  }
  
  .LP_page .newitem_blk.__2 .new_icon {
    background: #4DBBAE;
  }
  
  .LP_page .newitem_blk.__2 .img {
    width: 100%;
  }
  
  /* ----------------- newitem_blk 3 ----------------- */
  .LP_page .newitem_blk.__3 .mark {
    background: linear-gradient(transparent 50%, #E7F0FF 50%);
  }
  
  .LP_page .newitem_blk.__3 .wrap.sub.__2 .lead_sub {
    margin-top: calc(60*(100vw / 750));
  }
  
  .LP_page .newitem_blk.__3 .wrap.sub.__2 {
    margin-top: 0;
    align-items: baseline;
    flex-direction: column;
  }

  .LP_page .newitem_blk.__3 .wrap.sub.__2 dl {
    width: calc(600*(100vw / 750));
  }
  
  .LP_page .newitem_blk.__3 .text_info {
    font-size: calc(32*(100vw / 750));
    line-height: 1.5;
  }
  
  .LP_page .newitem_blk.__3 .wrap.sub.__1 .img ,
  .LP_page .newitem_blk.__3 .wrap.sub.__2 .img {
    width: 100%;
  }
  
  .LP_page .newitem_blk.__3 .wrap.sub.__2 .img {
    margin: 0;
  }
  
  /* ----------------- newitem_blk 3 ----------------- */
  .LP_page .type .staff_commend {
    width: 100%;
    margin: calc(80*(100vw / 750)) auto 0;
  }
  
  /* ----------------- type 02 ----------------- */
  .LP_page .type.--02 .newitem {
    width: calc(600*(100vw / 750));
    margin: calc(40*(100vw / 750)) auto;
  }
  
  /* ----------------- type 03 ----------------- */
  .LP_page .type.--03 .type_product_img {
    width: calc(545*(100vw / 750));
    padding-top: calc(35*(100vw / 750));
  }

  /* ----------------- Lineup ----------------- */
  .LP_page .Lineup_list li:nth-last-of-type(1) {
    margin-top: calc(190*(100vw / 750));
  }
  
  .LP_page .Lineup_list li:nth-last-of-type(1) .Lineup_img {
    width: calc(90*(100vw / 750));
    margin-top: calc(15*(100vw / 750));
  }
  
  .LP_page .Lineup_list li:nth-last-of-type(1) .c_btn {
    margin-top: calc(40*(100vw / 750));
  }
  
  .LP_page .Lineup_list li:nth-last-of-type(1) .Lineup_head {
    background: var(--color_04);
  }
  
  .LP_page .Lineup_list li:nth-of-type(4) .c_btn {
    color: var(--color_04);
    border: var(--color_04) 1px solid;
  }

  .LP_page .novelty_banner {
	width: calc(680*(100vw / 750));
	margin: calc(100*(100vw / 750)) auto 0;
  }

}

.newitem_list {
  width: 120rem;
  margin: 6rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
}

.newitem_list li {
  padding: 6rem 5rem 5rem;
  background: #fff;
}

.newitem_list li .item_catch {
  min-height: 22.5rem;
  margin-bottom: 2rem;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: -.05em;
  color: #4DBBAE;
}

.newitem_list li div {
  min-height: 13.5rem;
  margin: 4rem 0 2rem;
}

.newitem_list li .item_name {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}

.newitem_list li .item_name span {
  display: inline-block;
  margin-left: .5rem;
  padding: .8rem 1.2rem .6rem;
  background: #4DBBAE;
  font-size: 1.9rem;
  font-weight: 500;
  color: #fff;
  vertical-align: .4rem;
}

.newitem_list li .item_price {
  margin-top: .5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

.newitem_list li .item_price span {
  font-size: 2rem;
}

.newitem_list li dl {
  margin-top: 3rem;
}

.newitem_list li dl dt {
  margin-bottom: 1rem;
  font-size: 2.9rem;
  font-weight: 700;
  color: #4DBBAE;
}

.newitem_list li dl dd {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: -.05em;
}

.newitem_list li .item_link {
  position: relative;
  display: grid;
  place-items: center;
  width: 42.8rem;
  height: 9.2rem;
  margin: 5rem auto 0;
  border-radius: 10rem;
  background: #4DBBAE;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}

.newitem_list li .item_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 3rem;
  background: url(../img/arrow_001.svg) center center / cover no-repeat;
  content: "";
}

@media screen and  (max-width:768px) {
.newitem_list {
  width: auto;
  margin: calc(120 * (100vw / 750)) auto 0;
  padding: 0 calc(35 * (100vw / 750));
  display: block;
}

.newitem_list li {
  padding: calc(90 * (100vw / 750)) calc(25 * (100vw / 750)) calc(110 * (100vw / 750));
}

.newitem_list li:nth-of-type(n+2) {
  margin-top: calc(120 * (100vw / 750));
}

.newitem_list li .item_catch {
  min-height: unset;
  margin-bottom: calc(30 * (100vw / 750));
  font-size: calc(42 * (100vw / 750));
  line-height: 1.4;
  letter-spacing:.05em;
}


.newitem_list li .item_img {
  width: calc(600 * (100vw / 750));
  margin: 0 auto;
}

.newitem_list li div {
  min-height: unset;
  margin: calc(40 * (100vw / 750)) 0 calc(50 * (100vw / 750));
}

.newitem_list li .item_name {
  font-size: calc(45 * (100vw / 750));
  letter-spacing: -.05em;
}

.newitem_list li .item_name span {
  display: block;
  width: fit-content;
  margin: 0 0 calc(10 * (100vw / 750)) 0;
  padding: calc(10 * (100vw / 750)) calc(20 * (100vw / 750)) calc(8 * (100vw / 750));
  font-size: calc(31 * (100vw / 750));
}

.newitem_list li .item_price {
  margin-top: calc(10 * (100vw / 750));
  font-size: calc(45 * (100vw / 750));
}

.newitem_list li .item_price span {
  font-size: calc(25 * (100vw / 750));
}

.newitem_list li dl {
  width: calc(600 * (100vw / 750));
  margin: calc(30 * (100vw / 750)) auto 0;
}

.newitem_list li dl dt {
  margin-bottom: calc(20 * (100vw / 750));
  font-size: calc(36 * (100vw / 750));
}

.newitem_list li dl dd {
  font-size: calc(32 * (100vw / 750));
  line-height: 1.7;
}

.newitem_list li .item_link {
  width: calc(592 * (100vw / 750));
  height: calc(128 * (100vw / 750));
  margin: calc(60 * (100vw / 750)) auto 0;
  border-radius: calc(100 * (100vw / 750));
  font-size: calc(48 * (100vw / 750));
}

.newitem_list li .item_link::before {
  width: calc(28 * (100vw / 750));
  height: calc(28 * (100vw / 750));
  margin-right: calc(45 * (100vw / 750));
}
}