@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
  font-family: DIN_C_B;
  src: url(../fonts/DIN_C_B.ttf);
}

* {
  box-sizing: border-box;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

html {
  background: #000;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.3rem;
  overflow-x: hidden;
}

body {
  background: #000 url("../images/2020/bg.png") repeat;
  background-size: 25%;
  position: relative;
}

body#newdesign.under {
  color: #FFF;
}

body#newdesign.amabie {
  background: #000 url("../images/bg_amabie.png") no-repeat top !important;
  background-size: 100% auto !important;
}

body#newdesign.anniversary_1000th {
  background: #000 url("../images/2020/bg.png") repeat;
  background-size: 300px;
  font-family: tbchibirgothicplusk-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}

body#newdesign.anniversary_1000th #anniversary_1000th_cnt {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px !important;
  border-radius: 10px;
}

body#newdesign.anniversary_1000th h1 {
  font-size: 2.1rem;
  line-height: 2.6rem;
  text-align: center;
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 900;
  font-style: normal;
}

body#newdesign.anniversary_1000th h1 .subtitle {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body#newdesign.anniversary_1000th h1 {
    height: auto;
    margin: 0 0 10px 0;
  }
}

body#newdesign.anniversary_1000th h2 {
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin: 2rem 0;
  padding: 1rem;
  background: #b60005;
  border-radius: 5px;
  text-align: center;
}

body#newdesign.anniversary_1000th h3 {
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 1rem 0;
  padding: 0 0 1rem;
  border-bottom: 1px solid #FFF;
}

body#newdesign.anniversary_1000th ul {
  list-style: disc;
  padding: 0 20px 1rem 20px;
}

body#newdesign.anniversary_1000th ul li {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin: 0 0 1rem;
}

body#newdesign.anniversary_1000th p {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin: 0 0 2rem;
}

body#newdesign.anniversary_1000th a {color: #2b7bb9;}

/* ボタン
--------------------------------------------*/
body#newdesign.anniversary_1000th .btn_flat a {
  display: inline-block;
  font-weight: bold;
  padding:1.5em 3em;
  margin: 0 0 1em;
  text-decoration: none;
  color: #FFF;
  background: #b60005;
  transition: .4s;
	font-size: 1.2em;
  }
body#newdesign.anniversary_1000th .btn_flat a:hover {background: #7f0009;}

body .memberList {
  width: 1000px;
  margin: 20px auto 0;
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body .memberList li {
  width: calc(100% / 8);
}

body .memberList li a {
  padding: 5px;
  display: block;
}

body .memberList li a img {
  width: 100%;
}

body .memberList li a:hover {
  animation: swing 2s infinite;
}

body .memberList li.monthsTheme {
  position: static;
}

@media screen and (max-width: 768px) {
  body .memberList li.monthsTheme {
    position: relative;
    background: url("../images/2020/bg_deviltheme.png") no-repeat;
    background-size: cover;
  }
}

body .memberList li.monthsTheme .themebox {
  position: absolute;
  width: 300px;
  height: 100px;
  padding: 10px;
  right: 50%;
  top: 0px;
  margin-right: -500px;
}

body .memberList li.monthsTheme .themebox:after {
  content: '';
  clear: both;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body .memberList li.monthsTheme .themebox {
    position: static;
    width: 100%;
    display: block;
    padding: 15px 0px;
  }
}

body .memberList li.monthsTheme .themebox .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 10px 0 0;
}

body .memberList li.monthsTheme .themebox .thumb img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body .memberList li.monthsTheme .themebox .thumb {
    float: none;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 5px 0;
  }
  body .memberList li.monthsTheme .themebox .thumb img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}

body .memberList li.monthsTheme .themebox .month {
  width: 190px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  font-size: 13px;
  float: left;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}

@media screen and (max-width: 768px) {
  body .memberList li.monthsTheme .themebox .month {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin: 0 0 5px 0;
    padding: 5px 0;
  }
}

body .memberList li.monthsTheme .themebox .themeTit {
  width: 190px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  font-size: 13px;
  float: left;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  body .memberList li.monthsTheme .themebox .themeTit {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  body .memberList {
    width: 100%;
  }
  body .memberList li {
    width: calc(33.3% - 10px);
    margin: 5px;
  }
}

body .bnr_cast li {
  margin: 10px 5px 0 5px;
}

@media screen and (max-width: 768px) {
  body .bnr_cast li {
    margin: 10px auto 0;
  }
}

body .bnr_cast li a {
  display: block;
}

body .bnr_cast li a:hover {
  animation: hurueru .1s infinite;
}

body .bnr_menu li a {
  display: block;
}

body .bnr_menu li a:hover {
  animation: hurueru .1s infinite;
}

#subContents {
  height: auto;
}

#subContents .cast {
  padding: 5px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 0;
}

#subContents .cast:before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  border: 1px dashed #000;
}

#subContents .cast .ph_cnt {
  padding: 10px;
}

#subContents .cast .summary_cnt h3 {
  padding: 20px;
  margin: 0;
  border-bottom: 1px dashed #000;
}

#subContents .cast .summary_cnt .txt_cnt {
  padding: 20px;
}

#amabie h1 {
  height: auto;
  border-bottom: 1px solid #FFF;
}

#amabie h2 {
  font-weight: bold;
  width: 650px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
}

#amabie .img_dl_area {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 650px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#amabie .img_dl_area .thumb {
  width: 305px;
  height: 287px;
  background: #FFF;
  border-radius: 10px;
  padding: 5px;
}

#amabie .img_dl_area .thumb a {
  width: 295px;
  height: 277px;
  display: block;
  overflow: hidden;
}

#amabie .img_dl_area .thumb a img {
  width: 295px;
  height: 277px;
  object-fit: cover;
  transition: all .3s;
  transform: scale(1, 1);
}

#amabie .img_dl_area .thumb a:hover img {
  transition: all .3s;
  transform: scale(1.1, 1.1);
}

#amabie .img_dl_area .thumb p {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

#amabie .youtube_area {
  width: 650px;
  height: 350px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  padding: 5px;
}

#amabie .youtube_area .movie_cnt {
  width: 640px;
  height: 340px;
  background: url("../images/bg_movie_coming.jpg") no-repeat;
  background-size: 100% auto;
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
