@charset "UTF-8";
/* CSS Document */
/* kv
-----------------------------------*/
.topnews {
	background: #ffeaf6;
	display: block;
}
.topnews p {
	line-height: 1.4;
	padding: 10px 0;
	margin: 0;
	text-align: center;
}
#kv {
    line-height: 0;
    position: relative;
    height: calc(100svh - 40px);
    overflow: hidden;
}
#kv .swiper img{
	width: 100%;
	height: 100svh;
}
#kv .kvtext {
	position: absolute;
	z-index: 2;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
p.box1.kvlogo {
}
.logomark {
	background: url("/common/img/logomark.svg")no-repeat;
	width: 50%;
	height: 100vh;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
/*swiper*/
#users .swiper{
	overflow: inherit;
}
.swiper {
  width: 100%;
  height: auto;
	padding-bottom: 30px;
}

.swiper img{
	border-radius: 5px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* フレックスボックスでスライド内のコンテンツを中央に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.comment h4{
	text-align: left;
	margin: 10px 0;
}

.comment h4+P{
	font-size:clamp(1.3rem,1.3vw,1.4rem);
		padding: 0 10px 0 0;
	margin-top: 0;
}
.comment small{
	font-weight: normal;
	font-size: 1.3rem;
}
.st-comment{
	padding: 1em;
	background: #fff8f8;
	font-size:clamp(1.3rem,1.3vw,1.4rem);
	text-align: left;
}.st-comment strong{
	display: block;
	margin-bottom: 5px;
}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

#users .dl dt{
	position: relative;
}

.new{
    /* aspect-ratio: 16 / 9; */
    color: #fff;
    position: absolute;
    content: "NEW";
    top: 8px;
    left: -17px;
    padding: 0px 12px;
    transform: rotate(-30deg);
    font-family: "Edu AU VIC WA NT Hand", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #dd4545;
   z-index: 10;
}

.new::before{

}


.swiper-button-next:after, .swiper-button-prev:after {
	clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
	height: 30px;
	aspect-ratio: 1;
	background-color: #000;
	text-indent: -99999em;
	width: auto;
}
.swiper-button-next:after {}
.swiper-button-prev:after {
	transform: rotate(-180deg);
}
.swiper-pagination{
	bottom: 0px!important;
}
.swiper-pagination-bullet-active {
	background: var(--att);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, -45px);
	right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, -45px);
	left: auto;
}

main h1 {
	font-size: clamp(2rem, 4.5vw, 5rem);
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #fff;
	font-weight: 400;
/*	margin: auto;*/
/*	top: calc(100vh - 80%);*/
/*	position: absolute;*/
}
main h1 span {
	margin-top: 1em;
	display: block;
	color: #fff;
	font-size: clamp(1rem, 1.5vw, 1.7rem);
	font-weight: 300;
	letter-spacing: 0.02em;
	margin-left: 6px;
	    font-family: "Edu AU VIC WA NT Hand", cursive;
}
main h2 {
	font-size: clamp(4rem, 8vw, 10rem);
	font-weight: 300;
	letter-spacing: 0;
	color: var(--bland);
    font-family: "Edu AU VIC WA NT Hand", cursive;
}
main h2 span {
	display: block;
	font-size: clamp(1.3rem, 2vw, 3rem);

}
#contact h2, #access h2 {
	text-align: center;
}
#contact h2 + p, #access h2 + p {
	text-align: center;
}
/* concept
-----------------------------------*/
#concept {
	background: url("/common/img/concept-bg.png")no-repeat 0 0;
	background-size: cover;
	padding: 5em 0 7em;
}
#concept h2 {
	font-size: clamp(1.6rem, 2.5vw, 3rem);
	text-align: center;
	color: var(--brand);
	margin-bottom: 0;
}
#concept h2 span {
	display: block;
	font-size: clamp(2rem, 4vw, 5rem);
}
#concept h2 em {
	font-size: clamp(1.6rem, 3vw, 4rem);
	font-style: normal;
}
#concept .concepttext p {
	text-align: center;
	line-height: 2.5;
}
/* feature
-----------------------------------*/
#feature {}
#feature .featureinner dl {
	display: flex;
	column-gap: 3em;
	margin-bottom: 9em;
}
#feature .featureinner dl dt {
	width: 70%;
}
#feature .featureinner dl dt img{
	border-radius: 4px;
}
#feature .featureinner dl dd {
	width: 100%;
}
#feature .featureinner dl:nth-child(even) {
	flex-direction: row-reverse;
}
#feature .featureinner h3 {
	font-size: clamp(3rem, 5vw, 45rem);
	font-weight: 100;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0;
	font-feature-settings: "palt";
	position: relative;
	margin-top: 0em;
}
#feature .featureinner h3::after {
	content: "";
	height: 1px;
	width: calc(50% - 10%);
	background: var(--bland);
	display: block;
	position: absolute;
	top: 20px;
	bottom: 0;
	margin: auto 0;
	left: 1.3em;
}
#feature .featureinner h4 {
	font-size: clamp(1.6rem, 3vw, 4rem);
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
#feature .featureinner p {}
/*recomend
	-----------------------------------*/
#recomend {
	padding-bottom: 10em;
}
#recomend h2 {
	text-align: center;
	font-size: clamp(2.5rem, 3vw, 4rem);
}
#recomend h2 span {
	letter-spacing: 0.05em;
	font-size: clamp(1.3rem, 1.8vw, 2rem);
}
#recomend .recomendlist {
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 5em auto 3em;
}
#recomend .recomendlist dl {
	text-align: center;
}
#recomend .recomendlist dl dt {
	width: 227px;
	height: 227px;
	border: 1px solid var(--att);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
#recomend .recomendlist dl dd {
	margin-top: 1em;
	color: var(--att);
}
#recomend .recomendlist dl dt img {
	height: 180px;
}
.moretext {
	margin-top: 4em;
	max-width: 1000px;
	margin: 4em auto 0;
}
.moretext ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.moretext ul li {
	position: relative;
	background: #ffeaf6;
	display: inline-block;
	padding: 0 5px;
}
.moretext ul li::before {
	content: '#';
}
/*flow
-----------------------------------*/
#flow {
	background: var(--bg-br);
	padding: 1em 0 7em;
}
#flow .flowlist {}
#flow .flowlist .flowlistinner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4vw;
	position: relative;
	margin-bottom: 7em;
}
#flow .flowlist .flowimg img{
	border-radius: 6px;
}
#flow .subimg1 {
	position: relative;
	display: block;
}
#flow .subimg1 img {
	position: absolute;
	bottom: -40px;
	z-index: 2;
	right: 30px;
	width: 18vw;
		border-radius: 100%!important;
}
#flow .flowlist a {
	text-decoration: underline;
	text-underline-offset: 6px;
}
#flow .flowlist a:hover {
	text-decoration: none;
}
#flow .flowlist {
	margin-bottom: 6em;
}
#flow .flowlist .flowlistinner .flownunber {
	background: var(--bland);
	width: 132px;
	height: 132px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#flow .flowlist .flowlistinner .flownunber::after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #8d6f6f;
	top: calc(100% - -20px);
}
#flow .flowlist .flowlistinner .flownunber span {
	font-size: clamp(2rem, 4vw, 5rem);
	color: #fff;
	line-height: 1;
	display: flex;
	top: -6px;
	position: relative;
}
#flow .flowlist .flowtext {}
#flow .flowlist .flowtext h3 span {
	color: #221B1B;
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	margin-right: 1em;
}
#flow .flowlist .flowtext h3 {
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: clamp(2rem, 2.4vw, 3rem);
}
#flow .flowlist .flowtext p {}
#flow .flowlist .flowtext ul {
	display: flex;
	column-gap: 1em;
}
#flow .flowlist .flowtext ul li {
	margin-bottom: 0.4em;
}
#flow .flowlist .flowlistinner .arrow {
	border-radius: 9999px;
	background-color:#cfbdbd;
	width: 1px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5em;
	margin: auto;
}
#flow .flowlist .flowlistinner .arrow::before, #flow .flowlist .flowlistinner .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 1px);
	width: 1px;
	height: 22px;
	border-radius: 9999px;
	background-color: #cfbdbd;
	transform-origin: 50% calc(100% - 0px);
}
#flow .flowlist .flowlistinner .arrow::before {
	transform: rotate(45deg);
}
#flow .flowlist .flowlistinner .arrow::after {
	transform: rotate(-45deg);
}
#flow .flowlist .flowtext ul li a {
	display: inline-block;
	background: #7cbbd6;
	line-height: 1;
	padding: 4px 10px 8px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #7cbbd6;
	border-radius: 2px;
}
#flow .flowlist .flowtext ul li a:hover {
	text-decoration: none;
	background: #fff;
	border: 1px solid #7cbbd6;
	color: #7cbbd6;
}
#flow .subimg1 img {
	position: absolute;
	bottom: -40px;
	z-index: 2;
	right: 13px;
	width: 30%;

}
/*price
	-----------------------------------*/
#price {
	background: var(--sub);
	color: #fff;
	padding: 5em 0;
}
#price h2 {
	color: #fff;
}
.col2 {
	display: grid;
	grid-template-columns: 20em 1fr;
}
.col2 .colleft {}
.col2 .colright {
	padding-top: 3em;
}
.col2 .colright dl {
	padding-bottom: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
}
.col2 .colright dl:last-child {
	border: none;
}
.col2 .colright dl dt {
	font-size: clamp(1.6rem, 2vw, 2.5rem);
	margin-bottom: 0.4em;
	background: #F5E6EF;
	color: var(--bland);
	padding: 1px 10px 4px;
	text-align: center;
	border-radius: 3px;
}
#price .col2 .colright dl dt span {
	font-size: clamp(1.8rem, 2.5vw, 3rem);
	font-weight: 500;
	font-family: var(--robot);
}
#price .col2 .colright dl dt small {
	font-size: clamp(1.3rem, 1.6vw, 1.8rem);
	padding-left: 2px;
}
#price .col2 .colright dl dd {}
#price .col2 .colleft h2 {
	margin-top: 0;
}
/*users
	-----------------------------------*/
#users {}
/*faq
	-----------------------------------*/
#faq {
	border-top: 1px solid var(--bland);
	padding: 6em 0;
	margin-top: 6em;
}
#faq h2 {
	margin-top: 0;
}
#faq .col2 .colright dl dt {
	font-size: clamp(1.6rem, 2vw, 2rem);
	background: none;
	color: var(--bland);
	padding: 1px 10px 4px;
	text-align: left;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 2em;
	margin-bottom: 0.3em;
}
#faq .col2 .colright dl dt::before {
	content: 'Q';
	position: absolute;
	left: 0;
	font-size: clamp(1.8rem, 2vw, 3rem);
	line-height: 1;
	top: 1px;
	color: var(--att);
}
#faq .col2 .colright dl dt::after {
	content: '';
	width: 1px;
	height: 1em;
	position: absolute;
	right: 10px;
	display: block;
	background:var(--att);
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: ease .3s;
}
#faq .col2 .colright dl.active dt::after {
	transform: rotate(320deg);
}
.faqlist dl dt {
	cursor: pointer;
}
.faqlist dl dd {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.faqlist dl dd.open {
	max-height: 200px; /* アニメーションの開く高さ。内容に合わせて調整 */
}
/*greeting
	-----------------------------------*/
#greeting {
	background: url("/common/img/greeting-bg.png") no-repeat 0 5em;
	background-size: 100%;
}
#greeting::before {
	content: '';
	background: #F5E6EF;
	width: 40%;
	height: calc(100vh - 20%);
	display: block;
	position: absolute;
	z-index: -1;
}
#greeting .grecont {
	max-width: 900px;
	margin: auto;
}
#greeting .grecont {
	display: grid;
	grid-template-columns: 240px 1fr;
	column-gap: 3em;
	padding: 8em 0;
}
#greeting .greright h2 {
	margin-top: 0;
	font-size: clamp(2rem, 2.5vw, 3rem);
	margin-bottom: 3em;
}
#greeting .greright h2 span {
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
#greeting .greleft p span {
	font-size: 1.1rem;
	display: block;
	letter-spacing: 0.05em;
}
/*contact
	-----------------------------------*/
