@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Zen+Kaku+Gothic+Antique:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* 769～1200 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
main,
nav,
dialog,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

a {
  /* color: #fff; */
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:visited {
  color: inherit;
}

html {
  min-height: 100vh;
  height: -webkit-fill-available;
}

@media screen and (max-width: 749px) {
  html {
    font-size: 1rem;
  }
}
html:has(#hum_menu_trigger:checked) {
  overflow: hidden;
}

html body {
  width: 100%;
  color: #202020;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  overflow-y: auto;
}

@media print, screen and (min-width: 1180px) {
  html body {
    min-width: 1200px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1179px) {
  html body {
    min-width: auto;
  }
}
@media screen and (max-width: 749px) {
  html body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 367px) {
  html body {
    min-width: 320px;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a img,
a i {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover_alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  min-width: 240px;
  border: 1px solid #fff;
  background: #fff;
  height: 64px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #e9e9e9;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.2rem;
  }
}
@font-face {
  font-family: "ARCADE_N", sans-serif;
  src: url("../font/ARCADE_N.woff") format("woff");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-M";
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}
html {
  font-size: clamp(8px, 0.8333333333vw, 12px);
  /* 16px x 0.625 = 10px(=1rem) */
  color: #48585e;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

@media screen and (max-width: 749px) {
  html {
    font-size: clamp(10px, 2.6666666667vw, 20px);
  }
}
html body {
  font-size: 1rem;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}
.header,
header {
  width: 100vw;
  padding-left: 3.4722222222vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 749px) {
  .header .header__inner,
  header .header__inner {
    height: 16vw;
  }
}
.header .header__inner .logo__wrap,
header .header__inner .logo__wrap {
  font-size: 2.2777777778vw;
  font-weight: bold;
  line-height: 1.4329268293em;
  padding-top: 0.9661585366em;
  padding-bottom: 0.3448170732em;
}

@media screen and (max-width: 749px) {
  .header .header__inner .logo__wrap,
  header .header__inner .logo__wrap {
    padding: 0;
  }
}
.header .header__inner .logo__wrap a,
header .header__inner .logo__wrap a {
  white-space: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 749px) {
  .header .header__inner .logo__wrap a,
  header .header__inner .logo__wrap a {
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
}
.header .header__inner .header_links__wrap,
header .header__inner .header_links__wrap {
  height: clamp(80px, 6.9444444444vw, 90px);
}

@media screen and (max-width: 767px) {
  header {
    background-color: #f9f9f9;
  }
}
.header .header__inner .header_links__wrap a,
header .header__inner .header_links__wrap a {
  display: block;
  transition: all 0.4s ease;
}

.header .header__inner .header_links__wrap a:hover,
header .header__inner .header_links__wrap a:hover {
  opacity: 0.7;
}

.header .header__inner .header_links__wrap .tel_links__wrap,
header .header__inner .header_links__wrap .tel_links__wrap {
  height: 100%;
}

.header .header__inner .header_links__wrap .tel_links__wrap li,
.header .header__inner .header_links__wrap .tel_links__wrap a,
.header .header__inner .header_links__wrap .tel_links__wrap img,
header .header__inner .header_links__wrap .tel_links__wrap li,
header .header__inner .header_links__wrap .tel_links__wrap a,
header .header__inner .header_links__wrap .tel_links__wrap img {
  height: 100%;
  width: auto;
}

.header .header__inner .header_links__wrap .rsv_links__wrap,
header .header__inner .header_links__wrap .rsv_links__wrap {
  width: 4.4444444444vw;
  position: fixed;
  right: 0;
  top: 25vh;
  z-index: 999;
}

.header .header__inner .header_links__wrap .rsv_links__wrap li,
.header .header__inner .header_links__wrap .rsv_links__wrap img,
header .header__inner .header_links__wrap .rsv_links__wrap li,
header .header__inner .header_links__wrap .rsv_links__wrap img {
  width: 100%;
}

.header .header__inner .header_links__wrap .hum_menu__trigger,
header .header__inner .header_links__wrap .hum_menu__trigger {
  display: block;
  height: 100%;
}

.header .header__inner .header_links__wrap .hum_menu__trigger img,
header .header__inner .header_links__wrap .hum_menu__trigger img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 749px) {
  .header .header__inner .header_links__wrap .hum_menu__trigger,
  header .header__inner .header_links__wrap .hum_menu__trigger {
    width: 16vw;
    height: 16vw;
  }
}
.header .header__inner nav.hum_links__menu,
header .header__inner nav.hum_links__menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 0.4588235294);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  gap: 4em;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.6s;
}

.header .header__inner nav.hum_links__menu ul,
header .header__inner nav.hum_links__menu ul {
  width: 15em;
  gap: 2em;
}

.header .header__inner nav.hum_links__menu ul a,
header .header__inner nav.hum_links__menu ul a {
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
}

.header .header__inner nav.hum_links__menu input,
header .header__inner nav.hum_links__menu input {
  visibility: hidden;
}

.header .header__inner nav.hum_links__menu input::after,
header .header__inner nav.hum_links__menu input::after {
  display: block;
  visibility: visible;
  content: "";
  background: url(../img/common/header/btn_hum_close_sp.png) no-repeat center center/contain;
  width: 6.9444444444vw;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

@media screen and (max-width: 749px) {
  .header .header__inner nav.hum_links__menu input::after,
  header .header__inner nav.hum_links__menu input::after {
    width: 16vw;
  }
}
.header .header__inner nav.hum_links__menu:has(input:checked),
header .header__inner nav.hum_links__menu:has(input:checked) {
  opacity: 1;
  pointer-events: auto;
}

.header.fixed,
header.fixed {
  transform: translate(0, -100%);
}

.header.fixed.showed,
header.fixed.showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

#loader {
  width: 100vw;
  height: 100dvh;
  background: #fff;
}

#loader .loader_cnt {
  width: clamp(60px, 8.8vw, 126.72px);
  gap: 0.75em;
}

#loader .loader_cnt #loadingTextAnimation {
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: Zen Maru Gothic;
  font-weight: bold;
  font-size: clamp(16px, 1.9444444444vw, 28px);
}

#loadingTextAnimation {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}

#loadingTextAnimation span {
  display: inline-block;
  animation: pop 0.5s ease-in-out forwards;
}

@keyframes pop {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
  }
}
#loadingImgAnimation {
  display: block;
  margin: 1rem auto;
  animation: poyo 0.5s ease-out forwards;
  transform: scale(1);
  opacity: 0;
}

@keyframes poyo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  1.5% {
    transform: scale(1.3);
  }
  3%, 100% {
    transform: scale(1);
    opacity: 1;
  }
}
footer {
  background: #52b5d5;
}

footer * {
  color: #fff;
}

footer .footer__inner {
  max-width: 1440px;
  padding: 7.0833333333em clamp(80px, 11.8055555556vw, 170px) 5.1666666667em;
  margin: auto;
}

@media screen and (max-width: 749px) {
  footer .footer__inner {
    padding: 8vw 8.5333333333vw 40vw;
  }
}
footer .absolute__wrap {
  position: absolute;
  top: 1em;
  right: 0;
}

footer .footer__upper {
  margin-bottom: 6.8333333333em;
}

footer .footer__upper h2.site_name {
  font-size: 2.9166666667em;
  line-height: 1.4571428571em;
  margin-bottom: 0.6857142857em;
}

footer .footer__upper ul.sns__wrap {
  width: -moz-max-content;
  width: max-content;
  gap: 1.3333333333em;
  z-index: 1;
}

footer .footer__upper ul.sns__wrap li {
  width: 2.6666666667em;
  aspect-ratio: 1/1;
}

footer .footer__upper ul.relations__wrap li {
  font-size: 1.6666666667em;
  line-height: 1.8em;
  width: clamp(280px, 22.2916666667vw, 321px);
}

@media screen and (max-width: 749px) {
  footer .footer__upper ul.relations__wrap li {
    width: 100%;
  }
}
footer .footer__upper ul.relations__wrap li a {
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  footer .footer__upper {
    margin-bottom: 3em;
  }
  footer .footer__upper h2.site_name {
    font-size: 2.1em;
    line-height: 1.4523809524em;
    margin-bottom: 1.4285714286em;
    text-align: center;
  }
  footer .footer__upper ul.sns__wrap {
    gap: 1.6em;
    justify-content: center;
    margin: 0 auto 8vw;
  }
  footer .footer__upper ul.sns__wrap li {
    width: 3em;
    aspect-ratio: 1/1;
  }
  footer .footer__upper ul.relations__wrap {
    width: 74.6666666667vw;
    margin: auto;
  }
  footer .footer__upper ul.relations__wrap li {
    font-size: 4.5333333333vw;
    line-height: 1.6470588235em;
  }
}
footer .footer__lower .link__container {
  margin-bottom: 3.5em;
}

footer .footer__lower .link__container .links__wrap {
  width: 17.0833333333em;
  gap: 1.25em;
}

footer .footer__lower .link__container .links__wrap li a {
  color: #fff;
  padding-left: 1.7222222222em;
  font-size: 1.5em;
  line-height: 1.4444444444em;
  position: relative;
}

footer .footer__lower .link__container .links__wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5555555556em;
  aspect-ratio: 1;
}

footer .footer__lower .terms_dsc {
  font-size: 1.1666666667em;
  letter-spacing: 0.02em;
  line-height: 1.45;
  width: clamp(280px, 43.1944444444vw, 622px);
}

footer .footer__lower .copy {
  line-height: 1.4166666667em;
}

@media screen and (max-width: 749px) {
  footer .footer__lower .link__container {
    margin-bottom: 8vw;
    justify-content: center;
  }
  footer .footer__lower .link__container .links__wrap {
    gap: 2vw;
  }
  footer .footer__lower .link__container .links__wrap:nth-child(1) {
    width: 32.6666666667vw;
  }
  footer .footer__lower .link__container .links__wrap:nth-child(2) {
    width: 42vw;
  }
  footer .footer__lower .link__container .links__wrap li a {
    color: #fff;
    padding-left: 4.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.4583333333em;
  }
  footer .footer__lower .link__container .links__wrap li a::before {
    width: 1.3333333333vw;
  }
  footer .footer__lower .terms_dsc {
    font-size: 1em;
    letter-spacing: 0.01em;
    width: 100%;
  }
  footer .footer__lower .copy {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 8vw;
  }
}
footer .sns-group {
  display: flex;
  gap: 16px;
  justify-content: end;
}
footer .sns-group a::before {
  display: none;
}
footer .sns-group a {
  padding: 0 !important;
}
footer .sns-group img {
  width: 32px;
}

@media screen and (max-width: 767px) {
  footer .sns-group {
    display: none;
  }
}
#shadow-host-companion {
  display: none;
}

.c-mv {
  background: no-repeat center/cover #000;
}

.c-mv .c-mv__inner {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .c-mv .c-mv__inner {
    height: 20vw;
  }
}
.c-mv .c-mv__breadcrumb {
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .c-mv .c-mv__breadcrumb {
    padding: 0;
  }
}
.c-mv .c-mv__breadcrumb:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -99vw;
}

@media screen and (max-width: 749px) {
  .c-mv .c-mv__breadcrumb:before {
    height: 5.3333333333vw;
    top: -5.32vw;
    left: -8vw;
  }
}
.c-mv .c-mv__breadcrumb li {
  font-size: 1.2rem;
  position: relative;
}

@media screen and (max-width: 749px) {
  .c-mv .c-mv__breadcrumb li {
    display: none !important;
  }
}
.c-mv .c-mv__breadcrumb li + li {
  margin-left: 40px;
}

.c-mv .c-mv__breadcrumb li + li:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -32px;
}

.c-mv .c-mv__breadcrumb li a {
  color: #fff;
}

@media print, screen and (min-width: 750px) {
  .c-mv .c-mv__breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.2s ease;
  }
  .c-mv .c-mv__breadcrumb li a:hover:after {
    width: 100%;
  }
}
.c-mv-02 {
  background: no-repeat center/cover #000;
}

.c-mv-02 .c-mv__inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .c-mv-02 .c-mv__inner {
    height: 20vw;
  }
}
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pager .c-pager__arrow a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
}

@media screen and (max-width: 749px) {
  .c-pager .c-pager__arrow a {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.c-pager .c-pager__arrow a svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}

@media screen and (max-width: 749px) {
  .c-pager .c-pager__arrow a svg {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media print, screen and (min-width: 750px) {
  .c-pager .c-pager__arrow a:hover {
    background: #fff;
  }
  .c-pager .c-pager__arrow a:hover svg {
    stroke: #fff;
  }
}
.c-pager .c-pager__arrow.prev {
  transform: rotate(180deg);
}

.c-pager .c-pager__list {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 750px) {
  .c-pager .c-pager__list {
    padding: 0 20px;
  }
}
.c-pager .c-pager__list li a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Libre Bodoni", serif;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .c-pager .c-pager__list li a {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 750px) {
  .c-pager .c-pager__list li a:hover {
    background: #fff;
    color: #fff;
  }
}
.c-pager .c-pager__list li.is-active a {
  background: #fff;
  color: #fff;
  pointer-events: none;
}

.c-pager .c-pager__list li.dot {
  width: 30px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  margin: 0 5px;
}

.c-pager .c-pager__list li.dot:before,
.c-pager .c-pager__list li.dot:after {
  content: "・";
}

.c-tab-01 .c-tab-list {
  display: flex;
  align-items: flex-end;
}

@media screen and (min-width: 750px) and (max-width: 1179px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
@media screen and (max-width: 749px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
.c-tab-01 .c-tab-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 750px) and (max-width: 1179px) {
  .c-tab-01 .c-tab-list li {
    word-break: keep-all;
    padding: 0 15px;
  }
}
@media screen and (max-width: 749px) {
  .c-tab-01 .c-tab-list li {
    font-size: 1.8666666667vw;
    height: 8.5333333333vw;
    word-break: keep-all;
    padding: 0 2vw;
  }
}
.c-tab-01 .c-tab-list li + li {
  border-left: solid 1px #fff;
}

.c-tab-01 .c-tab-list li.is-active {
  height: 80px;
  background: #f4faff;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .c-tab-01 .c-tab-list li.is-active {
    height: 10.6666666667vw;
  }
}
.c-tab-01 .c-tab-content {
  background: #f4faff;
  padding: 40px;
  display: none;
}

@media screen and (max-width: 749px) {
  .c-tab-01 .c-tab-content {
    padding: 4vw 2.6666666667vw;
  }
}
.c-tab-01 .c-tab-content.is-show {
  display: block;
}

.c-ttl-01 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .c-ttl-01 {
    padding-bottom: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-ttl-01:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  .c-ttl-01:after {
    width: 6.4vw;
  }
}
.c-ttl-01 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .c-ttl-01 span {
    font-size: 2.1333333333vw;
  }
}
.c-ttl-01 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}

