@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700");
@import url("https://fonts.googleapis.com/css?family=Amiri");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanmp.min.css");
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, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #141d47;
  font-size: 13px;
  font-family: YakuHanJP, "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

body.modal_open_body {
  overflow: hidden;

  pointer-events: none;
}

body.modal_open_body .container {
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #589fdc;
  text-decoration: none;
}

::selection {
  background: #589fdc;
  color: #fff;
}

::-moz-selection {
  background: #589fdc;
  color: #fff;
}

.font_min {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.sp_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(../img/common/bg.jpg) no-repeat center center;
  background-size: cover;
}

#stage {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(.5);
      -ms-transform: translate(-50%, -50%) scale(.5);
          transform: translate(-50%, -50%) scale(.5);

  pointer-events: none;
}

.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.header .logo {
  position: relative;
  z-index: 3;
  height: 45px;
  padding-top: 15px;
  text-align: center;
}

.header .logo img {
  height: 100%;
}

.header .menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #9769db 0%, #715acc 100%);
  color: #fff;
  font-size: 10px;
  font-family: "Amiri", serif !important;
  text-align: center;
}

.header .menu_btn p {
  position: relative;
  width: 100%;
  height: 63%;
  -webkit-transition: height .45s ease;
  transition: height .45s ease;
}

