@keyframes photoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-main {
  position: relative;
}

.l-content {
  padding-top: 8.5%;
  padding-bottom: 15%;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 14.5%;
    padding-bottom: 24%;
  }
}

.l-headbg {
  position: relative;
  padding-top: 120px;
  background-color: #1ccadb;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-headbg {
    padding-top: 67px;
  }
}
.l-headbg::after {
  content: "";
  width: 100%;
  padding-top: 5%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg/wave_blue.png) repeat-x 0 0;
  background-size: 13%;
  transform: translateY(96%);
}

.l-inbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_pattern_in_pc.png) repeat-y center top;
  background-size: 100%;
  transition: background-position 1s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .l-inbg {
    background: url(../img/bg/bg_pattern_in_sp.png) repeat-y center top;
    background-size: 100%;
  }
}

.l-section {
  min-height: 50vh;
}

.c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 28px;
  }
}
.c-pagination__item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  position: relative;
}
.c-pagination__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-pagination__item {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__item:hover .c-pagination__text {
    color: #1ccadb;
  }
}
.c-pagination__item.-more {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.-more {
    width: 25px;
  }
}
.c-pagination__item.-more::before {
  content: none;
}
.c-pagination__item.-more .c-pagination__text::before {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/common/dotline.png) repeat-x left center;
  background-size: 7px;
}
@media screen and (max-width: 767px) {
  .c-pagination__item.-more .c-pagination__text::before {
    width: 13px;
    background-size: 5px;
  }
}
.c-pagination__item.is-current {
  pointer-events: none;
}
.c-pagination__item.is-current::before {
  background-color: #1ccadb;
}
.c-pagination__item.is-current .c-pagination__text {
  color: #fff;
}
.c-pagination__item::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__item::before {
    width: 31px;
    height: 31px;
  }
}
.c-pagination__text {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  vertical-align: baseline;
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .c-pagination__text {
    font-size: 13px;
  }
}

.c-datechange {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
}
.c-datechange span {
  vertical-align: baseline;
}
.c-datechange .c-datechange__prev, .c-datechange .c-datechange__next {
  width: 150px;
  text-align: center;
  background-color: #000;
  border-radius: 30px;
  font-weight: 500;
  transition: background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-datechange .c-datechange__prev, .c-datechange .c-datechange__next {
    width: 92px;
  }
}
@media screen and (min-width: 768px) {
  .c-datechange .c-datechange__prev:hover, .c-datechange .c-datechange__next:hover {
    background-color: #1ccadb;
    transform: scale(1.1);
  }
}
.c-datechange .c-datechange__prev a, .c-datechange .c-datechange__next a {
  display: block;
  padding: 12px 0 11px;
}
@media screen and (max-width: 767px) {
  .c-datechange .c-datechange__prev a, .c-datechange .c-datechange__next a {
    padding: 5px 0 5px;
  }
}
.c-datechange .p-in_text {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-datechange .p-in_text {
    padding: 0 0 0 14px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
.c-datechange .p-in_text::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  -webkit-mask: url(../img/common/icon_arrow_2.svg) no-repeat center center;
  mask: url(../img/common/icon_arrow_2.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-datechange .p-in_text::before {
    width: 8px;
    height: 8px;
  }
}
.c-datechange .c-datechange__next .p-in_text {
  padding: 0 26px 0 18px;
}
@media screen and (max-width: 767px) {
  .c-datechange .c-datechange__next .p-in_text {
    padding: 0 13px 0 8px;
  }
}
.c-datechange .c-datechange__next .p-in_text::before {
  transform: translateY(-50%);
  right: 0;
}
.c-datechange .c-datechange__prev .p-in_text {
  padding: 0 18px 0 26px;
}
@media screen and (max-width: 767px) {
  .c-datechange .c-datechange__prev .p-in_text {
    padding: 0 8px 0 13px;
  }
}
.c-datechange .c-datechange__prev .p-in_text::before {
  transform: translateY(-50%) scale(-1, 1);
  left: 0;
}
.c-datechange__now {
  font-size: 49px;
  margin: 0px 55px;
  font-weight: 600;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .c-datechange__now {
    font-size: 31px;
    font-size: min(32px, 8.5vw);
    margin: 0px 4%;
    letter-spacing: 0.5px;
  }
}