@charset "utf-8";

@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%;
	font-size: 15px;
	font-weight: 400;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.14em;
	color: #4c4951;
	background: #fff;
}

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 {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #4c4951;
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

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

a:hover {
	opacity: .4;
}


table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
	font-feature-settings: normal;
}

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


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7f7b83;
	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;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%;
	z-index: 5001;
}

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


.container {
	padding-bottom: 25%;
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
	z-index: 3000;
}

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


/*--------------------------------------
header
--------------------------------------*/
#top {
	position: relative;
	background: #7f7b83;
	z-index: 3;
}

#top::before,
#top::after {
	content: "";
	padding-top: 4%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #ada9b1;
	z-index: 1;
}

#top::after {
	top: auto;
	bottom: 0;
}

#top figure {
	margin-top: -14%;
	padding-top: 28%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 2%;
	width: 28%;
	height: 0;
	background: url(../images/common/header/jacket/hara.jpg) no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-5deg);
	z-index: 2;
}

#top li:nth-of-type(2) figure {
	left: auto;
	right: 2%;
	background: url(../images/common/header/jacket/kuwata.jpg) no-repeat center center;
	background-size: 100% auto;
	transform: rotate(5deg);
}

#top img {
	width: 100%;
}

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

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

}

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

#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: #ff0000;
	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
---------------------------------------*/

.primary {
}

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


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

}

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

}


section:not(#entry) {
	margin: 0 auto;
	padding: 2% 40px 3%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
align-items: start;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

section:not(#introduction):not(#entry) h2 {
	padding: 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 70px;
	line-height: 1.2;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: solid 1px;
}


.contents {
	padding: 0 0 0 24px;
	width: calc(100% - 250px);
}

section:not(#entry):not(#term):not(#note) .contents {
	padding: 4px 0 0 24px;
}

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

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

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

/* introduction */
section:not(#entry)#introduction {
	padding-top: 5%;
}

#introduction h2 {
	padding-top: 21%;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/contents/intro/catch.svg) no-repeat center top;
	background-size: 100% auto;
}

#introduction .lead {
	font-size: 18px;
	line-height: 2;
}

/* flow */
#flow {
	
}

#flow ol > li:not(:last-child) {
	padding-bottom: 24px;
}

#flow ol > li > dl {
	display: flex;
	align-items: start;
}

#flow ol > li > dl dt {
	padding-top: 80px;
	overflow: hidden;
	position: relative;
	display: flex;
	width: 80px;
	height: 0;
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	background: #4c4951;
	border-radius: 50%;
}

#flow ol > li > dl dt::before {
	content: "STEP";
	padding-top: 10%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: start;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 14px;
	line-height: 1.2;
}

#flow ol > li > dl dt::after {
	content: "1";
	padding-top: 8%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 46px;
	line-height: 1.2;
}

#flow ol > li:nth-of-type(2) > dl dt::after {
	content: "2";
}

#flow ol > li:nth-of-type(3) > dl dt::after {
	content: "3";
}

#flow ol > li > dl dd {
	padding: 0 0 0 8px;
	width: calc(100% - 80px);
}


#flow ol > li > dl dd ul li {
	padding-top: 4px;
}

#flow ol > li > dl dd ul li p {
	font-size: 13px;
}

/* term */
#term {
	
}

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

#term p {
	font-size: 20px;
	text-decoration: line-through;
}

#term .contents::after {
	content: "応募の受付は終了しました。";
	padding: 8px 0;
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #ff0000;
}

/* attention */
section:not(#entry)#attention {
	padding-bottom: 10%;
}

#attention  {
}

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

#attention p {
	display: flex;
}

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

/* entry */
#entry {
	padding: 2% 0 8% 0 ;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: start;
	background: #ada9b1;
	z-index: 3;
}

#entry h2 {
	padding: 3% 0 0;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: #7f7b83;
}

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

#entry .contents > dl {
	margin: 0 auto;
	padding: 0% 40px 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
align-items: start;
	max-width: 1240px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
}

