@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: #2d3868; }

.backimg {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  position: fixed;
  background: white url("../img/back.jpg") center;
  z-index: -3; }
  @media screen and (max-width: 1024px) {
    .backimg {
      height: 100%;
      background-size: 150%; } }

.hr {
  background: #3b3b3b;
  height: 2px;
  width: 100vw;
  max-width: 100%; }

.main_con {
  width: 100%;
  height: calc(100vw / 1920 * 1100);
  position: relative;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .main_con {
      width: 100%;
      margin: 0 auto;
      height: auto;
      overflow: hidden; } }

.main_img {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 120);
  right: 0;
  left: auto;
  width: calc(1180 / 1920 * 100vw);
  z-index: -1; }
  .main_img img {
    width: calc(1180 / 1920 * 100vw);
    border-radius: calc(50 / 1920 * 100vw) 0px 0px calc(50 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .main_img {
      position: static;
      width: 95%;
      margin: 0 auto; }
      .main_img img {
        display: block;
        margin: 0 auto;
        width: 95%;
        border-radius: calc(50 / 1024 * 100vw); } }

.main_img_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .main_img_sp {
      display: block;
      position: absolute;
      margin: auto;
      width: calc();
      top: calc(100vw / 1024 * 420);
      right: 0;
      left: 0;
      z-index: -1; } }

@media screen and (max-width: 1024px) {
  .sp_toplogo {
    width: 100%;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vw auto; } }

.kmclogo {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 120);
  left: calc(260 / 1920 * 100vw);
  width: calc(250 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .kmclogo {
      position: static;
      width: calc(230 / 1024 *100vw); } }

.kmclogo_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .kmclogo_sp {
      position: absolute;
      margin: auto;
      display: block;
      top: calc(100vw / 1024 * 25);
      left: calc(40 / 1024 * 100vw);
      width: calc(150 / 1024 *100vw); } }

.tgslogo {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 270);
  left: calc(140 / 1920 * 100vw);
  width: calc(550 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .tgslogo {
      position: static;
      width: calc(550 / 1024 *100vw); } }

.day_pc {
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 500);
  left: calc(120 / 1920 * 100vw);
  width: calc(525 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .day_pc {
      display: none; } }

.day_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .day_sp {
      display: block;
      margin: 10vw auto 0;
      width: 80%; } }

@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; } }

.back_btn {
  position: absolute;
  top: calc(100vw / 1920 * 30 );
  left: calc(50 / 1920 * 100vw);
  transition: .5s;
  opacity: .8; }
  .back_btn:hover {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .back_btn {
      position: static;
      margin-left: auto;
      margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .back_btn {
      width: 60px; } }

.lg_btn {
  width: 150px;
  position: absolute;
  margin: auto;
  top: calc(100vw / 1920 * 30 );
  right: calc(50 / 1920 * 100vw);
  transition: .5s;
  opacity: .8; }
  .lg_btn:hover {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .lg_btn {
      position: static;
      margin-left: auto;
      margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .lg_btn {
      width: 80px; } }

.goods_con {
  overflow: hidden;
  margin: 0 auto;
  width: calc(1600 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .goods_con {
      margin: 10rem auto; } }
  @media screen and (max-width: 800px) {
    .goods_con {
      margin: 5rem auto;
      height: auto;
      width: 90%; } }

.goods_img {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .goods_img img {
    width: calc(700 / 1920 * 100vw);
    max-width: 700px; }
  @media screen and (max-width: 1024px) {
    .goods_img img {
      width: calc(704 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .goods_img {
      display: block; }
      .goods_img img {
        width: 100%; } }

.tobi_img img {
  width: calc(1230 / 1920 * 100vw);
  max-width: 1280px;
  display: block;
  margin: 0 auto calc(100vw / 1920 * 80); }
@media screen and (max-width: 1024px) {
  .tobi_img {
    width: 100%; }
    .tobi_img img {
      width: 100%;
      display: block;
      margin: calc(100vw / 1024 * 150) auto calc(100vw / 1024 * 50); } }
@media screen and (max-width: 800px) {
  .tobi_img {
    width: 100%; }
    .tobi_img img {
      width: 100%;
      display: block;
      margin: calc(100vw / 1024 * 100) auto calc(100vw / 1024 * 20); } }

.tobi_img2 img {
  width: calc(1230 / 1920 * 100vw);
  max-width: 1280px;
  display: block;
  margin: calc(100vw / 1920 * 180) auto 0; }
@media screen and (max-width: 1024px) {
  .tobi_img2 {
    width: 90%; }
    .tobi_img2 img {
      width: 90%;
      display: block;
      margin: calc(100vw / 1024 * 150) auto calc(100vw / 1024 * 50); } }
@media screen and (max-width: 800px) {
  .tobi_img2 {
    width: 90%; }
    .tobi_img2 img {
      width: 90%;
      display: block;
      margin: calc(100vw / 1024 * 100) auto calc(100vw / 1024 * 20); } }

.goods_img {
  width: 100%;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .goods_img img {
      width: calc(420 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .goods_img img {
      display: block;
      width: 40%;
      margin: 10vw auto; } }
  @media screen and (max-width: 640px) {
    .goods_img {
      display: block; }
      .goods_img img {
        width: 90%; } }

.goods_txt {
  text-align: center;
  margin: 2vw auto 0; }

.cp_bn {
  width: calc(800 / 1920 * 100vw);
  max-width: 1200px;
  display: block;
  margin: 4vw auto 10vw;
  border-radius: calc(30 / 1920 * 100vw);
  transition: .3s; }
  .cp_bn:hover {
    opacity: .7; }
  @media screen and (max-width: 1024px) {
    .cp_bn {
      width: 80%;
      border-radius: calc(30 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .cp_bn {
      width: 100%;
      margin: 10vw auto 10vw;
      border-radius: 0; } }

.cp_bn2 {
  width: calc(900 / 1920 * 100vw);
  max-width: 1280px;
  display: block;
  margin: 5vw auto 10vw;
  border-radius: calc(30 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .cp_bn2 {
      width: 90%;
      border-radius: calc(10 / 1024 * 100vw);
      margin: 5vw auto 10vw; }
      .cp_bn2 img {
        width: 100%;
        height: auto; } }

.lineup {
  width: 90%;
  margin: 1.8% auto 10%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .lineup {
      width: 100vw;
      max-width: 100%;
      margin: 1.8% auto 5%;
      justify-content: flex-start;
      overflow: hidden; } }
  @media screen and (max-width: 800px) {
    .lineup {
      margin: 1.8% auto 2rem; } }

.sp_t1 {
  width: 100%;
  margin: 10rem auto 0rem;
  overflow: hidden; }
  .sp_t1 img {
    width: calc(760 / 1920 * 100vw);
    max-width: auto; }
  @media screen and (max-width: 1930px) {
    .sp_t1 img {
      width: calc(600 / 1920 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .sp_t1 {
      margin: 10rem auto 0rem;
      width: 100%;
      font-size: 1.2rem; }
      .sp_t1 img {
        width: calc(567 / 1024 * 100vw); }
      .sp_t1 p {
        margin-right: 1%; } }
  @media screen and (max-width: 800px) {
    .sp_t1 {
      margin: 10rem auto 0rem;
      width: 100%;
      font-size: 1.2rem; }
      .sp_t1 img {
        width: calc(567 / 1024 * 100vw); }
      .sp_t1 p {
        margin-right: 1%; } }
  @media screen and (max-width: 640px) {
    .sp_t1 {
      margin: 5rem auto 0rem; }
      .sp_t1 img {
        width: 80%; }
      .sp_t1 p {
        font-size: 0.7rem;
        font-weight: 900;
        margin-right: calc(20 / 1024 * 100vw); } }

.sp_t2 {
  width: 100%;
  margin: 10rem auto 0rem;
  overflow: hidden;
  text-align: left; }
  .sp_t2 img {
    width: calc(760 / 1920 * 100vw);
    max-width: auto;
    display: block;
    margin-left: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 1930px) {
    .sp_t2 img {
      width: calc(600 / 1920 * 100vw); } }
  @media screen and (max-width: 1024px) {
    .sp_t2 {
      margin: 10rem auto 0rem;
      width: 100%;
      font-size: 1.2rem; }
      .sp_t2 img {
        width: calc(567 / 1024 * 100vw); }
      .sp_t2 p {
        margin-right: 1%; } }
  @media screen and (max-width: 800px) {
    .sp_t2 {
      margin: 0rem auto 3rem;
      width: 100%;
      font-size: 1.2rem; }
      .sp_t2 img {
        width: calc(567 / 1024 * 100vw); } }
  @media screen and (max-width: 640px) {
    .sp_t2 {
      margin: 0rem auto 1.5rem; }
      .sp_t2 img {
        width: 80%; } }

.card {
  margin: 0 0 2.5% 1%;
  width: calc(546 / 1920 * 100vw); }
  .card h3 {
    margin: 10px auto 0;
    padding-left: 10px;
    color: #353535;
    font-weight: 900;
    font-size: 1.2rem;
    border-left: 5px solid #65aaff; }
    .card h3 p {
      font-size: 12px;
      color: #FF1565; }
    .card h3 span {
      font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .card {
      margin: 0 1% 10%;
      width: calc(450 / 1024 * 100vw); }
      .card a img {
        transition: 0.3s; }
      .card a img:hover {
        filter: blur(0px); } }
  @media screen and (max-width: 640px) {
    .card {
      width: calc(480 / 1024 * 100vw); }
      .card h3 {
        font-size: 1rem; } }

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; } }

.popstore {
  display: block;
  margin: calc(100vw / 1920 * 80) auto calc(100vw / 1920 * 220);
  width: calc(900 / 1920 * 100vw);
  max-width: 1280px; }
  .popstore img {
    display: block;
    width: 100%;
    transition: .35s; }
    .popstore img:hover {
      transform: scale(1.015); }
  @media screen and (max-width: 800px) {
    .popstore {
      margin: 0 auto calc(100vw / 1024 * 220);
      width: 85%; }
      .popstore img:hover {
        transform: scale(1); } }
  @media screen and (max-width: 640px) {
    .popstore {
      margin: 0 auto calc(100vw / 1024 * 220);
      width: 95%; } }

.sale_bn {
  width: 100%;
  text-align: center;
  position: relative; }
  .sale_bn img {
    width: calc(1105 / 1920 * 100vw);
    display: block;
    margin: 0 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); } }

.sale_line {
  position: absolute;
  margin: auto;
  top: 52%;
  left: 0;
  right: 0;
  width: 100%;
  background: #259ffe;
  height: 2px;
  z-index: -1; }

.tgs_bn {
  display: block;
  margin: 10% auto;
  text-align: center; }
  .tgs_bn img {
    transition: .3s;
    filter: grayscale(100%); }
  .tgs_bn img:hover {
    filter: grayscale(0%); }
  @media screen and (max-width: 1024px) {
    .tgs_bn {
      width: 80%; }
      .tgs_bn img {
        transition: .3s;
        filter: grayscale(0%); } }

/*footer*/
.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%; } }

.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 {
      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: #00D1DB;
  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.7);
  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: 760px;
  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: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  z-index: 99; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1.5%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -15px;
    right: 0px; } }
.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); }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif; }

/*モーダル中身設定========================================================================================*/
.sub_con {
  background: rgba(255, 255, 255, 0.85);
  width: 760px;
  overflow-y: scroll;
  max-width: 95%;
  color: #000;
  border: 1px solid #7df4ff;
  /*スクロールバー装飾*/ }
  .sub_con::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .sub_con::-webkit-scrollbar-track {
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset; }
  .sub_con::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.6);
    border-radius: 2px; }
  @media screen and (max-width: 1024px) {
    .sub_con::-webkit-scrollbar {
      width: 0px;
      height: 0px; } }

.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; } }

