@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");
* {
  -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;
}

html {
  -webkit-animation: bodyfadein 1.5s ease forwards;
          animation: bodyfadein 1.5s ease forwards;
}

@-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;
}

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

/***********************プログレス************************/
.op_container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background: #000;
}
.op_container video {
  position: fixed;
  z-index: 0;
  width: 40vw;
  height: 100vh;
  top: -10vh;
  left: 0;
  -webkit-filter: contrast(150%) grayscale(100%);
          filter: contrast(150%) grayscale(100%);
}
@media screen and (max-width: 767px) {
  .op_container video {
    width: 60vw;
  }
}
.op_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.92);
}
@media screen and (max-width: 767px) {
  .op_container::before {
    background: rgba(0, 0, 0, 0.72);
  }
}
.op_container::before {
  mix-blend-mode: multiply;
  z-index: 1;
}
.op_container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50vh;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: 1;
}

.op_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}

.op_text {
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-style: italic;
  padding-bottom: 0.75em;
  padding-right: 2.6vw;
  text-align: right;
  font-family: "adobe-garamond-pro", serif;
}

.op_ber {
  background-color: rgba(255, 255, 255, 0.35);
  margin-top: 5px;
  width: 0%;
  height: 1px;
}

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

.open #global-nav {
  z-index: 1000;
  visibility: visible;
}

#global-nav {
  visibility: hidden;
  position: fixed;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#global-nav .Left {
  width: 70%;
  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;
  padding: 2.6vw 5vh;
}
#global-nav .Left video {
  position: fixed;
  z-index: 0;
  width: 40vw;
  height: 30vh;
  bottom: -5vh;
  left: -5vw;
  opacity: 0;
  mix-blend-mode: multiply;
  -webkit-filter: contrast(150%) grayscale(100%);
          filter: contrast(150%) grayscale(100%);
}
@media screen and (max-width: 767px) {
  #global-nav .Left video {
    display: none;
  }
}
#global-nav .Right {
  width: 30%;
  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;
}
#global-nav .Right .Logo {
  width: 100%;
  margin-top: auto;
  opacity: 0;
  position: relative;
  margin: 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em;
  font-size: clamp(19px, 1.6vw, 1.75vw);
  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::before {
  content: "";
  background: #999;
  width: 20px;
  height: 1px;
}
#global-nav a span.small {
  color: #999;
  font-size: 12px;
  font-family: "adobe-garamond-pro", serif;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
  -webkit-filter: blur(1em);
          filter: blur(1em);
}

.open #global-nav ul li {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 6400px;
  height: 4000px;
  margin-right: -2200px;
  margin-top: -2200px;
  top: 40px;
  right: 40px;
  display: block;
  position: fixed;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.02);
  transform: scale(0.02);
  z-index: 999;
}
@media screen and (min-width: 2600px) {
  #nav-bg {
    width: 7700px;
    height: 5500px;
    margin-top: -2800px;
    top: -160px;
  }
}

.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  left: 2.6vw;
  top: 21px;
  width: 90px;
  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;
}

#nav-toggle:hover {
  width: 100px;
}

#nav-toggle > div.wrap {
  position: relative;
}
#nav-toggle > div.wrap::after {
  content: "MENU";
  position: absolute;
  bottom: -32px;
  right: -10px;
  color: #e5ecee;
  font-size: 11px;
  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 > div.wrap::after {
  opacity: 0;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  right: -15px;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(45deg, rgb(235, 235, 235) 0%, rgb(235, 235, 235) 46%, rgb(235, 235, 235) 46%, rgb(0, 0, 0) 47%, rgb(0, 0, 0) 100%);
  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;
}
@media screen and (max-width: 767px) {
  ul.news {
    max-height: 200px;
  }
}
ul.news {
  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;
}

/*****************画像マスク*******************/
picture.block {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mask__animation--img {
  display: block;
  -webkit-mask-image: url(../../images/mask.webp);
  mask-image: url(../../images/mask.webp);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 150% 150%;
  -webkit-mask-position: 150% 150%;
  -webkit-animation: mask-animation 2.6s ease-in-out forwards;
          animation: mask-animation 2.6s ease-in-out forwards;
  position: relative;
  z-index: 3;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.mask__animation--img-02 {
  display: block;
  -webkit-mask-image: url(../../images/mask.webp);
  mask-image: url(../../images/mask.webp);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 150% 150%;
  -webkit-mask-position: 150% 150%;
  -webkit-animation: mask-animation 4.6s ease-in-out forwards;
          animation: mask-animation 4.6s ease-in-out forwards;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  position: relative;
  z-index: 3;
}

@keyframes mask-animation {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.horizontal-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 400vw;
}

.panel {
  width: 100vw;
  height: 100vh;
  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;
}
.panel .content {
  width: 100vw;
  height: 100vh;
}
.panel .sec-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(../../images/fv__bg02.webp) no-repeat left center;
  background-size: cover;
  border-right: 2px solid #000;
}
.panel .sec-fv::after {
  content: "";
  position: absolute;
  background: #000;
  width: 67.7083333333vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: bg-color 0.25s ease-in-out forwards;
          animation: bg-color 0.25s ease-in-out forwards;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes bg-color {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }
  100% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
    height: 0vh;
    top: 0;
    left: 0;
  }
}
@keyframes bg-color {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  }
  100% {
    -webkit-filter: blur(0.5rem);
            filter: blur(0.5rem);
    height: 0vh;
    top: 0;
    left: 0;
  }
}
.panel .sec-fv .Left--Image {
  width: 67.7083333333vw;
  height: 100vh;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 8vh;
}
.panel .sec-fv .Left--Image .main--lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  margin: auto auto -5vh;
  max-width: 73px;
  z-index: 4;
}
.panel .sec-fv .Left--Image .main--lead span {
  display: inline-block;
  position: relative;
  -webkit-animation: lead-fade 4s ease-in-out forwards;
          animation: lead-fade 4s ease-in-out forwards;
  opacity: 0;
}
.panel .sec-fv .Left--Image .main--lead span::after {
  content: "";
  position: absolute;
  width: 70%;
  padding: 10px;
  top: 0;
  left: -53%;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}
