@charset "utf-8";
:root {
  --vw: 1vw;
  --media_sp: 768; /* VW計算用 calc(vw / var(--media_sp)) */
  --media_sp_inner: calc((688 / var(--media_sp)) * 100vw);
  /* --grid_pc_col: 200px 1fr 200px; */
  --grid_pc_col: min(calc((100% - 1280px) / 2),200px) calc(100% - min(calc((100% - 1280px)),400px)) min(calc((100% - 1280px) / 2),200px);
  --grid_pc_col: clamp(0px, ( 100% - 1280px) / 2, 200px) minmax(1280px, 1fr) clamp(0px, ( 100% - 1280px) / 2, 200px);
  --grid_note_col: 1fr 1280px 1fr;
  --grid_sp_col: 1fr var(--media_sp_inner) 1fr;
}
html {
  overflow-y: scroll;
}
body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN",
    "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt" 1;
}
a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0;
  line-height: 1;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.head-logo.wh {
  display: none;
}
img {
  /* display: block; */
  width: 100%;
  height: auto;
  image-rendering:auto;
}
picture {
  display: block;
  font-size: 0;
}

p, span {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN",
    "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}
span {
  font-size: inherit;
  letter-spacing: inherit;
}
.trajan {
  font-family: "TrajanPro-Regular";
}
figcaption,
.cap {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN",
    "Yu Mincho", YuMincho, serif;
  font-weight: 500;
}
figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  figcaption {
    font-size: calc(20 / var(--media_sp) * 100vw);
  }
}
.sp {
  display: none;
}
@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}

#container {
  position: relative;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  transition: background-color 0.5s ease-in-out 0s;
}
#header.scroll_active {
  background-color: #fff;
}
#header .head-logo {
  position: relative;
  width: 400px;
  margin: 35px 40px;
  font-size: 0;
  pointer-events: auto;
}
#header .head-logo.wh {
  display: none;
}
@media all and (max-width: 768px) {
  #header {
    height: fit-content;
  }
  #header .head-logo {
    width: calc((400 / var(--media_sp)) * 100vw);
    margin: calc((40 / var(--media_sp)) * 100vw);
  }
}

.head-menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 9999;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .head-btn {
    position: fixed;
    top: 30px;
    /* right: 449px; */
    right: 279px;
    width: 160px;
    height: 40px;
    text-align: center;
    background: linear-gradient(
      -30deg,
      rgb(63, 61, 107) 20%,
      rgb(70, 96, 152) 80%
    );
  }
  /* .head-btn:nth-of-type(2) {
    right: 109px;
    background: linear-gradient(
      270deg,
      rgb(154, 121, 85) 0%,
      rgb(162, 128, 90) 48%,
      rgb(203, 174, 131) 100%
    );
  } */
  .head-btn:nth-of-type(2) {
    right: 109px;
    background: linear-gradient(270deg, #7c3f60 20%, #be5973 80%);
  }
  /* .head-btn:nth-of-type(3) {
    right: 109px;
    background: linear-gradient(
      270deg,
      rgb(154, 121, 85) 0%,
      rgb(162, 128, 90) 48%,
      rgb(203, 174, 131) 100%
    );
  } */
  .head-btn p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: -0.05em;
  }
  .head-menu {
    top: 36px;
    right: 35px;
    width: 44px;
    height: 26px;
  }
  .head-menu::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -45px;
    left: -15px;
    width: 74px;
    height: 74px;
    border-radius: 40px;
    z-index: -1;
  }
  .head-menu.active {
    right: 37px;
    width: 33px;
    height: 33px;
  }
}

