@charset "UTF-8";

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #000;
  color: #000;
  background: url(../_img/bg.jpg) 100% #000;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
  text-align: center;
}

img {
  max-width: 100%;
  margin: 0 auto;
}
figure img {
  width: 100%;
}
a:hover {
  opacity: 0.8;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

rt {
  font-size: 9px;
}
.vol10_txt {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.vol10_2 {
  width: 90%;
  margin: 2rem auto 0;
}
.vol10_3 {
  width: 90%;

  margin: 1rem auto;
}
.vol10_4 {
  width: 70%;

  margin: 3rem auto 0;
}
.vol10_5 {
  margin: 1rem auto;
}
.vol10_6 {
  max-width: 90%;
  width: 60%;
  margin: 2rem auto 0.65rem;
}
.vol10_7 {
  width: 90%;
  margin: 0 auto 2rem;
}
.min {
  margin: 0.5rem auto;
  font-size: 0.8rem;
}
/****
メイン
*****/
main {
  width: 100vw;
  margin: 2rem auto 2rem;
  background: url(../_img/bg2.jpg);
  border-top: 5px solid #71653c;
  border-bottom: 5px solid #71653c;
  border-left: 0 solid #71653c;
  border-right: 0 solid #71653c;
  padding: 0;
  box-sizing: border-box;
  animation: main_ani 3s ease-out forwards;
}
@keyframes main_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

figure {
  display: block;
  margin-bottom: 1rem;
}

/*******************　PC ***********************/
@media screen and (min-width: 1024px) {
  body {
    background-size: cover;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  p {
    font-size: 1rem;
  }
  .vol10_txt {
    width: 70%;
    text-align: left;
    margin: 0 auto;
  }
  .vol10_2 {
    margin: 2rem auto 0;
  }
  .vol10_3 {
    margin: 1rem auto;
  }
  .vol10_4 {
    margin: 3rem auto 0;
  }
  .vol10_5 {
    margin: 1rem auto;
  }
  /****
メイン
*****/
  main {
    width: 65vw;
    margin: 3rem auto;
    background: url(../_img/bg2.jpg);
    border-top: 5px solid #71653c;
    border-bottom: 5px solid #71653c;
    border-left: 5px solid #71653c;
    border-right: 5px solid #71653c;
    padding: 0;
    box-sizing: border-box;
  }
}
