  /*--------------------------------------------------------------------------
	index page
---------------------------------------------------------------------------*/
#m-visual {
  text-align: center;
}

#m-visual img {
  width: 100%;
}

#m-visual .visual-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 110% auto;
  position: relative;
}

#m-visual .visual-slide:after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#m-visual .visual-slide .inner {
  background: #fff;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#m-visual .visual-slide .inner a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#m-visual .visual-slide .inner a.hover {
  opacity: 0.7;
}

#m-visual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
}

#m-visual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc4242;
}

@media screen and (max-width: 768px) {
  #m-visual .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

#m-news {
  padding: 30px 0;
}

#m-news .wrap {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 40px;
  width: 1000px;
}

#m-news .wrap .in-header {
  position: relative;
}

#m-news .wrap .in-header .to-news-all {
  border-bottom: 1px dotted #d43a3a;
  color: #d43a3a;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

#m-news .wrap .in-header .to-news-all:after {
  content: "\f105";
  display: inline-block;
  font-family: "FontAwesome";
  padding-left: 10px;
}

#m-news .wrap .news-list {
  margin-top: 20px;
}

#m-news .wrap .news-list li {
  display: table;
  margin-top: 10px;
}

#m-news .wrap .news-list li .date, #m-news .wrap .news-list li dl, #m-news .wrap .news-list li dt, #m-news .wrap .news-list li dd {
  display: table-cell;
  vertical-align: middle;
}

#m-news .wrap .news-list li .date {
  font-size: 13px;
  font-weight: bold;
  width: 90px;
}

#m-news .wrap .news-list li .category {
  background-color: #a3a3a3;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 110px;
}

#m-news .wrap .news-list li dl dd {
  font-size: 13px;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  max-width: 720px;
  width: 720px;
  white-space: nowrap;
}

#m-news .wrap .news-list li dl dd .new-label {
  background-color: #d43a3a;
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  text-align: center;
}

#m-news .wrap .news-list li dl dd a {
  text-decoration: none;
}

#m-news .wrap .news-list li dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #m-news .wrap {
    padding: 20px;
    width: 100%;
  }
  #m-news .wrap .in-header .title {
    width: 20%;
  }
  #m-news .wrap .news-list li {
    display: block;
    margin-top: 20px;
  }
  #m-news .wrap .news-list li .date, #m-news .wrap .news-list li dl, #m-news .wrap .news-list li dt, #m-news .wrap .news-list li dd {
    display: block;
  }
  #m-news .wrap .news-list li .date {
    margin-bottom: -20px;
  }
  #m-news .wrap .news-list li .category {
    margin-left: 90px;
  }
  #m-news .wrap .news-list li dl dd {
    padding-left: 0;
    text-overflow: initial;
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
    white-space: initial;
  }
}

#m-message {
  display: flex;
}

#m-message .article {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex: 1;
  min-height: 400px;
}

#m-message .article-01 {
  background-image: url(../images/index/message_01_bg.jpg);
  background-position: center 65%;
  /* justify-content: flex-end; */
  justify-content: center;
}

#m-message .article-02 {
  background-image: url(../images/index/message_02_bg.jpg);
  justify-content: flex-start;
}

#m-message .article .in-box {
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  text-align: left;
  max-width: 500px;
  width: 100%;
}

#m-message .article .in-box > * {
  min-height: 0%;
}

#m-message .article .in-box .heading {
  text-align: center;
}

#m-message .article .in-box .text {
  line-height: 1.8;
  font-size: 13px;
  margin-top: 15px;
}

#m-message .article .in-box .signature {
  margin-top: 10px;
}

#m-message .article .in-box .btn {
  margin-top: auto;
  text-align: center;
}

#m-message .article .in-box .to-message {
  font-size: 13px;
  padding: 15px;
  text-align: center;
  width: 210px;
}

