@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap);


/*common
------------------------------------------------------*/
.ecm-main { overflow: hidden;}
.ecm-main__inner {
  max-width: 1230px;
  margin-bottom: 0;
  color: #221815;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media print, screen and (max-width: 960px) {
.ecm-main { padding: 0 0 6vw;}
.ecm-main { padding: 0}
.ecm-block { z-index: 3;}
}

@media print, screen and (max-width: 960px) {
.l-footer-pagetop { top: -30px;}
.l-footer-pagetop.is-fixed { bottom: -10px;}
.l-footer-pagetop.is-fixed {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 20px;
}
}


/* anchor 座標
------------------------------------------------------*/
@media print, screen and (max-width: 960px) { /*sp*/
/*#index01 {
  margin-top: -8.8vw;
		padding-top: 8.8vw;
}
*/
/*#index01 { margin-top: -17.5vw; padding-top: 17.5vw;}*/
#index01 { margin-top: 0; padding-top: 0;}
/*
#index02 { margin-top: -17.5vw; padding-top: 17.5vw;}
#index_set { margin-top: -13vw; padding-top: 13vw;}
*/
}



/* accordion
------------------------------------------------------*/
.accordion_area {
  margin-inline: auto;
		position: relative;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}
@media print, screen and (max-width: 960px){
.accordion_area {
  overflow: hidden;
		height: 60vw;
}
}
.accordion_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion_area.show::after {
  display: none;
}

/* lp-morebutton */
.lp-morebutton {
/*  width: 86.6666666667vw; */
		width: 101%;
  margin-inline:auto
}
@media print,screen and (min-width: 961px) {
.lp-morebutton {
  width:320px
}
}

.lp-morebutton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000 !important;
  color: #fff !important;
  padding: 4.5vw 0;
  font-size: 4.5vw
}
@media print,screen and (min-width: 961px) {
.lp-morebutton a {
  padding:12px 0;
  font-size: 18px
}
}

.lp-morebutton a span {
  position: relative;
  padding-right: 1.5em
}
.lp-morebutton a span::after {
  content: "";
  display: block;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0
}
@media screen and (max-width: 960px) {
.lp-morebutton a span::after {
  width:2vw;
		height: 2vw
}
}

@media print,screen and (min-width: 961px) {
.lp-morebutton a span::after {
  width:12px;
  height: 12px
}
}

.lp-morebutton a span.label-open {
  display: block
}
.lp-morebutton a span.label-open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media screen and (max-width: 960px) {
.lp-morebutton a span.label-open::after {
  bottom:.6666666667vw
}
}

@media print,screen and (min-width: 961px) {
.lp-morebutton a span.label-open::after {
  bottom:5px
}
}

.lp-morebutton a span.label-close {
  display: none
}
.lp-morebutton a span.label-close::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

@media screen and (max-width: 960px) {
.lp-morebutton a span.label-close::after {
  top:1.3333333333vw
}
}

@media print,screen and (min-width: 961px) {
.lp-morebutton a span.label-close::after {
  top:10px
}
}

.lp-morebutton a.show span.label-open {
  display: none
}

.lp-morebutton a.show span.label-close {
  display: block
}


.ecm-lp-hero {
  position: relative;
}


/*------------------------------------------------------*/
/* ecm-lp-medicaliftcream
--------------------------------------------------------*/
.ecm-lp-medicaliftcream {
  position: relative;
		color: #2d2926;
}

.ecm-lp-medicaliftcream img { vertical-align: middle !important;}

.ecm-lp-medicaliftcream a:hover {
  opacity: .85 !important;
		-webkit-transition: opacity .25s ease !important;
		transition: opacity .25s ease !important;
}

/* br_pc br_sp */
.ecm-lp-medicaliftcream br.br_pc { display: none;}
.ecm-lp-medicaliftcream br.br_sp { display: block;}
@media (min-width: 961px) {
.ecm-lp-medicaliftcream br.br_pc { display: block;}
.ecm-lp-medicaliftcream br.br_sp { display: none;}
}

/* sp_none pc_none */
@media print, screen and (max-width: 960px){ .ecm-lp-medicaliftcream .sp_none { display: none;} }
@media print, screen and (min-width: 961px) { .ecm-lp-medicaliftcream .pc_none { display: none;} }


/*-- lp_section_000
------------------------------------------------------*/
.ecm-lp-hero .lp_section_000 {
  position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
}
.ecm-lp-hero .lp_section_000 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
.ecm-lp-hero .lp_section_000 div.sec_inner {
  position: relative;
}

.ecm-lp-hero .lp_section_000 .sec_bg {}

@media print, screen and (max-width: 960px) { /*sp*/
.ecm-lp-hero .lp_section_000 .sec_01 .sec_inner {}

.ecm-lp-hero .lp_section_000 .sec_01 {
  position: relative;
  width: 100%;
}

.ecm-lp-hero .lp_section_000 .sec_01 p.annotation {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  width: 88%;
  font-size: 2.711111111vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: auto;
  padding: 0;
}
}

@media print, screen and (min-width: 961px) { /*pc*/
.ecm-lp-hero .lp_section_000 .sec_01 {
  position: relative;
  width: 100%;
		margin: 0 auto;
}
.ecm-lp-hero .lp_section_000 .sec_01 p.annotation {
  position: absolute;
		bottom: 6.5011111111%;
		left: 9.3333333333%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
		/* text-align: justify; */
  /* font-weight: 500 !important; */
		margin: 0;
		padding: 0;
}
}


/*-- lp_section_001
------------------------------------------------------*/
section.lp_section_001 {
  position: relative;
		overflow: hidden;
}
section.lp_section_001 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_001 div.sec_inner {
  position: relative;
}