.panel .sec-fv .Left--Image .main--lead span:nth-of-type(1)::after {
  height: 70%;
}
.panel .sec-fv .Left--Image .main--lead span:nth-of-type(2)::after {
  height: 104%;
  top: -4%;
}
.panel .sec-fv .Left--Image .main--lead span:nth-of-type(1) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.panel .sec-fv .Left--Image .main--lead span:nth-of-type(2) {
  margin-top: 5em;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes lead-fade {
  0% {
    -webkit-transform: translateY(-25px) translateX(50px);
            transform: translateY(-25px) translateX(50px);
    opacity: 0;
    -webkit-filter: blur(3.5rem);
            filter: blur(3.5rem);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes lead-fade {
  0% {
    -webkit-transform: translateY(-25px) translateX(50px);
            transform: translateY(-25px) translateX(50px);
    opacity: 0;
    -webkit-filter: blur(3.5rem);
            filter: blur(3.5rem);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.panel .sec-fv .Left--Image .Mainvisual {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.panel .sec-fv .Left--Image .Mainvisual .out-show {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 12.5s;
          animation-delay: 12.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.panel .sec-fv .Left--Image .Mainvisual .out-show img {
  display: block;
}
.panel .sec-fv .Left--Image .logo--wrap {
  display: block;
  margin: auto auto 0;
  padding: 0 0 0 2.6vw;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  z-index: 2;
}
.panel .sec-fv .Left--Image .logo--wrap h1 {
  margin: 0;
}
.panel .sec-fv .Right--Image {
  width: 32.22vw;
  overflow: hidden;
  position: relative;
  background: #000;
}
.panel .sec-fv .Right--Image img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel .sec-fv .Right--Image .wh__wrap {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-animation-name: fadeIn-02;
          animation-name: fadeIn-02;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(3.5rem);
            filter: blur(3.5rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(3.5rem);
            filter: blur(3.5rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeIn-02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
    display: none;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
    display: none;
  }
}
.mask__animation {
  overflow: hidden;
}

.mask__animation .wrap {
  position: relative;
  z-index: 3;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
  }
}
@-webkit-keyframes zoomsecond {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
    -webkit-transform: translate(0px, 0px) scale(1.25);
            transform: translate(0px, 0px) scale(1.25);
  }
}
@keyframes zoomsecond {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
    -webkit-transform: translate(0px, 0px) scale(1.25);
            transform: translate(0px, 0px) scale(1.25);
  }
}
@-webkit-keyframes zoomthird {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
    -webkit-transform: translate(0px, 0px) scale(1.25);
            transform: translate(0px, 0px) scale(1.25);
  }
}
@keyframes zoomthird {
  0% {
    opacity: 0;
    blur: 1.5em;
    -webkit-transform: translate(-70px, -50px) scale(1.25);
            transform: translate(-70px, -50px) scale(1.25);
  }
  75% {
    opacity: 1;
    blur: 0;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    opacity: 0;
    blur: 1.5rem;
    -webkit-transform: translate(0px, 0px) scale(1.25);
            transform: translate(0px, 0px) scale(1.25);
  }
}
.zoom {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.zoom2 {
  -webkit-animation-name: zoomsecond;
          animation-name: zoomsecond;
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.zoom3 {
  -webkit-animation-name: zoomthird;
          animation-name: zoomthird;
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.logo-move {
  -webkit-animation-name: zoom-2;
          animation-name: zoom-2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.movie_blk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #000;
}

.movie_blk video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.wh--box {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.bk--box {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.bk--box .content {
  width: 100vw;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.bk--box video {
  width: 100%;
  height: 100%;
  opacity: 0;
  vertical-align: bottom;
}

.image-wrapper .video--wrap {
  position: relative;
  width: 50vw;
  height: 50vh;
  margin: auto;
}

.line-m {
  position: absolute;
  width: 50vw;
  height: 50vh;
}

.top, .bottom {
  height: 1px;
  width: 0%;
}

.left, .right {
  width: 1px;
  height: 0%;
}

.top {
  top: 0;
  left: 0;
}

.right {
  top: 0;
  right: 0;
}

.bottom {
  bottom: 0;
  right: 0;
}

.left {
  bottom: 0;
  left: 0;
}

.Image-fade {
  display: block;
  -webkit-mask-image: url(../../images/mask.webp);
  mask-image: url(../../images/mask.webp);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 150% 150%;
  -webkit-mask-position: 150% 150%;
}

.Image-fade.show {
  -webkit-animation: Image-mask 2s ease-in-out forwards;
          animation: Image-mask 2s ease-in-out forwards;
}

.mask-fade, .mask-fade02, .mask-fade03, .mask-fade04, .mask-fade05, .mask-fade06 {
  display: block;
  -webkit-mask-image: url(../../images/mask.webp);
  mask-image: url(../../images/mask.webp);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 150% 150%;
  -webkit-mask-position: 150% 150%;
}

.mask-fade.show, .mask-fade02.show, .mask-fade03.show, .mask-fade04.show, .mask-fade05.show, .mask-fade06.show {
  -webkit-animation: Image-mask 3.5s ease-in-out forwards;
          animation: Image-mask 3.5s ease-in-out forwards;
}

.mask-fade06.show {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes Image-mask {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

@keyframes Image-mask {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    mask-position: 150% 150%;
    -webkit-mask-position: 150% 150%;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.bk--bg {
  background: url(../../images/about__bg.webp) no-repeat center/cover;
}

/***************About***************/
.about-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.about-sec .Left_wrap {
  width: 42.6vw;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(1em, 2.6vw, 2.8vw);
}
.about-sec .Left_wrap .bottom--title {
  display: none !important;
}
.about-sec .Left_wrap h2#text {
  margin-top: auto;
  margin-bottom: -5vh;
}
.about-sec .Left_wrap .Text__wrap {
  margin-top: auto;
}
.about-sec .Left_wrap .Text__top__wrap {
  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-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5vh;
  line-height: 2;
}
.about-sec .Left_wrap .Text__top__wrap picture {
  max-width: 45%;
  display: block;
}
.about-sec .Right__wrap {
  width: 57.2916666667vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background: url(../../images/about__bg.jpg) no-repeat right top/cover;
}
.about-sec .Right__wrap .Item {
  width: 50%;
}
.about-sec .Right__wrap .Item:first-of-type {
  margin-top: auto;
  margin-right: -10vw;
}
.about-sec .Right__wrap .Item:last-of-type {
  margin-bottom: auto;
}

#photo {
  background: url(../../images/photo__bg.webp) no-repeat center/cover;
  width: 100%;
  height: 100vh;
}

/***************Text***************/
h2#text {
  font-size: 9.2vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1;
  overflow: hidden;
  opacity: 0;
  padding: 0 0.015em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 300;
  letter-spacing: 0.086em;
}

h2#text.show {
  opacity: 1;
}

h2.bounce.show {
  position: relative;
}

.char {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

@-webkit-keyframes title {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes title {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
h2.bounce.show .char:nth-of-type(1) {
  -webkit-animation: title 0.6s ease-in-out forwards;
          animation: title 0.6s ease-in-out forwards;
}

h2.bounce.show .char:nth-of-type(2) {
  -webkit-animation: title 0.8s ease-in-out forwards;
          animation: title 0.8s ease-in-out forwards;
}

h2.bounce.show .char:nth-of-type(3) {
  -webkit-animation: title 1s ease-in-out forwards;
          animation: title 1s ease-in-out forwards;
}

h2.bounce.show .char:nth-of-type(4) {
  -webkit-animation: title 1.2s ease-in-out forwards;
          animation: title 1.2s ease-in-out forwards;
}

h2.bounce.show .char:nth-of-type(5) {
  -webkit-animation: title 1.4s ease-in-out forwards;
          animation: title 1.4s ease-in-out forwards;
}

.Fade-up {
  opacity: 0;
  position: relative;
}
.Fade-up.show {
  -webkit-animation: Fadeup 1.5s ease-in-out forwards;
          animation: Fadeup 1.5s ease-in-out forwards;
}

@-webkit-keyframes Fadeup {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes Fadeup {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Fade-Left {
  opacity: 0;
  position: relative;
}
.Fade-Left.show {
  -webkit-animation: Fadeleft 1.5s ease-in-out forwards;
          animation: Fadeleft 1.5s ease-in-out forwards;
}
.Fade-Left.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes Fadeleft {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Fadeleft {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
h3.lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 1.35rem;
}
h3.lead.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2.2;
}

#yellow {
  background: #ffd023;
  width: 100vw;
  height: 100vh;
  padding-top: 10vh;
  padding-right: 5vw;
  position: relative;
  z-index: 3;
}
#yellow::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100vw;
  top: 30vh;
  left: 0;
  height: 70vh;
  background: url(../../images/yellow--bg.webp) no-repeat center right/contain;
}
#yellow .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#portfolio picture img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#portfolio picture img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#portfolio .title__wrap {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  z-index: 1;
  width: 65%;
  margin-left: -2.6vw;
}
#portfolio .title__wrap h2 img {
  max-width: 767px;
}
#portfolio .Text__wrap {
  width: 25%;
  position: relative;
  z-index: 1;
}
#portfolio .Text__wrap h3 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 300;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 50%;
  margin-left: auto;
  font-style: italic;
  color: #fff;
  line-height: 1;
  font-size: 40px;
}
#portfolio .Text__wrap p {
  color: #fff;
  font-size: 13px;
  line-height: 2em;
}
#portfolio .logo__brand {
  margin-top: 10vh;
}
#portfolio .movie {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  max-height: 400px;
  padding: 1em;
  background: #000;
  z-index: 2;
}
#portfolio .movie video {
  width: 100%;
  position: relative;
}
#portfolio .project img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__wrap {
  position: relative;
  z-index: 2;
}

p.portfolio-title {
  font-size: 17px;
  font-weight: bold;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 2;
  padding: 1em 1em 0;
  margin-bottom: 0;
}
p.portfolio-title small {
  font-weight: 400;
  font-size: 13px;
  display: block;
}

@media screen and (min-width: 1025px) and (max-width: 1699px) {
  #portfolio .title__wrap {
    width: 60% !important;
  }
  #portfolio .title__wrap h2 img {
    max-width: 600px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #portfolio .title__wrap {
    width: 55% !important;
  }
  #portfolio .title__wrap h2 img {
    max-width: 400px;
  }
  #portfolio .Text__wrap {
    width: 40% !important;
  }
}
a {
  text-decoration: none;
}

