/*=======================
        General 
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Noto Sans JP';

}

p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
	font-family: 'Noto Sans JP';


}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FF24DC;
	font-weight: 900;
}

h3,
h4,
h5,
h6 {
	line-height: 1.3;
}

h1 {
	font-size: 54px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a:hover {
	text-decoration: none;
}

a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

/*=======================
       Page Layout
=======================*/
.site-main {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#myVideo {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

.background-video::-webkit-media-controls-enclosure {
	opacity: 0;
	visibility: hidden;
}

.background-video::-webkit-media-controls-panel {
	opacity: 0;
	visibility: hidden;
}

#wrapper {

	max-width: 1920px;
	margin: 0 auto;
}

.wrap-video {
	position: relative;
}

.srl-bottom {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.srl-bottom::after {
	top: 20%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	content: '';
	border-radius: 50%;
	animation: scrolldown 3s linear infinite;
}
@keyframes scrolldown {
	0% {
		top: 20%;
	}

	50% {
		top: 70%;
	}

	100% {
		top: 20%;
	}
}

/* header---------------------------------------------- */
.wrap-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 40px;
	z-index: 999;
	position: fixed;
	width: 100%;
	left: 0;
	background-color: #fff;
	display: flex;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 0;
}

.is-sticky-opening .wrap-header {
	opacity: 1;
	visibility: visible;
	top: 0;

}

.height-header {
	height: 100px;
	display: none;
}

.height-header.is-opening {
	display: block;
}

.logo a {
	color: #1078C2;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
}

.rst-menu ul li {
	list-style: none;
	padding-left: 40px;
	display: inline-block;
}

.rst-menu ul li a {
	color: #4F627F;
	font-family: Noto Sans JP;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	padding-bottom: 4px;
	position: relative;

}

.rst-menu ul li a.active {
	color: #1078C2;

}

.rst-menu ul li a:hover {
	color: #1078C2;

}

.rst-menu li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #1078C2;
	transform: scale(0, 1);
	transform-origin: right center;
	backface-visibility: hidden;
	transition: transform 250ms ease 0s;
}

.rst-menu li a:hover::after {
	display: block;
	transform-origin: left center;
	transform: scale(1, 1);
}

.rst-menu li a.active::after {
	display: block;
	transform-origin: left center;
	transform: scale(1, 1);
}

.site-main {
	padding: 0;
}

.click-mobile {
	display: none;
}


