@charset "utf-8";

body.complete {
	display: flex;
	flex-direction: column;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 0;
	flex-shrink: 0;
}

#home .wrapper {
}

.container {
	padding-bottom: 0;
	position: static;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 3000;
}

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

/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 2% 0 2%;
}

#home #top {
	padding: 0;
}

#top .intro {
	padding-bottom: 15%;
}

#top .intro li:nth-of-type(5) {
	width: 102%;
}

#top .intro li:nth-of-type(5) p {
	padding-top: 29%;
	background: url(../images/home/header/title_sub.svg) no-repeat;
	background-size: 100% auto;
}

.siteTitle {
	padding-top: calc(11% * 0.9);
	width: calc(100% * 0.9);
	opacity: 1;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}

#home .siteTitle {
	padding: 0;
	width: 0;
	background: none;
}

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

	.siteTitle {
		padding-top: calc(11%);
		width: calc(100% - 72px * 2);
	}

	#home .siteTitle {
		padding: 0;
		width: 0;
		background: none;
	}
}


nav {
z-index: 100;
}

.sns-link {
	padding: 8px 12px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	flex: 1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 100;
	}

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


.sns-link li {
}

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

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


/* ページ上部エラー表示 */
#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;
}

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

.primary {
	padding: 80px 0 120px;
	display: block;
}

@media only screen and (max-width: 1240px) {
	.primary {
		padding: 80px 72px 120px;
	}
}

#home .primary {
}

.primary section {
	padding: 80px 0 0;
	position: relative;
	will-change: transform;
	z-index: 12;
}

.primary section {
	margin: 0 auto;
	width: 100%;
	max-width: 1096px;
	background: #fff;
	border: solid 1px;
	border-top: none;
	border-bottom: none;
}

.pink#entry-form h1,
.pink .primary section {
	animation: pinkGreenBorder 8s ease-in-out forwards;
}

.green#entry-form h1,
.green .primary section {
	animation: greenBrownBorder 8s ease-in-out forwards;
}

.brown#entry-form h1,
.brown .primary section {
	animation: brownPinkBorder 8s ease-in-out forwards;
}

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

@media only screen and (max-width: 1080px) {
	.primary section .contents {
		padding: 0 48px 0;
	}
}

/* introduction */
#entry-form h1,
section#introduction {
	margin: 0 auto;
	padding: 48px 64px;
	position: relative;
	width: 100%;
	font-weight: 500;
	max-width: 1096px;
	background: #fff;
	border: solid 1px;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
}

#introduction .catch,
#introduction .lead {
	font-weight: 500;
}

#introduction .catch {
	font-size: 26px;
	line-height: 1.6;
}

#introduction .lead {
	font-size: 20px;
}

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

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


#detail {
	padding: 0 0 0 0;
}

#detail h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#detail .present {
}

#detail .contents > ul > li {
	padding-bottom: 48px;
}

.primary section#privacy h2,
.primary section#inquiry h2,
.primary section#attention h2,
#detail .contents > ul > li > dl > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 3em;
	font-size: 16px;
	font-weight: 300;
	color: #454541 !important;
	border: solid 1px;
	transform: none;
}

.primary section#privacy,
.primary section#inquiry,
.primary section#attention {
	margin: 0 auto;
	padding: 0 64px 48px;
	position: relative;
	max-width: 1096px;
	width: 100%;
}

.primary section#privacy {
	padding-bottom: 64px;
}

.primary section#privacy .contents,
.primary section#inquiry .contents,
.primary section#attention .contents {
	padding: 8px 0 0;
}

#detail .contents > ul > li > dl > dd {
	padding-top: 8px;
}


#detail .term {
}

#detail .term dd > p {
	font-size: 22px;
	text-align: center;
}

#detail .announcement > dl > dd > p {
}

.ec_order {
	padding: 24px 0 16px;
	text-align: center;
	display: flex;
	gap: 16px;
}

.ec_order a {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #444;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 12px;
}


.ec_order p:nth-of-type(1) {
	display: inline-block;
	text-align: left;
}


.ec_order p:nth-of-type(2) {
	margin-top: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 2.6em;
	font-size: 18px;
	border: solid 1px;
}


/* entry */
#entry {
}

#home #entry {
	padding-bottom: 80px;
	z-index: 2;
}

.primary section#entry h2::after {
	display: none;
}

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

