@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #231815;
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;/*750pxの時のベース*/
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	margin: 0 auto;
	/*max-width: 100rem;*/
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #231815;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/*----------------------------
	common ここまで
------------------------------*/

/* 丸文字フォント */
.kosugiRegular {
	font-family: "Kosugi Maru", serif;
	font-weight: 400;
	font-style: normal;
}
/*Zen Maru Gothic*/
.zenmaruLight {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 300;
	font-style: normal;
}
.zenmaruRegular {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}
.zenmaruMedium {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}
.zenmaruBold {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}
.zenmaruBlack {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	font-style: normal;
}

.inner {
	max-width: 750px;
	margin: 0 auto;
}
.lead {
	font-size: 3rem;
	line-height: 4.5rem;
	color: #8948aa;
	text-align: center;
	padding: 1.4rem 1rem;
}
.bgGreen {
	background: #b8efe0;
}
.txtRed {
	color: #e50012;
}
a.link-none {
	pointer-events: none;
}

/* anchorList */
.anchorList {
	width: 92.533333%;
	margin: 2.5rem auto 0.4rem;
}
.anchorList li + li {
	margin-top: 2.5rem;
}
.anchorList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 11.4rem;
	background: #845faa;
	border-radius: 2.2rem;
	box-shadow: 0.4rem 0.4rem 0.2rem rgba(0,0,0,0.32);
	font-size: 4.2rem;
	color: #fff;
	line-height: 1;
	transition: opacity 0.3s ease-out, transform 0.2s ease;
}
.anchorList li a:hover {
	transform: translateY(0.4rem);
	box-shadow: 0 0 0 rgba(0,0,0,0.32);
}
.anchorList li a .enTxt {
	font-size: 5rem;
	position: relative;
	top: -0.1rem;
}
.anchorList li:nth-child(2) a {
	background: #ff5c70;
	padding-bottom: 0.5rem;
}

/* kidsWrap */
.kidsWrap {
	width: 92.533333%;
	margin: 3rem auto 0;
	border: 0.4rem solid #58a748;
	border-radius: 2.2rem;
	padding: 1.2rem 2.5rem 1.5rem;
	color: #58a748;
}
.kidsWrap .pic {
	margin: 0 -0.2rem 0 auto;
	text-align: center;
}
.kidsWrap h2 {
	margin-top: 1rem;
	font-size: 3.7rem;
	font-weight: 600;
	text-align: center;
}
.kidsWrap p{
	font-size: 2rem;
	line-height: 1.4;
}

/* typeWrap */
.typeWrap {
	width: 90.666667%;
	margin: 3rem auto 0;
}
.typeWrap h2 {
	position: relative;
	text-align: center;
	color: #00b29e;
	font-size: 2.7rem;
	margin: 0 auto 1rem;
}
.typeWrap h2::before {
	content: "";
	position: absolute;
	border-bottom: 0.5rem dotted #00b29e;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.typeWrap h2 span {
	background: #fff;
	padding: 0 0.5em;
}
.typeWrap .typeLogo + h2 {
	margin-top: 0.5rem;
}

/* box-white */
.box-white {
	background: #fff;
	border-radius: 4rem;
	padding: 0 4.7rem 2.8rem;
	margin: 0 auto;
}

/* festival */
.festival {
	width: 92%;
	margin: 3rem auto 0;
	padding-top: 6rem;
}
.festival h2 {
	width: 60.7rem;
	margin: 0 auto;
}
.festival h2 .ttlWrap {
	display: inline-block;
	background: #845faa;
	border-radius: 4.5rem;
	width: 100%;
	margin-top: -3.6rem;
}
.festival .fesLead {
	font-size: 2.3rem;
	line-height: 3.2rem;
	text-align: center;
	color: #8948aa;
	margin-top: 1.6rem;
}

