@charset "utf-8";

/* ===== base ===== */
body{
  color:#000;
  font-size:14px;
  line-height:1.4;
  font-family:"Noto Serif JP", serif;
  background-color:#070918;
}

a{
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

#visual{
    width: 100%;
}

.visual_inner{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.youtube-wrap{
    background-image: url(../images/ind_01_sp.png);
    padding: 37% 15% 69.68%;
    background-size: cover;
}

.youtube-wrap iframe{
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16 / 9;
    border: none;
}

/* ===== main ===== */
#main{
  margin-bottom:20px;
}

.section{
  margin-bottom:30px;
}

/* ===== line button ===== */
.line-btn{
  max-width:350px;
  margin:0 auto;
  display:block;
  width:100%;
}

/* ===== footer ===== */
#footer{
  background:#000;
}

#footer p{
  margin:0 auto;
  text-align:center;
  padding:30px 0;
  font-size:12px;
  color:#fff;
}
