﻿@charset 'utf-8';
/* Reset
   ================================================== */
* {
  margin: 0;
  padding: 0;
}
/* Base
   ================================================== */
body {
  font-size: 100%;
  background-color: #ffe100;
  color: #231815;
}
@media screen and (max-width: 735px) {
  body {
    font-size: 80%;
  }
}
/* Sns
   ================================================== */
.sns_fb, .sns_tw {
  position: fixed;
  bottom: -60px;
  right: 0px;
  margin: 0;
}
.sns_fb {
  padding: 0 0 420px 0;
}
.sns_tw {
  padding: 0 0 340px 0;
}
.sns_fb a, .sns_tw a {
  display: block;
  text-align: center;
}
#socialParts {
  margin: 10px;
  list-style: none;
}
#socialParts p {
  margin: 0;
}
#socialParts li {
  float: left;
}
#socialParts li.mixiBtn {
  width: 70px;
}
#socialParts li.twitterBtn {
  width: 84px;
}
.fb_iframe_widget_fluid {
  display: inline-block !important;
}
#socialParts li.googlePlusBtn {
  width: 40px;
}
#socialParts li.facebookBtn {
  width: 90px;
  z-index: 10;
}
/* Text
   ================================================== */
/* head
   -------------------------------------------------- */
h1 {
  color: #d6000f;
  font-size: 30px;
  text-align: center;
  line-height: 1.5em;
  margin: 50px 10px;
}
h2 {
  padding: 25px;
  margin: -20px -20px 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  background: #f08a00;
  border-bottom: 4px solid #231815;
  font-weight: 700;
}
h3 {
  color: #f08a00;
  padding-bottom: 5px;
  margin: 50px 0 30px 0;
  font-size: 18px;
  border-bottom: 3px solid #f08a00;
}
h4 {
  background-color: #ddd;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
  border-bottom: 2px dotted #999;
  margin-bottom: 10px;
}
h6 {
  font-size: 14px;
  color: #fdd000;
}
p {
  margin: 0 0 20px;
  word-break: break-all;
}
@media screen and (max-width: 735px) {
  h1 {
    margin-left: 0;
    font-size: 20px;
  }
  h2 {
    padding: 15px 10px;
    font-size: 18px;
  }
  h3 {
    font-size: 15px;
  }
}
/* size
   -------------------------------------------------- */
.txt_xs {
  font-size: 12px;
}
.txt_s {
  font-size: 14px;
}
.txt_l {
  font-size: 22px;
}
.txt_xl {
  font-size: 26px;
}
@media screen and (max-width: 735px) {}
/* align
   -------------------------------------------------- */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.vl_middle {
  display: flex;
  align-items: center;
}
/* weight
   -------------------------------------------------- */
.bold {
  font-weight: bold;
}
.nomal {
  font-weight: normal;
}
/* color
   -------------------------------------------------- */
.red {
  color: #FF0000;
}
.cap {
  text-align: center;
  padding-top: 10px;
}
.ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 735px) {
  .ttl {
    font-size: 16px;
  }
}
.text_box {
  width: 100%;
  height: 200px;
  overflow: scroll;
  border: 1px solid #ddd;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 735px) {
  .text_box {
    padding: 10px 10px 0;
  }
}
/* List
   ================================================== */
li, dd {
  list-style: none;
}
dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #48E18E;
}
ul, dl, dd {
  margin-bottom: 20px;
}
.list-disc li {
  list-style: disc;
  margin-left: 2rem;
}
.list-number li {
  list-style: decimal;
  margin-left: 2rem;
}
@media screen and (max-width: 735px) {
  ul, dl, dd {
    margin-bottom: 10px;
  }
}
/* Link
   ================================================== */
a {
  color: #005db9;
}
a:hover, a img:hover, .pagetop:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.logo a img:hover {
  opacity: 1;
}
a img {
  border-style: none;
}
/* Icon
   ================================================== */
.icon_pin {
  background: url(../img/icon_pin.png) no-repeat 0 0;
  padding: 3px 0 5px 45px;
}
/* Layout
   ================================================== */