#home #entry h2 {
	margin: 0 auto;
	padding: 32px 0 0;
	position: relative;
	width: 100%;
	line-height: 1.2;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	border: none;
	transform: scaleX(1);
}


#home #entry .contents {
	margin: 0 auto;
	padding: 0 64px 8px;
	position: relative;
	width: 100%;
}

.pink#home #entry .contents,
.pink#home #entry h2 {
	animation: pinkGreen 8s ease-in-out forwards;
}

.green#home #entry .contents,
.green#home #entry h2 {
	animation: greenBrown 8s ease-in-out forwards;
}

.brown#home #entry .contents,
.brown#home #entry h2 {
	animation: brownPink 8s ease-in-out forwards;
}

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

#entry .contents > dl {
	margin: 0 auto;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center; 
	overflow: hidden;
	z-index: 4;
}

#entry .notice {
	padding: 0 0 40px;
	display: flex;
	justify-content: center;
	line-height: 1.2;
	font-size: 14px;
	}

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

#home #entry .notice li::before,
#home #entry .notice p,
	#home #entry .notice a {
	font-weight: 500;
	color: #fff;
}

#entry .contents > dl > dt {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}


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

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

#entry form .serial {
	padding-top: 32px;
	display: flex;
	justify-content: center;
	gap: 0 32px;
	width: 100%;
}

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

}

#home #entry form > dl {
	padding: 0 16px 0 0;
	width: 50%;
}

#home #entry form > dl:nth-child(2) {
	padding: 0 0 0 16px;
}

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


#entry input,
#entry textarea {
	width: 100%;
	height: 72px;
	font-size: 22px;
	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 .serialCode-a,
#entry .serialCode-b {
	padding: 0 16px;
	width: 100%;
	border-radius: 8px;
}

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

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

#entry .entryBtn {
	width: 100%;
}

#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: 20px;
	font-weight: 500;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	background: #444;
	border: none;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	letter-spacing: 0.12em;
	border-radius: 8px;
}

#entry .entryBtn input:hover {
	background: #888;
}

#entry .error {
	margin: 0 auto;
	padding: 8px 0 24px;
	display: table;
}

#entry .error li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}


#entry .error li:before {
	content: "!";
	margin-right: 8px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: 500;
	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: #ef0627;
	border-radius: 50%;
}

#entry .error li p {
	line-height: 1.6;
	font-weight: 500;
	color: #fff;
	flex: 1;
}

section#privacy {
	padding-bottom: 80px;
	border-bottom: solid 1px;
	border-radius: 0 0 12px 12px;
}

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

#inquiry dl {
	display: flex;
	flex-wrap: wrap;
}

#inquiry dt {
	padding-top: 0.5em;
	width: 5em;
	flex-shrink: 0;
}

#inquiry dd {
	padding-top: 0.5em;
	width: calc(100% - 5em);
}

#inquiry dt::before {
	content: "＜";
}

#inquiry dt::after {
	content: "＞";
}

#privacy dt {
}

#privacy dt::before {
	content: "・";
}

#privacy dd {
	padding: 0 0 1em 1em;
}

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

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

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

ul.toTop li {
	float: right;
}

ul.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	background: #000;
	border-radius: 50%;
	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: #e50012;
	}
}

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


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

footer {
	overflow: visible;
}

footer::before {
	padding-top: 15%;
	width: 21%;
	background: url(../images/common/footer/logo.svg) no-repeat;
	background-size: 100% auto;
}

footer .credit {
}

footer .attention p {
	padding: 24px 0;
	letter-spacing: 0;
	font-size: 12px;
}