@media screen and (max-width: 749px) {
  .c-ttl-01 b {
    font-size: 4.8vw;
    padding-top: 2vw;
  }
}
.c-ttl-02 {
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .c-ttl-02 {
    padding-bottom: 3.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-ttl-02:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  .c-ttl-02:after {
    width: 6.4vw;
  }
}
.c-ttl-02 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .c-ttl-02 span {
    font-size: 2.1333333333vw;
  }
}
.c-ttl-02 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  padding-top: 10px;
}

@media screen and (max-width: 749px) {
  .c-ttl-02 b {
    font-size: 4.8vw;
    padding-top: 2vw;
  }
}
.c-ttl-03 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 60px;
}

@media screen and (max-width: 749px) {
  .c-ttl-03 {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.5;
  }
}
.c-ttl-04 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  padding-left: 16px;
  border-left: solid 2px #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .c-ttl-04 {
    font-size: 2.9333333333vw;
    padding-left: 2vw;
    margin-bottom: 4vw;
  }
}
.c-ttl-05 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 749px) {
  .c-ttl-05 {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-ttl-05 span {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
  .c-ttl-05 span {
    font-size: 1.6vw;
  }
}
.c-ttl-05 b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}

@media screen and (max-width: 749px) {
  .c-ttl-05 b {
    font-size: 2.4vw;
    padding-left: 2vw;
  }
}
.page-ttl__wrap .page-ttl {
  font-size: 3.5593220339vw;
}

@media screen and (max-width: 749px) {
  .page-ttl__wrap .page-ttl {
    font-size: 5.9782608696vw;
    letter-spacing: 0.1em;
  }
}
.sec-ttl__wrap .sec-ttl {
  position: relative;
}

.sec-ttl__wrap .sec-ttl::after {
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  width: 15%;
  height: 3px;
  background: linear-gradient(to right, transparent 0%, #d9b64d 40%, #d9b64d 60%, transparent 100%);
}

@media screen and (max-width: 749px) {
  .sec-ttl__wrap .sec-ttl::after {
    top: unset;
    bottom: 15%;
  }
}
.sec-ttl__wrap .sec-ttl-sub {
  opacity: 0.03;
  left: 0;
  bottom: -25%;
  font-size: clamp(90px, 16.5254237288vw, 195px);
}

@media screen and (max-width: 749px) {
  .sec-ttl__wrap .sec-ttl-sub {
    bottom: 10%;
    font-size: 16.3043478261vw;
  }
}
.box-ttl__wrap .block-ttl > span {
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  color: rgba(255, 228, 0, 0.1803921569) !important;
}

.c-accordion-01 > dt {
  text-align: center;
  padding: 30px;
  background: #fff;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .c-accordion-01 > dt {
    padding: 2vw;
    font-size: 2.4vw;
  }
}
.c-accordion-01 > dt:before,
.c-accordion-01 > dt:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: 0.2s ease;
}

@media screen and (max-width: 749px) {
  .c-accordion-01 > dt:before,
  .c-accordion-01 > dt:after {
    right: 2.1333333333vw;
    width: 1.6vw;
  }
}
.c-accordion-01 > dt:after {
  transform: rotate(90deg);
}

.c-accordion-01 > dt.is-active:after {
  transform: rotate(180deg);
}

.c-accordion-01 > dd {
  background: #f4faff;
  padding: 40px;
}

@media screen and (max-width: 749px) {
  .c-accordion-01 > dd {
    padding: 4vw 2.6666666667vw;
  }
}
.c-accordion-01 > dt:not(.is-active) + dd {
  display: none;
}

@media screen and (max-width: 749px) {
  .c-table-01 {
    overflow-x: auto;
  }
}
.c-table-01 table {
  width: 100%;
  border: solid 1px #dee2e8;
}

@media screen and (max-width: 749px) {
  .c-table-01 table {
    min-width: 100%;
    width: auto;
  }
}
.c-table-01 table tr + tr {
  border-top: solid 1px #dee2e8;
}

.c-table-01 table tr th {
  background: #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}

.c-table-01 table tr th + th {
  border-left: solid 1px #dee2e8;
}

.c-table-01 table tr td {
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
}

.c-table-01 table tr td + td {
  border-left: solid 1px #dee2e8;
}

.c-table-01 table tr .head {
  background: #f4faff;
  color: #fff;
  vertical-align: middle;
}

.c-table-01 table tr .fixed-x {
  position: sticky;
  left: 0;
  z-index: 5;
}

.c-table-01 table tr .img {
  padding: 0;
}

.c-table-01 table tr .list-dot {
  text-align: left;
}

.c-table-01 table tr .list-dot li {
  padding-left: 10px;
  position: relative;
}

.c-table-01 table tr .list-dot li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

.c-table-01 table tr .list-dot li + li {
  margin-top: 10px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  line-height: 1;
  padding: 0 2em;
  white-space: nowrap;
  border-radius: 3em;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn img {
  height: 1lh;
  width: auto !important;
}

.btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn:hover::after {
  transform: scale(1, 1);
}

.btn._primary {
  color: #fff;
  background-color: #52b5d5;
  border: 1px solid #fff;
}

.btn._primary::after {
  background: #fff;
}

.btn._primary:hover,
.btn._primary:hover span {
  color: #52b5d5 !important;
}

.btn._secondary {
  justify-content: space-between;
  color: #52b5d5;
  background: #fff;
  border: 1px solid #52b5d5;
}

.btn._secondary::after {
  background: #52b5d5;
}

.btn._secondary:hover {
  color: #fff;
}

.btn._round {
  border-radius: 5em;
}

li .btn {
  width: 100%;
  height: 100%;
}

#side_cta_reservation__wrap,
#sp_cta_links__wrap {
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 1000;
  gap: 1px;
  background: #fff;
  border-radius: 1em 0 0 1em;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  #side_cta_reservation__wrap,
  #sp_cta_links__wrap {
    top: unset;
    bottom: 0;
    width: 100vw;
    translate: 0 100%;
    translate: 0 0;
    border-radius: 1em 1em 0 0;
  }
  #side_cta_reservation__wrap.show,
  #sp_cta_links__wrap.show {
    translate: 0 0;
  }
}
#side_cta_reservation__wrap ul,
#sp_cta_links__wrap ul {
  gap: 1px;
}

#side_cta_reservation__wrap ul li a,
#sp_cta_links__wrap ul li a {
  transition: all 0.3s ease;
}

#side_cta_reservation__wrap ul li a:hover,
#sp_cta_links__wrap ul li a:hover {
  opacity: 0.7;
}

#side_cta_reservation__wrap #tel_links__wrap li,
#sp_cta_links__wrap #tel_links__wrap li {
  width: calc((100% - 2px) / 3);
}

#side_cta_reservation__wrap #reservation_links__wrap li,
#sp_cta_links__wrap #reservation_links__wrap li {
  width: clamp(32px, 4.4444444444vw, 64px);
}

@media screen and (max-width: 749px) {
  #side_cta_reservation__wrap #reservation_links__wrap li,
  #sp_cta_links__wrap #reservation_links__wrap li {
    width: calc((100% - 1px) / 2);
  }
}
body:not(#front-page) {
  position: relative;
  background: url(../img/common/bg/pages_bg_head_pc.png) no-repeat top center/contain;
}

@media screen and (max-width: 749px) {
  body:not(#front-page) {
    background: none;
  }
}
body:not(#front-page).pages .fv_animation {
  opacity: 1 !important;
}

.bg_orange {
  background: url(../img/common/bg/bg_orange.png) repeat center/cover;
}

.bg_orange .sec__inner {
  padding: 4em 5%;
}

.bg_blue * {
  color: #fff;
}

section {
  position: relative;
}

section .sec__inner {
  max-width: 1440px;
  margin: auto;
  position: relative;
}

section .sec__inner h2,
section .sec__inner h3 {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

section .sec__inner h2 p,
section .sec__inner h3 p {
  margin-right: auto;
  margin-left: auto;
}

section .sec__inner .sec_ttl__wrap {
  font-size: 1.6666666667em;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 2.15em;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

@media screen and (max-width: 749px) {
  section .sec__inner .sec_ttl__wrap {
    font-size: 4vw;
    line-height: 1.4666666667;
    gap: 4.2666666667vw;
  }
}
section .sec__inner .sec_ttl__wrap h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  section .sec__inner .sec_ttl__wrap h2 {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0.07em;
  }
}
section .sec__inner .sec_ttl__wrap p.sub_ttl {
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
  margin-top: 1.2333333333rem;
}

@media screen and (max-width: 749px) {
  section .sec__inner .sec_ttl__wrap p.sub_ttl {
    letter-spacing: 0.04em;
    margin-top: 5.3333333333vw;
  }
}
section.bg_blue .sec_ttl__wrap {
  color: #fff;
}

section .tag {
  width: -moz-max-content;
  width: max-content;
  padding: 0.25em 1em;
  border-radius: 1em;
  background: #52b5d5;
  color: #fff;
  border: solid 1px #52b5d5;
}

section .animals__wrap {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

#fv {
  padding-top: clamp(60px, 8.75vw, 126px);
  position: relative;
  z-index: 1;
  background: transparent;
}

@media screen and (max-width: 749px) {
  #fv {
    padding-top: 25.4666666667vw;
  }
}
#fv .sec__inner {
  max-width: 100vw;
  position: unset;
}

#fv .sec__inner .sec_main_cnt {
  max-width: 1280px;
  width: 88.8888888889%;
  margin: auto;
  aspect-ratio: 1280/468;
  border-radius: 6em;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  #fv .sec__inner .sec_main_cnt {
    width: 90.4%;
    aspect-ratio: 678/405;
    border-radius: 4vw;
  }
}
#fv .sec__inner .sec_main_cnt h1.page_ttl {
  font-size: 2.5rem;
  line-height: 1.4333333333;
  letter-spacing: 0.07em;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3333333333em 0.8666666667em;
  position: absolute;
  top: 50%;
  left: 3em;
  translate: 0 -50%;
  background: #fff;
  border-radius: 0.465em;
}

@media screen and (max-width: 749px) {
  #fv .sec__inner .sec_main_cnt h1.page_ttl {
    font-size: 5.3333333333vw;
    line-height: 1.3;
    padding: 0.475em 1.075em;
    left: 0.825em;
  }
}
.bg_orange {
  position: relative;
  z-index: 1;
}

.bg_orange .sec__inner {
  padding: clamp(60px, 8.2638888889vw, 119px) 5% 4em;
}

@media screen and (max-width: 749px) {
  .bg_orange .sec__inner {
    padding: 22.8vw 8.5333333333vw 0;
  }
}
#page-about {
  background: unset !important;
}

#page-about section#fv {
  margin-bottom: 5em;
}

@media screen and (max-width: 767px) {
  #page-about section#fv {
    margin-bottom: 0;
  }
} /*max-width:767px*/
#page-about section#philosophy {
  position: relative;
}

#page-about section#philosophy::before {
  content: "";
  background: url(../img/pages/about/sec_02_philosophy_bg_head.png) no-repeat right center/cover;
  position: absolute;
  top: -400px;
  right: 0;
  width: 100%;
  aspect-ratio: 1440/929;
}

@media screen and (max-width: 749px) {
  #page-about section#philosophy::before {
    bottom: unset;
    top: 0;
    translate: 0 -50%;
    aspect-ratio: 0;
  }
}
@media screen and (max-width: 749px) {
  #page-about section#philosophy .sec__inner {
    background: url(../img/common/bg/bg_orange.png) repeat-y center/cover;
  }
}
#page-about section#philosophy .sec__inner .sec_ttl__wrap .animals__wrap.__left {
  left: clamp(85px, 11.8055555556vw, 170px);
  width: clamp(91.5px, 12.7083333333vw, 183px);
  aspect-ratio: 183/137;
}

@media screen and (max-width: 749px) {
  #page-about section#philosophy .sec__inner .sec_ttl__wrap .animals__wrap.__left {
    left: 5.4666666667vw;
    bottom: 11.6vw;
    width: 25.6vw;
    aspect-ratio: 192/142;
  }
}
#page-about section#philosophy .sec__inner .sec_main_cnt {
  max-width: 1440px;
  padding: 0 14.3055555556%;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #page-about section#philosophy .sec__inner .sec_main_cnt {
    padding: 0;
  }
}
#page-about section#philosophy .sec__inner ul.philosophy__wrap {
  gap: clamp(18px, 1.6666666667vw, 24px);
}

@media screen and (max-width: 749px) {
  #page-about section#philosophy .sec__inner ul.philosophy__wrap {
    gap: 5.3333333333vw;
  }
}
#page-about section#philosophy .sec__inner ul.philosophy__wrap li {
  font-size: 1.3333333333em;
  line-height: 1.4375;
  letter-spacing: 0.05em;
}

#page-about section#philosophy .sec__inner ul.philosophy__wrap li h3 {
  line-height: 1.44;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

#page-about section#philosophy .sec__inner ul.philosophy__wrap li h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.425em;
  translate: 0 -50%;
  width: 1.76em;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 749px) {
  #page-about section#philosophy .sec__inner ul.philosophy__wrap li {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    padding-inline: 2.25em;
  }
  #page-about section#philosophy .sec__inner ul.philosophy__wrap li h3 {
    line-height: 1.4571428571;
    padding-left: 1.0571428571em;
  }
  #page-about section#philosophy .sec__inner ul.philosophy__wrap li h3::before {
    width: 2.2857142857em;
    left: 0;
  }
}
#page-about section#philosophy > .animals__wrap {
  position: absolute;
  right: 5.3152777778vw;
  width: 6.0736111111vw;
  aspect-ratio: 87.46/126.3;
}

#page-about section#features {
  position: relative;
  z-index: 2;
  margin-bottom: 13.25em;
}

@media screen and (max-width: 749px) {
  #page-about section#features {
    margin-bottom: 16vw;
  }
}
#page-about section#features .sec_ttl__wrap {
  margin-bottom: clamp(24px, 3.3333333333vw, 48px);
}

@media screen and (max-width: 749px) {
  #page-about section#features .sec_ttl__wrap {
    margin-bottom: 10.6666666667vw;
  }
}
#page-about section#features .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(110.5px, 15.3472222222vw, 221px);
  bottom: clamp(-4.7222222222vw, -4.7222222222vw, -68px);
  width: clamp(90.5px, 12.5694444444vw, 181px);
  aspect-ratio: 181/136;
}

@media screen and (max-width: 749px) {
  #page-about section#features .sec_ttl__wrap .animals__wrap.__right {
    right: 6.6666666667vw;
    bottom: -8.6666666667vw;
    width: 19.0666666667vw;
    aspect-ratio: 143/237;
  }
}
#page-about section#features .sec_main_cnt {
  max-width: 1440px;
  padding: 0 5.5555555556%;
  margin: auto;
}

#page-about section#features .sec_main_cnt ul.features__wrap {
  max-width: 1440px;
  padding: 0 1.1805555556%;
  margin: auto;
}

@media screen and (max-width: 749px) {
  #page-about section#features .sec_main_cnt ul.features__wrap {
    gap: 4.2666666667vw;
  }
}
#page-about section#features .sec_main_cnt ul.features__wrap li:nth-child(1) {
  width: 65.0694444444%;
  margin-left: 11.7361111111%;
}

#page-about section#features .sec_main_cnt ul.features__wrap li:nth-child(2) {
  width: 65.4166666667%;
  margin-left: 21.25%;
}

#page-about section#features .sec_main_cnt ul.features__wrap li:nth-child(3) {
  width: 64.8611111111%;
  margin-left: 11.9444444444%;
}

@media screen and (max-width: 749px) {
  #page-about section#features .sec_main_cnt ul.features__wrap li {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
#page-about section#features > .animals__wrap {
  top: clamp(-6.875vw, -6.875vw, -99px);
  right: clamp(97px, 13.4722222222vw, 194px);
  width: clamp(57.5px, 7.9861111111vw, 115px);
  aspect-ratio: 115/140;
}

#page-about section#features > .animals__wrap.foot_stamp {
  top: 3.4722222222vw;
  right: 1.5277777778vw;
  width: 20.6791666667vw;
  aspect-ratio: 297.78/263;
}

#page-about section#greeting {
  position: relative;
  border-bottom: 1px solid #fff;
}

#page-about section#greeting .sec__inner {
  max-width: unset;
  padding-bottom: 9.6666666667em;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting .sec__inner {
    padding-bottom: 20vw;
  }
}
#page-about section#greeting .sec_ttl__wrap p {
  font-size: 1.25em;
}

#page-about section#greeting .sec_ttl__wrap .animals__wrap.__left {
  left: clamp(54.5px, 7.5694444444vw, 109px);
  bottom: clamp(72px, 10vw, 144px);
  width: clamp(149.31px, 20.7375vw, 298.62px);
  aspect-ratio: 298.62/171.32;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting .sec_ttl__wrap .animals__wrap.__left {
    left: 0;
    bottom: -15.2986666667vw;
    width: 83.2306666667vw;
    aspect-ratio: 624.23/516.74;
  }
}
#page-about section#greeting .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(9.37px, 1.3013888889vw, 18.74px);
  bottom: clamp(-2.4048611111vw, -2.4048611111vw, -34.63px);
  width: clamp(148.68px, 20.65vw, 297.36px);
  aspect-ratio: 297.36/354.63;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting .sec_ttl__wrap .animals__wrap.__right {
    right: 12.8vw;
    bottom: -14.4vw;
    width: 10.6666666667vw;
    aspect-ratio: 80/171;
  }
}
#page-about section#greeting ul.greetings__wrap {
  gap: 4.7272727273%;
  padding: 0 11.8055555556%;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting ul.greetings__wrap {
    gap: 2.5333333333vw;
    padding: 0 8.5333333333vw;
  }
}
#page-about section#greeting ul.greetings__wrap li {
  width: clamp(198.66px, 24.0972222222vw, 347px);
  border-radius: 1.75em;
  overflow: hidden;
}

#page-about section#greeting ul.greetings__wrap li:nth-of-type(2) {
  width: clamp(300px, 36.3888888889vw, 524px);
}

@media screen and (max-width: 749px) {
  #page-about section#greeting ul.greetings__wrap li {
    width: 50.6666666667vw;
  }
  #page-about section#greeting ul.greetings__wrap li:nth-of-type(2) {
    width: 100% !important;
  }
}
#page-about section#greeting ul.greetings__wrap li a {
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  height: 4.5em;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting ul.greetings__wrap li a {
    width: 85.5305466238%;
    height: auto;
    padding: 0.75em 1em;
    margin: 0 auto;
  }
}
#page-about section#greeting ul.greetings__wrap li a img {
  position: absolute;
  top: 50%;
  right: 7.5187969925%;
  translate: 0 -50%;
}

#page-about section#greeting > .animals__wrap {
  position: absolute;
  top: unset;
  bottom: clamp(22.895px, 3.1798611111vw, 45.79px);
  left: clamp(30px, 4.1666666667vw, 60px);
  width: clamp(91px, 12.6388888889vw, 182px);
  aspect-ratio: 1;
}

@media screen and (max-width: 749px) {
  #page-about section#greeting > .animals__wrap {
    bottom: 2.5333333333vw;
    left: 6.4vw;
    width: 16.1333333333vw;
    aspect-ratio: 121/140;
  }
}
#page-about section#schedule {
  padding-bottom: 22.6666666667em;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule {
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 749px) {
  #page-about section#schedule .sec_ttl__wrap {
    margin-bottom: 4.2666666667vw;
  }
}
#page-about section#schedule .sec_ttl__wrap .animals__wrap.__left {
  left: 0;
  bottom: -5.5243055556vw;
  width: 22.33125vw;
  aspect-ratio: 321.57/299.02;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule .sec_ttl__wrap .animals__wrap.__left {
    left: 15.4666666667vw;
    bottom: -7.6vw;
    width: 10.2666666667vw;
    aspect-ratio: 77/150;
  }
}
#page-about section#schedule .sec_ttl__wrap .animals__wrap.__right {
  right: 10.2777777778vw;
  bottom: -5.0694444444vw;
  width: 11.3194444444vw;
  aspect-ratio: 163/120;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule .sec_ttl__wrap .animals__wrap.__right {
    right: -9.4293333333vw;
    bottom: -3.2173333333vw;
    width: 37.696vw;
    aspect-ratio: 282.72/263.13;
  }
}
#page-about section#schedule ul.schedules__wrap {
  font-size: 1.6666666667em;
  line-height: 1.45;
  gap: 3.6231884058%;
  padding: 0 11.6666666667%;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule ul.schedules__wrap {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    gap: 8vw;
    padding: 0 8.5333333333vw;
  }
}
#page-about section#schedule ul.schedules__wrap li {
  width: 48.1884057971%;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule ul.schedules__wrap li {
    width: 82.9333333333vw;
    gap: 5.3333333333vw;
  }
}
#page-about section#schedule ul.schedules__wrap li a {
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  height: 4.5em;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  #page-about section#schedule ul.schedules__wrap li a {
    height: 12vw;
  }
}
#page-about section#schedule ul.schedules__wrap li a img {
  position: absolute;
  top: 50%;
  right: 7.5187969925%;
  translate: 0 -50%;
}

#page-about section#faq {
  position: relative;
  margin-bottom: 11.3333333333em;
}

@media screen and (max-width: 749px) {
  #page-about section#faq {
    margin-bottom: 13.2946666667vw;
  }
}
#page-about section#faq::before,
#page-about section#faq::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/135;
  translate: 0 -100%;
}

#page-about section#faq::after {
  background: url(../img/pages/top/sec_07_faq_bg_head_pc.png) no-repeat center/cover;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  #page-about section#faq::before,
  #page-about section#faq::after {
    aspect-ratio: 1500/300;
  }
  #page-about section#faq::after {
    background: url(../img/pages/top/sec_07_faq_bg_head_sp.png) no-repeat center/cover;
  }
}
#page-about section#faq .sec_ttl__wrap .animals__wrap.__left {
  left: 14.9305555556vw;
  bottom: -3.5493055556vw;
  width: 6.0416666667vw;
  aspect-ratio: 87/103.11;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_ttl__wrap .animals__wrap.__left {
    left: 56.5333333333vw;
    bottom: 15.2386666667vw;
    width: 24.8vw;
    aspect-ratio: 176/150;
  }
}
#page-about section#faq .sec_ttl__wrap .animals__wrap.__right {
  right: 17.2013888889vw;
  bottom: -3.4722222222vw;
  width: 17.5208333333vw;
  aspect-ratio: 252.3/185.4;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_ttl__wrap .animals__wrap.__right {
    right: 6.5333333333vw;
    bottom: 13.3333333333vw;
    width: 9.6vw;
    aspect-ratio: 72/129;
  }
}
#page-about section#faq .sec_main_cnt {
  max-width: 1104px;
  width: 100%;
  padding: 0 6.0081521739% 0 4.1666666667%;
  margin: auto;
  border-top: 3px solid #48585e;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt {
    width: 91.4666666667vw;
    padding: 0;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap {
  font-size: 1.6666666667em;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap {
    font-size: 4.2666666667vw;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li {
  border-bottom: 1px solid #48585e;
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li p,
#page-about section#faq .sec_main_cnt ul.faq__wrap li label {
  font-size: 1em;
  font-weight: bold;
  padding: 2.05em 2em 2.05em 4.15em;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li p,
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label {
    padding: 5.8666666667vw 12.5333333333vw 5.8666666667vw 12.8vw;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li p::before,
#page-about section#faq .sec_main_cnt ul.faq__wrap li p::after,
#page-about section#faq .sec_main_cnt ul.faq__wrap li label::before,
#page-about section#faq .sec_main_cnt ul.faq__wrap li label::after {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 2.5em;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li p::before,
  #page-about section#faq .sec_main_cnt ul.faq__wrap li p::after,
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label::before,
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label::after {
    font-size: 10.6666666667vw;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li p input,
#page-about section#faq .sec_main_cnt ul.faq__wrap li label input {
  display: none;
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question {
  display: block;
  position: relative;
  cursor: pointer;
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question::before {
  content: "Q";
  position: absolute;
  color: #ff94ae;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label.question::before {
    top: 0.1em;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question::after {
  content: "";
  top: 1em;
  right: 0;
  left: unset;
  background: url(../img/pages/top/sec_07_faq_arrow.png) no-repeat center/cover;
  width: 0.600060006em;
  aspect-ratio: 33.33/16.67;
  transition: all 0.3s ease;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label.question::after {
    width: 4vw;
    height: 4vw;
    top: 0.65em;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked)::after {
  transform: rotate(180deg);
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer {
  height: auto;
  padding: 2.05em 2em 2.05em 4.15em;
  opacity: 1;
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer::before {
  opacity: 1;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer {
    padding: 0 12.5333333333vw 5.8666666667vw 12.8vw;
  }
}
#page-about section#faq .sec_main_cnt ul.faq__wrap li p.answer {
  position: relative;
  height: 0;
  padding: 0 2em 0 4.15em;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

#page-about section#faq .sec_main_cnt ul.faq__wrap li p.answer::before {
  content: "A";
  position: absolute;
  color: #ff4a77;
  top: 0.4em;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}

@media screen and (max-width: 749px) {
  #page-about section#faq .sec_main_cnt ul.faq__wrap li p.answer::before {
    top: -0.3em;
  }
}
#page-introduction section#page_intro {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  #page-introduction section#page_intro {
    margin-bottom: 13.2946666667vw;
  }
}
#page-introduction section#page_intro::before,
#page-introduction section#page_intro::after {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  width: 100%;
  aspect-ratio: 2154/646;
  translate: 0 -100%;
}

@media screen and (max-width: 749px) {
  #page-introduction section#page_intro::before,
  #page-introduction section#page_intro::after {
    aspect-ratio: 1500/452;
  }
  #page-introduction section#page_intro::after {
    background: url(../img/pages/top/sec_02_relations_bg_head_sp.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 749px) {
  #page-introduction section#page_intro {
    margin-bottom: 14.6666666667vw;
  }
}
#page-introduction section#page_intro .sec_ttl__wrap p {
  font-size: 1.3333333333rem;
  line-height: 2.0625;
}

@media screen and (max-width: 749px) {
  #page-introduction section#page_intro .sec_ttl__wrap .animals__wrap.__left {
    left: 8.5333333333vw;
    bottom: 29.3333333333vw;
    width: 26.4vw;
    aspect-ratio: 198/200;
  }
}
#page-introduction section#page_intro .sec_ttl__wrap .animals__wrap.__bird {
  right: 5.3472222222vw;
  width: 11.6666666667vw;
  aspect-ratio: 168/126;
}

#page-introduction section#page_intro .sec_ttl__wrap .animals__wrap.__hedgehog {
  right: 7.1388888889vw;
  bottom: 15.4319444444vw;
  width: 8.8333333333vw;
  aspect-ratio: 127.2/95.2;
}

#page-introduction section#page_intro .sec_ttl__wrap .animals__wrap.__cat_sitting {
  right: 22.5291666667vw;
  bottom: 9.1666666667vw;
  width: 6.4291666667vw;
  aspect-ratio: 92.58/69.44;
}

#page-introduction section#page_intro .sec_ttl__wrap .animals__wrap.__cat_stretching {
  right: 22.03125vw;
  bottom: 19.3055555556vw;
  width: 12.7569444444vw;
  aspect-ratio: 183.7/137.78;
}

#page-introduction section#page_intro .sec_main_cnt {
  max-width: 1440px;
  padding: 0 5.5555555556%;
  margin: auto;
}

#page-introduction section#page_intro .sec_main_cnt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

#page-introduction section#page_intro .sec_main_cnt ul li {
  width: 31.25%;
}

#page-introduction section#page_intro .sec_main_cnt ul li a {
  font-size: 1.3333333333em;
  width: 13.75em;
  height: 3em;
  margin: 1.375em auto 0;
}

@media screen and (max-width: 749px) {
  #page-introduction section#page_intro .sec_main_cnt ul li {
    width: 100%;
  }
}
#page-introduction section#details {
  background: #5ebedc;
}

@media screen and (max-width: 749px) {
  #page-introduction section#details {
    background: #58b6d3;
  }
}
#page-introduction section#details .sec_ttl__wrap h2 {
  color: #fff;
}

#page-introduction section#details .sec_ttl__wrap .animals__wrap.__right {
  right: 0;
  top: -4vw;
  bottom: unset;
  width: clamp(100px, 18vw, 260px);
}

@media screen and (max-width: 749px) {
  #page-introduction section#details .sec_ttl__wrap .animals__wrap.__right {
    top: -16vw;
  }
}
#page-introduction section#details .sec__inner .sec_main_cnt ul.details__wrap {
  gap: clamp(20px, 27.7777777778vw, 40px);
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}

#page-introduction section#details .sec__inner .sec_main_cnt ul.details__wrap li {
  width: clamp(200px, 27.7777777778vw, 400px);
}

#page-introduction section#details .sec__inner .sec_main_cnt ul.details__wrap + ul {
  z-index: 0;
  margin-top: -2em;
  margin-bottom: 0;
}

@media screen and (max-width: 749px) {
  #page-introduction section#notice .sec__inner {
    padding-top: 0 !important;
  }
}
#page-facility section#facilities .sec_ttl__wrap .animals__wrap.__left .footprint_to_Top_Right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(100px, 30vw, 150px);
  translate: -75% 25%;
}

#page-facility section#facilities .sec_ttl__wrap .animals__wrap.__left .dog_WhBr_R {
  position: absolute;
  left: 14.9305555556vw;
  bottom: -3.5493055556vw;
  width: clamp(100px, 40vw, 150px);
  aspect-ratio: 1206/1113;
}

@media screen and (max-width: 749px) {
  #page-facility section#facilities .sec_ttl__wrap .animals__wrap.__left .dog_WhBr_R {
    left: 0;
    bottom: 0;
    translate: 0 20%;
  }
}
#page-facility section#facilities .sec_ttl__wrap .animals__wrap.__right {
  right: 0;
  top: -4vw;
  bottom: unset;
  width: clamp(100px, 18vw, 260px);
}

@media screen and (max-width: 749px) {
  #page-facility section#facilities .sec_ttl__wrap .animals__wrap.__right {
    top: -16vw;
  }
}
#page-facility section#facilities .sec__inner {
  max-width: unset;
  padding-top: 5em;
  padding-inline: 5.5555555556%;
}

@media screen and (max-width: 749px) {
  #page-facility section#facilities .sec__inner {
    padding-top: 10em;
  }
}
#page-facility section#facilities .sec__inner ul.facilities__wrap {
  max-width: 1440px;
  padding-bottom: 10em;
  margin: 0 auto;
  -moz-column-gap: 5%;
  column-gap: 5%;
  gap: 2em;
}

@media screen and (max-width: 749px) {
  #page-facility section#facilities .sec__inner ul.facilities__wrap {
    padding-bottom: 2em;
  }
}
#page-facility section#facilities .sec__inner ul.facilities__wrap li {
  width: 30%;
}

#page-facility section#facilities .sec__inner ul.facilities__wrap li:nth-last-of-type(4) {
  width: 34%;
}

#page-facility section#facilities .sec__inner ul.facilities__wrap li.full {
  width: 100%;
}

@media screen and (max-width: 749px) {
  #page-facility section#facilities .sec__inner ul.facilities__wrap li {
    width: 100% !important;
  }
}
#page-facility section#treatments .sec__inner .sec_main_cnt {
  padding-inline: 5vw;
  padding-bottom: 7em;
  position: relative;
}

@media screen and (max-width: 749px) {
  #page-facility section#treatments .sec__inner .sec_main_cnt {
    padding-bottom: 1em;
  }
}
#page-facility section#treatments .sec__inner .sec_main_cnt img.table {
  max-width: 1470px;
  margin: 0 auto;
  width: 100%;
}

#page-facility section#treatments .sec__inner .sec_main_cnt img.tree {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: clamp(50px, 5.9027777778vw, 85px);
  aspect-ratio: 2/3;
}

.cta {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1em 2em;
  margin: 2em auto 0;
  color: #000;
  background: #fff;
  border: solid 1px #000;
}

.cta:hover {
  color: #fff;
  background: linear-gradient(-45deg, #c2e8f9, #08b1ff, #6898ff, #0040ff) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 5s ease infinite;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.body_img .sec__inner {
  max-width: unset;
}

section.body_img .sec__inner img {
  width: 100%;
}

.footprint_to_Top_Right,
.footprint_to_Bottom_Left {
  aspect-ratio: 596/526;
}

.dog_WhBr_R {
  aspect-ratio: 1206/1113;
}

.ferret_Brown_R {
  width: clamp(155.625px, 21.6145833333vw, 311.25px);
  aspect-ratio: 1245/960;
}

#front-page section.fv {
  height: 100vh;
  padding-top: clamp(90px, 7.9861111111vw, 115px);
  position: relative;
}

@media screen and (max-width: 749px) {
  #front-page section.fv {
    height: auto !important;
    padding-top: 20.1333333333vw;
  }
}
#front-page section.fv .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#front-page section.fv .sec__inner {
  max-width: 100vw;
  position: unset;
}

#front-page section.fv .fv_img {
  width: 100%;
}

#front-page section.fv .fv_img .video__wrap {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative;
}

#front-page section.fv .fv_img .video__wrap video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#front-page section.fv .fv_img .fv_txt {
  color: #fff;
  top: calc(50% + 3em);
}

#front-page section.fv .fv_img .fv_txt .en {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  outline: 3px #fff;
  font-size: 2.5rem;
  font-weight: 600;
}

#front-page section.fv .fv_img .fv_txt .jp {
  letter-spacing: 0.25em;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  margin-top: 32px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  #front-page section.fv .slider__wrap {
    position: relative;
    z-index: 2;
  }
}
#front-page section.fv .imgs__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#front-page section.fv .imgs__wrap .fv_animation {
  position: absolute;
}

#front-page section.fv .imgs__wrap .fv_animation._bg {
  width: 100vw;
  height: -moz-max-content;
  height: max-content;
  left: 0;
}

#front-page section.fv .imgs__wrap .fv_animation._bg._BL {
  bottom: -30vh;
}

@media screen and (max-width: 749px) {
  #front-page section.fv .imgs__wrap .fv_animation._bg._BL {
    width: 131.6vw;
    aspect-ratio: 1;
    left: -28vw;
    bottom: -37vh;
  }
}
#front-page section.fv .imgs__wrap .fv_animation._bg._OR {
  bottom: -22vh;
}

@media screen and (max-width: 749px) {
  #front-page section.fv .imgs__wrap .fv_animation._bg._OR {
    bottom: -18vh;
    z-index: 3;
  }
}
#front-page section.fv .imgs__wrap .fv_animation.cat_Tig_R_ST {
  width: clamp(90.955px, 12.6326388889vw, 181.91px);
  left: 0;
  bottom: 9.2011627907vh;
}

#front-page section.fv .imgs__wrap .fv_animation.cat_Blk_R {
  width: clamp(59.155px, 8.2159722222vw, 118.31px);
  left: 5.6597222222vw;
  bottom: 4.6744186047vh;
}

#front-page section.fv .imgs__wrap .fv_animation.tree {
  width: clamp(63.8px, 8.8611111111vw, 127.6px);
  right: 14.5743055556vw;
  bottom: 0.9953488372vh;
}

#front-page section.fv .imgs__wrap .fv_animation.dog_WhBr_Walk_L {
  width: clamp(90.455px, 12.5631944444vw, 180.91px);
  right: 4.4166666667vw;
  bottom: 0;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #front-page section.fv .imgs__wrap .fv_animation.dog_WhBr_Walk_L {
    bottom: 8vw;
  }
}
#front-page section.fv .imgs__wrap .fv_animation._txt {
  width: clamp(203.5px, 28.2638888889vw, 407px);
  left: 11.25vw;
  bottom: 9.6837209302vh;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #front-page section.fv .imgs__wrap .fv_animation._txt {
    bottom: 7vh;
  }
}
@media screen and (max-width: 749px) {
  #front-page section.fv .imgs__wrap:has(._bg._BL.sp) {
    z-index: 1;
  }
}
#front-page section#website_dsc {
  position: relative;
  z-index: 2;
  padding: 44.5px 198px 90px;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.01em;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media screen and (max-width: 749px) {
  #front-page section#website_dsc {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    padding: 5.9333333333vw 8.2666666667vw 17.5vw;
  }
  #front-page section#website_dsc .sec__inner {
    padding: 0 !important;
  }
}
#front-page section#website_dsc h2 {
  font-size: 1.6666666667em;
  font-weight: 600;
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
  text-align: left !important;
  margin: 0 0 1.1333333333em;
}

@media screen and (max-width: 749px) {
  #front-page section#website_dsc h2 {
    font-size: 5.3333333333vw;
    line-height: 1.45;
    margin: 0 0 1.1em;
  }
}
#front-page section#website_dsc p {
  margin: 1.8888888889em 0 1.8888888889em;
  text-align: left !important;
}

#front-page section#website_dsc a.btn._secondary {
  font-size: 1.1666666667em;
  width: 12.7764285714em;
  height: 2.9714285714em;
  border-radius: 3em;
}

#front-page section#website_dsc .animals__wrap {
  position: absolute;
  top: 0;
  right: -1.5vw;
  width: clamp(266.59px, 37.0263888889vw, 533.18px);
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 749px) {
  #front-page section#website_dsc .animals__wrap {
    width: 18.4vw;
    aspect-ratio: 138/255;
    right: 2.2666666667vw;
  }
}
#front-page section#relations {
  background: linear-gradient(to bottom, transparent 7%, #fff 25%, #fff 80%, transparent 95%);
  margin-bottom: 10.4166666667vw;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  #front-page section#relations {
    margin-bottom: 13.2946666667vw;
  }
}
#front-page section#relations::before,
#front-page section#relations::after {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  width: 100%;
  aspect-ratio: 2154/646;
  translate: 0 -100%;
}

#front-page section#relations::after {
  background: url(../img/pages/top/sec_02_relations_bg_head.png) no-repeat center/cover;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  #front-page section#relations::before,
  #front-page section#relations::after {
    aspect-ratio: 1500/452;
  }
  #front-page section#relations::after {
    background: url(../img/pages/top/sec_02_relations_bg_head_sp.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 749px) {
  #front-page section#relations {
    margin-bottom: 14.6666666667vw;
  }
}
#front-page section#relations .sec_ttl__wrap p {
  font-size: 1.3333333333rem;
  line-height: 2.0625;
}

@media screen and (max-width: 749px) {
  #front-page section#relations .sec_ttl__wrap .animals__wrap.__left {
    left: 8.5333333333vw;
    bottom: 29.3333333333vw;
    width: 26.4vw;
    aspect-ratio: 198/200;
  }
}
#front-page section#relations .sec_ttl__wrap .animals__wrap.__bird {
  right: clamp(5.3472222222vw, 5.3472222222vw, 77px);
  width: clamp(84px, 11.6666666667vw, 168px);
  aspect-ratio: 168/126;
}

#front-page section#relations .sec_ttl__wrap .animals__wrap.__hedgehog {
  right: clamp(51.4px, 7.1388888889vw, 102.8px);
  bottom: clamp(111.11px, 15.4319444444vw, 222.22px);
  width: clamp(63.6px, 8.8333333333vw, 127.2px);
  aspect-ratio: 127.2/95.2;
}

#front-page section#relations .sec_ttl__wrap .animals__wrap.__cat_sitting {
  right: clamp(162.21px, 22.5291666667vw, 324.42px);
  bottom: clamp(66px, 9.1666666667vw, 132px);
  width: clamp(46.29px, 6.4291666667vw, 92.58px);
  aspect-ratio: 92.58/69.44;
}

#front-page section#relations .sec_ttl__wrap .animals__wrap.__cat_stretching {
  right: clamp(158.625px, 22.03125vw, 317.25px);
  bottom: clamp(139px, 19.3055555556vw, 278px);
  width: clamp(91.85px, 12.7569444444vw, 183.7px);
  aspect-ratio: 183.7/137.78;
}

#front-page section#relations .sec_main_cnt {
  max-width: 1440px;
  padding: 0 5.5555555556%;
  margin: auto;
}

#front-page section#relations .sec_main_cnt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

#front-page section#relations .sec_main_cnt ul li {
  width: 31.25%;
}

#front-page section#relations .sec_main_cnt ul li a {
  font-size: 1.3333333333em;
  width: 13.75em;
  height: 3em;
  margin: 1.375em auto 0;
}

@media screen and (max-width: 749px) {
  #front-page section#relations .sec_main_cnt ul li {
    width: 100%;
  }
}
#front-page section#total_care {
  margin-bottom: 22.0138888889vw;
}

@media screen and (max-width: 749px) {
  #front-page section#total_care {
    margin-bottom: 33.3333333333vw;
  }
}
#front-page section#total_care .sec_ttl__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/pages/top/sec_04_total_care_ttl_foot_print.png) no-repeat center/contain;
  width: 21.4583333333vw;
  aspect-ratio: 309/296.12;
}

#front-page section#total_care .sec_ttl__wrap p {
  font-size: 1.25em;
}