a.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  margin: 1em 0 1em 0.5em;
}

a.button.learn-more {
  width: 13rem;
  height: auto;
}

a.button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1.625rem;
}

a.button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

a.button.learn-more .circle .icon.arrow-btn {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.025rem;
  height: 0.105rem;
  background: none;
}

a.button.learn-more .circle .icon.arrow-btn::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.105rem solid #806b6b;
  border-right: 0.105rem solid #806b6b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.8rem 0;
  margin: 0 0 0 3.45rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  font-family: "adobe-garamond-pro", serif;
}

a.button:hover .circle {
  width: 100%;
}

a.button:hover .circle .icon.arrow-btn {
  background: #806b6b;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}

a.button:hover .button-text {
  color: #634b4b;
}

#yellow-vertical {
  clip-path: inset(0);
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 0 2.6vw;
  padding-bottom: 30vh;
}
#yellow-vertical:before {
  content: "";
  background-color: #ffd023;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#yellow-vertical .Inner__wrap {
  max-width: 1560px;
  margin: 0 auto;
  padding-top: 20vh;
}
#yellow-vertical .Inner__wrap .top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
#yellow-vertical .Inner__wrap .top__wrap .Top__Image {
  width: 30%;
  position: absolute;
  right: 0;
}

#portfolio .flex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#portfolio .flex__wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#portfolio .Image__contents {
  position: relative;
  width: 65%;
}
#portfolio .Image__contents.auto {
  margin-left: auto;
  margin-right: auto;
}
#portfolio .Image__contents.two {
  width: 49%;
}
#portfolio .Image__contents.two:nth-of-type(even) {
  margin-top: 10vh;
}
#portfolio .Image__contents.four {
  width: 23.5%;
}
#portfolio .Image__contents.four:nth-of-type(2) {
  margin-top: 5vh;
}
#portfolio .Image__contents.four:nth-of-type(3) {
  margin-top: 10vh;
}
#portfolio .Image__contents.four:nth-of-type(4) {
  margin-top: 15vh;
}
#portfolio .Image__contents.four:nth-of-type(5) {
  margin-top: 0;
}
#portfolio .Image__contents.four:nth-of-type(6) {
  margin-top: 5vh;
}
#portfolio .Image__contents:nth-of-type(n+2) {
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .Image__contents picture {
  position: relative;
  z-index: 2;
  display: block;
}
#portfolio .Image__contents picture a {
  display: block;
}
#portfolio .Image__contents:nth-of-type(1)::before {
  content: "";
  background: rgba(255, 255, 219, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(1)::after {
  content: "";
  background: rgba(255, 255, 219, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
#portfolio .Image__contents:nth-of-type(2)::before {
  content: "";
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(2)::after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#portfolio .Image__contents:nth-of-type(3)::before {
  content: "";
  background: rgba(255, 250, 184, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 50%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(3)::after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#portfolio .Image__contents:nth-of-type(4)::before {
  content: "";
  background: rgba(255, 250, 31, 0.43);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 50%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(4)::after {
  content: "";
  background: rgba(255, 232, 129, 0.47);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
#portfolio .Image__contents:nth-of-type(5)::before {
  content: "";
  background: rgba(215, 175, 42, 0.43);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(5)::after {
  content: "";
  background: rgba(226, 210, 167, 0.17);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 80%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#portfolio .Image__contents:nth-of-type(6)::before {
  content: "";
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 90%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(6)::after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#portfolio .Image__contents:nth-of-type(7)::before {
  content: "";
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 90%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(7)::after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
#portfolio .Image__contents.wh:nth-of-type(1)::before {
  content: "";
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 0;
}
#portfolio .Image__contents:nth-of-type(1)::after {
  content: "";
  background: rgba(255, 255, 255, 0.27);
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.landingpage picture {
  display: block;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.landingpage .Image__contents::before {
  content: "";
  background: rgba(255, 255, 255, 0.23) !important;
  position: absolute;
  z-index: 0;
  width: 90%;
  height: 70%;
  bottom: 0;
  left: 0;
  display: none !important;
}

.landingpage .Image__contents::after {
  content: "";
  background: rgba(255, 255, 255, 0.27) !important;
  position: absolute;
  z-index: 1;
  width: 80% !important;
  height: 20% !important;
  bottom: 0;
  right: inherit !important;
  left: 0 !important;
  -webkit-transform: skewX(15deg) !important;
          transform: skewX(15deg) !important;
}

#red-vertical {
  width: 100%;
  height: auto;
  min-height: 100vh;
  clip-path: inset(0);
  padding: 20vh 2.6vw 0;
  padding-bottom: 30vh;
  position: relative;
}
#red-vertical:before {
  content: "";
  background: url(../../images/red--bg.webp) repeat-y center top/cover;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#red-vertical .Top__Image {
  width: 30%;
  position: absolute;
  right: 0;
  top: 5vh;
}
#red-vertical .Inner__wrap {
  padding-top: 10vh;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}
#red-vertical .Image__contents img {
  -webkit-box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.3);
}

#green-vertical {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #77ced1;
  clip-path: inset(0);
  padding: 0 2.6vw;
  padding-top: 30vh;
  padding-bottom: 20vh;
  position: relative;
}
#green-vertical:before {
  content: "";
  background: url(../../images/movie__bg.webp) no-repeat center top/cover;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#green-vertical .top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
  z-index: 3;
}
#green-vertical .top__wrap .Top__Image {
  width: 30%;
  position: absolute;
  right: 0;
}
#green-vertical .Inner__wrap {
  max-width: 1560px;
  margin: 0 auto;
  padding-top: 20vh;
}

