padding-top: 100px;
  margin-top:-100px;  padding-top: 100px;
  margin-top:-100px;  padding-top: 100px;
  margin-top:-100px;  padding-top: 100px;
  margin-top:-100px;
@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
  line-height: 1.7;
}

/*------------ 全体 ------------*/
html {
}
body {
}
html, body {
  scroll-padding-top: 93px;
}
._hover{
  transition: opacity 0.3s linear;
  opacity: 1;
}
._hover:hover{
  opacity: 0.5;
}
*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}
.bg-color-gray{
  background-color: #f5f5f5;
}
.bg-color-dark-gray{
  background-color: #DCDCDC;
}
@keyframes scroll {
  0% {
    left:0px;
  }

  50% {
    left:10px;
  }

  100% {
    left:0px;
  }
}
.anim-fadeUp {
    -webkit-transition: opacity .8s,-webkit-transform .8s;
    transition: opacity .8s,-webkit-transform .8s;
    transition: transform .8s,opacity .8s;
    transition: transform .8s,opacity .8s,-webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.anim-fadeUp.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.anim-fade {
    transition: opacity .8s;
    opacity: 0;
}
.anim-fade.is-show {
    opacity: 1;
}

/*------------ WRAPPER ------------*/
#wrapper {
  padding: 80px 0 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.content-inner{
  max-width:1280px;
  width: 100%;
  margin:0 auto;
}
.content-inner-1000{
  max-width:1000px;
    width: 100%;
  margin:0 auto;
}
.content-inner-600{
  width:600px;
  margin:0 auto;
}
main {
  flex: 1;
  background: url("/assets/img/common/bg.png") repeat center center;
}

/*------------ HEADER ------------*/
header{
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #FFF;
}
.flex-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 93px;
  padding: 0 15px;
}

.logo__header {
  margin: 28px 0 25px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px; 
}

.logo__header img {
  /* min-width: 270px; */
}

.logo_language {
  border: solid 3px #EB5F1E;
  font-size: 16px;
  display: block;
  line-height: 1.4;
  margin-left: 1em;
  padding: 4px 4px;
  text-align: center;
  width:   50px
}

@media screen and (max-width: 1000px){
  .logo__header {
    max-width: 220px
  }
    
  .logo__header img {
    height: auto;
    max-width: 100%;
  }
}



/*------------ NAVI ------------*/
.list-nav{
  display: flex;
}
.list-nav>li{
  font-size: 16px;
  font-weight: 700;
}
.list-nav>li:nth-child(n+2){
  margin-left: 2em;
}
.list-nav a{
  text-decoration: none;
  color: #5A5A5A;
  position: relative;
}
.list-nav a:before{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -10px;
  background-color: #eb5f1e;
  opacity: 0;
  transition: opacity .3s;
}
.list-nav a:hover:before{
  opacity: 1;
}

.list-nav .lang_current {
	color: #eb5f1e;
}

.list-nav .lang_slash {
	padding-right: 0.5em;
    padding-left: 0.5em
}
/*
.page-news .list-nav>li.list-nav01 a:before{
  opacity: 1;
}
.page-company .list-nav>li.list-nav02 a:before{
  opacity: 1;
}
.page-games .list-nav>li.list-nav03 a:before{
  opacity: 1;
}
.page-recruit .list-nav>li.list-nav04 a:before{
  opacity: 1;
}
.page-blog .list-nav>li.list-nav05 a:before{
  opacity: 1;
}
.page-contact .list-nav>li.list-nav06 a:before{
  opacity: 1;
}
*/

.list-nav>li a.is-current:before {
  opacity: 1;
}

.bnr_recruit-01 {
  position: fixed;
  top: 168px;
  right: 20px;
  z-index: 110;
}

@media screen and (max-width: 1330px){
  .bnr_recruit-01 {
    right: 0;
  }
}

