@charset "utf-8";
/*-------common------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: max(1.111vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  color: #000;
}
.home {
  background: url(../../../uploads/2026/01/bg1.jpg);
}
.m-font {
  font-size: max(0.9722vw, 1.4rem);
  font-size: max(1.042vw, 1.5rem);
  font-size: max(1.111vw, 1.6rem);
  font-size: max(1.25vw, 1.8rem);
  font-size: max(1.389vw, 2rem);
  font-size: max(1.667vw, 2.4rem);
  font-size: max(1.806vw, 2.6rem);
  font-size: max(2.083vw, 3rem);
  font-size: max(2.222vw, 3.2rem);
  font-size: max(2.361vw, 3.4rem);
  font-size: max(2.5vw, 3.6rem);
  font-size: max(2.778vw, 4rem);
  font-size: max(3.333vw, 4.8rem);
  font-size: max(3.472vw, 5rem);
  font-size: max(4.444vw, 6.4rem);
  font-size: max(6.667vw, 9.6rem);
  font-size: max(8.8888vw, 12.8rem);
}
.en {
  font-family: "Josefin Sans", sans-serif;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}
.link-un {
  text-decoration: underline;
}
h1,
h2,
h3 {
  margin: 0;
}

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: 5.55%;
}
.flex-wrap {
  display: flex;
}
.flex-wrap.wr {
  flex-wrap: wrap;
  gap: 10px 0;
}
.flex-wrap.re {
  flex-direction: row-reverse;
}
.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;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.cwhite {
  color: #fff;
}
.cblack {
  color: #000;
}
.ccblack {
  color: #272727;
}
.clgr {
  color: #75ad01;
}
.cgr {
  color: #507700;
}
.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.blgr {
  background: #75ad01;
}
.bgr {
  background: #507700;
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
/*-------common-end------*/
/*-------ipad----*/
@media screen and (max-width: 1180px) {
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    /* font-size: 1.4rem; */
  }
  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
  }
  .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-tl.tc {
    text-align: left;
  }
}
