@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700&display=swap');

/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }nav ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }/* change colours to suit your needs */ins { background-color: #ff9; color: #000; text-decoration: none; }/* change colours to suit your needs */mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }del { text-decoration: line-through; }abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }table { border-collapse: collapse; border-spacing: 0; }/* change border colour to suit your needs */hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }input, select { vertical-align: middle; }li {list-style: none;}area{border:none;outline:none;}
img{
-webkit-backface-visibility: hidden;
}
/*
 * defaut style
 */
html { height: 100%; overflow-y: scroll; font-size:16px; line-height: 1.6; }
body { font-size: 100%; background-color: transparent; color: #fff; min-width: 1000px; overflow: hidden; word-wrap: break-word; -webkit-text-size-adjust: 100%;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
* { box-sizing:border-box; }
body {
 animation: fadeIn 2s ease 0s 1 normal;
 -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}

.content1031 {
    width: 1031px;
    margin-right: auto;
    margin-left: auto;
}
.content1000 {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.content912 {
    width: 912px;
    margin-right: auto;
    margin-left: auto;
}
.content640 {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-top: -14px;
  margin-left: -14px;
  text-align: center;
  color: #333;
  z-index: 1000;
}
a ,
.hoverlink {
    transition: all 0.3s ease;
}
.hoverlink:hover {
    opacity: .7;
}

/*
 * header
 */

body.home {
background: #000000 url("../img/kv.jpg") no-repeat center 0;
background-attachment: fixed; 
}

.home header {
    padding-top: 20px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}

.home header > div {
    position: relative;
    height: 100%;
}

.home header ul.sns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.home header ul.sns li {
    margin: 0 3px ;
    height: 20px;
}
.home header ul.sns li .fb_iframe_widget {
    position: relative;
    top: -6px;
}

.visual-area .title01 {
    text-align: center;
}
.visual-area .title02 {
    padding-top: 20px;
    padding-left: 365px;
}
.visual-area .title03 {
    padding-top: 340px;
    text-align: center;
}
.visual-area .title04 {
    padding-top: 10px;
    text-align: center;
}
.visual-area .title05 {
    top: 100px;
    left: 0;
}

header ul.sns ,
.visual-area .title01 , 
.visual-area .title02 ,
.visual-area .title03 ,
.visual-area .title04 {
    opacity: 0;
}
.visual-area .box1 ,
.visual-area .box2 ,
.visual-area .title05 {
    position: absolute;
    opacity: 0;
}

.visual-area .box1 {
    width: 184px;
    padding-left: 8px;
    padding-bottom: 10px;
    top: 110px;
    right:15px;
    background-color: #000;
}
.visual-area .box1 .title {
    padding: 10px 0;
    text-align: center;
    line-height: 0;
}
.visual-area .box1 p {
    line-height: 0;
}
.visual-area .box1 ul {
    width: 164px;
    margin-left: 2px;
}
.visual-area .box1 ul li {
    line-height: 0;
    margin-top: 5px;
}
.visual-area .box1 ul li a:hover {
    opacity: .7;
    transition: all 0.3s ease;
}
.visual-area .box2 {
    top: 990px;
    left: 5px;
}

/*
 * footer
 */
#footer { background:url("../img/bg03.png") no-repeat center bottom; position:relative; color:#fff; z-index: 0;}
.home #footer {
padding:590px 0 90px 0; 
}
#footer::after {
    content:  '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #000000;z-index: -1;
}
#footer .pagetop { text-align:center;  }
#footer .pagetop:hover { opacity:0.7; transition: all 0.3s ease; }
#footer .sns { text-align:center; margin:20px 0 20px; }
#footer .sns ul {
    display: flex;
    justify-content: center;
}
#footer .sns ul li {
    margin: 0 3px ;
}
#footer .sns ul li .fb_iframe_widget {
    position: relative;
    top: -6px;
}
#footer .logo { text-align:center; margin:20px 0 20px; }
#footer .copyright { text-align:center;}

/* anime */
.fadeInUpEx { animation:_fadeInUpEx 0.5s ease 0s forwards; }
.fadeInDownEx { animation:_fadeInDownEx 0.5s ease 0s forwards; }

@keyframes _fadeInUpEx {
    0% { opacity:0; transform:translateY( -50px); }
  100% { opacity:1; transform:translateY(  0px); }
}

