@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */

* {
  box-sizing: border-box;
}
/* font loading */
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;700&family=Pacifico&family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
/*@font-face {
  font-family: 'enfont';
  src: url(../font/bodoni-72-book.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}*/

.en {
  font-family: "DIN Condensed", sans-serif;
}

html {
  font-size: 62.5%;
}
main .l-inner {
  margin: 0 auto;
}
main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  color: #313242;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.fv {
  margin: 0 auto;
  max-width: 1400px;
}

.fv .img-box {
  position: relative;
}
.fv .img-box img.fv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}

img {
  vertical-align: bottom;
  width: 100%;
}
/*fix*/
.pc {
  display: block;
}
.sp {
  display: none !important;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body {
  margin: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f_ai-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.ftool-wrapper .itemCredit {
  display: flex;
  flex-direction: column;
}
.ftool-wrapper .itemCredit * {
  color: #fff !important;
}
.ftool-wrapper .itemCredit > p {
  order: 2;
}
.ftool-wrapper .itemCredit > div {
  order: 1;
  margin: 0;
}
.catch {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  padding: 120px 0;
  color: #0e2a4b;
}
.box-wrapper .f_column {
  gap: 15px;
}
.box-wrapper .box {
  position: relative;
}
.box-wrapper .box.box1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.box-wrapper .box .inner.inner2,
.box-wrapper .box .inner.inner4 {
  grid-column: 1 / span 2;
}
.box-wrapper .box .inner.inner3 {
  grid-column: 2 / span 2;
}
.box-wrapper .box .inner.inner5 {
  background: #253e5c;
}
.box-wrapper .box .inner > * {
  height: 100%;
  padding-top: 150%;
  position: relative;
}
.box-wrapper .box .inner > * img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.box-wrapper .box .inner.inner2 > *,
.box-wrapper .box .inner.inner3 > *,
.box-wrapper .box .inner.inner4 > *,
.box-wrapper .box .inner.inner5 > * {
  padding: 0;
}
.box-wrapper .box .inner.inner2 > * img,
.box-wrapper .box .inner.inner3 > * img,
.box-wrapper .box .inner.inner4 > * img,
.box-wrapper .box .inner.inner5 > * img {
  position: unset;
}
.box-wrapper .box .inner.inner5 > * img {
  object-fit: contain;
  width: 85%;
}
.box-wrapper .box .inner .img-box {
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.box-wrapper .box .inner .img-box img {
  transition: 0.3s;
}
.box-wrapper .box .inner .img-box:hover img {
  opacity: 0.7;
}
.box-wrapper .box .inner .img-box:before,
.box-wrapper .box .inner .img-box:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  background: #000;
  height: 14px;
  width: 1px;
  z-index: 2;
}
.box-wrapper .box .inner .img-box:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box-wrapper .modal {
  background-color: rgba(14, 42, 75, 0.9);
  width: 100%;
  height: 100vh;
  padding: 150px 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.box-wrapper .modal.active {
  top: 0;
  z-index: 9999;
}
.box-wrapper .modal .close {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
.box-wrapper .modal.active .close {
  display: block;
}
.box-wrapper .modal .close::before,
.box-wrapper .modal .close::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  transition: all 0.5s 0s ease;
}
.box-wrapper .modal .close::after {
  transform: rotate(45deg);
}
.box-wrapper .modal .coordinate:not(:last-child) {
  margin-bottom: 400px;
}
.box-wrapper .modal .coordinate .top {
  margin-bottom: 200px;
  align-items: center;
}
.box-wrapper .modal .coordinate .top .text h2 {
  color: #fff;
  margin: 0 0 35px;
  line-height: 1em;
  font-size: 5.8rem;
  position: relative;
}
.box-wrapper .modal .coordinate .top,
.box-wrapper .modal .coordinate .bottom {
  gap: 100px;
}
.box-wrapper .modal .coordinate .top > * {
  width: calc(100% / 2 - (50px));
}
.box-wrapper .modal .coordinate .bottom > * {
  width: calc(100% / 2 - (50px));
}

#menu .flex {
  gap: 100px;
  margin: 120px 0;
}

#menu .flex a {
  color: #253e5c;
  font-size: 2.2rem;
}

#looks .text-box > p {
  margin: 0 0 40px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2em;
}

.slick-next:before {
  content: "" !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1 !important;
}

.slick-prev:before {
  content: "" !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 1 !important;
}

.slick-next {
  right: -25px !important;
}
.slick-prev {
  left: -50px !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .container {
    padding: 0 15px;
  }

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .box-wrapper .f_ai-baseline {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .box-wrapper {
    overflow: hidden;
  }

  .box-wrapper .pc_container {
    padding: 0 !important;
  }

  .box-wrapper .box.box1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .box-wrapper .box .inner.inner2 {
    grid-area: 2 / 1 / 2 / 3;
  }
  .box-wrapper .box .inner.inner3 {
    grid-area: 5 / 1 / 5 / 3;
  }
  .box-wrapper .box .inner.inner4 {
    grid-column: unset;
  }

  .box-wrapper .box .inner.inner4 > * {
    padding-top: 150%;
  }
  .box-wrapper .box .inner.inner4 > * img {
    position: absolute;
  }

  .box-wrapper #looks .container {
    padding: 0 30px;
  }
  .box-wrapper .modal {
    padding: 60px 0;
  }
  .box-wrapper .modal .close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
  .box-wrapper .modal .close::before,
  .box-wrapper .modal .close::after {
    width: 30px;
  }
  .box-wrapper .modal .coordinate:not(:last-child) {
    margin-bottom: 200px;
  }
  .box-wrapper .modal .coordinate .top,
  .box-wrapper .modal .coordinate .bottom {
    gap: 50px;
  }
  .box-wrapper .modal .coordinate .top .text h2 {
    margin: 0 0 20px;
    font-size: 4.5rem;
  }
  .box-wrapper #looks .text-box > p {
    font-size: 1.3rem;
  }
  .box-wrapper .modal .coordinate .top > * {
    width: 100%;
  }
  .box-wrapper .modal .coordinate .top .img {
    order: 1;
  }
  .box-wrapper .modal .coordinate .top .text {
    order: 2;
  }
  .box-wrapper .modal .coordinate .top {
    margin-bottom: 100px;
  }
  .box-wrapper .modal .coordinate .top .text .text-box {
    max-width: 400px;
    width: 100%;
  }
  .box-wrapper .modal .coordinate .bottom {
    gap: 10px;
  }
  .box-wrapper .modal .coordinate .bottom > * {
    width: calc(100% / 2 - (5px));
  }

  .w100 {
    width: 100% !important;
  }

  .catch {
    font-size: 1.2rem;
    padding: 80px 0;
  }
  #menu .flex a {
    display: block;
    font-size: 1.8rem;
  }
  #menu .flex {
    display: block;
    margin: 30px 0 60px 0;
  }
  #menu .flex a:not(:last-child) {
    margin-bottom: 30px;
  }
  .slick-next {
    right: -10px !important;
  }
  .slick-prev {
    left: -30px !important;
  }
}
