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

@media screen and (max-width: 750px) {
  .loadTrigger {
    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-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;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
}

body.active {
  overflow: hidden;
}

.box-wrapper {
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 500;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*intro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look */
  /*-----------------------------*/
  /*-----------------------------*/
  /*footer */
  /*-----------------------------*/
}
.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: black;
  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 Sans", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .gara {
  font-family: "eb-garamond", serif;
}
.box-wrapper .av {
  font-family: "avenir-lt-pro", sans-serif;
}
.box-wrapper .op {
  font-family: optima-lt-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.box-wrapper .desc {
  line-height: 1.6;
}
.box-wrapper .credit {
  color: black;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: 400;
}
.box-wrapper .credit a {
  font-size: 13px;
  display: inline-block;
  color: black;
  text-decoration: underline;
  margin-left: 4px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .credit {
    font-size: 11px;
    font-weight: 400;
  }
  .box-wrapper .credit a {
    font-size: 11px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    height: 100vh;
    width: 50%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
  }
  .box-wrapper #hero .hero-inner {
    max-width: 600px;
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .box-wrapper #hero .hero-row__item {
    aspect-ratio: 200/250;
    min-width: 0;
  }
  .box-wrapper #hero .hero-row__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-row__wide {
    grid-column: span 2;
    padding: 35px;
    display: block;
    margin: auto 0;
  }
  .box-wrapper #hero .hero-row__catch {
    width: 90%;
  }
  .box-wrapper #hero .hero-row__logo {
    margin-top: 26px;
    width: 32%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    padding: 15px;
    background-color: black;
  }
  .box-wrapper #hero .hero-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .box-wrapper #hero .hero-row__item {
    aspect-ratio: 120/180;
  }
  .box-wrapper #hero .hero-row__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-row__wide {
    grid-column: span 2;
    /* padding-top: 33px; */
    padding-left: 28px;
    display: block;
    margin: auto 0;
  }
  .box-wrapper #hero .hero-row__catch {
    width: 90%;
  }
  .box-wrapper #hero .hero-row__logo {
    margin-top: 12px;
    width: 36%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .main-column {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper .main-column .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 620px;
    margin: 0 auto;
    container-type: inline-size;
  }
  .box-wrapper .main-column section {
    padding-left: 20px;
    padding-top: 66px;
    padding-bottom: 90px;
  }
  .box-wrapper .main-column section:nth-child(odd) {
    background-color: black;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-social a {
    color: white !important;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-social a::before {
    background-color: white;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-info p {
    color: white !important;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-credit p,
.box-wrapper .main-column section:nth-child(odd) .look-credit a {
    color: white !important;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .main-column .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 620px;
    margin: 0 auto;
    container-type: inline-size;
  }
  .box-wrapper .main-column section {
    padding-left: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-wrapper .main-column section:nth-child(odd) {
    background-color: black;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-social a {
    color: white !important;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-social a::before {
    background-color: white;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-info p {
    color: white !important;
  }
  .box-wrapper .main-column section:nth-child(odd) .look-credit p,
.box-wrapper .main-column section:nth-child(odd) .look-credit a {
    color: white !important;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #intro {
    padding-top: 90px;
    padding-bottom: 24px;
    margin-top: -850px;
  }
  .box-wrapper #intro .intro-desc {
    /* max-width: 380px; */
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #intro {
    padding-top: 17px;
    padding-bottom: 35px;
    background-color: black;
  }
  .box-wrapper #intro .intro-desc {
    width: 324px;
    margin: 0 auto;
    font-size: 12px;
    color: white;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .look-main {
    display: flex;
  }
  .box-wrapper .look-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 5px;
  }
  .box-wrapper .look-social a {
    writing-mode: vertical-lr;
    position: relative;
    padding-left: 1px;
  }
  .box-wrapper .look-social a::before {
    content: "";
    height: 100%;
    display: block;
    width: 1px;
    background-color: black;
    position: absolute;
    inset: 0;
  }
  .box-wrapper .look-social__insta {
    font-size: 22px;
  }
  .box-wrapper .look-social__snap {
    font-size: 23px;
    margin-top: 21px;
  }
  .box-wrapper .look-slider .swiper-button-prev {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 16px solid black;
    width: 0;
    height: 0;
  }
  .box-wrapper .look-slider .swiper-button-prev::after {
    display: none;
  }
  .box-wrapper .look-slider .swiper-button-next {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 16px solid black;
    width: 0;
    height: 0;
  }
  .box-wrapper .look-slider .swiper-button-next::after {
    display: none;
  }
  .box-wrapper .look-slider .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
  }
  .box-wrapper .look-info {
    display: flex;
    flex-direction: column;
    padding-left: 9px;
  }
  .box-wrapper .look-info p {
    writing-mode: vertical-lr;
    line-height: 1;
  }
  .box-wrapper .look-info__name {
    font-size: clamp(14px, 10cqw, 46px);
  }
  .box-wrapper .look-info__role {
    font-size: 19px;
    margin-top: 20px;
  }
  .box-wrapper .look-split {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    padding-right: 20px;
  }
  .box-wrapper .look-split__item {
    flex: 1;
  }
  .box-wrapper .look-credit {
    margin-top: 10px;
  }
  .box-wrapper .look-credit.top {
    margin-left: 36px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look-main {
    display: flex;
  }
  .box-wrapper .look-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 5px;
  }
  .box-wrapper .look-social a {
    writing-mode: vertical-lr;
    position: relative;
    padding-left: 1px;
  }
  .box-wrapper .look-social a::before {
    content: "";
    height: 100%;
    display: block;
    width: 1px;
    background-color: black;
    position: absolute;
    inset: 0;
  }
  .box-wrapper .look-social__insta {
    font-size: 14px;
  }
  .box-wrapper .look-social__snap {
    font-size: 14px;
    margin-top: 10px;
  }
  .box-wrapper .look-slider .swiper-button-prev {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid black;
    width: 0;
    height: 0;
  }
  .box-wrapper .look-slider .swiper-button-prev::after {
    display: none;
  }
  .box-wrapper .look-slider .swiper-button-next {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid black;
    width: 0;
    height: 0;
  }
  .box-wrapper .look-slider .swiper-button-next::after {
    display: none;
  }
  .box-wrapper .look-slider .swiper-pagination span {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
  }
  .box-wrapper .look-info {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
  }
  .box-wrapper .look-info p {
    writing-mode: vertical-lr;
    line-height: 1;
  }
  .box-wrapper .look-info__name {
    font-size: 28px;
  }
  .box-wrapper .look-info__role {
    font-size: 12px;
    margin-top: 12px;
  }
  .box-wrapper .look-split {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    padding-right: 15px;
  }
  .box-wrapper .look-split__item {
    flex: 1;
  }
  .box-wrapper .look-credit {
    margin-top: 8px;
  }
  .box-wrapper .look-credit.top {
    margin-left: 24px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    padding-top: 162px;
    padding-bottom: 168px;
  }
  .box-wrapper #footer .footer-logo {
    margin: 0 auto;
    width: 214px;
  }
  .box-wrapper #footer .footer-list {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper #footer .footer-list__item {
    margin-bottom: 24px;
  }
  .box-wrapper #footer .footer-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #footer .footer-list__link {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    padding-top: 80px;
    /* padding-bottom: 104px; */
  }
  .box-wrapper #footer .footer-logo {
    margin: 0 auto;
    width: 130px;
  }
  .box-wrapper #footer .footer-list {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper #footer .footer-list__item {
    margin-bottom: 15px;
  }
  .box-wrapper #footer .footer-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #footer .footer-list__link {
    text-align: center;
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */