@charset "UTF-8";
/* -----------------------------------
  BASE
----------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word; }

body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  min-width: 320px;
  text-align: left; }

img {
  height: auto;
  max-width: 100%; }

button {
  outline: none; }

.iframe_area {
  position: relative;
  width: 100%;
  padding: 57% 0 0 0; }
  .iframe_area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* -----------------------------------
  HEADER
----------------------------------- */
header {
  background: url(../images/top/bg_header_sp.jpg) repeat-x center 0/6px 42px;
  padding: 10px 0 14px;
  position: relative;
  z-index: 99; }
  header .inner_1200 {
    overflow: hidden; }
  header h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px; }
    header h1 img {
      width: 60px; }

/* -----------------------------------
  MAIN
----------------------------------- */
#main_area {
  background: url(../images/top/bg_main.jpg) repeat center bottom/10px 250px;
  padding: 10px 10px 20px; }
  #main_area .main_slider {
    line-height: 0; }
  #main_area .slick-dots {
    height: 12px;
    margin: 5px 0 0;
    text-align: center; }
    #main_area .slick-dots li {
      display: inline-block;
      margin: 0 4px; }
    #main_area .slick-dots button {
      background: url(../images/top/slick_dots.png) no-repeat 0 0/26px 17px;
      text-indent: -9999px;
      height: 17px;
      width: 26px;
      border: none; }
    #main_area .slick-dots .slick-active button {
      background: url(../images/top/slick_dots_active.png) no-repeat 0 0/26px 17px; }

/* -----------------------------------
  メンテナンス
----------------------------------- */
.maintenance{
  background: #1c1c1c;
  text-align: center;
  padding: 0;
}
.maintenance.pb-20{
  padding-bottom: 20px;
}
.maintenance a{
  display: inline-block;
  font-size: 1.3rem;
  color: #ff5c05;
  font-weight: bold;
  background: #fff;
  padding: 0.5% 2%;
  transition: .2s ease-in-out;
  text-decoration: none;
  border-radius: 5px;
}
.maintenance a:hover{
  opacity: 0.5;
}
@media print, screen and (max-width: 750px){
  .maintenance{
    padding: 0 0 3% 0;
  }
  .maintenance a{
    width: 90%;
  }
}
/* -----------------------------------
  NEWS
----------------------------------- */
#news_area {
  background-image: url(../images/top/bg_news_head_sp.jpg), url(../images/top/bg_news_bottom_sp.jpg), url(../images/top/bg_news_body_sp.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center 0, center bottom, center 0;
  background-size: contain;
  margin: -10px 0 0;
  padding: 5px 0 0; }
  #news_area h2 {
    margin: 0;
    text-align: center; }
    #news_area h2 img {
      width: 32px; }
  #news_area .btn_tw {
    line-height: 0;
    text-align: center; }
    #news_area .btn_tw img {
      width: 120px; }
  #news_area .news_topics {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 42%, #cbcbcb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 42%, #cbcbcb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 42%, #cbcbcb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbcbcb',GradientType=0 );
    /* IE6-9 */
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
    margin: 10px;
    padding: 2px; }
    #news_area .news_topics dl {
      background: #dfdfdf;
      font-size: 1rem;
      overflow: hidden; }
    #news_area .news_topics dt {
      float: left;
      height: 120px;
      width: 120px; }
    #news_area .news_topics dd {
      float: left;
      margin: 0 0 0 -120px;
      width: 100%; }
    #news_area .news_topics .thumb {
      background: url(../images/top/thumbnail_sp.jpg) no-repeat center center/cover;
      height: 120px; }
    #news_area .news_topics .date {
      border-top: 2px solid #3b3b3b;
      color: #fff;
      margin: 0 0 0 124px;
      padding: 1px 20px 0 5px;
      position: relative; }
      #news_area .news_topics .date:after {
        border-right: 10px solid transparent;
        border-top: 18px solid #3b3b3b;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 90px; }
      #news_area .news_topics .date span {
        position: relative;
        z-index: 1; }
    #news_area .news_topics .topics_text {
      line-height: 1.5;
      margin: 0 0 0 124px;
      padding: 5px 5px 0; }
  #news_area .shadow_left,
  #news_area .shadow_right {
    display: none; }

/* -----------------------------------
  BANNER
----------------------------------- */
#banner_area {
  background-image: url(../images/top/bg_banner_02.png);
  background-position: center bottom,center 0,center 0;
  background-size: contain;
  padding: 20px 10px 0; }
  #banner_area ul {
    overflow: hidden; }
    #banner_area ul li {
      line-height: 0;
      float: left;
      margin: 0 0 15px;
      width: 48%; }
      #banner_area ul li:nth-child(even) {
        float: right; }
      #banner_area ul li img {
        width: 100%; }

/* -----------------------------------
  FOOTER
----------------------------------- */
footer {
  background: #151515;
  color: #fff;
  font-size: 0.4rem;
  padding: 20px 10px;
  text-align: center; }
  footer .inner_900 > p {
    padding: 0 0 10px; }
  footer .logo_ps {
    margin: 0 2px;
    width: 8px; }
  footer .logo_ps4 {
    margin: 0 2px;
    width: 18px; }
  footer .logo_psvita {
    margin: 0 2px;
    width: 24px; }
  footer .winter_contact a {
    color: #699be5;
  }

@media print, screen and (max-width: 750px) {
  .pc_only {
    display: none; }

  /* -----------------------------------
    SP NAVI
  ----------------------------------- */
  #sp_navi {
    position: fixed;
    top: 10px;
    right: 10px; }

  .btn_sp_menu {
    height: 16px;
    float: right;
    padding: 2px 12px 0 0;
    position: relative;
    width: 23px;
    z-index: 99; }

  .menu_trigger,
  .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu_trigger {
    height: 16px;
    position: relative;
    width: 23px; }

  .menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px; }

  .menu_trigger span:nth-of-type(1) {
    top: 0; }

  .menu_trigger span:nth-of-type(2) {
    top: 7px; }

  .menu_trigger span:nth-of-type(3) {
    bottom: 0; }

  .menu_trigger.active span:nth-of-type(1) {
    width: 60%;
    -webkit-transform: translate3d(2px, 4px, 0) rotate(45deg);
    transform: translate3d(2px, 4px, 0) rotate(45deg); }

  .menu_trigger.active span:nth-of-type(2) {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0px, 0, 0) rotate(-45deg); }

  .menu_trigger.active span:nth-of-type(3) {
    width: 60%;
    -webkit-transform: translate3d(8px, -4px, 0) rotate(45deg);
    transform: translate3d(8px, -4px, 0) rotate(45deg); }

  .sp_navi_contents {
    height: 100%;
    transition: all 300ms 0s ease;
    padding: 42px 0 0;
    position: fixed;
    right: -50%;
    top: 0;
    width: 50%;
    z-index: 15; }
    .sp_navi_contents.active {
      right: 0;
      position: absolute; }
    .sp_navi_contents ul {
      border-top: 1px solid #4c4c4c;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
      padding: 4px 0 0; }
    .sp_navi_contents li {
      border-bottom: 1px solid #4c4c4c;
      border-top: 1px solid #fff;
      line-height: 1;
      margin: 0 8px;
      padding: 10px; }
      .sp_navi_contents li:first-child {
        border-top: none; }
      .sp_navi_contents li a {
        display: block; }

  .sp_navi_overlay {
    background: url(../images/top/bg_sp_navi.png) repeat-y 0 0/404px 8px;
    height: 100%;
    transition: all 300ms 0s ease;
    position: fixed;
    right: -50%;
    top: 0;
    width: 50%;
    z-index: 10; }
    .sp_navi_overlay.active {
      right: 0; }

  /* -----------------------------------
    SP NEWS
  ----------------------------------- */
  .news_slider {
    height: 512px;
    margin: 0 0 10px;
    overflow-y: scroll; } }
