@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%;
	background: #e70012;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 15px;
	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: #e70012;
	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 #fff;
	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, .2);
	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 {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #e70012;
	z-index: 101;
}

#top::before {
	content: "";
	position: fixed;
	top: -64px;
	left: 0;
	display: block;
	width: 100%;
	height: 64px;
	background: #e70012;
	transition: top 0.5s cubic-bezier(.55,0,.2,.81) 2s, top 1s cubic-bezier(.55,0,.2,.81);
	z-index: 100;
}

body.scroll #top::before {
	top: 0;
}

#top::after {
	content: "";
	position: absolute;
	top: 16%;
	left: 50%;
	display: block;
	width: 94%;
	height: calc((100vh - 84px) / 3);
	transform-origin: center;
	background: url("../images/common/header/logo.svg") center center / contain no-repeat;
	transform: translateX(-50%) scale(1);
	transition: transform 1s cubic-bezier(.55,0,.2,.81) 2s, top 1s cubic-bezier(.55,0,.2,.81) 1.5s;
}

body.active #top::after {
	top: calc(84px / 3);
	transform: translateX(-50%) scale(0.9);
}

.siteTitle {
	padding-top: 64px;
	position: fixed;
	top: -64px;
	left: 16px;
	overflow: hidden;
	width: 690px;
	height: 0;
	background: url("../images/common/header/title.svg") center center / 100% auto no-repeat;
	transition: top 0.5s cubic-bezier(.55,0,.2,.81) 2s, top 1s cubic-bezier(.55,0,.2,.81);
	z-index: 101;
}

body.scroll .siteTitle {
	top: 0;
}

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

	#top {
	}

.siteTitle {
	}
}

#top::before {
}

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

#top .visual {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: calc((100vh - 84px) / 2);
	transform-origin: bottom;
	transition: transform 1s cubic-bezier(.55,0,.2,.81) 1.5s;
	transform: scale(1.1);
	z-index: 90;
}

body.active #top .visual {
	transform: scaleY(0.72);
}

#top .visual::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 100%;
	height: 98%;
	background: url(../images/common/header/visual.svg) no-repeat center bottom;
	background-size: contain;
	transform-origin: center bottom;
	transition: transform 1s cubic-bezier(.55,0,.2,.81) 1.5s;
	transform: translateX(calc(-50% / 1)) scaleX(1);
	will-change: transform;
}

body.active #top .visual::after {
	transform: translateX(calc(-50% / 1)) scaleX(0.72);
}

/*
@keyframes slideLoopCenter {
	0% {
		transform: translateX(calc(-50% / 1)) scaleX(0.72);
	}
	100% {
		transform: translateX(-150%) scaleX(0.72);
	}
}

#top .visual::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 98%;
	background: url(../images/common/header/visual.svg) no-repeat center bottom;
	background-size: contain;
	transform: translateX(calc(100vw * 0.9)) scaleX(0.72);
	animation: slideLoop 15s linear infinite 16s;
	will-change: transform;
}

@keyframes slideLoop {
	0% {
		transform: translateX(calc(100vw * 0.9)) scaleX(0.72);
	}
	100% {
		transform: translateX(calc(-100vw * 0.9)) scaleX(0.72);
	}
}
*/

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

.visual {
}

#top .catch {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: calc((100vh - 84px) / 3);
	background: #fff;
	clip-path: inset(50% 0 50% 0);
	transition: clip-path 1s cubic-bezier(.55,0,.2,.81) 1.5s;
	transform: translateY(-50%);
	z-index: 99;
}

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

#top .catch p {
	padding-top: calc((100vh - 84px) / 3);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 0;
	opacity: 0;
	background: url(../images/common/header/catch.svg) no-repeat center center;
	background-size: contain;
	transition: opacity 1.5s cubic-bezier(.55,0,.2,.81) 2.5s;
}

body.active #top .catch p {
	opacity: 1;
}

@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: 4px;
	right: 90px;
	display: flex;
	align-items: center;
	z-index: 5000;
}

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

#top .globalNav {
	display: none;
}


#menu-btn {
	position: fixed;
	display: block;
	top: 4px;
	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) 4s;
	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: #e70012;
	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 {
	padding-left: 16em;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	font-size: 2.5vh;
	z-index: 400;
}

.menu .globalNav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 400;
}

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

.menu .globalNav a {
	padding: 0 1em 0;
	display: table;
	line-height: 2.2;
	text-decoration: none;
	color: #fff;
	font-size: 2.5vh;
	font-weight: 700;
	-webkit-user-select: none;
	user-select: none;
}

.menu .globalNav a:hover {
}


.menu .globalNav li:nth-of-type(1) a {
	padding-top: calc(52% * 0.45);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: calc(100% * 0.45);
	height: 0;
	background: url("../images/common/nav/title_menu.svg") center center / 100% auto no-repeat;
	transition: opacity 0.4s cubic-bezier(.57,0,.26,1);
	z-index: 101;
}

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

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

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

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

.sns-link::before {
	content: "SHARE";
	padding-right: 0.2em;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
}

.sns-link li {
	width: 2.5em;
	max-width: 44px;
}

.sns-link 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;
}

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

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

}

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

.primary {
	padding: 80px 0 40%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 64px;
	width: 100%;
	background: #fff;
	z-index: 100;
}

.primary::after {
	content: "";
	padding-top: calc(37% * 0.9);
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: calc(100% * 0.9);
	height: 0;
	opacity: .0;
	background: url(../images/common/footer/visual.svg) no-repeat center bottom;
	background-size: 100% auto;
	transform: translateX(-50%);
	transition: opacity 1s cubic-bezier(.57,0,.26,1);
	z-index: 1;
}

body.start .primary::after {
	opacity: .1;
}

body.start.end .primary::after {
	position: absolute;
	opacity: .5;
}

.notice {
	padding-top: 0.8em;
}

.notice li:not(:last-child) {
	padding-bottom: 0.3em;
}

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

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

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

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

.primary section h2 {
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 9em;
	height: 9em;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	background: #3d3d3d;
	border-radius: 50%;
	letter-spacing: 0;
	-webkit-user-select: none;
	user-select: none;
	z-index: 15;
}

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

.primary section:not(#privacy-policy2) .contents > dl {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

.primary section:not(#privacy-policy2) .contents > dl > dt {
	padding: 0.8em 0;
	width: 10em;
	flex-shrink: 0;
	line-height: 1.2;
	border-top: solid 1px;
	border-bottom: solid 1px;
	text-align: center;
}

/*
.primary section:not(#privacy-policy2) .contents > dl > dt::before {
	content: "＜";
}

.primary section:not(#privacy-policy2) .contents > dl > dt::after {
	content: "＞";
}
*/

.primary section:not(#privacy-policy2) .contents > dl > dd {
	padding: 0 0 0 16px;
	width: calc(100% - 10em);
}

.primary section:not(#privacy-policy2) .contents > dl > dd:nth-of-type(1) {
	margin: 0 0 32px;
}

.primary section:not(#privacy-policy2) .contents > dl > dd > p:nth-of-type(1) {
	margin-top: -0.5em;
}

.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);
}

#lead .item {
	opacity: 0;
	transform: translateY(3vh);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
}

#lead .item.active {
	opacity: 1;
	transform: translateY(0);
}

/*--------------------------------------
lead
---------------------------------------*/
#lead {
	margin: 0 auto;
	padding: 0 64px;
	position: relative;
	max-width: 1240px;
	width: 100%;
}

#lead > p {
	font-weight: 700;
	font-size: 20px;
}

#lead > p:not(:first-child) {
	padding-top: 1em;
}

/*--------------------------------------
prize
---------------------------------------*/
#prize ol li p {
	margin-left: 1.4em;
	text-indent: -1.4em;
}

.primary section:not(#privacy-policy2)#prize .contents > dl > dd:nth-of-type(2) {
	padding-top: 1em;
}

#prize .notice {
	padding-top: 32px;
}

/*--------------------------------------
entry
---------------------------------------*/
#entry {
}

#entry .contents > p {
	padding-bottom: 32px;
}

#entry .link {
	padding: 32px 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;
	background: #fff;
	-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;
}

/*--------------------------------------
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: "・";
}


/*--------------------------------------
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: "："
}

/*--------------------------------------
result
---------------------------------------*/
#result {
}

#result ul:not(.notice) > li {
	display: flex;
	align-items: start;
}

#result ul:not(.notice) > li:not(:last-child) {
	padding-bottom: 0.3em;
}

#result ul:not(.notice) > li::before {
	content: "・";
}


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


/*--------------------------------------
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;
	background: #fff;
	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: -48px;
	right: 0;
	transition: bottom 1s cubic-bezier(.55,0,.2,.81) 0s;
	z-index: 290;
}

body.scroll ul.toTop {
	bottom: 0px;
}


ul.toTop li {
	float: right;
}

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: #e70012;
	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: #7f0812;
	}
}

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


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

footer {
	padding: 100px 0px;
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: #e70012;
	z-index: 100;
}

footer::before {
	content: "";
	margin: 0 auto 40px;
	padding-top: calc(44% * 0.3);
	display: block;
	width: calc(100% * 0.3);
	height: 0;
	background: url(../images/common/nav/title_menu.svg) no-repeat center;
	background-size: 100% auto;
}

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


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

	footer .copyright::before {
	}
}

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

footer .copyright br {
	display: none;
}

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



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

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

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

	.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;
	}

	#lead {
		padding: 0 32px;
	}

	#lead p {
		font-size: 18px;
	}

	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 {
	}

	#top::before {
		top: -156px;
		height: 156px;
		z-index: 3001;
	}

	body.scroll #top::before {
		top: -100px;
	}

	#top::after {
		width: 96%;
	}

	.siteTitle {
		padding-top: 56px;
		top: -56px;
		left: 50%;
		width: calc(76% - 120px);
		background: url("../images/common/header/logo.svg") center center / 100% auto no-repeat;
		transform: translateX(-50%);
		z-index: 3002;
	}

	nav {
		z-index: 3000;
	}

	#top .visual {
		transform: scale(2);
	}

	body.active #top .visual {
		transform: scaleY(1.1);
	}

	#top .visual::after {
	}

	body.active #top .visual::after {
		transform: translateX(calc(-50% / 1)) scaleX(1.1);
	}

	.siteTitle {
	}

.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;
}

	#top .catch p {
		left: 5%;
		width: 90%;
		background: url(../images/common/header/catch_sp.svg) no-repeat center center;
		background-size: contain;
	}

	nav {
		top: 0px;
		right: auto;
		left: 8px;
	}

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

	.menu .globalNav {
		padding-left: 0;
		display: flex;
		font-size: 16px;
	}

	.menu .globalNav::before {
		display: none;
	}

	.menu .globalNav li {
		width: 100%;
	}

	.menu .globalNav li:nth-of-type(1) {
		padding-bottom: 16px;
	}

	.menu .globalNav li a {
		margin: 0 auto;
		line-height: 2.6;
		font-size: 4vw;
	}

	.menu .globalNav li:nth-of-type(1) a {
		padding-top: calc(52% * 0.8);
		position: static;
		width: calc(100% * 0.8);
	}

	.menu {
		width: 100%;
	}

	.menu .sns-link {
		padding-top: 16px;
		width: auto;
		z-index: 5000;
	}

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


	.primary {
		padding: 32px 0 44%;
		gap: 40px;
		overflow: hidden;
	}

	.primary::after {
		padding-top: calc(37% * 1.1);
		width: calc(100% * 1.1);
	}

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

	.primary section h2 {
		padding: 12px 0;
		font-size: 15px;
		width: 100%;
		height: auto;
	letter-spacing: 0.08em;
		border-radius: 0;
	}

	.primary section h2 br {
		display: none;
	}

#lead {
		padding: 0 24px;
	}

#lead p {
		font-size: 16px;
	}

	.primary section:not(#privacy-policy2) .contents > dl {
		flex-direction: column;
	}

	.primary section:not(#privacy-policy2) .contents > dl > dt {
		padding: 0;
		width: 100%;
		font-size: 16px;
		border: none;
}

	.primary section:not(#privacy-policy2) .contents > dl > dt::before {
		content: "＜";
}

	.primary section:not(#privacy-policy2) .contents > dl > dt::after {
		content: "＞";
}

	.primary section:not(#privacy-policy2) .contents > dl > dd:nth-of-type(1) {
		margin: 0 0 24px;
	}

	.primary section:not(#privacy-policy2) .contents > dl > dd {
		padding: 16px 0 0;
		width: 100%;
	}

	#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;
	}

	#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 a {
		padding-top: 33px;
		width: 33px;
	}

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

	footer {
			padding: 48px 0px;
	}

	footer::before {
		margin: 0 auto 16px;
		padding-top: calc(44% * 0.5);
		width: calc(100% * 0.5);
	}

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

}

@media screen and (orientation: landscape) {



}
