@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Braah+One&family=Chokokutai&family=Shippori+Mincho&family=Spinnaker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Hurricane&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}
:root {
  --easing-easeOut01: cubic-bezier(0.67, 0.31, 0.15, 1);
  --easing-easeOut02: cubic-bezier(0.11, 0.58, 0.26, 1.01);
  --title-jp: 50px;
  --row-space:5.208333333333334vw;
  --red:#E31115;
  --green: #37BCBC;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root {
    --row-space:3vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --row-space:2.6vw;
  }
  .sp-hidden {
    display: none;
  }
}
html {
  -webkit-animation: bodyfadein 1.8s ease forwards;
          animation: bodyfadein 1.8s ease forwards;
}

body {
  counter-reset: number 0;
}

img {
  max-width: 100%;
}

@-webkit-keyframes bodyfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodyfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 0.9rem;
  color: #020202;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
  font-weight: 300;
}

.single--wrap p {
  font-weight: 400;
  line-height: 1.85;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

body.home {
  overflow: hidden;
}

/*****************ハンバーガーメニュー*******************/
body.open {
  overflow: hidden;
}

.open #global-nav {
  z-index: 1000;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  color: #fff;
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: #000;
  z-index: -1;
}
#global-nav .Left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 50vh;
  padding: 5vh 5vh 5vh;
  overflow-y: auto;
  max-height: 100vh;
}
#global-nav .Left .Item {
  width: 100%;
  opacity: 0;
  -webkit-animation: overlay--logo 0.25s ease-in-out forwards;
          animation: overlay--logo 0.25s ease-in-out forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#global-nav .Left .Item .menu-title {
  font-family: "Cinzel", serif;
  color: #999;
  font-size: 24px;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-bottom: 0.3em;
  margin-top: 0.75em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  #global-nav .Left .Item .menu-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #global-nav .Left .Item .menu-title {
    font-size: 15px;
  }
}
#global-nav .Left .Item .jp-title {
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.4;
  font-style: italic;
  text-align: left;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  #global-nav .Left .Item .jp-title {
    font-size: 13px;
  }
}
#global-nav .Left .Item .jp-title::before {
  content: "─";
}
@media screen and (max-width: 767px) {
  #global-nav .Left .Item .jp-title {
    font-size: 13px;
  }
}
#global-nav .Left .Item ul.sub-menu li {
  border-bottom: none;
  font-size: 0.8rem;
  margin-top: 0.25em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #global-nav .Left .Item ul.sub-menu li {
    font-size: 0.7rem;
  }
}
#global-nav .Left .Item ul.sub-menu li a {
  color: #cac4c4;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#global-nav .Left .Item ul.sub-menu li::before {
  content: "-";
  color: #999;
}
#global-nav .Right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6vw 5vh;
  position: relative;
  opacity: 0;
  -webkit-animation: overlay--logo 0.25s ease-in-out forwards;
          animation: overlay--logo 0.25s ease-in-out forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#global-nav .Right .Logo {
  width: 100%;
  opacity: 0;
  position: relative;
  margin: auto auto 0;
  z-index: 2;
}

body.open .Right .Logo, body.open .Right .News__title {
  -webkit-animation: overlay--logo 0.5s ease-in-out forwards;
          animation: overlay--logo 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

body.open .video {
  -webkit-animation: overlay--video 0.7s ease-in-out forwards;
          animation: overlay--video 0.7s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

body.open .Right:before {
  content: "";
  background: #262624;
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 0;
  opacity: 0;
  -webkit-animation: right--bg 0.5s ease-in-out forwards;
          animation: right--bg 0.5s ease-in-out forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  z-index: 1;
}

@-webkit-keyframes right--bg {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100vh;
    opacity: 1;
  }
}

@keyframes right--bg {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100vh;
    opacity: 1;
  }
}
@-webkit-keyframes overlay--logo {
  0% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes overlay--logo {
  0% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes overlay--video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.075;
  }
}
@keyframes overlay--video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.075;
  }
}
#global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.086em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  right: 0;
}
#global-nav a:hover {
  text-shadow: white 2px 0px 12px, white 0px 0px 12px;
  right: -12px;
}
#global-nav a span.small {
  color: #999;
  font-size: 12px;
  font-family: "adobe-garamond-pro", serif;
}

/*****************ハンバーガーメニュー*******************/
header {
  padding: 5.35vh 2.6vw;
  margin: 0 auto;
}
header.absolute {
  position: absolute;
  top: 5.35vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header.absolute {
    width: 100%;
    top: 2vh;
  }
  header.absolute h1.Logo {
    max-width: 300px;
    width: 100%;
  }
}
header h1.Logo {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header h1.Logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  header.page {
    margin-right: auto;
  }
}

header#top-head {
  padding: 0;
}

.main {
  position: relative;
  min-height: 100vh;
}
.main.flex .Inner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  .main.flex .Inner__wrap {
    max-width: 1920px;
  }
}
.main.flex .Inner__wrap {
  margin: 0 auto;
  padding: 0 var(--row-space);
}
.main.flex .Inner__wrap h1.Logo {
  margin-left: -85px;
}
@media screen and (max-width: 767px) {
  .main.flex .Inner__wrap h1.Logo {
    margin-left: auto;
    max-width: 240px;
  }
}

#background-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: url(../images/about__bg.jpg) no-repeat center/cover;
}

.bg-image {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}

.bg-image-right {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
}

.bg-image-overlay {
  z-index: 0;
}

