@charset "UTF-8";
:root {
  --primary-color: #F50000;
  --secondary-color: #E5EBEE;
  --bluegray-color: #96A9B3;
  --bluegray-color2: #627A86;
  --gray-color: #CBD5DC;
  --bg-show-animation-duration: 0.8s;
  --img-show-animation-delay: 1.2s;
  --link-color: #217DE8;
  --breack: 1406;
}
@media screen and (max-width: 767px) {
  :root {
    --breack: 375;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: calc(16 / var(--breack) * 100vw);
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
@media screen and (min-width: 1407px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(16 / var(--breack) * 100vw);
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden !important;
}

.efm {
  font-family: "HelveticaNowDisplay-Md";
  font-weight: 500;
}

.efb {
  font-family: "HelveticaNowDisplay-Bd";
  font-weight: 700;
}

.efr {
  font-family: "HelveticaNowDisplay-Regular";
  font-weight: 400;
}

.h1,
h1 {
  font-size: 26px;
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, text-decoratin 0.2s;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  color: #3786CD;
}

a.nolink {
  pointer-events: none;
}

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

ul,
li {
  list-style: none;
}

.container {
  max-width: 1128px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

main {
  padding-top: 0;
  transition: all 0.2s;
}

.columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    padding-top: 0px;
  }
}
.columns aside {
  width: 250px;
  order: 1;
  padding-bottom: 70px;
}
@media screen and (max-width: 1160px) {
  .columns aside {
    width: 26.55%;
  }
}
@media screen and (max-width: 767px) {
  .columns aside {
    order: 1;
    width: 100%;
    padding-bottom: 50px;
  }
  .single .columns aside {
    display: none;
  }
}
.columns .main {
  width: calc(100% - 308px);
  order: 2;
}
@media screen and (max-width: 1160px) {
  .columns .main {
    width: 68.4%;
  }
}
@media screen and (max-width: 767px) {
  .columns .main {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr {
  list-style: none;
  display: flex;
}
.fr.between {
  justify-content: space-between;
}
.fr.start {
  justify-content: flex-start;
}
.fr.reverse {
  flex-direction: row-reverse;
}
.fr.wrap {
  flex-wrap: wrap;
}
.fr.center {
  justify-content: center;
}
.fr.hcenter {
  align-items: center;
}
.fr.bottom {
  align-items: flex-end;
}
.fr.top {
  align-items: flex-start;
}

/*btn*/
.rbtn {
  position: relative;
  overflow: hidden;
}
.rbtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .rbtn:before {
    display: none !important;
  }
}
.rbtn span {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .rbtn:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 768px) {
  .rbtn:hover span {
    color: #fff;
  }
}

.more > span:hover,
.more a:hover {
  opacity: 1 !important;
}
.more > span:hover::before,
.more a:hover::before {
  width: 40px;
  right: 40px;
}

/*==================================================
 * header
 *================================================*/
/*--------------------------------------

	kv

--------------------------------------*/
.kv_area {
  width: 100%;
  height: 100%;
  /*position: fixed;
  top: 0;
  left: 0;*/
  margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .kv_area {
    margin-bottom: 0;
  }
}

.kv_in {
  position: relative;
  width: 100%;
  height: 100%;
  background: #faf9f7;
  background: var(--primary-color);
  overflow: hidden;
}

.kv {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
}

.kv.pre {
  z-index: 20;
}

.kv.show {
  opacity: 1;
}

.kv .ph_area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.kv .ph_out {
  position: relative;
  height: 100%;
}

.kv .ph {
  position: absolute;
  left: 0;
  transform: translateX(-2.5%) scale(1.05);
  /*fade in の時の状態*/
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover;
  transition: 17.5s cubic-bezier(0.61, 1, 0.88, 1);
}
.kv.show .ph {
  transform: translateX(2.5%) scale(1.05);
  /*fade out の時の状態*/
}

.kv01 .ph {
  background-image: url(../images/index/key01.jpg);
}
@media only screen and (max-width: 767px) {
  .kv01 .ph {
    background-image: url(../images/index/key01-sp.jpg);
  }
}

.kv02 .ph {
  background-image: url(../images/index/key02.jpg);
}
@media only screen and (max-width: 767px) {
  .kv02 .ph {
    background-image: url(../images/index/key02-sp.jpg);
  }
}

.kv03 .ph {
  position: relative;
  background-image: url(../images/index/key03.jpg);
}
@media only screen and (max-width: 767px) {
  .kv03 .ph {
    background-image: url(../images/index/key03-sp.jpg);
  }
}

/*----------------------------------------------------

	loading

----------------------------------------------------*/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  pointer-events: none;
  overflow: hidden;
  background-color: #fff;
}
.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: load-show-animation;
          animation-name: load-show-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  background-color: var(--primary-color);
  z-index: -1;
}

.loading.hide {
  display: none;
}

.loading div.cover01 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.loading div.cover01.hide {
  opacity: 0;
}

.load_anime {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  transition: 0.6s cubic-bezier(0.36, 0, 0.66, -0.56);
}

.load_anime.hide {
  margin-top: -45px;
  margin-left: -15px;
  opacity: 0;
}

@-webkit-keyframes loadspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loading key visual show*/
.kv_area .kv_in .kv .ph_area {
  width: 30%;
  transition: 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.kv_area .kv_in .kv.show .ph_area {
  width: 100%;
}

.kv_area .kv_in .kv.show .ph_area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0.8;
  transition: 0.8s ease-in-out;
}

.kv_area .kv_in .kv.show .ph_area:after {
  display: none;
}

.kv_area .kv_in:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #faf9f7;
  background: var(--primary-color);
  z-index: 100;
  transition: 1.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.kv_area.show .kv_in:before {
  width: 0;
}

.kv_area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2e2f2b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.kv_area.cover:after {
  opacity: 0.6;
}

.kv_area.cover.keyback:after {
  opacity: 0;
}

.page {
  position: relative;
  z-index: 150;
}

.load_logo {
  width: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
.load_logo.show {
  opacity: 1;
}
.load_logo.hide {
  opacity: 0;
}

.load_logo:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
  transition: 1.2s cubic-bezier(0.7, -0.01, 0.31, 0.85);
}

.load_logo2 {
  width: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
.load_logo2.show {
  opacity: 1;
}
.load_logo2.hide {
  opacity: 0;
}

.load_logo.show:after {
  left: 100%;
}

.logo {
  background-color: #fff;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 346px;
  top: 0;
  z-index: 101;
  transform: translateX(-50%);
}
@media (max-width: 1340px) {
  .logo {
    left: 25.8208955224vw;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    left: 0;
    top: 27px;
    width: 95px;
    height: 95px;
    transform: translateX(0);
  }
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .logo a {
    background-size: 47px auto;
  }
}

/*menu*/
.navbar-toggle {
  position: fixed;
  right: 60px;
  top: 50px;
  z-index: 104;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  height: 45px;
  width: 45px;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  background-image: url(../images/icon-menu.svg);
  filter: invert(12%) sepia(96%) saturate(7457%) hue-rotate(8deg) brightness(102%) contrast(115%);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(195deg) brightness(109%) contrast(101%);
    background-image: url(../images/icon-menu-sp.svg);
    background-size: 27px auto;
    margin: 0;
    width: 72px;
    height: 64px;
    right: 0;
    top: 0;
  }
  .headfixed .navbar-toggle {
    filter: invert(12%) sepia(96%) saturate(7457%) hue-rotate(8deg) brightness(102%) contrast(115%);
  }
}