.header .menu_btn p:before {
  content: "";
  display: block;
  position: absolute;
  top: 57%;
  right: 28%;
  -webkit-transform: rotateZ(0deg) translateY(-3px);
      -ms-transform: rotate(0deg) translateY(-3px);
          transform: rotateZ(0deg) translateY(-3px);
  width: 44%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.header .menu_btn p:after {
  content: "";
  display: block;
  position: absolute;
  top: 57%;
  right: 28%;
  -webkit-transform: rotateZ(0deg) translateY(3px);
      -ms-transform: rotate(0deg) translateY(3px);
          transform: rotateZ(0deg) translateY(3px);
  width: 44%;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.header .menu_btn span {
  display: block;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8);
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.header .menu_btn.open {
  background: transparent;
}

.header .menu_btn.open p {
  height: 82%;
}

.header .menu_btn.open p:before {
  -webkit-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
          transform: rotateZ(135deg);
}

.header .menu_btn.open p:after {
  -webkit-transform: rotateZ(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotateZ(-135deg);
}

.header .menu_btn.open span {
  opacity: 0;
}

.nav_wrap {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  overflow: hidden;
  background: linear-gradient(45deg, #9769db 0%, #715acc 100%);
  text-align: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
  transition: transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s ease;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1), opacity .3s ease, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
}

.nav_wrap:before {
  content: "";
  opacity: 0;
  position: absolute;
  right: -5%;
  bottom: -37%;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  width: 92%;
  height: 100%;
  background: url(../img/common/menu/bg_shin.png) no-repeat center right;
  background-size: 100% auto;
  -webkit-transition: opacity .1s ease, -webkit-transform .1s ease .1s;
  transition: opacity .1s ease, -webkit-transform .1s ease .1s;
  transition: opacity .1s ease, transform .1s ease .1s;
  transition: opacity .1s ease, transform .1s ease .1s, -webkit-transform .1s ease .1s;
}

.nav_wrap .nav_in {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.nav_wrap .nav {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: left;
}

.nav_wrap .nav li {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
  width: 50%;
  font-size: 15px;
  letter-spacing: normal;
  -webkit-transition: opacity .1s ease .2s, -webkit-transform .1s ease .2s;
  transition: opacity .1s ease .2s, -webkit-transform .1s ease .2s;
  transition: transform .1s ease .2s, opacity .1s ease .2s;
  transition: transform .1s ease .2s, opacity .1s ease .2s, -webkit-transform .1s ease .2s;
}

.nav_wrap .nav li img {
  height: 17px;
}

.nav_wrap .nav a {
  display: block;
  padding: 6.5% 0;
}

.nav_wrap .nav_share {
  opacity: 0;
  width: 90%;
  margin: 9% auto 0;
  text-align: left;
  -webkit-transition: opacity .1s ease .2s;
  transition: opacity .1s ease .2s;
}

.nav_wrap .nav_share .share_title {
  width: 11.5%;
  margin-bottom: 5%;
}

.nav_wrap .nav_share .share_list li {
  display: inline-block;
  width: 7%;
  margin-right: 5%;
}

.nav_wrap .nav_share .share_list li img {
  width: 100%;
}

.nav_wrap.open {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s ease;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s ease, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

.nav_wrap.open:before {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .4s ease .9s, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1) .9s;
  transition: opacity .4s ease .9s, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1) .9s;
  transition: opacity .4s ease .9s, transform .4s cubic-bezier(.215, .61, .355, 1) .9s;
  transition: opacity .4s ease .9s, transform .4s cubic-bezier(.215, .61, .355, 1) .9s, -webkit-transform .4s cubic-bezier(.215, .61, .355, 1) .9s;
}

.nav_wrap.open .nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.nav_wrap.open .nav li:nth-child(1) {
  -webkit-transition: opacity .6s ease .25s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: opacity .6s ease .25s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .25s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .25s, opacity .6s ease .25s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .25s, opacity .6s ease .25s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .25s;
}

.nav_wrap.open .nav li:nth-child(2) {
  -webkit-transition: opacity .6s ease .28s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .28s;
  transition: opacity .6s ease .28s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .28s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .28s, opacity .6s ease .28s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .28s, opacity .6s ease .28s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .28s;
}

.nav_wrap.open .nav li:nth-child(3) {
  -webkit-transition: opacity .6s ease .31s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .31s;
  transition: opacity .6s ease .31s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .31s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .31s, opacity .6s ease .31s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .31s, opacity .6s ease .31s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .31s;
}

.nav_wrap.open .nav li:nth-child(4) {
  -webkit-transition: opacity .6s ease .34s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .34s;
  transition: opacity .6s ease .34s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .34s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .34s, opacity .6s ease .34s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .34s, opacity .6s ease .34s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .34s;
}

.nav_wrap.open .nav li:nth-child(5) {
  -webkit-transition: opacity .6s ease .37s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .37s;
  transition: opacity .6s ease .37s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .37s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .37s, opacity .6s ease .37s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .37s, opacity .6s ease .37s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .37s;
}

.nav_wrap.open .nav li:nth-child(6) {
  -webkit-transition: opacity .6s ease .4s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: opacity .6s ease .4s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .4s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .4s, opacity .6s ease .4s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .4s, opacity .6s ease .4s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .4s;
}

.nav_wrap.open .nav li:nth-child(7) {
  -webkit-transition: opacity .6s ease .43s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .43s;
  transition: opacity .6s ease .43s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .43s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .43s, opacity .6s ease .43s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .43s, opacity .6s ease .43s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .43s;
}

.nav_wrap.open .nav li:nth-child(8) {
  -webkit-transition: opacity .6s ease .46s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .46s;
  transition: opacity .6s ease .46s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .46s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .46s, opacity .6s ease .46s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .46s, opacity .6s ease .46s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .46s;
}

.nav_wrap.open .nav li:nth-child(9) {
  -webkit-transition: opacity .6s ease .49s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .49s;
  transition: opacity .6s ease .49s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .49s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .49s, opacity .6s ease .49s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .49s, opacity .6s ease .49s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .49s;
}

.nav_wrap.open .nav li:nth-child(10) {
  -webkit-transition: opacity .6s ease .52s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .52s;
  transition: opacity .6s ease .52s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .52s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .52s, opacity .6s ease .52s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .52s, opacity .6s ease .52s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .52s;
}

.nav_wrap.open .nav li:nth-child(11) {
  -webkit-transition: opacity .6s ease .55s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .55s;
  transition: opacity .6s ease .55s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .55s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .55s, opacity .6s ease .55s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .55s, opacity .6s ease .55s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .55s;
}

.nav_wrap.open .nav li:nth-child(12) {
  -webkit-transition: opacity .6s ease .58s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .58s;
  transition: opacity .6s ease .58s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .58s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .58s, opacity .6s ease .58s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .58s, opacity .6s ease .58s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .58s;
}

.nav_wrap.open .nav li:nth-child(13) {
  -webkit-transition: opacity .6s ease .61s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .61s;
  transition: opacity .6s ease .61s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .61s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .61s, opacity .6s ease .61s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .61s, opacity .6s ease .61s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .61s;
}

.nav_wrap.open .nav li:nth-child(14) {
  -webkit-transition: opacity .6s ease .64s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .64s;
  transition: opacity .6s ease .64s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .64s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .64s, opacity .6s ease .64s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .64s, opacity .6s ease .64s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .64s;
}

.nav_wrap.open .nav li:nth-child(15) {
  -webkit-transition: opacity .6s ease .67s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .67s;
  transition: opacity .6s ease .67s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .67s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .67s, opacity .6s ease .67s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .67s, opacity .6s ease .67s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .67s;
}

.nav_wrap.open .nav li:nth-child(16) {
  -webkit-transition: opacity .6s ease .7s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .7s;
  transition: opacity .6s ease .7s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .7s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .7s, opacity .6s ease .7s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .7s, opacity .6s ease .7s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .7s;
}

.nav_wrap.open .nav li:nth-child(17) {
  -webkit-transition: opacity .6s ease .73s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .73s;
  transition: opacity .6s ease .73s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .73s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .73s, opacity .6s ease .73s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .73s, opacity .6s ease .73s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .73s;
}

.nav_wrap.open .nav li:nth-child(18) {
  -webkit-transition: opacity .6s ease .76s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .76s;
  transition: opacity .6s ease .76s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .76s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .76s, opacity .6s ease .76s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .76s, opacity .6s ease .76s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .76s;
}

.nav_wrap.open .nav li:nth-child(19) {
  -webkit-transition: opacity .6s ease .79s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .79s;
  transition: opacity .6s ease .79s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .79s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .79s, opacity .6s ease .79s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .79s, opacity .6s ease .79s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .79s;
}

.nav_wrap.open .nav li:nth-child(20) {
  -webkit-transition: opacity .6s ease .82s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .82s;
  transition: opacity .6s ease .82s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .82s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .82s, opacity .6s ease .82s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .82s, opacity .6s ease .82s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .82s;
}

.nav_wrap.open .nav li:nth-child(21) {
  -webkit-transition: opacity .6s ease .85s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .85s;
  transition: opacity .6s ease .85s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .85s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .85s, opacity .6s ease .85s;
  transition: transform .6s cubic-bezier(.215, .61, .355, 1) .85s, opacity .6s ease .85s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) .85s;
}

.nav_wrap.open .nav_share {
  opacity: 1;
  -webkit-transition: opacity .5s ease .8s;
  transition: opacity .5s ease .8s;
}

.nav_cover {
  display: none;
}

.container {
  opacity: 0;
  position: relative;
  z-index: 3;
  min-height: 500px;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.container.load {
  opacity: 1;
  -webkit-transition: opacity .7s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity .7s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity .7s ease-in-out, filter 1s ease-in-out;
  transition: opacity .7s ease-in-out, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;

  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}

.container .page_title {
  width: 67%;
  margin: 13.7% auto 8.5%;
}

.content {
  width: 100%;
  margin: 0 auto 50px;
}

.footer {
  opacity: 0;
  position: relative;
  padding: 13% 0 10%;
  background-color: #fff;
  text-align: left;
}

.footer.load {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.footer .foot_banner {
  width: 77%;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -.4em;
}

.footer .foot_banner li {
  display: inline-block;
  width: 48%;
  margin: 1%;
  font-size: 12px;
  letter-spacing: normal;
}
.l-footer__userdata {
  display: block;
  text-align: center;
  margin-top: 9.5%;
  font-size: 14px;
}

.l-footer__userdata-link {
  color: #141d47;
  text-decoration: underline;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
}
.footer .copy {
  width: 68%;
  margin: 9.5% auto 0;
}

.list_category {
  position: relative;
  z-index: 10;
  width: 215px;
  margin: 0 auto;
  color: #fff;
  font-family: YakuHanMP, "Amiri", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.list_category .category_base {
  position: relative;
  z-index: 1;
  width: 215px;
  height: 20px;
  margin: 0 auto;
  padding: 3px 5px 0;
  background: url(../img/common/tab_close_repeat.png) repeat-y center center;
  background-size: 100% auto;
}

.list_category .category_base:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/common/tab_close_head.png) no-repeat center top, url(../img/common/tab_close_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}

.list_category .category_base:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 11px;
  height: 100%;
  background: url(../img/common/tab_arrow_open.png) no-repeat center center;
  background-size: 100% auto;
}

.list_category .category_base.cate_open:before {
  background: url(../img/common/tab_close_head.png) no-repeat center top, url(../img/common/tab_close_bottom_open.png) no-repeat center bottom;
  background-size: 100% auto;
}

.list_category .category_base.cate_open:after {
  background-image: url(../img/common/tab_arrow_close.png);
}

.list_category ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  background: url(../img/common/tab_open_repeat.png) repeat-y center top;
  background-size: 100% auto;
}

.list_category ul:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/common/tab_open_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
}

.list_category li {
  width: 100%;

  border-bottom: 1px solid rgba(192, 190, 194, .5);
}

.list_category li:last-child {
  border-bottom: 0;
}

.list_category li a {
  display: block;
  position: relative;
  padding: 8px 5px;
  color: #a69047;
  font-size: 14px;
}

.list_content {
  border-top: rgba(192, 190, 194, .5) 1px solid;
}

.list_content li {
  border-bottom: rgba(192, 190, 194, .5) 1px solid;
}

.list_content li.news_none {
  padding: 16px 0 22px;
  text-align: center;
}

.list_content li a {
  display: block;
  padding: 22px 0;
}

.list_content li .news_day {
  color: #a69047;
  font-size: 13px;
  font-family: YakuHanMP, "Amiri", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.list_content li .news_category {
  display: inline-block;
  padding-left: 10px;
}

.list_content li .news_category span {
  vertical-align: top;
  font-weight: bold;
  font-size: 10px;
}

.list_content li .news_title {
  margin-top: 8px;
  color: #141d47;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.list_content li .news_title.android {
  font-family: YakuHanJP, "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif !important;
}

.list_pager {
  font-size: 0px;
  letter-spacing: -.4em;
  text-align: center;
}

.list_pager li {
  display: inline-block;
  font-size: 18px;
  font-family: "Amiri", serif !important;
  letter-spacing: normal;
}

.list_pager li a {
  display: block;
  padding: 12px 8px 8px;
  color: #141d47;
}

.list_pager li.now_page {
  color: #589fdc;
}

.list_pager li.now_page a {
  color: #589fdc;
}

.list_back {
  width: 200px;
  margin: 0 auto;
  font-family: "Amiri", serif !important;
  text-align: center;
}

.list_back a {
  display: block;
  position: relative;
  height: 32px;
  padding: 11px 5px;
  background: url(../img/common/btn_base_repeat.png) repeat-x center center;
  background-size: auto 100%;
  color: #a69047;
  font-size: 14px;
}

.list_back a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 210px;
  height: 100%;
  background: url(../img/common/btn_base_left.png) no-repeat center left, url(../img/common/btn_base_right.png) no-repeat center right;
  background-size: auto 100%, auto 100%;
}

.list_back a span {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 2px;
  margin-right: 8px;
  background-color: #a69047;
  vertical-align: baseline;
}

.list_back a span:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a69047;
}

