@charset "UTF-8";

/* ユーティリティー */
body {
  color: #435254;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 2.92vw, 16px);
  line-height: 1.75;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings: "palt";*/
}
body.fixed {
  overflow: hidden;
}
/* ページ遷移 */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
body.fade::after {
  opacity: 1;
}
/* ======================
font
========================= */
.fmin {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  /*200,700 */
  font-style: normal;
}
.fgo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /*300,400 */
  font-style: normal;
}
.fsh {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* 400, 500,700 */
  font-style: normal;
}

.fzen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* 400,500,700 */
}
.fcen {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  /* 400,700 */
  font-style: normal;
  /* font-style: italic; */
}
.fst_it {
  font-style: italic;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_500 {
  font-weight: 500;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.cl_wh {
  color: #fff;
}
.cl_dgr {
  color: #012a2d;
}
.cl_or {
  color: #ed6c00;
}
.cl_rd {
  color: #910000;
}
/* ======================
common
========================= */
a {
  color: #435254;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
}

a:hover {
  opacity: 0.8;
}
a.sptel {
  pointer-events: none;
}
.txtlink span {
  position: relative;
}
.txtlink span:after {
  content: "";
  width: 0;
  height: 1px;
  background: #435254;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.2s;
}
.txtlink:hover span:after {
  width: 100%;
  opacity: 1;
}

.inner-1440 {
  width: calc(100% - 110px);
  max-width: 1440px;
  margin: 0 auto;
}
.inner-1300 {
  width: calc(100% - 110px);
  max-width: 1300px;
  margin: 0 auto;
}
.inner-1260 {
  width: calc(100% - 110px);
  max-width: 1260px;
  margin: 0 auto;
}
.inner-1255 {
  width: calc(100% - 110px);
  max-width: 1255px;
  margin: 0 auto;
}
.inner-1244 {
  width: calc(100% - 110px);
  max-width: 1244px;
  margin: 0 auto;
}
.inner-1200 {
  width: calc(100% - 110px);
  max-width: 1200px;
  margin: 0 auto;
}

.inner-1130 {
  width: calc(100% - 110px);
  max-width: 1130px;
  margin: 0 auto;
}
/* .inner-1000 {
  width: calc(100% - 110px);
  max-width: 1000px;
  margin: 0 auto;
} */
.inner-972 {
  width: calc(100% - 110px);
  max-width: 1000px;
  margin: 0 auto;
}
.inner-970 {
  width: calc(100% - 110px);
  max-width: 970px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p_rltv {
  position: relative;
}
.bg_gry {
  background-color: #f4f7f6;
}
.bg_dgry {
  background-color: #cad0d3;
}
.bg_dgr {
  background-color: #012a2d;
}
.ilnbk {
  display: inline-block;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.btn {
  font-size: clamp(16px, 2.4vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.btn:after {
  content: "";
  width: 4.67vw;
  max-width: 35px;
  min-width: 31px;
  height: 4.67vw;
  max-height: 35px;
  min-height: 31px;
  background-image: url(../imgs/common/btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s;
}

.btn:hover:after {
  background-image: url(../imgs/common/btn_hv.svg);
}
/* ======================
main
========================= */
main {
  overflow-x: clip;
}

/* ===========
inview
============== */

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}
/*.tl_yt {
  transform: rotateY(180deg);
}*/

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 250px 0;
}
.notfound .page {
  padding-left: 0;
}

.notfound .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.notfound p {
  font-size: 16px;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 1480px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 750px) {
  /* -------------------------------------
common
------------------------------------- */
  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }

  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
  .inner-1440,
  .inner-1300,
  .inner-1260,
  .inner-1255,
  .inner-1244,
  .inner-1200,
  .inner-1130,
  .inner-1000,
  .inner-972,
  .inner-970 {
    width: 92%;
  }
}
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 325px) {
}

@media screen and (min-width: 769px) {
}
