@charset "utf-8";


/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
#main {
	position: relative;
}

#mv {
	position: relative;
	width: 100%;
	max-width: 560px;
	min-height: 720px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 800;
	background-image: url("../images/new_mv_bg.jpg?ver=1.4.1");
	background-repeat: no-repeat;
	background-position: center top 30px;
	background-size: contain;
}

#mv::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-image: linear-gradient(rgba(var(--primary-color-rgb), 0), rgba(var(--primary-color-rgb), 1));
	z-index: 1;
}

#mv .img-wrap h1 {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	bottom: 100px;
	left: 0;
	z-index: 2;
}

#mv .img-wrap h1 img {
	display: block;
	width: 95%;
	max-width: 520px;
	height: auto;
	margin: 0 auto;
}

#mv .img-wrap .date {
	position: absolute;
	display: flex;
	justify-content: center;
	min-width: 100%;
	height: 70px;
	bottom: 15px;
	left: 0;
	z-index: 3;
}

#mv .img-wrap .date span {
	display: inline-block;
	min-width: 340px;
	background-image: url("../images/new_mv_date.png?ver=1.4.");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Archivo Black', sans-serif;
	color: rgba(var(--primary-color-rgb), 1);
}

@media only screen and (min-width: 480px) {
	#mv {
		background-position: center top 10px;
		background-size: cover;
		min-height: 840px;
	}
}

.content-wrap .section-body p {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--black-color);
}

.content-wrap .section-body figure {
	text-align: center;
}

.content-wrap .section-body .note {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.content-wrap .section-body .note .text-indent {
	display: inline-block;
	font-size: inherit;
	padding-left: 1em;
	text-indent: -1em;
	line-height: inherit;
}

.content-wrap .section-body .note .text-indent br {
	display: none;
}

@media only screen and (min-width: 480px) {
	.content-wrap .section-body p {
		font-size: 1.6rem;
		color: var(--black-color);
	}
}

@media only screen and (min-width: 820px) {
	.content-wrap .flex-wrap {
		margin: 0 auto;
		max-width: 740px;
	}
}

#top-sec02 {
	position: relative;
	padding: 3.5rem 0 0;
}

#top-sec02 ul.exmp>li {
	margin-bottom: 1.5rem;
	padding: 13px 12.5%;
	background-color: var(--white-color);
}

#top-sec02 ul.exmp li:last-child {
	margin-bottom: 0;
}

#top-sec02 .arrowText {
	margin: 0 auto;
	padding-top: 5rem;
	text-align: center;
	background-image: url("../images/arrow_top.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 75px 5rem;
}

#top-sec02 .arrowText span {
	display: inline-block;
	padding-bottom: 7.5rem;
	background-image: url("../images/arrow_btm.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 75px 7.5rem;
}

#top-sec02 .arrowText span em {
	display: inline-block;
	padding: 1rem 0;
	font-size: 5vw;
	font-size: 5dvw;
	font-weight: 900;
	font-feature-settings: "palt";
	color: var(--white-color);
	line-height: 1.5;
	letter-spacing: 0.75rem;
	text-indent: 0.75rem;
	/*background-color: #e50012;*/
}

#top-sec02 h2 {
	margin: 0 auto;
	max-width: 560px;
}

#top-sec02 ul.plan {
	margin: 2.5rem auto;
}

#top-sec02 ul.plan>li {
	margin: 1em auto;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--white-color);
}

#top-sec02 ul.plan>li::before {
	content: "★";
}

#top-sec02 ul.plan>li br {
	display: none;
}

@media only screen and (min-width: 480px) {
	#top-sec02 {
		padding: 4.5rem 0 0;
	}

	#top-sec02 ul.exmp>li {
		margin-bottom: 2.5rem;
		padding: 2.5rem 20%;
	}

	#top-sec02 ul.exmp>li img {
		display: block;
		margin: 0 auto;
		max-width: 420px;
	}

	#top-sec02 .arrowText {
		padding-top: 5rem;
		background-size: 100px 5rem;
	}

	#top-sec02 .arrowText span {
		padding-bottom: 10rem;
		background-size: 100px 10rem;
	}

	#top-sec02 .arrowText span em {
		padding: 1.5rem 0;
		font-size: 2.8rem;
	}

	#top-sec02 ul.plan {
		margin: 3.5rem auto;
	}

	#top-sec02 ul.plan>li {
		text-align: center;
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 820px) {
	#top-sec02 {
		padding: 5rem 0 0;
	}
}

.top-sec03 {
	position: relative;
	padding: 3.5rem 0 0;
	background-color: var(--white-color);
}

.top-sec03 h2 {
	margin: 0 auto;
	max-width: 520px;
}

.top-sec03 ul.note {
	margin: 2.5rem auto 0 !important;
	padding: 0.5rem 1.5rem;
	border: 3px solid var(--black-color);
	max-width: 520px;
}

.top-sec03 ul.note>li {
	margin: 0.75rem 0;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.top-sec03 ul.note>li::before {
	content: "※";
}

@media only screen and (min-width: 480px) {
	.top-sec03 {
		padding: 4.5rem 0 0;
	}

	.top-sec03 ul.note {
		margin: 3.5rem auto 0 !important;
	}
}

@media only screen and (min-width: 820px) {
	#top-sec03 {
		padding: 5rem 0 0;
	}
}

#top-sec04 {
	position: relative;
	padding: 3.5rem 0 0;
}

#top-sec04 h1 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 7.5rem;
	color: var(--primary-color);
	text-align: center;
	background-color: var(--white-color);
}

#top-sec04 .recom-block {
	margin: 1.5rem auto;
	padding: 1.5rem;
	background-color: var(--white-color);
}

#top-sec04 dl.b1>dt {
	background: url("../images/icon01.png?ver=1.0.0") no-repeat scroll center top;
	padding: 100px 0 25px 0;
	background-size: 100px 100px;
}

#top-sec04 dl.b2>dt {
	background: url("../images/icon02.png?ver=1.0.0") no-repeat scroll center top;
	background-size: 100px 100px;
	padding: 100px 0 25px 0;
}

#top-sec04 dl.b3>dt {
	background: url("../images/icon03.png?ver=1.0.0") no-repeat scroll center top;
	background-size: 100px 100px;
	padding: 100px 0 25px 0;
}

#top-sec04 dl>dd {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

#top-sec04 .recom-block p {
	padding-top: 95px;
	background: url("../images/other_icon.png?ver=1.0.0") no-repeat scroll center top;
	background-size: 85px 85px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

@media only screen and (min-width: 480px) {
	#top-sec04 {
		padding: 4.5rem 0 0;
	}

	#top-sec04 h1 {
		font-size: 3rem;
	}

	#top-sec04 .recom-block {
		margin: 2rem auto;
		padding: 2rem 2.5rem 3rem;
	}

	#top-sec04 dl>dt>img {
		display: block;
		max-width: 520px;
		margin: 0 auto;
	}

	#top-sec04 dl>dd {
		font-size: 1.6rem;
	}

	#top-sec04 .recom-block.recom-text {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#top-sec04 .recom-block.recom-text>span {
		display: block;
		width: 110px;
		height: 110px;
		background: url("../images/other_icon.png?ver=1.0.0") no-repeat scroll left center;
		background-size: cover;
		padding-right: 2.5rem;
	}

	#top-sec04 .recom-block p {
		padding-top: 0;
		padding-left: 2.5rem;
		background-image: none;
		background-color: var(--white-color);
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 820px) {
	#top-sec04 {
		padding: 5rem 0 0;
	}

	#top-sec04 h1 {
		font-size: 3.4rem;
	}

	#top-sec04 .recom-block {
		margin: 2.5rem auto;
		padding: 2.5rem 3.5rem 3.5rem;
	}

	#top-sec04 dl.b1>dt {
		background: url("../images/icon01.png?ver=1.0.0") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}

	#top-sec04 dl.b2>dt {
		background: url("../images/icon02.png?ver=1.0.0") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}

	#top-sec04 dl.b3>dt {
		background: url("../images/icon03.png?ver=1.0.0") no-repeat scroll center top;
		padding: 120px 0 25px 0;
		background-size: 120px 120px;
	}

	#top-sec04 dl>dd {
		font-size: 1.8rem;
	}

	#top-sec04 .recom-block.recom-text>span {
		width: 125px;
		height: 125px;
	}

	#top-sec04 .recom-block p {
		font-size: 1.8rem;
	}
}

#top-sec01 {
	position: relative;
	padding: 3.5rem 0 0;
}