@media screen (min-width: 769px) and (max-width: 1000px){
  .list-nav>li:nth-child(n+2) {
    margin-left: 1.25em;
    font-size: 13px;
  }
}
/*------------ TOP ------------*/
.mv{
  position: relative;
}
.mv:before{
  /*
  content: "";
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  position: absolute;
  background: url("/assets/img/top/img_mask.png") repeat center center;
  */
}
.mv>div{
  /*position: relative;
  height: 800px;*/
}
.mv .video{
  position: absolute;
  height: 720px;
  width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mv .video video{
  width: 100%;
  height: 100%;
}
.mv__lead{
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 20;
  color: #FFF;
}
.mv__lead__jp{
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
  /*border-bottom: 1px solid #FFF;
  padding-bottom: 10px;*/
}
.mv__lead__eng{
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
}
.mv__scroll{
  width: 160px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 140px;
  bottom: 0;
  z-index: 20;
  color: #FFF;
  transform-origin: bottom right;
  transform: rotate(90deg);
}
.mv__scroll span{
  position: relative;
  animation: scroll 2.5s ease-in-out infinite;
}
.contents{
  background: url("/assets/img/common/bg.png") repeat center center;
}
.content-bnr{
  padding: 80px 28px;
}
.flex-bnr{
  display: flex;
  justify-content: space-between;
}
.flex-bnr__li{
  max-width: 475px;
  width: 49%;
}
.content-news{
  padding: 40px 28px 80px;
}
.ttl-content-wrap{
  margin-bottom: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ttl-content{
  font-size: 26px;
  font-weight: 700;
  color: #3C3C3C;
}
.flex-news{
  display: flex;
  justify-content: space-between;
}
.flex-news__li{
  max-width: 470px;
  width: 49%;
}
.flex-news__ttlWrap{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.flex-news__ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.btn__more{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.btn__more:after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #EB5F1E;
  margin-left: 10px;
}
.list-news{
  margin-top: -10px;
}
.list-news.top .list-news__ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-news>li{
  border-bottom: 1px solid #C8C8C8;
}
.list-news a{
  padding: 12px 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.list-news a:hover .list-news__ttl{
  text-decoration: underline;
}
.flex-news-info{
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  align-items: center;
}
.flex-news-info__li:nth-child(n+2){
  margin-left: 1em;
}
.flex-news-info__new{
  color: #fff;
  border: 2px #EB5F1E solid;
  background-color: #EB5F1E;
  padding: 2px 15px 1px;
  line-height: 1;
  font-size: 0.7rem;
}
.flex-news-info__game,
.blog-category{
  color: #787878 !important;
  border: 2px #787878 solid !important;
  background-color: #fff !important;
  padding: 2px 10px 1px;
  line-height: 1 !important;
}

.list-news__ttl{
  font-size: 16px;
}
.flex-games{
  display: flex;
  flex-wrap: wrap;
}
.flex-games__li{
  width: calc((100% - (13px * 3)) / 4);
  margin-left: 13px;
}
.flex-games__li:nth-child(4n+1){
  margin-left: 0;
}
.flex-games__li:nth-child(n+5){
  margin-top: 13px;
}
.flex-games__li a{
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
.flex-games__li a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255,255,255,.4);
  transition: transform .3s;
  content: "";
  transform-origin: right top;
  transform: scale(0, 1);
}
/* hover */
.flex-games__li a:hover:before{
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}
.content-games{
  padding: 80px 28px;
}

/*------------ NEWS ------------*/
.mv-sub>div{
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl-page{
  font-size: 64px;
  font-weight: 700;
  color: #5A5A5A;
  letter-spacing: .06em;
  padding-bottom: 0;
  line-height: 1.3;
  border-bottom: 4px solid #EB5F1E;
}
.content-sub{
  padding: 80px 28px 70px;
}
.flex-news-cat{
  display: flex;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 60px;
}

.flex-news-cat a{
  color: inherit;
  text-decoration: none;
  position: relative;
}
.flex-news-cat a:before{
  content: "";
  background-color: #EB5F1E;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
  opacity: 0;
  transition: opacity .3s;
}
.flex-news-cat .is-active a{
  pointer-events: none;
}
.flex-news-cat .is-active a:before,
.flex-news-cat a:hover:before{
  opacity: 1;
}
.flex-news-cat__li:nth-child(n+2){
  margin-left: 2em;
}

.flex-news-search {
  display: flex;
  margin-bottom: 60px;
}

.flex-news-search .flex-news-search__item {
  position: relative;
}

.flex-news-search .flex-news-search__item::after {
  content:"";
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #E9580E;
  border-bottom: 2px solid #E9580E;
}

.flex-news-search .flex-news-search__item > select {
  font-size: 18px;
  font-weight: 700;
  width: 220px;
  padding: 10px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000;
  color: #000;

  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を無効 */
}

.flex-news-search .flex-news-search__item > select option:first-of-type{
  display: none;
}

.flex-news-search .flex-news-search__item > select::-ms-expand {
  display: none;
}

.flex-news-search .flex-news-search__item + .flex-news-search__item {
  margin-left: 30px;
}


.pager__wrap{
  margin-top: 80px;
}
.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.wp-pagenavi>*{
  position: relative;
  padding: 0 .2em;
  color: inherit;
  text-decoration: none;
}
.wp-pagenavi>*:nth-child(n+2){
  margin-left: 1em;
}
.wp-pagenavi>*:before{
  content: "";
  background-color: #EB5F1E;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: opacity .3s;
}
.wp-pagenavi .current{
  pointer-events: none;
}
.wp-pagenavi .current:before,
.wp-pagenavi a:hover:before{
  opacity: 1;
}
.news-post__ttl-wrap{
  border-bottom: 3px solid #EB5F1E;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.news-post__ttl{
  font-size: 24px;



  font-weight: 700;
}
.news-post__body{
  font-size: 16px;
}
.news-post__body h5{
  font-size: 12px;
}
.news-post__body em{
  font-weight: 700;
}
.news-post__body small{
  font-size: .75em;
}
.news-post__body p + p{
  margin-top: 1.5em;
}
.news-post__body p.news-line {
  border-bottom: 1px solid #5A5A5A;
  padding-bottom:1.5em;
}
.news-post__body a{
  color: #EB5F1E;
  text-decoration: none;
}
.news-post__body a:hover{
  text-decoration: underline;
}
.news-post__body img {
  margin: 0 auto;
  display: block;
}
.news-post__body table {
  margin: 0 auto;
}
.news-post__body img.alignleft {
  margin: 0 auto 0 0;
}
.news-post__body img.alignright {
  margin: 0 0 0 auto;
}
.news-post__body ul.text-indent{
  margin-left: 2rem;
  display: inline-block;
}
.news-post__body li.text-indent{
  margin-left: 3rem;
  display: inline-block;
}
.news-post__body .t-list {
  max-width: 800px;
  margin: 1.5em auto 0;
}
.news-post__body .t-list th,
.news-post__body .t-list td {
  font-weight: normal;
  border: 1px solid #5A5A5A;
  padding: 10px;
  vertical-align: text-top;
}
.news-post__body .t-list th {
  background-color: #f5f5f5;
}
.news-post__body .t-list td {
  background-color: #fff;
}

.news-post__body .sm {
  font-size: 0.85em;
}


.news-post__body .c-video {
  margin-block: 1.5em;
}

.news-post__body .c-video__inner {
  position: relative;
  aspect-ratio: 560/ 315;
  width: 100%;
  height: 100%;
}
.news-post__body .c-banner {
  transition: opacity 0.3s;
  display: block;
}

.news-post__body .c-banner:hover {
  opacity: 0.7;
}

.news-post__body .c-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn__back-wrap{
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.btn__back{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.btn__back:before{
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 10px;
  background-color: #EB5F1E;
}

.new-icon {
  background: #EA5F1E;
  color: #fff;
  padding: 3px 15px 3px;
  line-height: 1;
  font-size: 12px;
}

/*------------ BLOG ------------*/
.list-blog{
  display: flex;
  flex-wrap: wrap;
}
.list-blog>li{
  width: calc((100% - (50px * 2)) / 3);
  margin-left: 50px;
}
.list-blog>li:nth-child(3n+1){
  margin-left: 0;
}
.list-blog>li:nth-child(n+4){
  margin-top: 50px;
}
.list-blog>li a{
  color: inherit;
  text-decoration: none;
}
.list-blog__date{
  font-size: 12px;
  font-weight: 700;
  margin: .8em 0 .7em;
  display: flex;
  align-items: center;
}
.list-blog__date>span:nth-child(2){
  margin-left: 1em;
  color: #fff;
  border: 2px #EB5F1E solid;
  background-color: #EB5F1E;
  padding: 1px 15px 0;
  line-height: 1;
  font-size: 0.7rem;
}
.list-blog__ttl{
  font-size: 16px;
}
.list-blog>li a .list-blog__img{
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
.list-blog>li a .list-blog__img::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255,255,255,.4);
  transition: transform .3s;
  content: "";
  transform-origin: right top;
  transform: scale(0, 1);
}
/* hover */
.list-blog>li a:hover .list-blog__img:before{
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}

/*------------ COMPANY ------------*/
.ttl__line-wrap{
  margin-bottom: 40px;
}
.ttl__line{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: .2em;
  border-bottom: 3px solid #EB5F1E;
}
.block-content__sub + .block-content__sub{
  margin-top: 60px;
}
.table-common{
  width: 100%;
}
.table-common th{
  width: 7em;
}
.table-common th,
.table-common td{
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.table-common tr:nth-child(n+2) th,
.table-common tr:nth-child(n+2) td{
  padding-top: .5em;
}
.map-wrap{
  margin-bottom: 20px;
}
.map-wrap iframe{
  width: 100%;
  height: 320px;
}
.list-contact{
  padding: 0 20px;
}
.list-contact>li{
  border-bottom: 1px solid #C8C8C8;
}
.list-contact>li:nth-child(n+2){
  margin-top: 15px;
}
.list-contact a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}
.list-contact__ttl{
  font-size: 18px;
}
.list-contact__icon{
  font-size: 12px;
  display: flex;
  align-items: center;
}
.list-contact__icon:before{
  content: "";
  width: 40px;
  height: 1px;
  background-color: #EB5F1E;
  margin-right: 10px;
}

/*------------ GAMES ------------*/
.list-games-sub>li:nth-child(n+2){
  margin-top: 70px;
}
.flex-games-sub{
  display: flex;
}
.flex-games-sub__li:nth-child(1){
  width: 300px;
  margin-right: 40px;
  flex-shrink: 0;
  flex-grow: 0;
}
.flex-games-sub__li:nth-child(1) a{
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}
.flex-games-sub__li:nth-child(1) a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255,255,255,.4);
  transition: transform .3s;
  content: "";
  transform-origin: right top;
  transform: scale(0, 1);
}
/* hover */
.flex-games-sub__li:nth-child(1) a:hover:before{
  transform-origin: left bottom;
  transform: scale(2, 2);
  content: "";
}

.flex-games-sub__li:nth-child(2){
  flex-shrink: 1;
  flex-grow: 1;
  color: #3C3C3C;
}
.flex-games-sub__li:nth-child(2) a{
  color: #EB5F1E;
  text-decoration: none;
}
.flex-games-sub__li:nth-child(2) a:hover{
  text-decoration: underline;
}
.ttl__gameid{
  font-size: 12px;
}
.flex-games-sub__ttl{
  font-size: 26px;
  font-weight: normal;
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: .2em;
  margin-bottom: 15px;
}
.flex-games-sub__lead{
  font-size: 16px;
  margin-bottom: 15px;
}
.table__spec-wrap{
  font-size: 14px;
  margin-bottom: 15px;
}
.table__spec{
  width: 100%;
}
.table__spec th{
  width: 9em;
}
.table__spec th,
.table__spec td{
  vertical-align: top;
  font-weight: normal;
  padding: .1em 0;
}
.flex-games-sub__link{
  font-size: 16px;
}
.flex-games-sub__copy{
  font-size: 12px;
}

/*------------ PRIVACY POLICY ------------*/
.privacy-menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.privacy-menu li {
  width: 320px;
  margin: 0 20px 1.5em;
  background-color: #fff;
  border: #878787 solid 1px;
}
.privacy-menu a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #878787;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
.privacy-menu li:hover,
.privacy-menu li.active {
  background-color: #5a5a5a;
  border: #5a5a5a solid 1px;

}
.privacy-menu li:hover a,
.privacy-menu li.active a {
  color: #fff;
}
#anchor01 {
  margin-top: -100px;
  padding-top: 100px;
}

.content-pp{
  font-size: 16px;
}
.content-pp a{
  color: inherit;
  text-decoration: none;
}
.content-pp a:hover{
  text-decoration: underline;
}
.content-pp strong{
  font-weight: normal;
}
.content-pp h4{
  font-weight: normal;
}
.pp_item{
  margin-top: 1.5em;
}
.content-pp p+p {
  margin-top: 1.5em;
}
.pp_item>ul>li{
  padding-left: 1.3em;
}
.pp_item_list{
  padding-bottom: 1.5em;
}
.pp-num{
  display: flex;
}
.pp_item.border-top{
  border-top: 1px solid #000;
  padding-top: 2em;
  margin-top: 2rem;
}
.pp_item_list .pp-num{
  padding-left: 1.8em;
}
.pp_item .pp-def {
  padding-left: 1.3em;
}
.pp_item .pp-def dd {
  padding-left: 1em;
}
.pp_item .pp-def dd > ul li {
  padding-left: 4em;
  text-indent: -4em;
}
.pp-table {
  width: 100%;
  margin: 0.5em 0 1.5em;
}
.pp-table th,
.pp-table td {
  font-weight: normal;
  border: 1px solid #5A5A5A;
  padding: 10px;
  vertical-align: text-top;
}
.pp-table th {
  text-align: center;
  background-color: #f5f5f5;
}
.pp-table th.th-width {
width: 45%;
}
.pp-table td {
  background-color: #fff;
  vertical-align: middle;
}
.pp-table td.t-center {
  text-align: center;
  width: 4%;
}
.pp-table td.line-dash {
  border-bottom: 1px dashed #333;
}
.pp-table td.line-dash2 {
  border-top: none;
}
.pp-indent > li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.pp-indent2 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.pp-indent3 > li {
  padding-left: 1em;
  text-indent: -1.8em;
}
.pp_item > .pp-indent3 {
  margin-left: 0.5em;
}
.pp-indent3 .pp-indent2 {
  margin-left: 1em;
}
.pp-mt {
  margin-top: 1.5em;
}
.pp-indent3 .pp-mt {
  text-indent: 0;
}
.pp-cont {
  margin-left: 1em;
}
.pp-cont dl dt {
  margin-top: 1.5em;
  text-decoration: underline;
}
.pp-cont dl dd span {
  margin-left: 1em;
}
.pp-indent3 p + p{
  margin: 1em 0 0 0;
  text-indent: 0;
}
.pp_item a {
  text-decoration: underline;
}
strong.pp-bold {
  font-weight: 700;
  text-decoration: underline;
}
.pp-def dd h5 {
  font-weight: normal;
  margin-top: 1.5em;
}

.pp_end{
  margin-top: 5em;
  text-align: right;
}
.pp_date{
  text-align: right;
}
.pp_center{
  text-align: center;
}

.news-post__ttl-wrap{
  position: relative;
}
.news-post__sns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}
.news-post__sns>*:nth-child(n+2){
  margin-left: 10px;
}

.catchcopy-wrap{
  padding: 13px 0 14px;
  background-color: #fff;

}
.catchcopy{
  display: flex;
  justify-content: flex-end;
  margin-right: 28px;
}
.content-lead{
  padding: 50px 0 60px;
  text-align: center;
}
.lead__ttl{
  font-size: 40px;
  font-weight: 700;
}
.lead__author{
  font-size: 24px;
  margin-top: 10px;
}
.lead__body{
  font-size: 16px;
  margin-top: 16px;
}
.lead__body p + p{
  margin-top: 1em;
}
.swiper-area {
  /*overflow: hidden;*/
  position: relative;
}
.mv .container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.mv .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.mv .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #C8C8C8;
  opacity: 1;
}
.mv .swiper-pagination-bullet-active {
  background: #EB5F1E;
}
.mv .swiper-horizontal>.swiper-pagination-bullets,
.mv .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv .swiper-pagination-custom,
.mv .swiper-pagination-fraction,
.mv .swiper-pagination{
  bottom: 0;
  transform: translateY(100%);
  z-index: 50;
}
.mv .swiper-slide{
  opacity: .5;
  transition: opacity .3s;
  pointer-events: none;
}
.mv .swiper-slide-active{
  opacity: 1;
  pointer-events: auto;
}

