@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: black;
  font-weight: 500;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look01 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look02 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look03 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look04 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look05 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look06 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look07 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*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;
  display: block;
}
.box-wrapper li {
  list-style: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .box-wrapper .is-sp {
    display: none !important;
  }
}
.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: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 2;
}
.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 .swiper-slide {
  width: 76.9230769231vw;
}
@media screen and (min-width: 751px) {
  .box-wrapper section {
    margin-top: min(15.625vw, 200px);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper section {
    margin-top: min(33.3333333333vw, 130px);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .container {
    margin: 0 auto;
    display: flex;
    width: 71.875%;
    align-items: flex-start;
  }
  .box-wrapper .container-item {
    width: 50%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .credit {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    max-width: 318px;
    color: black;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }
  .box-wrapper .credit a {
    flex-shrink: 0;
    font-size: 10px;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 15px;
  }
  .box-wrapper .credit a:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
  }
  .box-wrapper .credit-line {
    width: 100%;
    border-top: 1px dashed #DEDEDE;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .credit {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    max-width: 257px;
    color: black;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
  }
  .box-wrapper .credit a {
    flex-shrink: 0;
    font-size: 9px;
    color: white;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 14px;
  }
  .box-wrapper .credit a:hover {
    color: black;
    background-color: white;
    border: 1px solid black;
  }
  .box-wrapper .credit-line {
    width: 100%;
    border-top: 1px dashed #DEDEDE;
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    margin-top: 0;
    padding: 70px;
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    aspect-ratio: 1280/1350;
  }
  .box-wrapper #hero .hero-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .box-wrapper #hero .hero-logo {
    width: 270px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #hero .hero-logo02 {
    width: 484px;
  }
  .box-wrapper #hero .hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-wrapper #hero .hero-bottom__staff {
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  .box-wrapper #hero .hero-bottom__desc {
    line-height: 32px !important;
    max-width: 350px;
    color: white;
    font-size: 15px;
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    margin-top: 0;
    padding: 24px 15px;
    background-image: url(../images/hero-bgSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    aspect-ratio: 390/670;
  }
  .box-wrapper #hero .hero-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-wrapper #hero .hero-logo {
    width: 129px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #hero .hero-logo02 {
    margin: 287px auto 0;
    width: 290px;
  }
  .box-wrapper #hero .hero-bottom__staff {
    display: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  .box-wrapper #hero .hero-bottom__desc {
    line-height: 22px !important;
    margin: 0 auto;
    max-width: 270px;
    color: white;
    font-size: 8px;
    font-weight: 500;
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look01 .look01-container {
    width: 89.84375%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 5.652173913%;
  }
  .box-wrapper #look01 .look01-left {
    width: 53.9130434783%;
  }
  .box-wrapper #look01 .look01-right {
    width: 40.4347826087%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look01 .look01-left {
    width: 76.9230769231%;
  }
  .box-wrapper #look01 .look01-right {
    margin-top: 7.6923076923%;
    margin-left: auto;
    margin-right: 3.8461538462%;
    width: 74.358974359%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look02 .look02-container {
    display: flex;
    align-items: flex-start;
    gap: 5.078125%;
  }
  .box-wrapper #look02 .look02-left {
    margin-left: 10.15625%;
    width: 36.328125%;
  }
  .box-wrapper #look02 .look02-right {
    width: 48.4375%;
  }
  .box-wrapper #look02 .look02-right .credit {
    margin-right: 2.34375%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look02 .look02-left {
    margin: 0 auto;
    width: 74.358974359%;
  }
  .box-wrapper #look02 .look02-right {
    width: 74.358974359%;
    margin: 7.6923076923% auto 0;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look03 .look03-left {
    width: 74.358974359%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #look03 .look03-right {
    width: 74.358974359%;
    margin-top: 7.6923076923%;
    margin-left: 7.6923076923%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look04 .look04-container {
    margin: 0 auto;
    width: 89.84375%;
    display: flex;
    align-items: flex-start;
    gap: 5.652173913%;
  }
  .box-wrapper #look04 .look04-left {
    width: 53.9130434783%;
  }
  .box-wrapper #look04 .look04-right {
    width: 40.4347826087%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look04 .look04-left {
    width: 74.358974359%;
    margin: 0 auto;
  }
  .box-wrapper #look04 .look04-right {
    margin: 7.6923076923% auto 0;
    width: 74.358974359%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look05 .look05-left {
    width: 74.358974359%;
  }
  .box-wrapper #look05 .look05-right {
    width: 74.358974359%;
    margin-top: 7.6923076923%;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #look05 .look05-right .credit {
    margin-right: 3.8461538462%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look06 .look06-container {
    margin: 0 auto;
    width: 74.358974359%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look07 .look07-container {
    margin: 0 auto;
    width: 71.875%;
  }
  .box-wrapper #look07 .look07-right {
    margin-top: 7.8125vw;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-container {
    margin: 0 auto;
    width: 74.358974359%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    margin-top: min(17.1875vw, 220px);
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 44px 30px 35px;
  }
  .box-wrapper #footer .footer-logo {
    width: 270px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #footer .footer-logo02 {
    margin: 125px auto 0;
    width: 530px;
  }
  .box-wrapper #footer .footer-bottom {
    margin-top: 263px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .box-wrapper #footer .footer-left {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
  }
  .box-wrapper #footer .footer-left img {
    flex-shrink: 0;
    width: 75px;
  }
  .box-wrapper #footer .footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .box-wrapper #footer .footer-list__item {
    color: white;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
  }
  .box-wrapper #footer .footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .box-wrapper #footer .footer-top {
    font-size: 12px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }
  .box-wrapper #footer .footer-copy {
    white-space: nowrap;
    margin-top: 30px;
    font-size: 10px;
    font-weight: 400;
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 27px 15px;
  }
  .box-wrapper #footer .footer-logo {
    width: 129px;
    margin-left: auto;
    margin-right: 0;
  }
  .box-wrapper #footer .footer-logo02 {
    margin: 156px auto 0;
    width: 290px;
  }
  .box-wrapper #footer .footer-bottom {
    margin-top: 212px;
  }
  .box-wrapper #footer .footer-left img {
    margin: 0 auto;
    width: 115px;
  }
  .box-wrapper #footer .footer-list {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 19px;
  }
  .box-wrapper #footer .footer-list__item {
    color: white;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
  }
  .box-wrapper #footer .footer-right {
    margin-top: 34px;
  }
  .box-wrapper #footer .footer-top {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }
  .box-wrapper #footer .footer-copy {
    margin-top: 15px;
    font-size: 10px;
    font-weight: 400;
    color: white;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer .footer-bottom__staff {
    color: white;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer .footer-bottom__staff {
    display: none;
    color: white;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer .footer-flex {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
/*# sourceMappingURL=style.css.map */