@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
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{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	color: #333;
	background: #fff;
	letter-spacing: 0.1em;
	font-style: normal;
}
.anton-font {
	font-family: "Anton", sans-serif;
	font-style: normal;
}

#main_container {
	max-width: 750px;
	margin: 0 auto;
}

/* =common
-------------------------------------------------------------- */
.section-inner {
	padding: 50px 20px;
}

.section-bar-heading {
	background: #E60012;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding: 13px 20px;
	text-align: left;
	display: block;
	letter-spacing: 0.12em;
}

.section-heading {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin-bottom: 24px;
	letter-spacing: 0.12em;
}

.btn-red {
	display: block;
	background: #E60012;
	color: #FFF;
	text-decoration: none;
	padding: 17px 20px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.14em;
	margin: 28px auto 0;
	max-width: 320px;
	border-radius: 2px;
}

.btn-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 95%;
	border-radius: 10px;
	font-size: 16px;
	padding: 24px 32px;
	margin-top: 30px;
	box-sizing: border-box;
}

.btn-about.disable {
	opacity: 0.5;
	filter: contrast(70%);
	text-align: center;
	display: block;
}

.btn-arrow {
	font-size: 13px;
	flex-shrink: 0;
}


/* =Header / KV
-------------------------------------------------------------- */
#header {
	background: #E60012;
	color: #FFF;
	position: relative;
}

.header-hamburger {
	position: fixed;
	top: 14px;
	right: 14px;
	background: #E60012;
	border: none;
	cursor: pointer;
	padding: 12px 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index: 100;
}

.header-hamburger span {
	display: block;
	width: 23px;
	height: 2px;
	background: #FFF;
}

.header-inner {
	padding: 52px 24px 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
}

.header-logo {
	width: 188px;
	height: auto;
	display: block;
}

.header-text-logo-wrap {
	width: 82%;
}

.header-text-logo {
	width: 100%;
	height: auto;
	display: block;
}

.header-date-block {
	text-align: center;
	width: 100%;
}

.header-year {
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	line-height: 1.5;
}

.header-day {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 12px;
}

.header-date-num {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.header-kaisai {
	font-size: 75px;
	font-weight: 900;
	text-indent: -0.3em;
	letter-spacing: -0.3em;
	line-height: 1.1;
}


/* =ABOUT
-------------------------------------------------------------- */
#about {
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}

.about-heading {
	font-size: 26px;
	font-weight: 900;
	color: #E60012;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
}

.about-body {
	position: relative;
	padding: 8px 0 24px;
	font-weight: 600;
	overflow: hidden;
}

.about-bg-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	width: 400px;
	opacity: 0.35;
	pointer-events: none;
}

.about-bg-logo svg {
	width: 100%;
	height: auto;
	display: block;
}

.about-body p {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	margin-bottom: 24px;
	color: #333;
}

.about-body p:last-child {
	margin-bottom: 0;
}

.about-body .about-accent {
	color: #E60012;
	font-weight: 700;
	font-size: 17px;
}


/* =section-title（赤アクセントライン付き見出し）
-------------------------------------------------------------- */
.section-title {
	font-size: 22px;
	font-weight: 800;
	color: #333;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-align: center;
}

.section-title::after {
	content: '';
	display: block;
	width: 36px;
	height: 3px;
	background: #E60012;
	margin: 12px auto 0;
}

/* =募集要項
-------------------------------------------------------------- */
#requirements {
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}

.req-card {
	border: 3px solid #D0D0D0;
	padding: 24px 20px;
	margin-top: 28px;
	text-align: left;
}

.req-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.req-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.req-label {
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1.4;
}

.req-sq {
	color: #E60012;
	font-size: 15px;
	flex-shrink: 0;
}

.req-text {
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	margin-bottom: 4px;
}

.req-sub {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
}

.req-note {
	font-size: 12px;
	color: #666;
	line-height: 1.75;
	margin-top: 4px;
}


/* =審査基準
-------------------------------------------------------------- */
#criteria {
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}

.criteria-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 40px;
}

.criteria-card {
	background: #E60012;
	border-radius: 6px;
	padding: 18px 16px;
	min-height: 130px;
	text-align: left;
}

.criteria-num {
	display: block;
	font-size: 26px;
	color: #FFF;
	line-height: 1;
	letter-spacing: 0;
}

.criteria-title {
	font-weight: 700;
	font-size: 16px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	margin: 20px 0 0;
}

.criteria-title-spaced {
	font-size: 24px;
	letter-spacing: 0.2em;
}


/* =賞・特典
-------------------------------------------------------------- */
#prize {
	background: #FFF;
	border-bottom: 1px solid #DEDEDE;
}

