@charset "utf-8";

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%;
    background: url(../images/back01.png);
    background-repeat: repeat-x;
}

.visual_inner{
	max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

.youtube-wrap{
    max-width: 1100px;
    padding: 31% 24.546% 48.765%;
    background-image: url(../images/ind_01.png);
    background-size: cover;
}

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

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

.section{
  max-width:1100px;
  margin:0 auto 100px;
}

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

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

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