@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

textarea,
select,
option {
  font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
  display: block;
  margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
  display: block;
  margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
  text-decoration: none;
  color: #ddbd74;
}

a:hover {
  text-decoration: none;
  color: #ddbd74;
}

a:active {
  text-decoration: none;
  color: #b98e31;
}

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  background: #161616;
  color: #d9d9d9;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-size: 1.4rem;
}

#container {
  width: 100%;
  margin: 0 auto;
  background: #211e1a;
  position: relative;
  line-height: 1.5;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.35);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  width: 100%;
  overflow: hidden;
}

h2 {
  color: #ddbd74;
  font-size: clamp(5rem, 6.4vw, 8rem);
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

img {
  width: 100%;
}

.inner {
  width: 84%;
  max-width: 1300px;
  margin: 0 auto 140px;
}

.eng {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.commonLink {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ddbd74;
  border-radius: 50px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}

.commonLink:hover {
  background: #000;
  transform: scale(1.1);
}

/* -------------------------------------------------- */
/* アニメーション */
/* -------------------------------------------------- */

.fadein {
  opacity: 0;
  will-change: opacity;
}

.slidein {
  opacity: 0;
  transform: translateX(120px);
  will-change: transform, opacity;
}

.fadeup {
  opacity: 0;
  /* 初期状態は非表示 */
  transform: translateY(80px);
  will-change: transform, opacity;
}

.slide-skew {
  opacity: 0;
  transform: translate(180px, 30px);
  will-change: transform, opacity;
}

.zoomin {
  opacity: 0;
  transform: scale(0.8);
  will-change: transform, opacity;
}

/* -------------------------------------------------- */
/* ヘッダー */
/* -------------------------------------------------- */

header {
  width: 100%;
  height: 120px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  position: fixed;
  z-index: 111;
}

#headerLogo {
  width: 50%;
  max-width: 280px;

  & a {
    display: block;

    & img {
      width: 100%;
    }
  }
}

.hamburger-morph {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-morph__icon {
  width: 100%;
  height: 100%;
}

.hamburger-morph__line {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 4px;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 60 207;
}

.hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 60 60;
}

.hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 40 207;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(1) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(2) {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.hamburger-morph.active .hamburger-morph__line:nth-child(3) {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.nav-morph {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(29, 29, 31, 0.98);
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-morph.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

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

.nav-morph__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-morph__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) {
  transition-delay: 0.3s;
}

.nav-morph.active .nav-morph__item:nth-child(2) {
  transition-delay: 0.4s;
}

.nav-morph.active .nav-morph__item:nth-child(3) {
  transition-delay: 0.5s;
}

.nav-morph.active .nav-morph__item:nth-child(4) {
  transition-delay: 0.6s;
}

.nav-morph__link {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0.5em;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.nav-morph__text,
.nav-morph__hover {
  display: block;
  transition: transform 0.3s ease;
  font-family: "Cormorant", serif;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-morph__hover {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(0%);
}

.nav-morph__link:hover .nav-morph__text {
  transform: translateY(-100%);
}

.nav-morph__link:hover .nav-morph__hover {
  transform: translateY(-100%);
}

/* -------------------------------------------------- */
/* FV */
/* -------------------------------------------------- */

#fv {
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
  background: url(img/top/img_fv_pc.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}

#fvTxt {
  position: absolute;
  top: 10vh;
  right: 5%;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  writing-mode: vertical-rl;

  & h1 {
    text-orientation: upright;
    color: #d9d9d9;
    font-size: clamp(2rem, 4vw, 4.5rem);
    letter-spacing: 0.2em;
    line-height: 1.5;

    & span.month {
      margin-bottom: 0.25em;
      text-combine-upright: all;
    }

    & span.eng {
      display: block;
      font-size: clamp(3rem, 6.44vw, 7.3rem);
      letter-spacing: -0.3em;
      text-indent: -0.2em;
      line-height: 1.3;
    }
  }
}

/* -------------------------------------------------- */
/* CONCEPT */
/* -------------------------------------------------- */
#concept {
  margin-top: -100px;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#conceptImg {
  width: 45%;
  margin-bottom: 2em;
  border: 1px solid #ddbd74;
  position: relative;
}

#conceptImg:after {
  content: "concept";
  color: #ddbd74;
  font-family: "Cormorant", serif;
  font-size: 6.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 0em;
  left: 0.25em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
}

#conceptTxt {
  width: 50%;
  margin-bottom: 60px;
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  position: relative;
}

#conceptTxt:after {
  content: "concept";
  color: #ddbd74;
  opacity: 0.3;
  font-family: "Cormorant", serif;
  font-size: 9.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 0em;
  right: 1em;
}

#conceptSlide {
  margin-bottom: 120px;
}

.conceptCardWrapper {
  width: 90%;
  height: calc(114vh * 4);
  /* カード枚数 × 1枚の高さ */
  margin: 0 auto;
  position: relative;
}

.conceptCard {
  height: 90vh !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  & img {
    object-fit: cover;
  }

  & h3 {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-size: clamp(6.8rem, 7vw, 10.8rem);
    font-weight: 200;
    letter-spacing: 0.1em;
    font-style: normal;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    position: absolute;
    top: 0em;
    left: -0.8em;
    z-index: 4;
  }
}

.conceptCardBg {
  & img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    /*		object-position: 49% 0;*/
  }
}

.overlay {
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.conceptCardBody {
  margin-right: 1em;
  position: relative;
  z-index: 3;
  color: #d9d9d9;

  & P {
    font-size: clamp(1.4rem, 3.8vw, 2.8rem);
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: center;
  }
}

#conceptSlide {
  margin: 120px 0 200px;
}

#conceptSlide .swiper-slide {
  width: 40vw;
  /* 2.5枚分くらい */
}

/* -------------------------------------------------- */
/* CAST */
/* -------------------------------------------------- */

#cast {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}

#castWrap {
  & h2 {
    color: #fff;
    font-size: clamp(5rem, 6.4vw, 8rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    top: 80px;
    right: calc(calc(100% - 84%) / 2);
  }

  @media (min-width: 1300px) {
    & h2 {
      right: calc(calc(100% - 1300px) / 2);
    }
  }

  & h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    position: absolute;
    top: 56px;
    left: -150px;
    z-index: -1;
  }

  @media (max-width: 1300px) {
    & h2:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      display: flex;
      position: absolute;
      top: 4.4vw;
      left: -11vw;
      z-index: -1;
    }
  }
}

#castWrap:before {
  content: "";
  width: 40vw;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ddbd74;
  position: absolute;
  top: 0vw;
  right: -4%;
  z-index: -1;
}

#castWrap:after {
  content: "";
  width: 80%;
  height: auto;
  aspect-ratio: 5 / 2;
  border: 4px solid #ddbd74;
  position: absolute;
  bottom: -40px;
  left: -8%;
  z-index: -2;
}

#castList {
  width: 84%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px calc(8% / 3);

  & li {
    width: 23%;

    & img {
      width: 100%;
    }
  }

  & li:nth-child(even) {
    margin-top: 100px;
  }
}

/* -------------------------------------------------- */
/* SYSTEM */
/* -------------------------------------------------- */

#system {
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
}

#system:after {
  content: "system";
  color: #ddbd74;
  opacity: 0.3;
  font-family: "Cormorant", serif;
  font-size: 12.4rem;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

#systemWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em 0;

  & table {
    width: 32%;
    min-width: 400px;
    margin: 0;
    letter-spacing: 0.05em;

    & th,
    td {
      text-align: left;
    }

    & th {
      width: 66%;
      font-size: clamp(1.5rem, 1.8vw, 2rem);

      & span {
        font-size: clamp(1.2rem, 1.4vw, 1.6rem);
      }

      & span.transparent {
        color: transparent;
        font-size: clamp(1.5rem, 1.8vw, 2rem);

        span {
          font-size: clamp(1.2rem, 1.4vw, 1.6rem);
        }
      }
    }

    & td {
      width: 34%;
      font-size: clamp(1.7rem, 1.8vw, 2.2rem);

      span {
        font-size: clamp(1.3rem, 1.5vw, 1.8rem);
      }
    }

    & td.big {
      font-size: clamp(1.8rem, 2.2vw, 2.4rem);

      & span {
        font-size: clamp(1.6rem, 1.8vw, 2rem);
      }
    }
  }
}

/* -------------------------------------------------- */
/* ACCESS */
/* -------------------------------------------------- */
#access {
  width: 84%;
  margin: -100px auto 140px;
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  .inner {
    width: 40%;
    margin: 0;
  }

  & h2 {
    text-align: left;
    position: relative;
  }

  & h2:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #d9d9d9;
    display: flex;
    position: absolute;
    top: 0.75em;
    right: 0;
  }
}

.accessList {
  & li {
    font-size: clamp(1.5rem, 3.8vw, 1.8rem);
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  & li.shopName {
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }

  & li a {
    color: #d9d9d9;
  }
}

#map {
  width: 55%;

  & iframe {
    width: 100%;
    height: auto;
    min-height: 320px;
    aspect-ratio: 7/3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

/* -------------------------------------------------- */
/* GALLERY */
/* -------------------------------------------------- */
#gallery {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 80px;

  & h3 {
    margin: 0 0 0.5em;
    font-size: clamp(2rem, 3vw, 2.6rem);
    letter-spacing: 0.1em;
  }
}

#gallerySlide {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.gallerySlideWrap {
  margin-left: 8%;
}

.swiper-wrapper {
  margin-bottom: 1em;
}

.buttunWrap {
  margin-top: 3em;
  display: flex;
  gap: 0 1em;
}

.swiper-button-next,
.swiper-button-prev {
  height: 1em;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: flex;
  width: 1em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(img/common/icon_next.svg) no-repeat;
  background-size: contain;
}

.swiper-button-prev:after {
  background: url(img/common/icon_prev.svg) no-repeat;
  background-size: contain;
}

/* -------------------------------------------------- */
/* SNS */
/* -------------------------------------------------- */

#sns {
  & h2 {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  & h2:after {
    content: "";
    display: flex;
    width: 20%;
    height: 2px;
    margin-top: -60px;
    background: #d9d9d9;
  }

  & .commonLink:after {
    content: "";
    display: flex;
    width: 1em;
    height: 2px;
    background: #d9d9d9;
    position: absolute;
    right: -0.5em;
  }

  #insta-feed {
    display: grid;
    grid-template-columns: repeat(6, 1fr); // PCで6列
    grid-template-rows: repeat(2, auto); // 2行
    gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 60px;

    & a {
      aspect-ratio: 3 / 4;
      overflow: hidden;
      display: block;
    }

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
      display: block;

      & :hover {
        transform: scale(1.05);
      }
    }
  }
}

/* -------------------------------------------------- */
/* RECRUIT */
/* -------------------------------------------------- */

#recruit {
  padding: 50px 0 80px;
  background: url(img/top/img_rec.jpg) no-repeat center;
  background-size: cover;

  .inner {
    margin-bottom: 0;
  }

  & h2 {
    margin-bottom: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
  }

  & h2:before {
    content: "";
    display: flex;
    width: 2px;
    height: 30px;
    margin-top: -10px;
    background: #d9d9d9;
  }

  & p {
    text-align: center;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    line-height: 1.8;
  }

  .linkArea {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    gap: 2em;
  }

  .commonLink {
    margin: 0;
    align-items: baseline;

    span {
      font-size: 1.4rem;
    }
  }

  #line.commonLink {
    color: #fff;
    background: rgba(0, 185, 0, 0.6);
    border: 1px solid #fff;
  }

  #line.commonLink:hover {
    background: rgba(0, 185, 0, 1);
  }
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */
footer {
  background: #000;

  .inner {
    margin-bottom: 0;
    padding: 60px 0;
  }

  .accessList {
    li.shopName {
      margin-bottom: 0.25em;
      display: flex;
      align-items: center;
    }
  }
}

#footerLogo {
  width: 80%;
  max-width: 300px;
  margin: 0 0 20px;
  display: flex;

  & img {
    width: 100%;
  }
}

.footeSnsLink {
  width: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  & img {
    width: 100%;
  }
}

#copy {
  margin: 0;
  color: #d9d9d9;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0.1em;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

