@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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 500;
  /*-----------------------------*/
  /*hero */
  /*-----------------------------*/
  /*-----------------------------*/
  /*product */
  /*-----------------------------*/
  /*-----------------------------*/
  /*intro */
  /*-----------------------------*/
  /*-----------------------------*/
  /*middle-img */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look04 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look05 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*look06 */
  /*-----------------------------*/
  /*-----------------------------*/
  /*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: #432900;
  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", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
.box-wrapper .container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-wrapper .credit {
  color: white;
  font-size: 12px;
}
.box-wrapper .credit a {
  display: inline-block;
  color: white;
}
@media screen and (min-width: 751px) {
  .box-wrapper .look {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look {
    margin-top: 100px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    position: relative;
    height: 800px;
  }
  .box-wrapper #hero .hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-logo {
    position: absolute;
    top: 32px;
    left: 35px;
    width: 265px;
  }
  .box-wrapper #hero .hero-catch {
    position: absolute;
    right: 45px;
    bottom: 179px;
    width: 303px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero {
    position: relative;
    height: 670px;
  }
  .box-wrapper #hero .hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-logo {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
  }
  .box-wrapper #hero .hero-catch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 320px;
    width: 268px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .product-wrapper {
    position: relative;
    cursor: pointer;
  }
  .box-wrapper .product-wrapper.split {
    display: flex;
    margin: 0 auto;
    max-width: 920px;
  }
  .box-wrapper .product-wrapper.split .product-box {
    flex: 1;
    aspect-ratio: 460/613;
  }
  .box-wrapper .product-box {
    position: relative;
  }
  .box-wrapper .product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .box-wrapper .product-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .box-wrapper .product-cover.active {
    opacity: 1;
  }
  .box-wrapper .product-credit {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper .product-credit .credit {
    position: absolute;
    left: 15px;
    bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .box-wrapper .product-credit .credit.active {
    opacity: 1;
    transform: translateY(0);
  }
  .box-wrapper .product-credit .toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    bottom: 17px;
  }
  .box-wrapper .product-credit .toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
  }
  .box-wrapper .product-credit .toggle span.before {
    width: 100%;
    height: 1px;
  }
  .box-wrapper .product-credit .toggle span.after {
    width: 1px;
    height: 100%;
  }
  .box-wrapper .product-credit .toggle.active span.after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .product-wrapper {
    position: relative;
    cursor: pointer;
  }
  .box-wrapper .product-wrapper.split {
    margin: 0 auto;
    width: 80%;
  }
  .box-wrapper .product-wrapper.split .product-box {
    aspect-ratio: 290/387;
  }
  .box-wrapper .product-wrapper.split .product-box:first-child {
    margin-bottom: 20px;
  }
  .box-wrapper .product-box {
    position: relative;
  }
  .box-wrapper .product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .box-wrapper .product-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .box-wrapper .product-cover.active {
    opacity: 1;
  }
  .box-wrapper .product-credit {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }
  .box-wrapper .product-credit .credit {
    font-size: 11px;
    position: absolute;
    left: 10px;
    bottom: 11px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .box-wrapper .product-credit .credit.active {
    opacity: 1;
    transform: translateY(0);
  }
  .box-wrapper .product-credit .toggle {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 8px;
    bottom: 9px;
  }
  .box-wrapper .product-credit .toggle span {
    position: absolute;
    display: block;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
  }
  .box-wrapper .product-credit .toggle span.before {
    width: 100%;
    height: 1px;
  }
  .box-wrapper .product-credit .toggle span.after {
    width: 1px;
    height: 100%;
  }
  .box-wrapper .product-credit .toggle.active span.after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #intro {
    margin-top: 120px;
  }
  .box-wrapper #intro .intro-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
  }
  .box-wrapper #intro .intro-tri {
    flex-shrink: 0;
    width: 370px;
  }
  .box-wrapper #intro .intro-tri .product-box {
    margin-bottom: 10px;
    aspect-ratio: 370/208;
  }
  .box-wrapper #intro .intro-tri .product-box.last {
    margin-bottom: 0;
  }
  .box-wrapper #intro .intro-lead {
    display: flex;
    align-items: flex-start;
  }
  .box-wrapper #intro .intro-lead__desc {
    font-size: 14px;
    width: 270px;
    flex-shrink: 0;
  }
  .box-wrapper #intro .intro-lead .product-wrapper {
    width: 370px;
    flex-shrink: 0;
    margin-left: 35px;
  }
  .box-wrapper #intro .intro-lead .product-box {
    aspect-ratio: 370/493;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #intro {
    margin-top: 80px;
  }
  .box-wrapper #intro .intro-tri .product-wrapper {
    width: 70%;
    margin-right: 15px;
    margin-left: auto;
  }
  .box-wrapper #intro .intro-tri .product-box {
    margin-bottom: 6px;
    aspect-ratio: 250/140;
  }
  .box-wrapper #intro .intro-tri .product-box.second {
    transform: translateX(-20px);
  }
  .box-wrapper #intro .intro-tri .product-box.last {
    margin-bottom: 0;
  }
  .box-wrapper #intro .intro-lead {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
  }
  .box-wrapper #intro .intro-lead__desc {
    font-size: 11px;
    flex: 1;
  }
  .box-wrapper #intro .intro-lead .product-wrapper {
    flex: 1;
  }
  .box-wrapper #intro .intro-lead .product-box {
    aspect-ratio: 180/240;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .middle-img {
    margin-top: 140px;
  }
  .box-wrapper .middle-img img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .middle-img {
    margin-top: 100px;
  }
  .box-wrapper .middle-img img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look04 .product-wrapper {
    margin: 0 auto;
    width: 460px;
  }
  .box-wrapper #look04 .product-box {
    aspect-ratio: 460/613;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look04 .product-wrapper {
    width: 80%;
  }
  .box-wrapper #look04 .product-box {
    aspect-ratio: 290/387;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look05 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box-wrapper #look05 .look05-left {
    width: 43%;
    max-width: 460px;
  }
  .box-wrapper #look05 .look05-left .product-box {
    aspect-ratio: 460/259;
    margin-bottom: 10px;
  }
  .box-wrapper #look05 .look05-right {
    margin-top: 90px;
    width: 43%;
    max-width: 460px;
  }
  .box-wrapper #look05 .look05-right .product-box {
    aspect-ratio: 460/613;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look05 .look05-left {
    width: 70%;
    margin-right: 15px;
    margin-left: auto;
  }
  .box-wrapper #look05 .look05-left .product-box {
    aspect-ratio: 250/140;
  }
  .box-wrapper #look05 .look05-left .product-box:first-child {
    margin-bottom: 10px;
  }
  .box-wrapper #look05 .look05-right {
    margin: 100px auto 0;
    width: 80%;
  }
  .box-wrapper #look05 .look05-right .product-box {
    aspect-ratio: 290/387;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look06 .product-wrapper {
    margin: 0 auto;
    width: 460px;
  }
  .box-wrapper #look06 .product-box {
    aspect-ratio: 460/613;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look06 {
    margin-top: 20px;
  }
  .box-wrapper #look06 .product-wrapper {
    margin: 0 auto;
    width: 80%;
  }
  .box-wrapper #look06 .product-box {
    aspect-ratio: 290/387;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 35px 25px;
  }
  .box-wrapper #footer .footer-logo {
    width: 265px;
    margin-right: 0;
    margin-left: auto;
  }
  .box-wrapper #footer .footer-catch {
    margin: 184px auto 0;
    width: 303px;
  }
  .box-wrapper #footer .footer-staff {
    margin-top: 155px;
    color: white;
    font-size: 14px;
  }
  .box-wrapper #footer .footer-bottom {
    margin-top: 130px;
    display: flex;
    align-items: center;
  }
  .box-wrapper #footer .footer-bottom__logo {
    width: 75px;
  }
  .box-wrapper #footer .footer-bottom__list {
    margin-left: 50px;
    display: flex;
    align-items: center;
  }
  .box-wrapper #footer .footer-bottom__item {
    margin-left: 30px;
  }
  .box-wrapper #footer .footer-bottom__item:first-child {
    margin-left: 0;
  }
  .box-wrapper #footer .footer-bottom__link {
    font-size: 12px;
    font-weight: bold;
    color: white;
  }
  .box-wrapper #footer .footer-bottom__copy {
    margin-right: 0;
    margin-left: auto;
    font-size: 10px;
    color: white;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    background-image: url(../images/footer-bgSP.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px 15px 20px;
  }
  .box-wrapper #footer .footer-logo {
    width: 156px;
    margin-right: 0;
    margin-left: auto;
  }
  .box-wrapper #footer .footer-catch {
    margin: 194px auto 0;
    width: 238px;
  }
  .box-wrapper #footer .footer-staff {
    margin-top: 150px;
    color: white;
    font-size: 12px;
  }
  .box-wrapper #footer .footer-bottom {
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box-wrapper #footer .footer-bottom__logo {
    width: 115px;
  }
  .box-wrapper #footer .footer-bottom__list {
    margin-top: 21px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .box-wrapper #footer .footer-bottom__link {
    font-size: 12px;
    font-weight: bold;
    color: white;
  }
  .box-wrapper #footer .footer-bottom__copy {
    margin-top: 30px;
    font-size: 10px;
    color: white;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */