@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 980px) {
  .pc980Only {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

:root {
  --sliderTransX: translate3d(0px, 0px, 0px);
}

.-is-hidden {
  display: none !important;
}

.main-area {
  font-family: "Noto Sans JP", serif;
  color: #000;
  position: relative;
}
.main-area img {
  width: 100%;
  font-size: 0;
  line-height: 0;
  height: auto;
}
.main-area__head {
  position: absolute;
  height: 8vw;
  display: flex;
  gap: 0.8vw;
  top: 2.9333333333vw;
  left: 4vw;
  z-index: 100;
  transition: opacity 6s;
}
@media screen and (min-width: 751px) {
  .main-area__head {
    height: 48px;
    gap: 4px;
    top: 20px;
    left: 20px;
  }
}
.main-area__head.-mv-fade {
  opacity: 1;
}
.main-area__head-item {
  width: 8vw;
}
@media screen and (min-width: 751px) {
  .main-area__head-item {
    width: 48px;
  }
}

.main-area * {
  margin: 0;
  padding: 0;
  image-rendering: -webkit-optimize-contrast;
}

.main-area *, .main-area *::before, .main-area *::after {
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}

main ol, main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main button {
  border: 0;
  outline: 0;
  background: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.mv-area {
  width: 100vw;
  height: 100%;
  aspect-ratio: 9/16;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .mv-area {
    width: 100%;
    height: 100vh;
  }
}
.mv-area__bg {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: url(../img/pages_bg.jpg) #fdfdf3;
  background-repeat: repeat-y;
  background-position: top center;
}
@media screen and (min-width: 751px) {
  .mv-area__bg {
    width: 100%;
    height: 100vh;
    background-size: 100% auto;
  }
}
.-mv-fade .mv-area__bg {
  animation: mv-bg01 14s forwards;
}
.date-night .mv-area__bg {
  animation: mv-bg01 10s forwards;
}
.mv-area__video {
  position: absolute;
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .mv-area__video {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.mv-area__video #bg-morning, .mv-area__video #bg-noon, .mv-area__video #bg-night {
  display: none;
}
.mv-area__video video, .mv-area__video img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 751px) {
  .mv-area__video video, .mv-area__video img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
.mv-area__head {
  position: absolute;
  height: 8vw;
  display: flex;
  gap: 0.8vw;
  top: 2.9333333333vw;
  left: 4vw;
  z-index: 100;
  opacity: 0;
  transition: opacity 6s;
}
@media screen and (min-width: 751px) {
  .mv-area__head {
    height: 48px;
    gap: 4px;
    top: 20px;
    left: 20px;
  }
}
.mv-area__head.-mv-fade {
  opacity: 1;
}
.mv-area__head-item {
  width: 8vw;
}
@media screen and (min-width: 751px) {
  .mv-area__head-item {
    width: 48px;
  }
}
.mv-area__ttl {
  position: absolute;
  top: 28%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .mv-area__ttl {
    width: 100%;
  }
}
.mv-area__hdl {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00E600;
  transition: color 3s linear;
}
.date-night .mv-area__hdl {
  transition: color 4s ease-in-out;
}
.mv-area__hdl.-mv-fade {
  color: #fff;
}
.mv-area__hdl.-mv-fade .mv-area__hdl-s::before, .mv-area__hdl.-mv-fade .mv-area__hdl-s::after {
  background: #fff;
}
.mv-area__hdl-l {
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-l {
    font-size: 24px;
  }
}
.mv-area__hdl-num {
  font-size: 5.8666666667vw;
  letter-spacing: 0.1em;
  margin-right: 0.1em;
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-num {
    font-size: 28px;
  }
}
.mv-area__hdl-s {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 500;
  position: relative;
  display: inline-block;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-s {
    margin-top: 12px;
    font-size: 17px;
  }
}
.mv-area__hdl-s::before, .mv-area__hdl-s::after {
  content: "";
  display: block;
  position: absolute;
  width: 9.8666666667vw;
  height: 0.2666666667vw;
  background: #00E600;
  top: 50%;
  transition: 3s linear;
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-s::before, .mv-area__hdl-s::after {
    width: 46px;
    height: 1px;
  }
}
.mv-area__hdl-s::before {
  left: -1.6vw;
  transform: translate(-100%, 50%);
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-s::before {
    left: -6px;
  }
}
.mv-area__hdl-s::after {
  right: -1.6vw;
  transform: translate(100%, 50%);
}
@media screen and (min-width: 751px) {
  .mv-area__hdl-s::after {
    right: -6px;
  }
}
.mv-area__hdl-line {
  position: relative;
}
.mv-area__image {
  position: absolute;
  width: 100vw;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .mv-area__image {
    width: 100%;
    top: 43%;
  }
}
.mv-area__image-inner {
  position: relative;
}
.mv-area__logo {
  display: flex;
  justify-content: center;
  gap: 2.9333333333vw;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .mv-area__logo {
    gap: 24px;
  }
}
.mv-area__logo-item {
  width: 40.5333333333vw;
}
@media screen and (min-width: 751px) {
  .mv-area__logo-item {
    width: auto;
    height: 12.031vw;
  }
  .mv-area__logo-item img {
    width: auto;
    height: 100%;
  }
}
.mv-area__slider {
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
}
.-mv-fade .mv-area__slider {
  opacity: 1;
}
.mv-area__slider-inner {
  position: relative;
  display: flex;
  width: 100vw;
  height: 41.0666666667vw;
}
@media screen and (max-width: 750px) {
  .mv-area__slider-inner {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 751px) {
  .mv-area__slider-inner {
    height: 12.031vw;
    width: 110vw;
    margin-left: 1.2vw;
  }
}
.mv-area__slider-inner:hover .mv-area__slider-list {
  animation-play-state: paused !important;
}
.mv-area__slider-list {
  display: flex;
  flex-shrink: 0;
  gap: 2.9333333333vw;
  transform: translateX(-35.4666666667vw);
  padding-right: 2.9333333333vw !important;
}
@media screen and (min-width: 751px) {
  .mv-area__slider-list {
    display: none;
    gap: 24px;
    transform: translateX(-250px);
    padding-right: 24px !important;
  }
}
.mv-area__slider-list.-mv-fade:first-child {
  animation: slide1 300s -150s linear infinite;
}
.mv-area__slider-list.-mv-fade:nth-child(2) {
  animation: slide2 300s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(-35.4666666667vw + 100%));
  }
  to {
    transform: translateX(calc(-35.4666666667vw - 100%));
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-35.4666666667vw);
  }
  to {
    transform: translateX(calc(-35.4666666667vw - 200%));
  }
}
.mv-area__slider-slick {
  display: none;
}
@media screen and (min-width: 751px) {
  .mv-area__slider-slick {
    display: block;
    width: 100%;
  }
}
.mv-area__slider-slick:hover .slick-track {
  animation-play-state: paused !important;
}
.mv-area__slider-item {
  width: auto;
  height: 100%;
  opacity: 0;
  transition: transform 3s;
  display: inline-block;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
  --radius: 5.333vw;
}
@media screen and (min-width: 751px) {
  .mv-area__slider-item {
    width: 12.031vw;
    --radius: 20px;
    width: auto;
    height: 100%;
    margin: 0 12px;
  }
  .mv-area__slider-item.done {
    width: 12.031vw !important;
  }
}
.mv-area__slider-item img {
  transform: scale(0.95);
  transition: transform 5s;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 751px) {
  .mv-area__slider-item img {
    width: 100%;
    height: auto;
    clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
    --radius: 20px;
  }
}
@media screen and (min-width: 751px) {
  .mv-area__slider-item.-mv-fade.-mv-fade-end {
    opacity: 0.5;
  }
  .mv-area__slider-item.-mv-fade.-mv-fade-end.slick-center {
    opacity: 1;
  }
}
.mv-area__slider-item:hover {
  transition: transform 0.4s ease !important;
  transform: scale(1.4) !important;
}
.mv-area__slider-item.-mv-fade img {
  transform: scale(1);
}
@media screen and (min-width: 751px) {
  .mv-area__slider-item.-mv-fade img {
    transition: opacity 0.8s 1s;
  }
}
.mv-area__slider-item.-mv-fade:nth-child(1) {
  transition: opacity 5s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(2n) {
  transition: opacity 4s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(3n) {
  transition: opacity 2s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(4n) {
  transition: opacity 5s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(5n) {
  transition: opacity 4s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(6n) {
  transition: opacity 2s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(7n) {
  transition: opacity 6s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(8n) {
  transition: opacity 4s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(9n) {
  transition: opacity 2s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(10n) {
  transition: opacity 3s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade:nth-child(n+10) {
  transition: opacity 6s;
  opacity: 1;
  transform: scale(1);
}
.mv-area__slider-item.-mv-fade.-mv-fade-end {
  transition: transform 0.8s ease !important;
}
.mv-area__slider {
  /* &-bg {
    @include mq(pc) {
      max-width: 960px;
      width: 100%;
      height: 154px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);

      &::before, &::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 1000px;
        height: 154px;
        background: rgba(255, 255, 255, 0.1);
      }
      &::before {
        left: 0;
        transform: translateX(-100%);
      }
      &::after {
        right: 0;
        transform: translateX(100%);
      }
    }
  } */
}
.mv-area__note {
  position: absolute;
  text-indent: -1em;
  padding-left: 1em;
  color: #FFF;
  font-weight: 500;
  font-size: 2.6666666667vw;
  z-index: 1;
  top: 2.1333333333vw;
  right: 9.6vw;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .mv-area__note {
    top: auto;
    right: auto;
    bottom: 11px;
    left: 44px;
    font-size: 12px;
  }
}
.mv-area__foot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13.3333333333vw;
  color: #fff;
  font-weight: 500;
  font-size: 3.7333333333vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .mv-area__foot {
    bottom: 68px;
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  .mv-area__foot {
    bottom: 48px;
  }
}
.mv-area__foot a {
  transition: 0.3s;
}
.mv-area__foot a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 130%);
  background: url(../img/icon_arrow_bottom.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 7.2vw;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .mv-area__foot a::after {
    height: 27px;
  }
}
.mv-area__foot a:hover {
  opacity: 0.7;
}

@keyframes mv-bg01 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.list-all .section-msg {
  display: none;
  margin-bottom: 18.6666666667vw;
}
@media screen and (min-width: 751px) {
  .list-all .section-msg {
    margin-bottom: 75px;
  }
}
.section-msg.section-msg--foot {
  padding: 16vw 0 12vw;
}
@media screen and (min-width: 751px) {
  .section-msg.section-msg--foot {
    padding: 60px 0 189px;
  }
}
.section-msg.section-msg--top {
  padding: 12.8vw 0 36.2666666667vw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media screen and (min-width: 751px) {
  .section-msg.section-msg--top {
    background-size: cover;
    padding: 100px 0 224px;
  }
}
.date-morning .section-msg.section-msg--top {
  background-image: url(../img/top_sec_bg_morning_sp.jpg?v3);
}
@media screen and (min-width: 751px) {
  .date-morning .section-msg.section-msg--top {
    background-image: url(../img/top_sec_bg_morning_pc.jpg?v3);
  }
}
.date-noon .section-msg.section-msg--top {
  background-image: url(../img/top_sec_bg_noon_sp.jpg?v3);
}
@media screen and (min-width: 751px) {
  .date-noon .section-msg.section-msg--top {
    background-image: url(../img/top_sec_bg_noon_pc.jpg?v3);
  }
}
.date-night .section-msg.section-msg--top {
  background-image: url(../img/top_sec_bg_night_sp.jpg?v3);
}
@media screen and (min-width: 751px) {
  .date-night .section-msg.section-msg--top {
    background-image: url(../img/top_sec_bg_night_pc.jpg?v3);
  }
}
.section-msg.section-msg-page {
  padding: 16.8vw 0 10.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-msg.section-msg-page {
    padding: 60px 0 190px;
  }
}
.section-msg {
  /* & + & {
    margin-top: vw(70);
    @include mq(pc) {
      margin-top: 75px;
    }
  } */
}
.section-msg__hdl {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section-msg__hdl {
    font-size: 28px;
  }
}
.section-msg__hdl-txt {
  position: relative;
  display: inline-block;
  padding-bottom: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .section-msg__hdl-txt {
    padding-bottom: 14px;
  }
}
.section-msg__hdl-txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 8vw;
  height: 0.5333333333vw;
  background: #00E600;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 751px) {
  .section-msg__hdl-txt::after {
    width: 60px;
    height: 4px;
  }
}
.section-msg__nav, .section-msg__list {
  margin-top: 10.6666666667vw;
  padding: 0 2.6666666667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vw 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-msg__nav, .section-msg__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 550px;
    width: 100%;
    margin: 64px auto 0;
    padding: 0;
  }
}
#msg-top .section-msg__nav, #msg-top .section-msg__list {
  margin-top: 12vw;
  margin-bottom: 70.6666666667vw;
}
@media screen and (min-width: 751px) {
  #msg-top .section-msg__nav, #msg-top .section-msg__list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 410px;
    margin-top: 40px;
    margin-bottom: 360px;
  }
}
.section-msg__nav-item, .section-msg__list-item {
  filter: drop-shadow(0 0 0.2666666667vw rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 751px) {
  .section-msg__nav-item, .section-msg__list-item {
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.16));
  }
}
.section-msg__nav-link, .section-msg__list-link {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  padding: 0 1.6vw 1.3333333333vw 2.6666666667vw;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: #00E600;
  transition: 0.3s;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
  --radius: 4.267vw;
}
.section-msg__nav-link.msg-pl-s, .section-msg__list-link.msg-pl-s {
  padding: 0 1.6vw 0 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-msg__nav-link.msg-pl-s, .section-msg__list-link.msg-pl-s {
    padding: 0 0 0 8px;
  }
}
@media screen and (min-width: 751px) {
  .section-msg__nav-link, .section-msg__list-link {
    padding: 0 0 5px 14px;
    font-size: 14px;
    line-height: 1.5714;
    --radius: 20px;
  }
}
.section-msg__nav-link.is-active, .section-msg__nav-link:hover, .section-msg__list-link.is-active, .section-msg__list-link:hover {
  background: #11A51F;
}
.section-msg__nav.list-link-icon .section-msg__list-link::after, .section-msg__list.list-link-icon .section-msg__list-link::after {
  position: absolute;
  display: block;
  content: "";
  right: 1.8666666667vw;
  bottom: 2.1333333333vw;
  background: url(../img/icon-arrow-link.png) no-repeat;
  background-size: 100% auto;
  width: 2.4vw;
  height: 2.4vw;
}
@media screen and (min-width: 751px) {
  .section-msg__nav.list-link-icon .section-msg__list-link::after, .section-msg__list.list-link-icon .section-msg__list-link::after {
    right: 8px;
    bottom: 9px;
    width: 11px;
    height: 11px;
  }
}
.section-msg__foot {
  color: #fff;
  text-align: center;
  margin-top: 62.9333333333vw;
}
@media screen and (min-width: 751px) {
  .section-msg__foot {
    margin-top: 250px;
  }
}
.section-msg__foot-txt01 {
  font-size: 3.7333333333vw;
  line-height: 1.8571;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 67.4666666667vw;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .section-msg__foot-txt01 {
    font-size: 16px;
    width: 294px;
  }
}
.section-msg__foot-txt02 {
  margin-top: 9.6vw;
  font-size: 4.8vw;
  font-weight: 400;
  width: 22.4vw;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  .section-msg__foot-txt02 {
    margin-top: 70px;
    font-size: 20px;
    width: 85px;
  }
}
.section-msg__remodal-content {
  /* @include mq(pc) {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  } */
}
.section-msg__remodal-slider .slick-track {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .section-msg__remodal-slider .slick-list {
    overflow: hidden;
  }
}
.section-msg__remodal-slider .slick-arrow {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  width: 40vw;
  height: 100%;
  background-size: 7.4666666667vw auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-slider .slick-arrow {
    width: 7%;
    height: 154%;
  }
}
.section-msg__remodal-slider .slick-arrow:hover {
  opacity: 0.8;
}
.section-msg__remodal-slider .slick-arrow.prev-arrow {
  left: 0;
  background-image: url(../img/icon_btn_prev.png);
  transform: translateX(-13.8666666667vw);
}
@media screen and (max-width: 750px) {
  .section-msg__remodal-slider .slick-arrow.prev-arrow {
    background-position: left 3.2vw center;
  }
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-slider .slick-arrow.prev-arrow {
    left: 27.2%;
    transform: translate(0, -18%);
    background-size: 46px auto;
  }
}
@media screen and (min-width: 1080px) {
  .section-msg__remodal-slider .slick-arrow.prev-arrow {
    left: 27.8%;
  }
}
@media screen and (min-width: 1400px) {
  .section-msg__remodal-slider .slick-arrow.prev-arrow {
    left: 28%;
  }
}
@media screen and (min-width: 1600px) {
  .section-msg__remodal-slider .slick-arrow.prev-arrow {
    left: 28.08%;
  }
}
.section-msg__remodal-slider .slick-arrow.next-arrow {
  right: 0;
  background-image: url(../img/icon_btn_next.png);
  transform: translateX(13.8666666667vw);
}
@media screen and (max-width: 750px) {
  .section-msg__remodal-slider .slick-arrow.next-arrow {
    background-position: right 3.2vw center;
  }
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-slider .slick-arrow.next-arrow {
    right: 27.2%;
    transform: translate(0, -18%);
    background-size: 46px auto;
  }
}
@media screen and (min-width: 1080px) {
  .section-msg__remodal-slider .slick-arrow.next-arrow {
    right: 27.8%;
  }
}
@media screen and (min-width: 1400px) {
  .section-msg__remodal-slider .slick-arrow.next-arrow {
    right: 28%;
  }
}
@media screen and (min-width: 1600px) {
  .section-msg__remodal-slider .slick-arrow.next-arrow {
    right: 28.08%;
  }
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-item {
    margin: 0 43px;
    transform: scale(1);
    opacity: 0.5;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-item.slick-active {
    transform: translateX(-70px);
  }
  .section-msg__remodal-item.slick-current {
    transform: scale(1.542);
    opacity: 1;
    z-index: 2;
  }
  .section-msg__remodal-item.slick-current + .slick-active {
    transform: translateX(70px);
  }
}
.section-msg__remodal-img {
  transition: transform 0.3s ease, margin 0.3s ease;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
  --radius: 8vw;
}
@media screen and (min-width: 751px) {
  .section-msg__remodal-img {
    --radius: 30px;
  }
}

.section-list {
  background: url(../img/pages_bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  padding-block: 20vw 20vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .section-list {
    padding-block: 100px 50px;
  }
}
@media screen and (max-width: 750px) {
  .section-list.list-all {
    padding-bottom: 12vw;
  }
}
.section-list__hdl {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section-list__hdl {
    font-size: 28px;
  }
}
.section-list__hdl-txt {
  position: relative;
  display: inline-block;
  padding-bottom: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .section-list__hdl-txt {
    padding-bottom: 14px;
  }
}
.section-list__hdl-txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 8vw;
  height: 0.5333333333vw;
  background: #00E600;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 751px) {
  .section-list__hdl-txt::after {
    width: 60px;
    height: 4px;
  }
}
.section-list__nav {
  padding: 10.6666666667vw 2.6666666667vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vw 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-list__nav {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 10px 0;
  }
}
.section-list__nav-link {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  padding: 0 1.6vw 0 2.6666666667vw;
  position: relative;
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: #00E600;
  transition: 0.3s;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
  --radius: 4.267vw;
}
.section-list__nav-link.msg-pl-s {
  padding: 0 1.6vw 0 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-list__nav-link.msg-pl-s {
    padding: 0 0 0 8px;
  }
}
@media screen and (min-width: 751px) {
  .section-list__nav-link {
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 1.5714;
    --radius: 20px;
  }
}
.section-list__nav-link.is-active, .section-list__nav-link:hover {
  background: #11A51F;
}
.section-list__img-items {
  display: none;
}
.section-list__img-items.is-active {
  display: block;
}
.section-list__images {
  visibility: hidden;
}
.section-list__images.loaded-done {
  visibility: visible;
}
.section-list__images {
  margin-top: 1.6vw;
  padding: 0 2.6666666667vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6vw 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .section-list__images {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    max-width: 850px;
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
  }
}
.section-list__images-item {
  filter: drop-shadow(0 0 0.8vw rgb(232, 231, 210));
}
@media screen and (min-width: 751px) {
  .section-list__images-item {
    filter: drop-shadow(0 0 3px rgb(232, 231, 210));
  }
}
.section-list__images-item:hover {
  position: relative;
  z-index: 1;
}
.section-list__images-btn {
  padding: 0;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), 100% 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 0);
  --radius: 4.267vw;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 751px) {
  .section-list__images-btn {
    font-size: 14px;
    line-height: 1.5714;
    --radius: 20px;
  }
}
.section-list__images-btn:hover {
  transform: scale(1.3);
}
.section-list__back {
  text-align: center;
  color: #6A6A63;
  font-size: 3.7333333333vw;
  font-weight: 500;
  margin-top: 32vw;
}
@media screen and (min-width: 751px) {
  .section-list__back {
    font-size: 14px;
    margin-top: 80px;
  }
}
.list-all .section-list__back {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 751px) {
  .list-all .section-list__back {
    margin-top: 120px;
  }
}
.section-list__back a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.section-list__back a:hover {
  opacity: 0.8;
}

.footer-area {
  /*
  &__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: vw(10) vw(2) vw(12);
    @include mq(pc) {
      padding: 20px 0 15px;
    }
  }*/
}
.footer-area__name {
  text-align: center;
  color: #FFFFFF;
  background: #68A9B5;
  font-size: 2.6666666667vw;
  padding: 2.1333333333vw 0;
}
.date-morning .footer-area__name {
  background-color: #68A9B5;
}
@media screen and (min-width: 751px) {
  .date-morning .footer-area__name {
    color: #628F9A;
  }
}
.date-noon .footer-area__name {
  background-color: #C18F81;
}
@media screen and (min-width: 751px) {
  .date-noon .footer-area__name {
    color: #60372A;
  }
}
.date-night .footer-area__name {
  background-color: #0A1322;
}
@media screen and (min-width: 751px) {
  .date-night .footer-area__name {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 751px) {
  .footer-area__name {
    background: none !important;
    font-size: 11px;
    padding: 10px 13px 10px 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.footer-area__text {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .footer-area__text {
    font-size: 14px;
  }
}
.footer-area__img {
  width: 37.8666666667vw;
  margin-top: 1.6vw;
}
@media screen and (min-width: 751px) {
  .footer-area__img {
    width: 253px;
    margin-top: 10px;
  }
}
.footer-area__img img {
  width: 100%;
  height: auto;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.86);
}

.remodal-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .remodal-wrapper {
    padding: 0 13.8666666667vw;
  }
}
.remodal-wrapper img {
  width: 100%;
  height: auto;
}
.remodal-wrapper .remodal {
  background: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  /* @include mq(pc) {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 80%;
  } */
}
.remodal-wrapper .remodal .remodal-close {
  top: 106%;
  left: calc(50% - 10.1333333333vw);
  width: auto;
  padding-left: 7.4666666667vw;
  color: #fff;
  font-size: 3.7333333333vw;
  height: auto;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", serif !important;
}
@media screen and (min-width: 751px) {
  .remodal-wrapper .remodal .remodal-close {
    top: 100%;
    left: calc(50% - 7px);
    padding-left: 30px;
    font-size: 14px;
    transform: translate(-50%, 7vw);
  }
}
.remodal-wrapper .remodal .remodal-close:hover {
  opacity: 0.8;
}
.remodal-wrapper .remodal .remodal-close::before {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 6.6666666667vw;
  width: 6.6666666667vw;
  top: 50%;
  transform: translateY(-48%);
  font-family: "Noto Sans JP", serif !important;
}
@media screen and (min-width: 751px) {
  .remodal-wrapper .remodal .remodal-close::before {
    font-size: 20px;
    line-height: 1;
    width: 25px;
    transform: translateY(-52%);
  }
}

.section-msg__remodal-slider {
  visibility: hidden;
}

/* slick 初期化後に表示 */
.section-msg__remodal-slider.slick-initialized {
  visibility: visible;
}/*# sourceMappingURL=style.css.map */