@charset "UTF-8";

/* # =================================================================
   # フォント設定
   # ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  min-width: 320px
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}



/* # =================================================================
   # 共通カラー / font-size
   # ================================================================= */

:root {
	--color-bk: #000000;
	--color-white: #ffffff;
	--color-gray1: #212121;
	--color-gray2: #424242;
	--color-gray3: #757575;
	--color-gray4: #DBDBDB;
	--color-gray5: #eeeeee;
	--color-gray6: #f7f7f7;
	--color-gray7: #F8F5F0;
	--color-base: #eb7378;
	--color-green: #aace36;
	--color-red: #eb7378;
	--color-yellow: #f0be50;
	--color-blue: #8fd3ff;
	--color-blue2: #009ee6;
	--color-bg: #eff843;
	
	--global-space: 20px;				/*主に余白の一括管理用*/
}

/* # =================================================================
   # 共通設定
   # ================================================================= */
body {
	font-family: 'Barlow', 'M PLUS Rounded 1c' ,system-ui;
	font-optical-sizing: auto;
	font-display: swap;
	font-size: 16px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	margin: 0;padding: 0;
}

body * {box-sizing: border-box;}


html,body {height: 100%;}

img, svg {
  vertical-align: middle
}

ol, ul {
  list-style: none
}

body>img {
  display: block;
  height: 0!important;
  font-size: 0
}

main {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

section{margin:0;padding:0;}

/*-----セクション幅----*/
.sec-content{background-color: transparent;width:90%;margin-left:auto;margin-right:auto;vertical-align: middle;}


.page-space-top{padding-top:50px;}
.page-space-btm{padding-bottom:50px;}

.swip-space-btm{padding-bottom:150px;}

.space-block-top30{margin-top:30px;}
.space-block-btm30{margin-bottom:30px;}

.space-block-top50{margin-top:50px;}
.space-block-btm50{margin-bottom:50px;}

.space-block-top80{margin-top:80px;}
.space-block-btm80{margin-bottom:80px;}


/* # =================================================================
   # background
   # ================================================================= */

.body-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: url("../img/bg_pc.webp") no-repeat center center / cover;
	z-index: -1;
}



/* # =================================================================
   # gsap
   # ================================================================= */
.trigger-area-load-head{opacity: 0;}
.trigger-area-load{opacity: 0;}
.trigger-area-feed{opacity: 0;}
.trigger-area-title{opacity: 0;}

/* # =================================================================
   # gsap 画像
   # ================================================================= */
.curtain {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}

.curtain::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  -webkit-transition: left 0.8s;
  transition: left 0.8s;
}

.curtain-bk::after {background-color: var(--color-gray1);}
.curtain-white::after {background-color: var(--color-white);}
.curtain-bg1::after {background-color: #f0be50;}
.curtain-bg2::after {background-color: #8fd3ff;}

.curtain.is-active::after {
  left: 100%;
  width: 100%;
}


.curtain.is-active {
  opacity: 1;
}

/* box */
.curtain-head {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}

.curtain-head::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  background-color: var(--color-white);
  -webkit-transition: left 1s;
  transition: left 1s;
}


.curtain-head.is-active::after {
  left: 100%;
  width: 100%;
}


.curtain-head.is-active {
  opacity: 1;
}


/* # =================================================================
   # 画像loop
   # ================================================================= */

/* CSS: 無限ループアニメーション */
.loop_wrap {
  display: flex;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.loop {
  display: flex;
  width: auto; /* クローン後の幅を自動調整 */
}

.loop img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* 画像の半分を移動 */
  }
}

@media screen and (min-width:769px) {
	.loop_wrap {height: 15vw;}
}


/* # =================================================================
   # div link
   # ================================================================= */

.linkbox {
    position: relative;
	cursor: pointer;
}

.linkbox .divlink{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	z-index:1;
}


/* # =================================================================
   #共通txt
   # ================================================================= */
   
.txt-l{text-align:left;}
.txt-r{text-align:right;}
.txt-c{text-align:center;}


.title-txt1{
	font-size:25px;
	line-height:2rem;
	font-weight:700;
}

.title-txt2{
	font-size:20px;
	line-height:2rem;
	font-weight:700;
	padding-bottom:20px;
}

.title-txt2 a{
	color:var(--color-red);
}

.title-txt3{
	font-size:20px;
	line-height:2rem;
	font-weight:700;
	padding-bottom:20px;
}

.txt-box{
	font-size:16px;
	line-height:2rem;
	font-weight:400;
}

.txt-c1{color:#f75382;}
.txt-c2{color:#f0be50;}
.txt-c3{color:#8fd3ff;}

.title-bg1{
	background-color:#aace36;
	color:var(--color-white);
	padding:10px 15px;
	margin-bottom:15px;
}

.title-bg2{
	background-color:#f0be50;
	color:var(--color-white);
	padding:10px 15px;
	margin-bottom:15px;
}

.title-bg3{
	background-color:#8fd3ff;
	color:var(--color-white);
	padding:10px 15px;
	margin-bottom:15px;
}


/* # =================================================================
   # cta button
   # ================================================================= */
.btn-box{width:90%;margin-left:auto;margin-right:auto;}

.lp-cta-btn{
	display:block;
	cursor:pointer;
	font-size:20px;
	font-weight:700;
	text-align:center;
	color: var(--color-white);
	background: var(--color-red);
	text-decoration:none;
	padding:25px 20px;
	line-height:1.5rem;
	border-radius:50px;
	box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.3);
	margin:20px 0;
	transition: all .5s;
}



/* # =================================================================
   # PC左
   # ================================================================= */

#header-logo {
	display: none;
}

#header-logo .left-box{position:relative;width:100%;height: 100vh;}

#header-logo .logo-img{width:100%;text-align:center;margin-top:50px;padding:0 20px;}
#header-logo .logo-img img{width:100%;max-width:200px;}

#header-logo .head-illust1 {
	position:absolute;
	left:25px;
	bottom:25px;
}

#header-logo .head-illust1 img{width:130px;}

#header-logo .head-illust2 {
	position:absolute;
	right:0;
	bottom:150px;
}

#header-logo .head-illust2 img{width:250px;}

@media screen and (min-width:769px) {

	#header-logo {
		display: block;
		position: fixed;
		z-index: 1;
		top:0;
		left:0;
		width: calc(100% / 2 - 250px);
		height: 100vh;
		display: flex;
		flex-direction: column;
	}
	
}


/* # =================================================================
   # PC右
   # ================================================================= */

#header-bana {
	display: none;
}


#header-bana .right-box{position:relative;width:100%;height: 100vh;}

#header-bana .head-illust3 {
	position:absolute;
	left:0;
	top:20px;
}
#header-bana .head-illust3 img{width:130px;}

#header-bana .head-bana-box {
	position:absolute;
	width:100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header-bana .bana-trial{width:100%;margin-bottom:50px;text-align:center;padding:0 20px;}
#header-bana .bana-trial img{width:100%;max-width:250px;transition: all .5s;}
#header-bana .bana-trial a:hover img{
	transform: scale(1.1);
}

#header-bana .bana-lp{width:100%;margin-bottom:10px;text-align:center;padding:0 20px;}
#header-bana .bana-lp img{width:100%;max-width:250px;transition: all .5s}
#header-bana .bana-lp a:hover img{
	transform: scale(1.1);
}

@media screen and (min-width:769px) {

	#header-bana {
		display: block;
		position: fixed;
		z-index: 1;
		top:0;
		right:0;
		width: calc(100% / 2 - 250px);
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}


/* # =================================================================
   # contents
   # ================================================================= */
.contents {
	background-color: var(--color-bg);
	color: var(--color-bk);
	position: relative;
	overflow-x: hidden;
}

@media screen and (min-width:769px) {
	.contents {
		width: 500px;
		margin: 0 auto;
	}
}


/* # =================================================================
   # fv
   # ================================================================= */


header .contents {
	background-color: var(--color-white);
	padding: 0;
	display: flex;
	align-items: end;
}

.fv-img{width:100%;position}
.fv-main-img1 img{width:100%;}

header .img-box1{width:100%;padding-top:50px;margin-bottom:30px;}

