/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
img {width:100%;}
a {text-decoration:none;color:#000;}
html {
	width: 100%;
	font-size: 62.5%;
}
/* reset END */

body {
	width: 100%;
	font-family: frank-new, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif ;
	font-style: normal;
	font-weight: 200;
	-webkit-text-size-adjust:100%;
	font-size:1.4rem;
	/*color:#000;*/
	line-height:1.5;
	letter-spacing: 0.15rem;
	font-feature-settings: "palt";
	/*background:#000;*/
	box-sizing: border-box;
	position: relative;
	
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
 }
 b, strong, .bold{
	font-family: frank-new, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif ;
}

strong2 {
  color: #dc000c;
  font-weight: bold;
}

.bg-BK {
    background: #000;
    color: #fff;
}
.bg-WT {
    background: #fff;
    color: #000;
}
.bg-GR {
    background: #1b1b1b;
}
.bg-LGR {
    background: #F7F7F7;
    color: #000;
}

*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


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

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

.pc-hide {
	display: none !important;
}

.display-tb {
	display: none !important;
}
.display-sp {
	display: none !important;
}

a:hover {
	opacity: 0.65;
	transition: opacity 0.5s ease-out;
}

a.no_link {
    pointer-events: none;
    opacity: 1;
}
.bk a.no_link {
    opacity: 1;
}
a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

.fadein {
	opacity : 0;
	transform: translateY(30px);
	transition: all 1s;
}
.r-box {
    display: flex;
}

.gray {
    color: #0000008a;
}

.mt3 {
    display: inline-block;
    margin: 3% 0 0;
}
.light-color {
    opacity: 0.4;
}
.full-link {
    cursor: pointer;
}
.full-link:hover .btn {
    background: #fff;
    border: solid 1px #fff;
	color: #DC000C;
	opacity: 1;
	transition: all 0.5s ease-out;
}
.full-link:hover :not(.btn) {
    opacity: 0.7;
	transition: all 0.5s ease-out;
}
.full-link:hover .icon-play {
	opacity: 1;
}

.soleil-red {
	color: #dc000c;
}

/* video
-----------------------------*/
video {
    width: 100%;
}

/* text
-----------------------------*/
/*連続英単語*/
* {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/*文字詰め*/
.selector {
  font-feature-settings: "palt";
}
.narrow-spacing {
    margin: -8%;
}
.title {
    font-size: 3.6rem;
    margin: 0 0 80px 0;
    padding: 0 30px 0 5%;
    /*color: #fff;*/
    display: inline-block;
}
.txt-small {
    color: #313131;
    font-size: 1.4rem;
    line-height: 2;
}

.txt-Xsmall {
    font-size: 1.2rem;	
}

.notes {
    font-size: 1.2rem;
    color: #0000008a;
    margin: 0 0 3% 0;
}
/*
.icon-facebook::before {
	content:"\f09a";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
*/
.italic {
	font-style: italic;
}


/* font icon
-----------------------------*/
.fab {
    font-size: 3.5rem;
}
i.far.fa-clone {
    margin: 0 0 0 10px;
}
.icon-play {
    width: 65px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
i.fas.fa-play {
    position: absolute;
    top: 0;
    font-size: 5.0rem;
    z-index: 100;
    color: #fff;
}
.icon-play img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* loader
-----------------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
	z-index: 100;
}

.loader {
    position: relative;
}
#loading{
	display: block;
	width: 100px;
	height: auto;
	fill: url("#gradient_1");
	animation:sunrise 2s ease 0s infinite;
}

.stop1{
  stop-color: #fff;
}
.stop2{
  stop-color: #dc000c;
}

@keyframes sunrise {
0% { fill: #dc000c; opacity: 0.2; }
/*0% { fill: -moz-linear-gradient(top, #ccc, #000); }*/
/*0% { fill: -webkit-linear-gradient(top, #ccc, #000); }*/
/*50%{ fill: url("#gradient_1"); }*/
100%{ fill: #dc000c; opacity: 1; }
}



/* btn
-----------------------------*/
.btn {
	color: #fff;
}
.btn.bk {
    color: #000;
}
.btn:hover {
    background: #fff;
    border: solid 1px #fff;
	color: #DC000C;
	opacity: 1;
	transition: all 0.5s ease-out;
}
.btn.bk:hover {
	border: solid 1px #fff;
}
.btn-circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    border: solid 1px #fff;
    padding: 0 0 0 2px;
    opacity: 0.5;
}
.bk .btn-circle {
    opacity: 0.1;
}
/*.btn-circle.no_link {
    background: #fff;
    opacity: 1;
    color: #000;
}
.bk .btn-circle.no_link {
    background: #000;
    opacity: 1;
    color: #fff;
}*/
.btn-01 {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #fff;
    padding: 5px 25px;
    font-size: 1.4rem;
    font-weight: 200;
}
.btn-01.bk {
    border: solid 1px #000;
}
.btn-02 {
    display: block;
    text-align: center;
    line-height: 32px;
    border: solid 1px #fff;
    font-size: 1.4rem;
    font-weight: 200;
    margin: 0 auto;
    padding: 17px;
    border-radius: 50px;
}
.btn-02.bk {
    border: solid 1px #000;
}
.btn-03 {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #000;
    padding: 15px 25px;
    font-size: 1.4rem;
    font-weight: 200;
    color: #000;
}
.btn-04 {
    display: block;
    text-align: center;
    line-height: 32px;
    border: solid 1px #000;
    font-size: 1.4rem;
    font-weight: 200;
    margin: 0 auto;
    padding: 17px;
    border-radius: 50px;
    color: #000;
}
.btn.side {
    display: inline-block;
    vertical-align: super;
}

.btn-box {
    margin: 60px 0;
}
.btn-box.center {
    text-align: center;
}
.btn-box li {
    width: 500px;
    margin: 0 auto 30px auto;
}


/*black*/
.lang.bk a {
	color: #000;
}
.bk .btn-circle {
    border: solid 1px #000;
}
.bk .btn:hover {
    background: #fff;
    border: solid 1px #fff;
    color: #DC000C;
    opacity: 1;
    transition: all 0.5s ease-out;
}

/* container
-----------------------------*/
.container-main {
    padding: 0 0 180px;
}
.container-main:first-child {
    padding: 180px 0 180px;
}
.container-main-inner {
	padding: 0 10%;
}

/* header
-----------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /* padding: 0 5%; */
    text-align: left;
    z-index: 30;
}

.head-nav {
    display: flex;
    position: fixed;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
    height: 100px;
    padding: 35px 45px;
	/*filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.6));*/
    background: linear-gradient(to bottom, #00000045, rgba(0, 0, 0, 0));
}
.head-nav.bk {
    color: #000;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.bg-LGR .head-nav.bk {
    color: #000;
    background: linear-gradient(to bottom, #F7F7F7, rgba(247, 247, 247, 0));
}
.head-nav a {
	color: #fff;
}
.head-nav.bk a {
    color: #000;
}
.head-nav > .logo {
    display: block;
    width: 190px;
    margin: 0;
}

.head-nav > .r-box {
    /* padding: 0 5%; */
    margin: 5px 0 0;
}

.gnav {
    padding: 0 25px 85px 0;
    font-weight: 200;
}

.gnav-list {
	display: flex;
	justify-content: flex-end;
    align-items: center;
}

.gnav-list li {
    height: 40px;
    margin: 0 0 0 40px;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gnav-list li a {
	display: block;
}
.gnav-list li ul {
    position: absolute;
    top: 25px;
	visibility: hidden;
	opacity: 0;
    z-index: 1;
}
.gnav-list li:hover ul {
    top: 30px;
	visibility: visible;
	opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gnav-list li ul li {
	height: 25px;
    margin: 0;
    font-size: 1.4rem;
	line-height: 1.8;
}


/* menu */
.full-gnav-trigger,
.full-gnav-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.full-gnav-trigger {
    position: fixed;
    right: 55px;
    width: 20px;
    height: 22px;
    margin: 0;
    z-index: 10;
}
.full-gnav-trigger:hover {
    opacity: 1;
}
.full-gnav-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
.full-gnav-trigger.bk span {
    background-color: #000;
}
.full-gnav-trigger.active span {
    background-color: #000;
}
.full-gnav-trigger span:nth-of-type(1) {
  top: 0;
}
.full-gnav-trigger span:nth-of-type(2) {
    top: 10px;
}
.full-gnav-trigger span:nth-of-type(3) {
  bottom: 0;
}
.full-gnav-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .4s;
}
.full-gnav-trigger.bk span:nth-of-type(2)::after {
    background-color: #000;
}
.full-gnav-trigger.active span:nth-of-type(2)::after {
    background-color: #000;
}
.full-gnav-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.full-gnav-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.full-gnav-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.full-gnav-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
/* menu END */

.lang {
    display: flex;
    justify-content: flex-end;
    margin: -5px 0 0 0;
    padding: 0 5px 0 0;
}
.lang li {
    margin: 0 0 0 8px;
}

/* scroll-line */
.scroll-line {
    font-weight: 600;
    display: inline-block;
    position: absolute;
    bottom: 0;
    /* right: -75px; */
    left: 2%;
    padding-bottom: 125px;
    font-size: 12px;
    letter-spacing: 0.2em;
    transition: all .3s;
    z-index: 3;
}
.scroll-line span {
    display: inline-block;
    transform: rotate(-90deg);
}
.scroll-line::after {
    content: '';
    display: block;
    position: absolute;
    left: 24px;
    width: 1px;
    background-color: #000;
    animation-name: lineMove;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@keyframes lineMove {
	0% {
		bottom: 90px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 90px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
/* scroll-line END */

/* full-gnav */
.full-gnav {
    background: #fff;
    opacity: 1;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 50;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.full-gnav-box {
    align-items: start;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    padding: 20px 0 0 0;
}
.full-gnav-box > .box {
    width: 80%;
    /* flex-direction: column; */
    padding: 0 0 50px;
}
.full-gnav > .logo {
    display: block;
    width: 130px;
    margin: 20px 0 20px 5%;
    /* padding: 0 0 20px 0; */
}
.full-gnav .lang.bk {
    padding: 0 0 7%;
}
.full-gnav-list {
    /* border-top: solid 1px #eee; */
    border-bottom: solid 1px #e3e3e3;
    padding: 10% 0;
}
.full-gnav .list-item {
    margin: 0;
}
.full-gnav .list-item a {
    color: #000;
    font-size: 3.2rem;
    font-weight: 100;
    /*padding: 20px;*/
    text-decoration: none;
    transition: .5s;
}
.full-gnav .list-item a:hover {
    opacity: 0.3;
}
.full-gnav-SNS {
    padding: 8% 0;
}
.full-gnav-list_2 {
    margin: 10% 0 0 0;
    font-size: 1.2rem;
    color: #a0a0a0;
}
.full-gnav-SNS .list-item a {
    font-size: 1.6rem;
    color: #a0a0a0;
}
.full-gnav-list_2 .list-item a {
    font-size: 1.2rem;
    color: #a0a0a0;
}
.full-gnav-list_2 .list-item {
    margin: 5% 0 0;
}

/* full-gnav END */

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 330px;
    font-size: 5rem;
    font-weight: 300;
    text-align: center;
}
.head-box-inner {
    display: inline-block;
    text-align: left;
}

.logo {
    display: block;
    width: 300px;
}

.debut {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 30px 0 0;
}



/* first-view
----------------------------------------------------------*/
.first-view {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


/*swiper-container*/
.swiper-container {
    position: absolute !important;
    bottom: 0;
    width: 100%;
	/*background: #00000040;*/
	/*background: rgba(0, 0, 0, 0.25)*/
}
/*.swiper-wrapper {
    position: relative;
    width: 100%;
    background: #00000040;
    bottom: 0;
}*/
.swiper-container.transform {
  /*display: none;*/
  transform: translateY(100%);
  transition: .7s;
  -webkit-transition: transform all 7s;
  -webkit-transition: -webkit-transform all 7s;
}

.swiper-wrapper .swiper-slide {
    width: 100%;
    vertical-align: middle;
    padding: 30px 50px;
}
.swiper-wrapper .swiper-slide p {
    display: inline-block;
    font-size: 1.4rem;
}
.swiper-wrapper .swiper-slide .date {
    margin: 0 10px 0 0;
}
.swiper-wrapper .swiper-slide .title {
    padding: 0;
    margin: 0 15px 0 0;
    font-weight: bold;
}
.swiper-wrapper .swiper-slide .link {
    color: #fff;
    opacity: 0.65;
    float: right;
}
.swiper-wrapper .swiper-slide .link.arrow::after {
    display: inline-block;
    content: "";
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}


/* main-slider
----------------------------------------------------------*/
/*body a, body a:visited {
  color: #efefef;
  text-decoration: none;
}
body a:hover {
  color: #fff;
}
*/


.main-slider .slick-slide, .main-slider .slick-slide::before, .main-slider .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 8vh;
    /*margin-bottom: 180px;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider.slick-slide {
  position: relative;
  height: 38vw;
}
.main-slider.slick-slider {
  overflow: hidden;
}
.main-slider.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
		  margin: 50vh 0;/*追加*/
}
.main-slider .slick-slide iframe {
    position: relative;
    pointer-events: none;
    height: 100vh;/*追加*/
}
.main-slider .youtube iframe {
    transform: scale(1);
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100vh;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  opacity: 0.8;
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .caption-wrap2 {
    min-height: 100%;
    min-width: 35%;
    position: fixed;
}
/*200507追加*/

.main-slider .slick-slide.slick-active .caption {
    opacity: 1;
    /* -webkit-transform: translateY(0); */
    /* transform: translateY(0); */
    /* -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; */
    /* transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s; */
}

/*.main-slider .caption {
    position: absolute;
    bottom: 260px;
    left: 5%;
    width: 50%;
    text-align: left;
    padding: 0;
    color: #fff;
    margin: 0;
    font-size: 5.0rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}*/

.main-slider .caption {
    position: absolute;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 5%;
    width: 50%;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 5.0rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.game-catch {
    font-size: 3.0rem;
    padding: 0 0 10px 4px;
}
/*
.game-no {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5;
    opacity: 0.6;
} */
.game-note {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5;
    margin: 2% 0 0 4px;
    opacity: 0.6;
}
/*slick-dots*/
.main-slider .slick-dots {
    position: absolute;
    right: 5%;
    bottom: 120px;
	display: none !important;
}
.main-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 5px;
}
.main-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
    text-indent: -9999px;
}
.main-slider .slick-dots li button:focus {
  outline: none;
}
.main-slider .slick-dots li button:hover {
  opacity: 1;
}
.main-slider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #DC000C;
}
/*slick-dots END*/

.container {
  background-color: #f2f2f2;
  color: #444;
  line-height: 1.6;
  padding: 40px 0;
}
.container .content {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.container p {
  margin-bottom: 40px;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
/* END
----------------------------------------------------------*/




/* top-
----------------------------------------------------------*/
.top-container.container-main {
    padding: 120px 0;
}




/* top-games
----------------------------------------------------------*/
.top-container.container-main.top-games {
    padding: 180px 0 240px;
}

.home-games-video-wrap {
    width: 60%;
    overflow: hidden;
}
.home-games-video {
    width: 60%;
    overflow: hidden;
}
.home-games-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
}
.top-games ul li {
    display: flex;
    overflow: hidden;
    margin: 0 0 120px;
}
.top-games ul li .release-year {
    font-size: 13vw;
    text-align: end;
    line-height: 0.75;
    letter-spacing: 0rem;
    margin: 0 -20px 0 0;
    opacity: 0.15;
}
.top-games .caption {
    width: 32%;
    margin: 0 0 0 8%;
    color: #fff;
    /* line-height: 1.3; */
}
.caption-box {
    width: 90%;
    padding: 80px 0 0;
}
.game-title {
    padding: 0;
    margin: 0 0 20px;
    font-size: 2.6rem;
}
.game-spec {
    margin: 15px 0 0;
}
.game-copyright {
    font-size: 1.0rem;
    opacity: 0.5;
}
.top-games .caption .btn {
    margin: 50px 0 0;
}

.top-games ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.top-games ul li:nth-child(even) .caption {
    width: 32%;
    margin: 0 8% 0 0;
    color: #fff;
    /* line-height: 1.3; */
}
.top-games ul li:nth-child(even) .release-year {
    text-align: start;
    line-height: 0.75;
    letter-spacing: 0rem;
    margin: 0 0 0 -20px;
    opacity: 0.15;
}
.top-games ul li:nth-child(even) .caption-box {
    width: 90%;
    padding: 80px 0 0 30%;
}

/*_16x9*/
._16x9 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
._16x92 {
  position: relative;
  width: 60%;
  overflow: hidden;
}

._16x9::before {
  content: " ";
  display: block;
  padding-top: 56.25%; // 9/16*100=56.25
}
._16x9_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
._16x9 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*_4x3*/
._4x3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

._4x3::before {
  content: " ";
  display: block;
  padding-top: 56.25%; // 9/16*100=56.25
}
._4x3_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
._4x3 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*_3x2*/
._3x2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

._3x2::before {
  content: " ";
  display: block;
  padding-top: 66.66%; // 2/3*100=66.66
}
._3x2_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
._3x2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*_2x3*/
._2x3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

._2x3::before {
  content: " ";
  display: block;
  padding-top: 150%; // 3/2*100=150
}

._2x3 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

._center > img {
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: 100%;
}

/*_fit*/
._fit {
  position: relative;
  width: 100%;
  overflow: hidden;
}
._fit::before {
  content: " ";
  display: block;
  padding-top: 56.25%; // 9/16*100=56.25
}
._fit > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.home-games-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}



/* top-careers
----------------------------------------------------------*/
/*.top-careers.bg-GR {
    background: #484848;
}*/
.top-careers .top-container.container-main {
    padding: 240px 0;
    color: #000;
}
.top-careers .careers-message {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: -200px 0 100px;
}
.top-careers .careers-message .txt {
	font-size: 1.4rem;
    padding: 220px 0 0;
}
.top-careers .careers-message .img {
    width: 70%;
}
.top-careers .careers-message .title {
    margin: 0 0 30px;
    padding: 0;
    display: inline-block;
}
.top-careers .careers-message .btn-01 {
    margin: 25px 0 0;
}


.top-careers .inner-contents-wrap {
    margin: 0 0 0 13%;
    padding: 120px 10% !important;
}
.top-careers .inner-contents {
    color: #000;
    background: none;
	padding: 0;
}

.top-careers .roles .title {
    color: #000;
}
.top-careers .job-list .list-item {
    width: 30%;
    margin: 0 0 20px;
}
.top-careers .job-list .title {
    font-size: 1.6rem;
    margin: 0 0 5px 0;
    display: block;
	position: relative;
}
.top-careers .job-list .btn {
    margin: 10px 0 0;
}
.top-careers .job-list .btn-01 {
    display: none;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    padding: 1px 15px;
    font-size: 1.2rem;
    font-weight: 200;
}


.top-careers .inner-contents.interview {
    padding: 80px 0 40px;
}
.top-careers .interview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-careers .interview-list .list-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin: 0 40px 60px 0;
}
.top-careers .interview-list .name {
    font-size: 1.5rem;
    margin: 5px 0 15px;
}
.top-careers .interview-list .txt.main {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.top-careers .interview-list .txt.sub {
    font-size: 1.2rem;
}

/* circle-arrow */
/*
.circle-arrow::before,
.circle-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.circle-arrow:before {
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-arrow::after {
    right: 6px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.top-careers .arrow::after {
    display: inline-block;
    content: "";
    /* position: absolute; */
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 10px;
	border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
}


/* top-news
----------------------------------------------------------*/
/*.top-news.bg-GR {
    background: #484848;
}*/
.top-news.top-container.container-main {
    padding: 0 0 120px;
}

.top-news .container-main-inner {
    padding: 0 13%;
}
.top-news-list-item {
    background: #fff;
    display: flex;
    margin: 0 0 15px;
    /*box-shadow: 0 0 8px #eee;*/
}

.top-news-list-item .img {
    width: 35%;
    background: #F7F7F7;
}
.top-news-list-item .txt-box {
	width: 65%;
    padding: 4%;
    color: #000;
}
.news-title {
    margin: 0 0 15px;
}
.news-date {
    margin: 0 0 5px;
}
.news-cate_news::after {
    content: " ｜ News";
}
.news-cate_events::after {
    content: " ｜ Events";
}
.news-cate_PR::after {
    content: " ｜ Press Releases";
}
.news-cate_highlights::after {
    content: " ｜ Highlights";
}
.news-title {
    overflow: hidden;
    /* position: relative; */
    /* line-height: 2rem; */
    max-height: 4rem;
    /* text-align: justify; */
}
/*.news-title::before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        width: 1em;
}*/
/*.news-title::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 2rem;
        background-color: #fff;
}*/
.news-txt {
    overflow: hidden;
    position: relative;
    line-height: 2rem;
    max-height: 2rem;
    text-align: justify;
}
.news-txt::before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        width: 1em;
}
.news-txt::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 2rem;
        background-color: #fff;
}
.my-red {
        color: red;
}



/* footer
----------------------------------------------------------*/
.footer {
    background: #000;
}
.bnr {
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
}
.bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bnr li {
    /* width: 50%; */
    /* height: 150px; */
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bnr_1 li {
    width: 50%;
    height: 250px;
    margin: 0;
    color: #fff;
    /* background: #fff; */
}
.bnr_2 li {
    width: 50%;
    height: 120px;
    color: #dc000c;
    background: #fff;
}
.bnr li a {
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.bnr li.about {
    background: #e23e47;
}
.bnr li.facebook {
    background: #e6525a;
}
.bnr li.access {
    /* background: #e6525a; */
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    border-right: solid 1px #F7F7F7;
}
.bnr li.contact {
    /* background: #e23e47; */
    border-left: solid 1px #F7F7F7;
}
.bnr li:hover {
	color: #fff;
	background: #DC000C;
    transition: all .5s ease;
}
.bnr .sub-txt {
    font-size: 1.6rem;
}


.site-map {
    width: 100%;
    padding: 55px 45px 40px;
    color: #000;
    background: #F7F7F7;
}
.foot-nav_1 {
    display: flex;
    justify-content: space-between;

}
.foot-nav_1 > .logo {
    display: block;
    width: 160px;
    margin: -8px 0 0;
}
.foot-nav_1 .gnav {
    padding: 0 50px 85px 0;
    font-weight: 200;
}
.foot-nav_1 .gnav-list > li {
    height: 40px;
    margin: 0 0 0 60px;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.foot-nav_1 .gnav-list > li ul {
    position: absolute;
    top: 30px;
    visibility: visible;
    opacity: 0.4;
    z-index: 1;
}
.foot-nav_2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    margin: 70px 0 0;
}

.foot-nav_2 .box {
    display: flex;
    flex-direction: row-reverse;
}
.foot-nav_2 .box li {
    margin: 0 25px 0 0;
}
.SNS-fb {
    margin: -4px 0 0;
}
.SNS-fb .fab {
    font-size: 2.8rem;
    vertical-align: middle;
    margin: 0 0 0 10px;
}


.arrow::after {
    display: inline-block;
    content: "";
    /* position: absolute; */
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    border-top: solid 3px #dc000c;
    border-right: solid 3px #dc000c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.access:hover .arrow::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transition: all .5s ease;}




/* Games
----------------------------------------------------------*/
/*#Games .container-main {
    color: #fff;
}*/
#Games .container-main ul {
    display: flex;
    justify-content: space-between;
}
#Games .container-main ul li {
    width: 45%;
	margin: 0 0 60px;
}
#Games .container-main ul li .img {
    margin: 0 0 30px;
}

/* Games Detail
----------------------------------------------------------*/
.games-detail-video-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 0 80px;
}
.games-detail-video {
    width: 100%;
    overflow: hidden;
}
.games-detail-video video {
    position: absolute;
    top: 0;
}
/*.games-detail-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    transform: scale(1.3);
}*/
.games-detail-video ._16x9_content {
    opacity: 0.8;
}

#Games-detail {
    color: #fff;
}
#Games-detail .container-main-inner {
    padding: 0 15%;
}
.games-detail-cap {
    margin: 0 0 100px 0;
}
.games-detail-capture {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.games-detail-capture li {
    width: 31%;
    margin: 0;
}
.games-detail-capture li .img {
    margin: 0 0 30px;
}

/*layout-table-01*/
.games-detail-txt {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
    width: 100%;
    font-size: 1.8rem;
}
.games-detail-txt > dt.table-top {
    /*border-top: 0px solid #000;*/
}
.games-detail-txt > dd.table-top {
    /*border-top: 0px solid #e2e2e2;*/
}
.games-detail-txt dt {
    width: 15%;
    padding: 15px 0;
    /*border-bottom: 0px solid #000;*/
}
.games-detail-txt dd {
    width: 80%;
    padding: 15px 0;
    margin: 0 0 0 5%;
}
/*layout-table-01 END*/
/*.games-detail-txt {
    font-size: 2.0rem;
}
.games-detail-txt .release::before {
    content: "Release｜ ";
}
.games-detail-txt .publisher::before {
    content: "Publisher｜ ";
}
.games-detail-txt .platform::before {
    content: "Platform｜ ";
}*/

.games-detail-pac {
    display: flex;
    padding: 40px 0;
    border-top: solid 1px #262626;
}
.games-detail-package {
    display: flex;
    margin: 50px 0 50px 0;
    border-top: solid 1px #262626;
    border-bottom: solid 1px #262626;
}
.games-detail-package li {
    width: 20%;
}
/*.games-detail-txt-copyright {
    opacity: 0.4;
}*/



/* About
----------------------------------------------------------*/
.corporate-message {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 120px;
}
.corporate-message .img {
    width: 70%;
}
.corporate-message .txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 0 0 5% 0;
    padding: 50px 0 0;
    z-index: 5;
    width: 25%;
}
.corporate-message .catch {
    font-size: 8.5rem;
    line-height: 1.2;
    margin: 0 0 40px -18%;
    width: 100%;
}
.sub-catch {
    margin: 0 0 0 12%;
}
.signature {
    display: block;
    background-image: url(../images/about/signature.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:contain;
    width: 175px;
    height: 50px;
    margin: 30px 0 0 auto;
    text-indent: -9999px;
}
.signature.EN {
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: auto;
    height: 50px;
    margin: 30px 0 0 auto;
    text-indent: 0;
}

/*Access*/
#maps {
	height: 550px;
	margin: 0 0 50px;
}
.map {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}



/*layout-table-01*/
.layout-table-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    font-size: 1.4rem;
}

.layout-table-01 > dt.table-top {
    /*border-top: 0px solid #000;*/
}
.layout-table-01 > dd.table-top {
    /*border-top: 0px solid #e2e2e2;*/
}
.layout-table-01 dt {
    width: 15%;
    padding: 15px 0;
    /*border-bottom: 0px solid #000;*/
}
.layout-table-01 dd {
    width: 80%;
    padding: 15px 0;
    margin: 0 0 0 5%;
}
/*layout-table-01 END*/

/*layout-table-02*/
.layout-table-02 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    font-size: 1.4rem;
}

.layout-table-02 > dt.table-top {
    /*border-top: 0px solid #000;*/
}
.layout-table-02 > dd.table-top {
    /*border-top: 0px solid #e2e2e2;*/
}
.layout-table-02 dt {
    width: 10%;
    padding: 15px 0;
    /*border-bottom: 0px solid #000;*/
}
.layout-table-02 dd {
    width: 87%;
    padding: 15px 0;
    margin: 0 0 0 3%;
}
/*layout-table-02 END*/

/*layout-table-03*/
.layout-table-03 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
}
.layout-table-03 > dt.table-top {
    border-top: 1px solid #e2e2e2;
}
.layout-table-03 > dd.table-top {
    border-top: 1px solid #e2e2e2;
}
.layout-table-03 dt {
    width: 30%;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold;
}
.layout-table-03 dd {
    width: 70%;
    padding: 30px 0;
    /* margin: 0 0 0 5%; */
    border-bottom: 1px solid #e2e2e2;
}


.layout-table-03.job-desc {
    font-size: 1.4rem;
}
.layout-table-03.job-desc dt {
    padding: 15px 30px 15px 0;
}
.layout-table-03.job-desc dd {
    padding: 15px 0;
}

/*layout-table-03 END*/

/*layout-table-05*/
.layout-table-05 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    font-size: 1.4rem;
}
.layout-table-05 > dt.table-top {
    border-top: 1px solid #e2e2e2;
}
.layout-table-05 > dd.table-top {
    border-top: none;
}
.layout-table-05 dt {
    width: 100%;
    padding: 15px 30px 15px 0;
    border-bottom: none;
    font-weight: bold;
}
.layout-table-05 dd {
    width: 100%;
    padding: 0 0 15px;
    /* margin: 0 0 0 5%; */
    border-bottom: 1px solid #e2e2e2;
}
/*layout-table-05 END*/


.inner-contents-wrap {
    padding: 0 18%;
    margin: 0 0 120px;
}
.inner-contents-wrap.bg-LGR {
    padding: 120px 18%;
}
.inner-contents {
    padding: 0 0 120px;
}
.inner-contents.end {
    padding: 0;
}
.inner-contents .title {
    font-size: 2.8rem;
    margin: 0 0 80px 0;
    padding: 0;
    display: inline-block;
}
.inner-contents .img {
    margin: 0 0 50px;
}
.inner-contents .txt {
    line-height: 2.0;
}
.top-line::before {
    content: '';
    display: block;
    background: #dc000c;
    height: 4px;
    width: 100px;
    margin-bottom: 30px;
}


