@charset "utf-8";


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/YakuHanJP/YakuHanJP-bold.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-bold.woff") format("woff");
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}


* {
	margin: 0;
	padding: 0;
	/*-webkit-backface-visibility: hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 16px;
	font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "IBM Plex Sans JP", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #4f4f4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #4f4f4f;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

a:active,
a:hover,
a:focus {
	outline: none;
}

@media (any-hover: hover) {
	a:hover {
		opacity: .4;
	}
}

table {
	border-collapse: collapse;
}

button {
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
		outline: none;
		border: none;
		background: none;
}

.wrapper ::before,
.wrapper ::after {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "IBM Plex Sans JP", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: normal;
}


@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*--------------------------------------
loading
--------------------------------------*/


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/common/noise.webp") left top / 70% repeat-y, linear-gradient(90deg,rgba(100, 207, 241, 1) 0%, rgba(0, 163, 226, 1) 55%);
	background-blend-mode: overlay;
	z-index: 5000;
}

.loading p {
	margin: -24px 0 0 -24px;
	padding-top: 32px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 0;
	border: 8px solid #ffff00;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.loading::before {
	content: "";
	margin: -24px 0 0 -24px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	border: 8px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}


.container {
	padding-bottom: 580px;
	position: relative; /*toTop用*/
	text-align: left;
	width: 100%;
	height: auto;
}

#home .container {
	padding-bottom: 0;
	position: static;
}



/*--------------------------------------
header
--------------------------------------*/
#top {
	padding-top: 83px;
	position: relative;
	overflow: hidden;
	background: url("../images/common/noise.webp") left top / 70% repeat-y, linear-gradient(90deg,rgba(100, 207, 241, 1) 0%, rgba(0, 163, 226, 1) 55%);
	background-blend-mode: overlay;
	z-index: 101;
}

.siteTitle {
	padding-top: 84px;
	position: fixed;
	top: 0;
	left: 50%;
	overflow: hidden;
	width: 75%;
	max-width: 1600px;
	height: 0;
	background: url("../images/common/header/title.svg") center center / 100% auto no-repeat;
	transform: translateX(-50%);
	z-index: 101;
}

@media only screen and (max-width: 1260px) {

	#top {
		padding-top: 64px;
	}

.siteTitle {
		padding-top: 64px;
		width: calc(100% - 180px - 5em);
	}
}

#top::before {
	content: "";
	padding-top: 84px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url("../images/common/noise.webp") left top / 70% repeat-y, linear-gradient(90deg,rgba(100, 207, 241, 1) 0%, rgba(0, 163, 226, 1) 55%);
	background-blend-mode: overlay;
	z-index: 101;
}

@media only screen and (max-width: 1260px) {

#top::before {
		padding-top: 64px;
	}
}

#top .visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 90;
}

#top .visual::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/common/header/visual.webp") left center / 100% no-repeat;
	transform: scale(2) translateX(-37%) translateY(-41%);
}

body.active #top .visual::before {
	animation: visualZoom 2.5s forwards cubic-bezier(.55,0,.2,.81);
}

@keyframes visualZoom {
	0% {
		transform: scale(2.2) translate(-37%, -41%);
	}
	50% {
		transform: scale(2) translate(-37%, -41%);
	}
	100% {
		transform: scale(1) translate(-50%, -50%);
	}
}


@media only screen and (max-width: 1080px) {
}

.visual {
}

#top .catch {
	padding: 3% 0;
	background: url("../images/common/noise.webp") left center / 70% repeat-y, linear-gradient(90deg,rgba(100, 207, 241, 1) 0%, rgba(0, 163, 226, 1) 55%);
	background-blend-mode: overlay;
	z-index: 101;
}

#top .catch p {
	font-size: 1.8vw;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1s cubic-bezier(.55,0,.2,.81) 2.5s;
}

body.active #top .catch p {
	clip-path: inset(0 0 0 0);
}

#top .catch li:nth-of-type(1) p {
	font-size: 2.5vw;
	line-height: 1.2;
	color: #fff000;
}

