@charset "UTF-8";


/*マーカー*/
/* ============================================ */
.black-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #1d1d1d, #1d1d1d); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
  transition: 2s;
  color: #fff;
  font-size: 1.5em;
  padding: 3px;
}

.youha.page #lead h2{
  margin: 0 auto;
  line-height: 2.3;
  letter-spacing: 2px;
}
.youha main{
  position: relative;
  background: #00000089;
}
.youha.page .youha-bg{
  background-image: url(../img/youha-bg.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y; 
  padding: 200px 0;
}
.youha.page #point h2,
.youha.page #play h2,
.youha.page #character h2 {
  font-size: 28px;
  color: #000;
  font-weight: bolder;
  text-align: left;
  line-height: 2;
  margin-bottom: 60px;
}
.youha.page #point h2 img,
.youha.page #character h2 img,
.youha.page #play h2 img{
  max-height: 80px;
  width: auto;
}
.youha.page #howto h2 img,
.youha.page #event h2 img,
.youha.page #credit h2 img,
.youha.page #creator h2 img{
  max-width: 600px;
  margin-bottom: 50px;
}
.youha.page #sns h2 img{
  max-width: 600px;
  margin-bottom: 40px;
}

.youha.page section{
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0px;
}

.youha #youha-manga {
  position: fixed;
  width: 100vw;
  height: 1042px;
  bottom: 0;
  left: 0;
  background-image: url(../img/youha-bg-manga.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  animation:manga 20s linear infinite;
}
  @keyframes manga {
  
  to {
  
  transform:scale(1.5);
  }
  }

  .youha.page #point,
  .youha.page #character,
  .youha.page #play{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background:#fff url(../img/youha-bg-dot.png);
  background-position: top left;
  background-repeat: repeat-x;
  padding-top: 200px;
  padding-bottom: 40px;
}
.youha.page #howto{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background:url(../img/youha-bg-how.jpg);
  border: 2px solid #000;
  border-radius: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.youha.page #event{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background:url(../img/youha-bg-event.jpg);
  border: 2px solid #000;
  border-radius: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.youha.page #sns{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/youha-sns-bg.png);
  background-position: center;
  background-size: cover;
  height: 720px;
  padding-top: 20px;
  margin-top: 40px;
}
.youha.page #credit,
.youha.page #creator{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #ffffff36;
  border: 2px solid #000;
  border-radius: 40px;
  padding-top: 40px;
  padding-top: 40px;
  margin-top: 40px;
}

.youha .youha-inner p{
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #000;
  text-align: left;
}
.youha section a{
  color: #2044fc;
  text-decoration: underline;
  opacity: 1;
  transition: 0.5s;
}
.youha section a img{
  opacity: 1;
  transition: 0.5s;
}
.youha section a:hover{
  opacity: 0.7;
}
/*lead*/
/* ============================================ */
  .youha #lead {
    padding: 0px;
    margin-top:200px;
    margin-bottom: 400px;
    position: relative;
  }
  .youha #lead .youha-story-img01{
    position: absolute;
    width: 250px;
    top:300px;
    left:40%;
  }
  .youha #lead .youha-story-img02{
    position: absolute;
    width: 220px;
    top:540px;
    left:21%;
  }  
  .youha #lead p{
    text-align: left;
    margin-top: 700px;
    line-height: 2.5;
  }
  .youha #lead p span.strong{
    font-size: 1.5em;
    color: #e9c521;
  }

/*point*/
/* ============================================ */
.youha #point .youha-point{
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*play*/
/* ============================================ */
.youha #play .flex{
  gap:30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*character*/
/* ============================================ */
.youha #character .youha-character-box{
  width: 100%;
  gap:5%;
  margin-bottom: 100px;
}
.youha #character .youha-character-box figure{
  width: 40%;
}
.youha #character .youha-character-box .right-box{
  width: 55%;
}
.youha #character .youha-character-box .right-box h3{
  font-size: 25px;
  letter-spacing: 2px;
  color: #000;
  font-weight: bolder;
  text-align: left;
  padding-top: 1em;
}
.youha #character .youha-character-box .right-box h3 span{
  font-size: 18px;
  margin-right: 1em;
}
.youha #character .youha-character-box .right-box p{
  font-size: 20px;
  font-weight: 500;
}
.youha #character .youha-character-box .right-box hr{
  border: 1px solid #000;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*howto*/
/* ============================================ */
.youha #howto .youha-howto{
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


/*event*/
/* ============================================ */
.youha #event dl{
  color: #000;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #000000;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.youha #event dl dt{
  width: 30%;
  background: #F8F1FF;
  padding: 1.5em;
  border-radius: 20px 0 0 20px;
}
.youha #event dl dd{
  width: 70%;
  padding: 1.5em;
}
.youha #event dl span.text-s{
  font-size: 0.8em;
}
.youha #event dl span.text-red{
  color: #db4c60;
}
.youha #event dl a{
  color: #2044fc;
  text-decoration: underline;
}