#front-page section#total_care .sec_ttl__wrap .animals__wrap.__left {
  left: 0;
  bottom: clamp(-2.3vw, -2.3vw, -33.12px);
  width: clamp(154.5px, 21.4583333333vw, 309px);
  aspect-ratio: 309/296.12;
  transition-delay: 0.6s;
}

@media screen and (max-width: 749px) {
  #front-page section#total_care .sec_ttl__wrap .animals__wrap.__left {
    left: 8.5333333333vw;
    bottom: 15.2vw;
    width: 22.1333333333vw;
    aspect-ratio: 166/124;
  }
}
#front-page section#total_care .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(1.6vw, 1.6vw, 12px);
  bottom: 0;
  width: clamp(77px, 20.5333333333vw, 154px);
  aspect-ratio: 154/183;
}

@media screen and (max-width: 749px) {
  #front-page section#total_care .sec_ttl__wrap .animals__wrap.__right {
    right: 1.6vw;
    bottom: 15.2vw;
    width: 20.5333333333vw;
    aspect-ratio: 154/183;
  }
}
#front-page section#total_care .cares__wrap {
  font-size: 1.6666666667em;
  line-height: 1.45;
  gap: 3.6231884058%;
}

@media screen and (max-width: 749px) {
  #front-page section#total_care .cares__wrap {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    gap: 8vw;
  }
}
#front-page section#total_care .cares__wrap li {
  width: 28.3018867925%;
  max-width: 300px;
  aspect-ratio: 300/100;
}

@media screen and (max-width: 749px) {
  #front-page section#total_care .cares__wrap li {
    width: 64vw;
    aspect-ratio: 480/130;
  }
}
#front-page section#total_care .cares__wrap li a {
  border-radius: 8px;
  border: 1px solid #52b5d5 !important;
  padding-right: 1.3333333333vw;
  gap: 0.25em;
}

#front-page section#total_care .cares__wrap li a img {
  width: clamp(20px, 5.3333333333vw, 40px);
  aspect-ratio: 1;
}

#front-page section#staff {
  position: relative;
  padding-bottom: 9.6666666667em;
}

@media screen and (max-width: 749px) {
  #front-page section#staff {
    padding-bottom: 20vw;
  }
}
#front-page section#staff::before,
#front-page section#staff::after {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/196;
  translate: 0 -100%;
}

#front-page section#staff::after {
  background: url(../img/pages/top/sec_05_staff_bg_head_pc.png) no-repeat center/cover;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  #front-page section#staff::before,
  #front-page section#staff::after {
    aspect-ratio: 1500/418;
  }
  #front-page section#staff::after {
    background: url(../img/pages/top/sec_05_staff_bg_head_sp.png) no-repeat center/cover;
  }
}
#front-page section#staff .sec_ttl__wrap p {
  font-size: 1.25em;
}

#front-page section#staff .sec_ttl__wrap .animals__wrap.__left {
  left: clamp(94px, 13.0555555556vw, 188px);
  bottom: clamp(-5.5243055556vw, -5.5243055556vw, -79.55px);
  width: clamp(50.635px, 7.0326388889vw, 101.27px);
  aspect-ratio: 101.27/158.95;
}

@media screen and (max-width: 749px) {
  #front-page section#staff .sec_ttl__wrap .animals__wrap.__left {
    left: 0;
    bottom: 32.1333333333vw;
    width: 41.6vw;
    aspect-ratio: 312/281;
  }
}
#front-page section#staff .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(9.37px, 1.3013888889vw, 18.74px);
  bottom: clamp(-2.4048611111vw, -2.4048611111vw, -34.63px);
  width: clamp(148.68px, 20.65vw, 297.36px);
  aspect-ratio: 297.36/354.63;
}

@media screen and (max-width: 749px) {
  #front-page section#staff .sec_ttl__wrap .animals__wrap.__right {
    right: 49.7333333333vw;
    bottom: 34.5333333333vw;
    width: 24.1333333333vw;
    aspect-ratio: 181/137;
  }
}
#front-page section#staff ul.staffs__wrap {
  font-size: 1.6666666667em;
  line-height: 1.45;
  gap: 3.6231884058%;
  padding: 0 11.6666666667%;
}

@media screen and (max-width: 749px) {
  #front-page section#staff ul.staffs__wrap {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    gap: 4.5em;
    padding: 0 8.5333333333vw;
  }
}
#front-page section#staff ul.staffs__wrap li {
  width: 48.1884057971%;
  gap: 1em;
}

@media screen and (max-width: 749px) {
  #front-page section#staff ul.staffs__wrap li {
    gap: 5.3333333333vw;
    width: 100%;
  }
}
#front-page section#staff ul.staffs__wrap li a {
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  height: 4.5em;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  #front-page section#staff ul.staffs__wrap li a {
    width: 85.5305466238%;
    height: auto;
    padding: 0.75em 1em;
    margin: 0 auto;
  }
}
#front-page section#staff ul.staffs__wrap li a img {
  position: absolute;
  top: 50%;
  right: 7.5187969925%;
  translate: 0 -50%;
}

#front-page section#schedule {
  padding-bottom: 22.6666666667em;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule {
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 749px) {
  #front-page section#schedule .sec_ttl__wrap {
    margin-bottom: 4.2666666667vw;
  }
}
#front-page section#schedule .sec_ttl__wrap .animals__wrap.__left {
  left: 0;
  bottom: clamp(-5.5243055556vw, -5.5243055556vw, -79.55px);
  width: clamp(160.785px, 22.33125vw, 321.57px);
  aspect-ratio: 321.57/299.02;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule .sec_ttl__wrap .animals__wrap.__left {
    left: 15.4666666667vw;
    bottom: -7.6vw;
    width: 10.2666666667vw;
    aspect-ratio: 77/150;
  }
}
#front-page section#schedule .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(74px, 10.2777777778vw, 148px);
  bottom: clamp(-5.0694444444vw, -5.0694444444vw, -73px);
  width: clamp(81.5px, 11.3194444444vw, 163px);
  aspect-ratio: 163/120;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule .sec_ttl__wrap .animals__wrap.__right {
    right: -9.4293333333vw;
    bottom: -3.2173333333vw;
    width: 37.696vw;
    aspect-ratio: 282.72/263.13;
  }
}
#front-page section#schedule ul.schedules__wrap {
  font-size: 1.6666666667em;
  line-height: 1.45;
  gap: 3.6231884058%;
  padding: 0 11.6666666667%;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule ul.schedules__wrap {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    gap: 8vw;
    padding: 0 8.5333333333vw;
  }
}
#front-page section#schedule ul.schedules__wrap li {
  width: 48.1884057971%;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule ul.schedules__wrap li {
    width: 82.9333333333vw;
    gap: 5.3333333333vw;
  }
}
#front-page section#schedule ul.schedules__wrap li a {
  justify-content: center;
  text-align: center;
  padding: 0 0.5em;
  height: 4.5em;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  #front-page section#schedule ul.schedules__wrap li a {
    height: 12vw;
  }
}
#front-page section#schedule ul.schedules__wrap li a img {
  position: absolute;
  top: 50%;
  right: 7.5187969925%;
  translate: 0 -50%;
}

#front-page section#faq {
  position: relative;
  margin-bottom: 11.3333333333em;
}

@media screen and (max-width: 749px) {
  #front-page section#faq {
    margin-bottom: 13.2946666667vw;
  }
}
#front-page section#faq::before,
#front-page section#faq::after {
  content: "";
  position: relative;
  top: 1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/135;
  translate: 0 -100%;
}

#front-page section#faq::after {
  background: url(../img/pages/top/sec_07_faq_bg_head_pc.png) no-repeat center/cover;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  #front-page section#faq::before,
  #front-page section#faq::after {
    aspect-ratio: 1500/300;
  }
  #front-page section#faq::after {
    background: url(../img/pages/top/sec_07_faq_bg_head_sp.png) no-repeat center/cover;
  }
}
#front-page section#faq .sec_ttl__wrap .animals__wrap.__left {
  left: clamp(107.5px, 14.9305555556vw, 215px);
  bottom: clamp(-3.5493055556vw, -3.5493055556vw, -51.11px);
  width: clamp(43.5px, 6.0416666667vw, 87px);
  aspect-ratio: 87/103.11;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_ttl__wrap .animals__wrap.__left {
    left: 56.5333333333vw;
    bottom: 15.2386666667vw;
    width: 24.8vw;
    aspect-ratio: 176/150;
  }
}
#front-page section#faq .sec_ttl__wrap .animals__wrap.__right {
  right: clamp(123.85px, 17.2013888889vw, 247.7px);
  bottom: clamp(-3.4722222222vw, -3.4722222222vw, -50px);
  width: clamp(126.15px, 17.5208333333vw, 252.3px);
  aspect-ratio: 252.3/185.4;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_ttl__wrap .animals__wrap.__right {
    right: 6.5333333333vw;
    bottom: 13.3333333333vw;
    width: 9.6vw;
    aspect-ratio: 72/129;
  }
}
#front-page section#faq .sec_main_cnt {
  max-width: 1104px;
  width: 100%;
  padding: 0 6.0081521739% 0 4.1666666667%;
  margin: auto;
  border-top: 3px solid #48585e;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt {
    width: 91.4666666667vw;
    padding: 0;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap {
  font-size: 1.6666666667em;
  line-height: 1.5;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap {
    font-size: 4.2666666667vw;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li {
  border-bottom: 1px solid #48585e;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li p,
#front-page section#faq .sec_main_cnt ul.faq__wrap li label {
  font-size: 1em;
  font-weight: bold;
  padding: 2.05em 2em 2.05em 4.15em;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li p,
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label {
    padding: 5.8666666667vw 12.5333333333vw 5.8666666667vw 12.8vw;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li p::before,
#front-page section#faq .sec_main_cnt ul.faq__wrap li p::after,
#front-page section#faq .sec_main_cnt ul.faq__wrap li label::before,
#front-page section#faq .sec_main_cnt ul.faq__wrap li label::after {
  position: absolute;
  top: 0.25em;
  left: 0;
  font-size: 2.5em;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li p::before,
  #front-page section#faq .sec_main_cnt ul.faq__wrap li p::after,
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label::before,
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label::after {
    font-size: 10.6666666667vw;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li p input,
#front-page section#faq .sec_main_cnt ul.faq__wrap li label input {
  display: none;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question {
  display: block;
  position: relative;
  cursor: pointer;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question::before {
  content: "Q";
  position: absolute;
  color: #ff94ae;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label.question::before {
    top: 0.1em;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question::after {
  content: "";
  top: 1em;
  right: 0;
  left: unset;
  background: url(../img/pages/top/sec_07_faq_arrow.png) no-repeat center/cover;
  width: 0.600060006em;
  aspect-ratio: 33.33/16.67;
  transition: all 0.3s ease;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label.question::after {
    width: 4vw;
    height: 4vw;
    top: 0.65em;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked)::after {
  transform: rotate(180deg);
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer {
  height: auto;
  padding: 2.05em 2em 2.05em 4.15em;
  opacity: 1;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer::before {
  opacity: 1;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li label.question:has(input:checked) ~ p.answer {
    padding: 0 12.5333333333vw 5.8666666667vw 12.8vw;
  }
}
#front-page section#faq .sec_main_cnt ul.faq__wrap li p.answer {
  position: relative;
  height: 0;
  padding: 0 2em 0 4.15em;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

#front-page section#faq .sec_main_cnt ul.faq__wrap li p.answer::before {
  content: "A";
  position: absolute;
  color: #ff4a77;
  top: 0.4em;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}

@media screen and (max-width: 749px) {
  #front-page section#faq .sec_main_cnt ul.faq__wrap li p.answer::before {
    top: -0.3em;
  }
}
.cta {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1em 2em;
  margin: 2em auto 0;
  color: #000;
  background: #fff;
  border: solid 1px #000;
}

.cta:hover {
  color: #fff;
  background: linear-gradient(-45deg, #c2e8f9, #08b1ff, #6898ff, #0040ff) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 5s ease infinite;
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section.body_img .sec__inner {
  max-width: unset;
}

section.body_img .sec__inner img {
  width: 100%;
}

.archive #main_content__wrap {
  padding-top: 160px;
  position: relative;
  position: relative;
  padding-bottom: 11.4285714286vw;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap {
    padding-top: 15vw;
  }
}
.archive #main_content__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  width: 100%;
  aspect-ratio: 1440/299;
  background: url(../img/pages/commonbg/bg_orange_head.png) no-repeat center/cover;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap::before {
    aspect-ratio: 1500/518;
    background: url(../img/pages/commonbg/bg_orange_head_sp.png) no-repeat center/cover;
  }
}
.archive #main_content__wrap #articles_list {
  max-width: 886px;
  margin-left: 5.5555555556vw;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap #articles_list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25.3333333333vw;
  }
}
.archive #main_content__wrap #articles_list.news_list {
  width: 100%;
  max-width: 1440px;
  padding: 0 5.5555555556%;
  margin: 0 auto;
  position: relative;
}

.archive #main_content__wrap #articles_list.news_list > img.ferret_Brown_R {
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -65%;
}

.archive #main_content__wrap #articles_list.news_list ul#articles__wrap {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 5.25rem;
  padding: 2.1428571429em;
  border-radius: 1em;
  background: #fff;
  gap: 0;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap #articles_list.news_list ul#articles__wrap {
    margin-bottom: 9.2vw;
  }
}
.archive #main_content__wrap #articles_list.news_list ul#articles__wrap li {
  background: transparent;
  width: 100%;
  aspect-ratio: unset;
  border-radius: 0;
  padding-top: 2.1428571429em;
  padding-inline: 0;
  margin-top: 0;
  margin-inline: 2.1428571429em;
  margin-bottom: 0;
}

.archive #main_content__wrap #articles_list.news_list ul#articles__wrap li .f_yc {
  gap: 1em;
}

.archive #main_content__wrap #articles_list.news_list ul#articles__wrap li h3.article_title {
  padding-block: 0.75em 0;
}

.archive #main_content__wrap #articles_list.news_list ul#articles__wrap li + li {
  border-top: 1px solid rgba(51, 51, 51, 0.4196078431);
}

