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

/* 変更 */
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 {
  color: black;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  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
    /* ---------------------------- */
    /* ---------------------------- */
    /* look01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* look07
    /* ---------------------------- */
    /* ---------------------------- */
    /* look08
    /* ---------------------------- */
    /* ---------------------------- */
    /* look09
    /* ---------------------------- */
    /* ---------------------------- */
    /* look10
    /* ---------------------------- */
    /* ---------------------------- */
    /* outro
    /* ---------------------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    max-width: 1070px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .credit {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding-right: 13px;
    width: 50%;
    letter-spacing: -0.01em;
  }
  .box-wrapper .credit:nth-of-type(1) {
    margin-top: 15px;
  }
  .box-wrapper .credit:not(:first-of-type) {
    margin-top: 7px;
  }
  .box-wrapper .credit a {
    background-color: black;
    color: white;
    margin-left: 5px;
    width: 37px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-wrapper .credit.credit02 {
    width: 100%;
    padding-right: 0;
  }
  .box-wrapper .credit.credit08 {
    transform: translateY(50%);
    padding-right: 0;
  }
  .box-wrapper .credit.end {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 13px;
  }
  .box-wrapper .look-images {
    display: flex;
    gap: 26px;
  }
  .box-wrapper .look-images__left, .box-wrapper .look-images__right {
    width: 50%;
  }
  .box-wrapper .look-images__left img, .box-wrapper .look-images__right img {
    width: 100%;
  }
  .box-wrapper .hero {
    position: relative;
    height: 100vh;
  }
  .box-wrapper .hero-img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .box-wrapper .hero-img.separate {
    display: flex;
  }
  .box-wrapper .hero-img.separate .hero-img__item {
    width: 50%;
  }
  .box-wrapper .hero-img__item {
    height: 100%;
  }
  .box-wrapper .hero-img__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .box-wrapper .hero-logo {
    position: absolute;
    top: 36px;
    right: 45px;
    width: 100px;
    z-index: 2;
  }
  .box-wrapper .hero-logo img {
    width: 100%;
  }
  .box-wrapper .hero-brand {
    font-size: 3rem;
    position: absolute;
    top: 80px;
    left: 33px;
    color: white;
    font-weight: bold;
    z-index: 2;
  }
  .box-wrapper .hero-catch {
    font-size: 60px;
    color: white;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  .box-wrapper .hero-term {
    font-size: 32px;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 75px;
    right: 70px;
    z-index: 2;
  }
  .box-wrapper .intro {
    padding-top: 126px;
    text-align: center;
    font-size: 13px;
  }
  .box-wrapper .intro-lead {
    line-height: 1.8em;
  }
  .box-wrapper .look01 {
    margin-top: 130px;
  }
  .box-wrapper .look02 {
    margin-top: 167px;
  }
  .box-wrapper .look02-inner {
    margin: 0 auto;
    width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .look02-inner img {
    width: 100%;
  }
  .box-wrapper .look03 {
    margin-top: 153px;
  }
  .box-wrapper .look04 {
    margin-top: 55px;
  }
  .box-wrapper .look05 {
    margin-top: 184px;
  }
  .box-wrapper .look06 {
    margin-top: 64px;
  }
  .box-wrapper .look07 {
    margin-top: 50px;
  }
  .box-wrapper .look08 {
    margin-top: 181px;
  }
  .box-wrapper .look08 .look-images.images02 {
    margin-top: 20px;
    align-items: stretch;
  }
  .box-wrapper .look08 .look-images.images02 .look-images__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .box-wrapper .look08 .look-images.images02 .look-images__right .credit08 {
    width: 100%;
  }
  .box-wrapper .look09 {
    margin-top: 200px;
  }
  .box-wrapper .look10 {
    margin-top: 200px;
  }
  .box-wrapper .outro {
    margin-top: 180px;
    background-image: url(../images/outro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 308px;
    padding-bottom: 180px;
  }
  .box-wrapper .outro-ttl {
    font-size: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .box-wrapper .outro-brand {
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    color: white;
  }
  .box-wrapper .outro-staff {
    margin-top: 140px;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look01
    /* ---------------------------- */
    /* ---------------------------- */
    /* look02
    /* ---------------------------- */
    /* ---------------------------- */
    /* look03
    /* ---------------------------- */
    /* ---------------------------- */
    /* look04
    /* ---------------------------- */
    /* ---------------------------- */
    /* look05
    /* ---------------------------- */
    /* ---------------------------- */
    /* look06
    /* ---------------------------- */
    /* ---------------------------- */
    /* look07
    /* ---------------------------- */
    /* ---------------------------- */
    /* look08
    /* ---------------------------- */
    /* ---------------------------- */
    /* look09
    /* ---------------------------- */
    /* ---------------------------- */
    /* look10
    /* ---------------------------- */
    /* ---------------------------- */
    /* outro
    /* ---------------------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    max-width: 1070px;
    padding-inline: 15px;
  }
  .box-wrapper .credit {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .box-wrapper .credit a {
    background-color: black;
    color: white;
    margin-left: 11px;
    width: 27px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .box-wrapper .credit br {
    display: none;
  }
  .box-wrapper .look-images__right img {
    width: 100%;
    margin-top: 20px;
  }
  .box-wrapper .hero {
    position: relative;
    height: 720px;
  }
  .box-wrapper .hero-img {
    height: 100%;
    width: 100%;
  }
  .box-wrapper .hero-img.separate .hero-img__item {
    height: 50%;
  }
  .box-wrapper .hero-img__item {
    height: 100%;
  }
  .box-wrapper .hero-img__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .box-wrapper .hero-logo {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 80px;
    z-index: 2;
  }
  .box-wrapper .hero-logo img {
    width: 100%;
  }
  .box-wrapper .hero-brand {
    font-size: 15px;
    position: absolute;
    top: 175px;
    left: 17px;
    color: white;
    font-weight: bold;
    z-index: 2;
  }
  .box-wrapper .hero-catch {
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  .box-wrapper .hero-term {
    font-size: 15px;
    color: white;
    font-weight: bold;
    position: absolute;
    bottom: 175px;
    right: 17px;
    z-index: 2;
  }
  .box-wrapper .intro {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 12px;
  }
  .box-wrapper .intro-lead {
    line-height: 1.6em;
  }
  .box-wrapper .look01 {
    margin-top: 85px;
  }
  .box-wrapper .look02 {
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .box-wrapper .look03 {
    margin-top: 153px;
  }
  .box-wrapper .look04 {
    margin-top: 55px;
  }
  .box-wrapper .look05 {
    margin-top: 184px;
  }
  .box-wrapper .look06 {
    margin-top: 64px;
  }
  .box-wrapper .look07 {
    margin-top: 50px;
  }
  .box-wrapper .look08 {
    margin-top: 181px;
  }
  .box-wrapper .look08 .look-images.images02 {
    margin-top: 20px;
    align-items: stretch;
  }
  .box-wrapper .look08 .look-images.images02 .look-images__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .box-wrapper .look08 .look-images.images02 .look-images__right .credit08 {
    width: 100%;
  }
  .box-wrapper .look09 {
    margin-top: 200px;
  }
  .box-wrapper .look10 {
    margin-top: 200px;
  }
  .box-wrapper .outro {
    margin-top: 180px;
    background-image: url(../images/outro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .box-wrapper .outro-ttl {
    font-size: 25px;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .box-wrapper .outro-brand {
    margin-top: 27px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    color: white;
  }
  .box-wrapper .outro-staff {
    margin-top: 70px;
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 1.6;
  }
}