@charset "UTF-8";
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*----------------------------------------
PC
-----------------------------------------*/
.ff-limelight {
  font-family: "Limelight", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  position: relative;
}
main .mesh-bg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* “メッシュっぽさ”は「複数の色の塊」を重ねて作ります */
  background: radial-gradient(900px 520px at 10% 10%, rgba(170, 140, 255, 0.95) 0%, rgba(170, 140, 255, 0) 60%), radial-gradient(900px 520px at 85% 15%, rgba(255, 140, 150, 0.95) 0%, rgba(255, 140, 150, 0) 60%), radial-gradient(900px 520px at 20% 95%, rgba(255, 120, 120, 0.95) 0%, rgba(255, 120, 120, 0) 60%), radial-gradient(820px 520px at 75% 60%, rgba(255, 210, 60, 0.95) 0%, rgba(255, 210, 60, 0) 62%), radial-gradient(820px 520px at 85% 85%, rgba(150, 235, 90, 0.95) 0%, rgba(150, 235, 90, 0) 62%), radial-gradient(700px 420px at 98% 98%, rgba(90, 220, 210, 0.9) 0%, rgba(90, 220, 210, 0) 55%), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 210, 210)), to(rgb(255, 170, 170)));
  background: radial-gradient(900px 520px at 10% 10%, rgba(170, 140, 255, 0.95) 0%, rgba(170, 140, 255, 0) 60%), radial-gradient(900px 520px at 85% 15%, rgba(255, 140, 150, 0.95) 0%, rgba(255, 140, 150, 0) 60%), radial-gradient(900px 520px at 20% 95%, rgba(255, 120, 120, 0.95) 0%, rgba(255, 120, 120, 0) 60%), radial-gradient(820px 520px at 75% 60%, rgba(255, 210, 60, 0.95) 0%, rgba(255, 210, 60, 0) 62%), radial-gradient(820px 520px at 85% 85%, rgba(150, 235, 90, 0.95) 0%, rgba(150, 235, 90, 0) 62%), radial-gradient(700px 420px at 98% 98%, rgba(90, 220, 210, 0.9) 0%, rgba(90, 220, 210, 0) 55%), linear-gradient(180deg, rgb(255, 210, 210) 0%, rgb(255, 170, 170) 100%);
  /* なめらかさを増やす */
  background-blend-mode: screen, screen, screen, screen, screen, screen, normal;
}
main .mesh-bg::before {
  content: "";
  position: absolute;
  inset: -40px;
  /* ぼかしで端が薄くなるのを防ぐ */
  background: inherit;
  -webkit-filter: blur(18px);
          filter: blur(18px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main .pc_lft {
  width: calc(50% - 225px);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
main .pc_lft_inr {
  width: calc(100% - 50px);
  max-width: 380px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-height: 730px) {
  main .pc_lft_inr {
    max-width: 320px;
  }
}
main .pc_lft_top {
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .pc_lft_top img:nth-of-type(1) {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}
main .pc_lft_top img:nth-of-type(2) {
  position: absolute;
  width: 100%;
}
main .pc_lft_btm {
  width: 100%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
main .pc_rgt {
  width: calc(50% - 225px);
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
}
main .pc_rgt_inr {
  width: calc(100% - 50px);
  max-width: 340px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .pc_rgt_top {
  width: calc(100% - 60px);
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-height: 730px) {
  main .pc_rgt_top {
    width: 220px;
  }
}
main .pc_rgt_top_imgWrap {
  position: relative;
}
main .pc_rgt_top_imgWrap img {
  width: 100%;
}
main .pc_rgt_top-title {
  margin-bottom: 35px;
}
main .pc_rgt_top-title img {
  display: block;
  width: auto;
  height: 9px;
  margin: 0 auto;
}
main .pc_rgt_top-circle {
  display: block;
  width: 5px;
  height: 5px;
  margin: 30px auto;
  background: #6974ff;
  border-radius: 100vmax;
}
main .pc_rgt_top-link {
  text-align: center;
}
main .pc_rgt_top-link img {
  display: block;
  width: auto;
  height: 11px;
  margin: 0 auto;
}
main .pc_rgt_btm {
  width: 100%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
main .pc_rgt_btm-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .pc_rgt_btm-btnArea a {
  display: block;
  width: 48.5%;
}
main .pc_rgt_btm-btnArea a:nth-of-type(3) {
  width: 100%;
  margin-top: 10px;
}
main .pc_rgt_btm-snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  width: 200px;
  position: relative;
  left: 0px;
}
main .pc_rgt_btm-snsArea a {
  display: block;
}
main .pc_rgt_btm-snsArea a img {
  height: 20px;
}
main .mainWrap {
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.overlay {
  display: none;
}
.overlay.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 17;
  right: calc(50% - 192px);
  top: 21px;
  width: 35px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #fff;
}
.hamburger.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger.active span:nth-child(1) {
  top: 10px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  left: 3.6px;
  background: #fff;
}
.hamburger span:nth-child(1) {
  top: 6px;
}
.hamburger span:nth-child(2) {
  top: 13px;
}
.hamburger span:nth-child(3) {
  top: 19px;
}
.hamburger--menu {
  display: block;
  position: fixed;
  z-index: 16;
  right: calc(50% - 150px);
  top: 28px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
.hamburger--menu::after {
  content: "";
  background-color: #00428e;
  position: absolute;
  top: -28px;
  left: -14px;
  width: 108px;
  height: 60px;
  border-radius: 0 0 6px 6px;
  z-index: -1;
}

.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  bottom: 0;
  right: calc(50% - 225px);
  background: #00428e;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 450px;
  color: #fff;
  padding: 83px 18px 42px 18px;
  overflow: scroll;
}
.globalMenuSp.active {
  opacity: 1;
  pointer-events: all;
}
.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.globalMenuSp ul li {
  width: 100%;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  position: relative;
}
.globalMenuSp ul li + li {
  margin-top: 44px;
}
.globalMenuSp ul li + li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -27px;
  left: calc(50% - 4px);
}
.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.globalMenuSp ul li img {
  display: block;
  width: auto;
  height: 17.5px;
  margin: 0 auto;
}
.globalMenuSp .hd_linkWrap {
  width: 384px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.globalMenuSp .hd_link {
  display: block;
  width: 180px;
}
.globalMenuSp .logo {
  display: block;
  margin: auto;
  margin-top: 38px;
  width: 188px;
  position: relative;
  left: 0px;
}
.globalMenuSp .adress {
  font-size: 1.4rem;
  margin-top: 5px;
  letter-spacing: 0.3px;
  text-align: center;
  position: relative;
  left: 0px;
}
.globalMenuSp .adress__tel {
  display: inline-block;
  position: relative;
  margin-left: 18px;
}
.globalMenuSp .adress__tel::before {
  display: inline-block;
  content: "";
  background-image: url(../img/ft_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 17px;
  position: absolute;
  left: -32px;
  top: 1.2px;
}
.globalMenuSp .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 26px auto 0;
  width: 222px;
  position: relative;
  left: 0px;
}
.globalMenuSp .sns a {
  display: block;
}
.globalMenuSp .sns a img {
  height: 18px;
}

.totop {
  position: fixed;
  width: 13.75px;
  right: calc(50% - 210px);
  bottom: 6px;
  z-index: 1;
}

#footer {
  background: #00428e;
  text-align: center;
  padding: 36px 0 20px;
  color: #fff;
  margin: 0 auto;
  width: 450px;
  position: relative;
  z-index: 1;
}
#footer .footer--logo {
  display: block;
  margin: auto;
  width: 188px;
}
#footer .adress {
  font-size: 1.4rem;
  margin-top: 5px;
  letter-spacing: 0.3px;
}
#footer .adress__tel {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}
#footer .adress__tel::before {
  display: inline-block;
  content: "";
  background-image: url("../img/ft_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 17px;
  position: absolute;
  left: -32px;
  top: 1.2px;
}
#footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 26px auto 0;
  width: 222px;
  position: relative;
  left: 0px;
}
#footer .sns a {
  display: block;
}
#footer .sns a img {
  height: 18px;
}
#footer .copy {
  display: block;
  width: 121px;
  margin: auto;
  margin-top: 19px;
}

