@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600&display=swap&subset=japanese');
/*@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500, 600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

@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-touch-callout: none;
	-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;
	overflow-y: scroll;
	height: 100%;
	background: none;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "YakuHanJP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.08em;
	background: #fff;
	color: #19232f;
}
/*
:before,
:after {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	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 {
	text-decoration: underline;
	color: #19232f;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:active,
a:hover,
a:focus {
	outline: none;
	color: #422d27;
}

:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
		filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

/*--------------------------------------
loading
--------------------------------------*/


/* loading */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 28, 40, 1);
	z-index: 5000;
}

.loading p {
	margin: -19px 0 0 -19px;
	padding-top: 36px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
}

.loading::after {
	content: "";
	margin: -19px 0 0 -19px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: 5001;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/* fadeIn */
@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@-ms-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@-o-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}



/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#home .wrapper {
}



.container {
	padding-bottom: 270px;
	position: relative; /*toTop用*/
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

#home .container {
	padding-bottom: 0;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	position: relative;
	background: #010101;
}

#home #top {
	padding-top: 53.6%;
	background: url(../images/common/header/photo.jpg) no-repeat left top;
	background-size: 100% auto;
}


.siteTitle {
	margin: 0 auto;
	padding-top: 220px;
	overflow: hidden;
	width: 100%;
	max-width: 1080px;
	height: 0;
	background: url(../images/common/header/title2.svg) no-repeat center center;
	background-size: 100% auto;
}

@media only screen and (max-width: 1240px) {
	.siteTitle {
		padding-top: 20%;
		width: calc(100% - 160px);
	}
}

#home .siteTitle {
	padding-top: 54%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 48%;
	max-width: none;
	background: url(../images/common/header/title.svg) no-repeat center center;
	background-size: 100% auto;
}


@media only screen and (max-width: 1240px) {
	#home .siteTitle {
		padding-top: 54%;
		width: 48%;
	}
}


/* ページ上部エラー表示 */
#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: 16px;
	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: 42px;
	position: relative;
	display: inline-block;
}

#errorWrap p:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	padding-top: 32px;
	width: 32px;
	height: 0;
	background: url(../images/contents/login/error_top.svg) no-repeat left center;
	background-size: 100% auto;
	border-radius: 16px;
}

#errorWrap a:hover {
	opacity: 1;
	background: #ff001f;
}

#errorWrap br {
	display: none;
}

/*--------------------------------------
primary
---------------------------------------*/

.primary {
}

#home .primary {
	position: relative;
	background: #29384b;
	z-index: 2;
}

.campaign {
}

