@charset "UTF-8";
/*----------------
フォント読み込み 
----------------*/
@font-face {
  font-family: "marcellus";
  src: url("../../assets/fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "notosans";
  src: url("../../assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "notosans";
  src: url("../../assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "notosans";
  src: url("../../assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*-----------------
基本設定
------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 23px;
  font-family: "notosans", sans-serif;
  font-weight: 500;
  color: #030303;
  line-height: 1.74;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-break: anywhere;
  -webkit-animation-name: loadingBodyAnime;
          animation-name: loadingBodyAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    height: 80px;
  }
}

@-webkit-keyframes loadingBodyAnime {
  0% {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  99% {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  100% {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}

@keyframes loadingBodyAnime {
  0% {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  99% {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  100% {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.font_20 {
  font-size: 20px;
  line-height: 1.5;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 81.94%;
}

.oneSide-margin {
  width: min(90.97vw, 1180px + (100vw - 1180px) / 2);
}

.textCenter {
  text-align: center;
}

.only-pc {
  display: block;
}

.pc-tab1280 {
  display: block;
}

.pc-tab1024 {
  display: block;
}

.tab1280 {
  display: none;
}

.tab1280-tab1024 {
  display: none;
}

.tab1280-sp {
  display: none;
}

.tab1024 {
  display: none;
}

.tab1024-sp {
  display: none;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: block;
  }
  .pc-tab1024 {
    display: block;
  }
  .tab1280 {
    display: block;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: none;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: block;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: block;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 86.66%;
    margin: 0 auto;
  }
  .oneSide-margin {
    width: 86.66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: none;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: none;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 89.333%;
  }
  .oneSide-margin {
    width: 89.333%;
    margin: 0 auto;
  }
}
/*==================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInLoadTrigger,
.fadeUpLoadTrigger,
.fadeLeftLoadTrigger,
.fadeRightLoadTrigger {
  opacity: 0;
}

/*=================================
  ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger,
.zoomInLoadTrigger,
.zoomOutLoadTrigger {
  opacity: 0;
}

/*==================================
  じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger,
.blurLoadTrigger {
  opacity: 0;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.change-time1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.change-time15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.change-time2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.change-time25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.l-center {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .l-left {
    margin-left: auto;
  }
}

.l-right {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-right {
    margin-right: auto;
  }
}

.bl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl-flex__rowCenter {
  justify-content: center;
}

.bl-flex__leftAlignment {
  justify-content: flex-start;
}

.bl-flex__rightAlignment {
  justify-content: flex-end;
}

.bl-flex__topAlignment {
  align-items: flex-start;
}

.bl-flex__bottomAlignment {
  align-items: flex-end;
}

/* 大見出し 英語（大）＋日本語（小） */
.bl-largeTitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bl-largeTitle-ja {
  font-size: clamp(40px, 3.47vw, 50px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 700;
  margin-top: -70px;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle-ja {
    font-size: 30px;
    margin-top: -25px;
    margin-left: 10px;
  }
}

.bl-largeTitle-en {
  /*font-size: clamp(120px , 10.4vw , 150px);*/
  font-size: clamp(132px, 11.44vw, 165px);
  letter-spacing: 0.05em;
  font-family: "marcellus", serif;
  color: #CCCCCC;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle-en {
    font-size: 66px;
    letter-spacing: 0;
  }
}

/* 中見出し 英語（小）＋日本語（大） */
.bl-mediumTitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle {
    flex-direction: column;
    align-items: center;
  }
}

.bl-mediumTitle-en {
  font-size: clamp(70px, 5.9vw, 85px);
  letter-spacing: 0;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-family: "marcellus", serif;
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle-en {
    font-size: 40px;
    padding-bottom: 15px;
  }
}

.bl-mediumTitle-ja {
  font-size: clamp(22px, 2.08vw, 30px);
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle-ja {
    font-size: 15px;
  }
}

.underTtl-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 123%;
  height: auto;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1024px) {
  .underTtl-logo {
    position: relative;
    width: 64px;
    bottom: unset;
    top: 0;
    top: -50px;
  }
}

/*---------------------------
ヘッダー
---------------------------*/
.head {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 99;
  -webkit-animation-name: loadingHeaderAnime;
          animation-name: loadingHeaderAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1024px) {
  .head {
    height: 80px;
  }
}

@-webkit-keyframes loadingHeaderAnime {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes loadingHeaderAnime {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.head__logo {
  width: 12.6%;
  min-width: 150px;
  max-width: 185px;
  margin-right: 40px;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .head__logo {
    height: 80px;
    width: auto;
    margin-left: 20px;
    margin-right: auto;
  }
  .head__logo img {
    width: auto;
    height: 100%;
  }
}

.insta-icon{
  position: absolute;
  width: 35px;
  height: auto;
  top: 50%;
  left: -20px;
  transform: translate(-100% , -50%);
}
.insta-icon a{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .insta-icon{
    position: absolute;
    width: 30px;
    height: auto;
    bottom: 0;
    left: unset;
    transform: translate(100%, -50%);
    right: -5px;
    top: unset;
  }
}

.head__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 65px;
}

.headNav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headNav-list .headNav-list__item.currentLocation a {
  border-bottom: 2px solid #030303;
  transition: all 0.5s;
}
.headNav-list .headNav-list__item:not(:last-of-type) {
  margin-right: 55px;
}
.headNav-list .headNav-list__item a {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "marcellus", serif;
  vertical-align: middle;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  transition: all 0.5s;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  transition: all 0.3s;
  pointer-events: none;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  pointer-events: visible;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li.burgerNav-list__item__logo a {
  display: block;
  width: 246px;
}

#g-nav li a {
  color: #030303;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "marcellus", serif;
  font-size: 25px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: -100%;
  right: 0;
  cursor: pointer;
  width: 73px;
  height: 72px;
  background-color: #030303;
  -webkit-animation-name: loadingHeaderAnime;
          animation-name: loadingHeaderAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 30px;
}

.openbtn1 span:nth-of-type(1) {
  top: calc(50% - 3.5px);
}

.openbtn1 span:nth-of-type(2) {
  top: calc(50% + 3.5px);
  left: calc(50% - 4.5px);
  width: 21px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 17px;
}

.openbtn1.active span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 17px;
}

/*---------------------------
TOPページ
---------------------------*/
.fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.fv-deco {
  width: auto;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}
.fv-deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1024px) {
  .fv-deco {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
  }
}

.fv-txt {
  margin-left: min(9.03vw, (100vw - 1180px) / 2);
  position: absolute;
  top: -100%;
  pointer-events: none;
  margin-top: -40px;
  -webkit-animation-name: loadingTxtAnime;
          animation-name: loadingTxtAnime;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1024px) {
  .fv-txt {
    margin-left: 0;
    top: unset;
    margin-top: -23px;
    bottom: -100%;
    width: 100%;
    position: relative;
    top: unset;
  }
}

@-webkit-keyframes loadingTxtAnime {
  0% {
    top: -100%;
  }
  100% {
    top: 120px;
  }
}

@keyframes loadingTxtAnime {
  0% {
    top: -100%;
  }
  100% {
    top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  @-webkit-keyframes loadingTxtAnime {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes loadingTxtAnime {
    0% {
      bottom: -100%;
    }
    100% {
      bottom: 0;
    }
  }
}
.fv-txt__size-m {
  display: block;
  font-family: "marcellus", serif;
  font-size: min(10vw, 144px);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .fv-txt__size-m {
    width: 100%;
    text-align: center;
    font-size: clamp(53px, 14vw, 80px);
    letter-spacing: 0;
  }
}

.fv-txt__size-l {
  display: block;
  font-family: "marcellus", serif;
  font-size: min(19vw, 275px);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  color: #AAAAAA;
  position: absolute;
  top: min(8.4vw, 121px);
  right: min(-22.9vw, -330px);
}
@media screen and (max-width: 1024px) {
  .fv-txt__size-l {
    width: 100%;
    text-align: center;
    font-size: clamp(110px, 30vw, 178px);
    letter-spacing: 0;
    top: unset;
    right: unset;
    position: relative;
    margin-bottom: 0;
  }
}

.fv-txt__size-s {
  display: block;
  font-size: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .fv-txt__size-s {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
}

.splide-wrap {
  width: 100%;
  position: absolute;
  padding-left: min(9.03vw, (100vw - 1180px) / 2);
  height: 58.66vh;
  bottom: 0;
  right: -100%;
  -webkit-animation-name: loadingSliderAnime;
          animation-name: loadingSliderAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1024px) {
  .splide-wrap {
    height: 58.8vh;
    bottom: unset;
    right: -100%;
    margin-top: 85px;
    position: relative;
  }
}

@-webkit-keyframes loadingSliderAnime {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}

@keyframes loadingSliderAnime {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.splide {
  width: 100%;
  height: 100%;
}

.splide__track {
  height: 100%;
}

.splide__list .splide__slide {
  width: 40% !important;
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .splide__list .splide__slide {
    width: 75% !important;
    margin-right: 15px !important;
  }
}

.fv-copy {
  font-size: 12px;
  font-family: "marcellus", serif;
  content: "";
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  opacity: 0;
  -webkit-animation-name: loadingFadeInAnime;
          animation-name: loadingFadeInAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1024px) {
  .fv-copy {
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: unset;
    text-align: center;
    bottom: 10px;
    z-index: 99999;
  }
}

.lottie {
  position: absolute;
  bottom: 0;
  left: min(9.03vw, (100vw - 1180px) / 2);
  transform: translate(-70%, 30%);
  -webkit-animation-name: loadingFadeInAnime;
          animation-name: loadingFadeInAnime;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition-timing-function: ease-in;
}
@media screen and (max-width: 1024px) {
  .lottie {
    display: none;
  }
}

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

@keyframes loadingFadeInAnime {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------
aboout
-----------------------*/
@media screen and (max-width: 1024px) {
  .about-contentWrap {
    flex-direction: column-reverse;
  }
}
.top-about {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .top-about {
    margin-top: 60px;
  }
}

.about-txt {
  width: 740px;
  margin-right: 20px;
  padding-top: 45px;
  position: relative;
}
.about-txt::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 6px;
  background-color: #030303;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .about-txt::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .about-txt {
    width: 100%;
    margin-right: 0;
    padding-top: 32px;
    position: relative;
  }
}

.about-img {
  width: calc(100% - 760px);
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .about-img {
    width: 100vw;
    margin-top: 30px;
    margin-right: -5.9%;
  }
}

.about-contentBg-wrap {
  position: relative;
}

.about-contentBg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}

/*----------------------
service
-----------------------*/
.top-service {
  position: relative;
  z-index: 10;
  padding-top: min(22.36vw, 322px);
  padding-bottom: min(22vw, 317px);
}
@media screen and (max-width: 1024px) {
  .top-service {
    padding-top: 141px;
    padding-bottom: 190px;
  }
}

.top-serviceBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.top-serviceBg img {
  -o-object-fit: unset;
     object-fit: unset;
}

.bl-largeTitle__service {
  margin: 0 auto;
}
.bl-largeTitle__service .bl-largeTitle-ja {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__service .bl-largeTitle-ja {
    font-size: 30px;
  }
}
.bl-largeTitle__service .bl-largeTitle-en {
  color: rgba(255, 255, 255, 0.25);
  font-size: clamp(116px, 10.06vw, 145px);
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__service .bl-largeTitle-en {
    font-size: 70px;
  }
}

.serviceList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 102px;
}
.serviceList .serviceList__item {
  width: calc(33% - 30px);
  color: #FFFFFF;
  position: relative;
}
.serviceList .serviceList__item:nth-of-type(-n + 3) {
  margin-bottom: 103px;
}
@media screen and (max-width: 768px) {
  .serviceList .serviceList__item:nth-of-type(-n + 3) {
    margin-bottom: 62px;
  }
}
.serviceList .serviceList__item:nth-last-of-type(-n + 2) .serviceList-serviceName {
  padding-bottom: 0;
  margin-bottom: 0;
}
.serviceList .serviceList__item:nth-last-of-type(-n + 2) .serviceList-serviceName::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .serviceList .serviceList__item:not(:last-of-type) {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .serviceList .serviceList__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .serviceList .serviceList__item {
    width: 100%;
    padding-left: 30px;
    padding-right: 18px;
  }
}

.serviceList-itemWrap {
  width: 100%;
  aspect-ratio: 1/0.69;
  position: relative;
}
.serviceList-itemWrap::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 14px);
  background-color: #CCCCCC;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .serviceList-itemWrap::after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}

.serviceList-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.serviceList-numWrap {
  position: absolute;
  top: -20px;
  left: -25px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "marcellus", serif;
  transform: translateY(-30%);
}
@media screen and (max-width: 1024px) {
  .serviceList-numWrap {
    top: -23px;
  }
}

.serviceList-num {
  font-size: min(6.31vw, 91px);
  line-height: 1;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .serviceList-num {
    font-size: 58px;
  }
}

.serviceList-ttl {
  font-size: min(1.32vw, 19px);
  margin-top: 10px;
  font-family: "marcellus", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .serviceList-ttl {
    font-size: 19px;
  }
}

.serviceList-contsWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
}

.serviceList-serviceName {
  font-size: min(1.73vw, 25px);
  padding-bottom: 14.5px;
  margin-bottom: 14.5px;
  position: relative;
  font-weight: 600;
}
.serviceList-serviceName::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.09vw;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .serviceList-serviceName {
    font-size: 21px;
  }
}

.serviceList-conts {
  font-size: min(1.25vw, 18px);
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .serviceList-conts {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
  }
}

/*----------------------
company
-----------------------*/
.top-company {
  padding-top: min(17.36vw, 250px);
  margin-top: min(-17.36vw, -250px);
}
@media screen and (max-width: 1024px) {
  .top-company {
    padding-top: 15.5px;
    margin-top: 0;
  }
}

.bl-largeTitle__company .bl-largeTitle-en {
  font-size: clamp(120px, 10.4vw, 150px);
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__company .bl-largeTitle-en {
    font-size: 66px;
  }
}

.company-conts {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .company-conts {
    margin-top: 65px;
  }
}

.bl-mediumTitle__company {
  padding-left: 70px;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle__company {
    padding-left: 0;
    padding-right: 20px;
  }
}

.company-txt {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .company-txt {
    padding-right: 0;
    margin-top: 18px;
    letter-spacing: 0;
  }
}

.greetingName {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  text-align: right;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
}

.greetingName-ttl {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .greetingName-ttl {
    font-size: 18px;
  }
}

.greetingName-name {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .greetingName-name {
    font-size: 25px;
  }
}

/*----------------------
outline
-----------------------*/
.top-outline {
  padding-top: min(22.9vw, 330px);
  margin-top: min(-10.41vw, -150px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-outline {
    padding-top: 217px;
    margin-top: -81px;
  }
}

.outline-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.outline-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.top-outline__conts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-outline__conts {
    flex-direction: row-reverse;
  }
}

.outlineTable {
  display: block;
  width: 680px;
  margin-left: min(8.6vw, 117px);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 8vw;
}
@media screen and (max-width: 1024px) {
  .outlineTable {
    font-size: 18px;
    margin-left: 35px;
    width: calc(100vw - 110px);
    margin-right: -5.33vw;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .outlineTable tbody {
    display: block;
    width: 100%;
  }
}
.outline-tr {
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 1024px) {
  .outline-tr {
    display: block;
    width: 100%;
  }
}

.outline-th {
  display: block;
  font-weight: 400;
  padding: 20px;
  line-height: 1.5;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .outline-th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 20px 0 17px;
    font-size: 15px;
    font-weight: 700;
  }
}

.outline-td {
  font-weight: 400;
  padding: 20px 38px 20px 70px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .outline-td {
    padding: 5px 20px 15px 17px;
    font-size: 18px;
    font-weight: 500;
  }
}

.bl-mediumTitle__outline {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle__outline {
    flex-direction: column;
  }
}

.googleMap {
  width: 100%;
  aspect-ratio: 1/0.29;
}
@media screen and (max-width: 1024px) {
  .googleMap {
    aspect-ratio: 1/0.767;
  }
}
.googleMap iframe {
  width: 100%;
  height: 100%;
}

/*----------------------
recruit
-----------------------*/
.top-recruit {
  position: relative;
}

.recruit-wrap .pc-tab1280 {
  width: calc(50% - 50px);
}

.recruit-bg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -1;
}

.recruit-img {
  width: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .recruit-img {
    position: relative;
  }
}

.recruit-txtWrap {
  padding-top: 110px;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .recruit-txtWrap {
    position: absolute;
    top: 59px;
    right: 5.33vw;
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bl-largeTitle__recruit .bl-largeTitle-en {
  font-size: clamp(120px, 10.4vw, 150px);
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__recruit .bl-largeTitle-en {
    font-size: 70px;
  }
}
.bl-largeTitle__recruit .bl-largeTitle-ja {
  text-align: right;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__recruit .bl-largeTitle-ja {
    font-size: 30px;
  }
}

.recruit-contsWrap {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .recruit-contsWrap {
    margin-top: 0;
  }
}

.recruit-contsTtl {
  padding-top: 30px;
  position: relative;
  font-size: 27px;
  font-weight: 700;
}
.recruit-contsTtl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 6px;
  background-color: #030303;
}
@media screen and (max-width: 1024px) {
  .recruit-contsTtl {
    line-height: 1.3;
  }
}

.recruit-txt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .recruit-txt {
    font-size: 16px;
  }
}

.guideLine {
  margin-top: min(8.33vw, 120px);
  padding-bottom: min(6.63vw, 95.5px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .guideLine {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}

.bl-mediumTitle__guideLine {
  padding-left: min(6.45vw, 93px);
}
@media screen and (max-width: 1024px) {
  .bl-mediumTitle__guideLine {
    padding-left: unset;
  }
}

.guideLine-table {
  width: 688px;
  display: block;
  margin-right: min(6.94vw, 100px);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .guideLine-table {
    font-size: 15px;
    margin-left: 35px;
    width: calc(100vw - 95px);
    margin-right: -5.33vw;
  }
}
.guideLine-table .guideLine-tr {
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 1024px) {
  .guideLine-table .guideLine-tr {
    display: block;
    width: 100%;
  }
}
.guideLine-table .guideLine-tr:first-of-type {
  border-top: 1px solid #DBDBDB;
}

@media screen and (max-width: 1024px) {
  .guideLine-table tbody {
    display: block;
    width: 100%;
  }
}
.guideLine-th {
  font-weight: 400;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .guideLine-th {
    padding: 15px 20px 0 17px;
    font-size: 15px;
    display: block;
    font-weight: 700;
  }
}

.guideLine-td {
  font-weight: 400;
  padding: 20px 38px 20px 70px;
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .guideLine-td {
    padding: 5px 20px 15px 17px;
    font-size: 17px;
    display: block;
    font-weight: 500;
  }
}

.guideLine-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/*----------------------
contact
-----------------------*/
.contact {
  padding: 45px 0;
  background-image: url(../../assets/images/contact-bg.png);
  background-position: center;
  background-size: cover;
}

.bl-largeTitle__contact .bl-largeTitle-en {
  font-size: clamp(110px, 9.375vw, 135px);
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__contact .bl-largeTitle-en {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bl-largeTitle__contact .bl-largeTitle-en {
    font-size: 55px;
    letter-spacing: 0;
  }
}
.bl-largeTitle__contact .bl-largeTitle-ja {
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .bl-largeTitle__contact .bl-largeTitle-ja {
    font-size: 30px;
  }
}

.contact-txt {
  font-size: 23px;
  color: #FFFFFF;
  text-align: center;
  margin: 16px auto 25px;
}
@media screen and (max-width: 1024px) {
  .contact-txt {
    font-size: 18px;
  }
}

.contact-lottie {
  width: 37px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact-lottie {
    width: 33px;
  }
}

.contact--tel-num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  font-size: clamp(65px, 5.27vw, 76px);
  font-family: "marcellus", serif;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .contact--tel-num {
    font-size: 38px;
    margin: 17px auto 0;
    letter-spacing: 0;
  }
}

/*---------------------------
フッター
---------------------------*/
.foot {
  padding: 40px 0 45px;
}
@media screen and (max-width: 1024px) {
  .foot {
    padding: 25px 0;
  }
}

.foot-logo {
  width: 17%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .foot-logo {
    width: 180px;
  }
}

.copy {
  font-size: 12px;
  text-align: center;
  font-family: "marcellus", serif;
}
@media screen and (max-width: 1024px) {
  .copy {
    font-size: 10px;
    display: none;
  }
}