footer .copyright p {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

footer .copyright br {
	display: none;
}

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

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


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

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

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

	.siteTitle {
		width: calc(100% - 48px * 2);
	}

	.primary {
		padding: 56px 48px 80px;
	}

	.primary section .contents {
		padding: 0 40px 0;
	}

	section#introduction {
		padding: 56px 40px 0;
	}

	#introduction .catch {
		font-size: 20px;
	}

	#introduction .lead {
		padding-top: 0.5em;
		font-size: 16px;
	}

	#detail {
		padding-top: 40px;
	}

	#detail .flow > dl > dd > dl p {
		font-size: 14px;
	}

	#home #entry .contents {
		padding: 0 40px 8px;
	}

	#attention,
	#inquiry,
	#privacy {
		display: block;
		padding: 0 0px 0;
	}

	.primary section#privacy,
	.primary section#inquiry,
	.primary section#attention {
		padding: 0 40px 48px;
	}

	.primary section#attention .contents,
	.primary section#inquiry .contents,
	.primary section#privacy .contents,
	.primary section#attention-event .contents {
		margin-top: 0;
		padding: 8px 0 0;
		font-size: 14px;
	}

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

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

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

}

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

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

	body {
		font-size: 14px;
	}
}


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

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

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

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

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

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

	#home #top {
	}

	#top .intro {
		padding-bottom: 48%;
	}

	#top .intro li:nth-of-type(5) {
		width: 114%;
	}

	#top .intro li:nth-of-type(5) p {
		padding-top: 45%;
		background: url(../images/home/header/title_sub_sp.svg) no-repeat;
		background-size: 100% auto;
	}

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

	#home .siteTitle {
		padding: 0;
		width: 0;
		background: 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: 500;
	}

	#errorWrap p:before {
	}

	#errorWrap a:hover {
	}

	#errorWrap br {
		display: block;
	}


	.sns-link {
}

	/*--------------------------------------
	primary
	---------------------------------------*/
	.primary {
		padding: 24px 16px 40px;
	}

	.primary section .contents {
		padding: 0 16px;
	}

	.notice p {
		line-height: 1.6;
	}

	section#introduction {
		margin: 0 0 0;
		padding: 24px 16px 0;
		}

	section#introduction::after {
		display: none;
	}

	#introduction .catch {
		width: 100%;
		font-size: 16px;
	}

	#introduction .lead {
		position: relative;
		font-size: 14px;
		font-weight: 300;
	}

#detail {
	padding: 24px 0 0;
}

	#detail .contents > ul > li {
		padding-bottom: 32px;
	}

	.primary section#privacy h2,
	.primary section#inquiry h2,
	.primary section#attention h2,
	#detail .contents > ul > li > dl > dt {
		font-size: 15px;
	}

	#detail .flow > dl > dd {
		padding-top: 16px !important;
		flex-direction: column;
		overflow: hidden;
	}

	#detail .flow > dl > dd > dl {
		padding: 0 calc(55% / 2 + 8px) 0 0;
		width: 100%;
	}

	#detail .flow > dl > dd > dl::before {
		padding-top: 39%;
		left: auto;
		right: 0;
		width: 28%;
	}

	#detail .flow > dl > dd > dl > dt {
		margin: 0 4px 4px 0;
		padding-top: 20%;
		float: left;
		width: 20%;
	}

	#detail .announcement > dl > dd > p,
	#detail .flow > dl > dd > p {
		padding: 0 0;
	}

	#detail .term dd > p {
		font-size: 15px;
		text-align: left;
	}

	
	.ec_order {
		padding: 0px 0 8px;
	}

	.ec_order a {
	padding: 16px;
	}


	.ec_order p:nth-of-type(1) {
		display: inline;
	}


	.ec_order p:nth-of-type(2) {
		font-size: 15px;
	}

	#privacy dl, #inquiry dl,
	#inquiry .contents > p,
	#attention .contents > ul {
		padding-left: 0;
	}

	#home #entry {
		padding: 40px 0;
	}

	#home #entry h2 {
		padding: 32px 0 16px;
		width: 100%;
		font-size: 22px;
	}

	#home #entry h2::after {
		content: "";
		margin: 16px auto 0px;
		padding: 0;
		display: block;
		width: 3em;
		height: 1px;
		background: #fff;
	}

	#home #entry .contents {
		padding: 0 16px 32px;
		width: 100%;
	}

	#entry .notice {
		padding: 0 0 0;
		font-size: 12px;
	}
	
	#entry .contents > dl > dt {
		margin-top: 0;
		padding: 16px 0 0;
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		width: 100%;
	}

	#entry form {
		gap: 16px 0;
	}

	#entry form .serial {
		padding-top: 16px;
	}

	#entry input, #entry textarea {
		height: auto;
		font-size: 18px;
		line-height: 3;
	}

	#entry .formBtn {
		width: auto;
	}

	#entry .entryBtn input {
		padding: 0 3em;
		height: auto;
		line-height: 3.4;
		font-size: 16px;
}

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

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

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

	.primary section#privacy,
	.primary section#inquiry,
	.primary section#attention {
		padding: 0 16px 32px;
	}

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

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

	footer {
		padding: 64px 0;
	}

	footer::before {
		padding-top: 28%;
		width: 40%;
	}

	footer .copyright p {
		padding: 0 16px;
		font-size: 12px;
		text-align: center;
	}
}