.spmenu {
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background-color: #000;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 104;
  overflow: hidden;
  display: none;
}
.spmenu-inner {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
@media (max-width: 767px) {
  .spmenu-inner {
    flex-direction: column;
  }
}
.spmenu-inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 346px;
  background-color: var(--primary-color);
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1340px) {
  .spmenu-inner::before {
    width: 25.8208955224vw;
  }
}
@media (max-width: 767px) {
  .spmenu-inner::before {
    width: 100%;
    height: 114px;
  }
}
@media screen and (max-width: 767px) {
  .spmenu-inner {
    min-height: auto;
  }
}
.spmenu .logo {
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .spmenu .logo {
    top: 65px;
  }
}
.spmenu-ttlset {
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1340px) {
  .spmenu-ttlset {
    left: 8.9552238806vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu-ttlset {
    left: 120px;
    top: 110px;
  }
}
.spmenu-ttl {
  color: #fff;
  font-size: 10rem;
  transition: all 1s;
}
.home .spmenu-ttl {
  opacity: 0;
}
.spmenu-ttl.show {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1340px) {
  .spmenu-ttl {
    font-size: 7.4626865672vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu-ttl {
    font-size: 3rem;
  }
}
.spmenu-ttl span {
  margin-left: 35px;
}
@media (max-width: 1340px) {
  .spmenu-ttl span {
    margin-left: 2.6119402985vw;
  }
}
.spmenu-txt {
  color: #fff;
  font-size: 2.6rem;
  padding-left: 250px;
}

@media (max-width: 1340px) {
  .spmenu-txt {
    font-size: 1.9402985075vw;
    padding-left: 18.6567164179vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu-txt {
    padding-left: 0;
    font-size: 1rem;
    margin-top: 20px;
    font-weight: 700;
  }
}
.spmenu-txt .menutxt1 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.spmenu-txt .menutxt1.show {
  transform: translateY(0px);
  opacity: 1;
}
.spmenu-txt .menutxt2 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.spmenu-txt .menutxt2.show {
  transform: translateY(0px);
  opacity: 1;
}

/*▼2025年8月19日更新　ここから▼*/
.spmenu-txt .menutxt3 {
  opacity: 0;
  font-size: 1.6rem;
  margin: 30px 13px 0 0;
  line-height: 22px;
  transform: translateY(20px);
  transition: all 1s;
}
.spmenu-txt .menutxt3.show {
  transform: translateY(0px);
  background-color: rgb(0, 0, 0, 0.6);
  padding: 10px 0 10px 10px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .spmenu-txt .menutxt3 {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 15px;
  }
  .spmenu-txt .menutxt3.show {
  padding: 5px 10px;
}
}

/*▲2025年8月19日更新　ここまで▲*/

.spmenu .spmenuarea {
  margin-top: 0;
  width: 448px;
  margin-right: 64px;
}
@media (max-width: 1340px) {
  .spmenu .spmenuarea {
    width: 33.4vw;
    margin-right: 4.7vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .spmenuarea {
    margin: 110px 24px 0;
    width: calc(100% - 48px);
    height: calc(100vh - 224px);
    overflow: auto;
  }
}
.spmenu .spmenuarea a {
  color: #fff;
  text-decoration: none;
}
.spmenu .close-button {
  cursor: pointer;
  background-color: transparent;
  width: 45px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  position: fixed;
  right: 64px;
  top: 64px;
  border: 0;
  z-index: 2;
}
@media (max-height: 785px) {
  .spmenu .close-button {
    top: 30px;
  }
}
@media (max-width: 1250px) {
  .spmenu .close-button {
    right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .close-button {
    top: 0;
    right: 0;
    width: 72px;
    height: 64px;
    background-size: 27px auto;
  }
}
.spmenu .window-inner {
  width: calc(100% - 346px);
  height: 100%;
  background-color: #627A86;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1340px) {
  .spmenu .window-inner {
    width: 74.1791044776vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-inner {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-nav {
    padding-bottom: 100px;
  }
}
.spmenu .window-list {
  list-style: none;
  margin: 0 0 0 0;
}
.spmenu .window-list li a {
  position: static;
  color: #fff;
  transition: all 0.3s;
}
.spmenu .window-list li a > div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.6rem;
  padding: 22px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1340px) {
  .spmenu .window-list li a > div {
    padding: 1.6417910448vw 0;
    font-size: 1.1940298507vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-list li a > div {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.spmenu .window-list li a span.efr {
  font-size: 3.5rem;
  color: #B0BFC8;
  width: 53%;
  display: block;
  z-index: 1;
  transition: all 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 1340px) {
  .spmenu .window-list li a span.efr {
    font-size: 2.6119402985vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-list li a span.efr {
    width: 43%;
    font-size: 2.4rem;
  }
}
.spmenu .window-list li a span.ja {
  z-index: 1;
}
.spmenu .window-list li a::after, .spmenu .window-list li a::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  content: "";
  width: calc(100% - 346px);
  height: 100%;
  display: block;
  position: absolute;
  left: 346px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1340px) {
  .spmenu .window-list li a::after, .spmenu .window-list li a::before {
    width: 74.1791044776vw;
    left: 25.8208955224vw;
  }
}
.spmenu .window-list li a::after {
  background-color: rgba(0, 0, 0, 0.75);
}
@media (hover: hover) {
  .spmenu .window-list li a:hover::after, .spmenu .window-list li a:hover::before {
    opacity: 1;
    transition: all 0.3s;
  }
  .spmenu .window-list li a:hover {
    transition: all 0.3s;
  }
  .spmenu .window-list li a:hover span.efr {
    transition: all 0.3s;
    color: var(--primary-color);
  }
}
.spmenu .window-list li:last-child a > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.spmenu .window-list li.m-outline a::before {
  background-image: url(../images/menu-bg-outline_2025.jpg);
}
.spmenu .window-list li.m-features a::before {
  background-image: url(../images/menu-bg-features.jpg);
}
.spmenu .window-list li.m-schedule a::before {
  background-image: url(../images/menu-bg-schedule.jpg);
}
/*▼20250724追加　施設*/
.spmenu .window-list li.m-facilities a::before {
  background-image: url(../images/menu-bg-facilities.jpg);
}
/*▲20250724追加　施設*/
.spmenu .window-list li.m-special a::before {
  background-image: url(../images/menu-bg-special.jpg);
}
.spmenu .window-list li.m-information a::before {
  background-image: url(../images/menu-bg-information.jpg);
}
.spmenu .window-outerlist {
  list-style: none;
  margin: 60px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1340px) {
  .spmenu .window-outerlist {
    margin-top: 4.4776119403vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-outerlist {
    margin-top: 40px;
    display: block;
  }
}
.spmenu .window-outerlist li {
  z-index: 1;
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 767px) {
  .spmenu .window-outerlist li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.spmenu .window-outerlist li a {
  color: #fff;
  transition: all 0.3s;
  font-size: 1.4rem;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: var(--bluegray-color);
}
@media screen and (max-width: 1340px) {
  .spmenu .window-outerlist li a {
    padding: 1.1194029851vw 1.4925373134vw;
    font-size: 1.0447761194vw;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-outerlist li a {
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 1.4rem;
    padding: 15px 24px;
  }
}
.spmenu .window-outerlist li a::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  background-size: 13.58px auto;
  background-image: url(../images/icon-window.svg);
  display: block;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(98deg) brightness(106%) contrast(104%);
}
@media screen and (max-width: 767px) {
  .spmenu .window-outerlist li a::after {
    margin-right: 1.5em;
  }
}
.spmenu .window-outerlist li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.spmenu .window-ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 27px;
  margin: 0 0 25px;
  font-size: clamp(1rem, 1.2931034483vw + 0.0068965517rem, 1.3rem);
}
.spmenu .window-ttl a.haschildren {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl {
    font-size: 1.3rem;
    margin: 0 0 0;
  }
  .spmenu .window-ttl + .window-ttl {
    margin-top: 25px;
  }
}
.spmenu .window-ttl span {
  font-weight: 500;
  font-size: 2.3rem;
  display: block;
  margin: 0 0 3px 0;
  white-space: nowrap;
  font-size: clamp(1.8rem, 2.1551724138vw + 0.1448275862rem, 2.3rem);
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl span {
    font-size: 2.3rem;
  }
}
.spmenu .window-ttl a {
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  /*
  &:after {
  	background-color: #fff;
  	bottom: -3px;
  	content: "";
  	display: block;
  	height: 1px;
  	opacity: .5;
  	position: absolute;
  	right: 1px;
  	transform: scaleX(0);
  	transform-origin: right center;
  	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
  	width: calc(100% - 0.25em);
  }
  */
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl a.haschildren {
    pointer-events: none;
  }
}
.spmenu .window-ttl a:hover {
  opacity: 0.7;
  /*
  &:after {
  	transform: scaleX(1);
  	transform-origin: left center;
  }
  */
}
.spmenu .window-ttl.thumnb {
  border: 1px solid #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl.thumnb {
    margin: 0 0 20px;
  }
}
.spmenu .window-ttl.thumnb a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spmenu .window-ttl.thumnb a:hover {
  opacity: 0.7;
}
.spmenu .window-ttl.thumnb a::after {
  display: none;
}
.spmenu .window-ttl.thumnb a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 55.1%;
  height: 108px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl.thumnb a::before {
    width: 45.8%;
  }
}
.spmenu .window-ttl.thumnb a > div {
  padding: 0 10px 0 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl.thumnb a > div {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.spmenu .window-ttl.thumnb.m-work a::before {
  background-image: url(../images/img-hmenu-gallery.jpg);
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl.thumnb.m-work a::before {
    background-image: url(../images/img-hmenu-gallery-sp.jpg);
  }
}
.spmenu .window-ttl.thumnb.m-detail a::before {
  background-image: url(../images/img-hmenu-detail.jpg);
}
@media screen and (max-width: 767px) {
  .spmenu .window-ttl.thumnb.m-detail a::before {
    background-image: url(../images/img-hmenu-detail-sp.jpg);
  }
}

@-webkit-keyframes insetWipeIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes insetWipeIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes insetWipeOut {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes insetWipeOut {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
/*==================================================
 * footer
 *================================================*/
.footer {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer-top {
  padding: 0;
}
.footer-nav ul {
  list-style: none;
  margin: 0 0 0 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-nav ul {
    flex-wrap: wrap;
  }
}
.footer-nav ul li {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav ul li {
    width: 100%;
  }
}
.footer-nav ul li a {
  position: relative;
  font-weight: 700;
  display: block;
  color: #fff;
  text-decoration: none;
  aspect-ratio: 800/380;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.footer-nav ul li a span {
  position: relative;
  z-index: 1;
}
.footer-nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: all 0.3s;
}
@media (hover: hover) {
  .footer-nav ul li a:hover .link-more::after {
    right: -1.5625vw;
  }
  .footer-nav ul li a:hover::before {
    transform: scale(1.1);
  }
}
.footer-nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  transition: all 0.3s;
}
.footer-nav ul li a .link-name {
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-nav ul li a .link-name {
    font-size: 1.5rem;
  }
}
.footer-nav ul li a .link-more {
  position: absolute;
  right: 2.8125vw;
  bottom: 2.5vw;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1;
}
.footer-nav ul li a .link-more::after {
  position: absolute;
  right: -1.25vw;
  top: 50%;
  margin-left: 15px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-nav ul li a .link-more::after {
    right: calc(25 / var(--breack) * 100vw * -1);
  }
}
@media screen and (max-width: 767px) {
  .footer-nav ul li a .link-more {
    right: 42px;
    bottom: 20px;
  }
}
.footer-nav ul li:first-child a::before {
  background-image: url(../images/bg-top-univ.jpg);
}
.footer-nav ul li:last-child a::before {
  background-image: url(../images/bg-top-entry.jpg);
}
.footer-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-info {
    display: block;
  }
}
.footer-flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-flx {
    flex-direction: column;
  }
}
.footer-bottom {
  background-color: var(--primary-color);
  padding: 143px 60px;
  position: relative;
}
@media (max-width: 1340px) {
  .footer-bottom {
    padding: 10.671641791vw 4.4776119403vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 50px 0 50px;
  }
}
.footer-bottom .footer-logo {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-logo {
    margin-bottom: 35px;
  }
}
.footer-bottom .footer-logo a {
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/logo-foot.svg) no-repeat;
  background-size: 100% auto;
  width: 283px;
  height: 93px;
  padding: 0px;
}
@media (max-width: 1340px) {
  .footer-bottom .footer-logo a {
    width: 21.1194029851vw;
    height: 6.9402985075vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .footer-logo a {
    width: 151px;
    height: 50px;
    margin: 0 auto 0;
  }
}
.footer-bottom p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 47px;
}
@media (max-width: 1340px) {
  .footer-bottom p {
    font-size: 1.0447761194vw;
    margin-left: 3.5074626866vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom p {
    text-align: center;
    font-size: 1.3rem;
    margin: 0 0 50px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.footer-bottom .copy {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 1340px) {
  .footer-bottom .copy {
    font-size: 1.0447761194vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .copy {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.footer-sns {
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    justify-content: center;
    margin: 0 0 30px;
  }
}
.footer-sns li {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .footer-sns li {
    margin-right: 14px;
    margin-left: 14px;
  }
}
.footer-sns li a {
  transition: all 0.2s;
  display: flex;
}
.footer-sns li a img {
  vertical-align: bottom;
}
.footer-sns li a:hover {
  opacity: 0.7;
}
.footer-outlink {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 46px 0 0px;
}
@media screen and (max-width: 767px) {
  .footer-outlink {
    flex-wrap: wrap;
    margin: 30px 0 0px;
  }
}
.footer-outlink li {
  width: 19.3%;
}
@media screen and (max-width: 767px) {
  .footer-outlink li {
    width: 49%;
    margin: 0 0 8px;
  }
}
.footer-outlink li a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 28px 0;
  font-size: 1.8rem;
  font-size: clamp(1.1rem, 1.0638297872vw + 0.2829787234rem, 1.8rem);
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon-window.svg);
  background-size: 13px 13px;
  background-position: right 20px bottom 15px;
}
@media screen and (max-width: 1000px) {
  .footer-outlink li a {
    background-position: right 10px bottom 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-outlink li a {
    padding: 20px 0;
    background-position: right 10px bottom 10px;
    font-size: 1.2rem;
  }
}
.footer-outlink li a:hover {
  opacity: 0.7;
}
.footer-outlink li a span {
  font-size: 1.2rem;
  display: block;
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .footer-outlink li a span {
    font-size: 0.9rem;
  }
}
.footer-outlink li a p {
  font-size: 1.4rem;
  font-size: clamp(1rem, 0.6079027356vw + 0.5331306991rem, 1.4rem);
  color: #919191;
  margin: 12px 0 0 0;
}
@media screen and (max-width: 767px) {
  .footer-outlink li a p {
    font-size: 1rem;
  }
}
.footer-banner {
  text-align: center;
}

/*page */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes load-show-animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes load-show-animation {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes bg-show-animation {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50.0001% {
    left: auto;
    right: 0;
  }
  to {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes bg-show-animation {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  50.0001% {
    left: auto;
    right: 0;
  }
  to {
    width: 0;
    left: auto;
    right: 0;
  }
}
.pagehead {
  height: 490px;
  position: relative;
  border-bottom: 0;
  --bg-show-animation-duration: 0.8s;
  --bg-show-animation-delay: 1s;
}
@media print, screen and (min-width: 768px) {
  .pagehead ._type1 .pagehead {
    --bg-show-animation-delay: 0.6s;
  }
  .pagehead ._type2 .pagehead {
    --bg-show-animation-delay: 0.6s ;
  }
  .pagehead ._type3 .pagehead {
    --bg-show-animation-delay: 0.2s ;
  }
  .pagehead ._type4 .pagehead {
    --bg-show-animation-delay: 0.8s ;
  }
}
@media screen and (max-width: 767px) {
  .pagehead {
    height: 275px;
  }
}
.pagehead::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  height: 100%;
  -webkit-animation-name: bg-show-animation;
          animation-name: bg-show-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}
.pagehead-inner {
  position: relative;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pagehead-inner {
    display: block;
  }
  .pagehead-inner::before {
    content: "";
    background-color: var(--primary-color);
    display: block;
    height: 75px;
  }
}
.pagehead-img {
  position: relative;
  width: calc(100% - 346px);
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1340px) {
  .pagehead-img {
    width: 74.1791044776vw;
  }
}
@media screen and (max-width: 767px) {
  .pagehead-img {
    width: 100%;
    height: 200px;
  }
}
.page-outline .pagehead-img {
  background-image: url(../images/bg-outline_2025.jpg);
}
@media screen and (max-width: 767px) {
  .page-outline .pagehead-img {
    background-image: url(../images/bg-outline-sp_2025.jpg);
  }
}
.page-feature .pagehead-img {
  background-image: url(../images/bg-feature.jpg);
}
@media screen and (max-width: 767px) {
  .page-feature .pagehead-img {
    background-image: url(../images/bg-feature-sp.jpg);
  }
}
.page-fukakusa .pagehead-img {
  background-image: url(../images/bg-fukakusa.jpg);
}
@media screen and (max-width: 767px) {
  .page-fukakusa .pagehead-img {
    background-image: url(../images/bg-fukakusa-sp.jpg);
  }
}
.page-seta .pagehead-img {
  background-image: url(../images/bg-seta.jpg);
}
@media screen and (max-width: 767px) {
  .page-seta .pagehead-img {
    background-image: url(../images/bg-seta-sp.jpg);
  }
}
.page-omiya .pagehead-img {
  background-image: url(../images/bg-omiya.jpg);
}
@media screen and (max-width: 767px) {
  .page-omiya .pagehead-img {
    background-image: url(../images/bg-omiya-sp.jpg);
  }
}
.page-schedule .pagehead-img {
  background-image: url(../images/bg-schedule.jpg);
}
@media screen and (max-width: 767px) {
  .page-schedule .pagehead-img {
    background-image: url(../images/bg-schedule-sp.jpg);
  }
}
.page-special .pagehead-img {
  background-image: url(../images/bg-special.jpg);
}
@media screen and (max-width: 767px) {
  .page-special .pagehead-img {
    background-image: url(../images/bg-special-sp.jpg);
  }
}
.category .pagehead-img, .date .pagehead-img, .blog .pagehead-img, .single-post .pagehead-img, .page-information .pagehead-img {
  background-image: url(../images/bg-information.jpg);
}
@media screen and (max-width: 767px) {
  .category .pagehead-img, .date .pagehead-img, .blog .pagehead-img, .single-post .pagehead-img, .page-information .pagehead-img {
    background-image: url(../images/bg-information-sp.jpg);
  }
}
.pagehead-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  z-index: 21;
  display: none;
}
.pagehead-ttlset {
  width: 346px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  background-color: var(--primary-color);
}
@media (max-width: 1340px) {
  .pagehead-ttlset {
    width: 25.8208955224vw;
  }
}
@media screen and (max-width: 767px) {
  .pagehead-ttlset {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 103;
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 0 41px 24px;
  }
}
.pagehead-ettl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0px;
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 0;
}
@media (max-width: 1340px) {
  .pagehead-ettl {
    font-size: 1.1940298507vw;
  }
}
@media screen and (max-width: 767px) {
  .pagehead-ettl {
    font-size: 1.4rem;
    margin: 0;
  }
}
.pagehead-ttl {
  font-size: 5rem;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 1340px) {
  .pagehead-ttl {
    font-size: 3.7313432836vw;
  }
}
@media screen and (max-width: 767px) {
  .pagehead-ttl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.slide__anime {
  --img-show-animation-delay: 0.6s;
  -webkit-animation: fadein 1.9s ease 0s 1 normal;
          animation: fadein 1.9s ease 0s 1 normal;
}
@media print, screen and (min-width: 769px) {
  ._type1 .slide__anime {
    --img-show-animation-delay: 10.6s ;
  }
  ._type2 .slide__anime {
    --img-show-animation-delay: 1s ;
  }
  ._type3 .slide__anime {
    --img-show-animation-delay: 0.6s ;
  }
  ._type4 .slide__anime {
    --img-show-animation-delay: 1.2s;
  }
}

.breadcrumbs {
  position: relative;
  padding: 17px 0;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 1.2rem;
  line-height: 1;
  color: #627A86;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 10px 0;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
  }
}
.breadcrumbs a {
  color: #627A86;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 0.9rem !important;
  }
}

.main {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
  }
  .page-features .main {
    padding-top: 50px;
  }
}

/**
* .section
*/
.anchor {
  position: absolute;
  top: -160px;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -100px;
  }
}

a.window {
  line-height: 1;
  position: relative;
}
a.window::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-window.svg);
  margin-right: 12px;
  filter: invert(8%) sepia(99%) saturate(7463%) hue-rotate(359deg) brightness(96%) contrast(122%);
}

section {
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding: 80px 0;
}
section:first-child {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 0;
}
section .secttl {
  line-height: 1.3;
  font-size: clamp(1.5rem, 0.3039513678vw + 1.2665653495rem, 1.7rem);
  position: relative;
  margin-bottom: calc(50 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  section .secttl {
    margin-bottom: calc(35 / var(--breack) * 100vw);
    letter-spacing: 0.05em;
  }
}
section .secttl::after {
  content: "";
  margin-top: calc(20 / var(--breack) * 100vw);
  display: block;
  width: 126px;
  height: 1px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  section .secttl::after {
    width: 110px;
    margin-top: calc(16 / var(--breack) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
  section.schedule-content {
    padding: 30px 0;
  }
}
.page #first-cont + section {
  padding: 180px 0 85px;
}
@media screen and (max-width: 767px) {
  .page #first-cont + section {
    padding: 90px 0 60px;
  }
}
section .anchor {
  position: absolute;
  top: -102px;
}
@media screen and (max-width: 767px) {
  section .anchor {
    top: -65px;
  }
}
section .leadttl {
  text-align: center;
  font-size: clamp(2rem, 2.3148148148vw + 0.2222222222rem, 3rem);
  line-height: 1.7;
  margin-bottom: calc(70 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  section .leadttl {
    margin-bottom: calc(45 / var(--breack) * 100vw);
  }
}
section .leadtxt {
  text-align: center;
  font-size: clamp(1.5rem, 0.462962963vw + 1.1444444444rem, 1.7rem);
  line-height: 2.6;
}
section .morebtn a {
  letter-spacing: 0.05em;
  color: var(--primary-color);
  text-decoration: none;
  font-size: clamp(1.3rem, 0.462962963vw + 0.9444444444rem, 1.5rem);
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
section .morebtn a::after {
  position: absolute;
  right: calc(30 / var(--breack) * 100vw * -1);
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.2s;
}
section .morebtn a:hover::after {
  right: calc(35 / var(--breack) * 100vw * -1);
}
section .campass__img {
  position: relative;
}
section span.red {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  height: 100%;
}
section .index-secttl {
  display: block;
  margin-bottom: calc(30 / var(--breack) * 100vw);
}
@media screen and (min-width: 1300px) {
  section .index-secttl {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1140px) {
  section .index-secttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section .index-secttl {
    text-align: center;
    margin-bottom: calc(40 / var(--breack) * 100vw);
  }
}
section .index-secttl .en {
  color: var(--primary-color);
  font-size: clamp(5rem, 13.8888888889vw + -5.6666666667rem, 10rem);
  font-weight: 400;
  line-height: 1;
  margin-right: calc(40 / var(--breack) * 100vw);
}
@media screen and (max-width: 1299px) {
  section .index-secttl .en {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section .index-secttl .en {
    margin-right: 0;
  }
}
section .index-secttl .ja {
  color: var(--bluegray-color2);
  font-size: clamp(1.4rem, 0.5555555556vw + 0.9733333333rem, 1.6rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-right: -3em;
}
@media screen and (max-width: 1299px) {
  section .index-secttl .ja {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section .index-secttl .ja {
    margin-right: 0;
    margin-top: calc(5 / var(--breack) * 100vw);
  }
}
section .slick-arrow {
  position: absolute;
  background-image: url(../images/icon-arrow.svg);
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
section .slick-arrow.slick-next {
  left: 50%;
}
section .slick-arrow.slick-prev {
  left: 40%;
  transform: rotate(180deg);
}
section .slick-slide {
  padding: 0 10px;
}
section .slick-slide.slick-center img {
  transform: scale(1.2);
}

/*outline*/
.outline-lead {
  padding-bottom: 0;
}
.outline-lead .container {
  max-width: 1406px;
}
.outline-message {
  padding-top: calc(145 / var(--breack) * 100vw);
  padding-bottom: 0;
  margin: 0;
  position: relative;
}
.outline-message .container {
  max-width: 1406px;
}
@media screen and (max-width: 767px) {
  .outline-message {
    padding-top: calc(68 / var(--breack) * 100vw);
    padding-bottom: calc(80 / var(--breack) * 100vw);
  }
}
.outline-message::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: calc(50% - 315px);
  height: 100%;
  background-color: var(--primary-color);
  display: block;
  z-index: 0;
}
@media screen and (max-width: 1220px) {
  .outline-message::before {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .outline-message::before {
    width: 100%;
    height: calc(358 / var(--breack) * 100vw);
    z-index: 1;
  }
}
.outline-message::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: calc(50% + 315px);
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/outline/bg_outline_message.jpg);
  background-size: cover;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 1220px) {
  .outline-message::after {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .outline-message::after {
    width: 100%;
    height: calc(100% - 30 / var(--breack) * 100vw);
    background-image: url(../images/outline/bg_outline_message_sp.jpg);
    top: auto;
    bottom: 0;
  }
}
.outline-message .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline-message .container .fr {
    display: block;
  }
}
.outline-message .sechead {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 52.1%;
  top: calc(170 / var(--breack) * 100vw);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1407px) {
  .outline-message .sechead {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .outline-message .sechead {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.outline-message .sechead .ja_ttl {
  font-weight: bold;
  font-size: clamp(1.4rem, 0.462962963vw + 1.0444444444rem, 1.6rem);
  margin-right: -2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .outline-message .sechead .ja_ttl {
    margin-right: 0;
  }
}
.outline-message .sechead .en_ttl {
  line-height: 1;
  font-size: clamp(5rem, 11.5740740741vw + -3.8888888889rem, 10rem);
  margin-right: 55px;
}
@media screen and (max-width: 1296px) {
  .outline-message .sechead .en_ttl {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1220px) {
  .outline-message .sechead .en_ttl {
    font-size: clamp(5rem, 6.6371681416vw + -0.0973451327rem, 8rem);
  }
}
@media screen and (max-width: 767px) {
  .outline-message .sechead .en_ttl {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.outline-message .img {
  position: relative;
  z-index: 1;
  width: 38.1%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .outline-message .img {
    width: 100%;
    padding: 0 46px;
    text-align: center;
  }
}
.outline-message .txt {
  margin-top: calc(300 / var(--breack) * 100vw);
  margin-bottom: calc(170 / var(--breack) * 100vw);
  position: relative;
  width: 47.9%;
  flex-shrink: 0;
  color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1407px) {
  .outline-message .txt {
    margin-top: 300px;
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 1296px) {
  .outline-message .txt {
    width: 53%;
  }
}
@media screen and (max-width: 767px) {
  .outline-message .txt {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 70px;
  }
}
.outline-message .txt p {
  font-size: clamp(1.4rem, 0.6944444444vw + 0.8666666667rem, 1.7rem);
  line-height: 2;
}
.outline-message .txt p.name {
  margin-top: 2em;
}

.page-outline main {
  padding-bottom: 0;
}
.page-outline .wrap_outline {
  overflow: hidden;
}
.page-outline .row_outline {
  position: relative;
  margin-top: calc(160 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-outline .row_outline {
    margin-top: calc(60 / var(--breack) * 100vw);
  }
}
.page-outline .row_outline::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: calc(549 / var(--breack) * 100vw);
  /*		background-color: var(--secondary-color);*/
  display: block;
  display: none;
  z-index: -1;
}
.page-outline .box_outline {
  position: relative;
}
.page-outline .box_outline::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100vw;
  height: 50%;
  background-color: var(--secondary-color);
  display: block;
  z-index: -1;
}
.page-outline .box_outline .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-outline .box_outline .container {
    padding: 0;
  }
}
.page-outline .box_outline .img {
  margin-left: 23.5%;
  margin-right: 3.7%;
  --red-animation-duration: 0.8s;
  --red-animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .page-outline .box_outline .img {
    margin-left: 31.7%;
    margin-right: 0;
  }
}
.page-outline .box_outline .img span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  height: 100%;
}
.page-outline .box_outline .img img {
  vertical-align: bottom;
  width: 100%;
}
.page-outline .box_outline .campass__anime {
  overflow: hidden;
}
.page-outline .txt_outline {
  background-color: var(--secondary-color);
  padding-bottom: calc(170 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-outline .txt_outline {
    padding-bottom: calc(75 / var(--breack) * 100vw);
  }
}
.page-outline .txt_outline p {
  padding: calc(40 / var(--breack) * 100vw) 0 0;
}
@media screen and (max-width: 767px) {
  .page-outline .txt_outline p {
    font-size: calc(14 / var(--breack) * 100vw);
  }
}
.page-outline .txt_outline .txt {
  margin-left: 23.5%;
  margin-right: 3.7%;
}
@media screen and (max-width: 767px) {
  .page-outline .txt_outline .txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-outline .boxhead {
  position: absolute;
  left: calc(10.3% + 24px);
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-outline .boxhead {
    left: calc(24 / var(--breack) * 100vw);
  }
}
.page-outline .container .copy {
  color: var(--primary-color);
  font-weight: 300;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  font-size: clamp(1.5rem, 1.5337423313vw + 0.3220858896rem, 2.5rem);
}
@media screen and (max-width: 767px) {
  .page-outline .container .copy {
    letter-spacing: 0.2em;
    font-size: 15px;
  }
}
.page-outline .container .sectitle {
  writing-mode: vertical-rl;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.62em;
  font-size: clamp(3rem, 3.0674846626vw + 0.6441717791rem, 5rem);
  margin-right: calc(25 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-outline .container .sectitle {
    letter-spacing: 0.2em;
    font-size: 29px;
    margin-right: calc(20 / var(--breack) * 100vw);
  }
}
.page-outline .campass__img {
  position: relative;
}
.page-outline span.red {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  height: 100%;
}

/*feature*/
.features-navi ul {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 4.2%;
       column-gap: 4.2%;
  list-style: none;
}
.features-navi ul li {
  flex: 1;
}
.features-navi ul li a {
  display: block;
  text-decoration: none;
}
.features-navi ul li a > span {
  transition: all 0.3s;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 0.4601226994vw + 1.0466257669rem, 1.7rem);
  color: #000;
  height: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features-navi ul li a > span {
    line-height: 1.3;
    height: 70px;
  }
}
.features-navi ul li a:hover > span, .features-navi ul li a.active > span {
  font-weight: bold;
  background-color: var(--primary-color);
  color: #fff;
}
.features-lead {
  padding-bottom: 0;
  padding-top: 50px;
}

.page-features .wrap_features {
  position: relative;
}
.page-features .wrap_features::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--secondary-color);
  display: block;
  z-index: -1;
}
.page-features .wrap_features img {
  vertical-align: bottom;
}
.page-features .wrap_features2 {
  background-color: var(--secondary-color);
}
.page-features .wrap_features2 .features-txt {
  font-size: clamp(1.4rem, 0.4559270517vw + 1.0498480243rem, 1.7rem);
  line-height: 2.6;
  padding: calc(50 / var(--breack) * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features2 .features-txt {
    padding: calc(45 / var(--breack) * 100vw) 0;
  }
}
.page-features .row_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-features .row_features {
    flex-direction: column;
  }
}
.page-features .row_features.col2 {
  row-gap: calc(30 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-features .row_features.col2 {
    row-gap: calc(15 / var(--breack) * 100vw);
  }
}
.page-features .row_features.col2 li {
  width: 48.9%;
}
@media screen and (max-width: 767px) {
  .page-features .row_features.col2 li {
    width: 100%;
  }
}
.page-features .row_features.col2 li img {
  vertical-align: bottom;
}
.page-features .row_features.col3 {
  row-gap: calc(30 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-features .row_features.col3 {
    flex-direction: row;
  }
}
.page-features .row_features.col3 li {
  width: 48.9%;/*3列になったら 31.5*/
}
@media screen and (max-width: 767px) {
  .page-features .row_features.col3 li {
    width: 100%;/*48.9%*/
  }
}
.page-features .row_features.col3 li img {
  vertical-align: bottom;
}
.page-features .wrap_features3 {
  background-color: var(--secondary-color);
  padding-bottom: calc(155 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 {
    padding-bottom: calc(60 / var(--breack) * 100vw);
  }
}
.page-features .wrap_features3 .row_features2 {
  padding-top: calc(155 / var(--breack) * 100vw);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 {
    padding-top: calc(65 / var(--breack) * 100vw);
    flex-direction: column;
  }
}
.page-features .wrap_features3 .row_features2 .secttl {
  width: 34.3%;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 .secttl {
    width: 100%;
  }
}
.page-features .wrap_features3 .row_features2 .col_r {
  width: 65.7%;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 .col_r {
    width: 100%;
    display: block;
  }
}
.page-features .wrap_features3 .row_features2 .col_r .img.movie {
  position: relative;
  margin-bottom: calc(50 / var(--breack) * 100vw);
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 .col_r .img.movie {
    margin-bottom: calc(45 / var(--breack) * 100vw);
  }
}
.page-features .wrap_features3 .row_features2 .col_r .img.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-features .wrap_features3 .row_features2 .col_r .img.movie a {
  display: block;
  position: relative;
}
.page-features .wrap_features3 .row_features2 .col_r .img.movie a::after {
  content: "";
  width: 78px;
  height: 78px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/features/icn_play.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 .col_r .img.movie a::after {
    width: 36px;
    height: 36px;
  }
}
.page-features .wrap_features3 .row_features2 .col_r .img.movie a:hover {
  opacity: 0.7;
}
.page-features .wrap_features3 .row_features2 .col_r .txt {
  font-size: clamp(1.4rem, 0.3039513678vw + 1.1665653495rem, 1.6rem);
}
.page-features .wrap_features3 .row_features2 .col_r .txt + .txt {
  margin-top: 2em;
}
.page-features .wrap_features3 .row_features2 .col_r ul {
  width: 100%;
}
.page-features .wrap_features3 .row_features2 .col_r ul li {
  margin-bottom: calc(3 / var(--breack) * 100vw);
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .page-features .wrap_features3 .row_features2 .col_r ul,
  .page-features .wrap_features3 .row_features2 .col_r ul li {
    width: 100%;
  }
}
.page-features .wrap_features3 .row_features2 .col_r ul li a {
  position: relative;
  font-size: clamp(1.4rem, 0.3039513678vw + 1.1665653495rem, 1.6rem);
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  display: block;
}
.page-features .wrap_features3 .row_features2 .col_r ul li a span {
  white-space: nowrap;
}
.page-features .wrap_features3 .row_features2 .col_r ul li a::before {
  position: absolute;
  left: 0;
  top: 10px;
  margin-right: 15px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
  transform: rotate(135deg);
}
.page-features .wrap_features3 .row_features2 .col_r ul li a.imglink::before {
  display: none;
}
.page-features .wrap_features3 .row_features2 .col_r ul li a:hover {
  opacity: 0.7;
}
.page-features .foot-navi {
  padding: calc(160 / var(--breack) * 100vw) 0 calc(160 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .page-features .foot-navi {
    padding: calc(60 / var(--breack) * 100vw) 0 calc(60 / var(--breack) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .page-features .foot-navi ul {
    flex-direction: column;
    row-gap: calc(20 / var(--breack) * 100vw);
  }
}
.page-features .foot-navi img {
  vertical-align: bottom;
  width: 100%;
}
.page-features .foot-navi a {
  position: relative;
}
.page-features .foot-navi a .campass__anime {
  position: relative;
}
.page-features .foot-navi a .campass__anime::before {
  position: absolute;
  content: "";
  transition: all 0.5s;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.page-features .foot-navi a.active .campass__anime::before, .page-features .foot-navi a:hover .campass__anime::before {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .page-features .foot-navi a > span {
    height: 45px;
  }
}
.page-features .bannerlist {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-features .bannerlist {
    margin-top: 40px;
  }
}
.page-features .bannerlist ul {
  display: flex;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .page-features .bannerlist ul {
    display: block;
  }
}
.page-features .bannerlist ul li {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .page-features .bannerlist ul li {
    width: 100%;
    padding-right: 0;
  }
}
.page-features .bannerlist ul li a.imglink {
  margin-left: -1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-features .bannerlist ul li a.imglink {
    max-width: 327px;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0 !important;
  }
  .page-features .bannerlist ul li a.imglink img {
    width: 100%;
    height: auto;
  }
}
.page-features .bannerlist ul li a.imglink::before {
  display: none;
}

/*schedule*/
.page-schedule .main {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page-schedule .main {
    padding-bottom: 70px;
  }
}

.schedule-gallery .row_schedule {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.585%;
       column-gap: 1.585%;
  row-gap: calc(17 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .schedule-gallery .row_schedule {
    -moz-column-gap: 1px;
         column-gap: 1px;
    row-gap: 1px;
  }
}
.schedule-gallery .row_schedule li {
  width: 11.1%;
}
@media screen and (min-width: 1128px) {
  .schedule-gallery .row_schedule li {
    width: 11.1%;
  }
}
@media screen and (max-width: 767px) {
  .schedule-gallery .row_schedule li {
    width: calc((100% - 2px) / 3);
  }
}
.schedule-gallery .row_schedule li a {
  display: block;
}
.schedule-gallery .row_schedule li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 10vw;
}
@media screen and (min-width: 1128px) {
  .schedule-gallery .row_schedule li img {
    width: 100%;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-gallery .row_schedule li img {
    height: calc((100vw - 50px) / 3);
  }
}

/*facilities*/
.page-facilities .main {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page-facilities .main {
    padding-bottom: 70px;
  }
}

.facilitise_lead {
text-align: center;
padding-top: 20px;
padding-bottom: 50px;
}

.facilitise_lead2 {
text-align: center;
padding-top: 20px;
}

/*2026年追加*/
.facilitise_lead3 {
text-align: center;
padding-top: 60px;
}
/*ここまで*/

.page-facilities p.facilitise_text {
padding-top: 20px!important;
}


/*special*/
.special-content {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .special-content {
    padding-bottom: 70px !important;
  }
}
.special-content .row_special {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.73%;
       column-gap: 1.73%;
  row-gap: calc(17 / var(--breack) * 100vw);
  margin-top: calc(126 / var(--breack) * 100vw);
}
@media screen and (min-width: 1128px) {
  .special-content .row_special {
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-top: 126px;
  }
}
@media screen and (max-width: 767px) {
  .special-content .row_special {
    -moz-column-gap: 1px;
         column-gap: 1px;
    row-gap: 1px;
    margin-top: calc(63 / var(--breack) * 100vw);
  }
}
.special-content .row_special li {
  width: 23.7%;
}
@media screen and (min-width: 1146px) {
  .special-content .row_special li {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .special-content .row_special li {
    width: calc((100% - 2px) / 3);
  }
}
.special-content .row_special li a {
  display: block;
}
.special-content .row_special li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 33.8vw;
}
@media screen and (min-width: 1128px) {
  .special-content .row_special li img {
    width: 100%;
    height: 393px;
  }
}
@media screen and (max-width: 767px) {
  .special-content .row_special li img {
    height: 44.14vw;
  }
}

/*information*/
.information-content {
  background-color: var(--secondary-color);
}

.row_information {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.73%;
       column-gap: 1.73%;
  row-gap: calc(13 / var(--breack) * 100vw);
  margin-top: calc(20 / var(--breack) * 100vw);
}
@media screen and (min-width: 1145px) {
  .row_information {
    -moz-column-gap: 13px;
         column-gap: 13px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .row_information {
    row-gap: 15px;
    margin-top: 0;
    flex-direction: column;
  }
}
.row_information .col {
  width: 23.7%;
}
@media screen and (min-width: 1145px) {
  .row_information .col {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .information-content .row_information .col {
    width: 100%;
  }
}
.row_information .col a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .information-content .row_information .col a {
    display: flex;
  }
}
.row_information .col .txt {
  background-color: #fff;
  padding: calc(22 / var(--breack) * 100vw) calc(25 / var(--breack) * 100vw);
}
@media screen and (min-width: 1145px) {
  .row_information .col .txt {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 767px) {
  .row_information .col .txt {
    /*padding: calc(18 / var(--breack) * 100vw) calc(15 / var(--breack) * 100vw);*/
	padding: calc(14 / var(--breack) * 100vw) calc(15 / var(--breack) * 100vw);
  }
}
.row_information .col .txt p {
  font-size: clamp(1.3rem, 0.5555555556vw + 0.8733333333rem, 1.5rem);
  font-weight: 500;
}
.row_information .col .txt p.date {
  color: var(--primary-color);
  font-size: clamp(1rem, 1.1111111111vw + 0.1466666667rem, 1.4rem);
  text-align: right;
  margin-top: calc(5 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .information-content .row_information .col .txt p.date {
    text-align: left;
  }
}
.row_information .col .txt p.ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .row_information .col .img {
    width: 44.3%;
    flex-shrink: 0;
  }
}
.row_information .col img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 15vw;
}
@media screen and (min-width: 1145px) {
  .row_information .col img {
    width: 260px;
    height: 173px;
  }
}
@media screen and (max-width: 767px) {
  .row_information .col img {
    height: 26vw;
  }
}

.category main,
.date main,
.blog main,
.single-post main,
.page-information main {
  padding-bottom: 0;
}
.category .main,
.date .main,
.blog .main,
.single-post .main,
.page-information .main {
  background-color: var(--secondary-color);
  padding-bottom: calc(120 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .category .main,
.date .main,
.blog .main,
.single-post .main,
.page-information .main {
    padding-top: calc(45 / var(--breack) * 100vw);
    padding-bottom: calc(70 / var(--breack) * 100vw);
  }
}

/*single*/
.single-post .main .single-head {
  padding: calc(30 / var(--breack) * 100vw) 0px;
  margin-bottom: calc(60 / var(--breack) * 100vw);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1128px) {
  .single-post .main .single-head {
    padding: 30px 0px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .main .single-head {
    padding: calc(25 / var(--breack) * 100vw) 0px;
    margin-bottom: calc(35 / var(--breack) * 100vw);
  }
}
.single-post .main .single-head .metaarea {
  font-weight: 400;
  margin: calc(5 / var(--breack) * 100vw) 0 0 0;
  text-align: left;
}
.single-post .main .single-head .date {
  color: var(--primary-color);
  display: block;
  font-size: clamp(1rem, 1.1111111111vw + 0.1466666667rem, 1.4rem);
}
.single-post .main .single-head .date:hover {
  opacity: 0.7;
}
.single-post .main .single-title {
  font-size: clamp(1.6rem, 1.6666666667vw + 0.32rem, 2.2rem);
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1.3;
  vertical-align: middle;
  position: relative;
  margin: 0;
}
.single-post .main .single-cont {
  margin: 0;
  line-height: 1.8;
}
.single-post .main .single-cont > *:first-child {
  margin-top: 0;
}
.single-post .main .single-cont > *:last-child {
  margin-bottom: 0;
}
.single-post .main .single-cont ul,
.single-post .main .single-cont ol {
  margin-left: 1.5em;
}
.single-post .main .single-cont h2 {
  font-size: clamp(1.5rem, 1.9444444444vw + 0.0066666667rem, 2.2rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0px;
  position: relative;
  margin: calc(55 / var(--breack) * 100vw) 0 calc(55 / var(--breack) * 100vw);
  padding-bottom: calc(20 / var(--breack) * 100vw);
  border-bottom: 1px solid var(--bluegray-color);
}
@media screen and (min-width: 1128px) {
  .single-post .main .single-cont h2 {
    margin: 55px 0;
    padding-bottom: 20px;
  }
}
.single-post .main .single-cont h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont h2 {
    margin: calc(45 / var(--breack) * 100vw) 0 calc(35 / var(--breack) * 100vw);
    padding-bottom: calc(15 / var(--breack) * 100vw);
  }
}
.single-post .main .single-cont h3 {
  font-size: clamp(1.5rem, 0.8333333333vw + 0.86rem, 1.8rem);
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  color: var(--bluegray-color);
  margin: calc(55 / var(--breack) * 100vw) 0 calc(35 / var(--breack) * 100vw);
}
.single-post .main .single-cont h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1128px) {
  .single-post .main .single-cont h3 {
    margin: 55px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont h3 {
    margin: calc(35 / var(--breack) * 100vw) 0 calc(20 / var(--breack) * 100vw);
  }
}
.single-post .main .single-cont h4 {
  font-size: clamp(1.4rem, 0.5555555556vw + 0.9733333333rem, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: var(--secondary-color);
  padding: calc(15 / var(--breack) * 100vw) calc(25 / var(--breack) * 100vw);
  margin: calc(55 / var(--breack) * 100vw) 0 calc(35 / var(--breack) * 100vw);
}
.single-post .main .single-cont h4:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1128px) {
  .single-post .main .single-cont h4 {
    padding: 15px 25px;
    margin: 55px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont h4 {
    padding: calc(10 / var(--breack) * 100vw) calc(15 / var(--breack) * 100vw);
    margin: calc(35 / var(--breack) * 100vw) 0 calc(20 / var(--breack) * 100vw);
  }
}
.single-post .main .single-cont h5 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont h5 {
    font-size: 1.4rem;
    margin: 20px 0 15px;
  }
}
.single-post .main .single-cont h6 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont h6 {
    font-size: 1.4rem;
    margin: 20px 0 15px;
  }
}
.single-post .main .single-cont a {
  color: var(--link-color);
  text-decoration: none;
  transition: all 0.2s;
}
.single-post .main .single-cont a:hover {
  text-decoration: underline;
}
.single-post .main .single-cont p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 1.6rem;
}
.single-post .main .single-cont p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont p {
    line-height: 2;
    font-size: 1.4rem;
  }
}
.single-post .main .single-cont img {
  margin: calc(55 / var(--breack) * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont img {
    margin: calc(35 / var(--breack) * 100vw) 0;
    height: auto !important;
  }
}
.single-post .main .single-cont .col2 {
  margin: calc(55 / var(--breack) * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont .col2 {
    margin: calc(35 / var(--breack) * 100vw) 0;
  }
}
.single-post .main .single-cont .col2 > * {
  max-width: 48%;
}
.single-post .main .single-cont .col2 img {
  margin: 0;
}
.single-post .main .single-cont table td {
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-post .main .single-cont table td {
    line-height: 1.5;
    font-size: 14px;
  }
}
.single-post .main .single-backbtn {
  display: block;
  font-size: clamp(1.4rem, 0.5555555556vw + 0.9733333333rem, 1.6rem);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: var(--bluegray-color2);
  padding: calc(20 / var(--breack) * 100vw) 0;
  margin: 0;
}
.single-post .main .single-backbtn:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1128px) {
  .single-post .main .single-backbtn {
    padding: 20px 0;
  }
}
.single-post .main .single-backbtn:hover {
  opacity: 0.7;
}
.single-post .main .wrap_single {
  background-color: #fff;
  padding: 0;
  padding: calc(116 / var(--breack) * 100vw) calc(170 / var(--breack) * 100vw);
}
@media screen and (min-width: 1128px) {
  .single-post .main .wrap_single {
    padding: 116px 170px;
  }
}
@media screen and (max-width: 1127px) {
  .single-post .main .wrap_single {
    padding: calc(116 / var(--breack) * 100vw) 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .main .wrap_single {
    padding: calc(40 / var(--breack) * 100vw) 24px;
  }
}
.single-post .main .inner_single {
  max-width: 740px;
  margin: 0 auto;
}

/*single pagar*/
.single-linkarea {
  list-style: none;
  margin: 80px 0px;
  padding: 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-linkarea {
    margin: 40px 0px;
    display: block;
    width: auto;
    min-height: 42px;
  }
}
.single-linkarea .post-navigation {
  width: auto;
}
.single-linkarea .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-linkarea .post-navigation .nav-previous a,
.single-linkarea .post-navigation .nav-next a {
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single-linkarea .post-navigation .nav-previous a,
.single-linkarea .post-navigation .nav-next a {
    font-size: 1.4rem;
  }
}
.single-linkarea .post-navigation .nav-previous a:hover,
.single-linkarea .post-navigation .nav-next a:hover {
  opacity: 0.7;
}
.single-linkarea .post-navigation .nav-previous a {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .single-linkarea .post-navigation .nav-previous a {
    padding-left: 24px;
  }
}
.single-linkarea .post-navigation .nav-previous a::before {
  content: "";
  position: absolute;
  content: "";
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #000;
  border-left: 2px solid #000;
  height: 6px;
  width: 80px;
  transform: skew(-55deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-linkarea .post-navigation .nav-previous a::before {
    height: 4px;
    width: 100%;
    transform: skew(-42deg) translateY(-55%);
    bottom: 8px;
    top: auto;
    left: 0;
  }
}
.single-linkarea .post-navigation .nav-next a {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .single-linkarea .post-navigation .nav-next a {
    padding-right: 24px;
  }
}
.single-linkarea .post-navigation .nav-next a::before {
  content: "";
  position: absolute;
  content: "";
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 2px solid #000;
  height: 6px;
  width: 80px;
  transform: skew(55deg) translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-linkarea .post-navigation .nav-next a::before {
    height: 4px;
    width: 100%;
    transform: skew(42deg) translateY(-55%);
    bottom: 8px;
    top: auto;
    left: 0;
  }
}
.single-linkarea .linklist {
  border-right: 0;
  text-decoration: underline;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 20%;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
}
.single-linkarea .linklist:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .single-linkarea .linklist {
    font-size: 1.4rem;
  }
}

.anchor {
  position: absolute;
  top: -50px;
}

/*===================================================
	home
*==================================================*/
.homehead.pagehead {
  height: 100vh;
  position: relative;
  border-bottom: 0;
  --bg-show-animation-duration: 0.8s;
  --bg-show-animation-delay: 1s;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
@media print, screen and (min-width: 768px) {
  .homehead.pagehead ._type1 .pagehead {
    --bg-show-animation-delay: 0.6s;
  }
  .homehead.pagehead ._type2 .pagehead {
    --bg-show-animation-delay: 0.6s ;
  }
  .homehead.pagehead ._type3 .pagehead {
    --bg-show-animation-delay: 0.2s ;
  }
  .homehead.pagehead ._type4 .pagehead {
    --bg-show-animation-delay: 0.8s ;
  }
}
@media screen and (max-width: 767px) {
  .homehead.pagehead {
    height: auto;
  }
}
.homehead.pagehead + .main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.homehead.pagehead::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  height: 100%;
  -webkit-animation-name: bg-show-animation;
          animation-name: bg-show-animation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .pagehead-inner::before {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .pagehead-img {
    height: auto;
    aspect-ratio: 390/495;
    margin-top: -2px;
    z-index: -1;
  }
}
.page-outline .homehead.pagehead .pagehead-img {
  background-image: url(../images/bg-outline.jpg);
}
@media screen and (max-width: 767px) {
  .page-outline .homehead.pagehead .pagehead-img {
    background-image: url(../images/bg-outline-sp.jpg);
  }
}
.homehead.pagehead .pagehead-ttlset {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .pagehead-ttlset {
    background-color: transparent;
    width: 100%;
    height: 110px;
    padding: 0;
    z-index: 102;
  }
}
.homehead.pagehead .pagehead-ttlset .logo {
  top: 0;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .pagehead-ttlset .logo {
    top: 64px;
  }
}
.homehead.pagehead .pagehead-ttlset .logo.show {
  opacity: 1;
}
.homehead.pagehead .pagehead-ttlset .logo.hide {
  opacity: 0;
}
.homehead.pagehead .spmenu-ttlset {
  z-index: 100;
  opacity: 1;
}
.homehead.pagehead .spmenu-ttlset.show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .spmenu-ttlset {
    top: 215px;/*244*/
    left: 50%;
    transform: translateX(-50%);
  }
  .homehead.pagehead .spmenu-ttlset .spmenu-ttl {
    font-size: 4.7rem;
    line-height: 1;
  }
  .homehead.pagehead .spmenu-ttlset .spmenu-txt {
    font-size: 1.4rem;
  }
}
.homehead.pagehead .spmenu-ttlset .spmenu-ttl {
  transform: translateY(20px);
}
.homehead.pagehead .spmenu-ttlset .spmenu-ttl.show {
  transform: translateY(0px);
}
.homehead.pagehead .scrolldown {
  position: absolute;
  right: 80px;
  bottom: 60px;
  height: 50px;
  z-index: 100;
  color: #fff;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.homehead.pagehead .scrolldown.show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .homehead.pagehead .scrolldown {
    right: 30px;
    display: none;
  }
}
.homehead.pagehead .scrolldown span {
  display: block;
  transform: translateY(-100%);
}
.homehead.pagehead .scrolldown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

/*index*/
.index-cont {
  position: relative;
  height: auto;
  padding: calc(360 / var(--breack) * 100vw) 0 !important;
}
@media screen and (min-width: 1140px) {
  .index-cont {
    height: 960px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .index-cont {
    padding: calc(50 / var(--breack) * 100vw) 0 0 !important;
  }
}
.index-cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 540px + 225px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 1139px) {
  .index-cont::after {
    width: calc(20% + 24px);
  }
}
@media screen and (max-width: 767px) {
  .index-cont::after {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 375/160;
  }
}
.index-cont .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .index-cont .container {
    align-items: flex-start;
  }
}
.index-cont .img {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .index-cont .img {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    width: 100%;
    margin-bottom: calc(30 / var(--breack) * 100vw);
  }
  .index-cont .img img {
    width: 100%;
  }
}
.index-cont .index-secttl,
.index-cont .txt {
  max-width: 515px;
  width: 52%;
}
@media screen and (min-width: 1140px) {
  .index-cont .index-secttl,
.index-cont .txt {
    width: 47.7%;
  }
}
@media screen and (max-width: 767px) {
  .index-cont .index-secttl,
.index-cont .txt {
    max-width: none;
    width: 100%;
  }
}
.index-cont .index-secttl p,
.index-cont .txt p {
  text-align: left;
  font-size: clamp(1.4rem, 0.8333333333vw + 0.76rem, 1.7rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .index-cont .txt {
    padding-bottom: calc(40 / var(--breack) * 100vw);
  }
}
.index-cont:nth-child(odd) {
  background-color: var(--secondary-color);
}
.index-cont:nth-child(even)::after {
  left: auto;
  right: 0;
  background-position: right center;
}
.index-cont:nth-child(even) .container {
  align-items: flex-start;
}
.index-cont:nth-child(even) .img {
  left: auto;
  right: 24px;
}
@media screen and (max-width: 767px) {
  .index-cont:nth-child(even) .img {
    right: auto;
  }
}
.index-outline::after {
  background-image: url(../images/index/bg-index-outline.jpg);
}
@media screen and (max-width: 767px) {
  .index-outline::after {
    background-image: url(../images/index/bg-index-outline-sp.jpg);
  }
}
.index-features::after {
  background-image: url(../images/index/bg-index-features.jpg);
}
@media screen and (max-width: 767px) {
  .index-features::after {
    background-image: url(../images/index/bg-index-features-sp.jpg);
  }
}
.index-schedule::after {
  background-image: url(../images/index/bg-index-schedule.jpg);
}
@media screen and (max-width: 767px) {
  .index-schedule::after {
    background-image: url(../images/index/bg-index-schedule-sp.jpg);
  }
}
/*▼20250724追加　施設*/
.index-facilities::after {
  background-image: url(../images/index/bg-index-facilities.jpg);
}
@media screen and (max-width: 767px) {
  .index-facilities::after {
    background-image: url(../images/index/bg-index-facilities-sp.jpg);
  }
}
/*▲20250724追加　施設*/
.index-special {
  background-color: #fff;
  padding: calc(110 / var(--breack) * 100vw) 0 calc(60 / var(--breack) * 100vw);
}
@media screen and (min-width: 1140px) {
  .index-special {
    padding: 110px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .index-special {
    padding: calc(50 / var(--breack) * 100vw) 0 0;
  }
}
.index-special-listarea {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-special-listarea {
    width: 63%;
    margin-left: 24px;
  }
}
.index-special-list {
  display: flex;
  align-items: center;
  transform: translateX(-19.5vw);
  transition: all linear 0.5s;
  height: calc(690 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .index-special-list {
    transform: translateX(-100%);
    height: auto;
  }
}
.index-special-list > div {
  width: 18vw;
  transition: width 0.5s;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-special-list > div {
    width: 100%;
  }
}
.index-special-list > div.active {
  width: 28vw;
  transition: width linear 0.5s;
}
@media screen and (max-width: 767px) {
  .index-special-list > div.active {
    width: 100%;
  }
}
.index-special-list > div span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .index-special-list > div span {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
}
.index-special-list > div span img {
  width: 100%;
  height: auto;
}
.index-special .arrows {
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-special .arrows {
    position: absolute;
    right: 0;
    bottom: calc(123 / var(--breack) * 100vw);
  }
}
.index-special .arrows .slick-arrow {
  top: -80px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .index-special .arrows .slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 12px auto;
    top: -32px;
  }
}
.index-special .arrows .slick-arrow.slick-next {
  left: auto;
  right: 24px;
}
@media screen and (min-width: 1140px) {
  .index-special .arrows .slick-arrow.slick-next {
    left: calc(50% + 485px);
  }
}
@media screen and (max-width: 767px) {
  .index-special .arrows .slick-arrow.slick-next {
    left: auto;
    right: 24px;
  }
}
.index-special .arrows .slick-arrow.slick-prev {
  left: auto;
  right: 89px;
}
@media screen and (min-width: 1140px) {
  .index-special .arrows .slick-arrow.slick-prev {
    left: calc(50% + 420px);
  }
}
@media screen and (max-width: 767px) {
  .index-special .arrows .slick-arrow.slick-prev {
    left: auto;
    right: 61px;
  }
}
.index-special .arrows .slick-arrow:hover {
  opacity: 0.7;
}
.index-special .index-secttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .index-special .index-secttl {
    margin-bottom: calc(40 / var(--breack) * 100vw);
  }
}
.index-special .morebtn {
  position: absolute;
  left: 24px;
  top: calc(80 / var(--breack) * 100vw * -1);
}
@media screen and (min-width: 1260px) {
  .index-special .morebtn {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-special .morebtn {
    position: relative;
    left: auto;
    top: auto;
    height: calc(123 / var(--breack) * 100vw);
    padding-top: calc(46 / var(--breack) * 100vw);
  }
}
.index-special .morebtn a {
  margin-top: 0;
}
.index-special .container {
  position: relative;
}
.index-special .copyarea {
  position: relative;
}
.index-special .copy {
  position: absolute;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  top: calc(60 / var(--breack) * 100vw);
  left: 34.5vw;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .index-special .copy {
    top: 0;
    left: auto;
    right: 24px;
    transform: translateX(0);
  }
}
.index-special .copy span {
  display: block;
  background-color: var(--primary-color);
  color: #fff;
  font-size: clamp(1.5rem, 1.5197568389vw + 0.3328267477rem, 2.5rem);
  writing-mode: vertical-rl;
  margin-left: 0px;
  line-height: 1;
  padding: 15px 12px 10px 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .index-special .copy span {
    padding: 10px 7px 10px 7px;
  }
}
.index-special .copy span:first-child {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .index-special .copy span:first-child {
    margin-left: calc(12 / var(--breack) * 100vw);
  }
}
.index-information {
  background-color: var(--primary-color);
  padding: calc(120 / var(--breack) * 100vw) 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-information {
    padding: calc(55 / var(--breack) * 100vw) 0 !important;
  }
}
.index-information .index-secttl {
  margin-bottom: calc(70 / var(--breack) * 100vw);
}
@media screen and (max-width: 767px) {
  .index-information .index-secttl {
    margin-bottom: calc(40 / var(--breack) * 100vw);
  }
}
.index-information .index-secttl .en {
  color: #fff;
  position: absolute;
  left: 0px;
  letter-spacing: 0;
  bottom: calc(90 / var(--breack) * 100vw * -1);
  transform: translateX(-30%) rotate(-90deg);
  transform-origin: left top;
  font-size: clamp(4.6rem, 5.737704918vw + 0.193442623rem, 8.8rem);
  transition: none;
}
@media screen and (max-width: 1420px) {
  .index-information .index-secttl .en {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .index-information .index-secttl .en {
    font-size: 50px;
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
.index-information .index-secttl .ja {
  color: #fff;
  font-size: clamp(1.4rem, 0.8196721311vw + 0.7704918033rem, 2rem);
}
.index-information .container {
  position: relative;
}
@media screen and (max-width: 1420px) {
  .index-information .container {
    margin-left: calc(120 / var(--breack) * 100vw);
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .index-information .container {
    margin-left: 0;
    padding-right: 24px;
  }
}
.index-information .row_information {
  display: block;
  position: static;
}
@media screen and (max-width: 767px) {
  .index-information .row_information {
    position: relative;
  }
}
.index-information .row_information .col a .img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .index-information .row_information .col a .img {
    width: 100%;
  }
}
.index-information .row_information .col a img {
  transition: all 0.3s;
  width: 100%;
  height: auto;
  aspect-ratio: 260/173;
}
.index-information .row_information .col a:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.index-information .wrap_information {
  width: calc(100vw - (100vw - 1080px) / 2);
  overflow: visible;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .index-information .wrap_information {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
.index-information .infobtn {
  position: absolute;
  top: 0px;
  right: 220px;
}
@media screen and (max-width: 767px) {
  .index-information .infobtn {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 30px;
  }
}
.index-information .infobtn a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.index-information .slick-arrow {
  z-index: 1;
  top: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .index-information .slick-arrow {
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 25px;
    height: 25px;
    top: 50%;
    transform-origin: center center;
  }
}
.index-information .slick-arrow:hover {
  opacity: 0.7;
}
.index-information .slick-arrow.slick-next {
  left: 1095px;
  transform: translate(-100%, -30%);
}
@media screen and (max-width: 1420px) {
  .index-information .slick-arrow.slick-next {
    left: calc(100% - 24px);
  }
}
@media screen and (max-width: 900px) {
  .index-information .slick-arrow.slick-next {
    transform: translate(-100%, -35%);
  }
}
@media screen and (max-width: 767px) {
  .index-information .slick-arrow.slick-next {
    transform: translateY(-100%) rotate(45deg);
    right: -25px;
    left: auto;
  }
}
.index-information .slick-arrow.slick-prev {
  left: 1030px;
  transform: translate(-100%, -30%) rotate(180deg);
}
@media screen and (max-width: 1420px) {
  .index-information .slick-arrow.slick-prev {
    left: calc(100% - 89px);
  }
}
@media screen and (max-width: 900px) {
  .index-information .slick-arrow.slick-prev {
    transform: translate(-100%, -35%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .index-information .slick-arrow.slick-prev {
    transform: translateY(-100%) rotate(-135deg);
    top: 50%;
    left: -25px;
  }
  .index-information .slick-arrow.slick-prev::before {
    display: none;
  }
}
@-webkit-keyframes moveslide {
  from {
    transform: translateX(-1.5%);
  }
  to {
    transform: translateX(-19.5%);
  }
}
@keyframes moveslide {
  from {
    transform: translateX(-1.5%);
  }
  to {
    transform: translateX(-19.5%);
  }
}

/*==================================================
 * contents
 *================================================*/
/*foot*/
#page-top {
  display: none;
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  right: 30px;
  font-size: 12px;
}

#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 25px;
  display: block;
  position: relative;
  padding: 0 0 8em 0;
  transition: all 0.2s;
}

#page-top a:hover {
  opacity: 0.8;
}

#page-top a:before {
  content: "";
  height: 75px;
  width: 3px;
  display: block;
  background-color: #fff;
}

#page-top a span {
  display: block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 8em;
  position: absolute;
  bottom: 38px;
  left: -55px;
}

#page-top a span:before {
  position: absolute;
  transform: rotate(40deg);
  content: "";
  width: 15px;
  height: 3px;
  right: -72px;
  top: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #page-top {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
  }
}
/*-----------------------
pagination
---------------------------*/
.autopagination {
  text-align: center;
}

.pagination-wrapper {
  text-align: center;
  margin: calc(65 / var(--breack) * 100vw) 0 0;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    margin: calc(40 / var(--breack) * 100vw) -24px 0;
  }
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  border-radius: 4px;
  flex-wrap: wrap;
}
.pagination > li {
  margin-bottom: 6px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 18px;
  margin: 0 6px;
  line-height: 1.42857143;
  color: #303030;
  text-decoration: none;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
.pagination > li > span {
    padding: 9px 15px;
    margin: 0 4px;
    font-size: 15px;
  }
}
.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: var(--bluegray-color);
}
.pagination > li > a.prev,
.pagination > li > a.next {
  color: #fff;
  border: 0;
  background-color: var(--gray-color);
}
.pagination > li > span.disable {
  color: #fff;
  background-color: var(--gray-color);
}

/* top slide Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 100px;
  display: inline-block !important;
  left: 50%;
  transform: translateX(-550px);
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots.thin {
  bottom: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 14px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  border: 2px solid #fff;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 40px;
  }
}
#cookie-law-info-bar {
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 22px 10px;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    padding: 22px 0px;
  }
}
#cookie-law-info-bar .fr {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .fr {
    display: block;
  }
}
#cookie-law-info-bar p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar p {
    font-size: 11px;
  }
}
#cookie-law-info-bar p a {
  color: #fff;
}
#cookie-law-info-bar .cli-plugin-button {
  width: 80px;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  padding: 0px 12px;
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .cli-plugin-button {
    display: block;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    margin-left: 0px;
  }
}

.btns {
  display: flex;
  justify-content: center;
}
.btns .btn-default {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  width: 258px;
  line-height: 42px;
  border-radius: 221px;
}
.btns .btn-default.rbtn::before {
  background-color: #000;
}

/*lightbox*/
.fancybox-is-open .fancybox-bg {
  background: #000;
}

[data-fancybox-close] {
  position: fixed;
  right: 20px;
  top: 20px;
}
[data-fancybox-close] svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: none;
}
@media screen and (max-width: 767px) {
  [data-fancybox-close] {
    right: 15px;
    top: 15px;
  }
  [data-fancybox-close] svg {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .fancybox__content {
    max-width: calc(100% - 70px);
  }
}

.fancybox__container .is-next {
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 70px;
  right: 2rem !important;
}
@media screen and (max-width: 767px) {
  .fancybox__container .is-next {
    right: 0 !important;
    left: auto !important;
    background-size: 15px auto;
  }
}
.fancybox__container .is-next svg {
  display: none;
}
.fancybox__container .is-prev {
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 70px;
  left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .fancybox__container .is-prev {
    background-size: 15px auto;
    left: 0 !important;
    right: auto !important;
  }
}
.fancybox__container .is-prev svg {
  display: none;
}

/** Informationブロックのスライダーをとめたときのスタイル。
　　#infolistをつけてスライダーを動かすときは以下スタイルは削除する **/
/*.index-information .row_information {
  display: flex;
}

.index-information .wrap_information {
  max-width: 100%;
}*/

@media screen and (max-width: 767px) {
  .row_information .col {
    width: 100%;
  }
}
/**add movie**/
.ph_out {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ph_out .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .ph_out .video {
    width: 230%;
    height: auto;
    aspect-ratio: 89700/50456;
    top: 0;
    transform: translate(-50%, 0);
    min-height: auto;
    top: -2px;
  }
}

.movie__btn {
  position: absolute;
  right: 66px;
  top: 128px;
  z-index: 111;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.movie__btn.show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .movie__btn {
    right: 20px;
    top: 75px;
  }
}

.video-button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  background-image: url(../images/index/voice_off.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 68px;
  height: 20px;
}
.video-button.on {
  background-image: url(../images/index/voice_on.svg);
}
/*# sourceMappingURL=main.css.map */

/***** Slider css added 2025.08.19 *****/
pagehead-inner {
  align-items: stretch;
}

.homehead .pagehead-img, 
.homehead .slick-dotted.slick-slider,
.homehead .slick-list {
    height: 100svh;
}

.homehead .slick-slide img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.slide figure {
  background-size: cover !important;
  height: 100svh;
}

.slide .image-01 {
  background: url(../images/index/main250826.jpg) no-repeat;
}

.slide .image-02 {
  background: url(../images/index/main250826_1.jpg) no-repeat;
}

.slide .image-03 {
  background: url(../images/index/main250826_2.jpg) no-repeat;
}

/*.slide .image-04 {
  background: url(../images/index/main2508_2.jpg) no-repeat;
}

.slide .image-05 {
  background: url(../images/index/main2508_7.jpg) no-repeat;
}

.slide .image-06 {
  background: url(../images/index/main2508_3.jpg) no-repeat;
}

.slide .image-07 {
  background: url(../images/index/main2508_4.jpg) no-repeat;
}
.slide .image-08 {
  background: url(../images/index/main2508_9.jpg) no-repeat;
}*/

@media screen and (max-width: 1024px) {
  .slide .image-01 {
    background-position: bottom 100px left -200px!important;
  }
  .slide .image-02 {
    background-position: bottom 200px right -200px!important;
  }
  .slide .image-03 {
    background-position: bottom 100px right -150px!important;
  }
 /* .slide .image-04 {
    background-position: bottom 250px left -100px!important;
  }
  .slide .image-05 {
    background-position: bottom 150px right -100px!important;;
  }
  .slide .image-06 {
    background-position: bottom 250px right -100px!important;
  }
  .slide .image-07 {
    background-position: bottom 200px left -200px!important;
  }
   .slide .image-08 {
    background-position: bottom 150px left -230px!important;
  }*/
}

@media screen and (max-width: 767px) {
  .homehead.pagehead .pagehead-img {
    height: 53.8svh;/* 60.8svh*/
  }
}