.mv {
  position: relative;
  width: 100%;
  padding: 100px 0 25px;
}
.mv .logo {
  position: fixed;
  left: calc(50% - 194px);
  top: 30px;
  width: 113px;
  z-index: 4;
}
.mv-hero__text {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-hero__text img:nth-of-type(1) {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}
.mv-hero__text img:nth-of-type(2) {
  position: absolute;
  width: 100%;
}
.mv-hero__pict {
  margin-top: -50px;
}
.mv-info {
  background: #fff;
  padding: 18.75px 28.125px;
  border-radius: 20px;
}
.mv-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25px;
  margin-top: 15.625px;
}
.mv-info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56.25px;
}
.mv-info dd {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 700;
}
.mv-info dd span {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0;
}
.mv-info .modal-open01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86%;
  height: 44px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin: 15px auto 0;
  border: 2px solid #000;
  border-radius: 100vmax;
}
.mv__mainWrap {
  margin: 0 auto;
  max-width: 414px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mv__endAnn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  letter-spacing: 0.1em;
}

.schedule {
  position: relative;
  color: #000;
  background: #f9f6fd;
  padding: 56.25px 53.125px 125px;
  text-align: center;
}
.schedule__wrap {
  margin: 0 auto;
  max-width: 414px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule__ttl {
  margin: 0 auto;
  width: 331.25px;
}
.schedule__subttl {
  font-size: 1.75rem;
  letter-spacing: 0em;
  line-height: 1.36;
  font-weight: 500;
  margin-top: 12.5px;
}
.schedule__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11.25px;
  width: 100%;
  margin: 18px auto 0;
  position: relative;
}
.schedule__blk {
  width: 106.875px;
  height: 106.875px;
  background-color: #fff;
  position: relative;
  pointer-events: none;
  border-radius: 15px 15px 0 15px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.schedule__blk.next {
  pointer-events: auto;
  padding-bottom: 27px;
  -webkit-box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 2.5px rgba(0, 0, 0, 0.2);
}
.schedule__blk.next .schedule__blk-btn {
  display: block;
}
.schedule__blk.stop {
  pointer-events: auto;
}
.schedule__blk.stop .outer::after {
  position: absolute;
  content: "開催中止";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 2px;
  top: 0;
  left: 0;
}
.schedule__blk.stop.end .outer::after {
  content: "開催レポート";
}
.schedule__blk.stop.end02 {
  pointer-events: none;
}
.schedule__blk.stop.end02 .outer::after {
  content: "終了しました";
}
.schedule__blk:nth-of-type(n + 4) {
  margin-top: 3.125px;
}
.schedule__blk .outer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule__blk .inner {
  text-align: center;
}
.schedule__blk .inner .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.schedule__blk .inner .date img {
  display: block;
  width: auto;
  height: 47.5px;
}
.schedule__blk-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff286;
  font-size: 1rem;
  border-top: 1px solid #000;
  text-align: left;
  line-height: 1;
  padding: 6px 6px;
  display: none;
  white-space: nowrap;
}
.schedule__blk-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/schedule_date_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 4px;
}
.schedule__deco {
  position: absolute;
  bottom: 0;
  right: 53.125px;
  width: 112.5px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}

