@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUSRounded1c-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUSRounded1c-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe,
.js-observeShort {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/*------ schedule ------*/
@media screen and (max-width: 768px) {
  .ttlSec.ttlSec--schedule img {
    right: -0.5rem;
    bottom: -5.5rem;
    height: 5rem;
  }
}

.border-line {
  position: absolute;
  top: 3rem;
  bottom: -10rem;
  left: -2.55rem;
  width: 2px;
  height: 0;
  background: #dcdcdc;
}
@media screen and (max-width: 768px) {
  .border-line {
    left: -1.65rem;
  }
}

.scheduleSec {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .scheduleSec .w1093 {
    margin-right: 1rem;
  }
}
.scheduleSec__list {
  position: relative;
}
.scheduleSec__item {
  position: relative;
  padding-bottom: 2.5rem;
  line-height: 2.25;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .scheduleSec__item {
    padding-bottom: 1.5rem;
    line-height: 1.9;
  }
}
.scheduleSec__item:first-child .scheduleSec__image img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .scheduleSec__item:first-child .scheduleSec__image img {
    width: calc(50% - 0.25rem);
    margin: 0 0.5rem 0 0;
  }
}
.scheduleSec__item:first-child .scheduleSec__image img:last-of-type {
  margin: 0;
}
.scheduleSec__item:last-child {
  padding-bottom: 0;
}
.scheduleSec__item::before {
  top: 1.6rem;
  left: -3.3rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  background: #9e2b25;
  border-radius: 50%;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .scheduleSec__item::before {
    left: -2.4rem;
  }
}
.scheduleSec__item h3 {
  display: block;
  width: 59%;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-family: "M PLUS 2";
  font-weight: 400;
  line-height: 1.4;
  color: #9e2b25;
  border-bottom: 1px solid #333;
}
.scheduleSec__item h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .scheduleSec__item h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .scheduleSec__item h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scheduleSec__item h3 {
    font-size: 1.3124974365rem;
  }
}
@media screen and (max-width: 1300px) {
  .scheduleSec__item h3 {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .scheduleSec__item h3 {
    width: 100%;
  }
}
.scheduleSec__container {
  padding: 2rem 3.5rem 2rem 6rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1300px) {
  .scheduleSec__container {
    padding: 1.1rem 1.5rem 2rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .scheduleSec__container {
    padding: 1.4rem 1rem 2rem 1rem;
  }
}
.scheduleSec__image {
  flex-shrink: 0;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .scheduleSec__image {
    width: 100%;
  }
}
.scheduleSec__image img {
  width: 100%;
}
.scheduleSec__detail {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scheduleSec__detail {
    flex-wrap: wrap;
  }
}
.scheduleSec__detail__box {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  font-family: "M PLUS 2";
  line-height: 1.9;
  background: #fff;
  border: 2px dashed #9e2b25;
  border-radius: 1rem;
}
.scheduleSec__detail__box {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  .scheduleSec__detail__box {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .scheduleSec__detail__box {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .scheduleSec__detail__box {
    font-size: 0.7499985352rem;
  }
}
@media screen and (max-width: 768px) {
  .scheduleSec__detail__box {
    width: 100%;
    padding: 1rem;
    margin-top: 1rem;
  }
}