.festival .fesBtn {
	margin: 1.6rem auto 0;
}
.festival .fesBtn li+li {
	margin-top: 2rem;
}
.festival .fesBtn a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	border: 0.4rem solid #8948aa;
	background: #fff;
	box-shadow: 0.7rem 0.7rem 0 rgba(137,72,170,0.48);
	padding: 0.8rem 0;
	border-radius: 2rem;
	transition: all 0.3s ease;
	transition: opacity 0.3s ease-out, transform 0.2s ease;
}
.festival .fesBtn a:hover {
	transform: translateY(0.7rem);
	box-shadow: 0 0 0 rgba(137,72,170,0.48);
}
.festival .fesBtn a .fesBtnTxt {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}
.festival .fesBtn a .fesBtnTxt h3 {
	width: 28%;
	font-size: 2.7rem;
	text-align: center;
}
.festival .fesBtn a .fesBtnTxt .txtWrap {
	width: 72%;
	line-height: 1.35;
	padding-right: 4rem;
}
.festival .fesBtn a .fesBtnTxt .txtWrap .txt01 {
	font-size: 2.3rem;
}
.festival .fesBtn a .fesBtnTxt .txtWrap .txt02 {
	font-size: 2.3rem;
}
.festival .fesBtn a .fesBtnTxt .txtWrap .fesNote {
	margin-top: 0.3rem;
}
.festival .fesBtn a .fesBtnTxt .txtWrap .fesNote li {
	font-size: 1.6rem;
	text-indent: -1em;
	padding-left: 1em;
}
.festival .fesBtn a .fesBtnTxt::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/randoseru/2027/img/event/arrow01.png) no-repeat top center;
	background-size: contain;
	width: 2.15rem;
	height: 3.05rem;
	top: calc(50% - 1.7rem);
	right: 1.5rem;
}
.festival .coutionWrap {
	margin: 3rem -0.8rem 0;
}
.festival .coution {
	font-size: 1.7rem;
	line-height: 1.35;
}
.festival .coution+.coution {
	margin-top: 0.3rem;
}

.festival .fesBtn a.link-none::after {
	position: absolute;
	content: "coming soon";
	background: rgba(35,24,21,0.49);
	border-radius: 1.5rem;
	width: 100%;
	height: 100%;
	padding-bottom: 1.5rem;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 3.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.025em;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

/* popup */
.popup {
	width: 92%;
	margin: 3.6rem auto 0;
	padding: 3rem 0 4.5rem;
}
.popup h2 {
	width: 60.7rem;
	margin: -3.6rem auto 0;
	display: inline-block;
}
.popup h2 .ttlWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff5c70;
	border-radius: 2.8rem;
	width: 100%;
	color: #fff;
	font-size: 4.2rem;
	line-height: 1;
	padding: 0.8rem 1rem 1.2rem;
}
.popup h2 .enTxt {
	font-size: 5rem;
	position: relative;
	top: -0.1rem;
}
.popup .popupList {
	margin: 3rem auto 0;
}
.popup .popupList li + li {
	margin-top: 3rem;
}
.popup .popupList li .ttlWrap {
	margin: 0 -2.5rem;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: #ff8a94;
	border-radius: 3rem;
	font-size: 2.8rem;
}
.popup .popupList li .ttlWrap h3 {
	width: 16.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 0.5rem;
	line-height: 1;
}
.popup .popupList li .ttlWrap p {
	width: calc(100% - 16.2rem);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.6rem;
	background: #ffd765;
	border-radius: 0 3rem 3rem 0;
	padding: 1rem 0.5rem;
	line-height: 1;
}
.popup .popupList li dl {
	display: flex;
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}
.popup .popupList li dl + dl {
	margin-top: 1rem;
}
.popup .popupList li dl dt {
	font-size: 1.9rem;
	line-height: 1.5;
	width: 45%;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.popup .popupList li dl dt::before {
	content: "●";
	color: #ff8a94;
	padding-right: 0.2em;
}
.popup .popupList li dl dd {
	font-size: 1.9rem;
	line-height: 1.5;
	width: 55%;
}
.popup .popupList li dl dd .zenmaruMedium {
	font-size: 2.1rem;
	display: inline-block;
	line-height: 1;
}
.popup .popupList li .coming {
	margin-top: 1.5rem;
	font-size: 2.6rem;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
}


/* btnWrap */
.btnWrap {
	margin: 3.3rem auto 0;
	padding: 0 5rem;
}
.btnWrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00b29e;
	color: #fff;
	font-size: 3rem;
	border-radius: 2rem;
	padding: 2.6rem 1rem;
	text-align: center;
	transition: opacity 0.3s ease-out;
}
.btnWrap a::after {
	content: "";
	display: inline-block;
	position: relative;
	background: url(/base/pc/store/special/randoseru/2027/img/event/arrow02.png) no-repeat top center;
	background-size: contain;
	width: 2.65rem;
	height: 3.4rem;
	margin-left: 0.5rem;
}
.btnWrap a:hover {
	opacity: 0.7;
}

/* note */
.note {
	margin: 3rem auto 5rem;
	padding: 0 5rem;
}
.note p {
	font-size: 2.5rem;
	line-height: 1.58;
}

/* pageTop */
.pageTop {
	position: fixed;
	width: 8.4rem;
	height: 8.4rem;
	bottom: 3rem;
	right: max(2rem, calc(50% - 56rem));
	z-index: 100;
}
@media (max-width: 768px) {
	.pageTop {
		right: 2rem;
	}
}