/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

[hidden] {
  display: none;
}

.calendar__link-btn, .mv__content, .mv__link-btn, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calendar__link-btn > *, .mv__content > *, .mv__link-btn > *, .cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .cont__container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

/* common:end */
/* mv:start */
.mv__container {
  padding: 95px 0;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .mv__container {
    padding: 25px 0;
  }
}
.mv__title {
  margin: 0 auto;
  padding-bottom: 2.0408163265%;
  width: 96.5306122449%;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  border-bottom: 4px solid #000000;
}
@media screen and (max-width: 1020px) {
  .mv__title {
    font-size: 3.7254901961vw;
  }
}
@media screen and (max-width: 750px) {
  .mv__title {
    padding-bottom: 15px;
    max-width: 335px;
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.28;
    white-space: normal;
    border-bottom: 3px solid #000000;
  }
}
@media screen and (max-width: 375px) {
  .mv__title {
    padding-bottom: 4vw;
    font-size: 6.6666666667vw;
    border-width: 0.8vw;
  }
}
.mv__content {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .mv__content {
    margin-top: 15px;
  }
}
.mv__lead {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mv__lead {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    text-align: left;
  }
}
.mv__link {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .mv__link {
    margin-top: 20px;
    width: 100%;
  }
}
.mv__link-btn {
  position: relative;
  padding-bottom: 2px;
  width: 400px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #cc0000;
}
@media screen and (max-width: 750px) {
  .mv__link-btn {
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
    height: 35px;
    font-size: 1.3rem;
  }
}
.mv__link-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .mv__link-btn::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}
.mv__text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .mv__text {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.4615384615;
    text-align: left;
  }
}

/* mv:end */
/* calendar:start */
.calendar__container {
  padding: 100px 0 95px;
  background-image: url(../images/calendar_bg_grid.png);
  background-repeat: repeat;
  background-position: center 17px;
  background-size: 30px 30px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .calendar__container {
    padding: 25px 0 50px;
    background-position: center 25px;
  }
}
.calendar__dl {
  margin: 0 auto;
  width: 110px;
}
@media screen and (max-width: 750px) {
  .calendar__dl {
    width: 80px;
  }
}
.calendar__title {
  margin-top: 15px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .calendar__title {
    margin-top: 5px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
@media screen and (max-width: 375px) {
  .calendar__title {
    font-size: 5.8666666667vw;
  }
}
.calendar__content {
  margin-top: 60px;
  padding: 6.1224489796% 4.0816326531%;
  width: 100%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 750px) {
  .calendar__content {
    margin: 25px auto 0;
    padding: 8vw 5.3333333333vw;
  }
}
.calendar__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 3.3333333333%;
  margin-bottom: -6.6666666667%;
}
@media screen and (max-width: 750px) {
  .calendar__list {
    column-gap: 2.6666666667vw;
    margin-bottom: -30px;
    width: 100%;
  }
}
.calendar__list > li {
  margin-bottom: 6.6666666667%;
  width: 31.1111111111%;
}
@media screen and (max-width: 750px) {
  .calendar__list > li {
    margin-bottom: 30px;
    width: 38vw;
  }
}
.calendar__img {
  margin-top: 7.1428571429%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .calendar__img {
    margin-top: 2.6666666667vw;
  }
}
.calendar__link {
  margin-top: 14.2857142857%;
}
@media screen and (max-width: 750px) {
  .calendar__link {
    margin-top: 20px;
  }
}
.calendar__link li {
  width: 100%;
}
.calendar__link li:not(:first-child) {
  margin-top: 7.1428571429%;
}
@media screen and (max-width: 750px) {
  .calendar__link li:not(:first-child) {
    margin-top: 10px;
  }
}
.calendar__link-btn {
  position: relative;
  padding-bottom: 2px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 1.8rem;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #cc0000;
}
@media screen and (max-width: 1020px) {
  .calendar__link-btn {
    height: 4.9019607843vw;
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 750px) {
  .calendar__link-btn {
    margin: 0 auto;
    max-width: 143px;
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    border-radius: 15px;
  }
}
@media screen and (max-width: 375px) {
  .calendar__link-btn {
    padding-bottom: 0.5333333333vw;
    height: 8vw;
    font-size: 3.7333333333vw;
  }
}
.calendar__link-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 10.7142857143%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1020px) {
  .calendar__link-btn::after {
    width: 1.0784313725vw;
    height: 1.0784313725vw;
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 750px) {
  .calendar__link-btn::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .calendar__link-btn::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
.calendar__caution {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .calendar__caution {
    margin-top: 15px;
  }
}
.calendar__caution-title {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .calendar__caution-title {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}
.calendar__caution-list > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
}
@media screen and (max-width: 750px) {
  .calendar__caution-list > li {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}

/* calendar:end */