@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

button,
[type=button],
[type=submit],
a {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ul li, ol, ol li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "inter";
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("../fonts/Inter-VariableFont_opsz,wght.woff") format("woff"), url("../fonts/Inter-VariableFont_opsz,wght.eot") format("eot"), url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
body {
  font-family: "ZenKakuGothicNew-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  overflow-x: hidden;
  background: url(../img/common/pa_noise.png) #F6F4F2;
  background-size: 300px;
  color: #332F2D;
  -webkit-font-smoothing: antialiased;
  font-size: min(18 / 1320 * 100vw, 18px);
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(16 / 375 * 100vw, 16px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc, .pc.middle {
    display: block;
  }
  .middle {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .middle {
    display: block;
  }
  .pc, .pc.middle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc, .pc.middle {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
a {
  color: #332F2D;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

#svg {
  display: none;
}

.inner {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 min(4.5454545455%, 60px);
}
@media screen and (min-width: 1321px) {
  .inner {
    width: 1320px;
    padding: 0 60px;
  }
}
.inner.wide {
  width: min(100%, 1680px);
}
.inner.narrow {
  max-width: 940px;
  width: 78.3333333333%;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: 0 min(5%, 60px);
  }
  .inner.narrow {
    max-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.4%;
  }
  .inner.narrow {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .flex_wrap,
  .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.en {
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
}

header {
  position: relative;
  z-index: 10000;
}
header.-active {
  z-index: 100001;
}
header.-active #box_hamburger .box_contact {
  display: none;
}
@media screen and (max-width: 768px) {
  header.-active .header_inner {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.-active .logo {
    margin-left: 5.4%;
  }
}
header .logo {
  width: min(216 / 1320 * 100vw, 216px);
  padding-top: 17px;
  position: absolute;
  top: min(28 / 1320 * 100vw, 28px);
  left: min(40 / 1320 * 100vw, 40px);
}
header .logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: min(131 / 375 * 100vw, 131px);
    margin-left: 4.5%;
    padding-top: 0;
    top: 0.75em;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.header_inner {
  width: 100%;
  height: min(92 / 1320 * 100vw, 92px);
  padding: 0 292px 0 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: min(60 / 375 * 100vw, 60px);
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10005;
  }
}

#box_hamburger {
  width: min(328 / 1320 * 100vw, 328px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: min(40 / 1320 * 100vw, 40px);
  top: min(40 / 1320 * 100vw, 40px);
  z-index: 100010;
}
#box_hamburger .box_contact {
  width: min(192 / 1320 * 100vw, 192px);
  height: min(48 / 1320 * 100vw, 48px);
  min-height: 36px;
  border-radius: 50px;
  position: relative;
}
#box_hamburger .box_contact::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #332F2D;
  border: 1px solid #332F2D;
  top: 4px;
}
#box_hamburger .box_contact a {
  width: 100%;
  height: 100%;
  border: 1px solid #332F2D;
  background: #fff;
  color: #332F2D;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: absolute;
  top: 0;
}
#box_hamburger .box_contact a span {
  padding: 0 0 0 1.8em;
  line-height: min(20 / 1320 * 100vw, 20px);
  position: relative;
}
#box_hamburger .box_contact a span::before {
  content: "";
  display: block;
  position: absolute;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  display: inline-block;
  -webkit-mask: url(../img/common/icon_mail.svg);
          mask: url(../img/common/icon_mail.svg);
  background-color: #332F2D;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  left: 2px;
  top: 0;
}
@media (hover: hover) {
  #box_hamburger .box_contact a:hover {
    top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #box_hamburger {
    width: min(114 / 375 * 100vw, 114px);
    right: 0;
    top: 0;
  }
}

.menu_trigger {
  width: min(116 / 1320 * 100vw, 116px);
  height: min(48 / 1320 * 100vw, 48px);
  min-height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  position: fixed;
  right: min(40 / 1320 * 100vw, 40px);
  top: min(40 / 1320 * 100vw, 40px);
}
.menu_trigger .btnin {
  width: 100%;
  height: 100%;
  padding-left: 4px;
  background: #332F2D;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
}
.menu_trigger .btnin span {
  position: relative;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .menu_trigger:hover .btnin {
    top: 3px;
  }
}
.menu_trigger::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #332F2D;
  top: 4px;
}
.menu_trigger .box {
  width: min(18 / 1320 * 100vw, 18px);
  height: min(12 / 1320 * 100vw, 12px);
  position: relative;
}
.menu_trigger .box span {
  display: block;
  width: min(18 / 1320 * 100vw, 18px);
  height: min(2 / 1320 * 100vw, 2px);
  background: #fff;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_trigger .box span:first-of-type {
  top: 0;
}
.menu_trigger .box span:nth-of-type(2) {
  top: min(5 / 1320 * 100vw, 5px);
}
.menu_trigger .box span:nth-of-type(3) {
  top: min(10 / 1320 * 100vw, 10px);
}
.menu_trigger .text {
  margin-left: 8px;
  display: block;
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
  font-size: min(16 / 1320 * 100vw, 16px);
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_trigger .text::before {
  content: "Menu";
}
.menu_trigger.-active .btnin {
  padding-left: 0;
  background: #fff;
  color: #332F2D;
  border: 1px solid #332F2D;
}
.menu_trigger.-active::before {
  background: #332F2D;
  top: 3px;
}
.menu_trigger.-active .box span {
  background: #332F2D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_trigger.-active .box span:first-of-type {
  top: min(5 / 1320 * 100vw, 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_trigger.-active .box span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.-active .box span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: min(5 / 1320 * 100vw, 5px);
}
.menu_trigger.-active .text {
  margin-left: 6px;
}
.menu_trigger.-active .text::before {
  content: "Close";
  letter-spacing: 0.04em;
}

#area_nav {
  position: relative;
  z-index: 10003;
}

.js-nav-area {
  width: 645px;
  height: 100vh;
  padding: 117px 80px 0;
  display: block;
  right: -645px;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  background: url(../img/common/pa_noise.png) #F6F4F2;
  background-size: 300px;
  overflow-y: auto;
  border-radius: 40px 0 0 0;
}
.js-nav-area.-active {
  right: 0;
}
.js-nav-area #js-global-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 26px;
}
@media screen and (min-width: 769px) {
  .js-nav-area .ul_gnav > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .js-nav-area .ul_gnav > li > a {
    font-size: 18px;
    font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
  }
  .js-nav-area .ul_gnav > li > a.nav_toggle {
    pointer-events: none;
  }
  .js-nav-area .ul_gnav > li > a.nav_toggle span {
    display: none;
  }
  .js-nav-area .ul_gnav > li > a span {
    margin-left: 28px;
    padding-right: 24px;
    font-size: 16px;
    position: relative;
  }
  .js-nav-area .ul_gnav > li > a span::after {
    content: "";
    display: inline-block;
    width: min(16 / 1320 * 100vw, 16px);
    height: min(16 / 1320 * 100vw, 16px);
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    background-color: #332F2D;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .js-nav-area .ul_gnav > li > a span::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .js-nav-area .ul_gnav > li > a:hover span::after {
    right: -3px;
  }
}
@media screen and (min-width: 769px) {
  .js-nav-area .ul_gnav > li ul {
    padding-left: 12px;
    border-left: 1px solid #d9d9d9;
  }
  .js-nav-area .ul_gnav > li ul li {
    margin-top: 4px;
  }
  .js-nav-area .ul_gnav > li ul li.list {
    display: none;
  }
  .js-nav-area .ul_gnav > li ul li a {
    line-height: 1.6;
  }
  .js-nav-area .ul_gnav > li ul li small span {
    display: none;
  }
  .js-nav-area .ul_gnav > li ul li a, .js-nav-area .ul_gnav > li.policy a {
    font-size: 16px;
    font-family: "ZenKakuGothicNew-Medium", serif;
  }
  .js-nav-area .ul_gnav > li.policy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .js-nav-area {
    width: min(645 / 1024 * 100vw, 645px);
    height: 100vh;
    padding: min(117 / 1024 * 100vw, 117px) min(80 / 1024 * 100vw, 80px) 0;
    right: calc(min(645 / 1024 * 100vw, 645px) * -1);
  }
  .js-nav-area #js-global-navigation {
    gap: 0 min(26 / 1024 * 100vw, 26px);
  }
  .js-nav-area .ul_gnav > li:nth-child(n+2) {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
  .js-nav-area .ul_gnav > li > a {
    font-size: min(18 / 1024 * 100vw, 18px);
  }
  .js-nav-area .ul_gnav > li > a span {
    margin-left: min(28 / 1024 * 100vw, 28px);
    padding-right: min(24 / 1024 * 100vw, 24px);
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .js-nav-area .ul_gnav > li ul {
    padding-left: min(12 / 1024 * 100vw, 12px);
  }
  .js-nav-area .ul_gnav > li ul li a, .js-nav-area .ul_gnav > li.policy a {
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .js-nav-area .ul_gnav > li.policy {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
}
.js-nav-area .box_contact {
  margin: 54px 0;
  padding: 36px 0 44px;
  background: #fff;
  text-align: center;
}
.js-nav-area .box_contact .dl_tel {
  width: 310px;
  margin-inline: auto;
}
.js-nav-area .box_contact .dl_tel dt {
  font-size: 16px;
}
.js-nav-area .box_contact .dl_tel dd {
  margin-top: 15px;
}
.js-nav-area .box_contact .dl_tel dd .tel {
  margin-right: 4px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  text-align: right;
}
.js-nav-area .box_contact .dl_tel dd .tel::before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../img/common/icon_tel.png) no-repeat center top;
  background-size: 100%;
  top: -2px;
  left: 0;
}
.js-nav-area .box_contact .dl_tel dd .time {
  margin-top: 0.8em;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
}
.js-nav-area .box_contact .dl_tel dd .week {
  font-size: min(14 / 1320 * 100vw, 14px);
}
.js-nav-area .box_contact .box_btn {
  width: 364px;
  height: 68px;
  margin: 15px auto 0;
}
.js-nav-area .box_contact .box_btn span {
  padding-left: 24px;
  line-height: 20px;
  font-size: 18px;
}
.js-nav-area .box_contact .box_btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_mail.svg);
          mask: url(../img/common/icon_mail.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  left: -0.1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .js-nav-area .box_contact {
    margin-top: min(54 / 1024 * 100vw, 54px);
    padding: min(36 / 1024 * 100vw, 36px) 0 min(44 / 1024 * 100vw, 44px);
  }
  .js-nav-area .box_contact .dl_tel {
    width: min(310 / 1024 * 100vw, 310px);
  }
  .js-nav-area .box_contact .dl_tel dt {
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .js-nav-area .box_contact .dl_tel dd {
    margin-top: min(15 / 1024 * 100vw, 15px);
  }
  .js-nav-area .box_contact .dl_tel dd .tel {
    margin-right: 4px;
    font-size: min(32 / 1024 * 100vw, 32px);
  }
  .js-nav-area .box_contact .dl_tel dd .tel::before {
    width: min(36 / 1024 * 100vw, 36px);
    height: min(36 / 1024 * 100vw, 36px);
    top: -2px;
  }
  .js-nav-area .box_contact .dl_tel dd .time {
    margin-top: 0.8em;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
  .js-nav-area .box_contact .dl_tel dd .week {
    font-size: min(14 / 1024 * 100vw, 14px);
  }
  .js-nav-area .box_contact .box_btn {
    width: min(364 / 1024 * 100vw, 364px);
    height: min(68 / 1024 * 100vw, 68px);
    margin: min(15 / 1024 * 100vw, 15px) auto 0;
  }
  .js-nav-area .box_contact .box_btn span {
    padding-left: min(24 / 1024 * 100vw, 24px);
    line-height: min(20 / 1024 * 100vw, 20px);
    font-size: min(18 / 1024 * 100vw, 18px);
  }
  .js-nav-area .box_contact .box_btn span::before {
    width: min(20 / 1024 * 100vw, 20px);
    height: min(20 / 1024 * 100vw, 20px);
  }
}

#overlay.-active {
  width: 100vw;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #box_hamburger {
    width: min(152 / 375 * 100vw, 152px);
    top: min(16 / 375 * 100vw, 16px);
  }
  #box_hamburger .box_contact {
    width: min(36 / 375 * 100vw, 36px);
    height: min(36 / 375 * 100vw, 36px);
  }
  #box_hamburger .box_contact::before {
    top: 3px;
  }
  #box_hamburger .box_contact a span.sp {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #box_hamburger .box_contact a span.sp::before {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
    left: auto;
    top: auto;
  }
  .menu_trigger {
    width: min(92 / 375 * 100vw, 92px);
    height: min(36 / 375 * 100vw, 36px);
    position: absolute;
    top: 0;
    right: min(16 / 375 * 100vw, 16px);
    border-radius: 0;
  }
  .menu_trigger::before {
    top: 3px;
  }
  .menu_trigger .box {
    width: min(14 / 375 * 100vw, 14px);
    height: min(12 / 375 * 100vw, 12px);
    position: relative;
    left: -0.2em;
  }
  .menu_trigger .box span {
    width: min(14 / 375 * 100vw, 14px);
    height: min(2 / 375 * 100vw, 2px);
  }
  .menu_trigger .box span:first-of-type {
    top: 0;
  }
  .menu_trigger .box span:nth-of-type(2) {
    top: min(5 / 375 * 100vw, 5px);
  }
  .menu_trigger .box span:nth-of-type(3) {
    top: min(10 / 375 * 100vw, 10px);
  }
  .menu_trigger .text {
    margin-left: min(5 / 375 * 100vw, 5px);
    font-size: min(12 / 375 * 100vw, 12px);
  }
  .menu_trigger.-active {
    top: min(0 / 375 * 100vw, 0px);
    right: min(20 / 375 * 100vw, 20px);
  }
  .menu_trigger.-active .btnin {
    background: #332F2D;
    color: #fff;
  }
  .menu_trigger.-active::before {
    top: 3px;
    background: #fff;
  }
  .menu_trigger.-active .box {
    left: -0.1em;
    top: 0.2em;
  }
  .menu_trigger.-active .box span {
    height: min(2 / 375 * 100vw, 2px);
    background: #fff;
  }
  .menu_trigger.-active .text {
    margin-left: 6px;
  }
  #header.scroll .header_inner {
    height: min(50 / 375 * 100vw, 50px);
    padding: 0;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10005;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #header.scroll .header_inner .logo {
    top: 0.35em;
    margin-left: 5.4%;
  }
  #header.scroll .header_inner #box_hamburger {
    top: 0;
  }
  #header.scroll .header_inner #box_hamburger .box_contact {
    width: min(64 / 375 * 100vw, 64px);
    height: min(50 / 375 * 100vw, 50px);
    border-radius: 0;
    position: absolute;
    top: 0;
    right: min(50 / 375 * 100vw, 50px);
    border-left: 1px solid #d9d9d9;
  }
  #header.scroll .header_inner #box_hamburger .box_contact::before {
    content: none;
  }
  #header.scroll .header_inner #box_hamburger .box_contact a {
    padding-top: 1.4em;
    border: none;
    border-radius: 0;
    position: relative;
  }
  #header.scroll .header_inner #box_hamburger .box_contact a span {
    padding: 0;
    line-height: 1;
    position: absolute;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #header.scroll .header_inner #box_hamburger .box_contact a span::before {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
    left: 0;
    right: 0;
    margin-inline: auto;
    top: -0.3em;
  }
  #header.scroll .header_inner .menu_trigger {
    width: min(50 / 375 * 100vw, 50px);
    height: min(50 / 375 * 100vw, 50px);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
  }
  #header.scroll .header_inner .menu_trigger .btnin {
    padding-left: 0;
    border-radius: 0;
  }
  #header.scroll .header_inner .menu_trigger::before {
    content: none;
  }
  #header.scroll .header_inner .menu_trigger .box {
    left: 0;
  }
  #header.scroll .header_inner .menu_trigger .text {
    margin-left: 0;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #header.scroll .header_inner .menu_trigger .text::before {
    content: "";
  }
  #header.scroll .header_inner #js-hamburger.-active {
    width: min(92 / 375 * 100vw, 92px);
    height: min(36 / 375 * 100vw, 36px);
    right: min(20 / 375 * 100vw, 20px);
    top: min(16 / 375 * 100vw, 16px);
  }
  #header.scroll .header_inner #js-hamburger.-active .btnin {
    padding-left: 0;
    border-radius: 50px;
    background: #332F2D;
    color: #fff;
  }
  #header.scroll .header_inner #js-hamburger.-active::before {
    content: "";
    background: #fff;
    top: 3px;
  }
  #header.scroll .header_inner #js-hamburger.-active .box span {
    background: #fff;
  }
  #header.scroll .header_inner #js-hamburger.-active .text {
    margin-left: 6px;
  }
  #header.scroll .header_inner #js-hamburger.-active .text::before {
    content: "Close";
    letter-spacing: 0.04em;
  }
  #header.scroll.-active .header_inner {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #header.scroll.-active .header_inner .logo {
    top: 0.75em;
  }
  .js-nav-area {
    width: 100vw;
    padding: 3.9em 7% 0;
    right: -100vw;
    border-radius: 0;
  }
  .js-nav-area #js-global-navigation {
    display: block;
  }
  .js-nav-area .ul_gnav li a {
    padding: 0.62em 0;
    display: block;
  }
  .js-nav-area .ul_gnav li:nth-child(n+2) {
    margin-top: 0;
  }
  .js-nav-area .ul_gnav > li {
    font-size: min(14 / 375 * 100vw, 14px);
    border-bottom: 1px solid #d9d9d9;
    position: relative;
  }
  .js-nav-area .ul_gnav > li > a {
    font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .js-nav-area .ul_gnav > li > a:not(.acd)::after {
    content: "";
    display: inline-block;
    width: min(16 / 1320 * 100vw, 16px);
    height: min(16 / 1320 * 100vw, 16px);
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    background-color: #332F2D;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    background-color: #332F2D;
    right: 1.2em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-nav-area .ul_gnav > li > a:not(.acd)::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .js-nav-area .ul_gnav > li.targetnav .link {
    display: none;
  }
  .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle {
    position: relative;
  }
  .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle span {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.1em;
  }
  .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle span::before, .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle span::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #332F2D;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js-nav-area .ul_gnav > li.targetnav .acd.nav_toggle.active span::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel {
    padding: 0 0 1.4em;
    display: none;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in {
    padding: 0.7em 7%;
    background: #fff;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul {
    padding-left: 0;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li {
    margin-top: 0;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li a {
    padding: 0.43em 0 0.43em 0.8em;
    position: relative;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li a::before {
    content: "";
    display: block;
    width: min(6 / 1320 * 100vw, 6px);
    height: min(6 / 1320 * 100vw, 6px);
    background: #F3AC31;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li a::before {
    width: min(5 / 375 * 100vw, 5px);
    height: min(5 / 375 * 100vw, 5px);
  }
}
@media screen and (max-width: 768px) {
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list {
    position: relative;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list a {
    margin-bottom: 0.2em;
    padding-left: 0;
    padding-bottom: 0.6em;
    font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list a::before {
    content: none;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list::before {
    content: "";
    display: block;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWJatGjRfwYoYIqLi2OEshmYYAwQDQAAAP//JeF1QgAAAAZJREFUAwCEZAQHYY95WQAAAABJRU5ErkJggg==) repeat;
    width: 100%;
    height: 1px;
    bottom: 0;
  }
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list::after {
    content: "";
    display: inline-block;
    width: min(16 / 1320 * 100vw, 16px);
    height: min(16 / 1320 * 100vw, 16px);
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    background-color: #332F2D;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .js-nav-area .ul_gnav > li.targetnav .box.nav_panel .in ul li.list::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .js-nav-area .ul_gnav > li.policy a {
    padding-top: 1em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .js-nav-area .ul_gnav > li + a {
    margin-top: 0;
  }
  .js-nav-area .box_contact {
    margin: 1.7em 0 6.7em;
    padding: 1.7em 0 calc(1.6em + 3px);
  }
  .js-nav-area .box_contact .dl_tel {
    width: min(275 / 375 * 100vw, 275px);
    margin-inline: auto;
  }
  .js-nav-area .box_contact .dl_tel dt {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .js-nav-area .box_contact .dl_tel dd {
    margin-top: 15px;
  }
  .js-nav-area .box_contact .dl_tel dd .tel {
    margin-right: 0;
    padding-left: 1.4em;
    font-size: min(28 / 375 * 100vw, 28px);
    text-align: center;
  }
  .js-nav-area .box_contact .dl_tel dd .tel::before {
    width: min(28 / 375 * 100vw, 28px);
    height: min(28 / 375 * 100vw, 28px);
    left: 0.2em;
  }
  .js-nav-area .box_contact .dl_tel dd .tel a {
    position: relative;
  }
  .js-nav-area .box_contact .dl_tel dd .tel a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #332F2D;
    bottom: 0;
  }
  .js-nav-area .box_contact .dl_tel dd .time {
    margin-top: 0.8em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .js-nav-area .box_contact .dl_tel dd .week {
    font-size: min(12 / 375 * 100vw, 12px);
  }
  .js-nav-area .box_contact .box_btn {
    width: min(275 / 375 * 100vw, 275px);
    height: min(60 / 375 * 100vw, 60px);
    margin: 1em auto 0;
  }
  .js-nav-area .box_contact .box_btn::before {
    top: 3px;
  }
  .js-nav-area .box_contact .box_btn span {
    padding-left: 1.4em;
    line-height: min(16 / 375 * 100vw, 16px);
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .js-nav-area .box_contact .box_btn span::before {
    width: min(19 / 375 * 100vw, 19px);
    height: min(19 / 375 * 100vw, 19px);
    left: -0.1em;
  }
}
#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 1.5em;
}
#gnav .ul_gnav {
  padding-bottom: min(6 / 1320 * 100vw, 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5em;
}
#gnav .ul_gnav li a:hover {
  text-shadow: 0 0 0 #332F2D, 0 0 0 #332F2D;
}
#gnav .ul_gnav .menuin {
  display: none;
}
#gnav .targetnav {
  position: relative;
}
#gnav .targetnav > a::after {
  content: "";
  margin-left: 0.3em;
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_plus_bk.png) no-repeat center top;
  background-size: 10px;
  position: relative;
  top: -0.1em;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 10px;
}
#gnav .targetnav .box {
  width: 292px;
  margin: auto;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
  z-index: 9999;
}
#gnav .targetnav .box .in {
  padding: 4px 24px;
  background: #332F2D;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#gnav .targetnav .box .in::before {
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 8.5px 6px 8.5px;
  border-color: transparent transparent #332F2D transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
#gnav .targetnav .box .in ul li {
  position: relative;
}
#gnav .targetnav .box .in ul li:nth-child(n+2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWJatGjRfwYoYIqLi2OEshmYYAwQDQAAAP//JeF1QgAAAAZJREFUAwCEZAQHYY95WQAAAABJRU5ErkJggg==) repeat;
}
#gnav .targetnav .box .in ul li a {
  padding: 16px 30px 16px 1em;
  font-size: 16px;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#gnav .targetnav .box .in ul li a::before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  display: block;
  width: min(6 / 1320 * 100vw, 6px);
  height: min(6 / 1320 * 100vw, 6px);
  background: #F3AC31;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gnav .targetnav .box .in ul li a::before {
    width: min(5 / 375 * 100vw, 5px);
    height: min(5 / 375 * 100vw, 5px);
  }
}
#gnav .targetnav .box .in ul li a::after {
  content: "";
  display: inline-block;
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #332F2D;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  top: 26px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #gnav .targetnav .box .in ul li a::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
#gnav .targetnav .box .in ul li a small {
  margin-top: -4px;
  font-size: 14px;
  display: block;
}
@media (hover: hover) {
  #gnav .targetnav .box .in ul li a:hover::after {
    right: -4px;
  }
}
#gnav .targetnav .box .in ul li.list a {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnav .targetnav .box .in ul li.list a::before {
  content: none;
}
#gnav .targetnav .box .in ul li.list a span {
  font-size: 14px;
}
@media (hover: hover) {
  #gnav .targetnav:hover > a::after {
    -webkit-animation: spin2 1.6s ease;
            animation: spin2 1.6s ease;
  }
  #gnav .targetnav:hover .box {
    max-height: 500px;
    padding-top: 11px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
    pointer-events: auto;
    z-index: 99999;
  }
  #gnav .targetnav:hover .box .in::before {
    opacity: 1;
    top: -6px;
  }
  #gnav .targetnav:hover .box:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: visible;
  }
}
@media screen and (max-width: 1380px) {
  #gnav {
    display: none;
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
/* $ ページトップ
/*----------------------------------------*/
#pagetop {
  width: min(68 / 1320 * 100vw, 68px);
  height: min(68 / 1320 * 100vw, 68px);
  padding-top: 1.6em;
  font-size: min(14 / 1320 * 100vw, 14px);
  background: #6A6A6A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  cursor: pointer;
}
#pagetop span {
  position: relative;
  line-height: 1;
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
}
#pagetop span::before {
  content: "";
  display: inline-block;
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #332F2D;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: -1.6em;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #pagetop span::before {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media (hover: hover) {
  #pagetop:hover {
    padding-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: min(52 / 375 * 100vw, 52px);
    height: min(52 / 375 * 100vw, 52px);
    font-size: min(10 / 375 * 100vw, 10px);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  50% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  25% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  50% {
    -webkit-transform: rotateZ(-2deg);
            transform: rotateZ(-2deg);
  }
  75% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}