@media print, screen and (min-width: 751px) {
  /* -----------------------------------
    PC BASE
  ----------------------------------- */
  body {
    min-width: 1200px; }

  a img {
    opacity: 1;
    transition: opacity .3s ease; }
  a:hover img {
    opacity: 0.7; }

  .iframe_area {
    padding: 0; }

  .sp_only {
    display: none; }

  #colorbox {
    outline: none; }

  /* -----------------------------------
    PC HEADER
  ----------------------------------- */
  header {
    background: url(../images/top/bg_header.jpg) repeat-x center 0/20px 56px;
    padding: 0 0 8px; }
    header .inner_1200 {
      background: url(../images/top/bg_navi.png) no-repeat center 0/1200px 41px;
      overflow: hidden; }
    header h1 {
      float: left;
      padding: 7px 20px 0 73px;
      position: inherit;
      width: inherit; }
      header h1 img {
        width: 81px; }
    header .btn_sp_menu {
      display: none; }
    header nav {
      float: left;
      padding: 0 0 0 10px; }
      header nav li {
        float: left; }
      header nav a {
        display: inline-block;
        line-height: 0;
        padding: 15px 26px; }
      header nav .navi_search a,
      header nav .navi_about a {
        padding: 15px 27px; }
      header nav .navi_movie a {
        padding: 15px 30px; }
      header nav .navi_gallery a {
        padding: 15px 25px; }
      header nav .navi_pmc a {
        padding: 15px 22px; }

  .sp_navi_overlay {
    display: none; }

  /* -----------------------------------
    PC MAIN
  ----------------------------------- */
  #main_area {
    background: url(../images/top/bg_main.jpg) repeat center 0/20px 499px;
    overflow: hidden;
    padding: 10px 0 0; }
    #main_area .main_slider {
      max-width: 770px;
      margin: auto; }
    #main_area .slick-list {
      overflow: visible; }
    #main_area .slick-slide img {
      margin: auto; }
    #main_area .slick-dots {
      margin: 0;
      height: 35px; }
      #main_area .slick-dots li {
        margin: 0 5px; }
      #main_area .slick-dots button {
        background: url(../images/top/slick_dots.png) no-repeat 0 0/63px 35px;
        height: 35px;
        width: 63px;
        cursor: pointer; }
      #main_area .slick-dots .slick-active button {
        background: url(../images/top/slick_dots_active.png) no-repeat 0 0/63px 35px; }

  /* -----------------------------------
    PC CONTENTS
  ----------------------------------- */
  .inner_1200 {
    margin: 0 auto;
    max-width: 1200px; }

  .inner_1020 {
    margin: 0 auto;
    max-width: 1020px; }

  .inner_900 {
    margin: 0 auto;
    max-width: 900px; }

  .inner_600 {
    margin: 0 auto;
    max-width: 600px; }

  /* -----------------------------------
    PC NEWS
  ----------------------------------- */
  #news_area {
    background: url(../images/top/bg_news.jpg) repeat-x center 0/40px 536px;
    margin: 0;
    padding: 0; }
    #news_area .inner_1200 {
      background: url(../images/top/bg_news_center.jpg) no-repeat center 0/813px 536px;
      overflow: hidden;
      padding: 0 0 3px;
      position: relative; }
    #news_area h2 {
      padding: 15px 0 0 90px;
      text-align: left; }
      #news_area h2 img {
        width: 83px; }
    #news_area .news_slider {
      background: url(../images/top/bg_twitter.png) repeat-x center 9px/50px 411px;
      padding: 0 80px;
      width: 1200px; }
      #news_area .news_slider .slick-list {
        overflow: visible; }
      #news_area .news_slider .slick-slide img {
        margin: auto; }
      #news_area .news_slider .slick-prev {
        background: url(../images/top/btn_prev.jpg) no-repeat 0 0/60px;
        cursor: pointer;
        height: 60px;
        position: absolute;
        top: 42%;
        left: 0;
        text-indent: -9999px;
        width: 60px;
        z-index: 10; }
      #news_area .news_slider .slick-next {
        background: url(../images/top/btn_next.jpg) no-repeat 0 0/60px;
        cursor: pointer;
        height: 60px;
        position: absolute;
        top: 42%;
        right: 0;
        text-indent: -9999px;
        width: 60px;
        z-index: 10; }
      #news_area .news_slider .slick-disabled {
        display: none !important; }
    #news_area .news_topics {
      background: url(../images/top/bg_news_topics.jpg) no-repeat 0 0/240px 408px;
      box-sizing: border-box;
      float: left;
      margin: 10px 10px 20px;
      padding: 8px;
      width: 240px !important; }
      #news_area .news_topics a:hover {
        text-decoration: none; }
      #news_area .news_topics dl {
        background: none; }
      #news_area .news_topics dt {
        float: none;
        height: 126px;
        width: 100%; }
      #news_area .news_topics dd {
        border-top: 4px solid #3b3b3b;
        float: none;
        font-size: 1.4rem;
        height: 262px;
        margin: 0;
        width: 100%; }
      #news_area .news_topics .thumb {
        background: url(../images/top/thumbnail.jpg) no-repeat center center/cover;
        height: 126px; }
      #news_area .news_topics .date {
        border-top: none;
        font-size: 1.2rem;
        line-height: 1;
        margin: 0;
        padding: 0 20px 0 5px; }
        #news_area .news_topics .date:after {
          border-top: 20px solid #3b3b3b;
          top: -4px;
          width: 106px; }
      #news_area .news_topics .topics_text {
        margin: 0;
        padding: 10px 5px 0; }
    #news_area .shadow_left {
      display: block;
      position: absolute;
      left: 0;
      top: 54px;
      z-index: 10; }
    #news_area .shadow_right {
      display: block;
      position: absolute;
      right: 0;
      top: 54px;
      z-index: 10; }
    #news_area .btn_tw {
      clear: both; }
      #news_area .btn_tw img {
        width: 240px; }

  /* -----------------------------------
    PC BANNER
  ----------------------------------- */
  #banner_area {
    background: url(../images/top/bg_banner_02.png) repeat center 0/contain;
    padding: 0; }
    #banner_area .inner_1020 {
      /* background: url(../images/top/bg_banner_center.jpg) no-repeat center 0/682px 12px; */
      padding: 40px 0 30px; }
    #banner_area ul li {
      margin: 0 20px 15px 0;
      width: 240px; }
      #banner_area ul li:nth-child(even) {
        float: left; }
      #banner_area ul li:nth-child(4n) {
        margin: 0 0 15px; }
      #banner_area ul li img {
        height: 136px; }

  /* -----------------------------------
    PC FOOTER
  ----------------------------------- */
  footer {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    padding: 40px 20px; }
    footer .inner_900 > p {
      padding: 0 0 20px; }
    footer .logo_ps {
      width: 14px; }
    footer .logo_ps4 {
      width: 50px; }
    footer .logo_psvita {
      width: 62px; } }

.attention_gw a {
  color: #0072ff;
}
.attention_gw a:hover {
  text-decoration: underline;
}