@charset "utf-8";

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

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

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



* {
	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: transparent;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 16px;
	font-family: "YakuHanMP", 'Zen Old Mincho', -apple-system, blinkMacSystemFont, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 1.8;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;
	color: #332e26;
	background: #f4f4f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

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: #3e3d38;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.4s cubic-bezier(.57,0,.26,1);
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

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

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-family: "IBM Plex Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', '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: #a4aaba;
	z-index: 5000;
}


.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 38px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 0;
	border: 1px 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: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	opacity: .2;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 5001;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #f4f4f4;
}

#home .wrapper {
}

.container {
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

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


/*--------------------------------------
header
--------------------------------------*/
#top {
	position: relative;
	background: #a4aaba;
}

#home #top {
	padding-top: 100vh;
	background: #a4aaba;
background: linear-gradient(0deg,rgba(244, 244, 244, 1) 0%, rgba(209, 209, 209, 1) 15%, rgba(164, 170, 186, 1) 43%);
	background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(209, 209, 209, 1) 6%, rgba(164, 170, 186, 1) 18%);
}

#home #top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity 0.6s cubic-bezier(.34,0,0,.99), transform 3s cubic-bezier(.34,0,0,.99) 0.2s;
	background: url(../images/home/header/photo.webp) no-repeat center top;
	background-size: cover;
	z-index: 10;
}

body#home.w2 #top::before {
	background-position: center bottom;
}

body#home.w3 #top::before {
	background-position: center bottom;
}

#home.active #top::before {
	opacity: 1;
	transform: scale(1);
}

.siteTitle {
	margin: 0 auto;
	padding-top: 220px;
	overflow: hidden;
	width: 1240px;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}


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

	#entry-form .siteTitle {
		padding-top: calc(18% * 0.9);
		width: calc(100% * 0.9);
	}

}

#home .siteTitle {
	padding-top: calc(23% * 0.45);
	position: absolute;
	top: 0%;
	left: 50%;
	width: calc(100% * 0.45);
	max-width: none;
	background: url(../images/home/header/title.svg) no-repeat center bottom;
	background-size: 100% auto;
	transform: translateX(-50%);
	z-index: 100;
	}

body#home.w2 .siteTitle {
	padding-top: calc(23% * 0.6);
	width: calc(100% * 0.6);
}

body#home.w3 .siteTitle {
	padding-top: calc(50% * 0.6);
	top: auto;
	bottom: 0;
	width: calc(100% * 0.6);
	background-position: center top;
-webkit-filter: drop-shadow(0px 0px 2vw rgba(0, 0, 0, 0.8));
filter: drop-shadow(0px 0px 2vw rgba(0, 0, 0, 0.8)); 
}

#home #top::after {
	content: "";
	padding-top: calc(39% * 0.8);
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: calc(100% * 0.8);
	height: 0;
	background: url(../images/home/header/title_sub.svg) no-repeat center bottom;
	background-size: 100% auto;
	transform: translateX(-50%);
	z-index: 100;
}

body#home.w3 #top::after,
body#home.w2 #top::after {
	padding-top: calc(21% * 0.95);
	top: auto;
	bottom: 0;
	width: calc(100% * 0.95);
	background: url(../images/home/header/title_sub2.svg) no-repeat center top;
	background-size: 100% auto;
-webkit-filter: drop-shadow(0px 0px 2vw rgba(0, 0, 0, 0.8));
filter: drop-shadow(0px 0px 2vw rgba(0, 0, 0, 0.8)); 
}



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

}

/* ページ上部エラー表示 */
#errorWrap {
	margin-left: -50%;
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 50px;
	z-index: 3001;
}

#errorWrap a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #ef0627;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 8px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 8px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 8px 3px;
}

#errorWrap p {
	padding-left: 36px;
	position: relative;
	display: inline-block;
}

