@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }


html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #1b293f url(https://toram-jp.akamaized.net/img/bg/body_bg.jpg) repeat; }

/* Opera Hack */
html:first-child li,
html:first-child dt,
html:first-child dd {
  font-size: 1em; }

li {
  list-style-type: none; }

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

a {
  color: #2da5a9; }

a:focus {
  outline: none;
  text-decoration: none;
  color: #008090; }

header {
    width: 100%;
    margin:0 auto 30px;
    background: url(../img/nav/nav_line.jpg) repeat-x center top;
    z-index: 250;
    min-width: 1024px;
}

.menuf {
    margin: auto;
    width: 1024px;
    text-align: center;
    line-height: 100%;
}

@media screen and (max-width: 1024px) {
.menuf {
  width: auto;
 }
}

.header__logo {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo a{
 text-align: center;
}

.menuf:after {
    content: "";
    display: table;
    clear: both;
}

.header__logo img {
    max-width: 80%;
}

#logo {
  max-width: 399px;
  max-height: 220.5px;
  margin: 0 auto;}

.anime_01 {
  -webkit-animation-name: 'anime';
  -webkit-animation-duration: 3s;
  　-webkit-animation-timing-function: ease;
  　-webkit-animation-delay: 0;
  　-webkit-animation-iteration-count: infinite;
  　-webkit-animation-direction: alternate; }

@-webkit-keyframes 'anime' {
  0% {
    opacity: 0; }

  100% {
    opacity: 100; } }


.pageTop {
    animation: btn_vertical 1s ease-in-out infinite alternate;
}
.pageTop {
 position: fixed;
 bottom: 0px;
 right: 0px;
 z-index: 50;
}

.descr {
  width: 299px;
  height: 61.5px;
  padding: 10px auto;
  margin: 0 auto; }

.mv-area{
 position: relative;
 min-width: 1024px;
 margin:auto;
 background: url("/img/bg/header_bg.jpg") no-repeat center top;
 background-size: 1920px auto;
 height: 650px;
 overflow: hidden;
}


.mvInner-area{
 position: relative;
 min-height: 100%;
 min-width: 1024px;
 margin:auto;
}

.main img{
 max-width: 1920px;
 vertical-align: bottom;
 width: 100%;
}
.sectionCt{
 margin: 30px auto 80px;
}

.section-tit{
  margin-bottom: 30px;
}

.event_bn{
display: flex;
flex-wrap: wrap;
max-width: 1024px;
margin-bottom: 1%;
}
.banner_link{
 width: 49%;
 margin-right: 2%;
 display: block;
 margin-bottom: 1%;
}

.banner_link:nth-child(2n){
 margin-right: 0;
}

.contents.infoarea {
    background: rgba(0, 0, 0, 0.6) !important;
    padding-bottom: 1rem;
    border: 1px solid #57402a;
    max-width: 1024px;
    margin: 20px auto 30px;
    min-height: 640px;
    padding: 0 1.5rem;
}

.infoFrame {
    margin: auto;
    z-index: 1500;
    left: -25%;
}

.news_area {
    width: 67%;
    float: left;
}

.infoFrame .twitFrame {
    width: 30%;
    float: right;
    z-index: 1600;
    text-align: right;
    padding-top: 17px;
}



.common_list li:last-child {
    border: none;
}
.tab{
 margin-top: 2rem;
 margin-bottom:2rem;
}
.tab ul * {
    box-sizing: border-box;
}

.scene--information .common_list {
    width: 100%;
}

ul li.news_border {
    font-size: 1.3rem;
    list-style-type: none;
    padding: 0;
    margin-top: 0.2rem;
    position: relative;
    border-bottom: 1px solid #B59463;
    padding-bottom: 10px;
}

ul li.news_border a {
    width: 100%;
    display: block;
    margin: auto;
    padding: 0.2rem;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

ul li.news_border a p {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0;
}

ul li.news_border a time {
    font-size: 0.8rem;
    padding: 0.3rem 0 0.3rem;
    font-weight: normal;
    color: #fff;
    text-align: left !important;
    margin-right: 15px;
    display: block;
}

.news_link {
    display: flex;
}

.newsCategoryInner {
 display: flex;
 margin-top: 5px;
 margin-bottom: 5px;
}

.newsCategoryInner img{
 max-height: 22px;
 width: auto;
 }

@media screen and (max-width: 479px) {
.newsCategoryInner {
 justify-content: space-between;
 align-items: center;
 }
}

ul li.news_border a .category_mark {
    display: inline-block;
    font-size: 1rem;
    padding: 3px 4px;
    text-align: center;
    min-width: 96px !important;
    height: 23px;
    color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #ffd28b;
    border-radius: 15px;
    font-weight: bold;
}

p.news_title {
    text-align: left !important;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 1.1rem !important;
}


p.news_title.smallTitle {
    word-break: break-all;
    white-space: break-spaces;
    overflow: inherit;
    text-overflow: inherit;
    -o-text-overflow: inherit;
}

.tab td a:hover,
.tab .tab-active
{opacity: 0.3;}

#top:not(body) p.news_title {
    white-space: inherit;
    width: auto;
    overflow: inherit;
    text-overflow: inherit;
    -o-text-overflow: inherit;
}


@media screen and (min-width: 600px) {

.descr {
  width: 500px;
  height: 105px;
  padding: 10px auto;
  margin: 0 auto; }



.btnApp {
  max-width: 291.5px;
  max-height: 157.5px;
  margin: 0 auto; }
  .btnApp a{
    width: 291.5px;
    height: 157.5px;
    background: url(https://toram-jp.akamaized.net/img/common/btn_dl_off.png);
    background-size: cover;
    display: block; }
  .btnApp a.hover {
    background: url(https://toram-jp.akamaized.net/img/common/btn_dl_on.png);
    width: 291.5px;
    height: 157.5px;
    background-size: cover;
    display: block; }
ul.btnApp-beta{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  max-width: 350px;
  position: relative;
  top: 508px;
  left: -270px;
}
ul.btnApp-beta li{
  display: inline-block;
  text-align: center;
  margin: 0 2% 2% 0;
  width:49%;
}
ul.btnApp-beta li:nth-child(2n) {
  margin: 0 0 2% 0;
}

ul.btnApp-beta li img{
 vertical-align: middle;
}
}

.line{
 width: 100%;
 background: url(/img/menu_line.jpg) 50% 0 repeat;
 height: 56px;
 min-width: 1024px;
}



.language-ct{
 background: url(/img/language.svg) 50% 0 no-repeat;
 background-size: cover;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 130px;
 height: 41px;
}

.swiper-containerWp{
 position: relative;
 max-width: 1124px;
}

.swiper-container,
.swiper-container01,
.swiper-container02{
 box-sizing: border-box;
 max-width: 1024px;
}

.swiper-pagination,
.swiper-pagination01,
.swiper-pagination02{
 position: relative!important;
 padding-bottom:20px!important;
}

.swiper-button-prev,
.swiper-button-prev01,
.swiper-button-prev02{
 content: ""!important;
 background: url(/img/slick-prev.svg) 50% 0 no-repeat!important;
 height: 42px!important;
 width: 38px!important;
 display: block!important;
 top: 50%!important;
 left: 0!important;
 margin-top: -42px!important;
 background-size:42px 38px!important;
 background-position: inherit!important;
 background-repeat: no-repeat!important;
}

.swiper-button-next,
.swiper-button-next01,
.swiper-button-next02{
 content: ""!important;
 background: url(/img/slick-next.svg) 50% 0 no-repeat!important;
 height: 42px!important;
 width: 38px!important;
 display: block!important;
 top: 50%!important;
 right: 0px!important;
 margin-top: -42px!important;
 background-size:42px 38px!important;
 background-position: inherit!important;
 background-repeat: no-repeat!important;
}

.swiper-pagination-bullet{
 background: #fff!important;
 opacity: 0.2!important;
}


.swiper-pagination-bullet-active{
 background: #fff!important;
 opacity: 1!important;
}

.swiper-pagination-bullet {
 margin: 0 4px!important;
}

/*.slick-prev.slick-arrow,
.slick-next.slick-arrow{
    transform: translate(0, -100%) !important;
}


#movie .slick-dots li.slick-active button:before{
 color: #fff;
}
#movie .slick-dots li button:before {
 color: #fff;
}
*/
.gallery-list li{
 margin-bottom: 20px;
}


#gameInfo{
text-align: center;
}

#gameInfo h2{
text-align: center;
}

.text02 {
  max-width: 224px;
  max-height: 19px;
  background: url(https://toram-jp.akamaized.net/img/text_04.png) no-repeat center top;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#gnav ul li {
  width: 18.18182%;
  display: inline-block; }

.btnTwitter01 {
  max-width: 435px;
  max-height: 59px;
  margin: 10px auto 10px; }

.text03 {
  max-width: 372px;
  max-height: 26.5px;
  margin: 0 auto;
  background: url(https://toram-jp.akamaized.net/img/text_03.png) no-repeat center top;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#snsBox {
  margin: 10px auto 20px;
  padding: 15px 10px 20px;
  text-align: center;
  background-image: url(https://toram-jp.akamaized.net/img/bg/sns_bg_top.png), url(https://toram-jp.akamaized.net/img/bg/sns_bg_bottom.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  background-color: #eee5cb; }
  #snsBox ul {
    margin: 10px auto 0;
    max-width: 480px; }
  #snsBox li {
    width: 46%;
    display: inline-block;
    margin: 0 auto; }
  #snsBox li:first-child {
    margin-right: 4%; }

#gallery ul li {
  width: 30%;
  display: inline-block; }

.banner-area,
#fankit,
.commonArea,
#gallery,
#information,
#news,
#newsImportance,
#ssContest {
  max-width: 1024px;
/*  padding: 0 3.125%;*/
  text-align: center;
  margin:0 auto;}


#movie {
  max-width: 1124px;
  text-align: center; }



#information {
  overflow: hidden;
  *zoom: 1; }
  #information ul li {
    width: 49%;
    float: left;
    border-bottom: #ccc 1px solid;
    border-top: #fff 1px solid;
    text-align: left;
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #f0f0f0 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #f0f0f0 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #f0f0f0 99%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 99%);
    /* W3C */ }
  #information li:nth-child(odd) {
    margin-right: 2%; }
  #information a {
    line-height: 2em;
    padding: 5px 10px;
    background: url(https://toram-jp.akamaized.net/img/icon/icon_arrow_02.png) 98% center no-repeat;
    background-size: 13px 20px;
    display: block;
    text-decoration: none;
    color: #3b200e; }

@media screen and (max-width: 479px) {
  #information ul li {
    width: 100%;
    float: none; } }
footer {
   width: 100%;
   margin: 0 auto;
   padding-bottom: 3rem;
  color: #fff;
  background: #171717;
  margin: 0 auto;
  text-align: center; }
  footer .footerArea {
    max-width: 480px;
    padding: 10px;
    margin: 0 auto;
    text-align: center; }

.ft_copyright {
    text-align: center;
    background-color: #171717;
    padding: 10px;
}
.copyright {
    color: #fff;
    font-size: 11px;
    margin-top: 1.5rem;
}

