@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700;900&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
body {
  background: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
  background: white url("../img/back.png") center;
  background-size: 67%; }

.hr {
  background: #3b3b3b;
  height: 2px;
  width: 100vw;
  max-width: 100%; }

.main_con {
  width: 100vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .main_con {
      width: 100%;
      display: block; } }

.left_con {
  width: calc(450 / 1920 * 100vw);
  background: #FFF;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .left_con {
      width: 100%;
      display: block; } }

.left_scon {
  width: 100%;
  width: calc(450 / 1920 * 100vw);
  position: fixed; }
  @media screen and (max-width: 1024px) {
    .left_scon {
      width: 100%;
      display: block;
      position: static; } }

@media screen and (max-width: 1024px) {
  .sp_hd {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.kmclogo {
  display: block;
  margin: 2.3vw auto 2vw;
  width: calc(180 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .kmclogo {
      width: calc(180 / 1024 *100vw); } }

.tgslogo_pc {
  margin: 2vw auto 3vw;
  display: block;
  width: calc(200 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .tgslogo_pc {
      display: none;
      position: static;
      width: calc(200 / 1024 *100vw); } }

.tgslogo_sp {
  margin: 5vw auto;
  display: none;
  width: calc(200 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .tgslogo_sp {
      display: block;
      position: static;
      width: 70%;
      margin: 2vw auto 5vw; } }
  @media screen and (max-width: 640px) {
    .tgslogo_sp {
      width: 85%;
      margin: 4vw auto 5vw; } }

.day_pc {
  width: calc(320 / 1920 * 100vw);
  display: block;
  margin: 0 auto 2vw; }
  @media screen and (max-width: 1024px) {
    .day_pc {
      display: none; } }

.sp_day {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_day {
      display: block;
      width: 90%;
      margin: 5vw auto; } }

.sp_daylist {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto 3vw; }
  .sp_daylist img {
    width: 45%; }
  @media screen and (max-width: 420px) {
    .sp_daylist {
      display: block; }
      .sp_daylist img {
        width: 80%;
        display: block;
        margin: 0 auto 5vw; } }

.booth_pc {
  width: calc(350 / 1920  * 100vw);
  display: block;
  margin: 3vw auto 1.5vw; }
  @media screen and (max-width: 1024px) {
    .booth_pc {
      display: none; } }

.booth_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .booth_sp {
      display: block;
      margin: 3vw auto 15vw;
      width: 30%; } }
  @media screen and (max-width: 640px) {
    .booth_sp {
      display: block;
      margin: 10vw auto 15vw;
      width: 60%; } }

.lang_btn {
  width: calc(350 / 1920  * 100vw);
  display: block;
  margin: 2vw auto 1.5vw;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .lang_btn {
      display: none; } }

a .lang_btn {
  color: #f57de9;
  font-weight: bold;
  font-size: calc(36 / 1920 * 100vw);
  transition: .3s; }
  a .lang_btn:hover {
    color: #f680c4; }
  @media screen and (max-width: 1024px) {
    a .lang_btn {
      font-size: calc(36 / 1024 * 100vw); } }

.lang_btn_sp {
  display: none;
  margin: 2vw auto 1.5vw;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .lang_btn_sp {
      display: block; } }

a .lang_btn_sp {
  display: none;
  color: #f57de9;
  font-weight: bold;
  font-size: calc(36 / 1920 * 100vw);
  transition: .3s; }
  a .lang_btn_sp:hover {
    color: #f680c4; }
  @media screen and (max-width: 1024px) {
    a .lang_btn_sp {
      display: block;
      font-size: calc(36 / 1024 * 100vw); } }

.right_con {
  width: calc(100% - (450 / 1920 * 100vw ) );
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .right_con {
      width: 100%; } }

.main_img {
  margin: 0 0 auto auto;
  width: calc(1470 / 1920 * 100vw);
  z-index: -1; }
  .main_img img {
    width: calc(1470 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .main_img {
      position: static;
      width: 100%;
      margin: 0 auto; }
      .main_img img {
        display: block;
        margin: 0 auto;
        width: 100%; } }

.tobi_img img {
  display: block;
  width: 46.875vw;
  margin: 8vw auto 5vw 2vw; }
  @media screen and (max-width: 1024px) {
    .tobi_img img {
      display: block;
      width: 90%;
      margin: 5vw auto; } }

.goods_img {
  display: flex;
  width: 80%;
  margin: 3vw auto; }
  .goods_img img {
    display: block;
    margin: auto;
    width: calc(498 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .goods_img {
      flex-wrap: wrap;
      justify-content: space-around; }
      .goods_img img {
        width: 45%; } }

.caution1 {
  text-align: center;
  margin: 0 auto 5vw;
  font-weight: bold; }
  @media screen and (max-width: 640px) {
    .caution1 {
      width: 85%;
      font-size: 16px; } }
  @media screen and (max-width: 640px) {
    .caution1 {
      width: 85%;
      font-size: 16px; } }

.cp_list {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 3vw auto; }
  @media screen and (max-width: 1024px) {
    .cp_list {
      flex-wrap: wrap;
      justify-content: space-around; } }

.cp_img, .open_button {
  width: calc(250 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .cp_img, .open_button {
      width: 45%;
      margin: 3vw auto; } }

.open_button {
  transition: .3s; }
  .open_button:hover {
    transform: scale(0.95); }

.game_con {
  width: calc(1350 / 1920 * 100vw);
  margin: 5vw auto;
  display: flex;
  align-items: center;
  background: #FFF; }
  .game_con a {
    display: block; }
  @media screen and (max-width: 1024px) {
    .game_con {
      display: block;
      width: 90%;
      overflow: hidden; } }

.game_con2 {
  width: calc(1350 / 1920 * 100vw);
  margin: 5vw auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: #FFF; }
  @media screen and (max-width: 1024px) {
    .game_con2 {
      display: block;
      width: 90%;
      overflow: hidden;
      margin: 10vw auto; } }

.game_img {
  width: 45%;
  background: #000;
  height: 100%;
  position: relative;
  color: #FFF; }
  @media screen and (max-width: 1024px) {
    .game_img {
      width: 100%; } }

.thumb {
  width: 100%; }

.game_txt {
  width: 50%;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .game_txt {
      width: 90%;
      margin: 5vw auto; } }

.sp_txt {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_txt {
      display: block;
      text-align: center;
      font-size: 12px;
      padding: 0;
      margin: 0; } }

.pc_txt {
  display: block; }
  @media screen and (max-width: 1024px) {
    .pc_txt {
      display: none; } }

.badge_pc_a {
  display: block;
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * -25);
  right: calc(-20 / 1920 * 100vw);
  width: calc(100 / 1920 * 100vw);
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .badge_pc_a {
      display: none; } }

.badge_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .badge_sp {
      display: block;
      background: #F50053;
      color: #FFF;
      font-weight: bold;
      width: 80%;
      margin: 5vw auto;
      text-align: center;
      font-size: 30px;
      border-radius: calc(80 / 1024 * 100vw); } }
  @media screen and (max-width: 420px) {
    .badge_sp {
      font-size: 24px; } }

h3 {
  margin: 10px auto 0;
  padding-left: 10px;
  color: #2c2b2d;
  font-weight: 900;
  font-size: calc(36 / 1920 * 100vw);
  border-left: 8px solid #f7359e; }
  h3 span {
    font-size: 15px; }
  @media screen and (max-width: 1024px) {
    h3 {
      font-size: calc(46 / 1024 * 100vw); } }

.gene li {
  display: flex;
  align-items: flex-start;
  color: #838085;
  margin: calc(100vw / 1920 * 3) auto; }
  .gene li p {
    font-weight: bold; }
@media screen and (max-width: 1024px) {
  .gene {
    font-size: 14px; }
    .gene li {
      flex-wrap: wrap;
      margin: 5px auto; } }

.txt {
  margin: calc(100vw / 1920 * 10) auto;
  font-size: calc(18 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .txt {
      font-size: 16px; } }

.copy {
  font-size: 12px; }

@media screen and (max-width: 1024px) {
  .hd_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5vw auto 5vw;
    width: 90%;
    overflow: hidden; } }

label h3 {
  text-align: left; }

.imghover {
  display: block;
  position: relative;
  text-decoration: none; }

.imghover img {
  display: block;
  width: 100%; }

.imghover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.3s; }

.imghover:after {
  content: "Website";
  /*ボタン文字。*/
  display: block;
  color: #FFF;
  line-height: 48px;
  width: 180px;
  background: rgba(0, 0, 0, 0.25);
  border: solid 2px #FFF;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-size: 1.2rem;
  font-weight: bold; }

.imghover:hover:before {
  opacity: 0.7; }
  @media screen and (max-width: 1024px) {
    .imghover:hover:before {
      opacity: 0; } }

.imghover:hover:after {
  opacity: 1;
  margin-top: -0.5em; }
  @media screen and (max-width: 1024px) {
    .imghover:hover:after {
      opacity: 0; } }

.imghover2 {
  display: block;
  position: relative;
  text-decoration: none; }

.imghover2 img {
  display: block;
  width: 100%; }

.imghover2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.3s; }

.imghover2:after {
  content: "More";
  /*ボタン文字。*/
  display: block;
  color: #FFF;
  line-height: 48px;
  width: 180px;
  background: rgba(0, 0, 0, 0.25);
  border: solid 2px #FFF;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  font-size: 1.2rem;
  font-weight: bold; }

.imghover2:hover:before {
  opacity: 0.7; }
  @media screen and (max-width: 1024px) {
    .imghover2:hover:before {
      opacity: 0; } }

.imghover2:hover:after {
  opacity: 1;
  margin-top: -0.5em; }
  @media screen and (max-width: 1024px) {
    .imghover2:hover:after {
      opacity: 0; } }

.inkbtn_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .inkbtn_sp {
      margin: 3vw auto 0;
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 60%;
      margin: 5vw auto;
      padding: .9em 2em;
      border: none;
      border-radius: 5px;
      background-color: #7b6eb6;
      color: #fff;
      font-weight: 600;
      font-size: 1em; } }

.sale_bn {
  width: 100%;
  text-align: center;
  position: relative; }
  .sale_bn img {
    width: calc(1105 / 1920 * 100vw);
    display: block;
    margin: 10vw auto;
    transition: .3s; }
    .sale_bn img:hover {
      transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .sale_bn img {
      width: calc(900 / 1024 * 100vw); } }

.tgs_bn {
  display: block;
  margin: 10% auto;
  text-align: center; }
  .tgs_bn img {
    transition: .3s;
    transform: scale(1); }
  .tgs_bn img:hover {
    transform: scale(1.02); }
  @media screen and (max-width: 1024px) {
    .tgs_bn {
      width: 80%; }
      .tgs_bn img {
        transition: .3s;
        filter: grayscale(0%); } }

/*footer*/
@media screen and (max-width: 1024px) {
  footer {
    background: #FFF;
    overflow: hidden; } }

.copyright {
  text-align: center;
  color: #181818;
  font-size: 10px;
  max-width: 1200px;
  margin: 5rem auto; }
  .copyright h4 {
    font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .copyright {
      width: 80%;
      max-width: 80%;
      margin: 5vw auto; } }

.sns_btn {
  width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  .sns_btn img {
    height: calc(100vw / 1920 * 50); }
  @media screen and (max-width: 1024px) {
    .sns_btn {
      margin: calc(100vw / 1920 * 60) auto;
      width: 250px; }
      .sns_btn img {
        height: calc(100vw / 1024 * 50); } }
  @media screen and (max-width: 640px) {
    .sns_btn {
      width: 150px; }
      .sns_btn img {
        height: calc(100vw / 1024 * 80); } }

/*======================================================================================================================*/
/*商標の飾り部分*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #ff00f0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.tri::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #1a78b4; }

.tri::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff; }

/*モーダル========================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 800px) {
    .open_dl {
      margin: 10px auto 25px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overflow: hidden; }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  width: calc(760 / 1920 *100vw);
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content {
      width: 95%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 90%; } }

.close_button {
  position: absolute;
  top: 0px;
  right: calc(-20 / 1920 * 100vw);
  cursor: pointer;
  color: #000;
  font-size: calc(36 / 1920 * 100vw);
  opacity: 1;
  z-index: 99; }
  @media screen and (max-width: 1024px) {
    .close_button {
      top: calc(100vw / 1024 * 60);
      right: calc(-20 / 1024 * 100vw);
      font-size: calc(36 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .close_button {
      top: calc(100vw / 1024 * -60);
      right: calc(0 / 1024 * 100vw);
      font-size: 36px; } }

.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

/*モーダル中身設定========================================================================================*/
.sub_con {
  width: calc(650 / 1920 * 100vw);
  overflow: none;
  color: #000;
  margin: 0 auto; }
  .sub_con img {
    width: 100%;
    transition: .3s; }
    .sub_con img:hover {
      transform: scale(0.9); }
  @media screen and (max-width: 1024px) {
    .sub_con {
      width: 80%;
      margin: 0 auto; } }

.cp_txt {
  text-align: center; }

.sg_con {
  max-width: 95%;
  margin: 10px auto;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .sg_con {
      height: 500px;
      overflow: scroll;
      line-height: 1.2em; } }
  @media screen and (max-width: 360px) {
    .sg_con {
      height: 450px;
      margin: 5px auto; } }
