@charset "UTF-8";
article {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}

.sp{display: none;}

/* COLOR */

.txt-brown{ color: #000;}
.bg-brown{ background-color: #000;}
.lp-border.brown{ border-color: #000;}

.bold{
  font-weight: bold;
}

/* BORDER */

.lp-border.bottom {
  border-width: 0 0 0.1rem 0;
}
.lp-border {
  border: solid 0.1rem #41210f;
}

/* LINK BUTTON */

.lp-link-button{
  width: 100%;
  display: flex;
}

.lp-link-button.center{ justify-content: center;}
.lp-link-button.space-between{ justify-content: space-between;}
.lp-link-button.flex-end{ justify-content: flex-end;}

.lp-link-button a{
  position: relative;
  margin: 0.5em 0;
  padding: 1.5em 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-link-button a:visited { color: #fff;}
.lp-link-button a:hover { color: #fff; text-decoration: underline;}
.lp-link-button a:focus,
.lp-link-button a:active { color: #fff;}

.lp-link-button a:before{
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border: solid 0.2rem #fff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg);
  content: "";
}

.lp-link-button.round a{ border-radius: 5em;}

.lp-link-button.size-s a{ width: 90%; max-width: 34rem; color: #fff;}

.lp-link-button.size-m a{ width: 96%; max-width: 34rem; color: #fff;}

.lp-link-button.font-s a{ font-size: 1.6rem;}

.lp-link-button a:hover { text-decoration: none; opacity: 0.7;}



/* INTRO */

.lp-intro{
  padding: 0 0 3em;
  width: 100%;
}

.lp-intro h1{
  margin: auto;
  width: 100%;
  max-width: 84rem;
}

.lp-intro .intro-catch{
  margin: auto;
  padding: 2em 0;
  width: 90%;
  min-height: 0vw;
  font-size: min(max(1.6rem, calc(1.6rem + ((1vw - 0.48rem) * 0.6944))), 1.8rem);
  line-height: 1.8;
}



/* LP NAVI */

.lp-navi{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-navi ul{
  padding: 0;
  width: 100%;
  max-width: 80rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-navi li{
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-navi li a{
  position: relative;
  padding: 1em 0.8em;
  min-height: 0vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: min(max(1.4rem, calc(1.4rem + ((1vw - 0.48rem) * 2.5))), 1.8rem);
  line-height: 1.5;
}

.lp-navi li a:before{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border: solid 0.2rem #fff;
  border-width: 0 0 0.2rem 0.2rem;
  transform: rotate(-45deg);
  content: "";
}

.lp-navi li .arrow-brown:before{ border-color: #000;}

/* lp-intro02 */
.aboutimg{
  position: relative;
}

.lp-intro02-catch{
  position: absolute;
	width:25em;
  top: 4rem;
  left: 4rem;
  right: 4rem;
  padding: 4rem 1rem;
  background-color: rgba(255,255,255,0.8);
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 2.0;
}

.pc {display: block;}
.sp {display: none;}

/* ANCHOR01 */
#ANCHOR01 dl.lp-border{
  background-color: #D8E2DF;
}

.joken-small{
  font-size: 0.9em;
}

.lp-border.lp-03.white{ border-color: #fff; border-width: 0.3rem;}

/* STEP */

.step-list{
  position: relative;
  margin: auto;
  padding: 1.5em 0;
  width: 90%;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  overflow: hidden;
}

.step-list li{
  position: relative;
  margin: 0;
  padding: 6em 1.5em 4em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step-list li:first-child{ padding: 2em 1.5em 2em;}
.step-list li:last-child{ padding: 6em 1.5em 2em;}

.step-list li:before{
  position: absolute;
  top: -14em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 20em;
  height: 20em;
  border: 1em solid #000;
  border-width:0 1em 1em 0;
  border-radius: 1rem;
  display: inline-block;
  transform: rotate(45deg) skew(calc((32deg - 90deg) / 2),calc((32deg - 90deg) / 2));
  pointer-events: none;
  content: "";
}

.bg-beige{
  background-color: #E0E4E4;
}

.bg-beige .step-list li:before{ border: 2em solid #E0E4E4; border-width:0 2em 2em 0;}

.step-list li:first-child:before{ display: none;}

.step-list p.bold {
	margin: 0 0 0.5em 0;
	padding:0 0 0 1em;
	text-indent: -1em;
	line-height: 1.2;
}

.step-list p.bold::before {
	content: "※"
}

.step-inner{
  position: relative;
  margin: 0;
  padding: 2em 0 1em;
  width: 100%;
  max-width: 34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-inner .step-icon{
  position: relative;
  margin: 0;
  padding: 0;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  border: solid 0.1rem #666;
}

.step-inner .step-icon img{
  width: 4rem;
  max-width: 4rem;
  display: block;
}

.step-inner .step-caption{
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(100% - 9rem);
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}


/* ANCHOR01 */
#ANCHOR01 .lp-txt-m.center{
  text-align:center;
}

#ANCHOR01 .product-ol {
	margin: 1em 0 0 0;
  counter-reset:no;
}

#ANCHOR01 .product-li {
	position:relative;
	margin: 0 0 6em 0;
}

#ANCHOR01 .product-li::before {
	display: inline-block;
	margin: 0 0 0 0.5em;
  padding: 0 0.5rem 0.2em;
  min-height: 0vw;
  border-bottom: solid #41210F 0.3rem;
	color: #41210F;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
	counter-increment: no;
	content:"0"counter(no);
}



#ANCHOR01 .product-ol-sub {
  margin: 0 1em;
  text-align: left;
}
#ANCHOR01 .product-ol-sub li{
  margin: 0.5em 0 0;
  list-style: decimal;
}


@media screen and (max-width:370px) {
	#ANCHOR01 .product-li::before {
		margin: 0 0 0 0;
	}
}

#ANCHOR01 .product-li:last-child {
	margin: 0 0 0 0;
}

#ANCHOR01 .product-h3 {
	position:absolute;
	width: calc(100% - 6.2rem);
	top: 0;
	right: 0;
	text-align: center;
	font-size:2.2rem;
	font-weight: bold;
}

@media screen and (max-width:340px) {
	#ANCHOR01 .product-li:nth-child(2) .product-h3 {
		font-size:2.0rem;
	}
}

#ANCHOR01 .joken-small {
	display: block;
	margin: 0 0 0.6em 0;
	font-size: 1.6rem;
	font-weight:normal;
}

#ANCHOR01 .product-img01,
#ANCHOR01 .product-img02,
#ANCHOR01 .product-img03,
#ANCHOR01 .product-img04,
#ANCHOR01 .product-img05 {
	padding: 1.5em 0 0 0;
	text-align: center;
}

#ANCHOR01 .product-img01 img,
#ANCHOR01 .product-img02 img,
#ANCHOR01 .product-img03 img,
#ANCHOR01 .product-img04 img,
#ANCHOR01 .product-img05 img {
	width: 100%;
}

#ANCHOR01 .product-img01 img {
	max-width: 62.1rem;
}

#ANCHOR01 .product-img04 img {
	max-width: 24.4rem;
}

#ANCHOR01 .product-img05 img {
	max-width: 64rem;
}