.archive #main_content__wrap #articles_list ul#articles__wrap {
  gap: clamp(20px, 2.7777777778vw, 40px);
  margin-bottom: 5.25rem;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap #articles_list ul#articles__wrap {
    margin-bottom: 9.2vw;
  }
}
.archive #main_content__wrap #articles_list ul#articles__wrap li {
  font-size: 1.1666666667rem;
  width: clamp(300px, 29.1666666667vw, 420px);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 420/446;
  padding: 2.1428571429em;
  background: #fff;
  border-radius: 1em;
  position: relative;
}

.archive #main_content__wrap #articles_list ul#articles__wrap li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive #main_content__wrap #articles_list ul#articles__wrap li * {
  text-align: justify;
}

.archive #main_content__wrap #articles_list ul#articles__wrap li img {
  margin-bottom: 1.4285714286em;
}

.archive #main_content__wrap #articles_list ul#articles__wrap li h3.article_title {
  width: 100%;
  font-size: 1.7142857143rem;
  line-height: 1.4583333333em;
  padding: 0.3333333333em 0.1666666667em;
}

.archive #main_content__wrap #articles_list ul#articles__wrap li .article_content {
  font-size: 1.1428571429rem;
  line-height: 1.4375em;
}

.archive #main_content__wrap #page_nav__wrap {
  font-size: 1.6666666667rem;
  gap: 2em;
}

.archive #main_content__wrap #page_nav__wrap a.page_nav {
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}

.archive #main_content__wrap #page_nav__wrap a.page_nav.prev_page img {
  rotate: 180deg;
}

.archive #main_content__wrap #page_nav__wrap a.page_nav.prev_page:hover {
  translate: -0.5em 0;
}

.archive #main_content__wrap #page_nav__wrap a.page_nav.next_page:hover {
  translate: 0.5em 0;
}

.archive #main_content__wrap #page_nav__wrap ul#pagenation__wrap {
  gap: 1em;
}

.archive #main_content__wrap #page_nav__wrap ul#pagenation__wrap li a {
  font-size: 1em;
  opacity: 0.75;
}

.archive #main_content__wrap #page_nav__wrap ul#pagenation__wrap li a.current {
  color: #333;
}

.archive #main_content__wrap #page_nav__wrap ul#pagenation__wrap li a:hover {
  opacity: 1;
}

.archive #main_content__wrap aside#side_menu {
  width: 27.7777777778vw;
  position: sticky;
  top: 0;
  right: 0;
}

.archive #main_content__wrap aside#side_menu .side_nav {
  font-size: 2rem;
  padding: 2.0833333333em 2.25em 13.7083333333em 3.375em;
  background: #fff;
  border-radius: 1em 0 0 1em;
}

.archive #main_content__wrap aside#side_menu .side_nav p {
  font-size: 1.25em;
  text-align: center;
  padding-bottom: 1.6em;
}

.archive #main_content__wrap aside#side_menu .side_nav ul {
  gap: 1.25em;
}

.archive #main_content__wrap aside#side_menu .side_nav ul li a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4583333333em;
}

.archive #main_content__wrap aside#side_menu .side_nav ul li a img {
  width: 1em;
  height: 1em;
}

.archive #main_content__wrap aside#side_menu .animals__wrap {
  position: relative !important;
  width: 89.8525% !important;
  top: -25em !important;
  bottom: unset !important;
  translate: 0 0 !important;
  margin-left: auto;
  pointer-events: none;
}

.archive #main_content__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2870/328;
  background: url(../img/pages/article/category_news_main_bottom.png) no-repeat center/cover;
}

@media screen and (max-width: 749px) {
  .archive #main_content__wrap::after {
    aspect-ratio: 1500/518;
    background: url(../img/pages/article/category_news_main_bottom_sp.png) no-repeat center/cover;
  }
}
.single #main_content {
  max-width: 1440px;
  padding: 15vw 11.4583333333vw;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .single #main_content {
    padding: 20vw 0 38.9333333333vw;
  }
}
.single article#article_content {
  font-size: 1.3333333333rem;
  line-height: 1.6;
  max-width: 1440px;
  padding: 6.75em 10.5625em;
  background: #fff;
  border-radius: 3.125em;
}

@media screen and (max-width: 749px) {
  .single article#article_content {
    padding: 14.4vw 8.5333333333vw 13.0666666667vw;
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.single article#article_content .article_head__wrap {
  padding: 0 0.5em;
  margin-bottom: 1.5em;
}

.single article#article_content .f_yc {
  padding: 3.0725em 0 0.5em;
  gap: 1em;
}

.single article#article_content h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.single article#article_content h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.single article#article_content h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.single article#article_content p {
  margin-bottom: 1em;
}

.single #page_nav__wrap {
  gap: clamp(1em, 7.6388888889vw, 110px);
  position: relative;
  margin-top: 5.6666666667rem;
}

@media screen and (max-width: 749px) {
  .single #page_nav__wrap {
    margin-top: 26.4vw;
  }
}
.single #page_nav__wrap .page_nav {
  width: -moz-max-content;
  width: max-content;
  gap: 1.5em;
}

.single #page_nav__wrap .page_nav img {
  width: 1em;
  height: 1em;
}

.single #page_nav__wrap .page_nav.prev_page img {
  rotate: 180deg;
}

@media screen and (max-width: 749px) {
  .single #page_nav__wrap .page_nav {
    width: 8vw;
    height: 8vw;
    position: absolute;
    bottom: 21.7333333333vw;
  }
  .single #page_nav__wrap .page_nav.prev_page {
    left: calc(50% - 28.6666666667vw);
  }
  .single #page_nav__wrap .page_nav.next_page {
    left: calc(50% + 28.6666666667vw);
    translate: -100% 0;
  }
  .single #page_nav__wrap .page_nav img {
    width: 100%;
    height: 100%;
  }
}
.single #page_nav__wrap .btn._secondary {
  width: -moz-max-content;
  width: max-content;
  padding: 0.6675em 4.046875em 0.6675em 2.765625em;
}

.single #page_nav__wrap .btn._secondary img {
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 749px) {
  .single #page_nav__wrap .btn._secondary {
    font-size: 4.2666666667vw;
    width: 70.8vw;
    padding: 0.765625em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .single #page_nav__wrap .btn._secondary img {
    width: 5.4666666667vw;
    height: 5.4666666667vw;
  }
}
/* ======  bounce  =========*/
.bounce-in {
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}

.bounce-in.is_action {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

.d_01 {
  transition-delay: 0.1s !important;
}

.d_02 {
  transition-delay: 0.2s !important;
}

.d_03 {
  transition-delay: 0.3s !important;
}

.d_04 {
  transition-delay: 0.4s !important;
}

.d_05 {
  transition-delay: 0.5s !important;
}

.d_06 {
  transition-delay: 0.6s !important;
}

.d_07 {
  transition-delay: 0.7s !important;
}

.d_08 {
  transition-delay: 0.8s !important;
}

.d_09 {
  transition-delay: 0.9s !important;
}

.d_10 {
  transition-delay: 1s !important;
}

.d_11 {
  transition-delay: 1.1s !important;
}

.d_12 {
  transition-delay: 1.2s !important;
}

.d_06 {
  transition-delay: 0.6s !important;
}

/*=========== Infinite_Animation_Library  ===============*/
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.con {
  display: inline-block;
}

.miniCon {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
}

/****--------- エンジン ---------****/
.engine {
  animation: engine 0.2s infinite;
  -webkit-animation: engine 0.2s infinite;
  -moz-animation: engine 0.2s infinite;
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/****--------- 雲 ---------****/
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
}
/****--------- ふわふわ ---------****/
.fuwax2 {
  animation: fuwax2 ease-in-out 2s infinite alternate;
  -webkit-animation: fuwax2 ease-in-out 2s infinite alternate;
  -moz-animation: fuwax2 ease-in-out 2s infinite alternate;
}

@keyframes fuwax2 {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}
/****--------- 回転 ---------****/
.spin {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****--------- ジャンプ ---------****/
.jump {
  animation: jump 2s infinite;
  -webkit-animation: jump 2s infinite;
  -moz-animation: jump 2s infinite;
}

.jump_sht {
  animation: jump 1.5s infinite;
  -webkit-animation: jump 1.5s infinite;
  -moz-animation: jump 1.5s infinite;
}

.jump_lng {
  animation: jump 3s infinite;
  -webkit-animation: jump 3s infinite;
  -moz-animation: jump 3s infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0px);
  }
  10% {
    transform: translate(0, -20px);
  }
  15% {
    transform: translate(0, 0px);
  }
  20% {
    transform: translate(0, -10px);
  }
  25% {
    transform: translate(0, 0px);
  }
  30% {
    transform: translate(0, -5px);
  }
  35% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -60px);
  }
}
/****--------- 登場 ---------****/
.appearance {
  opacity: 0;
  animation: appearance 2.5s 1s 1 forwards;
  -webkit-animation: appearance 2.5s 1s 1 forwards;
  -moz-animation: appearance 2.5s 1s 1 forwards;
}

@keyframes appearance {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- ふわふわ ---------****/
.fuwa2 {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
/*---- animationbutton ---*/
/* required：
<button><span>hover me</span></button> */
/* .head_banner_img {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
    	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  width: 210px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
} */
.head_cta {
  /* animation: rotate 0.7s ease-in-out both; */
}

/* button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* =====  humberger menu  ===== */
#menu-btn-check {
  display: none;
}

.menu-btn {
  position: fixed;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  left: 17%;
  top: clamp(6px, 0.375rem + (1vw - 7.68px) * 3.6458, 48px);
  opacity: 1;
  display: block;
}

.close_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 90;
  top: 5%;
  right: 2%;
  transition: all 0.6s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after,
.close_btn span:before,
.close_btn span:after {
  content: "";
  display: block;
  height: clamp(2px, 0.125rem + (1vw - 7.68px) * 0.2604, 5px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 10.6061, 100px);
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}

.menu-btn span:before,
.close_btn span:before {
  bottom: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 6.8182, 75px);
}

.close_btn span:before {
  width: clamp(15px, 0.9375rem + (1vw - 7.68px) * 3.9063, 60px);
}

.menu-btn span:after,
.close_btn span:after {
  width: clamp(20px, 1.25rem + (1vw - 3.2px) * 4.5455, 50px);
}

.menu-btn span:after {
  top: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
}

.menu-content {
  width: clamp(215px, 13.4375rem + (1vw - 7.68px) * 52.6042, 821px);
  position: fixed;
  top: 0;
  right: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #e8e8e8;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 10% 0 0;
}

.menu-content ul li {
  list-style: none;
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 3.3657, 92px);
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-content ul li:nth-of-type(2n-1) {
  background-color: #fff;
}

.menu-content ul li:nth-of-type(2n) {
  background-color: #e8e8e8;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4531, 19px);
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bolder;
}

.menu-content ul li a::before {
  content: "";
  width: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  height: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  border-top: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  border-right: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .close_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked ~ .close_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked + .menu-btn {
  display: none;
}

.close_btn span::before {
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
  top: 0;
}

.close_btn span::after {
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#scroll_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://picsum.photos/id/163/900/400);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  transition-property: background-position;
  transition-duration: 0.3s;
  transition-delay: 0.01s;
}

.tp-abSlider {
  position: relative;
  overflow: hidden;
  margin-top: -15.625vw;
  margin-right: -11.5625vw;
  width: 56.875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider {
    margin-top: 0;
    margin-right: -16.4rem;
    margin-left: -16.4rem;
    width: auto;
  }
}
.auto_slider {
  display: inline-flex;
  animation: auto_slider 70s linear 0s infinite normal both;
}

@keyframes auto_slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-abSlider__item {
  padding: 0 0.46875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item {
    padding: 0 0.3rem;
  }
}
.tp-abSlider__item .c-picture {
  overflow: hidden;
  width: 23.4375vw;
  border-radius: 3.125vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture {
    width: 11rem;
    border-radius: 3rem;
  }
}
.tp-abSlider__item .c-picture picture {
  padding-top: 182.6666666667%;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture picture {
    padding-top: 185.4545454545%;
  }
}
a.arrow_to_circle::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #00e0cd;
  border-bottom: 2px solid #00e0cd;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease-out;
}

a.arrow_to_circle:hover::before {
  background: #00e0cd;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-315deg);
}

.elem {
  opacity: 0;
  translate: 0 30px;
  transition: all linear 0.6s;
  pointer-events: none;
}

.elem.is_showed {
  opacity: 1;
  translate: 0 0;
  transition: all linear 0.6s;
  pointer-events: all;
}

header.fixed {
  transform: translate(0, -100%);
}

header.fixed.showed {
  transform: translate(0, 0);
  transition: all linear 0.6s;
}

#loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  transition: all 1s ease-in-out;
  z-index: 9999;
}

#front-page#page_content {
  display: none;
}

.fv_animation._bg._is_animated {
  animation: bg_animation 1s;
}

.fv_animation.slider__wrap._is_animated {
  translate: 0 0;
}

