@charset "UTF-8";

/* # =================================================================
   # フォント設定
   # ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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: #000000;
	--color-green: #86cfdb;
	--color-red: #ef463d;
	--color-yellow: #fff100;
	--color-bg: #f7f3ed;
	
	--global-space: 20px;				/*主に余白の一括管理用*/
}

/* # =================================================================
   # 共通設定
   # ================================================================= */
body {
	font-family: 'Barlow', 'Noto Sans JP' ,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;
	color:var(--color-base);
	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-bg::after {background-color: var(--color-bg);}

.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;
}

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

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


/* # =================================================================
   #共通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:18px;
	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:1.5;
	font-weight:400;
}

.txt-c1{color:#f75382;}
.txt-c2{color:#ae86b7;}
.txt-c3{color:#ef9300;}

.title-bg1{
	background: url("../img/title_bg1.webp") center center;
	color:var(--color-white);
	padding:10px 15px;
	margin-bottom:15px;
}

.title-bg2{
	background: url("../img/title_bg2.webp") center center;
	color:var(--color-white);
	padding:10px 15px;
	margin-bottom:15px;
}

.title-bg3{
	background: url("../img/title_bg3.webp") center center;
	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 .logo-img{width:100%;text-align:center;margin-bottom:50px;padding:0 20px;}
#header-logo .logo-img img{width:100%;max-width:200px;}

#header-logo .head-illust {
	width: 210px;
	height: 165px;
	background: url("../img/anime_illsut.svg") no-repeat;
	animation: parapara .5s steps(2) infinite;
}
@keyframes parapara {
  to {
    background-position: -420px 0;
  }
}

@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;
		justify-content: center;
		align-items: center;
	}
	
}


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

#header-bana {
	display: none;
}

#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-white);
	color: var(--color-base);
	position: relative;
	overflow-x: hidden;
}

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


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


header .contents {
	background: url("../img/head_bg.webp") no-repeat center top / 100%;
	background-color: var(--color-bk);
	padding: 0;
	padding-bottom:20px;
}

.fv-img{width:90%;margin-left:auto;margin-right:auto;}
.fv-main-img1{padding-top:250px;margin-bottom:10px;}
.fv-main-img1 img{width:100%;}

.fv-main-img2{margin-bottom:30px;}
.fv-main-img2 img{width:100%;}

header .img-box{width:100%;padding:30px 0;margin-bottom:10px;}
header .img-box img{width:100%;}

header .btn-box{width:100%;margin-left:auto;margin-right:auto;}

/* チェック */
.checklist{margin-bottom:20px;}
.checklist li{
  position: relative;
  font-size:16px;
  font-weight:800;
  color:var(--color-bk);
  background-color:var(--color-white);
  text-align:left;
  line-height: 1.5;
  padding:8px 0 8px 45px;
  margin-bottom:5px;
}
.checklist li::before,
.checklist li::after{
    position: absolute;
    top: 50%;
    height: 10px;
    content: '';
}
.checklist1 li::before{
    left: 10px;
    transform: translateY(-50%);
    width:25px;
	height:25px;
	border-radius:5px;
    background-color: var(--color-red);
}
.checklist1 li::after {
    left: 1.2em;
    transform: translateY(-75%) rotate(45deg);
    width: 6px;
    border-bottom: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
}



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

.point-img{padding-bottom:30px;}
.point-img img{width:100%;}


#point .img-box{margin-bottom:30px;}
#point .img-box img{
	width:100%;
}

#point .img-box2 img{
	width:100%;
	border-radius:0 0 10px 10px;
}

#point .point-box{
	background-color:var(--color-red);
	color:var(--color-white);
	border-radius:10px;
}

#point .point-box-space{padding:25px;}

#point .no{
	font-size:50px;
	font-weight:700;
}

#point .box-title{
	font-size:25px;
	line-height:2rem;
	font-weight:700;
	margin:20px 0;
}

#point .box-title span{
	display:block;
	font-size:18px;
	margin-top:20px;
}

#point .txt-box{
	text-align:left;
	font-weight:700;
	margin:15px 0;
}

#point .btn-box{padding:30px 0;}

/* # =================================================================
   # voice
   # ================================================================= */
   
#voice .contents{
background-size: auto auto;
background-color: rgba(237, 237, 237, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 11px, rgba(247, 247, 247, 1) 11px, rgba(247, 247, 247, 1) 15px );
}

.voice-title-img{padding-bottom:30px;}
.voice-title-img img{width:250px;}

.voice-waku{
	position: relative;
}

.voice-box{
	height: calc(100% - 50px);
	background-color:var(--color-white);
	padding:20px;
	border-radius: 15px;
	margin-top:50px;
}

.voice-img{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


.voice-img img{
	width:150px;
}


.voice-name{
	font-size:18px;
	font-weight:700;
	color:var(--color-base);
	padding:85px 0 30px 0;
	text-align:center;
}

.voice-title-box{text-align:left;margin-top: 90px;margin-bottom:20px;}
.voice-title{
	display: inline;
	font-size:25px;
	font-weight:700;
	line-height:1.5;
	color:var(--color-white);
	background-color:var(--color-red);
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.voice-txt{
	font-size:16px;
	line-height:1.5;
	font-weight:700;
	text-align:left;
	color:var(--color-base);
}


/* # =================================================================
   # price
   # ================================================================= */

.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-base);
}

#price .ptitle-img{margin-bottom:30px;}
#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-bk);
	font-weight:700;
}

#price .txt-box span{color:var(--color-red);}

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

.price-box{
	padding:30px 20px 20px 20px;
	background-color:var(--color-gray5);
	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:var(--color-yellow);
	padding:15px 5px;
}

.price-item2{
	font-size:25px;
	font-weight:700;
	width:100%;
	background:var(--color-yellow);
	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-gray2);
	color:var(--color-white);
}

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

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

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

.price-s{font-size:12px;}

	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 .contents{background-color:var(--color-gray5);}

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

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

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

.faq-block{
border-bottom:dashed 1px var(--color-base);
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:1.5;
	text-align:left;
	font-weight: Bold;
}

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

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

#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;}

#faq .btn{
	display:block;
	background-image: url(../img/i_mail_btn.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left 5px center;
	font-size:14px;
	font-weight:800;
	text-align:center;
	padding:10px 15px 10px 35px;
	background-color: var(--color-white);
	border:solid 1px var(--color-gray1);
	color: var(--color-gray1) !important;
	transition: all .5s;
	text-decoration:none;
	line-height:1;
	width:200px;
	border-radius:50px;
	text-indent: 0;
	margin-top:20px;
}


#faq .btn:hover{
	background-image: url(../img/i_mail_green_btn.svg);
	background-position: left 5px center;
	color: var(--color-green) !important;
	border:solid 1px var(--color-green);
	text-decoration:none;
}



@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-color:var(--color-bk);}

#cta .title-txt1, #cta .title-txt2{color:var(--color-white);}

/* # =================================================================
   # 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;}