@charset "UTF-8";
.top {
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 15px 0 0;
  }
}
.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__inner {
    margin-bottom: 15px;
  }
}
.top__unit {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .top__unit {
    width: 90vw;
    min-height: 56vw;
    margin: 0 5px;
  }
}
.top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 695px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top__box {
    display: none;
  }
}
.top__banner {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 767px) {
  .top .slick-dots li button:before {
    font-size: 1.6rem;
    color: #EC4755;
  }
}
@media screen and (max-width: 767px) {
  .top .slick-dots li.slick-active button:before {
    color: #EC4755;
  }
}
.top .slick-prev {
  left: 17vw;
  width: auto;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top .slick-prev {
    left: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .top .slick-prev {
    left: 0;
  }
}
.top .slick-prev:before {
  content: "";
  display: inline-block;
  background-image: url(../images/top-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top .slick-prev:before {
    width: 50px;
    height: 50px;
  }
}
.top .slick-next {
  right: 17vw;
  width: auto;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top .slick-next {
    right: 0;
  }
}
.top .slick-next:before {
  content: "";
  display: inline-block;
  background-image: url(../images/top-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top .slick-next:before {
    width: 50px;
    height: 50px;
  }
}

.container__outer {
  max-width: 1024px;
  margin: auto;
}
.container__img {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .container__img {
    display: none;
  }
}
.container__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .container__img--sp {
    display: block;
    margin-bottom: 85px;
  }
}
.container__banner {
  background-color: #FFF3DB;
  padding: 50px 15px 60px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container__banner {
    padding: 25px 10px 40px 28px;
  }
}
.container__item {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .container__item {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
}
.container__border {
  max-width: 195px;
  margin: auto auto 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .container__border {
    max-width: 38vw;
    margin-bottom: 25px;
  }
}
.container__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  max-width: 690px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container__unit {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }
}
.container__icon {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .container__icon {
    margin: auto 0;
  }
}
.container__icon01 {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .container__icon01 {
    max-width: 37vw;
  }
}
.container__icon02 {
  max-width: 116px;
}
@media screen and (max-width: 767px) {
  .container__icon02 {
    max-width: 30vw;
  }
}
.container__icon03 {
  max-width: 136px;
}
@media screen and (max-width: 767px) {
  .container__icon03 {
    max-width: 36vw;
  }
}
.container__icon04 {
  max-width: 112px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .container__icon04 {
    max-width: 29vw;
  }
}
.container__icon05 {
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .container__icon05 {
    max-width: 37vw;
  }
}
.container__icon06 {
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  .container__icon06 {
    max-width: 38vw;
  }
}
.container__icon07 {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .container__icon07 {
    max-width: 34vw;
  }
}
.container__icon08 {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .container__icon08 {
    max-width: 34vw;
  }
}
.container__icon09 {
  max-width: 160px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .container__icon09 {
    max-width: 42vw;
    margin-top: -10px;
  }
}
.container__icon10 {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .container__icon10 {
    max-width: 40vw;
  }
}
.container__icon11 {
  max-width: 155px;
}
@media screen and (max-width: 767px) {
  .container__icon11 {
    max-width: 41vw;
  }
}
.container__icon12 {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .container__icon12 {
    max-width: 42vw;
  }
}
.container__circle {
  background-color: #999284;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
}
.container__circle01 {
  left: 15px;
  top: 15px;
}
.container__circle02 {
  right: 15px;
  top: 15px;
}
.container__circle03 {
  left: 15px;
  bottom: 15px;
}
.container__circle04 {
  right: 15px;
  bottom: 15px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  padding: 0 15px;
}
.modal__container {
  max-width: 822px;
  height: 90vh;
  background-color: #ec4755;
  border-radius: 16px;
  padding: 10px;
  position: relative;
  margin: 5% auto;
}
.modal__close {
  width: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 24px;
  }
}
.modal__top {
  font-size: 2.8rem;
  font-family: "Ubuntu";
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modal__top {
    font-size: 2.2rem;
  }
}
.modal__wrapper {
  background-color: #fff;
  overflow-y: scroll;
  height: calc(100% - 50px);
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.modal__wrapper::-webkit-scrollbar {
  display: none;
}
.modal__box {
  padding: 20px 35px 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .modal__box {
    padding: 20px 10px;
  }
}
.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .modal__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal__head--img {
  max-width: 522px;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .modal__head--img {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .modal__head--img {
    display: none;
  }
}
.modal__head--img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal__head--img-sp {
    display: block;
    width: 50%;
    max-width: 165px;
  }
}
.modal__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.modal__date-year {
  font-size: 3.1rem;
  color: #ec4755;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__date-year {
    font-size: 2.4rem;
  }
}
.modal__date-top {
  font-size: 4.6rem;
  color: #ec4755;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__date-top {
    font-size: 3.5rem;
  }
}
.modal__date-bottom {
  font-size: 3.3rem;
  color: #ec4755;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__date-bottom {
    font-size: 2.6rem;
  }
}
.modal__date-week {
  font-size: 1.5rem;
  color: #ec4755;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__date-week {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .modal__img {
    display: none;
  }
}
.modal__img-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal__img-sp {
    display: block;
  }
}
.modal-top, .modal-bottom {
  position: relative;
}
.modal-top__btn, .modal-bottom__btn {
  width: 410px;
  height: 95px;
  border-radius: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-top__btn:hover, .modal-bottom__btn:hover {
  bottom: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-top__btn ::after, .modal-bottom__btn ::after {
  content: "";
  display: inline-block;
  background-image: url(../img/Icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 22px;
  margin-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .modal-top__btn, .modal-bottom__btn {
    max-width: 275px;
    width: calc(100% - 15px);
    height: 65px;
    font-size: 1.6rem;
    bottom: 35px;
  }
  .modal-top__btn:hover, .modal-bottom__btn:hover {
    bottom: 25px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .modal-top__btn ::after, .modal-bottom__btn ::after {
    margin-left: 10px;
    width: 8px;
    height: 15px;
  }
}
@media screen and (max-width: 374px) {
  .modal-top__btn, .modal-bottom__btn {
    height: 50px;
  }
}
.modal-top__btn {
  background-color: #75cc29;
  -webkit-box-shadow: 0 10px 0 #498019;
          box-shadow: 0 10px 0 #498019;
}
.modal-bottom__btn {
  background-color: #f0254b;
  -webkit-box-shadow: 0 10px 0 #b31b37;
          box-shadow: 0 10px 0 #b31b37;
}

.bottom-banner {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: rgba(255, 249, 242, 0.5);
  background-blend-mode: lighten;
  padding: 30px 0;
  margin-bottom: -120px;
}
@media screen and (max-width: 767px) {
  .bottom-banner {
    margin-bottom: -35px;
  }
}
.bottom-banner.single-page {
  margin-top: 120px;
  background-image: url(../img/bg.png);
}
@media screen and (max-width: 767px) {
  .bottom-banner.single-page {
    margin-bottom: -35px;
  }
}
.bottom-banner.top-page {
  margin-bottom: 0;
  background-image: url(../img/bg.png);
}
.bottom-banner.archive-page {
  background-image: url(../img/bg.png);
}
@media screen and (max-width: 767px) {
  .bottom-banner.archive-page {
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-banner.original {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-banner {
    padding: 30px;
  }
}
.bottom-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bottom-banner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom-banner01 {
  margin-right: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bottom-banner01 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.bottom-banner02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bottom-banner02 {
    width: 100%;
  }
}