@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: transparent;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	font-weight: 500;
	font-size: 16px;
	font-family: "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: 'palt' 1;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	color: #161616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

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: #161616;
	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-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/contents/noise.webp) center center fixed;
	z-index: 5000;
}

.loading::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100vh;
	opacity: .9;
	background: linear-gradient(
		0deg,
		hsl(240deg 64% 30%) 0%,
		hsl(316deg 46% 34%) 24%,
		hsl(349deg 49% 47%) 35%,
		hsl(17deg 55% 51%) 45%,
		hsl(40deg 62% 47%) 60%,
		hsl(55deg 79% 43%) 100%
	);
	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: url(../images/common/contents/bg.webp) no-repeat center top fixed;
	background-size: cover;
}

#home .wrapper {
}

.container {
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

#home .container {
	padding-bottom: 0;
	position: static;
}


/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 17% 0 0;
	overflow: hidden;
	mix-blend-mode: multiply;
	background: url(../images/common/noise.webp) center top rgba(162, 46, 57, 1);
	background-size: 400px auto;
}

#home #top {
	padding: 0;
	position: relative;
	mix-blend-mode: normal;
	background: url(../images/home/header/photo.webp) no-repeat center top;
	background-size: 100% auto;
}

.siteTitle {
	padding-top: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.container::before {
	content: "";
	margin: 0 auto;
	padding-top: 17%;
	position: absolute;
	top: 0;
	left: 2%;
	display: block;
	overflow: hidden;
	width: 96%;
	height: 0;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 5;
}

#home .siteTitle {
	margin: 0;
	padding-top: 59.6%;
	position: relative;
	left: 50%;
	width: 52%;
	background: url(../images/home/header/title.svg) no-repeat left center;
	background-size: 100% auto;
	transform: translateX(-90%);
	}

#home .container::before {
	display: none;
}


@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: 2%;
	right: 1.5%;
	display:flex;
	width: 6vw;
	max-width: 80px;
	z-index: 18;
}

.sns-link li {
	width: 50%;
}

.sns-link .twitter a,
.sns-link .facebook a {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	filter: drop-shadow(0px 0px 14px rgba(10, 36, 59, .5));
}

.sns-link .twitter a {
	background: url(../images/home/nav/sns/twitter.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;
	background: url(../images/common/contents/bg.webp) no-repeat center top fixed;
	background-size: cover;
}

#home .primary {
	position: relative;
	z-index: 2;
}


@media only screen and (max-width: 1240px) {
}

@media only screen and (max-width: 1680px) {

}


section:not(#entry) {
	margin: 0 auto;
	padding: 88px 56px 0;
	position: relative;
	max-width: 1140px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

section:not(#introduction):not(#entry) h2 {
	margin: 0 auto;
	position: relative;
	max-width: 1028px;
	width: 100%;
	line-height: 3;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: url(../images/common/noise.webp) center top rgba(0, 10, 42, .75);
	background-size: 400px auto;
	color: #fff;
}

/*
section:not(#introduction):not(#entry) h2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: -1;
}
*/

.contents {
	padding-top: 24px;
}

section:not(#entry):not(#note) .contents {
}

.contents > p {
	font-size: 15px;
}

.notice li {
	display: flex;
}

.notice li:not(:last-child) {
	padding-bottom: 4px;
}

.notice li::before {
	content: "※";
	font-size: 13px;
	line-height: 1.6;
}

.notice p {
	font-size: 13px;
	line-height: 1.6;
}

/*
.notice p {
	display: flex;
	font-size: 13px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}
*/

/* introduction */
section#introduction {
	padding: 3% 56px;
	flex-direction: column;
	max-width: 100%;
	mix-blend-mode: multiply;
	background: url(../images/common/noise.webp) center top rgba(162, 46, 57, 1);
	background-size: 400px auto;
}

#introduction h2 {
	margin: 0 auto;
	padding: 0 56px 0;
	position: relative;
	max-width: 1140px;
	width: 100%;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.6;
	color: #fff;
}

#introduction .lead {
	margin: 0 auto;
	padding: 1em 56px 0;
	position: relative;
	max-width: 1140px;
	width: 100%;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}

@media only screen and (max-width: 1240px) {

	#introduction h2,
	#introduction .lead {
		font-size: 22px;
	}
}

/* flow */
section#flow {
}

section#flow .contents {
	margin: 0 auto;
	width: 100%;
}

#flow .contents > p {

}

#flow .contents > p span {
	font-weight: 700;
	font-size: 16px;
}

#flow .contents > dl {
	padding-top: 24px;
	display: flex;
}

#flow .contents > dl > dt {
	padding: 0 24px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

#flow .contents > dl > dd {
	padding: 0 0 0 24px;
	border-left: solid 1px;
	flex: 1;
}

#flow dd > p {
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}


#flow .contents > dl > dd > dl {
	padding-top: 24px;
}

#flow .contents > dl > dd > dl > dt {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

#flow .contents > dl > dd > dl > dt::before {
	content: "";
	margin-right: 4px;
	display: block;
	width: 10px;
	height: 10px;
	background: #161616;
}

#flow .contents > dl > dd > dl > dd {
	padding: 8px 0 0 14px;
	display: flex;
	align-items: start;
	gap: 0 24px;
}

#flow .contents > dl > dd > dl:nth-of-type(1) > dd > dl {
	width: calc((100% - 24px) / 2);
}

#flow .contents > dl > dd > dl > dd dt::before {
	content: "＜";
}

#flow .contents > dl > dd > dl > dd dt::after {
	content: "＞";
}

#flow .contents > dl > dd > dl > dd dd {
	padding-top: 8px;
	display: flex;
	gap: 0 8px;
}

#flow .contents > dl > dd > dl > dd dd::before {
	content: "";
	padding-top: calc(142.6% * 0.2);
	display: block;
	width: calc(100% * 0.2);
	height: 0;
	flex-grow: 0;
	flex-shrink: 0;
	background: url(../images/home/contents/flow/bd.webp) no-repeat center top;
	background-size: 100% auto;
	border: solid 1px;
}

#flow .contents > dl > dd > dl > dd dl + dl dd::before {
	content: "";
	padding-top: calc(142.6% * 0.2);
	display: block;
	width: calc(100% * 0.2);
	height: 0;
	background: url(../images/home/contents/flow/dvd.webp) no-repeat center top;
	background-size: 100% auto;
}

#flow .contents > dl > dd > dl:nth-of-type(2) > dd dd::before {
	padding-top: calc(88.84% * 0.0973);
	width: calc(100% * 0.0973);
	background: url(../images/home/contents/flow/cd.webp) no-repeat center top;
	background-size: 100% auto;
}

#flow .contents > dl > dd > dl > dd dl + dl {
}

#flow .lineup {
}

#flow .lineup li:not(:last-child) {
	padding-bottom: 4px;
	position: relative;
}

#flow .lineup li p {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}


#prize {
}

#prize .contents > p {
	padding-bottom: 40px;
	font-size: 18px;
	font-weight: 600;
}

#prize .present {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	align-items: stretch;
	gap: 56px 24px;
}

#prize .present > li {
	width: calc((100% - 24px) / 2);
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

#prize .present > li.present-a,
#prize .present > li.present-b,
#prize .present > li.present-c,
#prize .present > li.present-d,
#prize .present > li.present-e,
#prize .present > li.present-f {
	padding: 0 0 0 0;
	width: 100%;
}


#prize dl + .present {
	padding-top: 40px
}

#prize .present + p {
	padding: 48px 0 12px;
	font-size: 16px;
	font-weight: 600;
	border-top: solid 1px;
}

#prize .present > li > dl {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
}

#prize .present > li > dl > dt {
	padding-top: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 0;
	display: block;
	background: #161d20;
	border-radius: 50%;
}

#prize .present > li > dl > dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: #fff;
	letter-spacing: 0;
}

#prize .present > li.present-a > dl > dt::before {
	content: "A";
}

#prize .present > li.present-b > dl > dt::before {
	content: "B";
}

#prize .present > li.present-c > dl > dt::before {
	content: "C";
}

#prize .present > li.present-d > dl > dt::before {
	content: "D";
}