header .img-box1 img,
header .img-box2 img{
	width:100%;
}





/* # =================================================================
   # point
   # ================================================================= */

#point1 .contents{background-color:var(--color-bg);}

#point1 .img-box{padding:30px 0 0 0;}
#point1 .img-box img{width:100%;}


#point2 .contents{background-color:#fdf5e5;}
#point3 .contents{background-color:#eef8ff;}


#point2 .point-img img,
#point3 .point-img img{width:100%;}

#point2 .txt-box,
#point3 .txt-box{
	margin-bottom:15px;
	color:var(--color-bk);
}

#point2 p.indent,
#point3 p.indent{
	text-indent: -.8em;
	padding-left: 1em;
}

#point3 .btn-box{padding-bottom:50px;}

/* # =================================================================
   # flow
   # ================================================================= */

#flow .img-box img {width:100%;}


/* # =================================================================
   # price
   # ================================================================= */
#price .contents{background-color:#86e1ea;}

.price-title-img{width:100%;}
.price-title-img img{width:100%;}

#price .ptitle-txt{
	font-size:25px;
	font-weight:700;
	margin-bottom:30px;
	color:var(--color-blue2);
}


#price .ptitle-img img{width:100%;}

.price-txt-title{
	font-size:18px;
	font-weight:700;
	line-height:1.5rem;
	margin:30px 0 15px 0;
	display: flex;
    align-items: center;
}
.price-txt-title:before,
.price-txt-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.price-txt-title:before {
    margin-right: 1rem;
}

.price-txt-title:after {
    margin-left: 1rem;
}


#price .txt-box{
	margin-bottom:15px;
	color:var(--color-white);
	font-weight:700;
}

#price .txt-box span{color:#ffff00;}

#price .title-txt3{
	border-top:dashed 1px var(--color-white);
	border-bottom:dashed 1px var(--color-white);
	padding-bottom:15px;
	color:var(--color-blue2);
}
#price .img-box{margin-bottom:10px;}
#price .img-box img{
	width:100%;
}

.price-box{
	padding:30px 20px 20px 20px;
	background-color:var(--color-white);
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
}


.price-item1{
	font-size:25px;
	font-weight:700;
	width:100%;
	background:var(--color-red);
	border:solid 3px var(--color-red);
	color:#ffff00;
	padding:15px 5px;
}

.price-item2{
	font-size:25px;
	font-weight:700;
	width:100%;
	background:#ffff00;
	border:solid 3px var(--color-red);
	color:var(--color-red);
	padding:15px 5px;
}

	
table.price-tbl {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:15px;
}
table.price-tbl th,
table.price-tbl td {
	padding: 15px;
	text-align: center;
	vertical-align:middle;
	border:solid 1px var(--color-gray4);
}
table.price-tbl th {
	width: 50%;
	background:var(--color-blue);
	color:var(--color-white);
}

table.price-tbl td {
	background:var(--color-white);
	color:var(--color-bk);
}

table.price-tbl td span{font-size:25px;font-weight:700;}

table.price-tbl td a{color:var(--color-blue2);}

.price-s{font-size:14px;color:var(--color-bk);}

	table.price-tbl td {
		display: block;
		text-align: center;
	}
	table.price-tbl th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 100%;
	}



/* # =================================================================
   # faq
   # ================================================================= */

#faq .sec-content{overflow:hidden;}

#faq .img-box{margin-bottom:20px;}
#faq .img-box img{
	width:150px;
}

#faq .img-box2{margin-top:20px;}
#faq .img-box2 img{
	width:200px;
}

.faq-block{
border-bottom:dashed 1px var(--color-green);
padding-bottom:5px;
margin-bottom:5px;
}


#faq .quest{
	text-indent: -1.7em;
	padding-left:2em;
	padding-right:40px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:20px;
	line-height:150%;
	text-align:left;
	font-weight: Bold;
	letter-spacing:2px;
}

#faq .quest span{
	font-size: 28px;
	font-weight: 600;
	margin-right: 0.5em;
	color: var(--color-blue);
}

#faq .answer{
	text-indent: -1.7em;
	padding-left:2em;
	font-size:18px;
	font-weight: Bold;
	color: var(--color-base);
	text-align:left;
	padding: 0 3em 25px 3em;
	line-height:180%;
	letter-spacing:2px;
}

#faq .answer span{
	font-size: 28px;
	font-weight: 600;
	margin-right: 0.5em;
	color: var(--color-red);
}

#faq .answer a{color:var(--color-red);}

#faq .answer ul{list-style: square;text-indent: 0;padding-left:20px;}




@media screen and (max-width:599px){
	#faq .quest{
		text-indent: -1.8em;
		padding-left:2em;
		font-size:18px;
	}
	#faq .answer{font-size:16px;}
}

/* # =================================================================
   # FAQ アコーディオン設定
   # ================================================================= */

.table__list-check{
    display: none;
}

/*カラム見出し */
.table__list-label {
	width: 100%;
	display: block;
	padding: 10px;
	color: var(--color-gray1);
	font-display: swap;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}


.table__list-label:after{
    content: '';
    display: block;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: 20px;
   top: 40%;
   transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
	border-bottom: solid 1px var(--color-gray1);
	border-right: solid 1px var(--color-gray1);
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
.table__list-content {
	width: 100%;
    display: block;
    height: 0;
    opacity: 0;
	margin-top: 0px;
 	margin-bottom: 0px;
   padding: 0px 0 0px 0;
    transition: .5s;
    visibility: hidden;
}
.table__list-check:checked + .table__list-label:after{
    content: '×';
    position: absolute;
    right: 25px;
    top: 30%;
   transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    font-size: 30px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-gray1);
	border-bottom: none;
	border-right: none;
}
.table__list-check:checked + .table__list-label + .table__list-content{
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
}

/* # =================================================================
   # cta
   # ================================================================= */
#cta .contents{background: url("../img/cta_bg.svg?ver1") repeat center center;background-color:#fad9d5;}

#cta .title-txt2{color:var(--color-red);padding-bottom:0;}
#cta .img-box img{width:100%;}

/* # =================================================================
   # 固定CTA
   # ================================================================= */

	#fix-cta {
		display:block;
		width: 95%;
		padding:0 10px;
		background: var(--color-bg);
		box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
		border:solid 2px var(--color-white);
		border-radius: 10px 10px 0 0;
		position: fixed;
		bottom: -200px;
		right: 0;
		left:0;
		margin: auto;
		z-index: 10;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#fix-cta.show {
		bottom: 0;
	}
	
	#fix-cta .btn-box{width:95%;margin-left:auto;margin-right:auto;}

	#fix-cta .lp-cta-btn{
	display:block;
	cursor:pointer;
	font-size:20px;
	font-weight:700;
	text-align:center;
	color: var(--color-white);
	background: var(--color-red);
	text-decoration:none;
	padding:15px 10px;
	line-height:1.5rem;
	border-radius:50px;
	box-shadow: 4px 5px 8px 0px rgba(0, 0, 0, 0.3);
	margin:20px 0;
	transition: all .5s;
}

@media screen and (min-width:769px) {
	#fix-cta {display:none;}
}

/* # =================================================================
   # footer
   # ================================================================= */
footer .contents{background-color:var(--color-white);}
footer small {font-size: 100%;}
footer {
	font-size: 0.8rem;
	text-align: center;
}

footer .img-box1{margin-bottom:20px;}
footer .img-box1 img{
	width:180px;
}


footer .img-box2 img{
	width:100%;
}

.shop-ul{
	list-style: none;
	margin:30px 0;
}

.shop-ul li{
	text-align:left;
	padding:10px 0;
	border-top:solid 1px var(--color-gray5);
	position: relative;
}

.shop-ul li:first-child{
	border: none;
	padding-top:0;
}

.shop-content{
	display:block;
	line-height:180%;
	text-align:left;
	margin-left:100px;
}

.shop-name{float:left;font-weight:Bold;}

.shop-content ul{list-style-type: disc;padding-left:1.2rem;}
.shop-content ul li{
	border-top:none;
	padding:5px 0;
}

.shop-sns{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:20px;
	margin:30px 0;
}
.shop-sns img{width:50px;}