#errorWrap p::before {
	content: "";
	margin-top: -10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 9px;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	border-bottom: solid 1px #ff0000;
	border-left: solid 1px #ff0000;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	z-index: 104;
}

#errorWrap p::after {
	content: "";
	margin-top: -16px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 31px;
	height: 31px;
	background: #fff;
	border-radius: 50%;
	z-index: 103;
}

#errorWrap a:hover {
	opacity: 1;
	background: #5c0d0d;
}

#errorWrap a:hover p::before {
	border-bottom: solid 1px #5c0d0d;
	border-left: solid 1px #5c0d0d;
}

#errorWrap br {
	display: none;
}

.sns-link {
	position: absolute;
	top: 12px;
	right: 12px;
	display:flex;
	width: 6vw;
	transition: opacity 0.8s cubic-bezier(.57,0,.26,1) 0.2s;
	max-width: 80px;
	z-index: 180;
}

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

.sns-link li {
	width: 50%;
}

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

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

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


/*--------------------------------------
primary
---------------------------------------*/

.primary {
	position: relative;
}


#home .primary {
	position: relative;
	z-index: 2;
}

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

}


section:not(#entry) {
	margin: 0 auto;
	padding: 56px 72px 0;
	position: relative;
	display: flex;
	align-items: start;
	gap: 16px;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

@media only screen and (max-width: 1080px) {
	section:not(#entry) {
		padding: 56px 56px 0;
	}
}

section:not(#introduction):not(#entry) h2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 230px;
	height: 64px;
	line-height: 1.1;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #3e342a;
}

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

	section:not(#introduction):not(#entry) h2 {
		width: 10em;
		height: 3em;
		font-size: 20px;
	}

	section:not(#introduction):not(#entry)#attention h2 {
		width: calc(10em * (20 / 18));
		height: calc(3em * (20 / 18));
		font-size: 18px;
	}
}

.contents {
}

.contents > p {
}

.notice li {
	display: flex;
}

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

.notice li::before {
	content: "※";
}

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

/*
.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}
*/

/* introduction */
section#introduction {
	padding: 0;
	overflow: visible;
	flex-direction: column;
	gap: 0;
	max-width: 100%;
}

body.w3 section#introduction,
body.w2 section#introduction {
	padding: 80px 0 0;
}

#introduction h2 {
	margin: 0 auto;
	padding: 0 72px;
	position: relative;
	width: 100%;
	max-width: 1240px;
	font-size: 22px;
	z-index: 2;
}

#introduction h2::after,
#introduction h2::before {
	content: "";
	margin: 2em auto 0;
	padding-top: 1px;
	display: block;
	width: 100%;
	height: 0;
	max-width: 1240px;
	background: #2e251c;
	z-index: 2;
}

#introduction h2::before {
	margin: 0 auto 2em;
}

@media only screen and (max-width: 1080px) {
	#introduction h2 {
		padding: 0 56px;
		font-size: 20px;
	}

	#introduction h2::after {
		margin: 1.5em auto 0;
	}

	#introduction h2::before {
		margin: 0 auto 1.5em;
	}

}

/* flow */
section#flow {
}

section#flow .contents {
	margin: 0 auto;
	width: 100%;
}

#flow .contents > p {

}

#flow .contents > p span {
	text-decoration: underline 2px rgba(118, 0, 0, .9);
	text-underline-offset: 0.4em;
}

#flow .contents > dl {
	padding-top: 24px;
}

#flow .contents > dl > dt {
	display: flex;
	align-items: center;
	gap: 0.2em;
	line-height: 1.2;
}

#flow .contents > dl > dt::before {
	content: "";
	display: block;
	width: 0.8em;
	height: 0.8em;
	background: #332e26;
	border-radius: 50%;
}

#flow .contents > dl > dd {
}

#flow dd > p {
	margin-left: 1em;
	padding-bottom: 8px;
	text-indent: -1em;
	font-weight: 700;
	line-height: 1.6;
}


