@charset "UTF-8";
/* 基本設定 */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/Oswald-Bold.woff2") format("woff2"), url("../webfonts/Oswald-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/Oswald-Medium.woff2") format("woff2"), url("../webfonts/Oswald-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/MPLUSRounded1c-Bold.woff2") format("woff2"), url("../webfonts/MPLUSRounded1c-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/Righteous-Regular.woff2") format("woff2"), url("../webfonts/Righteous-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/Jost-SemiBold.woff2") format("woff2"), url("../webfonts/Jost-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/IBMPlexSansJP-Medium-Subset.woff2") format("woff2"), url("../webfonts/IBMPlexSansJP-Medium-Subset.woff") format("woff");
  font-display: swap;
}
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (width >= 1024px) and (width <= 1280px) {
  html {
    font-size: 60%;
  }
}
@media screen and (width >= 768px) and (width <= 1023px) {
  html {
    font-size: 56%;
  }
}
@media screen and (width <= 767px) {
  html {
    font-size: 53%;
  }
}
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
/* CLOVER opening — animation timing is controlled in js/loading.js. */
html.is-clover-opening {
  overflow: hidden;
}

html.is-clover-opening body {
  overflow: hidden;
  padding-right: var(--clover-scrollbar, 0px);
}

.loading {
  --loading-ink: #111111;
  --loading-paper: #f5f0e3;
  --loading-teal: #00a6a0;
  --loading-red: #ed0924;
  --loading-yellow: #ffdf00;
  --loading-blue: #0879bc;
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  color: var(--loading-paper);
  isolation: isolate;
  /* If loading.js cannot be fetched, the page still becomes usable. */
  animation: clover-loading-fallback 0s 12s forwards;
}
.loading[hidden] {
  display: none;
}
.loading > .container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.loading .loading-curtains {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.loading .loading-curtain {
  position: absolute;
  top: 0;
  width: calc(50% + 1px);
  height: 100%;
  background-color: var(--loading-ink);
  background-image: linear-gradient(rgba(245, 240, 227, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 240, 227, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  will-change: transform;
}
.loading .loading-curtain-left {
  left: 0;
}
.loading .loading-curtain-right {
  right: 0;
  background-position: right top;
}
.loading .loading-frame {
  position: absolute;
  inset: 28px 36px;
  z-index: 1;
  border-top: 1px solid rgba(245, 240, 227, 0.3);
  border-bottom: 1px solid rgba(245, 240, 227, 0.3);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.16em;
  pointer-events: none;
}
.loading .loading-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
}
.loading .loading-colors {
  position: absolute;
  bottom: 21px;
  left: 0;
  display: flex;
  gap: 6px;
}
.loading .loading-colors i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.loading .loading-colors i:nth-child(1), .loading .loading-wipe span:nth-child(1) {
  background: var(--loading-teal);
}
.loading .loading-colors i:nth-child(2), .loading .loading-wipe span:nth-child(2) {
  background: var(--loading-red);
}
.loading .loading-colors i:nth-child(3), .loading .loading-wipe span:nth-child(3) {
  background: var(--loading-yellow);
}
.loading .loading-colors i:nth-child(4), .loading .loading-wipe span:nth-child(4) {
  background: var(--loading-blue);
}
.loading .loading-edition {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.loading .loading-type {
  position: absolute;
  inset: 0;
  z-index: 2;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vh 8vw;
}
.loading .loading-word {
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(64px, 16.7vw, 280px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.loading .loading-word > span {
  display: block;
  will-change: transform;
}
.loading .loading-word-first {
  align-self: flex-start;
}
.loading .loading-word-second {
  align-self: flex-end;
  margin-top: -0.06em;
}
.loading .loading-period {
  color: var(--loading-yellow);
}
.loading .loading-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
  font-family: "Righteous", sans-serif;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--loading-teal);
}
.loading .loading-star {
  font-family: sans-serif;
  font-size: 1.8em;
  line-height: 1;
  color: var(--loading-yellow);
}
.loading .loading-brand {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 85px 24px;
  visibility: hidden;
  text-align: center;
}
.loading .loading-logo {
  width: clamp(70px, 8vw, 112px);
  height: auto;
  margin-bottom: 22px;
  object-fit: contain;
}
.loading .loading-brand-copy {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-size: clamp(45px, 8.2vw, 130px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.loading .loading-brand-copy > span {
  display: block;
}
.loading .loading-brand-copy em {
  color: var(--loading-yellow);
  font-style: normal;
}
.loading .loading-brand-name {
  margin-top: 27px;
  font: 500 13px/1.4 "Oswald", sans-serif;
  letter-spacing: 0.35em;
}
.loading .loading-wipe {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.loading .loading-wipe span {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  transform: translateX(-101%);
}
.loading .loading-wipe span:nth-child(1) {
  top: 0;
}
.loading .loading-wipe span:nth-child(2) {
  top: 25%;
}
.loading .loading-wipe span:nth-child(3) {
  top: 50%;
}
.loading .loading-wipe span:nth-child(4) {
  top: 75%;
}
.loading .loading-skip {
  position: absolute;
  z-index: 5;
  right: 36px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 4px 0 4px 12px;
  border: 0;
  color: var(--loading-paper);
  background: transparent;
  font: 500 12px/1 "Oswald", sans-serif;
  letter-spacing: 0.16em;
  cursor: pointer;
}
.loading .loading-skip span {
  font-family: sans-serif;
  font-size: 22px;
}
.loading .loading-skip:hover {
  color: var(--loading-yellow);
}
.loading .loading-skip:focus-visible {
  outline: 2px solid var(--loading-yellow);
  outline-offset: 5px;
}

/* Let GSAP own only the first entrance; restore Splide's CSS afterwards. */
.is-clover-opening .first-view-01 .splide__slide .thumb img,
.is-clover-opening .first-view-01 .splide__slide .line {
  transition: none !important;
}

@keyframes clover-loading-fallback {
  to {
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .loading .loading-frame {
    inset: 19px 20px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }
  .loading .loading-meta {
    padding-top: 13px;
    gap: 12px;
  }
  .loading .loading-meta > span:first-child {
    max-width: 155px;
  }
  .loading .loading-meta > span:last-child {
    white-space: nowrap;
  }
  .loading .loading-edition {
    display: none;
  }
  .loading .loading-type {
    padding: 80px 6vw;
  }
  .loading .loading-word {
    font-size: 17.5vw;
    line-height: 1.18;
  }
  .loading .loading-word-second {
    font-size: 23vw;
  }
  .loading .loading-tag {
    margin-top: 23px;
    font-size: 16px;
  }
  .loading .loading-brand-copy {
    font-size: 12.5vw;
  }
  .loading .loading-brand-name {
    font-size: 11px;
    letter-spacing: 0.25em;
    margin-top: 23px;
  }
  .loading .loading-logo {
    width: 82px;
    margin-bottom: 25px;
  }
  .loading .loading-skip {
    right: 20px;
    bottom: 24px;
    font-size: 11px;
  }
}
@media (max-height: 550px) and (min-width: 768px) {
  .loading .loading-word {
    font-size: 24vh;
  }
  .loading .loading-type {
    padding: 75px 15vw;
  }
  .loading .loading-tag {
    font-size: 17px;
  }
  .loading .loading-logo {
    width: 52px;
    margin-bottom: 10px;
  }
  .loading .loading-brand-copy {
    font-size: 12vh;
  }
  .loading .loading-brand-name {
    margin-top: 15px;
  }
}
/*============================================
	― 変数設定
=============================================*/
/* =========================================================

HEADER

========================================================= */
.header {
  background: #111111;
}
.header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  width: 95%;
  min-height: 12rem;
}
.header .inner .site-menu ul {
  display: flex;
}
.header .inner .site-menu ul li {
  padding: 0 3rem 0 0;
}
.header .inner .site-menu ul li:last-child {
  padding: 0 0 0 0;
}
.header .inner .site-menu ul li a {
  color: #fff;
}
.header .inner .site-menu ul li a span.main, .header .inner .site-menu ul li a span.sub {
  text-align: center;
  display: block;
}
.header .inner .site-menu ul li a span.main {
  font-family: "Oswald";
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
}
.header .inner .site-menu ul li a span.sub {
  font-size: 1.5rem;
  font-weight: 600;
  opacity: 0.7;
}
.header .inner .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
}
.header .inner .logo img {
  width: 100%;
  height: auto;
}
.header .inner .other-menu ul {
  display: flex;
}
.header .inner .other-menu ul li {
  margin: 0 0 0 2rem;
}
.header .inner .other-menu ul li:first-child {
  margin: 0 0 0 0;
}
.header .inner .other-menu ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .inner .other-menu ul li a .icon {
  display: block;
  margin: 0 0.5rem 0 0;
  width: 2.5rem;
  height: auto;
}
.header .inner .other-menu ul li a .catch {
  font-weight: 400;
  font-family: "Righteous";
  font-size: 1.7rem;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .header .inner {
    max-width: 1920px;
    width: 97%;
    min-height: 12rem;
    margin: 0 auto;
  }
  .header .inner .site-menu ul li {
    padding-right: 2rem;
  }
  .header .inner .site-menu ul li:last-child {
    padding: 0;
  }
  .header .inner .site-menu ul li a span.main {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.2rem;
  }
  .header .inner .site-menu ul li a span.sub {
    font-size: 1.4rem;
    opacity: 0.7;
  }
  .header .inner .logo {
    left: 50%;
    top: 50%;
    width: 8.5rem;
    height: 8.5rem;
    transform: translate(-50%, -50%);
  }
  .header .inner .logo img {
    width: 100%;
    height: auto;
  }
  .header .inner .other-menu ul li {
    margin-left: 2rem;
  }
  .header .inner .other-menu ul li:first-child {
    margin: 0;
  }
  .header .inner .other-menu ul li a .icon {
    width: 2.5rem;
    height: auto;
    margin-right: 0.5rem;
  }
  .header .inner .other-menu ul li a .catch {
    font-size: 1.7rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .header .inner {
    max-width: 1920px;
    width: 97%;
    min-height: 12rem;
    margin: 0 auto;
  }
  .header .inner .site-menu ul li {
    padding-right: 2rem;
  }
  .header .inner .site-menu ul li:last-child {
    padding: 0;
  }
  .header .inner .site-menu ul li a span.main {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.2rem;
  }
  .header .inner .site-menu ul li a span.sub {
    font-size: 1.4rem;
    opacity: 0.7;
  }
  .header .inner .logo {
    position: relative;
    left: 0%;
    top: 0%;
    width: 8rem;
    height: 8rem;
    transform: translate(0%, 0%);
  }
  .header .inner .logo img {
    width: 100%;
    height: auto;
  }
  .header .inner .other-menu ul li {
    margin-left: 1.5rem;
  }
  .header .inner .other-menu ul li:first-child {
    margin: 0;
  }
  .header .inner .other-menu ul li a .icon {
    width: 2.2rem;
    height: auto;
    margin-right: 0.5rem;
  }
  .header .inner .other-menu ul li a .catch {
    font-size: 1.6rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .header .inner {
    max-width: 1920px;
    width: 97%;
    min-height: 12rem;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .header .inner .site-menu {
    display: none;
  }
  .header .inner .site-menu ul li {
    padding-right: 2rem;
  }
  .header .inner .site-menu ul li:last-child {
    padding: 0;
  }
  .header .inner .site-menu ul li a span.main {
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.2rem;
  }
  .header .inner .site-menu ul li a span.sub {
    font-size: 1.4rem;
    opacity: 0.7;
  }
  .header .inner .logo {
    left: 50%;
    top: 50%;
    width: 8.5rem;
    height: 8.5rem;
    transform: translate(-50%, -50%);
  }
  .header .inner .logo img {
    width: 100%;
    height: auto;
  }
  .header .inner .other-menu {
    display: none;
  }
  .header .inner .other-menu ul li {
    margin-left: 2rem;
  }
  .header .inner .other-menu ul li:first-child {
    margin: 0;
  }
  .header .inner .other-menu ul li a .icon {
    width: 2.5rem;
    height: auto;
    margin-right: 0.5rem;
  }
  .header .inner .other-menu ul li a .catch {
    font-size: 1.7rem;
  }
}
/* =========================================================

FIRST-VIEW-01

========================================================= */
.first-view-01 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.first-view-01 .container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0 auto 0;
}
.first-view-01 .container .splide {
  width: 100%;
  height: 100vh;
}
.first-view-01 .container .splide .splide__track {
  width: 100%;
  height: 100%;
}
.first-view-01 .container .splide .splide__track .splide__list {
  width: 100%;
  height: 100%;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide {
  position: relative;
  display: flex;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb {
  width: 50%;
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transform: translate(0, -50%);
  transition: opacity 1s ease 0s, transform 0.3s ease 0s;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb img {
  transition: 8s ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line {
  position: absolute;
  z-index: 200;
  opacity: 0;
  width: 100%;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line p {
  display: inline-block;
  font-weight: 500;
  padding: 0.5rem 5rem 0.5rem 0rem;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 {
  left: 2.5%;
  bottom: 10rem;
  transform: translate(0%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 p {
  font-size: 10.5rem;
  font-weight: 700;
  font-family: "Oswald";
  color: #ffffff;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 {
  left: 2.5%;
  bottom: 5rem;
  transform: translate(0%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 p {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.5rem;
  font-size: 3.2rem;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
  opacity: 1;
  transform: translate(0, 0);
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line {
  opacity: 1;
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-01 {
  transform: translate(calc(0% - 0rem), -18rem) rotate(0deg);
}
.first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-02 {
  transform: translate(calc(0% + 0rem), -13rem) rotate(0deg);
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .first-view-01 {
    width: 100%;
  }
  .first-view-01 .container {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }
  .first-view-01 .container .splide {
    width: 100%;
    height: 100vh;
  }
  .first-view-01 .container .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease, transform 0.3s ease;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 8s ease-out;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line {
    width: 100%;
    opacity: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line p {
    padding: 0.5rem 5rem 0.5rem 0rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 {
    left: 2%;
    bottom: 10rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 p {
    font-size: 9.25rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 {
    left: 2%;
    bottom: 5rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 p {
    font-size: 2.9rem;
    letter-spacing: 0.5rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 1;
    transform: translateY(0);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-01 {
    transform: translateY(-18rem);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-02 {
    transform: translateY(-13rem);
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .first-view-01 {
    width: 100%;
  }
  .first-view-01 .container {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }
  .first-view-01 .container .splide {
    width: 100%;
    height: 85vh;
  }
  .first-view-01 .container .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease, transform 0.3s ease;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 8s ease-out;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line {
    width: 100%;
    opacity: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line p {
    padding: 0.5rem 5rem 0.5rem 0rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 {
    left: 3%;
    bottom: 10rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 p {
    font-size: 8.2rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 {
    left: 3%;
    bottom: 5rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 p {
    font-size: 2.7rem;
    letter-spacing: 0.5rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 1;
    transform: translateY(0);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-01 {
    transform: translateY(-18rem);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-02 {
    transform: translateY(-15rem);
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .first-view-01 {
    width: 100%;
  }
  .first-view-01 .container {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
  }
  .first-view-01 .container .splide {
    width: 100%;
    height: 85vh;
  }
  .first-view-01 .container .splide .splide__track {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list {
    width: 100%;
    height: 100%;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide {
    display: block;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb {
    width: 100%;
    height: 45vh;
    line-height: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity 1s ease, transform 0.3s ease;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 8s ease-out;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line {
    width: 100%;
    opacity: 0;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line p {
    padding: 0.5rem 5rem 0.5rem 0rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 {
    left: 3%;
    bottom: 10rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-01 p {
    line-height: 1.3;
    font-size: 13vw;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 {
    left: 3%;
    bottom: 5rem;
    transform: translateY(50px);
    transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 p {
    font-size: 3.75vw;
    letter-spacing: 0.5rem;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide .line.line-02 p br {
    display: none;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 1;
    transform: translateY(0);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line {
    opacity: 1;
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-01 {
    transform: translateY(-18rem);
  }
  .first-view-01 .container .splide .splide__track .splide__list .splide__slide.is-active .line.line-02 {
    transform: translateY(-15rem);
  }
}
/* ------------------------------------------------------------------
    hamburger-menu
------------------------------------------------------------------ */
.hamburger-menu {
  /* ==============================================================
      案件ごとの変更箇所
  ============================================================== */
  --hm-btn-size: 96px;
  --hm-btn-position: 30px;
  --hm-btn-radius: 50%;
  --hm-btn-bg-normal:
      linear-gradient(135deg, #000000 0%, #1d1d1d 100%);
  --hm-btn-bg-open:
      linear-gradient(135deg, #f1eeef 0%, #fffefe 100%);
  --hm-icon-normal: #ffffff;
  --hm-icon-open: #000000;
  --hm-letter-normal: #ffffff;
  --hm-letter-open: #000000;
  --hm-overlay-bg: rgba(0, 0, 0, 0.5);
  --hm-cover-bg:
      radial-gradient(
          circle at 85% 15%,
          rgba(255, 255, 255, 0.08),
          transparent 35%
      ),
      #151916;
  --hm-menu-color: #ffffff;
  --hm-accent-color: #e1b948;
  --hm-border-color: rgba(255, 255, 255, 0.18);
  /* ==============================================================
      全体
  ============================================================== */
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  /* --------------------------------------------------------------
      背景オーバーレイ
  -------------------------------------------------------------- */
}
.hamburger-menu .bg-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: var(--hm-overlay-bg);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
}
.hamburger-menu {
  /* --------------------------------------------------------------
      メニュー背景
  -------------------------------------------------------------- */
}
.hamburger-menu .bg-cover {
  position: fixed;
  inset: 0;
  z-index: 2;
  background: var(--hm-cover-bg);
  clip-path: inset(0 0 100% 0);
  visibility: hidden;
}
.hamburger-menu .bg-cover::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid var(--hm-border-color);
  pointer-events: none;
}
.hamburger-menu {
  /* ==============================================================
      ハンバーガーボタン
  ============================================================== */
}
.hamburger-menu .hamburger-btn {
  position: fixed;
  top: var(--hm-btn-position);
  right: var(--hm-btn-position);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: var(--hm-btn-size);
  height: var(--hm-btn-size);
  padding: 0;
  border: 0;
  border-radius: var(--hm-btn-radius);
  background: transparent;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  /* ----------------------------------------------------------
      通常背景・OPEN背景
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-btn .btn-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
}
.hamburger-menu .hamburger-btn .btn-bg-normal {
  background: var(--hm-btn-bg-normal);
}
.hamburger-menu .hamburger-btn .btn-bg-open {
  background: var(--hm-btn-bg-open);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08);
}
.hamburger-menu .hamburger-btn {
  /* ----------------------------------------------------------
      2本線
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-btn .icon {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 28px;
  height: 16px;
  color: var(--hm-icon-normal);
}
.hamburger-menu .hamburger-btn .icon .icon-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: currentColor;
  transform-origin: center;
}
.hamburger-menu .hamburger-btn {
  /* ----------------------------------------------------------
      MENU / CLOSE
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-btn .letter {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 15px;
  overflow: hidden;
}
.hamburger-menu .hamburger-btn .letter span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  white-space: nowrap;
}
.hamburger-menu .hamburger-btn .letter .open {
  color: var(--hm-letter-normal);
}
.hamburger-menu .hamburger-btn .letter .close {
  color: var(--hm-letter-open);
  opacity: 0;
  visibility: hidden;
}
.hamburger-menu .hamburger-btn {
  /* ----------------------------------------------------------
      hover
  ---------------------------------------------------------- */
}
@media (hover: hover) {
  .hamburger-menu .hamburger-btn:hover .icon {
    transform: scaleX(1.12);
  }
}
.hamburger-menu .hamburger-btn:focus-visible {
  outline: 2px solid var(--hm-accent-color);
  outline-offset: 5px;
}
.hamburger-menu {
  /* ==============================================================
      メニューコンテンツ
  ============================================================== */
}
.hamburger-menu .hamburger-content {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(110px, 13vh, 160px) clamp(30px, 8vw, 130px) clamp(50px, 8vh, 100px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
}
.hamburger-menu .hamburger-content .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: clamp(35px, 5vw, 80px) clamp(40px, 8vw, 120px);
  width: min(100%, 1250px);
  margin: auto;
  opacity: 0;
  transform: translateY(35px);
}
.hamburger-menu .hamburger-content {
  /* ----------------------------------------------------------
      ナビゲーション共通
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-content nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-menu .hamburger-content nav li {
  opacity: 0;
  transform: translateY(25px);
}
.hamburger-menu .hamburger-content nav a {
  color: var(--hm-menu-color);
  text-decoration: none;
}
.hamburger-menu .hamburger-content {
  /* ----------------------------------------------------------
      メインメニュー
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-content .global-menu {
  flex: 1 1 60%;
}
.hamburger-menu .hamburger-content .global-menu li {
  border-bottom: 1px solid var(--hm-border-color);
}
.hamburger-menu .hamburger-content .global-menu li a .main {
  font-family: "Oswald";
  letter-spacing: 0.15rem;
  font-size: clamp(4rem, 5vw, 4.5rem);
}
.hamburger-menu .hamburger-content .global-menu li a .sub {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  padding: 0 0 0 2rem;
}
.hamburger-menu .hamburger-content .global-menu li a .sub::before {
  content: "";
  background: #ffffff;
  width: 4rem;
  height: 1px;
  opacity: 0.7;
  transform: rotate(-45deg);
  margin: 0 2rem 0 0;
}
.hamburger-menu .hamburger-content .global-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(14px, 2vh, 25px) 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.hamburger-menu .hamburger-content .global-menu a::after {
  content: "↗";
  color: var(--hm-accent-color);
  font-size: 0.35em;
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .hamburger-menu .hamburger-content .global-menu a:hover {
    padding-left: 20px;
    color: var(--hm-accent-color);
  }
  .hamburger-menu .hamburger-content .global-menu a:hover::after {
    opacity: 1;
    transform: translate(0);
  }
}
.hamburger-menu .hamburger-content {
  /* ----------------------------------------------------------
      サブメニュー
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-content .sub-menu {
  flex: 1 1 250px;
}
.hamburger-menu .hamburger-content .sub-menu li:not(:last-child) {
  margin-bottom: 14px;
}
.hamburger-menu .hamburger-content .sub-menu a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(2.2rem, 3vw, 2.5rem);
  letter-spacing: 0.18em;
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  transition: color 0.3s ease, transform 0.3s ease;
}
.hamburger-menu .hamburger-content .sub-menu a::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--hm-menu-color);
}
@media (hover: hover) {
  .hamburger-menu .hamburger-content .sub-menu a:hover {
    color: var(--hm-menu-color);
    transform: translateX(5px);
  }
}
.hamburger-menu .hamburger-content {
  /* ----------------------------------------------------------
      店舗情報・SNSなど
  ---------------------------------------------------------- */
}
.hamburger-menu .hamburger-content .information {
  flex: 0 0 100%;
  padding-top: 25px;
  border-top: 1px solid var(--hm-border-color);
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  align-items: center;
}
.hamburger-menu .hamburger-content .information .store {
  width: 50%;
  padding: 0.8rem 5.5rem 0 2.5rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.65);
  box-sizing: border-box;
}
.hamburger-menu .hamburger-content .information .store ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger-menu .hamburger-content .information .store ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 1.2rem;
  color: #ffffff;
}
.hamburger-menu .hamburger-content .information .store ul li:last-child {
  margin-bottom: 0;
}
.hamburger-menu .hamburger-content .information .store ul li .semi {
  flex-shrink: 0;
  opacity: 0.8;
  width: 12.5rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}
.hamburger-menu .hamburger-content .information .store ul li.open-time .semi {
  padding-top: 0.5rem;
}
.hamburger-menu .hamburger-content .information .store ul li.open-time p {
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.7rem, 3.3vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
.hamburger-menu .hamburger-content .information .store ul li.rest-day .semi {
  align-self: flex-start;
  padding-top: 0.7rem;
}
.hamburger-menu .hamburger-content .information .store ul li.rest-day p .main {
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
.hamburger-menu .hamburger-content .information .store ul li.rest-day p .sub {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.hamburger-menu .hamburger-content .information .store ul li.parking {
  align-items: flex-start;
  margin-top: 0.7rem;
}
.hamburger-menu .hamburger-content .information .store ul li.parking .semi {
  padding-top: 0.1rem;
}
.hamburger-menu .hamburger-content .information .store ul li.parking p {
  padding-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
.hamburger-menu .hamburger-content .information .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0.5rem 2rem 0 5.5rem;
  text-align: center;
  box-sizing: border-box;
}
.hamburger-menu .hamburger-content .information .cta .tel {
  width: 100%;
}
.hamburger-menu .hamburger-content .information .cta .tel a {
  color: #ffffff;
  text-decoration: none;
}
.hamburger-menu .hamburger-content .information .cta .tel .semi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.4rem;
}
.hamburger-menu .hamburger-content .information .cta .tel .semi img {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.9rem 0 0;
  object-fit: contain;
}
.hamburger-menu .hamburger-content .information .cta .tel .semi .catch {
  opacity: 1;
  font-size: clamp(1.7rem, 1.7vw, 2rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.hamburger-menu .hamburger-content .information .cta .tel .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.2rem, 3.3vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.hamburger-menu .hamburger-content .information .cta .caution {
  margin: 1.7rem 0 0;
  opacity: 0.8;
}
.hamburger-menu .hamburger-content .information .cta .caution p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.hamburger-menu .hamburger-content .information .cta .caution p .small {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

/* ------------------------------------------------------------------
    メニューOPEN中
------------------------------------------------------------------ */
html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
}

/* ------------------------------------------------------------------
    SP
------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .hamburger-menu {
    --hm-btn-size: 68px;
    --hm-btn-position: 15px;
  }
  .hamburger-menu .bg-cover::before {
    inset: 10px;
  }
  .hamburger-menu .hamburger-btn {
    gap: 7px;
  }
  .hamburger-menu .hamburger-btn .icon {
    width: 24px;
    gap: 6px;
  }
  .hamburger-menu .hamburger-btn .letter span {
    font-size: 8px;
  }
  .hamburger-menu .hamburger-content {
    align-items: flex-start;
    padding: 105px 25px 45px;
  }
  .hamburger-menu .hamburger-content .inner {
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
  }
  .hamburger-menu .hamburger-content .global-menu,
  .hamburger-menu .hamburger-content .sub-menu,
  .hamburger-menu .hamburger-content .information {
    width: 100%;
  }
  .hamburger-menu .hamburger-content .global-menu a {
    padding: 14px 0;
    font-size: clamp(31px, 10vw, 48px);
  }
  .hamburger-menu .hamburger-content .sub-menu {
    flex: 0 0 5rem;
  }
  .hamburger-menu .hamburger-content .sub-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
  }
  .hamburger-menu .hamburger-content .sub-menu li:not(:last-child) {
    margin-bottom: 0;
  }
  .hamburger-menu .hamburger-content .information {
    display: block;
  }
  .hamburger-menu .hamburger-content .information .store {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.06);
    padding: 1rem 0rem;
  }
  .hamburger-menu .hamburger-content .information .cta {
    width: 100%;
    padding: 1rem 0rem;
    text-align: left;
  }
  .hamburger-menu .hamburger-content .information .cta .tel .semi {
    justify-content: flex-start;
  }
  .hamburger-menu .hamburger-content .information .cta .caution {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* =========================================================

MESSAGE

========================================================= */
.message {
  background-size: cover;
  position: relative;
  padding: 20px 0 65px 0;
  overflow: hidden;
  background-color: hsl(148, 0%, 100%);
  background-image: radial-gradient(at 69% 66%, rgb(221, 221, 221) 0px, transparent 50%);
}
.message .bg {
  position: absolute;
}
.message .bg.bg-01 {
  right: 0;
  top: 0;
  transform-origin: left top;
  background: radial-gradient(at 100% 0%, rgba(170, 169, 169, 0.7) 0px, transparent 50%);
  width: 40vw;
  height: 40vw;
  opacity: 0.9;
}
.message .bg.bg-02 {
  left: 0;
  bottom: 0;
  transform-origin: right bottom;
  background: radial-gradient(at 0% 100%, rgba(211, 211, 211, 0.6) 0px, transparent 50%);
  width: 45vw;
  height: 45vw;
  opacity: 0.8;
}
.message .text-rotation {
  position: relative;
  z-index: 3;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.message .text-rotation .row {
  display: inline-block;
  display: inline-block;
  padding-right: 4rem;
  font-size: 12rem;
  letter-spacing: 1rem;
}
.message .text-rotation .row .font-a {
  color: transparent;
  -webkit-text-stroke: 1.5px #534d4d;
  font-family: "Oswald";
  font-weight: 700;
}
.message .text-rotation .row .font-b {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Oswald";
  font-weight: 700;
}
.message .container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1920px;
  margin: -7rem auto 0;
  padding: 0px 0 4rem 0;
}
.message .container .left {
  width: 33%;
  height: 100%;
}
.message .container .left .thumb {
  line-height: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0 10rem 10rem 0;
  overflow: hidden;
}
.message .container .left .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.message .container .left .thumb.thumb01 {
  width: 100%;
  height: 35rem;
}
.message .container .left .thumb.thumb02 {
  width: 65%;
  height: 45rem;
  margin: 7.5rem 0 0 0;
}
.message .container .middle {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message .container .middle h2 {
  color: #111111;
  margin: 0 auto 0;
  letter-spacing: 8px;
  font-family: "M PLUS Rounded 1c";
}
.message .container .middle h2 .sub {
  display: block;
  text-align: center;
  font-size: 22px;
}
.message .container .middle h2 .sub br {
  display: none;
}
.message .container .middle h2 .main {
  display: block;
  text-align: center;
  line-height: 1.8;
  margin: 3rem 0 0 0;
  font-size: 5rem;
}
.message .container .right {
  width: 27%;
  display: flex;
  justify-content: flex-end;
}
.message .container .right .thumb {
  line-height: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10rem 0 0 10rem;
  overflow: hidden;
}
.message .container .right .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message .container .right .thumb.thumb03 {
  width: 85%;
  height: 60rem;
}
.message .explain {
  position: relative;
  z-index: 3;
  max-width: 1920px;
  margin: -22rem auto 0;
  padding: 0 7.5% 0 27.5%;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
}
.message .explain .en-catch {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
.message .explain .sentence p {
  color: #111111;
  font-weight: 500;
  letter-spacing: 0.4;
  line-height: 2.85;
  font-size: 2rem;
  padding: 1rem 0;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .message {
    padding: 2rem 0 6.5rem;
  }
  .message .bg.bg-01 {
    right: 0;
    top: 0;
    width: 40vw;
    height: 40vw;
    opacity: 0.9;
    transform-origin: left top;
  }
  .message .bg.bg-02 {
    left: 0;
    bottom: 0;
    width: 45vw;
    height: 45vw;
    opacity: 0.8;
    transform-origin: right bottom;
  }
  .message .text-rotation {
    width: 100%;
  }
  .message .text-rotation .row {
    padding-right: 4rem;
    font-size: 11rem;
    letter-spacing: 1rem;
  }
  .message .text-rotation .row .font-a {
    -webkit-text-stroke-width: 1.5px;
  }
  .message .container {
    max-width: 1920px;
    margin: -7rem auto 0;
    padding-bottom: 4rem;
  }
  .message .container .left {
    width: 33%;
    height: 100%;
  }
  .message .container .left .thumb {
    line-height: 0;
    border-radius: 0 10rem 10rem 0;
  }
  .message .container .left .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .left .thumb.thumb01 {
    width: 100%;
    height: 35rem;
  }
  .message .container .left .thumb.thumb02 {
    width: 65%;
    height: 45rem;
    margin-top: 7.5rem;
  }
  .message .container .middle {
    width: 40%;
  }
  .message .container .middle h2 {
    margin: 0 auto;
    letter-spacing: 8px;
  }
  .message .container .middle h2 .sub {
    font-size: 2.5rem;
  }
  .message .container .middle h2 .sub br {
    display: block;
  }
  .message .container .middle h2 .main {
    margin-top: 3rem;
    font-size: 4.5rem;
    line-height: 1.8;
  }
  .message .container .right {
    width: 27%;
  }
  .message .container .right .thumb {
    line-height: 0;
    border-radius: 10rem 0 0 10rem;
  }
  .message .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .right .thumb.thumb03 {
    width: 85%;
    height: 60rem;
  }
  .message .explain {
    max-width: 1920px;
    margin: -22rem auto 0;
    padding: 0 7.5% 0 27.5%;
  }
  .message .explain .en-catch {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
  .message .explain .sentence p {
    padding: 1rem 0;
    font-size: 2rem;
    line-height: 2.85;
    letter-spacing: 0.4rem;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .message {
    padding: 2rem 0 6.5rem;
  }
  .message .bg.bg-01 {
    right: 0;
    top: 0;
    width: 40vw;
    height: 40vw;
    opacity: 0.9;
    transform-origin: left top;
  }
  .message .bg.bg-02 {
    left: 0;
    bottom: 0;
    width: 45vw;
    height: 45vw;
    opacity: 0.8;
    transform-origin: right bottom;
  }
  .message .text-rotation {
    width: 100%;
  }
  .message .text-rotation .row {
    padding-right: 4rem;
    font-size: 11rem;
    letter-spacing: 1rem;
  }
  .message .text-rotation .row .font-a {
    -webkit-text-stroke-width: 1.5px;
  }
  .message .container {
    max-width: 1920px;
    margin: -7rem auto 0;
    padding-bottom: 4rem;
  }
  .message .container .left {
    width: 30%;
    height: 100%;
  }
  .message .container .left .thumb {
    line-height: 0;
    border-radius: 0 10rem 10rem 0;
  }
  .message .container .left .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .left .thumb.thumb01 {
    width: 100%;
    height: 35rem;
  }
  .message .container .left .thumb.thumb02 {
    width: 65%;
    height: 45rem;
    margin-top: 7.5rem;
  }
  .message .container .middle {
    width: 42.5%;
  }
  .message .container .middle h2 {
    margin: 0 auto;
    letter-spacing: 8px;
  }
  .message .container .middle h2 .sub {
    font-size: 2.5rem;
  }
  .message .container .middle h2 .sub br {
    display: block;
  }
  .message .container .middle h2 .main {
    margin-top: 3rem;
    font-size: 3.6rem;
    line-height: 1.8;
  }
  .message .container .right {
    width: 27.5%;
  }
  .message .container .right .thumb {
    line-height: 0;
    border-radius: 10rem 0 0 10rem;
  }
  .message .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .right .thumb.thumb03 {
    width: 85%;
    height: 60rem;
  }
  .message .explain {
    max-width: 1920px;
    margin: -22rem auto 0;
    padding: 0 7.5% 0 27.5%;
  }
  .message .explain .en-catch {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
  .message .explain .sentence p {
    padding: 1rem 0;
    font-size: 2rem;
    line-height: 2.85;
    letter-spacing: 0.4rem;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .message {
    padding: 2rem 0 6.5rem;
  }
  .message .bg.bg-01 {
    right: 0;
    top: 0;
    width: 40vw;
    height: 40vw;
    opacity: 0.9;
    transform-origin: left top;
  }
  .message .bg.bg-02 {
    left: 0;
    bottom: 0;
    width: 45vw;
    height: 45vw;
    opacity: 0.8;
    transform-origin: right bottom;
  }
  .message .text-rotation {
    width: 100%;
  }
  .message .text-rotation .row {
    padding-right: 4rem;
    font-size: 18vw;
    letter-spacing: 1rem;
  }
  .message .text-rotation .row .font-a {
    -webkit-text-stroke-width: 1.5px;
  }
  .message .container {
    max-width: 1920px;
    margin: -7rem auto 0;
    padding-bottom: 4rem;
    display: block;
  }
  .message .container .left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .message .container .left .thumb {
    line-height: 0;
    border-radius: 0 10rem 10rem 0;
  }
  .message .container .left .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .left .thumb.thumb01 {
    width: 40%;
    height: 30rem;
  }
  .message .container .left .thumb.thumb02 {
    width: 40%;
    height: 30rem;
    margin-top: 5rem;
    border-radius: 10rem 0 0 10rem;
  }
  .message .container .middle {
    width: 100%;
    margin: 3.5rem 0 0 0;
  }
  .message .container .middle h2 {
    margin: 0 auto;
    letter-spacing: 8px;
  }
  .message .container .middle h2 .sub {
    font-size: 4.5vw;
  }
  .message .container .middle h2 .sub br {
    display: block;
  }
  .message .container .middle h2 .main {
    margin-top: 2rem;
    font-size: 8vw;
    line-height: 1.6;
  }
  .message .container .right {
    width: 100%;
    display: block;
    margin: 6rem 0 0 0;
  }
  .message .container .right .thumb {
    line-height: 0;
    border-radius: 0 10rem 10rem 0;
  }
  .message .container .right .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .message .container .right .thumb.thumb03 {
    width: 85%;
    height: 27.5rem;
  }
  .message .explain {
    max-width: 1920px;
    margin: 0rem 0 0 0;
    padding: 0 5% 0 12.5%;
  }
  .message .explain .en-catch {
    font-size: 4vw;
    letter-spacing: 0.2rem;
  }
  .message .explain .sentence p {
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 0.4rem;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

LANDING-GUIDE

========================================================= */
.landing-guide {
  position: relative;
  z-index: 2;
  margin: -2.5rem 0 0 0;
}
.landing-guide .container {
  font-family: "M PLUS Rounded 1c";
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  padding: 0 5.5rem 4.2rem;
  color: #ffffff;
  background-color: rgba(36, 36, 36, 0.95);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.landing-guide .container .title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: -3rem 0 1.3rem;
  text-align: center;
}
.landing-guide .container .title h2 {
  margin: 0;
  color: transparent;
  font-family: "Righteous", sans-serif;
  font-size: clamp(4.2rem, 5vw, 7.6rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8rem;
  white-space: nowrap;
  -webkit-text-stroke: 0.2rem rgba(255, 255, 255, 0.85);
  text-stroke: 0.2rem rgba(255, 255, 255, 0.85);
}
.landing-guide .container .left {
  width: 50%;
  padding: 0.8rem 5.5rem 0 2.5rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.65);
  box-sizing: border-box;
}
.landing-guide .container .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-guide .container .left ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 1.2rem;
  color: #ffffff;
}
.landing-guide .container .left ul li:last-child {
  margin-bottom: 0;
}
.landing-guide .container .left ul li .semi {
  flex-shrink: 0;
  opacity: 0.8;
  width: 14.5rem;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}
.landing-guide .container .left ul li p {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
.landing-guide .container .left ul li.open-time .semi {
  padding-top: 0.5rem;
}
.landing-guide .container .left ul li.open-time p {
  font-family: "Oswald", sans-serif;
  font-size: clamp(4.2rem, 4.3vw, 6.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4rem;
  white-space: nowrap;
}
.landing-guide .container .left ul li.rest-day .semi {
  align-self: flex-start;
  padding-top: 0.7rem;
}
.landing-guide .container .left ul li.rest-day p {
  display: flex;
  align-items: center;
}
.landing-guide .container .left ul li.rest-day p .main {
  flex-shrink: 0;
  margin: 0 2rem 0 0;
  font-size: clamp(3rem, 2.8vw, 4.4rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
.landing-guide .container .left ul li.rest-day p .sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.landing-guide .container .left ul li.parking {
  align-items: flex-start;
  margin-top: 0.7rem;
}
.landing-guide .container .left ul li.parking .semi {
  padding-top: 0.1rem;
}
.landing-guide .container .left ul li.parking p {
  padding-top: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
.landing-guide .container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0.5rem 2rem 0 5.5rem;
  text-align: center;
  box-sizing: border-box;
}
.landing-guide .container .right .tel {
  width: 100%;
}
.landing-guide .container .right .tel a {
  color: #ffffff;
  text-decoration: none;
}
.landing-guide .container .right .tel .semi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.4rem;
}
.landing-guide .container .right .tel .semi img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0.9rem 0 0;
  object-fit: contain;
}
.landing-guide .container .right .tel .semi .catch {
  opacity: 0.8;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.landing-guide .container .right .tel .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(5.2rem, 5.3vw, 8.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
.landing-guide .container .right .caution {
  margin: 1.7rem 0 0;
  opacity: 0.8;
}
.landing-guide .container .right .caution p {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}
.landing-guide .container .right .caution p .small {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .landing-guide {
    margin-top: -2.5rem;
  }
  .landing-guide .container {
    width: 98%;
    max-width: 148rem;
    margin: 0 auto;
    padding: 0 3.5rem 4.2rem;
  }
  .landing-guide .container .title {
    width: 100%;
    margin: -3rem 0 1.3rem;
  }
  .landing-guide .container .title h2 {
    margin: 0;
    font-size: clamp(4.2rem, 5vw, 7.6rem);
    line-height: 1;
    letter-spacing: 0.8rem;
  }
  .landing-guide .container .left {
    width: 50%;
    padding: 0.8rem 3.5rem 0 0rem;
  }
  .landing-guide .container .left ul {
    margin: 0;
    padding: 0;
  }
  .landing-guide .container .left ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .landing-guide .container .left ul li:last-child {
    margin-bottom: 0;
  }
  .landing-guide .container .left ul li .semi {
    flex-shrink: 0;
    width: 13.5rem;
    opacity: 0.8;
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li p {
    margin: 0;
    line-height: 1.4;
  }
  .landing-guide .container .left ul li.open-time .semi {
    padding-top: 0.5rem;
  }
  .landing-guide .container .left ul li.open-time p {
    font-size: clamp(3.8rem, 3.5vw, 6rem);
    line-height: 1;
    letter-spacing: 0.4rem;
  }
  .landing-guide .container .left ul li.rest-day .semi {
    padding-top: 0.7rem;
  }
  .landing-guide .container .left ul li.rest-day p .main {
    flex-shrink: 0;
    margin-right: 1.25rem;
    font-size: clamp(2.7rem, 2.5vw, 4.2rem);
    line-height: 1.2;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li.rest-day p .sub {
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .left ul li.parking {
    margin-top: 0.7rem;
  }
  .landing-guide .container .left ul li.parking .semi {
    padding-top: 0.1rem;
  }
  .landing-guide .container .left ul li.parking p {
    padding-top: 0rem;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right {
    width: 50%;
    padding: 0.5rem 2rem 0 5.5rem;
  }
  .landing-guide .container .right .tel {
    width: 100%;
  }
  .landing-guide .container .right .tel .semi {
    margin-bottom: 0.4rem;
  }
  .landing-guide .container .right .tel .semi img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.9rem;
  }
  .landing-guide .container .right .tel .semi .catch {
    opacity: 0.8;
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
  .landing-guide .container .right .tel .number {
    font-size: clamp(5rem, 4.8vw, 8.2rem);
    line-height: 1.05;
    letter-spacing: 0.5rem;
  }
  .landing-guide .container .right .caution {
    margin-top: 1.7rem;
    opacity: 0.8;
  }
  .landing-guide .container .right .caution p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right .caution p .small {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .landing-guide {
    margin-top: -2.5rem;
  }
  .landing-guide .container {
    width: 96%;
    max-width: 148rem;
    margin: 0 auto;
    padding: 0 3.5rem 4.2rem;
  }
  .landing-guide .container .title {
    width: 100%;
    margin: -3rem 0 1.3rem;
  }
  .landing-guide .container .title h2 {
    margin: 0;
    font-size: clamp(4.2rem, 5vw, 7.6rem);
    line-height: 1;
    letter-spacing: 0.8rem;
  }
  .landing-guide .container .left {
    width: 50%;
    padding: 0.8rem 3.5rem 0 0rem;
  }
  .landing-guide .container .left ul {
    margin: 0;
    padding: 0;
  }
  .landing-guide .container .left ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .landing-guide .container .left ul li:last-child {
    margin-bottom: 0;
  }
  .landing-guide .container .left ul li .semi {
    flex-shrink: 0;
    width: 13.5rem;
    opacity: 0.8;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li p {
    margin: 0;
    line-height: 1.4;
  }
  .landing-guide .container .left ul li.open-time .semi {
    padding-top: 0.5rem;
  }
  .landing-guide .container .left ul li.open-time p {
    font-size: clamp(3.2rem, 3.4vw, 5.5rem);
    line-height: 1;
    letter-spacing: 0.4rem;
  }
  .landing-guide .container .left ul li.rest-day .semi {
    padding-top: 0.7rem;
  }
  .landing-guide .container .left ul li.rest-day p {
    display: block;
  }
  .landing-guide .container .left ul li.rest-day p .main {
    flex-shrink: 0;
    margin-right: 1.25rem;
    font-size: clamp(2.7rem, 2.5vw, 4.2rem);
    line-height: 1.2;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li.rest-day p .sub {
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .left ul li.parking {
    margin-top: 0.7rem;
  }
  .landing-guide .container .left ul li.parking .semi {
    padding-top: 0.1rem;
  }
  .landing-guide .container .left ul li.parking p {
    padding-top: 0rem;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right {
    width: 50%;
    padding: 0.5rem 2rem 0 5.5rem;
  }
  .landing-guide .container .right .tel {
    width: 100%;
  }
  .landing-guide .container .right .tel .semi {
    margin-bottom: 0.4rem;
  }
  .landing-guide .container .right .tel .semi img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.9rem;
  }
  .landing-guide .container .right .tel .semi .catch {
    opacity: 0.8;
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
  .landing-guide .container .right .tel .number {
    font-size: clamp(4.3rem, 4.8vw, 8.2rem);
    line-height: 1.05;
    letter-spacing: 0.5rem;
  }
  .landing-guide .container .right .caution {
    margin-top: 1.7rem;
    opacity: 0.8;
  }
  .landing-guide .container .right .caution p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right .caution p .small {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .landing-guide {
    margin-top: -2.5rem;
  }
  .landing-guide .container {
    width: 96%;
    max-width: 148rem;
    margin: 0 auto;
    padding: 1px 3rem 4.2rem;
    display: block;
  }
  .landing-guide .container .title {
    width: 100%;
    margin: -2rem 0 1.3rem;
  }
  .landing-guide .container .title h2 {
    margin: 0;
    font-size: clamp(4rem, 5vw, 5rem);
    line-height: 1;
    letter-spacing: 0.8rem;
  }
  .landing-guide .container .left {
    width: 100%;
    padding: 0.8rem 1rem 3rem 1rem;
    border-right: none;
    border-bottom: solid 1px rgb(255, 255, 255);
  }
  .landing-guide .container .left ul {
    margin: 0;
    padding: 0;
  }
  .landing-guide .container .left ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .landing-guide .container .left ul li:last-child {
    margin-bottom: 0;
  }
  .landing-guide .container .left ul li .semi {
    flex-shrink: 0;
    width: 23vw;
    opacity: 0.8;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li p {
    margin: 0;
    line-height: 1.4;
  }
  .landing-guide .container .left ul li.open-time .semi {
    padding-top: 0.5rem;
  }
  .landing-guide .container .left ul li.open-time p {
    font-size: clamp(3.2rem, 3.4vw, 5.5rem);
    line-height: 1;
    letter-spacing: 0.4rem;
  }
  .landing-guide .container .left ul li.rest-day .semi {
    padding-top: 0.7rem;
  }
  .landing-guide .container .left ul li.rest-day p .main {
    flex-shrink: 0;
    margin-right: 1.25rem;
    font-size: clamp(2.7rem, 2.5vw, 4.2rem);
    line-height: 1.2;
    letter-spacing: 0.3rem;
  }
  .landing-guide .container .left ul li.rest-day p .sub {
    font-size: 1.5rem;
    line-height: 1.35;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .left ul li.parking {
    margin-top: 0.7rem;
  }
  .landing-guide .container .left ul li.parking .semi {
    padding-top: 0.1rem;
  }
  .landing-guide .container .left ul li.parking p {
    padding-top: 0rem;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right {
    width: 100%;
    padding: 2rem 1rem 0 1rem;
  }
  .landing-guide .container .right .tel {
    width: 100%;
  }
  .landing-guide .container .right .tel .semi {
    margin-bottom: 0.4rem;
  }
  .landing-guide .container .right .tel .semi img {
    width: 4vw;
    height: 4vw;
    margin-right: 0.7rem;
  }
  .landing-guide .container .right .tel .semi .catch {
    opacity: 0.8;
    font-size: clamp(2rem, 2vw, 3rem);
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
  .landing-guide .container .right .tel .number {
    font-size: clamp(4.3rem, 4.8vw, 8.2rem);
    line-height: 1.05;
    letter-spacing: 0.5rem;
  }
  .landing-guide .container .right .caution {
    margin-top: 1.7rem;
    opacity: 0.8;
  }
  .landing-guide .container .right .caution p {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.1rem;
  }
  .landing-guide .container .right .caution p .small {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
/* =========================================================

ITEM-LINEUP

========================================================= */
.item-lineup {
  overflow: hidden;
  position: relative;
}
.item-lineup .borders {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.item-lineup .borders .border {
  border-left: solid 1px #bebebe;
  width: 1px;
  height: 100%;
}
.item-lineup .title {
  position: relative;
  z-index: 3;
  max-width: 132rem;
  margin: 0 auto 0;
  padding: 5rem 0 0 0;
}
.item-lineup .title h2 {
  font-family: "Oswald";
}
.item-lineup .title h2 .main {
  display: block;
  letter-spacing: 8px;
  font-size: 7rem;
}
.item-lineup .title h2 .sub {
  display: block;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  margin: 5px 0 0 0;
  letter-spacing: 4px;
  font-size: 2.5rem;
}
.item-lineup .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 5rem 0 0rem 0;
}
.item-lineup .container .left .gallery-slider {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}
.item-lineup .container .left .gallery-slider__main {
  position: relative;
  aspect-ratio: 3/4;
}
.item-lineup .container .left .gallery-slider__main .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #eeeeee;
}
.item-lineup .container .left .gallery-slider__main .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow--next {
  right: -2rem;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow--prev {
  left: -2rem;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  color: #ffffff;
  background-color: rgba(15, 15, 15, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 0;
  opacity: 0.9;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, margin-top 0.25s ease;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow::before {
  color: currentColor;
  font-family: "Righteous", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow:focus-visible {
  outline-offset: 4px;
}
.item-lineup .container .left .gallery-slider__main .splide__arrow:disabled {
  opacity: 0.35;
}
@media (hover: hover) {
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):hover {
    margin-top: -3px;
    color: #111111;
    background-color: #ffffff;
    border-color: #111111;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):active {
    margin-top: 0;
  }
}
.item-lineup .container .left .gallery-slider__thumbnail {
  margin-top: 16px;
}
.item-lineup .container .left .gallery-slider__thumbnail .splide__slide {
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
  opacity: 0.45;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.item-lineup .container .left .gallery-slider__thumbnail .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-lineup .container .left .gallery-slider__thumbnail .splide__slide:hover {
  opacity: 0.75;
}
.item-lineup .container .left .gallery-slider__thumbnail .splide__slide.is-active {
  opacity: 1;
  border-color: #242424;
}
.item-lineup .container .right {
  width: 66rem;
  padding: 80px 0 0 80px;
}
.item-lineup .container .right .en-copy {
  font-family: "Jost";
  font-weight: 400;
  font-size: 3.2rem;
}
.item-lineup .container .right h3 {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  letter-spacing: 6px;
  font-size: 43px;
}
.item-lineup .container .right ul {
  margin: 4rem 0 0 0;
}
.item-lineup .container .right ul li {
  position: relative;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  text-align: center;
  background: #111;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  padding: 1rem 2rem 1rem;
  color: #dbd6d6;
  margin: 1rem 0 0 0;
  font-size: 1.875rem;
}
.item-lineup .container .right ul li::before, .item-lineup .container .right ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.item-lineup .container .right ul li::before {
  top: 0.2rem;
}
.item-lineup .container .right ul li::after {
  bottom: 0.2rem;
}
.item-lineup .container .right .sentence {
  margin: 45px 0 0 0;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
}
.item-lineup .container .right .sentence p {
  color: #111111;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.85;
  font-size: 2rem;
  padding: 1rem 0;
}
.item-lineup .text-rotate {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 0px 0;
  margin: 1rem 0 0 0;
}
.item-lineup .text-rotate ul {
  position: relative;
  display: flex;
  list-style: none;
  white-space: nowrap;
  margin: 1.5rem 0 0 0;
  padding: 0;
  will-change: transform, opacity;
  gap: 3.5rem;
}
.item-lineup .text-rotate ul li {
  position: relative;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  color: #464646;
  letter-spacing: 1px;
  font-size: 24px;
  opacity: 0.8;
}
.item-lineup .text-rotate ul li::before {
  content: "#";
}
.item-lineup .text-rotate ul:nth-child(2n) li {
  color: #616161;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .item-lineup .borders {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item-lineup .borders .border {
    width: 1px;
    height: 100%;
  }
  .item-lineup .title {
    max-width: 93%;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .item-lineup .title h2 .main {
    font-size: 7rem;
    letter-spacing: 8px;
  }
  .item-lineup .title h2 .sub {
    margin-top: 5px;
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .item-lineup .container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .item-lineup .container .left {
    width: 50%;
    padding: 0 0 0 3rem;
  }
  .item-lineup .container .left .gallery-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .item-lineup .container .left .gallery-slider__main {
    aspect-ratio: 3/4;
  }
  .item-lineup .container .left .gallery-slider__main .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--next {
    right: -2rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--prev {
    left: -2rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow {
    padding: 2.5rem;
    border-radius: 0;
    opacity: 0.9;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow::before {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow svg {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:focus-visible {
    outline-offset: 4px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:disabled {
    opacity: 0.35;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) and (hover: hover) {
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):hover {
    margin-top: -3px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):active {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .item-lineup .container .left .gallery-slider__thumbnail {
    margin-top: 16px;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide {
    aspect-ratio: 1/1;
    opacity: 0.45;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide:hover {
    opacity: 0.75;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide.is-active {
    opacity: 1;
  }
  .item-lineup .container .right {
    width: 50%;
    padding: 5rem 0 0 3rem;
  }
  .item-lineup .container .right .en-copy {
    font-size: 3rem;
  }
  .item-lineup .container .right h3 {
    font-size: 3.8rem;
    letter-spacing: 4px;
  }
  .item-lineup .container .right ul {
    margin-top: 4rem;
    padding: 0 1rem 0 0;
  }
  .item-lineup .container .right ul li {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.75rem;
  }
  .item-lineup .container .right ul li::before, .item-lineup .container .right ul li::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .item-lineup .container .right ul li::before {
    top: 0.2rem;
  }
  .item-lineup .container .right ul li::after {
    bottom: 0.2rem;
  }
  .item-lineup .container .right .sentence {
    margin-top: 45px;
  }
  .item-lineup .container .right .sentence p {
    padding: 1rem 0;
    font-size: 1.9rem;
    line-height: 2.5;
    letter-spacing: 0.2rem;
  }
  .item-lineup .text-rotate {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
  .item-lineup .text-rotate ul {
    margin-top: 1.5rem;
    padding: 0;
    gap: 3.5rem;
  }
  .item-lineup .text-rotate ul li {
    font-size: 2.2rem;
    letter-spacing: 1px;
    opacity: 0.8;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item-lineup .borders {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item-lineup .borders .border {
    width: 1px;
    height: 100%;
  }
  .item-lineup .title {
    max-width: 93%;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .item-lineup .title h2 .main {
    font-size: 7rem;
    letter-spacing: 8px;
  }
  .item-lineup .title h2 .sub {
    margin-top: 5px;
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
  .item-lineup .container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .item-lineup .container .left {
    width: 47.5%;
    padding: 0 0 0 3rem;
  }
  .item-lineup .container .left .gallery-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .item-lineup .container .left .gallery-slider__main {
    aspect-ratio: 3/4;
  }
  .item-lineup .container .left .gallery-slider__main .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--next {
    right: -2rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--prev {
    left: -2rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow {
    padding: 2.5rem;
    border-radius: 0;
    opacity: 0.9;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow::before {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow svg {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:focus-visible {
    outline-offset: 4px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:disabled {
    opacity: 0.35;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (hover: hover) {
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):hover {
    margin-top: -3px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):active {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .item-lineup .container .left .gallery-slider__thumbnail {
    margin-top: 16px;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide {
    aspect-ratio: 1/1;
    opacity: 0.45;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide:hover {
    opacity: 0.75;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide.is-active {
    opacity: 1;
  }
  .item-lineup .container .right {
    width: 52.5%;
    padding: 5rem 0 0 2.5rem;
  }
  .item-lineup .container .right .en-copy {
    font-size: 2.8rem;
  }
  .item-lineup .container .right h3 {
    font-size: 3.3rem;
    letter-spacing: 3px;
  }
  .item-lineup .container .right ul {
    margin-top: 3rem;
    padding: 0 1rem 0 0;
  }
  .item-lineup .container .right ul li {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
  }
  .item-lineup .container .right ul li::before, .item-lineup .container .right ul li::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .item-lineup .container .right ul li::before {
    top: 0.2rem;
  }
  .item-lineup .container .right ul li::after {
    bottom: 0.2rem;
  }
  .item-lineup .container .right .sentence {
    margin-top: 35px;
  }
  .item-lineup .container .right .sentence p {
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 2.5;
    letter-spacing: 0.2rem;
  }
  .item-lineup .text-rotate {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
  .item-lineup .text-rotate ul {
    margin-top: 1.5rem;
    padding: 0;
    gap: 3.5rem;
  }
  .item-lineup .text-rotate ul li {
    font-size: 2.2rem;
    letter-spacing: 1px;
    opacity: 0.8;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .item-lineup .borders {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .item-lineup .borders .border {
    width: 1px;
    height: 100%;
  }
  .item-lineup .title {
    max-width: 92%;
    margin: 0 auto;
    padding-top: 5rem;
  }
  .item-lineup .title h2 .main {
    font-size: 10vw;
    letter-spacing: 5px;
  }
  .item-lineup .title h2 .sub {
    margin-top: 5px;
    font-size: 5.75vw;
    letter-spacing: 4px;
  }
  .item-lineup .container {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 5rem;
    display: block;
  }
  .item-lineup .container .left {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .item-lineup .container .left .gallery-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .item-lineup .container .left .gallery-slider__main {
    aspect-ratio: 3/4;
  }
  .item-lineup .container .left .gallery-slider__main .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--next {
    right: -1rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow--prev {
    left: -1rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow {
    padding: 2.5rem;
    border-radius: 0;
    opacity: 0.9;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow::before {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow svg {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:focus-visible {
    outline-offset: 4px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:disabled {
    opacity: 0.35;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):hover {
    margin-top: -3px;
  }
  .item-lineup .container .left .gallery-slider__main .splide__arrow:not(:disabled):active {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-lineup .container .left .gallery-slider__thumbnail {
    margin-top: 16px;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide {
    aspect-ratio: 1/1;
    opacity: 0.45;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide img {
    width: 100%;
    height: 100%;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide:hover {
    opacity: 0.75;
  }
  .item-lineup .container .left .gallery-slider__thumbnail .splide__slide.is-active {
    opacity: 1;
  }
  .item-lineup .container .right {
    width: 100%;
    padding: 5rem 4% 0 4%;
  }
  .item-lineup .container .right .en-copy {
    font-size: 5vw;
  }
  .item-lineup .container .right h3 {
    font-size: 7vw;
    letter-spacing: 3px;
  }
  .item-lineup .container .right ul {
    margin-top: 3rem;
    padding: 0 1rem 0 0;
  }
  .item-lineup .container .right ul li {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    font-size: 3.75vw;
  }
  .item-lineup .container .right ul li::before, .item-lineup .container .right ul li::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .item-lineup .container .right ul li::before {
    top: 0.2rem;
  }
  .item-lineup .container .right ul li::after {
    bottom: 0.2rem;
  }
  .item-lineup .container .right .sentence {
    margin-top: 35px;
  }
  .item-lineup .container .right .sentence p {
    padding: 1rem 0;
    font-size: 4vw;
    line-height: 2.5;
    letter-spacing: 0.2rem;
  }
  .item-lineup .text-rotate {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
  .item-lineup .text-rotate ul {
    margin-top: 1.5rem;
    padding: 0;
    gap: 3.5rem;
  }
  .item-lineup .text-rotate ul li {
    font-size: 4.5vw;
    letter-spacing: 1px;
    opacity: 0.8;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

FEATURE

========================================================= */
.feature {
  background-color: hsl(0, 0%, 97%);
  background-image: radial-gradient(at 40% 20%, hsl(27, 0%, 100%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(340, 0%, 83%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(18, 0%, 95%) 0px, transparent 50%);
  margin: 5rem 0 0 0;
}
.feature .title {
  text-align: center;
  padding: 5rem 0 0 0;
}
.feature .title .en-phrase {
  font-family: "Oswald";
  color: #111111;
  letter-spacing: 0.8rem;
  font-size: 10rem;
}
.feature .title h2 {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
}
.feature .box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 5rem auto 0;
  padding: 0 2%;
}
.feature .box-wrapper .box {
  position: relative;
  width: 24%;
  min-height: 400px;
  padding: 1px 0 2rem 0;
}
.feature .box-wrapper .box .number {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Jost";
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.feature .box-wrapper .box .number::before {
  content: "";
  width: 5rem;
  height: 1px;
  margin: 0 1rem 0 0;
  background: #ffffff;
  opacity: 0.7;
}
.feature .box-wrapper .box h3 {
  text-align: center;
  margin: -1rem 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.feature .box-wrapper .box h3 .catch {
  position: relative;
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 1rem 3rem;
  font-size: 1.8rem;
}
.feature .box-wrapper .box h3 .catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 2px;
}
.feature .box-wrapper .box .en-catch {
  font-family: "Oswald";
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
  text-align: right;
  padding: 0 0.5rem 0 0;
  margin: -4rem 0 0 0;
  color: #ffffff;
  opacity: 0.5;
  letter-spacing: 0.1rem;
  font-size: 4.75rem;
  transform: skew(-10deg);
}
.feature .box-wrapper .box h4 {
  padding: 2rem 3rem;
  line-height: 1.3;
}
.feature .box-wrapper .box h4 .catch {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.5rem;
}
.feature .box-wrapper .box .thumb {
  width: 100%;
  height: 400px;
}
.feature .box-wrapper .box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature .box-wrapper .box .sentence {
  padding: 0 4rem;
}
.feature .box-wrapper .box .sentence p {
  color: #ffffff;
  opacity: 0.9;
  line-height: 2;
  font-size: 1.7rem;
}
.feature .box-wrapper .box:nth-child(1) {
  background-color: #e70012;
  box-shadow: 8px 8px 0 0 #ffa6ad, rgba(153, 153, 153, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(1) h3 .catch {
  color: #e70012;
  box-shadow: rgba(185, 69, 69, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(1) h3 .catch::before {
  background-color: #e70012;
}
.feature .box-wrapper .box:nth-child(2) {
  background-color: #0068b2;
  box-shadow: 8px 8px 0 0 #84bfe9, rgba(153, 153, 153, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(2) h3 .catch {
  color: #0068b2;
  box-shadow: rgba(69, 133, 185, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(2) h3 .catch::before {
  background-color: #0068b2;
}
.feature .box-wrapper .box:nth-child(3) {
  background-color: #f89302;
  box-shadow: 8px 8px 0 0 #ebcb9e, rgba(153, 153, 153, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(3) h3 .catch {
  color: #f89302;
  box-shadow: rgba(185, 158, 69, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(3) h3 .catch::before {
  background-color: #f89302;
}
.feature .box-wrapper .box:nth-child(4) {
  background-color: #019e9d;
  box-shadow: 8px 8px 0 0 #7dc0c0, rgba(153, 153, 153, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(4) h3 .catch {
  color: #019e9d;
  box-shadow: rgba(132, 219, 171, 0.6) 0 7px 29px 0;
}
.feature .box-wrapper .box:nth-child(4) h3 .catch::before {
  background-color: #019e9d;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .feature {
    margin-top: 5rem;
  }
  .feature .title {
    padding-top: 5rem;
  }
  .feature .title .en-phrase {
    font-size: 10rem;
    letter-spacing: 0.8rem;
  }
  .feature .title h2 {
    font-size: 3.2rem;
  }
  .feature .box-wrapper {
    max-width: 1920px;
    margin: 1rem auto 0;
    padding: 0 2%;
  }
  .feature .box-wrapper .box {
    width: 48.5%;
    min-height: 400px;
    padding: 1px 0 3rem;
    margin: 4rem 0 0 0;
  }
  .feature .box-wrapper .box .number {
    font-size: 2rem;
  }
  .feature .box-wrapper .box .number::before {
    width: 5rem;
    height: 1px;
    margin-right: 1rem;
    opacity: 0.7;
  }
  .feature .box-wrapper .box h3 {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -1rem;
  }
  .feature .box-wrapper .box h3 .catch {
    padding: 1rem 3rem;
    font-size: 1.8rem;
  }
  .feature .box-wrapper .box h3 .catch::before {
    top: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    transform: translateX(-50%);
  }
  .feature .box-wrapper .box .en-catch {
    margin-top: -4rem;
    padding-right: 0.5rem;
    opacity: 0.5;
    font-size: 4.75rem;
    letter-spacing: 0.1rem;
    transform: skew(-10deg);
  }
  .feature .box-wrapper .box h4 {
    padding: 2rem 3rem;
    line-height: 1.3;
  }
  .feature .box-wrapper .box h4 .catch {
    font-size: 2.5rem;
  }
  .feature .box-wrapper .box .thumb {
    width: 100%;
    height: 400px;
  }
  .feature .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature .box-wrapper .box .sentence {
    padding: 0 4rem;
  }
  .feature .box-wrapper .box .sentence p {
    opacity: 0.9;
    font-size: 1.7rem;
    line-height: 2;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .feature {
    margin-top: 5rem;
  }
  .feature .title {
    padding-top: 5rem;
  }
  .feature .title .en-phrase {
    font-size: 8.5rem;
    letter-spacing: 0.8rem;
  }
  .feature .title h2 {
    font-size: 3rem;
  }
  .feature .box-wrapper {
    max-width: 1920px;
    margin: 1rem auto 0;
    padding: 0 2%;
  }
  .feature .box-wrapper .box {
    width: 48.5%;
    min-height: 400px;
    padding: 1px 0 3rem;
    margin: 4rem 0 0 0;
  }
  .feature .box-wrapper .box .number {
    font-size: 2rem;
  }
  .feature .box-wrapper .box .number::before {
    width: 5rem;
    height: 1px;
    margin-right: 1rem;
    opacity: 0.7;
  }
  .feature .box-wrapper .box h3 {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -1rem;
  }
  .feature .box-wrapper .box h3 .catch {
    padding: 1rem 3rem;
    font-size: 1.8rem;
  }
  .feature .box-wrapper .box h3 .catch::before {
    top: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    transform: translateX(-50%);
  }
  .feature .box-wrapper .box .en-catch {
    margin-top: -4rem;
    padding-right: 0.5rem;
    opacity: 0.5;
    font-size: 4.75rem;
    letter-spacing: 0.1rem;
    transform: skew(-10deg);
  }
  .feature .box-wrapper .box h4 {
    padding: 2rem 3rem;
    line-height: 1.3;
  }
  .feature .box-wrapper .box h4 .catch {
    font-size: 2.5rem;
  }
  .feature .box-wrapper .box .thumb {
    width: 100%;
    height: 300px;
  }
  .feature .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature .box-wrapper .box .sentence {
    padding: 0 4rem;
  }
  .feature .box-wrapper .box .sentence p {
    opacity: 0.9;
    font-size: 1.7rem;
    line-height: 2;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .feature {
    margin-top: 5rem;
  }
  .feature .title {
    padding-top: 5rem;
  }
  .feature .title .en-phrase {
    font-size: 13vw;
    letter-spacing: 0.8rem;
  }
  .feature .title h2 {
    font-size: 5vw;
  }
  .feature .box-wrapper {
    max-width: 1920px;
    margin: 1rem auto 0;
    display: block;
    padding: 0 4%;
  }
  .feature .box-wrapper .box {
    width: 100%;
    min-height: 400px;
    padding: 1px 0 4rem;
    margin: 4rem 0 0 0;
  }
  .feature .box-wrapper .box .number {
    font-size: 4vw;
  }
  .feature .box-wrapper .box .number::before {
    width: 5rem;
    height: 1px;
    margin-right: 1rem;
    opacity: 0.7;
  }
  .feature .box-wrapper .box h3 {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -1rem;
  }
  .feature .box-wrapper .box h3 .catch {
    padding: 1rem 3rem;
    font-size: 4.5vw;
  }
  .feature .box-wrapper .box h3 .catch::before {
    top: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    transform: translateX(-50%);
  }
  .feature .box-wrapper .box .en-catch {
    margin-top: -4rem;
    padding-right: 0.5rem;
    opacity: 0.5;
    font-size: 9vw;
    letter-spacing: 0.1rem;
    transform: skew(-10deg);
  }
  .feature .box-wrapper .box h4 {
    padding: 2rem 3rem;
    line-height: 1.3;
  }
  .feature .box-wrapper .box h4 .catch {
    font-size: 5vw;
  }
  .feature .box-wrapper .box .thumb {
    width: 100%;
    height: 300px;
  }
  .feature .box-wrapper .box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature .box-wrapper .box .sentence {
    padding: 0 4rem;
  }
  .feature .box-wrapper .box .sentence p {
    opacity: 0.9;
    font-size: 3.85vw;
    line-height: 2;
  }
}
/* =========================================================

OTHER-LINK

========================================================= */
.other-link {
  max-width: 1480px;
  margin: 0 auto 0;
  padding: 100px 2% 100px 2%;
}
.other-link ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other-link ul li {
  width: 48.5%;
  box-shadow: rgba(162, 207, 193, 0.4) 0 7px 29px 0;
  margin: 50px 0 0 0;
}
.other-link ul li a {
  color: #fff;
  display: flex;
  align-items: stretch;
  height: 100%;
  position: relative;
}
.other-link ul li a .back {
  position: absolute;
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 70px;
  line-height: 0.9;
  opacity: 0.4;
}
.other-link ul li a .thumb {
  width: 40%;
}
.other-link ul li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-link ul li a .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  padding: 30px 40px 30px 40px;
}
.other-link ul li a .text h3 {
  color: #fff;
  font-size: 25px;
}
.other-link ul li a .text .sentence {
  padding: 10px 0 20px 0;
  font-size: 16px;
}
.other-link ul li a .text .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  border: solid 2px #fff;
}
.other-link ul li a .text .button p {
  font-size: 18px;
  padding: 0 10px 0 0;
}
.other-link ul li a .text .button img {
  width: 30px;
  height: auto;
}
.other-link ul li.instagram a {
  background: radial-gradient(circle at 20% 120%, #feda75 0%, transparent 32%), radial-gradient(circle at 0% 0%, #405de6 0%, transparent 34%), linear-gradient(135deg, #833ab4 0%, #c13584 46%, #e1306c 68%, #fd1d1d 88%, #f77737 100%);
}
.other-link ul li.instagram a .back {
  right: 0;
  top: 0;
  opacity: 0.22;
}
.other-link ul li.instagram a .thumb {
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
}
.other-link ul li.instagram a .text h3 {
  margin: 0 0 0 -60px;
}
.other-link ul li.instagram a .text .sentence {
  margin: 0 0 0 -30px;
}
.other-link ul li.base a {
  background: #111111;
  flex-direction: row-reverse;
}
.other-link ul li.base a .back {
  left: 0;
  top: 0;
  opacity: 0.16;
}
.other-link ul li.base a .thumb {
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .other-link {
    max-width: 1480px;
    margin: 0 auto 0;
    padding: 100px 2% 100px 2%;
  }
  .other-link .title h2 {
    text-align: center;
    font-size: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .other-link .title h2::before, .other-link .title h2::after {
    content: "";
    width: 3px;
    height: 55px;
    background: #399baa;
    position: relative;
    border-radius: 10px;
  }
  .other-link .title h2::before {
    transform: rotate(-40deg);
    left: -20px;
  }
  .other-link .title h2::after {
    transform: rotate(40deg);
    right: -20px;
  }
  .other-link .title h2 .color {
    color: #399baa;
  }
  .other-link .title p {
    font-size: 17px;
    text-align: center;
  }
  .other-link ul li {
    width: 49%;
    margin: 50px 0 0 0;
  }
  .other-link ul li a {
    height: 100%;
  }
  .other-link ul li a .back {
    font-size: 60px;
    line-height: 0.9;
    opacity: 0.4;
  }
  .other-link ul li a .thumb {
    width: 40%;
  }
  .other-link ul li a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .other-link ul li a .text {
    height: 100%;
    width: 60%;
    padding: 30px 25px 30px 25px;
  }
  .other-link ul li a .text h3 {
    font-size: 24px;
  }
  .other-link ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 15px;
  }
  .other-link ul li a .text .button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .other-link ul li a .text .button p {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .other-link ul li a .text .button img {
    width: 20px;
    height: auto;
  }
  .other-link ul li.graduate a .thumb {
    clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
  }
  .other-link ul li.graduate a .text h3 {
    margin: 0 0 0 -30px;
  }
  .other-link ul li.graduate a .text .sentence {
    margin: 0 0 0 -15px;
  }
  .other-link ul li.jitan a .thumb {
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
  }
} /* 1024px～1280px responsive-close */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .other-link {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 90px 4% 90px 4%;
  }
  .other-link .title h2 {
    text-align: center;
    font-size: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .other-link .title h2::before, .other-link .title h2::after {
    content: "";
    width: 3px;
    height: 55px;
    background: #399baa;
    position: relative;
    border-radius: 10px;
  }
  .other-link .title h2::before {
    transform: rotate(-40deg);
    left: -20px;
  }
  .other-link .title h2::after {
    transform: rotate(40deg);
    right: -20px;
  }
  .other-link .title h2 .color {
    color: #399baa;
  }
  .other-link .title p {
    font-size: 17px;
    text-align: center;
  }
  .other-link ul {
    display: block;
  }
  .other-link ul li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .other-link ul li a {
    height: 100%;
  }
  .other-link ul li a .back {
    font-size: 50px;
    line-height: 0.9;
    opacity: 0.4;
  }
  .other-link ul li a .thumb {
    width: 40%;
  }
  .other-link ul li a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .other-link ul li a .text {
    height: 100%;
    width: 60%;
    padding: 30px 25px 30px 25px;
  }
  .other-link ul li a .text h3 {
    font-size: 24px;
  }
  .other-link ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 15px;
  }
  .other-link ul li a .text .button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .other-link ul li a .text .button p {
    font-size: 16px;
    padding: 0 10px 0 0;
  }
  .other-link ul li a .text .button img {
    width: 20px;
    height: auto;
  }
  .other-link ul li.graduate a .thumb {
    clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
  }
  .other-link ul li.graduate a .text h3 {
    margin: 0 0 0 -30px;
  }
  .other-link ul li.graduate a .text .sentence {
    margin: 0 0 0 -15px;
  }
  .other-link ul li.jitan a .thumb {
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .other-link {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 30px 0% 10px 0%;
  }
  .other-link .title h2 {
    font-size: 6vw;
  }
  .other-link .title h2::before, .other-link .title h2::after {
    display: none;
  }
  .other-link .title p {
    font-size: 4vw;
    text-align: center;
  }
  .other-link ul {
    display: block;
  }
  .other-link ul li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .other-link ul li a {
    height: 100%;
  }
  .other-link ul li a .back {
    font-size: 10.75vw;
    line-height: 0.9;
    opacity: 0.4;
  }
  .other-link ul li a .thumb {
    width: 40%;
  }
  .other-link ul li a .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .other-link ul li a .text {
    height: 100%;
    width: 60%;
    padding: 20px 25px 20px 25px;
  }
  .other-link ul li a .text h3 {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
  .other-link ul li a .text .sentence {
    padding: 10px 0 20px 0;
    font-size: 3.5vw;
  }
  .other-link ul li a .text .button {
    padding: 10px 10px 10px 10px;
    border: solid 2px #fff;
  }
  .other-link ul li a .text .button p {
    font-size: 3.25vw;
    padding: 0 10px 0 0;
  }
  .other-link ul li a .text .button img {
    width: 3vw;
    height: auto;
  }
  .other-link ul li.graduate a .thumb {
    clip-path: polygon(0 0, 62% 0, 100% 100%, 0% 100%);
  }
  .other-link ul li.graduate a .text h3 {
    margin: 0 0 0 -40px;
  }
  .other-link ul li.graduate a .text .sentence {
    margin: 0 0 0 -20px;
  }
  .other-link ul li.jitan a .thumb {
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0% 100%);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* =========================================================

ACCESS

========================================================= */
.access {
  margin: 3rem 0 0 0;
}
.access .title {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 3% 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.access .title h2 {
  display: flex;
  align-items: flex-end;
}
.access .title h2 .en {
  line-height: 1;
  font-family: "Oswald";
  color: #111111;
  letter-spacing: 0.8rem;
  font-size: 10rem;
}
.access .title h2 .border {
  width: 2px;
  height: 4rem;
  background: #111111;
  transform: rotate(45deg);
  margin: 0 4rem 0 3rem;
  position: relative;
  top: -0.1rem;
}
.access .title h2 .jp {
  display: flex;
  align-items: flex-end;
}
.access .title h2 .jp .catch {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
}
.access .title .attend p {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  font-size: 2.5rem;
  position: relative;
  top: 0.4rem;
}
.access .container {
  display: flex;
  max-width: 1920px;
  margin: 2rem auto 0;
  position: relative;
}
.access .container::before, .access .container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}
.access .container::before {
  top: -3px;
}
.access .container::after {
  bottom: -3px;
}
.access .container .google-map {
  width: 50%;
}
.access .container .google-map iframe {
  width: 100%;
}
.access .container .google-map {
  position: relative;
}
.access .container .content {
  background: #fafafa;
  width: 50%;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.access .container .content .block {
  margin: 4rem 0 0 0;
}
.access .container .content .block .semi-title {
  display: flex;
  align-items: center;
}
.access .container .content .block .semi-title .icon {
  display: block;
  width: 3.5rem;
  height: auto;
  margin: 0 1rem 0 0;
}
.access .container .content .block .semi-title h3 {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  font-size: 2.75rem;
}
.access .container .content .block .detail {
  margin: 1rem 0 0 4.5rem;
}
.access .container .content .block .detail h4 {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  color: #333;
  font-size: 2rem;
  margin: 2rem 0 0 0;
}
.access .container .content .block .detail ul {
  margin: 1rem 0 1rem 0;
}
.access .container .content .block .detail ul li {
  position: relative;
  color: #333333;
  padding: 1rem 0.5rem;
  font-size: 1.8rem;
}
.access .container .content .block .detail ul li::before {
  content: "◆";
  color: #b1b1b1;
  font-size: 0.5em;
  margin: 0 1.5rem 0 0;
}
.access .container .content .block .detail p {
  font-size: 1.8rem;
  color: #333333;
}
.access .container .content .block .detail p .small {
  font-size: 0.825em;
}
.access .container .content .block:nth-child(1) {
  margin: 0 0 0 0;
}
.access .container .content .place .semi-title h3 {
  position: relative;
}
.access .container .content .place .detail {
  position: relative;
}
.access .container .content .buy-car .semi-title h3 {
  position: relative;
}
.access .container .content .buy-car .detail {
  position: relative;
}
.access .container .content .buy-car .semi-title h3 {
  position: relative;
}
.access .container .content .buy-car .detail {
  position: relative;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .access {
    margin-top: 3rem;
  }
  .access .title {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3% 3rem;
  }
  .access .title h2 {
    display: block;
  }
  .access .title h2 .en {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.8rem;
  }
  .access .title h2 .border {
    display: none;
  }
  .access .title h2 .jp {
    margin: 0.5rem 0 0 0;
  }
  .access .title h2 .jp .catch {
    font-size: 3.2rem;
  }
  .access .title .attend p {
    top: 0rem;
    font-size: 2.5rem;
    line-height: 1.45;
  }
  .access .container {
    max-width: 1920px;
    margin: 2rem auto 0;
  }
  .access .container::before, .access .container::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .access .container::before {
    top: -3px;
  }
  .access .container::after {
    bottom: -3px;
  }
  .access .container .google-map {
    width: 50%;
  }
  .access .container .google-map iframe {
    width: 100%;
  }
  .access .container .content {
    width: 50%;
    padding: 0 4rem;
  }
  .access .container .content .block {
    margin-top: 4rem;
  }
  .access .container .content .block .semi-title .icon {
    width: 3.5rem;
    height: auto;
    margin-right: 1rem;
  }
  .access .container .content .block .semi-title h3 {
    font-size: 2.75rem;
  }
  .access .container .content .block .detail {
    margin: 1rem 0 0 4.5rem;
  }
  .access .container .content .block .detail h4 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .access .container .content .block .detail ul {
    margin: 1rem 0;
  }
  .access .container .content .block .detail ul li {
    padding: 1rem 0.5rem;
    font-size: 1.8rem;
  }
  .access .container .content .block .detail ul li::before {
    content: "◆";
    margin-right: 1.5rem;
    font-size: 0.5em;
  }
  .access .container .content .block .detail p {
    font-size: 1.8rem;
  }
  .access .container .content .block .detail p .small {
    font-size: 0.825em;
  }
  .access .container .content .block:nth-child(1) {
    margin: 0;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .access {
    margin-top: 3rem;
  }
  .access .title {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3% 3rem;
  }
  .access .title h2 {
    display: block;
  }
  .access .title h2 .en {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.8rem;
  }
  .access .title h2 .border {
    display: none;
  }
  .access .title h2 .jp {
    margin: 0.5rem 0 0 0;
  }
  .access .title h2 .jp .catch {
    font-size: 2.8rem;
  }
  .access .title .attend p {
    top: 0rem;
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .access .container {
    max-width: 1920px;
    margin: 2rem auto 0;
  }
  .access .container::before, .access .container::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .access .container::before {
    top: -3px;
  }
  .access .container::after {
    bottom: -3px;
  }
  .access .container .google-map {
    width: 50%;
  }
  .access .container .google-map iframe {
    width: 100%;
  }
  .access .container .content {
    width: 50%;
    padding: 0 2rem;
  }
  .access .container .content .block {
    margin-top: 4rem;
  }
  .access .container .content .block .semi-title .icon {
    width: 3rem;
    height: auto;
    margin-right: 1rem;
  }
  .access .container .content .block .semi-title h3 {
    font-size: 2.4rem;
  }
  .access .container .content .block .detail {
    margin: 1rem 0 0 3rem;
  }
  .access .container .content .block .detail h4 {
    margin-top: 2rem;
    font-size: 1.9rem;
  }
  .access .container .content .block .detail ul {
    margin: 1rem 0;
  }
  .access .container .content .block .detail ul li {
    padding: 1rem 0.5rem;
    font-size: 1.7rem;
  }
  .access .container .content .block .detail ul li::before {
    content: "◆";
    margin-right: 1.5rem;
    font-size: 0.5em;
  }
  .access .container .content .block .detail p {
    font-size: 1.8rem;
  }
  .access .container .content .block .detail p .small {
    font-size: 0.825em;
  }
  .access .container .content .block:nth-child(1) {
    margin: 0;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .access {
    margin-top: 7rem;
  }
  .access .title {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 4% 3rem;
    display: block;
  }
  .access .title h2 .en {
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0.4rem;
  }
  .access .title h2 .border {
    width: 2px;
    height: 2.75rem;
    transform: rotate(45deg);
    margin: 0 2.5rem 0 1.5rem;
    top: -0.1rem;
  }
  .access .title h2 .jp {
    margin: 0.5rem 0 0 0;
  }
  .access .title h2 .jp .catch {
    font-size: 4.5vw;
  }
  .access .title .attend {
    margin: 2rem 0 0 0;
  }
  .access .title .attend p {
    top: 0rem;
    font-size: 4vw;
    line-height: 1.45;
  }
  .access .container {
    max-width: 1920px;
    margin: 2rem auto 0;
    display: block;
  }
  .access .container::before, .access .container::after {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
  }
  .access .container::before {
    top: -3px;
  }
  .access .container::after {
    bottom: -3px;
  }
  .access .container .google-map {
    width: 100%;
  }
  .access .container .google-map iframe {
    width: 100%;
    height: 400px;
  }
  .access .container .content {
    width: 100%;
    padding: 4rem 2.5rem 5rem 2.5rem;
  }
  .access .container .content .block {
    margin-top: 4rem;
  }
  .access .container .content .block .semi-title .icon {
    width: 5.2vw;
    height: auto;
    margin-right: 1rem;
  }
  .access .container .content .block .semi-title h3 {
    font-size: 5.2vw;
  }
  .access .container .content .block .detail {
    margin: 1rem 0 0 0rem;
  }
  .access .container .content .block .detail h4 {
    margin-top: 2rem;
    font-size: 1.9rem;
  }
  .access .container .content .block .detail ul {
    margin: 1rem 0;
  }
  .access .container .content .block .detail ul li {
    padding: 1rem 0.5rem;
    font-size: 3.25vw;
  }
  .access .container .content .block .detail ul li::before {
    content: "◆";
    margin-right: 1rem;
    font-size: 0.5em;
  }
  .access .container .content .block .detail p {
    font-size: 1.8rem;
  }
  .access .container .content .block .detail p .small {
    font-size: 0.825em;
  }
  .access .container .content .block:nth-child(1) {
    margin: 0;
  }
}
/* =========================================================

FOOTER

========================================================= */
.footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 10rem 0 0 0;
  padding: 0rem 0 0 0;
}
.footer .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: rotate 10s infinite linear;
  background: linear-gradient(-45deg, #000000 0%, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
  background-size: 400% 400%;
}
@keyframes rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer .text-rotation {
  position: relative;
  z-index: 3;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.footer .text-rotation .row {
  display: inline-block;
  padding-right: 4rem;
  font-size: 12rem;
  letter-spacing: 1rem;
}
.footer .text-rotation .row .font-a {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  font-family: "Oswald";
  font-weight: 700;
}
.footer .text-rotation .row .font-b {
  color: #fdfdfd;
  font-family: "Oswald";
  font-weight: 700;
}
.footer .container {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 12rem auto 0;
  padding: 0 3%;
}
.footer .container .first {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .container .first .left {
  display: flex;
  align-items: center;
}
.footer .container .first .left .logo {
  width: 20rem;
  margin: 0 6rem 0 0;
}
.footer .container .first .left .logo a img {
  width: 100%;
  height: auto;
}
.footer .container .first .left .explain h3 {
  color: #fff;
  font-size: 2rem;
}
.footer .container .first .left .explain h3 .en {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
}
.footer .container .first .left .explain .sentence {
  width: 60rem;
  margin: 2.5rem 0 0 0;
}
.footer .container .first .left .explain .sentence p {
  color: #ffffff;
  opacity: 0.8;
  font-size: 1.4rem;
}
.footer .container .first .site-menu ul {
  display: flex;
}
.footer .container .first .site-menu ul li {
  padding: 0 3rem 0 0;
}
.footer .container .first .site-menu ul li:last-child {
  margin: 0 0 0 0;
}
.footer .container .first .site-menu ul li a {
  color: #fff;
}
.footer .container .first .site-menu ul li a span.main, .footer .container .first .site-menu ul li a span.sub {
  text-align: center;
  display: block;
}
.footer .container .first .site-menu ul li a span.main {
  font-family: "Oswald";
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}
.footer .container .first .site-menu ul li a span.sub {
  font-size: 1.3rem;
  font-weight: 600;
  opacity: 0.7;
}
.footer .container .company {
  color: #fff;
  padding: 0 0 0 0;
  margin: 15rem 0 0 0;
}
.footer .container .company a {
  color: #ffffff;
  text-decoration: none;
}
.footer .container .company .semi-title {
  display: flex;
  align-items: center;
}
.footer .container .company .semi-title .en {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
}
.footer .container .company .semi-title h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0 0 0 2rem;
}
.footer .container .company .semi-title h2::before {
  content: "";
  width: 1.5px;
  height: 2rem;
  background: #fff;
  text-shadow: 0px 1px 1px rgba(127, 195, 177, 0.4);
  transform: rotate(30deg);
  opacity: 0.8;
  margin: 0 2rem 0 0;
}
.footer .container .company .table {
  margin: 2rem 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .container .company .table dl {
  position: relative;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  width: 50%;
  padding: 2rem 0;
}
.footer .container .company .table dl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1px;
  height: 50%;
  background: #fff;
}
.footer .container .company .table dl dt, .footer .container .company .table dl dd {
  font-size: 1.3rem;
}
.footer .container .company .table dl dt {
  position: relative;
  width: 30%;
  padding: 1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container .company .table dl dt::after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.footer .container .company .table dl dd {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .container .company .table dl dd .en {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
}
.footer .container .company .table dl dd ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .container .company .table dl dd ul li {
  padding: 0.5rem 0 0.5rem;
}
.footer .container .company .table dl dd ul li::before {
  content: "";
  display: inline-block;
  border: solid 1px #fff;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 1rem 0 0;
  transform: rotate(45deg);
  opacity: 0.8;
  position: relative;
  top: -1px;
}
.footer .container .second {
  position: relative;
}
.footer .container .second .en-back {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Righteous";
  font-weight: 400;
  font-size: 20vw;
  margin: 12rem 0 0 0;
}
.footer .container .second .copyright {
  color: #fff;
  font-family: "Jost";
  font-weight: 600;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
  margin: 4rem 0 0 0;
  padding: 0 0 8rem 0;
}

/* -----------------------------------
Responsive: 1024–1280 (Small PC)
----------------------------------- */
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer {
    width: 100%;
    margin-top: 10rem;
    padding: 0;
  }
  .footer .bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    animation・background関連は
    PC版からそのまま継承
    */
  }
  .footer .text-rotation {
    width: 100%;
  }
  .footer .text-rotation .row {
    padding-right: 4rem;
    font-size: 12rem;
    letter-spacing: 1rem;
  }
  .footer .text-rotation .row .font-a {
    -webkit-text-stroke-width: 2px;
  }
  .footer .container {
    max-width: 1920px;
    margin: 12rem auto 0;
    padding: 0 2%;
  }
  .footer .container .first {
    flex-wrap: wrap;
  }
  .footer .container .first .left {
    display: block;
    width: 30%;
  }
  .footer .container .first .left .logo {
    width: 15rem;
    margin-right: 0rem;
  }
  .footer .container .first .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first .left .explain {
    margin: 1.5rem 0 0 0;
  }
  .footer .container .first .left .explain h3 {
    font-size: 2rem;
  }
  .footer .container .first .left .explain .sentence {
    width: 100%;
    margin-top: 2.5rem;
  }
  .footer .container .first .left .explain .sentence p {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  .footer .container .first .site-menu ul {
    justify-content: flex-end;
  }
  .footer .container .first .site-menu ul li {
    padding-right: 3rem;
  }
  .footer .container .first .site-menu ul li a span.main {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
  .footer .container .first .site-menu ul li a span.sub {
    font-size: 1.3rem;
    opacity: 0.7;
  }
  .footer .container .first .site-menu ul li:last-child {
    padding-right: 0;
  }
  .footer .container .company {
    margin-top: 15rem;
    padding: 0;
  }
  .footer .container .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .company .semi-title h2 {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .footer .container .company .semi-title h2::before {
    width: 1.5px;
    height: 2rem;
    margin-right: 2rem;
    opacity: 0.8;
    transform: rotate(30deg);
  }
  .footer .container .company .table {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .footer .container .company .table dl {
    width: 50%;
    padding: 2rem 0;
  }
  .footer .container .company .table dl::after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translate(50%, -50%);
  }
  .footer .container .company .table dl dt,
  .footer .container .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .company .table dl dt {
    width: 30%;
    padding: 1rem 0;
  }
  .footer .container .company .table dl dt::after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .container .company .table dl dd {
    padding: 1rem 2rem;
  }
  .footer .container .company .table dl dd ul {
    margin: 0;
    padding: 0;
  }
  .footer .container .company .table dl dd ul li {
    padding: 0.5rem 0;
  }
  .footer .container .company .table dl dd ul li::before {
    top: -1px;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1rem;
    opacity: 0.8;
    transform: rotate(45deg);
  }
  .footer .container .company .table dl:last-child {
    width: 100%;
  }
  .footer .container .second .en-back {
    margin-top: 12rem;
    font-size: 20vw;
  }
  .footer .container .second .copyright {
    margin-top: 4rem;
    padding-bottom: 8rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
/* -----------------------------------
Responsive: 768–1023 (Tablet)
----------------------------------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    width: 100%;
    margin-top: 10rem;
    padding: 0;
  }
  .footer .bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    animation・background関連は
    PC版からそのまま継承
    */
  }
  .footer .text-rotation {
    width: 100%;
  }
  .footer .text-rotation .row {
    padding-right: 4rem;
    font-size: 12rem;
    letter-spacing: 1rem;
  }
  .footer .text-rotation .row .font-a {
    -webkit-text-stroke-width: 2px;
  }
  .footer .container {
    max-width: 1920px;
    margin: 12rem auto 0;
    padding: 0 2%;
  }
  .footer .container .first {
    flex-wrap: wrap;
    display: block;
  }
  .footer .container .first .left {
    display: block;
    width: 100%;
  }
  .footer .container .first .left .logo {
    width: 15rem;
    margin-right: 0rem;
  }
  .footer .container .first .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first .left .explain {
    margin: 1.5rem 0 0 0;
  }
  .footer .container .first .left .explain h3 {
    font-size: 2rem;
  }
  .footer .container .first .left .explain .sentence {
    width: 100%;
    margin-top: 2.5rem;
  }
  .footer .container .first .left .explain .sentence p {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  .footer .container .first .site-menu {
    margin: 6rem 0 0 0;
  }
  .footer .container .first .site-menu ul {
    justify-content: flex-end;
  }
  .footer .container .first .site-menu ul li {
    padding-right: 3rem;
  }
  .footer .container .first .site-menu ul li a span.main {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
  .footer .container .first .site-menu ul li a span.sub {
    font-size: 1.3rem;
    opacity: 0.7;
  }
  .footer .container .first .site-menu ul li:last-child {
    padding-right: 0;
  }
  .footer .container .company {
    margin-top: 15rem;
    padding: 0;
  }
  .footer .container .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .company .semi-title h2 {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .footer .container .company .semi-title h2::before {
    width: 1.5px;
    height: 2rem;
    margin-right: 2rem;
    opacity: 0.8;
    transform: rotate(30deg);
  }
  .footer .container .company .table {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .footer .container .company .table dl {
    width: 50%;
    padding: 2rem 0;
  }
  .footer .container .company .table dl::after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translate(50%, -50%);
  }
  .footer .container .company .table dl dt,
  .footer .container .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .company .table dl dt {
    width: 30%;
    padding: 1rem 0;
  }
  .footer .container .company .table dl dt::after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .container .company .table dl dd {
    padding: 1rem 2rem;
  }
  .footer .container .company .table dl dd ul {
    margin: 0;
    padding: 0;
  }
  .footer .container .company .table dl dd ul li {
    padding: 0.5rem 0;
  }
  .footer .container .company .table dl dd ul li::before {
    top: -1px;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1rem;
    opacity: 0.8;
    transform: rotate(45deg);
  }
  .footer .container .company .table dl:last-child {
    width: 100%;
  }
  .footer .container .second .en-back {
    margin-top: 12rem;
    font-size: 20vw;
  }
  .footer .container .second .copyright {
    margin-top: 4rem;
    padding-bottom: 8rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}
/* -----------------------------------
Responsive: ～767 (Mobile)
---------------------------------- */
@media (max-width: 767px) {
  .footer {
    width: 100%;
    margin-top: 10rem;
    padding: 0;
  }
  .footer .bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*
    animation・background関連は
    PC版からそのまま継承
    */
  }
  .footer .text-rotation {
    width: 100%;
  }
  .footer .text-rotation .row {
    padding-right: 4rem;
    font-size: 14vw;
    letter-spacing: 0.6rem;
  }
  .footer .text-rotation .row .font-a {
    -webkit-text-stroke-width: 2px;
  }
  .footer .container {
    max-width: 1920px;
    margin: 12rem auto 0;
    padding: 0 5%;
  }
  .footer .container .first {
    flex-wrap: wrap;
    display: block;
  }
  .footer .container .first .left {
    display: block;
    width: 100%;
  }
  .footer .container .first .left .logo {
    width: 15rem;
    margin-right: 0rem;
  }
  .footer .container .first .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer .container .first .left .explain {
    margin: 1.5rem 0 0 0;
  }
  .footer .container .first .left .explain h3 {
    font-size: 2rem;
  }
  .footer .container .first .left .explain .sentence {
    width: 100%;
    margin-top: 2.5rem;
  }
  .footer .container .first .left .explain .sentence p {
    opacity: 0.8;
    font-size: 1.4rem;
  }
  .footer .container .first .site-menu {
    margin: 6rem 0 0 0;
  }
  .footer .container .first .site-menu ul {
    display: block;
  }
  .footer .container .first .site-menu ul li {
    padding-right: 0;
    padding: 1.5rem 0 1.5rem 0;
  }
  .footer .container .first .site-menu ul li a {
    display: flex;
    align-items: center;
  }
  .footer .container .first .site-menu ul li a span.main {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
  }
  .footer .container .first .site-menu ul li a span.sub {
    font-size: 1.3rem;
    opacity: 0.7;
    padding: 0 0 0 1.5rem;
  }
  .footer .container .first .site-menu ul li:last-child {
    padding-right: 0;
  }
  .footer .container .company {
    margin-top: 15rem;
    padding: 0;
  }
  .footer .container .company .semi-title .en {
    font-size: 2.5rem;
  }
  .footer .container .company .semi-title h2 {
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .footer .container .company .semi-title h2::before {
    width: 1.5px;
    height: 2rem;
    margin-right: 2rem;
    opacity: 0.8;
    transform: rotate(30deg);
  }
  .footer .container .company .table {
    width: 100%;
    margin-top: 2rem;
    flex-wrap: wrap;
    display: block;
  }
  .footer .container .company .table dl {
    width: 100%;
    padding: 2rem 0;
  }
  .footer .container .company .table dl::after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translate(50%, -50%);
    display: none;
  }
  .footer .container .company .table dl dt,
  .footer .container .company .table dl dd {
    font-size: 1.3rem;
  }
  .footer .container .company .table dl dt {
    width: 30%;
    padding: 1rem 0;
  }
  .footer .container .company .table dl dt::after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .container .company .table dl dd {
    padding: 1rem 2rem;
  }
  .footer .container .company .table dl dd ul {
    margin: 0;
    padding: 0;
  }
  .footer .container .company .table dl dd ul li {
    padding: 0.5rem 0;
  }
  .footer .container .company .table dl dd ul li::before {
    top: -1px;
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1rem;
    opacity: 0.8;
    transform: rotate(45deg);
  }
  .footer .container .company .table dl:last-child {
    width: 100%;
  }
  .footer .container .second .en-back {
    margin-top: 12rem;
    font-size: 20vw;
  }
  .footer .container .second .copyright {
    margin-top: 4rem;
    padding-bottom: 8rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
}

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