@media (min-width: 768px) {
  .sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /*
	#conceptSlide .swiper-slide {
		width: auto;
	}
*/
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  header {
    width: 100%;
    height: 60px;
    padding: 20px;
  }

  .hamburger-morph {
    top: 10px;
    right: 10px;
  }

  .inner {
    margin-bottom: 80px;
  }

  h2 {
    font-size: 5rem;
  }

  .commonLink {
    margin: 0 auto;
  }

  /* -------------------------------------------------- */
  /* FV */
  /* -------------------------------------------------- */
  #fv {
    width: 100%;
    height: 80vh;
    max-height: 680px;
    margin-bottom: 80px;
    background: url(img/top/img_fv_sp.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }

  #fvTxt {
    top: 20vw;

    & h1 {
      font-size: clamp(2rem, 3vh, 4.5rem);
      letter-spacing: 0.2em;
      line-height: 1.6;

      span.eng {
        font-size: clamp(3rem, 4.88vh, 7.3rem);
        text-indent: -0.2em;
        line-height: 1.2;
      }
    }
  }

  /* -------------------------------------------------- */
  /* CONCEPT */
  /* -------------------------------------------------- */
  #concept {
    display: block;
  }

  #conceptImg {
    width: 100%;
    margin-bottom: 2em;
    border: 1px solid #ddbd74;
    position: relative;
  }

  #conceptImg:after {
    font-size: 4.8rem;
    font-weight: 100;
  }

  #conceptTxt {
    width: 100%;
    margin-bottom: 60px;
    font-size: clamp(1.5rem, 3.8vw, 2rem);
    letter-spacing: 0.1em;
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 1em 0;
    position: relative;
  }

  #conceptTxt:after {
    font-size: 7.2rem;
    font-weight: 500;
    right: auto;
    left: 0.25em;
  }

  #conceptSlide {
    margin: 120px 0;
  }

  .conceptCardWrapper {
    width: 84%;
    height: calc(85vh * 4);
  }

  .conceptCard {
    height: 70vh !important;
    justify-content: flex-end;

    & h3 {
      font-size: 4.8rem;
    }
  }

  .conceptCardBg {
    & img {
      object-fit: cover;
      object-position: 49% 0;
    }
  }

  .conceptCardBody {
    margin-right: 1em;

    & P {
      letter-spacing: 0.08em;
      line-height: 1.8;
      text-align: right;
    }
  }

  /* -------------------------------------------------- */
  /* CAST */
  /* -------------------------------------------------- */

  #cast {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
  }

  #castWrap {
    & h2 {
      color: #fff;
      font-size: 5rem;
      letter-spacing: 0.1em;
      position: absolute;
      top: 80px;
      right: 8%;
    }

    h2:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fff;
      display: flex;
      position: absolute;
      top: 34px;
      left: -60%;
      z-index: -1;
    }
  }

  #castWrap:before {
    content: "";
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #ddbd74;
    position: absolute;
    top: 70px;
    left: 24%;
    right: auto;
    z-index: -1;
  }

  #castWrap:after {
    content: "";
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: 4px solid #ddbd74;
    position: absolute;
    bottom: 20px;
    right: 24%;
    left: auto;
    z-index: -1;
  }

  #castList {
    width: 84%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;

    & li {
      width: 46%;

      & img {
        width: 100%;
      }
    }

    li:nth-child(even) {
      margin-top: 0;
      margin-bottom: 20px;
    }

    li:nth-child(2) {
      margin-top: 50px;
      margin-bottom: 20px;
    }

    li:nth-child(odd) {
      margin-top: -50px;
    }

    li:first-child {
      margin-top: -0;
    }
  }

  /* -------------------------------------------------- */
  /* SYSTEM */
  /* -------------------------------------------------- */

  #system {
    position: relative;
  }

  #system:after {
    content: "system";
    color: #ddbd74;
    opacity: 0.3;
    font-family: "Cormorant", serif;
    font-size: 9.4rem;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #systemWrap {
    display: block;

    & table {
      width: 100%;
      min-width: auto;
      margin: 0 auto;
      letter-spacing: 0.05em;

      & th,
      td {
        text-align: left;
      }

      & th {
        width: 68%;
      }

      & td {
        width: 32%;
      }
    }

    & table:nth-child(2) {
      margin: 40px auto;
      position: relative;
    }

    & table:nth-child(2):before,
    table:nth-child(2):after {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      height: 1px;
      background: #d9d9d9;
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
    }

    & table:nth-child(2):after {
      top: auto;
      bottom: -20px;
    }
  }

  /* -------------------------------------------------- */
  /* ACCESS */
  /* -------------------------------------------------- */
  #access {
    width: 100%;
    margin-bottom: 80px;
    display: block;

    .inner {
      width: 84%;
      margin: 0 auto 20px;
    }

    & h2 {
      text-align: left;
      position: relative;
    }

    & h2:after {
      content: "";
      width: 50%;
      height: 2px;
      background: #d9d9d9;
      display: flex;
      position: absolute;
      top: 34px;
      right: 0;
    }
  }

  .accessList {
    & li {
      letter-spacing: 0.1em;
      line-height: 1.6;
    }
  }

  #map {
    width: 100%;

    & iframe {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
    }
  }

  /* -------------------------------------------------- */
  /* GALLERY */
  /* -------------------------------------------------- */
  #gallery {
    margin-bottom: 80px;

    & h3 {
      margin: 0 0 0.5em;
      font-size: 2rem;
      letter-spacing: 0.1em;
    }
  }

  #gallerySlide {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }

  .gallerySlideWrap {
    margin-left: 8%;
  }

  .swiper-wrapper {
    margin-bottom: 1em;
  }

  .buttunWrap {
    margin-top: 3em;
    display: flex;
    gap: 0 1em;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 1em;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
    display: flex;
    width: 1em;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(img/common/icon_next.svg) no-repeat;
    background-size: contain;
  }

  .swiper-button-prev:after {
    background: url(img/common/icon_prev.svg) no-repeat;
    background-size: contain;
  }

  /* -------------------------------------------------- */
  /* SNS */
  /* -------------------------------------------------- */

  #sns {
    & h2 {
      margin-bottom: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    & h2:after {
      content: "";
      display: flex;
      width: 50%;
      height: 2px;
      margin-top: -40px;
      background: #d9d9d9;
    }

    & .commonLink:after {
      content: "";
      display: flex;
      width: 1em;
      height: 2px;
      background: #d9d9d9;
      position: absolute;
      right: -0.5em;
    }

    #insta-feed {
      margin-bottom: 30px;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(4, auto);
      max-width: 100%;
    }
  }

  /* -------------------------------------------------- */
  /* RECRUIT */
  /* -------------------------------------------------- */

  #recruit {
    padding: 50px 0 80px;
    background: url(img/top/img_rec.jpg) no-repeat;
    background-size: cover;

    .inner {
      margin-bottom: 0;
    }

    & h2 {
      margin-bottom: 0.2em;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    & h2:before {
      content: "";
      display: flex;
      width: 1px;
      height: 20px;
      margin-top: -10px;
      background: #d9d9d9;
    }

    & p {
      text-align: center;
      line-height: 1.8;
    }

    .linkArea {
      margin-top: 1em;
      display: flex;
      flex-direction: column;
      gap: 1em 0;
    }

    .commonLink {
      margin: 0 auto;

      & span {
        font-size: 1.4rem;
      }
    }

    #line.commonLink {
      color: #fff;
      background: rgba(0, 185, 0, 0.6);
      border: 1px solid #fff;
    }

    #line.commonLink:hover {
      background: rgba(0, 185, 0, 1);
    }
  }

  /* -------------------------------------------------- */
  /* RECRUIT */
  /* -------------------------------------------------- */
  footer {
    background: #000;

    .inner {
      margin-bottom: 0;
      padding: 60px 0;
    }
  }

  #footerLogo {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;

    & img {
      width: 100%;
    }
  }

  .footeSnsLink.sp {
    width: 30px;
    margin: 10px auto 0;
    display: block;

    & img {
      width: 100%;
    }
  }

  #copy {
    margin: 2em auto 0;
    color: #d9d9d9;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.667vw;
  }
}