.campaign .lead {
	margin: 0 auto;
	padding: 0 80px 0 380px;
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1240px;
	min-height: 400px; 
	line-height: 2;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

@media only screen and (max-width: 1140px) {
	.campaign .lead {
		font-size: 1.8vw;
	}
}

.campaign .lead::after {
	content: "";
	margin-top: -168px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 398px;
	height: 337px;
	background: url(../images/contents/campaign/tray.jpg) no-repeat;
	background-size: 100% auto;
	z-index: -1;
}



.detail {
	background: #fff;
}

.detail > dl {
	margin: 0 auto;
	padding: 64px 80px 24px;
	clear: both;
	max-width: 1240px;
	width: 100%;
}

.detail > dl > dt {
	margin-bottom: 24px;
	padding: 24px 0;
	position: relative;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.detail > dl > dt:before,
.detail > dl > dt:after {
	content: "";
	margin-left: -250px;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 500px;
	height: 1px;
	background: #2c2f41;
}

.detail > dl > dt:before {
	bottom: auto;
	top: 0;
}


/* present */
.detail > dl.present {
	padding: 0;
	position: relative;
	max-width: none;
	background: #404a63;
}

.detail > dl.present > dt {
	display: none;
}

.present > dd {
	margin: 0 auto;
	padding: 0 80px;
	max-width: 1240px;
	width: 100%;
	z-index: 3;
}

.present .type {
	padding: 64px 0;
	display: flex;
	align-items: start;
}

.present .type > li {
	width: 50%;
}

.present .type1 {
	padding: 0 16px 0 0;
}

.present .type2 {
	padding: 0 0 0 16px;
}

.present .type > li > dl {
}

.present .type > li > dl > dt {
	padding: 24px 0;
	line-height: 1.2;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	background: #fff;
	letter-spacing: 0;
}

@media only screen and (max-width: 1140px) {

	.present .type > li > dl > dt {
		font-size: 2vw;
	}

}

.present .type > li > dl > dd {
	padding-top: 16px;
	position: relative;
}

.present .type > li > dl > dd p {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}

.present .type > li.type1 > dl > dd p {
	padding-left: 2%;
	font-size: 21px;
	font-weight: 700;
}

@media only screen and (max-width: 1140px) {

	.present .type > li > dl > dd p {
		font-size: 1.6vw;
	}

	.present .type > li.type1 > dl > dd p {
		padding-top: 16px;
		font-size: 1.6vw;
	}

}

.present .type > li > dl > dd .caution {
	clear: both;
}

.present .type > li > dl > dd .caution p {
	padding-top: 4px;
	font-weight: 500;
	font-size: 13px;
}

.present .type > li > dl > dd .caution p:before {
	content: "※";
}

.present .type > li.type1 > dl > dd {
	padding: 0;
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 1140px) {
	.present .type > li.type1 > dl > dd {
		align-items: start;
	}

}

.present .type1 dd:before {
	content: "";
	margin: 8px 0 0 -4%;
	padding-top: 26%;
	display: block;
	width: 54%;
	height: 0;
	background: url(../images/contents/present/tray.jpg) no-repeat center center;
	background-size: 100% auto;
}


/* howto */
.detail > dl.howto {
	padding-top: 96px;
}
.howto > dd {
	overflow: hidden;
	}

.howto > dd > ul {
	display: flex;
	align-items: start;
}

.howto > dd > ul > li {
	padding: 0 16px 0 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: start;
	width: 50%;
}

.howto > dd > ul > li:nth-of-type(2) {
	padding: 0 0 0 16px;
}


.howto > dd > ul > li:before{
	content: "";
	padding-top: 43%;
	display: block;
	width: 32%;
	height: 0;
	background: url(../images/contents/howto/VIXL-382.jpg) no-repeat;
	background-size: auto 100%;
}

.howto > dd > ul > li:nth-of-type(2):before{
	padding-top: 43%;
	width: 37.5%;
	background: url(../images/contents/howto/VIXL-383.jpg) no-repeat;
	background-size: auto 100%;
}

.howto dd dl {
	padding: 0 0 0 16px;
	width: 68%;
}

.howto dd li:nth-of-type(2) dl {
	width: 62.5%;
}


.howto dd dt {
	width: 68px;
	height: 68px;
	line-height: 66px;
	letter-spacing: 0;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	background: #29384b;
	border-radius: 50%;
}

.howto > dd dd p {
	padding-top: 8px;
	font-size: 15px;
	font-weight: 500;
}

.howto > dd dd p span {
	font-weight: 700;
}

.howto > dd > p {
	padding-top: 16px;
	clear: both;
	font-size: 16px;
	font-weight: 800;
	
}

/* term */
.detail > dl.term {
	padding: 64px 56px 0;
}

.term li {
	padding-bottom: 32px;
	text-align: center;
}

.term li dt {
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.term li dt:before {
	content: "＜";
}

.term li dt:after {
	content: "＞";
}

.term > dd p {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}

.term > dd li p {
	text-decoration: line-through;
}

.term > dd li dd::after {
	content: "応募の受付は終了しました。";
	padding-top: 8px;
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	color: #ff0000;
}

.term > dd li:nth-of-type(2) dd::after {
	content: "視聴期間は終了いたしました。";
}

/* announcement */
.announcement {
}

.announcement > dd{
	text-align: center;
}

.announcement > dd > p {
	padding-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.announcement > dd .caution {
	display: inline-block;
}

.announcement > dd li {
	padding-top: 4px;
}

.announcement > dd li p {
	margin-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.announcement > dd li p:before {
	content: "※";
}



/* caution */
dl.caution {
}

dl.caution dt {
}

dl.caution dd {
}

dl.caution > dd {
	padding-bottom: 76px;
}

dl.caution li:not(:last-child) {
	padding-bottom: 20px;
}

dl.caution li p {
	margin-left: 1em;
	font-size: 15px;
	text-indent: -1em;
}

dl.caution li p:before {
	content: "※";
}



/* entry */
#entry {
	margin: 0 auto;
	padding: 64px 0 80px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #404a63;
}

#entry h2 {
	padding: 0;
	width: auto;
	height: auto;
	max-width: none;
	line-height: 1.2;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: none;
}

#entry > ul.caution {
	padding: 8px 0 40px;
	text-align: center;
	font-size: 12px;
}

#entry ul.caution li p {
	margin-left: 1em;
	text-indent: -1em;
	color: #fff;
}

#entry ul.caution li p:before {
	content: "※";
}

#entry ul.caution a {
	color: #fff;
}

#entry > ul.caution::after {
	content: "応募の受付は終了しました。";
	margin-top: 32px;
	padding: 0 1.2em;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 3;
	color: #fff;
	background: #ff0000;
}


#entry .notice {
	padding: 40px 0;
	background: #29384b;
	background: rgba(41, 56, 75, .4);
	text-align: center;
	opacity: .3;
}

#entry .notice > dt {
	display: none;
}

#entry .notice > dt br {
	display: none;
}

#entry .notice > dd {
	margin: 0 auto;
	padding: 0 80px;
	display: flex;
	align-items: start;
	max-width: 1240px;
}

#entry .notice dd dl {
	text-align: left;
	color: #fff;
	width: 50%;
}

#entry .notice dd dl:nth-of-type(1) {
	padding: 0 24px 0 0;
	border-right: solid 1px rgba(255, 255, 255, .4);
}

#entry .notice dd dl:nth-of-type(2) {
	padding: 0 0 0 24px;
}

#entry .notice dd dt {
	padding-left: 16px;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

#entry .notice dd dt::before {
	content: "";
	padding-top: 10px;
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 10px;
	height: 0;
	background: #fff;
}


#entry .notice dd dd {
	padding: 4px 0 0 16px;
	font-size: 15px;
}

#entry .notice dd dd .caution li {
	padding-top: 4px;
}

#entry .notice dd dd .caution li p {
	font-size: 13px;
}

#entry form {
	margin: 0 auto;
	padding: 64px 80px 0;
	position: relative;
	overflow: hidden;
	max-width: 1240px;
	width: 100%;
	opacity: .3;
	text-align: center;
}

#entry form::before {
	content: "シリアル番号を入力してログインしてください";
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
}

#entry input,
#entry textarea {
	width: 100%;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: none;
background: #fff;
	border-radius: 4px;
}

#entry .serialCode {
	padding: 64px 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}

#entry .serialCode::before {
	content: "";
	margin-left: -110px;
	position: absolute;
	top: 32px;
	left: 50%;
	display: block;
	width: 220px;
	height: 1px;
	background: rgba(255, 255, 255, .4);
}

#entry .serialCode li {
	padding: 0 24px 0 0;
	position: relative;
	width: 50%;
}

#entry .serialCode li:nth-of-type(2) {
	padding: 0 0 0 24px;
}

#entry .serialCode dt {
	display: flex;
	align-items: center;
}

#entry .serialCode dt label {
	padding: 0 0 0 8px;
	display: block;
	position: relative;
	width: calc(100% - 60px);
	font-size: 18px;
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	color: #fff;
}

#entry .serialCode dt:before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	line-height: 1.2;
	color: #404a63;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

#entry .serialCode li:nth-of-type(2) dt:before {
	content: "B";
}

