@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family: "futura-pt", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.125em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #00aadc;
  color: #fff;
}

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

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

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-weight: bold;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.btn {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 95%;
  }
}

.l-main {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section small {
  font-size: 80%;
}

/* ==========================================================================
  Parts
  ========================================================================== */
.copyright {
  text-align: center;
  font-size: 1.2rem;
}

.sns {
  margin: 0 auto 50px;
}
.sns ul {
  display: flex;
  justify-content: center;
}
.sns ul li {
  width: 36px;
  height: 36px;
  margin: 0 15px;
}
.sns ul li img {
  width: 100%;
  height: 100%;
}
.sns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 3px;
  transition: all 0.1s ease-out;
}
.sns ul li a:hover {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1.1rem;
  }
}
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 80px;
}
.l-header .head-inner {
  position: relative;
  width: 100%;
  max-width: inherit;
  height: 100%;
}
.l-header .trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.l-header .trigger .logo-mark {
  transition: all 0.25s ease-out;
}
.l-header .trigger:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-header .trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}
.l-footer {
  padding: 50px 0 25px;
}

.l-footer .l-inner {
  width: 100%;
  max-width: 90%;
  display: flex;
}
.l-footer .l-inner p {
  line-height: 1.6;
  margin-bottom: 0.75em;
}
.l-footer .l-inner p:last-child {
  margin-bottom: 0;
}
.l-footer .l-inner .foot-logo {
  width: 15%;
  margin-right: 4%;
}
.l-footer .l-inner .foot-info {
  width: 18%;
  margin-right: 2%;
}
.l-footer .l-inner .foot-info .address {
  font-size: 1.4rem;
}
.l-footer .l-inner .foot-info .tel {
  font-size: 140%;
}
.l-footer .l-inner .foot-access {
  width: 25%;
  margin-right: 4%;
}
.l-footer .l-inner .foot-access .station {
  font-size: 1.4rem;
}
.l-footer .l-inner .foot-access .map {
  font-size: 125%;
}
.l-footer .l-inner .foot-access .map a {
  text-decoration: underline;
}
.l-footer .l-inner .foot-access .map a:hover {
  text-decoration: none;
}
.l-footer .l-inner .foot-insta {
  width: 25%;
  margin-left: auto;
}
.l-footer .l-inner .foot-insta a {
  display: flex;
  align-items: center;
}
.l-footer .l-inner .foot-insta a .icon {
  width: 19%;
  margin-right: 15px;
}
.l-footer .l-inner .foot-insta a .icon img {
  width: 100%;
  height: auto;
}
.l-footer .l-inner .foot-insta a .info p {
  font-size: 87%;
  margin-bottom: 0;
}
.l-footer .l-inner .foot-insta a .info p.account {
  font-size: 140%;
}
.l-footer .copyright {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0 25px;
  }
  .l-footer .l-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer .l-inner p {
    line-height: 1.4;
    margin-bottom: 0.75em;
  }
  .l-footer .l-inner p:last-child {
    margin-bottom: 0;
  }
  .l-footer .l-inner .foot-logo {
    width: 42%;
    margin-right: 0;
  }
  .l-footer .l-inner .foot-info {
    text-align: right;
    width: 58%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-footer .l-inner .foot-info .tel {
    font-size: 140%;
  }
  .l-footer .l-inner .foot-access {
    text-align: right;
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .l-footer .l-inner .foot-access .station {
    font-size: 1.2rem;
  }
  .l-footer .l-inner .foot-access .map {
    font-size: 125%;
  }
  .l-footer .l-inner .foot-access .map a {
    text-decoration: underline;
  }
  .l-footer .l-inner .foot-access .map a:hover {
    text-decoration: none;
  }
  .l-footer .l-inner .foot-insta {
    width: 100%;
    margin: 0 auto;
  }
  .l-footer .l-inner .foot-insta a {
    justify-content: center;
    align-items: flex-start;
  }
  .l-footer .l-inner .foot-insta a .icon {
    width: 30px;
    margin-right: 10px;
  }
  .l-footer .l-inner .foot-insta a .icon img {
    width: 100%;
    height: auto;
  }
  .l-footer .l-inner .foot-insta a .info p {
    line-height: 1.4;
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .l-footer .l-inner .foot-insta a .info p.account {
    font-size: 140%;
  }
  .l-footer .copyright {
    margin-top: 30px;
  }
}
.modaal-inner-wrapper {
  padding: 80px 20px !important;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 20px 20px;
  }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative;
  }
}
/* ==========================================================================
  Animation
  ========================================================================== */
.anim {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.3s 0.1s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-fadeinUp {
  opacity: 0;
}

.anim-fadeinUp.is-show {
  animation: fadeInUp 0.3s 0.2s both ease-out;
}

.anim-fadeinUp.anim-delay2.is-show {
  animation: fadeInUp 0.3s 0.3s both ease-out;
}

.anim-fadeinUp.anim-delay3.is-show {
  animation: fadeInUp 0.3s 0.4s both ease-out;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slideout-l.is-out {
  animation: slideOutL 1.5s 0.1s both ease-out;
}

@keyframes slideOutL {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(-100vw, 0);
  }
}
.anim-slideout-r.is-out {
  animation: slideOutR 1.5s 0.1s both ease-out;
}

@keyframes slideOutR {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(100vw, 0);
  }
}
/* ==========================================================================
  dog
  ========================================================================== */
.trig {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.bgextend {
  position: relative;
}

.bgextend.is-show::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffef00;
  /*伸びる背景色の設定*/
  z-index: -1;
  left: -2px;
  top: -1px;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/* ==========================================================================
TOP
========================================================================== */
h2 {
  font-size: 4.2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 30px;
}

p {
  letter-spacing: 0.125em;
}

p.lead {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
  }

  p.lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  p.lead {
    font-size: 1.4rem;
  }
}
/* ---------------
HERO
------------------ */
.l-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.l-hero .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-hero .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-hero .hero-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.l-hero .hero-inner .logo {
  position: relative;
  width: 42vw;
  max-width: 600px;
}
.l-hero .hero-inner .logo .logo-jp {
  position: relative;
  margin-top: -3vw;
}
.l-hero .hero-inner .logo .logo-jp::after {
  content: "";
  position: absolute;
  display: block;
  width: 66%;
  height: 36%;
  left: 0;
  right: 0;
  bottom: -60%;
  margin: auto auto 0;
  background: url(../images/logo-en.svg) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .l-hero .hero-inner .logo {
    width: 68vw;
    max-width: 600px;
  }
}
/* ---------------
MAP
------------------ */
.gmap-wrap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  iframe {
    height: 70vh;
  }
}

/*# sourceMappingURL=style.css.map */