.sg_con h3 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: .5rem .5rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 360px) {
    .sg_con h3 {
      font-size: .9rem;
      margin-bottom: 5px; } }

.sg_con h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%); }

.slide {
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.slide img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto; }

.g_img {
  display: block;
  margin: 0 auto; }

.g_txt {
  margin-top: -15px; }
  @media screen and (max-width: 640px) {
    .g_txt {
      font-size: .7rem;
      line-height: .7rem; } }

.g_txt_n {
  margin-top: 5px; }
  @media screen and (max-width: 640px) {
    .g_txt_n {
      font-size: .7rem;
      line-height: .7rem; } }

.spec {
  margin-top: 1rem; }
  .spec li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .spec p {
    background: #0057c4;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    width: 110px;
    padding: 5px;
    overflow: hidden;
    margin: 5px 10px; }
  @media screen and (max-width: 640px) {
    .spec li {
      display: block; }
    .spec p {
      width: 100%;
      margin: 5px auto;
      padding: 5px 0; } }

.sub_copy {
  font-size: 10px;
  text-align: center;
  width: 100%;
  margin-top: 5px;
  line-height: 100%; }

.slick-dots {
  bottom: -15px !important;
  margin-bottom: 0; }

.slick-dots li button:before {
  color: #0057c4; }

.slick-dots li.slick-active button:before {
  color: #ff34ee; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: white;
  text-shadow: 2px 2px 0px #0057c4, -2px -2px 0px #0057c4, -2px 2px 0px #0057c4,  2px -2px 0px #0057c4, 2px 0px 0px #0057c4, -2px -0px 0px #0057c4, 0px 2px 0px #0057c4,  0px -2px 0px #0057c4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev, .slick-next {
  width: 30px;
  height: 30px; }

.slick-prev {
  left: 0;
  z-index: 1; }

.slick-next {
  right: 0px; }