@media only screen and (max-width: 1400px) {

	#top .catch p {
		font-size: 24px;
	}

	#top .catch li:nth-of-type(1) p {
		font-size: 32px;
	}
}

nav {
	position: fixed;
	top: 15px;
	right: 78px;
	z-index: 5000;
}

@media only screen and (max-width: 1260px) {
	nav {
		top: 4px;
	}
}

#top .globalNav {
	display: none;
}

.globalNav a {
	margin: 0 auto;
	display: table;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	font-size: 3vh;
	font-weight: 700;
	-webkit-user-select: none;
	user-select: none;
	transition: color 0.4s cubic-bezier(.57,0,.26,1);
}

.globalNav a:hover {
	opacity: 1;
	color: #ffff00;
}


.globalNav li:nth-of-type(1) a {
	padding-top: 84px;
	position: fixed;
	top: 0;
	left: 50%;
	overflow: hidden;
	width: 75%;
	max-width: 1600px;
	height: 0;
	background: url("../images/common/header/title.svg") center center / 100% auto no-repeat;
	transform: translateX(-50%);
	transition: opacity 0.4s cubic-bezier(.57,0,.26,1);
	z-index: 101;
}

@media only screen and (max-width: 1240px) {

	.globalNav li:nth-of-type(1) a {
		padding-top: 64px;
		width: calc(100% - 180px - 5em);
	}
}

.globalNav li:nth-of-type(1) a:hover {
	opacity: .4;
}

#menu-btn {
	position: fixed;
	display: block;
	top: 15px;
	right: 8px;
	height: 53px;
	width: 64px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.6s cubic-bezier(.57,0,.26,1) 1.5s;
	z-index: 4000;
}

@media only screen and (max-width: 1260px) {
	#menu-btn {
		top: 4px;
	}
}

body.active #menu-btn {
	clip-path: inset(0 0 0 0);
}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		content: "";
		margin-left: calc((100% - 12px) / -2);
		padding-top: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		display: block;
		width: calc(100% - 12px);
		height: 0;
		background: #fff;
	}

#menu-btn::before {
	top: 14px;
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn span {
	top: 26px;
	-webkit-transition:  0.4s ease-in-out;
	transition:  0.4s ease-in-out;
}

#menu-btn::after {
	top: 38px;
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn:hover::before {
}

#menu-btn:hover::after {
}

#menu-btn.active:hover::before {
}

#menu-btn.active:hover::after {
}

#menu-btn.active:hover::before,
#menu-btn.active:hover::after {
}

#menu-btn.active::before {
	background: #fff;
	animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

#menu-btn.active span {
	background: #fff;
	opacity: 0;
}

#menu-btn.active::after {
	background: #fff;
	animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

/* btnT */
@keyframes btnT {
	0% { transform: translateY(4px);}
	20% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(12px) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(12px) rotate(-30deg);}
	30% { transform: translateY(12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-4px);}
	20% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(-12px) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-12px) rotate(30deg);}
	30% { transform: translateY(-12px) rotate(0deg);}
	100% { transform: translateY(0px);}
}

	#menu-btn.b::before,
	#menu-btn.b::after,
	#menu-btn.b span {
		background: #474c4d;
	}


.menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: right;
	z-index: 3001;
}

	.menu button {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	cursor: default;
	background: url("../images/common/noise.webp") left top / 70% repeat-y, linear-gradient(90deg,rgba(100, 207, 241, 1) 0%, rgba(0, 163, 226, 1) 55%);
	background-blend-mode: overlay;
	border: none;
	opacity: 0.9;
	z-index: 302;
}

.menu div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	z-index: 303;
}

.menu .globalNav {
	z-index: 400;
}

.menu .globalNav li {
	text-align: center;
}

.menu .globalNav a {
	display: inline-block;
	line-height: 2.2;
	font-size: 2vw;
	font-weight: 800;
	text-align: center;
}

.sns-link {
	padding: 0 0 0;
	display:flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 54px;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.6s cubic-bezier(.55,0,.2,.81) 1.5s;
}

body.active .sns-link {
	clip-path: inset(0 0 0 0);
}