section.lp_section_001 div.sec_inner .txt_color {
  color: #ca001b;
}

.lp_section_001 .sec_bg {}

@media print, screen and (max-width: 960px) { /*sp*/
.lp_section_001 .sec_01 .sec_inner {}

/*------------------------*/
.lp_section_001 .sec_01 {
  position: relative;
  width: 100%;
}

.lp_section_001 .sec_01 .cta_wrap {
  box-sizing: border-box;
  position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		padding: 0;
}

.lp_section_001 .sec_01 .cta_box {
  box-sizing: border-box;
  position: relative;
  width: 90%;
  /* max-width: 758px; */
  margin: 7vw auto 0 auto;
  padding: 0 0 10.5vw 0;
  border: #aa8420 2px solid;
  background: #FFF;
}

.lp_section_001 .sec_01 .cta_box .item_box {
  position: relative;
}
.lp_section_001 .sec_01 .cta_box .item_box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 90%;
  max-width: 700px;
  height: 1px;
  margin: 0 auto;
  border-bottom: #222222 2px solid;
  overflow: hidden;
}

.lp_section_001 .sec_01 .cta_box .item_box p.txt_01 {
  position: absolute;
  top: 8%;
  left: 0%;
  width: 100%;
  font-size: 4.111111111vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-weight: 500 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.lp_section_001 .sec_01 .cta_box .item_box h2.name {
  position: absolute;
  top: 19.744444%;
  left: 0;
  width: 100%;
  font-size: 6.50111111vw;
  line-height: 1.34 !important;
  letter-spacing: 0.05em;
  font-weight: 500 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

.lp_section_001 .sec_01 .cta_box .price_box {
  position: relative;
}
.lp_section_001 .sec_01 .cta_box .price_box p.annotation {
  position: absolute;
  bottom: 6.5011111111%;
  right: 3.555555554%;
  font-size: 2.711111111vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}


.lp_section_001 .sec_01 .button_wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
		/* max-width: 345px; */
}

/* cta */
.lp_section_001 .sec_01 .button_wrap .cta_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(600 / 750* 100vw);
  height: calc(80 / 750* 100vw);
  background: #bc9c46;
		margin: 0 auto 0.8% auto;
}
.lp_section_001 .sec_01 .button_wrap .cta_btn a .cta_btn_txt {
  position: relative;
  font-size: calc(32 / 750* 100vw);
  font-weight: 400;
  letter-spacing: 0.06em;
		text-indent: -1em;
  color: #fff;
}
.lp_section_001 .sec_01 .button_wrap .cta_btn a .cta_btn_txt::after {
  position: absolute;
  top: 9.444444%;
  right: -30px;
  content: '';
  display: inline-block;
  width: min(2.5vw, 25px);
  height: min(2.5vw, 25px);
  border-right: min(0.5vw, 3px) solid #fff;
  border-top: min(0.5vw, 3px) solid #fff;
  transform: rotate(135deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}

.lp_section_001 .sec_01 .cta_box p.annotation_02 {
  position: absolute;
  bottom: 4.8222222222%;
  left: 5.044444444%;
  font-size: 2.711111111vw;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

/* cta_area */
.lp_section_001.cta_area .sec_01 .cta_box .item_box {
  padding-bottom: 2.5vw;
}
.lp_section_001.cta_area .sec_01 .cta_box .item_box p.txt_01 {
  top: 6%;
}
.lp_section_001.cta_area .sec_01 .cta_box .item_box h2.name {
  top: 15.744444%;
}

.lp_section_001.cta_area .sec_01 .button_wrap .cta_btn a .cta_btn_txt::after {
  position: absolute;
  top: 21.444444%;
  right: -30px;
  content: '';
  display: inline-block;
  width: min(2.5vw, 25px);
  height: min(2.5vw, 25px);
  border-right: min(0.5vw, 3px) solid #fff;
  border-top: min(0.5vw, 3px) solid #fff;
  transform: rotate(45deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}


}

@media print, screen and (min-width: 961px) { /*pc*/
.lp_section_001 .sec_01 {
  position: relative;
  width: 100%;
}

.lp_section_001 .sec_01 .cta_wrap {
  box-sizing: border-box;
  position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		padding: 0;
}

.lp_section_001 .sec_01 .cta_box {
  position: relative;
		width: 60%;
		max-width: 758px;
		margin: 2.52111111% auto 0 auto;
		padding: 0 0 2.3% 0;
		border: #aa8420 2px solid;
		background: #FFF;
}

.lp_section_001 .sec_01 .cta_box .item_box {
  position: relative;
}
.lp_section_001 .sec_01 .cta_box .item_box::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 92%;
  max-width: 700px;
  height: 1px;
  margin: 0 auto;
  border-bottom: #222222 2px solid;
  overflow: hidden;
}

.lp_section_001 .sec_01 .cta_box .item_box p.txt_01 {
  position: absolute;
  top: 20%;
  left: 45%;
  font-size: min(1.349999999vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}
.lp_section_001 .sec_01 .cta_box .item_box h2.name {
  position: absolute;
  top: 38.144444444%;
  left: 33.511111111%;
  font-size: min(1.96666666vw, 28px) !important;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

.lp_section_001 .sec_01 .cta_box .price_box {
  position: relative;
}
.lp_section_001 .sec_01 .cta_box .price_box p.annotation {
  position: absolute;
  bottom: 6.5011111111%;
  right: 3.555555554%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}


.lp_section_001 .sec_01 .button_wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
		max-width: 345px;
}

/* cta */
.lp_section_001 .sec_01 .button_wrap .cta_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(7.5vw, 43px);
  background: #bc9c46;
		margin: 0 auto 0.8% auto;
}
.lp_section_001 .sec_01 .button_wrap .cta_btn a .cta_btn_txt {
  position: relative;
  font-size: min(1.71vw, 20px);
  font-weight: 400;
  letter-spacing: 0.06em;
		text-indent: -1em;
  color: #fff;
}
.lp_section_001 .sec_01 .button_wrap .cta_btn a .cta_btn_txt::after {
  position: absolute;
  top: 9.444444%;
  right: -30px;
  content: '';
  display: inline-block;
  width: min(1.3vw, 12px);
  height: min(1.3vw, 12px);
  border-right: min(0.16vw, 2px) solid #fff;
  border-top: min(0.16vw, 2px) solid #fff;
  transform: rotate(135deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}

.lp_section_001 .sec_01 .cta_box p.annotation_02 {
  position: absolute;
  bottom: 2.2222222222%;
  left: 1.744444444%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

/* cta_area */

/* cta_area */
.lp_section_001.cta_area .sec_01 .cta_box .item_box {
  padding-bottom: 1.8%;
}
.lp_section_001.cta_area .sec_01 .cta_box .item_box p.txt_01 {
  top: 16%;
}
.lp_section_001.cta_area .sec_01 .cta_box .item_box h2.name {
  top: 29.744444444%;
}
.lp_section_001.cta_area .sec_01 .button_wrap .cta_btn a .cta_btn_txt::after {
  position: absolute;
  top: 22.444444%;
  right: -30px;
  content: '';
  display: inline-block;
  width: min(1.3vw, 12px);
  height: min(1.3vw, 12px);
  border-right: min(0.16vw, 2px) solid #fff;
  border-top: min(0.16vw, 2px) solid #fff;
  transform: rotate(45deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}




}


/*-- lp_section_002
------------------------------------------------------*/
section.lp_section_002 {
  position: relative;
		overflow: hidden;
}
section.lp_section_002 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_002 div.sec_inner {
  position: relative;
}

section.lp_section_002 div.sec_inner .txt_color {
  color: #ca001b;
}

section.lp_section_002 .sec_bg {}


@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_002 .sec_01 .sec_inner {}

/*------------------------*/
section.lp_section_002 .sec_01 {
  position: relative;
  width: 100%;
}
section.lp_section_002 div.sec_inner {
  padding: 10.25vw 0 0 0;
}

section.lp_section_002 h3.title {
  margin: 0 !important;
		padding: 0 !important;
}
}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_002 {
  position: relative;
  width: 100%;
}
section.lp_section_002 div.sec_inner {
  padding: 3.6% 0 3.6% 0;
}
section.lp_section_002 h3.title {
  display: block !important;
  width: 60% !important;
  max-width: 734px !important;
  margin: 0 auto !important;
}
section.lp_section_002 h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}
section.lp_section_002 .box_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 60%;
  max-width: 734px;
  margin: 0 auto;
}
section.lp_section_002 .box_wrap .box {
  /* margin-right: 10px; */
}
section.lp_section_002 .box_wrap .box.end {
  /* margin-right: 0; */
}
}