#flow .contents > dl > dd > dl {
	padding: 16px 0 0 1em;
	overflow: hidden;
	clear: both;
}

#flow .contents > dl > dd > dl::before {
	content: "";
	margin-right: 1.5em;
	padding-top: 134px;
	display: block;
	width: 145px;
	height: 0;
	float: left;
	background: url(../images/home/contents/flow/best.webp) no-repeat;
	background-size: 100% auto;
}

#flow .contents > dl > dd > dl:nth-of-type(2)::before {
	padding-top: 205px;
	background: url(../images/home/contents/flow/bluray.webp) no-repeat;
	background-size: 100% auto;
}

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

	#flow .contents > dl > dd > dl::before {
		padding-top: calc(92% * 0.24);
		width: calc(100% * 0.24);
	}

	#flow .contents > dl > dd > dl:nth-of-type(2)::before {
		padding-top: calc(142% * 0.24);
	}
}

#flow .contents > dl > dd > dl > dt {
	margin-left: calc(1em + 145px);
	text-indent: -1em;
}

#flow .contents > dl > dd > dl > dt::before {
	content: "・";
}

#flow .contents > dl > dd > dl > dd {
	margin-left: calc(0.5em + 145px);
	padding: 0 0 0 1em;
}

@media only screen and (max-width: 1080px) {
	#flow .contents > dl > dd > dl > dt {
		margin-left: calc(1em + 24%);
	}

	#flow .contents > dl > dd > dl > dd {
		margin-left: calc(0.5em + 24%);
	}
}

#flow .contents .lineup p {
	margin-left: 1em;
	text-indent: -1em;
}



#prize {
}

section:not(#entry)#prize {
	align-items: center;
}

#prize .contents > p {
}

/* term */
section:not(#entry)#term {
	align-items: center;
}

section#term .contents {
	text-align: center;
}

#term p {
	font-size: 24px;
	line-height: 1.2;
}

/* announcement */
section#announcement .contents {
	margin: 0 auto;
	width: 100%;
}

section:not(#entry)#announcement {
	align-items: center;
}


/* attention */
section#attention {
}

section:not(#introduction):not(#entry)#attention h2 {
	font-size: 18px;
}

section#attention .contents {
	margin: 0 auto;
	width: 100%;
}

#attention li:not(:last-child) {
	padding-bottom: 0.5em;
}

#attention p {
	display: flex;
}

#attention p::before {
	content: "・";
}

/* entry */
#entry {
	position: relative;
	z-index: 3;
}

#home #entry {
	margin: 80px auto 0;
	padding-top: 0;
	width: calc(100% - 72px * 2);
	max-width: calc(1240px - 72px * 2);
	color: #fff;
	background: #766b67;
	border-radius: 12px;
}

@media only screen and (max-width: 1080px) {
	#home #entry {
		width: calc(100% - 56px * 2);
	}
}

#entry h2 {
	padding: 40px 0 0;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	background: #3e342a;
	border-radius: 12px 12px 0 0;
}

#entry .contents {
	margin: 0 auto;
	padding: 0 64px 80px;
	position: relative;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

	@media only screen and (max-width: 1080px) {
	#entry .contents {
		padding: 0 40px 56px;
	}
	}

#entry .notice {
	width: 100%;
	line-height: 1.2;
	font-size: 14px;
}

#entry form .notice {
	padding: 16px 0 0;
}

#entry .contents > .notice {
	padding: 16px 0 32px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #3e342a;
}

#entry .contents > dl {
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#entry .notice p {
	justify-content: center;
}

#entry .notice a {
	color: #fff;
}

#entry .contents > dl > dt {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#entry .contents > dl > dd {
	width: 100%;
	text-align: center;
}

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

#entry form {
	padding: 24px 0 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 16px;
	width: 100%;
}

#home #entry form > dl {
	width: calc((100% - 16px) / 2);
}

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

#home #entry form > dl dt {
	padding: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#home #entry form > dl dt span {
	display: block;
}