/*------------ FOOTER ------------*/

footer{
}
.content-footer1>div{
  position: relative;
  padding: 40px 28px;
}
.footer__pagetop{
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.list-footer{
  display: flex;
  font-size: 16px;
  color: #5A5A5A;
  font-weight: 700;
}
.list-footer>li:nth-child(n+2){
  margin-left: 2em;
}
.list-footer a{
  color: inherit;
  text-decoration: none;
}
.list-footer a:hover{
  text-decoration: underline;
}
.footer-sns {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.content-footer2{
  padding: 20px 28px;
}
.flex-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-footer__li:nth-child(1){
  display: flex;
  align-items: center;
}
.footer__policy{
  color: #5A5A5A;
}
.footer__policy a{
  color: inherit;
}
.footer__policy a:hover{
  text-decoration: none;
}
.flex-footer__li:nth-child(2){
  font-size: 16px;
}
.flex-footer__li small {
  color: #5a5a5a;
}
.content-footer3 {
  background-color: #bebebe;
  text-align: center;
  padding: 5px 0;
  color: #5a5a5a;
  font-size: 16px;
}
.content-footer3 small span{
font-family: auto;
}
.flex-footer__li #ot-sdk-btn.ot-sdk-show-settings,
.flex-footer__li #ot-sdk-btn.optanon-show-settings {
  background-color: #fff;
  color: #5a5a5a;
  font-size: 11px;
  border: #bebebe 1px solid;
  padding: 10px;
  width: 140px;
}
.flex-footer__li #ot-sdk-btn.ot-sdk-show-settings:hover,
.flex-footer__li #ot-sdk-btn.optanon-show-settings:hover {
  background-color: #5a5a5a;
  color: #fff;
}