@media screen and (max-width: 1100px) {
  .head-btn {
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .head-menu {
    top: calc((41 / var(--media_sp)) * 100vw);
    right: calc((40 / var(--media_sp)) * 100vw);
    width: calc((44 / var(--media_sp)) * 100vw);
    height: calc((26 / var(--media_sp)) * 100vw);
  }
  .head-menu::before {
    top: -3.255vw;
    left: -3.255vw;
    width: 11.589vw;
    height: 11.589vw;
    border-radius: 8vw;
    z-index: -1;
  }
  .head-menu.active {
    right: 5.729vw;
    width: 4.557vw;
    height: 4.557vw;
  }
  .head-menu.active::before {
    left: -3.906vw;
  }
}

.head-menu__line {
  width: 100%;
  height: 2px;
  position: relative;
}
.head-menu__line:nth-of-type(1) {
  transform-origin: top left;
  transition: 0.3s;
}
.head-menu__line.attn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 10.29px;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  /* background-color: #c81414; */
  /* background-color: #c00b00; */
  background-color: #ff0000;
  z-index: 1;
}

.head-menu.active .head-menu__line.attn::before {
  content: none;
}

.head-menu__line:nth-of-type(2) {
  transform-origin: right center;
  transition: 0.3s;
}
.head-menu__line:nth-of-type(3) {
  transform-origin: bottom left;
  transition: 0.3s;
}

.head-menu.active .head-menu__line:nth-of-type(1) {
  transform: rotate(45deg) scale(1.3, 1.3);
}
.head-menu.active .head-menu__line:nth-of-type(2) {
  transform: scale(0, 1);
}
.head-menu.active .head-menu__line:nth-of-type(3) {
  transform: rotate(-45deg) scale(1.3, 1.3);
}
.head-menu:focus:not(:focus-visible) {
  outline: 0;
}
.head-menu__line {
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-menu.active .head-menu__line {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .head-menu__line.attn::before {
    right: -0.651vw;
    width: 1.339vw;
  }
}

#menu {
  height: 100vh;
  left: 0;
  overflow: scroll;
  scrollbar-gutter: stable;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  pointer-events: auto;
}
#menu.active {
  visibility: visible;
}
#menu .head-logo,
#menu .menu-inner {
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
#menu.active .head-logo,
#menu.active .menu-inner {
  opacity: 1;
  -webkit-transition: 0.3s 0.28s;
  transition: 0.3s 0.28s;
  visibility: visible;
}
#menu .head-logo {
  position: absolute;
  top: 0;
  left: 0;
}
#menu .head-logo img {
  opacity: 1 !important;
}
#menu .menu-inner {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#menu .menu-listGroup {
  width: min(100%, 771px);
  margin: auto;
}

#menu .menu-list {
  margin-top: 2px;
  display: grid;
  grid-template-columns: 373px 560px;
  grid-template-rows: repeat(6, 1fr);
  gap: 46px 76px;
}

#menu .menu-list .menu-list__item {
  position: relative;
}
#menu .menu-list .menu-list__item:nth-child(n + 1) {
  grid-column: 1 / 2;
}
#menu .menu-list .menu-list__item:nth-child(n + 7) {
  grid-column: 2 / 3;
}
#menu .menu-list .menu-list__item:nth-child(7) {
  grid-row: 1 / 2;
}
#menu .menu-list .menu-list__item:nth-child(8) {
  grid-row: 2 / 3;
}
#menu .menu-list .menu-list__item:nth-child(9) {
  grid-row: 3 / 4;
}
#menu .menu-list .menu-list__item:nth-child(10) {
  grid-row: 4 / 5;
}
#menu .menu-list .menu-list__item:nth-child(11) {
  grid-row: 5 / 6;
}
#menu .menu-list .menu-list__item:nth-child(12) {
  grid-row: 6 / 7;
}

#menu .menu-list .menu-list__item a {
  display: block;
  font-size: 42px;
  letter-spacing: -0.01em;
  font-weight: 700;
  /* color: #6a6a9e; */
  color: #fff;
  font-family: "TrajanPro-Regular";
}

#menu .menu-list .menu-list__item .menu_small .ls {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

