@charset "utf-8";

/*///////////////////////
  BASE
////////////////////////*/
* {
  box-sizing: border-box;
  font-feature-settings : "palt";
}

html,body{
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  /*font-weight: 500;*/
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  animation: fadeIn 6s ease 0s 1 normal;
 -webkit-animation: fadeIn 6s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
   0% {opacity: 0}
  100% {opacity: 1}
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

img {
  font-size: 0;
  border: 0;
  vertical-align: top;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #e60019;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

p {
  margin: 0 0 4vw;
}


/*///////////////////////
  LAYOUT
////////////////////////*/
.wrap {
  overflow: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  border-top: 4px solid #e60019;
}

.header_name {
  position: relative;
  width: 35.4vw;
  height: 6vw;
  margin: 3.4vw 2vw 3.6vw;
  font-size: 0;
  line-height: 1;
  background-image: url("/assets/images/com/logo_bushimo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header_login a {
  width: 13vw;
  height: 13vw;
  margin: 0;
  font-size: 0;
  line-height: 1;
  background-image: url("/assets/images/com/icon_login.svg");
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

.header_profile {
  width: 13vw;
  height: 13vw;
  margin: 0;
  font-size: 0;
  line-height: 1;
  background-image: url("/m/common/img/ico_profile_header.gif");
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

.header_game {
  width: 13vw;
  height: 13vw;
  margin: 0;
  font-size: 0;
  line-height: 1;
  background-image: url("/m/common/img/ico_game_header.gif");
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}
.header_contact {
  width: 13vw;
  height: 13vw;
  margin: 0;
  font-size: 0;
  line-height: 1;
  background-image: url("/m/common/img/ico_contact_header.gif");
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

@media only screen and (max-width:479px) { /*SP*/
  .header_login a {
    width: 8vw;
    height: 8vw;
  }

  .header_profile {
    position: absolute;
    left: 50%;
    width: 13vw;
    height: 13vw;
    margin-left: 10.25vw;
  }

  .header_game {
    position: absolute;
    left: 50%;
    width: 13vw;
    height: 13vw;
    margin-left: 23.5vw;
  }

  .header_contact {
    position: absolute;
    left: 50%;
    width: 13vw;
    height: 13vw;
    margin-left: 36.75vw;
  }
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  .header_name {
    width: 28vw;
    height: 4.8vw;
    margin: 1.6vw 0 1.6vw 1vw;
  }

  .header_login a {
    width: 8vw;
    height: 8vw;
  }

  .header_profile {
    position: absolute;
    left: 50%;
    width: 8vw;
    height: 8vw;
    margin-left: 25.25vw;
  }

  .header_game {
    position: absolute;
    left: 50%;
    width: 8vw;
    height: 8vw;
    margin-left: 33.5vw;
  }

  .header_contact {
    position: absolute;
    left: 50%;
    width: 8vw;
    height: 8vw;
    margin-left: 41.75vw;
  }
}

@media all and (min-width: 1024px) { /*PC*/
   header {
     position: relative;
  }

  .header_name {
    width: 880px;
    height: 2.4rem;
    margin: 1rem auto 1.2rem;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .header_login a {
    position: absolute;
    left: 50%;
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 366px;
  }

  .header_profile {
    position: absolute;
    left: 50%;
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 218px;
  }

  .header_game {
    position: absolute;
    left: 50%;
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 292px;
  }

  .header_contact {
    position: absolute;
    left: 50%;
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 366px;
  }
}

main {
  margin: 0 auto;
}

.slider {
  width: 100% ;
  height: auto;
  margin-bottom: 14vw;
}

.slider_inner_item {
  /*height: 500px;*/
  margin: 0;
}

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

@media all and (min-width: 1024px) { /*PC*/
  .slider {
    overflow: hidden;
    margin-bottom: 4rem;
  }

  .slider_inner {
    position: relative;
    margin: 0 auto;
  }

  .slider_inner_item {
    position: absolute;
    left: 50%;
    width: 9680px; /*880*n枚*/
    margin-left: -440px; /*880/2 & rewrit "jquery.bxslider.css" line118・line119*/
  }

  .slider_inner_item li img {
    width: 880px;
    height: auto;
  }

  .contents {
    position: relative;
    width: 880px;
    margin: 0 auto;
  }
}

@media all and (min-width: 1920px) { /*PC Big Window*/
  .contents {
    position: relative;
    width: 1320px;
    margin: 0 auto;
  }
}

.gameList_ttl {
  display: none;
}

.gameList_item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gameList_item li {
  padding: 0 1vw 4vw 2vw;
  margin-bottom: 4vw;
  border-bottom: 1px solid #eee;
}

.gameList_item_detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2vw;
}

.gameList_item_detail_icon {
  width: 20%;
  padding-right: 1vw;
  align-self: center;
}

.gameList_item_detail_icon img {
  width: 100%;
  height: auto;
  border-radius: 4vw;
}

.gameList_item_detail_ttl {
  width: 60%;
  align-self: top;
  text-align: left;
}

.gameList_item_detail_ttl_txt {
  height: 11vw;
  margin: 1vw auto .5vw;
  font-size: 4vw;
  line-height: 1.2;
  font-weight: 700;
}

.gameList_item_detail_ttl_state {
  display: inline-block;
  padding: 1vw 3vw;
  margin: 0;
  font-size: 3.4vw;
  line-height: 1;
  background: #e60019;
  color: #fff;
  border-radius: 10vw;
}

.gameList_item_detail_ttl_state-schedule {
  background: #999;
  color: #eee;
}

.gameList_item_detail_link {
  display: flex;
  align-items: flex-end;
  width: 20%;
}

.gameList_item_detail_link_site {
  order: 2;
  width: 50%;
  height: 10vw;
  padding-right: .5vw;
  margin: 0;
  font-size: 0;
  background-image: url(/assets/images/com/icon_web.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 120% 120%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.gameList_item_detail_link_tw {
  order: 1;
  width: 50%;
  height: 10vw;
  padding-right: .5vw;
  margin: 0;
  font-size: 0;
  background-image: url(/assets/images/com/icon_tw.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 120% 120%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.3s linear;
}

.gameList_item_detail_link_site:hover,
.gameList_item_detail_link_tw:hover {
  opacity: .6;
}

.gameList_item_detail_window {
  display: none;
}

.gameList_item_detail_copy {
  display: block;
  font-size: 2.6vw;
  text-align: left;
  color: #999;
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  .gameList_item li {
    padding: 0 1vw 2vw 2vw;
    margin-bottom: 3vw;
  }

  .gameList_item_detail {
    margin-bottom: 1vw;
  }

  .gameList_item_detail_icon {
    width: 16%;
  }

  .gameList_item_detail_icon img {
    border-radius: 2.4vw;
  }

  .gameList_item_detail_ttl {
    width: 64%;
  }

  .gameList_item_detail_ttl_txt {
    height: 10vw;
    margin-top: 0;
  }

  .gameList_item_detail_ttl_state {
    padding: .6vw 2vw;
    font-size: 2.4vw;
  }
  .gameList_item_detail_link_site {
    height: 8vw;
    background-position: center 1vw;
    background-size: 110% 110%;
  }

  .gameList_item_detail_link_tw {
    height: 8vw;
    background-position: 0 1vw;
    background-size: 110% 110%;
  }

  .gameList_item_detail_copy {
    font-size: 2vw;
  }
}

@media all and (min-width: 1024px) { /*PC*/
  .gameList {
    margin-bottom: 0;
  }

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

  .gameList_item li {
    width: 50%;
    padding: 0 2rem;
    margin-bottom: 4rem;
    border-bottom: none;
  }
}

@media all and (min-width: 1920px) { /*PC Big Window*/
    .gameList_item li {
      width: 33.33%;
    }
}

@media all and (min-width: 1024px) { /*PC*/
  .gameList_item_detail {
    display: flex;
    position: relative;
    margin-bottom: 0;
  }

  .gameList_item_detail_icon {
    width: 20%;
    padding: 0 .4rem 0 0;
  }

  .gameList_item_detail_icon img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }

  .gameList_item_detail_ttl {
    position: relative;
    width: 80%;
    height: 70px;
    text-align: left;
    align-self: flex-start;
  }

  .gameList_item_detail_ttl_txt {
    height: auto;
    margin: .2rem auto;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .gameList_item_detail_ttl_state {
      position: absolute;
      bottom: 0;
      display: inline-block;
      padding: .2rem 1rem;
      font-size: .9rem;
      border-radius: 1rem;
  }

  .gameList_item_detail_link {
    position: absolute;
    right: -10px;
    top: 38px;
    width: 50px;
    margin-right: 0;
  }

  .gameList_item_detail_link_site {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center center;
  }

  .gameList_item_detail_link_tw {
    display: none;
}

  .gameList_item_detail_window {
    display: block;
    width: 100%;
    height: 220px;
    margin: .8rem auto .5rem;
    background: #292f33;
  }

  .gameList_item_detail_copy {
    margin: 0 .25rem;
    font-size: .7rem;
  }
}

.info {
  padding: 10vw 0;
  border-bottom: .2vw solid #eee;
}

.closed {
  padding: 10vw 0;
}

@media all and (min-width: 1024px) { /*PC*/
  .info {
    padding: 4rem 2rem;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
  }

  .closed {
    padding: 4rem 2rem;
  }
}

.info_ttl,
.closed_ttl{
  position: relative;
  padding: 0 2vw;
  margin: 0 auto 6vw;
  font-size: 4.2vw;
  font-weight: 300;
  letter-spacing: 1vw;
}

.info_ttl:before,
.info_ttl:after,
.closed_ttl:before,
.closed_ttl:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.info_ttl:before,
.closed_ttl:before {
  left: 24vw;
  border-top: solid .2vw #e60019;
  border-left: solid .2vw #e60019;
  border-bottom: solid .2vw #e60019;
}

.info_ttl:after,
.closed_ttl:after {
  right: 24vw;
  content: '';
  border-top: solid .2vw #e60019;
  border-right: solid .2vw #e60019;
  border-bottom: solid .2vw #e60019;
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  .info_ttl,
  .closed_ttl{
    font-size: 3.4vw;
  }

  .info_ttl:before,
  .closed_ttl:before {
    left: 29.5vw;
  }

  .info_ttl:after,
  .closed_ttl:after {
    right: 30vw;
  }
}

@media all and (min-width: 1024px) { /*PC*/
  .info_ttl,
  .closed_ttl{
    padding: 0 3rem;
    margin: 0 auto 3rem;
    font-size: 1.6rem;
    letter-spacing: 1rem;
  }

  .info_ttl:before,
  .closed_ttl:before {
    left: 15rem;
    border-top: solid 2px #e60019;
    border-left: solid 2px #e60019;
    border-bottom: solid 2px #e60019;
  }

  .info_ttl:after,
  .closed_ttl:after {
    right: 16rem;
    border-top: solid 2px #e60019;
    border-right: solid 2px #e60019;
    border-bottom: solid 2px #e60019;
  }
}

@media all and (min-width: 1920px) { /*PC Big Window*/
  .info_ttl:before,
  .closed_ttl:before {
    left: 27rem;
  }

  .info_ttl:after,
  .closed_ttl:after {
    right: 28rem;
  }
}

.info_item {
  padding: 2vw;
}

.info_item_ttl {
  padding: 2vw 0;
  font-size: 4.2vw;
  color: #e60019;
  cursor: pointer;
  text-decoration: underline;
}

.info_item_ttl:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.info_item_ttl-open {
  padding-bottom: 2vw;
  font-weight: 500;
}

.info_item_txt {
  display: none;
  padding: 1vw;
  margin: 0;
  font-size: 3.6vw;
  line-height: 1.8;
  text-align: left;
  color: #666;
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  .info_item_ttl {
    font-size: 3vw;
  }

  .info_item_txt {
    font-size: 2.8vw;
  }
}

@media all and (min-width: 1024px) { /*PC*/
  .info_item {
    padding: 1rem;
  }

  .info_item_ttl {
    padding: .5rem 0;
    font-size: 1.2rem;
  }

  .info_item_ttl-open {
    padding-bottom: 3rem;
    font-weight: 500;
  }

  .info_item_txt {
    padding: 1rem;
    font-size: 1rem;
  }
}

@media all and (min-width: 1920px) { /*PC Big Window*/
  .info_item {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.closed_item {
  padding: 2vw;
  font-size: 3.2vw;
}

.closed_item li {
  display: inline-block;
  margin-bottom: 1.6vw;
  color: #666;
}

.closed_item li:after {
  content: "/";
  font-size: 3vw;
  color: #999;
}

.closed_item li:last-child:after {
  content: "";
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  .closed_item {
    font-size: 2.8vw;
  }

  .closed_item li:after {
    font-size: 2.6vw;
  }
}


@media all and (min-width: 1024px) { /*PC*/
  .closed_item {
    padding: .5rem;
    font-size: 1rem;
  }
}

@media all and (min-width: 1920px) { /*PC Big Window*/
  .closed_item {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media all and (min-width: 1024px) { /*PC*/
  .closed_item li {
    margin-bottom: .5rem;
  }

  .closed_item li:after {
    font-size: 1rem;
  }
}

footer {
  padding: 6vw 0 6.4vw;
  background: #ddd;
}

.footer_copy {
  display:block;
  height: 6vw;
  margin: 0 auto;
  background-image: url("/assets/images/com/logo_bushiroad.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width:479px) and (max-width:768px) { /*Tab*/
  footer {
    padding: 4vw 0 4.4vw;
  }

  .footer_copy {
    height: 4vw;
  }
}

@media all and (min-width: 1024px) { /*PC*/
  footer {
    padding: 2rem 0 2.4rem;
  }

  .footer_copy {
    height: 2rem;
  }
}

.timeline-Body .customisable-border {border: none;}