#ANCHOR01 .product-table {
	width: 100%;
	margin: 2em 0 2em 0;
	border-collapse: collapse;
	border-spacing:0;
}

#ANCHOR01 .product-table th,
#ANCHOR01 .product-table td {
	padding: 1em 1em 1em 1em;
	text-align: center;
	line-height: 1.6;
	border-bottom: 0.5em solid #fff;
}

#ANCHOR01 .product-th {
	width: 9.5em;
	vertical-align:middle;
	background-color: #CACACA;
}

#ANCHOR01 .product-td {
	background-color: #FCECD4;
	border-left: 0.5em solid #fff;
}

#ANCHOR01 .product-li-disc {
	line-height: 1.6;
}

#ANCHOR01 .product-li-disc::before {
	content: "・";
}

/* ANCHOR02 */
#ANCHOR02 .bg-brown{
	background-color: #E0E4E4;
}

/* ANCHOR03 */
#ANCHOR03 .lp-round-01{
	background-color: #FCECD4;
}

/* SECTION */
.lp-inner-block{
  margin: auto;
  width: 94%;
  max-width: 64rem;
}

.lp-bottom-mark{
  padding-bottom: 6em;
}

.lp-border-corner-off{
  position: relative;
  margin: 0;
  padding: 0;
}

.lp-border-corner-off:before,
.lp-border-corner-off:after{
  position: absolute;
  margin: 0;
  padding: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  background-color: transparent;
  content: "";
  pointer-events: none;
}

.lp-border-corner-off:before{ top: 0; right: 0; border: solid #707070 0.1rem; border-width: 0.1rem 0.1rem 0 0;}
.lp-border-corner-off:after{ bottom: 0; left: 0; border: solid #707070 0.1rem; border-width: 0 0 0.1rem 0.1rem;}

.lp-section-title{
  position: relative;
  margin: auto;
  padding: 1.5em 0;
  font-size: min(max(2.8rem, calc(2.8rem + ((1vw - 0.48rem) * 1.3889))), 3.2rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lp-section-title em{ display: block; font-size: 2rem; font-weight: bold;}

.lp-number-title{
  position: relative;
  margin: 0;
  padding: 1.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-number-title strong{
  margin: 0;
  padding: 0 0;
  width: calc(100% - 7rem);
  min-height: 0vw;
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.48rem) * 0.6944))), 2.2rem);
  line-height: 1.5;
}

.lp-section-sub-title{
  margin: 0;
  padding: 1em 0;
  min-height: 0vw;
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.48rem) * 0.6944))), 2.2rem);
  line-height: 1.5;
}

.title-number{
  position: relative;
  margin: 0;
  padding: 0.2em 0.5rem;
  min-height: 0vw;
	color: #41210F;
  border-bottom: solid #41210F 0.3rem;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}

.title-number.txt-brown{ border-color: #41210F;}

.lp-txt-m{ font-size: 1.6rem; line-height: 1.6;}
.lp-txt-l{ font-size: 1.8rem; line-height: 1.6;}

.lp-round{ border-radius: 10em;}
.lp-round-01{ border-radius: 1em;}