#menu .menu-list__item.new::before {
  content: "NEW";
  position: absolute;
  top: -1px;
  left: -45px;

  font-size: 9px;
  font-family: "TrajanPro-Regular";
  color: #fff;
  text-align: center;

  /* border: #fff 1px solid; */
  background-color: #c00b00;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;

  pointer-events: none;
}

#menu .menu-list__item.soon a {
  pointer-events: none;
  opacity: 0.2;
}

#menu .menu-list__item .menu_small {
  font-size: 15px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN",
    "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  margin-left: 15px;
  letter-spacing: -0.06em;
}

#menu .menu-list__item:nth-of-type(8) .ls {
  font-size: 15px;
  letter-spacing: -0.13em;
  animation: none;
}

#menu .menu-list__item:nth-of-type(11) .menu-list__link {
  letter-spacing: -0.045em;
}
#menu .menu-list__item:nth-of-type(11) .menu_small {
  font-size: 15px;
  letter-spacing: -0.085em;
  animation: none;
}

#menu .menu-btn {
  margin-top: 72px;
  width: 771px;
  display: flex;
  justify-content: space-between;
}
#menu .menu-btn .menu-btn__item {
  width: 370px;
  height: 60px;
  text-align: center;
}
#menu .menu-btn .menu-btn__item a {
  display: block;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #8bc2d5;
  background-color: #fff;
  border-radius: 31.5px;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  box-sizing: border-box;
}
#menu .menu-btn .menu-btn__item.ent a {
  color: #fff;
  background: linear-gradient(270deg, #7571b1 0%, #3b66c3 100%);
}
#menu .menu-btn .menu-btn__item.res a {
  color: #fff;
  background: linear-gradient(270deg, #7c3f60 20%, #be5973 80%);
}
#menu .menu-btn .menu-btn__item.lim a {
  color: #fff;
  background: linear-gradient(
    270deg,
    rgb(154, 121, 85) 0%,
    rgb(162, 128, 90) 48%,
    rgb(203, 174, 131) 100%
  );
}
#menu .menu-btn .menu-btn__item.soon a {
  opacity: 0.5;
  pointer-events: none;
}
#menu .menu-btn .menu-btn__item a span {
  display: inline-block;
  position: absolute;
  top: 43%;
  right: 29px;
  width: 15px;
  height: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#menu .menu-btn .menu-btn__item.res a span,
#menu .menu-btn .menu-btn__item.res a span::after,
#menu .menu-btn .menu-btn__item.lim a span,
#menu .menu-btn .menu-btn__item.lim a span::after {
  border-top: 2px solid #fff;
}