/*-- lp_section_003
------------------------------------------------------*/
section.lp_section_003 {
  position: relative;
		overflow: hidden;
}
section.lp_section_003 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_003 div.sec_inner {
  position: relative;
}

section.lp_section_003 div.sec_inner .txt_color {
  color: #ca001b;
		text-decoration: underline;
}

section.lp_section_003 .sec_bg {}

@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_003 {
  position: relative;
  width: 100%;
}
section.lp_section_003 div.sec_inner {
  position: relative;
}

/*sec_01*/
section.lp_section_003 .sec_01 {
  position: absolute;
		top: 0;
		left: 0;
  width: 100%;
}

/*sec_02*/
section.lp_section_003 .sec_02 {
  position: absolute;
		top: 57.4011111111%;
		left: 0;
  width: 100%;
}

section.lp_section_003 .sec_02 p.txt_01 {
  position: absolute;
  top: 116.011111111%;
  left: 0;
  width: 100%;
		font-size: calc(28.3 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

/*sec_03*/
section.lp_section_003 .sec_03 {
  position: absolute;
		top: 81.011111111%;
		left: 0;
  width: 100%;
}
section.lp_section_003 .sec_03 p.annotation {
  position: absolute;
  top: 142.222222%;
  left: 6.301111%;
  width: 100%;
  font-size: calc(20 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}
}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_003 {
  position: relative;
  width: 100%;
}
section.lp_section_003 div.sec_inner {
  position: relative;
}

/*sec_01*/
section.lp_section_003 .sec_01 {
  position: absolute;
		top: 0;
		left: 0;
  width: 100%;
}

/*sec_02*/
section.lp_section_003 .sec_02 {
  position: absolute;
		top: 48.911111111%;
		left: 0;
  width: 100%;
}

section.lp_section_003 .sec_02 p.txt_01 {
  position: absolute;
  top: 116.011111111%;
  left: 11.20111111%;
  font-size: min(1.249999999vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

/*sec_03*/
section.lp_section_003 .sec_03 {
  position: absolute;
		top: 77.011111111%;
		left: 0;
  width: 100%;
}
section.lp_section_003 .sec_03 p.annotation {
  position: absolute;
  top: 124.222222%;
  left: 11.20111111%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}
}


/*-- lp_section_004
------------------------------------------------------*/
section.lp_section_004 {
  position: relative;
		overflow: hidden;
}
section.lp_section_004 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_004 div.sec_inner {
  position: relative;
}

section.lp_section_004 div.sec_inner .txt_color {
  color: #ca001b;
}

section.lp_section_004 .sec_bg {}


@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_004 {
  position: relative;
  width: 100%;
		background: #efedeb;
}

section.lp_section_004 .sec_01 .sec_inner {}

/*------------------------*/
section.lp_section_004 .sec_01 {
  position: relative;
  width: 100%;
}
section.lp_section_004 div.sec_inner {
  padding: 10.25vw 0 10.25vw 0;
}

section.lp_section_004 h3.title {
  margin: 0 0 7.25vw 0 !important;
		padding: 0 !important;
}

section.lp_section_004 h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}
section.lp_section_004 .box_wrap {
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  width: 89%;
  /* max-width: 960px; */
  margin: 0 auto;
}
section.lp_section_004 .box_wrap .box {
  position: relative;
		margin-bottom: 8vw;
  /* margin-right: 3%; */
}
section.lp_section_004 .box_wrap .box.end {
  /* margin-right: 0; */
		margin-bottom: 0;
}

section.lp_section_004 .sec_01 p.txt_01 {
  position: absolute;
  top: 75.0111111111%;
  left: 6.201111%;
  width: 88%;
		font-size: calc(28.3 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_01 {
  display: none;
  position: absolute;
  top: 67%;
  left: 6.201111%;
		font-size: calc(20 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.annotation_02 {
  position: absolute;
  top: 91.0111111111%;
  left: 6.201111%;
		font-size: calc(20 / 750* 100vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.txt_02 {
  position: absolute;
  top: 60.3111111111%;
  left: 0;
  right: 0;
  width: 80%;
  font-size: calc(28.6 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 400 !important;
  text-align: left;
  margin: auto;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.txt_03 {
  position: absolute;
  top: 73.011111%;
  left: 59.601111%;
  width: 32.1%;
		font-size: calc(28.3 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.066em;
  font-weight: 400 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_03 {
  position: absolute;
  top: 93.3111111111%;
  left: 6.201111%;
		font-size: calc(20 / 750* 100vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.txt_04 {
  position: absolute;
  top: 78.111111%;
  left: 6.201111%;
  width: 88%;
  font-size: calc(28.3 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_04 {
  position: absolute;
  top: 93.2111111111%;
  left: 6.201111%;
		font-size: calc(20 / 750* 100vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}


}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_004 {
  position: relative;
  width: 100%;
		background: #efedeb;
}
section.lp_section_004 div.sec_inner {
  padding: 6.6% 0 6.6% 0;
}
section.lp_section_004 h3.title {
  display: block !important;
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto 2.6% auto !important;
}
section.lp_section_004 h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}
section.lp_section_004 .box_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
section.lp_section_004 .box_wrap .box {
  position: relative;
  margin-right: 3%;
}
section.lp_section_004 .box_wrap .box.end {
  margin-right: 0;
}

section.lp_section_004 .sec_01 p.txt_01 {
  position: absolute;
  top: 72.0111111111%;
  left: 6.201111%;
  width: 88%;
  font-size: min(1.75vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_01 {
  position: absolute;
  top: 67%;
  left: 6.201111%;
  font-size: min(1.0222222222vw, 10px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.annotation_02 {
  position: absolute;
  top: 91.0111111111%;
  left: 6.201111%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.txt_02 {
  position: absolute;
  top: 60.0111111111%;
  left: 6.601111%;
  width: 88%;
  font-size: min(1.75vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.066em;
  font-weight: 400 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.txt_03 {
  position: absolute;
  top: 73.011111%;
  left: 59.601111%;
  width: 36%;
  font-size: min(1.75vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.066em;
  font-weight: 400 !important;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_03 {
  position: absolute;
  top: 93.0111111111%;
  left: 6.201111%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

section.lp_section_004 .sec_01 p.txt_04 {
  position: absolute;
  top: 73.1111111111%;
  left: 6.201111%;
  width: 88%;
  font-size: min(1.75vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

section.lp_section_004 .sec_01 p.annotation_04 {
  position: absolute;
  top: 88.2111111111%;
  left: 6.201111%;
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 0;
}

}


/*-- lp_section_005
------------------------------------------------------*/
section.lp_section_005 {
  position: relative;
		overflow: hidden;
}
section.lp_section_005 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_005 div.sec_inner {
  position: relative;
}

section.lp_section_005 div.sec_inner .txt_color {
  color: #ca001b;
}

section.lp_section_005 .sec_bg {}


@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_005 {
  position: relative;
  width: 100%;
}

section.lp_section_005 .sec_01 .sec_inner {}

/*------------------------*/
section.lp_section_005 .sec_01 {
  position: relative;
  width: 89%;
		margin: 0 auto;
}
section.lp_section_005 div.sec_inner {
  padding: 10.25vw 0 10.25vw 0;
}

section.lp_section_005 h3.title {
  margin: 0 !important;
		padding: 0 !important;
}

section.lp_section_005 h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}

section.lp_section_005 .sec_01 p.txt_01 {
  position: absolute;
  top: 32.0111111111%;
  left: 6.201111%;
  width: 88%;
		font-size: calc(30 / 750* 100vw);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_005 {
  position: relative;
  width: 100%;
}
section.lp_section_005 div.sec_inner {
  padding: 0;
}
section.lp_section_005 h3.title {
  display: block !important;
  width: 100% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}
section.lp_section_005 h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}

section.lp_section_005 .sec_01 p.txt_01 {
  position: absolute;
  top: 39.011111%;
  left: 6.201111%;
  width: 88%;
  font-size: min(1.75vw, 22px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400 !important;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}

}


/*-- lp_section_006
------------------------------------------------------*/
section.lp_section_006 {
  position: relative;
		overflow: hidden;
}
section.lp_section_006 img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_006 div.sec_inner {
  position: relative;
}

section.lp_section_006 div.sec_inner .txt_color {
  color: #ca001b;
		text-decoration: underline;
}

section.lp_section_006 .sec_bg {}

@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_006 {
  position: relative;
  width: 100%;
		background: #f9ebde;
}
section.lp_section_006 div.sec_inner {
  position: relative;
}

/*sec_01*/
section.lp_section_006 .sec_01 {
  position: relative;
  width: 100%;
}

/*sec_02*/
section.lp_section_006 .sec_02 {
  position: relative;
  width: 100%;
}

}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_006 {
  position: relative;
  width: 100%;
		background: #f9ebde;
}
section.lp_section_006 div.sec_inner {
  position: relative;
		width: 100%;
  max-width: 960px !important;
		margin: 0 auto;
}

/*sec_01*/
section.lp_section_006 .sec_01 {
  position: relative;
  width: 100%;
}
section.lp_section_006 .sec_01 h3.title {
  margin: 0 !important;
		line-height: 1 !important;
}

/*sec_02*/
section.lp_section_006 .sec_02 {
  position: relative;
  width: 100%;
}

}


/*-- lp_section_set_cta
------------------------------------------------------*/
section.lp_section_set_cta {
  position: relative;
		overflow: hidden;
}
section.lp_section_set_cta img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_set_cta div.sec_inner {
  position: relative;
}

section.lp_section_set_cta div.sec_inner .txt_color {
  color: #ca001b;
		text-decoration: underline;
}

section.lp_section_set_cta .sec_bg {}


/*-------------------------*/
.medicalift_set_wrap {
  margin: 0 auto !important;
		padding: 0 !important;
}
.medicalift_set_wrap_inner {
  max-width: 960px;
  margin: 0 auto!important;
		padding: 0 !important;
}
.medicalift_set_wrap_inner img {
  width: 100%;
		height: auto;
		vertical-align: middle;
}
.medicalift_set_wrap a {
  display: block; /*safari*/
}
.medicalift_set_wrap a:hover {
  opacity: 0.85 !important;
		-webkit-transition: opacity 0.25s ease !important;
		transition: opacity 0.25s ease !important;
}
.medicalift_set_wrap .item .item_box {
  /* border: #ca001b 3px solid; */
}
.medicalift_set_wrap .item_list .item_body .normal_price::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-left: 1.0666666667vw solid rgba(0, 0, 0, 0);
  border-top: 1.2vw solid #c8102e;
  border-bottom: 0;
}



@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_set_cta {
  position: relative;
  width: 100%;
		background: #f9ebde;
}
section.lp_section_set_cta div.sec_inner {
  position: relative;
		width: 100%;
  /* max-width: 922px !important; */
		margin: 0 auto;
		padding: 5vw 0 15vw 0;
}

/*sec_01*/
section.lp_section_set_cta .sec_01 {
  position: relative;
  width: 100%;
}
section.lp_section_set_cta .sec_01 h3.title {
  margin: 0 !important;
  padding: 0 !important;
}

/*-------------------------*/
.medicalift_set_wrap {
		/* margin-bottom: 4px !important; */
}

.medicalift_set_wrap .item {
  position: relative;
		width: 94%;
  /* max-width: 922px; */
		margin: 0 auto;

  display: block;
  box-sizing: border-box;
}

.medicalift_set_wrap .item_list {
  width: 100%;
  display: block;
  box-sizing: border-box;
		/* margin-bottom: 2.6%; */
		/*background: #fceee4;*/
}
.medicalift_set_wrap .item_list.single {
  justify-content: center;
}

.medicalift_set_wrap .item .item_box {
  width: 100%;
  /* flex-basis:calc((50% - 12px) / 1); */
  /* max-width:calc((50% - 12px) / 1); */
		display: flex;
		flex-direction: column; /* 直下の要素を縦積みに */
		margin: 0 auto 4.2vw auto;
}


.medicalift_set_wrap .item .item_box .item_inner {
  background: #FFF;
		padding: 3% 1% 3% 3%;
}


.medicalift_set_wrap .item .item_box .item_contents {
  width: 100%;
  display: flex;
  flex-basis:calc((100% - 10px) / 1);
  max-width:calc((100% - 10px) / 1);
		flex-wrap: wrap;
		flex-direction: row;
  /* justify-content: flex-start; */
  justify-content:space-between;
  box-sizing: border-box;
		/* padding-bottom: 3.8%; */
}
.medicalift_set_wrap .item .item_box .item_contents.item_odd {
 margin-left: 0;
}

.medicalift_set_wrap .item_inner div.title img {
  transform: scale(1.025);
		margin-top: -2.5%;
		margin-left: -1.2%;
}


.medicalift_set_wrap .item_list .item_img {
  position: relative;
  width: 50.5%;
		/* max-width: 210px; */
  padding: 0;
}

.medicalift_set_wrap .item_list .item_body {
  position: relative;
  width: 49.5%;
  /* max-width: 216px; */
  padding: 0;
  /* background: #F8ACAE; */
  display: flex;
  flex-direction: column;
  /* padding-left: 3%; */
}
.medicalift_set_wrap .item_list .item_body .name {
  flex-grow: 2;
		/* padding-left: 3%; */
}
.medicalift_set_wrap .item_list .item_body .price {
		margin-top: auto;
		padding-left: 6%;
}
.medicalift_set_wrap .item_list .item_body .price img {
  width: 110% !important;
}

/* name */
.medicalift_set_wrap .item_list .item_body .name {
  font-size: calc(30 / 750* 100vw);
  font-weight: 500;
  line-height: 1.33;
  /* letter-spacing: -0.02em; */
  text-align: left;
  padding: 0 0 3.3vw 6%;
}

/* price */
.medicalift_set_wrap .item_list .item_body .normal_price {
  position: relative;
  font-size: min(1.85vw, 10px);
  padding-bottom: 8px;
		text-align: left;
}

.medicalift_set_wrap .item_list .item_body .normal_price::after {
    left: auto;
    right: 47.5%;
    margin: 4px 0 0 95px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 7px;
}

.medicalift_set_wrap .item_list .item_body .special_price {
  position: relative;
  font-size: min(1.85vw, 12px);
  color: #c8102e;
		text-align: left;
		font-weight: 500 !important;
		padding-top: 2px;
}

.medicalift_set_wrap .item_list .item_body .special_price span.yen {
  font-size: min(1.85vw, 23px);
		font-weight: 500 !important;
}

.medicalift_set_wrap .item_list .item_body .special_price span.price_num {
  font-size: min(1.85vw, 32px) !important;
		font-weight: 700 !important;
  padding-right: 2px !important;
}

.medicalift_set_wrap .item_list .item_body span.line-through {
  position: relative;
  margin-left: 3px;
}

.medicalift_set_wrap .item_list .item_body span.line-through::before {
  content: "";
  position: absolute;
  display: block;
  width: 102%;
  height: 1px;
  /* background-color: #c8102e; */
  background-color: #000;
  left: 0;
  top: 47%;
}

.medicalift_set_wrap .item_list .item_body .text-zoom {
  font-size: min(1.85vw, 16px);
  margin-right: 3px;
		font-weight: 500;
}

/* btn */
.medicalift_set_wrap .cta_btn {
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(41.5vw, 393px);
  height: calc(94 / 750* 100vw);
  background-color: #ca001b;
  margin: 0 0 0 6%;
  margin-top: 0;
  margin-bottom: 1.8%;
}

.medicalift_set_wrap .item_body .cta_btn {}
.medicalift_set_wrap .item_inner .cta_btn.sp_none {
  display: none;
}



.medicalift_set_wrap .cta_btn span {
  position: relative;
		display: inline-block;
  font-size: calc(28 / 750* 100vw);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
		text-indent: -0.5em;
		padding-bottom: 3px;
}
.medicalift_set_wrap .cta_btn span::after {
  position: absolute;
  top: 24.444444%;
  right: -17%;
  content: '';
  display: inline-block;
  width: min(2.2vw, 22px);
  height: min(2.2vw, 22px);
  border-right: min(0.5vw, 3px) solid #fff;
  border-top: min(0.5vw, 3px) solid #fff;
  transform: rotate(45deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}

.medicalift_set_wrap p.annotation {
		font-size: calc(20 / 750* 100vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 1.2vw 0 0 0;
}
}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_set_cta {
  position: relative;
  width: 100%;
		background: #f9ebde;
}
section.lp_section_set_cta div.sec_inner {
  position: relative;
		width: 100%;
		/* max-width: 922px !important; */
		max-width: 960px !important;
		margin: 0 auto;
		/* padding: 5% 0 0.4% 0;*/
		padding: 2% 0 7% 0;
}

/*sec_01*/
section.lp_section_set_cta .sec_01 {
  position: relative;
  width: 100%;
}
section.lp_section_set_cta .sec_01 h3.title {
  margin: 0 !important;
  padding: 0 !important;
}

/*-------------------------*/
.medicalift_set_wrap {
		margin-bottom: 4px !important;
}

.medicalift_set_wrap .item {
  position: relative;
  max-width: 922px;
		margin: 0 auto;

  width: 100%;
  display: flex;
	 flex-wrap: wrap;
  /* justify-content: flex-start; */
  justify-content:space-between;
  box-sizing: border-box;
  align-items: flex-start;
}

.medicalift_set_wrap .item_list {
  width: 100%;
  display: flex;
		flex-wrap: wrap;
		flex-direction: row;
  /* justify-content: flex-start; */
  justify-content:space-between;
  box-sizing: border-box;
		margin-bottom: 2.6%;
		/*background: #fceee4;*/
}
.medicalift_set_wrap .item_list.single {
  justify-content: center;
}

.medicalift_set_wrap .item .item_box {
  width: 50%;
  flex-basis:calc((50% - 12px) / 1);
  max-width:calc((50% - 12px) / 1);
		display: flex;
		flex-direction: column; /* 直下の要素を縦積みに */
}


.medicalift_set_wrap .item .item_box .item_inner {
  background: #FFF;
		padding: 3%;
}


.medicalift_set_wrap .item .item_box .item_contents {
  width: 100%;
  display: flex;
  flex-basis:calc((100% - 10px) / 1);
  max-width:calc((100% - 10px) / 1);
		flex-wrap: wrap;
		flex-direction: row;
  /* justify-content: flex-start; */
  justify-content:space-between;
  box-sizing: border-box;
		padding-bottom: 3.8%;
}
.medicalift_set_wrap .item .item_box .item_contents.item_odd {
 margin-left: 0;
}

.medicalift_set_wrap .item_list .item_img {
  position: relative;
  width: 51%;
		max-width: 210px;
  padding: 0;
}

.medicalift_set_wrap .item_list .item_body {
  position: relative;
  width: 49%;
  /* max-width: 216px; */
  padding: 0;
  /* background: #F8ACAE; */
  display: flex;
  flex-direction: column;
  /* padding-left: 3%; */
}
.medicalift_set_wrap .item_list .item_body .name {
  flex-grow: 2;
		/* padding-left: 3%; */
}
.medicalift_set_wrap .item_list .item_body .price {
		margin-top: auto;
		margin-bottom: 3%;
}
.medicalift_set_wrap .item_list .item_body .price img {
  width: 110% !important;
}

/* name */
.medicalift_set_wrap .item_list .item_body .name {
  font-size: min(2.2vw, 19px);
  font-weight: 500;
  line-height: 1.33;
  /* letter-spacing: -0.02em; */
  text-align: left;
  padding: 0 0 0 6%;
}

/* price */
.medicalift_set_wrap .item_list .item_body .normal_price {
  position: relative;
  font-size: min(1.85vw, 10px);
  padding-bottom: 8px;
		text-align: left;
}

.medicalift_set_wrap .item_list .item_body .normal_price::after {
    left: auto;
    right: 47.5%;
    margin: 4px 0 0 95px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 7px;
}

.medicalift_set_wrap .item_list .item_body .special_price {
  position: relative;
  font-size: min(1.85vw, 12px);
  color: #c8102e;
		text-align: left;
		font-weight: 500 !important;
		padding-top: 2px;
}

.medicalift_set_wrap .item_list .item_body .special_price span.yen {
  font-size: min(1.85vw, 23px);
		font-weight: 500 !important;
}

.medicalift_set_wrap .item_list .item_body .special_price span.price_num {
  font-size: min(1.85vw, 32px) !important;
		font-weight: 700 !important;
  padding-right: 2px !important;
}

.medicalift_set_wrap .item_list .item_body span.line-through {
  position: relative;
  margin-left: 3px;
}

.medicalift_set_wrap .item_list .item_body span.line-through::before {
  content: "";
  position: absolute;
  display: block;
  width: 102%;
  height: 1px;
  /* background-color: #c8102e; */
  background-color: #000;
  left: 0;
  top: 47%;
}

.medicalift_set_wrap .item_list .item_body .text-zoom {
  font-size: min(1.85vw, 16px);
  margin-right: 3px;
		font-weight: 500;
}

/* btn */
.medicalift_set_wrap .cta_btn {
  opacity: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(32vw, 393px);
  height: min(7.5vw, 43px);
  background-color: #ca001b;
		margin: 0 auto;
		margin-top: 0;
		margin-bottom: 1.8%;
}

.medicalift_set_wrap .item_body .cta_btn {
  display: none;
}

.medicalift_set_wrap .cta_btn span {
  position: relative;
		display: inline-block;
  font-size: min(1.71vw, 20px);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
		/* text-indent: -0.5em; */
		padding-bottom: 3px;
}
.medicalift_set_wrap .cta_btn span::after {
  position: absolute;
		top: 26.444444444%;
  right: -28px;
  content: '';
  display: inline-block;
  width: min(0.89vw, 11px);
  height: min(0.89vw, 11px);
  border-right: min(0.16vw, 2px) solid #fff;
  border-top: min(0.16vw, 2px) solid #fff;
  transform: rotate(45deg);
  margin: 0 0 min(0.16vw, 2px) min(1.22vw, 15px);
}

.medicalift_set_wrap p.annotation {
  font-size: min(1.0222222222vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  /* text-align: justify; */
  /* font-weight: 500 !important; */
  margin: 0;
  padding: 5px 0 0 0;
}
}



/*-- lp_section_mantra
------------------------------------------------------*/
section.lp_section_mantra {
  position: relative;
		overflow: hidden;
}
section.lp_section_mantra img {
  max-width: 100%;
  height: auto;
		vertical-align: middle;
		pointer-events: none;
}
section.lp_section_mantra div.sec_inner {
  position: relative;
}

@media print, screen and (max-width: 960px) { /*sp*/
section.lp_section_mantra {
  position: relative;
  width: 100%;
}

section.lp_section_mantra .sec_01 .sec_inner {}

/*------------------------*/
section.lp_section_mantra .sec_01 {
  position: relative;
  width: 100%;
		margin: 0 auto;
}
section.lp_section_mantra div.sec_inner {
  padding: 0;
}

section.lp_section_mantra h3.title {
  margin: 0 !important;
		padding: 0 !important;
}

section.lp_section_mantra h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}
}

@media print, screen and (min-width: 961px) { /*pc*/
section.lp_section_mantra {
  position: relative;
  width: 100%;
}
section.lp_section_mantra div.sec_inner {
  padding: 0;
}
section.lp_section_mantra h3.title {
  display: block !important;
  width: 100% !important;
  /* max-width: 960px !important; */
  margin: 0 auto !important;
}
section.lp_section_mantra h3.title img {
  width: 100%;
		height: auto;
		vertical-align: middle;
		margin: 0;
		padding: 0;
}
}





/*  ---------------------------
		フローティングメニュー
---------------------------  */
.ecm-lp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: transparent !important;
}

.ecm-lp-navi img {
  vertical-align: middle;
		margin: 0;
		padding: 0;
		line-height: 1;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-navi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -30px;
    gap: 2px;
    margin-top: 0;
  }
.ecm-lp-navi a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
		margin-bottom: 5px;
}
}
.ecm-lp-navi a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media print, screen and (max-width: 960px) {
  .ecm-lp-navi a {
    width: 50%;
  }
}
.ecm-lp-navi a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.ecm-lp-floatnavi {
/*  z-index: 20; */
  z-index: 2;
  position: fixed;
}
@media print, screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
  }
  .ecm-lp-floatnavi.is-static {
    position: static;
  }
}

.ecm-lp-floatnavi.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ecm-lp-floatnavi.show {
  display: none;
  visibility: hidden;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    top: 170px;
    right: 0;
    opacity: 0;
  }

.ecm-lp-floatnavi.show {
  display: none;
  visibility: hidden;
}
/*
.ecm-lp-floatnavi.show {
  display: block;
  visibility: visible;
}
*/
}
.ecm-lp-floatnavi .ecm-lp-navi {
  bottom: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
}
.ecm-lp-floatnavi .ecm-lp-navi a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (max-width: 960px) {
  .ecm-lp-anchor {
    display: none;
  }
}
.ecm-lp-anchor ul {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
  }
}
.ecm-lp-anchor ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-anchor {
		  /* width: 960px; */
  		/* margin: 20px auto 20px auto;*/
  		margin: 0 auto 0 auto;
				box-sizing: border-box;
		}
		.ecm-lp-anchor ul li {
    width: 50%;
				box-sizing: border-box;
  }
		.ecm-lp-anchor ul li:nth-child(1) {
  		/* margin-right: 1px; */
		}
		.ecm-lp-anchor ul li:nth-child(2) {
  		/* margin-left: 1px; */
		}
		
		
  .ecm-lp-anchor ul li:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}


/*　バナー　*/
.ecm-lp-banners {
  padding: 8vw 0
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banners {
    padding: 40px 0 105px
  }
}

@media screen and (max-width: 960px) {
.ecm-lp-banners h2 {
  width: 86%;
  margin: 0 auto !important;
  margin-bottom: 2.6666666667vw !important;
  padding-bottom: 4.6666666667vw;
  font-size: 5.3333333333vw !important;
		color: #2d2926;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #c8102e;
}
}
@media print, screen and (min-width: 961px) {
.ecm-lp-banners h2 {
  max-width: 960px;
  margin: 0 auto 0 auto !important;
  margin-bottom: 50px !important;
  padding-bottom: 30px;
  font-size: 40px !important;
		color: #2d2926;
  line-height: 1;
  text-align: center;
		letter-spacing: 0.08em;
  border-bottom: 2px solid #c8102e;
}
}


@media print, screen and (min-width: 961px) {
  .ecm-lp-banners img {
    image-rendering: -webkit-optimize-contrast
  }
}

@media screen and (max-width: 960px) {
  .ecm-lp-banners-more-item {
    width: 89.3333333333vw;
    margin: auto
  }
.ecm-lp-banners-item {
  width: 40vw;
}
}

.ecm-lp-banners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86.6666666667vw;
  margin: 6.6666666667vw auto;
  gap: 7vw 6.6vw;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banners-list {
    max-width: 920px;
    margin: 42px auto 0;
    gap: 60px 60px;
  }
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banners-item {
  width: 40vw;
  max-width: 430px
  }
}

.ecm-lp-banners-item__link {
  display: block
}

.ecm-lp-banners-item__link:hover {
  opacity: .8
}

.ecm-lp-banners-item__note {
  font-weight: 500;
  font-size: 1.8666666667vw;
  margin-top: .6666666667vw
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-banners-item__note {
    font-size: 12px;
    margin-top: 5px
  }
}


/*------------------------*/
.ecm-lp-set-wrapper__title {
  font-weight: bold !important;
  color: #ca001b;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 960px) {
  .ecm-lp-set-wrapper__title {
    margin-bottom: 8vw !important;
    padding: 0 6.4vw;
    font-size: 8.2666666667vw !important;
  }
}
@media print, screen and (min-width: 961px) {
.ecm-lp-set-wrapper__title {
  margin-inline: auto;
  margin-bottom: 30px !important;
  font-size: 42px !important;
}

.ecm-lp-set-wrapper__title {
    width: min(37.89vw, 550px);
    margin: min(6.67vw, 50px) auto min(2.44vw, 30px) !important;
}

}
.ecm-lp-set-wrapper__title-sub {
  height: 11vw;
  margin-inline: auto;
  margin-bottom: 2vw !important;
  display: block;
  background: #ca001b;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 5.6vw;
  font-weight: 500 !important;
  letter-spacing: .05em;
}
@media screen and (max-width: 960px) {
.ecm-lp-set-wrapper__title-sub {
  width: 78vw;
}
}


@media print, screen and (min-width: 961px) {
.ecm-lp-set-wrapper__title-sub {
  width: 460px;
  height: 60px;
  margin-bottom: 10px !important;
  font-size: 32px;
  }
}
.ecm-lp-set-wrapper__title-sub-big {
  padding: 0 0 0 .1em;
		font-size: 1.3em;
  letter-spacing: 0;
  font-weight: 500 !important;
}
.ecm-lp-set-wrapper__title-sub-small {
  padding: 0 .1em;
  font-size: .8em;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
.ecm-lp-set-wrapper__title {
  font-size: 6.6666666667vw !important;
  margin-top: 8.3333333333vw !important;
  margin-bottom: 7.6666666667vw !important;
  padding: 0 0 2vw 0;
  width: 100vw;
  line-height: 1.3 !important;
}
}

/*
.ecm-lp-set-item__name {
  text-align: center !important;
}
*/


/*------------------------*/
@media screen and (max-width: 960px) {
.ecm-lp-set-item__special-price__label {}
.ecm-lp-set-item__special-price__label .title {
    font-size: 4.2666666667vw;
    padding-bottom: .5333333333vw;
}

}
@media print, screen and (min-width: 961px) {
.ecm-lp-set-item__special-price__label {
  width: 46.5%;
  height: 48px;
  font-size: 24px;
  margin-right: 30px;
}
.ecm-lp-set-item__special-price__label .title {
  font-size:24px;
  padding-bottom: 2px
}
}






