@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
/* =============================================

基本設定

============================================= */
html {
  font-size: 0.625em;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}
@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 10rem;
  }
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media (max-width: 750px) {
  body {
    padding-bottom: 13.6rem;
  }
}
body.is-scroll-stop {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: none;
  height: auto;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

em {
  font-style: normal;
}

/* =============================================

ヘッダー

============================================= */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: background 1s;
}
.header.is-scrolled {
  background: #fff;
}
.header__inner {
  width: 100%;
  height: 9rem;
  padding: 0 3rem 0 2rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .header__inner {
    height: 10rem;
  }
}
.header__logo {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.27em;
}
@media (max-width: 750px) {
  .header__logo {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.header__logo a {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .header__logo a {
    display: grid;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "logo-img logo-txt-01" "logo-img logo-txt-02";
  }
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  display: block;
  width: 18.4rem;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .header__logo img {
    width: 10rem;
    margin-right: 2rem;
    margin-bottom: 0;
    grid-area: logo-img;
  }
}
@media (max-width: 750px) {
  .header__logo img.pc {
    display: none;
  }
}
.header__logo img.sp {
  display: none;
}
@media (max-width: 750px) {
  .header__logo img.sp {
    display: block;
  }
}
.header__logo span:nth-of-type(1) {
  letter-spacing: 0.27em;
}
@media (max-width: 750px) {
  .header__logo span:nth-of-type(1) {
    letter-spacing: 0.04em;
    grid-area: logo-txt-01;
  }
}
.header__logo span:nth-of-type(2) {
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .header__logo span:nth-of-type(2) {
    letter-spacing: 0.04em;
    grid-area: logo-txt-02;
  }
}
.header__access {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  width: 13rem;
  height: 4.6rem;
  margin-right: 2.5rem;
  margin-left: auto;
}
@media (max-width: 750px) {
  .header__access {
    font-size: 2.4rem;
    width: 17rem;
    height: 6rem;
    margin-right: 2rem;
  }
}
.header__access a {
  background: #ffff00;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.header__access a:hover {
  opacity: 0.8;
}
.header__menu {
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 50;
}
.header__menu-link {
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid #000;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .header__menu-link {
    width: 7rem;
    height: 7rem;
    border-width: 0.15rem;
  }
}
.header__menu-line {
  background: #000;
  display: block;
  width: 1.5rem;
  height: 1px;
  position: absolute;
  top: 2.6rem;
  left: 1.8rem;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .header__menu-line {
    width: 2rem;
    height: 0.15rem;
    top: 3.425rem;
    left: 2.35rem;
  }
}
.header__menu-line::before, .header__menu-line::after {
  content: "";
  background: #000;
  display: block;
  width: 1.5rem;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .header__menu-line::before, .header__menu-line::after {
    width: 2rem;
    height: 0.15rem;
  }
}
.header__menu-line::before {
  top: -0.7rem;
}
@media (max-width: 750px) {
  .header__menu-line::before {
    top: -0.9rem;
  }
}
.header__menu-line::after {
  top: 0.7rem;
}
@media (max-width: 750px) {
  .header__menu-line::after {
    top: 0.9rem;
  }
}
.header__menu-link.is-open .header__menu-line {
  background-color: transparent;
}
.header__menu-link.is-open .header__menu-line::before {
  top: 0;
  transform: rotate(135deg);
}
.header__menu-link.is-open .header__menu-line::after {
  top: 0;
  transform: rotate(-135deg);
}

/* =============================================

グロナビ

============================================= */
.gnavi {
  width: 100%;
  height: 100vh;
  padding-right: 17rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.3s, visibility 0.3s;
}
@media (max-width: 750px) {
  .gnavi {
    background: url(../img/index/bg-mainvisual-overlay-sp.png) no-repeat top center/cover;
    height: 100dvh;
    padding: 14rem 0 18rem;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    justify-content: start;
    flex-wrap: nowrap;
  }
}
.gnavi::before {
  content: "";
  background: #9ac83b;
  width: 58rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .gnavi::before {
    content: none;
    width: 100%;
  }
}
.gnavi.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.gnavi__list {
  width: 34rem;
  margin-left: auto;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 750px) {
  .gnavi__list {
    font-size: 3.6rem;
    width: 68rem;
    margin-right: auto;
    margin-bottom: 2rem;
    gap: 2rem;
  }
}
.gnavi__item--sm {
  flex: 1 1 0;
}
.gnavi__item--lg {
  grid-column: 1/-1;
}
.gnavi__link {
  font-size: 1.6rem;
  line-height: 1.2631578947;
  font-weight: 500;
  background: #fff;
  width: 100%;
  height: 7rem;
  padding: 0 1.5rem;
  border: 1px solid #666;
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .gnavi__link {
    font-size: 3.2rem;
    height: 16rem;
    padding: 0 2rem;
    border-width: 0.2rem;
    border-radius: 1rem;
  }
}
.gnavi__link::after {
  content: "";
  background: url("../img/common/bg-gnavi-arrow.svg") no-repeat center center/cover;
  width: 2.2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .gnavi__link::after {
    width: 3.6rem;
    right: 3.4rem;
  }
}
.gnavi__link--map {
  width: 16.6rem;
  height: 13rem;
  padding-bottom: 4rem;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .gnavi__link--map {
    width: 33rem;
    height: 26rem;
    padding-bottom: 8rem;
  }
}
.gnavi__link--map::after {
  top: auto;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .gnavi__link--map::after {
    bottom: 3rem;
  }
}
.gnavi__link--jibunpj {
  background: none;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}
.gnavi__link--navi {
  gap: 0 5rem;
}
.gnavi__navi-icon {
  width: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .gnavi__navi-icon {
    width: 14rem;
  }
}
.gnavi__line {
  width: 34rem;
  margin-left: auto;
}
@media (max-width: 750px) {
  .gnavi__line {
    width: 68rem;
    margin-right: auto;
  }
}
.gnavi__date {
  text-align: center;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (max-width: 750px) {
  .gnavi__date {
    margin-bottom: 1.5rem;
  }
}
.gnavi__date-md {
  font-family: "Roboto", serif;
  font-size: 3rem;
  line-height: 0.8;
  font-weight: 500;
}
@media (max-width: 750px) {
  .gnavi__date-md {
    font-size: 6rem;
  }
}
.gnavi__date-w {
  font-size: 1.4rem;
  font-weight: 700;
  width: 2rem;
  aspect-ratio: 1;
  margin-bottom: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .gnavi__date-w {
    font-size: 2.8rem;
    width: 4rem;
    border-width: 0.2rem;
  }
}
.gnavi__place {
  font-size: 1.4rem;
  line-height: 1.0714285714;
  text-align: center;
}
@media (max-width: 750px) {
  .gnavi__place {
    font-size: 2.6rem;
    line-height: 1.2857142857;
  }
}
.gnavi__place em {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.5rem;
}
@media (max-width: 750px) {
  .gnavi__place em {
    font-size: 3.4rem;
  }
}

/* =============================================

資料請求

============================================= */
.material {
  color: #fff;
  background: #b81c2b;
  padding: 2.5rem 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .material {
    padding: 3rem 0;
  }
}
.material:hover {
  opacity: 0.7;
}
.material__heading {
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 750px) {
  .material__heading {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
}
.material__heading::after {
  content: "";
  background: url("../img/common/arrow-right.svg") no-repeat center center/cover;
  width: 3.6rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  transform: translateY(-50%);
}
.material__description {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 750px) {
  .material__description {
    font-size: 2.4rem;
  }
}
.material__img {
  width: 20.4rem;
  margin-left: 7rem;
}
@media (max-width: 750px) {
  .material__img {
    width: 22rem;
  }
}

/* =============================================

フッター

============================================= */
.footer {
  background: #ededed;
}
.footer__inner {
  width: 100%;
  max-width: 100rem;
  padding: 4rem 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  .footer__inner {
    padding: 0;
    flex-direction: column;
  }
}
.footer__logo {
  width: 30.6rem;
  margin-right: auto;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 42.4rem;
    margin-bottom: 3rem;
    margin-left: auto;
    order: 2;
  }
}
.footer__contact {
  margin-right: 7rem;
}
@media (max-width: 750px) {
  .footer__contact {
    order: 3;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .footer__sns {
    background: #fff;
    width: 100%;
    padding: 6rem 0;
    margin-bottom: 7rem;
    order: 1;
  }
}

/* =============================================

問い合わせ先

============================================= */
.contact-info {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media (max-width: 750px) {
  .contact-info {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}
.contact-info__heading {
  font-weight: 500;
}

/* =============================================

大学サイト内リンク

============================================= */
.sub-nav__list {
  font-size: 1.4rem;
  font-weight: 300;
}
@media (max-width: 750px) {
  .sub-nav__list {
    font-size: 2.4rem;
    background: #e2e2e2;
    text-align: center;
    padding: 4rem 0;
  }
}
.sub-nav__item {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .sub-nav__item {
    margin-bottom: 2rem;
  }
}
.sub-nav__item:last-child {
  margin-bottom: 0;
}
.sub-nav__item a {
  text-decoration: underline;
}

/* =============================================

各種SNS

============================================= */
.sns__list {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .sns__list {
    width: 100%;
    justify-content: center;
  }
}
.sns__item {
  width: 4.2rem;
  margin-right: 3rem;
}
@media (max-width: 750px) {
  .sns__item {
    width: 6.8rem;
    margin-right: 4rem;
  }
}
.sns__item:last-child {
  margin-right: 0;
}
.sns__item a {
  transition: opacity 0.3s;
}
.sns__item a:hover {
  opacity: 0.7;
}

/* =============================================

著作権表示

============================================= */
.copyright {
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 2.5rem;
}
@media (max-width: 750px) {
  .copyright {
    font-size: 2.2rem;
    padding: 3rem;
  }
}

/* =============================================

PageTop

============================================= */
.pagetop {
  width: 5.4rem;
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (max-width: 750px) {
  .pagetop {
    width: 7rem;
    right: 2rem;
    bottom: 16rem;
  }
}
.pagetop.is-scrolled {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =============================================

フェードイン

============================================= */
.fadein {
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
  transform: translateY(5rem);
}
.fadein.is-showin {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================

404

============================================= */
.error-404 {
  height: 80vh;
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .error-404 {
    padding: 15rem 0;
  }
}
.error-404__inner {
  width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .error-404__inner {
    width: 65rem;
  }
}
.error-404__inner dl {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 750px) {
  .error-404__inner dl {
    font-size: 3.2rem;
  }
}
.error-404__inner dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .error-404__inner dl dt {
    font-size: 4.6rem;
    margin-bottom: 3rem;
  }
}
.error-404__inner dl dd {
  letter-spacing: 0.04em;
}
.error-404__inner dl dd a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

/* =============================================

メインビジュアル

============================================= */
.mainvisual {
  background: url("../img/index/bg-mainvisual-base.webp") no-repeat center center/cover;
  width: 100%;
  height: 78rem;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (max-width: 750px) {
  .mainvisual {
    background: url("../img/index/bg-mainvisual-base-sp.webp") no-repeat top center/contain;
    height: auto;
    overflow: hidden;
  }
}
.mainvisual::before {
  content: "";
  background: url("../img/index/bg-mainvisual-overlay.png") no-repeat center center/auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 750px) {
  .mainvisual::before {
    background: url("../img/index/bg-mainvisual-overlay-sp.png") no-repeat top center/cover;
  }
}
.mainvisual__inner {
  width: 100%;
  max-width: 128rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mainvisual__title {
  width: 111.6rem;
  position: absolute;
  top: 2rem;
  left: -37rem;
}
@media (max-width: 750px) {
  .mainvisual__title {
    width: 100%;
    position: static;
  }
}
.mainvisual__notice {
  background: rgba(255, 255, 15, 0.9);
  padding: 2rem;
  border-radius: 0.8rem;
  position: absolute;
  top: 29rem;
  left: 20rem;
  z-index: 10;
  transition: left 0.2s, right 0.2s;
}
@media (max-width: 750px) {
  .mainvisual__notice {
    padding: 2.4rem;
    border-radius: 1rem;
    top: 18rem;
    left: auto;
    right: 2rem;
  }
}
.mainvisual__notice.is-hide {
  cursor: pointer;
}
.mainvisual__notice.is-hide::after {
  content: "";
  background: url("../img/index/btn-mv-notice-open.svg") no-repeat center center/cover;
  width: 1.2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .mainvisual__notice.is-hide::after {
    width: 1.6rem;
    right: auto;
    left: 0.4rem;
    transform: translateY(-50%) rotate(180deg);
  }
}
.mainvisual__notice dl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #000;
}
@media (max-width: 750px) {
  .mainvisual__notice dl {
    font-size: 2.4rem;
    font-feature-settings: "palt";
  }
}
.mainvisual__notice dl dt {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 750px) {
  .mainvisual__notice dl dt {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.mainvisual__notice-close {
  width: 2.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media (max-width: 750px) {
  .mainvisual__notice-close {
    width: 2.8rem;
    top: 2.4rem;
    right: 2.4rem;
  }
}

/* =============================================

学部

============================================= */
.faculty {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.faculty__item {
  font-weight: 500;
  color: #fff;
}
.faculty__item--literature {
  background: linear-gradient(90deg, rgb(0, 77, 135) 0%, rgb(153, 184, 207) 100%);
}
.faculty__item--psychology {
  background: linear-gradient(90deg, rgb(185, 80, 97) 0%, rgb(227, 185, 192) 100%);
}
.faculty__item--health {
  background: linear-gradient(90deg, rgb(237, 108, 0) 0%, rgb(248, 196, 153) 100%);
}
.faculty__item--policy-studies {
  background: linear-gradient(90deg, rgb(0, 117, 173) 0%, rgb(153, 200, 222) 100%);
}
.faculty__item--commerce {
  background: linear-gradient(90deg, rgb(0, 149, 55) 0%, rgb(153, 213, 175) 100%);
}
.faculty__item--business {
  background: linear-gradient(90deg, rgb(167, 33, 38) 0%, rgb(220, 166, 168) 100%);
}
.faculty__item--economics {
  background: linear-gradient(90deg, rgb(0, 139, 140) 0%, rgb(153, 208, 209) 100%);
}
.faculty__item--law {
  background: linear-gradient(90deg, rgb(127, 54, 115) 0%, rgb(204, 175, 199) 100%);
}
.faculty__item--pharmacy {
  background: linear-gradient(90deg, rgb(218, 145, 0) 0%, rgb(240, 211, 153) 100%);
}
.faculty__item--dental {
  background: linear-gradient(90deg, rgb(218, 81, 142) 0%, rgb(240, 185, 210) 100%);
}
.faculty__item--dentistry {
  background: linear-gradient(90deg, rgb(0, 167, 60) 0%, rgb(153, 220, 177) 100%);
}

/* =============================================

キャンパス情報

============================================= */
.campus {
  width: 38rem;
  margin: 0 12rem 0 auto;
  position: relative;
  top: 12rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 750px) {
  .campus {
    width: 68rem;
    padding-bottom: 18rem;
    margin: -10rem auto 0;
    position: static;
    gap: 1rem;
  }
}
.campus__item {
  background: #fff;
  width: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  display: grid;
  grid-template-columns: 13.8rem 1fr;
  grid-template-rows: auto auto;
  gap: 0.7rem 1rem;
  grid-template-areas: "img date" "img faculty";
}
@media (max-width: 750px) {
  .campus__item {
    padding: 2rem;
    border-width: 0.2rem;
    grid-template-columns: 24rem 1fr;
    gap: 1.2rem 2rem;
  }
}
.campus__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(184, 28, 43) 0%, rgb(232, 192, 176) 100%);
  width: 15rem;
  height: 2.6rem;
  position: absolute;
  top: 0.7rem;
  left: -1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .campus__name {
    font-size: 2.6rem;
    width: 26rem;
    height: 4.6rem;
    top: 1.6rem;
    left: -2.2rem;
  }
}
.campus__img {
  width: 13.8rem;
  grid-area: img;
}
@media (max-width: 750px) {
  .campus__img {
    width: 24rem;
  }
}
.campus__date {
  grid-area: date;
  display: flex;
  align-items: center;
  align-self: end;
}
.campus__date-md {
  font-family: "Roboto", serif;
  font-size: 3.2rem;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 0.5rem;
}
@media (max-width: 750px) {
  .campus__date-md {
    font-size: 6rem;
  }
}
.campus__date-w {
  font-size: 1.6rem;
  font-weight: 700;
  width: 2.2rem;
  aspect-ratio: 1;
  margin-right: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .campus__date-w {
    font-size: 2.8rem;
    width: 4rem;
    border-width: 0.2rem;
  }
}
.campus__date-time {
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .campus__date-time {
    font-size: 2.6rem;
  }
}
.campus__faculty {
  grid-area: faculty;
  gap: 0.4rem;
}
.campus__faculty .faculty__item {
  font-size: 1.4rem;
  height: 2.8rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .campus__faculty .faculty__item {
    font-size: 2.4rem;
    height: 4.8rem;
    padding: 0 1.4rem;
  }
}
.campus__faculty .faculty__item--dental span {
  display: inline-block;
  transform: scaleY(0.9);
}

/* =============================================

LINE

============================================= */
.line {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #fff;
  width: 70rem;
  height: 14rem;
  margin-top: -7rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  border-radius: 1.2rem;
  position: relative;
  z-index: 1;
  animation: poyon 4s ease-in-out infinite;
}
@media (max-width: 750px) {
  .line {
    font-size: 4rem;
    line-height: 1.3;
    width: 68rem;
    height: 24rem;
    margin-top: -14rem;
    margin-bottom: 7rem;
    border-radius: 1.6rem;
  }
}
.line__link {
  background: #00c300;
  width: 100%;
  height: 100%;
  padding-right: 3rem;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .line__link {
    text-align: center;
    padding-right: 0;
    padding-bottom: 4rem;
    border-radius: 1.6rem;
  }
}
.line__link::before {
  content: "";
  background: url("../img/index/icon-line.png") no-repeat center center/cover;
  width: 7.8rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .line__link::before {
    width: 15.6rem;
    left: 3rem;
  }
}
.line__link::after {
  content: "";
  background: url("../img/index/illust-line.png") no-repeat center center/cover;
  width: 35.4rem;
  height: 12.4rem;
  position: absolute;
  top: 3.2rem;
  right: 0.2rem;
  pointer-events: none;
}
@media (max-width: 750px) {
  .line__link::after {
    background: url("../img/index/illust-line-sp.png") no-repeat center center/cover;
    width: 47.2rem;
    height: 16.8rem;
    top: 8rem;
    right: -1.2rem;
  }
}
.line__link:hover {
  opacity: 0.7;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1);
  }
  7.5% {
    transform: scale(1.03, 0.95);
  }
  12.5% {
    transform: scale(0.98, 1.02);
  }
  17.5% {
    transform: scale(1.02, 0.98);
  }
  25% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* =============================================

参加前にチェック

============================================= */
.check {
  width: 70rem;
  margin: 0 auto 10rem;
}
@media (max-width: 750px) {
  .check {
    width: 68rem;
    margin-bottom: 20rem;
  }
}
.check__link {
  transition: opacity 0.3s;
}
.check__link:hover {
  opacity: 0.7;
}

/* =============================================

PICK UPイベント

============================================= */
.pickup {
  background: url("../img/index/bg-dot.png") repeat center center/1rem 1rem;
  text-align: center;
  width: 100%;
  max-width: 108rem;
  padding-bottom: 5rem;
  margin-right: auto;
  margin-bottom: 11rem;
  margin-left: auto;
  border-radius: 1.2rem;
}
.pickup__heading {
  background: #fff;
  text-align: center;
  width: 70rem;
  height: 12.2rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .pickup__heading {
    width: 50rem;
    height: 21.2rem;
    margin-bottom: -3.6rem;
    top: -10.6rem;
  }
}
.pickup__heading img {
  width: 31.2rem;
}
@media (max-width: 750px) {
  .pickup__heading img {
    width: 28.4rem;
  }
}
.pickup__ss {
  font-size: 2.4rem;
  font-weight: 500;
  background: #fff;
  padding: 1rem 3.5rem;
  margin-bottom: 7rem;
  border-radius: 0.7rem;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .pickup__ss {
    font-size: 3.2rem;
    background: none;
    padding: 0;
    border-radius: 0;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 750px) {
  .pickup__ss span {
    background: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 1rem;
  }
}
.pickup__list {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (max-width: 750px) {
  .pickup__list {
    max-width: 69rem;
    gap: 6rem 3rem;
  }
}
.pickup__item {
  flex: 1 1 1;
  opacity: 0;
  transform: translateY(3rem);
  transition: transform 1s ease, opacity 1s ease;
}
.pickup__link {
  background: #fff;
  display: block;
  width: 25rem;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 1.2rem;
  position: relative;
}
@media (max-width: 750px) {
  .pickup__link {
    width: 33rem;
    border-width: 0.2rem;
    border-radius: 1.6rem;
  }
}
.pickup__link::before {
  content: "";
  background-image: linear-gradient(90deg, rgb(184, 28, 43) 0%, rgb(232, 192, 176) 100%);
  width: 7.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  left: 1.5rem;
}
@media (max-width: 750px) {
  .pickup__link::before {
    width: 10rem;
    top: -4rem;
    left: 2rem;
  }
}
.pickup__link--01::before {
  background-image: url("../img/index/label-event-01.svg"), url("../img/index/bg-circle.png");
}
.pickup__link--02::before {
  background-image: url("../img/index/label-event-02.svg"), url("../img/index/bg-circle.png");
}
.pickup__link--03::before {
  background-image: url("../img/index/label-event-03.svg"), url("../img/index/bg-circle.png");
}
.pickup__link--04::before {
  background-image: url("../img/index/label-event-04.svg"), url("../img/index/bg-circle.png");
}
.pickup__link--05::before {
  background-image: url("../img/index/label-event-05.svg"), url("../img/index/bg-circle.png");
}
.pickup__link--06::before {
  background-image: url("../img/index/label-event-06.svg"), url("../img/index/bg-circle.png");
}
.pickup__link::after {
  content: "";
  background: url("../img/common/arrow-bottom.svg") no-repeat center/cover;
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .pickup__link::after {
    width: 3.4rem;
    bottom: 3rem;
  }
}
.pickup__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pickup__link--01 .pickup__icon {
  width: 7.4rem;
  margin-left: 0.8rem;
  top: 2rem;
}
@media (max-width: 750px) {
  .pickup__link--01 .pickup__icon {
    width: 8.4rem;
    margin-left: 1.6rem;
    top: 3rem;
  }
}
.pickup__link--02 .pickup__icon {
  width: 7.4rem;
  margin-left: 0.8rem;
  top: 2rem;
}
@media (max-width: 750px) {
  .pickup__link--02 .pickup__icon {
    width: 8.4rem;
    margin-left: 1.6rem;
    top: 3rem;
  }
}
.pickup__link--03 .pickup__icon {
  width: 6.8rem;
  top: 3.8rem;
}
@media (max-width: 750px) {
  .pickup__link--03 .pickup__icon {
    width: 9.18rem;
    top: 5.13rem;
  }
}
.pickup__link--04 .pickup__icon {
  width: 4.2rem;
  top: 2.8rem;
}
@media (max-width: 750px) {
  .pickup__link--04 .pickup__icon {
    width: 5.67rem;
    top: 3.78rem;
  }
}
.pickup__link--05 .pickup__icon {
  width: 4.8rem;
  top: 5.8rem;
}
@media (max-width: 750px) {
  .pickup__link--05 .pickup__icon {
    width: 6.48rem;
    top: 7.83rem;
  }
}
.pickup__link--06 .pickup__icon {
  width: 5.4rem;
  top: 4.8rem;
}
@media (max-width: 750px) {
  .pickup__link--06 .pickup__icon {
    width: 7.29rem;
    top: 6.48rem;
  }
}

.pickup__item.is-showin {
  opacity: 1;
  transform: translateY(0);
}
.pickup__item.is-showin .pickup__num {
  opacity: 1;
  transform: translateY(0);
}
.pickup__item.is-showin .pickup__icon img {
  opacity: 1;
  animation: 0.8s 1s boing-anim linear 1;
}

@keyframes boing-anim {
  10% {
    transform: scale(1.1, 0.9);
  } /*少し縮む*/
  40% {
    transform: scale(1.2, 0.8);
  } /*縮む*/
  50% {
    transform: scale(0.85, 1.15);
  } /*反動で縦長*/
  60% {
    transform: scale(1.1, 0.9);
  } /*また反動で縮む*/
  70% {
    transform: scale(0.95, 1.08);
  } /*反動が小さく*/
  90% {
    transform: scale(0.98, 1.02);
  } /*最後の震え*/
  100% {
    transform: scale(1, 1);
  } /*元に戻る*/
}
/* =============================================

イベント詳細

============================================= */
.event {
  margin-bottom: 12rem;
  overflow-x: clip;
  scroll-behavior: smooth;
}
.event__inner {
  width: 100%;
  max-width: 100rem;
  padding-top: 7rem;
  padding-bottom: 6rem;
  margin: 0 auto 12rem;
  position: relative;
}
@media (max-width: 750px) {
  .event__inner {
    max-width: 65rem;
  }
}
.event__inner::before {
  content: "";
  background: url("../img/index/bg-dot.png") repeat center center/1rem auto;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.event__inner--bgLeft::before {
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  right: -4rem;
}
@media (max-width: 750px) {
  .event__inner--bgLeft::before {
    border-top-right-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    right: -1.5rem;
  }
}
.event__inner--bgRight::before {
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  left: -4rem;
}
@media (max-width: 750px) {
  .event__inner--bgRight::before {
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    left: -1.5rem;
  }
}
.event__inner--special::before {
  background-image: url("../img/index/bg-dot-red.png");
}
.event__heading {
  background: #fff;
  width: 79rem;
  height: 14rem;
  margin: 0 auto 2.5rem;
  border: 1px solid #000;
  border-radius: 1.2rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .event__heading {
    width: 60rem;
    height: 20rem;
    margin-bottom: 4rem;
  }
}
.event__heading::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 13.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: -9.5rem;
  left: -5rem;
}
@media (max-width: 750px) {
  .event__heading::before {
    width: 16rem;
    top: -11rem;
    left: -3rem;
  }
}
.event__heading--01, .event__heading--02 {
  height: 16rem;
}
@media (max-width: 750px) {
  .event__heading--01, .event__heading--02 {
    height: 28rem;
  }
}
.event__heading--03 {
  margin-bottom: 4rem;
}
.event__heading--01::before {
  background-image: url("../img/index/label-event-01.svg"), url("../img/index/bg-circle.png");
}
.event__heading--02::before {
  background-image: url("../img/index/label-event-02.svg"), url("../img/index/bg-circle.png");
}
.event__heading--03::before {
  background-image: url("../img/index/label-event-03.svg"), url("../img/index/bg-circle.png");
}
.event__heading--04::before {
  background-image: url("../img/index/label-event-04.svg"), url("../img/index/bg-circle.png");
}
.event__heading--05::before {
  background-image: url("../img/index/label-event-05.svg"), url("../img/index/bg-circle.png");
}
.event__heading--06::before {
  background-image: url("../img/index/label-event-06.svg"), url("../img/index/bg-circle.png");
}
.event__heading-icon {
  opacity: 0;
  transition: opacity 0.3s 1s cubic-bezier(0.5, 1, 0.89, 1);
  flex-shrink: 0;
}
.event__heading--01 .event__heading-icon {
  width: 8rem;
  margin-right: 4rem;
  margin-left: 5.6rem;
}
@media (max-width: 750px) {
  .event__heading--01 .event__heading-icon {
    width: 10rem;
    margin-right: 3rem;
    margin-left: 6rem;
  }
}
.event__heading--02 .event__heading-icon {
  width: 8rem;
  margin-right: 4rem;
  margin-left: 5.6rem;
}
@media (max-width: 750px) {
  .event__heading--02 .event__heading-icon {
    width: 10rem;
    margin-right: 3rem;
    margin-left: 6rem;
  }
}
.event__heading--03 .event__heading-icon {
  width: 7.2rem;
  margin-right: 10.6rem;
  margin-left: 9.4rem;
}
@media (max-width: 750px) {
  .event__heading--03 .event__heading-icon {
    width: 8.2rem;
    margin-right: 4rem;
    margin-left: 6.4rem;
  }
}
.event__heading--04 .event__heading-icon {
  width: 4.2rem;
  margin-right: 5.6rem;
  margin-left: 10.6rem;
}
@media (max-width: 750px) {
  .event__heading--04 .event__heading-icon {
    width: 6rem;
    margin-right: 5rem;
    margin-left: 9rem;
  }
}
.event__heading--05 .event__heading-icon {
  width: 5rem;
  margin-right: 5.2rem;
  margin-left: 10.2rem;
}
@media (max-width: 750px) {
  .event__heading--05 .event__heading-icon {
    width: 6.4rem;
    margin-right: 4rem;
    margin-left: 9.2rem;
  }
}
.event__heading--06 .event__heading-icon {
  width: 5.8rem;
  margin-right: 5rem;
  margin-left: 10rem;
}
@media (max-width: 750px) {
  .event__heading--06 .event__heading-icon {
    width: 7.4rem;
    margin-right: 3.6rem;
    margin-left: 8.2rem;
  }
}
.event__heading-title {
  opacity: 0;
  transform: translateX(5rem);
  transition: transform 1s 0.6s ease, opacity 1s 0.6s ease;
}
.event__heading--01 .event__heading-title {
  width: 58.2rem;
}
@media (max-width: 750px) {
  .event__heading--01 .event__heading-title {
    width: 34.4rem;
  }
}
.event__heading--02 .event__heading-title {
  width: 45rem;
}
@media (max-width: 750px) {
  .event__heading--02 .event__heading-title {
    width: 30.8rem;
  }
}
.event__heading--03 .event__heading-title {
  width: 31.2rem;
}
@media (max-width: 750px) {
  .event__heading--03 .event__heading-title {
    width: 23.6rem;
  }
}
.event__heading--04 .event__heading-title {
  width: 23.4rem;
}
@media (max-width: 750px) {
  .event__heading--04 .event__heading-title {
    width: 30rem;
  }
}
.event__heading--05 .event__heading-title {
  width: 33.6rem;
}
@media (max-width: 750px) {
  .event__heading--05 .event__heading-title {
    width: 30.4rem;
  }
}
.event__heading--06 .event__heading-title {
  width: 26.6rem;
}
@media (max-width: 750px) {
  .event__heading--06 .event__heading-title {
    width: 20rem;
  }
}
.event__intro {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .event__intro {
    text-align: left;
    width: 60rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.event__intro-txt {
  font-size: 2.4rem;
  font-weight: 500;
  background: #fff;
  padding: 1rem 3.5rem;
  border-radius: 0.7rem;
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .event__intro-txt {
    font-size: 3.2rem;
    background: none;
    padding: 0;
    border-radius: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 750px) {
  .event__intro-txt span {
    background: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 1rem;
  }
}

.event__heading.is-showin {
  opacity: 1;
}
.event__heading.is-showin .event__heading-icon {
  opacity: 1;
  animation: 0.8s 1.6s boing-anim linear 1;
}
.event__heading.is-showin .event__heading-title {
  opacity: 1;
  transform: translateX(0);
}

/* =============================================

イベント内容

============================================= */
.event-list {
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
@media (max-width: 750px) {
  .event-list {
    max-width: 60rem;
    margin: 0 auto;
  }
}
.event-list__item {
  width: 48rem;
}
@media (max-width: 750px) {
  .event-list__item {
    width: 100%;
  }
}
.event-list__item--horizontal {
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .event-list__item--horizontal {
    display: block;
    width: 100%;
  }
}
.event-list__item--06 {
  align-items: flex-start;
}
.event-list__img {
  overflow: hidden;
  border-radius: 1.4rem;
}
@media (max-width: 750px) {
  .event-list__img {
    width: 70rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 750px) {
  .event-list__item:nth-child(odd) .event-list__img {
    margin-left: -2.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 750px) {
  .event-list__item:nth-child(even) .event-list__img {
    margin-right: -2.5rem;
    margin-left: -7.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.event-list__item--horizontal .event-list__img {
  width: 48rem;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .event-list__item--horizontal .event-list__img {
    width: 70rem;
  }
}
.event-list__item--03-01 .event-list__img {
  width: 54rem;
}
@media (max-width: 750px) {
  .event-list__item--03-01 .event-list__img {
    width: 70rem;
  }
}
.event-list__detail {
  background: #fff;
  width: 39rem;
  padding: 3rem 3.5rem 3.5rem;
  margin: -7rem auto 0;
  border-radius: 1.2rem;
  position: relative;
}
@media (max-width: 750px) {
  .event-list__detail {
    width: 100%;
    padding: 4rem 5rem 5rem;
    margin-top: -5rem;
  }
}
.event-list__item--horizontal .event-list__detail {
  width: 50rem;
  margin: 0 0 0 -3rem;
}
@media (max-width: 750px) {
  .event-list__item--horizontal .event-list__detail {
    width: 100%;
    margin: -5rem auto 0;
  }
}
.event-list__item--03-01 .event-list__detail {
  width: 46rem;
  margin-left: -5rem;
}
@media (max-width: 750px) {
  .event-list__item--03-01 .event-list__detail {
    width: 100%;
    margin-top: -5rem;
    margin-left: 0;
  }
}
.event-list__item--06 .event-list__detail {
  width: 55rem;
  padding-right: 5rem;
  padding-left: 5rem;
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .event-list__item--06 .event-list__detail {
    width: 100%;
    margin-top: -5rem;
  }
}
.event-list__heading {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto 2rem;
}
@media (max-width: 750px) {
  .event-list__heading {
    max-width: 48rem;
    margin-bottom: 3rem;
  }
}
.event-list__heading--04-02 {
  width: 33rem;
  max-width: none;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media (max-width: 750px) {
  .event-list__heading--04-02 {
    width: 52rem;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.event-list__description {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .event-list__description {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.event-list__description--align-center {
  text-align: center;
}
.event-list__time {
  font-family: "Roboto", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  color: #b81c2b;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .event-list__time {
    font-size: 4.4rem;
    line-height: 1.1818181818;
  }
}
.event-list__time-note {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .event-list__time-note {
    font-size: 2.8rem;
  }
}
.event-list__time-content {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
@media (max-width: 750px) {
  .event-list__time-content {
    font-size: 2.8rem;
  }
}

/* =============================================

特別講座

============================================= */
.event-special {
  background: #fff;
  width: 95rem;
  padding: 6.5rem;
  border-radius: 1.2rem;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  grid-auto-rows: min-content;
  grid-template-areas: "img body" "list list";
}
@media (max-width: 750px) {
  .event-special {
    width: 60rem;
    padding: 6rem;
    margin: 0 auto;
    border: 0.2rem solid #b81c2b;
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "img" "detail-01" "detail-02" "shoulder" "profile";
  }
}
.event-special__img {
  width: 32rem;
  margin-left: -1.5rem;
  grid-area: img;
}
@media (max-width: 750px) {
  .event-special__img {
    width: 100%;
    border-bottom: 0.2rem solid #b81c2b;
  }
}
.event-special__body {
  width: 49.6rem;
  grid-area: body;
}
@media (max-width: 750px) {
  .event-special__body {
    display: contents;
  }
}
.event-special__intro {
  width: 48.2rem;
  margin-bottom: 2rem;
  grid-area: intro;
  align-self: start;
}
@media (max-width: 750px) {
  .event-special__intro {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.event-special__profile {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  grid-area: profile;
  align-self: start;
}
@media (max-width: 750px) {
  .event-special__profile {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.event-special__profile--shoulder {
  grid-area: shoulder;
  align-self: start;
}
@media (max-width: 750px) {
  .event-special__profile--shoulder {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
}
.event-special__profile--shoulder em {
  font-style: normal;
}
@media (max-width: 750px) {
  .event-special__profile--shoulder em {
    font-size: 3.2rem;
  }
}
.event-special__list {
  width: 100%;
  padding-top: 3rem;
  border-top: 1px solid #b81c2b;
  grid-area: list;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .event-special__list {
    display: contents;
  }
}
.event-special__detail {
  width: 50%;
  padding: 2rem 4.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .event-special__detail {
    width: 100%;
    padding: 6rem 0;
    border-bottom: 0.2rem solid #b81c2b;
  }
}
.event-special__detail--01 {
  grid-area: detail-01;
}
.event-special__detail--01::after {
  content: "";
  background: #b81c2b;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  .event-special__detail--01::after {
    content: none;
  }
}
.event-special__detail--02 {
  grid-area: detail-02;
}

/* =============================================

キャンパスMAP

============================================= */
.campus-map {
  margin-bottom: 15rem;
}
@media (max-width: 750px) {
  .campus-map {
    margin-bottom: 12rem;
  }
}
.campus-map__list {
  color: #fff;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 750px) {
  .campus-map__list {
    max-width: 68rem;
  }
}
.campus-map__item {
  width: 20.8rem;
}
@media (max-width: 750px) {
  .campus-map__item {
    width: 33rem;
  }
}
.campus-map__link {
  background: url("../img/index/bg-circle.png") no-repeat center center/cover;
  width: 100%;
  height: 20.8rem;
  padding-bottom: 5rem;
  border-radius: 1.2rem;
  transition: opacity 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .campus-map__link {
    height: 33rem;
    padding-bottom: 8rem;
    border-radius: 1.6rem;
  }
}
.campus-map__link::after {
  content: "";
  background: url("../img/common/arrow-right.svg") no-repeat center center/cover;
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .campus-map__link::after {
    width: 3.6rem;
    bottom: 3rem;
  }
}
.campus-map__link:hover {
  opacity: 0.7;
}
.campus-map__date {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .campus-map__date {
    margin-bottom: 2rem;
  }
}
.campus-map__date-md {
  font-family: "Roboto", serif;
  font-size: 4.2rem;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 0.5rem;
}
@media (max-width: 750px) {
  .campus-map__date-md {
    font-size: 7.2rem;
  }
}
.campus-map__date-w {
  font-size: 2rem;
  font-weight: 700;
  width: 2.8rem;
  aspect-ratio: 1;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .campus-map__date-w {
    font-size: 3.6rem;
    width: 4.4rem;
  }
}
.campus-map__place {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .campus-map__place {
    font-size: 3.2rem;
  }
}
.campus-map__place em {
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 0.5rem;
}
@media (max-width: 750px) {
  .campus-map__place em {
    font-size: 4rem;
  }
}

/* =============================================

アクセス

============================================= */
.access {
  margin-bottom: 8rem;
}
.access__inner {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .access__inner {
    max-width: 66rem;
  }
}
.access__heading {
  background: #fff;
  width: 27rem;
  height: 9rem;
  margin-right: auto;
  margin-bottom: 8rem;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 1.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .access__heading {
    width: 36rem;
    height: 12rem;
    border-width: 0.2rem;
    border-radius: 1.6rem;
  }
}
.access__heading-EN {
  padding-bottom: 0.5rem;
}
.access__heading-EN img {
  width: 15.4rem;
}
@media (max-width: 750px) {
  .access__heading-EN img {
    width: 20.4rem;
  }
}
.access__heading-JA {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  width: 16rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  position: absolute;
  top: calc(100% - 2rem);
  right: -2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .access__heading-JA {
    font-size: 3.2rem;
    width: 22rem;
    height: 6rem;
    border-radius: 1rem;
    top: calc(100% - 2.4rem);
    right: -3.4rem;
  }
}

.campus-data {
  width: 100%;
  max-width: 92rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .campus-data {
    width: 100%;
    display: block;
  }
}
.campus-data__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem;
}
@media (max-width: 750px) {
  .campus-data__list {
    flex-direction: column;
    gap: 7rem;
  }
}
.campus-data__item {
  width: 41rem;
}
@media (max-width: 750px) {
  .campus-data__item {
    width: 100%;
  }
}
.campus-data__gmap {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .campus-data__gmap {
    border-radius: 1.6rem;
  }
}
.campus-data__gmap iframe {
  width: 100%;
}
@media (max-width: 750px) {
  .campus-data__gmap iframe {
    height: 33rem;
  }
}
.campus-data__body {
  padding: 2rem 1rem;
}
@media (max-width: 750px) {
  .campus-data__body {
    padding: 3rem 2rem;
  }
}
.campus-data__place {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (max-width: 750px) {
  .campus-data__place {
    font-size: 4rem;
    margin-bottom: 1.6rem;
  }
}
.campus-data__address {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media (max-width: 750px) {
  .campus-data__address {
    font-size: 2.8rem;
    line-height: 1.5714285714;
    margin-bottom: 1.2rem;
  }
}
.campus-data__route {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #b81c2b;
}
@media (max-width: 750px) {
  .campus-data__route {
    font-size: 2.8rem;
  }
}
.campus-data__bus {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .campus-data__bus {
    margin-bottom: 2rem;
  }
}
.campus-data__bus-link {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 700;
  color: #b81c2b;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 6rem;
  border: 1px solid #b81c2b;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .campus-data__bus-link {
    font-size: 2.8rem;
    width: 100%;
    height: 10rem;
    padding-right: 4rem;
    border-width: 0.2rem;
    border-radius: 1rem;
  }
}
.campus-data__bus-link::after {
  content: "";
  background: url("../img/common/arrow-right-red.svg") no-repeat center center/cover;
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .campus-data__bus-link::after {
    width: 3.6rem;
    right: 2rem;
  }
}
.campus-data__bus-link:hover {
  opacity: 0.7;
}
.campus-data__detail-link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: url("../img/index/bg-circle.png") no-repeat center center/cover;
  text-align: center;
  width: 100%;
  height: 6rem;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .campus-data__detail-link {
    font-size: 2.8rem;
    width: 100%;
    height: 10rem;
    padding-right: 4rem;
    border-radius: 1rem;
  }
}
.campus-data__detail-link::after {
  content: "";
  background: url("../img/common/arrow-right.svg") no-repeat center center/cover;
  width: 2rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .campus-data__detail-link::after {
    width: 3.6rem;
    right: 2rem;
  }
}
.campus-data__detail-link:hover {
  opacity: 0.7;
}

/* =============================================

YouTubeチャンネル

============================================= */
.movies {
  padding: 7rem 0 4rem;
}
@media (max-width: 750px) {
  .movies {
    padding: 7rem 0 6rem;
  }
}
.movies--gakumoni {
  background: url("../img/index/bg-stripe.png") repeat center center/2.9rem 2.9rem;
}
.movies__heading {
  width: 66.8rem;
  margin-right: auto;
  margin-bottom: 5.5rem;
  margin-left: auto;
}
@media (max-width: 750px) {
  .movies__heading {
    width: 66rem;
    margin-bottom: 6rem;
  }
}
.movies__slider {
  padding-bottom: 5rem;
  position: relative;
}
@media (max-width: 750px) {
  .movies__slider {
    padding-bottom: 7rem;
  }
}
.movies__slide {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .movies__slide {
    border-radius: 1.6rem;
  }
}
.movies__slide-link {
  transition: opacity 0.3s;
}
.movies__slide-link:hover {
  opacity: 0.7;
}
.movies__nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.movies__nav-prev, .movies__nav-next {
  width: 2.6rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
@media (max-width: 750px) {
  .movies__nav-prev, .movies__nav-next {
    width: 2.6rem;
  }
}
.movies__nav-prev {
  background: url("../img/index/slider-arrow-prev.svg") no-repeat center center/cover;
  transform: translate(calc(-50% - (100vw - 140px) / 3.8 / 2 - 1.3rem - 1.25rem), calc(-50% - 2.5rem));
}
@media (max-width: 750px) {
  .movies__nav-prev {
    transform: translate(calc(-50% - (100vw - 2.38rem) / 1.476 / 2 - 1.3rem - 1.25rem), calc(-50% - 3.5rem));
  }
}
.movies__nav-next {
  background: url("../img/index/slider-arrow-next.svg") no-repeat center center/cover;
  transform: translate(calc(-50% + (100vw - 140px) / 3.8 / 2 + 1.3rem + 1.25rem), calc(-50% - 2.5rem));
}
@media (max-width: 750px) {
  .movies__nav-next {
    transform: translate(calc(-50% + (100vw - 2.38rem) / 1.476 / 2 + 1.3rem + 1.25rem), calc(-50% - 3.5rem));
  }
}
.movies__pager {
  width: 100%;
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.movies__pager .swiper-pagination-bullet {
  background: #a0a0a0;
  width: 1rem;
  height: 1rem;
  margin: 0 0.8rem;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 750px) {
  .movies__pager .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    margin: 0 1.5rem !important;
  }
}
.movies__pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b81c2b;
}

/* =============================================

固定リンク

============================================= */
.fixed {
  position: fixed;
  top: 11rem;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 750px) {
  .fixed {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
.fixed__list {
  margin-left: auto;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media (max-width: 750px) {
  .fixed__list {
    background: #fff;
    height: 14rem;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 1fr 1fr;
    gap: 0.2rem;
    grid-auto-flow: row;
    grid-template-areas: "line timetable map-nisshin map-meijokoen" "line timetable map-kusumoto map-suemori";
  }
}
@media (max-width: 750px) {
  .fixed__item--line {
    grid-area: line;
  }
}
@media (max-width: 750px) {
  .fixed__item--timetable {
    grid-area: timetable;
  }
}
@media (max-width: 750px) {
  .fixed__item--map-nisshin {
    grid-area: map-nisshin;
  }
}
@media (max-width: 750px) {
  .fixed__item--map-meijokoen {
    grid-area: map-meijokoen;
  }
}
@media (max-width: 750px) {
  .fixed__item--map-kusumoto {
    grid-area: map-kusumoto;
  }
}
@media (max-width: 750px) {
  .fixed__item--map-suemori {
    grid-area: map-suemori;
  }
}
.fixed__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 10rem;
  height: 11rem;
  margin-left: auto;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  transition: width 0.3s;
}
@media (max-width: 750px) {
  .fixed__link {
    font-size: 2.4rem;
    line-height: 1.1666666667;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
    justify-content: center;
  }
}
@media (min-width: 751px) {
  .fixed__link:hover {
    width: 9rem;
  }
}
.fixed__link--line {
  background: #00c300;
}
@media (max-width: 750px) {
  .fixed__link--line {
    flex-direction: row;
  }
}
.fixed__link--line img {
  width: 2.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .fixed__link--line img {
    width: 5.6rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.fixed__link--timetable {
  background: #4c4948;
}
.fixed__link--map {
  font-size: 1.3rem;
  line-height: 1.1538461538;
  background: url("../img/index/bg-circle.png") no-repeat center center/cover;
  height: 6rem;
  text-orientation: upright;
}
@media (max-width: 750px) {
  .fixed__link--map {
    font-feature-settings: "palt";
    font-size: 2rem;
    height: 100%;
  }
}

/* =============================================

タイムテーブルのモーダルウィンドウ

============================================= */
.modal {
  display: none;
}
.modal-timetable-wrapper .modaal-container {
  background: #4c4948;
  width: 50.4rem;
  padding: 2rem;
  border: 0.2rem solid #fff;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(248, 193, 102, 0.92) 0%, rgba(243, 152, 0, 0.92) 100%);
  width: 46rem;
  height: 55rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .modal-timetable-wrapper .modaal-container {
    width: 70.8rem;
    padding: 3rem;
    border-width: 0.4rem;
    width: 70rem;
    height: 84rem;
  }
}
.modal-timetable-wrapper .modaal-content-container {
  padding: 0;
}
.modal-timetable-wrapper .modaal-inner-wrapper {
  padding: 0;
}
.modal-timetable-wrapper .modaal-close {
  background: url("../img/index/btn-close.svg") no-repeat center center/cover;
  width: 3.4rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 1.5rem;
  right: 3rem;
}
@media (max-width: 750px) {
  .modal-timetable-wrapper .modaal-close {
    width: 4.6rem;
    top: 2.5rem;
  }
}
.modal-timetable-wrapper .modaal-close::before, .modal-timetable-wrapper .modaal-close::after {
  content: none;
}
.modal-checklist-wrapper .modaal-container {
  background: #e3f2fb;
  width: 42rem;
  padding: 2rem;
  border-radius: 1.2rem;
}
@media (max-width: 750px) {
  .modal-checklist-wrapper .modaal-container {
    width: 70rem;
    padding: 3rem;
  }
}
.modal-checklist-wrapper .modaal-content-container {
  padding: 0;
}
.modal-checklist-wrapper .modaal-inner-wrapper {
  padding: 0;
}
@media (max-width: 750px) {
  .modal-checklist-wrapper .modaal-inner-wrapper {
    padding: 3rem 0;
  }
}
.modal-checklist-wrapper .modaal-close {
  background: #000;
  -webkit-mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
          mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
  width: 3.4rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media (max-width: 750px) {
  .modal-checklist-wrapper .modaal-close {
    width: 4.6rem;
    top: 2.5rem;
  }
}
.modal-checklist-wrapper .modaal-close::before, .modal-checklist-wrapper .modaal-close::after {
  content: none;
}

.timetable__heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .timetable__heading {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.timetable__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.timetable__link {
  background: #fff;
  width: 22rem;
  padding: 2rem 1.5rem;
  border: 1px solid #000;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .timetable__link {
    width: 31rem;
    padding: 3rem 2rem;
    border-width: 0.2rem;
  }
}
.timetable__link:hover {
  background: #ffff96;
}
.timetable__btn {
  width: 2.6rem;
  margin-right: auto;
  margin-left: auto;
}
.timetable__btn img {
  transform: rotate(-90deg);
}
.timetable__place {
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 700;
  text-align: center;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #000;
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .timetable__place {
    font-size: 2.4rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.timetable__date {
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 0.5rem;
}
@media (max-width: 750px) {
  .timetable__date {
    margin-bottom: 2rem;
  }
}
.timetable__date-md {
  font-family: "Roboto", serif;
  font-size: 4.2rem;
  line-height: 0.8;
  font-weight: 700;
}
@media (max-width: 750px) {
  .timetable__date-md {
    font-size: 6rem;
  }
}
.timetable__date-w {
  font-size: 2rem;
  font-weight: 700;
  width: 2.6rem;
  aspect-ratio: 1;
  margin-bottom: 0.2rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .timetable__date-w {
    font-size: 3rem;
    width: 4rem;
  }
}
.timetable__faculty {
  gap: 0.5rem;
}
.timetable__faculty--single {
  grid-template-columns: 1fr;
}
.timetable__faculty .faculty__item {
  font-size: 1.2rem;
  width: 100%;
  height: 3.4rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .timetable__faculty .faculty__item {
    font-size: 1.7rem;
    height: 4.8rem;
    padding: 0 1.2rem;
  }
}
.timetable__arrow {
  width: 2.6rem;
  margin: 1.5rem auto 0;
  transform: rotate(-90deg);
}
@media (max-width: 750px) {
  .timetable__arrow {
    width: 3.6rem;
    margin-top: 2rem;
  }
}
.timetable__close {
  background: #fff;
  -webkit-mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
          mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
  width: 3.4rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  cursor: pointer;
}
.timetable__close--pre {
  background: #000;
}
@media (max-width: 750px) {
  .timetable__close {
    width: 4.6rem;
    top: 2.5rem;
  }
}
.timetable__close::before, .timetable__close::after {
  content: none;
}
.timetable__pre {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  .timetable__pre {
    font-size: 3.2rem;
  }
}

.checklist__heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .checklist__heading {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}
.checklist__category {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: #ff0;
  text-align: center;
  width: 100%;
  height: 6rem;
  margin-bottom: 2rem;
  border-radius: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .checklist__category {
    font-size: 2.4rem;
    height: 10rem;
    margin-bottom: 3rem;
  }
}
.checklist__detail {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin: 0 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 750px) {
  .checklist__detail {
    font-size: 2.4rem;
    margin: 0 1em;
    gap: 2rem;
  }
}
.checklist__detail--child {
  margin: 0;
}
.checklist__detail-item {
  padding-left: 1.5em;
  position: relative;
}
@media (max-width: 750px) {
  .checklist__detail-item {
    padding-left: 1.7em;
  }
}
.checklist__detail-item label {
  display: inline-block;
}
.checklist__checkbox {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #808080;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 0 transparent;
  transition-duration: 0.2s;
  transition-property: background-color, border, box-shadow, color;
}
@media (max-width: 750px) {
  .checklist__checkbox {
    width: 2.8rem;
    height: 2.8rem;
    top: 0.4rem;
  }
}
.checklist__checkbox:checked {
  background: #b81c2b;
  border-color: #b81c2b;
}
@media (forced-colors: none) and (any-hover: hover) {
  .checklist__checkbox:hover:enabled {
    border-color: #b81c2b; /* 紫色 */
    box-shadow: 0 0 0 0.4rem #D2CEFF; /* 薄い紫色 */
  }
}
.checklist__checkbox::before {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-mask: url("../img/common/checkbox.svg") no-repeat center center/contain;
          mask: url("../img/common/checkbox.svg") no-repeat center center/contain;
}
@media (forced-colors: active) {
  .checklist__checkbox::before {
    transition: none;
    background: CanvasText;
  }
}
.checklist__checkbox:checked::before {
  opacity: 1;
}
.checklist__accordion {
  background: #fff;
  padding: 1rem 2rem;
  margin: 1.5rem -1.5em 2rem -3em;
  border-radius: 1.8rem;
  display: none;
}
@media (max-width: 750px) {
  .checklist__accordion {
    padding: 2rem 3rem;
    margin: 2rem -1em 3rem -2.7em;
  }
}
.checklist__accordion a {
  text-decoration: underline;
}
.checklist__close {
  background: #000;
  -webkit-mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
          mask: url("../img/index/btn-close.svg") no-repeat center center/cover;
  width: 3.4rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  cursor: pointer;
}
@media (max-width: 750px) {
  .checklist__close {
    width: 4.6rem;
    top: 2.5rem;
  }
}
.checklist__close::before, .checklist__close::after {
  content: none;
}

/* =============================================

メッセージ

============================================= */
.message {
  width: 100%;
  position: fixed;
  top: 9rem;
  left: 0;
  z-index: 5;
}
@media (max-width: 750px) {
  .message {
    width: 100%;
    margin-bottom: 0;
    top: 10rem;
  }
}
.message-list {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .message-list {
    font-size: 3.2rem;
    width: 65%;
  }
}
.message-list__item {
  margin-bottom: 1rem;
  position: relative;
}
.message-list__item:last-child {
  margin-bottom: 0;
}
.message details {
  background: #fffe97;
  padding: 3.5rem 0;
  margin-bottom: 2px;
  position: relative;
}
@media (max-width: 750px) {
  .message details {
    padding: 5rem 0;
  }
}
.message details::before {
  content: "";
  background: url("../img/index/icon-message.svg") no-repeat center center/cover;
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 50%;
  left: 9rem;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .message details::before {
    width: 7rem;
    height: 7rem;
    left: 4rem;
  }
}
.message details summary {
  background: #fffe97;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.message details summary::after {
  content: "";
  background: url("../img/index/icon-message-arrow.svg") no-repeat center center/cover;
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .message details summary::after {
    width: 4rem;
    height: 4rem;
    right: 4rem;
  }
}
.message details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

/*---------------------------------------
style
---------------------------------------*/
/*---------------------------------------
sakura
---------------------------------------*/
.sakura {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.petal {
  position: absolute;
  pointer-events: none;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url("../img/sakura/v4_home_sakura.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -10%;
  z-index: 9;
  opacity: 0;
  /* 3D表現を有効にする設定 */
  transform-style: preserve-3d;
  perspective: 266.6666666667vw;
  animation-iteration-count: infinite;
  animation-timing-function: linear, ease-in-out;
  filter: blur(0.5333333333vw) drop-shadow(1px 1px 0.5333333333vw rgba(255, 182, 193, 0.4));
  animation-name: fall-diagonal, anim-flutter-3d;
}
@media screen and (min-width: 750px) {
  .petal {
    width: 2.03125vw;
    height: 2.03125vw;
    perspective: 78.125vw;
    filter: blur(0.15625vw) drop-shadow(1px 1px 0.15625vw rgba(255, 182, 193, 0.4));
  }
}
@media screen and (min-width: 1280px) {
  .petal {
    width: 26px;
    height: 26px;
    perspective: 1000px;
    filter: blur(2px) drop-shadow(1px 1px 2px rgba(255, 182, 193, 0.4));
  }
}

/* 遠くにあるように見せる（ボケ強め） */
.petal_2, .petal_5, .petal_8, .petal_12, .petal_15, .petal_20, .petal_24, .petal_28, .petal_32, .petal_35 {
  filter: blur(1.0666666667vw) drop-shadow(1px 1px 0.5333333333vw rgba(255, 182, 193, 0.4));
}
@media screen and (min-width: 750px) {
  .petal_2, .petal_5, .petal_8, .petal_12, .petal_15, .petal_20, .petal_24, .petal_28, .petal_32, .petal_35 {
    filter: blur(0.15625vw) drop-shadow(1px 1px 0.15625vw rgba(255, 182, 193, 0.4));
  }
}
@media screen and (min-width: 1280px) {
  .petal_2, .petal_5, .petal_8, .petal_12, .petal_15, .petal_20, .petal_24, .petal_28, .petal_32, .petal_35 {
    filter: blur(2px) drop-shadow(1px 1px 2px rgba(255, 182, 193, 0.4));
  }
}

/* --- 落下1：一定の風で流れる --- */
@keyframes fall-diagonal {
  0% {
    margin-left: 0px;
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  85% {
    opacity: 0.9;
  }
  100% {
    top: 100%;
    margin-left: -150vw;
    opacity: 0;
    @media screen and (min-width: 1280px) {
      margin-left: -150vh;
    }
  }
}
/* --- 落下2：途中で消える --- */
@keyframes fall-diagonal-fadeout {
  0% {
    margin-left: 0px;
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  45% {
    opacity: 0.9;
  }
  75% {
    opacity: 0;
  }
  100% {
    top: 110%;
    margin-left: -100vh;
    opacity: 0;
  }
}
/* --- 3Dくるくる：立体的な回転 --- */
@keyframes anim-flutter-3d {
  0% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
  50% {
    /* X軸とY軸を混ぜて回転させることで複雑に裏返る */
    transform: rotate3d(1, 1, 1, 180deg) scale(1.1);
  }
  100% {
    transform: rotate3d(1, 1, 0, 360deg) scale(1);
  }
}
/* --- 個別設定：24枚 --- */
.petal_1 {
  left: 15%;
  top: -5%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5s, 3s;
  animation-delay: 0.5s, 0s;
}

.petal_2 {
  left: 45%;
  top: -20%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.2s, 4s;
  animation-delay: 1.2s, 1s;
}

.petal_3 {
  left: 75%;
  top: -10%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 4.8s, 2.5s;
  animation-delay: 0.8s, 0.5s;
}

.petal_4 {
  left: 95%;
  top: -30%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.5s, 5s;
  animation-delay: 2.1s, 1.2s;
}

.petal_5 {
  left: 5%;
  top: -10%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.5s, 3.2s;
  animation-delay: 3.5s, 0s;
}

.petal_6 {
  left: 35%;
  top: -5%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.8s, 4.5s;
  animation-delay: 4.2s, 1.5s;
}

.petal_7 {
  left: 65%;
  top: 40%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.8s, 3.8s;
  animation-delay: 1.5s, 0s;
}

.petal_8 {
  left: 85%;
  top: -10%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.4s, 4.1s;
  animation-delay: 5.2s, 2s;
}

.petal_9 {
  left: 25%;
  top: -25%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.1s, 3.3s;
  animation-delay: 2.8s, 0.8s;
}

.petal_10 {
  left: 55%;
  top: -50%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 7s, 5.5s;
  animation-delay: 0.4s, 1.8s;
}

.petal_11 {
  left: 80%;
  top: -5%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 4.5s, 2.8s;
  animation-delay: 6.5s, 0s;
}

.petal_12 {
  left: 98%;
  top: -15%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.2s, 4.7s;
  animation-delay: 4.5s, 2.5s;
}

.petal_13 {
  left: 12%;
  top: -60%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.5s, 3.5s;
  animation-delay: 3.2s, 1s;
}

.petal_14 {
  left: 52%;
  top: -8%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.2s, 4.8s;
  animation-delay: 5.8s, 0.5s;
}

.petal_15 {
  left: 78%;
  top: -35%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.8s, 3.2s;
  animation-delay: 7.5s, 2.2s;
}

.petal_16 {
  left: 92%;
  top: -5%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.4s, 4.5s;
  animation-delay: 8.8s, 3s;
}

.petal_17 {
  left: 22%;
  top: -45%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.2s, 3.8s;
  animation-delay: 9.2s, 1.2s;
}

.petal_18 {
  left: 40%;
  top: -10%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 6s, 5s;
  animation-delay: 1.5s, 0s;
}

.petal_19 {
  left: 68%;
  top: -20%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 4.4s, 3s;
  animation-delay: 10.5s, 2s;
}

.petal_20 {
  left: 88%;
  top: -55%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.5s, 5.2s;
  animation-delay: 2.4s, 1.5s;
}

.petal_21 {
  left: 2%;
  top: -8%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.9s, 3.5s;
  animation-delay: 11.2s, 0.8s;
}

.petal_22 {
  left: 50%;
  top: -30%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.8s, 4.9s;
  animation-delay: 4.5s, 3.2s;
}

.petal_23 {
  left: 72%;
  top: -10%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 4.9s, 3.4s;
  animation-delay: 12s, 0s;
}

.petal_24 {
  left: 96%;
  top: -40%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.5s, 4.3s;
  animation-delay: 6.2s, 2.2s;
}

/* --- 追加設定：25枚〜36枚 --- */
.petal_25 {
  left: 18%;
  top: -12%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.3s, 3.1s;
  animation-delay: 13s, 0.5s;
}

.petal_26 {
  left: 38%;
  top: 15%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6s, 4.2s;
  animation-delay: 7.8s, 1.5s;
}

.petal_27 {
  left: 58%;
  top: -5%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 4.7s, 2.9s;
  animation-delay: 14.2s, 0s;
}

.petal_28 {
  left: 82%;
  top: 25%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.7s, 5.1s;
  animation-delay: 3.8s, 2s;
}

.petal_29 {
  left: 10%;
  top: 35%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.6s, 3.7s;
  animation-delay: 15.5s, 0.2s;
}

.petal_30 {
  left: 48%;
  top: -10%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 5.4s, 4s;
  animation-delay: 8.5s, 1.2s;
}

.petal_31 {
  left: 70%;
  top: 45%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.3s, 3.6s;
  animation-delay: 1s, 0.8s;
}

.petal_32 {
  left: 90%;
  top: -8%;
  animation-name: fall-diagonal, anim-flutter-3d;
  animation-duration: 4.9s, 3.3s;
  animation-delay: 16.8s, 0s;
}

.petal_33 {
  left: 28%;
  top: 55%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.9s, 4.4s;
  animation-delay: 11.5s, 2.5s;
}

.petal_34 {
  left: 62%;
  top: 10%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.1s, 3.9s;
  animation-delay: 14s, 1s;
}

.petal_35 {
  left: 85%;
  top: 50%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 5.7s, 4.6s;
  animation-delay: 5.5s, 0.5s;
}

.petal_36 {
  left: 5%;
  top: 20%;
  animation-name: fall-diagonal-fadeout, anim-flutter-3d;
  animation-duration: 6.4s, 3.8s;
  animation-delay: 17.5s, 1.8s;
}

@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */