.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
.keyvisual,
.movie,
.content,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
.keyvisual {
  margin-bottom: 20px;
}
.keyvisual img {
  max-width: 100%;
}
.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
.keyvisual,
.movie,
.content,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
.logo {
  float: left;
  width: 625px;
  margin: 15px 0 0 10px;
}
headerTop {
  background-color: rgba(255,255,255,0.8);
  background-size: 100% auto;
  min-height: 130px;
}
.header {
  background: rgba(255,255,255,0.8);
  padding-bottom: 10px;
}
.logo__img {
  width: auto;
  height: 80px;
}
.logo__link {
  position: relative;
}
.logo-sub {
  position: absolute;
  width: 69px;
  height: 69px;
  top: -63px;
  right: -1px;
  vertical-align: inherit;
}
.logo-times {
  width: 400px;
}
@media screen and (max-width: 870px) {
  .logo {
    width: 550px;
  }
  .logo__img {
    width: auto;
    height: 70px;
  }
  .logo-sub {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -50px;
    right: 2px;
  }
  .logo-times {
    width: 350px;
  }
}
@media screen and (max-width: 790px) {
  .logo {
    width: 100%;
    margin-left: 5px;
  }
  .logo-times {
    position: relative;
    width: 55%;
    top: -7px;
  }
}
@media screen and (max-width: 768px) {
  .headerTop {
    min-height: 90px;
  }
  .logo__img {
    height: 60px;
  }
  .logo-sub {
    width: 51px;
    height: 51px;
    top: -43px;
    right: 0px;
  }
}
@media screen and (max-width: 390px) {
  .logo {
    margin-top: 25px;
  }
  .logo__img {
    height: 45px;
  }
  .logo-sub {
    width: 38px;
    height: 38px;
    top: -28px;
    right: 0px;
  }
  .logo {
    width: 100%;
    margin-left: 5px;
  }
  .logo-times {
    position: relative;
    width: 55%;
    top: -7px;
  }
}
header {
  position: fixed;
  background-color: rgba(255,255,255,0.8);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
header .inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav {
  float: right;
}
header nav ul {
  width: 100%;
  list-style: none;
}
header .navOpen {
nav
  opacity: 1;
  right: 0;
}
.gnavgation {
  margin-top: 5px;
}
.gnavgation__item {
  float: left;
  width: auto;
  margin10px: 0 0 10px;
}
.sns_button {
  margin: 0 5px;
}
.sns_button img {
  width: 42px;
  height: 42px;
}
.sns_buttonfirst-child {
  margin-top: 0;
}
.gnavgationBlock {
  float: right;
  margin: 20px 20px 0px 0px;
}
@media screen and (max-width: 320px) {
  .sns_button img {
    width: 30px;
    height: 30px;
  }
  .gnavgationBlock {
    margin: 25px 10px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .gnavgationBlock {
    margin-right: 15px;
  }
}
@media screen and (max-width: 836px) {
  .gnavgationBlock {
    display: none;
  }
}
@media screen and (max-width: 836px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 836px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.btn,
.btn_login,
.btn_login_close,
.btn_fortune_telling,
.btn_fortune_telling_hide,
.btn_fortune_telling_close {
  display: inline-block;
  padding: 20px 10px 18px 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 380px;
  height: 40px;
  margin: 20px 6px auto;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #62524a;
}
@media (max-width: 768px) {
  .btn,
  .btn_login,
  .btn_login_close,
  .btn_fortune_telling,
  .btn_fortune_telling_hide,
  .btn_fortune_telling_close {
    width: 90%;
    height: 30px;
  }
}
.center {
  text-align: center;
}
.btn_login {
  background: #decbba;
}
.btn_login_close {
  background: #f4e9d3;
}
.btn,
.btn_fortune_telling,
.btn_fortune_telling_hide,
.btn_fortune_telling_close {
  display: inline-block;
  padding: 20px 10px 18px 10px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 380px;
  height: 40px;
  margin: 20px 6px auto;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #62524a;
}
@media (max-width: 768px) {
  .btn,
  .btn_fortune_telling,
  .btn_fortune_telling_hide,
  .btn_fortune_telling_close {
    width: 90%;
    height: 30px;
  }
}
.fortune {
  text-align: center;
}
.fortune img {
  max-width: 100%;
  height: auto;
}
.fortune div .attention {
  font-size: 30px;
}
.btn_fortune_telling,
.btn_fortune_telling_hide {
  background: #decbba;
}
.btn_fortune_telling_hide {
  opacity: 0.3;
}
.btn_fortune_telling_close {
  background: #f4e9d3;
}
.fortune_telling_tweet textarea {
  display: block;
  width: 100%;
  height: 100px;
  margin: 20px auto 0px;
  font-size: 18px;
}
.fortune_telling_tweet .count-color {
  color: #62524a;
}
.fortune_telling_tweet .count-color-red {
  color: #f00;
}
.keyvisual {
  text-align: center;
}
.movie {
  text-align: center;
}
.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
.content,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
.content {
  overflow: auto;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.8rem;
  font-size: 18px;
  padding: 5px;
  color: #62524a;
  background-color: #f0ebdf;
  border-radius: 5px;
}
.content .inner {
  overflow: auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #decbba;
  border-radius: 5px;
}
.content .inner h3 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  text-align: left;
  margin-bottom: 10px;
  line-height: 2rem;
  border-bottom: 1px solid #5d4435;
  position: relative;
  padding-left: 40px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  border-bottom: 1px solid #62524a;
  color: #62524a;
  font-size: 30px;
}
.content .detail {
  padding: 0 0.5rem;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content span.f-bold {
  color: #ff689a;
  font-weight: bold;
}
@media (max-width: 768px) {
  .content {
    width: 95%;
    margin-bottom: 10px;
  }
}
#twitter {
  overflow: auto;
}
.widget {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .widget {
    width: 50%;
  }
}
.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
footer {
  padding-top: 15px;
  border-top: 1px solid #5d4435;
  background-color: #fff;
}
footer .inner .copyright {
  margin-bottom: 10px;
}
footer .inner .banners {
  padding-bottom: 10px;
}
footer .inner .banners a img {
  max-width: 210px;
  width: 100%;
  margin-right: 10px;
}
#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a img {
  vertical-align: bottom;
  border-style: none;
}
@media (max-width: 768px) {
  #page-top {
    right: 10px;
  }
  #page-top a {
    padding: 10px 0;
    width: 100%;
  }
  #page-top a img {
    width: 70%;
  }
}
#menu .inner .detail p.movie_info {
  text-align: center;
}
#menu .inner .detail p.movie_info a img {
  max-width: 100%;
}
.news {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 1%;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px #969696;
  box-shadow: 2px 2px 2px #969696;
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 360px;
}
.news .image {
  width: 283px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
.news .image a {
  display: block;
}
.news .image a img {
  width: 100%;
}
.news .text {
  font-size: 13px;
  line-height: 1.7em;
  text-align: left;
  width: 100%;
  max-height: 100px;
  padding: 4px 10px 0 10px;
  word-break: break-all;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .news {
    width: 100%;
  }
  .news .image {
    width: 100%;
  }
  .news .text {
    width: 95%;
  }
}
.movies {
  overflow: auto;
}
.movies .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movies .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 1%;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px #969696;
  box-shadow: 2px 2px 2px #969696;
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  vertical-align: top;
  height: 300px;
}
.movie .image {
  width: 283px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
.movie .image a {
  display: block;
}
.movie .image a img {
  width: 100%;
}
.movie .text {
  font-size: 13px;
  line-height: 1.7em;
  text-align: left;
  width: 100%;
  max-height: 80px;
  padding: 4px 10px 0 10px;
  word-break: break-all;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .movie {
    width: 100%;
  }
  .movie .image {
    width: 100%;
    height: auto;
  }
  .movie .text {
    width: 95%;
  }
}
.stampsheet {
  overflow: auto;
  margin: 0 auto;
  max-width: 862px;
}
.stampsheet .icons {
  overflow: auto;
  float: left;
  max-width: 650px;
}
.stampsheet .icon {
  float: left;
  padding: 5px;
  width: 200px;
  border: 1px solid #5d4435;
}
.stampsheet .character_info {
  display: block;
  max-width: 100%;
}
@media (max-width: 954px) {
  .stampsheet {
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .stampsheet {
    max-width: 468px;
  }
  .stampsheet .icon {
    padding: 2px;
    width: 140px;
  }
}
.participant_count p {
  text-align: right;
}
.participant_count .count {
  font-size: 30px;
}
.item {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 1%;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 2px #969696;
  box-shadow: 2px 2px 2px #969696;
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-bottom: 32px;
  height: 350px;
}
.item .image {
  width: 283px;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
}
.item .image a {
  display: block;
}
.item .image a img {
  max-width: 100%;
}
.item .text {
  font-size: 13px;
  line-height: 1.7em;
  text-align: left;
  width: 100%;
  max-height: 80px;
  padding: 4px 10px 0 10px;
  word-break: break-all;
  overflow-y: scroll;
}
.item .price {
  margin-right: 20px;
  text-align: right;
  color: #f00;
  font-size: 13px;
}
@media (max-width: 768px) {
  .item {
    width: 100%;
  }
  .item .image {
    width: 100%;
  }
  .item .text {
    width: 95%;
  }
}
.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
.keyvisual {
  margin-bottom: 20px;
}
.keyvisual img {
  max-width: 100%;
}
.default_width {
  width: 100%;
  margin: 0 auto;
}
.contents_width,
footer .inner,
.error {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
body {
  background-image: url("../images/bg_img.png");
  background-repeat: repeat;
  padding-top: 130px;
  margin: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
footer {
  padding-top: 15px;
  border-top: 1px solid #5d4435;
  background-color: #fff;
}
footer .inner .copyright {
  margin-bottom: 10px;
}
footer .inner .banners {
  padding-bottom: 10px;
}
footer .inner .banners a img {
  max-width: 210px;
  width: 100%;
  margin-right: 10px;
}
#page-top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a img {
  vertical-align: bottom;
  border-style: none;
}
@media (max-width: 768px) {
  #page-top {
    right: 10px;
  }
  #page-top a {
    padding: 10px 0;
    width: 100%;
  }
  #page-top a img {
    width: 70%;
  }
}
.error {
  text-align: center;
}