/* Contact
----------------------------------------------------------*/
#Contact .inner-contents .txt {
    font-size: 1.6rem;
    margin: 0 0 30px;
}
/*.contact-link {
    border-top: solid 1px #000;
}
.contact-link li {
    display: block;
    border-bottom: solid 1px #000;
}*/
/*.contact-link a {
    display: block;
    padding: 20px 0;
	color: #000;
}*/
/*.contact-link .full-link:hover :not(.btn) {
    background: #F7F7F7;
    opacity: 1;
    transition: all 0.5s ease-out;
}*/
.domain::before {
   content: '@';
}


/* News
----------------------------------------------------------*/
.news .container-main-inner {
    padding: 0 13%;
}
.news .top-news-list-item {
    /*box-shadow: 0 0 8px #eee;*/
}

.news-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 30px 0 30px 0;
}
.news-video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: gainsboro;
}

.pr a {
    color:#fff;
}

/* News-detail
----------------------------------------------------------*/
#News-detail .title {
    font-size: 2.8rem;
}
#News-detail .container-main-inner {
    padding: 0 15%;
}
.news-detail-txt-right {
    font-size: 1.6rem;
    line-height: 2;
    text-align: right;
}
.news-detail-txt {
    font-size: 1.6rem;
    line-height: 2;
}
.news-detail-txt b {
    font-size: 1rem;
    line-height: 2;
}
.news-detail-img-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 0 80px;
}
.news-detail-img-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.news-detail-txt a {
    color: #fff;
    background: #000;
}
#News-detail .news-date {
    font-size: 2.0rem;
    margin: 0 0 10px 0;
    padding: 0 0 0 5%;
    display: block;
}
.news-copyright {
    font-size: 1.2rem;
    opacity: 0.5;
    text-align: center;
    margin: 20px 0 0 0;
}

/* Careers
----------------------------------------------------------*/
#Careers .container-main {
    padding: 180px 0 0;
}
#Careers .inner-contents-wrap.bg-LGR {
    margin: 0;
}
.careers-message {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 120px;
}
.careers-message .img {
    width: 60%;
}
.careers-message .txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 0 5%;
    padding: 150px 0 0;
    z-index: 5;
    width: 35%;
}

.bnr_CEO-Interview {
    background: #518BC6;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.bnr_CEO-Interview img {
    height: 200px;
    display: block;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
}
.bnr_CEO-Interview .txt-box {
    position: absolute;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90px, -50%);
    -webkit-transform: translate(-90px, -50%);
    -ms-transform: translate(-90px, -50%);
}
.bnr_CEO-Interview .bnr-catch {
    font-size: 2.6rem;
    font-weight: bold;
}
.bnr_CEO-Interview .bnr-catch-sub {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    opacity: 0.8;
    margin: 5px 0 0;
}
.bnr_CEO-Interview .bnr-link {
    opacity: 0.8;
    margin: 25px 0 0;
}


.job-list {
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.job-list .list-item {
    width: 45%;
    margin: 0 0 100px;
}
.job-list .title {
    font-size: 2.0rem;
    margin: 0 0 20px 0;
    display: block;
}
.job-list .btn {
    margin: 20px 0 0;
}

.interview-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 -100px;
}
.interview-list .list-item {
    width: 30%;
    margin: 0 5% 100px 0;
    display: flex;
    flex-direction: column;
}
#Careers .interview-list .list-item:nth-child(3n) {
    margin: 0;
}
.interview-list .caption {
    margin: -20px 0 0;
    z-index: 20;
}
.roles {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background: linear-gradient(100deg, #dc000c, #ff9399);
    padding: 1px 5px 0;
}
.roles-txt {
    font-size: 1.6rem;
    padding: 0 0 50px 0;
}
.roles-txt a {
    color: #fff;
    background: #000;
}
.interview-list .name {
    font-size: 1.6rem;
    margin: 5px 0 15px;
}
.interview-list .txt {
    line-height: 1.5;
}
.interview-list .txt.main {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.interview-list .txt.sub {
    color: #000;
    opacity: 0.4;
}


/*Careers-roles*/
#Careers-roles .txt {
    font-size: 1.6rem;
    margin: 0 0 35px;
}
/*layout-table-04*/
.layout-table-04 dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.layout-table-04 dd {
    margin: 0 0 20px;
}

.roles-detail-list .list-item {
    margin: 0 0 30px 0;
	font-size: 1.6rem;
}
.roles-detail-list .list-item .like {
    position: relative;
    padding: 10px 0 10px 25px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}
.roles-detail-list .list-item .main {
    position: relative;
    padding: 10px 0 10px 25px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}
.roles-detail-list .list-item .main::before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0px;
}
.addition {
    display: block;
    padding: 0 0 0 25px;
}

