@font-face {
	font-family: "RondeB";
	src: url("../fonts/Ronde-B_square.woff") format("truetype");
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
}

@media screen and (max-width: 768px) {
	.is-pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.is-sp {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.is-sp-lg {
		display: none;
	}
}

.is-home a,
.is-present_coupon a,
.is-special_message a,
.is-howto_guide a,
.is-circle_guide a {
	transition: all 0.2s;
}

.is-home a:hover,
.is-present_coupon a:hover,
.is-special_message a:hover,
.is-howto_guide a:hover,
.is-circle_guide a:hover {
	opacity: 0.8;
}

.is-home .wrapper,
.is-present_coupon .wrapper,
.is-special_message .wrapper,
.is-howto_guide .wrapper,
.is-circle_guide .wrapper {
	overflow: hidden;
}

.is-home h2.common-h2,
.is-present_coupon h2.common-h2,
.is-special_message h2.common-h2,
.is-howto_guide h2.common-h2,
.is-circle_guide h2.common-h2 {
	font-size: 7.28rem;
	font-family: "RondeB";
	line-height: 1;
	color: #51b5e6;
	background-color: #ffe1c7;
	border-radius: 15px;
	display: inline-block;
	padding: 0.5rem 3rem;
	margin-bottom: 3rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2,
	.is-present_coupon h2.common-h2,
	.is-special_message h2.common-h2,
	.is-howto_guide h2.common-h2,
	.is-circle_guide h2.common-h2 {
		font-size: 3.77778rem;
		border-radius: 5px;
		padding: 0.5rem 1rem;
		text-align: left;
		margin-bottom: 1rem;
	}
}

.is-home h2.common-h2 > span,
.is-present_coupon h2.common-h2 > span,
.is-special_message h2.common-h2 > span,
.is-howto_guide h2.common-h2 > span,
.is-circle_guide h2.common-h2 > span {
	display: inline-block;
}

.is-home h2.common-h2 > span.is-checkbox,
.is-present_coupon h2.common-h2 > span.is-checkbox,
.is-special_message h2.common-h2 > span.is-checkbox,
.is-howto_guide h2.common-h2 > span.is-checkbox,
.is-circle_guide h2.common-h2 > span.is-checkbox {
	position: relative;
	padding-left: 6.5rem;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span.is-checkbox,
	.is-present_coupon h2.common-h2 > span.is-checkbox,
	.is-special_message h2.common-h2 > span.is-checkbox,
	.is-howto_guide h2.common-h2 > span.is-checkbox,
	.is-circle_guide h2.common-h2 > span.is-checkbox {
		padding-left: 3.5rem;
	}
}

.is-home h2.common-h2 > span.is-checkbox:before,
.is-present_coupon h2.common-h2 > span.is-checkbox:before,
.is-special_message h2.common-h2 > span.is-checkbox:before,
.is-howto_guide h2.common-h2 > span.is-checkbox:before,
.is-circle_guide h2.common-h2 > span.is-checkbox:before {
	content: "";
	position: absolute;
	border: solid 5px #525252;
	width: 5.5rem;
	height: 5.5rem;
	left: 0;
	top: 1.27rem;
	display: inline-block;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span.is-checkbox:before,
	.is-present_coupon h2.common-h2 > span.is-checkbox:before,
	.is-special_message h2.common-h2 > span.is-checkbox:before,
	.is-howto_guide h2.common-h2 > span.is-checkbox:before,
	.is-circle_guide h2.common-h2 > span.is-checkbox:before {
		width: 3rem;
		height: 3rem;
		border-width: 3px;
		top: 0.4375rem;
	}
}

.is-home h2.common-h2 > span.is-checkbox:after,
.is-present_coupon h2.common-h2 > span.is-checkbox:after,
.is-special_message h2.common-h2 > span.is-checkbox:after,
.is-howto_guide h2.common-h2 > span.is-checkbox:after,
.is-circle_guide h2.common-h2 > span.is-checkbox:after {
	content: "";
	opacity: 0;
	position: absolute;
	width: 6rem;
	height: 6rem;
	left: 0;
	top: 0%;
	transition: all 0.5s 0.5s;
	display: inline-block;
	background: url("../../assets/img/common/img-check-icon.png") no-repeat center
		center/contain;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span.is-checkbox:after,
	.is-present_coupon h2.common-h2 > span.is-checkbox:after,
	.is-special_message h2.common-h2 > span.is-checkbox:after,
	.is-howto_guide h2.common-h2 > span.is-checkbox:after,
	.is-circle_guide h2.common-h2 > span.is-checkbox:after {
		width: 3.5rem;
		height: 3.5rem;
		top: -0.418rem;
	}
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span.is-checkbox,
	.is-present_coupon h2.common-h2 > span.is-checkbox,
	.is-special_message h2.common-h2 > span.is-checkbox,
	.is-howto_guide h2.common-h2 > span.is-checkbox,
	.is-circle_guide h2.common-h2 > span.is-checkbox {
		text-align: left;
	}
}

.is-home h2.common-h2 > span.is-checkbox.show:after,
.is-present_coupon h2.common-h2 > span.is-checkbox.show:after,
.is-special_message h2.common-h2 > span.is-checkbox.show:after,
.is-howto_guide h2.common-h2 > span.is-checkbox.show:after,
.is-circle_guide h2.common-h2 > span.is-checkbox.show:after {
	opacity: 1;
}

.is-home h2.common-h2 > span .letter-kana,
.is-present_coupon h2.common-h2 > span .letter-kana,
.is-special_message h2.common-h2 > span .letter-kana,
.is-howto_guide h2.common-h2 > span .letter-kana,
.is-circle_guide h2.common-h2 > span .letter-kana {
	letter-spacing: -3rem;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span .letter-kana,
	.is-present_coupon h2.common-h2 > span .letter-kana,
	.is-special_message h2.common-h2 > span .letter-kana,
	.is-howto_guide h2.common-h2 > span .letter-kana,
	.is-circle_guide h2.common-h2 > span .letter-kana {
		letter-spacing: -1rem;
	}
}

.is-home h2.common-h2 > span .letter-kanji,
.is-present_coupon h2.common-h2 > span .letter-kanji,
.is-special_message h2.common-h2 > span .letter-kanji,
.is-howto_guide h2.common-h2 > span .letter-kanji,
.is-circle_guide h2.common-h2 > span .letter-kanji {
	letter-spacing: -2.2rem;
}

@media screen and (max-width: 768px) {
	.is-home h2.common-h2 > span .letter-kanji,
	.is-present_coupon h2.common-h2 > span .letter-kanji,
	.is-special_message h2.common-h2 > span .letter-kanji,
	.is-howto_guide h2.common-h2 > span .letter-kanji,
	.is-circle_guide h2.common-h2 > span .letter-kanji {
		letter-spacing: -1rem;
	}
}

.is-home .inner,
.is-present_coupon .inner,
.is-special_message .inner,
.is-howto_guide .inner,
.is-circle_guide .inner {
	max-width: 1340px;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.is-home .inner,
	.is-present_coupon .inner,
	.is-special_message .inner,
	.is-howto_guide .inner,
	.is-circle_guide .inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.is-home .hide,
.is-present_coupon .hide,
.is-special_message .hide,
.is-howto_guide .hide,
.is-circle_guide .hide {
	opacity: 0;
}

.is-home .hide.show,
.is-present_coupon .hide.show,
.is-special_message .hide.show,
.is-howto_guide .hide.show,
.is-circle_guide .hide.show {
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.is-home .is-arrow__btn .show:before,
.is-present_coupon .is-arrow__btn .show:before,
.is-special_message .is-arrow__btn .show:before,
.is-howto_guide .is-arrow__btn .show:before,
.is-circle_guide .is-arrow__btn .show:before {
	content: "";
	animation-name: arrowBar;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

.is-home .is-arrow__btn .show:after,
.is-present_coupon .is-arrow__btn .show:after,
.is-special_message .is-arrow__btn .show:after,
.is-howto_guide .is-arrow__btn .show:after,
.is-circle_guide .is-arrow__btn .show:after {
	content: "";
	animation-name: arrowTop;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

@media screen and (max-width: 768px) {
	.is-home .is-arrow__btn .show:after,
	.is-present_coupon .is-arrow__btn .show:after,
	.is-special_message .is-arrow__btn .show:after,
	.is-howto_guide .is-arrow__btn .show:after,
	.is-circle_guide .is-arrow__btn .show:after {
		animation-name: arrowTopSP;
	}
}

@keyframes arrowBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes arrowTop {
	0% {
		width: 0;
	}
	100% {
		width: 5rem;
	}
}

@keyframes arrowTopSP {
	0% {
		width: 0;
	}
	100% {
		width: 2rem;
	}
}

.is-special_message a,
.is-present_coupon a {
	transition: all 0.2s;
}

.is-special_message a:hover,
.is-present_coupon a:hover {
	opacity: 0.8;
}

.is-special_message .wrapper,
.is-present_coupon .wrapper {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-special_message .is-pc,
	.is-present_coupon .is-pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.is-special_message .is-sp,
	.is-present_coupon .is-sp {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.is-special_message .is-sp-lg,
	.is-present_coupon .is-sp-lg {
		display: none;
	}
}

.is-special_message .inner,
.is-present_coupon .inner {
	max-width: 1340px;
	padding-left: 5rem;
	padding-right: 5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.is-special_message .inner,
	.is-present_coupon .inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.is-special_message .hide,
.is-present_coupon .hide {
	opacity: 0;
}

.is-special_message .hide.show,
.is-present_coupon .hide.show {
	animation-name: fadein;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.is-special_message .is-arrow__btn .show:before,
.is-present_coupon .is-arrow__btn .show:before {
	animation-name: arrowBar;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

.is-special_message .is-arrow__btn .show:after,
.is-present_coupon .is-arrow__btn .show:after {
	animation-name: arrowTop;
	animation-duration: 0.2s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-direction: normal;
}

@media screen and (max-width: 768px) {
	.is-special_message .is-arrow__btn .show:after,
	.is-present_coupon .is-arrow__btn .show:after {
		animation-name: arrowTopSP;
	}
}

@keyframes arrowBar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes arrowTop {
	0% {
		width: 0;
	}
	100% {
		width: 5rem;
	}
}

@keyframes arrowTopSP {
	0% {
		width: 0;
	}
	100% {
		width: 2rem;
	}
}

.is-footer {
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
}

.is-footer {
	padding-top: 15rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.is-footer {
		padding-top: 5rem;
	}
}

.is-footer h2 {
	position: relative;
	font-family: "RondeB";
	color: #51b5e6;
	display: inline-block;
	font-size: 4.72rem;
	letter-spacing: -1.5rem;
	line-height: 1;
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
	.is-footer h2 {
		font-size: 3.55556rem;
		letter-spacing: -1rem;
		margin-bottom: 2rem;
		max-width: 350px;
	}
}

.is-footer h2 span {
	position: absolute;
	width: 10rem;
	bottom: 100%;
	left: 26%;
}

@media screen and (max-width: 768px) {
	.is-footer h2 span {
		right: -1.8rem;
		left: inherit;
		width: 5rem;
		bottom: inherit;
		top: 0;
	}
}

.is-footer__gakumado__logo {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}
.is-footer__logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

.is-footer__logo a {
	margin-left: 30px;
	display: inline-block;
}

.is-footer__logo a:first-child {
	margin-left: 0;
}

.is-footer__logo a.is-footer__sponcer_banner001 {
	width: 215px;
}

/*.is-footer__logo a.is-footer__sponcer_banner002 {
	width: 218px;
}

.is-footer__logo a.is-footer__sponcer_banner003 {
	width: 142px;
}*/

@media screen and (max-width: 768px) {
	.is-footer__gakumado__logo,
	.is-footer__logo {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 549px) {
	.is-footer__gakumado__logo {
		max-width: 200px;
	}
}

.is-footer-icon > div {
	position: absolute;
	max-width: 250px;
}

.is-footer-person-01 {
	top: -60%;
	left: 105%;
	width: 100px;
}

@media screen and (max-width: 768px) {
	.is-footer-person-01 {
		width: 60px;
		top: -20%;
		left: 110%;
	}
}

@media screen and (max-width: 549px) {
	.is-footer-person-01 {
		width: 50px;
		top: 100%;
		left: 104%;
	}
}

.is-footer p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #5a6e7f;
	font-size: 1.68rem;
	line-height: 1.8;
	margin-bottom: 7rem;
}

.is-footer p a {
	color: #00aaea;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.is-footer p {
		font-size: 1.38889rem;
		line-height: 2;
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 399px) {
	.is-footer p {
		font-size: 1.11111rem;
	}
}

.is-footer__share {
	background-color: #fff;
	margin-top: 10rem;
	padding-top: 10rem;
	padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
	.is-footer__share {
		padding-top: 5rem;
		padding-bottom: 2rem;
		margin-top: 5rem;
	}
}

.is-footer__share p {
	color: #e46bab;
	font-size: 3.28rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
	.is-footer__share p {
		font-size: 2.44444rem;
		margin-bottom: 2rem;
	}
}

.is-footer__sns {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 3rem;
}

.is-footer__sns li {
	max-width: 110px;
	margin: 0 25px;
}

@media screen and (max-width: 768px) {
	.is-footer__sns li {
		width: 18vw;
		margin: 0 15px;
	}
}

.is-footer__person {
	max-width: 45px;
	margin: 0 auto 10rem;
}

@media screen and (max-width: 768px) {
	.is-footer__person {
		margin-bottom: 5rem;
		width: 8vw;
	}
}

.is-footer__sponcer {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
	.is-footer__sponcer {
		width: 30vw;
		margin-bottom: 1rem;
	}

	.is-footer__logo a {
		margin-left: 30px;
		margin-left: 2.66%;
	}

	.is-footer__logo a:first-child {
		margin-left: 0;
	}

	.is-footer__logo a.is-footer__sponcer_banner001 {
		width: 33.7%;
	}
/*
	.is-footer__logo a.is-footer__sponcer_banner002 {
		width: 34.2%;
	}

	.is-footer__logo a.is-footer__sponcer_banner003 {
		width: 19.4%;
	}*/
}

.is-home__guide {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-color: #7ac4c4;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-home__guide {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.is-home__guide:before {
	content: "";
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40vw;
	background: url("../../assets/img/top/img-guide-bg1.png") no-repeat top
		left/contain;
}

.is-home__guide:after {
	content: "";
	position: absolute;
	mix-blend-mode: multiply;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 300px;
	background: url("../../assets/img/top/img-guide-bg2.png") no-repeat bottom
		right/contain;
}

.is-home__guide-box {
	border: solid 5px #fff;
	position: relative;
	z-index: 3;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding-top: 4rem;
	padding-bottom: 4rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box {
		padding: 1rem 1rem 2rem;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.is-home__guide-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vw;
	background: url("../../assets/img/top/img-guide-card1-bg1.png") no-repeat top
		left/contain;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box:before {
		height: 30vw;
	}
}

.is-home__guide-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 17vw;
	background: url("../../assets/img/top/img-guide-card1-bg2.png") no-repeat
		bottom right/contain;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box:after {
		height: 30vw;
	}
}

.is-home__guide-box.howto__guide-box {
	background-color: #51b5e6;
	margin-bottom: 50px;
	display: block;
}

.is-home__guide-box.howto__guide-box .is-home__guide-sub {
	position: relative;
	display: inline-block;
}

.is-home__guide-box.howto__guide-box .is-home__guide-sub::before {
	content: "";
	position: absolute;
	right: 105%;
	width: 7rem;
	top: 50%;
	transform: translateY(-50%);
	height: 9rem;
	z-index: 2;
	background: url("../../assets/img/top/img-guide-book.png") no-repeat center
		center/contain;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box.howto__guide-box .is-home__guide-sub::before {
		transform: translateY(-50%) scale(0.5);
		right: 85%;
	}
}

.is-home__guide-box.circle__guide-box {
	display: block;
	background-color: #f5bfd6;
}

.is-home__guide-box.circle__guide-box:before {
	background: url("../../assets/img/top/img-guide-card2-bg1.png") no-repeat top
		left/contain;
}

.is-home__guide-box.circle__guide-box:after {
	content: "";
	background: url("../../assets/img/top/img-guide-card2-bg2.png") no-repeat
		bottom right/contain;
}

.is-home__guide-box.circle__guide-box h2 {
	color: #e46bab;
}

.is-home__guide-box.circle__guide-box > div:before {
	background: url("../../assets/img/top/img-guide-tape2.png") no-repeat top
		left/contain;
}

.is-home__guide-box.circle__guide-box > div:after {
	background: url("../../assets/img/top/img-guide-tape2.png") no-repeat bottom
		right/contain;
}

.is-home__guide-box__wrap {
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box__wrap {
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
}

.is-home__guide-box__wrap:before {
	content: "";
	position: absolute;
	top: -5rem;
	left: -5rem;
	width: 100%;
	height: 160px;
	background: url("../../assets/img/top/img-guide-tape1.png") no-repeat top
		left/contain;
	z-index: 4;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box__wrap:before {
		height: 18vw;
		top: -4vw;
		left: -4vw;
	}
}

.is-home__guide-box__wrap:after {
	content: "";
	position: absolute;
	bottom: -5rem;
	right: -5rem;
	width: 100%;
	height: 160px;
	background: url("../../assets/img/top/img-guide-tape1.png") no-repeat bottom
		right/contain;
	z-index: 4;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.is-home__guide-box__wrap:after {
		height: 18vw;
		bottom: -4vw;
		right: -4vw;
	}
}

.is-home__guide-img {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	position: relative;
	box-sizing: content-box;
	padding-right: 5rem;
	padding-left: 5rem;
}

@media screen and (max-width: 768px) {
	.is-home__guide-img {
		padding-right: 0rem;
		padding-left: 0rem;
	}
}

.is-home__guide-year {
	position: absolute;
	font-family: "RondeB";
	top: -3rem;
	right: 1rem;
	transform: rotate(-20deg);
	font-size: 7.52rem;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	color: #e46bab;
}

@media screen and (max-width: 768px) {
	.is-home__guide-year {
		font-size: 3.5rem;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		right: 0rem;
	}
}

.is-home__guide-year:before {
	content: "2022";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	color: #e46bab;
	right: 0;
	z-index: 1;
	-webkit-text-stroke: 0px #fff;
	text-stroke: 0px #fff;
}

.is-home__guide-sub {
	color: #fff;
	font-size: 3.2728rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.is-home__guide-sub {
		font-size: 1.77778rem;
		margin-bottom: 0.5rem;
	}
}

.is-home__guide ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.is-home__guide ul {
		margin-bottom: 1rem;
	}
}

.is-home__guide ul li {
	font-family: "RondeB";
	color: #fff;
	font-size: 2.88rem;
	width: 32%;
	background-color: #e883b9;
	border-radius: 100px;
	letter-spacing: -1rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.is-home__guide ul li {
		font-size: 2.22222rem;
		width: 49%;
		letter-spacing: -0.9rem;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide ul li {
		font-size: 1.66667rem;
		letter-spacing: -0.5rem;
	}
}

.is-home__guide ul li span {
	letter-spacing: 0;
}

.is-home__guide ul li:last-child {
	background-color: transparent;
}

.is-home__guide-btn a,
.is-home__guide-btn > span {
	font-size: 2.88rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
	padding-right: 7rem;
	transition: all 0.2s;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.is-home__guide-btn a,
	.is-home__guide-btn > span {
		font-size: 1.94444rem;
		letter-spacing: 0;
		padding-right: 3rem;
		margin-right: 1rem;
		padding-bottom: 0.5rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-btn a,
	.is-home__guide-btn > span {
		font-size: 1.38889rem;
	}
}

.is-home__guide-btn a:hover,
.is-home__guide-btn > span:hover {
	opacity: 0.8;
}

.is-home__guide-btn a::before,
.is-home__guide-btn > span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-home__guide-btn a::before,
	.is-home__guide-btn > span::before {
		height: 4px;
	}
}

.is-home__guide-btn a::after,
.is-home__guide-btn > span::after {
	content: "";
	position: absolute;
	bottom: 1.5rem;
	width: 0rem;
	height: 8px;
	right: -0.2rem;
	transform: rotate(35deg);
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-home__guide-btn a::after,
	.is-home__guide-btn > span::after {
		height: 4px;
		bottom: 0.6rem;
	}
}

.is-home__guide-icon > div {
	position: absolute;
	max-width: 250px;
	z-index: 5;
	pointer-events: none;
}

@media screen and (max-width: 549px) {
	.is-home__guide-icon > div {
		transform: scale(0.5);
	}
}

.is-home__guide-tree {
	top: 4%;
	right: 5%;
	width: 110px;
}

@media screen and (max-width: 1024px) {
	.is-home__guide-tree {
		top: 2%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__guide-tree {
		top: 0%;
		right: 8%;
	}
}

@media screen and (max-width: 549px) {
	.is-home__guide-tree {
		right: 1%;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-tree {
		right: -14%;
	}
}

.is-home__guide-person-01 {
	top: 18%;
	left: 8%;
	width: 50px;
}

@media screen and (max-width: 1024px) {
	.is-home__guide-person-01 {
		top: 7%;
		left: 5%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-01 {
		top: 1%;
		left: 11%;
		width: 40px;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-person-01 {
		left: 5%;
	}
}

.is-home__guide-person-02 {
	bottom: 11%;
	left: 1%;
	width: 190px;
}

@media screen and (max-width: 1499px) {
	.is-home__guide-person-02 {
		bottom: 0;
		width: 100px;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-02 {
		bottom: inherit;
		bottom: inherit;
		top: 18%;
		left: -3%;
		width: 120px;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-person-02 {
		width: 160px;
		left: -22%;
	}
}

.is-home__guide-person-03 {
	top: 17%;
	right: 4%;
	width: 55px;
}

@media screen and (max-width: 1499px) {
	.is-home__guide-person-03 {
		top: 16%;
		right: 3%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-03 {
		bottom: inherit;
		top: 11%;
		right: 6%;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-person-03 {
		right: -9%;
	}
}

.is-home__guide-person-04 {
	bottom: 10%;
	right: 2%;
	width: 150px;
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-04 {
		bottom: 8%;
		right: 5%;
		width: 85px;
	}
}

.is-home__guide-person-05 {
	bottom: -5%;
	left: 2%;
	width: 190px;
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-05 {
		bottom: inherit;
		top: 5%;
		left: -25%;
	}
}

@media screen and (max-width: 399px) {
	.is-home__guide-person-05 {
		left: -40%;
	}
}

.is-home__guide-person-07 {
	bottom: 8%;
	right: 1%;
	width: 220px;
}

@media screen and (max-width: 768px) {
	.is-home__guide-person-07 {
		bottom: 5%;
		right: -25%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__guide #guide .is-home__guide-person-03 {
		top: 6%;
	}
}

.is-floating {
	position: fixed;
	right: 0;
	top: 5%;
	height: 100px;
	width: 5rem;
	z-index: 10;
	transition: all 0.5s;
	display: none;
}

@media screen and (max-width: 768px) {
	.is-floating {
		width: 3rem;
		width: 4rem;
	}
}

.is-floating.show {
	transform: translateX(-500px);
}

@media screen and (max-width: 768px) {
	.is-floating.show {
		transform: translateX(-85vw);
	}
}

.is-floating__index {
	cursor: pointer;
}

.is-floating__menu {
	background-color: #fff;
	position: absolute;
	left: 100%;
	top: 0;
	width: 500px;
	padding: 30px;
	overflow: scroll;
	max-height: 95vh;
}

@media screen and (max-width: 768px) {
	.is-floating__menu {
		width: 85vw;
		padding: 2rem;
	}
}

.is-floating__menu ul li {
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.is-floating__menu ul li {
		margin-bottom: 1rem;
	}
}

.is-home__message {
	background-color: #ff7e90;
	text-align: center;
	padding-top: 8rem;
	padding-bottom: 6rem;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-home__message {
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
}

.is-home__message:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28vw;
	background: url("../../assets/img/top/img-message-bg1.png") no-repeat top
		left/contain;
}

.is-home__message:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 28vw;
	background: url("../../assets/img/top/img-message-bg2.png") no-repeat bottom
		right/contain;
}

.is-home__message .inner {
	position: relative;
	z-index: 1;
}

.is-home__message-bg3 {
	position: absolute;
	bottom: 10%;
	left: 8%;
	width: 200px;
}

@media screen and (max-width: 768px) {
	.is-home__message-bg3 {
		max-width: 100px;
		width: 20vw;
		bottom: 13%;
		left: 5%;
	}
}

.is-home__message-bg4 {
	position: absolute;
	top: 5%;
	right: 7%;
	width: 70px;
}

.is-home__message h2.common-h2 {
	color: #ff828b;
	background-color: #fef6e1;
}

.is-home__message h2.common-h2 > span {
	color: #ff828b;
}

.is-home__message-icon > div {
	position: absolute;
	max-width: 250px;
}

.is-home__message-person-01 {
	top: -30%;
	right: 100%;
	width: 200px;
}

.is-home__message-person-02 {
	top: -20%;
	left: 105%;
	width: 160px;
}

.is-home__message-sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	margin-bottom: 2rem;
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-home__message-sub {
		font-size: 1.66667rem;
		margin-bottom: 1rem;
	}
}

.is-home__message-sub::before {
	content: "";
	position: absolute;
	right: 101%;
	width: 6rem;
	top: 50%;
	transform: translateY(-50%);
	height: 6rem;
	background: url("../../assets/img/top/img-message-icon.png") no-repeat center
		center/contain;
}

@media screen and (max-width: 768px) {
	.is-home__message-sub::before {
		width: 3rem;
	}
}

.is-home__message ul {
	display: flex;
	flex-wrap: wrap;

	margin-bottom: 4rem;
}

.is-home__message ul li {
	width: 32%;
	margin-right: 2%;
}

@media screen and (max-width: 768px) {
	.is-home__message ul li {
		width: 49%;
	}
}

@media screen and (min-width: 769px) {
	.is-home__message ul li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.is-home__message ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}

.is-home__message ul li:nth-of-type(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.is-home__message ul li:nth-of-type(n + 3) {
		margin-top: 20px;
	}
}

.is-home__message ul li a {
	display: block;
}

.is-home__message-btn {
	display: inline-block;
}

.is-home__message-btn a {
	background-color: #525252;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 1.5rem 3rem;
	display: inline-block;
	min-width: 400px;
	border-radius: 5px;
	font-size: 1.92rem;
}

@media screen and (max-width: 768px) {
	.is-home__message-btn a {
		min-width: inherit;
		width: 80vw;
		font-size: 2.22222rem;
	}
}

.is-home__message-btn a span {
	display: inline-block;
	padding-right: 4rem;
	position: relative;
}

.is-home__message-btn a span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 2.8rem;
	background: url("../../assets/img/common/img-guide-arrow1.png") no-repeat
		center center/contain;
}

.remodal {
	background: transparent;
	position: relative;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width: 769px) {
	.remodal {
		width: 80%;
		max-width: 1300px;
	}
}

@media screen and (max-width: 768px) {
	.remodal {
		width: 100%;
		max-width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.remodal > div {
	border: solid 8px #457395;
	background-color: #e2f0f9;
	position: relative;
	clip-path: polygon(
		100% 0,
		100% calc(100% - 7rem),
		calc(100% - 7rem) 100%,
		0 100%,
		0 0
	);
	padding: 4rem 2rem 6rem;
}

@media screen and (max-width: 768px) {
	.remodal > div {
		padding: 4rem 2rem 4rem;
		clip-path: polygon(
			100% 0,
			100% calc(100% - 5rem),
			calc(100% - 5rem) 100%,
			0 100%,
			0 0
		);
	}
}

.remodal > div:after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: -8px;
	border: solid 3.5rem transparent;
	border-top-color: #c8e5f6;
	border-left-color: #c8e5f6;
}

@media screen and (max-width: 768px) {
	.remodal > div:after {
		border-width: 2.5rem;
	}
}

.remodal > div:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 4rem;
	width: 22rem;
	height: 20rem;
	background: url("../../assets/img/top/img-modal-pencil.png") no-repeat center
		center/contain;
}

@media screen and (max-width: 1024px) {
	.remodal > div:before {
		width: 13rem;
		height: 13rem;
	}
}

@media screen and (max-width: 768px) {
	.remodal > div:before {
		width: 13rem;
		height: 13rem;
		right: 1rem;
	}
}

.remodal-overlay {
	background: #cae5f6;
	opacity: 0.8;
}

.remodal-close {
	right: 2rem;
	left: inherit;
	top: 2rem;
	width: 6rem;
	color: #457395;
}

@media screen and (max-width: 768px) {
	.remodal-close {
		width: 4rem;
		top: 1rem;
		right: 1rem;
	}
}

.remodal-close:before {
	font-size: 8rem;
}

@media screen and (max-width: 768px) {
	.remodal-close:before {
		font-size: 6rem;
	}
}

.remodal-content {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.remodal-title {
	color: #ea6154;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 1rem;
	font-size: 2.88rem;
	text-align: left;
	margin-bottom: 3rem;
	position: relative;
	display: inline-block;
}

.remodal-title::before {
	content: "";
	position: absolute;
	width: 12rem;
	height: 12rem;
	left: 105%;
	top: 50%;
	transform: translateY(-50%);
	background: url("../../assets/img/top/img-modal-person.png") no-repeat center
		center/contain;
}

@media screen and (max-width: 768px) {
	.remodal-title::before {
		width: 7rem;
		left: inherit;
		right: 0;
		top: 80%;
	}
}

@media screen and (max-width: 768px) {
	.remodal-title {
		font-size: 3.66667rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 385px) {
	.remodal-title {
		font-size: 8.6vw;
	}
}

.remodal-text {
	color: #457395;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	text-align: left;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.remodal-text {
		font-size: 1.55556rem;
	}
}

.wrapper {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.is-home .is-mv {
	padding-top: 100px;
	background-color: #cae5f6;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv {
		padding-top: 0rem;
	}
}

.is-home .is-mv__book-wrap {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	--rf: 0.78vw;
	--title-wid: 790px;
	--edge-offset: calc((100% - var(--title-wid)) / 2);
}

@media (max-width: 1024px) {
	.is-home .is-mv__book-wrap {
		--rf: 7.98px;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__book-wrap {
		max-width: 500px;
	}
}

.is-home .is-mv__book {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 14rem;
	margin-bottom: 2rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__book {
		padding-top: calc(var(--rf) * 10);
		padding-bottom: calc(var(--rf) * 14);
		margin-bottom: calc(var(--rf) * 2);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__book {
		padding-top: 4rem;
		padding-bottom: 8rem;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.3rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__book {
		margin-bottom: 4rem;
	}
}

.is-home .is-mv__book::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url("../../assets/img/common/img-kv-book.png") no-repeat
		center/contain;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__book::before {
		left: 2rem;
		right: 2rem;
	}
}

.is-home .is-mv__title {
	position: relative;
	z-index: 1;
}

.is-home .is-mv__title p {
	font-family: "RondeB";
}

.is-home .is-mv__title p .letter-kana {
	letter-spacing: -2.7rem;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p .letter-kana {
		letter-spacing: -1.2rem;
	}
}

.is-home .is-mv__title p .letter-kana span {
	letter-spacing: -6rem;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p .letter-kana span {
		letter-spacing: -2rem;
	}
}

.is-home .is-mv__title p .letter-kana-2 {
	letter-spacing: -0.49em;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p .letter-kana-2 {
		letter-spacing: -0.4em;
	}
}

.is-home .is-mv__title p:first-child {
	font-size: 6.4rem;
	letter-spacing: -0.22em;
	color: #ed9cc7;
	line-height: 1;
	margin-bottom: 1rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__title p:first-child {
		font-size: calc(var(--rf) * 8);
		margin-bottom: calc(var(--rf) * 1);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p:first-child {
		font-size: 3.11111rem;
		letter-spacing: -0.35em;
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__title p:first-child {
		font-size: 2.88889rem;
		letter-spacing: -0.27em;
	}
}

.is-home .is-mv__title p:last-child {
	font-size: 8.56rem;
	background-color: #ed9cc7;
	color: #f7eb01;
	letter-spacing: -0.28em;
	display: inline-block;
	border-radius: 15px;
	padding-left: 4rem;
	padding-right: 8rem;
	position: relative;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__title p:last-child {
		font-size: calc(var(--rf) * 10.7);
		padding-left: calc(var(--rf) * 4);
		padding-right: calc(var(--rf) * 8);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p:last-child {
		display: block;
		font-size: 4rem;
		letter-spacing: -0.3em;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		max-width: 77%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__title p:last-child {
		font-size: 3.55556rem;
	}
}

.is-home .is-mv__title p:last-child span:not(.letter-kana-2) {
	position: absolute;
	letter-spacing: 0;
	font-size: 7.04rem;
	color: #fff;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	transform: rotate(-15deg);
	right: -2.7rem;
	bottom: -10rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__title p:last-child span:not(.letter-kana-2) {
		font-size: calc(var(--rf) * 8.8);
		right: calc(var(--rf) * -2.7);
		bottom: calc(var(--rf) * -10);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__title p:last-child span:not(.letter-kana-2) {
		font-size: 3.5rem;
		bottom: -4rem;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		right: -1.5rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__title p:last-child span:not(.letter-kana-2) {
		font-size: 3.11111rem;
	}
}

.is-home .is-mv__title p:last-child span:not(.letter-kana-2):before {
	content: "WELCOME!!";
	position: absolute;
	top: 0;
	left: 0;
	color: #51b5e6;
	-webkit-text-stroke: 0px #fff;
	text-stroke: 0px #fff;
}

.is-home .is-mv__logo {
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 2rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__logo {
		max-width: calc(var(--rf) * 45);
		margin-bottom: calc(var(--rf) * 2);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__logo {
		max-width: 40vw;
		margin-bottom: 1rem;
		padding-top: 3rem;
	}
}

.is-home .is-mv__logo img {
	max-width: 100%;
}

.is-home .is-mv__bottom {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__bottom {
		display: flex;
		align-items: flex-start;
		padding-right: 8rem;
		padding-left: 8rem;
		box-sizing: content-box;
	}
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__bottom {
		margin-top: 7rem;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__bottom {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.is-home .is-mv__btn {
	position: relative;
	width: 77%;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__btn {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__btn {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.is-home .is-mv__btn-item {
	position: relative;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__btn-item {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__btn-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 380px;
	}
}

.is-home .is-mv__btn-item a {
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
	padding-right: 1rem;
}

.is-home .is-mv__btn-item a:before {
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 26.3%;
	display: inline-block;
	width: 100%;
	background: url("../../assets/img/common/img-kv-ribon1.png") no-repeat center
		center/contain;
}

.is-home .is-mv__btn-item a p {
	display: inline-block;
	line-height: 1.2;
}

.is-home .is-mv__btn-item a p:first-child {
	color: #525252;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.28rem;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__btn-item a p:first-child {
		font-size: 1.33333rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__btn-item a p:first-child {
		font-size: 1.11111rem;
	}
}

.is-home .is-mv__btn-item a p:last-child {
	color: #fff;
	font-family: "RondeB";
	font-size: 3.2rem;
	position: relative;
	margin-left: -1rem;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__btn-item a p:last-child {
		font-size: 3.33333rem;
		padding-right: 3rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__btn-item a p:last-child {
		font-size: 2.22222rem;
	}
}

.is-home .is-mv__btn-item a p:last-child:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2rem;
	background: url("../../assets/img/common/img-kv-arrow1.png") no-repeat center
		center/contain;
}

.is-home .is-mv__btn-item a p:last-child span {
	letter-spacing: -1.2rem;
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__btn-item a p:last-child span {
		letter-spacing: -0.5rem;
	}
}

.is-home .is-mv__btn-item a p:last-child span.letter-small {
	letter-spacing: -1rem;
}

.is-home .is-mv__btn-item a p:last-child span.letter-small2 {
	letter-spacing: -1.5rem;
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__btn-item a p:last-child span.letter-small2 {
		letter-spacing: -0.8rem;
	}
}

.is-home .is-mv__btn-guide a:before {
	background-image: url("../../assets/img/common/img-kv-ribon2.png");
}

.is-home .is-mv__btn-guide a p:last-child {
	color: #e46bab;
}

.is-home .is-mv__btn-guide a p:last-child:before {
	background-image: url("../../assets/img/common/img-kv-arrow2.png");
}

.is-home .is-mv__btn-message a:before {
	background-image: url("../../assets/img/common/img-kv-ribon3.png");
}

.is-home .is-mv__btn-message a p:last-child:before {
	background-image: url("../../assets/img/common/img-kv-arrow3.png");
}

.is-home .is-mv__btn-useful a:before {
	background-image: url("../../assets/img/common/img-kv-ribon4.png");
}

.is-home .is-mv__btn-useful a p:last-child {
	color: #bc5d54;
}

.is-home .is-mv__btn-useful a p:last-child:before {
	background-image: url("../../assets/img/common/img-kv-arrow4.png");
}

.is-home .is-mv__author {
	position: absolute;
	left: 1rem;
	bottom: -3.5rem;
	max-width: 270px;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__author {
		max-width: 18vw;
		bottom: 1rem;
	}
}

.is-home .is-mv__signboard {
	flex: 1;
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__signboard {
		margin-top: 1rem;
		padding-left: 20vw;
		padding-right: 20vw;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		max-height: 37vw;
		max-width: 500px;
		overflow: hidden;
	}
}

.is-home .is-mv__line-01 {
	position: absolute;
	left: 0;
	max-width: 45vw;
	top: 0;
	z-index: 10;
}

.is-home .is-mv__line-02 {
	position: absolute;
	right: 0;
	max-width: 45vw;
	top: 0;
	z-index: 10;
}

.is-home .is-mv__manual-btn {
	position: absolute;
	right: 81%;
	bottom: -7rem;
	max-width: 190px;
	z-index: 3;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__manual-btn {
		bottom: -4.4rem;
		max-width: 80px;
		right: 78%;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__manual-btn {
		bottom: -3.7rem;
	}
}

.is-home .is-mv__manual-btn > img {
	width: 150%;
	max-width: inherit;
	position: absolute;
	margin-bottom: -4.5rem;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__manual-btn > img {
		margin-bottom: -2rem;
	}
}

.is-home .is-mv__manual-btn a {
	display: inline-block;
	max-width: 150px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__manual-btn a {
		max-width: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__manual-btn a {
		max-width: 60px;
	}
}

.is-home .is-mv__people > div {
	position: absolute;
	z-index: 1;
	max-width: 300px;
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people > div {
		transform: scale(0.4);
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__people > div {
		transform: scale(0.3);
	}
}

.is-home .is-mv__people .is-mv__people-01 {
	top: 0;
	left: 0%;
	width: 110px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-01 {
		left: calc(var(--edge-offset) * 0.30986);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-01 {
		width: calc(var(--rf) * 11);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-01 {
		left: -15%;
		top: -5%;
	}
}

.is-home .is-mv__people .is-mv__people-02 {
	top: 32%;
	left: -3%;
	width: 110px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-02 {
		left: calc(var(--edge-offset) * 0.2);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-02 {
		width: calc(var(--rf) * 11);
	}
}

.is-home .is-mv__people .is-mv__people-03 {
	bottom: -10%;
	left: -8%;
	width: 180px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-03 {
		left: calc(var(--edge-offset) * 0.0169);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-03 {
		width: calc(var(--rf) * 18);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-03 {
		left: -27%;
	}
}

.is-home .is-mv__people .is-mv__people-04 {
	bottom: -32%;
	left: -4%;
	width: 35px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-04 {
		left: calc(var(--edge-offset) * 0.16338);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-04 {
		width: calc(var(--rf) * 3.5);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-04 {
		display: none;
	}
}

.is-home .is-mv__people .is-mv__people-05 {
	top: 15%;
	left: 11%;
	width: 120px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-05 {
		left: calc(var(--edge-offset) * 0.71268);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-05 {
		width: calc(var(--rf) * 12);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-05 {
		left: -5%;
	}
}

@media (max-width: 370px) {
	.is-home .is-mv__people .is-mv__people-05 {
		left: 50%;
		transform: scale(0.3) translateX(-68rem);
	}
}

.is-home .is-mv__people .is-mv__people-06 {
	top: 57%;
	left: 11%;
	width: 50px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-06 {
		left: calc(var(--edge-offset) * 0.71268);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-06 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-06 {
		left: 2%;
		top: 45%;
	}
}

.is-home .is-mv__people .is-mv__people-07 {
	bottom: -5%;
	left: 16%;
	width: 120px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-07 {
		left: calc(var(--edge-offset) * 0.89577);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-07 {
		width: calc(var(--rf) * 12);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-07 {
		left: 0%;
		bottom: -8%;
	}
}

.is-home .is-mv__people .is-mv__people-08 {
	top: 30%;
	left: 21%;
	width: 55px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-08 {
		left: calc(var(--edge-offset) * 1.07887);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-08 {
		width: calc(var(--rf) * 5.5);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-08 {
		left: 12%;
		top: 29%;
	}
}

@media (max-width: 370px) {
	.is-home .is-mv__people .is-mv__people-08 {
		left: 50%;
		transform: scale(0.3) translateX(-48rem);
	}
}

.is-home .is-mv__people .is-mv__people-09 {
	bottom: 0%;
	left: 28%;
	width: 80px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-09 {
		left: calc(var(--edge-offset) * 1.33521);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-09 {
		width: calc(var(--rf) * 8);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-09 {
		left: 20%;
		bottom: -5%;
	}
}

.is-home .is-mv__people .is-mv__people-10 {
	top: -8%;
	left: 40%;
	width: 50px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-10 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-10 {
		top: -2%;
		left: 38%;
	}
}

.is-home .is-mv__people .is-mv__people-11 {
	bottom: -8%;
	left: 40%;
	width: 65px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-11 {
		width: calc(var(--rf) * 6.5);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-11 {
		left: 35%;
	}
}

.is-home .is-mv__people .is-mv__people-12 {
	top: -6%;
	left: 55%;
	width: 120px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-12 {
		width: calc(var(--rf) * 12);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-12 {
		left: 43%;
	}
}

.is-home .is-mv__people .is-mv__people-13 {
	bottom: -8%;
	left: 51%;
	width: 60px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-13 {
		width: calc(var(--rf) * 6);
		bottom: -6%;
		left: 53%;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-13 {
		right: 17rem;
		left: unset;
	}
}

@media screen and (max-width: 399px) {
	.is-home .is-mv__people .is-mv__people-13 {
		left: unset;
		right: 14rem;
	}
}

.is-home .is-mv__people .is-mv__people-14 {
	top: 7%;
	right: 16%;
	width: 110px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-14 {
		right: calc(var(--edge-offset) * 0.89577);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-14 {
		width: calc(var(--rf) * 11);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-14 {
		right: 0;
		top: 4%;
	}
}

.is-home .is-mv__people .is-mv__people-15 {
	bottom: -13%;
	right: 16%;
	width: 200px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-15 {
		right: calc(var(--edge-offset) * 0.89577);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-15 {
		width: calc(var(--rf) * 20);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-15 {
		right: 0%;
		bottom: -20%;
	}
}

.is-home .is-mv__people .is-mv__people-16 {
	top: -13%;
	right: 2%;
	width: 200px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-16 {
		right: calc(var(--edge-offset) * 0.3831);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-16 {
		width: calc(var(--rf) * 20);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-16 {
		right: -22%;
		top: -8%;
	}
}

.is-home .is-mv__people .is-mv__people-17 {
	top: 20%;
	right: -3%;
	width: 180px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-17 {
		right: calc(var(--edge-offset) * 0.2);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-17 {
		width: calc(var(--rf) * 18);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-17 {
		right: -26%;
		top: 10%;
	}
}

.is-home .is-mv__people .is-mv__people-18 {
	top: 50%;
	right: -3%;
	width: 260px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-18 {
		right: calc(var(--edge-offset) * 0.2);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-18 {
		width: calc(var(--rf) * 24);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-18 {
		top: 30%;
		right: -30%;
	}
}

@media (max-width: 370px) {
	.is-home .is-mv__people .is-mv__people-18 {
		right: 50%;
		transform: scale(0.3) translateX(100rem);
	}
}

.is-home .is-mv__people .is-mv__people-19 {
	bottom: -8%;
	right: -3%;
	width: 150px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-19 {
		right: calc(var(--edge-offset) * 0.2);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-19 {
		width: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-19 {
		right: -23%;
	}
}

.is-home .is-mv__people .is-mv__people-20 {
	top: 5%;
	left: 21%;
	width: 80px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-20 {
		left: calc(var(--edge-offset) * 1.07887);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-20 {
		width: calc(var(--rf) * 8);
		left: 28%;
	}
}

@media screen and (max-width: 768px) {
	.is-home .is-mv__people .is-mv__people-20 {
		left: 7%;
		top: -8%;
	}
}

.is-home .is-mv__people .is-mv__people-21 {
	top: -10%;
	left: 5%;
	width: 45px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-21 {
		left: calc(var(--edge-offset) * 0.49296);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-21 {
		width: calc(var(--rf) * 4.5);
	}
}

.is-home .is-mv__people .is-mv__people-22 {
	top: -20%;
	right: 2%;
	width: 60px;
}

@media screen and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-22 {
		right: calc(var(--edge-offset) * 0.3831);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-home .is-mv__people .is-mv__people-22 {
		width: calc(var(--rf) * 6);
	}
}

.is-home__pickup {
	background-color: #e8f3fa;
	padding-top: 2rem;
	padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
	.is-home__pickup {
		padding-bottom: 2rem;
	}
}

.is-home__pickup h2 {
	text-align: center;
	color: #457395;
	font-size: 5.216rem;
	font-family: "RondeB";
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.is-home__pickup h2 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.is-home__pickup ul {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.is-home__pickup ul li {
	margin-bottom: 20px;
	margin-top: 20px;
}

.is-home__pickup ul li a {
	display: block;
	margin: 0 10px;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
}

.is-home__pickup ul .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
}

@media screen and (max-width: 768px) {
	.is-home__pickup ul .slick-arrow {
		width: 4rem;
	}
}

.is-home__pickup ul .slick-arrow::before {
	display: none;
}

.is-home__pickup ul .slick-arrow.next-arrow {
	left: calc(100% + 2rem);
	right: 0;
}

@media screen and (max-width: 1499px) {
	.is-home__pickup ul .slick-arrow.next-arrow {
		left: 95%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__pickup ul .slick-arrow.next-arrow {
		left: 85%;
	}
}

.is-home__pickup ul .slick-arrow.prev-arrow {
	left: inherit;
	right: calc(100% + 2rem);
}

@media screen and (max-width: 1499px) {
	.is-home__pickup ul .slick-arrow.prev-arrow {
		right: 95%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__pickup ul .slick-arrow.prev-arrow {
		right: 85%;
	}
}

.is-home__present {
	padding-top: 8rem;
	padding-bottom: 12rem;
	background-color: #c8e5f6;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-home__present {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.is-home__present:before {
	content: "";
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30vw;
	background: url("../../assets/img/top/img-present-bg1.png") no-repeat top
		left/contain;
}

.is-home__present:after {
	content: "";
	position: absolute;
	mix-blend-mode: multiply;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 30vw;
	background: url("../../assets/img/top/img-present-bg2.png") no-repeat bottom
		right/contain;
}

.is-home__present-box__wrap {
	z-index: 1;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.is-home__present-box__wrap:before {
	content: "";
	position: absolute;
	top: -5rem;
	left: -5rem;
	width: 100%;
	height: 160px;
	z-index: 4;
	background: url("../../assets/img/top/img-guide-tape1.png") no-repeat top
		left/contain;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.is-home__present-box__wrap:before {
		height: 18vw;
		top: -4vw;
		left: -4vw;
	}
}

.is-home__present-box__wrap:after {
	content: "";
	position: absolute;
	bottom: -5rem;
	right: -5rem;
	width: 100%;
	height: 160px;
	z-index: 4;
	background: url("../../assets/img/top/img-guide-tape1.png") no-repeat bottom
		right/contain;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.is-home__present-box__wrap:after {
		height: 18vw;
		bottom: -4vw;
		right: -4vw;
	}
}

.is-home__present-box {
	border: solid 5px #fff;
	position: relative;
	display: block;
	z-index: 3;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ed9cc7;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-home__present-box {
		padding: 1rem 1rem 3rem;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

.is-home__present-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vw;
	background: url("../../assets/img/top/img-present-card-bg1.png") no-repeat top
		left/contain;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.is-home__present-box:before {
		height: 30vw;
	}
}

.is-home__present-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 17vw;
	background: url("../../assets/img/top/img-present-card-bg2.png") no-repeat
		bottom right/contain;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.is-home__present-box:after {
		height: 30vw;
	}
}

.is-home__present-box h2.common-h2 {
	color: #e46bab;
	background-color: #fff;
}

.is-home__present-img {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.is-home__present-sub {
	color: #fff;
	font-size: 2.56rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.8rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.is-home__present-sub {
		font-size: 1.72222rem;
		letter-spacing: 0;
	}
}

.is-home__present ul {
	display: flex;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.is-home__present ul {
		margin: 0 1.5rem 0rem;
	}
}

.is-home__present ul li {
	font-family: "RondeB";
	color: #fff;
	font-size: 3.6rem;
	border-radius: 100px;
	letter-spacing: -1rem;
	margin-bottom: 2rem;
}

.is-home__present ul li:nth-child(even) {
	width: 18%;
	margin: 0 1rem;
}

@media screen and (max-width: 768px) {
	.is-home__present ul li:nth-child(even) {
		width: 35%;
	}
}

.is-home__present ul li:nth-child(odd) {
	flex: 1;
}

@media screen and (max-width: 768px) {
	.is-home__present ul li:nth-child(3),
	.is-home__present ul li:nth-child(4) {
		display: none;
	}
}

.is-home__present-btn > span {
	font-size: 2.88rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-bottom: 1rem;
	padding-right: 7rem;
	transition: all 0.2s;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.is-home__present-btn > span {
		font-size: 2.22222rem;
		letter-spacing: 0;
		padding-right: 3rem;
		margin-right: 2.5rem;
		padding-bottom: 0.5rem;
	}
}

@media screen and (max-width: 399px) {
	.is-home__present-btn > span {
		font-size: 1.38889rem;
	}
}

.is-home__present-btn > span:hover {
	opacity: 0.8;
}

.is-home__present-btn > span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-home__present-btn > span::before {
		height: 4px;
	}
}

.is-home__present-btn > span::after {
	content: "";
	position: absolute;
	bottom: 1.5rem;
	height: 8px;
	right: -0.2rem;
	transform: rotate(35deg);
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-home__present-btn > span::after {
		height: 4px;
		bottom: 0.6rem;
	}
}

.is-home__present-icon > div {
	position: absolute;
	max-width: 250px;
	z-index: 5;
	pointer-events: none;
}

.is-home__present-person-01 {
	top: 12%;
	left: 5%;
	width: 80px;
}

@media screen and (max-width: 1024px) {
	.is-home__present-person-01 {
		left: 4%;
		top: 16%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__present-person-01 {
		top: -10%;
		left: 0;
		transform: scale(0.5);
	}
}

@media screen and (max-width: 399px) {
	.is-home__present-person-01 {
		left: -10%;
	}
}

.is-home__present-person-02 {
	top: 6%;
	right: 0%;
	width: 100px;
}

@media screen and (max-width: 1024px) {
	.is-home__present-person-02 {
		right: 0rem;
		top: 4%;
	}
}

@media screen and (max-width: 768px) {
	.is-home__present-person-02 {
		top: -20%;
		right: -5%;
		transform: scale(0.4);
	}
}

@media screen and (max-width: 399px) {
	.is-home__present-person-02 {
		right: -20%;
	}
}

.is-home__useful {
	background-color: #ffe1c7;
	text-align: center;
	padding-top: 8rem;
	padding-bottom: 10rem;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-home__useful {
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
}

.is-home__useful:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28vw;
	mix-blend-mode: multiply;
	background: url("../../assets/img/top/img-useful-bg1.png") no-repeat top
		left/contain;
}

.is-home__useful:after {
	content: "";
	position: absolute;
	bottom: 0;
	mix-blend-mode: multiply;
	right: 0;
	width: 100%;
	height: 28vw;
	background: url("../../assets/img/top/img-useful-bg2.png") no-repeat bottom
		right/contain;
}

.is-home__useful h2.common-h2 {
	background-color: #fef6e1;
}

.is-home__useful h2.common-h2 span {
	color: #ff828b;
}

.is-home__useful-icon > div {
	position: absolute;
	max-width: 250px;
}

.is-home__useful-person-01 {
	top: -50%;
	right: 105%;
	width: 100px;
}

@media screen and (max-width: 768px) {
	.is-home__useful-person-01 {
		top: inherit;
		bottom: 85%;
		transform: scale(0.6);
		right: inherit;
		left: -5%;
		width: 70px;
	}
}

.is-home__useful-person-02 {
	top: -40%;
	left: 104%;
	width: 100px;
}

@media screen and (max-width: 768px) {
	.is-home__useful-person-02 {
		top: inherit;
		bottom: 93%;
		transform: scale(0.6);
		right: -8%;
		left: inherit;
		width: 80px;
	}
}

.is-home__useful-sub {
	color: #457395;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.is-home__useful-sub {
		font-size: 1.66667rem;
		margin-bottom: 1rem;
		display: inline-block;
	}
}

.is-home__useful .inner {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 1500px) {
	.is-home__useful ul {
		margin-left: -60px;
		margin-right: -60px;
	}
}

@media screen and (max-width: 768px) {
	.is-home__useful ul {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.is-home__useful ul li {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.is-home__useful ul li {
		margin-bottom: 1rem;
	}
}

.is-home__useful ul li a {
	display: block;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	position: relative;
	line-height: 1.7;
	font-style: normal;
	color: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	height: 100%;
	padding-bottom: 7rem;
	margin: 0 10px;
}

.is-home__useful ul li a p {
	padding: 1rem 1.5rem;
	font-size: 1.44rem;
	text-align: left;
}

.is-home__useful ul .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
}

.is-home__useful ul .slick-arrow::before {
	display: none;
}

.is-home__useful ul .slick-arrow.next-arrow {
	right: -2rem;
}

@media screen and (max-width: 1024px) {
	.is-home__useful ul .slick-arrow.next-arrow {
		right: 5rem;
	}
}

@media screen and (max-width: 768px) {
	.is-home__useful ul .slick-arrow.next-arrow {
		right: 1rem;
	}
}

.is-home__useful ul .slick-arrow.prev-arrow {
	left: -2rem;
}

@media screen and (max-width: 1024px) {
	.is-home__useful ul .slick-arrow.prev-arrow {
		left: 5rem;
	}
}

@media screen and (max-width: 768px) {
	.is-home__useful ul .slick-arrow.prev-arrow {
		left: 1rem;
	}
}

.is-home__useful-img {
	position: relative;
	padding-top: 55%;
}

.is-home__useful-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.is-home__useful-more {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

@media screen and (max-width: 768px) {
	.is-home__useful-more {
		left: 50%;
		bottom: 0;
		right: inherit;
		display: inline-block;
		transform: translateX(-50%);
	}
}

.is-home__useful-more span {
	display: block;
	position: relative;
	padding-right: 3rem;
}

@media screen and (max-width: 768px) {
	.is-home__useful-more span {
		word-break: keep-all;
	}
}

.is-home__useful-more span::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.2rem;
	height: 2px;
	background-color: #000;
	transform: translateY(-50%);
}

.is-home__useful-more span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 1.3rem;
	height: 2px;
	bottom: 1.5rem;
	background-color: #000;
	transform: rotate(30deg);
}

.is-special_message-body {
	padding: 6.25rem 0 6.875rem;
	background: url(../../assets/img/special_message/top-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

@media screen and (max-width: 768px) {
	.is-special_message-body {
		padding-top: 30px;
		background: url(../../assets/img/special_message/top-bg-sp.png);
		background-position: center center;
		background-size: cover;
	}
}

.is-special_message-body__inner {
	margin: 0 auto;
	max-width: 1340px;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.is-special_message-body__slider1 {
	width: 90%;
	max-width: 1340px;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider1 {
		width: auto;
		padding: 0;
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

.is-special_message-body__slider1-item img {
	transform: scale(0.9);
	transition: all 0.5s;
	border: 6px solid #51b5e6;
	box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}

.slick-center img {
	transform: scale(1);
}

.is-special_message-body__slider2 {
	text-align: center;
	background: #fff;
	margin-top: 13.4375rem;
	padding-bottom: 4rem;
	position: relative;
	border: 5px solid #aaa;
	border-top: none;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider2 {
		padding: 20px 20px 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		max-width: 500px;
	}
}

@media screen and (max-width: 768px) {
	.slick-dots {
		margin-top: 15px;
	}
}

.is-special_message-body__slider2-title p {
	font-family: "RondeB";
	font-size: 7.28rem;
	letter-spacing: -0.35em;
	color: #ff828b;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider2-title p {
		font-size: 37px;
	}
}

.is-special_message-body__slider2-items {
	margin: 0 auto;
	max-width: 1000px;
	margin-top: 4.0625rem;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider2-items {
		margin-top: 2rem;
	}
}

.is-special_message-body__slider2-row {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider2-row {
		margin-bottom: 7px;
	}
}

.is-special_message-body__slider2-item {
	margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-special_message-body__slider2-item {
		margin-right: 7px;
	}
}

.is-special_message-body__slider2-item:nth-of-type(2n) {
	margin-right: 0;
}

.is-special_message .slick-arrow:before {
	display: none;
}

.is-special_message .slide-arrow1 {
	width: 48px;
}

@media screen and (max-width: 768px) {
	.is-special_message .slide-arrow1 {
		width: 40px;
	}
}

.is-special_message .prev-arrow1 {
	left: -5%;
}

@media screen and (max-width: 768px) {
	.is-special_message .prev-arrow1 {
		left: 7px;
	}
}

.is-special_message .next-arrow1 {
	right: -5%;
}

@media screen and (max-width: 768px) {
	.is-special_message .next-arrow1 {
		right: 7px;
	}
}

.is-special_message .slide-arrow2 {
	width: 48px;
}

@media screen and (max-width: 768px) {
	.is-special_message .slide-arrow2 {
		width: 40px;
	}
}

.is-special_message .prev-arrow2 {
	left: 5%;
}

@media screen and (max-width: 768px) {
	.is-special_message .prev-arrow2 {
		left: -10%;
	}
}

.is-special_message .next-arrow2 {
	right: 5%;
}

@media screen and (max-width: 768px) {
	.is-special_message .next-arrow2 {
		right: -10%;
	}
}

.is-special_message .slick-dots li button:before {
	width: 14px;
	height: 14px;
	background-color: #f2dfe7;
}

@media screen and (max-width: 768px) {
	.is-special_message .slick-dots li button:before {
		width: 8px;
		height: 8px;
	}
}

.is-special_message .slick-dots li.slick-active button:before {
	background-color: #e46bab;
}

.wrapper {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.is-special_message .is-special_message-mv {
	position: relative;
	background-color: #f5bfd6;
	padding: 8rem 0 15.625rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv {
		padding-top: 35px;
		padding-bottom: 44px;
	}
}

.is-special_message .is-special_message-mv__wrap {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	--rf: 0.78vw;
	--title-wid: 860px;
	--edge-offset: calc((100% - var(--title-wid)) / 2);
}

@media (max-width: 1024px) {
	.is-special_message .is-special_message-mv__wrap {
		--rf: 7.98px;
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__wrap {
		max-width: 500px;
	}
}

.is-special_message .is-special_message-mv__inner {
	padding-left: 5rem;
	padding-right: 5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.is-special_message .is-special_message-mv__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.is-special_message .is-special_message-mv__content {
	text-align: center;
	max-width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 3.125rem 0 15rem;
	position: relative;
	z-index: 2;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message-mv__content {
		padding-top: calc(var(--rf) * 3.125);
		padding-bottom: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__content {
		padding-top: 20px;
		padding-bottom: 45px;
		min-width: unset;
	}
}

.is-special_message .is-special_message-mv__content::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../assets/img/special_message/mv.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.is-special_message .is-special_message-mv__subtitle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.is-special_message .is-special_message-mv__subtitle img {
	width: 9.375rem;
	height: auto;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message-mv__subtitle img {
		width: calc(var(--rf) * 9.375);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__subtitle img {
		width: 31px;
	}
}

.is-special_message .is-special_message-mv__subtitle p {
	color: #525252;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-left: 2.25rem;
	font-size: 3.04rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message-mv__subtitle p {
		font-size: calc(var(--rf) * 3.8);
		margin-left: calc(var(--rf) * 2.25);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__subtitle p {
		font-size: 1.51167rem;
		margin-left: 1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message-mv__subtitle p {
		font-size: 1.17833rem;
	}
}

.is-special_message .is-special_message-mv__title {
	display: inline-block;
	text-align: center;
	font-family: "RondeB";
	color: #fef6e1;
	background-color: #ff828b;
	border-radius: 10px;
	letter-spacing: -0.35em;
	padding-right: 2.5rem;
	margin-top: 1.3125rem;
	font-size: 8.56rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message-mv__title {
		font-size: calc(var(--rf) * 10.7);
		margin-top: calc(var(--rf) * 1.3125);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__title {
		font-size: 35px;
		margin-top: 7px;
		font-size: 3.97778rem;
		padding-right: 1.1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message-mv__title {
		font-size: 3.05556rem;
	}
}

.is-special_message .is-special_message-mv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #525252;
	line-height: 1.6875;
	margin-top: 3rem;
	font-size: 2.56rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message-mv__text {
		font-size: calc(var(--rf) * 3.2);
		margin-top: calc(var(--rf) * 3);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message-mv__text {
		font-size: 1.27278rem;
		margin-top: 14px;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message-mv__text {
		font-size: 1.01167rem;
	}
}

.is-special_message .is-special_message__person {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person {
		transform: scale(0.3);
	}
}

.is-special_message .is-special_message__person--01 {
	top: -5%;
	left: calc(50% - 100px);
	width: 50px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--01 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--01 {
		top: -15%;
		left: calc(50% - 50px);
	}
}

.is-special_message .is-special_message__person--02 {
	top: -1%;
	left: -8%;
	width: 15rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--02 {
		left: calc(var(--edge-offset) * 0.00875);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--02 {
		width: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--02 {
		transform-origin: top;
		display: none;
	}
}

.is-special_message .is-special_message__person--03 {
	top: 20.5%;
	left: 11.5%;
	width: 6.5rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--03 {
		left: calc(var(--edge-offset) * 0.82531);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--03 {
		width: calc(var(--rf) * 6.5);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--03 {
		left: calc(50% - 206px);
		top: 5rem;
		width: 7rem;
		transform-origin: 67% 0%;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message__person--03 {
		left: calc(50% - 173px);
		top: 5.1rem;
	}
}

.is-special_message .is-special_message__person--04 {
	top: 17%;
	right: 12.1%;
	width: 6.25rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--04 {
		right: calc(var(--edge-offset) * 0.85044);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--04 {
		width: calc(var(--rf) * 6.25);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--04 {
		right: calc(50% - 198px);
		top: 20%;
		width: 6.7rem;
		transform-origin: top;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message__person--04 {
		right: calc(50% - 164px);
	}
}

.is-special_message .is-special_message__person--05 {
	top: 40%;
	left: -0.5%;
	width: 7rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--05 {
		left: calc(var(--edge-offset) * 0.32281);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--05 {
		width: calc(var(--rf) * 7);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--05 {
		transform-origin: 100% 0%;
		display: none;
	}
}

.is-special_message .is-special_message__person--06 {
	top: 40%;
	right: -2%;
	width: 7.5rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--06 {
		right: calc(var(--edge-offset) * 0.26);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--06 {
		width: calc(var(--rf) * 7.5);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--06 {
		display: none;
	}
}

.is-special_message .is-special_message__person--07 {
	bottom: -15%;
	left: -10%;
	width: 420px;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--07 {
		left: calc(var(--edge-offset) * -0.075);
	}
}

@media (max-width: 1400px) and (min-height: 769px) {
	.is-special_message .is-special_message__person--07 {
		bottom: -15%;
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--07 {
		width: calc(var(--rf) * 42);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--07 {
		bottom: calc(50% - 247px);
		left: calc(50% - 380px);
		width: 480px;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message__person--07 {
		left: calc(50% - 370px);
		bottom: calc(50% - 237px);
	}
}

.is-special_message .is-special_message__person--08 {
	bottom: -14%;
	left: 34.1%;
	width: 10.75rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--08 {
		width: calc(var(--rf) * 10.75);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--08 {
		bottom: -14%;
		left: calc(50% - 92px);
		width: 12.75rem;
		transform-origin: bottom;
	}
}

.is-special_message .is-special_message__person--09 {
	bottom: -15%;
	right: 31.3%;
	width: 5.25rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--09 {
		width: calc(var(--rf) * 5.25);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--09 {
		right: calc(50% - 80px);
		bottom: -15%;
		width: 6.25rem;
		transform-origin: bottom;
	}
}

.is-special_message .is-special_message__person--10 {
	bottom: -13%;
	right: -9%;
	width: 27rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--10 {
		right: calc(var(--edge-offset) * -0.03313);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--10 {
		width: calc(var(--rf) * 27);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--10 {
		bottom: -21%;
		right: calc(50% - 300px);
		width: 31rem;
		transform-origin: 50% 88%;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message .is-special_message__person--10 {
		right: calc(50% - 270px);
		bottom: -28%;
	}
}

.is-special_message .is-special_message__person--11 {
	top: 10%;
	right: -6%;
	width: 14.5rem;
}

@media screen and (min-width: 769px) {
	.is-special_message .is-special_message__person--11 {
		right: calc(var(--edge-offset) * 0.0925);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-special_message .is-special_message__person--11 {
		width: calc(var(--rf) * 14.5);
	}
}

@media screen and (max-width: 768px) {
	.is-special_message .is-special_message__person--11 {
		display: none;
	}
}

.is-special_message .is-special_message-mv__flag {
	z-index: 2;
	position: absolute;
	width: 45vw;
	top: 0;
}

.is-special_message .is-special_message-mv__flag--01 {
	left: 0;
}

.is-special_message .is-special_message-mv__flag--02 {
	right: 0;
}

.is-special_message h2.common-h2 {
	text-align: left;
	background-color: #fef6e1;
	color: #ff828b;
	margin-top: -7rem;
}

@media screen and (max-width: 768px) {
	.is-special_message h2.common-h2 {
		font-size: 3.61111rem;
	}
}

@media screen and (max-width: 399px) {
	.is-special_message h2.common-h2 {
		font-size: 2.77778rem;
	}
}

.is-present_coupon-body {
	background: url(../../assets/img/present_coupon/body-bg.png) top center/cover
		no-repeat;
	padding-top: 120px;
	padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-body {
		padding-top: 50px;
		padding-bottom: 60px;
		background: url(../../assets/img/present_coupon/body-bg-sp.png) top
			center/cover no-repeat;
	}
}

.is-present_coupon-body__campaign {
	margin-bottom: 11.875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-body__campaign {
		margin-bottom: 55px;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
}

.is-present_coupon-body__present {
	margin-bottom: 11.875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-body__present {
		margin-bottom: 55px;
	}
}

.is-present_coupon-campaign {
	background: #fff;
	border: 5px solid #aaa;
	border-top: none;
	padding: 0 4.6875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign {
		padding: 0 15px;
	}
}

.is-present_coupon-campaign__inner {
	transform: translateY(-5%);
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__inner {
		transform: translateY(-1%);
	}
}

.is-present_coupon-campaign__title {
	text-align: center;
}

.is-normal_lt {
	letter-spacing: normal;
	margin-left: 0.13em;
}

.is-present_coupon-campaign__text {
	text-align: center;
	font-weight: 500;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	margin-bottom: 5.625rem;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__text {
		font-size: 1.66667rem;
		margin-bottom: 12px;
	}
}

.is-present_coupon-campaign__text::before {
	position: absolute;
	content: "";
	width: 140px;
	height: 115px;
	background: url(../../assets/img/present_coupon/campaign01.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translate(-50%, -50%);
	left: calc(50% - 480px);
}

.is-present_coupon-campaign__text::after {
	position: absolute;
	content: "";
	width: 90px;
	height: 113px;
	background: url(../../assets/img/present_coupon/campaign02.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: calc(50% - 480px);
}

.is-present_coupon-campign__text::after {
	position: absolute;
	content: "";
}

.is-present_coupon-campaign__subtitle {
	position: relative;
	font-weight: bold;
	padding: 3.75rem 0 3.75rem 4rem;
	border-top: 1px solid #aaa;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__subtitle {
		padding: 14px 0;
		padding-left: 2.5rem;
		font-size: 1.66667rem;
	}
}

.is-present_coupon-campaign__subtitle--entry {
	border-bottom: 1px solid #aaa;
	margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__subtitle--entry {
		margin-bottom: 19px;
	}
}

.is-present_coupon-campaign__subtitle::before {
	position: absolute;
	content: "";
	width: 3rem;
	height: 5rem;
	background: url("../../assets/img/present_coupon/coupon-check.png");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__subtitle::before {
		width: 18px;
		top: 2.5rem;
		height: 23px;
	}
}

.is-present_coupon-campaign__subtitle span {
	color: #e46bab;
	display: inline-block;
	margin-right: 1rem;
}

.is-present_coupon-campaign__method {
	display: flex;
	margin: 0rem 0 4rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__method {
		display: block;
		margin: 0 auto;
		max-width: 420px;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__method-1,
	.is-present_coupon-campaign__method-2,
	.is-present_coupon-campaign__method-3 {
		margin-bottom: 18px;
	}
}

.is-present_coupon-campaign__copy {
	text-align: center;
	margin-bottom: 0.5rem;
	padding: 1rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__copy {
		margin-bottom: 0;
		padding: 1rem 0;
	}
}

.is-present_coupon-campaign__copy #copy {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #525252;
	font-weight: bold;
	padding: 1.5rem 2.5rem;
	border-radius: 5px;
	letter-spacing: 0.2rem;
	padding-right: 6rem;
	position: relative;
	font-size: 1.92rem;
}

.is-present_coupon-campaign__copy #copy::before {
	content: "";
	position: absolute;
	right: 2rem;
	width: 3rem;
	top: 50%;
	transform: translateY(-50%);
	height: 3rem;
	background: url("../../assets/img/present_coupon/img-present-arrow1.png")
		no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__copy #copy {
		padding: 1rem;
		padding-right: 5rem;
		border-radius: 5px;
		text-align-last: left;
		width: 100%;
		letter-spacing: 0;
		font-size: 1.66667rem;
	}
	.is-present_coupon-campaign__copy #copy::before {
		right: 1rem;
	}
}

.is-present_coupon-campaign__copy-small {
	text-align: center;
	margin-bottom: 3rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.44rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__copy-small {
		font-size: 1.44444rem;
	}
}

.is-present_coupon-campaign__subtitle--announce {
	border-bottom: 1px solid #aaa;
	margin-bottom: 2.75rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__subtitle--announce {
		letter-spacing: -0.03em;
	}
}

.is-present_coupon-campaign__banners {
	display: flex;
	padding: 0 7.5rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__banners {
		display: block;
		padding: 0;
		margin: 0 auto;
		max-width: 420px;
	}
}

.is-present_coupon-campaign__banner {
	width: calc(50% - 3.125rem);
	margin-right: 3.125rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-campaign__banner {
		width: 100%;
		margin-bottom: 18px;
	}
}

.is-present_coupon-campaign__banner:last-child {
	margin-right: 0;
}

.is-present_coupon .card {
	margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon .card {
		margin-bottom: 0rem;
	}
}

.is-present_coupon .card__title {
	margin-top: 1rem;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: medium;
	text-align-last: left;
	font-size: 1.44rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon .card__title {
		margin-top: 12px;
		font-size: 1.33333rem;
		text-align: left;
	}
}

.is-present_coupon .card__btn {
	margin-top: 1.5rem;
}

.is-present_coupon .card__btn a {
	width: 100%;
	background: #ed9cc7;
	color: #fff;
	border-radius: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
	font-weight: 600;
	display: block;
	font-size: 1.92rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon .card__btn a {
		line-height: 30px;
		border-radius: 5px;
		padding: 0.5rem;
		font-size: 1.22222rem;
	}
}

.is-present_coupon-coupon {
	background: #fff;
	text-align: center;
	border: 5px solid #aaa;
	border-top: none;
	padding: 0 4.6875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon {
		padding: 0 7px;
		padding-top: 50px;
	}
}

.is-present_coupon-coupon__inner {
	transform: translateY(-3%);
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon__inner {
		transform: translateY(-4%);
	}
}

.is-present_coupon-coupon__title {
	margin: 0 auto;
}

.is-present_coupon-coupon__cards {
	display: flex;
	flex-wrap: wrap;
}

.is-present_coupon-coupon__card {
	width: calc(33.33333333% - 4.0625rem * 2 / 3);
	margin-right: 4.0625rem;
	margin-top: 2.6875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon__card {
		width: calc(50% - 16px * 1 / 2);
		margin-top: 2rem;
		margin-right: 16px;
		margin-bottom: 27px;
	}
}

.is-present_coupon-coupon__card:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon__card:nth-of-type(3n) {
		margin-right: 16px;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon__card:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon-coupon__card:last-child {
		margin-bottom: 0;
	}
}

.wrapper {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.is-present_coupon .is-present_coupon-mv {
	position: relative;
	background-color: #f5bfd6;
	padding: 11rem 0 15.625rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv {
		padding-top: 35px;
		padding-bottom: 44px;
	}
}

.is-present_coupon .is-present_coupon-mv__wrap {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	--rf: 0.78vw;
	--title-wid: 885px;
	--edge-offset: calc((100% - var(--title-wid)) / 2);
}

@media (max-width: 1024px) {
	.is-present_coupon .is-present_coupon-mv__wrap {
		--rf: 7.98px;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__wrap {
		max-width: 500px;
	}
}

@media screen and (max-width: 1024px) {
	.is-present_coupon .is-present_coupon-mv__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.is-present_coupon .is-present_coupon-mv__content {
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5.125rem 0 11rem;
	position: relative;
	z-index: 2;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon-mv__content {
		padding-top: calc(var(--rf) * 5.125);
		padding-bottom: calc(var(--rf) * 11);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__content {
		padding-top: 19px;
		padding-bottom: 33px;
		min-width: unset;
	}
}

.is-present_coupon .is-present_coupon-mv__content::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../assets/img/present_coupon/mv.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.is-present_coupon .is-present_coupon-mv__subtitle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.is-present_coupon .is-present_coupon-mv__subtitle img {
	width: 9.375rem;
	height: auto;
}

.is-present_coupon .is-present_coupon-mv__subtitle p {
	color: #525252;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-left: 2.25rem;
	font-size: 3.04rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon-mv__subtitle p {
		font-size: calc(var(--rf) * 3.8);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__subtitle p {
		font-size: 1.51167rem;
		margin-left: 1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon-mv__subtitle p {
		font-size: 1.17833rem;
	}
}

.is-present_coupon .is-present_coupon-mv__title {
	display: inline-block;
	text-align: center;
	font-family: "RondeB";
	color: #fef6e1;
	background-color: #ff828b;
	border-radius: 10px;
	letter-spacing: -0.35em;
	padding-right: 5rem;
	margin-top: 1.3125rem;
	font-size: 8.56rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon-mv__title {
		padding-right: calc(var(--rf) * 5);
		margin-top: calc(var(--rf) * 1.3125);
		font-size: calc(var(--rf) * 10.7);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__title {
		font-size: 3.97778rem;
		margin-top: 5px;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon-mv__title {
		font-size: 3.05556rem;
	}
}

.is-present_coupon .is-present_coupon-mv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 2.56rem;
	color: #525252;
	line-height: 1.6875;
	margin-top: 3rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon-mv__text {
		font-size: calc(var(--rf) * 3.2);
		margin-top: calc(var(--rf) * 3);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon-mv__text {
		font-size: 1.27278rem;
		margin-top: 12px;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon-mv__text {
		font-size: 1.01167rem;
	}
}

.is-present_coupon .is-present_coupon__person {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person {
		transform: scale(0.3);
	}
}

.is-present_coupon .is-present_coupon__person--01 {
	top: -7.3%;
	left: calc(50% - 100px);
	width: 50px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--01 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--01 {
		top: -21%;
		left: calc(50% - 54px);
		width: 57px;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon__person--01 {
		top: -30%;
	}
}

.is-present_coupon .is-present_coupon__person--02 {
	top: -1%;
	left: -8%;
	width: 15rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--02 {
		left: calc(var(--edge-offset) * 0.00911);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--02 {
		width: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--02 {
		transform-origin: top;
		display: none;
	}
}

.is-present_coupon .is-present_coupon__person--03 {
	top: 25%;
	left: 11%;
	width: 6.5rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--03 {
		left: calc(var(--edge-offset) * 0.83707);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--03 {
		width: calc(var(--rf) * 6.5);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--03 {
		left: calc(50% - 215px);
		top: 5.8rem;
		width: 7rem;
		transform-origin: 67% 0%;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon__person--03 {
		left: calc(50% - 178px);
		top: 5rem;
	}
}

.is-present_coupon .is-present_coupon__person--04 {
	top: 17%;
	right: 12.1%;
	width: 6.25rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--04 {
		right: calc(var(--edge-offset) * 0.88501);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--04 {
		width: calc(var(--rf) * 6.25);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--04 {
		right: calc(50% - 204px);
		top: 18%;
		width: 7.7rem;
		transform-origin: top;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon__person--04 {
		right: calc(50% - 170px);
	}
}

.is-present_coupon .is-present_coupon__person--05 {
	top: 40%;
	left: -3.5%;
	width: 7rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--05 {
		left: calc(var(--edge-offset) * 0.2052);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--05 {
		width: calc(var(--rf) * 7);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--05 {
		transform-origin: 100% 0%;
		display: none;
	}
}

.is-present_coupon .is-present_coupon__person--06 {
	top: 40%;
	right: -2%;
	width: 7.5rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--06 {
		right: calc(var(--edge-offset) * 0.27057);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--06 {
		width: calc(var(--rf) * 7.5);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--06 {
		display: none;
	}
}

.is-present_coupon .is-present_coupon__person--07 {
	bottom: -11%;
	left: -11%;
	width: 330px;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--07 {
		left: calc(var(--edge-offset) * -0.12163);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--07 {
		width: calc(var(--rf) * 33);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--07 {
		bottom: calc(50% - 231px);
		left: calc(50% - 349px);
		width: 400px;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon__person--07 {
		left: calc(50% - 349px);
		bottom: calc(50% - 201px);
	}
}

.is-present_coupon .is-present_coupon__person--08 {
	bottom: -14%;
	left: 32.1%;
	width: 10.75rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--08 {
		width: calc(var(--rf) * 10.75);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--08 {
		bottom: -19%;
		left: calc(50% - 110px);
		width: 13.75rem;
		transform-origin: bottom;
	}
}

.is-present_coupon .is-present_coupon__person--09 {
	bottom: -15%;
	right: 31.3%;
	width: 5.25rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--09 {
		width: calc(var(--rf) * 5.25);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--09 {
		right: calc(50% - 74px);
		bottom: -19.5%;
		transform-origin: bottom;
		width: 6.15rem;
	}
}

.is-present_coupon .is-present_coupon__person--10 {
	bottom: -18%;
	right: -10%;
	width: 34.5rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--10 {
		right: calc(var(--edge-offset) * -0.07805);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--10 {
		width: calc(var(--rf) * 34.5);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--10 {
		bottom: -32%;
		right: calc(50% - 350px);
		width: 41rem;
		transform-origin: 50% 88%;
	}
}

@media screen and (max-width: 399px) {
	.is-present_coupon .is-present_coupon__person--10 {
		right: calc(50% - 330px);
		bottom: -35%;
	}
}

.is-present_coupon .is-present_coupon__person--11 {
	top: 10%;
	right: -6%;
	width: 14.5rem;
}

@media screen and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--11 {
		right: calc(var(--edge-offset) * 0.09626);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-present_coupon .is-present_coupon__person--11 {
		width: calc(var(--rf) * 14.5);
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon .is-present_coupon__person--11 {
		display: none;
	}
}

.is-present_coupon .is-present_coupon-mv__flag {
	z-index: 2;
	position: absolute;
	width: 45vw;
	top: 0;
}

.is-present_coupon .is-present_coupon-mv__flag--01 {
	left: 0;
}

.is-present_coupon .is-present_coupon-mv__flag--02 {
	right: 0;
}

.is-present_coupon-present {
	background: #fff;
	text-align: center;
	border: 5px solid #aaa;
	border-top: none;
	padding: 0 4.6875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present {
		padding: 0 7px;
		padding-top: 50px;
	}
}

.is-present_coupon-present__inner {
	transform: translateY(-3%);
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present__inner {
		transform: translateY(-5%);
	}
}

.is-present_coupon-present__title {
	margin: 0 auto;
}

.is-present_coupon-present__cards {
	display: flex;
	flex-wrap: wrap;
}

.is-present_coupon-present__card {
	width: calc(33.33333333% - 4.0625rem * 2 / 3);
	margin-right: 4.0625rem;
	margin-bottom: 2.6875rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present__card {
		width: calc(50% - 16px * 1 / 2);
		margin-right: 16px;
		margin-bottom: 27px;
	}
}

.is-present_coupon-present__card:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present__card:nth-of-type(3n) {
		margin-right: 16px;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present__card:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.is-present_coupon-present__card:last-child {
		margin-bottom: 0;
	}
}

.is-present_coupon h2.common-h2 {
	color: #ff818b;
	background-color: #fef6e1;
	text-align: left;
	margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon h2.common-h2 {
		text-align: left;
		min-width: 90%;
		text-align: center;
		margin-bottom: 22px;
	}
}

.is-present_coupon h2.common-h2 > span {
	display: inline-block;
}

.is-present_coupon h2.common-h2 > span .letter-kana {
	letter-spacing: -2.6rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon h2.common-h2 > span .letter-kana {
		letter-spacing: -0.4em;
	}
}

.is-present_coupon h2.common-h2 > span .letter-kanji {
	letter-spacing: -2.2rem;
}

@media screen and (max-width: 768px) {
	.is-present_coupon h2.common-h2 > span .letter-kanji {
		letter-spacing: -1rem;
	}
}

.is-gakumado {
	margin-top: 14rem;
}

@media screen and (max-width: 768px) {
	.is-gakumado {
		margin-top: 6rem;
	}
}

.is-gakumado .is-gakumado__inner {
	padding: 0 2rem;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__inner {
		padding: 0 1.5rem;
	}
}

.is-gakumado .is-gakumado__header {
	text-align: center;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__header {
		padding: 0 1.5rem;
	}
}

.is-gakumado .is-gakumado__header .is-gakumado__sub-title {
	color: #51b5e6;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 2.8rem;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__header .is-gakumado__sub-title {
		font-size: 2.22222rem;
		margin-bottom: 1rem;
	}
}

.is-gakumado .is-gakumado__header .is-gakumado__header-text {
	font-size: 3.04rem;
	font-weight: bold;
	color: #525252;
	line-height: 1.3636363em;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__header .is-gakumado__header-text {
		font-size: 2.44444rem;
	}
}

@media screen and (max-width: 399px) {
	.is-gakumado .is-gakumado__header .is-gakumado__header-text {
		font-size: 2.11111rem;
	}
}

.is-gakumado .is-gakumado__header h2.common-h2 {
	font-size: 8rem;
	font-family: "RondeB";
	line-height: 1;
	color: #ff828b;
	background-color: #fef6e1;
	border-radius: 5px;
	display: inline-block;
	padding: 0.5rem 3rem;
	margin-bottom: 4.2rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__header h2.common-h2 {
		font-size: 4.38889rem;
		border-radius: 5px;
		padding: 0.5rem 1rem;
		text-align: left;
		margin-bottom: 1.2rem;
	}
}

@media screen and (max-width: 399px) {
	.is-gakumado .is-gakumado__header h2.common-h2 {
		font-size: 3.88889rem;
	}
}

.is-gakumado .is-gakumado__header h2.common-h2 > span {
	display: inline-block;
}

.is-gakumado .is-gakumado__header h2.common-h2 > span .letter-kanji {
	letter-spacing: -1.6rem;
	padding-left: 1rem;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__header h2.common-h2 > span .letter-kanji {
		letter-spacing: -1rem;
	}
}

@media (max-width: 374px) {
	.is-gakumado .is-gakumado__header h2.common-h2 > span .letter-kanji {
		letter-spacing: -0.7rem;
	}
}

.is-gakumado .is-gakumado__slider-box {
	max-width: 137.7rem;
	width: 100%;
	margin: 0 auto;
	margin-top: -15rem;
	height: auto;
	padding: 17.8rem 0 8rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-gakumado__slider-box {
		max-width: 60rem;
		margin-top: -10.5rem;
		padding-top: 12.4rem;
		padding-bottom: 4rem;
	}
}

.is-gakumado .is-gakumado__slider-box::after {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -2;
}

.is-gakumado .is-gakumado__slider-box::before {
	background-color: #aaa;
	border-radius: 5px;
	width: calc(100% + 18px);
	height: 100%;
	content: "";
	position: absolute;
	top: 9px;
	left: -9px;
	z-index: -99;
}

.is-gakumado .slick-list .draggable {
	height: auto;
}

.is-gakumado .slider {
	margin: 0 auto;
	width: 100%;
}

.is-gakumado .slider-img {
	margin: 10px 20px;
}

@media screen and (max-width: 768px) {
	.is-gakumado .slider-img {
		margin: 5px 10px;
	}
}

.is-gakumado .slider-img img {
	height: auto;
	width: 100%;
}

.is-gakumado .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
}

@media screen and (max-width: 768px) {
	.is-gakumado .slick-arrow {
		width: 4rem;
	}
}

.is-gakumado .slick-arrow::before {
	display: none;
}

.is-gakumado .slick-arrow.next-arrow {
	right: 13rem;
}

@media screen and (max-width: 1024px) {
	.is-gakumado .slick-arrow.next-arrow {
		right: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.is-gakumado .slick-arrow.next-arrow {
		right: -2rem;
	}
}

.is-gakumado .slick-arrow.prev-arrow {
	left: 13rem;
}

@media screen and (max-width: 1024px) {
	.is-gakumado .slick-arrow.prev-arrow {
		left: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.is-gakumado .slick-arrow.prev-arrow {
		left: -2rem;
	}
}

.is-gakumado .is-item {
	width: 100%;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.6);
	background-color: #e2f0f9;
	padding: 1rem;
	border-radius: 10px;
}

.is-gakumado .is-item a {
	transition: all 0.15s;
	display: block;
}

.is-gakumado .is-item .is-item__inner {
	border: 2px solid #51b5e6;
	padding: 5.4rem 2.65rem;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item .is-item__inner {
		padding: 2.3rem 1.5rem;
	}
}

.is-gakumado .is-item .is-item__content {
	display: flex;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item .is-item__content {
		flex-direction: column;
	}
}

.is-gakumado .is-item .is-item__img {
	width: 50.994%;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item .is-item__img {
		width: 100%;
	}
}

.is-gakumado .is-item .is-item__img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 56.25%;
}

.is-gakumado .is-item .is-item__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
}

.is-gakumado .is-item .is-item__text-wrap {
	margin-left: 4.6rem;
	width: 42.58%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item .is-item__text-wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 2.1rem;
	}
}

.is-gakumado .is-item .is-item__text {
	font-size: 2.24rem;
	color: #51b5e6;
	font-weight: bold;
	letter-spacing: 0.01em;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item .is-item__text {
		font-size: 1.88889rem;
	}
}

@media screen and (max-width: 399px) {
	.is-gakumado .is-item .is-item__text {
		font-size: 1.11111rem;
	}
}

.is-gakumado .is-item__check {
	text-align: center;
	margin-top: auto;
	padding-bottom: 5px;
	transition: all 0.3s;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item__check {
		margin-top: 30px;
	}
}

.is-gakumado .is-item__check span {
	display: inline-block;
	color: #457395;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.56rem;
	letter-spacing: 0.04em;
	line-height: 1em;
	position: relative;
	padding-right: 2rem;
	transition: all 0.3s;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item__check span {
		font-size: 2.77778rem;
	}
}

@media screen and (max-width: 399px) {
	.is-gakumado .is-item__check span {
		font-size: 1.66667rem;
	}
}

.is-gakumado .is-item__check span::before {
	content: "";
	width: 120%;
	height: 6px;
	background-color: #457395;
	position: absolute;
	left: 50%;
	bottom: -14px;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item__check span::before {
		height: 4px;
		bottom: -10px;
		width: 110%;
	}
}

.is-gakumado .is-item__check span::after {
	content: "";
	position: absolute;
	bottom: -16px;
	width: 6px;
	height: 30px;
	right: -6px;
	transform: rotate(-45deg);
	background-color: #457395;
}

@media screen and (max-width: 768px) {
	.is-gakumado .is-item__check span::after {
		width: 4px;
		height: 24px;
		bottom: -12px;
		right: 0px;
		transform: rotate(-50deg);
	}
}

.is-gakumado .is-item a:hover {
	opacity: 0.6;
}

.is-gakumado .is-item a:hover .is-item__img img {
	transform: scale(1.2);
}

.is-gakumado .is-item a:hover .is-item__check {
	transform: translateX(15px);
}

.wrapper {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.is-howto_guide .is-howto_guide-mv {
	position: relative;
	background-color: #51b5e6;
	padding: 8rem 0 15.625rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv {
		padding-top: 35px;
		padding-bottom: 44px;
	}
}

.is-howto_guide .is-howto_guide-mv__wrap {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	--rf: 0.78vw;
	--title-wid: 859px;
	--edge-offset: calc((100% - var(--title-wid)) / 2);
}

@media (max-width: 1024px) {
	.is-howto_guide .is-howto_guide-mv__wrap {
		--rf: 7.98px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__wrap {
		max-width: 500px;
	}
}

.is-howto_guide .is-howto_guide-mv__inner {
	padding-left: 5rem;
	padding-right: 5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.is-howto_guide .is-howto_guide-mv__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.is-howto_guide .is-howto_guide-mv__content {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 7rem 0 15rem;
	position: relative;
	z-index: 2;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__content {
		padding: calc(var(--rf) * 7) 0 calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__content {
		padding-top: 20px;
		padding-bottom: 45px;
		min-width: unset;
	}
}

.is-howto_guide .is-howto_guide-mv__content::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../assets/img/howto_guide/mv.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.is-howto_guide .is-howto_guide-mv__subtitle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.is-howto_guide .is-howto_guide-mv__subtitle img {
	width: 9.375rem;
	height: auto;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__subtitle img {
		width: calc(var(--rf) * 9.375);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__subtitle img {
		width: 31px;
	}
}

.is-howto_guide .is-howto_guide-mv__subtitle p {
	color: #525252;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-left: 2.25rem;
	font-size: 3.04rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__subtitle p {
		font-size: calc(var(--rf) * 3.8);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__subtitle p {
		font-size: 1.51167rem;
		margin-left: 1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide-mv__subtitle p {
		font-size: 1.17833rem;
	}
}

.is-howto_guide .is-howto_guide-mv__title {
	display: inline-block;
	text-align: center;
	font-family: "RondeB";
	color: #51b5e6;
	background-color: #ffe1c7;
	border-radius: 10px;
	padding-right: 2.5rem;
	margin-top: 1.3125rem;
	font-size: 8.56rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__title {
		font-size: calc(var(--rf) * 10.7);
		padding-right: calc(var(--rf) * 2.5);
		margin-top: calc(var(--rf) * 1.3125);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__title {
		font-size: 35px;
		margin-top: 7px;
		font-size: 3.97778rem;
		padding-right: 1.1rem;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide-mv__title {
		font-size: 3.05556rem;
	}
}

.is-howto_guide .is-howto_guide-mv__title span {
	letter-spacing: -0.35em;
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__title span {
		letter-spacing: -0.37em;
	}
}

.is-howto_guide .is-howto_guide-mv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #525252;
	line-height: 1.6875;
	margin-top: 3rem;
	font-size: 2.56rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__text {
		font-size: calc(var(--rf) * 3.2);
		margin-top: calc(var(--rf) * 3);
	}
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide-mv__text {
		letter-spacing: 0.09em;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide-mv__text {
		font-size: 1.27278rem;
		margin-top: 14px;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide-mv__text {
		font-size: 1.01167rem;
	}
}

.is-howto_guide .is-howto_guide__person {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person {
		transform: scale(0.3);
	}
}

.is-howto_guide .is-howto_guide__person--01 {
	top: -5%;
	left: calc(50% - 100px);
	width: 50px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--01 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--01 {
		top: -21%;
		left: calc(50% - 50px);
	}
}

.is-howto_guide .is-howto_guide__person--02 {
	top: -1%;
	left: -8%;
	width: 15rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--02 {
		left: calc(var(--edge-offset) * 0.00874);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--02 {
		width: calc(var(--rf) * 15);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--02 {
		transform-origin: top;
		display: none;
	}
}

.is-howto_guide .is-howto_guide__person--03 {
	top: 21%;
	left: 12.5%;
	width: 6.5rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--03 {
		left: calc(var(--edge-offset) * 0.86583);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--03 {
		width: calc(var(--rf) * 6.5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--03 {
		left: calc(50% - 200px);
		top: 4.5rem;
		width: 7rem;
		transform-origin: 67% 0%;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide__person--03 {
		left: calc(50% - 168px);
		top: 4.1rem;
	}
}

.is-howto_guide .is-howto_guide__person--04 {
	top: 17%;
	right: 12.1%;
	width: 6.25rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--04 {
		right: calc(var(--edge-offset) * 0.84911);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--04 {
		width: calc(var(--rf) * 6.25);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--04 {
		right: calc(50% - 200px);
		top: 15%;
		width: 6.7rem;
		transform-origin: top;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide__person--04 {
		right: calc(50% - 154px);
	}
}

.is-howto_guide .is-howto_guide__person--05 {
	top: 40%;
	left: -3.5%;
	width: 7rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--05 {
		left: calc(var(--edge-offset) * 0.19688);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--05 {
		width: calc(var(--rf) * 7);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--05 {
		transform-origin: 100% 0%;
		display: none;
	}
}

.is-howto_guide .is-howto_guide__person--06 {
	top: 40%;
	right: -2%;
	width: 7.5rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--06 {
		right: calc(var(--edge-offset) * 0.25959);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--06 {
		width: calc(var(--rf) * 7.5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--06 {
		display: none;
	}
}

.is-howto_guide .is-howto_guide__person--07 {
	bottom: -9%;
	left: -8%;
	width: 295px;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--07 {
		left: calc(var(--edge-offset) * 0.00874);
	}
}

@media (max-width: 1400px) and (min-height: 769px) {
	.is-howto_guide .is-howto_guide__person--07 {
		bottom: -15%;
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--07 {
		width: calc(var(--rf) * 29.5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--07 {
		bottom: calc(50% - 285px);
		left: calc(50% - 320px);
		width: 320px;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide__person--07 {
		left: calc(50% - 300px);
	}
}

.is-howto_guide .is-howto_guide__person--08 {
	bottom: -14%;
	left: 32.1%;
	width: 10.75rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--08 {
		width: calc(var(--rf) * 10.75);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--08 {
		bottom: -17%;
		left: calc(50% - 120px);
		width: 13.75rem;
		transform-origin: bottom;
	}
}

.is-howto_guide .is-howto_guide__person--09 {
	bottom: -15%;
	right: 31.3%;
	width: 5.25rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--09 {
		width: calc(var(--rf) * 5.25);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--09 {
		right: calc(50% - 80px);
		bottom: -13%;
		transform-origin: bottom;
	}
}

.is-howto_guide .is-howto_guide__person--10 {
	bottom: -7%;
	right: -8%;
	width: 21.5rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--10 {
		right: calc(var(--edge-offset) * 0.00874);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--10 {
		width: calc(var(--rf) * 21.5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--10 {
		bottom: -26%;
		right: calc(50% - 290px);
		width: 26rem;
		transform-origin: 50% 88%;
	}
}

@media screen and (max-width: 399px) {
	.is-howto_guide .is-howto_guide__person--10 {
		right: calc(50% - 270px);
	}
}

.is-howto_guide .is-howto_guide__person--11 {
	top: 10%;
	right: -6%;
	width: 14.5rem;
}

@media screen and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--11 {
		right: calc(var(--edge-offset) * 0.09236);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-howto_guide .is-howto_guide__person--11 {
		width: calc(var(--rf) * 14.5);
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide .is-howto_guide__person--11 {
		display: none;
	}
}

.is-howto_guide .is-howto_guide-mv__flag {
	z-index: 2;
	position: absolute;
	width: 45vw;
	top: 0;
}

.is-howto_guide .is-howto_guide-mv__flag--01 {
	left: 0;
}

.is-howto_guide .is-howto_guide-mv__flag--02 {
	right: 0;
}

.is-howto_guide__mv {
	height: 756px;
	width: 100%;
	padding: 1px;
	background-color: blue;
}

.is-howto_guide__container {
	padding: 11.2rem 2rem 18.2rem;
	width: 100%;
	background-color: #e2f0f9;
	position: relative;
	overflow: hidden;
	background-image: url("../img/howto_guide/img-bg-pc.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container {
		background-image: url("../img/howto_guide/img-bg-sp.png");
		background-position: 0 -25px;
		padding: 4rem 1rem 9rem;
	}
}

.is-howto_guide__container .is-howto_guide__top-contents .inner {
	padding: 0 0.7rem 0.7rem;
	background-color: #aaa;
	border-radius: 3px;
	max-width: 1370px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__top-contents .inner {
		max-width: 60rem;
		padding: 0 0.5rem 0.5rem;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap {
	background-color: #fff;
	padding: 8rem 11.4rem 13rem;
	border-radius: 3px;
	position: relative;
}

@media screen and (min-width: 769px) {
	.is-howto_guide__container .icon-move .is-howto_guide__panels-wrap {
		padding-bottom: 18rem;
	}
}

@media (max-width: 1400px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap {
		padding: 8rem 5% 13rem;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap {
		padding: 3.5rem 1.35rem 7rem;
	}

	.is-howto_guide__container .icon-move-sp .is-howto_guide__panels-wrap {
		padding-bottom: 10rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-howto_guide__panels {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-howto_guide__panels {
		max-width: 50rem;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel {
	width: 31.339%;
	margin-left: 2.633%;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel {
		width: 48.2%;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel {
		margin-left: 0;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel:first-of-type {
	margin-left: 0;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel:nth-of-type(3n + 1) {
	margin-left: 0;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel:nth-of-type(n + 4) {
	margin-top: 8rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel:nth-of-type(n + 4) {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel:nth-of-type(n + 3) {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel:nth-of-type(n + 3) {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel:nth-of-type(2n) {
		margin-left: 2.941%;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel a {
	display: block;
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel a:hover {
	opacity: 0.8;
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__top {
	border-radius: 1rem;
	padding: 0rem;
	box-shadow: 0px 0px 6px 0px #000;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__top {
		padding: 00rem;
		border-radius: 0.5rem;
		box-shadow: 0px 0px 3px 0px #000;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__inner {
	border: 2px solid #e46bab;
	border-radius: 0.5rem;
	padding: 1rem;
	padding-bottom: 2rem;
	color: #e46bab;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__inner {
		padding: 1rem 0.2rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__inner::before {
	content: "";
	background-image: url("../img/howto_guide/img-panel-star.png");
	background-size: 100%, 100%;
	background-repeat: no-repeat;
	width: 33.5px;
	height: 30px;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__inner::before {
		width: 15px;
		height: 13px;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__img {
	margin: 0 auto;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__sub-title-wrap {
	text-align: center;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__sub-title-wrap {
		margin-bottom: 0.5rem;
		word-break: keep-all;
		white-space: nowrap;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__title {
	font-family: "RondeB";
	text-align: center;
	line-height: 1em;
	margin-top: 1.5rem;
	margin-left: -0.285em;
	letter-spacing: -0.285em;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__title {
		font-size: 2.55556rem;
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--1
	.is-panel__img {
	width: 14.5%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--1
	.is-panel__sub-title-wrap {
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--1
		.is-panel__sub-title-wrap {
		margin-top: 0.5rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--1
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--2
	.is-panel__img {
	width: 16.949%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--2
	.is-panel__sub-title-wrap {
	margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--2
		.is-panel__sub-title-wrap {
		margin-top: 1rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--2
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--3
	.is-panel__img {
	width: 12.542%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--3
	.is-panel__sub-title-wrap {
	margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--3
		.is-panel__sub-title-wrap {
		margin-top: 0.5rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--3
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--4
	.is-panel__img {
	width: 11.525%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--4
	.is-panel__sub-title-wrap {
	margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--4
		.is-panel__sub-title-wrap {
		margin-top: 1.1rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--4
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--5
	.is-panel__img {
	width: 11.525%;
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--5
		.is-panel__img {
		margin-top: 0;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--5
	.is-panel__sub-title-wrap {
	margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--5
		.is-panel__sub-title-wrap {
		margin-top: 1rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--5
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--5
	.is-panel__title {
	margin-top: 0.8rem;
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--5
		.is-panel__title {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--6
	.is-panel__img {
	width: 16.949%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--6
	.is-panel__sub-title-wrap {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--6
		.is-panel__sub-title-wrap {
		margin-top: 0.2rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--6
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--6
	.is-panel__title {
	letter-spacing: -0.45em;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--6
	.is-panel__title
	span {
	padding: 0 0.15em;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--6
		.is-panel__title {
		margin-top: 0.3rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--6
		.is-panel__title {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--7
	.is-panel__img {
	width: 21.355%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--7
	.is-panel__sub-title-wrap {
	margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--7
		.is-panel__sub-title-wrap {
		margin-top: 0.7rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--7
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--8
	.is-panel__img {
	width: 13.559%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--8
	.is-panel__sub-title-wrap {
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--8
		.is-panel__sub-title-wrap {
		margin-top: 0.6rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--8
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--9
	.is-panel__img {
	width: 16.271%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--9
	.is-panel__sub-title-wrap {
	margin-top: 1rem;
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--9
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--10
	.is-panel__img {
	width: 10.847%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--10
	.is-panel__sub-title-wrap {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--10
		.is-panel__sub-title-wrap {
		margin-top: 0.5rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--10
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--10
	.is-panel__title {
	margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--10
		.is-panel__title {
		margin-top: 0.7rem;
	}
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--10
		.is-panel__title {
		margin-top: 0.5rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--11
	.is-panel__img {
	width: 17.627%;
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--11
	.is-panel__sub-title-wrap {
	margin-top: 1rem;
}

@media (max-width: 540px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__top--11
		.is-panel__sub-title-wrap {
		margin-top: 0rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__top--11
	.is-panel__title
	span {
	letter-spacing: -0.05em;
	padding-right: -0.5em;
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__check {
	text-align: center;
	margin-top: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__check {
		margin-top: 0rem;
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__check span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	line-height: 1em;
	position: relative;
	padding-right: 1rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__check
		span {
		font-size: 1.11111rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__check
	span::before {
	content: "";
	width: 120%;
	height: 0.4rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -1rem;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__check
		span::before {
		height: 0.2rem;
		bottom: -0.5rem;
	}
}

.is-howto_guide__container
	.is-howto_guide__panels-wrap
	.is-panel__check
	span::after {
	content: "";
	position: absolute;
	bottom: -1rem;
	width: 4px;
	height: 20px;
	right: -0.2rem;
	transform: rotate(-45deg);
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container
		.is-howto_guide__panels-wrap
		.is-panel__check
		span::after {
		width: 0.2rem;
		height: 15px;
		bottom: -0.7rem;
		transform: rotate(-50deg);
	}
}

.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__text {
	margin-top: 2rem;
	line-height: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .is-howto_guide__panels-wrap .is-panel__text {
		margin-top: 1rem;
		font-size: 1.33333rem;
	}
}

.is-howto_guide__container .icon-wrap {
	position: absolute;
	max-width: 250px;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap {
		transform: scale(0.4);
	}
}

.is-howto_guide__container .icon-wrap--1 {
	width: 102px;
	top: -60px;
	left: -10px;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--1 {
		left: -30px;
	}
}

.is-howto_guide__container .icon-wrap--2 {
	width: 140px;
	top: 550px;
	left: -25px;
}

@media screen and (max-width: 1024px) {
	.is-howto_guide__container .icon-wrap--2 {
		top: 400px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--2 {
		top: 160px;
		left: initial;
		right: -70px;
	}
}

.is-howto_guide__container .icon-wrap--3 {
	width: 56.5px;
	top: 150px;
	right: 20px;
}

@media screen and (max-width: 1024px) {
	.is-howto_guide__container .icon-wrap--3 {
		top: 100px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--3 {
		top: -75px;
		right: 5px;
	}
}

.is-howto_guide__container .icon-wrap--4 {
	width: 65px;
	top: 48%;
	left: 30px;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--4 {
		top: 43%;
		left: -25px;
	}
}

.is-howto_guide__container .icon-wrap--5 {
	width: 134px;
	bottom: 40%;
	right: -30px;
}

@media screen and (max-width: 1024px) {
	.is-howto_guide__container .icon-wrap--5 {
		top: 45%;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--5 {
		top: 61%;
		right: initial;
		left: -70px;
		transform: scale(-0.4, 0.4);
	}
}

.is-howto_guide__container .icon-wrap--6 {
	width: 58px;
	top: 550px;
	right: 30px;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--6 {
		top: 390px;
		right: -25px;
	}
}

.is-howto_guide__container .icon-wrap--7 {
	width: 67.5px;
	bottom: 300px;
	left: -20px;
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--7 {
		bottom: 340px;
		left: initial;
		right: -30px;
	}
}

.is-howto_guide__container .icon-wrap--8 {
	width: 55px;
	bottom: 400px;
	right: 100px;
}

@media screen and (min-width: 769px) {
	.is-howto_guide__container .icon-move .icon-wrap--8 {
		right: -15px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--8 {
		bottom: 180px;
		right: 10px;
	}

	.is-howto_guide__container .icon-move-sp .icon-wrap--8 {
		right: -25px;
	}
}

.is-howto_guide__container .icon-wrap--9 {
	width: 183px;
	bottom: 300px;
	right: 250px;
}

@media screen and (min-width: 769px) {
	.is-howto_guide__container .icon-move .icon-wrap--9 {
		bottom: 20px;
		right: 40%;
	}
}

@media screen and (max-width: 1024px) {
	.is-howto_guide__container .icon-wrap--9 {
		right: 150px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--9 {
		bottom: 140px;
		right: 25px;
	}

	.is-howto_guide__container .icon-move-sp .icon-wrap--9 {
		bottom: 0;
		right: 40%;
	}
}

.is-howto_guide__container .icon-wrap--10 {
	width: 237.5px;
	bottom: 80px;
	right: 100px;
}

@media screen and (min-width: 769px) {
	.is-howto_guide__container .icon-move .icon-wrap--10 {
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.is-howto_guide__container .icon-wrap--10 {
		bottom: 0px;
		right: -40px;
	}

	.is-howto_guide__container .icon-move-sp .icon-wrap--10 {
		bottom: -20px;
	}
}

.is-circle_guide-circle_twitter {
	padding-bottom: 12rem;
	background: #f5bfd6;
	position: relative;
}

.is-circle_guide-circle_twitter > * {
	z-index: 1;
	position: relative;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc {
	position: absolute;
	z-index: 0;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc {
		display: none;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp {
	position: absolute;
	z-index: 0;
}

@media screen and (min-width: 769px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp {
		display: none;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc_1 {
	top: 0;
	left: 0;
	width: 25%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc_2 {
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	width: 45%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc_3 {
	bottom: 0;
	left: 0;
	width: 50%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_pc_4 {
	right: 0;
	bottom: 0;
	width: 25%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_01 {
	top: 0;
	left: 0;
	width: 35%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_02 {
	top: 25%;
	transform: translateY(-50%);
	left: 0;
	width: 45%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_03 {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 35%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_04 {
	top: 70%;
	left: 0;
	transform: translateY(-50%);
	width: 45%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_05 {
	bottom: 5%;
	left: 0;
	width: 50%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_06 {
	bottom: 0;
	right: 0;
	width: 40%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_07 {
	right: 0;
	top: 80%;
	transform: translateY(-50%);
	width: 25%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_08 {
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 50%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_09 {
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 45%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_10 {
	right: 0;
	top: 25%;
	transform: translateY(-50%);
	width: 25%;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-bg_sp_11 {
	right: 0;
	top: 13%;
	transform: translateY(-50%);
	width: 50%;
}

.is-circle_guide-circle_twitter a {
	transition: all 0.2s;
	opacity: 1;
}

.is-circle_guide-circle_twitter a:hover {
	opacity: 0.8;
}

@media (min-width: 1399px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-llg_sp {
		display: none;
	}
}

@media (min-width: 1210px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-lg_sp {
		display: none;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter__inner {
	max-width: 1340px;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: content-box;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter__inner {
		padding-top: 1.5rem;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-title {
	font-family: "RondeB";
	font-size: 7.36rem;
	color: #ffffff;
	letter-spacing: -0.376em;
	margin-bottom: 2.5rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-title {
		font-size: 4rem;
		line-height: 1.25;
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 417px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-title br {
		display: none;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-circles {
	padding: 5.1rem 7.2rem 4.5rem;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0.8rem 0.8rem 0 #aaaaaa, -0.8rem 0.8rem 0 #aaaaaa;
	border-radius: 5px;
	margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-circles {
		padding: 2.5rem 1.5rem 3.3rem;
		border-radius: 2px;
		box-shadow: 0.6rem 0.2rem 0 #aaaaaa, -0.6rem 0.2rem 0 #aaaaaa,
			0.6rem 0.6rem 0 #aaaaaa, -0.6rem 0.6rem 0 #aaaaaa;
		margin-bottom: 5.5rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-select-inner {
	position: relative;
	margin-bottom: 3.5rem;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion {
	width: 414px;
	margin: 0 auto 24px;
	font-size: 1.44rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion {
		font-size: 1.66667rem;
		width: 28.7rem;
		margin-bottom: 2.1rem;
		max-width: 100%;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion dt {
	border: 2px solid #ff828b;
	background: #fff url(../img/circle_guide/circle_prefecture.png) no-repeat
		right center;
	background-position: calc(100% + 1px) center;
	background-size: auto 100%;
	padding: 12px 0 12px 20px;
	width: 100%;
	text-align: left;
	color: #a6a6a6;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion dt {
		padding: 1.5rem 0 1.5rem 2.5rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion dd {
	font-size: 1.44rem;
	padding: 10px 0 10px 20px;
	position: absolute;
	z-index: 999;
	max-height: 80vh;
	height: auto;
	display: none;
	background: #fff;
	border: 1px solid #51b5e6;
	border-top: none;
	width: 100%;
	overflow: auto;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-accordion dd {
		padding: 1rem 0 1rem 2rem;
		font-size: 1.66667rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-accordion
	dd
	li {
	text-align: left;
	padding: 0.1em 0;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-accordion
	dd
	li
	a {
	display: block;
	color: #000;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-select-btn {
	text-align: center;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-select-btn a {
	background: #ff828b;
	color: #fff;
	font-weight: 700;
	font-size: 1.44rem;
	display: inline-block;
	padding: 12px 50px;
	border-radius: 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-tags {
	text-align: center;
	margin-bottom: 1.5rem;
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-tags a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	background: #ff9a9a;
	padding: 0.5rem 1rem;
	border-radius: 4rem;
	margin-bottom: 1rem;
	font-family: "Noto Sans JP", sans-serif;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-tags
	a:not(:last-child) {
	margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-tags a {
		font-size: 1.11111rem;
		padding: 0.2rem 0.6rem;
	}
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-tags
		a:not(:last-child) {
		margin-right: 1.1rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-movies {
	display: flex;
	flex-wrap: wrap;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-slide {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-slide
	> div {
	margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.slick-slide
		> div {
		margin-bottom: 3.3rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-circle_twitter-movies a {
	display: block;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap {
	position: relative;
	padding-top: 55.9%;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.is-circle_guide-circle_twitter-movie_wrap {
		margin-bottom: 0.6rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap
	.is-circle_guide-circle_twitter-movie_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap
	.is-circle_guide-circle_twitter-movie_label {
	position: absolute;
	bottom: 0.8rem;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 2px solid #ff828b;
	border-bottom: 2px solid #ff828b;
	font-family: "Noto Sans JP", sans-serif;
	background: #ffffff;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap
	.is-circle_guide-circle_twitter-movie_label
	.is-circle_guide-circle_twitter-movie_mark {
	padding: 1.2rem 1rem;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.is-circle_guide-circle_twitter-movie_wrap
		.is-circle_guide-circle_twitter-movie_label
		.is-circle_guide-circle_twitter-movie_mark {
		padding: 0.6rem 0.4rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap
	.is-circle_guide-circle_twitter-movie_label
	.is-circle_guide-circle_twitter-movie_mark
	img {
	height: 2.3rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.is-circle_guide-circle_twitter-movie_wrap
		.is-circle_guide-circle_twitter-movie_label
		.is-circle_guide-circle_twitter-movie_mark
		img {
		height: 1.3rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_wrap
	.is-circle_guide-circle_twitter-movie_label
	p {
	font-size: 1.36rem;
	font-weight: bold;
	color: #ff828b;
	line-height: 1.23;
	padding: 0.4rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.is-circle_guide-circle_twitter-movie_wrap
		.is-circle_guide-circle_twitter-movie_label
		p {
		font-size: 0.66667rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.is-circle_guide-circle_twitter-movie_title {
	font-size: 1.6rem;
	line-height: 1.25;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.is-circle_guide-circle_twitter-movie_title {
		font-size: 1.33333rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-dots {
	margin-top: 1rem;
	width: 100%;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-dots
	li
	button {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-dots
	li
	button::before {
	width: 1.4rem;
	height: 1.4rem;
	background: #f2dfe7;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter
		.is-circle_guide-circle_twitter-movies
		.slick-dots
		li
		button::before {
		width: 1rem;
		height: 1rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-circle_twitter-movies
	.slick-dots
	li.slick-active
	button::before {
	background: #e46bab;
}

.is-circle_guide-circle_twitter .is-circle_guide-twitter {
	text-align: center;
}

.is-circle_guide-circle_twitter .is-circle_guide-twitter-title {
	z-index: 2;
	font-size: 8rem;
	font-family: "RondeB";
	line-height: 1;
	border-radius: 15px;
	display: inline-block;
	padding: 0.5rem 5rem;
	position: relative;
	color: #fef6e1;
	background-color: #ff828b;
	text-align: left;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-twitter-title {
		font-size: 4.44444rem;
		padding: 0.5rem 4rem 0.5rem 2rem;
		border-radius: 5px;
	}
}

@media screen and (max-width: 549px) {
	.is-circle_guide-circle_twitter .is-circle_guide-twitter-title {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}

.is-circle_guide-circle_twitter
	.is-circle_guide-twitter-title
	.is-circle_guide-twitter-title_letter-space {
	letter-spacing: -0.35em;
	margin-left: -0.1em;
}

.is-circle_guide-circle_twitter .is-circle_guide-twitter-title > span {
	display: inline-block;
}

.is-circle_guide-circle_twitter .is-circle_guide-twitter-tag {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.11em;
	margin-bottom: 2rem;
	text-align: center;
	color: #525252;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-twitter-tag {
		font-size: 2.22222rem;
		margin-bottom: 1.3rem;
	}
}

.is-circle_guide-circle_twitter .is-circle_guide-twitter_content {
	margin-top: -5rem;
	padding-top: 10rem;
	padding-bottom: 7.5rem;
	background: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	box-shadow: 0.8rem 0.8rem 0px #aaa, -0.8rem 0.8rem 0px #aaa;
}

@media screen and (max-width: 768px) {
	.is-circle_guide-circle_twitter .is-circle_guide-twitter_content {
		padding-top: 7rem;
	}
}

.wrapper {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

.is-circle_guide .is-circle_guide-mv {
	position: relative;
	background-color: #f2dfe7;
	padding: 10rem 0 12.625rem;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv {
		padding-top: 35px;
		padding-bottom: 44px;
	}
}

.is-circle_guide .is-circle_guide-mv__wrap {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	--rf: 0.78vw;
	--title-wid: 788px;
	--edge-offset: calc((100% - var(--title-wid)) / 2);
}

@media (max-width: 1024px) {
	.is-circle_guide .is-circle_guide-mv__wrap {
		--rf: 7.98px;
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__wrap {
		max-width: 500px;
	}
}

@media screen and (max-width: 1024px) {
	.is-circle_guide .is-circle_guide-mv__inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.is-circle_guide .is-circle_guide-mv__content {
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.325rem 0 11rem;
	position: relative;
	z-index: 2;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__content {
		padding: calc(var(--rf) * 1.325) 0 calc(var(--rf) * 11);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__content {
		padding-top: 20px;
		padding-bottom: 45px;
		min-width: unset;
	}
}

.is-circle_guide .is-circle_guide-mv__content::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../../assets/img/circle_guide/mv.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.is-circle_guide .is-circle_guide-mv__subtitle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 5rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__subtitle {
		margin-top: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__subtitle {
		margin-top: 1rem;
	}
}

.is-circle_guide .is-circle_guide-mv__subtitle img {
	width: 9.375rem;
	height: auto;
}

.is-circle_guide .is-circle_guide-mv__subtitle p {
	color: #525252;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	margin-left: 0.25rem;
	letter-spacing: 0.1em;
	font-size: 3.04rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__subtitle p {
		font-size: calc(var(--rf) * 3.8);
		margin-left: calc(var(--rf) * 0.25);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__subtitle p {
		font-size: 1.44444rem;
		margin-left: 1rem;
	}
}

.is-circle_guide .is-circle_guide-mv__title {
	display: inline-block;
	text-align: center;
	font-family: "RondeB";
	color: #fef6e1;
	background-color: #ff828b;
	border-radius: 10px;
	letter-spacing: -0.357em;
	padding-right: 3rem;
	margin-top: 1.3125rem;
	position: relative;
	font-size: 8rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__title {
		padding-right: calc(var(--rf) * 3);
		margin-top: calc(var(--rf) * 1.3125);
		font-size: calc(var(--rf) * 10);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__title {
		font-size: 3.97778rem;
		margin-top: 5px;
		padding-right: 2rem;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide-mv__title {
		font-size: 9vw;
	}
}

.is-circle_guide
	.is-circle_guide-mv__title
	.is-circle_guide-mv__title-adjast_letter {
	letter-spacing: -0.49em;
}

.is-circle_guide .is-circle_guide-mv__title .is-circle_guide-mv__title-year {
	position: absolute;
	letter-spacing: 0;
	font-size: 7.84rem;
	color: #fff;
	-webkit-text-stroke: 10px #fff;
	text-stroke: 10px #fff;
	transform: rotate(-15deg);
	right: -4.2rem;
	bottom: -8.6rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__title .is-circle_guide-mv__title-year {
		font-size: calc(var(--rf) * 9.8);
		right: calc(var(--rf) * -4.2);
		bottom: calc(var(--rf) * -8.6);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__title .is-circle_guide-mv__title-year {
		font-size: 3.5rem;
		bottom: -3rem;
		-webkit-text-stroke: 5px #fff;
		text-stroke: 5px #fff;
		right: -0.7rem;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide-mv__title .is-circle_guide-mv__title-year {
		font-size: 8vw;
		right: -3rem;
	}
}

.is-circle_guide
	.is-circle_guide-mv__title
	.is-circle_guide-mv__title-year:before {
	content: "2022";
	position: absolute;
	top: 0;
	left: 0;
	color: #ff828b;
	-webkit-text-stroke: 0px #fff;
	text-stroke: 0px #fff;
}

.is-circle_guide .is-circle_guide-mv__text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 2.56rem;
	color: #525252;
	line-height: 1.6875;
	margin-top: 3rem;
	letter-spacing: 0.1em;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide-mv__text {
		font-size: calc(var(--rf) * 3.2);
		margin-top: calc(var(--rf) * 3);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__text {
		font-size: 1.22222rem;
		margin-top: 12px;
	}
}

.is-circle_guide .is-circle_guide__person {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person {
		transform: scale(0.3);
	}
}

.is-circle_guide .is-circle_guide__person--01 {
	top: -8%;
	left: calc(50% - 100px);
	width: 50px;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--01 {
		width: calc(var(--rf) * 5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--01 {
		top: -21%;
		left: calc(50% - 50px);
	}
}

.is-circle_guide .is-circle_guide__person--02 {
	top: -4%;
	left: -6%;
	width: 13rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--02 {
		left: calc(var(--edge-offset) * 0.08315);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--02 {
		width: calc(var(--rf) * 13);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--02 {
		transform-origin: top;
		display: none;
	}
}

.is-circle_guide .is-circle_guide__person--03 {
	top: 19%;
	left: 14.5%;
	width: 6rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--03 {
		left: calc(var(--edge-offset) * 0.85478);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--03 {
		width: calc(var(--rf) * 6);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--03 {
		left: calc(50% - 213px);
		top: 4.7rem;
		width: 7.5rem;
		transform-origin: 67% 0%;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide__person--03 {
		left: calc(50% - 191px);
		top: 4.5rem;
	}
}

.is-circle_guide .is-circle_guide__person--04 {
	top: 9%;
	right: 15.1%;
	width: 10.25rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--04 {
		right: calc(var(--edge-offset) * 0.87736);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--04 {
		width: calc(var(--rf) * 10.25);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--04 {
		right: calc(50% - 212px);
		top: 12%;
		width: 12.7rem;
		transform-origin: top;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide__person--04 {
		right: calc(50% - 189px);
	}
}

.is-circle_guide .is-circle_guide__person--05 {
	top: 38%;
	left: 2%;
	width: 7rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--05 {
		left: calc(var(--edge-offset) * 0.38427);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--05 {
		width: calc(var(--rf) * 7);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--05 {
		transform-origin: 100% 0%;
		display: none;
	}
}

.is-circle_guide .is-circle_guide__person--06 {
	top: 40%;
	right: 2%;
	width: 7.5rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--06 {
		right: calc(var(--edge-offset) * 0.38427);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--06 {
		width: calc(var(--rf) * 7.5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--06 {
		display: none;
	}
}

.is-circle_guide .is-circle_guide__person--07 {
	bottom: -13%;
	left: -3%;
	width: 225px;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--07 {
		left: calc(var(--edge-offset) * 0.19607);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--07 {
		width: calc(var(--rf) * 22.5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--07 {
		bottom: calc(50% - 238px);
		left: calc(50% - 319px);
		width: 285px;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide__person--07 {
		left: calc(50% - 311px);
	}
}

.is-circle_guide .is-circle_guide__person--08 {
	bottom: -19%;
	left: 33.1%;
	width: 10.75rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--08 {
		width: calc(var(--rf) * 10.75);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--08 {
		bottom: -17%;
		left: calc(50% - 149px);
		width: 13.75rem;
		transform-origin: bottom;
	}
}

.is-circle_guide .is-circle_guide__person--09 {
	bottom: -18%;
	right: 33.3%;
	width: 5.25rem;
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--09 {
		width: calc(var(--rf) * 5.25);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--09 {
		right: calc(50% - 89px);
		bottom: -17%;
		transform-origin: bottom;
		width: 6.25rem;
	}
}

.is-circle_guide .is-circle_guide__person--10 {
	bottom: -7%;
	right: -4%;
	width: 29.5rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--10 {
		right: calc(var(--edge-offset) * 0.15843);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--10 {
		width: calc(var(--rf) * 29.5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--10 {
		bottom: -12%;
		right: calc(50% - 323px);
		width: 36rem;
		transform-origin: 50% 88%;
	}
}

@media screen and (max-width: 399px) {
	.is-circle_guide .is-circle_guide__person--10 {
		right: calc(50% - 311px);
	}
}

.is-circle_guide .is-circle_guide__person--11 {
	top: 7%;
	right: -1.5%;
	width: 14.5rem;
}

@media screen and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--11 {
		right: calc(var(--edge-offset) * 0.25253);
	}
}

@media (max-width: 1280px) and (min-width: 769px) {
	.is-circle_guide .is-circle_guide__person--11 {
		width: calc(var(--rf) * 14.5);
	}
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide__person--11 {
		display: none;
	}
}

.is-circle_guide .is-circle_guide-mv__flag {
	z-index: 2;
	position: absolute;
	width: 45vw;
	top: 0;
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__flag {
		width: 72vw;
	}
}

.is-circle_guide .is-circle_guide-mv__flag--01 {
	left: 0;
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__flag--01 {
		left: -30vw;
	}
}

.is-circle_guide .is-circle_guide-mv__flag--02 {
	right: 0;
}

@media screen and (max-width: 768px) {
	.is-circle_guide .is-circle_guide-mv__flag--02 {
		right: -30vw;
	}
}
