@charset "utf-8";
/*-------common------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin: 0;
  background: #333333;
  color: #ffffff;
}
.m-font {
  font-size: max(2.5vw, 48px);
  font-size: max(2.0833vw, 40px);
  font-size: max(1.0417vw, 20px);
  font-size: max(1.25vw, 24px);
  font-size: max(1.6667vw, 32px);
  width: max(16.7708vw, 322px);
  width: max(3.125vw, 60px);
  max-width: max(26.1979vw, 503px);
  width: max(26.875vw, 516px);
  width: max(13.4896vw, 259px);
  width: max(16.0417vw, 308px);
  font-size: max(38.0208vw, 730px);
  font-size: max(48.4375vw, 930px);
  font-size: max(56.25vw, 1080px);
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
}
.mincho {
  font-family: "Zen Old Mincho", serif;
}
h1,
h2,
h3 {
  margin: 0;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  font-weight: 500;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
body .sp-only {
  display: none;
}
.inner {
  padding-inline: max(16.72vw, 20px);
}
.flex-wrap {
  display: flex;
}
.flex-wrap.re {
  flex-direction: row-reverse;
}
.ai-c {
  align-items: center;
}
.ai-s {
  align-items: flex-start;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.fl1 {
  flex: 1;
}
.grid-wrap {
  display: grid;
}
.grid-wrap.fr2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrap.fr3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-wrap.fr4 {
  grid-template-columns: repeat(4, 1fr);
}
.fw300 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh20 {
  line-height: 2;
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls00 {
  letter-spacing: 0;
}
.sc {
  margin-right: 1em;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.mtc {
  margin-inline: auto;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #333;
}
.cye {
  color: #fff333;
}
.bye {
  background: #fff333;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.wfit {
  width: fit-content;
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
.sc2 {
  margin-right: 2em;
}
.sc1 {
  margin-right: 1em;
}
.sct2 {
  margin-top: 2em;
}
.oh {
  overflow: hidden;
}
.w-no {
  white-space: nowrap;
}
.ttu {
  text-transform: uppercase;
}
/*-------common-end------*/
.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 699;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #333;
  padding: 10px 0;
  /* padding-bottom: calc(env(safe-area-inset-bottom) / 2); */
}
.sp-footer-icons-container a {
  width: calc(100% / 5);
  height: 55px;
}
.sp-ft-tel::before {
  content: "";
  background: url(../../../uploads/2026/02/phone-ic.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.sp-ft-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff333;
  border: 3px solid #fff333;
}
.sp-ft-mail::before {
  content: "";
  background: url(../../../uploads/2026/02/mail-ic.webp) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.sp-ft-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff333;
  border: 3px solid #fff333;
}
.sp-ft-ic {
  display: inline-block;
}
.sp-ft-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*anime*/
.mv-anime {
  opacity: 0;
  transform: translateY(15%);
  transition: 0.5s ease-in-out;
}
.mv-anime2 {
  transition-duration: 1s;
}
.mv-anime3 {
  transition-duration: 2s;
}
.mv-anime4 {
  transition-duration: 3s;
}
.mv-anime.is-visible {
  opacity: 1;
  transform: translateY(0%);
}
.a-ct {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.a-ct::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background: #333;
  top: 0;
  z-index: 5;
  transition: 0.8s;
  transition-delay: 0.4s;
}
.a-left::after {
  left: 0;
}
.a-left.is-visible::after {
  left: -100vw;
}
.a-right::after {
  left: 0;
}
.a-right.is-visible::after {
  left: -100vw;
}
.fixed-wrap.is-fixed {
  position: fixed;
  background: rgb(51 51 51 / 80%);
  animation: slideDown 0.4s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1600px) {
  .footerwrap.inner {
    padding-inline: 5.55%;
  }
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .inner {
    padding-inline: 5.55%;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  body .flex-820 {
    flex-direction: row;
  }
  .fl1 {
    width: 100%;
  }
  .fixed-wrap.is-fixed {
    position: absolute;
    background: none;
    animation: none;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    /* font-size: 1.4rem; */
  }
  .inner {
    padding-inline: 5.55%;
  }
  .grid-wrap {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr2,
  .grid-wrap.fr3,
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }
  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
  }
  .sp-tl.tc {
    text-align: left;
  }
  body .flex-820 {
    flex-direction: column;
  }
}