#entry .serialCode dd {
	padding-top: 8px;
}

.formBtn {
	padding: 32px 0 0;
	position: relative;
	clear: both;
	width: 100%;
	z-index: 10;
}

#entry .entryBtn input {
	margin: 0 auto;
	padding: 0 3em;
	display: inline-block;
	overflow: hidden;
	width: auto;
	height: auto;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	outline: none;
	border-radius: 4px;
	background: #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#entry .entryBtn input:hover {
	background-color: #2a2c70;
}

#entry .entryBtn input:hover {
	background-color: #000;
}

#entry .error {
	padding: 24px 0 0;
	display: inline-block;
}

#entry .error li {
	padding: 4px 0 0 40px;
	position: relative;
	min-height: 32px;
	font-weight: 500;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
	color: #fff;
}


#entry .error li:before {
	content: "";
	margin-top: -16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	padding-top: 32px;
	width: 32px;
	height: 0;
	background: url(../images/contents/login/error.svg) no-repeat left center #ff0000;
	background-size: 100% auto;
	border-radius: 50%;
}

/*--------------------------------------
secondary
---------------------------------------*/

.secondary {
	margin: 0 auto;
	padding:  80px 80px;
	position: relative;
	width: 100%;
	max-width: 1240px;
}



/* inquiry */
.inquiry,
.privacy {
	margin: 32px auto 0;
	display: flex;
	align-items: start;
	overflow: hidden;
}

.inquiry > dt,
.privacy > dt {
	padding-right: 16px;
	width: 220px;
	white-space: nowrap;
	text-align: right;
	font-size: 14px;
	line-height: 1.2;
}

.inquiry > dd,
.privacy > dd {
	padding: 0 0 0 16px;
	width: calc(100% - 220px);
	font-size: 12px;
	line-height: 1.8;
	border-left: solid 1px;
}

.inquiry > dd dl {
	padding-top: 8px;
	display: flex;
	align-items: start;
}

.inquiry > dd dt {
	padding: 0.2em 0;
	width: 4em;
	font-size: 11px;
	text-align: center;
	border: solid 1px;
}

.inquiry > dd dd {
	padding: 0 0 0 8px;
	width: calc(100% - 4em);
}

.privacy dd dt {
	padding: 0 0 2px 0;
	float: none;
	width: auto;
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
}

.privacy dd dt:before {
	content: "■";
}

.privacy dd dd {
	padding: 0 0 12px 1em;
	float: none;
	width: auto;
	border: none;
}

.privacy dd dd:last-child {
	padding: 0 0 0 1em;
}

.privacy dd ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.privacy dd ol {
	padding-left: 1.6em;
	list-style-type: decimal;
}

.privacy .notice {
	padding: 0;
	border: none;
}

.privacy .notice li:before {
	content: "※";
}

.secondary a {
}

.privacy address {
	padding: 8px 0;
	font-style: normal;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/
ul.toTop {
	position: fixed;
	bottom: -54px;
	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: url(../images/common/nav/totop.svg) no-repeat #000;
	background-size: 100% auto;
}

ul.toTop a:hover {
}

ul.fixed-bottom {
	position:fixed;
	bottom: 0;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
}

#home footer {
	position: static;
}

.copyright {
	line-height: 180px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, 'Work Sans', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
}

.credit a {
	color: #fff;
	text-decoration: underline;
}

.credit a:hover {
}


/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 896px) {

	body {
		min-width: 320px;
	}

	.loader {
		margin: -15px 0 0 -15px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
		border-radius: 50%;
		border-top-color: transparent;
		animation: spin 0.75s infinite linear;
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	#home .wrapper,
	.wrapper {
		min-width: 0;
		background: none;
	}

	#home .container,
	.container {
		padding-bottom: 0;
		background: none;
	}

	/*--------------------------------------
	header
	--------------------------------------*/	
	#top,
	#home #top {
	}

	#home #top {
		padding-top: 76%;
		background: url(../images/common/header/photo_sp.jpg) no-repeat left top;
		background-size: 100% auto;
	}

	.siteTitle {
		padding-top: 58%;
		width: 80%;
		background: url(../images/common/header/title2_sp.svg) no-repeat center center;
		background-size: 100% auto;
	}


	#home .siteTitle {
		padding-top: 78%;
		position: static;
	width: 100%;
	background-color:  #0a1017;
	}


	#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;
	}

	#errorWrap p:before {
		margin-top: -14px;
		top: 50%;
		padding-top: 28px;
		width: 28px;
		border-radius: 14px;
	}

	#errorWrap a:hover {
	}

	#errorWrap br {
		display: block;
	}


	/*--------------------------------------
	primary
	---------------------------------------*/
	.primary {
		padding: 0;
	}

	#home .primary {
	}

	.campaign {
		padding: 0;
		width: 100%;
		background: none;
	}

	.campaign .lead {
		padding: 12% 16px;
		min-height: 0;
		overflow: hidden;
		display: block;
		line-height: 1.8;
		font-size: 4.4vw;
	}

	.campaign .lead::after {
	display: none;
	}

	.detail {
	}

	.detail > dl {
		padding: 12% 16px 0;
	}

	.detail > dl > dt {
		margin-bottom: 16px;
		padding: 16px 0;
		font-size: 4.4vw;
	}

	.detail > dl > dt:before,
	.detail > dl > dt:after {
		margin-left: -50%;
		width: 100%;
	}

	/* present */
	.detail > dl.present {
		background: #3e4965;
	}

	.present > dd {
		padding: 12% 16px;
	}

	.present .type {
		padding: 0 0;
		display: block;
	}

	.present .type > li,
	.present .type1,
	.present .type2 {
		padding: 0 0 0 0;
		width: 100%;
	}

	.present .type > li > dl > dt {
		padding: 0 0;
		line-height: 2.8;
		font-size: 4.4vw;
		font-weight: 700;
	}

	.present .type > li > dl > dd {
		padding-top: 8px;
	}

	.present .type > li > dl > dd p {
		font-size: 3.6vw;
	}

	.present .type > li.type1 > dl > dd p {
		padding: 0;
		font-size: 4.1vw;
		order: 1;
	}

	.present .type > li.type1 > dl > dd p br {
		display: none;
	}

	.present .type > li > dl > dd .caution p {
		font-size: 12px;
	}

	.present .type > li.type1 > dl > dd {
		padding-top: 8px;
		flex-flow:column;
		align-items: center;
		justify-content: center; 
	}

	.present .type1 dd:before {
		margin: 0;
		padding-top: 47%;
		width: 100%;
		order: 2;
		background: url(../images/contents/present/tray_sp.jpg) no-repeat center top;
		background-size: 100% auto;
	}


	/* howto */
	.detail > dl.howto {
		padding: 12% 16px 0;
	}

	.howto > dd > ul {
		flex-wrap: wrap;
	}

	.howto > dd > ul > li,
	.howto > dd > ul > li:nth-of-type(2) {
		padding: 0 0 24px 0;
		align-items: start;
		width: 100%;
	}


	.howto > dd > ul > li:before {
		padding-top: 41%;
		width: 30%;
		background-size: 100% auto;
	}

	.howto > dd > ul > li:nth-of-type(2):before {
		padding-top: 35%;
		width: 30%;
		background-size: 100% auto;
	}

	.howto dd dl,
	.howto dd li:nth-of-type(2) dl {
		padding: 0 0 0 12px;
		width: 70%;
	}

	.howto dd dt {
		margin-right: 8px;
		width: 48px;
		height: 48px;
	float: left;
		line-height: 46px;
		font-size: 40px;
	}

		.howto > dd dd p {
		padding: 0;
		font-size: 3.6vw;
	}


	.howto > dd > p {
		padding-top: 0;
		font-size: 3.6vw;
		font-weight: 500;
	}

	/* term */
	.detail > dl.term {
		padding: 12% 16px 0;
	}

	.term li {
		padding-bottom: 0;
	}

	.term li:nth-of-type(1) {
		padding-bottom: 24px;
	}

	.term li dt {
		padding: 0 16px 0 calc(2vw + 4px);
		position: relative;
		font-weight: 700;
		font-size: 3.6vw;
		line-height: 1.6;
		text-align: left;
	}

	.term li dt:before {
		content: "";
		padding-top: 2vw;
		position: absolute;
		top: 1.8vw;
		left: 0;
		display: block;
		width: 2vw;
		height: 0;
		background: #19232f;
	}

	.term li dt:after {
		display: none;
	}

	.term > dd p {
		padding-left: calc(2vw + 4px);
		font-weight: 500;
		font-size: 3.6vw;
		line-height: 1.7;
		text-align: left;
	}

	.term > dd li dd::after {
		padding: 0 0 0 calc(2vw + 4px);
		font-size: 3.6vw;
		line-height: 1.7;
		text-align: left;
	}

	#entry > ul.caution::after {
		margin-top: 16px;
		font-size: 3.6vw;
		line-height: 2.4;
	}

	/* announcement */
	.announcement {
	}

	.announcement > dd{
		text-align: left;
	}

	.announcement > dd > p {
		padding-bottom: 8px;
		font-weight: 500;
		font-size: 3.6vw;
		line-height: 1.7;
	}

	.announcement > dd li p {
		font-size: 3.6vw;
	}

	/* caution */
	dl.caution {
	}

	dl.caution > dt:nth-of-type(2) {
		line-height: 1.7;
		text-align: left;
	}

	dl.caution > dd {
		padding-bottom: 12%;
	}

	dl.caution li:not(:last-child) {
		padding-bottom: 8px;
	}

	dl.caution li p {
		font-size: 3.6vw;
		line-height: 1.7;
		word-break: break-all;
	}

	/* entry */
	#entry {
		padding: 12% 0;
		background: #404a63;
	}

	#entry h2 {
		font-size: 5vw;
		font-weight: 700;
	}

	#entry > ul.caution {
		padding: 8px 0 24px;
	}