/*Careers-interview*/
#Careers-interview .container-main >.title {
    font-size: 2.8rem;
}
.interview-head-wrap {
    padding: 0 24%;
    margin: 0 0 50px;
}
.interview-title-wrap {
    padding: 50px 0 0;
    margin: 0 0 0;
}
#Careers-interview .interview-head-wrap > .title {
    font-size: 2.4rem;
    padding: 0 15px 0 0;
    margin: 0;
}
.interview-head > ._16x9 {
    position: relative;
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
}

#Careers-interview ._2x3 {
    width: 40%;
    margin: 0 auto 50px !important;
}

.interview-profile {
    padding: 0 24% 30px;
    margin: 50px 0;
}
.interview-profile .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}
.txt.question {
    padding: 0 10%;
    font-size: 1.6rem;
    /* font-weight: bold; */
    color: #8e8e8e;
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.txt.question:before {
    content: "";
    /* flex-grow: 1; */
    height: 1px;
    width: 30px;
    background: #7b7b7b;
    display: block;
}
.txt.answer {
    padding: 0 10%;
    font-size: 1.6rem;
    margin: 0 0 60px;
}
.txt.answer a{
    color: #fff;
    background: #000;
}
.layout-table-03 a {
    color: #fff;
    background: #000;
}
.profile-first .name {
    font-weight: bold;
}
.profile .name {
    font-weight: bold;
}
.profile {
    margin: 10px 0 0;
}
.answer-name {
    font-weight: bold;
}
.leader {
	font-family: Meiryo;
}


/* Privacy-Policy
----------------------------------------------------------*/
#Privacy-Policy .container-main-inner {
    padding: 0;
	margin: 0 auto;
	width: 960px;
}
/**/
.table-layout-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 4% 0 10% 0;
}

.table-layout-01 > dt.b-top {
    border-top: 0px solid #e3e3e3;
}
.table-layout-01 > dd.b-top {
    border-top: 0px solid #e3e3e3;
}
.table-layout-01 dt {
    width: 100%;
    padding: 3% 0 2%;
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.8rem;
    font-weight: bold;
}
.table-layout-01 dd {
    width: 100%;
    padding: 3% 0 3%;
    border-bottom: 0px solid #e3e3e3;
}

.table-layout-01 a {
    color: #fff;
    background: #000;
}


/* maintenance
-----------------------------*/
.maintenance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.maintenance .title {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0 0 2%;
}
.maintenance .schedule {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 4% 0;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*--------------------------------------------------------------------------------------------------
 breakpoint 1920px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1919px) {

.interview-head > ._16x9 {
    position: relative;
    width: 64%;
    overflow: hidden;
    margin: 0 auto;
}

/* top-games
----------------------------------------------------------*/
.top-container.container-main.top-games {
    padding: 180px 0 200px;
}

/* top-careers
----------------------------------------------------------*/
.top-careers .job-list .list-item {
    width: 50%;
    margin: 0 0 20px;
}

/* Careers
----------------------------------------------------------*/
#Careers-interview ._2x3 {
    width: 55%;
    margin: 0 auto 50px !important;
}




}/* breakpoint 1920px */




/*--------------------------------------------------------------------------------------------------
 breakpoint 960px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {

.sp-hide {
	display: none !important;
}
.sp-s-hide {
	display: block !important;
}
.pc-hide {
	display: block !important;		
}

.display-pc {
	display: none !important;
}
.display-tb {
	display: block !important;
}
.display-sp {
	display: none !important;
}



/* All
-----------------------------*/
.container-main:first-child {
    padding: 120px 0 180px;
}


/* header
-----------------------------*/
.head-nav {
    padding: 27px 30px;
}
.head-nav > .logo {
    display: block;
    width: 170px;
    margin: 0;
}
.full-gnav-trigger {
    right: 40px;
    width: 20px;
    height: 22px;
    margin: 34px 0 0 0;
    z-index: 100;
}
/*full-gnav*/
.full-gnav-box {
    padding: 30px 0 0 0;
}
.full-gnav > .logo {
    display: block;
    width: 170px;
    margin: 27px 0 20px 30px;
}
.full-gnav .lang.bk {
    padding: 0 0 15px;
}
.full-gnav-list {
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 0;
}
.full-gnav-SNS {
    padding: 15px 0;
}
.full-gnav-list_2 {
    margin: 30px 0 0 0;
    font-size: 1.2rem;
    color: #a0a0a0;
}


/* swiper-wrapper
-----------------------------*/
.swiper-wrapper {
    /*padding: 0 5%;*/
}
.swiper-wrapper .swiper-slide {
    padding: 30px 5%;
}
.swiper-wrapper .swiper-slide p {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
.swiper-wrapper .swiper-slide .title {
    margin: 0 8px 0 0;
}
.swiper-wrapper .swiper-slide .date {
    margin: 0 8px 0 0;
}
.swiper-wrapper .swiper-slide .txt {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.swiper-wrapper .swiper-slide .link {
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    padding: 2px 0 0;
}
.swiper-wrapper .swiper-slide .link.arrow::after {
    right: 6px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 5px;
}



/* main-slider
-----------------------------*/
.game-catch {
    font-size: 2.0rem;
    padding: 0 0 10px 0;
}
.main-slider .caption {
    left: 0;
    text-align: left;
    padding: 0 5%;
    font-size: 3.0rem;
    width: 60%;
}
.game-name {
    line-height: 1.2;
}
.main-slider .btn {
    margin: 30px 0 0;
}


/* footer bnr
-----------------------------*/
.bnr li.access {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* footer
-----------------------------*/
/* site-map */
.site-map {
    padding: 8% 6% 10%;
}

.foot-nav_1 > .logo {
    display: block;
    width: 130px;
    margin: 0;
}
.foot-nav_1 {
    display: block;
}
.foot-nav_1 .gnav {
    padding: 25px 0 0;
}
.foot-nav_1 .gnav-list > li {
    height: 40px;
    margin: 0;
}
.gnav-list {
    display: block;
}
.r-box {
    display: block;
}
.lang {
    justify-content: flex-start;
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 5px 20px 0;
}
.lang li {
    margin: 0 8px 0 0;
}
.foot-nav_2 {
    display: block;
    margin: 25px 0 0;
}
.foot-nav_2 .box {
    display: block;
    font-size: 1.2rem;
}
.foot-nav_2 .box li {
    margin: 10px 0 0 0;
}
.SNS-fb {
    margin: -4px 0 0;
    padding: 0 0 30px;
    /* border-top: solid 1px #ccc; */
}

/* #Home games
-----------------------------*/
.top-games ul li {
    display: block;
    overflow: hidden;
    margin: 0 0 100px;
}
.home-games-video-wrap {
    width: 90%;
    overflow: hidden;
}
.top-games .caption , .top-games ul li:nth-child(even) .caption {
    width: 90%;
    margin: 0 0 0 10%;
    color: #fff;
}
#Home .release-year, .top-games ul li:nth-child(even) .release-year {
    font-size: 15vw;
    margin: -7px -20px 0 0;
}
.caption-box , .top-games ul li:nth-child(even) .caption-box {
    width: 94%;
    padding: 40px 0 0;
}
.top-games ul li:nth-child(even) {
    flex-direction: row;
}
.top-games ul li:nth-child(even) .release-year {
    text-align: end;
}

/* top-careers
-----------------------------*/
.top-careers .careers-message .txt {
    font-size: 1.4rem;
    padding: 50px 0 0;
}

.top-careers .interview-slider {
    margin: 0;
    padding: 0 0 50px;
}
.top-careers .interview-list {
    justify-content: space-between;
}
.top-careers .interview-list .list-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

/* top-news
-----------------------------*/
.top-news .container-main-inner {
    padding: 0 6%;
}
.top-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-news-list-item {
    display: block;
    width: 48%;
    margin: 0 0 35px;
}
.top-news-list-item .img {
    width: 100%;
    background: #F7F7F7;
}
.top-news-list-item .txt-box {
	width: 100%;
    padding: 7%;
    color: #000;
}


/* #Games-detail
-----------------------------*/
.btn-box li {
    width: 80%;
}
.games-detail-txt dt {
    width: 100%;
    padding: 20px 0 5px;
}
.games-detail-txt dd {
    width: 100%;
    padding: 5px 0 20px;
    margin: 0;
    border-bottom: solid 1px #262626;
}
.games-detail-package li {
    width: 42%;
}

/* About
-----------------------------*/
.corporate-message .txt {
    padding: 50px 6% 0 0;
    width: 40%;
}
.corporate-message .catch {
    margin: 0 0 20px -25%;
    width: 125%;
}
.sub-catch {
    margin: 0 0 0 -60%;
}

/* News-detail
-----------------------------*/
.news-detail-img-wrap {
    margin: 0 0 30px;
}


/* Careers
-----------------------------*/
#Careers .container-main {
    padding: 120px 0 0;
}
#Careers .inner-contents .title {
    margin: 0 6% 80px;
}
#Careers .inner-contents .job-list .title {
    margin: 0 0 15px;
}
#Careers .job-list {
    margin: 0 6%;
}
#Careers .btn-box {
    margin: 50px 6%;
}