.menu-list__bg {
  user-select: none;
  background-color: #282837;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}
.menu-list__bg {
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(
    0.46,
    0.1,
    0.29,
    1
  ) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.menu.active .menu-list__bg {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width:769px) {
  
}
@media (max-width: 768px) {
  #menu {
    height: 100svh;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #menu::-webkit-scrollbar {
    display: none;
  }
  #menu .menu-inner {
    width: 100vw;
    height: 100vh;
    align-items: flex-start;
  }
  #menu .menu-listGroup {
    width: 100%;
    display: block;
    padding: 20% 0;
  }
  #menu .menu-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: calc((9 / var(--media_sp)) * 100vw) 0;
  }
  #menu .menu-list .menu-list__item {
    width: 100%;
    padding-left: calc((18 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list .menu-list__item:nth-child(n + 7) {
    grid-column: 1 / 2;
  }
  #menu .menu-list .menu-list__item:nth-child(7),
  #menu .menu-list .menu-list__item:nth-child(8),
  #menu .menu-list .menu-list__item:nth-child(9),
  #menu .menu-list .menu-list__item:nth-child(10),
  #menu .menu-list .menu-list__item:nth-child(11),
  #menu .menu-list .menu-list__item:nth-child(12) {
    grid-row: auto;
  }
  #menu .menu-list .menu-list__item a {
    font-size: calc((60 / var(--media_sp)) * 100vw);
    box-sizing: border-box;
  }
  #menu .menu-list .menu-list__item.zeh a {
    line-height: 1.25;
  }
  #menu .menu-list__item.new::before {
    top: calc((26 / var(--media_sp)) * 100vw);
    left: calc((-50 / var(--media_sp)) * 100vw);
    width: calc((48 / var(--media_sp)) * 100vw);
    height: calc((48 / var(--media_sp)) * 100vw);
    line-height: calc((54 / var(--media_sp)) * 100vw);
    font-size: calc((14 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list__item.zeh.new::before {
    top: calc((34 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list__item a {
    padding: 3.733vw 0;
  }
  #menu .menu-list__item .menu_small {
    font-size: calc((22 / var(--media_sp)) * 100vw);
    margin-left: calc((21 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list__item:nth-of-type(11) .menu_small {
    font-size: calc((22 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list__item:nth-of-type(8) .ls {
    font-size: calc((22 / var(--media_sp)) * 100vw);
  }
  #menu .menu-list__item a span {
    font-size: 0;
  }

  #menu .menu-btn {
    display: block;
    width: calc((540 / var(--media_sp)) * 100vw);
    margin: calc((40 / var(--media_sp)) * 100vw) auto 0;
  }
  #menu .menu-btn .menu-btn__item {
    width: 100%;
    height: calc((90 / var(--media_sp)) * 100vw);
    margin-bottom: calc((20 / var(--media_sp)) * 100vw);
  }
  #menu .menu-btn .menu-btn__item a {
    font-size: calc((28 / var(--media_sp)) * 100vw);
    line-height: calc((90 / var(--media_sp)) * 100vw);
    border-radius: 50px;
  }
  #menu .menu-btn .menu-btn__item a span,
  #menu .menu-btn .menu-btn__item.lim a span {
    top: calc((38 / var(--media_sp)) * 100vw);
    right: calc((45 / var(--media_sp)) * 100vw);
    width: calc((15 / var(--media_sp)) * 100vw);
    height: calc((15 / var(--media_sp)) * 100vw);
    border-top: calc((2 / var(--media_sp)) * 100vw) solid #fff;
    border-right: calc((2 / var(--media_sp)) * 100vw) solid #fff;
    transform: rotate(45deg);
  }
}

.captionArea {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  padding: 75px 20px 0;
  z-index: 2;
}
.captionArea .caption {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
@media (min-width:769px) {
  .captionArea {
  min-width: 1366px;
  }
}
@media all and (max-width: 768px) {
  .captionArea {
    padding: calc((34 / var(--media_sp)) * 100vw) 0 0;
  }
  .captionArea .caption {
    max-width: 89.583%;
    padding: 0;
    font-size: calc((20 / var(--media_sp)) * 100vw);
    line-height: 1.4;
  }
}

#footer {
  margin-top: 75px;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
#footer .foot-contact {
  background-color: #f5f5f5;
  padding: 46px 0 38px;
  font-size: 0;
  text-align: center;
}
#footer .foot-contact__ttl {
  font-size: 17px;
  line-height: 2;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 5px;
  font-weight: 500;
}
#footer .foot-contact__tel {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  font-size: 44px;
  color: #333;
  pointer-events: none;
}
#footer .foot-contact__tel img {
  display: inline-block;
  width: 56px;
  margin-right: 7px;
  vertical-align: baseline;
}
@media all and (max-width: 768px) {
  #footer {
    margin-top: calc((34 / var(--media_sp)) * 100vw);
  }
  #footer .foot-contact {
    width: 100%;
    padding: 9.74% 0 11.039%;
  }
  #footer .foot-contact__ttl {
    font-size: 3.117vw;
    line-height: 1.417;
    margin-bottom: 3.247%;
  }
  #footer .foot-contact__tel {
    width: 100%;
    letter-spacing: 0.06em;
    font-size: 9.213vw;
    pointer-events: auto;
  }
  #footer .foot-contact__tel img {
    width: 11.688vw;
    margin-right: 1.948%;
  }
}