#home #entry form > dl dd {
	padding: 0 0 24px;
}

#entry input,
#entry textarea {
	width: 100%;
	height: 72px;
	font-size: 18px;
	line-height: 72px;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: none;
	outline: none;
	background: #fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-radius: 8px;
}

#entry input:hover,
#entry textarea:hover,
#entry input:focus,
#entry textarea:focus {
}


#entry .serialCode1,
#entry .serialCode2 {
	margin-right: 16px;
	padding: 0 16px;
	width: 100%;
	border-radius: 8px;
}

#entry .serialCode dd {
	padding-top: 8px;
}

.formBtn {
	position: relative;
	clear: both;
	width: 192px;
	z-index: 10;
}

#entry .formBtn {
	display: flex;
	justify-content: center;
	width: 220px;
}

#entry .entryBtn {
	width: 220px;
}

#entry .entryBtn input {
	margin: 0 auto;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	background: #000;
	border: none;
	transition: background 0.2s ease-in-out;
	border-radius: 8px;
}

#entry .entryBtn input:hover {
	background-color: #525252;
}

#entry .error {
	padding: 64px 0 0;
	display: inline-block;
}

#entry .error li {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
}


#entry .error li:before {
	content: "!";
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0;
	-webkit-user-select: none;
	user-select: none;
	font-size: 50px;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	color: #fff;
	background: #ef0627;
	border-radius: 50%;
}

#entry .error li p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	flex: 1;
}


/* note */
section#note {
	padding: 80px 56px;
	display: block;
}

/* inquiry */
.inquiry {
	overflow: hidden;
}

.attention,
.inquiry,
.privacy {
	margin-bottom: 48px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
align-items: start;
	gap: 24px;
}

.inquiry {
	margin-bottom: 40px;
}

.attention > dt,
.inquiry > dt,
.privacy > dt {
	width: 15em;
	flex-shrink: 0;
	text-align: right;
	line-height: 1.2;
}

.attention > dd,
.inquiry > dd,
.privacy > dd {
	padding: 0 0 0 24px;
	flex: 1;
	border-left: solid 1px;
}

.inquiry > dd > p {
	line-height: 1.2;
}

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

.attention .notice li::before,
.attention .notice p {
	font-size: 16px;
}

.inquiry dd dl {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 12px;
}

.inquiry dd dl dt {
	display: flex;
	flex-shrink: 0;
	width: 4.6em;
	height: 2.2em;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	border: solid 1px;
}

.inquiry dd dl dd {
	width: calc(100% - 4.6em - 2px - 12px);
}

.inquiry .notice {
	padding-top: 0.2em;
}

.privacy dd dt {
	padding: 0 0 0.2em 0;
	width: auto;
	text-align: left;
	line-height: 1.2;
}

.privacy dd dt:before {
	content: "■";
}

.privacy dd dd {
	padding: 0 0 12px 1em;
	float: none;
	width: auto;
	border: none;
}

.privacy dd dd:last-child {
	padding: 0 0 0 1em;
}

.privacy dd ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.privacy dd ol {
	padding-left: 1.6em;
	list-style-type: decimal;
}

.privacy .notice {
	padding: 0;
	border: none;
}

.privacy .notice li:before {
	content: "※";
}

.secondary a {
}

.privacy address {
	padding: 8px 0;
	font-style: normal;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/
ul.toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.2s cubic-bezier(.34,0,0,.99);
z-index: 4001;
}

.wrapper.active .toTop {
	opacity: 1;
	pointer-events: auto;
}

ul.toTop li {
	float: right;
	width: 54px;
	height: 54px;
}

ul.toTop a {
	padding-top: 54px;
	position: relative;
	display:block;
	overflow:hidden;
	width: 54px;
	height:0;
	background: #3a312b;
}

#home ul.toTop a {
}

ul.toTop a::before {
	content: "";
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 17px;
	display: block;
	width: 19px;
	height: 19px;
	border-Top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(-45deg);
}