#top.active .sns-link {
	opacity: 1;
}

.sns-link li {
	width: 2.2em;
	max-width: 40px;
}

.sns-link .line a,
.sns-link .x a {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

.sns-link .x a {
	background: url(../images/common/nav/sns/x.svg) no-repeat center center;
	background-size: 100% auto;
}

.sns-link .line a {
	background: url(../images/common/nav/sns/line.svg) no-repeat center center;
	background-size: 100% auto;
}

@media only screen and (max-width: 1240px) {

}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	padding: 6% 0 500px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 64px;
	width: 100%;
	background: url("../images/common/noise.webp") left center / 70% repeat-y, linear-gradient(180deg,rgba(246, 204, 199, 1) 0%, rgba(239, 239, 239, 1) 4%, rgba(239, 239, 239, 1) 94%, rgba(246, 204, 199, 1) 100%);
	background-blend-mode: overlay;
	z-index: 100;
}

.notice {
	padding-top: 1em;
}

.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice li {
	display: flex;
	align-items: start;
}

.notice li::before {
	content: "※";
	font-size: 15px;
}

.notice p {
	text-align: left;
	font-size: 15px;
}

.primary section {
	margin: 0 auto;
	padding: 0 64px;
	position: relative;
	max-width: 1240px;
	width: 100%;
	display: flex;
	gap: 16px;
}

.primary section h2 {
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 10em;
	height: 2.8em;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0;
	-webkit-user-select: none;
	user-select: none;
	background: url("../images/common/noise.webp") left center / 200px repeat-y #00b000;
	background-blend-mode: overlay;
	z-index: 15;
}

.primary section .contents {
	padding: 0 0 0 0;
	position: relative;
	flex: 1;
	z-index: 11;
}

.primary section .contents::after {
	top: 16px;
	left: 16px;
	background: #000;
	z-index: 1;
}

.primary section .contents.item {
	transition-delay: 0.2s;
}

@media only screen and (max-width: 1180px) {

	.primary section {
		padding: 0px 48px 0;
	}
}

.item {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.6s cubic-bezier(.57,0,.26,1) 0.2s;
}

.item.active {
	clip-path: inset(0 0 0 0);
}

/*--------------------------------------
grandprix
---------------------------------------*/
#grandprix {
	align-items: center;
}

#grandprix .contents > p {
	font-size: 30px;
}

@media only screen and (max-width: 1140px) {

	#grandprix .contents > p {
		font-size: 24px;
	}
}

/*--------------------------------------
qualification
---------------------------------------*/
#qualification {
}

#qualification .contents ul:not(.notice) li {
}

#qualification .contents ul:not(.notice) li p {
	margin-left: 1em;
	text-indent: -1em;
}

#qualification .contents ul:not(.notice) li p::before {
	content: "・";
}


/*--------------------------------------
entry
---------------------------------------*/

#entry .contents > div > p:nth-of-type(1) {
	padding-bottom: 1em;
}



#entry .link {
	padding: 24px 0 0;
	position: relative;
}
/*
#entry .link::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
*/

#entry .link a {
	width: 20em;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	height: 5em;
	border: solid 1px;
	-webkit-user-select: none;
	user-select: none;
}

#entry .link a::before {
	content: "";
	margin: -7px 0 0;
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
	transform-origin: center center;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}


#entry .link a:hover {
	opacity: 1;
	color: #fff;
	background: #000;
}

/*--------------------------------------
term
---------------------------------------*/
#term {
	align-items: center;
}

#term .contents {
}

#term .contents > p {
	font-size: 24px;
/*
	text-decoration: line-through;
	text-decoration-thickness: 1px;
*/
}

/*
#term .contents > p::after {
	content: "受付期間は終了しました";
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	color: #ff0000;
	text-align: center;
	text-decoration: none;
	transform: translateX(-50%);
}
*/

@media only screen and (max-width: 1140px) {

	#term .contents > p {
		font-size: 20px;
	}
}

#schedule .contents li span::after {
	content: "："
}

/*--------------------------------------
usage
---------------------------------------*/