#footer .foot-corporateList {
  max-width: 940px;
  margin: 0 auto 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .foot-corporateList__type {
  display: block;
  margin-left: -2px;
  margin-bottom: 6px;
  font-size: 10px;
}
#footer .item02 .foot-corporateList__type {
  margin-bottom: 14px;
}
#footer .foot-corporateList__lnk {
  height: fit-content;
  display: inline-block;
  margin-bottom: 16px;
}
#footer .foot-corporateList__lnk:nth-child(3) {
  margin-left: 16px;
}
#footer .item01 img {
  width: 312px;
}
#footer .item01 a:nth-of-type(2) img {
  width: 278px;
}
#footer .item02 img {
  width: 246px;
}

#footer .foot-annotation .foot-annotation__txt {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
#footer .foot-copyright {
  display: block;
  margin-top: 71px;
  margin-bottom: 40px;
}
#footer .foot-copyright__txt {
  color: #aaaaaa;
  font-size: 13px;
  text-align: center;
}
@media all and (max-width: 768px) {
  #footer .foot-corporate {
    padding: 6.3% 0 calc((113 / var(--media_sp)) * 100vw);
    text-align: center;
  }
  #footer .foot-corporateList {
    width: calc((540 / var(--media_sp)) * 100vw);
    display: block;
    margin-bottom: 0;
  }
  #footer .foot-corporateList__item {
    width: 100%;
    margin: 0 auto calc((72 / var(--media_sp)) * 100vw);
  }
  #footer .foot-corporateList__item:last-child {
    width: calc((407 / var(--media_sp)) * 100vw);
    margin: 0 auto;
  }

  #footer .foot-corporateList__type {
    display: block;
    text-align: left;
    margin-left: calc((2 / var(--media_sp)) * 100vw);
    margin-bottom: calc((6 / var(--media_sp)) * 100vw);
    font-size: calc((16.58 / var(--media_sp)) * 100vw);
  }

  #footer .item02 .foot-corporateList__type {
    margin-left: calc((-5 / var(--media_sp)) * 100vw);
    margin-bottom: calc((21 / var(--media_sp)) * 100vw);
  }
  #footer .foot-corporateList__lnk {
    display: block;
    margin-bottom: calc((21 / var(--media_sp)) * 100vw);
  }
  #footer .foot-corporateList__lnk:nth-of-type(2) {
    margin-bottom: calc((18 / var(--media_sp)) * 100vw);
    margin-left: 0;
  }

  #footer .item01 img {
    width: calc((529 / var(--media_sp)) * 100vw);
  }

  #footer .item01 a:nth-of-type(2) img {
    width: calc((540 / var(--media_sp)) * 100vw);
  }
  #footer .item02 img {
    width: calc((407 / var(--media_sp)) * 100vw);
  }
  #footer .foot-annotation .foot-annotation__txt {
    font-size: calc((23 / var(--media_sp)) * 100vw);
    line-height: 1.5;
    letter-spacing: -0.08em;
  }
  #footer .foot-copyright {
    margin-top: calc((75 / var(--media_sp)) * 100vw);
  }
  #footer .foot-copyright__txt {
    font-size: calc((20 / var(--media_sp)) * 100vw);
    line-height: 1.5;
    margin-bottom: calc((50 / var(--media_sp)) * 100vw);
  }
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  margin: 20px;
  z-index: 50;
}
.pageTop a {
  display: block;
  font-size: 16px;
  line-height: 65px;
  border-radius: 35px;
  color: #fff;
  background-color: #8bc2d5;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media all and (max-width: 768px) {
  .pageTop {
    width: 11.849vw;
    height: 11.849vw;
    margin: 0 2.995vw 20.833vw 0;
  }
  .pageTop a {
    font-size: 2.951vw;
    line-height: 11.849vw;
    border-radius: 6vw;
  }
}