ul.toTop a:hover {
	opacity: 1;
	background: #887c73;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 0;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
margin-top: auto;
	padding: 120px 0 240px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg,rgba(164, 170, 186, 1) 11%, rgba(209, 209, 209, 1) 59%, rgba(244, 244, 244, 1) 100%);
	z-index: 4000;
}

#home footer {
	position: relative;
	bottom: auto;
	left: auto;
}

.copyright {
	text-align: center;
	font-size: 13px;
	letter-spacing: 0;
}

.copyright br {
	display: none;
}

.copyright a {
	text-decoration: underline;
}

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

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

	body {
		font-size: 15px;
	}

	section:not(#introduction):not(#entry) h2 {
		font-size: 18px;
	}

	section:not(#introduction):not(#entry)#attention h2 {
		width: calc(10em * (18 / 16));
		height: calc(3em * (18 / 16));
		font-size: 16px;
	}

	.contents {
	}

	section:not(#entry):not(#introduction):not(#note) {
		padding: 40px 40px 0;
	}

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

	section#introduction {
	}

	#introduction h2 {
		padding: 0 40px;
		font-size: 18px;
	}

	section#note {
		padding: 56px 40px 80px;
	}

	#home #entry {
		margin: 56px auto 0;
		width: calc(100% - 40px * 2);
	}

	#entry form {
		flex-direction: column;
	}

	#entry .contents > dl {
		padding-top: 24px;
	}

	#home #entry form > dl {
		width: 100%;
	}

	#home #entry form > dl dt,
	#entry .contents > dl > dt {
		font-size: 16px;
	}

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

	#entry .error {
		padding: 32px 0 0;
	}

	.attention .notice li::before,
	.attention .notice p {
		font-size: 15px;
	}



}
/*--------------------------------------------------------------------------------------------------*/

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

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

	#prize .schedule dd ul li::before,
	#prize .schedule dd ul li p {
		font-size: 14px;
	}

}
/*--------------------------------------------------------------------------------------------------*/

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

	body {
		font-size: 14px;
	}

	section#introduction {
		padding: 32px 24px;
	}

	section#flow .contents dl {
	}

	#flow dt {
	margin: 0 auto;
	padding: 0;
		width: auto;
		border: none;
	line-height: 1.7;
	}

#flow dd {
	padding: 0 0 0 8px;
}

	#term p {
		font-size: 15px;
	}

	#prize .present .detail > p {
		font-size: 14px;
	}

	#prize .present > li dd dd > p {
		font-size: 14px;
	}

		#prize .present > li > dl > dt {
		padding-top: 56px;
		width: 56px;
	}

	#prize .present > li > dl > dt::before {
		width: 56px;
	height: 42px;
		font-size: 36px;
	}

	#prize .present > li > dl > dt::after {
		width: 56px;
		height: 53px;
		font-size: 12px;
	}

	#prize .present > li > dl > dd {
		padding: 0 0 0 64px;
	}


	#prize .present > li {
	}

#prize .present > li.present-a .detail ul:not(.data) li {
	position: relative;
	overflow: hidden;
	width: 100%;
}


	#prize .present:last-child > li:last-child {
		padding-bottom: 0px;
	}

	section#attention {
		padding-bottom: 64px;
	}

#attention p {
		font-size: 14px;
}


	#entry input,
	#entry textarea {
		font-size: 16px;
	}


	#entry .error li {
		align-items: start;
		font-size: 13px;
	}

	#entry .error li:before {
		margin-top: 4px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 22px;
	}
	

}


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

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

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

	a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.loading {
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	.wrapper {
		min-width: 0;
	}

	#home .wrapper {
		min-width: 0;
	}

	#home .container,
	.container {
		padding-bottom: 0;
		background: none;
		position: relative;
	}

	/*--------------------------------------
	header
	--------------------------------------*/	
	#top {
	}

	#home #top {
		padding: 38px 0 0;
		background: #a4aaba;
	}

#home #top::before {
	content: "";
	padding-top: 83%;
	display: block;
	width: 100%;
	height: 0;
	opacity: 1;
	transform: none;
	background: url(../images/home/header/photo_sp.webp) center center no-repeat;
	background-size: 100% auto;
	transition: none;
}

	.siteTitle {
		margin: 0 auto;
		padding-top: calc(73% * 0.9);
		position: static;
		width: calc(100% * 0.9);
		background: url(../images/common/header/title_sp.svg) no-repeat center center;
		background-size: 100% auto;
		opacity: 1;
		transform: none;
		order: 3;
	}

	#entry-form .siteTitle {
		padding-top: calc(52% * 0.9);
		width: calc(100% * 0.9);
	}

	#home .siteTitle {
		margin: 0 auto;
		padding-top: calc(63% * 0.9);
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% * 0.9);
		background: url(../images/home/header/title_sp.svg) no-repeat center top;
		background-size: 100% auto;
		opacity: 1;
		transform: none;
		order: 3;
	}

	#home #top::after {
		margin: 0 auto;
		padding-top: calc(55% * 1);
		position: static;
		display: block;
		width: calc(100% * 1);
		background: url(../images/home/header/title_sub_sp.svg) no-repeat center bottom;
		background-size: 100% auto;
		transform: none;
	}

	#introduction h2::before {
		display: none;
	}

	#errorWrap {
		min-width: 320px;
	}

	#errorWrap a {
		padding: 12px 0;
		height: auto;
		line-height: 1.4;
		font-size: 11px;
	}

	#errorWrap a:after {
		display: none;
	}

	#errorWrap p {
		padding-left: 34px;
		font-weight: 600;
	}

	#errorWrap p:before {
	}

	#errorWrap a:hover {
	}

	#errorWrap br {
		display: block;
	}


	.sns-link {
		margin-left: 0;
		bottom: auto;
		top: 4px;
		left: auto;
		right: 4px;
		width: 56px;
		opacity: 1;
}


	/*--------------------------------------
	primary
	---------------------------------------*/
	.primary {
		padding-top: 5%;
	}

	#home .primary {
		padding: 0 0 0 0;
		background-size: cover;
	}

	.notice li::before,
	.notice p {
		font-size: 12px;
	}

	section:not(#entry)#flow,
	section:not(#entry),
	section:not(#entry) {
		padding: 8% 16px 3%;
		flex-direction: column;
		gap: 8px;
	}

	section:not(#entry):not(#introduction):not(#note) {
		padding: 32px 16px 0;
	}

	section:not(#entry)#attention {
		padding-bottom: 12%;
	}

	section:not(#introduction):not(#entry)#attention h2,
	section:not(#introduction):not(#entry) h2 {
		margin: 0 auto;
		padding: 0;
		height: 2.8em;
		width: 100%;
		line-height: 1;
		font-size: 16px;
	border-radius: 0;
	}

	section:not(#entry):not(#note):not(#term) .contents {
	padding-top: 0;
	}

	section#term .contents,
	.contents {
		padding: 0 0 0;
		width: 100%;
	}

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

	/* introduction */
	section:not(#entry)#introduction {
		padding: 24px 16px 0;
		background: none;
	}

	#introduction::before,
	#introduction::after {
		display: none;
		background: none;
	}

	#introduction h2 {
		padding: 0;
	line-height: 1.7;
		font-size: 15px;
	}

/* flow */

	section#flow .contents dl {
		display: block;
	}

	#flow dt {
	}

