@charset "UTF-8";

/* -------------------------------------------------------------------------- 

共通モジュール

 -------------------------------------------------------------------------- */

.partition {
	margin: 60px 0;
	border: none;
	border-top: 1px dashed #fff;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.partition {
		margin: 30px 0;
	}
}

.cvBtn {
	color: #fff;
	font-size: 14px;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	text-align: center;
	text-decoration: none;
	padding: 20px 15px 15px;
	background: #0a0606;
	border: solid 2px #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	position: relative;
	display: flex;
	flex-flow: wrap column;
	align-items: center;
	align-content: center;
	justify-content: center;
	transition: all 0.5s;
}
.cvBtn::after {
	content: '';
	width: 30px;
	height: 30px;
	margin: auto;
	background: url('../img/icon_arrow01.svg') no-repeat 0 0 / cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}
.cvBtn span {
	font-size: 20px;
}
.cvBtn:hover {
	transform: scale(1.05);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
}
.cvBtnWrap500 {
	width: 500px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
	.cvBtn::after {
		width: 20px;
		height: 20px;
		right: 15px;
	}
	.cvBtn span {
		font-size: 16px;
	}
	.cvBtnWrap500 {
		width: 100%;
		margin: auto;
	}
}

.commentList {
	margin-top: 15px;
}
.commentList__item {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.circleList {
	font-size: 16px;
}
.circleList__item {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.circleList__item::before {
	content: '● ';
	font-size: 12px;
}
.circleList--sizeDown {
	font-size: 14px;
}
.circleList--sizeDown .circleList__item {
	line-height: 1.75;
}
.circleList--sizeDown .circleList__item::before {
	content: '● ';
	font-size: 10px;
}

.supBaseline {
	vertical-align: -moz-middle-with-baseline;
	vertical-align: -webkit-baseline-middle;
}
.supSuper {
	font-size: 10px;
	vertical-align: super;
}
.wrap {
	width: 1040px;
	padding: 0 20px;
	margin: auto;
}
.main {
	font-family: inherit;
	font-weight: 400;
}
.main img {
	max-width: 100%;
	width: 100%;
	display: block;
}
.section__title {
	font-size: 24px;
	margin-bottom: 100px;
	position: relative;
}
.section__title::after {
	content: '';
	width: 200px;
	height: 8px;
	background: linear-gradient(90deg, rgba(208, 181, 117, 1) 0%, rgba(156, 122, 59, 1) 100%);
	position: absolute;
	top: 45px;
	left: 10px;
	transform: rotate(-10deg);
}
@media only screen and (max-width: 1024px) {
	.wrap {
		width: auto;
	}
	.section__title {
		font-size: 24px;
		margin-bottom: 80px;
		position: relative;
	}
}

.stContainer {
	position: relative;
}
.stContainer__inner {
	width: 100%;
	height: 100%;
}
.stContainer__fixed {
	height: 100vh;
	min-height: 800px;
	position: sticky;
	top: 0;
	left: 0;
}
.stContainer__normal {
	padding: 50vh 0 0;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	.st_container__fixed {
		min-height: initial;
	}
	.stContainer__normal {
		padding: 25vh 0 0;
	}
}

/* firstView
-------------------------------------------------------------------------- */
.fv {
	height: 100vh;
	min-height: 860px;
	position: relative;
}
.fv__wrap {
	width: 800px;
}
.fv__bg {
	height: 100%;
	padding-top: 200px;
	background-image: url('../img/pic_bg02.png'), url('../img/pic_bg01.png');
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom, right 50%;
	background-size: 1200px 300px, cover;
	mix-blend-mode: lighten;
}
.fv__title {
	width: 340px;
}
@media only screen and (max-width: 1024px) {
	.fv {
		min-height: initial;
	}
	.fv__wrap {
		width: 100%;
		padding: 0 10vw;
	}
	.fv__bg {
		padding-top: 200px;
		background-position: center bottom, right 25% bottom;
	}
	.fv__title {
		width: 60vw;
		max-width: 340px;
	}
}

/* intro
-------------------------------------------------------------------------- */
.intro {
	margin-bottom: 150px;
}
.intro__dragon {
	width: 394px;
	position: absolute;
	top: 100px;
	left: 40px;
}
.intro__fish {
	width: 200px;
	position: absolute;
	bottom: 150px;
	right: 60px;
}
.intro__title {
	width: 800px;
	margin-bottom: 60px;
}
.intro__description {
	line-height: 2.5;
	margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
	.intro {
		margin-bottom: 100px;
	}
	.intro__dragon {
		width: 65vw;
		max-width: 394px;
		top: 60px;
		left: 15px;
	}
	.intro__fish {
		width: 40vw;
		max-width: 200px;
		bottom: 100px;
		right: 30px;
	}
	.intro__title {
		width: 100%;
		max-width: 540px;
		margin-bottom: 45px;
	}
	.intro__description {
		margin-bottom: 45px;
	}
}

/* category
-------------------------------------------------------------------------- */
.category {
	margin-bottom: 150px;
}
.category__block {
	position: relative;
}
.categoryComments {
	font-size: 14px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-end;
	gap: 5px;
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
}
.categoryList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.categoryList__item {
	width: 232px;
}
.categoryList__caption {
	font-size: 14px;
	margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
	.category {
		margin-bottom: 100px;
	}
	.categoryComments {
		margin-top: 20px;
		align-content: flex-start;
		position: static;
	}
	.categoryList {
		gap: 30px;
	}
	.categoryList__item {
		width: 100%;
	}
}

/* judge
-------------------------------------------------------------------------- */
.judge {
	margin-bottom: 150px;
}
.judge__block {
	position: relative;
}
.judgeComments {
	font-size: 14px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-end;
	gap: 5px;
	position: absolute;
	bottom: calc(100% + 15px);
	right: 0;
}
.judgeList {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.judgeList__item {
	width: 300px;
	min-height: 380px;
	padding: 30px;
	background: linear-gradient(90deg, rgba(156, 122, 59, 1) 0%, rgba(208, 181, 117, 1) 100%);
}
.judgeList__caption {
	color: #343434;
	font-size: 14px;
	margin-top: 15px;
}
.judgeList__caption span {
	font-size: 16px;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	margin-bottom: 10px;
	display: block;
}
.judgeList__caption span i {
	font-size: 20px;
	font-style: normal;
	margin-right: 0.5em;
	display: inline-block;
}
@media only screen and (max-width: 1024px) {
	.judge {
		margin-bottom: 100px;
	}
	.judgeComments {
		margin-bottom: 10px;
	}
	.judgeList {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.judgeList__item {
		width: 100%;
		min-height: initial;
	}
}

/* benefits
-------------------------------------------------------------------------- */
.benefits {
	margin-bottom: 150px;
}
.benefits__description {
	font-size: 20px;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	line-height: 2;
}
@media only screen and (max-width: 1024px) {
	.benefits {
		margin-bottom: 100px;
	}
}

/* entry
-------------------------------------------------------------------------- */
.entry {
	margin-bottom: 100px;
}
.entry__block {
	padding: 40px 25px;
	background: linear-gradient(90deg, rgba(156, 122, 59, 0.6) 0%, rgba(208, 181, 117, 0.6) 100%);
}
.entry__block:not(:first-child) {
	margin-top: 60px;
}
.entry__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.entry__wrap:not(:first-child) {
	margin-top: 45px;
}
.entry__head {
	font-size: 20px;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	width: 240px;
	background: linear-gradient(135deg, rgba(144, 69, 131, 1) 0%, rgba(187, 89, 46, 1) 100%);
	border: solid 2px #d0b575;
	border-radius: 10px;
	display: flex;
	flex-flow: wrap column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.entry__head--row {
	flex-flow: wrap row;
}
.entry__head--arrow {
	position: relative;
}
.entry__head--arrow::after {
	content: '';
	width: 26px;
	height: 29px;
	margin: auto;
	background: url('../img/icon_arrow02.svg') no-repeat 0 0 / cover;
	position: absolute;
	top: -37.5px;
	left: 0;
	right: 0;
}
.entry__head small {
	font-size: 16px;
}
.entry__body {
	width: 680px;
	padding: 10px 0;
}
.entryNumList {
	margin: 10px 0;
}
.entryNumList__item {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.entry__comment {
	margin-left: 1.25em;
}
.entryPeriod {
	color: #e50012;
	font-family: 'UniversLTPro-55Roman', 'MFW-ShinGoPr6N-Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	width: 440px;
	margin-top: 30px;
	padding: 15px 30px 10px;
	background: #fff;
	border-radius: 10em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.entryPeriod__head {
	font-size: 16px;
	line-height: 1;
	transform: translateY(3px);
}
.entryPeriod__body {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.125em;
}
.entryPeriod__body i {
	font-size: 22px;
	font-style: normal;
}
.entryDetail {
	overflow: hidden;
}
.entryDetail:not(:first-child) {
	margin-top: 15px;
}
.entryDetail__head {
	width: 85px;
	float: left;
}
.entryDetail__body {
	overflow: hidden;
}
.entryDetail__schedule {
	font-size: 14px;
	letter-spacing: 0.125em;
	transform: translateY(-5px);
}
.entryDetail__schedule i {
	font-size: 22px;
	font-style: normal;
}
.entryVenue {
	font-size: 14px;
}
.entryVenue__logo {
	width: 280px;
	margin-bottom: 10px;
	display: block;
}
.entry__note {
	margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
	.entry {
		margin-bottom: 60px;
	}
	.entry__block {
		padding: 40px 20px;
	}
	.entry__block:not(:first-child) {
		margin-top: 45px;
	}
	.entry__wrap {
		gap: 20px;
	}
	.entry__wrap:not(:first-child) {
		margin-top: 30px;
	}
	.entry__head {
		width: 100%;
		padding: 20px 15px 15px;
	}
	.entry__head--arrow::after {
		content: none;
	}
	.entry__body {
		width: 100%;
		padding: 0;
	}
	.entryPeriod {
		width: 100%;
		padding: 10px;
		gap: 10px;
	}
	.entryDetail__head {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.entry__note {
		margin-top: 30px;
	}
}

/* contact
-------------------------------------------------------------------------- */
.contactInfo {
	overflow: hidden;
}
.contactInfo__head {
	width: 85px;
	float: left;
}
.contactInfo__body {
	overflow: hidden;
}
.contactInfo__main {
	font-size: 16px;
	display: block;
}
.contactInfo__sub {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	display: block;
}
.contactInfo__logo {
	width: 120px !important;
	margin-right: 10px;
	display: inline-block !important;
	transform: translateY(-3px);
}
@media only screen and (max-width: 1024px) {
	.contactInfo__head {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

/* -------------------------------------------------------------------------- 

アニメーション 固定処理

 -------------------------------------------------------------------------- */

.animeFadeUp {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 0.5s;
}
.animeFadeUp.is-show {
	opacity: 1;
	transform: translateY(0);
}
.animeFadeSlideLR {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 1s 0.5s, transform 0.5s 0.5s;
}
.animeFadeSlideLR.is-show {
	opacity: 1;
	transform: translateX(0);
}
.animeFadeScale {
	opacity: 0;
	transform: scale(1.25);
	transition: opacity 1s 0.25s, transform 0.5s 0.25s;
}
.animeFadeScale.is-show {
	opacity: 1;
	transform: scale(1);
}

.animeFadeThrow {
	opacity: 0;
	transition: opacity 1s 0.5s;
}
.animeFadeThrow.is-show {
	opacity: 1;
}
.animeFadeThrow .intro__dragon img,
.animeFadeThrow .intro__fish img {
	filter: blur(10px);
	transform: scale(2);
	transform-origin: center;
	transition: all 1s 0.5s;
}
.animeFadeThrow.is-show .intro__dragon img,
.animeFadeThrow.is-show .intro__fish img {
	filter: blur(0);
	transform: scale(1);
}
@media only screen and (max-width: 1024px) {
	.animeFadeThrow .intro__dragon img,
	.animeFadeThrow .intro__fish img {
		filter: blur(10px);
		transform: scale(1);
		transform-origin: center;
		transition: all 1s 0.5s;
	}
}