.ft_copyright img {
    max-width: 100px;
}

.char {
  margin: 0 auto;
  text-align: center;
  background: url(https://toram-jp.akamaized.net/img/char.gif) no-repeat;
  width: 195px;
  height: 128px;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* 二階層目*/


.commonArea,
#fankit
{
 margin:auto;
}

.commonArea h3 img,
#fankit h2 img,
#news h2 img{
 max-width: 440px;
}



#fankit h2{
 margin-bottom: 10px;
}

.outline .useBox,
#fankit .useBox{
 margin-top: 10px;
}

  .outline header #logo {
    max-width: 155px;
    max-height: 80px;
    margin: 0 auto; }

.useBox {
  text-align: left;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6) !important;
  margin: 10px auto 30PX;
  line-height: 160%;
  border: 1px solid #57402a;
  padding: 3rem 5em;
}

.newslist_ap .useBox.appBox{
 padding: 2rem;
}

.newsBox {
  background-color: #1b293f; }

#fankit ul li {
  width: 30%;
  display: inline-block;
  text-align: left; }

/* socila btn */
.socialNav li {
  display: inline-block;
  /*width: 20%;*/ }
.socialNav li img {
  width: 40px;
  height: 40px; }

.animeBox {
  margin: 0 auto;
  text-align: center; }
  .animeBox li {
    display: inline-block; }

