@charset "UTF-8";

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  text-align: left;
  background-color: #000;
}

img {
  width: 100%;
}

/*��������t�b�^�[�pCSS*/
footer {
  text-align: center;
  padding: 10px;
  background: #fea900;
  margin: 70px auto 0;
}

footer span {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

footer a {
  color: #fff;
}

/*�����܂Ńt�b�^�[�pCSS*/

.wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.wrapper:before {
  content: "";
  background-image: url(https://en-mu-su-bi.com/mume/imgs/tn02_bg.jpg);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  position: fixed;
  z-index: -2;
  top: 0;
}

.wrapper:after {
  content: "";
  background-image: url(https://en-mu-su-bi.com/mume/imgs/tn02_bg.jpg);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  z-index: -1;
}

.voice {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  min-height: 120px;
}

.fukidashi_icon {
  width: 36%;
  margin: -6px 0px 0px 0px;
  padding-left: 0px;
  position: relative;
  transition: all 0.6s ease;
  transform: translateX(calc(50vw - 50% - 10%));
  mask: radial-gradient(ellipse 80% 85% at center, black 60%, transparent 100%);
  -webkit-mask: radial-gradient(
    ellipse 80% 85% at center,
    black 60%,
    transparent 100%
  );
}

.fukidashi_icon img {
  width: 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.voice.revealed .fukidashi_icon {
  transform: translateX(26px);
}

.click-me {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-shadow: #ff3f7f 0px 0px 8px;
  padding: 12px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9em;
  pointer-events: none;
  opacity: 1;
  transition: all 0.5s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  text-align: center;
  line-height: 1.3;
}

.voice.revealed .click-me {
  opacity: 0;
  transform: translate(-50%, -40%);
}

.fukidashi_text {
  width: 50%;
  margin: 0 3.52% 0 1%;
  padding-left: 10px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
  position: absolute;
  right: 0;
}

.voice.revealed .fukidashi_text {
  opacity: 1;
  transform: translateX(0);
}

.fukidashi-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}

.fukidashi-text-content {
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
  font-family: "Zen Kurenaido", serif;
  color: #333333;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
}

.btn {
  width: 86%;
  margin: 3.5% auto 0;
}

.btn a {
  display: block;
}

/*-----------�ۓ��A�j���[�V����----------*/
.dokidoki {
  animation: dokidoki 1.5s infinite;
}

@keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }

  5% {
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
  }

  55% {
    transform: scale(1);
  }

  90% {
    -webkit-transform: scale(1.05);
  }

  95% {
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.05);
  }
}

/*-----------����----------*/
.videobox {
  width: 100%;
  position: relative;
  margin: 0px 10px 10px 10px;
}

.videobox p {
  font-size: 0.7em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.videobox p2 {
  font-size: 0.7em;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.videobox p2 online {
  font-size: 1.2em;
  color: #00ff00;
}

.videobox p3 {
}

.videobox p3 img {
  position: absolute;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  top: 10px;
  right: 10px;
  width: 12%;
  border-radius: 4px;
}

.videobox p4 {
  font-size: 0.8em;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.midashi {
  position: relative;
  display: block;
  margin: 0 auto 15vw auto;
}

.midashi_gif {
  display: block;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  mask: radial-gradient(ellipse 80% 85% at center, black 60%, transparent 100%);
  -webkit-mask: radial-gradient(
    ellipse 80% 85% at center,
    black 60%,
    transparent 100%
  );
}

.midashi_logo {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 80%; /* Adjust size as needed */
  height: auto;
}

.midashi_animation {
  animation: hop 1s ease-in-out infinite;
}

@keyframes hop {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -25px);
  }
}

@keyframes hop-arrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

video {
  width: 170px;
  height: 170px;
  background: #000000;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.arrow {
  display: block;
  font-size: 60px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.arrow.midashi_animation {
  animation: hop-arrow 1s ease-in-out infinite;
}

.arrow-wave {
  display: inline-block;
  animation: hop-arrow 1s ease-in-out infinite;
}

.arrow-wave:nth-child(1) {
  animation-delay: 0s;
}

.arrow-wave:nth-child(2) {
  animation-delay: 0.15s;
}

.arrow-wave:nth-child(3) {
  animation-delay: 0.3s;
}

.wave-container {
  width: 100%;
  max-width: 800px;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/*-----------��ʉE���\���A�C�R���p----------*/
div#push {
  position: fixed;
  bottom: 4%;
  right: 3%;
  width: 22%;
  z-index: 150;
}

div#push img {
  border: solid 1px #fff;
  box-shadow: 4px -2px 10px 2px rgba(0, 0, 0, 0.2);
}

/*-----------�摜�����ѕ\���p----------*/
.yokonarabe {
  width: 84%;
  display: flex;
  justify-content: center;
  margin: 0px 10px;
}

.yokonarabe img {
  /* border-radius:50%; */
}

/*-----------�{�^���摜�����ѕ\���p----------*/
.yokonarabe_btn {
  width: 84%;
  display: flex;
  justify-content: center;
  margin: 0px 10px;
}

/*-----------����R���e���c�����ѕ\���p----------*/
.yokonarabe_video {
  width: 88%;
  display: flex;
  justify-content: center;
}

.yokonarabe_video img {
  border: solid 5px #fff;
}

/*-----------��摜���o������----------*/
.midashi1 {
  margin: 0px auto;
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

/*-----------��摜�{�^��������----------*/
.midashi_btn {
  margin: 0px auto;
  color: #ffffff;
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
}

/*-----------��������J���[�Z��----------*/

.slick-slide {
  /*	background:#ffffff; */
}

.slider:not(.slider-first) .slick-slide img {
  width: 80%;
  margin: 20px auto;
  display: block;
}

/* First slider with book page flip effect */
.slider-first {
  perspective: 1000px;
  overflow: hidden;
}

.slider-first .slick-slide {
  transform-origin: left center;
  transition: transform 0.6s ease;
}

.slider-first .slick-slide img {
  width: 100%;
  margin: 10px auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Hide arrows and dots for all sliders */
.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  display: none !important;
}

/*-----------�����܂ŃJ���[�Z��----------*/
