@charset "UTF-8";
/* ===============================================
	RESET
=============================================== */
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, mark, meter, nav, output, progress, section, summary, time {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

li, h1, h2, h3, h4, h5, h6, span, pre, code, address, caption, cite, code, em, strong, b, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset, iframe {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, footer, header, nav, section, figure, figcaption {
	display: block;
}

img, abbr, acronym, fieldset {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

li {
	list-style: none;
}

body {
	line-height: 1;
}

dl, menu, ol, ul {
	margin: 1em 0;
}

/* ==========================================================================
   
   module
   
   ========================================================================== */
/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {
	font-weight: bold;
}

.fItalic {
	font-style: italic;
}

.fnormal {
	font-weight: normal;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.red {
	color: #e32e29;
}

/* ---------------------------------------------
	float
--------------------------------------------- */
.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* ---------------------------------------------
	preset margin
--------------------------------------------- */
.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt12 {
	margin-top: 12px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb01 {
	margin-bottom: 1px !important;
}

.mb03 {
	margin-bottom: 3px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr12 {
	margin-right: 12px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.ml05 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml12 {
	margin-left: 12px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mlmr05 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mlmr10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mlmr20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mcenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ---------------------------------------------
	preset padding
--------------------------------------------- */
.pt05 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt12 {
	padding-top: 12px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb05 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb12 {
	padding-bottom: 12px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pr05 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr12 {
	padding-right: 12px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pl05 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl12 {
	padding-left: 12px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

/* ---------------------------------------------
	inline align
--------------------------------------------- */
.t_align_l {
	text-align: left !important;
}

.t_align_c {
	text-align: center !important;
}

.t_align_r {
	text-align: right !important;
}

.pre {
	white-space: pre;
}

/* ---------------------------------------------
	other
--------------------------------------------- */
.imgRep {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fade {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.fade:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
	
   Variable
   
   ========================================================================== */
/* ==========================================================================
	
   base
   
   ========================================================================== */
img {
	vertical-align: top;
}

a {
	display: inline-block;
}

html, body {
	text-align: left;
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1280px;
	color: #333;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	text-align: center;
	background-color: #f3ca5b;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 1280px;
	background: url(../images/bg.jpg) no-repeat center top;
	overflow: hidden;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 480px) {
  #wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 320px;
	background: url(../images/sp/bg.jpg) no-repeat center top;
	background-size: cover;
  }

  body {
	min-width: 320px;
	font-size: 1.2rem;
	text-align: left;
  }

  * {
	-webkit-text-size-adjust: 100%;
  }

  img {
	width: 100%;
	height: auto;
  }

  .pc {
	display: none;
  }

  .sp {
	display: block;
  }
}
/* ==========================================================================
	
   contents
   
   ========================================================================== */
#header {
	position: relative;
	width: 100%;
	z-index: 1000;
}
#header h1 {
	position: absolute;
	left: 20px;
	top: 20px;
}
#header h1 a {
	background: url(../images/logo.png) no-repeat left top;
	width: 149px;
	height: 42px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header h1 a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#header .btn {
	position: absolute;
	right: 20px;
	top: 20px;
}
#header .btn a {
	background: url(../images/btn_official.png) no-repeat left top;
	width: 324px;
	height: 28px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#header .btn a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.headArea {
	background: url(../images/header_end.png) no-repeat center top;
	width: 100%;
	height: 546px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.contents {
	width: 1012px;
	margin: -94px auto 0;
	z-index: 3;
	position: relative;
}

.leftArea {
	float: left;
	background: url(../images/base_left.png) no-repeat left top;
	width: 501px;
	height: 1062px;
	position: relative;
}
.leftArea .cont {
	margin: -40px auto 0;
}
.leftArea .cont img {
	margin-right: -5px;
	display: inline-block;
}
.leftArea .cont img.sp {
	display: none;
}

.rightArea {
	float: right;
	background: url(../images/base_right.png) no-repeat left top;
	width: 501px;
	height: 1062px;
	position: relative;
}
.rightArea .cont {
	margin: -54px auto 0;
}
.rightArea .cont img {
	margin-right: -50px;
	display: inline-block;
}
.rightArea .cont img.sp {
	display: none;
}
.rightArea .btnArea {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 459px;
	height: 312px;
	position: absolute;
	left: 21px;
	top: 730px;
}
.rightArea .btnArea .inner {
	position: relative;
	height: 312px;
}
.rightArea .btnArea .inner .title {
	margin-top: 20px;
}
.rightArea .btnArea .inner .endtitle {
	padding-top: 100px;
}
.rightArea .btnArea .inner .endtitle img {
	text-align: center;
	margin: 0 auto;
}
.rightArea .btnArea .inner .btnLeft {
	position: absolute;
	left: 43px;
	top: 75px;
}
.rightArea .btnArea .inner .btnRight {
	position: absolute;
	right: 43px;
	top: 75px;
}
.rightArea .btnArea .inner .btnCenter {
	position: absolute;
	left: 140px;
	top: 75px;
}
.rightArea .btnArea .inner .link {
	margin-top: 180px;
	font-size: 14px;
}
.rightArea .btnArea .inner .link a {
	color: #fff;
}
.rightArea .btnArea .inner .link a:hover {
	text-decoration: none;
}
.rightArea .btnArea .inner .minichara {
	position: absolute;
	right: -30px;
	bottom: -30px;
}

#footer {
	height: 180px;
	position: relative;
	width: 100%;
}
#footer .btn {
	position: absolute;
	left: 20px;
	bottom: 30px;
}
#footer .copy {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

#popup {
	width: 766px;
	height: 866px;
	margin: 0 auto;
	position: relative;
	background: url(../images/popup_bg_pc.png) no-repeat left top;
}
#popup .inner {
	width: 640px;
	margin: 0px auto 0;
	padding-top: 120px;
	color: #fff;
}
#popup .inner p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.6;
}
#popup .inner p.stitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
#popup .inner ul {
	margin-bottom: 15px;
	margin-top: 0;
}
#popup .inner ul li {
	font-size: 14px;
	list-style: disc;
	margin-left: 20px;
	line-height: 1.6;
}
#popup .inner a {
	color: #fff;
}
#popup .inner a:hover {
	text-decoration: none;
}

#back-top {
	z-index: 100000;
	position: relative;
	display: inline;
}

