html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing:border-box;
	line-height:1.8;
	padding:0;
	margin:0;
}
a {
	display:block;
	text-decoration:none;
}
a:hover {
	opacity:0.7;
}
img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.pc-block {
	display:block;
}
.sp-block {
	display:none;
}
.scrolltop-btn {
	width:75px;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:10;
	cursor:pointer;
	display:none;
}
.scrolltop-btn .st_bottom {
	margin-top:-5px;
	transition:0.5s;
}
.scrolltop-btn:hover .st_bottom {
	margin-top:5px;
	transition:0.5s;
}
.scrolltop-btn.bottomed {
	position:absolute;
	bottom:0;
}
.inline-block {
	display:inline-block;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
	text-decoration:inherit;
}
.u-fade-type-up{
	transform: translateY(100px);
	opacity: 0;
}
.u-fade-type-up.is-active{
	transition: .6s;
	transform: translateY(0);
	opacity: 1;
}
.under400 {
	display:none;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body * {
	color:#261F1A;
	font-size:21px;
	font-weight:500;
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
	letter-spacing:0;
	line-height:40px;
	text-align:center;
}
main {
	background-color:#FFF4DE;
}
.section {
	width:100%;
	padding:0 0 150px;
	margin:0 auto;
	position:relative;
	overflow-x:hidden;
}
.section .container {
	width:100%;
	max-width:1200px;
	padding:0 60px;
	margin:0 auto;
}
.flex-container {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.sns-container a {
	background-color:#fff;
	border:1px solid #F7AD46;
	border-radius:50%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
}
header .sns-container {
	width:fit-content;
	margin:30px 30px 0 auto;
}
header .sns-container > .flex-item:not(:first-of-type) {
	margin-left:15px;
}
header .sns-container .flex-item {
	width:40px;
}
header .sns-container .flex-item a {
	height:40px;
}
header .sns-container .item_insta a img {
	width:19px;
}
header .sns-container .item_x a img {
	width:17px;
}
header .sns-container .item_yt a img {
	width:22px;
}
.section03 .sns-container {
	width:100%;
	max-width:800px;
	margin:0 auto;
	justify-content:space-between;
}
/* .section03 .sns-container > .flex-item:not(:first-of-type) {
	margin-left:67px;
} */
.section03 .sns-container .flex-item {
	width:150px;
}
.section03 .sns-container .flex-item a {
	height:150px;
}
.section03 .sns-container .item_insta a img {
	width:70px;
	width:calc( 100% / 150 * 70 );
}
.section03 .sns-container .item_x a img {
	width:63px;
	width:calc( 100% / 150 * 63 );
}
.section03 .sns-container .item_yt a img {
	width:85px;
	width:calc( 100% / 150 * 85 );
}
.section03 .sns-container .item_tt a img {
	width:66px;
	width:calc( 100% / 150 * 66 );
}
.section03 .sns-container p {
	text-align:center;
	width:150px;
	width:100%;
	margin-top:21px;
	margin-top:calc( 100% / 150 * 20 );
}
.section03 .sns-container p img {
	width:auto;
	height:21px;
	margin:0 auto;
}
@media screen and (max-width:1000px) {
	.section03 .sns-container {
		max-width:600px;
	}
	.section03 .sns-container .flex-item {
		width:100px;
	}
	.section03 .sns-container .flex-item a {
		height:100px;
	}
	.section03 .sns-container p img {
		height:18px;
	}
}
@media screen and (max-width:600px) {
	.section03 .sns-container {
		max-width:300px;
	}
	.section03 .sns-container .flex-item {
		width:50px;
	}
	.section03 .sns-container .flex-item a {
		height:50px;
	}
	.section03 .sns-container p img {
		height:10px;
	}
}
footer .sns-container > .flex-item:not(:first-of-type) {
	margin-left:25px;
}
footer .sns-container .flex-item {
	width:50px;
}
footer .sns-container .flex-item a {
	height:50px;
}
footer .sns-container .item_insta a img {
	width:23px;
}
footer .sns-container .item_x a img {
	width:21px;
}
footer .sns-container .item_yt a img {
	width:28px;
}

header {
	width:100%;
	position:absolute;
	z-index:10;
}
/* .section.section_kv {
	padding-top:75px;
	background: linear-gradient(180deg, #FBE793 0, #FBE793 540px, transparent 540px, transparent 100%);
} */
.section_kv .page-title {
	width:100%;
	padding:75px 60px 52px;
	background-color:#FBE793;
}
.section_kv .page-title img {
	width:100%;
	max-width:420px;
	margin:0 auto;
}
.section_kv .image-area {
	width:100%;
	padding:0 60px;
	background: linear-gradient(180deg, #FBE793 0, #FBE793 calc( 100% / 746 * 380 ), transparent calc( 100% / 746 * 380 ), transparent 100%);
}
.section_kv .image-area img {
	width:100%;
	max-width:470px;
	margin:0 auto;
}
.section .section-title {
	width:100%;
	margin:0 auto 47px;
}
.section01 .section-title {
	max-width:393px;
}
.section01 .image-area {
	width:100%;
	height:164px;
	max-width:625px;
	margin:35px auto 0;
	width:0;
}
.section01 .image-area img {
	width:625px;
	position:absolute;
	right:-20%;
	transform:translateX(100%);
	/* animation:slide-left 3s linear 0s infinite; */
	will-change: filter;
	right:calc( -50vw - 700px );
	transform:none;
	right:-700px;
}
/* @keyframes slide-left {
	0% { right:-20%; transform:translateX(100%); }
	100% { right:120%; transform:translateX(0); }
}
@-webkit-keyframes slide-left {
	0% { right:-20%; transform:translateX(100%); }
	100% { right:120%; transform:translateX(0); }
} */
/* @keyframes slide-left {
	0% { right:calc( -50vw - 700px ); }
	100% { right:calc( 50vw + 700px ); }
}
@-webkit-keyframes slide-left {
	0% { right:calc( -50vw - 700px ); }
	100% { right:calc( 50vw + 700px ); }
} */
.section02 .section-title {
	max-width:353px;
}
.section02 .c-box {
	width:100%;
	padding:66px 90px 114px;
	padding:60px 60px 110px;
	background-color:#fff;
	border:4px solid #F7AD46;
	border-radius:50px;
}
.section02 .c-box > div {
	width:100%;
	max-width:900px;
	margin:0 auto;
	display:none;
}
.section02 .c-box > div.active {
	display:block;
	/* animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards; */
}
/* @keyframes displayAnime{
  from { opacity: 0; }
  to { opacity: 1; }
} */
.section02 .c-box .flex-container > div {
	width:calc( 50% - 30px );
}
.section02 .c-box .flex-container .image-area {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-right:30px;
	background-color:#FBE793;
	border-radius:50%;
	position:relative;
	aspect-ratio:1/1;
}
.section02 .c-box .image-area::after {
	content:"";
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	bottom:0;
	right:0;
}
.section02 .c-box .box_c01 .flex-container .image-area {
	background-color:#FBE793;
}
.section02 .c-box .box_c01 .image-area::after {
	width:calc( 100% * 80 / 420 );
	height:calc( 100% * 110 / 420 );
	background-image:url('./img/se02_stamp_c01.png');
}
.section02 .c-box .box_c02 .flex-container .image-area {
	background-color:#C0E0B1;
}
.section02 .c-box .box_c02 .image-area::after {
	width:calc( 100% * 64 / 420 );
	height:calc( 100% * 103 / 420 );
	background-image:url('./img/se02_stamp_c02.png');
}
.section02 .c-box .box_c03 .flex-container .image-area {
	background-color:#F7AD46;
}
.section02 .c-box .box_c03 .image-area::after {
	width:calc( 100% * 80 / 420 );
	height:calc( 100% * 82 / 420 );
	background-image:url('./img/se02_stamp_c03.png');
}
.section02 .c-box .box_c04 .flex-container .image-area {
	background-color:#D4BEDA;
}
.section02 .c-box .box_c04 .image-area::after {
	width:calc( 100% * 90 / 420 );
	height:calc( 100% * 103 / 420 );
	background-image:url('./img/se02_stamp_c04.png');
}
.section02 .c-box .box_c05 .flex-container .image-area {
	background-color:#2F3231;
}
.section02 .c-box .box_c05 .image-area::after {
	width:calc( 100% * 64 / 420 );
	height:calc( 100% * 110 / 420 );
	background-image:url('./img/se02_stamp_c05.png');
}
.section02 .c-box .box_c06 .flex-container .image-area {
	background-color:#5B92A1;
}
.section02 .c-box .box_c06 .image-area::after {
	width:calc( 100% * 80 / 420 );
	height:calc( 100% * 102 / 420 );
	background-image:url('./img/se02_stamp_c06.png');
}

.section02 .c-box div.box_c01 .image-area img {
	width:172px;
	width:calc( 100% * 172 / 420 );
	width:calc( 100% * 172 / 420 * 1009 / 735 );
}
.section02 .c-box div.box_c02 .image-area img {
	width:calc( 100% * 186 / 420 * 1020 / 799 );
}
.section02 .c-box div.box_c03 .image-area img {
	width:calc( 100% * 187 / 420 * 1020 / 802 );
}
.section02 .c-box div.box_c04 .image-area img {
	width:calc( 100% * 202 / 420 * 1171 / 864 );
}
.section02 .c-box div.box_c05 .image-area img {
	width:calc( 100% * 97 / 420 * 648 / 432 );
}
.section02 .c-box div.box_c06 .image-area img {
	width:calc( 100% * 130 / 420 * 827 / 557 );
}
.section02 .c-box .text-area {
	margin-left:30px;
}
.section02 .c-box .text-area .c_name {
	width:100%;
}
.section02 .c-box .text-area .c_name img {
	max-width:420px;
}
/* .section02 .c-box .box_c01 .text-area .c_name img {
	max-width:420px;
}
.section02 .c-box .box_c02 .text-area .c_name img {
	max-width:420px;
}
.section02 .c-box .box_c03 .text-area .c_name img {
	max-width:425px;
}
.section02 .c-box .box_c04 .text-area .c_name img {
	max-width:250px;
}
.section02 .c-box .box_c05 .text-area .c_name img {
	max-width:421px;
}
.section02 .c-box .box_c06 .text-area .c_name img {
	max-width:337px;
} */
.section02 .c-box .text-area ul {
	padding-left:1em;
	margin-top:25px;
}
.section02 .c-box .text-area ul li {
	line-height:1.5;
	list-style:disc;
	text-align:left;
}
@media screen and (min-width:1200px) {
	.section02 .c-box .box_c03 .text-area ul li:last-of-type {
		margin-right:-1em;
	}
}
.section02 .c-box_btn-area {
	width:calc( 100% - 180px + 18px );
	margin:calc( ( 270px - 100% ) / 12 ) auto -18px;
	position:relative;
}
.section02 .c-box_btn-area .flex-item {
	width:calc( ( 100% - 108px ) / 6 );
	margin:0 9px 18px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
	transition:0.5s;
}
/* .section02 .c-box_btn-area .flex-item:not(.active):hover {
	animation:slide-top 0.5s linear backwards infinite;
}
@keyframes slide-top {
	0%{transform:translateY(0)}
	50%{transform:translateY(-10px)}
	100%{transform:translateY(0)}
} */
.section02 .c-box_btn-area .flex-item.active {
	margin-top:-10px;
	cursor:auto;
	transition:0.5s;
}
.section03 .section-title {
	max-width:262px;
}
.section03 .x-area {
	margin:0 auto 75px;
	position:relative;
}
.section03 .timeline-area {
	position:relative;
	z-index:1;
}
.section03 .timeline-area .twitter-timeline {
	margin:0 auto;
}
.section03 .x-area .area-item {
	width:100px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	transition:0.3s;
}
.section03 .x-area .area-item img {
	width:0;
}
.section03 .x-area .area-item.radial01 {
	width:223px;
	width:177px;
}
.section03 .x-area .area-item.radial02 {
	width:220px;
	width:170px;
}
.section03 .x-area .area-item.radial03 {
	width:218px;
	width:165px;
}
.section03 .x-area .area-item.radial04 {
	width:256px;
	width:196px;
}
.section03 .x-area .area-item.radial05 {
	width:118px;
}
.section03 .x-area .area-item.radial06 {
	width:88px;
}
/* .section-banner {
	margin-top:150px;
} */
.section-banner a {
	width:100%;
	max-width:800px;
	/* padding:4% 2%; */
	/* padding:32px 17px; */
	margin:0 auto;
	/* background-color:#FBE793; */
	border-radius:25px;
	position:relative;
	z-index:100;
	/* opacity:0; */
	/* padding:0; */
	overflow:hidden;
}
.section-banner a img {
	width:100%;
	height:100%;
	object-fit:contain;
}
footer .image-area {
	width:100%;
	padding:0 30px;
	background:linear-gradient(180deg, transparent 0, transparent calc( 100% / 328 * 250 ), #F7AD46 calc( 100% / 328 * 250 ), #F7AD46 100%);
	position:relative;
}
footer .image-area img.illust {
	width:100%;
	max-width:750px;
	margin:0 auto;
	opacity:0;
}
footer .image-area img.illust.scrolled {
	/* animation:bounce-top 2s linear both; */
	opacity:1;
}
/* @keyframes bounce-top {
	0%{transform:translateY(-1000px);animation-timing-function:ease-in;opacity:1}
	24%{opacity:1}
	40%{transform:translateY(-48px);animation-timing-function:ease-in}
	65%{transform:translateY(-24px);animation-timing-function:ease-in}
	82%{transform:translateY(-12px);animation-timing-function:ease-in}
	93%{transform:translateY(-8px);animation-timing-function:ease-in}
	25%,55%,75%,87%{transform:translateY(0);animation-timing-function:ease-out}
	100%{transform:translateY(0);animation-timing-function:ease-out;opacity:1}
}
footer .image-area img.illust.slided {
	animation:slide-rotation 0.5s linear infinite;
}
@keyframes slide-rotation {
	0%{transform:translateX(0)}
	25%{transform:translateX(10px)}
	50%{transform:translateX(0)}
	75%{transform:translateX(-10px)}
	100%{transform:translateX(0)}
} */

footer .container {
	background-color:#F7AD46;
	padding:40px 30px 25px;
}
footer .footer-logo {
	width:100%;
	max-width:480px;
	margin:0 auto 50px;
}
footer .banner_cp {
	width:100%;
	max-width:290px;
	height:70px;
	margin:46px auto 40px;
	background-color:#fff;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}
footer .banner_cp img {
	width:200px;
}
footer small {
	display:block;
	width:100%;
	max-width:140px;
	margin:0 auto;
}

@media screen and (max-width:1000px) {
	.section {
		padding:0 0 120px;
	}
	.section .container {
		padding:0 45px;
	}
	.section .section-title {
		margin:0 auto 40px;
	}
	.section01 .image-area {
		max-width:500px;
	}
	.section02 .c-box {
		padding:45px 45px 80px;
	}
	.section03 .x-area {
		margin:0 auto 50px;
	}
	/* .section-banner {
		margin-top:100px;
	} */
	footer .image-area img {
		max-width:600px;
	}
	footer .container {
		padding:30px 30px 20px;
	}
	footer .footer-logo {
		margin:0 auto 40px;
	}
	footer .banner_cp {
		margin:38px auto 35px;
	}
}
@media screen and (max-width:750px) {
	.pc-block {
		display:none;
	}
	.sp-block {
		display:block;
	}
	.section02 .c-box {
		padding:30px 30px 50px;
		border-radius:30px;
	}
	.section02 .c-box .flex-container {
		flex-direction:column;
	}
	.section02 .c-box .flex-container > div {
		width:100%;
	}
	.section02 .c-box .flex-container .image-area {
		max-width:300px;
		margin:0 auto 30px;
	}
	.section02 .c-box .flex-container .text-area {
		width:fit-content;
		max-width:450px;
		max-width:100%;
		margin:0 auto;
		width:100%;
		max-width:450px;
	}
	.section02 .c-box .text-area .c_name img {
		width:auto;
		height:80px;
		margin:0 auto;
		width:100%;
		height:auto;
	}
	.section02 .c-box .text-area ul {
		width:fit-content;
		margin:20px auto 0;
	}
	.section02 .c-box_btn-area {
		width:100%;
		margin:-30px auto -10px;
	}
	.section02 .c-box_btn-area .flex-item {
		width:60px;
		margin:0 5px 10px;
	}
	.section03 .x-area {
		padding-top:50px;
	}
	.section03 .x-area .area-item {
		transform:translate(-50%,100%);
	}
	.section03 .x-area .area-item.radial01 {
		width:calc( 100% / 914 * 177 );
	}
	.section03 .x-area .area-item.radial02 {
		width:calc( 100% / 914 * 170 );
	}
	.section03 .x-area .area-item.radial03 {
		width:calc( 100% / 914 * 165 );
	}
	.section03 .x-area .area-item.radial04 {
		width:calc( 100% / 914 * 196 );
	}
	.section03 .x-area .area-item.radial05 {
		width:calc( 100% / 914 * 118 );
	}
	.section03 .x-area .area-item.radial06 {
		width:calc( 100% / 914 * 88 );
	}
}
@media screen and (max-width:600px) {
	body * {
		font-size:16px;
		line-height:2;
	}
	.section {
		padding:0 0 90px;
	}
	.section .container {
		padding:0 30px;
	}
	.section .section-title {
		margin:0 auto 30px;
	}
	.section01 .section-title {
		max-width:294px;
	}
	.section02 .section-title {
		max-width:274px;
	}
	.section03 .section-title {
		max-width:198px;
	}
	.section-banner a {
		/* padding:15px; */
		border-radius:15px;
	}
	.scrolltop-btn {
		width:40px;
		bottom:20px;
		right:20px;
	}
	footer .container {
		padding:20px 30px 15px;
	}
	footer .footer-logo {
		margin:0 auto 30px;
	}
	footer .banner_cp {
		margin:30px auto;
	}
	/* .section-banner {
		margin-top:60px;
	} */
}
@media screen and (max-width:500px) {
	.section02 .c-box_btn-area {
		max-width:220px;
	}
}
@media screen and (max-width:400px) {
	.over400 {
		display:none;
	}
	.under400 {
		display:block;
	}
}

.section_kv .page-title img,
.section_kv .image-area img {
	opacity:0;
	transition:0.5s;
	position:relative;
	z-index:1;
}
.section_kv .page-title img.in,
.section_kv .image-area img.in {
	opacity:1;
	transition:1s;
}

.section_kv{
  width: 100%;
  position: relative;
	overflow:hidden;
}
.section_kv .floating_parts {
  position: absolute;
	opacity: 0;
	/* animation: floating ease-in-out 10s infinite; */
}
/* @keyframes floating {
	0% {
		opacity: 0;
    transform: translate(0,0);
	}
	20% {
		transform: translate(5px,-15px) rotate(10deg);
		opacity: 1;
	}
	30% {
		transform: translate(-5px,0px) rotate(20deg);
	}
	50% {
		transform: translate(15px,15px) rotate(10deg);
	}
	70% {
		transform: translate(0,0px) rotate(0deg);
		opacity: .8;
	}
	90% {
		transform: translate(-5px,5px) rotate(-10deg);
    opacity: .4;
	}
	100% {
		transform: translate(0,0);
		opacity: 0;
	}
}
.section_kv .floating_parts.parts_01,
.section_kv .floating_parts.parts_12 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.section_kv .floating_parts.parts_02,
.section_kv .floating_parts.parts_11 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.section_kv .floating_parts.parts_03,
.section_kv .floating_parts.parts_10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.section_kv .floating_parts.parts_04,
.section_kv .floating_parts.parts_09 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.section_kv .floating_parts.parts_05,
.section_kv .floating_parts.parts_08 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.section_kv .floating_parts.parts_06,
.section_kv .floating_parts.parts_07 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
} */
.section_kv .floating_parts:nth-child(2n+1) {
  width: 100px;
}
.section_kv .floating_parts:nth-child(2n) {
  width: 80px;
}
.section_kv .floating_parts.parts_01{top: 8%; left: 10%;}
.section_kv .floating_parts.parts_02{top: 16%; left: 88%;}
.section_kv .floating_parts.parts_03{top: 24%; left: 24%;}
.section_kv .floating_parts.parts_04{top: 24%;left: 72%;}
.section_kv .floating_parts.parts_05{top: 40%;left: 80%;}
.section_kv .floating_parts.parts_06{top: 48%;left: 16%;}
.section_kv .floating_parts.parts_11{top: 56%;left: 24%;}
.section_kv .floating_parts.parts_08{top: 32%;left: 8%;}
.section_kv .floating_parts.parts_09{top: 56%;left: 72%;}
.section_kv .floating_parts.parts_10{top: 72%;left: 8%;}
.section_kv .floating_parts.parts_07{top: 72%;left: 88%;}
.section_kv .floating_parts.parts_12{top: 56%;left: 96%;}

.section_kv .floating_parts img {
	transition:0.5s;
}
.section_kv .floating_parts img:hover {
	opacity:0;
	transition:0.5s;
}

@media screen and (max-width:750px) {
	.section_kv .floating_parts {
		display:none;
	}
}