@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("./font/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: "Noto Sans JP", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 560px ) {
  body { /*SP*/
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}

html.admin-bar.lenis {
  margin-top: 0 !important;
}

#wrap {
  font-size: 100%;
  color: #2E302E;
  background: #f9f8f3;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.facilities-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(20px, 1.67vw, 32px) 1fr clamp(20px, 1.67vw, 32px) 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.67vw, 32px);
  width: 100%;
  max-width: 1420px;
  padding: 0 0 6px;
}
@media all and (max-width: 980px) {
  .facilities-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 560px) {
  .facilities-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.facilities-list > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 16px;
  -webkit-box-shadow: 6px 6px 5px #f3f4f5;
          box-shadow: 6px 6px 5px #f3f4f5;
}
.facilities-list > a:hover .facility {
  scale: 1.1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.facilities-list > a > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 1;
      flex-grow: 1;
  border-radius: 0 0 16px 16px;
}
.facilities-list > a > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.facilities-list > a > dl dt .facility {
  position: relative;
  width: 100%;
  height: clamp(220px, 17.53vw, 334px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 560px) {
  .facilities-list > a > dl dt .facility {
    height: 240px;
  }
}
.facilities-list > a > dl dt img {
  margin: 0 !important;
}
.facilities-list > a > dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(20px, 1.67vw, 32px);
  padding: clamp(20px, 1.67vw, 32px);
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
  z-index: 1000;
}
@media all and (max-width: 560px) {
  .facilities-list > a > dl dd {
    padding: 20px 16px;
  }
}
.facilities-list > a > dl dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}
.facilities-list > a > dl dd > div:first-child {
  font-weight: 700;
  color: #000000;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: clamp(26px, 1.57vw, 30px);
  white-space: nowrap;
}
@media all and (max-width: 560px) {
  .facilities-list > a > dl dd > div:first-child {
    white-space: normal;
  }
}
.facilities-list > a > dl dd > div:last-child {
  font-weight: 700;
  color: #000000;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: clamp(22px, 1.26vw, 24px);
}
.facilities-list .top-5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(180px, 18.21vw, 347px);
  height: auto;
  aspect-ratio: 1.97;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 980px) {
  .facilities-list .top-5 {
    width: clamp(140px, 20.4vw, 200px);
  }
}
@media all and (max-width: 560px) {
  .facilities-list .top-5 {
    width: 120px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 560px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 5%;
}

.free2 > dt {
  float: right;
  margin-left: 5%;
}

.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 560px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 4%;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box2 > div {
  width: 48%;
}
.panel_box.box3 > div {
  width: 31.3%;
}
.panel_box.box4 > div {
  width: 23%;
}
@media screen and (max-width: 560px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 div, .panel_box.box3 div, .panel_box.box4 div {
    width: 100%;
  }
}

.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*リンクアイコン----------------------*/
a:not(:has(img))[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  color: #fff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c1";
  color: #ff0000;
  margin-left: 5px;
}
a:not(:has(img))[href*=".doc"]:after, a:not(:has(img))[href*=".docx"]:after, a:not(:has(img))[href*=".rtf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c2";
  color: #007eff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".xls"]:after, a:not(:has(img))[href*=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c3";
  color: #55ad00;
  margin-left: 5px;
}
a:not(:has(img))[href*=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c6";
  color: #9c9c9c;
  margin-left: 5px;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*フッター固定用css*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
  	overflow: auto;
  */
}

#wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body > #wrap {
  height: auto;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

div#content {
  margin: 0 auto;
  line-height: 1.5;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  line-height: 18px;
  margin-bottom: 20px;
  width: auto !important;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #333;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
@media all and (min-width: 981px) {
  #top_hed.custom .top .key-menu .logo {
    opacity: 0;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  #top_hed.custom .top .key-menu .logo .logo-inner {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  #top_hed.custom .top .key-menu .side-nav li {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(8) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #top_hed.custom .top .key-menu .side-nav li:nth-child(9) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  #top_hed.custom .top .key-area .first-img-box {
    opacity: 0;
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
    transition: opacity 0.8s ease, transform 1.4s ease;
    transition: opacity 0.8s ease, transform 1.4s ease, -webkit-transform 1.4s ease;
  }
  #top_hed.custom .top .key-area .first-img-box .first-view-img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    -webkit-transition: -webkit-transform 1.4s ease;
    transition: -webkit-transform 1.4s ease;
    transition: transform 1.4s ease;
    transition: transform 1.4s ease, -webkit-transform 1.4s ease;
  }
  #top_hed.custom .top .key-area .key-message-area .message-box {
    opacity: 0;
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  #top_hed.custom .top .key-area .key-message-area .message-box:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #top_hed.custom .top .key-area .key-message-area .message-box:nth-child(2) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  #top_hed.custom .top .key-area:before {
    opacity: 0;
    -webkit-transform: translateX(-40px) rotate(-4deg);
            transform: translateX(-40px) rotate(-4deg);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.3s ease 0.12s;
    transition: opacity 0.8s ease, -webkit-transform 1.3s ease 0.12s;
    transition: opacity 0.8s ease, transform 1.3s ease 0.12s;
    transition: opacity 0.8s ease, transform 1.3s ease 0.12s, -webkit-transform 1.3s ease 0.12s;
  }
  #top_hed.custom .top .key-area:after {
    opacity: 0;
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
    -webkit-transition: opacity 0.8s ease 0.24s;
    transition: opacity 0.8s ease 0.24s;
  }
  #top_hed.custom .top-nav .nav-area > ul li {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease, -webkit-transform 1s ease;
  }
  #top_hed.custom .top-nav .nav-area > ul li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  #top_hed.custom .top-nav .nav-area > ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #top_hed.custom .top-nav .nav-area > ul li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  #top_hed.custom .top-nav .nav-area .button-ham {
    opacity: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    -webkit-transition: opacity 0.8s ease 0.18s, -webkit-transform 1.1s ease 0.18s;
    transition: opacity 0.8s ease 0.18s, -webkit-transform 1.1s ease 0.18s;
    transition: opacity 0.8s ease 0.18s, transform 1.1s ease 0.18s;
    transition: opacity 0.8s ease 0.18s, transform 1.1s ease 0.18s, -webkit-transform 1.1s ease 0.18s;
  }
  #top_hed.custom .top-nav .btn-link-area .btn,
  #top_hed.custom .top-nav .btn-link-area .sns {
    opacity: 0;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease, -webkit-transform 1s ease;
  }
  #top_hed.custom .top-nav .btn-link-area .btn:nth-child(1),
  #top_hed.custom .top-nav .btn-link-area .sns:nth-child(1) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  #top_hed.custom .top-nav .btn-link-area .btn:nth-child(2),
  #top_hed.custom .top-nav .btn-link-area .sns:nth-child(2) {
    -webkit-transition-delay: 0.18s;
            transition-delay: 0.18s;
  }
  #top_hed.custom .top-nav .btn-link-area .btn:nth-child(3),
  #top_hed.custom .top-nav .btn-link-area .sns:nth-child(3) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #top_hed.custom.effect .top .key-menu .logo {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #top_hed.custom.effect .top .key-menu .logo .logo-inner {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #top_hed.custom.effect .top .key-menu .side-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #top_hed.custom.effect .top .key-area .first-img-box {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #top_hed.custom.effect .top .key-area .first-img-box .first-view-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #top_hed.custom.effect .top .key-area .key-message-area .message-box {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #top_hed.custom.effect .top .key-area:before {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  #top_hed.custom.effect .top .key-area:after {
    opacity: 1;
  }
  #top_hed.custom.effect .top-nav .nav-area > ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #top_hed.custom.effect .top-nav .nav-area .button-ham {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #top_hed.custom.effect .top-nav .btn-link-area .btn,
  #top_hed.custom.effect .top-nav .btn-link-area .sns {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#top_hed .top .key-menu .side-nav li a {
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#top_hed .top .key-menu .side-nav li a:before {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
#top_hed .top-nav .nav-area > ul li a {
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}
#top_hed .top-nav .nav-area > ul li a:hover {
  opacity: 0.7;
}
#top_hed .top-nav #ham > ul li a {
  -webkit-transition: color 0.3s ease, padding-left 0.35s ease, background-size 0.35s ease;
  transition: color 0.3s ease, padding-left 0.35s ease, background-size 0.35s ease;
}
#top_hed .top-nav #ham > ul li a:hover {
  color: #ec6b61;
  padding-left: 0.5rem;
  background-size: 8px 1px;
}
#top_hed .top-nav .btn-link-area .btn,
#top_hed .top-nav .btn-link-area .sns {
  -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: background-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}
#top_hed .top-nav .btn-link-area .btn:hover,
#top_hed .top-nav .btn-link-area .sns:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
#top_hed .top-nav .btn-link-area .btn .img,
#top_hed .top-nav .btn-link-area .btn .icon-blog {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#top_hed .top-nav .btn-link-area .btn:hover .img,
#top_hed .top-nav .btn-link-area .btn:hover .icon-blog {
  -webkit-transform: scale(1.15) rotate(-6deg);
          transform: scale(1.15) rotate(-6deg);
}
#top_hed .top-nav .btn-link-area .sns .instagram {
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
#top_hed .top-nav .btn-link-area .sns:hover .instagram {
  -webkit-transform: rotate(10deg) scale(1.12);
          transform: rotate(10deg) scale(1.12);
}

#top_hed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed {
    overflow-x: visible;
  }
}
#top_hed .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 1905/911;
  }
}
#top_hed .top .key-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(120px, 12.96vw, 140px);
  padding: clamp(60px, 5.88vw, 112px) clamp(24px, 3.14vw, 60px);
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(180px, 18vw, 337px);
          flex: 0 0 clamp(180px, 18vw, 337px);
  width: clamp(180px, 18vw, 337px);
}
@media all and (max-width: 1200px) {
  #top_hed .top .key-menu {
    gap: clamp(64px, 6vw, 247px);
  }
}
@media all and (max-width: 980px) {
  #top_hed .top .key-menu {
    max-width: 100%;
    width: 100%;
    gap: clamp(40px, 8vw, 80px);
    padding: 2%;
    z-index: 10;
    position: absolute;
  }
}
#top_hed .top .key-menu .logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  height: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top .key-menu .logo {
    width: 15%;
    height: auto;
  }
}
#top_hed .top .key-menu .logo .logo-inner {
  display: inline-block;
  width: 100%;
}
#top_hed .top .key-menu .logo .logo-inner .logo-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top .key-menu .logo .logo-inner .logo-image {
    -webkit-filter: invert(99%) sepia(100%) saturate(410%) hue-rotate(217deg) brightness(170%) contrast(100%);
            filter: invert(99%) sepia(100%) saturate(410%) hue-rotate(217deg) brightness(170%) contrast(100%);
  }
}
#top_hed .top .key-menu .logo h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: absolute;
  top: clamp(130px, 8.71vw, 166px);
  left: clamp(0px, 0.42vw, 8px);
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top .key-menu .logo h2 {
    top: clamp(100px, 8.71vw, 166px);
  }
}
#top_hed .top .key-menu .logo h2 > span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 900;
  color: #000000;
  font-size: clamp(10px, 0.73vw, 14px);
  text-align: center;
  letter-spacing: clamp(0.4px, 0.04vw, 0.7px);
  line-height: normal;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed .top .key-menu .logo h2 > span {
    color: #fff;
  }
}
#top_hed .top .key-menu .logo h2 > span .main-name {
  font-size: clamp(16px, 1.47vw, 28px);
  letter-spacing: clamp(0.2px, 0.02vw, 0.39px);
}
#top_hed .top .key-menu .side-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(14px, 1.05vw, 20px);
  position: relative;
}
@media all and (max-width: 980px) {
  #top_hed .top .key-menu .side-nav {
    display: none;
  }
}
#top_hed .top .key-menu .side-nav li {
  position: relative;
  list-style: none;
}
#top_hed .top .key-menu .side-nav li a {
  display: inline-block;
  gap: clamp(10px, 0.84vw, 16px);
  position: relative;
  text-decoration: none;
  margin-top: -1px;
  font-weight: 700;
  color: #000000;
  font-size: clamp(14px, 0.84vw, 16px);
  letter-spacing: 0;
  line-height: clamp(18px, 1.05vw, 20px);
  white-space: nowrap;
  padding-left: 2em;
}
#top_hed .top .key-menu .side-nav li a:hover {
  color: #ec6b61;
}
#top_hed .top .key-menu .side-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  left: 0;
  width: 100%;
  max-width: 24px;
  aspect-ratio: 1/1;
}
#top_hed .top .key-menu .side-nav li:nth-child(1) a:before {
  background: url(../img/menu1.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(2) a:before {
  background: url(../img/menu2.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(3) a:before {
  background: url(../img/menu3.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(4) a:before {
  background: url(../img/menu4.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(5) a:before {
  background: url(../img/menu5.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(6) a:before {
  background: url(../img/menu6.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(7) a:before {
  background: url(../img/menu7.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(8) a:before {
  background: url(../img/menu8.svg) no-repeat;
}
#top_hed .top .key-menu .side-nav li:nth-child(9) a:before {
  background: url(../img/menu9.svg) no-repeat;
}
#top_hed .top .key-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(32px, 3.14vw, 60px);
  padding: clamp(60px, 4vw, 80px) 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  min-width: 0;
}
@media all and (max-width: 980px) {
  #top_hed .top .key-area {
    padding: 0;
    width: 100%;
  }
}
#top_hed .top .key-area .first-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  width: 100%;
  border-radius: clamp(24px, 2.52vw, 48px) 0 0 clamp(24px, 2.52vw, 48px);
  overflow: hidden;
  height: clamp(400px, 41.52vw, 791px);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media all and (max-width: 980px) {
  #top_hed .top .key-area .first-img-box {
    border-radius: 0;
    min-height: 430px;
  }
}
@media all and (max-width: 560px) {
  #top_hed .top .key-area .first-img-box {
    min-height: auto;
    gap: 0;
  }
}
#top_hed .top .key-area .first-img-box img {
  width: 100%;
}
@media screen and (max-width: 560px ) {
  #top_hed .top .key-area .first-img-box img {
    height: 100%;
    width: auto;
  }
}
#top_hed .top .key-area .first-img-box .first-view-img {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
#top_hed .top .key-area .key-message-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: clamp(120px, 13.54vw, 258px);
  left: clamp(20px, 4.57vw, 87px);
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed .top .key-area .key-message-area {
    top: clamp(120px, 18.54vw, 258px);
  }
}
@media screen and (max-width: 560px ) {
  #top_hed .top .key-area .key-message-area {
    top: 20vw;
  }
}
#top_hed .top .key-area .key-message-area .key-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(16px, 1.68vw, 32px);
}
#top_hed .top .key-area .key-message-area .key-message .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(12px, 1.26vw, 24px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  margin-top: -1px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: #000000;
  font-size: clamp(24px, 2.94vw, 56px);
  letter-spacing: clamp(1px, 0.29vw, 5.6px);
  line-height: clamp(28px, 2.94vw, 56px);
  white-space: nowrap;
  margin: 0;
}
@media all and (max-width: 560px) {
  #top_hed .top .key-area .key-message-area .key-message .message-box {
    white-space: normal;
    font-size: clamp(16px, 1.5vw, 56px);
    padding: clamp(8px, 1.26vw, 24px);
  }
}
#top_hed .top .key-area:not(.page-key) .first-img-box {
  -webkit-filter: none;
          filter: none;
}
#top_hed .top .key-area:not(.page-key):before {
  content: "";
  background: url(../img/top_illust01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: clamp(10px, 1.78vw, 34px);
  width: clamp(180px, 22.36vw, 426px);
  height: auto;
  aspect-ratio: 1.29;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  bottom: 0;
}
@media all and (max-width: 980px) {
  #top_hed .top .key-area:not(.page-key):before {
    width: 20vw;
  }
}
#top_hed .top .key-area:not(.page-key):after {
  content: "";
  background: url(../img/top_illust02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: clamp(10px, 2vw, 40px);
  width: clamp(180px, 21.99vw, 419px);
  height: auto;
  aspect-ratio: 1.32;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  bottom: 0;
}
@media all and (max-width: 980px) {
  #top_hed .top .key-area:not(.page-key):after {
    width: 20vw;
  }
}