.char02 {
  margin: 0 auto;
  text-align: center;
  background: url(https://toram-jp.akamaized.net/img/char.gif) no-repeat;
  width: 40px;
  height: 26px;
  background-size: cover; }

/* minamisan yo*/
hr.hr-dot{
 border-style:none;
 background-color: inherit;
 border-top:dashed 1px #a9a9a9;
 height:1px;
 width:100%;
}
.gotoTop a{
 text-decoration:none;
 line-height:2em;
}
.event_bn{
  margin:0 auto 20px;
  text-align: center;
}
.youtubeBox{
 margin: 0 auto;
 max-width: 660px;
 text-align: center;
}
.movie{
 margin:30px 0px;
}

.subtitle{
 background: url(https://toram-jp.akamaized.net/img/icon/subttl_mini_icon.png) no-repeat 5px center;
 background-size:21px 21px;
 padding-left: 30px;
 font-weight: bold;
}
.sub_box{
 font-size:small;
 color:#ccc;
}
.deluxetitle{
 background: url(https://toram-jp.akamaized.net/img/icon/h2_icon.png) no-repeat scroll 5px center #6e3c1b;
 border-radius: 10px;
 color: pink;
 padding-left: 45px;

/* line-height: 2em;*/
padding-top: 0.5rem;
padding-bottom:0.5rem;

 margin: 0 0 10px;
 font-size: 20px;
 font-weight: bold;
}

/* newsLabel you*/
.newsLabelItem{
  position: relative;
}

.newsSaleLabel{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  background: url(https://toram-jp.akamaized.net/img/icon/newsSaleLabel.png) no-repeat;
}
/*contact || callsupport */
.f_c_red{
  color:#D12121
}
.f_c_yellow{
  color:#cfb483;
}
.f_bold {
  font-weight: bold;
}
.f_s_113 {
  font-size: 113%;
}
.textAlignCenter {
  text-align: center;
}
.buttonArea {
  padding: 1rem 0 0 0;
}
.button {
  font-size: 145%;
}
.mb05rem {
  margin-bottom: 0.5rem;
}
.mb2rem {
  margin-bottom: 2rem;
}
.callsuportBox{
  padding: 1rem;
  margin:1rem 0rem;
  background-color: rgba(255, 255, 255, 0.2);
}

/*--2016.12--*/
.moreRead {
  margin: 1.5rem 0 0;
  display: flex;
  justify-content: flex-end;
}

.moreRead a{
  max-width: 150px;
}
@media screen and (max-width: 479px) {
.moreRead a{
  max-width: 110px;
 }
}
.newsContents{
  padding: 0 .8rem;
  margin: .5rem 0 0;
}
table.tab {
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.tab td{
  padding: 0 .2rem;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  word-wrap:break-word;
}
.alignC{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_search{
 margin-left: 10px;
 width: 78px;
 height: 30px;
}

/*--2017.01--*/
.ssContest_in{
  margin:.5rem 0 0;
  width: 100%;
  height: 600px;
}
.ssContest_in iframe {
    width:100%;
    height:580px;
}
.twitter-timeline{
    width:100%;
    max-height:580px;
}
/*--2017.02--*/
.table_normal td, .table_normal th{
  border: 1px solid #151515;
  padding: .8rem 1.6rem;
  text-align: center;
}
 .table_normal th{
  background-color:#000;
 }
.table_normal tr:nth-child(2n) {
  background-color:#141c28;
}
.table_normal tr:nth-child(2n+1) {
  background-color:#1c304f;
}

@media screen and (max-width: 479px) {
  .ssContest_in{
    height: 400px;
  }
  .ssContest_in iframe {
      height:380px;
  }
  .twitter-timeline{
      max-height:380px;
  }
  .table_normal{
    word-break: break-word;
  }
  .table_normal td, .table_normal th{
    padding: .5rem;
    font-size: 11px;
  }
}
/*--2017.04--*/
.nomenu_header img{
  vertical-align: bottom;
}
.nomenu_txt_area {
  background-color: #1b293f;
  padding:20px;
  margin: 10px auto;
  width:80%;
  line-height:1.6;
  color:#fff;
}
/*--2018.10--*/
.btn_submit_area.nologin,
.btn_submit_area.login{
    background: linear-gradient(to bottom, #e64f47 0%, #a60202 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #720202;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset;
}


.btn_submit_area.nologin:hover,
.btn_submit_area.login:hover{
    background: red;
    box-shadow: -1px -1px 1px 1px #fd8882 inset;
}


.btn_submit_area.login .btn_submit{
  box-shadow: none !important;
  border:0px solid transparent;
  padding-top:2rem;
  padding-bottom:2rem;
  background: url(https://toram-jp.akamaized.net/img/contact/icon_login.png) 5% center no-repeat !important;
  background-size: 86% 86%;
}

.btn_submit_area.nologin .btn_submit{
    box-shadow: none !important;
  border:0px solid transparent;
  padding-top:2rem;
  padding-bottom:2rem;
  background: url(https://toram-jp.akamaized.net/img/contact/icon_no.png) 5% center no-repeat !important;
  background-size: 86% 86%;
}



/*---------footer------*/
.footer {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    padding-bottom: 3rem;
    background-color: #171717;
    font-size: 12px;
    font-size: 1rem;
}

#banner {
    background: #222;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    margin: auto;
    text-align: center;
}

#banner ul {
    display: inline;
    margin: auto;
    text-align: center;
}


#banner ul li {
  margin-right: 2rem;
  display: inline-block;
}

#banner ul li {
    margin-right: 2rem;
    display: inline-block;
}

#banner ul li:last-child {
    margin-right: 0;
}

.ft_spec {
    padding: 3rem 0 0;
}


.ft_menu ul, .ft_spec ul {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    letter-spacing: -.4em;
}

.ft_spec ul {
    width: 350px;
}

.ft_menu ul li, .ft_spec ul li {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
}

.ft_spec ul li {
    width: 49%;
    border: 1px solid #313131;
    padding: 0;
    height: 100%;
    margin: auto;
    text-align: center;
    letter-spacing: -.4em;
    font-size: .8rem;
}


.ft_spec ul li .spec_title, .ft_spec ul li .spec_detail {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    padding: 0.5rem;
    margin-bottom: 0;
}


.ft_spec ul li .spec_title {
    width: 90px;
    font-size: 12px;
    background-color: #313131;
    text-align: right;
    color: #fff;
}


.ft_spec ul li .spec_detail {
    width: 260px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #454545;
}

.ft_spec ul li .spec_title, .ft_spec ul li .spec_detail {
    padding: 0.7rem 1.2rem;
    box-sizing: border-box;
}

.ft_menu ul {
    width: 1024px;
    margin: auto;
    padding: 4rem 0 3rem;
    display: flex;
    justify-content: center;
}

.ft_menu ul, .ft_spec ul {
    letter-spacing: -.4em;
}


.ft_spec ul li:first-child {
    border-top: 1px solid #888;
}
.ft_spec ul li:nth-child(odd) {
    margin-right: 0.5rem;
}
.ft_spec ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888;
}

.ft_spec ul li {
    margin-bottom: 0;
}

.ft_menu ul li {
    font-size: 12px;
    font-size: .9rem;
    text-align: center;
    align-items: center;
}


.ft_menu ul li a {
    font-size: 11px;
    color: #eee;
    text-decoration: none;
    padding: 8px 4px;
    display: inline-block;
}

.ft_menu ul li a:hover {
    text-decoration: underline;
}

.ft_menu ul li:after {
    width: 1px;
    height: 10px;
    margin: 0 8px;
    content: "";
    background-color: #fff;
    display: inline-block;
}
.ft_menu ul li:last-child:after {
    content: none;
}


/*----------sp-----------*/
#gnav {
display: none!important;
}

.tab-active{
 opacity: 0.3;
}

.infoDetailBox{
display: flex;
justify-content: space-between;
}

@media screen and (max-width: 1025px) {

header {
    width: 100%;
    background: none;
    min-width: 100%;
}

#top header {
 margin:0 auto;
}

.outline header {
  margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 3.6rem;
  top: 0;
  left: 0;
  z-index: 300;
}

.outline .commonArea,
#top #fankit{
 padding-top: 80px;
}

.header__logo img {
 max-width: 60%;
}

.sectionCt {
 margin: 20px auto 50px;
}

#news.sectionCt{
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 20px;
}

#movie.sectionCt{
 margin-bottom: 60px;
 overflow: hidden;
}

#movie .section-tit{
 width: 92%;
 margin:0 auto 30px;
}

.commonArea h3 img,
#fankit h2 img,
#news h2 img{
 max-width: 80%;
}

.banner-area,
#fankit,
.commonArea,
#gallery,
#information,
#news,
#newsImportance,
#ssContest {
 width: 92%;
 margin:auto;
}

.event_bn{
width: 92%;
margin-bottom: 40px;
}

.mv-area{
 position: relative;
 background: url("/img/bg/sp-header_bg.jpg") no-repeat center top;
 background-size: cover;
 margin: 0 auto;
 max-width: 1024px;
 padding-bottom: 20px;
 min-width: inherit;
 height: inherit;
}


.mvInner-area{
 position: relative;
 top: 0;
 left: 0;
 right: 0;
 min-height: 100%;
 min-width: 100%;
 padding-top: 70%;
}

.main{
 text-align: center;
}

.main img{
 max-width: inherit;
 vertical-align: bottom;
 width: 100%;
}

.line{
 background-size: cover;
 height: 20px;
 min-width: inherit;
}

.event_bn{
display: block;
}
.banner_link{
 width: 100%;
}

ul.btnApp-beta{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 310px;
  position: inherit;
  left: 0;
  top: 0;
}
ul.btnApp-beta li{
  display: inline-block;
  text-align: center;
  margin: 0 2% 2% 0;
  width:49%;
}
ul.btnApp-beta li:nth-child(2n) {
  margin: 0 0 2% 0;
}

ul.btnApp-beta li img{
 vertical-align: middle;
}
.infoFrame {
    width: 100%;
    position: inherit;
}

.news_area {
    width: 100%;
    float: inherit;
}

.contents.infoarea {
    padding-bottom: 1rem;
    border: none;
    max-width: 1024px;
    margin: 0 auto 30px;
    min-height: 500px;
}

table.tab tr{
 display: flex;
justify-content: inherit;
 flex-wrap: wrap;
}
.tab{
 margin-top: 0;
}
.tab td {
  width: 24%;
  margin-right: 1.33%;
}

.tab td:nth-child(4n + 4) {
    margin-right: 0;
}

.tab a {
  margin-bottom: 4px;
  display: block;
}

.news_link img{
 width: 71px;
 height:17px;
}

.contents.infoarea {
  min-height: 350px;
}

.infoFrame .twitFrame{
display: none;
}

.swiper-button-prev01,
.swiper-button-prev02{
 content: ""!important;
 background: url(/img/slick-prev.svg) 50% 0 no-repeat!important;
 height: 42px!important;
 width: 38px!important;
 display: block!important;
 top: 50%!important;
 left: 0!important;
 margin-top: -42px!important;
 background-size:42px 38px!important;
 background-position: inherit!important;
 background-repeat: no-repeat!important;
 position: absolute!important;
 z-index: 1!important;
}


.swiper-button-next01,
.swiper-button-next02{
 content: ""!important;
 background: url(/img/slick-next.svg) 50% 0 no-repeat!important;
 height: 42px!important;
 width: 38px!important;
 display: block!important;
 top: 50%!important;
 right: 5px!important;
 margin-top: -42px!important;
 background-size:42px 38px!important;
 background-position: inherit!important;
 background-repeat: no-repeat!important;
 position: absolute!important;
 z-index: 1!important;
}

/*
.slick-dotted.slick-slider {
margin: auto;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}*/

#movie .swiper-container + .swiper-container{
 margin-top: 50px;
}

 .slick-list {
  overflow: visible;
}
.slider {
  max-width: 300px;
  margin: 0 auto;
}

.slick-prev {
 z-index: 1;
 left: 10%!important;
}

.slick-next{
 z-index: 1;
 right: 10%!important;
}

.ft_spec{
padding: 0;
}

.ft_menu ul{
 width: 92%;
 flex-wrap: wrap;
 padding: 3rem 0 2rem;
}
footer {
    min-width: inherit;
}

#banner {
    margin:0 auto 30px;
}

#banner ul img{
 max-width: 20px;
 max-height: 20px;
}

.ft_menu ul li:nth-child(10):after {
    content: none;
}

.ft_spec ul li .spec_title, .ft_spec ul li .spec_detail {
    padding: 0.5rem 1.2rem;
}

/*-----下層---------------------*/
.useBox{
    margin: 10px auto 30PX;
    padding: 1em;
}

.header__logo {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/nav/sp-nav_line.jpg) repeat-x center top;
}

.header__logo a{
 text-align: center;
}




}


/*-------/sp--------------*/

.newslist_ap .tab{
 margin-top: 0;
 margin-bottom:8px;
}
.newslist_ap .useBox{
 padding: 5px 5em 20px;
 margin-top: 0;
}

.newslist_ap .newsContents {
 margin: 0;
}

.newslist_ap ul li.news_border{
 padding-bottom: 5px;
}

.newslist_ap ul li.news_border a time{
 margin-bottom: 0;
}

.newslist_ap ul li.news_border a{
 padding: 0;
}

.newslist_ap .event_bn{
margin-bottom: 18px;
}

.news_date {
 min-width: 120px;
}



.funkitProfile{
 display: flex;
 flex-wrap: wrap;
}


.funkitTit{
 font-size: 1.8rem;
 color: #fff;
 margin: 30px 0;
 line-height: 1.6;
 text-align: left;
 background-size: 27px 27px;
 padding-left: 40px;
}

@media screen and (max-width: 479px) {
.funkitTit{
 font-size: 1.6rem;
 }
}


#fankit .funkitProfile li{
 width: 49%;
 margin-right: 2%;
 margin-bottom: 20px;
 display: block;
}

#fankit .funkitProfile li:nth-child(even){
 margin-right: 0;
}
