@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=Stack+Sans+Text:wght@200..700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:32px;
  --spacer-3:48px;
  --spacer-4:60px;
  --spacer-5:80px;
  --spacer-6:120px;
  --spacer-7:160px;
}

@media screen and (max-width: 768px) {
  :root {
    --spacer-1:8px;
    --spacer-2:16px;
    --spacer-3:24px;
    --spacer-4:30px;
    --spacer-5:40px;
    --spacer-6:60px;
    --spacer-7:100px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 2;
  font-family: "Stack Sans Text", "Kosugi", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #2D2C2F;
  background-color: #FBF5EF;
  letter-spacing: 0.2em;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "EB Garamond", "Shippori Mincho B1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
}

em {
  font-style: normal;
}

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

::selection {
  background-color: rgba(76, 76, 76, 0.4);
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #2D2C2F;
  text-decoration: underline;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.wrapper {
  position: relative;
}

.l-main {
  position: relative;
}

/*
cotent
 _________________________________________________________*/
.content {
  position: relative;
  z-index: 50;
  padding: var(--spacer-7) 0;
}

.content-inner {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .content-inner {
    padding: 0 10%;
  }
}

.content-inner--full {
  max-width: initial;
}
@media screen and (max-width: 1220px) {
  .content-inner--full {
    padding: 0;
  }
}

.content-title {
  margin-bottom: var(--spacer-4);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: 18px;
  }
}

/*
header
 _________________________________________________________*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(30px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 1;
}

.l-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.header-nav {
  position: absolute;
  left: 30px;
  top: 0;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    opacity: 0;
    background: #FBF5EF;
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 200;
    transform: translateY(-30px);
    transition: 0.3s;
    pointer-events: none;
  }
}

.header-nav.is_active {
  opacity: 1;
  top: 0;
  left: 0;
  overscroll-behavior: none;
  pointer-events: auto;
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header-nav ul li {
  margin-right: 20px;
}
.header-nav ul a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .header-nav ul {
    flex-direction: column;
    padding: 200px 20% 0 20%;
  }
  .header-nav ul li {
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .header-nav ul a {
    color: #2D2C2F;
    font-size: 14px;
  }
}

.header-nav__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-nav__logo {
    display: block;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 70px;
    height: 48.45px;
    background: url(../images/logo_202_black.svg) no-repeat center center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.header-sns {
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 400;
}
@media screen and (max-width: 768px) {
  .header-sns {
    top: 14px;
  }
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.header-logo a {
  display: block;
  width: 70px;
  height: 48.45px;
  background: url(../images/logo_202_white.svg) no-repeat center center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.header-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-button {
    display: block;
    position: absolute;
    left: 30px;
    top: 16px;
    width: 22px;
    height: 18px;
    cursor: pointer;
    z-index: 400;
  }
}

.header-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.header-button span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header-button span:nth-of-type(1) {
  top: 0;
}

.header-button span:nth-of-type(2) {
  top: 8px;
}

.header-button span:nth-of-type(3) {
  bottom: 0;
}

.header-button.is_active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #2D2C2F;
}

.header-button.is_active span:nth-of-type(2) {
  opacity: 0;
}

.header-button.is_active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #2D2C2F;
}

.sns-list {
  display: flex;
  gap: var(--spacer-1);
}
.sns-list a {
  transition: 0.2s;
}
.sns-list a:hover {
  opacity: 0.6;
}

.sns-item {
  width: 20px;
  height: 20px;
}
.sns-item a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.sns-item--instagram {
  background-image: url(../images/sns-icon-instagram.svg);
}

.is_nav_active .sns-item--instagram {
  background-image: url(../images/sns-icon-instagram_black.svg);
}

.is-black .header-nav ul a {
  color: #2D2C2F;
}
.is-black .header-logo a {
  background: url(../images/logo_202_black.svg) no-repeat center center;
}
.is-black .sns-item--instagram {
  background-image: url(../images/sns-icon-instagram_black.svg);
}
.is-black .header-button span {
  background-color: #2D2C2F;
}

/*
footer
_________________________________________________________*/
.l-footer {
  background-color: #FBF5EF;
  z-index: 80;
  position: relative;
  padding: var(--spacer-6) 5vw;
}

.footer {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 70% 1fr;
  grid-template-rows: auto auto;
  gap: 32px 0px;
  grid-auto-flow: row;
  grid-template-areas: "footer-text footer-logo" "footer-copyright footer-logo";
}
@media screen and (max-width: 768px) {
  .footer {
    display: block;
  }
}

.footer-logo {
  grid-area: footer-logo;
}

.footer-text {
  grid-area: footer-text;
}

.footer-copyright {
  grid-area: footer-copyright;
}

.footer-logo {
  text-align: right;
}
.footer-logo img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
    margin-bottom: var(--spacer-5);
  }
  .footer-logo img {
    width: 70px;
  }
}

.footer-text {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  line-height: 1.5;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .footer-text {
    text-align: center;
    font-size: 12px;
    margin-bottom: var(--spacer-4);
  }
}

.footer-copyright {
  display: flex;
  align-items: end;
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    display: block;
    font-size: 10px;
    text-align: center;
    display: block;
  }
}

/*
loading
 _________________________________________________________*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #FBF5EF;
  z-index: 1000;
  opacity: 1;
  transition: 2s;
}

.loading-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

.loading-logo {
  width: 30%;
  height: auto;
  max-width: 200px;
}

/*
fixed-scroll
 _________________________________________________________*/
.fixed-scroll {
  position: fixed;
  bottom: 5vh;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  z-index: 30;
  transition: 0.4s;
  opacity: 1;
}

.fixed-scroll.is-scroll {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fixed-scroll.is-scroll {
    opacity: 1;
  }
}

.scroll-border {
  position: relative;
  top: 0;
  width: 100%;
  height: 15vh;
  overflow: hidden;
}

.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15vh;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: mv-scroll-animation 2.5s ease-in-out infinite;
  margin: auto;
}

@keyframes mv-scroll-animation {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/*
mv
 _________________________________________________________*/
.mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 20;
  pointer-events: none;
  transition: opacity 1.5s ease;
  background: #2D2C2F;
}

.mv-slider {
  position: relative;
  overflow: hidden;
}

.mv-slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100svh;
  margin: 0;
  overflow: hidden;
}

@keyframes mv-slider-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.slider-add-animation {
  animation: mv-slider-animation 10s linear 0s normal both;
}

.mv-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.mv-logo__logo img {
  width: 400px;
}

.mv-logo__text {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .mv-logo__text {
    font-size: 12px;
  }
}

/*
about
 _________________________________________________________*/
.about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
  background: #FBF5EF;
}
.about:before, .about:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.about:before {
  background: url("../images/about_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
}

.about-inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  height: 100%;
  padding: 0 10%;
}

.about-text {
  text-align: center;
}

.about-text__catch {
  margin-bottom: var(--spacer-4);
}

.about-text {
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.about-text p {
  margin-bottom: var(--spacer-3);
}

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

/*
menu
 _________________________________________________________*/
.menu {
  z-index: 50;
  background: #FBF5EF;
  margin-top: 130svh;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu {
    margin-top: 180svh;
  }
}

.menu-img {
  height: 270px;
  position: relative;
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 768px) {
  .menu-img {
    height: 200px;
  }
}

.menu-text {
  margin-bottom: var(--spacer-4);
}

.menu-point {
  width: 90%;
  max-width: 650px;
  aspect-ratio: 1/0.92982;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu-point {
    width: 100%;
  }
}

.menu-point__item {
  width: 53%;
  aspect-ratio: 1/1;
  position: absolute;
}

.menu-point__item:first-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.menu-point__item:nth-child(2) {
  bottom: 0;
  left: 0;
}

.menu-point__item:nth-child(3) {
  bottom: 0;
  right: 0;
}

/*
info
 _________________________________________________________*/
.info {
  z-index: 50;
  background: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
}

.info-flexbox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .info-flexbox {
    flex-direction: column;
  }
}

.info-flexbox__img {
  width: 56%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .info-flexbox__img {
    width: 100%;
  }
}
.info-flexbox__img .parallax-wrap {
  height: 630px;
}
@media screen and (max-width: 768px) {
  .info-flexbox__img .parallax-wrap {
    height: 40vh;
  }
}

.info-flexbox__body {
  padding: 0 5vw;
  text-align: left;
  width: 44%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .info-flexbox__body {
    text-align: center;
    width: 100%;
    padding: 80px 10%;
  }
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
}

@media screen and (max-width: 768px) {
  .info-instagram-link {
    justify-content: center;
  }
}

.info-caution {
  color: #818082;
  letter-spacing: 0.1em;
  line-height: 1.6em;
}

/*
partition
 _________________________________________________________*/
.partition {
  position: relative;
  width: 100%;
  height: 320px;
  z-index: 50;
  background-color: #FFFFFF;
}
.partition .parallax-wrap {
  height: 100%;
}

/*
access
 _________________________________________________________*/
.access {
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 0;
  }
}

.access-flexbox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .access-flexbox {
    flex-direction: column;
    padding: 0 10%;
  }
}

.access-flexbox__map {
  width: 56%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .access-flexbox__map {
    width: 100%;
  }
}

.access-flexbox__body {
  padding: 0 5vw;
  text-align: left;
  width: 44%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .access-flexbox__body {
    text-align: center;
    width: 100%;
    padding: 80px 10%;
  }
}

.access-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-4);
}

.access-item__walk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .access-item__walk {
    max-width: 300px;
    margin: 0 auto;
  }
}

.access-item__walk__border {
  flex: 1;
  border-bottom: 1px solid rgba(45, 44, 47, 0.25);
  margin: 0 10px;
}

.access-item__walk__station,
.access-item__walk__minutes {
  white-space: nowrap;
}

.access-flexbox__map {
  background-color: rgba(24, 27, 57, 0.1);
  text-align: center;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

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

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

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
font
 _________________________________________________________*/
.color-gray {
  color: #818082;
}

.letter-small {
  letter-spacing: 0.05em;
}

.info-caution {
  font-size: 0.8em;
}

.font-kosugi {
  font-family: "Kosugi", sans-serif;
}

/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1) !important;
}

.m-mb-2 {
  margin-bottom: var(--spacer-2) !important;
}

.m-mb-3 {
  margin-bottom: var(--spacer-3) !important;
}

.m-mb-4 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mt-1 {
  margin-top: var(--spacer-1) !important;
}

.m-mt-2 {
  margin-top: var(--spacer-2) !important;
}

.m-mt-3 {
  margin-top: var(--spacer-3) !important;
}

.m-mt-4 {
  margin-top: var(--spacer-4) !important;
}

/*
font
_________________________________________________________*/
strong,
.m-txt-bold {
  font-weight: bolder;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.m-font-eng {
  font-style: normal;
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*
reveal-img
_________________________________________________________*/
.reveal-img {
  position: relative;
  overflow: hidden;
}

.reveal-img .menu-img__img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reveal-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%) translateX(-20px);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s ease-out, opacity 1s ease-out, transform 1.5s ease-out;
}

.reveal-img.is-visible img {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translate(-50%, -50%) translateX(0);
}

/*
parallax-img
_________________________________________________________*/
.parallax-wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  will-change: transform;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .parallax-img {
    height: 200%;
  }
}

.parallax-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
  transform: translateY(-15%);
}
@media screen and (max-width: 768px) {
  .parallax-img img {
    transform: translateY(-40%);
  }
}

/*
icon
_________________________________________________________*/
.icon-instagram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/sns-icon-instagram_black.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.link-arrow {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.link-arrow:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-right.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .link-arrow:after {
    width: 20px;
    height: 20px;
  }
}