.area_footer_contact {
  background: url(../img/common/footer_contact_bg_pc.png) no-repeat center top min(3.125vw, 60px);
  background-color: #fff;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .area_footer_contact {
    background: url(../img/common/footer_contact_bg_sp.png) no-repeat center top 12vw;
    background-color: #fff;
    background-size: 100%;
  }
}
.area_footer_contact .area_animal {
  aspect-ratio: 1920/462;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .area_footer_contact .area_animal {
    height: calc(330 / 375 * 100vw);
    margin-bottom: min(45 / 375 * 100vw, 45px);
  }
}
.area_footer_contact .animal {
  position: absolute;
}
.area_footer_contact .animal.dolphin {
  width: min(4.1666666667vw, 80px);
  bottom: min(5.2083333333vw, 100px);
  left: calc(50% - min(10.9895833333vw, 211px));
  -webkit-animation: shake 1.6s steps(1, end) infinite;
          animation: shake 1.6s steps(1, end) infinite;
}
.area_footer_contact .animal.crocodile {
  width: min(18.1770833333vw, 349px);
  bottom: min(2.5vw, 48px);
  left: min(6.0416666667vw, 116px);
  animation: shake 1.6s steps(1, end) infinite reverse;
}
.area_footer_contact .animal.elephant {
  width: min(13.8020833333vw, 265px);
  bottom: min(3.3854166667vw, 65px);
  left: calc(50% + min(15.1041666667vw, 290px));
  animation: shake 1.6s steps(1, end) infinite reverse;
}
.area_footer_contact .animal.giraffe {
  width: min(12.3958333333vw, 238px);
  bottom: min(1.5625vw, 30px);
  left: calc(50% + min(27.2916666667vw, 524px));
  -webkit-animation: shake 1.6s steps(1, end) infinite;
          animation: shake 1.6s steps(1, end) infinite;
}
@media screen and (max-width: 768px) {
  .area_footer_contact .animal.dolphin {
    width: calc(44 / 375 * 100vw);
    bottom: 41vw;
    left: calc(50% - 4vw);
  }
  .area_footer_contact .animal.crocodile {
    width: calc(190 / 375 * 100vw);
    bottom: 23vw;
    left: 2vw;
    animation: shake 1.8s steps(1, end) infinite reverse;
  }
  .area_footer_contact .animal.elephant {
    width: calc(149 / 375 * 100vw);
    bottom: 5vw;
    left: 30vw;
    -webkit-animation: shake 1.4s steps(1, end) infinite;
            animation: shake 1.4s steps(1, end) infinite;
  }
  .area_footer_contact .animal.giraffe {
    width: calc(132 / 375 * 100vw);
    bottom: 0;
    left: auto;
    right: 0vw;
    animation: shake 1.4s steps(1, end) infinite reverse;
  }
}
.area_footer_contact .footer_contact {
  background: url(../img/common/footer_contact_bg_dirt.png) bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .area_footer_contact .footer_contact {
    background: none;
  }
}
.area_footer_contact .flex_wrap {
  margin-top: calc(min(28 / 1320 * 100vw, 28px) * -1);
  padding: 0 0 min(172 / 1320 * 100vw, 172px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area_footer_contact .box_title {
  width: 38.1666666667%;
}
.area_footer_contact .box_title .tit_contact {
  font-size: min(58 / 1320 * 100vw, 58px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.area_footer_contact .box_title .txt_contact {
  margin-top: 1.7em;
  font-size: min(18 / 1320 * 100vw, 18px);
}
.area_footer_contact .box_contact {
  width: 61.8333333333%;
  margin-top: 1.2em;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.area_footer_contact .box_contact dl {
  width: 50%;
}
.area_footer_contact .box_contact dl dt {
  margin-bottom: 0.9em;
  font-size: min(16 / 1320 * 100vw, 16px);
}
.area_footer_contact .box_contact dl.dl_tel {
  width: min(310 / 1320 * 100vw, 310px);
}
.area_footer_contact .box_contact dl.dl_tel dd {
  margin-top: 1em;
}
.area_footer_contact .box_contact dl.dl_tel dd .tel {
  font-size: min(32 / 1320 * 100vw, 32px);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  text-align: right;
}
.area_footer_contact .box_contact dl.dl_tel dd .tel::before {
  content: "";
  display: block;
  position: absolute;
  width: min(36 / 1320 * 100vw, 36px);
  height: min(36 / 1320 * 100vw, 36px);
  background: url(../img/common/icon_tel.png) no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 0;
}
.area_footer_contact .box_contact dl.dl_tel dd .time {
  margin-top: 0.8em;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
}
.area_footer_contact .box_contact dl.dl_tel dd .week {
  font-size: min(14 / 1320 * 100vw, 14px);
}
.area_footer_contact .box_contact dl.dl_form {
  width: min(320 / 1320 * 100vw, 320px);
  position: relative;
}
.area_footer_contact .box_contact dl.dl_form::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWIy1tf9zwAFTGcvXmaEshmYYAwQDQAAAP//GRSOKQAAAAZJREFUAwBy+QQHN0kbgQAAAABJRU5ErkJggg==) repeat;
  left: -3em;
}
.area_footer_contact .box_contact dl.dl_form dd {
  padding-bottom: min(10 / 1320 * 100vw, 10px);
}
.area_footer_contact .box_contact dl.dl_form dd .box_btn {
  width: 100%;
  height: min(68 / 1320 * 100vw, 68px);
}
.area_footer_contact .box_contact dl.dl_form dd .box_btn span {
  padding-left: 24px;
  line-height: 20px;
  font-size: min(18 / 1320 * 100vw, 18px);
}
.area_footer_contact .box_contact dl.dl_form dd .box_btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  display: inline-block;
  -webkit-mask: url(../img/common/icon_mail.svg);
          mask: url(../img/common/icon_mail.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  left: -0.1em;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .area_footer_contact .box_title .tit_contact {
    line-height: 1;
  }
  .area_footer_contact .box_title .txt_contact {
    margin-top: 1em;
    font-size: min(16 / 1024 * 100vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .area_footer_contact .flex_wrap {
    padding-top: 0;
    padding-bottom: 11.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .area_footer_contact .box_title {
    width: 100%;
  }
  .area_footer_contact .box_title .tit_contact {
    font-size: min(36 / 375 * 100vw, 36px);
  }
  .area_footer_contact .box_title .txt_contact {
    margin-top: 1.75em;
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .area_footer_contact .box_contact {
    width: min(295 / 375 * 100vw, 295px);
    margin: 2em auto 0;
  }
  .area_footer_contact .box_contact dl.dl_tel, .area_footer_contact .box_contact dl.dl_form {
    width: 100%;
  }
  .area_footer_contact .box_contact dl dt {
    margin-bottom: 0.75em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .area_footer_contact .box_contact dl.dl_tel dd {
    margin-top: 1em;
  }
  .area_footer_contact .box_contact dl.dl_tel dd .tel {
    padding-left: 1.4em;
    font-size: min(28 / 375 * 100vw, 28px);
    letter-spacing: 0.05em;
    text-align: center;
    vertical-align: middle;
  }
  .area_footer_contact .box_contact dl.dl_tel dd .tel::before {
    width: min(28 / 375 * 100vw, 28px);
    height: min(28 / 375 * 100vw, 28px);
    left: 0.55em;
  }
  .area_footer_contact .box_contact dl.dl_tel dd .tel a {
    position: relative;
  }
  .area_footer_contact .box_contact dl.dl_tel dd .tel a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #332F2D;
    right: 0;
    bottom: -2px;
  }
  .area_footer_contact .box_contact dl.dl_tel dd .time {
    margin-top: 0.8em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .area_footer_contact .box_contact dl.dl_tel dd .week {
    font-size: min(12 / 375 * 100vw, 12px);
  }
  .area_footer_contact .box_contact dl.dl_form {
    width: 100%;
    margin-top: 1.7em;
    padding-top: 1.8em;
  }
  .area_footer_contact .box_contact dl.dl_form::before {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin-inline: auto;
  }
  .area_footer_contact .box_contact dl.dl_form dd {
    padding-bottom: 0;
  }
  .area_footer_contact .box_contact dl.dl_form dd .box_btn {
    width: 94%;
    height: min(59 / 375 * 100vw, 59px);
    margin-inline: auto;
  }
  .area_footer_contact .box_contact dl.dl_form dd .box_btn span {
    padding-left: 1.8em;
    line-height: min(19 / 375 * 100vw, 19px);
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .area_footer_contact .box_contact dl.dl_form dd .box_btn span::before {
    width: min(19 / 375 * 100vw, 19px);
    height: min(19 / 375 * 100vw, 19px);
    left: 0em;
  }
}

footer {
  margin-top: calc(min(110 / 1320 * 100vw, 110px) * -1);
  position: relative;
}

.footer_deco {
  position: absolute;
  top: 0;
}
.footer_deco::before {
  content: "";
  display: block;
  width: 101vw;
  height: min(140 / 1320 * 100vw, 140px);
  background: url(../img/common/pa_noise_ft.png) #332F2D;
  background-size: 300px;
  position: absolute;
  top: calc(min(70 / 1320 * 100vw, 70px) * -1);
  left: 0;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.loop_line {
  height: min(60 / 1320 * 100vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: absolute;
  top: calc(min(100 / 1320 * 100vw, 100px) * -1);
  left: -0.2em;
  border-bottom: 1px solid #332F2D;
  z-index: 5;
}
@media screen and (min-width: 1921px) {
  .loop_line {
    width: 101vw;
  }
}
@media screen and (min-width: 769px) {
  .loop_line {
    width: 1920px;
  }
}
@media screen and (max-width: 1000px) {
  .loop_line {
    top: calc(min(120 / 1320 * 100vw, 120px) * -1);
  }
}
.loop_line::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #332F2D;
  position: absolute;
}
.loop_line .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 100s infinite linear 1s both;
          animation: loop-slide 100s infinite linear 1s both;
}
.loop_line .img li {
  width: min(674 / 1320 * 100vw, 674px);
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 0;
    overflow: visible;
  }
  .footer_deco {
    height: initial;
  }
  .footer_deco::before {
    content: none;
    height: min(70 / 375 * 100vw, 70px);
    top: calc(min(70 / 375 * 100vw, 70px) * -1);
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .loop_line {
    height: min(36 / 375 * 100vw, 36px);
    top: calc(min(70 / 375 * 100vw, 70px) * -1);
  }
  .loop_line .img li {
    width: min(374 / 375 * 100vw, 374px);
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer_body {
  padding-bottom: min(100 / 1320 * 100vw, 100px);
  background: url(../img/common/pa_noise_ft.png) #332F2D;
  background-size: 300px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer_body .inner {
  position: relative;
}
.footer_body .box_wrap {
  padding-top: min(92 / 1320 * 100vw, 92px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_body .box_status {
  width: 25%;
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_body .box_status .logo {
  width: min(217 / 1320 * 100vw, 217px);
}
.footer_body .box_status .ul_sns {
  margin-top: min(18 / 1320 * 100vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.4em;
}
.footer_body .box_status .ul_sns li {
  width: min(24 / 1320 * 100vw, 24px);
}
.footer_body .box_status .ul_sns li a {
  display: block;
  line-height: 1;
}
@media (hover: hover) {
  .footer_body .box_status .ul_sns li a:hover {
    opacity: 0.6;
  }
}
.footer_body .box_status .add {
  margin-top: min(15 / 1320 * 100vw, 15px);
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: "ZenKakuGothicNew-Medium", serif;
}
.footer_body .box_navigation {
  width: calc(100% - min(300 / 1320 * 100vw, 300px));
  max-width: 60.4166666667%;
}
.footer_body .box_navigation .box_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_body .box_navigation .box_nav a {
  color: #fff;
  display: block;
}
@media (hover: hover) {
  .footer_body .box_navigation .box_nav a:hover {
    opacity: 0.6;
  }
}
.footer_body .box_navigation .box_nav .box > a {
  font-size: min(16 / 1320 * 100vw, 16px);
}
.footer_body .box_navigation .box_nav .box > a + a {
  margin-top: 0.75em;
}
.footer_body .box_navigation .box_nav .box ul {
  margin-top: 0.6em;
  padding-left: 0.8em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_body .box_navigation .box_nav .box ul li {
  margin-top: 0.5em;
}
.footer_body .box_navigation .box_nav .box ul li a {
  line-height: 1.6;
}
.footer_body .box_navigation .box_nav .box ul li a,
.footer_body .box_navigation .box_nav .box .policy {
  font-size: min(14 / 1320 * 100vw, 14px);
}
.footer_body .box_navigation .box_nav .box .policy {
  margin-top: 2.2em;
}
.footer_body .box_bnr {
  margin-top: min(38 / 1320 * 100vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1.5em;
}
.footer_body .box_bnr .box {
  width: min(212 / 1320 * 100vw, 212px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer_body .box_bnr .box p {
  margin-top: 0.7em;
  color: #A2A2A2;
  font-size: min(14 / 1320 * 100vw, 14px);
}
.footer_body .box_bnr .box p::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_blank.svg) no-repeat center top;
  background-size: 100%;
  position: relative;
  top: 0.05em;
  margin: 0 0 0 0.3em;
}
.footer_body .box_bnr .box a .img {
  background: #fff;
}
@media (hover: hover) {
  .footer_body .box_bnr .box:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .footer_body {
    padding-bottom: 3em;
  }
  .footer_body .box_wrap {
    padding-top: 5.8em;
    display: block;
  }
  .footer_body .box_status {
    width: 100%;
    padding-top: 0;
    display: block;
  }
  .footer_body .box_status .logo {
    width: min(177 / 375 * 100vw, 177px);
    padding-top: 0;
  }
  .footer_body .box_status .ul_sns {
    margin: 1em 0 0;
  }
  .footer_body .box_status .ul_sns li {
    width: min(24 / 375 * 100vw, 24px);
  }
  .footer_body .box_status .add {
    margin-top: 1.4em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .footer_body .box_navigation {
    width: 100%;
    max-width: 100%;
    margin-top: 1.8em;
  }
  .footer_body .box_navigation .box_nav {
    display: block;
    border-bottom: 1px solid #434343;
  }
  .footer_body .box_navigation .box_nav .box > a {
    padding: min(12 / 375 * 100vw, 12px) 0;
    font-size: min(14 / 375 * 100vw, 14px);
    border-top: 1px solid #434343;
    position: relative;
  }
  .footer_body .box_navigation .box_nav .box > a:not(.nav_toggle)::after {
    content: "";
    display: inline-block;
    width: min(16 / 1320 * 100vw, 16px);
    height: min(16 / 1320 * 100vw, 16px);
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    background-color: #332F2D;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    background-color: #fff;
    right: 1.2em;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box > a:not(.nav_toggle)::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box > a.nav_toggle span {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.8em;
  }
  .footer_body .box_navigation .box_nav .box > a.nav_toggle span::before, .footer_body .box_navigation .box_nav .box > a.nav_toggle span::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer_body .box_navigation .box_nav .box > a.nav_toggle span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_body .box_navigation .box_nav .box > a.nav_toggle.active span::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .footer_body .box_navigation .box_nav .box > a + a {
    margin-top: 0;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel {
    margin-top: 0;
    margin: 0 0 5vw;
    padding: 3vw 5.8%;
    border-left: none;
    display: none;
    background: #434343;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel li {
    margin-top: 0;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel li a {
    padding: 2.2vw 0 2.2vw 1em;
    font-size: min(14 / 375 * 100vw, 14px);
    position: relative;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel li a::before {
    content: "";
    display: block;
    width: min(6 / 1320 * 100vw, 6px);
    height: min(6 / 1320 * 100vw, 6px);
    background: #F3AC31;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box .nav_panel li a::before {
    width: min(5 / 375 * 100vw, 5px);
    height: min(5 / 375 * 100vw, 5px);
  }
}
@media screen and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box .nav_panel li.list a {
    margin-bottom: 1.4vw;
    padding: 2.2vw 0 3vw;
    font-weight: 700;
    padding-left: 0;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel li.list a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    border-radius: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWJatGjRfwYoYIqLi2OEshmYYAwQDQAAAP//JeF1QgAAAAZJREFUAwCEZAQHYY95WQAAAABJRU5ErkJggg==) repeat;
  }
  .footer_body .box_navigation .box_nav .box .nav_panel li.list a::after {
    content: "";
    display: inline-block;
    width: min(16 / 1320 * 100vw, 16px);
    height: min(16 / 1320 * 100vw, 16px);
    -webkit-mask: url(../img/common/icon_arrow.svg);
            mask: url(../img/common/icon_arrow.svg);
    background-color: #332F2D;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box .nav_panel li.list a::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .footer_body .box_navigation .box_nav .box .policy {
    margin-top: 0;
    padding: min(14 / 375 * 100vw, 14px) 0;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  .footer_body .box_bnr {
    margin-top: 1.9em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .footer_body .box_bnr .box {
    width: 48%;
  }
  .footer_body .box_bnr .box p {
    margin-top: 0.7em;
    font-size: min(10 / 375 * 100vw, 10px);
  }
}

.copyright {
  font-size: min(14 / 1320 * 100vw, 14px);
  color: #A2A2A2;
  position: absolute;
  left: min(60 / 1320 * 100vw, 60px);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 3em;
    position: static;
    display: block;
    font-size: min(12 / 375 * 100vw, 12px);
  }
}

/*----------------------------------------*/
/* $ タイトル
/*----------------------------------------*/
.tit_anime_wrap {
  margin-inline: auto;
  position: relative;
}
.tit_anime_wrap .deco {
  position: absolute;
  bottom: min(8 / 1320 * 100vw, 8px);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .tit_anime_wrap .deco {
    bottom: min(6 / 375 * 100vw, 6px);
  }
}

.tit_walking,
.tit_sub {
  line-height: 1;
}

.tit_walking {
  text-align: center;
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
  font-size: min(64 / 1320 * 100vw, 64px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.tit_walking span {
  display: inline-block;
  margin-left: 0.2em;
}
.tit_walking span:first-of-type {
  margin-left: 0;
}

.tit_sub {
  margin-top: 1em;
  font-size: min(20 / 1320 * 100vw, 20px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tit_walking {
    font-size: min(42 / 375 * 100vw, 42px);
  }
  .tit_walking span {
    display: inline-block;
    margin-left: 0.1em;
  }
  .tit_sub {
    margin-top: 1em;
    font-size: min(16 / 375 * 100vw, 16px);
  }
}
.tit_withen {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.tit_withen .en {
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-size: min(72 / 1320 * 100vw, 72px);
  color: #fff;
  letter-spacing: 0.06em;
}
.tit_withen .jp {
  font-size: min(32 / 1320 * 100vw, 32px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: min(12 / 1320 * 100vw, 12px);
}
@media screen and (max-width: 768px) {
  .tit_withen .en {
    font-size: min(46 / 375 * 100vw, 46px);
  }
  .tit_withen .jp {
    font-size: min(28 / 375 * 100vw, 28px);
    bottom: 0.25em;
  }
}

/*----------------------------------------*/
/* $ ボタン
/*----------------------------------------*/
.box_btn {
  border-radius: 50px;
  position: relative;
}
.box_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #332F2D;
  top: 4px;
}
.box_btn a {
  width: 100%;
  height: 100%;
  background: #332F2D;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  position: absolute;
  top: 0;
}
.box_btn a span {
  position: relative;
}
@media (hover: hover) {
  .box_btn:hover a {
    top: 4px;
  }
}
.box_btn.white a {
  border: 1px solid #332F2D;
  background: #fff;
  color: #332F2D;
}
.box_btn.white::before {
  background: #332F2D;
}
.box_btn.arrow a {
  position: relative;
}
.box_btn.arrow a::after {
  content: "";
  display: inline-block;
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #332F2D;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: calc(50% - 1px);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .box_btn.arrow a::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .box_btn.arrow a::after {
    right: 1em;
  }
}

@media screen and (min-width: 769px) {
  .dl_tel dd a {
    pointer-events: none;
  }
}

.ul_category li a {
  padding-left: min(36 / 1320 * 100vw, 36px);
  position: relative;
  font-size: min(18 / 1320 * 100vw, 18px);
  line-height: 26px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ul_category li a::before, .ul_category li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ul_category li a::before {
  width: min(26 / 1320 * 100vw, 26px);
  height: min(26 / 1320 * 100vw, 26px);
  border: 2px solid #d9d9d9;
  background: #F6F4F2;
}
.ul_category li a::after {
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  margin: auto min(5 / 1320 * 100vw, 5px);
  background: #0075B3;
  opacity: 0;
}
.ul_category li a.current, .ul_category li a:hover {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #0075B3;
}
.ul_category li a.current::before, .ul_category li a:hover::before {
  border-color: #0075B3;
}
.ul_category li a.current::after, .ul_category li a:hover::after {
  opacity: 1;
}
.ul_category li a.current::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .ul_category {
    margin-top: 1em;
  }
  .ul_category li a {
    padding-left: min(28 / 375 * 100vw, 28px);
    font-size: min(16 / 375 * 100vw, 16px);
    line-height: min(20 / 375 * 100vw, 20px);
  }
  .ul_category li a::before {
    width: min(20 / 375 * 100vw, 20px);
    height: min(20 / 375 * 100vw, 20px);
  }
  .ul_category li a::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
    margin: auto min(4 / 375 * 100vw, 4px);
  }
}

.area_title.works {
  margin-top: 2.8em;
}
.area_title.works .pagatitle,
.area_title.works .title {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.area_title.works .pagatitle {
  font-size: min(20 / 1320 * 100vw, 20px);
}
.area_title.works .title {
  margin-top: 0.3em;
  font-size: min(28 / 1320 * 100vw, 28px);
  line-height: 1.6;
}
.area_title.works .category {
  height: min(24 / 1320 * 100vw, 24px);
  margin-top: 1em;
  padding: 0 0.5em;
  font-size: min(14 / 1320 * 100vw, 14px);
  display: inline-block;
  line-height: min(24 / 1320 * 100vw, 24px);
  background: #0075B3;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.area_title.works .ul_term_child {
  margin-top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.4;
}
.area_title.works .ul_term_child li {
  padding-right: 0.6em;
  display: inline-block;
  color: #0075B3;
  font-size: min(16 / 1320 * 100vw, 16px);
}
.area_title.works .ul_term_child li::before {
  content: "#";
}
@media screen and (max-width: 768px) {
  .area_title.works {
    margin-top: 2em;
  }
  .area_title.works .pagatitle {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .area_title.works .title {
    margin-top: 0.2em;
    font-size: min(24 / 375 * 100vw, 24px);
    line-height: 1.4;
  }
  .area_title.works .category {
    height: min(20 / 375 * 100vw, 20px);
    margin-top: 0.8em;
    padding: 0 0.5em;
    font-size: min(14 / 375 * 100vw, 14px);
    line-height: min(20 / 375 * 100vw, 20px);
  }
  .area_title.works .ul_term_child {
    margin-top: 0;
  }
  .area_title.works .ul_term_child li {
    padding-right: 0.6em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
}

.ul_workslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(45 / 1320 * 100vw, 45px) min(50 / 1320 * 100vw, 50px);
}
.ul_workslist > li {
  width: calc((100% - min(100 / 1320 * 100vw, 100px)) / 3);
  position: relative;
}
.ul_workslist > li .img {
  aspect-ratio: 366/245;
  border: 1px solid #d9d9d9;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
.ul_workslist > li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ul_workslist > li .img img {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .ul_workslist > li::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 366/245;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 6px;
    left: 6px;
  }
}
.ul_workslist > li .area_title {
  margin-top: 0.5em;
}
.ul_workslist > li .area_title .tit {
  margin-top: 0.5em;
  line-height: 1.6;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.ul_workslist > li .area_title .ul_term_child {
  margin-top: 0;
}
.ul_workslist > li .area_title .ul_term_child li {
  font-size: min(14 / 1320 * 100vw, 14px);
}
@media (hover: hover) {
  .ul_workslist > li a:hover .img {
    top: 6px;
    left: 6px;
  }
  .ul_workslist > li a:hover .tit {
    color: #0075B3;
    text-decoration: underline;
  }
  .ul_workslist > li a:hover .category,
  .ul_workslist > li a:hover .ul_term_child {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .ul_workslist {
    gap: min(13 / 375 * 100vw, 13px) min(13 / 375 * 100vw, 13px);
  }
  .ul_workslist > li {
    width: calc((100% - min(13 / 375 * 100vw, 13px)) / 2);
  }
  .ul_workslist > li a:hover .img {
    top: 0;
    left: 0;
  }
  .ul_workslist > li .img {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }
  .ul_workslist > li .area_title {
    margin-top: 0.4em;
  }
  .ul_workslist > li .area_title .category {
    height: auto;
    margin-top: 0;
    padding: 0.3em 0.4em;
    line-height: 1;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  .ul_workslist > li .area_title .tit {
    margin-top: 0.2em;
    line-height: 1.4;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .ul_workslist > li .area_title .ul_term_child {
    margin-top: 0.25em;
    line-height: 1;
  }
  .ul_workslist > li .area_title .ul_term_child li {
    font-size: min(10 / 375 * 100vw, 10px);
  }
}