@charset "UTF-8";
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}

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

body {
  line-height: 1;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body {
  font-family: YakuHanJP, noto-sans-cjk-jp, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, Verdana, sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  color: #565656;
  position: relative;
  font-size: 16px;
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
}

/*****************************************/
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  opacity: 1;
}

.wrapper.is-load {
  opacity: 1;
  -webkit-transition: opacity 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper p {
  max-height: 999999px;
}

.wrapper a {
  text-decoration: none;
  color: #48aaff;
}

@media only screen and (min-width: 751px) {
  .wrapper {
    min-width: 1180px;
  }
}

/*****************************************/
.header {
  position: relative;
  z-index: 2000;
}

@media only screen and (max-width: 750px) {
  .header .nav_btn.on {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    background: #48aaff;
    z-index: 1100;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
  }
  .header .nav_btn.on .bg {
    width: 100%;
    height: 100%;
    background: #99bbff;
    background: -webkit-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    background: -o-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    background: linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bbff', endColorstr='#99d3ff',GradientType=1 );
  }
  .header .nav_btn.on span {
    position: absolute;
    background: #fff;
    width: 18px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
    -webkit-transform: rotate(-30deg) translateX(10px);
    -moz-transform: rotate(-30deg) translateX(10px);
    -ms-transform: rotate(-30deg) translateX(10px);
    -o-transform: rotate(-30deg) translateX(10px);
    transform: rotate(-30deg) translateX(10px);
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.65s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .header .nav_btn.on span:first-of-type {
    top: 37%;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
  }
  .header .nav_btn.on span:last-of-type {
    top: 63%;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
  }
  .header .nav_btn.on.active span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: rotate(-30deg) translateX(0);
    -moz-transform: rotate(-30deg) translateX(0);
    -ms-transform: rotate(-30deg) translateX(0);
    -o-transform: rotate(-30deg) translateX(0);
    transform: rotate(-30deg) translateX(0);
  }
}

@media only screen and (min-width: 751px) {
  .header {
    width: 100%;
  }
}

.nav .nav_list li {
  position: relative;
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
  -webkit-transition: color 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav .nav_list li:hover {
  color: #48aaff;
}

.nav .nav_list a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav .nav_share dt {
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
}

.nav .nav_share dd {
  text-indent: -99999px;
}

.nav .nav_share dd a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav .nav_sound {
  position: relative;
}

.nav .nav_sound .nav_sound_txt {
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
}

.nav .nav_sound .nav_sound_btn {
  position: absolute;
  text-indent: -99999px;
}

.nav .nav_sound .nav_sound_btn.off {
  display: none;
}

@media only screen and (max-width: 750px) {
  .nav {
    pointer-events: none;
    opacity: 0;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .nav.active {
    pointer-events: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .nav .nav_btn.off {
    position: fixed;
    z-index: 1200;
    bottom: 10px;
    right: 10px;
    z-index: 1100;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  }
  .nav .nav_btn.off span {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .nav .nav_btn.off span:first-of-type {
    width: 0;
    height: 1px;
    -webkit-transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    -o-transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  }
  .nav .nav_btn.off span:nth-of-type(2) {
    width: 1px;
    height: 0;
    -webkit-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    -o-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  }
  .nav .nav_btn.off.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav .nav_btn.off.active span:first-of-type {
    width: 18px;
  }
  .nav .nav_btn.off.active span:nth-of-type(2) {
    height: 18px;
  }
  .nav .wrap {
    background: #99bbff;
    background: -webkit-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    background: -o-linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    background: linear-gradient(45deg, #99bbff 0%, #99d3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99bbff', endColorstr='#99d3ff',GradientType=1 );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .nav.active .wrap {
    opacity: 0.8;
    -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav .nav_in {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav .nav_l {
    padding-left: 6%;
    text-align: left;
  }
  .nav .nav_list li {
    margin-bottom: 25px;
    font-size: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
  }
  .nav .nav_list li:nth-of-type(2) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  }
  .nav .nav_list li:nth-of-type(3) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
  }
  .nav .nav_list li:nth-of-type(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
  }
  .nav .nav_list li:nth-of-type(5) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
  }
  .nav .nav_list li:nth-of-type(6) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.05s;
  }
  .nav .nav_list li:nth-of-type(7) {
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s;
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s;
  }
  .nav .nav_list a {
    color: #fff;
  }
  .nav.active .nav_list li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .nav .nav_r {
    padding-right: 4%;
    width: 42px;
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav.active .nav_r {
    opacity: 1;
  }
  .nav .nav_share dt {
    font-size: 12px;
  }
  .nav .nav_share dd {
    position: relative;
    margin: 15px auto 0;
    width: 34px;
    height: 34px;
  }
  .nav .nav_share dd.tw {
    background: url(../img/common/menu/icon_twitter_wh.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav .nav_share dd.fb {
    background: url(../img/common/menu/icon_facebook_wh.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav .nav_share dd.line {
    background: url(../img/common/menu/icon_line_wh.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav .nav_sound {
    margin-top: 30px;
  }
  .nav .nav_sound .nav_sound_txt {
    font-size: 12px;
  }
  .nav .nav_sound .nav_sound_btn {
    width: 100%;
    top: 30px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 34px;
  }
  .nav .nav_sound .nav_sound_btn.on {
    background: url(../img/common/menu/sound_on_wh.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav_sound_btn.on {
    display: block;
  }
  .is-bgm-play .nav_sound_btn.on {
    display: none;
  }
  .nav .nav_sound .nav_sound_btn.off {
    background: url(../img/common/menu/sound_off_wh.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav_sound_btn.off {
    display: none;
  }
  .is-bgm-play .nav_sound_btn.off {
    display: block;
  }
}

@media only screen and (min-width: 751px) {
  .nav {
    background: #FFF;
    padding: 10px 30px 9px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav .nav_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .nav .nav_l {
    width: calc(100% - 340px);
  }
  .nav .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav .nav_list li {
    padding: 20px 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .nav .nav_list li:hover {
    opacity: 0.7;
  }
  .nav .nav_list li:not(:first-of-type) {
    margin-left: 10px;
  }
  .nav .nav_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
  }
  .nav .nav_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 208px;
  }
  .nav .nav_share dt {
    font-size: 12px;
  }
  .nav .nav_share dd {
    position: relative;
    width: 22px;
    height: 22px;
    margin-left: 16px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .nav .nav_share dd:hover {
    opacity: 0.7;
  }
  .nav .nav_share dd.tw {
    background: url(../img/common/menu/icon_twitter_dark.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 30px;
  }
  .nav .nav_share dd.fb {
    background: url(../img/common/menu/icon_facebook_dark.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav .nav_share dd.line {
    background: url(../img/common/menu/icon_line_dark.png) center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .nav .nav_sound {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 120px;
    height: 30px;
    border-left: 1px solid #dbdbe3;
  }
  .nav .nav_sound .nav_sound_txt {
    font-size: 12px;
    margin-right: 42px;
  }
  .nav .nav_sound .nav_sound_btn {
    top: 0;
    right: 0;
    width: 26px;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    cursor: pointer;
  }
  .nav .nav_sound .nav_sound_btn:hover {
    opacity: 0.7;
  }
  .nav .nav_sound .nav_sound_btn.on {
    background: url(../img/common/menu/sound_on_dark.png) center no-repeat;
    -webkit-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
  .nav .nav_sound .nav_sound_btn.off {
    background: url(../img/common/menu/sound_off_dark.png) center no-repeat;
    -webkit-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
}

.is-bgm-play .nav_sound_btn.on {
  display: none;
}

.is-bgm-play .nav_sound_btn.off {
  display: block !important;
}

/*****************************************/
.contents {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.contents.blur {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.contents .is-pjax-change .blur {
  -webkit-filter: blur(8px) brightness(180%);
  filter: blur(8px) brightness(180%);
}

/*****************************************/
.footer {
  position: relative;
  background: #fff;
  z-index: 10;
  padding: 35px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.footer.blur {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.footer .foot_bnr {
  margin: 0 5.5%;
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .foot_bnr li {
  position: relative;
  border: 1px solid #dbdbe3;
  width: 48%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.footer .foot_bnr li:hover {
  opacity: 0.7;
}

.footer .foot_bnr li:nth-of-type(even) {
  margin-left: 2%;
}

.footer .foot_bnr li:nth-of-type(n+3) {
  margin-top: 2vw;
}

.footer .foot_bnr a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .foot_lang {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}

.footer .foot_lang p {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.footer .foot_lang p:hover {
  opacity: 0.7;
}

.footer .foot_lang p:not(:first-of-type) {
  margin-left: 25px;
}

.footer .foot_lang a {
  color: #565656;
}

.footer .foot_link {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.footer .foot_link li {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.footer .foot_link li:hover {
  opacity: 0.7;
}

.footer .foot_link li:first-of-type {
  height: 15px;
}

.footer .foot_link li:first-of-type img {
  height: 100%;
  width: auto;
}

.footer .foot_link li:not(:first-of-type) {
  margin-left: 3.6%;
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
}

.footer .foot_link li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .legal {
  color: #a8a8a8;
  font-size: 11px;
  line-height: 1.5;
  margin: 35px 5.5% 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .14em;
}

.footer .copy {
  color: #a8a8a8;
  font-size: 10px;
  margin-top: 35px;
  font-family: YakuHanJP, proxima-nova, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .07em;
}

@media only screen and (min-width: 751px) {
  .footer {
    min-width: 1100px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }
  .footer .foot_bnr {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    width: 434px;
  }
  .footer .foot_bnr li {
    width: 210px;
  }
  .footer .foot_bnr li:nth-of-type(even) {
    margin-left: 10px;
  }
  .footer .foot_bnr li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .footer .foot_l {
    -webkit-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1px;
    width: calc(100% - 460px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .foot_lang {
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    width: 74px;
    margin: 0 20px 0 0;
  }
  .footer .foot_lang::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: #282828;
  }
  .footer .foot_lang p {
    cursor: pointer;
  }
  .footer .foot_lang p:not(:first-of-type) {
    margin-left: 16px;
  }
  .footer .foot_link {
    width: 310px;
    margin: 0;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer .foot_link:not(:first-of-type) {
    margin-left: 14px;
  }
  .footer .legal {
    width: 100%;
    text-align: left;
    margin: 18px 0 0;
  }
  .footer .copy {
    width: 100%;
    text-align: left;
    margin: 5px 0 0;
  }
}

/*****************************************/
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.modal .wrap {
  position: absolute;
  z-index: 2100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .modal_btn_close {
  cursor: pointer;
  position: fixed;
  z-index: 3000;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

.modal .modal_btn_close span {
  position: absolute;
  background: #393d40;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal_btn_close span:first-of-type {
  width: 0;
  height: 1px;
  -webkit-transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -o-transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

@media all and (-ms-high-contrast: none) {
  .modal .modal_btn_close span:first-of-type {
    height: 2px;
  }
}

.modal .modal_btn_close span:nth-of-type(2) {
  width: 1px;
  height: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  -o-transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
  transition: height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
}

@media all and (-ms-high-contrast: none) {
  .modal .modal_btn_close span:nth-of-type(2) {
    width: 2px;
  }
}

.modal .modal_btn_close.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .modal_btn_close.active span:first-of-type {
  width: 18px;
}

.modal .modal_btn_close.active span:nth-of-type(2) {
  height: 18px;
}

@media only screen and (min-width: 751px) {
  .modal .modal_btn_close {
    width: 16px;
    height: 16px;
    top: 45px;
    right: 45px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }
  .modal .modal_btn_close:hover {
    opacity: 0.7;
  }
  .modal .modal_btn_close span:first-of-type {
    width: 20px;
  }
  .modal .modal_btn_close span:nth-of-type(2) {
    height: 20px;
  }
}

#modal_sound {
  display: block;
  opacity: 1;
  color: #373566;
}

#modal_sound .wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/enter/bg_pc.jpg) center no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 750px) {
  #modal_sound .wrap::before {
    background: url(../img/enter/bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

.is-load #modal_sound .wrap::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 40s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 40s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 40s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 40s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 40s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 40s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#modal_sound .modal_sound_in {
  position: absolute;
  z-index: 2500;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal_sound .modal_sound_txt {
  background: url(../img/enter/txt_sound_sp.png) center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 18%;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 auto;
}

#modal_sound .modal_sound_txt.en {
  background: url(../../en/assets/img/enter/txt_soundEN.png) center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 13%;
}

#modal_sound .modal_sound_btn {
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#modal_sound .modal_sound_btn li {
  cursor: pointer;
  -webkit-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#modal_sound .modal_sound_btn li:hover {
  opacity: .6;
}

@media only screen and (max-width: 750px) {
  #modal_sound .modal_sound_txt {
    width: 73.06%;
    max-width: 548px;
  }
  #modal_sound .modal_sound_txt.en {
    width: 74.66%;
    max-width: 560px;
  }
  #modal_sound .modal_sound_btn li {
    width: 18.93%;
    max-width: 142px;
    margin: 0 3%;
  }
}

@media only screen and (min-width: 751px) {
  #modal_sound {
    min-width: 1100px;
  }
  #modal_sound .wrap {
    background: url(../img/enter/bg_pc.jpg) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #modal_sound .modal_sound_txt:not(.en) {
    background: url(../img/enter/txt_sound_pc.png) center no-repeat;
    padding-top: 48px;
    width: 438px;
  }
  #modal_sound .modal_sound_txt.en {
    width: 430px;
    padding-top: 62px;
  }
  #modal_sound .modal_sound_btn {
    margin-top: 35px;
  }
  #modal_sound .modal_sound_btn li {
    margin: 0 10px;
    width: 90px;
  }
}

.bg_anim {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  pointer-events: none;
  background: #fff;
}

.is-start .bg_anim {
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}

.bg_anim-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.is-start .bg_anim-item {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bg_anim-item:nth-child(1) {
  background: url("../img/opening/bg05_pc.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .bg_anim-item:nth-child(1) {
    background: url("../img/opening/bg05_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-start .bg_anim-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.bg_anim-item:nth-child(2) {
  background: url("../img/opening/bg04_pc.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .bg_anim-item:nth-child(2) {
    background: url("../img/opening/bg04_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-start .bg_anim-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.bg_anim-item:nth-child(3) {
  background: url("../img/opening/bg03_pc.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .bg_anim-item:nth-child(3) {
    background: url("../img/opening/bg03_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-start .bg_anim-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.bg_anim-item:nth-child(4) {
  background: url("../img/opening/bg02_pc.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .bg_anim-item:nth-child(4) {
    background: url("../img/opening/bg02_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-start .bg_anim-item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bg_anim-item:nth-child(5) {
  background: url("../img/opening/bg01_pc.jpg") no-repeat center;
  background-size: cover;
}

@media only screen and (max-width: 750px) {
  .bg_anim-item:nth-child(5) {
    background: url("../img/opening/bg01_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-start .bg_anim-item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#modal_comment .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  background: #FFF;
  opacity: 0.4;
}

#modal_comment .modal_comment_in {
  position: absolute;
  z-index: 2500;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal_comment.scroll .modal_comment_in {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 60px);
  margin: 30px 0;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#modal_comment .modal_comment_name dt {
  font-size: 13px;
  line-height: 1.65;
}

#modal_comment .modal_comment_name dd {
  font-size: 17px;
  margin-top: 10px;
}

#modal_comment .modal_comment_name dd span {
  font-size: 13px;
  margin-top: 7px;
}

#modal_comment .modal_comment_txt {
  border-top: 1px solid rgba(64, 75, 128, 0.2);
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
  padding: 25px 5% 0;
  margin: 25px 5.5% 0;
}

@media only screen and (min-width: 751px) {
  #modal_comment .modal_comment_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
    max-width: 1080px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modal_comment .modal_comment_name {
    width: 220px;
    padding: 30px 0;
    text-align: left;
  }
  #modal_comment .modal_comment_name dd {
    font-size: 18px;
  }
  #modal_comment .modal_comment_txt {
    width: calc(100% - 220px);
    padding: 30px 0 30px 60px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    border-left: 1px solid rgba(64, 75, 128, 0.2);
    line-height: 1.8;
  }
}

#modal_image .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  background: #FFF;
  opacity: 0.4;
}

#modal_image .modal_image_in {
  position: absolute;
  z-index: 2500;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 751px) {
  #modal_image .modal_image_in {
    width: 80%;
    max-width: 750px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

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

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

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

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

.main {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.main-in {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#wrapper > div {
  -webkit-transition: opacity 1.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#wrapper.is-pjax-change > div {
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bgm_audio, #voice_audio {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
  pointer-events: none;
}

.nav_sound_btn {
  cursor: pointer;
}