.fv_animation._animal._is_animated {
  animation: animal_animation 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.fv_animation._txt {
  translate: 0 2em;
  transition: all 0.3s;
}

.fv_animation._txt._is_animated {
  translate: 0 0;
}

.fv_animation._is_animated {
  translate: 0 0;
  opacity: 1;
}

.animals__wrap.elem {
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.animals__wrap.elem.is_showed {
  opacity: 1;
  animation: animal_animation 0.4s ease-in forwards;
}

@keyframes bg_animation {
  0% {
    opacity: 1;
    translate: 0 0;
  }
  50% {
    translate: 0 -40%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes animal_animation {
  0% {
    opacity: 0;
    translate: 0 20%;
  }
  80% {
    opacity: 1;
    translate: 0 -20%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
.serif {
  font-family: "Zen Old Mincho", serif !important;
}

.sans {
  font-family: "Noto Sans JP", Sans-serif !important;
}

.jp {
  font-family: "Noto Sans JP", Sans-serif;
}

.en {
  font-family: "Libre Bodoni", serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

h1 .h1 {
  font-size: clamp(28px, 1.75rem + (1vw - 7.68px) * 1.1905, 36px);
}

.fz80_61 {
  font-size: clamp(61px, 3.8125rem + (1vw - 3.75px) * 1.784, 80px);
}

.fz80_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 3.2864, 80px);
}

.fz80_43 {
  font-size: clamp(43px, 2.6875rem + (1vw - 3.75px) * 2.3948, 80px);
}

.fz80_42 {
  font-size: clamp(42px, 2.625rem + (1vw - 3.75px) * 3.5681, 80px);
}

.fz80_40 {
  font-size: clamp(40px, 2.5rem + (1vw - 3.75px) * 2.589, 80px);
}

.fz67_34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 3.0986, 67px);
}

.fz64_30 {
  font-size: clamp(30px, 1.875rem + (1vw - 3.75px) * 2.2006, 64px);
}

.fz63 {
  font-size: clamp(36px, 5.3389830508vw, 63px);
}

.fz62 {
  font-size: clamp(36px, 5.2542372881vw, 62px);
}

.fz60 {
  font-size: clamp(30px, 5.0847457627vw, 60px);
}

.fz44 {
  font-size: clamp(25px, 3.7288135593vw, 644x);
}

.fz56_45 {
  font-size: clamp(45px, 2.8125rem + (1vw - 3.75px) * 1.0329, 56px);
}

.fz51_35 {
  font-size: clamp(35px, 2.1875rem + (1vw - 3.75px) * 1.0356, 51px);
}

.fz50 {
  font-size: clamp(25px, 4.2372881356vw, 50px);
  line-height: 1;
}

.fz49-34 {
  font-size: clamp(34px, 2.125rem + (1vw - 3.75px) * 1.4085, 49px);
}

.fz42_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 1.0356, 42px);
}

.fz40_26 {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 0.9061, 40px);
}

.fz_40-24 {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.0356, 40px);
}

.fz40_20 {
  font-size: clamp(20px, 1.25rem + (1vw - 3.75px) * 1.2945, 40px);
}

.fz40 {
  font-size: clamp(20px, 3.3898305085vw, 40px);
}

.fz39-15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.2535, 39px);
}

.fz35-21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.9061, 35px);
}

.fz34-17 {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 1.5962, 34px);
}

.fz32_28 {
  font-size: clamp(28px, 1.75rem + (1vw - 3.75px) * 0.2589, 32px);
}

.fz32_16 {
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 1.0356, 32px);
}

.fz32_15 {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 1.1003, 32px);
}

.fz31_21 {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.75px) * 0.6472, 31px);
}

.fz36 {
  font-size: clamp(20px, 3.0508474576vw, 36px);
}

.fz32 {
  font-size: clamp(24px, 2.7118644068vw, 32px);
}

.fz30 {
  font-size: clamp(15px, 2.5423728814vw, 30px);
}

.fz28 {
  font-size: clamp(20px, 2.3728813559vw, 28px);
}

.fz26 {
  font-size: 26px;
}

.fz24 {
  font-size: clamp(18px, 2.0338983051vw, 24px);
}

.fz22 {
  font-size: clamp(18px, 1.8644067797vw, 22px);
}

.fz21 {
  font-size: 21px;
}

.fz20 {
  font-size: clamp(16px, 1.6949152542vw, 20px);
}

.fz18 {
  font-size: clamp(9px, 1.5254237288vw, 18px);
}

.fz17 {
  font-size: clamp(8.5px, 1.4406779661vw, 17px);
}

.fz16 {
  font-size: clamp(14px, 1.3559322034vw, 16px);
}

.fz16_8 {
  font-size: clamp(8px, 1.3559322034vw, 16px);
}

.fz15 {
  font-size: clamp(7.5px, 1.2711864407vw, 15px);
}

.fz14 {
  font-size: 14px;
}

.fz13 {
  font-size: clamp(6.5px, 1.1016949153vw, 13px);
}

.fz12 {
  font-size: clamp(6px, 1.0169491525vw, 12px);
}

.fz10 {
  font-size: 10px;
}

.fz8 {
  font-size: 8px;
}

.fz6 {
  font-size: 6px;
}

.dsc_xxxs,
.dsc_xxs,
.dsc_xs,
.dsc_sm,
.dsc_mb,
.dsc_lg,
.dsc_xl,
.dsc_xxl,
.dsc_xxxl {
  text-align: justify;
}

.dsc_xs {
  font-size: clamp(14px, 1.3559322034vw, 16px);
  line-height: 1.7222222222;
  text-align: justify;
}

@media screen and (max-width: 749px) {
  .dsc_xs {
    font-size: 2.7173913043vw;
  }
}
.dsc_sm {
  font-size: clamp(14px, 1.3559322034vw, 16px);
  line-height: 1.6;
}

@media screen and (max-width: 749px) {
  .dsc_sm {
    font-size: 3.2608695652vw;
  }
}
.dsc_md {
  font-size: clamp(16px, 1.5254237288vw, 18px);
  line-height: 1.7222222222;
  text-align: justify;
}

@media screen and (max-width: 749px) {
  .dsc_md {
    font-size: 3.8043478261vw;
  }
}
.dsc_lg {
  font-size: clamp(18px, 1.6949152542vw, 20px);
}

@media screen and (max-width: 749px) {
  .dsc_lg {
    font-size: 4.347826087vw;
  }
}
.dsc_xl {
  font-size: 2.0338983051vw;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .dsc_xl {
    font-size: 5.4347826087vw;
  }
}
.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh16 {
  line-height: 1.6;
}

.lh14 {
  line-height: 1.4;
}

.lh12 {
  line-height: 1.2;
}

.lh1 {
  line-height: 1;
}

.txt_4xl {
  font-size: clamp(120px, 21.186440678vw, 250px);
}

@media screen and (max-width: 749px) {
  .txt_4xl {
    font-size: 27.1739130435vw;
  }
}
.txt_xxxl {
  font-size: clamp(72px, 8.4745762712vw, 100px);
}

@media screen and (max-width: 749px) {
  .txt_xxxl {
    font-size: 13.5869565217vw;
  }
}
.txt_xxl {
  font-size: clamp(32px, 4.2372881356vw, 50px);
}

@media screen and (max-width: 749px) {
  .txt_xxl {
    font-size: 8.152173913vw;
  }
}
.txt_xl {
  font-size: clamp(24px, 3.3898305085vw, 40px);
}

@media screen and (max-width: 749px) {
  .txt_xl {
    font-size: 6.5217391304vw;
  }
}
.txt_lg {
  font-size: clamp(20px, 2.5423728814vw, 30px);
}

@media screen and (max-width: 749px) {
  .txt_lg {
    font-size: 5.4347826087vw;
  }
}
.txt_md {
  font-size: clamp(16px, 1.6949152542vw, 20px);
}

@media screen and (max-width: 749px) {
  .txt_md {
    font-size: 4.8913043478vw;
  }
}
.txt_sm {
  font-size: clamp(16px, 1.5254237288vw, 18px);
}

@media screen and (max-width: 749px) {
  .txt_sm {
    font-size: 3.8043478261vw;
  }
}
.txt_xs {
  font-size: clamp(13px, 1.3559322034vw, 16px);
}

@media screen and (max-width: 749px) {
  .txt_xs {
    font-size: 3.2608695652vw;
  }
}
.txt_xxs {
  font-size: clamp(12px, 1.186440678vw, 14px);
}

@media screen and (max-width: 749px) {
  .txt_xxs {
    font-size: 2.7173913043vw;
  }
}
.txt_xxxs {
  font-size: clamp(10px, 1.0169491525vw, 12px);
}

@media screen and (max-width: 749px) {
  .txt_xxxs {
    font-size: 2.1739130435vw;
  }
}
.ls05 {
  letter-spacing: 0.5em;
}

.ls01 {
  letter-spacing: 0.1em;
}