#flow dd {
	padding: 4px 0 0 0;
}

	#flow .contents > dl > dt {
		padding: 0;
		font-size: 15px;
		text-align: center;
		line-height: 1.2;
	}

	#flow .contents > dl > dd {
		padding: 8px 0 0;
		border: none;
	}

	#flow .contents > dl > dd > dl {
		padding: 8px 0 0 0;
	}

	#flow dd > p {
		font-size: 15px;
		font-weight: 600;
		line-height: 1.8;
	}

	#flow .contents > dl > dd > dl > dt {
		font-size: 15px;
		font-weight: 600;
	}

	#prize .contents > p {
		font-size: 15px;
		font-weight: 500;
	}

	#prize .present {
		gap: 40px 0;
	}

	#prize .present > li > dl > dt {
		padding-top: 44px;
		width: 44px;
	}

	#prize .present > li > dl > dt::before {
		top: 0;
		padding-top: 4px;
		width: 44px;
		height: 44px;
		font-size: 24px;
		align-items: start;
		justify-content: center;
	}

	#prize .present > li > dl > dt::after {
		top: 0;
		width: 44px;
		height: 44px;
		font-size: 12px;
		align-items: end;
		justify-content: center;
	}

	#prize .present > li > dl > dd {
		padding: 0 0 0 56px;
	}

	#prize .present .detail {
		padding: 0 0 24px;
	}

	.data,
	#prize .present .detail > figure + p {
		padding: 0;
	}

	#prize .present > li {
		padding-bottom: 24px;
		width: 100%;
	}

	#prize .variations {
	}

	#prize .variations > li {
	}

	#prize .present > li.present-h dd .variations dt {
		padding-top: 8px;
	}

	.data p {
		font-size: 13px;
		line-height: 1.6;
	}

	#prize .present > li dd .about dt,
	#prize .present > li dd .detail dt {
		padding: 0 0 0 0.8em;
		position: relative;
		font-size: 14px;
		line-height: 1.7;
	}

	#prize .present > li dd .about dt::before,
	#prize .present > li dd .detail dt::before {
		content: "";
		display: block;
		position: absolute;
		top: 0.5em;
		left: 0;
		width: 0.5em;
		height: 0.5em;
		background: #18101d;
	}

	#prize .present > li dd .about dt::after,
	#prize .present > li dd .detail dt::after {
		display: none;
	}

	#prize .present > li dd .about dd,
	#prize .present > li dd .detail dd {
		padding: 0 0 0 0.8em;
		display: block;
}

	#prize .present > li dd dt {
		padding: 0;
		font-size: 15px;
		font-weight: 500;
		border: none;
	}

	#prize .present > li dd dd {
		padding: 0 0 0;
	}

	#prize .present > li dd > dl > dd > p {
		font-size: 14px;
		line-height: 1.6;
	}

	#prize .present > li.present-a dd > dl > dd > p {
	}

	#prize .present > li dd dd > p + p {
		margin: 0;
		padding: 0;
		display: inline;
	}

	#prize .present .detail > p {
		line-height: 1.7;
		font-size: 14px;
	}

	#prize .present + p {
		padding: 48px 0 12px;
		font-size: 15px;
		font-weight: 500;
	}

	#prize .schedule {
		margin-bottom: 24px;
		padding: 16px 16px;
		}

		#prize .schedule dt {
		padding: 0 0 16px;
	}

	#prize .schedule dd {
		padding: 8px 0 0;
	}

	.data li:not(:last-child) {
		padding-bottom: 2px;
	}

	p + .data {
		padding-top: 4px;
	}

	/* term */
	#term .contents {
		text-align: center;
	}

	#term p {
		display: inline-block;
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
	}

	#attention p {
	}

	/* note */
	section:not(#entry)#note {
		padding: 12% 16px 12%;
	}

	/* entry */
	#entry {
		padding: 32px 0;
	}

	#home #entry {
		margin: 32px auto 0;
		padding: 0 0 32px 0;
		width: calc(100% - 32px);
	}

	#entry h2 {
		padding: 24px 0 0;
		font-size: 18px;
	}

	#entry h2::after {
		margin: 24px auto 0;
		width: 4em;
	}

	#entry .contents {
		padding: 0;
	}

	#entry .contents > dl {
		padding: 0% 16px 0;
	}

	#home #entry form > dl dd {
		padding: 0 0 8px;
	}

	#entry .notice {
		padding-top: 0;
	}
	
	#entry .contents > .notice {
		padding: 16px 0 24px;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	
	#entry .contents > .notice li {
		justify-content: center;
	}

	#entry .contents > dl > dt {
		padding: 20px 0 0;
		font-size: 14px;
		text-align: left;
	}

	#entry .contents > dl > dt::after {
		margin: 4px auto 0;
		transform: scale(1.8);
	}

	#entry form {
		padding: 16px 0 0;
		flex-direction: column;
		gap: 16px;
	}

	#home #entry form > dl:nth-child(2),
	#home #entry form > dl {
		padding: 0;
		width: 100%;
	}

	#home #entry form > dl dt {
		padding: 0 0 8px;
		font-size: 16px;
	}

	#home #entry form > dl dt span {
		font-size: 16px;
	}

	#entry input,
	#entry textarea {
		width: 100%;
		height: auto;
		font-size: 15px;
		line-height: 4;
	}


	#entry .serialCode {
		flex-direction: column;
	}


	#entry .serialCode li,
	#entry .serialCode li:nth-of-type(2) {
		padding: 0 0;
		width: 100%;
	}

	#entry .serialCode dt label {
		font-size: 15px;
		font-weight: 700;
	}

	#entry .serialCode dt label:before {
	}

	#entry .serialCode dd {
		padding-top: 8px;
	}