#entry ul.caution li p {
	margin-left: 1em;
	text-indent: -1em;
	color: #fff;
}

#entry ul.caution li p:before {
	content: "※";
}

#entry ul.caution a {
	color: #fff;
}

	#entry .notice {
		padding: 0 16px;
		background: none;
	}

	#entry .notice > dd {
		padding: 0 0;
		flex-flow:column;
	}

	#entry .notice dd dl,
	#entry .notice dd dl:nth-of-type(1),
	#entry .notice dd dl:nth-of-type(2) {
		padding: 0 0 0 0;
		width: 100%;
		border: none;
	}

#entry .notice dd dt {
		padding: 0 16px 0 calc(2vw + 4px);
		position: relative;
		font-weight: 600;
		font-size: 3.6vw;
		line-height: 1.6;
		text-align: left;
}

	#entry .notice dd dt::before {
		content: "";
		padding-top: 2vw;
		position: absolute;
		top: 1.8vw;
		left: 0;
		display: block;
		width: 2vw;
		height: 0;
		background: #fff;
	}


	#entry .notice dd dd {
		padding: 0 0 0 calc(2vw + 4px);
		font-size: 3.6vw;
	}

	#entry .notice dd dd .caution {
		padding-bottom: 16px;
	}

#entry .notice dd dd .caution li {
	padding-top: 4px;
}

	#entry .notice dd dd .caution li p {
		font-size: 3.6vw;
	}

	#entry form {
		padding: 12% 16px 0;
	}

	#entry form::before {
		padding: 16px 0;
		display: block;
		font-size: 4vw;
		border-top: solid 1px rgba(255, 255, 255, 1);
		border-bottom: solid 1px rgba(255, 255, 255, 1);
	}

	#entry input,
	#entry textarea {
		height: 56px;
		font-size: 16px;
		line-height: 56px;
	}

	#entry .serialCode {
		padding: 0 0 0 0;
		flex-flow: column;
	}

	#entry .serialCode::before {
		display: none;
	}

	#entry .serialCode li {
		padding: 16px 0 0 0;
		width: 100%;
	}

	#entry .serialCode li:nth-of-type(2) {
		padding: 16px 0 0 0;
		width: 100%;
	}

	#entry .serialCode dt label {
		width: calc(100% - 48px);
		font-size: 3.6vw;
	line-height: 1.7;
	}

	#entry .serialCode dt:before {
		display: block;
		width: 48px;
		height: 48px;
		line-height: 44px;
		font-size: 40px;
	}

	#entry .serialCode li:nth-of-type(2) dt:before {
		line-height: 46px;
	}