article.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section {
  padding: 0 var(--row-space) 2.5vh;
}
section.menu-out-wrap {
  padding: 0;
}
section.home {
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
section {
  position: relative;
  width: 100%;
}
section .home__Inner {
  width: 100%;
  max-width: 1640px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 2469px) {
  section .home__Inner {
    max-width: 2400px;
  }
  section .home__Inner picture {
    text-align: center;
    height: 80vh;
    display: contents;
  }
  section .home__Inner picture img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    max-height: 80vh;
  }
}
section .home__Inner {
  margin: 0 auto;
}
section .home__Inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex {
    margin-top: 1em;
  }
}
section .home__Inner.flex .Left--Inner, section .home__Inner.flex .Right--Inner {
  width: 33.3333333333%;
  padding: 0 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex .Left--Inner, section .home__Inner.flex .Right--Inner {
    background: transparent;
    backdrop-filter: none;
    height: auto;
  }
}
section .home__Inner.flex .Left--Inner .sub--Text, section .home__Inner.flex .Right--Inner .sub--Text {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 1921px) {
  section .home__Inner.flex .Left--Inner .sub--Text, section .home__Inner.flex .Right--Inner .sub--Text {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex .Left--Inner .sub--Text, section .home__Inner.flex .Right--Inner .sub--Text {
    font-size: 28px;
  }
}
section .home__Inner.flex .Left--Inner .sub--Text, section .home__Inner.flex .Right--Inner .sub--Text {
  color: #000;
  text-align: center;
  margin: 0 auto 0.5vh;
  font-family: "Shippori Mincho", serif;
}
section .home__Inner.flex .Left--Inner .main--Text, section .home__Inner.flex .Right--Inner .main--Text {
  color: #000;
  font-size: 4.6875vw;
}
@media screen and (min-width: 768px) and (max-width: 1640px) {
  section .home__Inner.flex .Left--Inner .main--Text, section .home__Inner.flex .Right--Inner .main--Text {
    font-size: 9vw;
  }
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex .Left--Inner .main--Text, section .home__Inner.flex .Right--Inner .main--Text {
    font-size: 62px;
  }
}
section .home__Inner.flex .Left--Inner .main--Text, section .home__Inner.flex .Right--Inner .main--Text {
  text-align: center;
  line-height: 1.005;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  section .home__Inner.flex .fsc-fade {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex .Left--Inner {
    width: 100%;
    padding: 1em var(--row-space) 0 0;
  }
  section .home__Inner.flex .Left--Inner .fsc-fade {
    width: 100%;
  }
  section .home__Inner.flex .Right--Inner {
    width: 100%;
    padding: 1em 0 0 var(--row-space);
  }
  section .home__Inner.flex .Right--Inner .fsc-fade {
    width: 100%;
  }
}
section .home__Inner.flex .Center--Inner {
  width: 33.3333333333%;
  max-height: calc(100% - 180px);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10vh;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  section .home__Inner.flex .Center--Inner {
    display: none;
    padding-top: 0;
  }
}
section .menu__out__wrapper {
  position: relative;
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  section .menu__out__wrapper {
    max-width: 1920px;
  }
}
section .menu__out__wrapper {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .menu__out__wrapper::before {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #C3C3C3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 0;
  /*display: block;*/
  display: none;
}
@media screen and (max-width: 767px) {
  section .menu__out__wrapper::before {
    display: none;
  }
}
section .menu__out__wrapper.show::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section .menu__out__wrapper::after {
  content: "";
  width: 1px;
  height: 100vh;
  background-color: #C3C3C3;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 0;
  /*display: block;*/
  display: none;
}
@media screen and (max-width: 767px) {
  section .menu__out__wrapper::after {
    display: none;
  }
}
section .menu__out__wrapper.show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section .menu__Inner {
  position: relative;
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  section .menu__Inner {
    max-width: 1920px;
  }
}
section .menu__Inner {
  margin: 0 auto;
  width: 100%;
}
section .menu__Inner:first-of-type::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C3C3C3;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 0;
  display: block;
}
section .menu__Inner:first-of-type.show::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section .menu__Inner::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C3C3C3;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 0;
  display: block;
}
section .menu__Inner.show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section .menu__Inner:nth-of-type(2)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C3C3C3;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 0;
  display: block;
}
section .menu__Inner:nth-of-type(2).show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
section .menu__Inner:last-of-type::after {
  display: none;
}
section .menu__Inner.bottom::after {
  display: none;
}
section .menu__Inner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex {
    padding-bottom: 2.5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section .menu__Inner.flex .Service--Left {
  width: 75%;
  padding: 5vh 2.6vw;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Service--Left {
    width: 100%;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }
}
section .menu__Inner.flex .Service--Left .sub--Text {
  font-size: 1.875vw;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Service--Left .sub--Text {
    font-size: 20px;
  }
}
section .menu__Inner.flex .Service--Left .sub--Text small {
  font-size: 0.8rem;
  display: block;
  color: #E31115;
}
section .menu__Inner.flex .Service--Left .sub--Text {
  color: #000;
  text-align: left;
  margin: 0 auto 0.5vh;
  font-family: "Shippori Mincho", serif;
}
section .menu__Inner.flex .Service--Left .en--top {
  font-family: "Cinzel", serif;
  font-size: 16px;
  color: #A2A2A2;
  line-height: 1.25;
  opacity: 0.5;
}
section .menu__Inner.flex .Service--Left p {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 0.9rem;
  line-height: 1.55;
}
section .menu__Inner.flex .Service--Left p small {
  display: block;
  font-size: 0.9rem;
  color: #bbb;
  font-weight: bold;
}
section .menu__Inner.flex .Service--Left p small::after {
  content: "─";
}
section .menu__Inner.flex .Service--Left p.price {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.45rem;
  line-height: 1.55;
  text-align: left;
  margin-bottom: 0;
}
section .menu__Inner.flex .Service--Left p.price.mt {
  margin-top: 0;
}
section .menu__Inner.flex .Service--Left p.price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  color: #202020;
}
section .menu__Inner.flex .Service--Left p.price small::after {
  display: none;
}
section .menu__Inner.flex .Service--Right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section .menu__Inner.flex .Service--Right a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Service--Right {
    width: 100%;
  }
}
section .menu__Inner.flex .Service--Right a {
  margin: auto;
  padding: 1em;
}
section .menu__Inner.flex .Left--Inner, section .menu__Inner.flex .Right--Inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Left--Inner, section .menu__Inner.flex .Right--Inner {
    width: 100%;
  }
}
section .menu__Inner.flex .Left--Inner, section .menu__Inner.flex .Right--Inner {
  padding: 5vh 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .menu__Inner.flex .Left--Inner .sub--Text, section .menu__Inner.flex .Right--Inner .sub--Text {
  font-size: 1.875vw;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Left--Inner .sub--Text, section .menu__Inner.flex .Right--Inner .sub--Text {
    font-size: 24px;
  }
}
section .menu__Inner.flex .Left--Inner .sub--Text, section .menu__Inner.flex .Right--Inner .sub--Text {
  color: #000;
  text-align: left;
  margin: 0 auto 0.5vh;
  font-family: "Shippori Mincho", serif;
}
section .menu__Inner.flex .Left--Inner .main--Text, section .menu__Inner.flex .Right--Inner .main--Text {
  color: #000;
  font-size: 4.375vw;
}
@media screen and (max-width: 767px) {
  section .menu__Inner.flex .Left--Inner .main--Text, section .menu__Inner.flex .Right--Inner .main--Text {
    font-size: 42px;
  }
}
section .menu__Inner.flex .Left--Inner .main--Text, section .menu__Inner.flex .Right--Inner .main--Text {
  text-align: center;
  line-height: 1.005;
  font-family: "Shippori Mincho", serif;
}
section .menu__Inner.flex .Left--Inner .en--top, section .menu__Inner.flex .Right--Inner .en--top {
  font-family: "Homemade Apple", cursive;
  font-size: 14px;
  color: #A2A2A2;
  line-height: 1.25;
  opacity: 0.5;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
section .menu__Inner.flex a {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .menu__Inner.flex:last-of-type {
    padding-bottom: 0;
  }
}
.company--name {
  font-size: 9.25vw;
}
.company--name span {
  font-size: 60%;
}
@media screen and (min-width: 1921px) {
  .company--name {
    font-size: 7.25vw;
  }
}
.company--name {
  color: #000;
  /*font-family: "Chokokutai", system-ui;*/
  /*font-family: "Dancing Script", cursive;*/
  font-family: "luxus-brut", cursive;
  font-weight: 300;
  font-style: italic;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.0096em;
  line-height: 0.125;
  text-align: center;
  margin: 0 auto 0.15em;
}
.company--name small {
  font-size: 6.9270833333vw;
}

@media screen and (max-width: 767px) {
  .Left--Inner .company--name {
    margin-left: auto;
    margin-right: 0;
    font-size: 16.5vw;
    padding-top: 15px;
  }
  .Right--Inner .company--name {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-top: 15px;
    font-size: 16.5vw;
  }
}
p.portfolio {
  margin: 0 auto 5vh;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1rem;
  padding: 0.75em;
  background: #fafaf2;
}
@media screen and (max-width: 767px) {
  p.portfolio {
    font-size: 1rem;
    margin-bottom: 2.5vh;
  }
}
@media screen and (min-width: 768px) {
  p.portfolio br {
    display: none;
  }
}

a.Link--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.85vh 0.85em;
  line-height: 1.4;
  font-size: clamp(20px, 0.9895833333vw, 1vw);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
a.Link--btn.long {
  max-width: 600px;
  margin: 0 auto 5vh;
  font-size: clamp(22px, 1.1895833333vw, 1.2vw);
}
a.Link--btn.long i {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  a.Link--btn.long {
    margin-bottom: 2.5vh;
    max-width: 80%;
  }
}
a.Link--btn:hover {
  top: 0;
  background: #242424;
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.275);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.275);
}
@media screen and (min-width: 2469px) {
  a.Link--btn {
    font-size: 0.68vw;
  }
}
@media screen and (max-width: 767px) {
  a.Link--btn {
    font-size: 16px;
    max-width: 170px;
  }
}
a.Link--btn {
  font-family: "Braah One", sans-serif;
  max-width: clamp(200px, 240px, 15.4vw);
  background-color: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  margin: 4vh auto 0;
}
a.Link--btn.green {
  background-color: var(--green);
}
a.Link--btn.green:hover {
  background: #121212;
}