#white-vertical {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url(../../images/blue__bg.webp) no-repeat center bottom #fff;
  padding: 0 2.6vw;
  padding-top: 30vh;
  padding-bottom: 20vh;
  position: relative;
  clip-path: inset(0);
}
#white-vertical #portfolio .Image__contents:nth-of-type(n+2) {
  margin-top: 10vh !important;
}
#white-vertical::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 80vh;
  background: url(../../images/white__bg.webp) no-repeat center top/cover;
  z-index: 0;
  position: fixed;
}
#white-vertical .Text__wrap * {
  color: #000 !important;
  border-color: #000 !important;
}
#white-vertical .top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
  z-index: 3;
}
#white-vertical .top__wrap .Top__Image {
  width: 30%;
  position: absolute;
  right: -2.6vw;
  text-align: right;
  top: 20vh;
}
#white-vertical .Inner__wrap {
  max-width: 1560px;
  margin: 0 auto;
  padding-top: 0vh;
}

.mono-containner {
  background: url(../../images/mono-bg-b.webp) no-repeat center/cover;
  width: 100%;
  overflow: hidden;
}

.mono-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  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;
}
.mono-wrapper .message {
  width: clamp(130px, 19.7916666667vw, 20vw);
  max-width: 380px;
  display: block;
  margin: auto 0 auto;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
}