.page-key-title {
  position: absolute;
  bottom: 50%;
  font-size: 450%;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 560px ) {
  .page-key-title {
    bottom: 20%;
  }
}
.page-key-title h1 {
  white-space: nowrap;
  font-size: clamp(1.8125rem, 0.038rem + 7.27vw, 4.5rem);
}

.breadcrumbs {
  font-weight: bold;
  letter-spacing: 0.1vw;
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #ec6b61;
}
.breadcrumbs span {
  color: #4f4f4f;
}
@media screen and (max-width: 560px ) {
  .breadcrumbs span {
    color: #fff;
  }
}

.top-nav {
  z-index: 10000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  gap: clamp(8px, 0.63vw, 12px);
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .top-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top-nav .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(480px, 33.963vw, 647px);
  gap: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  .top-nav .nav-area {
    gap: clamp(12px, 2.1vw, 40px);
  }
}
.top-nav .nav-area > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: clamp(16px, 1.68vw, 32px);
}
@media screen and (max-width: 560px ) {
  .top-nav .nav-area > ul {
    display: none;
  }
}
.top-nav .nav-area > ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
}
.top-nav .nav-area > ul li a {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  font-size: clamp(12px, 0.735vw, 14px);
  line-height: 1.5;
  white-space: nowrap;
}
.top-nav .nav-area > ul li a:hover {
  color: #ec6b61;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .top-nav .nav-area > ul li a {
    color: #fff;
  }
}
.top-nav .nav-area .button-ham {
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: clamp(64px, 4.199vw, 80px);
  gap: 4px;
  padding: clamp(12px, 0.84vw, 16px) clamp(8px, 0.472vw, 9px) clamp(18px, 1.26vw, 24px) clamp(14px, 0.997vw, 19px);
  background-color: #ec6b61;
  border-radius: 0 0 0 clamp(32px, 2.52vw, 48px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: clamp(64px, 4.199vw, 80px);
  height: clamp(64px, 4.199vw, 80px);
}
.top-nav .nav-area .button-ham .img {
  width: clamp(20px, 1.26vw, 24px);
  height: auto;
}
.top-nav .nav-area .button-ham span {
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 1;
  white-space: nowrap;
}
.top-nav #ham {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  background: #fff;
  width: 45%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .top-nav #ham {
    width: 100%;
  }
}
.top-nav #ham > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 15%;
  padding: 10%;
}
.top-nav #ham > ul li a {
  min-width: 200px;
  padding: 1.25rem 0;
  display: block;
  background: linear-gradient(to right, #929292, #929292 1px, transparent 1px, transparent 3px) left bottom/4px 1px repeat-x;
  padding-right: 1rem;
  position: relative;
  font-size: clamp(12px, 0.735vw, 14px);
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 700;
}
.top-nav #ham.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.top-nav #ham .ham_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: clamp(64px, 4.199vw, 80px);
  height: clamp(64px, 4.199vw, 80px);
  padding: clamp(12px, 0.84vw, 16px) clamp(8px, 0.472vw, 9px) clamp(18px, 1.26vw, 24px) clamp(14px, 0.997vw, 19px);
  background-color: #ec6b61;
  border-radius: 0 0 0 clamp(32px, 2.52vw, 48px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-nav #ham .ham_close span {
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 1;
  white-space: nowrap;
}
.top-nav .btn-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: clamp(72px, 4.829vw, 92px);
  right: 0;
  width: clamp(280px, 19.003vw, 362px);
  gap: 8px;
  padding: 0 clamp(8px, 0.63vw, 12px);
}
@media screen and (max-width: 560px ), screen and (max-width: 980px ) and (min-width: 561px ) {
  .top-nav .btn-link-area {
    display: none;
  }
}
.top-nav .btn-link-area .btn {
  background-color: #ffffff;
  border-radius: 16px;
}
.top-nav .btn-link-area .btn:nth-child(1) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 8px;
  padding: clamp(6px, 0.367vw, 7px) clamp(10px, 0.63vw, 12px);
}
@media screen and (max-width: 560px ) {
  .top-nav .btn-link-area .btn:nth-child(1) {
    padding: 8px;
  }
}
.top-nav .btn-link-area .btn:nth-child(1) .img {
  width: 16px;
  height: 16px;
}
.top-nav .btn-link-area .btn:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  gap: 10px;
  padding: clamp(7px, 0.472vw, 9px) clamp(10px, 0.63vw, 12px);
}
@media screen and (max-width: 560px ) {
  .top-nav .btn-link-area .btn:nth-child(2) {
    padding: 8px;
  }
}
.top-nav .btn-link-area .btn:nth-child(2) .icon-blog {
  position: relative;
  width: 16px;
  height: 12.25px;
}
.top-nav .btn-link-area .btn span {
  font-weight: 900;
  color: #000000;
  font-size: clamp(10px, 0.63vw, 12px);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 560px ) {
  .top-nav .btn-link-area .btn span {
    display: none;
  }
}
.top-nav .btn-link-area .sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
.top-nav .btn-link-area .sns .instagram {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
/*#main_box {
  width: 560px;
  background: #ffff00;
}*/
#side {
  width: 300px;
  background: #ff00ff;
}