#back-top span {
	width: 70px;
	height: 70px;
	background: url(../images/pagetop.png) no-repeat left top;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 20px;
}
#back-top span:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
	transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.anchor {
	display: none;
}

/* ====================================================================================================================================================
	
   sp
   
   ==================================================================================================================================================== */
@media screen and (max-width: 480px) {
  a img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }

  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

  img {
	width: 100%;
	height: auto;
  }

  #header {
	position: relative;
	width: 100%;
	z-index: 1000;
  }
  #header h1 {
	position: absolute;
	left: 3.125%;
	top: 5px;
  }
  #header h1 a {
	background: url(../images/sp/logo.png) no-repeat left top;
	width: 86px;
	height: 24px;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
  }
  #header h1 a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  #header .btn {
	display: none;
  }

  .headArea {
	background: url(../images/sp/header_end.png) no-repeat center top;
	width: 100%;
	height: 0;
	padding-top: 60%;
	background-size: cover;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
	position: relative;
	margin-top: 2.5%;
  }

  .lnaviArea {
	margin: 10px 3.125% 15%;
  }
  .lnaviArea ul {
	overflow: hidden;
	margin: 0;
  }
  .lnaviArea ul li {
	float: left;
	width: 50%;
  }

  .contents {
	width: 100%;
	padding: 0 3.125%;
	margin: 0px auto 0;
	z-index: 3;
	position: relative;
  }

  .leftArea {
	float: left;
	background: url(../images/sp/base_left.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 9%;
  }
  .leftArea .cont {
	margin: 0px auto 0;
	padding-bottom: 50px;
  }
  .leftArea .cont img {
	margin-right: 0px;
	width: 98%;
	margin-top: -19%;
	display: none;
	margin-left: -1.5%;
  }
  .leftArea .cont img.sp {
	display: block;
  }

  .rightArea {
	float: left;
	background: url(../images/sp/base_right.png) no-repeat left top;
	background-size: contain;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 6%;
  }
  .rightArea .cont {
	margin: 0px auto 0;
	padding-bottom: 0px;
  }
  .rightArea .cont img {
	width: 95%;
	margin: -66px 0 0 6%;
	display: none;
  }
  .rightArea .cont img.sp {
	display: block;
  }
  .rightArea .btnArea {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	width: 92%;
	height: auto;
	position: static;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 10px 0 5px;
	text-align: center;
  }
  .rightArea .btnArea .inner {
	position: relative;
	margin: 0 4%;
	height: auto;
  }
  .rightArea .btnArea .inner .title {
	margin: 0 0 10px 0;
  }
  .rightArea .btnArea .inner .endtitle {
	padding: 23.8% 0;
	text-align: center;
	margin: 0 auto;
  }
  .rightArea .btnArea .inner .endtitle img {
	width: 200px;
	text-align: center;
	margin: 0 auto;
  }
  .rightArea .btnArea .inner .btnLeft {
	position: static;
	left: 0;
	top: 0;
	display: inline-block;
	width: 45%;
  }
  .rightArea .btnArea .inner .btnRight {
	position: static;
	right: 0;
	top: 0;
	display: inline-block;
	width: 45%;
  }
  .rightArea .btnArea .inner .btnCenter {
	position: static;
	right: 0;
	top: 0;
	display: inline-block;
	width: 45%;
  }
  .rightArea .btnArea .inner .link {
	margin-top: 0px;
	font-size: 1.0rem;
	text-align: center;
  }
  .rightArea .btnArea .inner .link a {
	color: #fff;
  }
  .rightArea .btnArea .inner .link a:hover {
	text-decoration: none;
  }
  .rightArea .btnArea .inner .minichara {
	position: absolute;
	right: -7%;
	bottom: -7%;
	width: 16%;
  }

  .linkOfficial {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .linkOfficial a {
	background: url(../images/btn_official.png) no-repeat left top;
	width: 85%;
	height: 0;
	padding-top: 7%;
	background-size: cover;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
  }
  .linkOfficial a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }

  #footer {
	height: auto;
	position: relative;
	text-align: center;
	width: 100%;
  }
  #footer .btn {
	position: static;
	left: 0;
	bottom: 0;
	width: 50%;
	margin: 0 auto 9px;
  }
  #footer .copy {
	position: static;
	right: 0;
	bottom: 0;
	width: 90%;
	margin: 0 auto 20px;
  }

  #popup {
	width: 100%;
	height: auto;
	padding: 0 5% 3%;
	position: relative;
	background: url(../images/sp/popup_bg.png) left top;
	border: 1px solid #ffdd55;
	margin-top: 0%;
  }
  #popup .inner {
	width: 100%;
	margin: 0px auto 0;
	padding-top: 20px;
	color: #fff;
  }
  #popup .inner p {
	font-size: 0.9rem;
	margin-bottom: 8px;
	line-height: 1.6;
  }
  #popup .inner p.stitle {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0;
  }
  #popup .inner ul {
	margin-bottom: 8px;
	margin-top: 0;
  }
  #popup .inner ul li {
	font-size: 0.9rem;
	list-style: disc;
	margin-left: 1.5em;
	line-height: 1.6;
  }
  #popup .inner a {
	color: #fff;
  }
  #popup .inner a:hover {
	text-decoration: none;
  }

  .anchor {
	display: inline-block;
	margin-top: -50px;
	padding-top: 50px;
  }

  #back-top {
	z-index: 100000;
	position: relative;
	display: inline;
  }

  #back-top span {
	width: 70px;
	height: 70px;
	background: url(../images/pagetop.png) no-repeat left top;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 20px;
  }
  #back-top span:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }

  .mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
	transform: scale(1);
	transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
  }
}
