@charset "UTF-8";
/* =====================
  common layouts
===================== */
/*  global
------------------------*/
html {
  height: 100%; }
  @media screen and (min-width: 480px) {
    html {
      font: 400 62.5% "Noto Sans Japanese", sans-serif;
      letter-spacing: .1em;
      color: #333; } }
  @media screen and (max-width: 479px) {
    html {
      font: 400 60% "Noto Sans Japanese", sans-serif;
      letter-spacing: .1em;
      color: #333; } }

html,
body {
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

::selection {
  color: white;
  background-color: #333; }

main {
  flex: 1 0 auto; }

/*  clear fix
------------------------*/
.cf:after {
  content: "";
  display: block;
  clear: both; }

/*  for responsive
------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

[data-lg] {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 979px) {
    [data-lg] {
      padding: 0 15px; } }

[data-md] {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    [data-md] {
      padding: 0 15px; } }

[data-sm] {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 479px) {
    [data-sm] {
      padding: 0 15px; } }

/*  fixed rate box
------------------------*/
[data-box] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: no-repeat center center;
  background-size: cover; }
  [data-box]::before {
    content: "";
    display: block; }
  [data-box] .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%; }

/* =====================
  common styles
===================== */
main {
  position: relative; }

.global-header {
  padding: 20px 20px;
  background: #19243c;
  display: flex;
  justify-content: space-between; }
  .global-header .global-logo {
    width: 100%;
    max-width: 180px;
    height: auto; }
    .global-header .global-logo a {
      display: block;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .global-header .global-logo a:hover {
        opacity: 0.70; }
  .global-header .menu-btn {
    width: 100%;
    max-width: 48px;
    height: auto; }
    .global-header .menu-btn a {
      display: block;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .global-header .menu-btn a:hover {
        opacity: 0.70; }

.global-footer {
  padding: 15px 0 30px;
  background: #000026;
  position: relative; }
  @media screen and (min-width: 768px) {
    .global-footer .footer-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .global-footer .global-logo {
    margin: 15px 0; }
    .global-footer .global-logo a {
      display: block;
      width: 180px;
      max-width: 100%;
      height: auto;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .global-footer .global-logo a:hover {
        opacity: 0.70; }
      @media screen and (max-width: 767px) {
        .global-footer .global-logo a {
          margin: auto; } }
  .global-footer .footer-nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .global-footer .footer-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .global-footer .footer-nav ul li {
      list-style: none;
      margin: 0 0 0 2em;
      color: white; }
      .global-footer .footer-nav ul li:before {
        padding: 0 .25em 0 0;
        content: "＞"; }
      .global-footer .footer-nav ul li a {
        color: inherit;
        font: 400 13px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .global-footer .footer-nav ul li a:hover {
          opacity: 0.70; }
  .global-footer .copyright {
    font: 400 13px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif;
    color: #ddd;
    text-align: center; }
  .global-footer .backtop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: .3s;
    -webkit-transition: 1s;
    -webkit-transition: .7s;
    transition: .7s; }
    .global-footer .backtop.show {
      opacity: 1; }
    .global-footer .backtop .arrow {
      display: block;
      width: 53px;
      height: 53px;
      color: #000;
      background: white url(../img/common/icon_arrow_top.svg) no-repeat center center;
      background-size: 16px auto;
      position: relative;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .global-footer .backtop .arrow:hover {
        opacity: 0.70; }

.section-style {
  padding: 50px 0; }
  .section-style .section-ttl {
    color: white;
    font: 400 24px/200% "Noto Sans Japanese", sans-serif;
    font: 400 2.4rem/200% "Noto Sans Japanese", sans-serif;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    letter-spacing: .25em;
    text-align: center; }
  .section-style .section-txt {
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
    font-weight: 300; }

.double-ttl {
  padding: 0 0 45px;
  color: white;
  text-align: center; }
  .double-ttl span {
    display: block; }
  .double-ttl .en {
    font: 400 16px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.6rem/200% "Noto Sans Japanese", sans-serif;
    font-weight: 100;
    letter-spacing: .1em;
    text-indent: .1em;
    position: relative;
    margin-bottom: 2em;
    font-family: TIMES, sans-serif; }
    .double-ttl .en:after {
      position: absolute;
      left: 50%;
      bottom: -1em;
      content: "";
      width: 40px;
      height: 2px;
      margin-left: -20px;
      background: white; }
    @media screen and (max-width: 479px) {
      .double-ttl .en {
        font: 400 15px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 100;
        font-family: TIMES, sans-serif; } }
  .double-ttl .ja {
    font: 400 30px/200% "Noto Sans Japanese", sans-serif;
    font: 400 3rem/200% "Noto Sans Japanese", sans-serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-indent: .2em;
    font-family: "a-otf-ryumin-pr6n", sans-serif; }
    @media screen and (max-width: 479px) {
      .double-ttl .ja {
        font: 400 26px/200% "Noto Sans Japanese", sans-serif;
        font: 400 2.6rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 100;
        font-family: "a-otf-ryumin-pr6n", sans-serif; } }

.more-btn {
  margin: auto;
  padding: 30px 0; }
  .more-btn a {
    padding: 1em;
    display: block;
    color: white;
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
    letter-spacing: .25em;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 479px) {
      .more-btn a {
        font: 400 15px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif;
        font-family: "a-otf-ryumin-pr6n", sans-serif; } }
    .more-btn a:hover {
      color: #000026;
      background-color: white; }

.assist-reservation {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900;
  width: 180px; }
  @media screen and (max-width: 767px) {
    .assist-reservation {
      width: 100%; } }
  .assist-reservation a {
    padding: 5px 5px 15px;
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    background-color: #790c12;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .assist-reservation a:hover {
      opacity: 0.70; }
    @media screen and (max-width: 767px) {
      .assist-reservation a {
        padding: 5px 5px 0; } }
  .assist-reservation .intro {
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
    line-height: 160%; }
    @media screen and (max-width: 767px) {
      .assist-reservation .intro p {
        margin: 5px 0; }
      .assist-reservation .intro br {
        display: none; } }
  .assist-reservation hr {
    margin: 0 auto 15px;
    width: 80px; }
    @media screen and (max-width: 767px) {
      .assist-reservation hr {
        margin: 0 auto 5px; } }
  .assist-reservation .price {
    font: 400 23px/200% "Noto Sans Japanese", sans-serif;
    font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif; }
    .assist-reservation .price small {
      display: block;
      font: 400 13px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif;
      line-height: 160%; }
      @media screen and (max-width: 767px) {
        .assist-reservation .price small {
          margin: 0 .25em 0 0;
          display: inline; } }
    .assist-reservation .price strong {
      margin-right: .15em;
      font: 400 38px/200% "Noto Sans Japanese", sans-serif;
      font: 400 3.8rem/200% "Noto Sans Japanese", sans-serif;
      line-height: 130%;
      font-family: TIMES, sans-serif;
      font-weight: 100; }

.drawer-nav {
  right: -100% !important;
  width: 100% !important;
  background: rgba(25, 36, 60, 0.9) !important;
  z-index: 1000 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .drawer-nav nav {
    text-align: center; }
    .drawer-nav nav ul {
      margin: 0 0 30px;
      padding: 0;
      list-style: none; }
      .drawer-nav nav ul li {
        margin: 15px 0;
        font: 400 16px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.6rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 300; }
        .drawer-nav nav ul li a {
          color: white;
          text-decoration: none;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .drawer-nav nav ul li a:hover {
            opacity: 0.70; }
  .drawer-nav .btn-close {
    margin: auto;
    width: 100%;
    max-width: 200px;
    background: transparent;
    color: #999;
    border: 1px solid #999;
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
    text-align: center;
    transition: .3s; }
    .drawer-nav .btn-close:hover {
      color: #000026;
      background: #999; }

.drawer-open .drawer-nav {
  right: 0% !important; }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

/* =====================
  custom styles
===================== */
.mainvisual {
  height: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .mainvisual {
      background: #999;
      background: url(../img/index/movie_bg02.jpg) no-repeat center center/cover; } }
  .mainvisual .global-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 100%;
    max-width: 180px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .mainvisual .global-logo {
        max-width: 150px; } }
    .mainvisual .global-logo a {
      display: block;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .mainvisual .global-logo a:hover {
        opacity: 0.70; }
  .mainvisual .menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 100%;
    max-width: 48px;
    height: auto; }
    .mainvisual .menu-btn a {
      display: block;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .mainvisual .menu-btn a:hover {
        opacity: 0.70; }
  .mainvisual .mainvisual-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    max-width: 300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .mainvisual .mainvisual-logo {
        max-width: 250px; } }
  .mainvisual .wrap {
    margin: auto;
    max-width: 1260px;
    padding: 0 calc(100 / 1600 * 100vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    position: relative;
    width: 100%;
    height: 100%; }
  .mainvisual .main-catch {
    position: absolute;
    top: 85px;
    right: 0;
    z-index: 10;
    font: 400 30px/200% "Noto Sans Japanese", sans-serif;
    font: 400 3rem/200% "Noto Sans Japanese", sans-serif;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    line-height: 2.2;
    letter-spacing: 0.5em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 767px) {
      .mainvisual .main-catch {
        display: none; } }
    .mainvisual .main-catch span {
      display: block; }
  .mainvisual .next-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    margin-left: -24px;
    width: 48px;
    height: auto;
    transition: .5s; }
    .mainvisual .next-btn:hover {
      bottom: 20px; }
    @media screen and (max-width: 767px) {
      .mainvisual .next-btn {
        bottom: 110px; }
        .mainvisual .next-btn:hover {
          bottom: 110px; } }
  .mainvisual #video-background, .mainvisual #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; }
  .mainvisual #video-background {
    z-index: -2; }
    @media screen and (max-width: 767px) {
      .mainvisual #video-background {
        display: none; } }
  .mainvisual #video-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .mainvisual #video-overlay {
        background-color: rgba(0, 0, 0, 0.5); } }
  .mainvisual #movie {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .mainvisual video {
    background: url(../img/index/movie_bg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw; }

.concept {
  background: url(../img/index/concept_bg.jpg?250718) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767px) {
    .concept {
      padding-top: 100%;
      background: url(../img/index/concept_bg_sp.jpg?250718) no-repeat center center;
      background-size: cover; } }
  .concept .wrap {
    margin: auto;
    max-width: 1260px;
    padding: 0 calc(100 / 1600 * 100vw);
    color: white; }
  .concept .conts {
    width: 580px;
    max-width: 100%;
    position: relative;
    transition: 1s; }
    .concept .conts h3 {
      font: 400 28px/200% "Noto Sans Japanese", sans-serif;
      font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
      font-weight: 100;
      letter-spacing: .2em;
      font-family: "a-otf-ryumin-pr6n", sans-serif; }
      @media screen and (max-width: 767px) {
        .concept .conts h3 br {
          display: none; } }
      @media screen and (max-width: 479px) {
        .concept .conts h3 {
          font: 400 23px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 100;
          letter-spacing: .1em;
          font-family: "a-otf-ryumin-pr6n", sans-serif;
          text-shadow: 0px 0px 5px #000000; } }
    .concept .conts p {
      font: 400 14px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
      text-align: justify; }
      @media screen and (max-width: 479px) {
        .concept .conts p {
          font: 400 15px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
    .concept .conts .imgs ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .concept .conts .imgs ul li {
        list-style: none;
        width: calc(100% / 3 - 1%); }
        .concept .conts .imgs ul li a {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .concept .conts .imgs ul li a:hover {
            opacity: 0.70; }
  .concept.visible .conts {
    opacity: 1; }
  .concept.invisible .conts {
    opacity: 0; }

.gallery {
  background: #19243c; }
  .gallery .gallery-style {
    margin-bottom: 15px; }
    .gallery .gallery-style ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .gallery .gallery-style ul li {
        list-style: none;
        width: calc(100% / 6); }
        @media screen and (max-width: 767px) {
          .gallery .gallery-style ul li {
            width: calc(100% / 3); } }
        .gallery .gallery-style ul li a {
          display: block;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          .gallery .gallery-style ul li a:hover {
            opacity: 0.70; }
      .gallery .gallery-style ul.more-gallery {
        opacity: 0;
        display: none;
        transition: .5s; }
        .gallery .gallery-style ul.more-gallery.show {
          opacity: 1;
          display: flex; }
  .gallery .more-btn {
    margin-top: 15px;
    max-width: 400px;
    transition: .5s; }
    @media screen and (max-width: 767px) {
      .gallery .more-btn {
        padding: 30px 15px; } }
    .gallery .more-btn.hide {
      opacity: 0;
      display: none; }
    .gallery .more-btn a {
      cursor: pointer; }

.story {
  background: #000026; }
  .story .about {
    margin: 0 0 50px;
    position: relative; }
    .story .about:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 80%;
      height: 100%;
      background-color: #19243c; }
    @media screen and (max-width: 767px) {
      .story .about:before {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .story .about {
        margin: 50px 0 100px; } }
    .story .about .flex-wrap {
      position: relative;
      z-index: 1;
      margin: auto;
      padding: 0 calc(100 / 1600 * 100vw);
      max-width: 1260px; }
      @media screen and (min-width: 768px) {
        .story .about .flex-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .story .about .flex-wrap .txt {
        color: white;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .about .flex-wrap .txt {
            width: 45%; } }
        .story .about .flex-wrap .txt h3 {
          font: 400 28px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 100;
          letter-spacing: .2em;
          font-family: "a-otf-ryumin-pr6n", sans-serif; }
          @media screen and (max-width: 767px) {
            .story .about .flex-wrap .txt h3 br {
              display: none; } }
          @media screen and (max-width: 479px) {
            .story .about .flex-wrap .txt h3 {
              font: 400 23px/200% "Noto Sans Japanese", sans-serif;
              font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif;
              font-weight: 100;
              letter-spacing: .1em;
              font-family: "a-otf-ryumin-pr6n", sans-serif; } }
        .story .about .flex-wrap .txt p {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
          text-align: justify; }
          @media screen and (max-width: 479px) {
            .story .about .flex-wrap .txt p {
              font: 400 15px/200% "Noto Sans Japanese", sans-serif;
              font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
      .story .about .flex-wrap .img {
        position: relative;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .about .flex-wrap .img {
            width: 50%; } }
        @media screen and (min-width: 768px) {
          .story .about .flex-wrap .img img {
            margin: -100px 0 0; } }
    .story .about.visible .txt {
      transform: translateX(0);
      opacity: 1; }
    .story .about.visible .flex-wrap .img {
      transform: translateY(0);
      opacity: 1; }
    .story .about.invisible .txt {
      transform: translateX(-100px);
      opacity: 0; }
    .story .about.invisible .flex-wrap .img {
      transform: translateY(100px);
      opacity: 0; }
  .story .history {
    margin: 0 0 50px;
    position: relative; }
    .story .history:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      width: 80%;
      height: 100%;
      background-color: #19243c; }
    @media screen and (max-width: 767px) {
      .story .history:before {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .story .history {
        margin: 0 0 100px; } }
    .story .history .flex-wrap {
      position: relative;
      z-index: 1;
      margin: auto;
      padding: 0 calc(100 / 1600 * 100vw);
      max-width: 1260px; }
      @media screen and (min-width: 768px) {
        .story .history .flex-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      .story .history .flex-wrap .txt {
        color: white;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .history .flex-wrap .txt {
            width: 45%; } }
        .story .history .flex-wrap .txt h3 {
          font: 400 28px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 100;
          letter-spacing: .2em;
          font-family: "a-otf-ryumin-pr6n", sans-serif; }
          @media screen and (max-width: 767px) {
            .story .history .flex-wrap .txt h3 br {
              display: none; } }
          @media screen and (max-width: 479px) {
            .story .history .flex-wrap .txt h3 {
              font: 400 23px/200% "Noto Sans Japanese", sans-serif;
              font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif;
              font-weight: 100;
              letter-spacing: .1em;
              font-family: "a-otf-ryumin-pr6n", sans-serif; } }
        .story .history .flex-wrap .txt p {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
          text-align: justify; }
          @media screen and (max-width: 479px) {
            .story .history .flex-wrap .txt p {
              font: 400 15px/200% "Noto Sans Japanese", sans-serif;
              font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
      .story .history .flex-wrap .img {
        position: relative;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .history .flex-wrap .img {
            width: 50%; } }
    .story .history.visible .txt {
      transform: translateX(0);
      opacity: 1; }
    .story .history.visible .flex-wrap .img {
      transform: translateY(0);
      opacity: 1; }
    .story .history.invisible .txt {
      transform: translateX(100px);
      opacity: 0; }
    .story .history.invisible .flex-wrap .img {
      transform: translateY(100px);
      opacity: 0; }
  .story .restoration {
    margin: 0 0 50px;
    position: relative; }
    .story .restoration:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 80%;
      height: 100%;
      background-color: #19243c; }
    @media screen and (max-width: 767px) {
      .story .restoration:before {
        width: 100%; } }
    .story .restoration .flex-wrap {
      position: relative;
      z-index: 1;
      margin: auto;
      padding: 0 calc(100 / 1600 * 100vw);
      max-width: 1260px; }
      @media screen and (min-width: 768px) {
        .story .restoration .flex-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .story .restoration .flex-wrap .txt {
        color: white;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .restoration .flex-wrap .txt {
            width: 45%; } }
        .story .restoration .flex-wrap .txt h3 {
          font: 400 28px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 100;
          letter-spacing: .2em;
          font-family: "a-otf-ryumin-pr6n", sans-serif; }
          @media screen and (max-width: 767px) {
            .story .restoration .flex-wrap .txt h3 br {
              display: none; } }
          @media screen and (max-width: 479px) {
            .story .restoration .flex-wrap .txt h3 {
              font: 400 23px/200% "Noto Sans Japanese", sans-serif;
              font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif;
              font-weight: 100;
              letter-spacing: .1em;
              font-family: "a-otf-ryumin-pr6n", sans-serif; } }
        .story .restoration .flex-wrap .txt p {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
          text-align: justify; }
          @media screen and (max-width: 479px) {
            .story .restoration .flex-wrap .txt p {
              font: 400 15px/200% "Noto Sans Japanese", sans-serif;
              font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
      .story .restoration .flex-wrap .img {
        position: relative;
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .restoration .flex-wrap .img {
            width: 50%; } }
        @media screen and (min-width: 768px) {
          .story .restoration .flex-wrap .img img {
            margin: 0 0 -100px; } }
    .story .restoration.visible .txt {
      transform: translateX(0);
      opacity: 1; }
    .story .restoration.visible .flex-wrap .img {
      transform: translateY(0);
      opacity: 1; }
    .story .restoration.invisible .txt {
      transform: translateX(-100px);
      opacity: 0; }
    .story .restoration.invisible .flex-wrap .img {
      transform: translateY(100px);
      opacity: 0; }
  .story .column .flex-wrap {
    margin: auto;
    padding: 50px calc(100 / 1600 * 100vw);
    max-width: 1260px;
    background: white; }
    @media screen and (min-width: 768px) {
      .story .column .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .story .column .flex-wrap .txt {
      -ms-flex-item-align: start;
      align-self: flex-start;
      transition: 1s; }
      @media screen and (min-width: 768px) {
        .story .column .flex-wrap .txt {
          width: 48%; } }
      .story .column .flex-wrap .txt p {
        text-align: justify; }
    .story .column .flex-wrap .img {
      padding: 25px 0;
      -ms-flex-item-align: center;
      align-self: center;
      text-align: right;
      transition: 1s; }
      @media screen and (min-width: 768px) {
        .story .column .flex-wrap .img {
          width: 50%; } }
  .story .column h3 span {
    display: block; }
  .story .column h3 .en {
    font: 400 16px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.6rem/200% "Noto Sans Japanese", sans-serif;
    font-weight: 100;
    letter-spacing: .1em;
    position: relative;
    margin-bottom: 2em;
    font-family: TIMES, sans-serif; }
    @media screen and (max-width: 479px) {
      .story .column h3 .en {
        font: 400 15px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 100;
        font-family: TIMES, sans-serif; } }
    .story .column h3 .en:after {
      position: absolute;
      left: 0;
      bottom: -1em;
      content: "";
      width: 40px;
      height: 2px;
      background: black; }
  .story .column h3 .ja {
    font: 400 28px/200% "Noto Sans Japanese", sans-serif;
    font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
    font-weight: 100;
    letter-spacing: .2em;
    font-family: "a-otf-ryumin-pr6n", sans-serif; }
    @media screen and (max-width: 479px) {
      .story .column h3 .ja {
        font: 400 24px/200% "Noto Sans Japanese", sans-serif;
        font: 400 2.4rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 100;
        font-family: "a-otf-ryumin-pr6n", sans-serif; } }
  .story .column p {
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; }
    @media screen and (max-width: 479px) {
      .story .column p {
        font: 400 15px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
  .story .column.visible .txt {
    transform: translateX(0);
    opacity: 1; }
  .story .column.visible .flex-wrap .img {
    transform: translateY(0);
    opacity: 1; }
  .story .column.invisible .txt {
    transform: translateX(-100px);
    opacity: 0; }
  .story .column.invisible .flex-wrap .img {
    transform: translateY(100px);
    opacity: 0; }
  .story .experience {
    position: relative; }
    @media screen and (min-width: 768px) {
      .story .experience {
        margin-bottom: 102px; } }
    .story .experience:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      background-color: #19243c; }
    .story .experience .flex-wrap {
      position: relative;
      z-index: 1;
      margin: auto;
      padding: 0 calc(100 / 1600 * 100vw);
      max-width: 1260px; }
      @media screen and (min-width: 768px) {
        .story .experience .flex-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          position: relative; } }
      .story .experience .flex-wrap .txt {
        transition: 1s;
        color: white; }
        @media screen and (min-width: 768px) {
          .story .experience .flex-wrap .txt {
            width: 35%; } }
        .story .experience .flex-wrap .txt h3 {
          font: 400 28px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 100;
          letter-spacing: .2em;
          font-family: "a-otf-ryumin-pr6n", sans-serif; }
          @media screen and (max-width: 479px) {
            .story .experience .flex-wrap .txt h3 {
              font: 400 23px/200% "Noto Sans Japanese", sans-serif;
              font: 400 2.3rem/200% "Noto Sans Japanese", sans-serif;
              font-weight: 100;
              letter-spacing: .1em;
              font-family: "a-otf-ryumin-pr6n", sans-serif; } }
        .story .experience .flex-wrap .txt p {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
          text-align: justify; }
          @media screen and (max-width: 479px) {
            .story .experience .flex-wrap .txt p {
              font: 400 15px/200% "Noto Sans Japanese", sans-serif;
              font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }
      @media screen and (min-width: 768px) {
        .story .experience .flex-wrap .img {
          width: 60%; } }
      .story .experience .flex-wrap .img img {
        transition: 1s; }
        @media screen and (min-width: 768px) {
          .story .experience .flex-wrap .img img {
            margin: 50px 0 0;
            position: absolute;
            top: 0;
            left: calc(-100 / 1600 * 100vw / 2);
            width: inherit;
            max-width: 100%;
            height: auto; } }
    .story .experience.visible .txt {
      transform: translateX(0);
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .story .experience.visible .flex-wrap .img img {
        opacity: 1;
        top: 0; } }
    .story .experience.invisible .txt {
      transform: translateX(100px);
      opacity: 0; }
    @media screen and (min-width: 768px) {
      .story .experience.invisible .flex-wrap img {
        opacity: 0;
        top: 100px; } }

.access {
  background: #19243c; }
  .access iframe {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 980px;
    height: 550px;
    background: #ddd; }
    @media screen and (max-width: 767px) {
      .access iframe {
        height: 400px; } }
  .access .address {
    margin: 1em;
    color: white;
    font: 400 13px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif; }
    @media screen and (min-width: 768px) {
      .access .address {
        text-align: center; } }
    @media screen and (max-width: 479px) {
      .access .address {
        font: 400 14px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; } }
    @media screen and (min-width: 768px) {
      .access .address br {
        display: none; } }
    .access .address a {
      color: white;
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .access .info-area .flex-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .access .info-area .info {
    margin: 0 0 30px;
    padding: 3vw;
    box-sizing: border-box;
    min-height: 300px;
    background: white; }
    @media screen and (min-width: 768px) {
      .access .info-area .info {
        width: calc(460 / 980 * 100%); } }
    .access .info-area .info figure {
      margin: 0;
      padding: 0; }
    .access .info-area .info figcaption {
      margin: 20px 0;
      font: 400 20px/200% "Noto Sans Japanese", sans-serif;
      font: 400 2rem/200% "Noto Sans Japanese", sans-serif;
      font-family: "a-otf-ryumin-pr6n", sans-serif;
      text-align: center; }
      .access .info-area .info figcaption small {
        margin: 1em 0;
        display: block;
        font: 400 13px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif;
        font-family: TIMES, sans-serif; }
    .access .info-area .info .desc {
      font: 400 13px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif; }
      @media screen and (max-width: 479px) {
        .access .info-area .info .desc {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; } }
      .access .info-area .info .desc .notes ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      .access .info-area .info .desc .notes li {
        padding: 0 0 0 1.25em;
        position: relative; }
        .access .info-area .info .desc .notes li:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "※";
          width: 1em;
          height: auto; }
  .access .info-area .facebook {
    margin: 0 0 30px;
    min-height: 300px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 768px) {
      .access .info-area .facebook {
        width: calc(460 / 980 * 100%); } }
    .access .info-area .facebook .wrap {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .access .info-area .facebook .fb_iframe_widget,
    .access .info-area .facebook .fb_iframe_widget span,
    .access .info-area .facebook .fb_iframe_widget iframe[style] {
      width: 100% !important; }

#gmap {
  margin: auto;
  width: 100%;
  max-width: 980px;
  height: 550px;
  background: #ddd; }
  @media screen and (max-width: 767px) {
    #gmap {
      height: 400px; } }

/* =====================
  custom styles
===================== */
.detail_mainvisual {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  height: 400px;
  background: url(../img/detail/mainvisual_bg.jpg) no-repeat center center;
  background-size: cover; }
  .detail_mainvisual .wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .detail_mainvisual .page-ttl {
    color: white;
    font: 400 35px/200% "Noto Sans Japanese", sans-serif;
    font: 400 3.5rem/200% "Noto Sans Japanese", sans-serif;
    letter-spacing: 0.25em;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-weight: 100; }
    @media screen and (max-width: 479px) {
      .detail_mainvisual .page-ttl {
        font: 400 29px/200% "Noto Sans Japanese", sans-serif;
        font: 400 2.9rem/200% "Noto Sans Japanese", sans-serif;
        font-family: "a-otf-ryumin-pr6n", sans-serif;
        font-weight: 100; } }

.features {
  padding: 50px 15px;
  box-sizing: border-box;
  min-height: 600px;
  background: url(../img/detail/features_bg.jpg) no-repeat center center;
  background-size: cover; }
  .features .section-ttl {
    margin: 0 0 50px; }
  .features .wrap {
    margin: auto;
    max-width: 980px; }
  .features .movie-wrap {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    @media screen and (max-width: 479px) {
      .features .movie-wrap {
        margin-bottom: 40px; } }
    .features .movie-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .features .point-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 768px) {
      .features .point-list ul {
        display: flex;
        justify-content: space-between; } }
  .features .point {
    margin: 0 0 30px; }
    @media screen and (min-width: 768px) {
      .features .point {
        width: calc(100% / 3 - 4%); } }
    .features .point .img {
      text-align: center; }
    .features .point .txt {
      color: white; }
      .features .point .txt .point-ttl {
        font: 400 24px/200% "Noto Sans Japanese", sans-serif;
        font: 400 2.4rem/200% "Noto Sans Japanese", sans-serif;
        font-family: "a-otf-ryumin-pr6n", sans-serif;
        text-align: center; }
      .features .point .txt p {
        font: 400 14px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
        font-weight: 200;
        text-align: justify; }
        @media screen and (max-width: 479px) {
          .features .point .txt p {
            font: 400 15px/200% "Noto Sans Japanese", sans-serif;
            font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif;
            font-weight: 200; } }

.flow {
  padding: 50px 15px;
  box-sizing: border-box;
  min-height: 600px;
  background: #19243c; }
  .flow .wrap {
    margin: auto;
    max-width: 980px; }
  .flow .steps ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  .flow .step {
    padding: 2% 7% 3%;
    border: 1px solid white;
    counter-increment: step; }
    .flow .step:not(:first-of-type) {
      margin: 80px 0 0;
      position: relative; }
      .flow .step:not(:first-of-type):before {
        position: absolute;
        top: -81px;
        left: 50%;
        margin-left: -1px;
        content: "";
        width: 2px;
        height: 80px;
        background: white; }
    .flow .step .step-ttl {
      padding: 0 0 0 2.75em;
      color: white;
      font: 400 24px/200% "Noto Sans Japanese", sans-serif;
      font: 400 2.4rem/200% "Noto Sans Japanese", sans-serif;
      line-height: 160%;
      letter-spacing: 0.25em;
      font-family: "a-otf-ryumin-pr6n", sans-serif;
      position: relative; }
      .flow .step .step-ttl span {
        margin-left: .25em;
        font: 400 18px/200% "Noto Sans Japanese", sans-serif;
        font: 400 1.8rem/200% "Noto Sans Japanese", sans-serif;
        line-height: 160%;
        letter-spacing: 0.25em;
        font-family: "a-otf-ryumin-pr6n", sans-serif; }
        @media screen and (max-width: 479px) {
          .flow .step .step-ttl span {
            font: 400 16px/200% "Noto Sans Japanese", sans-serif;
            font: 400 1.6rem/200% "Noto Sans Japanese", sans-serif;
            line-height: 160%;
            letter-spacing: 0.25em;
            font-family: "a-otf-ryumin-pr6n", sans-serif; } }
      @media screen and (max-width: 479px) {
        .flow .step .step-ttl {
          padding-left: 2.2em;
          font: 400 22px/200% "Noto Sans Japanese", sans-serif;
          font: 400 2.2rem/200% "Noto Sans Japanese", sans-serif;
          line-height: 160%;
          font-family: "a-otf-ryumin-pr6n", sans-serif; } }
      .flow .step .step-ttl:before {
        position: absolute;
        top: 0;
        left: 0;
        content: counter(step);
        display: block;
        width: 1.25em;
        height: 1.25em;
        color: #000026;
        font: 400 34px/200% "Noto Sans Japanese", sans-serif;
        font: 400 3.4rem/200% "Noto Sans Japanese", sans-serif;
        line-height: 1.35em;
        letter-spacing: 0;
        font-family: TIMES, sans-serif;
        background: white;
        text-align: center; }
        @media screen and (max-width: 479px) {
          .flow .step .step-ttl:before {
            font: 400 28px/200% "Noto Sans Japanese", sans-serif;
            font: 400 2.8rem/200% "Noto Sans Japanese", sans-serif;
            line-height: 1.35em;
            font-family: TIMES, sans-serif; } }
    @media screen and (min-width: 768px) {
      .flow .step .conts {
        display: flex; } }
    .flow .step .img {
      margin: 15px 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .flow .step .img {
          margin-right: 3%;
          flex-basis: 300px;
          flex-shrink: 0; } }
    .flow .step .txt {
      color: white;
      font: 400 14px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
      font-weight: 200; }
      @media screen and (max-width: 479px) {
        .flow .step .txt {
          font: 400 15px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif;
          font-weight: 200; } }
    .flow .step .notes {
      margin: 30px 0;
      padding: 2% 4%;
      border: 1px dotted white; }

.engineers {
  padding: 50px 15px;
  box-sizing: border-box;
  min-height: 600px;
  background: #000026; }
  @media screen and (min-width: 768px) {
    .engineers .section-ttl br {
      display: none; } }
  .engineers .wrap {
    margin: auto;
    max-width: 980px; }
  .engineers .engineer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .engineers .engineer-list .engineer {
    margin: 15px 10px;
    width: calc(100% / 2 - 20px);
    text-align: center; }
    @media screen and (min-width: 768px) {
      .engineers .engineer-list .engineer {
        width: calc(100% / 4 - 20px); } }
    .engineers .engineer-list .engineer .txt {
      color: white;
      font: 400 14px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; }
      @media screen and (max-width: 479px) {
        .engineers .engineer-list .engineer .txt {
          font: 400 15px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.5rem/200% "Noto Sans Japanese", sans-serif; } }

.reservation {
  padding: 50px 15px;
  box-sizing: border-box;
  background: #19243c; }
  .reservation .wrap {
    margin: auto;
    max-width: 980px; }
  .reservation iframe {
    width: 100%;
    min-height: 650px;
    border: none;
    background-color: #fdfdfd; }

.plan-info {
  padding: 50px 15px 125px;
  box-sizing: border-box;
  min-height: 600px;
  background: #19243c; }
  .plan-info .wrap {
    margin: auto;
    max-width: 980px; }
  .plan-info table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse; }
    .plan-info table tr:not(:first-of-type) th,
    .plan-info table tr:not(:first-of-type) td {
      border-top: 1px solid #b0b0b0; }
    .plan-info table th,
    .plan-info table td {
      padding: 1em;
      font: 400 14px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; }
    .plan-info table th {
      background: #e2e2e3; }
    .plan-info table td {
      background: white; }
      .plan-info table td .dot {
        margin: 0;
        padding: 0;
        list-style: none; }
        .plan-info table td .dot li {
          padding: 0 0 0 1.25em;
          position: relative; }
          .plan-info table td .dot li:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "・";
            width: 1em;
            height: auto; }
  .plan-info .notes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .plan-info .notes ul li {
      padding: 0 0 0 1.25em;
      position: relative;
      color: white;
      font: 400 13px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif; }
      @media screen and (max-width: 479px) {
        .plan-info .notes ul li {
          font: 400 14px/200% "Noto Sans Japanese", sans-serif;
          font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif; } }
      .plan-info .notes ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
        width: 1em;
        height: auto; }

/* =====================
  custom styles
===================== */
.policy_mainvisual {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  height: 400px;
  background: url(../img/detail/mainvisual_bg.jpg) no-repeat center center;
  background-size: cover; }
  .policy_mainvisual .wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .policy_mainvisual .page-ttl {
    color: white;
    font: 400 35px/200% "Noto Sans Japanese", sans-serif;
    font: 400 3.5rem/200% "Noto Sans Japanese", sans-serif;
    letter-spacing: 0.25em;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-weight: 100; }

.policy {
  padding: 50px 15px 125px;
  box-sizing: border-box;
  min-height: 600px;
  background: #19243c; }
  .policy .wrap {
    margin: auto;
    max-width: 980px; }
  .policy .sub-section {
    margin: 0 0 45px; }
  .policy .section-ttl {
    text-align: left; }
  .policy .txt {
    color: white;
    font: 400 14px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
    letter-spacing: .25em; }
  .policy .notes ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .policy .notes ul li {
      padding: 0 0 0 1.25em;
      position: relative;
      color: white;
      font: 400 13px/200% "Noto Sans Japanese", sans-serif;
      font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif; }
      .policy .notes ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "※";
        width: 1em;
        height: auto; }

/* =====================
  custom styles
===================== */
.contact_mainvisual {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  height: 400px;
  background: url(../img/detail/mainvisual_bg.jpg) no-repeat center center;
  background-size: cover; }
  .contact_mainvisual .wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .contact_mainvisual .page-ttl {
    color: white;
    font: 400 35px/200% "Noto Sans Japanese", sans-serif;
    font: 400 3.5rem/200% "Noto Sans Japanese", sans-serif;
    letter-spacing: 0.25em;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-weight: 100; }

.contact-wrap {
  padding: 50px 15px 125px;
  box-sizing: border-box;
  background: #19243c; }
  .contact-wrap .wrap {
    margin: auto;
    max-width: 980px; }
  .contact-wrap .txt {
    color: white;
    font: 400 13px/200% "Noto Sans Japanese", sans-serif;
    font: 400 1.3rem/200% "Noto Sans Japanese", sans-serif; }

form#mail_form {
  color: white;
  font: 400 14px/200% "Noto Sans Japanese", sans-serif;
  font: 400 1.4rem/200% "Noto Sans Japanese", sans-serif;
  background: transparent !important; }
  form#mail_form dl dt span {
    color: #ddd !important; }
  form#mail_form dl dt span.required {
    background: #790c12 !important;
    border-color: #790c12 !important; }
  form#mail_form input#postal + a {
    background: #999 !important;
    border-color: #999 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    form#mail_form input#postal + a:hover {
      opacity: 0.70; }
  form#mail_form input#form_submit_button {
    margin: 0 !important; }
  form#mail_form input[type="button"] {
    width: 100%;
    background: #790c12 !important;
    border-color: #790c12 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    form#mail_form input[type="button"]:hover {
      opacity: 0.70; }

.complete {
  text-align: center; }

/* =====================
  preloader
===================== */
[data-loading] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000000; }
  [data-loading] > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