.mono-contents {
  width: 100%;
  height: 100%;
  margin: auto;
  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;
}

.mono1 .mono-contents {
  background: url(../../images/mono-bg.webp) no-repeat center/cover;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.115);
          box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.115);
}

/******************クリエイターブロック******************/
.cloud__wrapper div {
  position: absolute;
}

#creator--top {
  clip-path: inset(0);
  width: 100%;
  height: 180vh;
  padding: 10vh 2.6vw;
}
#creator--top:before {
  content: "";
  background: url(../../images/creator__bg__top.webp) no-repeat center center #000;
  background-size: 100% 100%;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#creator--top h2 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: bold;
  font-size: 16vw;
  letter-spacing: 0.086em;
  color: #fff;
  text-align: center;
  margin-top: 50vh;
  mix-blend-mode: overlay;
}

#creator {
  position: relative;
  background: url(../../images/creator-bg.webp) no-repeat center top/cover;
  padding: 5vh 0 10vh;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#creator.maku::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  background: url(../../images/maku.webp) no-repeat center top/cover;
  -webkit-animation: maku-close 0.5s ease-in-out forwards;
          animation: maku-close 0.5s ease-in-out forwards;
}
#creator.maku.show::before {
  opacity: 1;
  -webkit-animation: maku 0.5s ease-in-out forwards;
          animation: maku 0.5s ease-in-out forwards;
}
#creator .right--top {
  position: absolute;
  width: 50vw;
  height: 40vh;
  right: 1vw;
  top: 2.5vh;
  z-index: 3;
  text-align: right;
  opacity: 0;
}
#creator .right--top.show {
  -webkit-animation: creator-right 1.5s ease-in-out forwards;
          animation: creator-right 1.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#creator .bottom--left {
  position: absolute;
  width: 25vw;
  height: auto;
  left: 0;
  bottom: 0.5vh;
  z-index: 3;
  opacity: 0;
}
#creator .bottom--left.show {
  -webkit-animation: creator-bottom-left 1.5s ease-in-out forwards;
          animation: creator-bottom-left 1.5s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#creator .bottom--right {
  position: absolute;
  width: 25vw;
  height: 30vh;
  text-align: right;
  right: -5vw;
  bottom: 6.5vh;
  z-index: 3;
  opacity: 0;
}
#creator .bottom--right.show {
  -webkit-animation: creator-bottom-right 1.5s ease-in-out forwards;
          animation: creator-bottom-right 1.5s ease-in-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#creator .title {
  position: relative;
  -webkit-animation-name: decoSwing;
          animation-name: decoSwing;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  top: 0;
}
#creator .title img {
  max-width: 400px;
}

@-webkit-keyframes decoSwing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes decoSwing {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes maku-close {
  0% {
    top: -100vh;
    -webkit-filter: blur(2.5rem);
            filter: blur(2.5rem);
    opacity: 0;
  }
  100% {
    top: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes maku-close {
  0% {
    top: -100vh;
    -webkit-filter: blur(2.5rem);
            filter: blur(2.5rem);
    opacity: 0;
  }
  100% {
    top: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes maku {
  0% {
    top: 0;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
  100% {
    top: -100vh;
    -webkit-filter: blur(2.5rem);
            filter: blur(2.5rem);
    opacity: 0;
  }
}
@keyframes maku {
  0% {
    top: 0;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
  100% {
    top: -100vh;
    -webkit-filter: blur(2.5rem);
            filter: blur(2.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes creator-right {
  0% {
    top: 30px;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    top: 0;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
@keyframes creator-right {
  0% {
    top: 30px;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    top: 0;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
@-webkit-keyframes creator-bottom-left {
  0% {
    bottom: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    bottom: 0.5vh;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
@keyframes creator-bottom-left {
  0% {
    bottom: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    bottom: 0.5vh;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
@-webkit-keyframes creator-bottom-right {
  0% {
    bottom: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    bottom: 6.5vh;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
@keyframes creator-bottom-right {
  0% {
    bottom: 0;
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    bottom: 6.5vh;
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    opacity: 1;
  }
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  -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;
}

.creator-slider {
  list-style: none;
  padding: 0;
  margin-top: 10vh;
}
.creator-slider .swiper-slide {
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
}
.creator-slider .swiper-slide::after {
  content: "";
  background: url(../../images/slider__bottom.webp) no-repeat center/contain;
  position: relative;
  width: 90%;
  height: 120px;
  margin: -5em auto 0;
  display: block;
  -webkit-animation: kakudai 1s ease 0s infinite alternate;
          animation: kakudai 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.illustration {
  display: block;
  margin: 0 auto -1em;
  position: relative;
  z-index: 2;
  max-width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .illustration {
    max-width: 100px;
  }
}
.illustration {
  opacity: 0;
  -webkit-animation: illustration-off 0.25s ease-in-out forwards;
          animation: illustration-off 0.25s ease-in-out forwards;
}

.swiper-slide-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slide-active .card img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.swiper-slide-active .illustration {
  -webkit-animation: illustration 0.5s ease-in-out forwards;
          animation: illustration 0.5s ease-in-out forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes illustration {
  0% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
            filter: drop-shadow(5px 5px 5px #222);
  }
}

@keyframes illustration {
  0% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
            filter: drop-shadow(5px 5px 5px #222);
  }
}
@-webkit-keyframes illustration-off {
  0% {
    opacity: 1;
    -webkit-filter: blur(0em);
            filter: blur(0em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
            filter: drop-shadow(5px 5px 5px #222);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
  }
}
@keyframes illustration-off {
  0% {
    opacity: 1;
    -webkit-filter: blur(0em);
            filter: blur(0em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px #222);
            filter: drop-shadow(5px 5px 5px #222);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(1em);
            filter: blur(1em);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
            filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0));
  }
}
.shake-up {
  -webkit-animation: shake-up 3s infinite ease-in-out;
          animation: shake-up 3s infinite ease-in-out;
}

@-webkit-keyframes shake-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes shake-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.shake-up02 {
  -webkit-animation: shake-up02 3.6s infinite ease-in-out;
          animation: shake-up02 3.6s infinite ease-in-out;
}

@-webkit-keyframes shake-up02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes shake-up02 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.shake-up03 {
  -webkit-animation: shake-up03 2.6s infinite ease-in-out;
          animation: shake-up03 2.6s infinite ease-in-out;
}

@-webkit-keyframes shake-up03 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes shake-up03 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.card-box {
  display: inline-block;
  -webkit-perspective: 600px;
          perspective: 600px;
}
.card-box .card {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  display: block;
}
.card-box .card img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 2600px) {
  .card-box .card img {
    max-width: 600px;
    min-width: 600px;
  }
}
.card-box:hover .card {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

@-webkit-keyframes kakudai {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes kakudai {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* スクロールダウンの位置 */
.scroll {
  margin-inline: auto;
  margin-top: 10vh;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}

/* マウスホイール */
.scroll::before {
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}

/* マウス */
.scroll::after {
  border: 2px solid #fff;
  border-radius: 20px;
  content: "";
  display: block;
  height: 50px;
  margin-inline: auto;
  margin-top: 10px;
  width: 30px;
}

/* アニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 40%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
.cloud {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 90%;
}

/******************お問い合わせブロック******************/
#contact {
  background: #151515;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 15;
}
#contact p.wh {
  color: #fff;
}
#contact p.wh a {
  color: #fff;
  text-decoration: underline;
}
#contact p.wh a:hover {
  text-decoration: none;
}
#contact.contact::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(107, 107, 107, 0.67);
  position: absolute;
  top: 15vh;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 2;
  display: block;
}
#contact.contact.show::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#contact .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#contact .contents .Left {
  width: 45%;
  background: url(../../images/contact-bg.webp) no-repeat center top/cover;
  min-height: 100vh;
}
#contact .contents .Right {
  width: 55%;
  padding: 2.5vh 2.6vw 5vh;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  #contact .contents .Right {
    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;
    width: 100;
    margin: 0 auto;
    max-width: 1480px;
  }
}
#contact .contents .Right h2 {
  color: #fff;
  font-size: var(--title-jp);
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.086em;
  font-weight: 300;
}
#contact .contents .wpcf7-response-output {
  color: #fff;
  margin-top: 0;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  line-height: 1.4;
  border-color: #4CAF50;
  margin-top: -0.5em;
}
#contact .contents .wpcf7 form.invalid .wpcf7-response-output, #contact .contents .wpcf7 form.unaccepted .wpcf7-response-output, #contact .contents .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c20505;
}
#contact .contents .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
#contact .linear-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  overflow: hidden;
  text-wrap: nowrap;
  width: 100%;
  height: 20vh;
}
#contact .linear-text {
  display: inline-block;
  margin-right: 2.6vw;
  width: 100%;
}
#contact .linear-text img {
  width: 100%;
}

.fadeup-text span {
  display: inline-block;
}

.fadeup-text.show {
  -webkit-animation: Fadeup 1.5s ease-in-out forwards;
          animation: Fadeup 1.5s ease-in-out forwards;
}

@keyframes Fadeup {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*****************お問い合わせフォーム*******************/
dl.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.5em auto 0;
}
dl.contact__wrap dt {
  margin: 0 0 0.5em;
  padding: 0 0.25em 0.35em;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.086em;
}
dl.contact__wrap dd {
  font-family: "adobe-garamond-pro", serif;
  color: #8c8c8c;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.57em;
}
dl.contact__wrap .requiare {
  display: inline-block;
  padding: 5px;
  font-size: 9px;
  background: #5a4a42;
  text-align: center;
  line-height: 1;
}
dl.contact__wrap .any {
  display: inline-block;
  padding: 5px;
  font-size: 9px;
  background: #b2afaf;
  text-align: center;
  line-height: 1;
}

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: top;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
  border-radius: 0;
  padding: 0.75em;
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
  border: solid 1px #a7a7a7;
  background-color: rgba(255, 255, 255, 0.75);
  margin: auto;
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}

textarea {
  max-height: 100px;
}

p.privacy {
  font-size: 14px;
  color: #fff;
}
p.privacy a {
  color: #fafaf2;
}
p.privacy a:hover {
  text-decoration: none !important;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.75);
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
}

input[type=date i] {
  padding: 0.75em;
  margin-bottom: 1em;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], select, textarea {
  width: 100%;
  color: #010101;
}

input[type=reset],
input[type=button],
input[type=submit],
button {
  color: #fff;
  display: block;
  margin: 1em auto 0 auto;
  padding: 0.5em;
  border-radius: 4.46em;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  background-color: #604f48;
  border: 0px;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 400;
  max-width: 268px;
  letter-spacing: 0.046em;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
  -webkit-box-shadow: 0 0 2px rgb(0, 0, 0);
          box-shadow: 0 0 2px rgb(0, 0, 0);
  background: #9d373b;
}

/******************会社概要ブロック******************/
#company {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative;
}
#company .company__wrapper::after {
  content: "";
  background: #eaeae4;
  position: absolute;
  width: 100%;
  height: 8vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.35;
}
#company.company::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(140, 140, 140, 0.25);
  position: absolute;
  top: 7.25vh;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
  display: block;
}
#company.company.show::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#company.company::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(140, 140, 140, 0.25);
  position: absolute;
  top: 0;
  left: 7.25vh;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -2;
  display: block;
}
#company.company.show::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#company .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
#company .contents .Left {
  width: 55%;
  padding: 2.5vh 2.6vw 5vh;
  position: relative;
  z-index: 2;
  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;
}
#company .contents .Left .contents__wrap {
  margin: auto auto;
  width: 100%;
}
#company .contents .Right {
  width: 45%;
  padding: 2.5vh 2.6vw 5vh;
}
#company .contents .Right h2 {
  color: #101010;
  font-size: var(--title-jp);
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.086em;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: right;
  margin: 0;
}
#company .contents .Right .contents__wrap {
  margin: auto auto;
  width: 100%;
  padding-top: 15vh;
}

/******************会社概要******************/
dl.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 3;
  backdrop-filter: blur(3px);
}
dl.border dt {
  width: 20%;
  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;
  padding: 1em 0.5em;
  font-size: 14px;
  position: relative;
}
dl.border dd {
  width: 80%;
  padding: 1em 0.5em;
  font-size: 14px;
  margin: 0;
  line-height: 1.95;
  position: relative;
}