@keyframes _fadeInDownEx {
    0% { opacity:0; transform:translateY( 50px); }
  100% { opacity:1; transform:translateY(  0px); }
}

#movie{
    background: url("../img/bg_movie.jpg") repeat;
    background-size: 50%;
    padding: 80px 0;
    margin-bottom: 80px;
}
#movie .frame-wrapper__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin:0 auto;
}
#movie .frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#special {
    margin-top: 40px;
    padding-top: 55px;
    background: url("../img/bg01.png") 0 0;
    position: relative;
}
#special h2 {
    position: absolute;
    top: -5px;
    left: 37px;
    z-index: 100;
}
#special > div {
    width: 888px;
    margin: auto;
    border: 1px solid #e60012;
    background-color: #dbdbdb;
    padding: 30px 0;
    position: relative;
}
#special h3{
    position: absolute;
    top:-3px;
    left:-20px;
    z-index: 100;
}
#special .ico{
    position: absolute;
    top: -15px;
    right: 50px;
    z-index: 100;
}
#special .swiper-container {
    position: relative;
}

.swiper-slide {
    margin: 0 auto;
    text-align: center;
}
.swiper-slide img {
    height: 551px;
}
.swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 15px;
    height: 29px;
    top:58%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.swiper-container-rtl .swiper-button-next {
    background-image: url("../img/prev.png");
    left: 15px;
}
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.png);
    right: 15px;
}
#special > p {
    padding: 35px 0 35px;
    text-align: center;
}
#special p.line{
    border-bottom: 1px solid #fff;
    margin: 0 55px 45px;
}

#benefit {
    margin-top: 60px;
    position: relative;
}
#benefit h2 {
    position: absolute;
    top: -3px;
    right: 40px;
    z-index: 10;
}
#benefit p:last-of-type {
    margin-top: 70px;
}

#recommend {
    background: url("../img/bg05.png") 0 0;
    height: 576px;
    margin-top: 70px;
    position: relative;
}
#recommend h2 {
    position: absolute;
    top: -3px;
    left: 37px;
    z-index: 10;
}
#recommend p {
    padding-top: 350px;
    text-align: center;
}

#story {
    margin-top: 80px;
    position: relative;
}
#story h2 {
    position: absolute;
    top: -3px;
    right: 48px;
    z-index: 10;
}


#character {
    margin-top: 80px;
    padding-bottom: 55px;
    background: url("../img/bg01.png") 0 0;
    position: relative;
}
#character h2 {
    position: absolute;
    top: -3px;
    left: 38px;
    pointer-events: none;
    z-index: 10;
}
#character ul.gallery-list {
    width: 690px;
    padding-top: 80px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#character ul.gallery-list li {
    line-height: 0;
    margin-bottom: 12px;
}
#character ul.gallery-list li a:hover {
    opacity: .7;
    transition: all 0.3s ease;
}

#gallery {
    margin-top: 80px;
    background-color: #c4c4c4;
}
#gallery > div {
    padding-top: 90px;
    background: url("../img/bg02.jpg") no-repeat center 0;
    height: 400px;
    position: relative;
}
#gallery h2 {
    position: absolute;
    top: -3px;
    right: 50px;
    pointer-events: none;
    z-index: 10;
}
#gallery .bnr {
    width: 734px;
    margin-left: 110px;
}
.bg-inner{
background:url("../img/kv.jpg") no-repeat bottom center;
	background-attachment: fixed;
	padding-top: 80px;
}

#information {
    margin-bottom: 60px;
    padding-top: 80px;
    padding-bottom: 60px;
    background: url("../img/bg01.png") 0 0;
    position: relative;
}
#information h2 {
    position: absolute;
    top: -3px;
    left: 35px;
    pointer-events: none;
    z-index: 10;
}
#information > div {
    display: flex;
    margin: 0 55px 45px;
}
#information > div > p {
    width: 50%;
    padding-left: 115px;
}
#information > div > div {
    width: 50%;
}
#information > div > div p:nth-of-type(2) {
    margin: 25px 0;
}
#information > div > div ul {
    margin-top: 20px;
}
#information > div > div ul li {
    margin-bottom: 12px;
}
#information > div > div ul li a:hover {
    opacity: .7;
    transition: all 0.3s ease;
}
#information > p {
    text-align: center;
}
#information .line{
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}