.flex-footer__li:last-of-type{
  margin-left: auto;
}

.footer-logo {
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
}

.footer-logo a {
   display: inline-block;
   max-width: 300px;
}

@media (min-width:769px) {
  .sp{
    display:none !important;
  }
}
@media (max-width:768px) {
  .pc{
    display:none !important;
  }
  body{
    -webkit-text-size-adjust: 100%;
    overflow: auto;
  }
  img{
    max-width:100%;
    height:auto;
  }
  .content_inner{
    width:100%;
  }

/*------------ �S�� ------------*/
  html>body {
    font-size: 3.7vw;
  }

/*------------ WRAPPER ------------*/
  #wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 0;
    padding-top: 10.66vw;
  }
  .content-inner{
    width:100%;
    padding: 0 3.66vw;
  }
  .content-inner-1000{
    width:100%;
    padding: 0 2.66vw;
  }
  .content-inner-600{
    width:100%;
    padding: 0 2.66vw;
  }

/*------------ HEADER ------------*/
  .flex-header{
    height: 12.66vw;
    padding: 0;
  }
  .logo__header {
    margin: 0.8vw;
    line-height: 1;
  }
  .logo__header img{
    width: 34vw;
  min-width: auto;
  }

  .logo_language {
    border-width: 2px;
    font-size: 10px;
    right: -60px;
    padding: 2px 0;
    
}

/*------------ NAVI ------------*/
  #btn_menu{
    position:absolute;
    right:0;
    top:0;
    width: 10.66vw;
    height:10.66vw;
    display:block;
    z-index:2000;
    background-color: #bebebe;
  }
  #btn_menu span {
      display: block;
      background: #5A5A5A;
      width: 6.66vw;
      height: 2px;
      position: absolute;
      left: 9px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
  }
  #btn_menu span:first-child {
      top: 50%;
      margin-top: -10px;
  }
  #btn_menu span:nth-child(2) {
      margin-top: -1px;
      top: 50%;
  }
  #btn_menu span:last-child {
      top: 50%;
      margin-top: 8px;
  }
  #btn_menu.active span:first-child {
      -webkit-transform: translateY(9px) rotate(45deg);
      -moz-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg);
  }
  #btn_menu.active span:nth-child(2) {
      opacity: 0;
  }
  #btn_menu.active span:last-child {
      -webkit-transform: translateY(-9px) rotate(-45deg);
      -moz-transform: translateY(-9px) rotate(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg);
  }
  nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(255,255,255,.9);
    transition: transform .4s;
    transform: translateX(100%);
  }
  #btn_menu.active ~ nav{
    transform: translateX(0%);
  }
  .list-nav{
    flex-direction: column;
    padding: 18.66vw 0 0 10.66vw;
  }
  .list-nav>li{
    font-size: 5.33vw;
    padding-bottom: .5em;
    border-bottom: 1px solid #292929;
  }
  .list-nav a{
    color: #292929;
  }
  .list-nav>li:nth-child(n+2){
    margin-left: 0;
    margin-top: .5em;
  }
  .list-nav a:before{
    display: none;
  }
  .header-sns{
    padding-left: 10.66vw;
    margin-top: 3.6vw;
    display: flex;
    gap: 2.66vw;
  }
  .header-sns img{
    width: 9.6vw;
  }