.miniOC {
  padding: 21px 0 18px;
  background-color: #80d9e6;
}
.miniOC__link {
  display: block;
  margin: 0 auto;
  width: 414px;
}
.miniOC__link:hover {
  opacity: 1;
}
.miniOC__link:hover img {
  opacity: 1;
}

.topics {
  padding: 42px 0 47px;
  background-image: url(../img/top/topics_bg.png);
  background-size: cover;
}
.topics__ttl {
  margin: 0 auto;
  width: 148px;
}
.topics__box {
  margin: 40px auto 0;
  width: 360px;
  position: relative;
  left: 3px;
}
.topics__blk:nth-of-type(n + 2) {
  margin-top: 17px;
}

.line {
  position: relative;
  padding: 25px;
  background-color: #00c300;
}
.line__box {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.line__link {
  width: 170px;
  display: block;
  position: absolute;
  left: calc(50% - 84px);
  bottom: 31.25px;
}
.line__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}

.access {
  padding: 56.25px 0 187.5px;
  background: #fff;
}
.access__ttl {
  margin: 0 auto;
  width: 175.625px;
}
.access__map {
  margin-top: 35px;
}
.access__map iframe {
  width: 100%;
  height: 325px;
}
.access__inr {
  width: 78%;
  margin: 0 auto;
}
.access__mapTxt {
  font-size: 1.25rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 6.25px;
}
.access__transport {
  margin: 32px auto 0;
  width: 348px;
}
.access__transport--blk.--01 .ttl {
  width: 154px;
}
.access__transport--blk.--01 .mainImg {
  width: 369px;
}
.access__transport--blk.--01 .mainImg.--250808 {
  width: 348px;
  margin: 12px 0 14px;
}
.access__transport--blk.--02 {
  margin-top: 36px;
}
.access__transport--blk.--02 .ttl {
  width: 172px;
}
.access__transport--blk.--03 {
  margin-top: 36px;
}
.access__transport--blk.--03 .ttl {
  width: 51px;
}
.access__transport--blk.--03 .mainImg {
  margin-top: 10px;
}
.access__transport--blk .ttl {
  padding-left: 2.4px;
}
.access__transport--blk .mainImg {
  margin-top: 6px;
}
.access__transport--blk .txt01 {
  margin-top: 20px;
  font-size: 1.2rem;
}
.access__transport--blk .txt01 span {
  display: block;
  font-weight: bold;
  color: #6974ff;
  margin-top: 0.5em;
}
.access__transport--blk .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9px;
}
.access__transport--blk .btnArea a {
  display: block;
  width: 108px;
}
.access__deco {
  position: absolute;
  bottom: 0;
  left: calc(50% - 140px);
  width: 280px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}

/*modaal*/
#hojyo {
  display: none;
}

.modaal-container {
  max-width: 400px;
  width: 80%;
  position: relative;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container .inline_close {
  position: absolute;
  width: 15px;
  top: 12px;
  right: 12px;
}

.modaal-wrapper .modaal-close {
  display: none !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before {
  background: #666;
}
.modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}

/*----------------------------------------
PCナビ調整
-----------------------------------------*/
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .hamburger {
    right: auto;
    left: 388px;
  }
  .hamburger--menu {
    right: auto;
    left: 340px;
  }
  .globalMenuSp {
    right: 0;
    left: 0;
  }
  main .pc_lftBg,
  main .pc_lft {
    display: none;
  }
  main .pc_rgtBg {
    width: calc(100% - 450px);
  }
  main .pc_rgt {
    width: calc(100% - 450px);
  }
  main .mainWrap {
    margin-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mv .logo {
    left: 30px;
  }
  .totop {
    right: auto;
    left: 410px;
  }
  #footer {
    margin-left: 0;
  }
}
/*----------------------------------------
SP
-----------------------------------------*/
@media screen and (max-width: 750px) {
  main .pc_deco,
  main .pc_lftBg,
  main .pc_rgtBg,
  main .pc_bg,
  main .pc_lft,
  main .pc_rgt {
    display: none !important;
  }
  main .mainWrap {
    max-width: calc(750 / 750 * 100vw);
  }
  main .mainWrap::before, main .mainWrap::after {
    width: calc(724 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
    top: calc(13 / 750 * 100vw);
    left: calc(13 / 750 * 100vw);
  }
  main .mainWrap::after {
    top: auto;
    bottom: calc(13 / 750 * 100vw);
  }
  main .mainWrap__deco::before, main .mainWrap__deco::after {
    width: calc(4 / 750 * 100vw);
    height: calc(100% - 123 / 750 * 100vw);
    left: calc(13 / 750 * 100vw);
    top: calc(61 / 750 * 100vw);
  }
  main .mainWrap__deco::after {
    left: auto;
    right: calc(13 / 750 * 100vw);
  }
  .hamburger {
    right: calc(50% - 320 / 750 * 100vw);
    top: calc(35 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
  .hamburger.active span:nth-child(1) {
    top: calc(16 / 750 * 100vw);
    left: calc(6 / 750 * 100vw);
  }
  .hamburger.active span:nth-child(2) {
    top: calc(16 / 750 * 100vw);
  }
  .hamburger span {
    width: calc(46 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    left: calc(6 / 750 * 100vw);
  }
  .hamburger span:nth-child(1) {
    top: calc(10 / 750 * 100vw);
  }
  .hamburger span:nth-child(2) {
    top: calc(21 / 750 * 100vw);
  }
  .hamburger span:nth-child(3) {
    top: calc(32 / 750 * 100vw);
  }
  .hamburger--menu {
    right: calc(50% - 250 / 750 * 100vw);
    top: calc(46 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1 / 750 * 100vw);
  }
  .hamburger--menu::after {
    top: calc(-46 / 750 * 100vw);
    left: calc(-24 / 750 * 100vw);
    width: calc(179 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .globalMenuSp {
    right: calc(50% - 375 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    padding: calc(137 / 750 * 100vw) calc(30 / 750 * 100vw) calc(70 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .globalMenuSp ul li {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(0.13 / 750 * 100vw);
  }
  .globalMenuSp ul li + li {
    margin-top: calc(73 / 750 * 100vw);
  }
  .globalMenuSp ul li + li::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    top: calc(-45 / 750 * 100vw);
    left: calc(50% - 6 / 750 * 100vw);
  }
  .globalMenuSp ul li img {
    height: calc(28 / 750 * 100vw);
  }
  .globalMenuSp .hd_linkWrap {
    width: calc(640 / 750 * 100vw);
    margin: calc(98 / 750 * 100vw) auto 0;
  }
  .globalMenuSp .hd_link {
    width: calc(300 / 750 * 100vw);
  }
  .globalMenuSp .logo {
    margin-top: calc(64 / 750 * 100vw);
    width: calc(314 / 750 * 100vw);
    left: 0;
  }
  .globalMenuSp .adress {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    letter-spacing: calc(0.5 / 750 * 100vw);
    left: 0;
  }
  .globalMenuSp .adress__tel {
    margin-left: calc(30 / 750 * 100vw);
  }
  .globalMenuSp .adress__tel::before {
    width: calc(54 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    left: calc(-54 / 750 * 100vw);
    top: calc(2 / 750 * 100vw);
  }
  .globalMenuSp .sns {
    margin: calc(44 / 750 * 100vw) auto 0;
    width: calc(370 / 750 * 100vw);
  }
  .globalMenuSp .sns a img {
    height: calc(30 / 750 * 100vw);
  }
  .totop {
    width: calc(22 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    bottom: calc(120 / 750 * 100vw);
  }
  .sp_fixed {
    position: fixed;
    z-index: 4;
    width: calc(750 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    bottom: calc(0 / 750 * 100vw);
  }
  #footer {
    padding: calc(60 / 750 * 100vw) 0 calc(123 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
  #footer .footer--logo {
    width: calc(314 / 750 * 100vw);
  }
  #footer .adress {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    letter-spacing: calc(0.5 / 750 * 100vw);
  }
  #footer .adress__tel {
    margin-left: calc(40 / 750 * 100vw);
  }
  #footer .adress__tel::before {
    width: calc(54 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    left: calc(-54 / 750 * 100vw);
    top: calc(2 / 750 * 100vw);
  }
  #footer .sns {
    margin: calc(44 / 750 * 100vw) auto 0;
    width: calc(370 / 750 * 100vw);
  }
  #footer .sns a img {
    height: calc(30 / 750 * 100vw);
  }
  #footer .copy {
    width: calc(206 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
  .mv {
    padding: calc(160 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .mv .logo {
    left: calc(50% - 324 / 750 * 100vw);
    top: calc(50 / 750 * 100vw);
    width: calc(188 / 750 * 100vw);
    z-index: 4;
  }
  .mv-hero__text {
    width: calc(670 / 750 * 100vw);
    margin-inline: auto;
  }
  .mv-hero__text img:nth-of-type(1) {
    -webkit-filter: drop-shadow(calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.2));
            filter: drop-shadow(calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
  .mv-hero__pict {
    margin-top: calc(-80 / 750 * 100vw);
  }
  .mv-info {
    width: calc(670 / 750 * 100vw);
    margin-inline: auto;
    padding: calc(30 / 750 * 100vw) calc(45 / 750 * 100vw);
    border-radius: calc(32 / 750 * 100vw);
  }
  .mv-info dl {
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(25 / 750 * 100vw);
  }
  .mv-info dt {
    width: calc(90 / 750 * 100vw);
  }
  .mv-info dd {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .mv-info .modal-open01 {
    height: calc(72 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.71;
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  /*--schedule--*/
  .schedule {
    padding: calc(90 / 750 * 100vw) calc(85 / 750 * 100vw) calc(200 / 750 * 100vw);
  }
  .schedule__ttl {
    width: calc(530 / 750 * 100vw);
  }
  .schedule__subttl {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 1.36;
    margin-top: calc(20 / 750 * 100vw);
  }
  .schedule__box {
    gap: calc(18 / 750 * 100vw);
  }
  .schedule__blk {
    width: calc(171 / 750 * 100vw);
    height: calc(171 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
    -webkit-box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.1);
            box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
  .schedule__blk.next {
    padding-bottom: calc(27 / 750 * 100vw);
    -webkit-box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2);
            box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.2);
  }
  .schedule__blk:nth-of-type(n + 4) {
    margin-top: calc(5 / 750 * 100vw);
  }
  .schedule__blk .inner .date img {
    height: calc(76 / 750 * 100vw);
  }
  .schedule__blk-btn {
    font-size: calc(17 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .schedule__blk-btn::after {
    width: calc(9 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
    right: calc(7 / 750 * 100vw);
  }
  .schedule__deco {
    position: absolute;
    bottom: 0;
    right: calc(85 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  .miniOC {
    padding: calc(35 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
  .miniOC__link {
    width: calc(690 / 750 * 100vw);
  }
  .topics {
    padding: calc(70 / 750 * 100vw) 0 calc(78 / 750 * 100vw);
  }
  .topics__ttl {
    width: calc(246 / 750 * 100vw);
  }
  .topics__box {
    margin: calc(67 / 750 * 100vw) auto 0;
    width: calc(593 / 750 * 100vw);
    left: calc(5 / 750 * 100vw);
  }
  .topics__blk:nth-of-type(n + 2) {
    margin-top: calc(28 / 750 * 100vw);
  }
  .line {
    padding: calc(40 / 750 * 100vw);
  }
  .line__link {
    width: calc(282 / 750 * 100vw);
    left: calc(50% - 141 / 750 * 100vw);
    bottom: calc(68 / 750 * 100vw);
  }
  .line__deco {
    width: calc(216 / 750 * 100vw);
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  .access {
    padding: calc(90 / 750 * 100vw) 0 calc(300 / 750 * 100vw);
  }
  .access__ttl {
    width: calc(281 / 750 * 100vw);
  }
  .access__map {
    margin-top: calc(56 / 750 * 100vw);
  }
  .access__map iframe {
    width: 100%;
    height: calc(520 / 750 * 100vw);
  }
  .access__mapTxt {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
    margin-top: calc(10 / 750 * 100vw);
  }
  .access__transport {
    margin: calc(54 / 750 * 100vw) auto 0;
    width: calc(580 / 750 * 100vw);
  }
  .access__transport--blk.--01 .ttl {
    width: calc(257 / 750 * 100vw);
  }
  .access__transport--blk.--01 .mainImg {
    width: calc(615 / 750 * 100vw);
  }
  .access__transport--blk.--01 .mainImg.--250808 {
    width: calc(582 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  }
  .access__transport--blk.--02 {
    margin-top: calc(60 / 750 * 100vw);
  }
  .access__transport--blk.--02 .ttl {
    width: calc(287 / 750 * 100vw);
  }
  .access__transport--blk.--03 {
    margin-top: calc(60 / 750 * 100vw);
  }
  .access__transport--blk.--03 .ttl {
    width: calc(85 / 750 * 100vw);
  }
  .access__transport--blk.--03 .mainImg {
    margin-top: calc(16 / 750 * 100vw);
  }
  .access__transport--blk .ttl {
    padding-left: calc(4 / 750 * 100vw);
  }
  .access__transport--blk .mainImg {
    margin-top: calc(10 / 750 * 100vw);
  }
  .access__transport--blk .txt01 {
    margin-top: calc(33 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .access__transport--blk .btnArea {
    margin-top: calc(15 / 750 * 100vw);
  }
  .access__transport--blk .btnArea a {
    display: block;
    width: calc(180 / 750 * 100vw);
  }
  .access__deco {
    left: calc(50% - 224 / 750 * 100vw);
    width: calc(448 / 750 * 100vw);
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
  }
  /*modaal*/
  .modaal-container {
    max-width: calc(650 / 750 * 100vw);
    width: 100%;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modaal-container .inline_close {
    width: calc(25 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}
/*animation*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 260px, 0);
    transform: translate3d(0, 260px, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 260px, 0);
    transform: translate3d(0, 260px, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}