@charset "UTF-8";
* {
  line-height: 150%;
  box-sizing: border-box;
  word-break: break-all;
}

img {
  width: 100%;
  display: block;
}

body {
  color: #333333;
  font-family: "MS PGothic", sans-serif;
  background: white;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
  display: block;
  word-break: break-all;
}

.comingsoon {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

/*********************
fade
**********************/
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

/*********************
footer
**********************/
footer .entry {
  padding: 30px 0;
  text-align: center;
  background: #cf111b;
  color: white;
  font-family: "Anton";
  letter-spacing: 2px;
  font-size: 35px;
}
footer .link-box {
  background-image: url("../../src/index/bg2.webp");
  background-size: cover;
  background-position: center center;
  align-items: center;
  text-align: center;
  padding: 70px 0;
}
footer .link-box .text {
  font-weight: 600;
  display: inline-block;
  max-width: 90%;
  margin: 0 auto;
}
footer .link-box .flex-box {
  width: 1200px;
  max-width: 90%;
  margin: 70px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 0;
}
footer .link-box .flex-box a {
  width: 320px;
  max-width: 90%;
  border-radius: 9999px;
  padding: 10px 0px 20px 0px;
  margin: 0 auto;
}
footer .link-box .flex-box a:hover {
  box-shadow: none !important;
  transform: translate(4px, 4px);
}
footer .link-box .flex-box .left a {
  background: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}
footer .link-box .flex-box .left a img {
  width: 170px;
  max-width: 100%;
  margin: 0 auto;
}
footer .link-box .flex-box .right a {
  background: #cf111b;
  padding: 15px 0px 15px 0px;
  color: white;
  font-weight: 600;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}
footer .nav {
  display: flex;
  justify-content: center;
  padding: 70px 0 30px 0;
}
footer .nav .left {
  width: 30%;
}
footer .nav .left .sns-flex {
  gap: 10px;
}
footer .nav .left a img {
  width: 140px;
  margin: 0px auto;
  margin-bottom: 20px;
  padding: 0;
}
footer .nav .right {
  width: 70%;
}
footer .nav .right .nav-flex {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
footer .nav .right .nav-flex .flex1-center {
  width: 350px;
}
footer .nav .menu-block {
  width: 300px;
  margin-bottom: 50px;
  font-size: 14px;
}
footer .nav .menu-block a {
  color: #cf111b;
  position: relative;
  display: inline;
}
footer .nav .menu-block a img {
  position: absolute;
  width: 17px;
  top: 50%;
  right: -25px;
  transform: translate(0%, -50%);
}
footer .nav .menu-block span {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
}
footer .nav .menu-block ul {
  padding-left: 20px;
  padding: 10px 0;
  padding-left: 20px;
}
footer .nav .menu-block ul a {
  color: #333333;
}
footer .nav .menu-block ul li {
  padding: 10px 0;
  list-style: "- ";
}
footer .nav .flex2 .menu-block {
  width: 200px;
}
footer .nav .menu-block2 {
  margin-bottom: 70px;
}
footer .sns-flex {
  display: flex !important;
  justify-content: center;
  width: 140px;
  max-width: 80%;
  margin: 0px auto 0 auto;
}
footer .sns-flex a {
  margin: 20px auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
footer .sns-flex a img {
  width: 60px !important;
  margin: 0 auto !important;
}
footer .logo-flex {
  display: flex !important;
  justify-content: center;
  margin: 20px auto 30px auto;
  align-items: center;
  width: 250px !important;
  max-width: 80%;
}
footer .logo-flex .left {
  width: auto;
}
footer .logo-flex .right {
  width: auto !important;
}
footer .logo-flex img {
  width: 70px;
  margin: 10px 15px;
}
footer .company-info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 90%;
}
footer .company-info a {
  font-size: 16px;
  color: #333333;
}

.sns-ad {
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 90%;
}

footer .sp-info .info-right {
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
footer .sp-info .info-right span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
footer .sp-info .info-right a {
  display: block;
  margin-top: 10px;
}

footer .copy {
  background: #cf111b;
  color: white;
  padding: 20px 5% 20px 5%;
  text-align: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 1285px) {
  footer .nav .left {
    width: 40%;
  }
  footer .nav .right {
    width: 60%;
  }
}
@media (max-width: 999px) {
  footer .nav {
    justify-content: center;
  }
  footer .nav .left {
    width: 50%;
  }
  footer .nav .right {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  footer .nav {
    justify-content: center;
  }
  footer .nav .left {
    width: 100%;
  }
  footer .nav .right {
    width: 100%;
  }
  footer .nav .right .nav-flex {
    flex-direction: column;
  }
  footer .nav {
    flex-direction: column;
  }
  footer .nav .left img {
    margin-bottom: 70px;
  }
  footer .nav .menu-block {
    width: 350px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer .sns-flex.pc {
    display: none !important;
  }
  footer .logo-flex.pc {
    display: none !important;
  }
  .sns-flex.sp {
    display: flex !important;
  }
  .logo-flex.sp {
    display: flex !important;
  }
  .fixed-entry {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 400;
  }
  .fixed-entry .flex-box {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-bottom: 0;
  }
  .fixed-entry .flex-box a {
    max-width: 90%;
    margin: 0 auto;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  }
  .fixed-entry .flex-box .left {
    width: 25%;
  }
  .fixed-entry .flex-box .left a {
    padding: 7px 0px 15px 0px;
  }
  .fixed-entry .flex-box .left a img {
    max-width: 100%;
    margin: 0 auto;
  }
  .fixed-entry .flex-box .center {
    width: 25%;
  }
  .fixed-entry .flex-box .right {
    width: 50%;
    text-align: center;
  }
  .fixed-entry .flex-box .right a {
    padding: 10px 0px 10px 0px;
    color: white;
    font-weight: 600;
    font-size: 14px;
  }
  /***********************
  大型修正1
  *************************/
  footer .link-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  footer .link-box .flex-box {
    gap: 30px;
    margin: 30px auto;
  }
  footer .sp-info {
    display: flex;
    max-width: 90%;
    margin: 0 auto 50px auto;
  }
  footer .sp-info .info-left {
    width: 30%;
    padding-left: 10px;
  }
  footer .sp-info .info-right {
    width: 70%;
    padding-left: 25px;
    padding-right: 0px;
  }
  footer .sp-info .info-right a {
    margin: 10px 0;
  }
  footer .nav {
    padding-top: 50px;
    padding-bottom: 0;
  }
  footer .nav .menu-block span {
    font-weight: 600;
  }
  footer .nav .left a img {
    width: 100px;
    max-width: 90%;
  }
  footer .copy {
    background: #cf111b;
    color: white;
    padding: 20px 5% 20px 5%;
    text-align: center;
  }
  footer .nav .logo-flex .left {
    width: 50%;
  }
  footer .nav .logo-flex .right {
    width: 50%;
  }
}
@media (max-width: 400px) {
  footer .link-box .flex-box a {
    width: 250px;
    max-width: 90%;
  }
  .flex1,
  .flex2 {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */