@charset "UTF-8";
@-webkit-keyframes floatUp_6 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}
@keyframes floatUp_6 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-6px);
		        transform: translateY(-6px);
	}
}
@-webkit-keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@-webkit-keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@-webkit-keyframes floatUp_20 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes floatUp_20 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.box-fade {
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.p_hover a:hover, .btn_fix a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.l_tel {
	pointer-events: none;
}

@media screen and (max-width: 800px) {
	.l_tel {
		pointer-events: auto;
	}
}
.btn_01 {
	width: 350px;
	height: 65px;
	margin: 0 auto;
}
.btn_01._inv a {
	color: var(--c_key1);
	background-color: #fff;
	border-color: #fff;
}
@media screen and (min-width: 801px) {
	.btn_01._inv a:hover {
		border-color: var(--c_key1);
	}
}
.btn_01 a {
	color: var(--c_key1);
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	border: 1px solid var(--c_key1);
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 801px) {
	.btn_01 a:hover {
		color: #fff;
		background-color: var(--c_key1);
	}
}

.btn_fix {
	width: 218px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

@media screen and (max-width: 800px) {
	.btn_01 {
		width: 85.3334%;
	}
	.btn_01 a {
		color: #fff;
		background-color: var(--c_key1);
	}
	.btn_fix {
		width: 164px;
	}
}
.page_title {
	margin-bottom: 116px;
}
.page_title::before {
	content: "";
	display: block;
	position: absolute;
	top: 396px;
	right: 0;
	z-index: 1;
}
.page_title_inner {
	width: 1286px;
	position: relative;
	margin: 0 auto;
	background-image: url(../img/common/page_title_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 611px;
}
.page_title_top {
	padding-top: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page_title_top h1 {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.4286;
	width: 432px;
	aspect-ratio: 1/1;
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.page_title_top h1 small {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.page_title_top h1 small span {
	font-size: 16px;
	font-weight: 500;
}
.page_title_top_cont {
	color: var(--c_key1);
	width: 570px;
	margin-right: 45px;
	padding-top: 62px;
	position: relative;
	z-index: 2;
}
.page_title_top_cont .sub {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 24px;
}
.page_title_top_cont .desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2223;
	letter-spacing: 0.03em;
}

@media screen and (max-width: 800px) {
	.page_title {
		margin-bottom: 45px;
	}
	.page_title::before {
		top: 183px;
		-webkit-transform-origin: 100% 0%;
		        transform-origin: 100% 0%;
		scale: 0.5;
	}
	.page_title_inner {
		width: 100%;
		background-image: url(../img/common/page_title_bg_sp.png);
		background-size: 370px auto;
	}
	.page_title_top {
		padding-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.page_title_top h1 {
		font-size: 24px;
		line-height: 1.4584;
		width: 220px;
		margin-right: auto;
	}
	.page_title_top_cont {
		width: 90%;
		margin: 0 auto;
		padding-top: 88px;
	}
	.page_title_top_cont .sub {
		font-size: 20px;
		text-align: center;
		margin-bottom: 38px;
	}
	.page_title_top_cont .desc {
		font-size: 18px;
		line-height: 2;
	}
}
.hl01 {
	color: var(--c_key1);
	font-size: 30px;
	font-weight: 600;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hl01 h1, .hl01 h2, .hl01 h3 {
	text-align: center;
	position: relative;
	padding: 5px 33px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.hl01 h1::before, .hl01 h1::after, .hl01 h2::before, .hl01 h2::after, .hl01 h3::before, .hl01 h3::after {
	width: 5px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background-color: var(--c_key1);
	translate: 0 -50%;
}
.hl01 h1::before, .hl01 h2::before, .hl01 h3::before {
	left: 0;
}
.hl01 h1::after, .hl01 h2::after, .hl01 h3::after {
	right: 0;
}
.hl01 h1 small, .hl01 h2 small, .hl01 h3 small {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
	.hl01 {
		font-size: 24px;
	}
	.hl01 h1::before, .hl01 h1::after, .hl01 h2::before, .hl01 h2::after, .hl01 h3::before, .hl01 h3::after {
		width: 4px;
	}
	.hl01 h1 small, .hl01 h2 small, .hl01 h3 small {
		font-size: 16px;
	}
}
.event:not(._column) {
	width: 1364px;
	margin-left: auto;
	margin-right: auto;
}
.event_inner {
	width: 1380px;
	margin: 0 auto;
}
.event._column {
	padding: 0 0 100px;
	background-color: #6350CA;
}
.event._column h2 {
	color: #6350CA;
	font-size: 30px;
	font-weight: 600;
	width: 301px;
	aspect-ratio: 301/239;
	margin-left: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	translate: 0 -36px;
}
.event._column h2 span {
	position: relative;
	z-index: 2;
}
.event._column h2::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #BFE3E0;
	-webkit-mask-image: url(../img/common/parts_oval.svg);
	        mask-image: url(../img/common/parts_oval.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	z-index: 1;
}
.event_list {
	margin: 0 auto 57px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.event_list_wrap {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.event_list_wrap .event_list {
	width: 654px;
	margin: -100px 0 0;
}
.event_list_wrap .event_list li {
	color: #fff;
}
.event_list._large {
	width: 590px;
	margin-left: 30px;
}
.event_list._large li {
	width: 100%;
}
.event_list._large li .date {
	font-size: 22px;
}
.event_list._large li h3 {
	font-size: 24px;
	line-height: 1.4584;
}
.event_list li {
	width: 312px;
	margin-bottom: 32px;
}
.event_list li a {
	display: block;
}
@media screen and (min-width: 801px) {
	.event_list li a:hover .img img {
		scale: 1.1;
	}
}
.event_list li .img {
	aspect-ratio: 312/247;
	overflow: hidden;
	margin-bottom: 28px;
	-webkit-mask-image: url(../img/common/parts_oval.svg);
	        mask-image: url(../img/common/parts_oval.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
}
.event_list li .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.event_list li .date {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.event_list li h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5295;
}

@media screen and (max-width: 800px) {
	.event:not(._column) {
		width: 100%;
	}
	.event_inner {
		width: 100%;
	}
	.event._column {
		padding-bottom: 60px;
	}
	.event._column h2 {
		font-size: 21.4px;
		width: 165px;
		position: relative;
		margin-left: -15px;
		translate: 0 -15px;
		z-index: 2;
	}
	.event_list {
		width: 88.5334%;
		margin: 0 auto 33px;
	}
	.event_list_wrap {
		display: block;
		margin-top: -70px;
		margin-bottom: 30px;
	}
	.event_list_wrap .event_list {
		width: 88.5334%;
		margin: 0 auto;
	}
	.event_list._large {
		width: 90.6667%;
		margin: 0 auto 15px;
	}
	.event_list._large li .date {
		font-size: 18.7px;
	}
	.event_list._large li h3 {
		font-size: 20.4px;
		line-height: 1.4706;
	}
	.event_list li {
		width: 47.5904%;
		margin-bottom: 20px;
	}
	.event_list li .img {
		margin-bottom: 18px;
	}
	.event_list li .date {
		font-size: 11.7px;
		margin-bottom: 3px;
	}
	.event_list li h3 {
		font-size: 13.7px;
		line-height: 1.4234;
	}
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
/* Icons */
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
	left: auto;
}
[dir=rtl] .slick-next {
	right: auto;
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

.btn_fix {
	display: none;
}

/* ========================================

kv

======================================== */
.kv {
	position: relative;
	overflow: hidden;
	padding-bottom: 245px;
}
.kv.is-view .copy {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.kv.is-view .logo {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
.kv.is-view .img._02::before {
	translate: -50px -50px;
	opacity: 0;
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.kv.is-view .img._04::before {
	translate: 50px 50px;
	opacity: 0;
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.kv.is-view.fadeIn .copy {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.kv.is-view.fadeIn .logo {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.kv.is-view.fadeIn .img._02::before {
	translate: 0 0;
	opacity: 1;
}
.kv.is-view.fadeIn .img._04::before {
	translate: 0 0;
	opacity: 1;
}
.kv_inner {
	max-width: 1500px;
	margin: 0 auto;
	height: clamp(860px, 100vh + 30px, 990px);
	position: relative;
	padding-bottom: 160px;
}
.kv_cont {
	width: 1300px;
	position: absolute;
	margin: 0 auto;
	top: 26.4647%;
	right: 50%;
	z-index: 5;
	translate: 50% 0;
}
.kv_cont .copy {
	color: var(--c_key1);
	font-size: 29px;
	font-weight: 500;
	line-height: 1.7242;
	display: inline-block;
	margin-bottom: 11px;
	-webkit-transition: clip-path 0.4s;
	transition: clip-path 0.4s;
}
.kv_cont .logo {
	width: 570px;
	-webkit-transition: clip-path 0.6s;
	transition: clip-path 0.6s;
}
.kv .img {
	position: absolute;
	z-index: 1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.kv .img._01 {
	height: min(18.7879%, 186px);
	aspect-ratio: 684/372;
	top: 78px;
	left: 184px;
	-webkit-animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._02 {
	height: min(38.8889%, 385px);
	aspect-ratio: 894/770;
	top: 0;
	left: 468px;
	-webkit-animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._02::before {
	width: 16.7786%;
	aspect-ratio: 150/126;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 76.5101%;
	margin-top: 59.2842%;
	background-image: url(../img/top/kv_illust01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	rotate: 136.89deg;
	z-index: 0;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.kv .img._02 span {
	display: block;
	position: relative;
	z-index: 1;
}
.kv .img._03 {
	height: min(29.192%, 289px);
	aspect-ratio: 1078/578;
	top: 46px;
	right: -48px;
	-webkit-mask-image: url(../img/top/kv_parts03_mask.png);
	        mask-image: url(../img/top/kv_parts03_mask.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-animation: floatUp_6 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_6 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._04 {
	height: min(23.9394%, 237px);
	aspect-ratio: 576/474;
	top: 320px;
	left: 729px;
	-webkit-animation: floatUp_10 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_10 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._04::before {
	width: 119px;
	width: 41.3195%;
	aspect-ratio: 238/228;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 1.7362%;
	margin-top: 8.6806%;
	background-image: url(../img/top/kv_illust02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	rotate: -25.8deg;
	z-index: 0;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.kv .img._04 span {
	display: block;
	position: relative;
	z-index: 1;
}
.kv .img._05 {
	height: min(47.6768%, 472px);
	aspect-ratio: 1606/944;
	bottom: 3px;
	left: -119px;
	-webkit-mask-image: url(../img/top/kv_parts05_mask.png);
	        mask-image: url(../img/top/kv_parts05_mask.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-animation: floatUp_6 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_6 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._06 {
	height: min(52.7273%, 522px);
	aspect-ratio: 1882/1044;
	right: -88px;
	bottom: 67px;
	-webkit-animation: floatUp_10 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_10 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.kv .img._06 span {
	display: block;
	-webkit-mask-image: url(../img/top/kv_parts06_mask.png);
	        mask-image: url(../img/top/kv_parts06_mask.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
}
.kv .img._07 {
	height: min(35.6566%, 353px);
	aspect-ratio: 698/706;
	bottom: 0;
	left: 50%;
	margin-left: -15.9333%;
}

@media screen and (max-width: 800px) {
	.kv {
		margin-bottom: 20px;
		padding-bottom: 63px;
	}
	.kv.is-view .img._01::before {
		translate: 0 50px;
		opacity: 0;
		-webkit-transition-delay: 0.6s;
		        transition-delay: 0.6s;
	}
	.kv.is-view .img._06::before {
		translate: 50px 50px;
		opacity: 0;
		-webkit-transition-delay: 0.6s;
		        transition-delay: 0.6s;
	}
	.kv.is-view.fadeIn .img._01::before {
		translate: 0 0;
		opacity: 1;
	}
	.kv.is-view.fadeIn .img._06::before {
		translate: 0 0;
		opacity: 1;
	}
	.kv_inner {
		height: auto;
		position: relative;
		padding-top: 114vw;
		padding-bottom: 0;
	}
	.kv_cont {
		width: 86.6667%;
		position: relative;
		margin: 0 auto;
		top: auto;
		right: auto;
		bottom: auto;
		translate: 0 0;
	}
	.kv_cont .copy {
		font-size: max(4.74667vw, 17.8px);
		margin-bottom: 7px;
		margin-bottom: 0.39326em;
	}
	.kv_cont .logo {
		width: 70.9334vw;
	}
	.kv .img {
		height: auto !important;
		aspect-ratio: unset !important;
	}
	.kv .img._01 {
		width: 56.8vw;
		top: 40.2667vw;
		right: auto;
		left: 50%;
		margin-left: -9.0666%;
	}
	.kv .img._01::before {
		width: 32.8639%;
		aspect-ratio: 238/228;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		margin-top: -25.8215%;
		left: 56.3381%;
		background-image: url(../img/top/kv_illust02.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		rotate: 10deg;
		z-index: 0;
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.kv .img._01 span {
		display: block;
		position: relative;
		z-index: 1;
	}
	.kv .img._02 {
		width: 34.1334vw;
		top: 0;
		right: -8.7999%;
		left: auto;
		margin-top: 8.2667%;
	}
	.kv .img._02::before {
		display: none;
	}
	.kv .img._03 {
		width: 49.6vw;
		-webkit-mask-image: unset;
		        mask-image: unset;
		top: 0;
		right: auto;
		left: 0;
		margin-top: 62.4%;
		margin-left: -3.7333%;
	}
	.kv .img._04 {
		display: none;
	}
	.kv .img._05 {
		width: 72.2667vw;
		top: 0;
		right: 36.2667%;
		bottom: auto;
		left: auto;
		margin-top: 17.6%;
	}
	.kv .img._06 {
		width: 93.8667vw;
		right: auto;
		left: 24.5334%;
		bottom: 0;
		margin-bottom: 36%;
	}
	.kv .img._06::before {
		width: 14.2046%;
		aspect-ratio: 150/126;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -5.6818%;
		margin-top: 26.9887%;
		background-image: url(../img/top/kv_illust01.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		rotate: -26.63deg;
		z-index: 0;
		-webkit-transform-origin: 50% 0;
		        transform-origin: 50% 0;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.kv .img._06 span {
		position: relative;
		z-index: 1;
	}
	.kv .img._07 {
		width: 52.5334vw;
		right: 4px;
		left: auto;
	}
}
/* ========================================

about

======================================== */
.about {
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 146px;
	z-index: 3;
}
.about_wrap {
	overflow: hidden;
	position: relative;
	margin: -85px auto 0;
}
.about::before {
	width: 434px;
	aspect-ratio: 868/876;
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	left: -31px;
	background-image: url(../img/top/about_parts01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: 1;
	-webkit-animation: floatUp_6 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_6 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.about::after {
	width: 406px;
	aspect-ratio: 812/910;
	content: "";
	display: block;
	position: absolute;
	top: 210px;
	right: -50px;
	background-image: url(../img/top/about_parts02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: 1;
	-webkit-animation: floatUp_10 1s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_10 1s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.about_inner {
	width: 1256px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
.about_inner::before {
	width: 454px;
	aspect-ratio: 908/600;
	content: "";
	display: block;
	position: absolute;
	left: -135px;
	bottom: -66px;
	background-image: url(../img/top/about_parts03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: 1;
	-webkit-animation: floatUp_10 2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_10 2s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.about_inner::after {
	width: 288px;
	aspect-ratio: 576/474;
	content: "";
	display: block;
	position: absolute;
	right: -99px;
	bottom: -96px;
	background-image: url(../img/top/about_parts04.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: 1;
	-webkit-animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.about_cont {
	color: var(--c_key1);
	width: 1180px;
	position: relative;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	z-index: 2;
}
.about_cont::before {
	width: 349px;
	aspect-ratio: 698/706;
	content: "";
	display: block;
	position: absolute;
	right: -99px;
	bottom: -96px;
	background-image: url(../img/top/kv_parts07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: -1;
	-webkit-animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	top: 0;
	left: 500px;
	display: none;
}
.about_cont h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}
.about_cont h2 .logo {
	width: 250px;
	margin-right: 20px;
}
.about_cont h2 .sub {
	font-size: 22px;
	font-weight: 600;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 8px;
}
.about_cont .txt {
	font-size: 22px;
	font-weight: 500;
	line-height: 2.0455;
	width: 700px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.about_img {
	position: relative;
	margin-top: -15px;
	z-index: 2;
}
.about_img .img._01 {
	width: 520px;
	position: relative;
	margin-left: 14px;
	-webkit-mask-image: url(../img/top/about_img01_mask.png);
	        mask-image: url(../img/top/about_img01_mask.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	z-index: 1;
}
.about_img .img._02 {
	width: 843px;
	position: relative;
	margin-top: -380px;
	margin-left: auto;
	z-index: 2;
}
.about_img .img._02 span {
	display: block;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 800px) {
	.about {
		padding: 11px 0 80px;
	}
	.about_wrap {
		margin-top: 0;
	}
	.about::before {
		width: 47.4667vw;
		aspect-ratio: 356/296;
		top: 6px;
		left: 50%;
		right: auto;
		margin-left: 6.6667%;
		background-image: url(../img/top/about_parts01_sp.png);
	}
	.about::after {
		width: 53.3334vw;
		aspect-ratio: 400/232;
		top: 431px;
		right: auto;
		left: -5px;
		background-image: url(../img/top/about_parts02_sp.png);
	}
	.about_inner {
		width: 100%;
	}
	.about_inner::before, .about_inner::after {
		display: none;
	}
	.about_cont {
		width: 88%;
		margin-top: -6px;
		margin-bottom: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.about_cont h2 {
		margin-bottom: 15px;
	}
	.about_cont h2 .logo {
		width: 173px;
		margin-right: 15px;
	}
	.about_cont h2 .sub {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.about_cont .txt {
		font-size: 18px;
		line-height: 2;
		width: 100%;
	}
	.about_img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.about_img .img._01 {
		width: 100%;
		margin: 0 auto;
		margin-top: -16.5334vw;
		-webkit-mask-image: unset;
		        mask-image: unset;
	}
	.about_img .img._02 {
		width: 100%;
		margin: 0;
	}
}
/* ========================================

contents

======================================== */
.contents {
	margin-bottom: 175px;
}
.contents .hl01 {
	margin-bottom: 90px;
}
.contents .hl01 h2 {
	padding: 0 76px;
}
.contents .hl01 h2::before, .contents .hl01 h2::after {
	scale: 1 0.8728;
}
.contents_list {
	width: 1349px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.contents_list_item {
	width: 305px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	-webkit-box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.25);
	        box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.25);
}
.contents_list_item:nth-child(even) {
	margin-top: 50px;
}
.contents_list_item a {
	display: block;
}
@media screen and (min-width: 801px) {
	.contents_list_item a:hover .img img {
		scale: 1.1;
	}
}
.contents_list_item .img {
	position: relative;
	z-index: 1;
}
.contents_list_item .img img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.contents_list_item_cont {
	color: #fff;
	font-weight: 600;
	width: 100%;
	padding: 0 20px 24px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.contents_list_item_cont h3 {
	font-size: 20px;
	margin-bottom: 8px;
}
.contents_list_item_cont .txt {
	font-size: 16px;
	line-height: 1.44;
}

@media screen and (max-width: 800px) {
	.contents {
		margin-bottom: 0;
	}
	.contents .hl01 {
		margin-bottom: 45px;
	}
	.contents .hl01 h2 {
		padding: 0 30px;
	}
	.contents_list {
		width: 100%;
		display: block;
	}
	.contents_list .slick-arrow {
		width: 45px;
		height: 45px;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 50%;
		z-index: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contents_list .slick-arrow::before {
		width: 9px;
		height: 9px;
		content: "";
		display: block;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	.contents_list .slick-prev {
		left: 15px;
	}
	.contents_list .slick-prev::before {
		-webkit-transform: translateX(2px) scaleX(0.8) rotate(-135deg);
		        transform: translateX(2px) scaleX(0.8) rotate(-135deg);
	}
	.contents_list .slick-next {
		right: 15px;
	}
	.contents_list .slick-next::before {
		-webkit-transform: translateX(-1px) scaleX(0.8) rotate(45deg);
		        transform: translateX(-1px) scaleX(0.8) rotate(45deg);
	}
	.contents_list .slick-track {
		padding-bottom: 60px;
	}
	.contents_list_item {
		width: 246px;
		margin: 0 17px;
	}
	.contents_list_item_cont h3 {
		font-size: 16px;
	}
	.contents_list_item_cont .txt {
		font-size: 13px;
	}
}
/* ========================================

event

======================================== */
.event {
	margin-bottom: 10px;
}
.event .hl01 {
	margin-bottom: 92px;
}

@media screen and (max-width: 800px) {
	.event:not(._column) {
		margin-bottom: 60px;
	}
	.event .hl01 {
		margin-bottom: 38px;
	}
	.event_list li:nth-child(n+5) {
		display: none;
	}
}
/* ========================================

character

======================================== */
.character {
	position: relative;
	z-index: 1;
}
.character::before, .character::after {
	width: 100%;
	height: 320px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	background-color: #6350CA;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	z-index: 1;
}
.character::before {
	top: 0;
	translate: 0 -100%;
	-webkit-mask-image: url(../img/top/character_bg_wave_top.svg);
	        mask-image: url(../img/top/character_bg_wave_top.svg);
}
.character::after {
	bottom: 90px;
	translate: 0 100%;
	-webkit-mask-image: url(../img/top/character_bg_wave_bottom.svg);
	        mask-image: url(../img/top/character_bg_wave_bottom.svg);
}
.character_wrap {
	position: relative;
	margin-bottom: 55px;
	padding: 320px 0 240px;
}
.character_wrap::before, .character_wrap::after {
	width: 77px;
	height: 702px;
	content: "";
	display: block;
	position: absolute;
	background-image: url(../img/top/character_bg_txt.png);
	background-repeat: no-repeat;
	background-size: 77px auto;
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}
.character_wrap::before {
	left: 0;
	bottom: 4px;
	background-position: -4px 0;
}
.character_wrap::after {
	top: -14px;
	right: 0;
	background-position: 0 -13px;
}
.character_inner {
	color: #FFFFAF;
	width: 920px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 2;
}
.character_inner::before {
	width: max(100vw, 1400px);
	height: calc(100% - 80px);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	background-color: #6350CA;
	translate: 50% 0;
	z-index: -1;
}
.character .img {
	width: 378px;
	margin-top: -60px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.character_cont {
	width: 260px;
	padding-top: 28px;
}
.character_cont h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 60px;
}
.character_cont dl > div:not(:last-child) {
	margin-bottom: 45px;
}
.character_cont dl dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
}
.character_cont dl dd {
	font-size: 16px;
	text-align: justify;
	line-height: 1.625;
}

@media screen and (max-width: 800px) {
	.character {
		padding: 25vw 0;
	}
	.character::before, .character::after {
		height: 25vw;
		translate: 0 0;
	}
	.character::before {
		top: 1px;
	}
	.character::after {
		bottom: 1px;
	}
	.character_wrap {
		margin-bottom: 42px;
		padding: 0;
	}
	.character_wrap::before, .character_wrap::after {
		display: none;
	}
	.character_inner {
		width: 100%;
		margin: 0 auto;
		padding: 35px 0 65px;
		background-color: #6350CA;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.character_inner::before {
		display: none;
	}
	.character_inner > h2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 44px;
		padding-top: 55px;
		background-image: url(../img/top/character_hl_en_sp.png);
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-size: 293px auto;
	}
	.character .img {
		width: 244px;
		margin: 0 auto 22px;
	}
	.character_cont {
		width: 72%;
		margin: 0 auto;
	}
	.character_cont dl > div:not(:last-child) {
		margin-bottom: 55px;
	}
}
/* ========================================

line

======================================== */
.line {
	width: 1360px;
	margin: 0 auto 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.line_item {
	color: #39B54A;
	width: 650px;
	padding: 53px 47px 60px 68px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.line_item_cont h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}
.line_item_cont h2 small {
	font-size: 25px;
	display: block;
	margin-bottom: 16px;
}
.line_item_cont .txt {
	font-size: 16px;
	line-height: 1.75;
	width: 360px;
}
.line_item_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.line_item._official .line_item_img {
	width: 122px;
	margin-right: 17px;
	padding-top: 52px;
}
.line_item._official .line_item_img .qr {
	margin-bottom: 21px;
}
.line_item._official .line_item_img .btn {
	width: 100%;
	height: 32px;
}
.line_item._official .line_item_img .btn a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	padding-left: 7px;
	padding-bottom: 2px;
	border-radius: 5px;
	background-color: #39B54A;
	border: 1px solid #39B54A;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.line_item._official .line_item_img .btn a::before {
	width: 19px;
	aspect-ratio: 19/17;
	content: "";
	display: block;
	margin-top: 2px;
	margin-right: 7px;
	background-color: #fff;
	-webkit-mask-image: url(../img/top/line_official_ico_line.png);
	        mask-image: url(../img/top/line_official_ico_line.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
@media screen and (min-width: 801px) {
	.line_item._official .line_item_img .btn a:hover {
		color: #39B54A;
		background-color: #fff;
	}
	.line_item._official .line_item_img .btn a:hover::before {
		background-color: #39B54A;
	}
}
.line_item._stamp {
	padding-top: 35px;
}
.line_item._stamp .line_item_cont {
	padding-top: 32px;
}
.line_item._stamp .line_item_img {
	width: 128px;
}
.line_item._stamp .line_item_img .illust {
	width: 111px;
	margin-bottom: 13px;
}

@media screen and (max-width: 800px) {
	.line {
		width: 100%;
		display: block;
		margin-bottom: 55px;
	}
	.line_item {
		width: 89.0667%;
		margin: 0 auto;
		padding: 42px 0 36px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.line_item_cont h2 {
		font-size: 22.6px;
		text-align: center;
		margin-bottom: 16px;
	}
	.line_item_cont h2 small {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.line_item_cont .txt {
		font-size: 16px;
		line-height: 1.875;
		width: 83.2336%;
		margin: 0 auto;
	}
	.line_item._official {
		margin-bottom: 20px;
	}
	.line_item._official .line_item_img {
		margin-right: 0;
		padding-top: 23px;
	}
	.line_item._official .line_item_img .qr {
		margin: 0 0 12px;
	}
	.line_item._stamp {
		padding: 45px 0 42px;
	}
	.line_item._stamp .line_item_cont {
		margin-bottom: 6px;
		padding-top: 0;
	}
	.line_item._stamp .line_item_cont h2 {
		margin-bottom: 28px;
	}
	.line_item._stamp .line_item_img {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.line_item._stamp .line_item_img .illust {
		width: 90px;
		margin: 0 30px 0 8px;
	}
	.line_item._stamp .line_item_img .qr {
		width: 120px;
	}
}