.list_back a span:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a69047;
}

.news_detail {
  padding: 40px 0;
  border: 1px solid rgba(192, 190, 194, .5);
  border-width: 1px 0;
}

.news_detail .news_day {
  color: #a69047;
  font-size: 14px;
  font-family: "Amiri", serif !important;
}

.news_detail .news_category {
  display: inline-block;
  padding-left: 10px;
}

.news_detail .news_category span {
  vertical-align: top;
  font-weight: bold;
  font-size: 10px;
}

.news_detail .news_title {
  margin-top: 8px;
  color: #141d47;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.45;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.news_detail .news_title.android {
  font-family: YakuHanJP, "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif !important;
}

.news_detail .news_txt {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.75;
}

.news_detail .news_txt img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}

.news_detail .news_txt iframe {
  max-width: 100%;
}

.news_detail .news_txt a:hover {
  text-decoration: underline;
}

.news_detail .news_txt strong {
  font-weight: bold !important;
}

.news_detail .news_txt table {
  width: 100%;
  margin-top: 20px;
}

.news_detail .news_txt table tr th {
  padding: 12px 5px;
  background-color: rgba(20, 29, 71, .85);
  vertical-align: middle;
  color: #fff;

  border-bottom: 0;
}

.news_detail .news_txt table tr th:nth-child(2) {
  text-align: center;
}

.news_detail .news_txt table tr td {
  padding: 12px 5px;
  vertical-align: middle;
  text-align: center;

  border-bottom: 1px solid rgba(192, 190, 194, .5);
}

.news_detail .news_txt table tr td:nth-child(1) {
  width: 70px;
}

.news_detail .news_txt table tr td:nth-child(2) {
  text-align: left;
}

.news_detail .news_txt table tr:first-child td {
  padding: 12px 5px;
  background-color: rgba(20, 29, 71, .85);
  vertical-align: middle;
  color: #fff;

  border-bottom: 0;
}

.att {
  font-size: 75%;
}

.color {
  color: #a69047;
}

.more {
  width: 180px;
  margin: 0 auto;
  font-family: "Amiri", serif !important;
  text-align: center;
}

.more a {
  display: block;
  position: relative;
  height: 30px;
  padding: 10px 5px;
  background: url(../img/common/btn_base_repeat.png) repeat-x center center;
  background-size: auto 100%;
  color: #a69047;
  font-size: 14px;
}

.more a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 190px;
  height: 100%;
  background: url(../img/common/btn_base_left.png) no-repeat center left, url(../img/common/btn_base_right.png) no-repeat center right;
  background-size: auto 100%, auto 100%;
}

.more a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 6px;
  height: 100%;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
}

.modal_btn {
  cursor: pointer;
}

.modal_btn[data-img] {
  position: relative;
}

.modal_btn[data-img]:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_zoom.png) no-repeat center center #141d47;
  background-size: 18px auto;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: auto;
}

.modal_back {
  display: none;
  opacity: .9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fae0ff 0%, #e9e1ff 50%, #d9e1ff 100%);
}

.modal_in {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.modal[data-modal-overflow] .modal_in {
  height: auto;
}

.modal_in .modal_wrap {
  width: fit-content;
  margin: 0 auto;
  padding: 2em;
}

.modal[data-modal="youtube"] .modal_in .modal_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal[data-modal="youtube"] .modal_in .modal_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal_in.modal_scroll {
  height: 90%;
  overflow-y: scroll;
  position: absolute;
  top: 10%;
}

.modal_close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 310;
  width: 45px;
  height: 45px;
  background: linear-gradient(45deg, #9769db 0%, #715acc 100%);
  cursor: pointer;
}

.modal_close span {
  display: block;
  position: absolute;
  top: 50%;
  right: 27%;
  width: 44%;
  height: 2px;
  background: #fff;
}

.modal_close span:nth-child(1) {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

.modal_close span:nth-child(2) {
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg);
}