.bottom--title {
  font-size: 9.2vw;
  line-height: 1;
  overflow: hidden;
  padding: 0 0.015em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 300;
  letter-spacing: 0.086em;
  position: absolute;
  left: 2.5vw;
  bottom: 2vh;
  z-index: 2;
  margin-bottom: 0;
}

.bounce-02 span {
  display: inline-block;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.bounce-02.show .char:nth-of-type(1) {
  -webkit-animation: title-02 0.6s ease-in-out forwards;
          animation: title-02 0.6s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(2) {
  -webkit-animation: title-02 0.8s ease-in-out forwards;
          animation: title-02 0.8s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(3) {
  -webkit-animation: title-02 1s ease-in-out forwards;
          animation: title-02 1s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(4) {
  -webkit-animation: title-02 1.2s ease-in-out forwards;
          animation: title-02 1.2s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(5) {
  -webkit-animation: title-02 1.4s ease-in-out forwards;
          animation: title-02 1.4s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(6) {
  -webkit-animation: title-02 1.6s ease-in-out forwards;
          animation: title-02 1.6s ease-in-out forwards;
}

.bounce-02.show .char:nth-of-type(7) {
  -webkit-animation: title-02 1.8s ease-in-out forwards;
          animation: title-02 1.8s ease-in-out forwards;
}

.bounce-03 span {
  display: inline-block;
  opacity: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.bounce-03.show .char:nth-of-type(1) {
  -webkit-animation: title-02 0.6s ease-in-out forwards;
          animation: title-02 0.6s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(2) {
  -webkit-animation: title-02 0.8s ease-in-out forwards;
          animation: title-02 0.8s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(3) {
  -webkit-animation: title-02 1s ease-in-out forwards;
          animation: title-02 1s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(4) {
  -webkit-animation: title-02 1.2s ease-in-out forwards;
          animation: title-02 1.2s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(5) {
  -webkit-animation: title-02 1.4s ease-in-out forwards;
          animation: title-02 1.4s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(6) {
  -webkit-animation: title-02 1.6s ease-in-out forwards;
          animation: title-02 1.6s ease-in-out forwards;
}

.bounce-03.show .char:nth-of-type(7) {
  -webkit-animation: title-02 1.8s ease-in-out forwards;
          animation: title-02 1.8s ease-in-out forwards;
}

@-webkit-keyframes title-02 {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes title-02 {
  0% {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0rem);
            filter: blur(0rem);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/******************footer******************/
footer {
  width: 100%;
  height: 100vh;
  background: url(../../images/footer__bg.webp) no-repeat center/cover;
  padding: 5vh 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;
  position: relative;
  z-index: 3;
}
footer .Right {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .Right ul.links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
  margin: 0 auto;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
footer .Right ul.links li {
  padding: 0;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
}
footer .Right ul.links li.small a {
  font-size: 0.85rem;
  color: #aaa;
}
footer .Right ul.links li:nth-of-type(even) {
  margin-top: 1.5em;
}
footer .Right ul.links li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  bottom: 0;
}
footer .Right ul.links li a:hover {
  text-shadow: white 2px 0px 12px, white 0px 0px 12px;
  bottom: -10px;
}
footer .Right ul.links li a::before {
  content: "─";
}
footer .copy {
  font-size: 12px;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  color: #ccc;
}

.container {
  margin: 0 auto;
  padding: 0;
  height: 200px;
  width: 200px;
  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;
  overflow: hidden;
  position: relative;
}

.container a:hover {
  opacity: 0.7;
}

.scroll-down {
  position: relative;
  width: 120px;
  height: 120px;
  color: #fff;
  font-family: serif;
  text-decoration: none;
  pointer-events: none;
}

.circle-text, .circle-text02, .circle-text03 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.circle-text span, .circle-text02 span, .circle-text03 span {
  position: absolute;
  left: 50%;
  font-size: 13px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll_01 3s infinite;
          animation: scroll_01 3s infinite;
}

.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
/****************モーダル*****************/
.p-modal--btn {
  cursor: pointer;
}

.p-modal--content {
  position: fixed;
  inset: 0;
  background-color: rgba(66, 66, 66, 0.9);
  z-index: 1500;
  display: none;
}

.p-modal--close {
  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;
  width: 40px;
  height: 40px;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 30px;
  top: -10px;
  border-bottom-left-radius: 0.46em;
  border-bottom-right-radius: 0.46em;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.p-modal--contentWrap {
  overflow: auto;
  height: 100vh;
  padding: 2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-modal--inner {
  background: url(../../images/modal__bg.png) no-repeat center;
  background-size: 110% 100%;
}
@media screen and (max-width: 767px) {
  .p-modal--inner {
    background: #fff;
  }
  .p-modal--inner::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #9dd2ed;
    opacity: 0.7;
  }
  .p-modal--inner::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #9dd2b6;
    opacity: 0.35;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.p-modal--inner {
  border-radius: 0.5rem;
  width: 100%;
  position: relative;
  max-width: 680px;
  margin: auto;
  padding: clamp(1rem, 6vw, 4rem) clamp(1rem, 4vw, 4rem) clamp(1rem, 6vw, 6rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-modal--inner {
    padding: clamp(5rem, 10vw, 4rem) clamp(3.25rem, 4vw, 4rem) clamp(1rem, 6vw, 6rem);
  }
}
@media screen and (min-width: 2600px) {
  .p-modal--inner {
    max-width: 1000px;
    padding: clamp(10rem, 10vw, 4rem) clamp(3.25rem, 10vw, 10rem) clamp(10rem, 6vw, 6rem);
    min-height: 40vh;
  }
}
.p-modal--inner .name-title {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .p-modal--inner .name-title {
    font-size: 24px;
  }
}
.p-modal--inner .name-title {
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: #424242 1px solid;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  line-height: 1.675;
}
.p-modal--inner span {
  color: #aaa;
  font-size: 16px;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-modal--inner span {
    font-size: 13px;
    font-weight: normal;
  }
}

.modal-contents {
  margin-top: 0.5em;
  padding: 0 0.5em 0 0;
  max-height: 450px;
  position: relative;
  z-index: 5;
  overflow-y: auto;
}
.modal-contents p {
  font-weight: 400;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.modal-contents::-webkit-scrollbar {
  background: #fff;
  width: 8px;
  border-radius: 12px;
}
.modal-contents::-webkit-scrollbar-thumb {
  background-color: #5a4a42;
  border-radius: 12px;
}
.modal-contents::-webkit-scrollbar-thumb:hover {
  background-color: #5a4a42;
}

/***********************ニュース************************/
.date {
  font-style: italic;
  margin-bottom: 0;
  color: #424242;
  font-size: 0.8rem;
}

.single--wrap h3.border {
  margin-top: 0;
  border-bottom: 1px solid #262624;
}

.page__navigation {
  margin-top: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.85rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "adobe-garamond-pro", serif;
}
.page__navigation a {
  color: #202020;
}
.page__navigation a.bk-btn {
  border: 1px solid #202020;
  background: #202020;
  display: block;
  max-width: 120px;
  font-size: 0.85rem;
  margin: 0 auto;
  color: #fff;
  padding: 1em;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page__navigation a.bk-btn:hover {
  background: #424242;
}
.page__navigation .next {
  color: #262624;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  position: relative;
}
.page__navigation .next:before, .page__navigation .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}
.page__navigation .next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page__navigation .next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page__navigation .prev {
  color: #262624;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  position: relative;
}
.page__navigation .prev:before, .page__navigation .prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 2px 50%;
          transform-origin: 2px 50%;
}
.page__navigation .prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page__navigation .prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cursor-pointer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 160px;
  width: 160px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.355);
  border: 1px solid #fff;
  margin: -80px 0 0 -80px;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
  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-family: "adobe-garamond-pro", serif;
  font-size: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cursor-pointer.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor-none {
  cursor: none;
}

/******************** パンくず ***************************/
.breadcrumbs-wrap {
  padding: 0.5em 2.6vw;
  background: #0a0a0a;
  position: relative;
  z-index: 26;
}
.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;
}