/* ____________________________________________ */
.container-about {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

.title-meta {
	color: #FC0BCA;
	font-family: Noto Sans JP;
	font-size: 34px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.4px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.title-meta::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 45px;
	height: 1px;
	background: #FC0BCA;
}

.inner-about .title-meta {
	margin-bottom: 46px;
}

.inner-about h3 {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 15px;
}

.inner-about h3 span {
	color: #FC0BCA;
}

.inner-about h3 div {
	padding-top: 26px;
	font-weight: 500;
}

.inner-about p {
	color: #C6CEEF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

.about {
	padding: 134px 0 145px;
}

.item-influencer1 {
	position: relative;
	z-index: 1;
}

.item-influencer2 {
	margin-left: auto;
	margin-top: -210px;
	margin-right: -95px;

}

.item-influencer {
	width: 64%;
}

.item-influencer img {
	display: block;

}

.content-influencer {
	display: flex;
	flex-wrap: wrap;
	max-width: 1648px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	align-items: center;
}
.influencer-images {
	width: calc(100% - 600px);
	padding-right: 40px;
}
.influencer-images .row {
	margin-left: -8px;
	margin-right: -8px;
}
.influencer-images .row > * {
	padding-left: 8px;
	padding-right: 8px;
}
.influencer-images .col-md-6:last-child .top-item {
	padding-top: 56.5%;
}
.influencer-images img {
	display: block;
	width: 100%;
}
.influencer-images .top-item {
	margin-bottom: 16px;
}
.influencer-images h3 {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-weight: 500;
	margin-top: 18px;
}
.influencer-images .top-item h3 {
	margin-bottom: 18px;
	margin-top: 0;
}

.container-influencer .title-meta {
	margin-bottom: 53px;
}

.influencer-left h3 {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.influencer-left ul {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
}

.influencer-left ul li {
	list-style: none;
	display: flex;
	color: #C6CEEF;
	font-family: Noto Sans JP;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	align-items: self-start;
}

.influencer-left ul li span {
	color: #C6CEEF;
	font-family: Noto Sans JP;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	padding: 0 10px 0 11px;
	height: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #C6CEEF;
	border-radius: 50%;
	margin-right: 10px;
}

.global-influencer {
	padding-bottom: 138px;
}

.container-contest-entry {
	max-width: 1330px;
	padding: 0 15px;
	margin: 0 auto;
}
.contest-movie {
	display: flex;
  	justify-content: center;
}
.contest-entry-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.item-entry {
	width: calc(25% - 22.5px);
	position: relative;
	transition: all 0.5s ease-in-out 0s;

}

.thumb-entry {
	position: relative;
}

.thumb-entry img {
	display: block;
	width: 100%;
}

.site-main .bg {
	top: 100vh;
}

.thumb-entry::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.60);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.thumb-entry:hover::after {
	opacity: 1;
	visibility: visible;
}

.content-entry {
	position: absolute;
	bottom: 0;
	left: 15px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s, bottom 0.5s ease;
}

.thumb-entry:hover .content-entry {
	opacity: 1;
	visibility: initial;
	bottom: 36px;
	z-index: 1;

}

.content-entry h3 {
	color: #E30280;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 7px;
}

.content-entry p {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0;
}

.container-contest-entry .title-meta {
	margin-bottom: 60px;
}

.contest-entry {
	padding-bottom: 137px;
}

.container-audition .title-meta {
	margin-bottom: 37px;
}

.list-content-audition {
	display: flex;
	flex-direction: column;
	max-width: 770px;
	margin: 0 auto;
}

.item-audition {
	display: flex;
	flex-wrap: wrap;
	padding: 31px 0;
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.item-left-audition {
	width: 30%;
}

.item-right-audition {
	width: 70%;
	padding-right: 60px;
}

.item-left-audition h3 {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}

.item-right-audition p {
	color: #C6CEEF;
	font-family: Noto Sans JP;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

.item-right-audition span {
	color: #FC0BCA;
	font-family: Noto Sans JP;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 8px;
}

.audition-details {
	padding-bottom: 148px;
}

.container-party {
	max-width: 740px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-party .title-meta {
	margin-bottom: 70px;
}

.content-party-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.text-party-top h3 {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 19px;
	font-style: normal;
	width: 150px;
	font-weight: 500;
	line-height: normal;
	transform: rotate(-8.914deg);
	padding: 0 8px;

}

.text-party-top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0 34px 0;
	background-color: #E30280;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.img-party-top {
	padding-left: 10px;
}

.img-party-top p {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.content-party-bottom h3 {
	color: #E30280;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 35px;

}

.inner-party-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	align-items: center;
	margin-bottom: 50px;
}

.inner-party-bottom img {
	width: 270px;
}

.inner-party-bottom p {
	width: calc(100% - 300px);
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	max-width: 294px;
	line-height: normal;
	margin-bottom: 0;
}

.title-benefit {
	text-align: center;
	margin-bottom: 23px;
}

.title-benefit h2 {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding: 0 0 15px;
	border-bottom: 3px dashed #E30280;
}

.list-benefit {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px 70px;
	gap: 20px 0;
	justify-content: center;
}

.item-benefit {
	display: flex;
	padding: 5px;
	background: #FFFCA1;
	margin: 0 9px 0;
	align-items: center;
	justify-content: center;

}

.item-benefit span {
	padding: 0 8px 0 8px;
	height: 32px;
	color: #FFFCA1;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: self-end;
	justify-content: center;
	background: #000;
}

.item-benefit p {
	padding-left: 14px;
	padding-right: 12px;
	margin-bottom: 0;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.benefit h4 {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 57px;
}

.btn-notification {
	display: flex;
	justify-content: center;
}

.after-party .btn-notification .btn-notification-cl {
	padding: 0 92px;
}

.btn-notification .btn-notification-cl {
	padding: 0 152px;
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 24px;
	justify-content: center;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 35px;
	background: #E30280;
	height: 70px;
	display: flex;
	position: relative;
	align-items: center;
	transition: all 0.5s ease-in-out 0s;
	overflow: hidden;
	z-index: 1;
	outline: none;
	border: none;
}

.btn-notification .btn-notification-cl::before {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	content: '';
	background: url('../images/Group\ 26.png');
	z-index: 1;
	width: 10.607px;
	height: 19.607px;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-notification .btn-notification-cl::after {
	position: absolute;
	height: 250px;
	content: '';
	transform: rotate(-28.333deg);
	background: #D20879;
	overflow: hidden;
	z-index: -1;
	transition: all 0.5s ease-in-out 0s;
	top: 28px;
	left: -650px;
	width: 700px;
}


.btn-notification .btn-notification-cl:hover:after {
	left: 0;
	transform: rotate(0);
	top: -42px;
}

.container-membership {
	max-width: 930px;
	padding: 0 15px;
	margin: 0 auto;
}

.box-membership {
	display: flex;
	justify-content: space-between;
	gap: 90px;
	margin-bottom: 70px;
}

/* .item-membership{
	width: auto;
	height: 524px;
	width: 399px;
	background-size: cover;
	background-repeat: no-repeat;
}
.item-membership:last-child{
	width: 416px;

} */
.membership {
	padding-bottom: 123px;
}

.container-membership .title-meta {
	margin-bottom: 56px;
}

.after-party {
	padding-bottom: 150px;
}

#wrapper {
	overflow-x: hidden;
}

/* -------------------------------------------------9/4 */

.container-contribution .title-meta {
	margin-bottom: 60px;
}


.container-contribution {
	max-width: 870px;
	margin: 0 auto;
	padding: 0 15px;
}

.box-contribution {
	display: flex;
	flex-wrap: wrap;
	gap: 0 90px;
	justify-content: center;
}

.item-contribution {
	width: calc(50% - 45px);
	padding: 53px 30px 44px;
	border-radius: 20px;
	border: 1px solid rgba(227, 2, 128, 0.20);
	background: #FFF;
	text-align: center;
}

.item-contribution img {
	padding-bottom: 45px;
	display: block;
	margin: 0 auto;
}

.item-contribution h3 {
	color: #202C45;
	font-family: Noto Sans JP;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;

}

.item-contribution p {
	color: #64748B;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
}

.social-contribution {
	padding-bottom: 127px;
}

.container-sponsors .title-meta {
	margin-bottom: 50px;
}

.container-sponsors {
	padding: 0 15px;
}

.banner-sponsors {
	text-align: center;
	margin-bottom: 142px;
}

.banner-sponsors img {
	display: block;
	margin: 0 auto;
}

.qr-sponsors {
	text-align: center;
	margin: 0 0 2rem 0;

}

.qr-sponsors img {
	display: block;
	margin: 0 auto 8px;
}

.qr-sponsors p {
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 28px;
}

.sponsors .btn-notification .btn-notification-cl {
	padding: 0 113px 0 100px;
	height: 70px;
	font-size: 22px;
	font-style: normal;
	gap: 0 13px;
	font-weight: 500;
}
.inner-footer{
	display: block;
	text-align: center;
}
.inner-footer a{
	display: inline-block;
}
.sponsors .btn-notification .btn-notification-cl::after {
	display: none;
}

.sponsors .btn-notification .btn-notification-cl:hover:after {
	left: 0;
	transform: rotate(0);
	top: -112px;
}

.sponsors .btn-notification .btn-notification-cl::before {
	display: none;
}

.sponsors {
	padding-bottom: 150px;
}

.wrap-inquiry {
	display: flex;
	flex-wrap: wrap;
}

.inquiry-left {
	width: 470px;
	padding: 38px 30px 35px;
	border-radius: 20px;
	background: #FFF;
}

.inquiry-right {
	width: calc(100% - 470px);
	padding-left: 50px;
}

.inquiry-right iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;

}

.title-inquiry h2 {
	color: #202C45;
	font-family: Noto Sans JP;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 40px;
}

.title-inquiry p {
	color: #4B5767;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 32px;
}

.form-inquiry p {
	width: 100%;
	margin-bottom: 40px;
	display: block;
	position: relative;
}

.form-inquiry p:last-child {
	margin-bottom: 0;
}

.form-inquiry .phone {
	margin-bottom: 18px;
}

.form-inquiry label {
	color: #4B5767;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 24px;
	top: -15px;
	line-height: normal;
	background: #fff;
	padding: 0 10px;
}

.form-inquiry label span {
	color: #F03A4A;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-inquiry input {
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(16, 120, 194, 0.20);
	background: #FFF;
	height: 50px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	color: #4B5767;
	font-family: Noto Sans JP;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-inquiry .btn-notification .btn-notification-cl {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: Noto Sans JP;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 35px;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.form-inquiry .btn-notification .btn-notification-cl::after {
	top: 0;
}

.inquiry {
	padding-bottom: 119px;
}

.container-inquiry {
	max-width: 1200px;
	padding: 0 15px;
	margin-left: 17.76vw;
	margin-right: auto;
}

.inquiry .btn-notification .btn-notification-cl::after {
	width: 500px;
	height: 200px;
	top: 20px;
	left: -455px;
}

.inquiry .btn-notification .btn-notification-cl:hover:after {
	left: 0;
	transform: rotate(0);
	top: -42px;

}

.inner-footer {
	text-align: center;
	padding: 37px 0 30px;
}

.inner-footer img {
	padding-bottom: 13px;
	display: block;
	margin: 0 auto;
}

.inner-footer p {
	color: #1078C2;
	font-family: Noto Sans JP;
	font-size: 20px;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.inner-footer p span {
	display: block;
	color: #000;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inquiry .btn-notification .btn-notification-cl::before {
	display: none;
}

.sponsors .btn-notification .btn-notification-cl br {
	display: none;
}

.inquiry-left h4{
	color: #4B5767 !important;
	font-family: Noto Sans JP;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400 !important;
	margin-top: 10px !important;
	display: block !important;
	text-align: center !important;
}
.inner-about h3{
	text-align: left;
}
.inner-about h3 div{
	text-align: center;
}
.inner-about p{
	text-align: left;
}
.img-ht{
	width: 400px;
	height: 260px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-hotel h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.top-lst-ht{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.top-lst-ht .item-hotel{
	padding: 0 22.5px;
}
.bottom-lst-ht {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -22.5px 0;
}
.bottom-lst-ht .ct-item-ht{
	width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    padding: 0 22.5px;
}
.bottom-lst-ht .ct-item-ht .img-ht{
	width: 100%;
}
section.hotel {
    margin-bottom: 145px;
}