@media all and (min-width:769px) {
  .fixBtn,
  .fixCtaBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* .fixBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    opacity: 1;
    transition: opacity 0.7s;
    z-index: 99;
    gap: 2px;
  }
  .fixBtn.visible {
    opacity: 1;
  }
  .fixBtn p {
    display: inline-block;
    background: linear-gradient(0deg, #1f2b46 20%, #2a3b62 80%);
    flex: 1;
  }
  .fixBtn p.ent {
    background: linear-gradient(0deg, #315098 20%, #4167c1 79%);
  }
  .fixBtn p.res {
    background: linear-gradient(270deg, #7c3f60 20%, #be5973 80%);
  }
  .fixBtn p.lim {
    background: linear-gradient(180deg, #a6845e 20%, #876a4b 80%);
  }
  .fixBtn a {
    position: relative;
    width: 100%;
    height: calc((134 / var(--media_sp)) * 100vw);
    padding: 0 0 2.667vw 0;
    font-size: calc((18 / var(--media_sp)) * 100vw);
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    box-sizing: border-box;
    letter-spacing: -0.05em;
  }
  .fixBtn a {
    color: #fff;
  }
  .fixBtn a::before {
    content: "";
    display: block;
    background: url("../img/common/tel_icon.png") no-repeat;
    background-size: calc((37 / var(--media_sp)) * 100vw);
    background-position: center;
    width: 100%;
    height: calc((46 / var(--media_sp)) * 100vw);
  }
  .fixBtn .map a::before {
    background: url("../img/common/map_icon.png") no-repeat;
    background-size: calc((26 / var(--media_sp)) * 100vw);
    background-position: center;
    height: calc((49 / var(--media_sp)) * 100vw);
  }
  .fixBtn .ent a::before {
    background: url("../img/common/entry_icon.png") no-repeat;
    background-size: calc((40 / var(--media_sp)) * 100vw);
    background-position: center;
    height: calc((28 / var(--media_sp)) * 100vw);
  }
  .fixBtn .res a::before {
    background: url("../img/common/reserve_icon.png") no-repeat;
    background-size: calc((36 / var(--media_sp)) * 100vw);
    background-position: center;
    height: calc((34 / var(--media_sp)) * 100vw);
  }
  .fixBtn .lim a::before {
    background: url("../img/common/limited_icon.png") no-repeat;
    background-size: calc((24 / var(--media_sp)) * 100vw);
    background-position: center;
    height: calc((33 / var(--media_sp)) * 100vw);
  }
  .fixBtn .soon a {
    opacity: 0.5;
    pointer-events: none;
  } */

  .fixCtaBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.7s;
    z-index: 99;
    background-color: #c00900;
  }
  .fixCtaBtn a {
    padding-block: calc((( 20 / var(--media_sp)) * 100) * var(--vw));
    padding-inline: calc((( 28 / var(--media_sp)) * 100) * var(--vw)) calc((( 20 / var(--media_sp)) * 100) * var(--vw));
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc((( 22 / var(--media_sp)) * 100) * var(--vw));
  }
  .fixCtaBtn.visible {
    opacity: 1;
  }
  .fixCtaBtn .ctaTxt {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: calc((( 42 / var(--media_sp)) * 100) * var(--vw));
    line-height: 1;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }
  .fixCtaBtn .ctaTxt small {
    display: block;
    margin-top: calc((( 10 / var(--media_sp)) * 100) * var(--vw));
    font-size: calc((( 30 / var(--media_sp)) * 100) * var(--vw));
    line-height: 1;
  }
  .fixCtaBtn .resBtn {
    width: calc((( 362 / var(--media_sp)) * 100) * var(--vw));
  }
  .fixCtaBtn .resBtn img {
    vertical-align: top;
  }
}

/* contents */
.contents {
  min-width: 1366px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr 1fr;
}
.contents .con_wrap {
  position: relative;
  font-size: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.contents .con_wrap a {
  width: 100%;
  height: 100%;
}
.contents .con_wrap img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.contents .con_wrap.close {
  pointer-events: none;
}
.contents .con_wrap.close::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: url(../img/common/foot_cls.jpg) no-repeat center center/cover;
}
.contents .con_wrap .lnk {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
}
.contents .con_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-37%);
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(135, 135, 135, 0.7);
}
.contents .con_txt::before {
  content: attr(text);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: rgb(255 255 255 / 0);
  text-shadow: 0px 0px 15px rgba(135, 135, 135, 0.7);
  mix-blend-mode: multiply;
}
.contents .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 1679px) {
  .contents .con_txt {
    font-size: calc((32 / 1680) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .contents {
    min-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .contents .con_wrap {
    font-size: 0;
  }
  .contents .con_wrap .lnk {
    background: #bbbbbb;
  }
  .contents .con_txt {
    font-size: calc(36 / var(--media_sp) * 100vw);
    color: #fff;
    text-shadow: 0px 0px calc(11.25px / var(--media_sp) * 100vw)
      rgba(135, 135, 135, 0.7);
  }
  .contents .cap {
    font-size: calc(20 / var(--media_sp) * 100vw);
  }
}

#splash {
  display: none;
}
body.appear #splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
body .splashbg {
  display: none;
}
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #8bc2d5;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
body #under_contents {
  opacity: 0;
}
body.appear #under_contents {
  animation-name: PageAnimeAppear;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/*アニメーション*/

.move_illust {
  animation: 4.2s moveirir infinite;
}
.fuwa_illust {
  -webkit-animation: fuwafuwa 2s 3s ease-in-out infinite;
  animation: fuwafuwa 2s 3s ease-in-out infinite;
}
.jump_illust.aos-animate {
  -webkit-animation: jump 2s 1s ease-in-out both;
  animation: jump 2s 1s ease-in-out both;
}
.jump_illust2 {
  -webkit-animation: jump2 4.5s ease-in-out infinite;
  animation: jump2 4.5s ease-in-out infinite;
  animation-delay: 0s;
}
.float_illust {
  transform: scale(1) translateY(0);
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  animation: float 0.5s infinite alternate ease-in-out;
  perspective: 1000;
}
.float_illust img {
  transform: scale(1) translateY(0);
  transition: opacity 0.5s ease-in-out,
    transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.sway_illust {
  -webkit-animation: swing 1s ease-in-out infinite;
  animation: swing 1s ease-in-out infinite;
}

@keyframes moveArrow {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(30%);
    opacity: 0;
  }
  75% {
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes moveArrowL {
  0% {
    transform: translateX(0%) scale(-1, 1);
  }
  25% {
    transform: translateX(-30%) scale(-1, 1);
    opacity: 0;
  }
  75% {
    transform: translateX(30%) scale(-1, 1);
    opacity: 0;
  }
  100% {
    transform: translateX(0%) scale(-1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes moveirir {
  0% {
    transform: translate(0.5rem, 0.5rem);
  }
  50% {
    transform: translate(-0.5rem, -0.5rem);
  }
  100% {
    transform: translate(0.5rem, 0.5rem);
  }
}
@keyframes moveirir {
  0% {
    transform: translate(0.5rem, 0.5rem);
  }
  50% {
    transform: translate(-0.5rem, -0.5rem);
  }
  100% {
    transform: translate(0.5rem, 0.5rem);
  }
}
@-webkit-keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes float {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(10px);
  }
}
@keyframes float {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(10px);
  }
}
@-webkit-keyframes swing {
  0%,
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@keyframes swing {
  0%,
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes jump {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  40% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes jump2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  43% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }

  46% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  49% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
  }

  51% {
    -webkit-transform: translateY(1%);
    transform: translateY(1%);
  }

  57% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes jump2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  43% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }

  46% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }

  49% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
  }

  51% {
    -webkit-transform: translateY(1%);
    transform: translateY(1%);
  }

  57% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