#entry .notice {
	padding: 8px 0 3%;
	width: 100%;
	line-height: 1.2;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #7f7b83;
}

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

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

#entry .contents > dl > dt {
	padding: 3% 0 32px;
}

#entry .contents > dl > dt::after {
	content: "";
	margin: 24px auto 0;
	display: block;
	width: 0;
	height: 0;
	transform: scale(2.5);
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #7f7b83 transparent transparent transparent;
}

#entry .contents > dl > dd {
	width: 100%;
}



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

#entry form::before {
	content: "応募の受付は終了しました。";
	margin: 0px 0 16px;
	padding: 0 1.2em;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 3;
	color: #fff;
	background: #ff0000;
}

#entry input,
#entry textarea {
	width: 100%;
	height: 64px;
	font-size: 18px;
	line-height: 64px;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: none;
	outline: none;
background: #fff;
	border-radius: 8px;
}


#entry .serialCode {
	display: flex;
	width: 100%;
	opacity: .3;
}


#entry .serialCode li {
	padding: 0 16px 0 0;
	position: relative;
	width: 50%;
}

#entry .serialCode li:nth-of-type(2) {
	padding: 0 0 0 16px;
}

#entry .serialCode dt label {
	padding-bottom: 24px;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

#entry .serialCode dt label span {
	font-weight: normal;
	letter-spacing: 0.3em;
	font-size: 16px;
	display: block;

}

#entry .serialCode dt label:before {
	content: "";
	margin-left: -8px;
	position: absolute;
	bottom: 6px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}

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

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

#entry .formBtn {
	padding: 32px 0 0;
	display: flex;
	justify-content: center;
	width: 100%;
	opacity: .3;
}

#entry .entryBtn {
	width: 260px;
}

#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: 600;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	border-radius: 8px;
	background: #000;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#entry .entryBtn input:hover {
}

#entry .error {
	padding: 32px 0 0;
	clear: both;
	display: inline-block;
}

#entry .error li {
	position: relative;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	text-align: left;
}


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

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

/* 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;
	z-index: 1001;
}

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

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

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

/*--------------------------------------
フッター
---------------------------------------*/
footer {
	padding: 10% 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #ada9b1;
	z-index: 4;
}

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

.copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
}

.copyright br {
	display: none;
}

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

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

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

	body {
		font-size: 1.5vw;
	}

	section:not(#introduction):not(#entry) h2 {
		padding: 0;
		width: 26%;
		height: 4.5em;
		font-size: 1.7vw;
	}


	.contents {
		padding: 0 0 0 16px;
		width: calc(100% - 26%);
	}

	section:not(#entry):not(#term):not(#note) .contents {
		padding: 4px 0 0 16px;
	}

	/* introduction */
	#introduction .lead {
		font-size: 1.7vw;
	}

	/* flow */
	#flow ol > li > dl dt {
		padding-top: 6em;
		width: 6em;
	}

