@charset "UTF-8";
/*!
Theme Name: Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root, #__next {
  isolation: isolate; }

input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Hannari", serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-weight: 400;
  color: white; }

small {
  font-size: 90%; }

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.center {
  text-align: center; }

@media screen and (max-width: 840px) {
  .flex {
    display: block; }
    .flex div {
      width: 100% !important; } }

#Front {
  background-image: url(images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* 横スクロールアニメーション */ }
  #Front #Rsv {
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: white;
    color: black;
    padding: 8px 40px;
    z-index: 99; }
    #Front #Rsv:hover {
      background-color: black;
      color: white; }
  #Front a {
    color: white; }
  #Front .mv {
    height: 100vh; }
    #Front .mv .flex {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      #Front .mv .flex .txt {
        width: 35%;
        padding: 5%; }
        #Front .mv .flex .txt h1 {
          font-size: 16px;
          line-height: 2;
          letter-spacing: .2em;
          font-weight: 400; }
        #Front .mv .flex .txt .logo {
          margin: 2em 0; }
        #Front .mv .flex .txt .links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #Front .mv .flex .txt .links a {
            margin-bottom: 1em;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px); }
            #Front .mv .flex .txt .links a:hover {
              -webkit-transform: translateX(5px);
              -ms-transform: translateX(5px);
              transform: translateX(5px); }
      #Front .mv .flex .video {
        width: 60%;
        padding: 3%; }
  #Front .about {
    padding: 100px 20px 0;
    position: relative; }
    #Front .about .ttl {
      margin-bottom: 2em;
      line-height: 2;
      font-size: 24px;
      letter-spacing: .2em;
      font-weight: 400; }
    #Front .about p {
      margin-bottom: 2em;
      line-height: 2.4;
      font-size: 16px; }
    #Front .about .sb01 {
      -webkit-transform: translate(-50px, 0px);
      -ms-transform: translate(-50px, 0px);
      transform: translate(-50px, 0px); }
    #Front .about .sb03 {
      -webkit-transform: translate(60px, -80px);
      -ms-transform: translate(60px, -80px);
      transform: translate(60px, -80px); }
    #Front .about .sb04 {
      -webkit-transform: translate(-90%, -30%);
      -ms-transform: translate(-90%, -30%);
      transform: translate(-90%, -30%); }
    #Front .about .sb05 {
      -webkit-transform: translate(40%, -20%);
      -ms-transform: translate(40%, -20%);
      transform: translate(40%, -20%); }
  #Front .menu {
    padding: 0 20px;
    position: relative;
    /* 親をflex化して子を中央寄せ */ }
    #Front .menu:last-of-type {
      margin-top: 100px; }
    #Front .menu .ttl {
      margin-bottom: 2em;
      line-height: 2;
      font-size: 24px;
      letter-spacing: .2em;
      font-weight: 400;
      text-align: center; }
    #Front .menu .center.inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      /* 横方向中央配置 */ }
    #Front .menu .tate {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
      line-height: 2;
      font-size: 16px;
      display: inline-block;
      white-space: nowrap;
      text-align: start; }
  #Front .slides {
    margin: 50px 0;
    overflow: hidden;
    /* はみ出した部分を隠す */
    position: relative;
    width: 100%; }
  #Front .slide-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(500px * 14);
    /* 画像幅 × 枚数 (7枚×2周分) */
    -webkit-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite; }
  #Front .slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    /* 1枚の幅を固定 */
    margin-right: 20px; }
  #Front .slide img {
    width: 100%;
    height: auto;
    display: block; }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  #Front .note {
    font-size: 13px;
    line-height: 2;
    font-family: sans-serif; }
  #Front .access {
    padding: 100px 20px 50px; }
    #Front .access .ttl {
      margin-bottom: 2em;
      line-height: 2;
      font-size: 24px;
      letter-spacing: .2em;
      font-weight: 400; }
    #Front .access .flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #Front .access p {
      font-size: 15px;
      line-height: 1.8; }
    #Front .access address {
      margin: 2rem 0;
      font-style: normal; }
    #Front .access .gmap {
      width: 100%;
      max-width: 500px; }
      #Front .access .gmap iframe {
        width: 100%; }
  #Front footer {
    padding: 20px;
    font-size: 12px; }

@media screen and (max-width: 840px) {
  #Front .mv {
    padding-top: 100px;
    height: auto; }
    #Front .mv .flex .video {
      padding: 0px 20px 20px; }
    #Front .mv .flex .txt .logo {
      margin: 1em 0;
      text-align: center; }
      #Front .mv .flex .txt .logo img {
        width: 200px; }
    #Front .mv .flex .txt h1 {
      text-align: center; }
    #Front .mv .flex .txt .links {
      max-width: 180px;
      margin: 0 auto; }
  #Front .about {
    padding: 50px 20px 0; }
    #Front .about .ttl {
      font-size: 20px; }
    #Front .about .sb {
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important; }
    #Front .about p {
      font-size: 14px; }
  #Front .slides {
    margin-bottom: 0; }
  #Front .slide-track {
    width: calc(300px * 14); }
  #Front .slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }
  #Front .menu {
    padding: 50px 20px 0; }
    #Front .menu .ttl {
      margin-bottom: 1em; }
  #Front .access h5 {
    text-align: center; }
  #Front .access p {
    font-size: 14px; }
  #Front .access .gmap {
    margin-top: 30px; } }
