@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
/* ---------------------------- */
/* 変更 */
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 {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-wrapper {
  font-weight: 400;
}
.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;
  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%;
  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;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery01
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery02
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery03
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery04
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery05
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery06
    /* ---------------------------- */
    /* ---------------------------- */
    /* credit
    /* ---------------------------- */
    /* ---------------------------- */
    /*outro*/
    /* ---------------- */
  }
  .box-wrapper .container {
    max-width: 990px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .hero {
    display: flex;
    height: 62.5vw;
    align-items: stretch;
  }
  .box-wrapper .hero-child {
    width: 50%;
    display: flex;
    align-items: center;
    font-family: "Jost", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans", sans-serif;
    color: white;
    font-size: 20px;
    text-align: center;
    justify-content: center;
    font-weight: 400;
  }
  .box-wrapper .hero-child.left {
    background-image: url(../images/hero-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-child.right {
    background-image: url(../images/her-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
  }
  .box-wrapper .intro {
    margin-top: 132px;
  }
  .box-wrapper .intro-lead {
    margin: 0 auto;
    max-width: 870px;
    font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 2;
  }
  .box-wrapper .gallery01 {
    margin-top: 100px;
  }
  .box-wrapper .gallery01 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box-wrapper .gallery01-left {
    width: 42%;
  }
  .box-wrapper .gallery01-right {
    width: 52%;
    margin-top: 40%;
  }
  .box-wrapper .gallery02 {
    margin-top: 90px;
  }
  .box-wrapper .gallery02-left {
    width: 62.5%;
  }
  .box-wrapper .gallery02-right {
    margin-top: 38px;
    margin-left: auto;
    margin-right: 0;
    width: 52%;
  }
  .box-wrapper .gallery03 {
    margin-top: 133px;
    display: flex;
    height: 41.71875vw;
  }
  .box-wrapper .gallery03-child {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .gallery03-child.left {
    background-image: url(../images/gallery03-left.jpg);
  }
  .box-wrapper .gallery03-child.middle {
    background-image: url(../images/gallery03-middle.jpg);
  }
  .box-wrapper .gallery03-child.right {
    background-image: url(../images/gallery03-right.jpg);
  }
  .box-wrapper .gallery04 {
    margin-top: 164px;
  }
  .box-wrapper .gallery04 .container {
    max-width: 1310px;
  }
  .box-wrapper .gallery04 img {
    width: 55%;
  }
  .box-wrapper .gallery05 {
    margin-top: 154px;
  }
  .box-wrapper .gallery05 img {
    width: 66.6%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .gallery06 {
    margin-top: 186px;
  }
  .box-wrapper .gallery06 img {
    margin: 0 auto;
    width: 83%;
  }
  .box-wrapper .credit-wrapper {
    margin-top: 100px;
  }
  .box-wrapper .credit-wrapper .container {
    max-width: 780px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .box-wrapper .credit-wrapper .container .credit {
    width: 50%;
  }
  .box-wrapper .outro {
    margin-top: 120px;
    padding-bottom: 80px;
    font-family: "EB Garamond", "Garamond", "Baskerville", "Times New Roman", serif;
    color: black;
  }
  .box-wrapper .outro .staff-ttl {
    text-align: center;
    font-size: 19px;
  }
  .box-wrapper .outro .staff-content {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .outro .menu {
    margin-top: 108px;
  }
  .box-wrapper .outro .menu-logo {
    margin: 0 auto;
    width: 128px;
  }
  .box-wrapper .outro .menu-list {
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }
  .box-wrapper .outro .menu-list__item {
    margin-right: 28px;
  }
  .box-wrapper .outro .menu-list__item:last-child {
    margin-right: 0;
  }
  .box-wrapper .outro .menu-list__item a {
    font-size: 16px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery01
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery02
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery03
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery04
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery05
    /* ---------------------------- */
    /* ---------------------------- */
    /* gallery06
    /* ---------------------------- */
    /* ---------------------------- */
    /* credit
    /* ---------------------------- */
    /* ---------------------------- */
    /*outro*/
    /* ---------------- */
  }
  .box-wrapper .container {
    max-width: 990px;
    margin: 0 auto;
  }
  .box-wrapper .hero {
    display: flex;
    height: 390px;
    align-items: stretch;
  }
  .box-wrapper .hero-child {
    width: 50%;
    display: flex;
    align-items: center;
    font-family: "Jost", "Helvetica Neue", "Helvetica", "Arial", "Noto Sans", sans-serif;
    color: white;
    font-size: 10px;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .box-wrapper .hero-child.left {
    background-image: url(../images/hero-leftSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .hero-child.right {
    background-image: url(../images/her-rightSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0 !important;
  }
  .box-wrapper .intro {
    margin-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .box-wrapper .intro-lead {
    margin: 0 auto;
    max-width: 870px;
    font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 2;
  }
  .box-wrapper .gallery01 {
    margin-top: 90px;
  }
  .box-wrapper .gallery01-left {
    width: 87%;
  }
  .box-wrapper .gallery01-right {
    width: 92%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .gallery02 {
    margin-top: 90px;
  }
  .box-wrapper .gallery02-left {
    width: 100%;
  }
  .box-wrapper .gallery02-right {
    margin-top: 50px;
    margin-left: auto;
    margin-right: 4%;
    width: 83%;
  }
  .box-wrapper .gallery03 {
    margin-top: 90px;
    display: flex;
    height: 280px;
  }
  .box-wrapper .gallery03-child {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .box-wrapper .gallery03-child.left {
    background-image: url(../images/gallery03-leftSP.jpg);
  }
  .box-wrapper .gallery03-child.middle {
    background-image: url(../images/gallery03-middleSP.jpg);
  }
  .box-wrapper .gallery03-child.right {
    background-image: url(../images/gallery03-rightSP.jpg);
  }
  .box-wrapper .gallery04 {
    margin-top: 90px;
  }
  .box-wrapper .gallery04 img {
    width: 92%;
  }
  .box-wrapper .gallery05 {
    margin-top: 90px;
  }
  .box-wrapper .gallery05 img {
    width: 79%;
    margin-left: auto;
    margin-right: 8%;
  }
  .box-wrapper .gallery06 {
    margin-top: 90px;
  }
  .box-wrapper .gallery06 img {
    margin: 0 auto;
    width: 100%;
  }
  .box-wrapper .credit-wrapper {
    margin-top: 88px;
  }
  .box-wrapper .credit-wrapper .container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .box-wrapper .credit-wrapper .container #item2 {
    margin-top: 20px;
  }
  .box-wrapper .outro {
    margin-top: 98px;
    padding-bottom: 160px;
    font-family: "EB Garamond", "Garamond", "Baskerville", "Times New Roman", serif;
    color: black;
  }
  .box-wrapper .outro .staff-ttl {
    text-align: center;
    font-size: 17px;
  }
  .box-wrapper .outro .staff-content {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }
  .box-wrapper .outro .menu {
    margin-top: 104px;
  }
  .box-wrapper .outro .menu-logo {
    margin: 0 auto;
    width: 114px;
  }
  .box-wrapper .outro .menu-list {
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }
  .box-wrapper .outro .menu-list__item {
    margin-right: 18px;
  }
  .box-wrapper .outro .menu-list__item:last-child {
    margin-right: 0;
  }
  .box-wrapper .outro .menu-list__item a {
    font-size: 14px;
    text-decoration: underline;
  }
}