.formBtn {
	padding-left: 12px;
	position: relative;
	clear: both;
	width: 192px;
	z-index: 10;
}

	#entry .formBtn {
		padding: 0;
		width: 100%;
	}

#entry .entryBtn {
	width: 50%;
}

	#entry .entryBtn input {
		height: auto;
		line-height: 4;
		font-size: 15px;
	}

	#entry .notice li {
		justify-content: start;
		text-align: left;
	}

#entry .error {
		margin-top: 24px;
		padding: 24px 0 0;
		border-top: solid 1px rgba(255, 255, 255, .2);
	}

	#entry .error li {
		align-items: start;
	}

	#entry ul.error p {
		font-size: 14px;
	}

#entry .error li:before {
	content: "!";
	margin-right: 4px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	-webkit-user-select: none;
	user-select: none;
	font-size: 28px;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	color: #fff;
	background: #ff0000;
	border-radius: 50%;
}


	.attention,
	.inquiry,
	.privacy {
		margin-bottom: 24px;
		flex-direction: column;
		gap: 16px;
	}

	.attention > dt,
	.inquiry > dt,
	.privacy > dt {
		width: 100%;
		text-align: center;
		line-height: 2.8;
		border-top: solid 1px;
		border-bottom: solid 1px;
	}

	.attention > dd,
	.inquiry > dd,
	.privacy > dd {
		padding: 0 0 0 0;
		border-left: none;
	}

	.attention .notice li::before,
	.attention .notice p {
		font-size: 14px;
	}

	/*--------------------------------------
	上部へボタン
	---------------------------------------*/
	ul.toTop {
	}

	ul.toTop li {
		width: 36px;
		height: 36px;
	}

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

	ul.toTop a::before {
		margin-top: -4px;
		left: 12px;
		width: 13px;
		height: 13px;
	}

	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		padding: 0 0 60px;
		bottom: auto;
		height: auto;
		text-align: center;
		min-width: 0;
	}

	.copyright {
		padding: 8px 0 16px 0px;
		letter-spacing: 0;
		line-height: 1.6;
		font-size: 11px;
	}

	.copyright::before {
		padding-top: 25%;
		width: 40%;
	}

	.copyright br {
		display: block;
	}

	.credit {
		margin: 0 auto;
		display: inline-block;
		text-align: left;
		line-height: 1.6;
		font-size: 8px;
	}

}