#contact {
	padding: 5em 0;
}
#contact h2 {
	margin-bottom: 0.5em;
}
#contact .continfo {
	background: var(--att);
	color: #fff;
	margin-bottom: 3em;
	padding: 1em;
	text-align: center;
}
#contact .contactinfo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2em;
}
#contact .contactinfo dl.line dt {
	background: #06c755;
	color: #fff;
}
#contact .contactinfo dl.email a, #contact .contactinfo dl.tel a {
	font-size: clamp(2rem, 2.5vw, 3rem);
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
#contact .contactinfo dl dt {
	background: #F5E6EF;
	font-weight: 500;
	text-align: center;
	padding: 4px 10px 4px;
}
/*snslink
	-----------------------------------*/
#snslink {
	padding-bottom: 5em;
	padding-top: 4em;
}
#snslink ul {
	display: flex;
	column-gap: 2em;
	justify-content: center;
}
#snslink ul li img {
	width: 40px;
}

.comment{
	font-size: clamp(1.1rem,1.3vw,1.4rem);
	text-align: left;
}
@media(max-width:768px) {
	/*kv
	-----------------------------------*/
	
	main h1 {
/*		top: calc(100vh - 100%);*/
	}
	p.box1.kvlogo {
		width: 80px;
	}
	#kv .kvtext {
/*		top: 7em;*/
	}
	#kv h1 img {
		max-width: 100%;
		width: 85%
	}
	/*concept
	-----------------------------------*/
	#concept .concepttext {
		padding: 0 3em;
	}
	#concept .concepttext p {
		text-align: left;
		line-height: 2.2;
	}
	/*feature
	-----------------------------------*/
	#feature .featureinner dl {
		column-gap: 1em;
		margin-bottom: 4em;
	}
	#feature .featureinner h3::after {
		top: 3px;
	}
	#recomend .recomendlist {
		grid-template-columns: 1fr;
		grid-row-gap: 3em;
	}
	#flow .flowlist .flowlistinner {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 3em;
	}
	#flow .flowlist .flowlistinner .flownunber {
		background: var(--bland);
		width: 70px;
		height: 70px;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	#flow .flowlist .flowlistinner .flownunber span {
		top: -2px;
	}
	#flow .flowlist .flowlistinner .arrow {
		border-radius: 9999px;
		background-color: var(--bland);
		width: 1px;
		height: 60px;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -3em;
		margin: auto;
		transform: scale(0.4);
	}
	#flow .flowlist {
		margin-bottom: 1em;
	}
	#flow .subimg1 img {
		position: absolute;
		bottom: -40px;
		z-index: 2;
		right: 13px;
		width: 32vw;
	}
	.col2 {
		display: grid;
		grid-template-columns: 1fr;
	}
	.col2 .colright dl dt {
		padding: 5px 10px;
	}
	#price {
		background: var(--sub);
		color: #fff;
		padding: 3em 0;
	}
	#price .col2 .colright dl {
		padding-bottom: 0;
	}
	#price .col2 .colright dl dd {
		padding: 1em;
	}
	#price .col2 .colleft h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	#faq .col2 .colright dl {

	}
	#faq h2 {
		margin-bottom: 0;
	}
	#faq {
		border-top: 1px solid var(--bland);
		padding-top: 3em;
		margin-top: 5em;
	}
	#faq .col2 .colright dl dt {
		padding-left: 1.5em;
		font-weight: 500;
	}
	#faq .col2 .colright dl dt::before {
		content: 'Q';
		position: absolute;
		left: 0;
		font-size: 23px;
		line-height: 1;
		top: 2px;
	}
	#greeting {
		background-size: cover;
	}
	#greeting .grecont {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 1em;
		padding: 6em 20px;
	}
	#greeting .grecont .greleft{
		width: 50%;
	}
	#greeting::before {
		width: 70%;
	}
	#greeting .greright h2 {
		margin-top: 0;
		font-size: 2.2em;
		margin-bottom: 1em;
	}
	#contact {
		padding: 2em 0;
	}
	#contact .contactinfo {
		grid-template-columns: 1fr;
	}
	#contact .contactinfo dl {
		margin-bottom: 1em;
	}
	#contact .contactinfo dl dd {
		background: #f8f5f5;
		padding: 1em;
	}
	#contact .continfo {
		text-align: left;
	}
	#contact .contactinfo dl.email a, #contact .contactinfo dl.tel a {
		margin-top: 0;
	}
}