@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

.bold {
  font-family: "bold";
  font-weight: 700; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1100px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1100px) {
    .sp {
      display: block; } }

html, body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

html.lenis, html.lenis body {
  height: auto; }

.fadeIn {
  opacity: 0;
  transition: opacity 1.5s; }
  .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 300px 0 auto;
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
  text-align: center;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-style: normal;
  color: #171717;
  background: #ffffff;
  width: 100%;
  max-width: 550px;
  position: relative;
  /* lp_main */ }
  @media screen and (max-width: 1500px) {
    .lp_wrapper {
      margin: 0 200px 0 auto; } }
  @media screen and (max-width: 1100px) {
    .lp_wrapper {
      margin: 0 auto 0 0;
      max-width: 700px; } }
  @media screen and (max-width: 700px) {
    .lp_wrapper {
      margin: 0 auto; } }
  .lp_wrapper .js-backToTop {
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 20px;
    width: 75px;
    height: 75px;
    font-size: 20px;
    color: #171717;
    background: #f2f2f2;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    font-size: 0.7em;
    display: none; }
    @media screen and (max-width: 700px) {
      .lp_wrapper .js-backToTop {
        display: flex; } }
    .lp_wrapper .js-backToTop span {
      font-size: 100%;
      position: absolute;
      bottom: 20px; }
    .lp_wrapper .js-backToTop::after {
      position: absolute;
      content: "";
      width: 14px;
      height: 14px;
      border: solid #737373;
      border-width: 0 0 1px 1px;
      left: 50%;
      top: 20px;
      transform: translateX(-50%) rotate(135deg); }
    .lp_wrapper .js-backToTop.is-active {
      z-index: 1000;
      opacity: 1;
      visibility: visible; }
  .lp_wrapper header {
    width: calc((100% - 550px) - 300px);
    box-sizing: border-box;
    height: calc(100vh - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    padding: 0;
    border-right: 16px solid #B8B8B8; }
    @media screen and (max-width: 1500px) {
      .lp_wrapper header {
        width: calc((100% - 550px) - 200px);
        border-right-width: 10px; } }
    @media screen and (max-width: 1100px) {
      .lp_wrapper header {
        display: none; } }
    .lp_wrapper header .bg {
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .lp_wrapper header .bg div {
        height: calc((100vh - 10vh) / 2);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .lp_wrapper header .bg div img {
          object-fit: cover;
          width: 50%;
          height: 100%; }
        .lp_wrapper header .bg div.ttl {
          padding: 1.0em 10%;
          height: 10vh;
          letter-spacing: 0.1em;
          background: #ffffff;
          justify-content: space-around;
          max-width: 900px; }
          @media screen and (max-width: 1500px) {
            .lp_wrapper header .bg div.ttl {
              padding: 1.0em; } }
          .lp_wrapper header .bg div.ttl p {
            font-size: 1.5em;
            font-family: "brandon-grotesque", sans-serif; }
            @media screen and (max-width: 1500px) {
              .lp_wrapper header .bg div.ttl p {
                font-size: 1.0em; } }
            .lp_wrapper header .bg div.ttl p span {
              font-size: 130%;
              padding-left: 0.2em; }
          .lp_wrapper header .bg div.ttl h1 {
            font-weight: 300;
            font-family: "brandon-grotesque", sans-serif;
            font-size: 2.5em; }
            @media screen and (max-width: 1500px) {
              .lp_wrapper header .bg div.ttl h1 {
                font-size: 1.5em; } }
  .lp_wrapper .pc_right {
    position: fixed;
    width: 300px;
    top: 60px;
    right: 0;
    height: calc(100% - 60px);
    border-left: 16px solid #B8B8B8; }
    @media screen and (max-width: 1500px) {
      .lp_wrapper .pc_right {
        width: 200px;
        border-left-width: 10px; } }
    @media screen and (max-width: 1100px) {
      .lp_wrapper .pc_right {
        width: calc(100% - 700px); } }
    @media screen and (max-width: 700px) {
      .lp_wrapper .pc_right {
        display: none; } }
    .lp_wrapper .pc_right .nav {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .lp_wrapper .pc_right .nav p {
        text-align: center;
        font-size: 1.0em;
        letter-spacing: .1em;
        margin-bottom: 24px; }
      .lp_wrapper .pc_right .nav .link {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column; }
        .lp_wrapper .pc_right .nav .link a {
          padding: 16px;
          font-size: 0.8em;
          margin-bottom: 16px; }
          .lp_wrapper .pc_right .nav .link a img {
            display: block;
            margin-bottom: 8px; }
          .lp_wrapper .pc_right .nav .link a.view {
            background: #f2f2f2; }
  .lp_wrapper .lp_main {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    min-height: 100vh;
    overflow: hidden; }
    .lp_wrapper .lp_main #section1 {
      margin: 15vh auto 5vh; }
      @media screen and (max-width: 1100px) {
        .lp_wrapper .lp_main #section1 {
          margin: 7vh auto; } }
      .lp_wrapper .lp_main #section1 .main {
        position: relative;
        padding-bottom: 148px;
        margin-bottom: 48px; }
        .lp_wrapper .lp_main #section1 .main p {
          font-size: 1.0em;
          line-height: 2.0; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main #section1 .main p {
              font-size: 3.0vw; } }
        .lp_wrapper .lp_main #section1 .main .scroll {
          position: absolute;
          right: 50%;
          bottom: 0;
          writing-mode: vertical-rl; }
          .lp_wrapper .lp_main #section1 .main .scroll::before {
            animation: scroll 2s infinite;
            background-color: #171717;
            bottom: 0;
            content: "";
            height: 100px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 1px; }
      .lp_wrapper .lp_main #section1 .category h3 {
        font-size: 1.2em;
        font-weight: 300; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main #section1 .category h3 {
            font-size: 3.2vw; } }
      .lp_wrapper .lp_main #section1 .category div {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 80%;
        margin: 10% auto; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main #section1 .category div {
            width: 90%; } }
        .lp_wrapper .lp_main #section1 .category div a {
          width: calc(100%/4 - 3%);
          padding: 8px; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main #section1 .category div a {
              width: calc(100%/4 - 1%); } }
          .lp_wrapper .lp_main #section1 .category div a p {
            font-size: 0.8em;
            margin-top: 8px;
            position: relative;
            padding-bottom: 24px; }
            @media screen and (max-width: 700px) {
              .lp_wrapper .lp_main #section1 .category div a p {
                font-size: 2.7vw; } }
            .lp_wrapper .lp_main #section1 .category div a p::after {
              content: "";
              position: absolute;
              width: 8px;
              height: 8px;
              border: solid #171717;
              left: 50%;
              bottom: 8px;
              border-width: 0 0 1px 1px;
              transform: translateX(-50%) rotate(-45deg); }
              @media screen and (max-width: 700px) {
                .lp_wrapper .lp_main #section1 .category div a p::after {
                  width: 7px;
                  height: 7px; } }
          .lp_wrapper .lp_main #section1 .category div a:hover {
            background: #f2f2f2; }
    .lp_wrapper .lp_main .categoryBox {
      margin: 5vh auto 15vh;
      padding-top: 60px; }
      @media screen and (max-width: 1100px) {
        .lp_wrapper .lp_main .categoryBox {
          margin: 15vh auto; } }
      .lp_wrapper .lp_main .categoryBox h2 {
        font-size: 1.2em;
        font-weight: 600; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main .categoryBox h2 {
            font-size: 3.2vw; } }
      .lp_wrapper .lp_main .categoryBox .block_1 {
        width: 80%;
        margin: 5% auto;
        border: 1px solid #B8B8B8;
        border-radius: 1.0em;
        position: relative;
        overflow: hidden;
        padding: 40px 32px; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main .categoryBox .block_1 {
            width: 90%; } }
        .lp_wrapper .lp_main .categoryBox .block_1 .number {
          font-size: 1.2em;
          font-weight: 700;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 1.0;
          padding: 16px;
          border-bottom-right-radius: 1.0em;
          color: #ffffff;
          margin: 0; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .categoryBox .block_1 .number {
              font-size: 4.0vw; } }
          .lp_wrapper .lp_main .categoryBox .block_1 .number.gold {
            background: #cabd6d; }
          .lp_wrapper .lp_main .categoryBox .block_1 .number.silver {
            background: #b3b3b3; }
          .lp_wrapper .lp_main .categoryBox .block_1 .number.brown {
            background: #a67c52; }
        .lp_wrapper .lp_main .categoryBox .block_1 dl {
          font-size: 1.0em;
          margin: 8px auto;
          line-height: 1.8; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .categoryBox .block_1 dl {
              font-size: 3.0vw;
              line-height: 2.0; } }
          .lp_wrapper .lp_main .categoryBox .block_1 dl dd, .lp_wrapper .lp_main .categoryBox .block_1 dl dt {
            font-size: 100%; }
        .lp_wrapper .lp_main .categoryBox .block_1 .btn {
          display: block;
          width: fit-content;
          margin: 32px auto 16px;
          border: 1px solid #737373;
          border-radius: 50vh;
          font-size: 1.1em;
          letter-spacing: 1px;
          padding: 8px 40px;
          line-height: 1.2; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .categoryBox .block_1 .btn {
              font-size: 3.0vw; } }
          .lp_wrapper .lp_main .categoryBox .block_1 .btn:hover {
            color: #ffffff;
            background: #171717; }
      .lp_wrapper .lp_main .categoryBox .block_2 {
        width: 80%;
        margin: 5% auto;
        border: 1px solid #B8B8B8;
        border-radius: 1.0em;
        position: relative;
        overflow: hidden;
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main .categoryBox .block_2 {
            width: 90%; } }
        .lp_wrapper .lp_main .categoryBox .block_2 .number {
          font-size: 1.0em;
          font-weight: 700;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 1.0;
          padding: 12px;
          border-bottom-right-radius: 1.0em;
          color: #ffffff;
          background: #737373;
          margin: 0; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .categoryBox .block_2 .number {
              font-size: 3.0vw; } }
        .lp_wrapper .lp_main .categoryBox .block_2 div {
          width: 50%; }
          .lp_wrapper .lp_main .categoryBox .block_2 div:last-child {
            width: 70%;
            text-align: left; }
          .lp_wrapper .lp_main .categoryBox .block_2 div dl {
            font-size: 1.0em;
            margin: 8px auto;
            line-height: 1.8; }
            @media screen and (max-width: 700px) {
              .lp_wrapper .lp_main .categoryBox .block_2 div dl {
                font-size: 3.0vw;
                line-height: 2.0; } }
            .lp_wrapper .lp_main .categoryBox .block_2 div dl dd, .lp_wrapper .lp_main .categoryBox .block_2 div dl dt {
              font-size: 100%; }
          .lp_wrapper .lp_main .categoryBox .block_2 div .btn {
            display: block;
            width: fit-content;
            margin-top: 16px;
            border: 1px solid #737373;
            border-radius: 50vh;
            font-size: .7em;
            letter-spacing: 1px;
            padding: 4px 24px;
            line-height: 1.0; }
            @media screen and (max-width: 700px) {
              .lp_wrapper .lp_main .categoryBox .block_2 div .btn {
                font-size: 2.7vw; } }
            .lp_wrapper .lp_main .categoryBox .block_2 div .btn:hover {
              color: #ffffff;
              background: #171717; }
      .lp_wrapper .lp_main .categoryBox .reviewBox {
        margin: 5% auto 15%; }
        .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div {
          border: 1px solid #B8B8B8;
          padding: 16px 24px;
          border-radius: 1.0em;
          height: 105px;
          position: relative; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div {
              padding: 12px; } }
          .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div::after {
            content: "Review";
            font-size: 0.8em;
            font-weight: 600;
            top: 16px;
            right: 24px;
            position: absolute; }
            @media screen and (max-width: 700px) {
              .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div::after {
                font-size: 2.6vw; } }
          .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div p {
            font-size: 0.9em;
            text-align: left;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden; }
            @media screen and (max-width: 700px) {
              .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div p {
                font-size: 2.8vw; } }
          .lp_wrapper .lp_main .categoryBox .reviewBox .swiper-slide div span {
            font-size: 100%;
            margin-bottom: 8px;
            display: block;
            text-align: left;
            color: #737373;
            letter-spacing: 0.1em; }

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