@media screen and (max-width: 768px) {
  #m-message {
    display: block;
  }
  #m-message .article {
    justify-content: center;
    min-height: 100%;
  }
  #m-message .article .in-box {
    padding: 40px;
  }
  #m-message .article .in-box .text {
    font-size: 13px;
  }
  #m-message .article .in-box .btn {
    margin-top: 20px;
  }
  #m-message .article .in-box .to-message {
    font-size: 15px;
    padding: 5px 10px;
    width: 200px;
  }
}

#m-message-old {
  overflow: hidden;
}

#m-message-old .lead-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  padding: 60px 0 80px 530px;
  margin: 0 auto;
  width: 1000px;
}

#m-message-old .in-body {
  background-color: #f5f5f5;
  height: 580px;
}

#m-message-old .in-body .wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

#m-message-old .in-body .wrap .article {
  position: absolute;
}

#m-message-old .in-body .wrap .article .in-box {
  position: relative;
}

#m-message-old .in-body .wrap .article .in-box svg.figs {
  height: 526px;
  position: absolute;
  width: 526px;
}

#m-message-old .in-body .wrap .article .in-box .article-01-figs {
  clip-path: url("#article-01-clip");
}

#m-message-old .in-body .wrap .article .in-box .article-02-figs {
  clip-path: url("#article-02-clip");
}

#m-message-old .in-body .wrap .article .in-box .notes {
  position: relative;
  z-index: 1;
}

#m-message-old .in-body .wrap .article .in-box .notes .heading span {
  display: inline-block;
  position: relative;
}

#m-message-old .in-body .wrap .article .in-box .notes .heading span + span {
  margin-top: 10px;
}

#m-message-old .in-body .wrap .article .in-box .notes .text {
  line-height: 1.8;
  font-size: 13px;
  margin-top: 15px;
}

#m-message-old .in-body .wrap .article .in-box .notes .signature {
  font-size: 20px;
  margin-top: 10px;
}

#m-message-old .in-body .wrap .article .in-box .notes .to-message {
  font-size: 13px;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
  width: 210px;
}

#m-message-old .in-body .wrap .article.article-01 {
  top: 100px;
  left: 0;
  width: 340px;
}

#m-message-old .in-body .wrap .article.article-01 .in-box svg.figs {
  right: -130px;
  top: -250px;
}

#m-message-old .in-body .wrap .article.article-01 .in-box .notes .heading {
  text-align: left;
}

#m-message-old .in-body .wrap .article.article-02 {
  top: 270px;
  right: 0;
  width: 340px;
}

#m-message-old .in-body .wrap .article.article-02 .in-box svg.figs {
  left: -130px;
  top: -290px;
}

#m-message-old .in-body .wrap .article.article-02 .in-box .notes .heading {
  text-align: right;
}

#m-message-old .in-footer {
  margin: 0 auto;
  padding: 60px 0;
  width: 1000px;
}

#m-message-old .in-footer .to-philosophy {
  padding: 40px 0;
  text-align: center;
  width: 470px;
}

#m-message-old .in-footer .to-philosophy span {
  display: block;
}

#m-message-old .in-footer .to-philosophy .en {
  font-size: 20px;
}

#m-message-old .in-footer .to-philosophy .ja {
  font-size: 13px;
}

