@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: "dnp-shuei-gothic-gin-std", serif;
  font-weight: 400;
  color: black;
  /*-----------------------------*/
  /*totop */
  /*-----------------------------*/
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look */
  /*-----------------------------*/
}
.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 JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .eng {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.box-wrapper p {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .box-wrapper #totop {
    font-size: 18px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    bottom: 30px;
    right: 9px;
    z-index: 1000;
    cursor: pointer;
  }
  .box-wrapper #totop::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: black;
    position: absolute;
    top: 0;
    left: -2px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #totop {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    bottom: 30px;
    right: 9px;
    z-index: 1000;
    cursor: pointer;
    border: 1px solid #B1B1B1;
    padding: 10px;
  }
  .box-wrapper #totop::before {
    content: "";
    width: 1px;
    height: 90%;
    display: block;
    background-color: black;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    position: relative;
    aspect-ratio: 1440/810;
    display: flex;
  }
  .box-wrapper #hero .hero-logo {
    width: 108px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .box-wrapper #hero .hero-row {
    flex: 1;
    display: flex;
    width: 50%;
  }
  .box-wrapper #hero .hero-row.hero-top {
    border-right: 1px solid #B1B1B1;
  }
  .box-wrapper #hero .hero-item {
    width: 50%;
    flex: 1;
  }
  .box-wrapper #hero .hero-item.left {
    border-right: 1px solid #B1B1B1;
  }
  .box-wrapper #hero .hero-container {
    margin: 0 auto;
    padding: 8.3333333333%;
    max-width: 360px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    flex-direction: column;
  }
  .box-wrapper #hero .hero-ttl {
    font-size: 11.1111111111cqw;
    font-weight: bold;
  }
  .box-wrapper #hero .hero-ttl span {
    font-size: 8.3333333333cqw;
  }
  .box-wrapper #hero .hero-eng {
    margin-top: 6.9444444444cqw;
    width: 60.2777777778cqw;
  }
  .box-wrapper #hero .hero-desc {
    margin-top: 13.8888888889cqw;
    font-size: 3.8888888889cqw;
    font-weight: bold;
  }
  .box-wrapper #hero .hero-staff {
    position: absolute;
    left: 8.3333333333%;
    bottom: 8.3333333333cqw;
    font-size: 3.3333333333cqw;
  }
  .box-wrapper #hero .hero-slider {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .box-wrapper #hero .hero-anchor__ttl {
    font-size: 9.4444444444cqw;
  }
  .box-wrapper #hero .hero-anchor__list {
    margin-top: 19.4444444444cqw;
  }
  .box-wrapper #hero .hero-anchor__item {
    margin-bottom: 16.6666666667cqw;
    display: flex;
    gap: 11.1111111111cqw;
  }
  .box-wrapper #hero .hero-anchor__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #hero .hero-anchor__left {
    font-size: 12.7777777778cqw;
    text-decoration: underline;
    line-height: 1;
  }
  .box-wrapper #hero .hero-anchor__name {
    font-size: 5.5555555556cqw;
  }
  .box-wrapper #hero .hero-anchor__desc {
    margin-top: 2.7777777778cqw;
    font-size: 3.3333333333cqw;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    position: relative;
  }
  .box-wrapper #hero .hero-logo {
    width: 63px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .box-wrapper #hero .hero-row {
    display: flex;
    border-bottom: 1px solid #B1B1B1;
  }
  .box-wrapper #hero .hero-item {
    width: 50%;
    aspect-ratio: 195/440;
    flex: 1;
  }
  .box-wrapper #hero .hero-item.left {
    border-right: 1px solid #B1B1B1;
  }
  .box-wrapper #hero .hero-container {
    margin: 0 auto;
    padding: 7.6923076923%;
    max-width: 195px;
    container-type: inline-size;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    flex-direction: column;
  }
  .box-wrapper #hero .hero-ttl {
    font-size: 11.2820512821cqw;
    font-weight: bold;
  }
  .box-wrapper #hero .hero-ttl span {
    font-size: 8.2051282051cqw;
  }
  .box-wrapper #hero .hero-eng {
    margin-top: 7.6923076923cqw;
    width: 130px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) and (max-width: 499px) {
  .box-wrapper #hero .hero-eng {
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-desc {
    margin-top: 25.641025641cqw;
    font-size: 10px;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-staff {
    position: absolute;
    left: 7.6923076923%;
    bottom: 7.6923076923cqw;
    font-size: 6.1538461538cqw;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-slider {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box-wrapper #hero .hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-anchor__ttl {
    font-size: 9.2307692308cqw;
  }
  .box-wrapper #hero .hero-anchor__list {
    margin-top: 10.2564102564cqw;
  }
  .box-wrapper #hero .hero-anchor__item {
    margin-bottom: 16.2307692308cqw;
    display: flex;
    gap: 7.6923076923cqw;
  }
  .box-wrapper #hero .hero-anchor__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #hero .hero-anchor__left {
    font-size: 14.358974359cqw;
    text-decoration: underline;
    line-height: 1;
  }
  .box-wrapper #hero .hero-anchor__name {
    font-size: 7.1794871795cqw;
  }
  .box-wrapper #hero .hero-anchor__desc {
    margin-top: 5.1282051282cqw;
    margin-left: -17.9487179487cqw;
    font-size: 9px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .look-ttl {
    border: 1px solid #B1B1B1;
    background-color: #EFEFEF;
    padding: 78px 0;
  }
  .box-wrapper .look-ttl__number {
    font-size: 100px;
    text-decoration: underline;
    line-height: 1;
  }
  .box-wrapper .look-ttl__name {
    font-size: 30px;
  }
  .box-wrapper .look-ttl__desc {
    margin-top: 30px;
    font-size: 18px;
  }
  .box-wrapper .look-container {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    container-type: inline-size;
  }
  .box-wrapper .look-container.ttl {
    display: flex;
    gap: 100px;
  }
  .box-wrapper .look-main {
    padding: 150px 0;
  }
  .box-wrapper .look-list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 60px;
  }
  .box-wrapper .look-list__item {
    width: calc((100% - 120px) / 3);
    padding-left: 20px;
  }
  .box-wrapper .look-list__name {
    font-size: 1.8897637795cqw;
    margin-left: -20px;
  }
  .box-wrapper .look-list__name.hiroshi {
  font-size: 1.7cqw !important;
  margin-left: -20px;
  }
  .box-wrapper .look-list__insta {
    position: absolute;
    width: 30px;
    top: 0;
    left: -20px;
    z-index: 100;
  }
  .box-wrapper .look-slider {
    width: 100%;
    position: relative;
  }
  .box-wrapper .look-slider .swiper-slide {
    aspect-ratio: 353/471;
  }
  .box-wrapper .look-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper .look-slider .swiper-pagination {
    margin-top: 25px;
    position: relative;
    display: flex;
    gap: 10px;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    flex-shrink: 0;
    height: 10px;
    background-color: black;
    margin: 0;
    border-radius: 0;
    opacity: 1;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0059B2;
  }
  .box-wrapper .look-product {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
  .box-wrapper .look-price {
    margin-top: 10px;
    color: #888;
  }
  .box-wrapper .look-desc {
    margin-top: 25px;
    font-size: 12px;
  }
  .box-wrapper .look-iframe {
    width: 89.7637795276%;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .box-wrapper .look-iframe iframe {
    width: 100%;
    height: 100%;
  }
  .box-wrapper .look-footer {
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid black;
  }
  .box-wrapper .look-links__item {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }
  .box-wrapper .look-links__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-copy {
    margin-top: 50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look-ttl {
    border: 1px solid #B1B1B1;
    background-color: #EFEFEF;
    padding: 25px 0;
  }
  .box-wrapper .look-ttl__number {
    font-size: 50px;
    text-decoration: underline;
    line-height: 1;
  }
  .box-wrapper .look-ttl__name {
    font-size: 20px;
  }
  .box-wrapper .look-ttl__desc {
    margin-top: 10px;
    font-size: 12px;
  }
  .box-wrapper .look-container {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    margin: 0 auto;
    container-type: inline-size;
  }
  .box-wrapper .look-container.ttl {
    display: flex;
    gap: 10.2564102564vw;
    padding-left: 7.6923076923vw;
  }
  .box-wrapper .look-main {
    padding: 50px 0;
  }
  .box-wrapper .look-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.2564102564vw 2.8205128205vw;
  }
  .box-wrapper .look-list__item {
    width: calc((100% - 2.8205128205vw) / 2);
    padding-left: 2.5641025641vw;
  }
  .box-wrapper .look-list__name {
    font-size: 3.5897435897cqw;
    margin-left: -2.5641025641vw;
  }
  .box-wrapper .look-list__name.hiroshi {
  font-size: 3cqw !important;
  margin-left: -20px;
  margin-bottom: 4px;
  }
  .box-wrapper .look-list__insta {
    position: absolute;
    width: 5.1282051282vw;
    top: 0;
    left: -2.5641025641vw;
    z-index: 100;
  }
  .box-wrapper .look-slider {
    width: 100%;
    position: relative;
  }
  .box-wrapper .look-slider .swiper-slide {
    aspect-ratio: 353/471;
  }
  .box-wrapper .look-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper .look-slider .swiper-pagination {
    margin-top: 15px;
    position: relative;
    display: flex;
    gap: 6px;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    flex-shrink: 0;
    height: 6px;
    background-color: black;
    margin: 0;
    border-radius: 0;
    opacity: 1;
  }
  .box-wrapper .look-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0059B2;
  }
  .box-wrapper .look-product {
    display: block;
    margin-top: 15px;
    font-size: 12px;
  }
  .box-wrapper .look-price {
    margin-top: 5px;
    color: #888;
  }
  .box-wrapper .look-desc {
    margin-top: 15px;
    font-size: 10px;
  }
  .box-wrapper .look-iframe {
    margin: 0 auto;
    width: 89.7435897436%;
    aspect-ratio: 16/9;
  }
  .box-wrapper .look-iframe iframe {
    width: 100%;
    height: 100%;
  }
  .box-wrapper .look-footer {
    width: 89.7435897436vw;
    margin: 60px auto 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid black;
  }
  .box-wrapper .look-links__item {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
  }
  .box-wrapper .look-links__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper .look-copy {
    margin-top: 40px;
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .box-wrapper #footer img {
    margin: 0 auto;
    width: 250px;
  }
}
.box-wrapper .loader {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.box-wrapper .loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .box-wrapper .loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
  }
  .box-wrapper .loader img {
    margin: auto;
    width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
  }
  .box-wrapper .loader img {
    margin: auto;
    width: 250px;
  }
}
/*# sourceMappingURL=style.css.map */