#prize .present > li.present-e > dl > dt::before {
	content: "E";
}

#prize .present > li.present-f > dl > dt::before {
	content: "F";
}

#prize .present > li.present-g > dl > dt::before {
	content: "G";
}

#prize .present > li.present-h > dl > dt::before {
	content: "H";
}

#prize .present > li.present-i > dl > dt::before {
	content: "I";
}

#prize .present > li.present-j > dl > dt::before {
	content: "J";
}

#prize .present > li.present-k > dl > dt::before {
	content: "K";
}

#prize .present > li > dl > dt::after {
	content: "賞";
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 74px;
	display: flex;
	align-items: end;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
	line-height: 1.2;
}

#prize .present > li > dl > dd {
	padding: 0 0 0 102px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#prize .present > li.present-c > dl > dd,
#prize .present > li.present-d > dl > dd,
#prize .present > li.present-e > dl > dd,
#prize .present > li.present-f > dl > dd {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 40px 24px;
}

#prize .present > li > dl > dd > dl {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#prize .present > li.present-c > dl > dd > dl,
#prize .present > li.present-d > dl > dd > dl,
#prize .present > li.present-f > dl > dd > dl {
	display: flex;
	flex-direction: column;
	width: calc((100% - 24px) / 2);
	height: auto;
}

#prize .present > li.present-e > dl > dd > dl {
	display: flex;
	flex-direction: column;
	height: auto;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(1) {
	width: calc((100% - 24px * 1) / 2);
	order: 2;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(2) {
	width: calc((100% - 24px * 2) / 3);
	width: 100%;
	position: relative;
	order: 1;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::before,
#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::after {
	content: "FRONT";
	position: absolute;
	bottom: 16px;
	left: 4%;
	display: block;
	line-height: 1.2;
	font-size: 20px;
	font-family: 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	letter-spacing: 0;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::before {
	content: "BACK";
	left: auto;
	right: 4%;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(3) {
	width: calc((100% - 24px * 1) / 2);
	order: 3;
}

#prize .present > li dd dt {
	padding-top: 4px;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
}

#prize .present > li dd dt br {
	display: none;
}

#prize .present > li dd dt span {
	font-size: 14px;
	font-weight: 500;
}

#prize .present > li dd dd {
	padding: 12px 0 0;
	display: contents;
}

#prize .present > li.present-a dd dd {
	padding: 0;
	display: block;
}

#prize .present > li dd > dl > dd > p {
	margin-top: 8px;
	display: flex;
	justify-content: center;
	width: 5em;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.4;
	border: solid 1px;
}

#prize .present > li.present-a dd > dl > dd > p {
	padding: 0 1em;
	display: table;
	width: auto;
}

#prize .present > li dd dd > p + p {
	width: auto;
	border: none;
	text-align: left;
	font-size: 14px;
}

#prize .variations {
	display: flex;
	gap: 0 24px;
}

#prize .variations > li {
	width: calc((100% - 24px) / 2);
}

#prize .present-a .notice span {
	padding: 3px;
	background: #a22e39;
	color: #fff;
	display: inline;
}

#prize .description {
	padding-top: 24px;
}

#prize .present .detail {
	padding-top: 12px;
	overflow: hidden;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: end;
}

#prize .present > li.present-b .detail {
	padding-top: 12px;
	overflow: hidden;
	display: block;
	flex-grow: 1;
	flex-direction: column;
	justify-content: end;
}

#prize .present > li .detail::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

#prize .present > li.present-a .variations > li::before {
	content: "＜Lサイズ＞";
	padding: 8px 0 4px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
}

#prize .present > li.present-a .variations > li:nth-of-type(2)::before {
	content: "＜Sサイズ＞";
}

