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

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

.box-wrapper {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: black;
}
.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;
  -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;
}
@media screen and (min-width: 751px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .container {
    max-width: 930px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .credit {
    margin-top: 22px;
    font-size: 16px;
    color: black;
    text-align: center;
  }
  .box-wrapper .cta {
    width: 380px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 14px;
  }
  .box-wrapper .cta:hover {
    color: white;
    background-color: black;
  }
  .box-wrapper .hero {
    padding-top: 132px;
  }
  .box-wrapper .hero-ttl {
    text-align: center;
    font-size: 17px;
  }
  .box-wrapper .hero-ttl span {
    display: block;
    font-size: 14px;
    margin-top: 25px;
  }
  .box-wrapper .hero-fv {
    margin-top: 94px;
    position: relative;
  }
  .box-wrapper .hero-fv__main {
    width: 100%;
  }
  .box-wrapper .hero-fv__logo {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 121px;
  }
  .box-wrapper .intro {
    margin-top: 100px;
  }
  .box-wrapper .intro-ttl {
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper .intro-detail {
    margin-top: 42px;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
  }
  .box-wrapper .intro-cta {
    margin-top: 20px;
  }
  .box-wrapper .intro-lead {
    width: 520px;
    margin: 65px auto 0;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
  }
  .box-wrapper .look-ttl {
    text-align: center;
    font-size: 16px;
  }
  .box-wrapper .look-img {
    margin: 53px auto 0;
    width: 80%;
  }
  .box-wrapper .look-slider.slider01 {
    margin-top: 77px;
    width: 100%;
  }
  .box-wrapper .look-slider.slider02 {
    margin: 77px auto 0;
    width: 80%;
  }
  .box-wrapper .look-cta {
    margin-top: 25px;
  }
  .box-wrapper .look.look01 {
    margin-top: 125px;
  }
  .box-wrapper .look.look02 {
    margin-top: 220px;
  }
  .box-wrapper .menu {
    margin-top: 117px;
    border-top: 1px solid black;
    padding: 94px 32px 75px;
  }
  .box-wrapper .menu-list__item {
    margin-bottom: 20px;
  }
  .box-wrapper .menu-list__item a {
    font-size: 14px;
    color: black;
  }
  .box-wrapper .menu-footer {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-wrapper .menu-footer__copyright {
    font-size: 12px;
  }
  .box-wrapper .menu-footer__totop {
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    /* ---------------------------- */
    /* parts
    /* ---------------------------- */
    /* ---------------------------- */
    /* hero
    /* ---------------------------- */
    /* ---------------------------- */
    /* intro
    /* ---------------------------- */
    /* ---------------------------- */
    /* look
    /* ---------------------------- */
    /* ---------------------------- */
    /*menu*/
    /* ---------------- */
  }
  .box-wrapper .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-wrapper .credit {
    margin-top: 20px;
    font-size: 13px;
    color: black;
    text-align: center;
  }
  .box-wrapper .cta {
    width: 222px;
    height: 24px;
    margin: 0 auto;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 14px;
  }
  .box-wrapper .cta:hover {
    color: white;
    background-color: black;
  }
  .box-wrapper .hero {
    padding-top: 100px;
  }
  .box-wrapper .hero-ttl {
    text-align: center;
    font-size: 15px;
  }
  .box-wrapper .hero-ttl span {
    display: block;
    font-size: 12px;
    margin-top: 40px;
  }
  .box-wrapper .hero-fv {
    margin-top: 70px;
    position: relative;
  }
  .box-wrapper .hero-fv__main {
    width: 100%;
  }
  .box-wrapper .hero-fv__logo {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
  }
  .box-wrapper .intro {
    margin-top: 50px;
  }
  .box-wrapper .intro .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box-wrapper .intro-ttl {
    font-size: 13px;
    text-align: center;
  }
  .box-wrapper .intro-detail {
    margin-top: 25px;
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
  }
  .box-wrapper .intro-cta {
    margin-top: 30px;
  }
  .box-wrapper .intro-lead {
    max-width: 500px;
    margin: 75px auto 0;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
  }
  .box-wrapper .look-ttl {
    text-align: center;
    font-size: 13px;
  }
  .box-wrapper .look-img {
    margin: 25px auto 0;
    width: 76%;
  }
  .box-wrapper .look-slider.slider01 {
    margin-top: 43px;
    width: 100%;
  }
  .box-wrapper .look-slider.slider02 {
    margin: 26px auto 0;
    width: 100%;
  }
  .box-wrapper .look-cta {
    margin-top: 15px;
  }
  .box-wrapper .look.look01 {
    margin-top: 99px;
  }
  .box-wrapper .look.look02 {
    margin-top: 97px;
  }
  .box-wrapper .menu {
    margin-top: 100px;
    border-top: 1px solid black;
    padding: 26px 15px 36px;
  }
  .box-wrapper .menu-list__item {
    margin-bottom: 14px;
  }
  .box-wrapper .menu-list__item a {
    font-size: 12px;
    color: black;
  }
  .box-wrapper .menu-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-wrapper .menu-footer__copyright {
    font-size: 10px;
  }
  .box-wrapper .menu-footer__totop {
    cursor: pointer;
    font-size: 10px;
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.css.map */