.fw_100 {
  font-weight: 100 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u_bar {
  display: block;
  width: 72px;
  border-bottom: 3px solid #1b3377;
  -o-border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image-slice: 1;
  margin: 0 auto 10px;
}

.u_line {
  text-decoration: underline;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_jst {
  text-align: justify;
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
  font-size: clamp(2.4rem, 2.2rem + 0.625vw, 2.9rem);
}

._outline {
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.u-c-main {
  color: #fff !important;
}

.u-c-plain {
  color: #202020 !important;
}

.u-c-white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gold {
  color: #d0b68a !important;
}

.shdw_white {
  text-shadow: 1px 1px 1px #fff;
}

.shdw_black {
  text-shadow: 1px 1px 1px #303030;
}

.green {
  color: #21ce89;
}

.blue {
  color: #52b5d5 !important;
}

.deep_blue {
  color: #1b3377 !important;
}

.red {
  color: red !important;
}

.pale_navy {
  color: #4a76ce !important;
}

.navy {
  color: #002267 !important;
}

.coral_pink {
  color: #e89292 !important;
}

.pink {
  color: #e5497c !important;
}

.orange {
  color: #f1693b !important;
}

.pale_orange {
  color: #fff4d9 !important;
}

.pale_yellow {
  color: #fffec8 !important;
}

.yellow {
  color: #f5d560 !important;
}

.dark_yellow {
  color: #bfb43f !important;
}

.emerald {
  color: #92e8a6 !important;
}

.vivid_emerald {
  color: #55cdcc !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #fff !important;
}

.u-bg-plain {
  background-color: #202020 !important;
}

.u-bg-focus {
  background-color: #0f3193 !important;
}

.u-bg-border {
  background-color: #e9e9e9 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #dcdcdc !important;
}

.u-bg-gray02 {
  background-color: #909090 !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #f0f0f0 !important;
}

.bg_pale_cream {
  background-color: #e3e3d9 !important;
}

.bg_black {
  background: #000 !important;
  color: #fff;
}

.bg_dark {
  background: #202020 !important;
  color: #fff;
}

.bg_gray {
  background-color: #f5f5f5 !important;
}

.bg_navy {
  background-color: #01356d;
}

.bg_pale_blue {
  background-color: #abc8e6 !important;
}

.bg_sky_blue {
  background-color: #3cffff !important;
}

.bg_blue {
  background-color: #52b5d5 !important;
}

.bg_deep_blue {
  background: #1b3377;
  border-radius: 15px 15px 0 0;
}

.bg_moss_green {
  background-color: #008300;
}

.bg_gold {
  background-color: #d0b68a !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_line {
  background-color: #21ce89 !important;
  color: #ffffff !important;
  font-family: serif;
}

.bg_green {
  background-color: #21ce89;
  padding: 0 20px;
  color: #202020 !important;
}

.bg_pale_green {
  background-color: #c0fec0;
}

.bg_emerald {
  background-color: #55cdcc;
  color: #fff !important;
}

.bg_pale_emerald {
  background-color: #99e1e0;
}

.bg_vivid_yellow {
  background-color: #feff00 !important;
}

.bg_yellow {
  background-color: #ffffa1 !important;
}

.bg_pale_yellow {
  background-color: #f9e69f;
}

.bg_dark_yellow {
  background-color: #d5c94c;
}

.bg_orange {
  background-color: rgb(232, 160, 28);
}

.bg_pale_orange {
  background-color: rgba(255, 166, 0, 0.174);
}

.bg_pink {
  background-color: #ffc0ff;
}

.bg_vivid_pink {
  background-color: #fa647c;
}

.bg_red {
  background-color: #ff0000;
}

.bg_pale_pink {
  background-color: #fac6c4;
}

.box_shadow_primary {
  box-shadow: 1px 1px 10px rgba(255, 217, 0, 0.372);
}

:focus {
  outline-color: #0f3193;
}

.bg_grad {
  background: linear-gradient(45deg, #fff, rgba(90, 56, 20, 0.507));
}

.inline {
  display: inline !important;
}

.inline_b {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .sp {
    display: block;
  }
}
.sp_flex {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .sp_flex {
    display: flex !important;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
.pc_flex {
  display: flex;
}

@media screen and (max-width: 749px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (max-width: 367px) {
  .u-xs-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 368px) {
  .u-xs-max {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .u-sm-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 750px) {
  .u-sm-max {
    display: none !important;
  }
}
@media screen and (max-width: 844px) {
  .u-md-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 845px) {
  .u-md-max {
    display: none !important;
  }
}
@media screen and (max-width: 1179px) {
  .u-lg-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 1180px) {
  .u-lg-max {
    display: none !important;
  }
}
.block {
  display: block;
}

.inline {
  display: inline;
}

.inl_block {
  display: inline-block;
}

.flex,
.row,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_r,
.to_clm,
.to_clmR,
.x_start,
.x_end,
.x_start_to_end,
.x_end_to_start,
.y_start,
.y_end,
.y_start_to_end,
.y_end_to_start,
.f_cc,
.f_xc,
.f_yc,
.f_1 {
  display: flex;
}

.column,
.clm_to_row,
.clm_to_row_r {
  flex-direction: column;
}

@media screen and (max-width: 749px) {
  .clm_to_row {
    flex-direction: row;
  }
}
@media screen and (max-width: 749px) {
  .clm_to_rowR {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 749px) {
  .to_clm {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .to_clmR {
    flex-direction: column-reverse;
  }
}
.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.f_cc {
  align-items: center;
  justify-content: center;
}

.f_xc {
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .f_xc.to_clm,
  .f_xc .to_clmR {
    justify-content: unset;
    align-items: center;
  }
}
.x_start {
  justify-content: flex-start;
}

.x_end {
  justify-content: flex-end;
}

.f_yc {
  align-items: center;
}

.y_start {
  align-items: flex-start;
}

.y_end {
  align-items: flex-end;
}

.f_1 {
  flex: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.t_0 {
  top: 0 !important;
}

.r_0 {
  right: 0 !important;
}

.b_0 {
  bottom: 0 !important;
}

.l_0 {
  left: 0 !important;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  z-index: -1;
}

.parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url() center/cover no-repeat;
}

.w100v {
  width: 100vw;
}

.w90v {
  width: 90vw;
}

.w80v {
  width: 80vw;
}

.w70v {
  width: 70vw;
}

.w60v {
  width: 60vw;
}

.w50v {
  width: 50vw;
}

.w40v {
  width: 40vw;
}

.w30v {
  width: 30vw;
}

.w20v {
  width: 20vw;
}

.w10v {
  width: 10vw;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w75p {
  width: 75%;
}

.w70p {
  width: 70%;
}

.w66p {
  width: 66.6666%;
}

.w65p {
  width: 65%;
}

.w60p {
  width: 60%;
}

.w55p {
  width: 55%;
}

.w52p {
  width: 52%;
}

.w50p {
  width: 50%;
}

.w49p {
  width: 49%;
}

.w48p {
  width: 48%;
}

.w47p {
  width: 47%;
}

.w45p {
  width: 45%;
}

.w40p {
  width: 40%;
}

.w35p {
  width: 35%;
}

.w33p {
  width: 33.3334%;
}

.w30p {
  width: 30%;
}

.w25p {
  width: 25%;
}

.w20p {
  width: 20%;
}

.w15p {
  width: 15%;
}

.w10p {
  width: 10%;
}

.w_fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.w_auto {
  width: auto;
}

.h_fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.under_bar_prm {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #52b5d5 60%, #52b5d5 100%);
}

.under_bar_sec {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(254, 169, 228) 40%, rgb(254, 169, 228) 100%);
}

.u-bd {
  border: 1px solid #e9e9e9 !important;
}

.u-bd-t {
  border-top: 1px solid #e9e9e9 !important;
}

.u-bd-r {
  border-right: 1px solid #e9e9e9 !important;
}

.u-bd-b {
  border-bottom: 1px solid #e9e9e9 !important;
}

.u-bd-l {
  border-left: 1px solid #e9e9e9 !important;
}

.u-bd-main {
  border-color: #fff !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.p_0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.p_xxxs {
  padding: 5px !important;
}

@media screen and (max-width: 749px) {
  .p_xxxs {
    padding: 2.5px !important;
  }
}
.p_xxs {
  padding: 10px !important;
}

@media screen and (max-width: 749px) {
  .p_xxs {
    padding: 5px !important;
  }
}
.p_xs {
  padding: 25px !important;
}

@media screen and (max-width: 749px) {
  .p_xs {
    padding: 12.5px !important;
  }
}
.p_sm {
  padding: 40px !important;
}

@media screen and (max-width: 749px) {
  .p_sm {
    padding: 20px !important;
  }
}
.p_md {
  padding: 60px !important;
}

@media screen and (max-width: 749px) {
  .p_md {
    padding: 30px !important;
  }
}
.p_lg {
  padding: 80px !important;
}

@media screen and (max-width: 749px) {
  .p_lg {
    padding: 40px !important;
  }
}
.p_xl {
  padding: 100px !important;
}

@media screen and (max-width: 749px) {
  .p_xl {
    padding: 50px !important;
  }
}
.p_xxl {
  padding: 120px !important;
}

@media screen and (max-width: 749px) {
  .p_xxl {
    padding: 60px !important;
  }
}
.p_xxxl {
  padding: 150px !important;
}

@media screen and (max-width: 749px) {
  .p_xxxl {
    padding: 75px !important;
  }
}
.px_xxxs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

@media screen and (max-width: 749px) {
  .px_xxxs {
    padding-right: 2.5px !important;
    padding-left: 2.5px !important;
  }
}
.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 749px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
.px_xxs {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media screen and (max-width: 749px) {
  .px_xxs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
.px_xs {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

@media screen and (max-width: 749px) {
  .px_xs {
    padding-right: 12.5px !important;
    padding-left: 12.5px !important;
  }
}
.px_sm {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

@media screen and (max-width: 749px) {
  .px_sm {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.px_md {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

@media screen and (max-width: 749px) {
  .px_md {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.px_lg {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

@media screen and (max-width: 749px) {
  .px_lg {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
.px_xl {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

@media screen and (max-width: 749px) {
  .px_xl {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
.px_xxl {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

@media screen and (max-width: 749px) {
  .px_xxl {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
.px_xxxl {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

@media screen and (max-width: 749px) {
  .px_xxxl {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
}
.py_xxxs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media screen and (max-width: 749px) {
  .py_xxxs {
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
  }
}
.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.py_xxs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  .py_xxs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.py_xs {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

@media screen and (max-width: 749px) {
  .py_xs {
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
  }
}
.py_sm {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .py_sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.py_md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media screen and (max-width: 749px) {
  .py_md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.py_lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 749px) {
  .py_lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.py_xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 749px) {
  .py_xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.py_xxl {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media screen and (max-width: 749px) {
  .py_xxl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.py_xxxl {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

@media screen and (max-width: 749px) {
  .py_xxxl {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.pt_xxxs {
  padding-top: 5px !important;
}

@media screen and (max-width: 749px) {
  .pt_xxxs {
    padding-top: 2.5px !important;
  }
}
.pt_xxs {
  padding-top: 10px !important;
}

@media screen and (max-width: 749px) {
  .pt_xxs {
    padding-top: 5px !important;
  }
}
.pt_xs {
  padding-top: 25px !important;
}

@media screen and (max-width: 749px) {
  .pt_xs {
    padding-top: 12.5px !important;
  }
}
.pt_sm {
  padding-top: 40px !important;
}

@media screen and (max-width: 749px) {
  .pt_sm {
    padding-top: 20px !important;
  }
}
.pt_md {
  padding-top: 60px !important;
}

@media screen and (max-width: 749px) {
  .pt_md {
    padding-top: 30px !important;
  }
}
.pt_lg {
  padding-top: 80px !important;
}

@media screen and (max-width: 749px) {
  .pt_lg {
    padding-top: 40px !important;
  }
}
.pt_xl {
  padding-top: 100px !important;
}

@media screen and (max-width: 749px) {
  .pt_xl {
    padding-top: 50px !important;
  }
}
.pt_xxl {
  padding-top: 120px !important;
}

@media screen and (max-width: 749px) {
  .pt_xxl {
    padding-top: 60px !important;
  }
}
.pt_xxxl {
  padding-top: 150px !important;
}

@media screen and (max-width: 749px) {
  .pt_xxxl {
    padding-top: 75px !important;
  }
}
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 749px) {
  .u-pb-xs {
    padding-bottom: 12.5px !important;
  }
}
.u-pb-sm {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}
.u-pb-md {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 749px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}
.pb_lg {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 749px) {
  .pb_lg {
    padding-bottom: 40px !important;
  }
}
.u-pb-xl {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 749px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}
.p50 {
  padding: 50px !important;
}

.p40 {
  padding: 40px !important;
}

.p30 {
  padding: 30px !important;
}

.p20 {
  padding: 20px !important;
}

.p10 {
  padding: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pr50 {
  padding-right: 50px;
}

.pr40 {
  padding-right: 40px;
}

.pr30 {
  padding-right: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr10 {
  padding-right: 10px;
}

.pl50 {
  padding-left: 50px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pl20 {
  padding-left: 20px;
}

.pl10 {
  padding-left: 10px;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_xs {
  margin-top: 25px !important;
}

@media screen and (max-width: 749px) {
  .mt_xs {
    margin-top: 12.5px !important;
  }
}
.mt_sm {
  margin-top: 40px !important;
}

@media screen and (max-width: 749px) {
  .mt_sm {
    margin-top: 20px !important;
  }
}
.mt_md {
  margin-top: 60px !important;
}

@media screen and (max-width: 749px) {
  .mt_md {
    margin-top: 30px !important;
  }
}
.mt_lg {
  margin-top: 80px !important;
}

@media screen and (max-width: 749px) {
  .mt_lg {
    margin-top: 40px !important;
  }
}
.mt_xl {
  margin-top: 100px !important;
}

@media screen and (max-width: 749px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}
.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_xxxs {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 749px) {
  .mb_xxxs {
    margin-bottom: 2.5px !important;
  }
}
.mb_xxs {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 749px) {
  .mb_xxs {
    margin-bottom: 5px !important;
  }
}
.mb_xs {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 749px) {
  .mb_xs {
    margin-bottom: 12.5px !important;
  }
}
.mb_sm {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 749px) {
  .mb_sm {
    margin-bottom: 20px !important;
  }
}
.mb_md {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 749px) {
  .mb_md {
    margin-bottom: 30px !important;
  }
}
.mb_lg {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 749px) {
  .mb_lg {
    margin-bottom: 40px !important;
  }
}
.mb_xl {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 749px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}
.mb_xxl {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 749px) {
  .mb_xxl {
    margin-bottom: 60px !important;
  }
}
.mb_xxxl {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 749px) {
  .mb_xxxl {
    margin-bottom: 75px !important;
  }
}
.mr_xxxs {
  margin-right: 5px !important;
}

@media screen and (max-width: 749px) {
  .mr_xxxs {
    margin-right: 2.5px !important;
  }
}
.mr_xxs {
  margin-right: 10px !important;
}

@media screen and (max-width: 749px) {
  .mr_xxs {
    margin-right: 5px !important;
  }
}
.mr_xs {
  margin-right: 25px !important;
}

@media screen and (max-width: 749px) {
  .mr_xs {
    margin-right: 12.5px !important;
  }
}
.mr_sm {
  margin-right: 40px !important;
}

@media screen and (max-width: 749px) {
  .mr_sm {
    margin-right: 20px !important;
  }
}
.mr_md {
  margin-right: 60px !important;
}

@media screen and (max-width: 749px) {
  .mr_md {
    margin-right: 30px !important;
  }
}
.mr_lg {
  margin-right: 80px !important;
}

@media screen and (max-width: 749px) {
  .mr_lg {
    margin-right: 40px !important;
  }
}
.mr_xl {
  margin-right: 100px !important;
}

@media screen and (max-width: 749px) {
  .mr_xl {
    margin-right: 50px !important;
  }
}
.mr_xxl {
  margin-right: 120px !important;
}

@media screen and (max-width: 749px) {
  .mr_xxl {
    margin-right: 60px !important;
  }
}
.mr_xxxl {
  margin-right: 150px !important;
}

@media screen and (max-width: 749px) {
  .mr_xxxl {
    margin-right: 75px !important;
  }
}
.ml_xxs {
  margin-left: 10px !important;
}

@media screen and (max-width: 749px) {
  .ml_xxs {
    margin-left: 5px !important;
  }
}
.ml_xs {
  margin-left: 25px !important;
}

@media screen and (max-width: 749px) {
  .ml_xs {
    margin-left: 12.5px !important;
  }
}
.ml_sm {
  margin-left: 40px !important;
}

@media screen and (max-width: 749px) {
  .ml_sm {
    margin-left: 20px !important;
  }
}
.ml_md {
  margin-left: 60px !important;
}

@media screen and (max-width: 749px) {
  .ml_md {
    margin-left: 30px !important;
  }
}
.ml_lg {
  margin-left: 80px !important;
}

@media screen and (max-width: 749px) {
  .ml_lg {
    margin-left: 40px !important;
  }
}
.ml_xl {
  margin-left: 100px !important;
}

@media screen and (max-width: 749px) {
  .ml_xl {
    margin-left: 50px !important;
  }
}
.ml_xxl {
  margin-left: 120px !important;
}

@media screen and (max-width: 749px) {
  .ml_xxl {
    margin-left: 60px !important;
  }
}
.ml_xxxl {
  margin-left: 150px !important;
}

@media screen and (max-width: 749px) {
  .ml_xxxl {
    margin-left: 75px !important;
  }
}
.m0 {
  margin: 0;
}

.m_A {
  margin: auto;
}

.mt_A {
  margin-top: auto;
}

.mb_A {
  margin-bottom: auto;
}

.mr_A {
  margin-right: auto;
}

.ml_A {
  margin-left: auto;
}

.m_x_A {
  margin-right: auto;
  margin-left: auto;
}

.m_y_A {
  margin-top: auto;
  margin-bottom: auto;
}

.gap_xxs {
  gap: 10px !important;
}

@media screen and (max-width: 749px) {
  .gap_xxs {
    gap: 5px !important;
  }
}
.gap_xs {
  gap: 25px !important;
}

@media screen and (max-width: 749px) {
  .gap_xs {
    gap: 12.5px !important;
  }
}
.gap_sm {
  gap: 40px !important;
}

@media screen and (max-width: 749px) {
  .gap_sm {
    gap: 20px !important;
  }
}
.gap_md {
  gap: 60px !important;
}

@media screen and (max-width: 749px) {
  .gap_md {
    gap: 30px !important;
  }
}
.gap_lg {
  gap: 80px !important;
}

@media screen and (max-width: 749px) {
  .gap_lg {
    gap: 40px !important;
  }
}
.gap_xl {
  gap: 100px !important;
}

@media screen and (max-width: 749px) {
  .gap_xl {
    gap: 50px !important;
  }
}
.gap_xxl {
  gap: 120px !important;
}

@media screen and (max-width: 749px) {
  .gap_xxl {
    gap: 60px !important;
  }
}
.gap_xxxl {
  gap: 150px !important;
}

@media screen and (max-width: 749px) {
  .gap_xxxl {
    gap: 75px !important;
  }
}
.pc {
  display: block;
}

.pc_inlineB {
  display: inline-block;
}

.sp,
.sp_f .sp_il {
  display: none !important;
}

.op0 {
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  .sp_f {
    display: flex !important;
  }
  .to_inline {
    display: inline-block !important;
  }
  .to_clm {
    flex-direction: column !important;
  }
  .to_clmR {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .clm_to_row {
    flex-direction: row !important;
  }
  .clm_to_row_r {
    flex-direction: row-reverse !important;
  }
  .to_x_start {
    justify-content: start !important;
  }
  .to_x_end {
    justify-content: end !important;
  }
  .to_y_start {
    align-items: start !important;
  }
  .to_y_end {
    align-items: end !important;
  }
  .to_w100p {
    width: 100% !important;
    box-sizing: border-box;
  }
  .to_op1 {
    opacity: 1;
  }
  .to_op0 {
    opacity: 0;
  }
  .to_txt_c {
    text-align: center;
  }
  .to_m0 {
    margin: 0;
  }
  .to_mA {
    margin: auto !important;
  }
  .absolute__wrap {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
} 

/*# sourceMappingURL=style.css.map */