#prize .present > li.present-a .variations > li > p::before {
	content: "";
	margin: 0 0 8px 0;
	padding-top: 79%;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/home/contents/prize/prize-a_1.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-a .variations > li:nth-of-type(2) > p::before {
	background: url(../images/home/contents/prize/prize-a_2.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-b .detail::before {
	margin-right: 24px;
	padding-top: calc(60% / 2);
	float: left;
	width: calc((100% - 24px) / 2);
	background: url(../images/home/contents/prize/prize-b.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-c > dl > dd dl:nth-of-type(1) .detail::before {
	margin-bottom: 8px;
	padding-top: 100%;
	background: url(../images/home/contents/prize/prize-c_1.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-c > dl > dd dl:nth-of-type(2) .detail::before {
	margin-bottom: 8px;
	padding-top: 100%;
	background: url(../images/home/contents/prize/prize-c_2.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-d > dl > dd dl:nth-of-type(1) .detail::before {
	margin-bottom: 8px;
	padding-top: 100%;
	background: url(../images/home/contents/prize/prize-d_1.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-d > dl > dd dl:nth-of-type(2) .detail::before {
	margin-bottom: 8px;
	padding-top: 100%;
	background: url(../images/home/contents/prize/prize-d_2.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(1) .detail::before {
	padding-top: 108%;
	background: url(../images/home/contents/prize/prize-e_1.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(2) .detail::before {
	padding-top: 53%;
	background: url(../images/home/contents/prize/prize-e_2.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-e > dl > dd dl:nth-of-type(3) .detail::before {
	padding-top: 108%;
	background: url(../images/home/contents/prize/prize-e_3.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-f > dl > dd dl:nth-of-type(1) .detail::before {
	padding-top: 60%;
	background: url(../images/home/contents/prize/prize-f_1.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-f > dl > dd dl:nth-of-type(2) .detail::before {
	padding-top: 60%;
	background: url(../images/home/contents/prize/prize-f_2.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-g .detail::before {
	padding-top: 70%;
	background: url(../images/home/contents/prize/prize-g.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-h .detail::before {
	padding-top: 70%;
	background: url(../images/home/contents/prize/prize-h.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-i .detail::before {
	padding-top: 70%;
	background: url(../images/home/contents/prize/prize-i.webp) no-repeat center center;
	background-size: 100% auto;
}


#prize .present > li.present-j .detail::before {
	padding-top: 70%;
	background: url(../images/home/contents/prize/prize-j.webp) no-repeat center center;
	background-size: 100% auto;
}

#prize .present > li.present-k .detail::before {
	padding-top: 70%;
	background: url(../images/home/contents/prize/prize-k.webp) no-repeat center center;
	background-size: 100% auto;
}


#prize .present .detail > p {
	padding: 0 0;
	font-size: 15px;
	line-height: 1.8;
}

#prize .present > li.present-c .detail a,
#prize .present > li.present-d .detail a {
	display: flex;
	justify-content: end;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.6;
}

#prize .present > li.present-c .detail a::before,
#prize .present > li.present-d .detail a::before {
	content: "";
	margin: 0.4em 4px 0 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #161616;
}

#prize > .notice {
	padding: 8px 40px 8px;
	display: inline-block;
}

#prize .video {
	width: 100%;
}

#prize .video li {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

#prize .video iframe,
#prize .video object,
#prize .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.data {
	padding: 4px 0;
}

.data li:not(:last-child) {
	padding-bottom: 4px;
}

.data p {
	display: flex;
	font-size: 14px;
	line-height: 1.7;
}

.data p::before {
	content: "・";
}

/* term */
#term {
	
}

section#term .contents {
	text-align: center;
}

#term p {
	font-size: 20px;
	line-height: 1.7;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

#term .contents::after {
	content: "受付期間は終了しました";
	padding-top: 8px;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	color: #ff0000;
	text-align: center;
}


/* announcement */
section#announcement .contents {
	margin: 0 auto;
	width: 100%;
}

#announcement .notice {
	padding-top: 8px;
}

/* attention */
section#attention {
	padding-bottom: 80px;
}

section#attention .contents {
	margin: 0 auto;
	width: 100%;
}


#attention li:not(:last-child) {
	padding-bottom: 8px;
}

#attention p {
	display: flex;
	font-size: 15px;
}

#attention p::before {
	content: "・";
}

/* entry */
#entry {
	position: relative;
	z-index: 3;
}

#home #entry {
	padding-top: 32px;
	background: url(../images/common/noise.webp) center top rgba(0, 26, 77, .75);
	background-size: 400px auto;
	color: #fff;
}

#entry h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 3;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 1256px) {

	#entry h2 {
	}

}

#entry .contents {
	margin: 0 auto;
	padding: 32px 56px 64px;
	position: relative;
	max-width: 1140px;
	width: 100%;
	font-size: 22px;
	overflow: hidden;
	z-index: 4;
}

#entry .contents > dl {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#entry .notice {
	padding: 8px 0 0;
	width: 100%;
	line-height: 1.2;
	font-size: 13px;
}

#entry .notice p {
	justify-content: center;
}

#entry .notice a {
	color: #fff;
}

#entry .contents > dl > dt {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

#entry .contents > dl > dd {
	width: 100%;
	text-align: center;
}

#entry .notice li {
	justify-content: center;
}

#entry form {
	padding: 40px 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;
	font-size: 22px;
}


#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;
	opacity: .3;
	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 {
	padding-bottom: 8px;
	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.2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	background: #000;
	border: none;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 8px;
}

#entry .entryBtn input:hover {
	opacity: .3;
}

#entry .error {
	padding: 64px 0 40px;
	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: 16px;
	color: #fff;
	flex: 1;
}


/* note */
section#note {
	padding: 140px 56px 140px;
}

/* inquiry */
.inquiry {
	overflow: hidden;
}

.inquiry,
.privacy {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
align-items: start;
}

.inquiry {
	margin-bottom: 40px;
}

.inquiry > dt,
.privacy > dt {
	width: 250px;
	line-height: 2.8;
	white-space: nowrap;
	text-align: center;
	border: solid 1px;
	border-left: none;
	border-right: none;
}

.inquiry > dd,
.privacy > dd {
	padding: 0 0 0 16px;
	width: calc(100% - 250px);
}

.inquiry dd dl {
	overflow: hidden;
}

.inquiry dd dl dt {
	padding-top: 8px;
}

.inquiry dd dl dt::before {
	content: "＜";
}

.inquiry dd dl dt::after {
	content: "＞";
}

.privacy dd dt {
	padding: 0 0 2px 0;
	width: auto;
	text-align: left;
}

.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;
	transition: opacity 1.2s cubic-bezier(.34,0,0,.99);
z-index: 4001;
}

.wrapper.active .toTop {
	opacity: 1;
}

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: #000;
}

#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: #333;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 0;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
/*
	position: absolute;
	bottom: 0;
	margin-bottom: -1px;
	position: sticky;
	top: 100%;
	will-change: transform;
*/
margin-top: auto;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/common/noise.webp) center top #a22e39;
	background-size: 400px auto;
	color: #f9e3be;
	mix-blend-mode: multiply;
	z-index: 4000;
}

#home footer {
	position: relative;
	bottom: auto;
	left: auto;
}

.copyright {
	text-align: center;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0;
	font-family: 'Work Sans', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
}

.copyright br {
	display: none;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 960px) {

	body {
		font-size: 15px;
	}

	.contents {
	}

	section:not(#entry) {
		padding: 72px 40px 0;
	}

	section#note {
		padding: 120px 40px 120px;
	}

	/* introduction */

	section#introduction {
		padding: 40px 40px;
	}

	#introduction .lead {
		padding: 0;
		font-size: 18px;
		line-height: 1.7;
	}

	#introduction h2 {
		padding: 0 0 0.8em;
		font-size: 18px;
		line-height: 1.7;
	}

	.copyright {
}

	.inquiry > dt,
	.privacy > dt {
		width: 17em;
}

	.inquiry > dd,
	.privacy > dd {
		width: calc(100% - 17em);
	}

	#prize .present > li dd dt {
		font-size: 16px;
	}

	section#attention {
		padding-bottom: 72px;
	}

	#flow .contents > dl > dd > dl > dd {
		display: block;
	}

	#flow .contents > dl > dd > dl:nth-of-type(1) > dd > dl {
		width: 100%;
	}

	#flow .contents > dl > dd > dl:nth-of-type(2) > dd dd::before {
		padding-top: calc(88.84% * 0.2);
		width: calc(100% * 0.2);
	}

	#flow .contents > dl > dd > dl > dd dl + dl {
		padding-top: 16px;
	}

	#prize .present > li dd > dl > dd > p {
		font-size: 15px;
	}

	#prize .present > li.present-a .variations > li::before {
		font-size: 16px;
	}

	#entry .contents {
		padding: 32px 40px 64px;
		font-size: 16px;
	}

	#entry .contents > dl > dt {
		font-size: 16px;
	}

	#home #entry form > dl dt {
		font-size: 16px;
	font-weight: 600;
	}

	#home #entry form > dl dt span {
		font-size: 18px;
	}

	#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::before {
		font-size: 16px;
		left: auto;
		right: 3%;
	}

	#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::after {
		font-size: 16px;
		left: 3%;
	}

	#entry h2,
	section:not(#introduction):not(#entry) h2 {
		font-size: 18px;
	}

	#flow dd > p {
		font-size: 16px;
	}

}
/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {
	#entry form {
		display: block;
	}

	#home #entry form > dl {
		width: 100%;
	}

	#entry .formBtn {
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------*/

