@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;/*	outline: 0;*/
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	/*\*/
	overflow: hidden;/**/
}
option {
	padding-right: 10px;
}
a {
	outline: none;
	color: #0297dc;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:focus {
	outline: none;
}
fieldset, img {
	border: 0;
}
.guard {
	pointer-events: none;
	cursor: default;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
/* ------------------------------
	コンテンツ
------------------------------ */
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
html, body {
	width: 100%;
	height: 100%;
}
.loadingWrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.loadingWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
body {
	font-size: 17px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	line-height: 2em;
    background-color: #e4f3f8;
    color: #000;
}
a {
	text-decoration: none;
}
p, .photo {
    margin-bottom: 2em;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: none;
	margin: 80px 0 60px;
	padding: 0;
	border-bottom: 1px dashed #FFC200;
}
.line {
	border-bottom: #999 dashed 1px;
	margin: 80px auto;
}
.contents {
	margin: 0 auto;
	width: 90%;
	max-width: 1160px;
	font-weight: 500;
	position: relative;
    padding: 20px 0;
}
.slim {
	max-width: 800px;
	margin: 0 auto;
}
#container {
	width: 100%;
	position: relative;
}
#wrp {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.mainimage {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mainimage .titlebox .maintitle {
    font-size: 34px;
    font-size: 6vw;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
    padding: 30px 10px 40px;
}
.mainimage .titlebox .maintitle .sub {
    font-size: 0.7em;
    display: block;
}
.mainimage .titlebox .maintitle img {
    width: 70%;
    max-width: 300px;
}
.mokuji {
  position: relative;
  display: block;
  padding: 0 80px;
    margin: 0 auto 20px;
    width: 80px;
    text-align: center;
}
.mokuji:before, .mokuji:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: black;
}
.mokuji:before {
  left:0;
}
.mokuji:after {
  right: 0;
}
.list {
    max-width: 500px;
    margin: 0 auto;
    counter-reset: sect;
}
.list li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.6em;
}
.list li::before {
    content: counter(sect);
    counter-increment: sect;
    position: absolute;
    left: 0;
    top: 0;
}
.list li::after {
    content:".";
    position: absolute;
    left: 15px;
    top:0;
}
.list li a {
    color: #000;
}
.list li a:hover {
    color: #0297dc;
}
.heading em {
    display: block;
    margin: 0 auto 20px;
    padding-top: 20px;
    padding-bottom: 8px;
    width: 100px;
    font-size: 425%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.0;
    border-bottom: 1px solid #000;
    text-align: center;
}
.title {
    margin-bottom: 1em;
    line-height: 1.6em;
}
.kantoku {
    color: #555;
}
.credit {
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 2em;
}
.c {
    font-size: 0.8em;
    color: #888;
    text-align: center;
}
#page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0.9;
    z-index: 100;
}
#page_top a {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #666;
    color: #fff;
    font-size: 0;
    margin: auto;
    padding: 0;
    display: block;
    position: relative;
}
#page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 2px 0 0 2px;
    content: '';
}
@media screen and (min-width : 769px) {
.mainimage .titlebox {
    position: absolute;
    left: 9%;
    top: 20px;
    top: 3vw;
    z-index: 100;
    color: #000;
    font-weight: bold;
}
.mainimage .titlebox .maintitle {
    font-size: 3vw;
    padding: 30px;
    background-color: rgba(255,255,255,0.4);
}
.mainimage .titlebox .maintitle img {
    width: 300px;
}
.mainimage .titlebox .maintitle .sub, 
.mainimage .titlebox .maintitle .s {
    margin-left: 3%;
}
.title {
    font-size: 2em;
    text-align: center;
}
#page_top a {
    height: 68px;
    width: 68px;
}
#page_top a:after {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: -11px;
}
}
@media screen and (max-width : 768px) {
body {
	font-size: 15px;
    line-height: 1.8em;
}
.mainimage .titlebox {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}
.mokuji {
    width: 50px;
    font-size: 1.2em;
}
}

@media screen and (max-width : 479px) {
#contact #form_iframe {
	height: 990px;
}
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp, .castbox .sp {
	display: none;
}
.grid_1 {
	width: 98%;
	margin: 1%;
}
.grid_2 {
	width: 48%;
	margin: 1%;
}
.grid_3 {
	width: 30%;
	margin: 0 1%;
}
.grid_4 {
	width: 22%;
	margin: 0 1%;
}
.L {
	float: left;
}
.R {
	float: right;
}

@media screen and (max-width : 768px) {
.sp {
	display: block;
}
.castbox .sp {
	display: inline-block;
}
#global-nav ul li.pc, 
.pc, .castbox .pc {
	visibility: hidden;
	display: none;
}
.grid_1, .grid_2, .grid_3, .grid_4 {
	width: 100%;
	margin: 0;
}
#story .grid_4 {
	width: 44%;
	margin: 0 2% 24px;
}
#colophon {
    padding: 30vw 0;
}
}

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
}
@keyframes loadingAnim{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
}
@-webkit-keyframes loadingAnim_text{
    0%{
        opacity: 1;
        color: #cba166;
    }
    50%{
        color: #333;

    }
    100%{
        opacity: .5;
        color: #fff;
    }
}
@keyframes loadingAnim_text{
    0%{
        opacity: 1;
        color: #cba166;
    }
    50%{
        color: #333;
    }
    100%{
        opacity: .5;
        color: #fff;
    }
}
/********************
settings
********************/
::-moz-selection{
    background-color: rgba(0,105,255,.3);
}
::selection{
    background-color: rgba(0,105,255,.3);
}
/********************
loading effects
********************/
.loadingAnim{
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loadingAnim_line{
    line-height: 1;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 1.25em;
    margin: auto;
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .6s;
    text-align: center;
}
.loadingAnim_line:after{
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    display: block;
    width: 0;
    height: 100%;
    margin: auto  auto auto 0;
    content: ' ';
    -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
    animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
    background-color: #fff;
    will-change: transform, width;
}
.loadingAnim_line:before{
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.6em;
    display: block;
    content: 'LOADING';
    -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
    animation: loadingAnim_text 1s ease .1s infinite alternate both;
    letter-spacing: .5em;
    color: #fff;
    will-change: opacity;
}
.loaded .loadingAnim_line{
    overflow: hidden;
    height: 0;
}
.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before{
    -webkit-animation: none;
    animation: none;
}
.loaded .loadingAnim_line:before{
    content: 'LOADED!';
}

.loadingAnim:before,
.loadingAnim:after{
    line-height: 1;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
    content: ' ';
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .3s;
    background-color: #000;
}
.loadingAnim:before{
    top: 0;
}
.loadingAnim:after{
    bottom: 0;
}
.loaded .loadingAnim:before{
    height: 0;
    -webkit-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    transform: translateY(-1%);
}
.loaded .loadingAnim:after{
    height: 0;
    -webkit-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
}