#usage .contents > dl {
	
}

#usage .contents > dl > dt {
	padding-bottom: 8px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
}

#usage .contents > dl > dd:not(:last-child) {
	padding-bottom: 32px;
}

/*--------------------------------------
privacy-policy
---------------------------------------*/
#privacy-policy h2 span {
	font-size: 18px;
}

#privacy-policy2 .contents > dl > dt {
	margin-top: 1em;
	padding: 0 0 0;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

#privacy-policy2 .contents > dl > dt::before {
	content: "";
	margin-right: 4px;
	display: block;
	width: 10px;
	height: 10px;
	flex-grow: 0;
	flex-shrink: 0;
	background: #363634;
}

#privacy-policy2 .contents > dl > dd {
	padding: 4px 0 0 14px;
}

#privacy-policy2 h2 span {
	font-size: 18px;
}



/*--------------------------------------
inquiry
---------------------------------------*/

#inquiry .link {
	padding: 24px 0 0;
}

#inquiry p {
}

#inquiry .link a {
	width: 20em;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	height: 5em;
	border: solid 1px;
	-webkit-user-select: none;
	user-select: none;
}

#inquiry .link a::before {
	content: "";
	margin: -7px 0 0;
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
	transform-origin: center center;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

#inquiry .link a:hover {
	opacity: 1;
	color: #fff;
	background: #000;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 8px;
	right: 8px;
	z-index: 290;
}

ul.toTop li {
	float: right;
}

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: rgba(0, 163, 226, 1);
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

ul.toTop a::before {
	content: "";
	margin: -4px 0 0 -7px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
	transform-origin: center center;
	transition: all 0.4s cubic-bezier(.57,0,.26,1);
}

@media (any-hover: hover) {
	ul.toTop a:hover {
		opacity: 1;
		color: #fff;
		background: rgba(75, 195, 242, 1);
	}
}

ul.toTop a:hover::before {
	border-color: #fff;
}


/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 0 0 120px 0px;
	clear: both;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 100;
}

footer > ul {
	position: relative;
	z-index: 102;
}

footer .copyright::before {
	content: "";
	margin: 0 auto 24px;
	padding-top: 206px;
	display: block;
	width: 352px;
	height: 0;
	background: url(../images/common/footer/logo.webp) no-repeat center center;
	background-size: 100% auto;
}

@media only screen and (max-width: 1180px) {

	footer .copyright::before {
	}
}

footer .copyright p {
	font-size: 12px;
	letter-spacing: 0;
	color: #0099dd;
	line-height: 1.2;
}

footer .copyright br {
	display: none;
}

footer .copyright a {
	color: #0099dd;
	text-decoration: underline;
}



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

@media only screen and (max-width: 980px) {

	body {
		font-size: 15px;
		line-height: 1.8;
	}

	#top .catch  {
		padding: 32px 32px;
		text-align: center;
	}

	#top .catch p {
		display: inline-block;
		font-size: 22px;
		text-align: left;
	}

	#top .catch li:nth-of-type(1) p {
		font-size: 28px;
	}

	.notice li::before,
	.notice p {
		font-size: 13px;
		line-height: 1.7;
	}

	.primary section {
		padding: 0 32px 0;
	}

	.primary section h2 {
		font-size: 20px;
	}

	#privacy-policy2 h2 span,
	#privacy-policy h2 span {
		font-size: 15px;
	}

	footer .copyright::before {
		padding-top: 21%;
		width: 34%;
	}
}


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


@media only screen and (max-width: 860px) {

	body {
		font-size: 14px;
	}

}



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


@media only screen and (max-width: 780px) {
	#term .contents > p {
		font-size: 16px;
	}

	#term .contents > p::after {
		font-size: 14px;
	}

}

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

@media only screen and (max-width: 680px) {



}

/*--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 520px) {

	body {
		font-size: 14px;
		line-height: 1.8;
	}

	#top {
		padding-top: 64px;
		background: none;
	}

	#top::before {
		padding-top: 64px;
	}

	.siteTitle {
		padding-top: 64px;
		width: calc(100% - 170px);
		background: url(../images/common/header/title_sp.webp) no-repeat center center;
		background-size: calc(100% - 16px) auto;
	}

.globalNav li:nth-of-type(1) a {
	padding-top: 64px;
		width: calc(100% - 170px);
		background: url(../images/common/header/title_sp.webp) no-repeat center center;
		background-size: calc(100% - 16px) auto;
}

	.menu .globalNav a {
		font-size: 5vw;
	}

	#top .catch {
		padding: 16px;
	}

	#top .catch p {
		font-size: 15px;
		transition: clip-path 0.6s cubic-bezier(.55,0,.2,.81) 1.5s;
	}

	#top .catch li:nth-of-type(1) p {
		font-size: 20px;
	}

	nav {
		right: auto;
		left: 0;
	}

	#menu-btn {
		top: 5px;
		width: 46px;
		height: 53px;
	}

	.globalNav a {
		line-height: 2.4;
		font-size: 5vw;
	}

	.menu {
		width: 100%;
	}

	.sns-link {
	}

	.sns-link li {
		width: 36px;
	}


	.primary {
		padding: 32px 0 300px;
		gap: 40px;
		background: url(../images/common/noise.webp) left center / 70% repeat-y, linear-gradient(180deg, rgba(246, 204, 199, 1) 0%, rgba(239, 239, 239, 1) 3%, rgba(239, 239, 239, 1) 97%, rgba(246, 204, 199, 1) 100%);
	}

	.primary section {
		padding: 0 16px;
		flex-direction: column;
		gap: 8px;
	}

	.primary section h2 {
		font-size: 15px;
		width: 14em;
	}

	#privacy-policy2 h2 span,
	#privacy-policy h2 span {
		font-size: 15px;
	}

	.primary section .contents {
	}

	.primary section .contents > * {
		transform: none;
	}

	.primary section .contents::after {
		top: 8px;
		left: 8px;
	}

	#grandprix .contents > p {
		font-size: 16px;
	}

#qualification .item,
#grandprix .item {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.6s cubic-bezier(.57,0,.26,1) 2.5s;
}

body.active #qualification .item,
body.active #grandprix .item {
	clip-path: inset(0 0 0 0);
}

	#overview .contents p {
		font-size: 14px;
	}

	#overview .contents p span {
		font-size: 16px;
	}

	#grandprix ol > li::before,
	#grandprix dt {
		font-size: 16px;
	}

	#entry .notice li::before,
	#entry .contents .notice p,
	#examination .contents > ol > li > dl > dd > p {
		font-size: 14px;
	}

	#term .contents > p {
		font-size: 14px;
	}

	#term .contents > p::after {
		width: 100%;
	}

	#schedule .contents > ul:not(.notice) li {
		text-align: center;
	}

	#schedule .contents > ul:not(.notice) li:not(:last-child)::after {
		content: "";
	margin: 8px auto;
		display: block;
		opacity: .5;
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #000;
	}

	#schedule .contents li span {
		display: block;
	}

	#schedule .contents li span::before {
		content: "＜";
	}

	#schedule .contents li span::after {
		content: "＞";
	}

	#schedule .notice li {
		justify-content: center;
	}

	#privacy-policy h2 span {
		font-size: 14px;
		letter-spacing: 0;
	}

	#inquiry p {
		text-align: left;
	}

	#entry .link,
	#inquiry .link {
		padding: 16px 0 0;
	}

	#entry .link a,
	#inquiry .link a {
		width: 100%;
		font-size: 15px;
	}


	ul.toTop {
		bottom: 0;
		right: 0;
	}

	ul.toTop a {
		padding-top: 33px;
		width: 33px;
	}

	ul.toTop a::before {
		margin: -4px 0 0 -8px;
	}

	footer {
			padding: 0 0 72px 0px;
	}

	footer .copyright::before {
		margin-bottom: 16px;
		padding-top: 32%;
		width: 48%;
	}

	footer .copyright p {
		font-size: 11px;
		line-height: 1.2;
	}

}

@media screen and (orientation: landscape) {



}
