@charset "utf-8";
/* CSS Document */

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

img {
	display: block;
	width: 100%;
}

.pc__left_wrapper {
	display: none;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100vh;
	max-height: 720px;
}

.top__img {
	position: absolute;
	top: 40%;
	width: 100%;
	pointer-events: none;
}

.top__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-logo {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 0 8px;
	margin: auto;
}

.main-detail {
	max-width: 500px;
	padding: 16px 60px;
	margin: auto;
}

/*    ここからAboutの設定   */
.about {
	padding: 50px 10px;
	background-image: url(../images/bg_1.jpg);
	background-size: cover;
}

.br_off {
	display: block;
}

.about__inner {
	margin: 20px 0 0 0;
	text-align: center;
}

.section__title {
	text-align: center;
    line-height: 1.2;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto 10px;
}

.about .section__title::before {
	background-image: url("../images/about.png");
	max-width: 152px;
}

.about__img {
	max-width: 300px;
	margin: 0 auto 20px;
}

.about__txt {
	font-size: 16px;
	line-height: 2.4;
}

.about__txt-img {
	display: inline-block;
	width: 80px;
	margin: 8px 0 0 0;
}

.about__txt_bg {
	padding: 2px 8px;
	margin: 0 4px;
	background: linear-gradient(90deg, #AAA8EF, #84CEFF);
	color: #fff;
	font-size: 15px;
}

.about__txt-main {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

/*   ここからprofileの設定   */
.profile {
	padding: 50px 0;
	background: #F4FEFF;
}

.profile .section__title::before {
	background-image: url(../images/profile.png);
    max-width: 163px;
}

.profile__container {
	position: relative;
	padding: 21px 0 0 0;
}

.profile__inner{
	position: relative;
	width: calc(100% - 48px);
	max-width: 394px;
	margin: -10% auto 0;
	padding: 24px 16px;
	background: linear-gradient(90deg, #AAA8EF, #84CEFF);
	color: #fff;
}

.profile__name {
	padding: 0 0 12px;
	text-align: center;
	line-height: 1.3;
	font-size: 20px;
	font-weight: normal;
}

.profile__name-img {
	width: 90px;
	margin: 0 auto;
}



/*    ここからimportantの設定   */

.important {
	background-image: url("../images/bg_3.jpg");
	padding: 50px 16px 24px;
	background-size: cover;
}

.important_second {
	background-image: url("../images/bg_2.jpg");
	padding: 50px 16px 24px;
}

.important__inner {
	margin: 20px 0 0 0;
}

.important__card {
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 6px;
	background: #fff;
}

.card__title {
	text-align: center;
	line-height: 1.4;
	color: #EB71EA;
	font-size: 20px;
}

.card__txt {
	max-inline-size: max-content;
	margin: 8px auto 0;
}

.card__img {
	margin: 12px 0 0 0;
}

.table__row {
	width: 100px;
	vertical-align: middle;
    background: #e7eeff;
    text-align: center;
	padding: 6px 10px;
    font-weight: normal;
    font-size: 12px;
}

.table__row-inner {
	text-align: left;
    display: inline-block;
}

.table__column {
	vertical-align:middle
}

.table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 6px;
	line-height: 1.4;
}

.table-title {
	margin: 16px 0 0 6px;
	font-weight: bold;
}

.txt-sub {
	font-size: 12px;
	font-weight: normal;
	color: #969696;
}

.important .section__title::before {
	background-image: url("../images/event.png");
	max-width: 137px;
}

.important .section__title {
	color: #F6FFF4;
}

.important_second .section__title::before {
	background-image: url("../images/music.png");
	max-width: 136px;
}

.important_second .card__title {
	color: #A2A5FF;
}

/*    promotion  */
.promotion {
	padding: 50px 0;
	background-image: url("../images/bg_1.jpg");
	background-size: cover;
}

.section__title-img {
	max-width: 256px;
	margin: 0 auto;
}

.promotion-container {
	position: relative;
	margin: 24px 0;
}

.promotion-container_left {
	margin: 48px 0;
}

.promotion-img {
	width: calc(100% - 10%);
	max-width: 600px;
}

.promotion-txt {
	position: absolute;
	bottom: -24px;
	right: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 32px;
	background: linear-gradient(90deg, #AAA8EF, #84CEFF);
	color: #fff;
}

.promotion-container_left .promotion-img {
	margin: 0 0 0 auto;
}

.promotion-container_left .promotion-txt {
	right: initial;
	left: 0;
}

.promotion__list {
	position: relative;
    padding: 12px 24px
}

.promotion__list .list__item {
	line-height: 1;
	font-weight: bold;
}

.promotion__list .list__item::before {
	content: " ";
	position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon.png);
    color: #FFF476;
    font-size: 12px;
    background-size: cover;
}

.promotion-txt-container {
	padding: 0 24px;
    max-width: 370px;
    margin: 0 auto;
}

.list__item-color {
	color: #EB71EA;
}

/*    ここからSchedule  */
.schedule {
	padding: 50px 16px 40px 16px;
	background: #fff;
}

.schedule .section__title::before {
	background-image: url("../images/flow.png");
	max-width: 107px;
}

.schedule__inner {
	max-width: 500px;
	margin: 20px auto 0;
}

.schedule__card {
	display: flex;
	width: 100%;
	margin: 0 0 16px 0;
	background: #F4FAFF;
	border-radius: 10px;
}

.schedule__title {
	display: grid;
	place-items: center;
	padding: 12px;
	background: linear-gradient(90deg, #AAA8EF, #84CEFF);
	color: #fff;
	border-radius: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.schedule__day {
	font-size: 16px;
	font-weight: bold;
}

.schedule__day-sub {
	font-size: 12px;
	line-height: 1.4;
}

.schedule__txt {
	flex: 1;
	padding: 12px;
}

.list__item {
	margin: 0 0 12px 0;
}

.list__item:last-child {
	margin: 0;
}

/*     ここから応募条件        */
.detail {
	padding: 50px 16px;
	background: #F4FAFF;
}

.detail .section__title::before {
	background-image: url("../images/entry.png");
	max-width: 124px;
	height: 47px;
}

.detail__box {
	position: relative;
	max-width: 500px;
	margin: 0 auto 66px;
	padding: 50px 16px 32px 24px;;
	border-radius: 20px;
	background: #FFFFFF;
}

.detail__box:first-of-type {
	margin: 50px auto 66px;
}

.detail__box:last-of-type {
	margin: 0 auto;
}

.title__box {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 284px;
	padding: 0 24px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 10px 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #AAA8EF, #84CEFF);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.detail__list {
	position: relative;
	padding: 0 0 0 14px;
}

.list__item_mark::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #424e64;
}

/*ここからフッター*/
.footer {
	position: relative;
	padding: 24px 0 94px;
	background: #33345d;
}

.footer__copyright {
	text-align: center;
    font-size: 10px;
	color: #fff;
}

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #33345d;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.back-top::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	bottom: 0;
	transform: translateX(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.footer__logo {
	position: relative;
}

.main-logo-small {
	width: 260px;
	padding: 0 16px 16px;
}

.form {
	display: flex;
	position: fixed;
	bottom: 16px;
	width: 100%;
	padding: 0 8px;
	text-align: center;
	justify-content: center;
	z-index: 3;
}

.form__link {
	display: inline-block;
	width: 100%;
	max-width: 343px;
	padding: 16px 0;
	margin: 0 8px;
	border-radius: 28px;
	line-height: 1;
	background: #39E5AB;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
 @media screen and (min-width: 560px) {
	.promotion-txt {
		font-size: 20px;
	}

	.section__title-img {
		max-width: 300px;
	}

	.br_off {
		display: none;
	}

	.about__txt-main {
		font-size: 24px;
	}
 }

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

	.pc__top {
		background-image: url("../images/pc_bg.jpg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}

	.pc__top_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 40px;
	}

	.pc__left_wrapper {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		width: 100%;
		max-width: 460px;
		margin: 0 80px 0 0;
		flex: 1;
	}

	.pc__left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.form {
		position: static;
		display: block;
	}

	.form__txt {
		margin: 0 0 12px;
		;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.form__qr {
		max-width: 160px;
		margin: 0 auto;
		padding: 8px;
		background: #fff;
		border-radius: 6px;
	}

	.pc__right {
		width: 375px;
		background-color: #fff;
	}

	.pc__main-logo {
		width: 100%;
		padding: 0 0 16px;
	}

	.pc__main-detail {
		max-width: 70%;
		padding: 0 16px 24px;
	}

	.footer {
		padding: 32px 16px;
	}

	.pc__right_form {
		display: none;
	}

	.br_off {
		display: block;
	}

	.about__txt-main {
		font-size: 20px;
	}

	.promotion-txt {
		font-size: 16px;
	}

	.section__title-img {
		max-width: 256px;
	}

}