.prize-list {
	margin-top: 28px;
}

.prize-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 15px 16px;
	border: 3px solid #D0D0D0;
	margin-bottom: 14px;
	text-align: left;
}

.prize-card:last-child {
	margin-bottom: 0;
}

.prize-icon {
	width: 85px;
	height: auto;
	flex-shrink: 0;
}

.prize-detail {
	flex: 1;
	text-align: center;
}

.prize-name {
	font-weight: 900;
	font-size: 19px;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.3;
}

.prize-badge {
	display: inline-block;
	background: #E60012;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	padding: 7px 18px;
	border-radius: 3px;
	letter-spacing: 0.05em;
	width: 90%;
	box-sizing: border-box;
}

.prize-note {
	font-size: 12px;
	color: #666;
	line-height: 1.75;
	text-align: left;
	margin-top: 16px;
}


/* =審査員
-------------------------------------------------------------- */
#judges {
	background: #FFF;
}

.judge-block {
	margin-top: 40px;
}

.judge-block:first-of-type {
	margin-top: 40px;
}

.judge-photo-wrap {
	position: relative;
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
	max-width: 80%;
	margin: 0 auto 25px;
}

.judge-photo-wrap::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 95%;
	height: 95%;
	background: #E60012;
	z-index: 0;
	border-radius: 10px;
}

.judge-photo {
	width: calc(100% - 15px);
	display: block;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}

.judge-info {
	border: 3px solid #D0D0D0;
	padding: 20px;
	text-align: left;
}

.judge-info-name {
	font-weight: 700;
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.5;
}

.judge-info-name-en {
	font-size: 13px;
	font-weight: 400;
	color: #666;
	margin-left: 4px;
}

.judge-info-role {
	font-size: 11px;
	color: #555;
	line-height: 1.6;
	margin-bottom: 14px;
}

.judge-info-bio {
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	padding: 14px 0 0;
	margin: 18px 0 0;
	border-top: 1px solid #eee;
}


/* =注意事項
-------------------------------------------------------------- */
#notes {
	background: #DEDEDE;
}

.notes-card {
	background: #FFF;
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	padding: 20px;
	margin-top: 28px;
	text-align: left;
	max-height: 280px;
	overflow: scroll;
}

.notes-list {
	padding-left: 0;
}

.notes-item {
	font-size: 13px;
	color: #333;
	line-height: 1.9;
	margin-bottom: 14px;
	padding-left: 1.2em;
	position: relative;
}

.notes-item::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}

.notes-item:last-child {
	margin-bottom: 0;
}


/* =協賛
-------------------------------------------------------------- */
#shops {
	background: #FFF;
}

.sponsor-entry {
	margin-top: 22px;
	margin-bottom: 32px;
	padding: 0 20px;
}

.sponsor-entry:last-child {
	margin-bottom: 0;
}

.sponsor-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin-bottom: 14px;
}

.sponsor-sq {
	color: #E60012;
	font-size: 14px;
	flex-shrink: 0;
}

.sponsor-logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sponsor-logo-wrap img {
	max-width: 98%;
	height: auto;
	display: block;
}


/* =過去のコンテスト
-------------------------------------------------------------- */
#archive {
	background: #EBEBEB;
}

#archive .section-inner {
	padding-bottom: 24px;
}

.archive-list {
	border-top: 1px solid #fff;
}

.archive-list li {
	border-bottom: 1px solid #fff;
}

.archive-btn {
	display: block;
	color: #E60012;
	text-decoration: none;
	font-family: "Anton", sans-serif;
	font-size: 28px;
	letter-spacing: 0.05em;
	padding: 24px 20px;
	text-align: center;
}


/* =Scroll Fade-in
-------------------------------------------------------------- */
.js-fadein {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-fadein.is-visible {
	opacity: 1;
	transform: translateY(0);
}


/* =SP Navigation
-------------------------------------------------------------- */
#spnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E60012;
	z-index: 50;
	overflow-y: auto;
	padding: 100px 20px 60px;
	box-sizing: border-box;
}

.spnav-list {
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
}

.spnav-link {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	line-height: 1;
}

.spnav-list li:first-child .spnav-link {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header-hamburger span {
	transition: transform 0.25s ease, opacity 0.25s ease;
	transform-origin: center;
}

.header-hamburger.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.header-hamburger.active span:nth-child(2) {
	opacity: 0;
}

.header-hamburger.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

body.shownav {
	overflow: hidden;
}


/* =フッター
-------------------------------------------------------------- */
#footer {
	padding: 20px;
}

.footer-copy {
	font-family: "Anton", sans-serif;
	font-size: 10px;
	color: #E60012;
	text-align: center;
	letter-spacing: 0.05em;
}
