@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&family=Zen+Antique&display=swap');
@keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateX(0);
    }
}
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
@import url('https://cdn.jsdelivr.net/npm/typed.js@2.0.12');
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.m-card {
  font-size: 20px;
  padding: 35px;
  margin: 20px auto;
  width: 1500px;
  line-height: 1.55;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 720;
  background-color: #ffffff;
  box-shadow: 0  3px 8px rgb(0, 0, 0);
  border-radius: 16px;
  margin-bottom: 50px;
  margin-top: 100px;
}

body {
  background-image: url("../images/ymm4.jpg"); /* 背景画像を指定 */
  background-repeat: repeat; /* 画像を繰り返し */
}

header {
    background: #ffffff;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

.headinfo a {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ffffff;         /* 通常時の背景 */
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.logo{
 font-size: 20px;
}

.motoi-logo {
  width: 60px;          /* 好きなサイズに調整してOK */
  height: 60px;
  border-radius: 50%;   
  object-fit: cover;    /* トリミング調整：はみ出し防止 */
}

/* ホバーしたときの動き */
.headinfo a:hover {
 background-color: #aedbff;
}    

.music-box {
  background: #fff;
  padding: 20px;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 600px;
  text-align: center;
  font-family: "Zen Antique", serif;
  line-height: 3;
}

.m-card p{
 font-size: 15px;
 margin-bottom: 15px;
}

.m-card a:hover{
  color:rgb(212, 0, 0);
}

.download-link {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background-color: #fa48d3;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.download-link:hover {
  background-color: #fff780;
  color: black;
}

footer {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 15px 10px 20px 10px;
  font-size: 0.9em;
  margin-top: 65px;
}

footer a {
  color: #6cf;
  margin: 0 10px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.splash-title {
  text-align: center;
  padding: 80px 20px;
  font-family: "Shippori Antique", serif;
}

.fade-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-text.visible {
  opacity: 1;
  transform: translateY(0);
}

#text1{
  font-size: 100px;
  color: #ff72e8;
}

#text2{
  font-size: 75px;
  color: #ff727e;
}

#text3{
  font-size: 50px;
  color: #ff3535;
  margin-bottom: 350px;
}

.preview-img img{
  width: 120px;
}