#flow ol > li > dl dd {
	padding: 4px 0 0 8px;
	width: calc(100% - 6em);
}

	#flow ol > li > dl dd ul li p {
		font-size: 1.4vw;
	}

	#flow ol > li > dl dt::before {
		margin: 0 0 0 -40px;
		left: 50%;
		font-size: 2vw;
	}

	#flow ol > li > dl dt::after {
		margin: -40px 0 0 -40px;
		padding-top: 11%;
		left: 50%;
		top: 50%;
		font-size: 5vw;
	}

	/* term */
	#term p {
		font-size: 2vw;
	}

	.copyright {
		font-size: 1vw;
	}

	.inquiry > dt,
	.privacy > dt {
		width: 26%;
}

	.inquiry > dd,
	.privacy > dd {
		width: calc(100% - 26%);
	}


	/* entry */
	#entry .serialCode dt label {
		padding-bottom: 24px;
		font-size: 1.8vw;
	}

	#entry input,
	#entry textarea {
		font-size: 2vw;
	}

}


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

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

	body {
		min-width: 320px;
		font-size: 13px;
	}

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

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

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

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

	/*--------------------------------------
	header
	--------------------------------------*/	
	#top,
	#home #top {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	#top::before {
		position: static;
		order: 1;
	}

	#top::after {
		position: static;
		order: 4;
	}

	.siteTitle {
		margin-bottom: 4%;
		padding-top: 61%;
		width: 86%;
		background: url(../images/common/header/title_sp.svg) no-repeat center bottom;
		background-size: 100% auto;
		order: 3;
		z-index: 6;
	}

	#home .siteTitle {
		margin-bottom: 6%;
		padding-top: 95%;
		width: 86%;
		background: url(../images/common/header/title.svg) no-repeat center bottom;
		background-size: 100% auto;
		order: 3;
		z-index: 6;
	}

	#top ul {
		margin-top: -1%;
		position: relative;
		transform: scale(0.7);
		order: 2;
		z-index: 6;
	}

	#home #top ul {
		margin:0;
		transform: scale(1);
	}

	#top figure {
		margin: 0% 0 0 -34%;
		padding-top: 34%;
		top: 50%;
		left: 50%;
		width: 34%;
		transform: rotate(-5deg);
	}

	#top li:nth-of-type(2) figure {
		margin: 0;
		left: 50%;
		right: auto;
		transform: rotate(5deg);
	}

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


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


	section:not(#entry) {
		padding: 3% 16px 5%;
	}

	section:not(#introduction):not(#entry) h2 {
		padding: 0;
		width: 100%;
		height: auto;
		line-height: 2.6;
		font-size: 15px;
		font-weight: 500;
		border: solid 1px;
	}

	.contents {
		padding: 8px 0 0;
		width: 100%;
	}

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

	/* introduction */
	section:not(#entry)#introduction {
		padding-top: 5%;
	}

	#introduction h2 {
		padding: 0 0 5%;
		overflow: hidden;
		width: 100%;
		height: auto;
		font-size: 15px;
		font-weight: 600;
		background: none;
	}

	#introduction .lead {
		font-size: 14px;
		line-height: 2;1.7
	}

	#introduction .lead::before {
		content: "";
		margin: 0 auto 5%;
		display: block;
		width: 40%;
		height: 1px;
		background: #4c4951;
	}

/* flow */
	#flow ol > li > dl dt {
		padding-top: 5em;
		width: 5em;
	}

	#flow ol > li > dl dd {
		width: calc(100% - 5em);
	}

	#flow ol > li > dl dd ul li p {
		font-size: 12px;
	}

	#flow ol > li > dl dt::before {
		font-size: 4vw;
	}

	#flow ol > li > dl dt::after {
		padding-top: 9%;
		font-size: 9vw;
	}

	#flow ol > li:not(:last-child) {
		padding-bottom: 8px;
	}

	/* term */
	#term p {
		font-size: 13px;
	}

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

	/* 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: 4% 0 12% 0 ;
	}

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

	#entry .contents {
	}

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

	#entry .notice {
		padding: 8px 0 6%;
	}

	#entry .contents > dl > dt {
		padding: 5% 0 20px;
	}

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

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

	#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 24px;
		width: 100%;
	}

	#entry .serialCode dt label {
		padding-bottom: 0;
		font-size: 16px;
		font-weight: 600;
	}

	#entry .serialCode dt label:before {
		display: none;
	}

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

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

	#entry .formBtn {
		padding-top: 0;
	}

#entry .entryBtn {
	width: 50%;
}
#entry form::before {
    margin: 24px 0 8px;
    padding: 0 1.2em;
    font-size: 14px;
    line-height: 3;
}
	#entry .entryBtn input {
		height: auto;
		line-height: 4;
		font-size: 15px;
	}

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

#entry .error {
	padding: 32px 0 0;
	clear: both;
	display: inline-block;
}

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

	#entry ul.error p {
		width: calc(100% - 40px);
	}

#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;
		position: static;
		height: auto;
		text-align: center;
		min-width: 0;
	}

	footer:before {
		padding-top: 12%;
	width: 40%;
	height: 0;
	}

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

	.copyright br {
		display: block;
	}

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

}