@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;
	}

	#prize .present > li.present-c .detail::before {
	}

	#prize .present > li.present-d .detail::before {
	}

	#prize .present > li.present-e .detail::before {
	}

	#prize .present > li.present-f .detail::before {
	}


	#prize .present > li.present-g .detail::before {
	}

	#prize .present > li.present-h .detail::before {
	}

	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;
	}
	

	.inquiry,
	.privacy {
		display: block;
}

	.privacy {
		padding-bottom: 64px;
}

	.inquiry > dt,
	.privacy > dt {
		width:100%;
}

	.inquiry > dd,
	.privacy > dd {
		padding: 8px 0 0;
		width:100%;
	}

	#entry .notice p {
		font-size: 12px;
		text-align: left;
	}

}


/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 520px) {

	body {
		min-width: 320px;
		font-size: 14px;
	}

	a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	.wrapper {
		min-width: 0;
	}

	#home .wrapper {
		min-width: 0;
	}

	#home .container,
	.container {
		padding-bottom: 0;
		background: none;
		position: relative;
	}

	#home .container::after {
		margin: 0 0 0 -100%;
		padding-top: 110%;
		top: -0.5%;
		left: 50%;
		width: 200%;
		transform: rotate(-8deg);
	background: url(../images/common/contents/noise.webp) center top fixed #972021;
	background-size: 200px auto;
		z-index: 1;
}

	.container::after,
	#top::before {
		padding-top: 50%;
		width: 50%;
	height: 0;
	}
	/*--------------------------------------
	header
	--------------------------------------*/	
	#top {
		padding-top: 42%;
	}

	.container::before {
		padding-top: 42%;
		left: 2%;
		width: 96%;
		background: url(../images/common/header/title_sp.svg) no-repeat center center;
		background-size: 100% auto;
	}

	#home #top {
		padding-bottom: 6%;
	background: url(../images/home/header/photo_sp.webp) no-repeat center top;
	background-size: cover;
	}

	#home #top::before {
		content: "";
		margin: 0 auto;
		padding-top: 28%;
		display: block;
		width: calc(100% - 120px);
		height: 0;
	background: url(../images/home/header/name_sp.svg) no-repeat center bottom;
	background-size: 100% auto;
	}

	#home .siteTitle {
		margin: 0 auto;
		padding-top: 120%;
		position: relative;
		left: 0;
		width: calc(100% - 32px);
		background: url(../images/home/header/title_sp.svg) no-repeat center bottom;
		background-size: 100% auto;
		transform: none;
		order: 1;
		z-index: 2;
	}


	#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: 8px;
		right: 4px;
		width: 56px;
}

	/*--------------------------------------
	primary
	---------------------------------------*/
	.primary {
		padding-top: 5%;
	}

	#home .primary {
		padding: 0 0 0 0;
		background-size: cover;
	}


	section:not(#entry)#flow, section:not(#entry),
	section:not(#entry) {
		padding: 8% 16px 3%;
	}

	section:not(#entry)#attention {
		padding-bottom: 12%;
	}

	section:not(#introduction):not(#entry) h2 {
		padding: 0;
		width: 100%;
		line-height: 2.6;
		font-size: 16px;
		font-weight: 600;
	background-size: 200px auto;
	}

	section#term .contents,
	.contents {
		padding: 8px 0 0;
		width: 100%;
	}

	section:not(#entry):not(#term):not(#note) .contents {
		padding-top: 8px;
	}

	.contents > p {
		font-size: 14px;
	}

	/* introduction */
	section:not(#entry)#introduction {
		padding: 6% 16px;
		background-size: 200px auto;
	}

	#introduction h2 {
		font-weight: 700;
		font-size: 16px;
	}

	#introduction .lead {
		padding-top: 0.5em;
		font-weight: 700;
		font-size: 16px;
	}

/* 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;
		font-weight: 600;
	}

	#flow .contents > dl > dt::before {
		content: "＜";
	}

	#flow .contents > dl > dt::after {
		content: "＞";
	}

	#flow .contents > dl > dd {
		padding: 8px 0 0;
		border: none;
	}

	#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: 48px;
		left: -2px;
		width: 48px;
	}

	#prize .present > li > dl > dt::before {
		width: 48px;
		height: 35px;
		font-size: 30px;
	}

	#prize .present > li > dl > dt::after {
		width: 48px;
		height: 44px;
		font-size: 11px;
	}

	#prize .present > li > dl > dd {
		padding: 0 0 0 52px;
	}

	#prize .present .detail {
		padding: 0;
	}

	#prize .present > li.present-a .detail::before {
	}

	#prize .present > li.present-a dd dd > p {
		margin: 0;
		padding: 0;
	}

	#prize .present > li.present-b .detail::before {
		margin-bottom: 8px;
	padding-top: 60%;
		float: none;
		width: 100%;
	}

	#prize .present > li.present-c .detail::before {
		margin: 12px 0 8px 0;
		padding-top: 65%;
		float: none;
		width: 100%;
		background-position: center center;
		background-size: auto 100%;
	}

	#prize .present > li.present-d .detail::before {
		margin: 12px 0 8px 0;
		padding-top: 65%;
		float: none;
		width: 100%;
		background-size: auto 100%;
	}

	#prize .present > li.present-e .detail::before {
		margin: 12px 0 0 0;
		padding-top: 65%;
		float: none;
		width: 100%;
		background-size: auto 100%;
	}

	#prize .present > li.present-e > dl > dd dl:nth-of-type(2) .detail::before {
		padding-top: 206%;
		background: url(../images/home/contents/prize/prize-e_2_sp.webp) no-repeat center top;
		background-size: 100% auto;
	}

	#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::before,
	#prize .present > li.present-e > dl > dd dl:nth-of-type(2) dd::after {
		display: none;
	}

	#prize .present > li.present-f .detail::before,
	#prize .present > li.present-g .detail::before,
	#prize .present > li.present-h .detail::before,
	#prize .present > li.present-i .detail::before,
	#prize .present > li.present-j .detail::before,
	#prize .present > li.present-k .detail::before {
		margin: 12px 0 0 0;
	}

	#prize .present li.present-c .detail .video,
	#prize .present li.present-a .detail .data,
	#prize .present li.present-a .detail > p,
	#prize .present li.present-b .detail .data,
	#prize .present li.present-b .detail > p,
	#prize .present li.present-c .detail .data,
	#prize .present li.present-c .detail > p,
	#prize .present li.present-d .detail .data,
	#prize .present li.present-d .detail > p,
	#prize .present li.present-e .detail .data,
	#prize .present li.present-e .detail > p,
	#prize .present li.present-f .detail .data,
	#prize .present li.present-f .detail > p,
	#prize .present li.present-g .detail .data,
	#prize .present li.present-g .detail > p,
	#prize .present li.present-h .detail .data,
	#prize .present li.present-h .detail > p {
		margin: 0;
		width: 100%;
	}

	.data,
	#prize .present .detail > figure + p {
		padding: 0;
	}

	#prize .present > li.present-c > dl > dd,
	#prize .present > li.present-d > dl > dd,
	#prize .present > li.present-e > dl > dd, 
	#prize .present > li.present-f > dl > dd {
		display: block;
	}

	#prize .present > li.present-c > dl > dd > dl,
	#prize .present > li.present-d > dl > dd > dl,
	#prize .present > li.present-f > dl > dd > dl {
		width: 100%;
	}

	#prize .present > li.present-c > dl > dd > dl:not(:last-child),
	#prize .present > li.present-d > dl > dd > dl:not(:last-child),
	#prize .present > li.present-f > dl > dd > dl:not(:last-child) {
		padding-bottom: 32px;
	}

	#prize .present > li.present-e > dl > dd dl {
		width: 100%;
	}

	#prize .present > li.present-e > dl > dd dl:not(:last-child) {
		padding-bottom: 32px;
	}

	#prize .present > li.present-e > dl > dd dl:nth-of-type(1),
	#prize .present > li.present-e > dl > dd dl:nth-of-type(2),
	#prize .present > li.present-e > dl > dd dl:nth-of-type(3) {
		width: 100%;
	}

	#prize .present > li {
		width: 100%;
	}

	#prize .present .detail > p a {
		font-size: 11px;
	}

	#prize .present .detail > p a::before {
		margin: 0.2em 4px 0 0;
	}

	#prize .variations {
		display: block;
	}

	#prize .variations > li {
		padding-top: 16px;
	}

	#prize .present > li.present-a .notice {
		padding-top: 16px;
	}

	#prize .present > li dd dt {
		padding: 0;
		font-size: 15px;
		font-weight: 500;
		border: none;
	}

	#prize .present > li dd dd {
		padding: 16px 0 0;
	}

	#prize .present > li dd > dl > dd > p {
		padding: 4px 0;
		font-size: 14px;
		line-height: 1.6;
	}

	#prize .present > li.present-a dd > dl > dd > p {
	margin-top: 8px;
		padding: 4px 1em;
		font-size: 14px;
		line-height: 1.6;
	}

	#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;
	}

	.data li:not(:last-child) {
		padding-bottom: 2px;
	}

	p + .data {
		padding-top: 4px;
	}

	#prize .present > li.present-a .detail ul:not(.data) li::before {
		top: -1.5em;
		left: -1.5em;
		width: 3em;
		height: 3em;
	}

	#prize .present > li.present-a .detail ul:not(.data) li::after {
		width: 1.2em;
		line-height: 1.5em;
		font-size: 20px;
	}

	/* term */
	#term p {
		font-size: 14px;
		text-align: left;
	}

	#attention p {
	}

	/* note */
	section:not(#entry)#note {
		padding: 12% 16px 12%;
	}

	.inquiry > dt,
	.privacy > dt {
		font-size: 15px;
		font-weight: 500;
		width: 100%;
}

	.inquiry > dd,
	.privacy > dd {
		padding: 8px 0 0;
		width: 100%;
	}


	/* entry */
	#entry {
		padding: 24px 0 40px;
	}

	#home #entry {
		background-size: 200px auto;
	}

	#entry h2 {
		font-weight: 700;
		font-size: 16px;
		background-size: 200px auto;
	}

	#entry .contents {
		padding: 0;
	}

	#entry .contents > dl {
		padding: 0% 16px 0;
	}

	#entry .notice {
		padding-top: 16px;
	}

	#entry .contents > dl > dt {
		padding: 16px 0 0;
		font-weight: 500;
		font-size: 14px;
		text-align: left;
	}

	#entry .contents > dl > dt::after {
		margin: 4px auto 0;
		transform: scale(1.8);
	}

	#entry form {
		padding: 24px 0 0;
		display: block
	}

	#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;
		font-weight: 600;
	}

	#home #entry form > dl dt span {
		font-size: 16px;
		font-weight: 600;
	}

	#home #entry form > dl dt span::before {
		content: "（";
	}

	#home #entry form > dl dt span::after {
		content: "）";
	}

	#entry input,
	#entry textarea {
		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 .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%;
}

	/*--------------------------------------
	上部へボタン
	---------------------------------------*/
	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: 12% 16px;
		bottom: auto;
		height: auto;
		text-align: center;
		background-size: 200px auto;
		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;
	}

}
