@charset "UTF-8";

/* ユーティリティー */

body {
  color: #43342c;
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 400; /* R-400 ,B-700 */
  font-size: clamp(15px, 1.95vw, 18px);
  line-height: 1.66;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}
body {
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.loaded {
  opacity: 1;
}

body.fadeout {
  opacity: 0;
}
body.count {
  overflow: hidden;
}
.biz_go {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 400; /* R-400 ,B-700 */
}
.gre_mvb {
  font-family: "grenadine-mvb", sans-serif;
  font-weight: 300; /* R-300 ,m-400 */
  font-style: normal;
}
.fw_3,
.gre_mvb .fw_r {
  font-weight: 300;
}
.fw_4,
.biz_go .fw_r,
.gre_mvb .fw_m {
  font-weight: 400;
}
.fw_7,
.biz_go .fw_b {
  font-weight: 700;
}
.cl_wh {
  color: #fff;
}
.cl_gr {
  color: #94b428;
}
.bg_milk {
  background-color: #fefdf7;
}
.bg_gr {
  background-color: #94b428;
}
main {
  overflow-x: clip;
  position: relative;
}
article {
  position: relative;
  background-color: #fefdf7;
  min-height: 60vh;
}

a {
  color: #43342c;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}

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

.sp {
  display: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img[src*="_sp"] {
  display: none;
}
.p_rltv {
  position: relative;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.ilbk {
  display: inline-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;
}
.contents_wrap {
  width: 87.5vw;
  margin: 0 0 0 auto;
}
.contents_wrap-1200 {
  max-width: 1200px;
  padding: 20px;
}
.inner-1000 {
  width: 69.44vw;
  max-width: 1000px;
  margin: 0 auto;
}
.box-pad {
  padding: 0 16px;
}
.sec_ttl,
.page_ttl {
  font-size: clamp(25px, 3.26vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
}
.sec_ttl .ja,
.page_ttl .ja {
  font-size: clamp(14px, 1.82vw, 16px);
  font-weight: 400;
  line-height: 1.18;
  display: block;
  padding-top: 0.5em;
}
/* -------------------------------------
mv
------------------------------------- */
.mv__wrap,
.mv,
.mv__txtbk {
  height: 43.75vw;
  min-height: 336px;
}
.mv {
  width: 100%;
  position: fixed;
  z-index: -1;
}
.mv__img {
  min-width: 768px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mv__txtbk-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.mv__txt {
  font-size: 2.06vw;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.15em;
  position: absolute;
  top: 54.5%;
  left: 0;
  transform: translate(-2%, -50%);
}
/* -------------------------------------
sec_intro
------------------------------------- */
.sec_intro {
  padding: 80px 0 124px;
}
.sec_intro .page_ttl {
  margin-bottom: 65px;
}
.intro__heading {
  font-size: clamp(25px, 3.26vw, 30px);
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.intro__txtbk {
  font-size: clamp(17px, 2.21vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.intro__txtbk p:not(:last-child) {
  margin-bottom: 1.75em;
}
/* -------------------------------------
sec_contact
------------------------------------- */
.dashed_bdr_btm {
  position: relative;
  padding-bottom: 100px;
}
.dashed_bdr_btm::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #43342c, #43342c 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}
.sec_contact {
  padding: 100px 0 148px;
}
.sec_contact .morebtn {
  max-width: 320px;
}
.sec_contact .sec_ttl {
  font-size: clamp(23px, 2.99vw, 27px);
  margin-bottom: 43px;
}
.contact__txt {
  margin-bottom: 23px;
}

/* ===========
morebtn
============== */
.morebtn {
  font-size: clamp(15px, 1.95vw, 18px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 50px;
  margin: 0 auto;
  padding: 10px 2.2em;
  background-color: #fff;
  border: 2px solid #43342c;
  border-radius: 30px;
  transition: 0.2s;
  position: relative;
}
.morebtn::after {
  content: "";
  width: 0.4em;
  height: 0.67em;
  position: absolute;
  right: 10%;
  background: url(../imgs/common/btn_arrow_br.svg) no-repeat center/contain;
  transition: 0.2s;
}
.morebtn:hover {
  color: #fff;
  background-color: #43342c;
}
.morebtn:hover::after {
  background: url(../imgs/common/btn_arrow_wh.svg) no-repeat center/contain;
  right: 5%;
}

/* ===========
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);
}

.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: clamp(27px, 3.52vw, 32px);
  margin-bottom: 30px;
}

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

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

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

@media screen and (max-width: 1599px) {
  .contents_wrap {
    padding: 0 2.13vw 0 115px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .contents_wrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .inner-1000 {
    width: 90%;
  }
  main {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  img[src*="_sp"] {
    display: block;
  }

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

  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }

  .n-640 {
    display: none;
  }
  .b-640 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: clamp(14px, 3.13vw, 15px);
  }
  .sec_ttl,
  .page_ttl {
    font-size: clamp(22px, 5.21vw, 25px);
  }
  .sec_ttl .ja,
  .page_ttl .ja {
    font-size: clamp(12px, 2.92vw, 14px);
  }
  .intro__heading {
    font-size: clamp(20px, 5.21vw, 25px);
  }

  .intro__txtbk {
    font-size: clamp(14px, 3.54vw, 17px);
  }
  .sec_contact .sec_ttl {
    font-size: clamp(22px, 4.79vw, 23px);
  }
  .morebtn {
    font-size: clamp(14px, 3.13vw, 15px);
  }
}
