@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
body {
  overflow-x: visible !important;
}

main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.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-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-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: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUp.thumb-small {
  -webkit-animation-name: fadeUpthumb;
          animation-name: fadeUpthumb;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpthumb {
  from {
    opacity: 0;
    transform: translate(-50%, -47%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeUpthumb {
  from {
    opacity: 0;
    transform: translate(-50%, -47%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

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

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

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

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

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

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.box-wrapper {
  font-family: "EB Garamond", "Garamond", "Adobe Garamond Pro", "Times New Roman", "Times", serif;
  font-weight: 400;
  color: black;
  /* ---------------------------- */
  /* common
  /* ---------------------------- */
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .noto {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /* port
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* port01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* land
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* port2
    /* ---------------------------- */
    /* ---------------------------- */
    /* footer
    /* ---------------------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-wrapper .credit {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
    color: white;
  }
  .box-wrapper .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .credit a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    padding-left: 10px;
  }
  .box-wrapper #hero {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
  }
  .box-wrapper #hero .hero-logo {
    width: 50%;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
  }
  .box-wrapper #hero .hero-logo__item.item01 {
    width: 126px;
  }
  .box-wrapper #hero .hero-logo__item.item02 {
    width: 74px;
  }
  .box-wrapper #intro {
    padding: 120px 0;
  }
  .box-wrapper #intro .intro-desc {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .look-wrapper {
    position: relative;
  }
  .box-wrapper .look-img {
    width: 100%;
    position: relative;
  }
  .box-wrapper .look-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .box-wrapper .look-cover.active {
    display: block;
  }
  .box-wrapper .look-credit {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 100;
  }
  .box-wrapper .look-credit.active {
    display: block;
  }
  .box-wrapper .look-toggle {
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 100;
  }
  .box-wrapper .look-toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper .look-toggle span.before {
    width: 100%;
    height: 1px;
  }
  .box-wrapper .look-toggle span.after {
    width: 1px;
    height: 100%;
  }
  .box-wrapper .look-toggle.active span.after {
    display: none;
  }
  .box-wrapper .look-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .box-wrapper .port .container {
    max-width: 730px;
  }
  .box-wrapper .port-img {
    width: 100%;
  }
  .box-wrapper #look02 {
    margin-top: 120px;
  }
  .box-wrapper #port01 {
    margin-top: 200px;
  }
  .box-wrapper #look03 {
    margin-top: 200px;
  }
  .box-wrapper #look04 {
    margin-top: 120px;
  }
  .box-wrapper #land {
    margin-top: 200px;
  }
  .box-wrapper #land img {
    width: 100%;
  }
  .box-wrapper #look05 {
    margin-top: 200px;
  }
  .box-wrapper #port02 {
    margin-top: 200px;
  }
  .box-wrapper #port02 .port-credit {
    margin-top: 191px;
    color: black;
    text-align: center;
  }
  .box-wrapper #port02 .port-credit a {
    color: black;
  }
  .box-wrapper #footer {
    margin-top: 186px;
    padding-bottom: 140px;
  }
  .box-wrapper #footer .footer-staff {
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper #footer .footer-logo {
    margin: 153px auto 0;
    width: 141px;
  }
  .box-wrapper #footer .footer-list {
    margin-top: 82px;
    display: flex;
    justify-content: center;
    gap: 58px;
  }
  .box-wrapper #footer .footer-list__item a {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /* port
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* port01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* land
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* port2
    /* ---------------------------- */
    /* ---------------------------- */
    /* footer
    /* ---------------------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
  }
  .box-wrapper .credit {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 12px;
    color: white;
  }
  .box-wrapper .credit:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .credit a {
    display: inline-block;
    text-decoration: underline;
    color: white;
    padding-left: 10px;
  }
  .box-wrapper #hero {
    background-image: url(../images/hero-bg-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 585px;
    padding-top: 50px;
  }
  .box-wrapper #hero .hero-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
  .box-wrapper #hero .hero-logo__item.item01 {
    width: 76px;
  }
  .box-wrapper #hero .hero-logo__item.item02 {
    width: 45px;
  }
  .box-wrapper #intro {
    padding: 75px 0;
  }
  .box-wrapper #intro .intro-desc {
    font-size: 12px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .look-wrapper {
    position: relative;
  }
  .box-wrapper .look-swiper {
    width: 100%;
    position: relative;
  }
  .box-wrapper .look-swiper .swiper-button-prev,
.box-wrapper .look-swiper .swiper-button-next {
    color: white;
    z-index: 10;
  }
  .box-wrapper .look-swiper .swiper-button-prev:after,
.box-wrapper .look-swiper .swiper-button-next:after {
    font-size: 24px;
  }
  .box-wrapper .look-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
  }
  .box-wrapper .look-cover.active {
    display: block;
  }
  .box-wrapper .look-cover.active .look-toggle span.after {
    display: none;
  }
  .box-wrapper .look-credit {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 100;
    display: none;
  }
  .box-wrapper .look-credit.active {
    display: block;
  }
  .box-wrapper .look-toggle {
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    z-index: 100;
  }
  .box-wrapper .look-toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box-wrapper .look-toggle span.before {
    width: 100%;
    height: 1px;
  }
  .box-wrapper .look-toggle span.after {
    width: 1px;
    height: 100%;
  }
  .box-wrapper .look-toggle.active span.after {
    display: none;
  }
  .box-wrapper .look-button {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 10;
  }
  .box-wrapper .port .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-wrapper .port-img {
    width: 100%;
  }
  .box-wrapper #look02 {
    margin-top: 60px;
  }
  .box-wrapper #port01 {
    margin-top: 90px;
  }
  .box-wrapper #look03 {
    margin-top: 90px;
  }
  .box-wrapper #look04 {
    margin-top: 60px;
  }
  .box-wrapper #land {
    margin-top: 90px;
  }
  .box-wrapper #land img {
    width: 100%;
  }
  .box-wrapper #look05 {
    margin-top: 90px;
  }
  .box-wrapper #port02 {
    margin-top: 100px;
  }
  .box-wrapper #port02 .port-credit {
    display: none;
    margin-top: 191px;
    color: black;
    text-align: center;
  }
  .box-wrapper #port02 .port-credit a {
    color: black;
  }
  .box-wrapper #footer {
    margin-top: 106px;
    padding-bottom: 121px;
  }
  .box-wrapper #footer .footer-staff {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper #footer .footer-logo {
    margin: 102px auto 0;
    width: 106px;
  }
  .box-wrapper #footer .footer-list {
    max-width: 330px;
    margin: 56px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .box-wrapper #footer .footer-list__item a {
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
  }
}
/*# sourceMappingURL=style.css.map */