@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;
  }
  .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%;
    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__img01 {
    position: relative;
  }
  .lp_mv__img02 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 4s ease forwards;
            animation: fadeIn 4s ease forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    opacity: 0;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .lp_main {
    background-color: #4071c6;
  }
  .lp_main-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp_main-left {
    width: 50%;
  }
  .lp_main-left__wrap {
    position: sticky;
    top: 110px;
  }
  .lp_main-left__title {
    color: #fff;
    padding: 50px 10px 15px;
    text-align: center;
  }
  .lp_main-left__title h1 {
    font-size: 77px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
  }
  .lp_main-left__title h1 small {
    display: block;
    font-size: 24px;
    margin-bottom: -4px;
    font-weight: bold;
  }
  .lp_main-left__title h1 span {
    font-size: 25px;
    background-color: #fff;
    color: #4071c6;
    width: 165px;
    height: 36px;
    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: 0 auto;
    font-style: italic;
    font-weight: bold;
  }
  .lp_main-left__title p {
    font-size: 24px;
    font-style: italic;
    margin-top: 20px;
    font-weight: bold;
  }
  .lp_main-left__thumb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    max-width: 384px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .lp_main-left__thumb a {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp_main-left__thumb a:hover {
    border-color: #fff;
  }
  .lp_main-left__thumb a.--current {
    border-color: #fff;
    opacity: 0.5;
  }
  .lp_main-right {
    width: 50%;
    background-color: #fff;
    font-size: 18px;
  }
  .lp_main-right__inner {
    max-width: 450px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 0 90px;
  }
  .lp_main-right__lead {
    max-width: 390px;
    margin: 0 auto;
    text-align: justify;
  }
  .lp_main-right__lead h2 {
    font-size: 28px;
    text-align: center;
    padding: 0 10px 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .lp_main-item {
    margin-top: 50px;
  }
  .lp_main-item.--next {
    margin-top: 120px;
  }
  .lp_main-item__title {
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    color: #4071c6;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .lp_main-item__title--sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    border: 1px solid #4071c6;
    border-radius: 50px;
    width: 110px;
    height: 28px;
    margin: 0 auto;
    letter-spacing: 0;
    font-weight: bold;
  }
  .lp_main-item__title small {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 10px;
  }
  .lp_main-item__title--main {
    display: inline-block;
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    font-variant-numeric: lining-nums;
    letter-spacing: 1px;
  }
  .lp_main-item__title--main small {
    font-size: 18px;
  }
  .lp_main-item__title--main.scrollMoveGo {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: revealText 2s ease forwards;
            animation: revealText 2s ease forwards;
  }
  @-webkit-keyframes revealText {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes revealText {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  .lp_main-item__img01 {
    max-width: 390px;
    margin: 35px auto 0;
  }
  .lp_main-item__subtitle {
    font-size: 23px;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .lp_main-item__text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: justify;
  }
  .lp_main-item__price {
    font-size: 21px;
    text-align: center;
    margin: 15px 0 0;
  }
  .lp_main-item__price small {
    font-weight: lighter;
  }
  .lp_main-item__btn {
    margin: 40px auto 0;
  }
  .lp_main-item__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 270px;
    height: 54px;
    margin: 0 auto;
    font-size: 21px;
    border: 1px solid #000;
  }
  .lp_main-item__btn a:hover {
    background-color: #4071c6;
    color: #fff;
    border-color: #4071c6;
  }
  .lp_main-item__btn p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }
  .lp_main-item__btn p:nth-of-type(2) {
    margin-top: 40px;
  }
  .lp_main-archive {
    margin-top: 120px;
  }
  .lp_main-archive__title {
    font-size: 25px;
    text-align: center;
    color: #4071c6;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .lp_main-archive ul {
    max-width: 410px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 10px;
  }
  .lp_main-archive ul p {
    font-size: 18px;
    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;
  }
  .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__img01 {
    position: relative;
  }
  .lp_mv__img02 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 4s ease forwards;
            animation: fadeIn 4s ease forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    opacity: 0;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .lp_main {
    background-color: #4071c6;
  }
  .lp_main-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .lp_main-left {
    width: 100%;
  }
  .lp_main-left__title {
    color: #fff;
    padding: 25px 10px;
    text-align: center;
  }
  .lp_main-left__title h1 {
    font-size: 64px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
  }
  .lp_main-left__title h1 small {
    display: block;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: bold;
  }
  .lp_main-left__title h1 span {
    font-size: 23px;
    background-color: #fff;
    color: #4071c6;
    width: 140px;
    height: 30px;
    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: 5px auto 0;
    font-style: italic;
    font-weight: bold;
  }
  .lp_main-left__title p {
    font-size: 24px;
    font-style: italic;
    margin-top: 20px;
    font-weight: bold;
  }
  .lp_main-left__thumb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    max-width: 384px;
    margin: 10px auto 0;
  }
  .lp_main-left__thumb a {
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp_main-left__thumb a:hover {
    border-color: #fff;
  }
  .lp_main-left__thumb--title {
    font-size: 20px;
    font-style: italic;
    margin: 50px 0;
    font-weight: bold;
    color: #4071c6;
    text-align: center;
  }
  .lp_main-right {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
  }
  .lp_main-right__inner {
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 80px;
  }
  .lp_main-right__lead {
    max-width: 390px;
    margin: 0 auto;
    text-align: justify;
  }
  .lp_main-right__lead h2 {
    font-size: 23px;
    text-align: center;
    padding: 0 10px 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .lp_main-item {
    margin-top: 50px;
  }
  .lp_main-item.--next {
    margin-top: 100px;
  }
  .lp_main-item__title {
    text-align: center;
    font-size: 25px;
    line-height: 1.1;
    color: #4071c6;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .lp_main-item__title--sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 11px;
    font-weight: normal;
    margin-top: 8px;
    border: 1px solid #4071c6;
    border-radius: 90px;
    width: 90px;
    height: 18px;
    margin: 0 auto;
    letter-spacing: 0;
    font-weight: bold;
  }
  .lp_main-item__title small {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 5px;
  }
  .lp_main-item__title--main {
    display: inline-block;
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    font-variant-numeric: lining-nums;
    letter-spacing: 1px;
  }
  .lp_main-item__title--main small {
    font-size: 18px;
  }
  .lp_main-item__title--main.scrollMoveGo {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: revealText 2s ease forwards;
            animation: revealText 2s ease forwards;
  }
  @-webkit-keyframes revealText {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes revealText {
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  .lp_main-item__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .lp_main-item__img img {
    width: 100%;
  }
  .lp_main-item__img01 {
    max-width: 390px;
    margin: 25px auto 0;
  }
  .lp_main-item__subtitle {
    font-size: 19px;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .lp_main-item__text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: justify;
  }
  .lp_main-item__price {
    font-size: 18px;
    text-align: center;
    margin: 10px 0 0;
  }
  .lp_main-item__price small {
    font-weight: lighter;
  }
  .lp_main-item__btn {
    margin: 40px auto 0;
  }
  .lp_main-item__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 230px;
    height: 45px;
    margin: 0 auto;
    font-size: 18px;
    border: 1px solid #000;
  }
  .lp_main-item__btn a:hover {
    background-color: #4071c6;
    color: #fff;
    border-color: #4071c6;
  }
  .lp_main-item__btn p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 2px;
  }
  .lp_main-item__btn p:nth-of-type(2) {
    margin-top: 35px;
  }
  .lp_main-archive {
    margin-top: 100px;
  }
  .lp_main-archive__title {
    font-size: 21px;
    text-align: center;
    color: #4071c6;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .lp_main-archive ul {
    max-width: 410px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 10px;
  }
  .lp_main-archive ul p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-variant-numeric: lining-nums;
  }
  .lp_main-archive__btn {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .lp_main-archive__btn img {
    width: 60px;
  }
}