@charset "UTF-8";
@font-face {
  font-family: "font";
  src: url("../fonts/A-OTF-MidashiGoPro-MB31.otf") format("OpenType"); }
/*--------------------
共通設定
----------------------*/
* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  cursor: none;
  text-decoration: none;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

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 {
  cursor: none;
  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%;
  padding-top: 0;
  overflow: visible; }

.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; }

/*--------------------------------------------*/
area {
  cursor: none; }

.cursor {
  position: fixed;
  top: -7px;
  left: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none; }
  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5); }
  .cursor.click::after {
    position: absolute;
    content: "click";
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    -webkit-text-stroke: 1px #000; }

.lp_wrapper {
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-family: "font";
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  width: 100%;
  background: #ffffff; }
  .lp_wrapper section {
    margin: 3% auto; }

.mv {
  width: 100%;
  line-height: 0; }
  .mv video {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .mv .mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    border: none;
    border-radius: 2px;
    width: fit-content;
    font-size: 14px;
    cursor: pointer;
    z-index: 10;
    line-height: 16px; }

.sticky__box .scene__box {
  position: relative; }
  .sticky__box .scene__box .img__2 {
    display: none; }
  .sticky__box .scene__box.is-active .img__1 {
    display: none; }
  .sticky__box .scene__box.is-active .img__2 {
    display: block; }
  .sticky__box .scene__box button {
    position: absolute;
    bottom: 3%;
    left: 3%;
    font-size: clamp(14px, 3.5vw, 1.2em);
    z-index: 10;
    color: #ffffff; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .modal.active {
    display: flex;
    opacity: 1;
    pointer-events: auto; }
  .modal .modal-content {
    background: #ffffff;
    padding: 3rem 1rem 2rem;
    width: 80vw;
    max-width: 500px;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    animation: fadeInScale 0.4s ease forwards; }
    .modal .modal-content .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: transparent;
      border: none;
      cursor: none;
      transition: transform 0.3s ease;
      line-height: 1.0; }
    .modal .modal-content #modal-text {
      font-size: 1.0em; }
    .modal .modal-content #modal-buy-btn {
      background: #000000;
      color: #ffffff;
      border: 1px solid #000000;
      padding: 0.1em 1.0em 0.4em;
      line-height: 1.0;
      font-size: 1.0em;
      display: block;
      width: fit-content;
      margin: 0.5em auto 0;
      letter-spacing: .05em; }
    .modal .modal-content .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      padding: 10px;
      z-index: 20; }
      .modal .modal-content .nav-btn img {
        width: 20px; }
      .modal .modal-content .nav-btn.prev {
        left: 10px; }
      .modal .modal-content .nav-btn.next {
        right: 10px; }

#brand__msg {
  background: url("../images/back.webp") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }
  #brand__msg div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  #brand__msg h1 {
    color: #ffffff;
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.0;
    margin: 48px auto; }
  #brand__msg p {
    font-size: 1.0em;
    color: #ffffff;
    margin-bottom: 40px; }

#footer_lp {
  background: #ffffff;
  padding: 20% 10%; }
  #footer_lp .btn {
    max-width: 300px;
    margin: 0 auto; }
    #footer_lp .btn a {
      display: block;
      border: 1px solid #000000;
      line-height: 1.0;
      padding: 1.0em;
      width: 100%;
      color: #000000;
      letter-spacing: .05em;
      font-size: 1.0em; }
      #footer_lp .btn a:hover {
        background: #000000;
        color: #ffffff; }
  #footer_lp .brand__link {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 20% auto 0; }
  #footer_lp .sns {
    display: flex;
    max-width: 400px;
    align-items: center;
    justify-content: space-between;
    width: 25%; }
    #footer_lp .sns a {
      display: block; }

.campaign_bnr {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  flex-direction: column;
  align-items: flex-end; }

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