.careers-message {
    flex-direction: column;
}
.careers-message .img {
    width: 80%;
}
.careers-message .txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 0 5% 0 25%;
    padding: 50px 0 0;
    z-index: 5;
    width: 70%;
}


#Careers .inner-contents-wrap.bg-LGR {
    padding: 120px 0;
}

.bnr_CEO-Interview img {
    top: 65%;
    left: 30%;
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
}


/*interview-slider---------------*/
.interview-slider {
    margin: 0 0 0 6%;
    padding: 0 0 50px;
}
.interview-slider .slick-list {
	padding: 0 55% 0 0
}
.interview-slider .slick-slide {
    width: 30%;
    height: auto;
    padding: 0 4% 0 0;
	margin: 0;
}
.interview-slider .slick-next {
	right: 20px;
	z-index: 99;
}
.interview-slider .slick-prev {
	left: 15px;
	z-index: 100;
}
/*slick-arrow*/
.slick-arrow {
    width: 15px;
}

/*slick-dots*/
.interview-slider .slick-dots {
    position: absolute;
    right: 6%;
    bottom: 0;
}
.interview-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.interview-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #ccc;
    background-color: #ccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
    text-indent: -9999px;
}
.interview-slider .slick-dots li button:focus {
  outline: none;
}
.interview-slider .slick-dots li button:hover {
  opacity: 1;
}
.interview-slider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #DC000C;
}
/*slick-dots END*/
/*interview-slider END---------------*/


/* Privacy-Policy
-----------------------------*/
#Privacy-Policy .container-main-inner {
    padding: 0 6%;
    margin: 0;
    width: 100%;
}

/*layout-table*/
.layout-table-03 {
    flex-direction: column;
}
.layout-table-03 dt {
    width: 100%;
    padding: 15px 30px 0 0;
    border-bottom: none;
    font-weight: bold;
}
.layout-table-03 dd {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.layout-table-03 > dd.table-top {
    border-top: none;
}



/*--------------------------------------------------------------------------------------------------
 breakpoint 560px
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 559px) {

.sp-s-hide {
	display: none !important;
}

.display-tb {
	display: none !important;
}
.display-sp {
	display: block !important;
}


.btn-box {
    margin: 50px 0;
}
/*
.circle-arrow::before,
.circle-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.circle-arrow:before {
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.circle-arrow::after {
    right: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

/* All
-----------------------------*/
.container-main {
    padding: 0 0 50px;
}
.container-main:first-child {
    padding: 100px 0 50px;
}
.container-main-inner {
    padding: 0 6%;
}
.title {
    font-size: 3.0rem;
    margin: 0 0 50px 0;
    padding: 0 6%;
}

.inner-contents-wrap.bg-LGR {
    padding: 80px 6%;
}
.inner-contents-wrap {
    padding: 0 6%;
    margin: 0 0 80px;
}
.inner-contents {
    padding: 0 0 80px;
}
.inner-contents .title {
    font-size: 2.2rem;
    margin: 0 0 50px 0;
    padding: 0;
    display: inline-block;
}


/* header
-----------------------------*/
.main-slider {
    margin-bottom: 120px;
}
.head-nav {
    padding: 20px 5%;
}
.head-nav > .logo {
    display: block;
    width: 130px;
    margin: 0 20px 0 0;
}

.full-gnav-trigger {
    right: 8%;
    width: 18px;
    height: 20px;
    margin: 23px 0 0 0;
    z-index: 100;
}
.full-gnav-trigger span:nth-of-type(2) {
    top: 9px;
}

/* full-gnav */
.full-gnav {
    background: #fff;
    opacity: 1;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 50;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.full-gnav-box {
    align-items: start;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    padding: 20px 0 0 0;
}
.full-gnav-box > .box {
    width: 80%;
    /* flex-direction: column; */
    padding: 0 0 50px;
}
.full-gnav > .logo {
    display: block;
    width: 130px;
    margin: 20px 0 20px 5%;
    /* padding: 0 0 20px 0; */
}
.full-gnav .lang.bk {
    padding: 0 0 7%;
}
.full-gnav-list {
    /* border-top: solid 1px #eee; */
    border-bottom: solid 1px #e3e3e3;
    padding: 10% 0;
}
.full-gnav .list-item {
    margin: 0;
}
.full-gnav .list-item a {
    color: #000;
    font-size: 3.2rem;
    font-weight: 100;
    /*padding: 20px;*/
    text-decoration: none;
    transition: .5s;
}
.full-gnav .list-item a:hover {
    opacity: 0.3;
}
.full-gnav-SNS {
    padding: 8% 0;
}
.full-gnav-list_2 {
    margin: 10% 0 0 0;
    font-size: 1.2rem;
    color: #a0a0a0;
}
.full-gnav-SNS .list-item a {
    font-size: 1.6rem;
    color: #a0a0a0;
}
.full-gnav-list_2 .list-item a {
    font-size: 1.2rem;
    color: #a0a0a0;
}
.full-gnav-list_2 .list-item {
    margin: 5% 0 0;
}

/* full-gnav END */




/* swiper-wrapper
-----------------------------*/
.swiper-container {
    position: absolute !important;
    bottom: 0;
    width: 100%;
	background: rgba(0, 0, 0, 0.25)
}
.swiper-wrapper .swiper-slide {
    padding: 20px 5%;
}
.swiper-wrapper .swiper-slide .txt {
    display: block;
    max-width: 100%;
}



/* mein-slider
-----------------------------*/
.main-slider .caption {
    width: 90%;
}
/*.game-catch {
    font-size: 2.0rem;
    padding: 0 0 10px 0;
}*/
.game-name {
    line-height: 1.1;
}
.game-note {
    font-size: 1.0rem;
    font-weight: 200;
    line-height: 1.1;
    margin: 2% 0 0 0;
    opacity: 0.6;
}
.main-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
}
.main-slider .btn {
    margin: 30px 0 0;
}

/* top-games
-----------------------------*/
#Home .release-year, .top-games ul li .release-year {
    font-size: 30vw;
    margin: -7px -3vw 0 0;
}
.top-container.container-main.top-games {
    padding: 120px 0 120px;
}


/* top-careers
-----------------------------*/
.top-careers .careers-message .img {
    width: 90%;
}
.top-careers .careers-message {
    margin: -180px 0 60px;
}
.top-careers .careers-message .txt {
    font-size: 1.4rem;
    padding: 30px 0 0;
}
.top-careers .careers-message .title {
    margin: 0 0 10px;
}
.top-careers .job-list .list-item {
    width: 100%;
    margin: 0 0 20px;
}
.top-careers .inner-contents-wrap {
    margin: 0 0 0 6%;
    padding: 60px 0 60px 10% !important;
}

.top-careers .inner-contents.roles {
    margin: 0 6% 0 0;
}
.top-careers .job-list .title {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 5px 0;
    padding: 0 25px 1px 0;
    display: inline-block;
}


.top-careers .inner-contents.interview .title {
    margin: 0 6% 50px 0;
}


/* top-news
-----------------------------*/
.top-news .container-main-inner {
    padding: 0 6%;
}
.top-news-list-item {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.top-news-list-item .img {
    width: 100%;
    background: #F7F7F7;
}
.top-news-list-item .txt-box {
	width: 100%;
    padding: 7%;
    color: #000;
}


/* footer
-----------------------------*/
/* bnr */
.bnr li {
    width: 100%;
	height: 200px;
}
.bnr li.access {
    border-right: none;
    flex-direction: row;
    justify-content: space-between;
}
.bnr li.contact {
    border-left: none;
}
.bnr_2 li {
    border-bottom: solid 2px #f7f7f7;
    height: 100px;
}



/* #Games
-----------------------------*/
#Games .container-main ul {
    display: block;
    justify-content: space-between;
}
#Games .container-main ul li {
    width: 100%;
}

/* #Games-detail
-----------------------------*/
#Games-detail .container-main-inner {
    padding: 0 6%;
}
.games-detail-capture {
    display: block;
    justify-content: space-between;
}
.games-detail-capture li {
    width: 100%;
    margin: 0 0 30px;
}
.games-detail-txt {
    font-size: 1.6rem;
}
.games-detail-package {
    display: block;
    margin: 50px 0;
    padding: 40px 0;
    border-top: solid 1px #262626;
    border-bottom: solid 1px #262626;
}
/*.games-detail-package li {
    width: 42%;
}*/
.btn-box li {
    width: 94%;
    margin: 0 auto 30px auto;
}
/*.games-detail-txt dt {
    width: 100%;
    padding: 20px 0 5px;
}
.games-detail-txt dd {
    width: 100%;
    padding: 5px 0 20px;
    margin: 0;
    border-bottom: solid 1px #262626;
}*/

.btn-02 {
    line-height: 22px;
}
.icon-play {
    width: 45px;
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 30px;
    top: 30px;
}

/* #About
-----------------------------*/
.corporate-message {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin: 0 0 80px;
}
.corporate-message .img {
    width: 100%;
}
.corporate-message .txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 0 6%;
    padding: 20px 0 0;
    width: 88%;
    z-index: 5;
}
.corporate-message .catch {
    font-size: 6.5rem;
    margin: -25px 0 15px;
    width: 85%;
}
.sub-catch {
    margin: 0;
}
.layout-table-01 {
    flex-direction: column;
}
.layout-table-01 dt {
    width: 100%;
    padding: 20px 0 5px;
}
.layout-table-01 dd {
    width: 100%;
    padding: 5px 0 20px;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}

.layout-table-02 {
    flex-direction: column;
}
.layout-table-02 dt {
    width: 100%;
    padding: 20px 0 5px;
}
.layout-table-02 dd {
    width: 100%;
    padding: 5px 0 20px;
    margin: 0;
}

/* News-detail
-----------------------------*/
#News-detail .container-main-inner {
    padding: 0 6%;
}
._fit::before {
    content: " ";
    display: block;
    padding-top: 0;
    // 9/16*100=56.25: ;
}
._fit > img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Careers
-----------------------------*/
#Careers .container-main {
    padding: 100px 0 0;
}
.careers-message .img {
    width: 100%;
}
.careers-message .txt {
    margin: 0 6%;
    padding: 50px 0 0;
    width: 88%;
}
.job-list {
    flex-direction: column;
}
.job-list .list-item {
    width: 100%;
    margin: 0 0 60px;
}
#Careers .inner-contents .job-list .title {
	font-size: 1.6rem;
}

/*bnr_CEO-Interview*/
.bnr_CEO-Interview .bnr-catch {
    font-size: 2.0rem;
}
.bnr_CEO-Interview .bnr-catch-sub {
    font-size: 1.4rem;
}



.bnr_CEO-Interview img {
    top: 53%;
    left: 35%;
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.4);
}
.bnr_CEO-Interview .txt-box {
    top: 50%;
    left: 50%;
    transform: translate(-18%, -50%);
    -webkit-transform: translate(-18%, -50%);
    -ms-transform: translate(-18%, -50%);
    padding: 0 5% 0 0;
    width: 58%;
}
.bnr_CEO-Interview .bnr-link {
    font-size: 1.3rem;
}


.interview-slider .slick-list {
    padding: 0 15% 0 0;
}

/*Careers-interview*/
.interview-head > ._16x9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.interview-head-wrap {
    padding: 0 6%;
    margin: 0 0 30px;
}
.interview-profile {
    padding: 0 6% 30px;
    margin: 30px 0;
}
.interview-head .roles {
    margin: 10px 0 0;
}



}/* media screen (max-width: 768px) END */

