.main {
	color: #6a3906;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	overflow: hidden;
}

.u-desktop {
	display: none;
}

.p-akyurin-swiper {
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
}

.p-akyurin-swiper .swiper-wrapper {
	margin-top: 0rem;
}

.p-akyurin-swiper .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.p-akyurin-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 278/236;
	border-radius: 20px;
	max-width: 278px;
	object-fit: cover;
	width: 100%;
}

.p-akyurin-swiper .swiper-pagination {
	bottom: -30px;
	position: absolute;
}

.p-akyurin-swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: #6a3906;
	height: 0.9375rem;
	margin: 0 7px;
	width: 0.9375rem;
}

.p-akyurin-swiper__button-wrap {
	display: flex;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev,
.p-akyurin-swiper__button-wrap .swiper-button-next {
	border-radius: 50%;
	color: #c5c5c5;
	height: 3.75rem;
	position: relative;
	width: 130px;
}

.p-akyurin-swiper__button-wrap .swiper-button-next {
	margin-left: 6.25rem;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev::after,
.p-akyurin-swiper__button-wrap .swiper-button-next::after {
	display: none;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev::before,
.p-akyurin-swiper__button-wrap .swiper-button-next::before {
	color: #c5c5c5;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev::before,
.p-akyurin-swiper__button-wrap .swiper-button-next::before {
	border-right: 3px solid #c5c5c5;
	border-top: 3px solid #c5c5c5;
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 20px;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.p-akyurin-swiper__button-wrap .swiper-button-next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-akyurin {
	background-color: #fdf6af;
	padding-bottom: 8px;
	/* padding-top: 1.875rem; */
	padding-top: 4rem;
}

.p-akyurin__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 87.5rem;
	position: relative;
}

.p-akyurin__inner::after {
	background: url(../images/illust_akyurin07sp.webp) no-repeat center center/contain;
	bottom: 0;
	content: "";
	height: 157px;
	position: absolute;
	right: -19px;
	width: 265px;
}

.p-akyurin_title-wrap {
	position: relative;
	top: -20px;
}

.p-akyurin__title {
	text-align: center;
}

.p-akyurin__title.c-title::before,
.p-akyurin__title.c-title::after {
	display: none;
}

.p-akyurin__title.c-title span::after {
	display: none;
}

.p-akyurin__container {
	align-items: center;
	background-color: #fff;
	border: 10px solid #986c4a;
	border-radius: 999px 999px 300px 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	min-height: 517px;
	position: relative;
	top: -80px;
	width: 80%;
}

.p-akyurin__container-inner {
	display: flex;
	flex-direction: column;
	padding: 40px 20px 60px 20px;
	position: relative;
}

.p-akyurin__container::before {
	background: url(../images/illust_akyurin-bg01sp.svg) no-repeat center center/contain;
	bottom: -65px;
	content: "";
	height: 357px;
	left: -78px;
	position: absolute;
	width: 108px;
}

.p-akyurin__container::after {
	animation: Move01 5s ease-in-out infinite;
	background: url(../images/illust_boll02.svg) no-repeat center center/80%;
	content: "";
	height: 50px;
	position: absolute;
	right: -35px;
	top: 40%;
	width: 50px;
}

.p-akyurin__container-inner::before {
	animation: Move02 8s ease-in-out infinite;
	background: url(../images/illust_boll01.svg) no-repeat center center/80%;
	content: "";
	height: 65px;
	left: -5px;
	position: absolute;
	top: 0%;
	width: 65px;
}

.p-akyurin__container-inner::after {
	animation: Move01 6s ease-in-out infinite;
	background: url(../images/illust_boll01.svg) no-repeat center center/80%;
	bottom: -20px;
	content: "";
	height: 101px;
	left: -35px;
	position: absolute;
	width: 101px;
}

.p-akyurin__slide-container {
	margin-top: 1.25rem;
	max-width: 250px;
	width: 100%;
}

.p-akyurin__text {
	font-size: 16px;
	letter-spacing: -0.1em;
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}

.p-akyurin__text::after {
	background: url(../images/illust_leaf02.svg) no-repeat center center/contain;
	bottom: 0.3em;
	content: "";
	display: inline-block;
	height: 15px;
	margin-left: 0.5em;
	position: absolute;
	width: 15px;
}

.p-akyurin__btn-wrap {
	margin-top: 16px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-mv {
	position: relative;
}

.p-mv::after {
	background: #9ed6ed;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-mv__bg {
	background: url(../images/img_mv03sp.webp) no-repeat center center/cover;
	margin-left: auto;
	margin-right: auto;
	max-width: 125rem;
	min-height: 530px;
	position: relative;
	width: 100%;
}

.p-mv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}

.p-mv__inner::before {
	animation: Move03 5s ease-in-out infinite;
	background: url(../images/illust_boll01.svg) no-repeat center center/80%;
	content: "";
	height: 36px;
	position: absolute;
	right: 0%;
	top: 29%;
	width: 36px;
	z-index: 1;
}

.p-mv__inner::after {
	animation: Move02 8s ease-in-out infinite;
	background: url(../images/illust_boll02.svg) no-repeat center center/80%;
	content: "";
	height: 58px;
	left: 85%;
	position: absolute;
	top: 18%;
	width: 58px;
}

.p-mv__inner02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	position: relative;
}

.p-mv__inner02::after {
	animation: Move03 4s ease-in-out infinite;
	background: url(../images/illust_boll03.svg) no-repeat center center/80%;
	content: "";
	height: 49px;
	position: absolute;
	right: 80%;
	top: 20%;
	width: 49px;
}

.p-mv__inner02::before {
	background: url(../images/illust_cloud01.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 0%;
	top: 2%;
	width: 81px;
}

.p-mv_title {
	position: relative;
	text-align: center;
	top: 1.3125rem;
}

.p-mv_title::after {
	background: url(../images/illust_rainbow01.webp) no-repeat center center/cover;
	content: "";
	height: 241px;
	left: 50%;
	position: absolute;
	top: -15px;
	transform: translate(-50%, 0);
	width: 100%;
	z-index: -1;
}

.p-mv__main-illust {
	left: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__main-illust img {
	aspect-ratio: 217/271;
	max-height: 271px;
	position: relative;
}

.p-mv__credit {
	color: #6a3906;
	display: block;
	font-size: 10px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 240px;
	position: relative;
	right: 0;
	text-align: right;
	top: -10px;
}

.p-mv__text {
	-webkit-text-stroke: 5px #fff;
	color: #6a3906;
	font-size: 16px;
	letter-spacing: -0.12em;
	line-height: 1.5;
	margin-top: 10px;
	/* padding-bottom: 40px; */
	padding-bottom: 60px;
	position: relative;
	text-align: center;
}

.p-mv__text span {
	-webkit-text-stroke: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__modal {
	cursor: pointer;
	display: block;
	opacity: 0;
	position: absolute;
	transition: 0.5s ease;
}

.p-mv__modal--01 {
	height: 80px;
	left: -43%;
	top: 62%;
	width: 120px;
}

.p-mv__modal--02 {
	height: 80px;
	right: -8%;
	top: 20%;
	width: 120px;
}

.p-mv__question {
	color: #6a3906;
	display: block;
	font-size: 18px;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-mv__question::before {
	--rotate01: 0deg;
	--rotate02: -20deg;
	background: url(../images/img_question01.svg) no-repeat center center/contain;
	content: "";
	height: 48px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 0rem;
	transition: 0.5s ease;
	visibility: visible;
	width: 30px;
}

.p-mv__question--01::before {
	animation: Rotate01 4s ease-in-out infinite;
	transform: translate(-50%, -50%) rotate(0);
}

.p-mv__question--02::before {
	animation: Rotate02 5s ease-in-out infinite;
	transform: translate(-50%, -50%) rotate(-20deg);
}

.p-mv__question--01.is-active::before,
.p-mv__question--02.is-active::before {
	opacity: 0;
	visibility: hidden;
}

.p-mv__question::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.p-mv__question--01::after {
	background: url(../images/img_modal-before01.webp) no-repeat center center/contain;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}

.p-mv__modal.is-active .p-mv__question--01::after {
	background: url(../images/img_modal-after01.svg) no-repeat center center/contain;
	height: 105px;
	left: 53%;
	top: 50%;
	width: 105px;
	z-index: 1;
}

.p-mv__question--02::after {
	background: url(../images/img_modal-before02.svg) no-repeat center center/contain;
	height: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}

.p-mv__modal.is-active .p-mv__question--02::after {
	background: url(../images/img_modal-after02.svg) no-repeat center center/contain;
	height: 105px;
	left: 43%;
	top: 20%;
	width: 105px;
	z-index: 1;
}

.js-loader01,
.js-loader02 {
	opacity: 0;
}

.p-profile {
	background-color: #fffad9;
	padding-bottom: 4.5rem;
	position: relative;
}

.p-profile::before {
	background: url(../images/illust_rectangle01.svg) no-repeat center center/contain;
	bottom: -18px;
	content: "";
	height: 36px;
	left: 0px;
	position: absolute;
	width: 66px;
}

.p-profile::after {
	background: url(../images/illust_cloud01.svg) no-repeat center center/contain;
	bottom: -11px;
	content: "";
	height: 22px;
	position: absolute;
	right: 10px;
	width: 74px;
}

.p-profile__bg-illust {
	position: relative;
}

.p-profile__bg-illust::before {
	background: url(../images/illust_flower01.svg) no-repeat center center/contain;
	content: "";
	height: 112px;
	left: 0%;
	position: absolute;
	top: 10%;
	width: 84px;
}

.p-profile__bg-illust::after {
	background: url(../images/illust_flower02.svg) no-repeat center center/contain;
	content: "";
	height: 219px;
	position: absolute;
	right: 0%;
	top: 32%;
	width: 91px;
}

.p-profile__inner {
	position: relative;
}

.p-profile__inner::before {
	height: 66px;
	right: 0.625rem;
	top: 17%;
	width: 66px;
}

.p-profile__title-wrap {
	position: relative;
	top: -5px;
}

.p-profile__title {
	margin: 0 calc(50% - 50vw);
	text-align: center;
}

.p-profile__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	max-width: 28.125rem;
	position: relative;
}

.p-profile__item {
	align-items: center;
	color: #6a3906;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	letter-spacing: -0.1em;
	position: relative;
	text-align: center;
}

.p-profile__item + .p-profile__item {
	margin-top: 1rem;
}

.p-profile__item-term {
	position: relative;
}

.p-profile__item-term span {
	display: none;
}

.p-profile__item:nth-of-type(1)::after {
	background: url(../images/illust_akyurin05.svg) no-repeat center center/contain;
	content: "";
	height: 4.125rem;
	position: absolute;
	right: calc(50% - 120px);
	top: 0px;
	width: 4.125rem;
}

.p-profile__item:nth-of-type(4)::after {
	background: url(../images/illust_akyurin03.svg) no-repeat center center/contain;
	content: "";
	height: 66px;
	position: absolute;
	right: calc(50% + 100px);
	top: 60%;
	width: 66px;
}

.p-profile__item:nth-of-type(6)::after {
	background: url(../images/illust_akyurin06.svg) no-repeat center center/contain;
	content: "";
	height: 66px;
	position: absolute;
	right: calc(50% - 180px);
	top: 0%;
	width: 66px;
}

.p-profile__item-term::before,
.p-profile__item-term::after {
	content: "";
	display: inline-block;
	height: 15px;
	position: relative;
	top: 0.2em;
	width: 13px;
}

.p-profile__item-term::before {
	background: url(../images/illust_leaf01.svg) no-repeat center center/contain;
	margin-right: 0.5rem;
}

.p-profile__item-term::after {
	background: url(../images/illust_leaf03.svg) no-repeat center center/contain;
	margin-left: 0.5rem;
}

.u-space {
	display: block;
	margin-top: 0.5rem;
}

.c-btn {
	-webkit-text-decoration: none;
	background-color: transparent;
	border: 2px solid #986c4a;
	border-radius: 99px;
	color: #6a3906;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.1em;
	line-height: 1;
	padding: 0.875rem 2.625rem 0.875rem 1.25rem;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease;
}

.c-btn::before {
	border-color: transparent transparent transparent #6a3906;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
	width: 0;
}

.c-btn:hover {
	background-color: #6a3906;
	color: #fff;
	opacity: 1;
}

.c-btn:hover::before {
	border-color: transparent transparent transparent #fff;
}

.c-title {
	--scaleX: 1;
	position: relative;
}

.c-title::before {
	margin-right: 0.625rem;
	transform-origin: right center;
}

.c-title::after {
	margin-left: 0.625rem;
	transform-origin: left center;
}

.c-title::before,
.c-title::after {
	background-color: #f7cd8f;
	border-radius: 99px;
	content: "";
	display: inline-block;
	height: 2px;
	transform: scaleX(var(--scaleX));
	width: 17%;
}

.c-title span {
	color: #6a3906;
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.1em;
	position: relative;
	width: 13.25rem;
	z-index: 1;
}

.c-title span::after {
	background: url(../images/illust_cloud01.svg) no-repeat center center/contain;
	content: "";
	height: 4.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13.25rem;
	z-index: -1;
}

.c-title.mobile {
	display: none;
}

.p-title {
	text-align: center;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-inner-xl {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

@media screen and (min-width: 736px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.p-akyurin-swiper .swiper-pagination {
	bottom: -40px;
}

.p-akyurin-swiper .swiper-pagination .swiper-pagination-bullet {
	height: 1.0625rem;
	width: 1.0625rem;
}

.p-akyurin-swiper__button-wrap .swiper-button-prev,
.p-akyurin-swiper__button-wrap .swiper-button-next {
	cursor: pointer;
	height: 3.75rem;
	width: 140px;
}

.p-akyurin {
	padding-bottom: 15.25rem;
	padding-top: 3.75rem;
}

.p-akyurin__inner::after {
	background: url(../images/illust_akyurin07.png) no-repeat center center/contain;
	bottom: -15.3125rem;
	height: 27.9375rem;
	right: -0.5rem;
	width: 41.4375rem;
}

.p-akyurin_title-wrap {
	top: 0rem;
}

.p-akyurin__title.c-title::before,
.p-akyurin__title.c-title::after {
	display: inline-block;
}

.p-akyurin__title.c-title span::after {
	display: inline;
	display: initial;
}

.p-akyurin__container {
	border-radius: 177px 0 0 20px;
	margin-left: auto;
	margin-right: 0;
	margin-right: initial;
	margin-top: 2.6875rem;
	max-width: 1150px;
	min-height: 0;
	min-height: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.p-akyurin__container-inner {
	align-items: initial;
	flex-direction: row;
	gap: 5rem;
	min-height: 24.25rem;
	padding: 2.625rem 0rem 2.625rem 8.5rem;
}

.p-akyurin__container::before {
	background: url(../images/illust_akyurin-bg01.svg) no-repeat center center/contain;
	bottom: -193px;
	height: 27.3125rem;
	left: -190px;
	width: 27.3125rem;
}

.p-akyurin__container::after {
	height: 11.375rem;
	right: 1.875rem;
	top: -4.375rem;
	width: 11.375rem;
}

.p-akyurin__container-inner::before {
	display: none;
}

.p-akyurin__container-inner::after {
	bottom: -240px;
	height: 18.75rem;
	left: -180px;
	width: 18.75rem;
}

.p-akyurin__slide-container {
	margin-top: 0rem;
	max-width: none;
	max-width: initial;
	width: 28%;
}

.p-akyurin__text {
	font-size: 1.3125rem;
	margin-top: 4.375rem;
	text-align: left;
}

.p-akyurin__text::after {
	bottom: 0.2em;
	height: 1.875rem;
	margin-left: 0.3em;
	width: 1.875rem;
}

.p-akyurin__btn-wrap {
	margin-top: 2rem;
}

.p-mv__bg {
	background: url(../images/img_mv02.webp) no-repeat center center/cover;
	min-height: 70rem;
}

.p-mv__inner::before {
	height: 12.3125rem;
	right: 0%;
	top: 45%;
	width: 12.3125rem;
}

.p-mv__inner::after {
	left: 5%;
	top: 60%;
}

.p-mv__inner02::after {
	height: 5.625rem;
	right: 10%;
	top: 70%;
	width: 5.625rem;
}

.p-mv__inner02::before {
	animation: Move04 5s ease-in-out infinite;
	height: 5.125rem;
	right: 0%;
	top: 2%;
	width: 17.6875rem;
}

.p-mv_title {
	top: 5.3125rem;
}

.p-mv_title::after {
	display: none;
}

.p-mv__main-illust {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	text-align: center;
	top: 3.75rem;
	width: auto;
	width: initial;
}

.p-mv__main-illust img {
	aspect-ratio: 557/695;
	max-height: 43.4375rem;
}

.p-mv__main-illust::before {
	display: none;
}

.p-mv__main-illust::after {
	display: none;
}

.p-mv__credit {
	max-width: 420px;
	top: 18px;
}

.p-mv__text {
	-webkit-text-stroke: 7px #fff;
	font-size: 1.25rem;
	letter-spacing: normal;
	letter-spacing: initial;
	line-height: 2.2;
	margin-top: 6.25rem;
	padding-bottom: 0;
}

.p-mv__modal--01 {
	height: 8.5625rem;
	left: 19%;
	top: 70%;
	width: 14.8125rem;
}

.p-mv__modal--02 {
	height: 11.4375rem;
	right: 30%;
	top: 20%;
	width: 17.375rem;
}

.p-mv__question {
	font-size: 1.6875rem;
}

.p-mv__question::before {
	--rotate01: 0deg;
	--rotate02: -20deg;
	background: url(../images/img_question01.svg) no-repeat center center/contain;
	height: 5.1875rem;
	left: 50%;
	top: 0rem;
	width: 3.25rem;
}

.p-mv__question:hover::after {
	opacity: 0.8;
}

.p-mv__question--01::after {
	height: 8.5625rem;
	transition: 0.5s ease;
	width: 14.8125rem;
}

.p-mv__modal.is-active .p-mv__question--01::after {
	height: 15.625rem;
	left: 28%;
	top: 45%;
	width: 15.625rem;
}

.p-mv__question--02::after {
	height: 11.4375rem;
	transition: 0.5s ease;
	width: 17.375rem;
}

.p-mv__modal.is-active .p-mv__question--02::after {
	height: 15.625rem;
	left: 60%;
	top: 45%;
	width: 15.625rem;
}

.p-mv__modal.is-active .p-mv__question--01:hover::after,
.p-mv__modal.is-active .p-mv__question--02:hover::after {
	opacity: 1;
}

.p-profile {
	padding-bottom: 5.625rem;
	padding-top: 4.0625rem;
}

.p-profile::before {
	bottom: -120px;
	height: 11.5625rem;
	left: -150px;
	position: absolute;
	width: 21.375rem;
}

.p-profile::after {
	display: none;
}

.p-profile__bg-illust::before {
	height: 17.3125rem;
	top: 31%;
	width: 13.0625rem;
}

.p-profile__bg-illust::after {
	height: 31.625rem;
	top: 0%;
	width: 14.125rem;
}

.p-profile__inner::before {
	background: url(../images/illust_akyurin03.svg) no-repeat center center/contain;
	content: "";
	height: 7.5rem;
	left: 12.75rem;
	position: absolute;
	top: 17%;
	width: 6.9375rem;
}

.p-profile__inner::after {
	background: url(../images/illust_akyurin04.svg) no-repeat center center/contain;
	content: "";
	height: 7.5rem;
	left: 7.9375rem;
	position: absolute;
	top: 82%;
	width: 6.9375rem;
}

.p-profile__illust::before {
	background: url(../images/illust_akyurin05.svg) no-repeat center center/contain;
	content: "";
	height: 7.5rem;
	position: absolute;
	right: 15.25rem;
	top: 19%;
	width: 6.9375rem;
}

.p-profile__illust::after {
	background: url(../images/illust_akyurin06.svg) no-repeat center center/contain;
	content: "";
	height: 7.5rem;
	position: absolute;
	right: 8.75rem;
	top: 62%;
	width: 6.9375rem;
	z-index: 1;
}

.p-profile__title-wrap {
	top: 0;
}

.p-profile__title {
	margin: 0;
	margin: initial;
}

.p-profile__list {
	left: 5.625rem;
	margin-top: 4.5rem;
	max-width: 41.875rem;
}

.p-profile__item {
	align-items: initial;
	flex-direction: row;
	font-size: 1.3125rem;
	text-align: left;
	text-align: initial;
}

.p-profile__item-term span {
	display: inline-block;
}

.p-profile__item:nth-of-type(1)::after {
	display: none;
}

.p-profile__item:nth-of-type(4)::after {
	display: none;
}

.p-profile__item:nth-of-type(6)::after {
	display: none;
}

.p-profile__item-term::before,
.p-profile__item-term::after {
	height: 24px;
	width: 22px;
}

.p-profile__item-term::before {
	margin-right: 1rem;
}

.p-profile__item-term::after {
	display: none;
}

.c-btn {
	font-size: 1.125rem;
}

.c-title::before {
	margin-right: 2.5rem;
}

.c-title::after {
	margin-left: 2.5rem;
}

.c-title::before,
.c-title::after {
	height: 6px;
	width: 15.625rem;
}

.c-title span {
	font-size: 2.1875rem;
	width: 21.5625rem;
}

.c-title span::after {
	height: 6.5625rem;
	width: 21.5625rem;
}

.c-title.mobile {
	display: block;
}

.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-inner-xl {
	max-width: 1450px;
	padding-left: 25px;
	padding-right: 25px;
}

}

@keyframes Move01 {

0% {
	background-position: 0 0;
}

25% {
	background-position: 0 4px;
}

50% {
	background-position: 0 0;
}

75% {
	background-position: 0 8px;
}

100% {
	background-position: 0 0;
}

}

@keyframes Move02 {

0% {
	background-position: 0 0;
}

25% {
	background-position: 0 5px;
}

50% {
	background-position: 0 0;
}

75% {
	background-position: 0 8px;
}

100% {
	background-position: 0 0;
}

}

@keyframes Move03 {

0% {
	background-position: 0 0;
}

30% {
	background-position: 0 5px;
}

50% {
	background-position: 0 0;
}

80% {
	background-position: 0 8px;
}

100% {
	background-position: 0 0;
}

}

@keyframes Rotate01 {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

30% {
	transform: translate(-50%, -50%) rotate(-10deg);
}

50% {
	transform: translate(-50%, -50%) rotate(0deg);
}

80% {
	transform: translate(-50%, -50%) rotate(-10deg);
}

100% {
	transform: translate(-50%, -50%) rotate(0deg);
}

}

@keyframes Rotate02 {

0% {
	transform: translate(-50%, -50%) rotate(-20deg);
}

30% {
	transform: translate(-50%, -50%) rotate(0deg);
}

50% {
	transform: translate(-50%, -50%) rotate(-20deg);
}

80% {
	transform: translate(-50%, -50%) rotate(-5deg);
}

100% {
	transform: translate(-50%, -50%) rotate(-20deg);
}

}


/*# sourceMappingURL=style.css.map */



.moviearea{
	padding-bottom: 4.5rem;
	position: relative;
}
.moviearea {
	background: #fffad9 url(../images/illust_flower06.svg) no-repeat center bottom/contain;
background-size: 500px 1000px;
  background-position: top 20px center;
}
.moviearea__text {
	font-size: 1.3125rem;
}
.moviearea__item h2{
		font-size: 9rem;
}
.moviearea__item p{
	font-size: 1rem;
}
.moviearea__text {
	font-size: 16px;
	letter-spacing: -0.1em;
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}
.moviearea__item h3{
		font-size:1.2em;
	letter-spacing: -0.1em;
	margin-top: 0.5rem;
	position: relative;
	text-align: center;
	color:#fff
}
.moviearea__item p{
		font-size: 16px;
	letter-spacing: 0em;
	position: relative;
	text-align: center;
	color:#fff;
	margin-bottom: 14px;
}

.moviearea::after {
	background: url(../images/illust_cloud01.svg) no-repeat center center/contain;
	bottom: -11px;
	content: "";
	height: 22px;
	position: absolute;
	right: 10px;
	width: 74px;
}

.moviearea__bg-illust {
	position: relative;
}


.moviearea__inner {
	position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.moviearea__inner::before {
	height: 66px;
	right: 0.625rem;
	top: 17%;
	width: 66px;
}

.moviearea__title-wrap {
	position: relative;
	top: -5px;
}

.moviearea__title {
	margin: 0 calc(50% - 50vw);
	text-align: center;
}

.moviearea__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
		max-width: 100%;
	/* position: relative; */
	display: flex;
	flex-direction: column;
}

.moviearea__item {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	letter-spacing: -0.1em;
	position: relative;
	text-align: center;
	background:#986c4a;margin:10px auto
}

.moviearea__item + .moviearea__item {
	/* margin-top: 1rem; */
}

.moviearea_item-term {
	position: relative;
}

.moviearea__item-term span {
	display: none;
}
.moviearea__item-term::before,
.moviearea__item-term::after {
	content: "";
	display: inline-block;
	height: 15px;
	position: relative;
	top: 0.2em;
	width: 13px;
}
@media screen and (min-width: 736px) {



.moviearea {
	padding-bottom: 5.625rem;
	padding-top: 4.0625rem;
}
.moviearea {
	background: #fffad9 url(../images/illust_flower05.svg) no-repeat center bottom/contain;
background-size:1480px;
}
.moviearea__text {
	font-size: 1.3125rem;
}
.moviearea__item {margin:20px}
.moviearea__item h2{
		font-size: 10.6rem;
}
.moviearea__item p{
	font-size: 1.3125rem;
}
.moviearea::before {
	bottom: -120px;
	height: 11.5625rem;
	left: -150px;
	position: absolute;
	width: 21.375rem;
}

.moviearea::after {
	display: none;
}

.moviearea__bg-illust::before {
	height: 17.3125rem;
	top: 31%;
	width: 13.0625rem;
}

.moviearea__bg-illust::after {
	height: 31.625rem;
	top: 0%;
	width: 14.125rem;
}


.moviearea__title-wrap {
	top: 0;
}

.moviearea__title {
	margin: 0;
	margin: initial;
}

.moviearea__list {
	/* left: 5.625rem; */
	margin-top: 0.5rem;
	max-width: 100%;
	flex-direction: row;
	max-width:inherit;
}

.moviearea__item {
	align-items: initial;
	flex-direction:column;
	font-size: 1.3125rem;
	text-align: left;
	text-align: initial;
}

.moviearea__item-term span {
	display: inline-block;
}

.moviearea__item:nth-of-type(1)::after {
	display: none;
}

.moviearea__item:nth-of-type(4)::after {
	display: none;
}

.moviearea__item:nth-of-type(6)::after {
	display: none;
}

.moviearea__item-term::before,
.moviearea__item-term::after {
	height: 24px;
	width: 22px;
}

.moviearea__item-term::before {
	margin-right: 1rem;
}

.moviearea__item-term::after {
	display: none;
}
}
    .catch {
      display: flex;
      align-items: center; 
      justify-content: center; 
	  margin-top:0
    }
    .catch:before, .catch:after {
      border-top: 1px solid;
      content: "";
      width: 3em; 
    }
    .catch:before {
      margin-right: 1em; 
    }
    .catch:after {
      margin-left: 1em; 
    }


	
/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto;
  width: 97%;
  cursor: pointer;
  padding-top: 1.5%;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width: 90vw;
aspect-ratio: 16 / 9;
  background-color: #986C4A;
  border-radius: 5px;
  z-index: 11;
  padding: 0rem;
}
@media screen and (min-width: 736px) {
  	.modal-window {  
		padding: 1.6rem;  top: 56vh;aspect-ratio: 16 / 9;width: 76vw;}
}
.modal-window iframe{width: 100%;height:100%}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: -20px;
    right: -20px;
  width: 50px;
  height: 50px;
  background-color: #986C4A;
  color: #fff;
  border-radius: 20rem;
  cursor: pointer;
  position: absolute;
}
/* オーバーレイ */
.overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* バナー */
.bnrsection{
padding:10px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.bnrsection a{
display: inline-block;
  margin: 0 20px;
}