#entry .serialCode dd {
	padding-top: 8px;
}

.formBtn {
	padding: 16px 0 0;
	position: relative;
	clear: both;
	width: 100%;
	z-index: 10;
}

	#entry .entryBtn input {
		padding: 0 2em;
		line-height: 56px;
		font-size: 4.4vw;
	}

#entry .entryBtn input:hover {
	background-color: #2a2c70;
}

	#entry .error {
		padding: 24px 0 0;
		display: inline-block;
	}

	#entry .error li {
		padding: 0 0 0 40px;
		min-height: 32px;
		font-size: 12px;
		line-height: 1.7;
	}


	#entry .error li:before {
		margin-top: 0;
		top: 0;
	}

	/*--------------------------------------
	secondary
	---------------------------------------*/

	.secondary {
		padding: 12% 16px;
	}

	/* inquiry */
	.inquiry,
	.privacy {
		margin: 0 auto 0;
		flex-flow: column;
	}

	.inquiry > dt,
	.privacy > dt {
		padding: 0 0 8px;
		width: 100%;
		text-align: center;
		font-size: 4.4vw;
		font-weight: 500;
		line-height: 1.2;
	}

	.privacy > dt {
		padding: 12% 0 8px;
	}

	.inquiry > dt::before,
	.privacy > dt::before {
		content: "＜";
	}

	.inquiry > dt::after,
	.privacy > dt::after {
		content: "＞";
	}

	.inquiry > dd,
	.privacy > dd {
		padding: 0 0 0;
		width: 100%;
		font-size: 3.6vw;
		line-height: 1.7;
		border: none;
	}

.inquiry > dd dl {
	padding-top: 8px;
	display: flex;
	align-items: start;
}

	.inquiry > dd dt {
		width: 4em;
		font-size: 3.2vw;
	}

.privacy dd dt {
	padding: 0 0 2px 0;
	float: none;
	width: auto;
	text-align: left;
	font-size: 3.6vw;
	line-height: 1.2;
}

.privacy dd dt:before {
	content: "■";
}

.privacy dd dd {
	padding: 0 0 12px 1em;
	float: none;
	width: auto;
	border: none;
}

.privacy dd dd:last-child {
	padding: 0 0 0 1em;
}

.privacy dd ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.privacy dd ol {
	padding-left: 1.6em;
	list-style-type: decimal;
}

.privacy .notice {
	padding: 0;
	border: none;
}

.privacy .notice li:before {
	content: "※";
}

	.secondary a {
		word-break: break-all;
	}

	.privacy address {
	}


	/*--------------------------------------
	上部へボタン
	---------------------------------------*/

	ul.toTop {
		right: 0;
	bottom: -32px;
	}

	ul.toTop li {
		float: right;
	width: 32px;
	height: 32px;
	}

	ul.toTop a {
	padding-top: 32px;
	width: 32px;
	}

	ul.toTop a:hover {
	}

	ul.fixed-bottom {
	}

	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		padding: 24px 16px 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;
		line-height: 1.6;
		text-align: left;
	}

	.credit {
		margin: 0 auto;
		display: inline-block;
		text-align: left;
		line-height: 1.6;
		font-size: 8px;
	}

}