/* アニメーション */
@media all and (min-width: 981px) {
  .up.custom {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease;
    transition: opacity 0.8s ease, transform 1.1s ease, -webkit-transform 1.1s ease;
  }
  .up.custom .p-up-img {
    opacity: 0;
    -webkit-transform: scale(0.88) rotate(-8deg);
            transform: scale(0.88) rotate(-8deg);
    -webkit-transition: opacity 0.8s ease 0.08s, -webkit-transform 1.3s ease 0.08s;
    transition: opacity 0.8s ease 0.08s, -webkit-transform 1.3s ease 0.08s;
    transition: opacity 0.8s ease 0.08s, transform 1.3s ease 0.08s;
    transition: opacity 0.8s ease 0.08s, transform 1.3s ease 0.08s, -webkit-transform 1.3s ease 0.08s;
  }
  .up.custom.effect {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .up.custom.effect .p-up-img {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
/* ホバーアニメーション */
/*.up {
  >a {
    transition: transform 0.3s ease;

    .p-up-img {
      transition:
        transform 0.3s ease,
        filter 0.3s ease;
    }

    &:hover {
      transform: translateY(-6px);

      .p-up-img {
        transform: scale(1.08);
        filter: brightness(1.08);
      }
    }
  }
}*/
.up {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  right: clamp(16px, 1.26vw, 24px);
  bottom: clamp(16px, 1.26vw, 24px);
  z-index: 100;
  gap: 10px;
}
.up .p-up-img {
  position: relative;
  width: clamp(64px, 5.249vw, 100px);
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 560px) {
  .up {
    right: 12px;
    bottom: 12px;
  }
  .up .p-up-img {
    width: 64px;
  }
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
/* アニメーション */
@media all and (min-width: 981px) {
  .footer.custom {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease;
    transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  .footer.custom .footer-inner .logo-2 {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: opacity 0.8s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, transform 1.1s ease 0.05s;
    transition: opacity 0.8s ease 0.05s, transform 1.1s ease 0.05s, -webkit-transform 1.1s ease 0.05s;
  }
  .footer.custom .footer-inner .address {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: opacity 0.8s ease 0.1s, -webkit-transform 1.1s ease 0.1s;
    transition: opacity 0.8s ease 0.1s, -webkit-transform 1.1s ease 0.1s;
    transition: opacity 0.8s ease 0.1s, transform 1.1s ease 0.1s;
    transition: opacity 0.8s ease 0.1s, transform 1.1s ease 0.1s, -webkit-transform 1.1s ease 0.1s;
  }
  .footer.custom .footer-inner .footer-nav {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
    -webkit-transition: opacity 0.8s ease 0.15s, -webkit-transform 1.2s ease 0.15s;
    transition: opacity 0.8s ease 0.15s, -webkit-transform 1.2s ease 0.15s;
    transition: opacity 0.8s ease 0.15s, transform 1.2s ease 0.15s;
    transition: opacity 0.8s ease 0.15s, transform 1.2s ease 0.15s, -webkit-transform 1.2s ease 0.15s;
  }
  .footer.custom .footer-inner .footer-nav li {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, -webkit-transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease;
    transition: opacity 0.8s ease, transform 1s ease, -webkit-transform 1s ease;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(4) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .footer.custom .footer-inner .footer-nav li:nth-child(6) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .footer.custom .footer-inner .copyright {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 1s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, -webkit-transform 1s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 0.8s ease 0.3s, transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  }
  .footer.custom.effect {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .footer.custom.effect .footer-inner .logo-2,
  .footer.custom.effect .footer-inner .address,
  .footer.custom.effect .footer-inner .footer-nav,
  .footer.custom.effect .footer-inner .footer-nav li,
  .footer.custom.effect .footer-inner .copyright {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ホバーアニメーション */
/*.footer {
  .footer-inner {
    .footer-nav {
      li {
        >a {
          transition:
            color 0.3s ease,
            opacity 0.3s ease,
            transform 0.3s ease;

          &:hover {
            opacity: 0.8;
            transform: translateY(-2px);
          }
        }
      }
    }
  }
}*/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
  padding: clamp(80px, 6.299vw, 120px) clamp(16px, 1.26vw, 24px) clamp(24px, 2.1vw, 40px);
  background: url(../img/line.png) repeat-x;
  background-size: 25%;
  background-position: center top;
}
.footer .footer-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: clamp(40px, 3.307vw, 63px);
}
.footer .footer-inner .logo-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: clamp(16px, 1.312vw, 25px);
}
.footer .footer-inner .logo-2 .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-inner .logo-2 .logo-3 {
  position: relative;
  width: clamp(160px, 11.391vw, 217px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-inner .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-inner .address > div {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 400;
  color: #000000;
  font-size: clamp(11px, 0.63vw, 12px);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.footer .footer-inner .address .copyright {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 700;
  color: #000000;
  font-size: clamp(10px, 0.63vw, 12px);
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.footer .footer-inner .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(12px, 1.05vw, 20px);
}
.footer .footer-inner .footer-nav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 clamp(10px, 0.84vw, 16px) 0 0;
  border-right: 1px solid #cccccc;
}
.footer .footer-inner .footer-nav li > a {
  font-weight: 700;
  color: #000000;
  font-size: clamp(14px, 0.84vw, 16px);
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.footer .footer-inner .footer-nav li > a:hover {
  color: #ec6b61;
}
@media all and (max-width: 980px) {
  .footer {
    padding: clamp(64px, 8.163vw, 80px) clamp(16px, 2.448vw, 24px) clamp(24px, 4.081vw, 40px);
  }
  .footer .footer-inner {
    gap: clamp(32px, 4.897vw, 48px);
  }
  .footer .footer-inner .logo-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-inner .logo-2 h2 > span span {
    font-size: clamp(16px, 2.448vw, 24px);
  }
  .footer .footer-inner .footer-nav {
    gap: 16px;
  }
  .footer .footer-inner .footer-nav a {
    padding-right: 12px;
  }
}
@media all and (max-width: 560px) {
  .footer {
    padding: clamp(48px, 11.429vw, 64px) 16px 24px;
  }
  .footer .footer-inner {
    width: 100%;
    gap: 32px;
  }
  .footer .footer-inner .logo-2 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-inner .logo-2 .logo-3 {
    width: clamp(140px, 25vw, 200px);
  }
  .footer .footer-inner .logo-2 h2 > span span {
    font-size: clamp(16px, 4.286vw, 20px);
  }
  .footer .footer-inner .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 560px) and (max-width: 560px ) {
  .footer .footer-inner .footer-nav {
    display: none;
  }
}
@media all and (max-width: 560px) {
  .footer .footer-inner .footer-nav a {
    padding-right: 0;
    border-right: none;
    font-size: clamp(14px, 4.286vw, 18px);
  }
  .footer .footer-inner .copyright {
    white-space: normal;
    margin: 0;
  }
}