.btn-flash {
  overflow: hidden;
}

.btn-flash::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-flash:hover::before {
  top: 0;
  left: 100%;
}

.arrow__wrap {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.arrow, .arrow-hide {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 1px;
  margin: 3.2px 0;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow {
  margin-left: -14px;
}

.arrow-hide {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}

.arrow::before,
.arrow::after,
.arrow-hide:before,
.arrow-hide:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5.5px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.arrow::before, .arrow-hide::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow::after, .arrow-hide::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.Link--btn:hover .arrow {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-animation: 0;
          animation: 0;
}
a.Link--btn:hover .arrow-hide {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.copyright {
  color: #A49A9A;
  font-size: 9px;
  position: absolute;
  height: 20px;
  letter-spacing: 0.086em;
  right: -2vw;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.home .copyright {
  display: block;
  right: inherit;
  top: inherit;
  bottom: 15%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1921px) {
  .home .copyright {
    bottom: 15%;
    left: 0;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1920px) {
  .home .copyright {
    left: -3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .home .copyright {
    bottom: 2.5vh;
    left: inherit;
    right: var(--row-space);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .home .copyright {
    display: block;
    bottom: 2.5vh;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.copyright.bottom {
  position: relative;
  right: inherit;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-top: 5vh;
  top: inherit;
  height: auto;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .copyright.bottom {
    right: 0;
    padding-top: 0;
    padding-bottom: 1em;
    text-align: center;
  }
}

a.contact__btn {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  row-gap: 5px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (min-width: 1921px) {
  a.contact__btn {
    width: 115px;
    height: 115px;
    font-size: 16px;
  }
  a.contact__btn img {
    max-width: 72px;
  }
}
a.contact__btn img {
  max-width: 32px;
}

header.fixed {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  pointer-events: none;
  padding: 1em !important;
}
header.fixed .Logo {
  max-width: 150px !important;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  header.fixed .Logo {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  header.fixed nav.gloval {
    margin-top: 0 !important;
  }
  header.fixed nav.gloval ul {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
}
header.fixed.is-active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
header.fixed.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

header.page a.contact__btn {
  position: fixed;
  right: calc(var(--row-space) / 1);
  bottom: 15px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  header.page a.contact__btn {
    bottom: 5vh;
    right: calc(var(--row-space) / 2);
  }
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
a.contact__btn:hover {
  background: #656565;
  color: #fff;
}

a.contact__btn:hover:after {
  -webkit-animation: ripple 1.5s ease 0.15s infinite;
          animation: ripple 1.5s ease 0.15s infinite;
}

a.contact__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1921px) {
  a.contact__btn:after {
    width: 115px;
    height: 115px;
  }
}

.contact__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1921px) {
  .contact__btn:before {
    width: 115px;
    height: 115px;
  }
}

.contact__btn:hover:before {
  -webkit-animation: ripple 1.5s infinite 0.3s;
  animation: ripple 1.5s infinite 0.3s;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(233, 88, 91, 0);
            box-shadow: 0 0 0 1px rgba(233, 88, 91, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 2px rgb(184, 183, 183);
            box-shadow: 0 0 0 2px rgb(184, 183, 183);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(233, 88, 91, 0);
            box-shadow: 0 0 0 1px rgba(233, 88, 91, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 2px rgb(184, 183, 183);
            box-shadow: 0 0 0 2px rgb(184, 183, 183);
  }
}
a.back {
  background: #464646;
  color: #fff;
  width: 100px;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #464646;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a.back:hover {
  background: #fff;
  color: #464646;
}
a.back:hover .arrow-bk {
  background: #464646 !important;
  left: -10px;
}
a.back .arrow-bk {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin: 2.5px 0;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a.back .arrow-bk::before,
a.back .arrow-bk::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 4.9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
}
a.back .arrow-bk::before:hover::before, a.back .arrow-bk::before:hover::after,
a.back .arrow-bk::after:hover::before,
a.back .arrow-bk::after:hover::after {
  background: #424242;
}
a.back .arrow-bk::before,
a.back .arrow-bk::after {
  -webkit-transform-origin: 0.5px 50%;
          transform-origin: 0.5px 50%;
}
a.back .arrow-bk::before {
  -webkit-transform: rotate(39.8deg);
          transform: rotate(39.8deg);
}
a.back .arrow-bk::after {
  -webkit-transform: rotate(-39.8deg);
          transform: rotate(-39.8deg);
}

a.back:hover .arrow-bk::before, a.back:hover .arrow-bk::after {
  background: #464646;
}

.wipe-container {
  position: relative;
  overflow: hidden;
}

.wipe-container img {
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.25s ease-in-out;
  transition: clip-path 0.25s ease-in-out;
}

.wipe-container:hover img {
  clip-path: inset(0 0 0 0);
}

.footer__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin: 0 0 0 auto;
  padding: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.footer__links li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links li a {
  color: #464646;
  text-decoration: none;
  font-size: 12px;
}
.footer__links li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.footer__links li::after {
  content: "/";
}

/***************animation*****************/
.fadeLeft {
  opacity: 0;
  position: relative;
}

.fadeLeft.show {
  -webkit-animation: fadeLeft 0.75s ease-in-out 1s forwards;
          animation: fadeLeft 0.75s ease-in-out 1s forwards;
}

.Right--Inner .fadeLeft.show {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes fadeLeft {
  0% {
    left: -50px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    left: 0;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeLeft {
  0% {
    left: -50px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    left: 0;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.fadeRight {
  opacity: 0;
  position: relative;
}

.fadeRight.show {
  -webkit-animation: fadeRight 0.75s ease-in-out 1s forwards;
          animation: fadeRight 0.75s ease-in-out 1s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    right: -50px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    right: 0;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  0% {
    right: -50px;
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    right: 0;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: var(--row-space);
  top: 21px;
  width: 70px;
  height: 40px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}

@media screen and (min-width: 768px) {
  #nav-toggle {
    display: none !important;
  }
}
#nav-toggle > div.wrap {
  position: relative;
}
#nav-toggle > div.wrap::after {
  content: "MENU";
  position: absolute;
  bottom: -32px;
  right: -14px;
  font-size: 10px;
  color: #999;
  font-family: "adobe-garamond-pro", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#nav-toggle:hover div.wrap::after {
  text-shadow: white 2px 0px 12px, white 0px 0px 12px;
}

body.open #nav-toggle {
  right: -10px;
}

body.open #nav-toggle > div.wrap::after {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  right: -15px;
  display: none;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  zoom: 1;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
  width: 75%;
}

#nav-toggle span:nth-child(3) {
  top: 26px;
  width: 50%;
}

.open #nav-toggle {
  background: transparent;
}

.open #nav-toggle span {
  background: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
  width: 50%;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  width: 50%;
}

.News__title {
  font-size: 1.3rem;
  color: #999;
  font-family: "adobe-garamond-pro", serif;
  margin: 0 0 0.25em 0;
  position: relative;
  z-index: 5;
  text-align: left;
  opacity: 0;
}

ul.news {
  list-style: none;
  height: 100vh;
  max-height: 100px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  padding: 0 1em;
  z-index: 5;
}
ul.news a {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
ul.news a:before {
  display: none;
}
ul.news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: 13px;
  color: #eee;
  margin: 0.35em 0;
  padding: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
ul.news li .date {
  color: #8c8c8c;
  font-style: italic;
}
ul.news li p {
  font-size: 12px;
  text-align: center;
}

ul.news::-webkit-scrollbar {
  background: #666;
  width: 5px;
  border-radius: 12px;
}

ul.news::-webkit-scrollbar-thumb {
  background-color: #5a4a42;
  border-radius: 12px;
}

ul.news::-webkit-scrollbar-thumb:hover {
  background-color: #5a4a42;
}

/********************プライス下層ページ********************/
header.page {
  padding: 2.5vh var(--row-space);
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  header.page {
    padding: 2.5vh 1em;
  }
}
@media screen and (max-width: 767px) {
  header.page {
    padding: 1.5em var(--row-space);
  }
}
header.page .Inner__wrap {
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  header.page .Inner__wrap {
    max-width: 1920px;
  }
}
header.page .Inner__wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.page .Inner__wrap .Logo {
  margin: 0;
  max-width: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.page .Inner__wrap .Logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header.page .Inner__wrap .Logo {
    margin: 0 auto 0 auto;
    max-width: 240px;
    padding-left: 25px;
  }
}
header.page .Inner__wrap nav.gloval {
  margin-left: auto;
  max-width: calc(100% - 280px);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  header.page .Inner__wrap nav.gloval {
    max-width: 100%;
    width: 100%;
    margin-top: 1em;
  }
  header.page .Inner__wrap nav.gloval ul {
    -webkit-column-gap: 0.25em !important;
       -moz-column-gap: 0.25em !important;
            column-gap: 0.25em !important;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  header.page .Inner__wrap nav.gloval {
    display: none;
  }
}
header.page .Inner__wrap nav.gloval ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 1025px) and (max-width: 1142px) {
  header.page .Inner__wrap nav.gloval ul {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}
header.page .Inner__wrap nav.gloval ul li {
  padding: 0;
  margin: 0;
}
header.page .Inner__wrap nav.gloval ul li a {
  display: block;
  padding: 0.5em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 400;
  font-size: 15px;
  color: #2A2A2A;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.page .Inner__wrap nav.gloval ul li a:hover {
  color: var(--red);
}
header.page .Inner__wrap nav.gloval ul li a.contact {
  background: var(--red);
  padding: 0.85em 1em;
  line-height: 1;
  width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.page .Inner__wrap nav.gloval ul li a.contact {
    width: 120px;
  }
}
header.page .Inner__wrap nav.gloval ul li a.contact {
  color: #fff;
  display: block;
  text-align: center;
}
header.page .Inner__wrap nav.gloval ul li a.contact:hover {
  background: #000000;
}

.page-main--title {
  font-family: "Cinzel", serif;
  color: #F3F3F3;
  text-align: center;
  margin: 5vh auto 2.5vh;
  font-size: 5.2083333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .page-main--title {
    margin-top: 2.5vh;
  }
}
@media screen and (max-width: 767px) {
  .page-main--title {
    font-size: 42px;
  }
}

.page--title {
  position: relative;
  font-family: "Cinzel", serif;
  color: #000;
  margin: 0 auto 5vh;
  font-size: 3.6458333333vw;
}
@media screen and (max-width: 767px) {
  .page--title {
    font-size: 32px;
  }
}
.page--title {
  text-align: center;
  padding-bottom: 2.5vh;
}
.page--title .en-text {
  font-size: 5vw;
  font-family: "Hurricane", cursive;
  color: #2A5652;
  position: absolute;
  left: 2vw;
  bottom: -5vh;
}
@media screen and (max-width: 767px) {
  .page--title .en-text {
    font-size: 42px;
    bottom: -7vh;
  }
}
.page--title .en-text {
  -webkit-transform: rotate(-7.5deg);
          transform: rotate(-7.5deg);
}
.page--title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #FAFAFA;
  z-index: -1;
}

img {
  vertical-align: bottom;
}

.menu__out__wrapper.price:before, .menu__out__wrapper.price:after {
  display: none;
}
.menu__out__wrapper.price.flex {
  padding-top: 5vh;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__out__wrapper.price.flex .main--contents {
  width: 73.5416666667%;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents {
    width: 100%;
  }
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap {
  padding: 5vh 0;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap.pt {
  padding-top: 0;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap .Item:nth-of-type(1) {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap .Item:nth-of-type(2) {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap .Item:nth-of-type(2) small {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 50%;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap .Item:nth-of-type(3) {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1em;
}
.menu__out__wrapper.price.flex .main--contents .detail_price_wrap .Item:nth-of-type(3) small {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 80%;
}
.menu__out__wrapper.price.flex .main--contents .Image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex .main--contents .Image__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Image__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__out__wrapper.price.flex .main--contents .Image__wrap picture {
  width: 47.5%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex .main--contents .Image__wrap picture {
    width: 100%;
  }
  .menu__out__wrapper.price.flex .main--contents .Image__wrap picture img {
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.menu__out__wrapper.price.flex .main--contents .Image__wrap .Text {
  width: 47.5%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex .main--contents .Image__wrap .Text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Image__wrap picture, .menu__out__wrapper.price.flex .main--contents .Image__wrap .Text {
    width: 100%;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner {
  margin-top: 10vh;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner {
    margin-top: 5vh;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner .en-sub {
  font-family: "Cinzel", serif;
  color: #A2A2A2;
  font-size: clamp(16px, 1.25vw, 1.4vw);
  display: block;
  margin-bottom: 0.5em;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.45;
  margin-top: 0;
  letter-spacing: 0.086em;
  margin-bottom: 1em;
  color: #202020;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner h2 {
    font-size: 21px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner h2 {
    font-size: 19px;
    line-height: 1.75;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h3.l-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner h3.l-border {
    margin-top: 0;
    font-size: 17px;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h3.l-border:before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #DFDFDF;
  font-size: clamp(50px, 3.8541666667vw, 4vw);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h3.l-border .Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h3.l-border .Inner::before {
  content: "";
  background: #2A5652;
  width: 30px;
  height: 6px;
  display: block;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h2.answer {
  background: #F5F5F5;
  padding: 0.75em;
  font-size: 22px;
  position: relative;
  margin-bottom: 1em;
  margin-top: 5vh;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h2.answer::after {
  content: "Check";
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner h2.answer::after {
    font-size: 36px;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner h2.answer::after {
  font-family: "Hurricane", cursive;
  color: #2A5652;
  position: absolute;
  font-weight: 300;
  right: 2vw;
  bottom: -1.5vh;
  -webkit-transform: rotate(-7.5deg);
          transform: rotate(-7.5deg);
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap {
  border: 1px solid #EBEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item:last-of-type ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item {
    width: 100%;
  }
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item ul li {
  margin-top: 0.5em;
  padding: 0;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents .Comm__Inner .border__wrap .Item ul li {
    margin-top: 0;
    padding-bottom: 0.75em;
    line-height: 1.7;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #ebeaea;
  }
}
.menu__out__wrapper.price.flex aside {
  width: 18.1041666667%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .menu__out__wrapper.price.flex aside {
    width: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex aside {
    width: 100%;
    display: none;
  }
}
.menu__out__wrapper.price.flex aside ul {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 768px) {
  .menu__out__wrapper.price.flex aside ul {
    top: 80px;
    margin-left: 0;
  }
}
.menu__out__wrapper.price.flex aside ul {
  left: 0;
  margin: 0 0 0 2vw;
  list-style: none;
  padding: 0;
  padding: 0;
}
.menu__out__wrapper.price.flex aside ul li {
  margin: 0 0 0.25em 0;
  padding: 0;
}
.menu__out__wrapper.price.flex aside ul li a {
  color: #9C9C9C;
  border: 1px solid #fff;
  display: block;
  padding: 0.85em 0.5em 0.85em 1.5em;
  position: relative;
  line-height: 1.25;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__out__wrapper.price.flex aside ul li a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

article.flex .Inner__wrap {
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  article.flex .Inner__wrap {
    max-width: 1920px;
  }
}
article.flex .Inner__wrap {
  margin: 0 auto;
}
article.flex {
  padding: 5vh var(--row-space) 10vh;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  article.flex {
    padding-top: 0;
  }
}
article.flex .main--contents section {
  padding: 0;
}

section.pl-none {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.pl-none .menu__Inner.flex .Right--Inner {
    padding-top: 0;
  }
}

.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 17px;
  }
}
.faq__title {
  font-weight: 400;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #ededed;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.faq__title:before {
  content: "Q";
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-family: "Cinzel", serif;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__answer {
  margin-bottom: 5vh;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  padding: 1em 1em 1em;
  margin-left: 2.6vw;
}
.faq__answer:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    margin-left: 0;
    line-height: 1.9;
    text-align: justify;
    font-size: 0.9rem;
  }
}
.faq__answer {
  background-color: #fafaf2;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is-current {
  color: #202020;
  border: 1px solid #000 !important;
  position: relative;
}
.is-current::before {
  content: "";
  width: 6px;
  position: absolute;
  background: #000;
  height: 6px;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.pagetitle--wrap {
  background: #fafafa;
  padding: 1em var(--row-space);
  color: #666;
}
.pagetitle--wrap .Inner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  max-width: 1640px;
  margin: 0 auto;
}
.pagetitle--wrap .Inner__wrap h1 {
  font-size: 12px;
  margin: 0;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pagetitle--wrap .Inner__wrap picture {
  max-width: 120px;
  display: block;
  width: 100%;
}
.pagetitle--wrap .Inner__wrap picture img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.pagetitle--wrap .Inner__wrap picture a:hover {
  opacity: 0.7;
}
.pagetitle--wrap .Inner__wrap picture a:hover img {
  top: -5px;
}

footer {
  background: #27252F;
  padding: 5vh var(--row-space) var(--row-space);
}
footer p {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0;
}
footer p small {
  font-size: 0.6rem;
}
@media screen and (min-width: 1921px) {
  footer p {
    font-size: 0.95rem;
  }
}
footer .Inner__wrap {
  max-width: 1640px;
}
@media screen and (min-width: 2469px) {
  footer .Inner__wrap {
    max-width: 1920px;
  }
}
footer .Inner__wrap {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .Inner__wrap .Left--wrap {
  width: 30%;
  font-size: 0.9rem;
  letter-spacing: 0.086em;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Left--wrap {
    width: 100%;
    margin-bottom: 1em;
  }
}
footer .Inner__wrap .Right--wrap {
  width: 65%;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  footer .Inner__wrap .Right--wrap {
    width: 65%;
  }
}
footer .Inner__wrap .Right--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .Inner__wrap .Right--wrap ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
footer .Inner__wrap .Right--wrap ul.small li {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  footer .Inner__wrap .Right--wrap ul.small li {
    font-size: 0.5rem;
  }
}
footer .Inner__wrap .Right--wrap ul.small li a {
  color: #ccc;
}
footer .Inner__wrap .Right--wrap ul li {
  font-size: 0.9rem;
}
@media screen and (min-width: 1921px) {
  footer .Inner__wrap .Right--wrap ul li {
    font-size: 1.1rem;
  }
}
footer .Inner__wrap .Right--wrap ul li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap ul li {
    margin-bottom: 0.25em;
    font-size: 0.8rem;
  }
}
footer .Inner__wrap .Right--wrap ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(200, 200, 200, 0.35);
  display: inline-block;
  padding: 0.15em 0.25em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.086em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  footer .Inner__wrap .Right--wrap ul li a {
    font-size: 0.7rem;
  }
}
footer .Inner__wrap .Right--wrap ul li a:hover {
  opacity: 0.55;
  border-bottom: none;
}
footer .Inner__wrap .Right--wrap .Item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap .Item {
    width: 49%;
  }
  footer .Inner__wrap .Right--wrap .Item:last-of-type {
    width: 100%;
  }
}
footer .Inner__wrap .Right--wrap .Item .menu-title {
  font-family: "Cinzel", serif;
  color: #999;
  font-size: 24px;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  footer .Inner__wrap .Right--wrap .Item .menu-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap .Item .menu-title {
    font-size: 15px;
  }
}
footer .Inner__wrap .Right--wrap .Item .menu-title:nth-of-type(2) {
  margin-top: 2.5vh;
}
footer .Inner__wrap .Right--wrap .Item .jp-title {
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.4;
  font-style: italic;
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  footer .Inner__wrap .Right--wrap .Item .jp-title {
    font-size: 13px;
  }
}
footer .Inner__wrap .Right--wrap .Item .jp-title::before {
  content: "─";
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap .Item .jp-title {
    font-size: 13px;
  }
}
footer .Inner__wrap .Right--wrap .Item ul.sub-menu li {
  border-bottom: none;
  font-size: 0.8rem;
  margin-top: 0.25em;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .Inner__wrap .Right--wrap .Item ul.sub-menu li {
    font-size: 0.7rem;
    margin-top: 0.5em;
  }
}
footer .Inner__wrap .Right--wrap .Item ul.sub-menu li a {
  color: #cac4c4;
}
footer .Inner__wrap .Right--wrap .Item ul.sub-menu li::before {
  content: "-";
  color: #999;
}

/******************** トップページオープニング ***************************/
/* --- オープニング全体の設定 --- */
.opening-loader {
  position: fixed;
  top: 50dvh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.opening-loader__text {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  font-family: "Cinzel", serif;
  -webkit-animation: blink 1.5s infinite ease-in-out;
          animation: blink 1.5s infinite ease-in-out;
}
.opening-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
#js-opening.opening-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
#js-opening.opening-mask.is-hidden {
  display: none;
}

/* --- 各レイヤーの設定 --- */
.opening-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
}
.opening-layer.-primary {
  grid-template-columns: repeat(5, 1fr);
  z-index: 2;
}
.opening-layer.-primary .opening-layer__bar {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.opening-layer.-secondary {
  grid-template-rows: repeat(3, 1fr);
  z-index: 1;
}
.opening-layer.-secondary .opening-layer__bar {
  background-color: #000;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.opening-layer.is-active.-primary .opening-layer__bar:nth-child(odd) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.opening-layer.is-active.-primary .opening-layer__bar:nth-child(even) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.opening-layer.is-active.-secondary .opening-layer__bar:nth-child(1) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.opening-layer.is-active.-secondary .opening-layer__bar:nth-child(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.opening-layer.is-active.-secondary .opening-layer__bar:nth-child(3) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.opening-layer {
  /* --- 斬撃の線（layerの中にあるのでここに配置） --- */
}
.opening-layer .opening-slash {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #000), to(transparent));
  background: linear-gradient(90deg, transparent, #000 50%, transparent);
  z-index: 10;
}
#js-opening.is-slashed .opening-layer .opening-slash {
  -webkit-animation: slashRun 0.4s forwards linear;
          animation: slashRun 0.4s forwards linear;
}
.opening-layer .opening-slash.-pos-1 {
  top: 25%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.opening-layer .opening-slash.-pos-2 {
  top: 50%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.opening-layer .opening-slash.-pos-3 {
  top: 75%;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

@-webkit-keyframes slashRun {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes slashRun {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/* --- フェードインのベーススタイル --- */
.fsc-fade {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  pointer-events: none;
}
.fsc-fade.-down {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.fsc-fade.-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.fsc-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.Center--Inner picture {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
  transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.Center--Inner picture.is-zoomed {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .Center--Inner picture {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
    transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .Center--Inner picture.is-zoomed {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 767px) {
  .Center--Inner picture {
    display: none;
  }
}

.sp-Center--Image {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .sp-Center--Image {
    display: block;
    max-width: 500px;
    min-height: 40vh;
  }
  .sp-Center--Image picture {
    display: block;
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease;
    transition: transform 2.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, -webkit-transform 2.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .sp-Center--Image.is-zoomed picture {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    max-width: 60%;
    margin: 0.5em auto;
  }
  .sp-Center--Image {
    /* --- スマホ専用の黒い枠 --- */
  }
  .sp-Center--Image::after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    bottom: 0;
    z-index: 10;
    max-width: 280px;
    width: 82.5%;
    height: 150px;
    background: #000;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) scaleX(0) scaleY(0.01);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  .sp-Center--Image.is-line-active::after {
    display: none;
    -webkit-animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight_sp 0.5s ease-in-out 0.5s forwards;
            animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight_sp 0.5s ease-in-out 0.5s forwards;
  }
}

/* --- アニメーション定義（共通） --- */
@-webkit-keyframes step1_expandWidth {
  0% {
    -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) scaleX(0) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
}
@keyframes step1_expandWidth {
  0% {
    -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) scaleX(0) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
}
@-webkit-keyframes step2_expandHeight_sp {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(1);
            transform: translateX(-50%) scaleX(1) scaleY(1);
  }
}
@keyframes step2_expandHeight_sp {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(1);
            transform: translateX(-50%) scaleX(1) scaleY(1);
  }
}
.Center--Inner {
  position: relative;
}
.Center--Inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 43vh;
  -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
          transform: translateX(-50%) scaleX(0) scaleY(0.01);
  width: 95%;
  height: 240px;
  display: none !important;
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .Center--Inner::after {
    top: 50vh;
    height: 260px;
  }
}
@media (min-width: 1100px) and (max-width: 1250px) {
  .Center--Inner::after {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .Center--Inner::after {
    height: 130px;
    top: calc(43vh + 120px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .Center--Inner::after {
    height: 160px;
    top: calc(43vh + 120px);
  }
}
@media (min-width: 1921px) {
  .Center--Inner::after {
    height: 285px;
    max-width: 620px;
  }
}
.Center--Inner::after {
  background: #000;
  z-index: 1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) and (max-width: 999px) {
  .Center--Inner::after {
    top: 53vh;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Center--Inner::after {
    top: 100vh;
    -webkit-transform: translateX(-50%) translateY(-100%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) translateY(-100%) scaleX(0) scaleY(0.01);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.Center--Inner.is-line-active::after {
  -webkit-animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight 0.5s ease-in-out 0.5s forwards;
          animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight 0.5s ease-in-out 0.5s forwards;
}
@keyframes step1_expandWidth {
  0% {
    -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) scaleX(0) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
}
@-webkit-keyframes step2_expandHeight {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(1);
            transform: translateX(-50%) scaleX(1) scaleY(1);
  }
}
@keyframes step2_expandHeight {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(1);
            transform: translateX(-50%) scaleX(1) scaleY(1);
  }
}
@media (max-width: 767px) {
  .Center--Inner {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%) scaleX(0) scaleY(0.01);
            transform: translateX(-50%) scaleX(0) scaleY(0.01);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
.Center--Inner.is-line-active::after {
  -webkit-animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight_sp 0.5s ease-in-out 0.5s forwards;
          animation: step1_expandWidth 0.5s ease-in-out forwards, step2_expandHeight_sp 0.5s ease-in-out 0.5s forwards;
}

@keyframes step2_expandHeight_sp {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(0.01);
            transform: translateX(-50%) scaleX(1) scaleY(0.01);
  }
  100% {
    -webkit-transform: translateX(-50%) scaleX(1) scaleY(1);
            transform: translateX(-50%) scaleX(1) scaleY(1);
  }
}
.inner-video {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*width: 75%;*/
  /*object-fit: cover*/
}
.inner-video:hover {
  opacity: 0.7;
}
.inner-video {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.inner-video::before {
  position: absolute;
  top: 0;
  content: "New Works";
  color: #fff;
  left: -10px;
  font-size: 30px;
  z-index: 16;
  display: none !important;
}
@media (min-width: 768px) {
  .inner-video {
    top: calc(43vh + 105px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 230px;
  }
}
@media (min-width: 1121px) and (max-width: 1250px) {
  .inner-video {
    width: 90%;
    top: calc(43vh + 100px);
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .inner-video {
    width: 90%;
    top: calc(43vh + 160px);
    height: 160px;
  }
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .inner-video {
    top: calc(50vh + 115px);
    height: 250px;
    width: 70%;
  }
}
@media (min-width: 1921px) {
  .inner-video {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .inner-video {
    bottom: 90px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    max-width: 250px;
    height: 150px;
    max-height: 160px;
  }
}
.inner-video.is-visible {
  opacity: 1;
}

/* スマホ版の枠自体の高さも再確認 */
@media (max-width: 767px) {
  .sp-Center--Image::after {
    height: 150px;
  }
}

.video-overlay-text {
  position: absolute;
  left: 50%;
  display: none !important;
}
@media (min-width: 768px) {
  .video-overlay-text {
    top: calc(43vh + 105px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1120px) {
  .video-overlay-text {
    top: calc(43vh + 60px);
  }
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .video-overlay-text {
    top: calc(50vh + 115px);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px) {
  .video-overlay-text {
    bottom: 90px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.video-overlay-text {
  z-index: 20;
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .video-overlay-text {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
}
.video-overlay-text {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, filter 0.8s ease;
  transition: opacity 0.8s ease, filter 0.8s ease, -webkit-filter 0.8s ease;
}
.video-overlay-text.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

/*************** 詳細ページ文字の装飾 ****************/
p {
  color: #121212;
  font-weight: 400;
  line-height: 1.85;
}

.solution-item {
  margin-bottom: 2.5vh;
  color: #121212;
  font-weight: 400;
}
.solution-item:last-of-type {
  margin-bottom: 0;
}
.solution-item h3 {
  padding: 0.75em;
  border: 1px solid #eee;
  margin: 0;
  font-size: 1.25rem;
  color: #333;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .solution-item h3 {
    line-height: 1.75;
  }
}
.solution-item .solution-body {
  padding: 1em;
  background: #fafaf2;
  line-height: 1.85;
  color: #121212;
  border-radius: 0 0 4px 4px;
  border-left: 4px solid #d1d1b0;
  margin-top: 0.5em;
  font-weight: 400;
}
.solution-item .solution-body b {
  color: #d4a373;
  font-weight: bold;
}

.menu__out__wrapper.price.flex .main--contents p {
  font-size: 1rem;
}
.menu__out__wrapper.price.flex .main--contents p strong {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .menu__out__wrapper.price.flex .main--contents p {
    font-size: 0.9rem;
  }
}

/*************** 詳細ページ内制作実績 *****************/
.works__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5vh 3%;
}
.works__flex .works__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  margin-bottom: 2vh;
}
.works__flex .works__item a {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works__flex .works__item a:hover {
  opacity: 0.8;
}
.works__flex .works__item .works__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.works__flex .works__item .works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works__flex .works__item .works__img img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.works__flex .works__item .works__title {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 400;
  color: #202020;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .works__flex .works__item .works__title {
    font-size: 0.9rem;
  }
}
.works__flex .works__item .works__title a {
  color: #202020;
}

/********************** 記事一覧 ************************/
section#News {
  padding: 7.5vh var(--row-space) 10vh;
}
@media (min-width: 768px) and (max-width: 1120px) {
  section#News {
    padding: 5vh var(--row-space) 5vh;
  }
}
section#News .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.single--wrap {
  padding: 1em;
  padding: 0.5em;
  border-top: 1px solid #ededed;
  width: 100%;
}
.single--wrap time {
  color: #656565;
  font-size: 13px;
  display: block;
}
.single--wrap h2 {
  font-size: 1.15rem;
  margin: 0 0;
}
.single--wrap h2 a {
  color: #020202;
  text-decoration: none;
}
.single--wrap h2 a:hover {
  text-decoration: underline;
}
.single--wrap:last-of-type {
  border-bottom: 1px solid #ededed;
}

/****************** 課題を解決 **************************/
h2.c-heading-primary {
  line-height: 1.75;
}

.p-solution__container {
  margin-top: 40px;
  padding: 60px 50px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-solution__container {
    padding: 1em;
  }
}
@media (max-width: 767px) {
  .p-solution__container {
    padding: 30px 20px;
  }
}
.p-solution__intro {
  text-align: left;
  padding: 1em;
  background: #fafaf2;
  margin-bottom: 50px;
}
.p-solution__intro p {
  line-height: 1.8;
  font-size: 1.1rem;
}
.p-solution__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-solution__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 40px;
  }
}
@media (max-width: 767px) {
  .p-solution__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-solution__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #969696;
}
.p-solution__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #004ea2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.p-solution__lead {
  font-size: 1.2rem;
  color: #121212;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-solution__lead {
    line-height: 1.455;
  }
}
.p-solution__text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #202020;
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  .p-solution__text {
    padding-left: 0px;
  }
}

.p-service-area {
  padding: 5vh var(--row-space) 0 !important;
}

.p-team {
  padding: 5vh var(--row-space) 0 !important;
}
.p-team__list {
  margin-top: 80px;
}
.p-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-team__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .p-team__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
  }
}
.p-team__row:last-child {
  margin-bottom: 0;
}
.p-team__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
@media (max-width: 767px) {
  .p-team__image {
    width: 100%;
  }
}
.p-team__image img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 15px 15px 0 #f9f9f9;
          box-shadow: 15px 15px 0 #f9f9f9;
}
.p-team__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-team__label {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #004ea2;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.p-team__title {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #121212;
}
@media (max-width: 767px) {
  .p-team__title {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-team__text {
  line-height: 1.9;
  color: #202020;
  text-align: justify;
}
.p-team__summary {
  margin-top: 5vh;
  padding: 50px;
  background: #f9f9f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .p-team__summary {
    padding: 1em;
  }
}
.p-team__summary-text {
  text-align: left;
  line-height: 2.2;
  font-weight: 500;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .p-team__summary-text {
    text-align: left;
    font-size: 1rem;
  }
}

p.p-team__summary-text {
  font-weight: normal;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

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

.p-service-area__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-service-area__grid {
    grid-template-columns: 1fr;
  }
}
.p-service-area__item {
  background-color: #fafafa;
  padding: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-service-area__item:hover {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .p-service-area__item {
    padding: 25px;
  }
}
.p-service-area__item-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service-area__item-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-color: var(--green);
  margin-right: 12px;
}
.p-service-area__item-text {
  font-size: 0.95rem;
  line-height: 1.8;
}

/*****************お問い合わせ**********************/
section#contact {
  padding: 0;
}
section#contact a.Inner__wrap {
  border-top: 1px solid #C3C3C3;
  max-width: 100%;
  text-decoration: none;
  margin: auto;
  padding: 10vh var(--row-space);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  font-size: 120px;
  color: #121212;
  font-family: "Cinzel", serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section#contact a.Inner__wrap {
    font-size: 50px;
  }
}
section#contact a.Inner__wrap span.curcle {
  width: clamp(160px, 6vw, 6.5vw);
  height: clamp(160px, 6vw, 6.5vw);
  border-radius: 50%;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  will-change: transform;
}
section#contact a.Inner__wrap:hover {
  background: #000;
  color: #fff;
  text-shadow: white 2px 0px 12px, white 0px 0px 12px;
}
section#contact a.Inner__wrap:hover span.curcle {
  border-color: #fff;
  background: #fff;
  color: #000;
  -webkit-transform: scale(1.15, 1.15) rotate(360deg);
          transform: scale(1.15, 1.15) rotate(360deg);
}
@media (max-width: 767px) {
  section#contact a.Inner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5vh;
    font-size: 70px;
  }
  section#contact a.Inner__wrap span.curcle {
    width: 90px;
    height: 90px;
  }
}

body {
  position: relative;
  background-color: #fff;
}
body.is-transitioning {
  pointer-events: none;
  overflow: hidden;
  background: #161616;
  -webkit-animation: body-zoom-out 1s forwards ease-in-out;
          animation: body-zoom-out 1s forwards ease-in-out;
}
body.is-transitioning::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  backdrop-filter: blur(10px) grayscale(100%);
  pointer-events: none;
  -webkit-animation: fade-in 0.3s forwards;
          animation: fade-in 0.3s forwards;
}
body.is-transitioning::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: black;
  z-index: 9999;
  -webkit-animation: cover-from-right 0.6s 0.7s forwards ease-out;
          animation: cover-from-right 0.6s 0.7s forwards ease-out;
}

@-webkit-keyframes body-zoom-out {
  0% {
    -webkit-filter: grayscale(0%) blur(0px);
            filter: grayscale(0%) blur(0px);
    opacity: 1;
  }
  30% {
    -webkit-filter: grayscale(100%) blur(4px);
            filter: grayscale(100%) blur(4px);
    opacity: 1;
  }
  100% {
    -webkit-filter: grayscale(100%) blur(20px);
            filter: grayscale(100%) blur(20px);
    opacity: 0;
  }
}

@keyframes body-zoom-out {
  0% {
    -webkit-filter: grayscale(0%) blur(0px);
            filter: grayscale(0%) blur(0px);
    opacity: 1;
  }
  30% {
    -webkit-filter: grayscale(100%) blur(4px);
            filter: grayscale(100%) blur(4px);
    opacity: 1;
  }
  100% {
    -webkit-filter: grayscale(100%) blur(20px);
            filter: grayscale(100%) blur(20px);
    opacity: 0;
  }
}
@-webkit-keyframes cover-from-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes cover-from-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-transitioning * {
  color: #fff !important;
  border-color: #000 !important;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.move-image {
  -webkit-animation: fuwafuwa 4s ease-in-out infinite;
          animation: fuwafuwa 4s ease-in-out infinite;
}

.p-mouse-parallax {
  overflow: visible;
}

.js-parallax-target {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  will-change: transform;
  -webkit-filter: drop-shadow(-2px 5px 17px #dbdbdb);
          filter: drop-shadow(-2px 5px 17px #dbdbdb);
}

/******************** パンくず ***************************/
.breadcrumbs-wrap {
  padding: 0.5em var(--row-space);
  background: #122235;
}
.breadcrumbs-wrap .breadcrumbs {
  max-width: 1640px;
  margin: 0 auto;
  font-size: 0.65rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-wrap .breadcrumbs {
    font-size: 0.6rem;
  }
}
.breadcrumbs-wrap .breadcrumbs {
  overflow-x: auto;
}
.breadcrumbs-wrap .breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
  text-decoration: underline;
}

/****************** ジャーナル **************************/
.journal__wrap {
  max-width: 1100px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.855;
}
.journal__wrap p {
  font-size: 1rem;
}
.journal__wrap h1.border {
  border-bottom: 4px solid #122235;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  font-size: 26px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 600;
}
.journal__wrap h2 {
  border: 1px solid #122235;
  padding: 0.5em 1em;
  line-height: 1.55;
  margin: 5vh auto 1em;
  font-size: 1.45rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #122235;
}
.journal__wrap h3 {
  border-left: 10px solid #122235;
  color: #122235;
  font-size: 1.3rem;
  margin: 2.5vh 0;
  font-weight: bold;
  padding-left: 20px;
}
.journal__wrap ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 0;
}
.journal__wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background: #fafaf2;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-top: 0.5em;
}
.journal__wrap ul li:before {
  content: "●";
  color: #122235;
  font-size: 80%;
}
.journal__wrap .page__navigation {
  padding: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5vh auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.journal__wrap .page__navigation a {
  color: #121212;
  text-decoration: none;
}
.journal__wrap .page__navigation a.bk-btn {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #fff;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #202020;
  line-height: 1;
  background: #202020;
  font-family: "Cinzel", serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.journal__wrap .page__navigation a.bk-btn:hover {
  background: #fff;
  color: #202020;
}
.journal__wrap .figure {
  max-width: 600px;
  margin: 0 auto 2em;
  padding-top: 1em;
}
.journal__wrap .Center {
  text-align: center;
}

.p-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 48px 0;
}
@media (max-width: 1024px) {
  .p-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .p-card-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-card-list__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #999;
  padding: 48px 0;
}

.p-card {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.p-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.p-card__figure {
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #eee;
}
.p-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-card:hover .p-card__figure img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.p-card__body {
  padding: 16px 20px 20px;
}
.p-card__date {
  display: block;
  font-size: 0.8rem;
  color: #999;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.p-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px 0;
}