.wrapper {
  width: 960px;
  margin: 0 auto;
  line-height: 1.8;
}
.contents {
  margin-bottom: 40px;
  overflow: hidden;
}
.bg_gray {
  background-color: #eee;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.bg_white {
  background-color: #fff;
  padding: 20px;
  border: 5px solid #231815;
  margin: 30px 0 80px 0;
  border-radius: 10px;
}
.box_border {
  padding: 20px;
  border: 1px solid #000;
  margin: 40px 0;
}
.bg_gray p {
  margin-bottom: 0;
}
.f_left {
  float: left;
  margin-right: 20px;
}
.f_right {
  float: right;
}
.w300 {
  width: 300px;
}
.w370 {
  width: 370px;
}
.w400 {
  width: 400px;
}
.w470 {
  width: 470px;
}
.w500 {
  width: 500px;
}
.w520 {
  width: 520px;
}
.w300 img, .w370 img, .w400 img, .w470 img, .w500 img, .w520 img {
  max-width: 100%;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_60 {
  margin-bottom: 60px;
}
.only_pc {
  display: inherit;
}
.only_sp {
  display: none;
}
@media screen and (max-width: 735px) {
  .wrapper {
    width: 94%;
    padding: 0 3%;
  }
  .contents {
    margin-bottom: 20px;
  }
  .bg_gray {
    padding: 10px;
  }
  .f_left {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .f_right {
    float: none;
    margin-bottom: 10px;
  }
  .w300, .w370, .w400, .w470, .w500, .w520 {
    width: 100%;
  }
  .w300 img, .w370 img, .w400 img, .w470 img, .w500 img, .w520 img {
    width: 100%;
  }
  .w400 {
    width: 80%;
    margin: 0 auto 10px;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: inherit;
  }
  .only_pc img, .only_sp img {
    width: 100%;
  }
}
/* Parts
   ================================================== */
/* header
   -------------------------------------------------- */
.header {
  overflow: hidden;
}
.logo {
  float: right;
  width: 150px;
  margin: 10px 10px 20px;
}
.logo img {
  width: 100%;
}
@media screen and (max-width: 735px) {
  .header {
    overflow: inherit;
    text-align: right;
    text-align: -webkit-right;
  }
  .logo {
    float: none;
    margin: 10px;
  }
}
/* main
   -------------------------------------------------- */
.main {
  margin: 0 0 40px;
}
.main_img img {
  max-width: 100%;
}
.img_border {
  border: 1px solid #000;
}
@media screen and (max-width: 735px) {
  .main {
    margin: 0 0 20px;
  }
  .main {
    width: 100%;
  }
}
/* nav
   -------------------------------------------------- */
.nav {
  margin: 20px auto 40px;
}
.nav li {
  list-style: none;
  float: left;
  width: 24%;
  margin: 0 0.5%;
  border: 5px solid #231815;
  box-sizing: border-box;
  border-radius: 10px;
}
.nav li a {
  text-decoration: none;
  color: #000;
  padding: 15px 0 28px;
  display: block;
  font-weight: bold;
  text-align: center;
  background: url("https://cdfront.tower.jp/~/media/Images/Tol/pc/site/common/img/icon_arrow") no-repeat left 50% bottom 12px;
}
.nav li a:hover {
  background-color: #fdd000;
}
.nav li a:hover {
  opacity: 1;
}
/*
.nav li a:before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
@media screen and (max-width: 735px) {
  .nav li {
    float: none;
    width: 100%;
    margin: 0 0.5%;
    font-size: 14px;
  }
  .nav li a {
    padding: 15px 0 15px 20px;
    background: url("../img/icon_arrow.png") no-repeat left 8px bottom 50%;
  }
}
/* fix_contents
   -------------------------------------------------- */
.fix_contents {
  position: fixed;
  top: 100px;
  right: 0;
  padding: 10px;
  background-color: #fdd000;
  z-index: 999;
}
/* box 1col
   -------------------------------------------------- */
.box_1col ul {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.box_1col li {
  width: 928px;
  padding: 15px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style: none;
  text-align: center;
}
.box_1col li a {
  text-decoration: none;
  color: #fff;
}
.box_1col li .box_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_1col li .box_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 735px) {
  .box_1col ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .box_1col li {
    width: 100%;
    box-sizing: border-box;
  }
}
/* box 2col
   -------------------------------------------------- */
.box_2col ul {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.box_2col li {
  float: left;
  width: 448px;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style: none;
  text-align: center;
}
.box_2col li a {
  text-decoration: none;
  color: #fff;
}
.box_2col li:nth-of-type(-n+2) {
  border-top: 1px solid #ddd;
}
.box_2col li:nth-child(2n) {
  margin-right: 0;
  border-right: 1px solid #ddd;
}
.box_2col li:last-child {
  border-right: 1px solid #ddd;
}
.box_2col li .box_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_2col li .box_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 735px) {
  .box_2col li {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .box_2col li .box_img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .box_2col li:nth-child(2n) {
    border-right: none;
  }
  .box_2col li:nth-of-type(-n+2) {
    border-top: none;
  }
  .box_2col li:nth-child(2n) {
    border-right: 1px solid #ddd;
    margin-bottom: 1px;
  }
  .box_2col li:nth-of-type(-n+2) {
    border-top: 1px solid #ddd;
  }
}
/* box 3col
   -------------------------------------------------- */
.box_3col ul {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.box_3col li {
  float: left;
  width: 288px;
  padding: 15px;
  /*
    border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
*/
  list-style: none;
  text-align: center;
}
.box_3col li a {
  text-decoration: none;
  color: #fff;
}
.box_3col li:nth-child(3n) {
  margin-right: 0;
}
.box_3col li .box_img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_3col li .box_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 735px) {
  .box_3col li {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .box_3col li .box_img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .box_3col li:nth-child(2n) {
    margin-bottom: 1px;
  }
}
/* box 4col
   -------------------------------------------------- */
.box_4col ul {
  max-width: 960px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.box_4col li {
  float: left;
  width: 208px;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style: none;
  text-align: center;
}
.box_4col li a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.box_4col li:nth-of-type(-n+4) {
  border-top: 1px solid #ddd;
}
.box_4col li:nth-child(4n) {
  margin-right: 0;
  border-right: 1px solid #ddd;
}
.box_4col li:last-child {
  border-right: 1px solid #ddd;
}
.box_4col li .box_img {
  width: 208px;
  height: 208px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_4col li .box_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 735px) {
  .box_4col li {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
  .box_4col li .box_img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .box_4col li:nth-child(4n) {
    border-right: none;
  }
  .box_4col li:nth-child(2n) {
    border-right: 1px solid #ddd;
  }
  .box_4col li:nth-of-type(-n+4) {
    border-top: none;
  }
  .box_4col li:nth-of-type(-n+2) {
    border-top: 1px solid #ddd;
  }
}
.box_artist {
  text-align: center;
  margin-bottom: 10px;
}
/* btn(button)
   -------------------------------------------------- */
.btn_1col a {
  width: 90%;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #d6000F;
  color: #fff;
  border-bottom: solid 4px #9F000C;
  border-radius: 5px;
  display: block;
  margin: 0 auto 20px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.4;
}
.btn_2col {
  overflow: hidden;
  margin-bottom: 20px;
}
.btn_2col ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.btn_2col ul li:nth-child(2n) {
  margin-right: 0;
}
.btn_2col ul li a {
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #d6000F;
  color: #fff;
  border-bottom: solid 4px #9F000C;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.4;
}
.btn_3col {
  overflow: hidden;
  margin-bottom: 20px;
}
.btn_3col ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.btn_3col ul li:nth-child(3n) {
  margin-right: 0;
}
.btn_3col ul li a {
  padding: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #d6000F;
  color: #fff;
  border-bottom: solid 4px #9F000C;
  border-radius: 3px;
  display: block;
  margin: 0 20px 10px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_yel a {
  background: #fdd000 !important;
  border-bottom: solid 4px #be7000 !important;
  color: #000 !important;
}
.btn_blk a {
  background: #222 !important;
  border-bottom: solid 4px #777 !important;
  color: #fff !important;
}
@media screen and (max-width: 735px) {
  .btn_1col a {
    width: 100%;
  }
  .btn_3col ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*IE hack*/
.btn_3col ul li {
  *width: 296px;
}
.btn_3col ul li a {
  display: block\9;
  *display: block;
  *margin-right: 20px;
}
/* box btn
   -------------------------------------------------- */
.box_1col .btn_1col a, .box_2col .btn_1col a, .box_3col .btn_1col a, .box_4col .btn_1col a {
  margin-bottom: 0;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 735px) {
  .box_1col .btn_1col a, .box_2col .btn_1col a, .box_3col .btn_1col a, .box_4col .btn_1col a {
    font-size: 15px;
  }
}
/* Img
   -------------------------------------------------- */
img.boder {
  border: 1px solid #ddd;
}
@media screen and (max-width: 735px) {
  img {
    width: 100%;
    box-sizing: border-box;
  }
}
/* modal
   -------------------------------------------------- */
.js-modal_bg {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.js-modal_main {
  width: 300px;
  height: 300px;
  margin-left: -150px;
  padding: 30px 20px 20px;
  top: 15%;
  left: 50%;
  background: #fff;
  position: absolute;
}
.js-modal_btn {
  cursor: pointer
}
.js-modal_btn_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 101;
  cursor: pointer;
}
.js-modal_btn_close:before {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: -3px;
}
.js-modal_btn_close:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: -3px;
}
@media screen and (max-width: 735px) {
  .js-modal_main {
    width: 80%;
    height: auto;
    padding: 30px 5% 20px;
    left: 5%;
  }
}
/* text more
   -------------------------------------------------- */
.grad-btn::before {
  content: "続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-wrap {
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  padding: 10px 0;
  background: #ddd;
  color: #000;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
/* bnr(banner)
   -------------------------------------------------- */
.bnr_1col, .bnr_2col, .bnr_3col, .bnr_4col {
  overflow: hidden;
  margin-bottom: 20px;
}
.bnr_1col ul li a, .bnr_2col ul li a, .bnr_3col ul li a, .bnr_4col ul li a {
  display: block;
}
.bnr_1col ul li img, .bnr_2col ul li img, .bnr_3col ul li img, .bnr_4col ul li img {
  width: 100%;
}
.bnr_2col ul li {
  width: 448px;
  float: left;
  margin-right: 20px;
}
.bnr_2col ul li:nth-child(2n) {
  margin-right: 0;
}
.bnr_3col ul li {
  width: 306.5px;
  float: left;
  margin-right: 20px;
}
.bnr_3col ul li:nth-child(3n) {
  margin-right: 0;
}
.bnr_4col ul li {
  width: 225px;
  float: left;
  margin-right: 20px;
}
.bnr_4col ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 735px) {
  .bnr_2col ul li, .bnr_3col ul li, .bnr_4col ul li {
    width: 48%;
    float: left;
    margin: 0 1% 10px;
  }
}
/*IE hack*/
.bnr_4col ul li {
  *width: 220px;
}
/* movie
   -------------------------------------------------- */
.movie {
  width: 880px;
  height: 495px;
  margin: 0 auto 20px;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 735px) {
  .movie_wrap {
    margin: 0 15px;
  }
  .movie {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* movie（slider）
   -------------------------------------------------- */
#slide_movie {
  width: 880px;
}
.slide_movie {
  width: 880px;
  height: 495px;
  margin: 0 auto 20px;
}
.slide_movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 735px) {
  #slide_movie {
    width: 100%;
    display: block;
  }
  .slide_movie {
    width: 100%;
    height: 100%;
  }
  .slide_movie {
    position: relative;
    width: 100%;
  }
  .slide_movie:before {
    content: "";
    display: block;
    padding-top: 56.25%
  }
  .slide_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
/* slider
   -------------------------------------------------- */
.slider {
  margin: 0 auto 80px;
}
.slider a {
  text-decoration: none;
  color: #000;
}
.slider p {
  margin: 10px 0 0;
  text-align: center;
}
.flex-control-nav {
  bottom: -30px;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  background: url("https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/2017/pt/005/arrow_r.png") no-repeat 7px;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-direction-nav .flex-next {
  background: url("https://cdfront.tower.jp/~/media/Images/Tol/pc/article/campaign/2017/pt/005/arrow_l.png") no-repeat 0px;
}
.flex-direction-nav a {
  width: 40px;
  height: 70px;
  margin: -35px 0 0;
  opacity: 0.8;
  text-indent: 100%;
}
.flex-control-paging li a {
  background: #eee;
}
.flex-control-paging li a.flex-active {
  background: #999;
}
.flex-control-paging li a:hover {
  background: #999;
}
@media screen and (max-width: 735px) {
  .slider {
    width: 100%;
  }
  .slider img {
    width: 100%;
  }
  .flex-control-nav {
    bottom: -23px;
  }
  .flexslider {
    margin: 0;
  }
  .flexslider .flex-direction-nav .flex-prev {
    background-image: none;
  }
  .flexslider .flex-direction-nav .flex-next {
    background-image: none;
  }
  .flex-direction-nav a {
    margin: 0;
    top: 29%;
    height: 55px;
  }
}
/* animation
   -------------------------------------------------- */
.image_slide {
  width: 600px;
  margin: 0 auto 20px;
}
.image_slide .in {
  position: relative;
  width: 600px;
  height: 300px;
}
.image_slide .in img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 735px) {
  .image_slide {
    width: 100%;
    height: 50%;
  }
  .image_slide .in {
    position: relative;
    width: 100%;
    height: 50%;
    padding-top: 50%;
  }
  .image_slide .in img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
/* scale_up
   -------------------------------------------------- */
.scale_up {
  width: 600px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.scale_up img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}
.scale_up img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 735px) {
  .scale_up {
    position: relative;
    width: 100%;
    height: 50%;
    padding-top: 50%;
  }
  .scale_up img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
}
/* fadeIn
   -------------------------------------------------- */
.fade_in {
  margin-bottom: 20px;
  animation: fadeIn 5s ease 0s 1 normal;
  -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* fuwari
   -------------------------------------------------- */
.fuwari {
  -webkit-animation: fuwafuwa 3s infinite linear alternate;
  animation: fuwafuwa 3s infinite linear alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0)rotate(2deg);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }
  50% {
    transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0)rotate(2deg);
  }
}
/* underline
   -------------------------------------------------- */
.a_underline a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.a_underline a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.a_underline a:hover::after {
  transform: scale(1, 1);
}
/* FadeIn 
   -------------------------------------------------- */
.scrImg_l {
  left: -40px;
  margin: 0 auto 40px;
  display: none;
  position: relative;
}
.scrImg_r {
  right: -40px;
  margin: 0 auto 40px;
  display: none;
  position: relative;
}
.scrImg_b {
  bottom: -40px;
  margin: 0 auto 40px;
  display: none;
  position: relative;
}
/* calendar
   -------------------------------------------------- */
.calendar {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 735px) {
  .calendar {
    width: 100%;
    margin: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
/* SimpleImageHeadLine
   -------------------------------------------------- */
.topmHeader h2.title {
  display: none;
}
/* ranking
   -------------------------------------------------- */
.ranking ul li {
  float: left;
  width: 175px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.ranking ul li .rank_img {
  height: 175px;
  margin-bottom: 10px;
  border: #eee 1px solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking ul li:nth-child(5n) {
  margin-right: 0;
}
.ranking ul li img {
  max-width: 100%;
  max-height: 100%;
}
.ranking .rank {
  background-color: #000000;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 0 8px;
  z-index: 2;
  border-radius: 15px;
  font-size: 15px;
}
.ranking .no1, .ranking .no2, .ranking .no3 {
  background-color: #fdd000;
  font-weight: bold;
  color: #d6000f;
  font-size: 15px;
}
.ranking .txt_s {
  margin-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 735px) {
  .ranking ul li {
    width: 48%;
    margin: 0 1%;
  }
  .ranking ul li .rank_img {
    height: auto;
  }
  .ranking .center {
    margin-bottom: 10px;
  }
}
/* fooder
   -------------------------------------------------- */
.gototowertop a {
  background-color: #d6000F !important;
}
.privacy {
  text-align: center;
  margin-bottom: 30px;
}
.privacy a {
  color: #333333;
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: underline;
}
.footer_link {
  text-align: center;
  margin-bottom: 30px;
}
.footer_link a {
  color: #999;
  font-size: 14px;
}
.copyright {
  text-align: center;
  margin-bottom: 30px;
  color: #999;
}
.copyright span {
  font-size: 80%;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #d6000f #d6000f transparent transparent;
  transform: rotate(-45deg);
}
.pagetop a {
  display: block;
}
@media screen and (max-width: 735px) {
  #footer_copylight {
    width: 94%;
    padding: 0 3%;
  }
  .gototowertop a {
    width: 94% !important;
    box-sizing: border-box;
  }
  .homebtn {
    width: 100%;
    margin: 20px auto;
  }
  .homebtn a {
    font-size: 100%;
  }
  .footer_link, .copyright {
    font-size: 80%;
    margin: 0 10px 20px;
  }
  .copyright span {
    font-size: 80%;
  }
  .pagetop {
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
/* topModuleBox
   ================================================== */
.topModuleBox {
  width: 960px;
  margin: 0 auto 40px;
  line-height: 1.8;
  color: #666;
}
.topModuleBox a {
  color: #000;
}
ul.inMdl-serialList li {
  padding: 20px 0;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
}
ul.inMdl-serialList li span.image {
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 735px) {
  .topModuleBox {
    width: 94%;
    padding: 0 3%;
    margin-bottom: 20px;
  }
}
/* Clear Fix
   ================================================== */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */