html {
  background-color: #ffffff;
  scrollbar-width: none;
  transition: all 0.3s;
}
section.message {
  padding: 8% 0% 7%;
  margin: 0 auto 2%;
  position: relative;
  display: flex;
  justify-content: center;
}

section.message::after {
  content: "";
    width: 460px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 230px);
}

section.message h2 {
  font-family: Bebas Neue, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  border-left: solid 3px #000;
  position: absolute;
  top: 8rem;
  left: 12.5%;
  writing-mode: vertical-rl;
}

section.message p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2.05em;
  margin: 0 auto 2em;
  white-space: nowrap;
}

section.message p:last-child {
  margin: 0 auto;
}

section.message p.copy-en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8.7em;
  font-weight: 500;
  line-height: 1em;
  margin: 0 auto .1em;
}

section.message p.copy {
  font-size: 2.7em;
  letter-spacing: .4em;
}

section.message div {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

section.message p.copy {
  font-size: 1.6em;
  letter-spacing: .4em;
}

.my-svg {
  width: 55%;
  height: auto;
  margin: 20% auto 10%;
  display: block;
  animation: blink 5s infinite, color-change 7s infinite;
  transition: transform 0.1s;
}

.my-svg:hover {
  animation: shake 0.5s infinite, blink 5s infinite, color-change 7s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
  20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@keyframes color-change {
  0%, 100% { fill: #000000; }
  50% { fill: #ffff00; }
}

@media (max-width: 768px) {
  .my-svg {
    width: 75%;
    height: auto;
    margin: 17% auto 13%;
    display: block;
  }

  section.message {
    padding: 8% 20% 7%;
    margin: 0 auto 10%;
    display: flex;
    justify-content: center;
  }

  section.message p {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2.5em;
    margin: 0 auto 2em;
    white-space: nowrap;
    display: inline;
    font-size: 0.9rem;
  }

  section.message p.copy {
    font-size: 1.1rem;
    letter-spacing: .4em;
    margin-bottom: 5%;
    display: block;
  }

  h2.message {
    display: none;
  }

  section.message::after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 0%;
  }
}

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 65%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.video-wrapper {
  position: relative;
  width: 75%;
  padding-bottom: 35%;
  margin: 2rem auto;
}

#youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay.active {
  display: flex;
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .video-wrapper {
    width: 95%;
    padding-bottom: 56.25%;
    margin: 1rem auto;
  }

  .close-btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }

  .video-wrapper {
    max-width: 50rem;
  }
}
section.message div {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
}
/* 基本スタイル */
.message.shop dt {
    display: flex;
    width: 40%;
}
    .message.shop dt img {
        width: 1rem;
        margin-right: 1rem;
        margin-top: 0%;
    }
    .Anime.fadeIn_left {
    display: flex;
    margin: 4% 0 0%;
}
span.leadtitle {
    font-size: 1rem;
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
}
    .message.shop dd {
    width: 60%;
    margin-left: 0;
    font-size: 1rem;
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif !important;
    font-weight: 500;
}
.sponly {
    display: none;
}
/* スマホ専用のスタイル */
@media only screen and (max-width: 768px) {
    .message.shop dt {
        display: flex;
        width: 100%;
        /* 必要に応じて他のスタイルを追加 */
    }
.sponly {
    display: inline;
}
.pconly {
    display: none;
}
    .message.shop span.leadtitle {
        font-size: 0.9rem;
        display: block;
        margin-bottom: 2%;
        margin-top: 3%;
    }
    .message.shop dt img {
        width: 0.8rem;
        margin-right: 1rem;
        margin-top: 3%;
    }
.message.shop dd {
        margin-left: 0;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 1.2rem;
        margin-bottom: 1%;
        margin-top: 3%;
    }
    .message.shop .Anime {
        margin: 7% 0 0;
        width: 100% !important;
        min-width: -webkit-fill-available;
    }
img.iconstage {
    width: 1rem !important;
    display: block;
    margin-right: 1rem;
}
.Anime.fadeIn_left {
    display: inline-block;
    margin: 5% 0 0%;
}
.message.shop dd {
    width: 100%;
}
.Anime.fadeIn_left.pconly {
    display: none;
}
    .message.shop span.leadtitle {
        font-size: 0.9rem;
        display: block;
        margin-bottom: 2%;
        margin-top: 3%;
        font-weight: 500;
    }
        section.message.shop {
        padding: 12% 5% 7%;
        margin: 0 auto 10%;
        display: block;
        justify-content: center;
    }
    section.message h2 {
    font-family: Bebas Neue, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .05em;
    text-decoration: underline;
    position: relative;

}
    h2.message {
        display: inline;
    }
    .wrap {
        margin: 8% 20% 0 !important;
    }
section.message div {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
}
    section.message h2 {
        font-family: Bebas Neue, sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: .05em;
        border-left: none;
        position: relative;
        top: 0;
        left: auto;
        margin: 2% 0 5% 0;
        writing-mode: horizontal-tb;
    }
    h2.message.concept {
    display: none;
}
    section.topics {
        width: 90%;
        margin: 7rem auto 20%;
    }
    .title-ani {
    overflow: hidden;
    color: #393939 !important;
    transition-delay: 0.6s;
    font-size: 2rem;
}
.title-ani-s {
    overflow: hidden;
    color: #343434 !important;
    transition-delay: 0.7s;
    font-size: 1rem;
}
    .contact {
        margin: 6% auto 0;
        width: 100%;
        padding: 6% 0 0;
        padding: 0 0% 0 7%;
        background: none;
    }
}