/*SNS*/
/* ============================================ */
.youha.page #sns .flex {
  justify-content: center;
  gap: 30px;
  background: #ffffff68;
  width: 50%;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto;
}

/*credit*/
/* ============================================ */
.youha #credit p {
  font-weight: bold;
}
.youha #credit p.teams {
  text-align: center;
  font-size: 34px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.youha #credit p.member {
  margin-top: 2em;
  text-align: center;
  font-size: 24px;
  line-height: 3;
  margin-bottom: 80px;
}
.youha #credit p.member span{
  font-size: 18px;
}

.youha #credit h3 {
  margin-top: 0em;
}

/*creator*/
/* ============================================ */
.youha #creator{
  padding-bottom: 80px;
  }
.youha #creator p{
  font-weight: 500;
font-size: 16px;
}
.youha #creator h3{
  font-weight: 600;
  font-size: 20px;
  color: #000;
  }
  
  @media screen and (max-width: 767px) {
    .youha #creator .creator-card {
        padding: 0px;
    }
}  
/*footer*/
/* ============================================ */

.youha #footer,
.youha .copyright {
  background: #100f0ff2;
}
.youha #footer {
  padding-top: 200px;
}
.youha .copyright {
  margin-bottom: 0;
  padding-bottom: 160px;
}
/*ボトムバナー*/
/* ============================================ */
.youha #bottombanner {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 110;
  height: 114px;
  background: #00000036;
  text-align: center;
}
.youha #bottombanner a {
  max-width: 420px;
  width: 60%;
  display: inline-block;
  padding: 0px;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
/*レスポンシブ*/
/* ============================================ */
@media screen and (max-width: 768px) {
  .youha.page .youha-bg {
    padding: 0px 0 40px;
  }
  .youha.page #howto,.youha.page #event,.youha.page #credit, .youha.page #creator  {
    border-radius: 20px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .youha #lead {
    margin-top: 100px;
    margin-bottom: 200px;
} 
.youha #lead p {
  line-height: 3;
  margin-top: 600px;
} 
  .youha.page #lead h2 {
    text-align: left;
}  
  .black-marker {
    font-size: 1.2em;
}
.youha #lead p span.strong{
  font-size: 1.2em;
}
.youha #lead .youha-story-img01 {
  width: 55%;
  left: 30%;
}
.youha #lead .youha-story-img02 {
  top: 523px;
  width: 50%;
  left: 5%;
}
.youha.page section {
  padding-left: 20px;
  padding-right: 20px;
}  
.youha.page #point, .youha.page #character, .youha.page #play {
  background: #ffffff68 url(../img/youha-bg-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.youha.page #point h2, .youha.page #play h2, .youha.page #character h2 {
  font-size: 20px;
  margin-bottom: 35px;
}
.youha.page #point h2 img, .youha.page #character h2 img, .youha.page #play h2 img {
  max-height: 33px;
  width: auto;
}
.youha.page #point, .youha.page #character, .youha.page #play {
  padding-top: 100px;
}
.youha #point .youha-point,
.youha #howto .youha-howto {
  margin-bottom: 20px;
}
.youha.page #howto h2 img, .youha.page #event h2 img, .youha.page #credit h2 img, .youha.page #creator h2 img {
  margin-bottom: 30px;
}
.youha #play .flex {
  gap: 10px;
}
.youha #event dl span.text-s {
  font-size: 0.9em;
}
.youha #character .youha-character-box {
  margin-bottom: 50px;
  display: block;
}
.youha #character .youha-character-box figure {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.youha #character .youha-character-box .right-box {
  width: 100%;
}
.youha #character .youha-character-box .right-box h3 {
  font-size: 20px;
}
.youha #character .youha-character-box .right-box p {
  font-size: 17px;
}

.youha #event dl {
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
}
.youha #event dl dt,.youha #event dl dd {
width: 100%;
}
.youha #event dl dt {
  padding: 15px;
  border-radius: 10px 10px 0 0;
}
.youha #event dl dd {
  padding: 15px;
}
.youha.page #sns {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: url(../img/youha-sns-bg.png);
  background-position: center;
  background-size: cover;
  height: 80vw;
  padding-top: 0px;
  margin-top: 40px;
}
.youha.page #sns h2 img {
  margin-bottom: 10px;
}
.youha.page #sns .flex {
  gap: 15px;
  width: 70%;
  padding: 10px 30px;
  border-radius: 10px;
  margin: 0 auto;
}
.youha #credit p.teams {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.youha #credit p.member {
  margin-top: 2em;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 40px;
}
.youha #credit p.member span {
  font-size: 15px;
}
.youha #bottombanner {
  height: 80px !important;
}
}
/*スマホ画像切替*/
/* ============================================ */
  .pc-only{
    display: block;
  }
  .sp-only{
    display: none;
  }
@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
}

