@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 {
  animation-name: fadeInAnime;
  animation-duration: 1.2s;
  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;
}

body.active {
  overflow: hidden;
}

.box-wrapper {
  font-weight: 400;
  font-family: "dnp-shuei-gothic-gin-std", serif;
  font-weight: 400;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  /*-----------------------------*/
  /*totop */
  /*-----------------------------*/
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look */
  /*-----------------------------*/
  /*-----------------------------*/
  /*outro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*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;
  object-fit: cover;
}
.box-wrapper .look-left__inner img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.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;
}
.box-wrapper .noto {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .eng {
  font-family: "itc-bodoni-seventytwo-pro", sans-serif;
}
.box-wrapper p {
  line-height: 1.6;
}
.box-wrapper section {
  margin-top: -1px;
}
@media screen and (min-width: 751px) {
  .box-wrapper #totop {
    font-size: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    bottom: 204px;
    right: 65px;
    z-index: 1000;
    cursor: pointer;
    transform: translateY(0);
    color: white;
  }
  .box-wrapper #totop.active {
    transform: translateY(0);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #totop {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    bottom: 78px;
    right: 12px;
    z-index: 1000;
    cursor: pointer;
    color: white;
    transform: translateY(0);
  }
  .box-wrapper #totop.active {
    transform: translateY(0);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    background-color: black;
  }
  .box-wrapper #hero .hero-container {
    display: flex;
    container-type: inline-size;
  }
  .box-wrapper #hero .hero-left {
    width: 50%;
  }
  .box-wrapper #hero .hero-right {
    width: 50%;
    padding-left: min(133px, 9.2361111111cqw);
    padding-right: min(133px, 9.2361111111cqw);
    padding-top: 5.2777777778cqw;
  }
  .box-wrapper #hero .hero-logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .box-wrapper #hero .hero-logo .logo01 {
    width: min(210px, 14.5833333333cqw);
  }
  .box-wrapper #hero .hero-logo .logo02 {
    width: min(65px, 4.5138888889cqw);
  }
  .box-wrapper #hero .hero-logo .logo03 {
    width: min(305px, 21.1805555556cqw);
  }
  .box-wrapper #hero .hero-logo .logo04 {
    width: min(80px, 5.5555555556cqw);
  }
  .box-wrapper #hero .hero-logo .logo05 {
    width: min(305px, 21.1805555556cqw);
  }
  .box-wrapper #hero .hero-main {
    margin-top: min(49px, 3.4027777778cqw);
  }
  .box-wrapper #hero .hero-lead {
    font-size: min(20px, 1.3888888889cqw);
    line-height: 2;
    color: white;
  }
  .box-wrapper #hero .hero-eng {
    margin-top: min(43px, 2.9166666667cqw);
    font-size: min(15px, 1.0416666667cqw);
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    background-color: black;
    padding-top: 78px;
    padding-bottom: 34px;
  }
  .box-wrapper #hero .hero-container {
    padding: 0 20px;
  }
  .box-wrapper #hero .hero-right {
    margin-top: 30px;
    display: flex;
    gap: 24px;
  }
  .box-wrapper #hero .hero-logo {
    width: 142px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .box-wrapper #hero .hero-logo .logo01 {
    width: 105px;
  }
  .box-wrapper #hero .hero-logo .logo02 {
    width: 36px;
  }
  .box-wrapper #hero .hero-logo .logo03 {
    width: 147px;
  }
  .box-wrapper #hero .hero-logo .logo04 {
    width: 42px;
  }
  .box-wrapper #hero .hero-logo .logo05 {
    width: 147px;
  }
  .box-wrapper #hero .hero-lead {
    font-size: 11px;
    line-height: 1.8;
    color: white;
  }
  .box-wrapper #hero .hero-eng {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .look-wrap {
    position: relative;
  }
  .box-wrapper .look-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper .look-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box-wrapper .look-main {
    position: relative;
  }
  .box-wrapper .look-container {
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  .box-wrapper .look-left {
    width: 50%;
    position: sticky;
    padding: 5% 2%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .box-wrapper .look4 {
    padding: 2% 2% !important;
  }
  .box-wrapper .look-left__inner {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
  }
  .box-wrapper .look-eng {
    margin-top: 10px;
    font-size: 15px;
    color: white;
  }
  .box-wrapper .look-right {
    width: 50%;
    padding: 0 45px;
    padding-bottom: 258px;
  }
  .box-wrapper .look-item {
    margin-top: min(200px, 13.8888888889vw);
  }
  .box-wrapper .look-slider {
    width: 100%;
  }
  .box-wrapper .look-slider img {
    border-radius: 80px;
    margin-bottom: 20px;
    object-fit: cover;
  }
  .box-wrapper .look-credit {
    margin-left: auto;
    margin-right: 0;
    width: 255px;
    background-color: white;
    border-radius: 50px;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }
  .box-wrapper .look-credit a {
    background-color: black;
    color: white;
    padding: 0 2px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look-wrap {
    position: relative;
  }
  .box-wrapper .look-bg {
    position: sticky;
    width: 100%;
    height: 100vh;
    inset: 0;
  }
  .box-wrapper .look-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box-wrapper .look-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .box-wrapper .look-container {
    position: relative;
    padding: 0 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .box-wrapper .look-left__inner {
    margin: 0 auto;
    max-width: 606px;
  }
  .box-wrapper .look-eng {
    margin-top: 3px;
    font-size: 10px;
    color: white;
  }
  .box-wrapper .look-item {
    margin-top: 142px;
  }
  .box-wrapper .look-slider {
    width: 100%;
  }
  .box-wrapper .look-slider img {
    border-radius: 5%;
    margin-bottom: 20px;
    object-fit: cover;
  }
  .box-wrapper .look-credit {
    margin-left: auto;
    margin-right: 0;
    width: 147px;
    background-color: white;
    border-radius: 30px;
    padding: 2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
  }
  .box-wrapper .look-credit a {
    padding: 0 2px;
    background-color: black;
    color: white;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #outro {
    background-color: black;
    padding-top: 151px;
  }
  .box-wrapper #outro .outro-wrap {
    display: flex;
    gap: 45px;
    padding: 0 45px;
  }
  .box-wrapper #outro .outro-img {
    width: calc((100% - 45px) / 2);
  }
  .box-wrapper #outro .outro-right {
    width: calc((100% - 45px) / 2);
  }
  .box-wrapper #outro .outro-ttl {
    font-size: 40px;
    color: white;
  }
  .box-wrapper #outro .outro-desc {
    margin-top: 21px;
    font-size: 19px;
    color: white;
    line-height: 1.5;
  }
  .box-wrapper #outro .outro-desc a {
    text-decoration: underline;
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #outro {
    background-color: black;
    padding-top: 71px;
  }
  .box-wrapper #outro .outro-wrap {
    padding: 0 20px;
  }
  .box-wrapper #outro .outro-right {
    margin-top: 28px;
  }
  .box-wrapper #outro .outro-ttl {
    font-size: 20px;
    color: white;
  }
  .box-wrapper #outro .outro-desc {
    margin-top: 11px;
    font-size: 10px;
    color: white;
    line-height: 1.5;
  }
  .box-wrapper #outro .outro-desc a {
    text-decoration: underline;
    color: white;
  }
}
.box-wrapper #footer {
  position: relative;
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    background-color: black;
    padding-top: 177px;
    padding-bottom: 86px;
    padding-left: 96px;
  }
  .box-wrapper #footer .footer-logo {
    width: 165px;
  }
  .box-wrapper #footer .footer-link {
    margin-top: 50px;
  }
  .box-wrapper #footer .footer-link__item {
    display: block;
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box-wrapper #footer .footer-link__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #footer .footer-copy {
    margin-top: 82px;
    font-size: 14px;
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    background-color: black;
    padding-top: 59px;
    padding-bottom: 14px;
    padding-left: 20px;
  }
  .box-wrapper #footer .footer-logo {
    width: 105px;
  }
  .box-wrapper #footer .footer-link {
    margin-top: 20px;
  }
  .box-wrapper #footer .footer-link__item {
    display: block;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .box-wrapper #footer .footer-link__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #footer .footer-copy {
    margin-top: 45px;
    font-size: 8px;
    color: white;
  }
}