.bnr_recruit-02 {
  position: fixed;
  top: 0;
  right: 12.66vw;
  z-index: 110;
}
.bnr_recruit-02 img {
  width: auto;
  height: 10.66vw;
}


/*------------ TOP ------------*/
  .mv>div{
    position: relative;
    /*height: 100vw;*/
  }
  .mv .video{
    position: absolute;
    height: 100vw;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv__lead{
    left: 2.66vw;
    bottom: 5.33vw;
  }
  .mv__lead__jp{
    font-size: 8.53vw;
    padding-bottom: 2vw;
  }
  .mv__lead__eng{
    font-size: 2.13vw;
    margin-top: 4vw;
  }
  .mv__scroll{
    display: none;
  }
  .content-bnr{
    padding: 5.33vw 0;
  }
  .flex-bnr{
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .flex-bnr__li{
    width: 63.33vw;
  }
  .flex-bnr__li:nth-child(n+2){
    margin-top: 2.66vw;
  }
  .content-news{
    padding: 5.33vw 0;
  }
  .ttl-content-wrap{
    margin-bottom: 4.66vw;
  }
  .ttl-content{
    font-size: 4.8vw;
  }
  .flex-news{
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 2.66vw;
  }
  .flex-news__li{
    width: 100%;
  }
  .flex-news__li:nth-child(n+2){
    margin-top: 10vw;
  }
  .flex-news__ttlWrap{
    margin-bottom: 5vw;
  }
  .flex-news__ttl{
    font-size: 3.73vw;
  }
  .btn__more{
    font-size: 2.13vw;
  }
  .btn__more:after{
    width: 8vw;
    margin-left: 2.66vw;
  }
  .list-news{
    margin-top: 0;
  }
  .list-news a{
    padding: 2.29vw 0;
  }
  .flex-news-info{
    font-size: 2.13vw;
    margin-bottom: .66vw;
  }
  .flex-news-info__new,
  .flex-news-info__game,
  .blog-category {
    font-size: 1.86vw;
    padding: 0.267vw 2vw 0;
  }
  .list-news__ttl{
    font-size: 3.2vw;
  }
  .flex-games-wrap{
    width: 100vw;
    overflow: auto;
    position: relative;
    left: -2.66vw;
    padding: 0 2.66vw;
  }
  .flex-games{
    flex-wrap: nowrap;
  }
  .flex-games__li{
    width: 44vw;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 2vw !important;
  }
  .flex-games__li img{
    width: 100%;
  }
  .flex-games__li:first-child{
    margin-left: 0 !important;
  }
  .flex-games__li:nth-child(n+4){
    margin-top: 0;
  }
  .content-games{
    padding: 5.33vw 0.1vw 9.33vw;
  }

/*------------ NEWS ------------*/
  .mv-sub>div{
    height: 25vw;
  }
  .ttl-page{
    font-size: 7vw;
    border-bottom-width: 2px;
  }
  .content-sub{
    padding: 8vw 0;
  }
  .flex-news-cat{
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
  .flex-news-cat a:before{
    bottom: -1vw;
  }
  .flex-news-cat__li:nth-child(n+2){
    margin-left: 1.5em;
  }

  .flex-news-search {
    margin-bottom: 6vw;
  }

  .flex-news-search .flex-news-search__item::after {
    right: calc(15/750*100vw);
    width: calc(15/750*100vw);
    height: calc(15/750*100vw);
  }

  .flex-news-search .flex-news-search__item > select {
    font-size: 3.2vw;
    width: calc(140/375*100vw);
    padding: calc(5/375*100vw);
  }
  .flex-news-search .flex-news-search__item + .flex-news-search__item {
    margin-left: calc(10/375*100vw);
  }


  .pager__wrap{
    margin-top: 6vw;
  }
  .wp-pagenavi{
    font-size: 3.2vw;
  }
  .wp-pagenavi>*:before{
    bottom: -1vw;
  }
  .news-post__ttl-wrap{
    border-bottom-width: 2px;
    margin-bottom: 6vw;
    padding-bottom: 2vw;
  }
  .news-post__ttl{
    font-size: 3.73vw;
  }
  .news-post__body{
    font-size: 3.2vw;
  }
  .news-post__body small{
    font-size: .8em;
  }
  .news-post__body .sm{
    font-size: 1em;
  }
  .btn__back-wrap{
    margin-top: 6vw;
  }
  .btn__back{
    font-size: 3.2vw;
  }
  .btn__back:before{
    width: 10vw;
    height: 1px;
    margin-right: 2vw;
  }

  .new-icon {
    font-size: 1.86vw;
    padding: 0.5vw 3vw;
  }

/*------------ BLOG ------------*/
  .list-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .list-blog>li{
    width: calc((100% - 2.65vw) / 2);
    margin-left: 2.65vw !important;
  }
  .list-blog>li:nth-child(2n+1){
    margin-left: 0 !important;
  }
  .list-blog>li:nth-child(n+3){
    margin-top: 6vw !important;
  }
  .list-blog__date>span:nth-child(2) {
    font-size: 1.86vw;
    padding: 0.26vw 1.4vw 0;
  margin-left: 0.5em;
  }
  .list-blog__date{
    font-size: 2.13vw;
    margin: 1em 0 .5em;
  }
  .list-blog__ttl{
    font-size: 3.2vw;
  }

/*------------ COMPANY ------------*/
  .ttl__line-wrap{
    margin-bottom: 4vw;
  }
  .ttl__line{
    font-size: 3.73vw;
    border-bottom-width: 2px;
  }
  .block-content__sub + .block-content__sub{
    margin-top: 6vw;
  }
  .table-common th{
    white-space: nowrap;
  }
  .table-common th,
  .table-common td{
    font-size: 3.2vw;
  }
  .map-wrap{
    margin-bottom: 2vw;
  }
  .map-wrap iframe{
    height: 50vw;
  }
  .list-contact{
    padding: 0;
  }
  .list-contact>li:nth-child(n+2){
    margin-top: 2vw;
  }
  .list-contact a{
    padding: 2vw 0;
  }
  .list-contact__ttl{
    font-size: 3.2vw;
  }
  .list-contact__icon{
    font-size: 2.13vw;
  }
  .list-contact__icon:before{
    width: 8vw;
    margin-right: 2vw;
  }

/*------------ GAMES ------------*/
  .list-games-sub>li:nth-child(n+2){
    margin-top: 6vw;
  }
  .flex-games-sub{
    flex-direction: column;
  }
  .flex-games-sub__li:nth-child(1){
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .flex-games-sub__li:nth-child(1) img{
    width: 100%;
  }
  .ttl__gameid{
    font-size: 2.13vw;
  }
  .flex-games-sub__ttl{
    font-size: 3.73vw;
    padding-bottom: .5em;
    margin-bottom: 2vw;
  }
  .flex-games-sub__lead{
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .table__spec-wrap{
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
  .table__spec th{
    white-space: nowrap;
  }
  .flex-games-sub__link{
    font-size: 3.2vw;
    word-break: break-all;
    line-height: 1.3;
  }
  .flex-games-sub__copy{
    font-size: 2.13vw;
    margin-top: .5em;
  }

/*------------ PRIVACY POLICY ------------*/
  #anchor01 {
    margin-top: -55px;
    padding-top: 55px;
  }
  .privacy-menu li {
    width: 43vw;
  }
  .privacy-menu li:first-of-type {
    margin: 0 2.667vw 1.5vw 0;
  }
  .privacy-menu li:last-of-type {
    margin: 0 0 1.5vw 0;
  }
  .privacy-menu a {
    font-size: 2.8vw;
    padding: 2.5vw 0.5vw 2vw;
  }
  .content-pp{
    font-size: 3.2vw;
  }
  .news-post__sns{
    position: static;
    width: 100%;
    margin-bottom: 2vw;
    align-items: flex-end;
  }
  .news-post__sns>*:nth-child(n+2){
    margin-left: 10px;
  }

.catchcopy-wrap{
  padding: 5.33vw 0;
}
.catchcopy{
  justify-content: center;
  margin-right: 0;
}
.catchcopy img{
  width: 50vw;
}
.content-lead{
  padding: 7vw 0 8vw;
}
.lead__ttl{
  font-size: 5.33vw;
}
.lead__author{
  font-size: 3.2vw;
  margin-top: 1.33vw;
}
.lead__body{
  font-size: 2.13vw;
  margin-top: 2.13vw;
}
.swiper-area {
  /*overflow: hidden;*/
  position: relative;
}
.mv .container {
  max-width: 100%;
  width: 100%;
}
.mv .swiper-pagination-bullet {
  width: 2.66vw;
  height: .53vw;
  margin: 0 .5vw !important;
}
.mv .swiper-horizontal>.swiper-pagination-bullets,
.mv .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv .swiper-pagination-custom,
.mv .swiper-pagination-fraction,
.mv .swiper-pagination{
  bottom: 2.5vw;
}


/*------------ FOOTER ------------*/

  footer{
  }
  .content-footer1>div{
    padding: 5.33vw 2.66vw;
  }
  .footer__pagetop{
    right: 2.66vw;
  }
  .footer__pagetop img{
    width: 5.33vw;
  }
  .list-footer{
    flex-direction: column;
    font-size: 3.46vw;
  }
  .list-footer>li:nth-child(n+2){
    margin-left: 0;
    margin-top: 1em;
  }
  .footer-sns {
    margin-top: 5.33vw;
    gap: calc(20/768*100vw);
  }
  .footer-sns img{
    width: 5.33vw;
  }
  .content-footer2{
    padding: 3.66vw 0;
  }
  .footer__logo{
    width: 36vw;
  margin-left: 0.8vw
  }

.footer__policy{
    font-size: 2.13vw;
  }
  .flex-footer__li:nth-child(2){
    font-size: 2.13vw;
  }
  .content-footer3 {
    padding: 1vw 0;
    font-size: 3.2vw;
  }
  .flex-footer__li #ot-sdk-btn.ot-sdk-show-settings,
  .flex-footer__li #ot-sdk-btn.optanon-show-settings {
    font-size: 2.5vw;
    padding: 1.333vw;
    width: 24vw;
  }
}

@media (min-width: 769px) {
  .l-header-bnr {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .l-header-bnr {
    position: fixed;
    top: 0;
    right: calc(260 / 750 * 100vw);
    z-index: 110;
  }

  .l-header-bnr img {
    width: calc(184 / 750 * 100vw);
  }
}


/* modal */

.modal-btn {
  display: block;
  width: fit-content;
}

.modal-btn img:hover{
  opacity: .6;
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overscroll-behavior: contain;
  z-index:999;
  display: none;
  transition: opacity 1s ease;
  overflow-y: scroll;
  overflow-x: hidden;
}

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

.modal::before,
.modal::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.modal__wrap {
  width: calc(100vw - 40px);
  margin: auto;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding: 20px;
  /* opacity: 0; */
  /* animation: fadeIn 1s ease .5s forwards; */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);

  }
}

.modal__main {
  position: relative;
  max-width: 1000px;
  pointer-events: auto;
  width: 100%;
  margin: 0 auto;
  transition: background-color .3s ease;
}

.modal__close {
  position: absolute;
  border: none;
  background: none;
  text-align: center;
  right: -30px;
  top: 0;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.modal__lead {
  text-align: center;
  margin-bottom: 15px;
}

.modal__ttl {
  text-align: center;
  margin-bottom: 20px;
}

.modal__ttl span {
  position: relative;
  display: inline-block;
}

.modal span:after {
  position: absolute;
  display: block;
  left: calc(100% + 8px);
  top: 0;
  bottom: 0;
  margin: auto;
  content: '正解';
  width: 50px;
  height: 48px;
  background: no-repeat url(/assets/img/top/ttl_new_02.svg) top left / 100% auto;
  overflow: hidden;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  transition: opacity .3s ease;
}

.modal__img {
  position: relative;
}

.modal__img>*+* {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s ease;
}

.modal__lower {
  display: flex;
  margin: 30px -15px 0;
}

.modal__btn {
  width: 100%;
  text-align: center;
  margin: 0 15px;
}

.modal__btn>* {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #EB5F1E;
  width: 100%;
  font-size: 16px;
  height: 60px;
  position: relative;
  font-family: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .modal__btn>*:hover svg {
    transform: translateX(10px);
  }
}

.modal__btn button {
  background-color: #EB5F1E;
  color: #fff;
  cursor: pointer;
}

.modal__btn a {
  background-color: #fff;
  text-decoration: none;
  color: #000;
}

.modal__btn svg {
  fill: currentColor;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .3s ease;
  display: inline-block;
  max-width: 16.39px;
  width: 100%;
  max-height: 16.7px;
  height: 100%;
}

.modal__check {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.modal__check input {
  display: none;
}

.modal__check label {
  font-size: 16px;
  display: block;
  cursor: pointer;
  transition: padding .3s ease;
  position: relative;
  padding-left: 33px;
}

.modal__check label::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(/assets/img/top/btn_check_01.png) 0 0 no-repeat;
  background-size: 100%;
}

.modal__check input:checked+label::before {
  background-position-y: 100%;
}

.modal[aria-hidden="false"] {
  opacity: 1;
  display: flex;
}
.modal[aria-hidden="true"] {
  opacity: 0;
}

.modal[data-answer="true"] .modal__main {
  background-color: #FFE3D6;
}

.modal[data-answer="true"] .modal__img>*+* {
  opacity: 0;
}

.modal[data-answer="true"] .modal__ttl span:after {
  opacity: 1;
}

.modal__svg {
  display: none;
}

@media (max-width: 768px) {
  .modal__wrap {
    width: calc(100vw - 10px);
    padding: calc(40/500*100vw) 0;
  }

  .modal__main {
    max-width: 740px;
    padding: calc(20/500*100vw);
    height: auto;
  }

  .modal__close {
    right: 0;
    top: 0;
    max-width: calc(19/500*100vw);
    width: 100%;
  }

  .modal__lead {
    max-width: calc(344/500*100vw);
    margin: 0 auto calc(12/500*100vw);
  }

  .modal__ttl {
    max-width: calc(146/500*100vw);
    margin: 0 auto calc(16/500*100vw);
  }

  .modal__ttl span {
    max-width: calc(255/500*100vw);
    margin: 0 auto;
  }

  .modal__ttl span:after {
    left: calc(100% + 5/500*100vw);
    width: calc(40/500*100vw);
    height: calc(40/500*100vw);
  }

  .modal__lower {
    margin: calc(20/500*100vw) calc(-10/500*100vw) 0;
  }

  .modal__btn {
    margin: 0 calc(10/500*100vw);
  }

  .modal__btn>* {
    font-size: calc(18/500*100vw);
    height: calc(55/500*100vw);
    padding: 0 calc(12/500*100vw) 0 0;
  }

  .modal__btn svg {
    right: calc(15/500*100vw);
    max-width: calc(15/500*100vw);
    max-height: calc(15/500*100vw);
    font-size: calc(15/500*100vw);
  }

  .modal__check {
    margin-top: calc(25/500*100vw);
  }

  .modal__check label {
    font-size: calc(16/500*100vw);
    padding-left: calc(33/500*100vw);
  }

  .modal__check label::before {
    width: calc(23/500*100vw);
    height: calc(23/500*100vw);
  }
}

