@charset "utf-8";

/*--------------------------*/
/* メインビジュアル */
/*--------------------------*/
#main {
	position: relative;
	background-color: var(--primary-color);
}

#mv {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 200vw;
	min-height: 760px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

#mv .img-wrap {
	width: 100%;
	height: 100%;
	margin: auto auto;
}

#mv .img-wrap h1 {
	position: absolute;
	width: 70%;
	height: auto;
	bottom: 45%;
	right: 2.5%;
	z-index: 5;
}

#mv h2 {
	position: absolute;
	width: 77.5%;
	height: auto;
	bottom: 0;
	left: -5%;
	z-index: 3;
}

#mv .img-wrap dl {
	position: absolute;
	display: flex;
	flex-direction: column-reverse;
	gap: 1.5rem;
	width: 100%;
	height: auto;
	bottom: 5%;
	left: 0;
	z-index: 4;
}

#mv .img-wrap dl dt {
	display: block;
	width: 85%;
	margin: 0 auto;
}

#mv .img-wrap dl dd {
	margin: 0 7.5% 0 auto;
	width: 55%;
}

#mv .img-wrap span {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

@media only screen and (min-width: 480px) {
	#mv {
		height: 135vw;
	}

	#mv .img-wrap h1 {
		width: 55%;
		bottom: 45%;
		right: 5%;
	}

	#mv h2 {
		width: auto;
		height: 100%;
		bottom: -5%;
		left: 0;
	}

	#mv h2 img {
		width: auto;
		height: 100%;
	}

	#mv .img-wrap dl {
		flex-direction: row-reverse;
		align-items: center;
		gap: 1rem;
		width: 90%;
		left: 5%;
	}

	#mv .img-wrap dl dt {
		flex: 2;
		width: auto;
	}

	#mv .img-wrap dl dd {
		flex: 1;
		margin: 0 auto;
		width: auto;
	}

	#mv .img-wrap span {
		top: auto;
		bottom: 17.5%;
		left: 45%;
		width: 55%;
	}
}

@media only screen and (min-width: 820px) {
	#mv {
		height: 780px;
		overflow: visible;
	}

	#mv .img-wrap {
		position: relative;
		width: 820px;
	}

	#mv .img-wrap h1 {
		width: 380px;
		bottom: 47.5%;
		right: 0;
	}

	#mv h2 {
		height: 150%;
		top: 5%;
		left: auto;
		right: 55%;
		bottom: auto;
	}

	#mv .img-wrap dl {
		width: 100%;
		left: 50%;
		gap: 3rem;
		transform: translateX(-50%);
	}

	#mv .img-wrap dl dt {
		flex: 1.8;
	}

	#mv .img-wrap span {
		bottom: 17.5%;
		left: auto;
		right: -5%;
		width: 440px;
	}
}


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

#top-sec02 ul.exmp {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

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

#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?ver=1.1.0");
	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?ver=1.1.0");
	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;
}

#top-sec02 h2 {
	margin: 2.5rem auto 0;
	max-width: 80vw;
}

#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: 0 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: 3rem;
	}

	#top-sec02 h2 {
		max-width: 540px;
	}

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

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

.top-sec03 h2 {
	margin: 0 auto;
	max-width: 85vw;
}

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

.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;
	color: var(--black-color);
}

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

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

	.top-sec03 h2 {
		max-width: 480px;
	}

	.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(--black-color);
	text-align: center;
	background-color: var(--secondary-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.9") 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.9") 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.9") 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.9") 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.9") 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.9") 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.9") 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.9") 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-sec05 {
	background-color: var(--primary-color);
}

#top-sec05 h2 {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}


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

.bar,
.bar::before,
.bar::after {
	background-color: var(--white-color);
}

.menu-open .bar::before {
	background-color: var(--gray-color);
}

.menu-open .bar::after {
	background-color: var(--gray-color);
}

.menu-label {
	color: var(--white-color);
}

.menu-open .menu-label {
	color: var(--gray-color);
}

.backPageBtn a {
	border: 1px solid var(--gray-color);
	background-color: var(--gray-color);
}

.accordion-area .shop-list-title {
	color: var(--gray-color);
}

.accordion-area ul>li .area-title.accordion-title {
	background-color: var(--gray-color);
}

.accordion-area ul>li .accordion-content>li:not(:last-child) {
	border-bottom: 1px solid var(--gray-color);
}

.accordion-area ul>li .accordion-content>li .pref-title.accordion-title,
.accordion-area ul>li .accordion-content>li .shop-title.accordion-title {
	color: var(--gray-color);
}

.accordion-area ul>li .accordion-content>li .pref-title.accordion-title::before,
.accordion-area ul>li .accordion-content>li .shop-title.accordion-title::before {
	background-color: var(--gray-color);
}

.accordion-area ul>li .accordion-content>li .pref-title.accordion-title::after,
.accordion-area ul>li .accordion-content>li .shop-title.accordion-title::after {
	background-color: var(--gray-color);
}

.accordion-area ul>li .accordion-content>li .shop-title.accordion-title {
	color: var(--gray-color);
}

.accordion-area ul>li .accordion-content>li .accordion-content ul>li a {
	color: var(--black-color);
}