@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Arvo:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "BauerBodni";
  src: url(../font/bauerbodni_bdcn_bt_bold.ttf) format("truetype");
}
@font-face {
  font-family: "freig";
  src: url(../font/freigdis_pro_boo_ita.otf) format("opentype");
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../font/proxima_nova_sbold.otf) format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Proxima Nova";
  src: url(../font/proxima_nova_light.otf) format("opentype");
  font-weight: lighter;
}
.hiragino {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.arvo {
  font-family: "Arvo", serif;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.cormo {
  font-family: "Cormorant", serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.nova {
  font-family: "Proxima Nova", sans-serif;
}

.freig {
  font-family: freight-display-pro, sans-serif;
}

@-webkit-keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-enter {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter-active {
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scrollAnimeUp;
          animation-name: scrollAnimeUp;
}

.textShow {
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-animation-name: textShow;
          animation-name: textShow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* ← 終了後に表示を保つ */
}

@-webkit-keyframes textShow {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes textShow {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 769px) {
  .lp {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    color: #000;
    padding-bottom: 150px;
  }
  .lp a {
    color: #000;
  }
  .lp p {
    margin-bottom: 0;
  }
  .lp .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .lp .sp_only {
    display: none !important;
  }
  .lp_mv {
    position: relative;
  }
  .lp_mv__img {
    width: 100%;
    height: calc(100vh - 110px);
  }
  .lp_mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .lp_mv__ttl {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
  }
  .lp_mv__ttl img {
    display: block;
    width: 450px;
    margin: 0 auto;
  }
  .lp_main-inner {
    width: 95%;
    margin: 0 auto;
  }
  .lp_main-lead {
    text-align: center;
    padding: 100px 0 60px;
  }
  .lp_main-lead h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .lp_main-lead p {
    font-size: 18px;
  }
  .lp_main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 150px;
  }
  .lp_main-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    width: 180px;
    height: 26px;
    border: 1px solid;
    border-radius: 2px;
    margin: 0 10px;
    position: relative;
  }
  .lp_main-nav a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .lp_main-nav a.-men {
    border-color: #4071c6;
    color: #4071c6;
  }
  .lp_main-nav a.-men::after {
    border-color: #4071c6;
  }
  .lp_main-nav a.-women {
    border-color: #6bb392;
    color: #6bb392;
  }
  .lp_main-nav a.-women::after {
    border-color: #6bb392;
  }
  .lp_main-archive.-women {
    margin-top: 100px;
  }
  .lp_main-archive.-women .lp_main-archive__title {
    color: #6bb392;
  }
  .lp_main-archive__title {
    font-size: 28px;
    text-align: center;
    color: #4071c6;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .lp_main-archive ul {
    max-width: 650px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 45px;
  }
  .lp_main-archive ul p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-variant-numeric: lining-nums;
  }
  .lp_main-archive__btn {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .lp_main-archive__btn img {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .l-wrapper {
    min-width: none;
  }
  .lp {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    color: #000;
    padding-bottom: 100px;
  }
  .lp a {
    color: #000;
  }
  .lp p {
    margin-bottom: 0;
  }
  .lp .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .lp .pc_only {
    display: none !important;
  }
  .lp_mv {
    position: relative;
  }
  .lp_mv__img {
    width: 100%;
  }
  .lp_mv__img img {
    width: 100%;
    height: auto;
  }
  .lp_mv__ttl {
    margin: 25px auto 0;
  }
  .lp_mv__ttl img {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .lp_main-inner {
    width: 90%;
    margin: 0 auto;
  }
  .lp_main-lead {
    text-align: center;
    padding: 60px 0 45px;
  }
  .lp_main-lead h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .lp_main-lead p {
    font-size: 15px;
  }
  .lp_main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
  .lp_main-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    width: 170px;
    height: 24px;
    border: 1px solid;
    border-radius: 2px;
    margin: 0 7px;
    position: relative;
  }
  .lp_main-nav a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -17px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .lp_main-nav a.-men {
    border-color: #4071c6;
    color: #4071c6;
  }
  .lp_main-nav a.-men::after {
    border-color: #4071c6;
  }
  .lp_main-nav a.-women {
    border-color: #6bb392;
    color: #6bb392;
  }
  .lp_main-nav a.-women::after {
    border-color: #6bb392;
  }
  .lp_main-archive.-women {
    margin-top: 70px;
  }
  .lp_main-archive.-women .lp_main-archive__title {
    color: #6bb392;
  }
  .lp_main-archive__title {
    font-size: 21px;
    text-align: center;
    color: #4071c6;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .lp_main-archive ul {
    max-width: 400px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px 15px;
  }
  .lp_main-archive ul p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-variant-numeric: lining-nums;
  }
}