#m-message-old .in-footer .to-philosophy:before {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  #m-message-old .lead-text {
    font-size: 13px;
    padding: 30px 0 0;
    text-align: left;
    width: 90%;
  }
  #m-message-old .in-body {
    background-color: transparent;
    height: auto;
  }
  #m-message-old .in-body .wrap {
    width: 100%;
  }
  #m-message-old .in-body .wrap .article {
    background-color: #f5f5f5;
    margin-top: 80px;
    padding: 30px 0;
    position: static;
  }
  #m-message-old .in-body .wrap .article .in-box {
    margin: 0 auto;
    width: 80%;
  }
  #m-message-old .in-body .wrap .article .in-box svg.figs {
    height: 256px;
    width: 256px;
  }
  #m-message-old .in-body .wrap .article .in-box .notes .heading .title {
    margin-top: 10px;
    width: 100%;
  }
  #m-message-old .in-body .wrap .article .in-box .notes .text {
    font-size: 13px;
  }
  #m-message-old .in-body .wrap .article .in-box .notes .to-message {
    font-size: 15px;
    padding: 5px 10px;
    width: 200px;
  }
  #m-message-old .in-body .wrap .article.article-01 {
    width: 100%;
  }
  #m-message-old .in-body .wrap .article.article-01 .in-box {
    padding-right: 15%;
  }
  #m-message-old .in-body .wrap .article.article-01 .in-box svg.figs {
    right: 0;
    top: -80px;
  }
  #m-message-old .in-body .wrap .article.article-01 .in-box .notes .heading .lead {
    width: 70%;
  }
  #m-message-old .in-body .wrap .article.article-01 .in-box .notes .heading .title {
    width: 75%;
  }
  #m-message-old .in-body .wrap .article.article-02 {
    width: 100%;
  }
  #m-message-old .in-body .wrap .article.article-02 .in-box {
    padding-left: 15%;
  }
  #m-message-old .in-body .wrap .article.article-02 .in-box svg.figs {
    left: 0;
    top: -80px;
  }
  #m-message-old .in-body .wrap .article.article-02 .in-box .notes .heading .lead {
    width: 40%;
  }
  #m-message-old .in-body .wrap .article.article-02 .in-box .notes .heading .title {
    width: 100%;
  }
  #m-message-old .in-footer {
    padding: 30px 0;
    text-align: center;
    width: 100%;
  }
  #m-message-old .in-footer .to-philosophy {
    padding: 10px 25px 10px 10px;
    width: 80%;
  }
  #m-message-old .in-footer .to-philosophy .en {
    font-size: 13px;
  }
  #m-message-old .in-footer .to-philosophy .ja {
    font-size: 13px;
  }
  #m-message-old .in-footer .to-philosophy:before {
    font-size: 15px;
  }
}

#m-product {
  background-image: url(../images/index/product_overlay.png), url(../images/index/product/sicbo_bonus_jackpot_maximum_fortune/bg.jpg);
  background-position: left top, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
  position: relative;
}

#m-product .wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 1;
}

#m-product .wrap .in-header {
  padding: 80px 0 60px;
  position: relative;
}

#m-product .wrap .in-header .heading span {
  color: #fff;
  display: block;
}

#m-product .wrap .in-header .heading span + span {
  margin-top: 10px;
}

#m-product .wrap .in-body {
  position: relative;
  padding-bottom: 80px;
}

#m-product .wrap .in-body .product-navi {
  display: flex;
  justify-content: center;
  /* height: 445px; */
  height: 320px;
}

#m-product .wrap .in-body .product-navi li {
  width: 320px;
  margin: 0 1em;
}

#m-product .wrap .in-body .product-navi li a {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  padding: 35px 25px;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40%;
}

#m-product .wrap .in-body .product-navi li a:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#m-product .wrap .in-body .product-navi li a .title {
  min-height: 3.3em;
}

#m-product .wrap .in-body .product-navi li a .btn-submit {
  background: #000;
  border: 2px solid #000;
  display: block;
  font-size: 13px;
  text-align: center;
  margin: auto 20px 0;
  padding: 15px;
}

#m-product .wrap .in-body .product-navi li a.hover:before {
  transform: scale(1.1, 1.1);
}

#m-product .wrap .in-body .product-navi li a.hover .btn-submit {
  background: transparent;
  border-color: #fff;
}

#m-product .wrap .in-body .product-navi li a.hover .btn-submit:before {
  margin-right: 10px;
}

#m-product .wrap .in-body .product-navi li.etg a:before {
  background-image: url(../images/common/nav_product_etg.jpg?ver=201805);
}

#m-product .wrap .in-body .product-navi li.games a:before {
  background-image: url(../images/common/nav_product_games.jpg?ver=201805);
}

#m-product .wrap .in-body .product-navi li.cabinets a:before {
  background-image: url(../images/common/nav_product_cabinets.jpg?ver=201805);
}

#m-product .wrap .in-body .product-navi li.usa a:before {
  background-image: url(../images/common/nav_product_usa.jpg?ver=201805);
}

#m-product .wrap .in-body .product-navi li.asia a:before {
  background-image: url(../images/common/nav_product_asia.jpg?ver=201805);
}

#m-product .in-footer {
  padding: 50px 0 70px;
  text-align: center;
}

#m-product .in-footer .to-list {
  border-radius: 30px;
  font-size: 19px;
  margin: 0 10px;
  padding: 10px;
  text-align: center;
  width: 280px;
}

@media screen and (max-width: 768px) {
  #m-product .wrap {
    padding: 0 20px;
    width: 100%;
  }
  #m-product .wrap .in-header {
    padding: 40px 0 30px;
  }
  #m-product .wrap .in-header .heading span + span {
    margin-top: 5px;
  }
  #m-product .wrap .in-header .heading .lead {
    width: 30%;
  }
  #m-product .wrap .in-header .heading .title {
    width: 50%;
  }
  #m-product .wrap .in-body .product-navi {
    display: block;
    height: auto;
  }
  #m-product .wrap .in-body .product-navi li {
    width: 100%;
    margin: 0;
  }
  #m-product .wrap .in-body .product-navi li + li {
    margin-top: 10px;
  }
  #m-product .wrap .in-body .product-navi li a {
    font-size: 30px;
    padding: 20px;
  }
  #m-product .wrap .in-body .product-navi li a .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #m-product .wrap .in-body .product-navi li a .btn-submit {
    margin: 20px 0 0;
  }
  #m-product .in-footer {
    padding: 25px 0 35px;
  }
  #m-product .in-footer .to-list {
    border-radius: 30px;
    font-size: 13px;
    margin: 0;
    padding: 5px;
    width: 48%;
  }
}

#m-career {
  background-image: url(../images/index/career_bg.jpg);
  background-position: 50% 0;
  background-repeat: repeat-x;
  height: 486px;
  overflow: hidden;
}

#m-career .wrap {
  margin: 0 auto;
  width: 1000px;
}

#m-career .wrap .in-header {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2NjAnIGhlaWdodD0nMzMwJz48cGF0aCBkPSdNMCAwIEwzMzAgMzMwIEw2NjAgMCBaJyBzdHlsZT0nZmlsbDojY2M0MjQyJy8+PC9zdmc+");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 330px;
  position: relative;
  margin: 0 auto;
  width: 660px;
}

#m-career .wrap .in-header .in-box {
  color: #fff;
  position: absolute;
  text-align: center;
  margin-top: -15px;
  width: 350px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#m-career .wrap .in-header .in-box .heading span {
  display: inline-block;
}

#m-career .wrap .in-header .in-box .text {
  font-size: 15px;
  margin-top: 20px;
}

#m-career .wrap .in-header .in-box .to-career {
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  border-width: 3px;
  height: 60px;
  margin-top: 50px;
  width: 60px;
}

#m-career .wrap .in-header .in-box .to-career:before {
  font-size: 60px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  #m-career {
    background-size: auto 100%;
    height: 0;
    padding-bottom: 73.5%;
  }
  #m-career .wrap {
    width: 100%;
  }
  #m-career .wrap .in-header {
    height: 0;
    padding-bottom: 50%;
    width: 100%;
  }
  #m-career .wrap .in-header .in-box {
    margin-top: -2%;
    width: 50%;
  }
  #m-career .wrap .in-header .in-box .heading .title {
    margin-top: 3%;
    width: 100%;
  }
  #m-career .wrap .in-header .in-box .text {
    font-size: 10px;
    margin-top: 3%;
  }
  #m-career .wrap .in-header .in-box .to-career {
    border-width: 2px;
    height: 40px;
    margin-top: 20%;
    width: 40px;
  }
  #m-career .wrap .in-header .in-box .to-career:before {
    font-size: 40px;
    line-height: 36px;
  }
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  }
  75% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
