@charset "UTF-8";

/* --------- FMT --------- */
:root {
	--gradient01: linear-gradient(to right,#0083FF,#17DDE5);
}
.info_wrap,
.footer_container {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
a:hover img {
	opacity: 1;
}
.content_wrap {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 66px;
	width: 100%;
	position: relative;
	z-index: 0;
	*,*::before,*::after {
		box-sizing: border-box;
	}
}
.content-inner {
	width: 92%;
	max-width: 600px;
	margin-inline: auto;
}
figure {
	margin: 0 auto;
    width: 100%;
}
.txt-link{
	color: #1189FA;
	text-decoration: underline;
	font-weight: 700;
	transition: .3s;
	&:active {
		opacity: .5;
	}
}
.txt-color {
	color: #1189FA;
}
.note-list {
	display: grid;
	gap: 5px;
}
.note-list__items {
	font-size: 12px;
	font-family: "Noto Sans JP",sans-serif;
	line-height: 1.58;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
}

/* ------ 汎用 ------ */
/* --- CTA --- */
.cta-wrapper {
	max-width: 600px;
	margin-inline: auto;
}
.cta-btn {
	display: block;
}
/* --- acc --- */
.acc__btn {
	display: block;
	width: fit-content;
	margin: 20px auto 0;
	padding: 6px 37px 7px 15px;
	background: #1189FA;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	list-style: none;
	border-radius: 10vh;
	position: relative;
	cursor: pointer;
}
.acc__btn::-webkit-details-marker {
	display:none;
}
.acc__ico {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	&::before,&::after {
		content: "";
		display: block;
		width: 10px;
		height: 2px;
		background: #1189FA;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
	&::after {
		rotate: 90deg;
		transition: rotate .3s;
	}
}
.acc[open] .acc__ico::after {
	rotate: 0deg;
}
.acc__content {
	background: #fff;
	border: 1px solid #1189FA;
	margin-top: 15px;
    transition: .6s ease-in-out;
	height: 0;
	overflow: hidden;
}
.acc__content__inner {
	padding:  14px;
}
/* --- comingsoon,finish --- */
.comingsoon,.finish {
	position: relative;
	pointer-events: none;
	&::after {
		content: "Coming Soon";
		display: grid;
		place-content: center;
		background: rgb(255 255 255/.8);
		font-size: 8vw;
		font-weight: 700;
		text-align: center;
		line-height: 1.2;
		position: absolute;
		inset: 0;
	}
}
.finish-txt {
	border: 2px solid #ff0000;
	background: #fff;
	padding-block: 8px;
	color: #ff0000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-block: 16px;
}
.finish::after {
	content: "終了しました";
	border: 2px solid #ff0000;
	color: #ff0000;
	font-size: 18px;
	width: 90%;
	height: 90%;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
/* --- js-animate --- */
.js-animate[data-animate="blur"] {
	opacity: 0;
	filter: blur(5px);
	transition: 1.6s ease;
}
.js-animate--active[data-animate="blur"] {
	opacity: 1;
	filter: none;
}
.js-animate[data-animate="fade-up"] {
	opacity: 0;
	translate: 0 40px;
	transition: 1.6s ease;
}
.js-animate--active[data-animate="fade-up"] {
	opacity: 1;
	translate: 0;
}

/* --------- sec--lead --------- */
.sec--lead {
	padding-block: 30px 24vw;
	background: url(../img/bg_lead_sp.jpg) no-repeat center bottom/cover;
	position: relative;
}
.mv {
	width: 92%;
	max-width: 520px;
	margin: 0 auto 20px;
	box-shadow: 0 0 10px rgb(43 205 255/.5);
}
.sec--lead__date-wrapper {
	width: 84%;
	margin: 0 auto 30px;
}
.sec--lead__txt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.83;
	letter-spacing: .05em;
	text-align: center;
}
.sec--lead__txt__marker {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: .025em;
	display: block;
	width: fit-content;
	margin-inline: auto;
	padding: 1px 12px;
	background: var(--gradient01);
	clip-path: polygon(11px 0,100% 0,calc(100% - 11px) 100%,0 100%);
	&:nth-child(3) {
		margin-bottom: 11px;
	}
}
.sec--lead__txt__mark {
	color: #108AFA;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	display: block;
	width: fit-content;
	margin-inline: auto;
}
.sec--lead-sec--voice-deco {
	width: 35.2%;
	position: absolute;
	left: -9.07%;
	bottom: -7.56%;
	z-index: 1;
}

/* --------- sec--voice --------- */
.sec--voice {
	margin-top: -7.47vw;
	background: linear-gradient(to bottom,transparent 7.47vw,#E0F5FD 7.47vw);
	padding-bottom: 144px;
	position: relative;
	overflow: hidden;
}
.sec--voice__bg {
	margin-bottom: 18px;
}
.sec--voice__ttl {
	width: 94.93%;
	margin: 0 auto 15px 2.93%;
}
.sec--voice__txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 58px;
	.txt-color {
		font-weight: 900;
	}
}
.sec--voice-box-wrapper {
	display: grid;
	gap: 48px;
	margin-bottom: 30px;
}
.sec--voice-box {
	background: #fff;
	border: 2px solid #1189FA;
	padding: 0 13px 23px;
	position: relative;
	z-index: 0;
}
.sec--voice-box__ttl {
	width: fit-content;
	background: linear-gradient(to right,#0083FF,#A256D9);
	padding: 3px 19px 3px 20px;
	margin: -18px auto 22px;
	clip-path: polygon(12px 0,100% 0,calc(100% - 12px) 100%,0 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: .025em;
}
.sec--voice-box__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}
.sec--voice-box__list__items {
	width: 28.57%;
}
.sec--voice-box__list__items--01,
.sec--voice-box__list__items--02 {
	margin-right: 10px;
}
.sec--voice-box__list__items--03,
.sec--voice-box__list__items--04 {
	margin-right: 7px;
}
.sec--voice-box__list__items--06 {
	width: 36.19%;
	.sec--voice-box__list__img-txt__name {
		letter-spacing: 0;
	}
	.sec--voice-box__list__img {
		width: 78.95%;
		margin-inline: auto;
	}
}
.sec--voice-box__list__items--07 {
	margin-right: 15px;
}
.sec--voice-box__list__img-txt__name {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 7px;
}
.sec--voice-box__list__img-txt__cv {
	display: block;
	color: #1189FA;
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: .025em;
	text-align: center;
}
.sec--voice-box__deco {
	width: 38.71%;
	position: absolute;
	z-index: 1;
}
.sec--voice-box__deco--01 {
	top: 0;
	right: -29.62%;
}
.sec--voice-box__deco--02 {
	bottom: 7.35%;
	left: -31.67%;
}
.sec--voice-box__deco--03 {
	top: -5.81%;
	right: -22.29%;
}
.sec--voice-box__deco--04 {
	bottom: 15.99%;
	left: -21.11%;
}

/* --------- sec--benefit --------- */
.sec--benefit {
	padding-bottom: 20.8vw;
	background: url(../img/bg_benefit_sp.png) repeat-y top/100% auto;
}
.sec--benefit__ttl {
	margin: -93px 0 10px;
	position: relative;
}
.sec--benefit__txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 10px;
	.txt-color {
		font-weight: 900;
	}
}
.sec--benefit__txt--note {
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 30px;
}
.sec--benefit__info {
	margin-bottom: 40px;
	border-bottom: 2px solid #1189FA;
}
.sec--benefit__info__ttl {
	background: var(--gradient01);
	padding-block: 6px;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .025em;
	text-align: center;
}
.sec--benefit__info__dtl {
	padding: 10px 13px 15px;
	border-inline: 2px solid #1189FA;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.67;
	letter-spacing: .025em;
	text-align: center;
}
.sec--benefit__info__dtl__list {
	display: grid;
	gap: 5px;
	text-align: left;
	.sec--benefit__info__dtl__txt--note {
		margin: 2px 0 0 15px;
	}
}
.sec--benefit__info__dtl__list__items {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.67;
}
.sec--benefit__info__dtl__link {
	transition: .3s;
	background: linear-gradient(to right,#000) no-repeat left 1em bottom/100% 1px;
	&:active {
		opacity: .5;
	}
}
.sec--benefit__info__dtl__txt--note {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: .025em;
	text-align: left;
}
.sec--benefit__img-wrapper {
	margin-bottom: 27px;
}
.sec--benefit__img {
	filter: drop-shadow(0 3px 10px rgb(0 0 0/.16));
	margin-bottom: 14px;
}
.sec--benefit__img-note {
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: .025em;
	text-align: right;
}
.sec--benefit-howto {
	padding-top: 18px;
	overflow: hidden;
}
.sec--benefit-howto-inner {
	width: 92%;
	max-width: 600px;
	margin-inline: auto;
	border: 2px solid #1189FA;
	background: #fff;
	padding: 0 13px 13px;
	position: relative;
}
.sec--benefit-howto__ttl {
	width: fit-content;
	padding: 4px 32px 5px 33px;
	background: var(--gradient01);
	clip-path: polygon(10px 0,100% 0,calc(100% - 10px) 100%,0 100%);
	margin: -18px auto 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: .025em;
}
.sec--benefit-howto__list {
	margin-bottom: 11px;
}
.sec--benefit-howto__list__items {
	padding-block: 10px;
	+& {
		border-top: 1px solid #C1E0FD;
	}
}
.sec--benefit-howto__list__items__inner {
	display: grid;
	gap: 15px;
	grid-template-columns: 52px 1fr;
	align-items: center;
}
.sec--benefit-howto__list__items__num {
	display: grid;
	place-content: center;
	height: auto;
	aspect-ratio: 1/1;
	background: #1189FA;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .025em;
	text-align: center;
}
.sec--benefit-howto__list__items__num__small-txt {
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .025em;
	text-align: center;
}
.sec--benefit-howto__list__items__txt {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.73;
	letter-spacing: .025em;
}
.sec--benefit-howto__deco {
	position: absolute;
	width: 38.71%;
}
.sec--benefit-howto__deco--01 {
	top: -2.18%;
	right: -26.1%;
}
.sec--benefit-howto__deco--02 {
	top: 47.31%;
	left: -17.89%;
	z-index: -1;
}

/* --------- sec--link --------- */
.sec--link {
	color: #fff;
	margin-top: -7.47vw;
	background: linear-gradient(to bottom,transparent 7.47vw,#339AFA 7.47vw,#B684DB);
	padding-bottom: 15px;
	position: relative;
}
.sec--link__bg {
	margin-bottom: 30px;
}
.sec--link__ttl {
	margin-bottom: 30px;
}
.sec--link__ttl__marker {
	display: block;
	width: fit-content;
	margin-inline: auto;
	padding: 1px 12px;
	background:var(--gradient01);
	clip-path: polygon(11px 0,100% 0,calc(100% - 11px) 100%,0 100%);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: .025em;
}
.sec--link__ttl__mark {
	display: block;
	width: fit-content;
	margin-inline: auto;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.45;
}
.sec--link__txt {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .025em;
	text-align: center;
	margin-bottom: 8px;
}
.sec--link__banner-wrapper {
	margin-bottom: 40px;
}
.sec--link__banner {
	display: block;
	width: fit-content;
	box-shadow: 0 5px 10px rgb(0 0 0/.15);
	margin-bottom: 12px;
	transition: .3s;
	&:active {
		opacity: .7;
	}
}
.sec--link__banner-note {
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: .025em;
	text-align: center;
}
.copyright {
	color: #E6D4F8;
	font-size: 12px;
	line-height: 1.42;
	letter-spacing: .025em;
	text-align: center;
}

/* --------- footer --------- */
/* ------ info_wrap ------ */
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background: #FFF;
	max-width: 740px;
	margin: 32px auto 0;
	font-size: 18px;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	border-radius: 10px;
	padding: 10px 30px 10px 5px;
	position: relative;
	transition: all .3s;
	&::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		height: 12px;
		width: 12px;
		border-top: 3px solid #000;
		border-right: 3px solid #000;
		translate: 0 -50%;
		rotate: 45deg;
		transition: all .3s;
	}
	&:active {
		background: #1189FA;
		color: #FFF;
		border-color: #1189FA;
		&::after {
			border-color: #fff;
		}
	}
}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}
.footer_container {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	padding-top: 1px;
}

/* --------- mediaquery --------- */
@media(min-width:751px){
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	/* --------- FMT --------- */
	.content_wrap {
		margin-top: 90px;
	}
	.txt-link:hover {
		opacity: .5;
	}

	/* ------ 汎用 ------ */
	/* --- CTA --- */
	.qr-wrapper {
		display: grid;
		grid-template-columns: 1fr 100px;
		gap: 10px;
		background: url(../img/bg_qr_pc.png) no-repeat center/cover;
		padding: 16px;
		border-radius: 10px;
	}
	.qr-ttl {
		background: #F9FF5D;
		border-radius: 10vh;
		color: #1149BA;
		font-weight: 700;
		text-align: center;
		padding-block: 3px;
		margin-bottom: 10px;
	}
	.qr-txt {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.64;
	}
	.qr-img {
		border-radius: 6px;
		overflow: hidden;
	}
	/* --- comingsoon,finish --- */
	.comingsoon::after {
		font-size: 18px;
	}
	.finish::after {
		white-space: pre;
		content: "終了\Aしました";
	}

	/* --------- sec--lead --------- */
	.sec--lead {
		background: url(../img/bg_lead_pc.jpg) no-repeat center/cover;
		padding-block: 50px 71px;
	}
	.sec--lead__inner {
		display: grid;
		grid-template-columns: 45.33% 49.7%;
		justify-content: space-between;
		max-width: 1006px;
		margin-inline: auto;
	}
	.mv {
		width: 100%;
		grid-area: 1/2/3/3;
	}
	.sec--lead__date-wrapper {
		width: 100%;
		grid-area: 2/1/3/2;
	}
	.sec--lead__txt {
		grid-area: 1/1/2/2;
		align-self: end;
		margin-bottom: 41px;
		font-size: 22px;
		line-height: 1.63;
	}
	.sec--lead__txt__marker {
		font-size: 23px;
		&:nth-child(3) {
			margin-bottom: 17px;
		}
	}
	.sec--lead__txt__mark {
		font-size: 26px;
	}
	.sec--lead-sec--voice-deco {
		width: 226px;	
		bottom: -124px;
		left: 24px;
	}

	/* --------- sec--voice --------- */
	.sec--voice {
		margin-top: -38px;
		padding-bottom: 138px;
		background: linear-gradient(to bottom,transparent 37px,#E0F5FD 37px);
	}
	.sec--voice__bg {
		max-width: 503px;
		margin-bottom: 40px;
	}
	.sec--voice__ttl {
		max-width: 464px;
		margin: 0 auto 22px;
	}
	.sec--voice__txt {
		font-size: 18px;
	}
	.sec--voice-box {
		padding: 0 63px 28px;
	}
	.sec--voice-box__ttl {
		padding: 4px 29px 6px 30px;
		margin: -24px auto 16px;
		font-size: 24px;
	}
	.sec--voice-box__list {
		margin-bottom: 20px;
		gap: 10px;
	}
	.sec--voice-box__list__items,
	.sec--voice-box__list__items--06 {
		width: calc(calc(100% - 20px) / 3)
	}
	.sec--voice-box__list__items--01,
	.sec--voice-box__list__items--02,
	.sec--voice-box__list__items--03,
	.sec--voice-box__list__items--04,
	.sec--voice-box__list__items--07  {
		margin: 0;
	}
	.sec--voice-box__list__items--06 .sec--voice-box__list__img {
		width: 100%;
	}
	.sec--voice-box__list__img-txt__name {
		font-size: 20px;
		line-height: 1.45;
		margin-bottom: 5px;
	}
	.sec--voice-box__list__img-txt__cv {
		font-size: 14px;
	}
	.sec--voice-box__deco {
		width: 150px;
	}
	.sec--voice-box__deco--01,
	.sec--voice-box__deco--03 {
		top: .8%;
		right: -14.6%;
	}
	.sec--voice-box__deco--02,
	.sec--voice-box__deco--04 {
		bottom: 13.83%;
		left: -14.77%;
	}

	/* --------- sec--benefit --------- */
	.sec--benefit {
		background: url(../img/bg_benefit_pc.png) repeat top left/780px auto;
		padding-bottom: 99px;
	}
	.sec--benefit__ttl {
		max-width: 462px;
		margin: -94px auto 13px;
	}
	.sec--benefit__txt {
		font-size: 18px;
		line-height: 1.67;
	}
	.sec--benefit__info__dtl {
		padding: 15px 18px;
	}
	.sec--benefit__info__dtl__link:hover {
		opacity: .5;
	}
	.sec--benefit__info__dtl__txt--note {
		margin-top: 15px;
		line-height: 1.54;
	}
	.sec--benefit__img-wrapper {
		max-width: 450px;
		margin-inline: auto;
	}
	.sec--benefit-howto {
		padding-top: 25px;
	}
	.sec--benefit-howto-inner {
		padding: 0 18px 18px;
	}
	.sec--benefit-howto__ttl {
		padding: 7px 47px;
		margin: -25px auto 7px;
		font-size: 24px;
	}
	.sec--benefit-howto__list__items__txt {
		font-size: 17px;
	}
	.sec--benefit-howto__deco {
		position: absolute;
		width: 150px;
	}
	.sec--benefit-howto__deco--01 {
		top: 2.24%;
		right: -13.42%;
	}
	.sec--benefit-howto__deco--02 {
		bottom: 19.84%;
		left: -13.09%;
	}

	/* --------- sec--link --------- */
	.sec--link {
		margin-top: -38px;
		background: linear-gradient(to bottom,transparent 38px,#339AFA 38px,#B684DB);
		padding-bottom: 28px;
	}
	.sec--link__bg {
		max-width: 509px;
		margin: 0 0 40px auto;
	}
	.sec--link__ttl__marker {
		padding: 1px 17px 1px 15px;
		font-size: 24px;
	}
	.sec--link__txt {
		font-size: 18px;
	}
	.sec--link__banner-wrapper {
		margin-bottom: 30px;
	}
	.sec--link__banner:hover {
		opacity: .7;
	}

	/* --------- footer --------- */
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
		&:hover {
			background: #1189FA;
			color: #FFF;
			border-color: #1189FA;
			&::after {
				border-color: #fff;
			}
		}
	}
}

@media(max-width:750px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}