@charset "UTF-8";
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap");
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
  scroll-behavior: smooth;
  scroll-padding-top: 26.6667vw;
}

@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 9.6vw;
  }
}

body {
  color: #000;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

@media print {
  html,
  body {
    _zoom: 70% !important;
  }
}

main {
  display: block;
  /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 20px;
    height: 20px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}

.phd__sns li a svg {
  fill: #fff;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}

.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 20px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 20px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3ab1db;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 20px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 20px;
  }
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 20px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 20px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  padding: 45px 0 58px;
  background: #db313e;
  position: relative;
}

@media screen and (min-width: 769px) {
  .pft {
    padding: 50px 0 40px;
  }
}

.pft__in {
  position: relative;
  margin: 0 auto;
}

.pft__logo {
  text-align: center;
}

.pft__logo svg {
  fill: #fff;
}

.pft__logo a {
  text-decoration: none;
}

.pft__logo__txt {
  width: 11px;
  height: 32px;
  margin-right: 4px;
}

@media screen and (min-width: 769px) {
  .pft__logo__txt {
    width: 14px;
    height: 35px;
  }
}

.pft__logo__img {
  width: 100px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}

@media screen and (min-width: 769px) {
  .pft__logo__img {
    width: 134px;
    height: 40px;
  }
}

.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}

.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}

.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    text-indent: 100%;
  }
}

.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}

.pft__pageTop a:hover {
  opacity: 0.7;
}

.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.pft__copyright svg {
  height: 11px;
  fill: #f3ac1b;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
header
========================================================= */
.header__title {
  text-align: center;
}

.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: auto;
    max-width: 100%;
  }
}

/* =========================================================
Local navi
========================================================= */
.localnav {
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .localnav {
    padding: 0;
  }
}

.localnav-list {
  display: flex;
  flex-wrap: wrap;
}

.localnav-item {
  width: calc(50% - 5px);
  margin: 10px 10px 0 0;
}

.localnav-item:nth-child(-n + 2) {
  margin-top: 0;
}

.localnav-item:nth-child(2n) {
  margin-right: 0;
}

.localnav-item a,
.localnav-item button {
  width: 100%;
  height: 40px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}

/* =========================================================
New&Renew items
========================================================= */
[v-cloak] {
  display: none;
}

@media screen and (min-width: 769px) {
  .newrenew-block {
    padding: 0;
  }
}

.newrenew-block .ttl {
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.splide__track {
  overflow: visible !important;
}

.splide__slide {
  /* front-contがホバーされたときにbuttonの色を変更 */
}

.splide__slide .front-cont {
  border-radius: 15px;
  box-shadow: 4px 4px 0px 4px #db313e;
  position: relative;
  width: 280px;
  aspect-ratio: 280/207;
  position: relative;
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont {
    width: 420px;
    aspect-ratio: 420 / 280;
  }
}

.splide__slide .front-cont.--circle {
  position: relative;
  width: 190px;
  aspect-ratio: 1/1;
  box-shadow: none;
}

.splide__slide .front-cont.--circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-image: url(../images/collaboration-circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont.--circle {
    width: 294px;
    aspect-ratio: 1/1;
  }
}

.splide__slide .front-cont.has--icon::before {
  content: "";
  position: absolute;
  background: url(../images/icon-s&b.png) no-repeat center center/contain;
  left: -23px;
  top: -25px;
  width: 75px;
  height: 86px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont.has--icon::before {
    top: -36px;
    left: -41px;
    width: 116px;
    height: 133px;
  }
}

.splide__slide .front-cont .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
}

.splide__slide .front-cont .img-wrap .img {
  width: 100%;
  height: 100%;
}

.splide__slide .front-cont .img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.splide__slide .front-cont .img-wrap.--circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__slide .front-cont .badge-l {
  width: 50px;
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}

.splide__slide .front-cont .badge-l .date {
  font-size: 15px;
  text-align: center;
}

.splide__slide .front-cont .badge-l .new-renew {
  margin: 1em 0 0;
  padding: 1em 0 0;
  border-top: 2px solid #000;
  font-size: 15px;
  text-align: center;
}

.splide__slide .front-cont .badge-r {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.splide__slide .front-cont .logo {
  width: 70%;
  max-width: 250px;
  margin: 0 auto;
  border: 1px solid #000;
}

.splide__slide .front-cont .shop {
  margin: 0.5em auto 0;
  font-size: 18px;
  text-align: center;
}

.splide__slide .front-cont .floor,
.splide__slide .front-cont .ctg {
  margin: 0.5em auto 0;
  font-size: 15px;
  text-align: center;
}

.splide__slide .front-cont .more {
  position: absolute;
  left: 5px;
  bottom: -28px;
}

.splide__slide .front-cont .more.--circle {
  left: 50%;
  bottom: 14px;
  transform: translate(-50%, 0);
}

.splide__slide .front-cont .more.--circle button {
  width: 33px;
  height: 33px;
  background-color: transparent;
  padding: 0;
}

.splide__slide .front-cont .more.--circle button::before {
  background: url(../images/open-circle.png) no-repeat center center/contain;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont .more.--circle button {
    width: 51px;
    height: 51px;
  }
  .splide__slide .front-cont .more.--circle button::before {
    width: 51px;
    height: 51px;
  }
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont .more.--circle {
    bottom: 20px;
  }
}

.splide__slide .front-cont .more button {
  width: 100%;
  height: auto;
  background-color: #db313e;
  color: #fff;
  font-size: 14px;
  padding-block: 11px 10px;
  padding-inline: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  line-height: 1.428;
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont .more button {
    font-size: 22px;
    padding-block: 14px 12px;
    padding-inline: 20px 63px;
    line-height: 1.27;
  }
}

.splide__slide .front-cont .more button::before {
  content: "";
  position: absolute;
  background: url(../images/open.png) no-repeat center center/contain;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 769px) {
  .splide__slide .front-cont .more button::before {
    width: 33px;
    height: 33px;
  }
}

.newrenew-modal .modal-wrap {
  width: calc(100vw - 46px);
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newrenew-modal .modal-wrap .img {
  width: 100%;
  height: 100%;
}

.newrenew-modal .modal-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.newrenew-modal .modal-cont {
  max-height: calc(100vh - 150px);
  background: #fff;
  overflow: scroll;
  border-radius: 20px;
  padding: 30px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont {
    display: flex;
    align-items: stretch;
    gap: 30px;
  }
}

@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont.--circle {
    flex-direction: column;
    gap: 0;
  }
}

.newrenew-modal .modal-title {
  width: 241px;
  margin-inline: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .modal-title {
    width: 346px;
  }
}

.newrenew-modal .img-wrap {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap {
    width: 37%;
  }
}

@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap.-type02 {
    width: 50%;
  }
}

.newrenew-modal .img-slider {
  position: relative;
}

.newrenew-modal .img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.newrenew-modal .img-slider .slick-arrow.prev {
  left: 0;
}

.newrenew-modal .img-slider .slick-arrow.next {
  right: 0;
}

.newrenew-modal .img-slider .slick-arrow button {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
}

.newrenew-modal .img-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 17px;
  left: 19px;
  transform: rotate(-45deg);
}

.newrenew-modal .img-slider .slick-arrow button.slick-next {
  transform: scale(-1, -1);
}

.newrenew-modal .detail {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .detail {
    width: 63%;
  }
}

@media screen and (min-width: 769px) {
  .newrenew-modal .detail.-type02 {
    width: 50%;
  }
}

.newrenew-modal .detail-bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.newrenew-modal .detail-bottom::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #f3ac1b, #f3ac1b 2px, transparent 2px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 5px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .detail-bottom {
    gap: 12px;
    padding-top: 40px;
    align-items: flex-start;
  }
}

.newrenew-modal .name {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .name {
    font-size: 24px;
    line-height: 1.5;
  }
}

.newrenew-modal .name.--circle {
  font-size: 18px;
  color: #33894e;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.newrenew-modal .name.--circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #f3ac1b, #f3ac1b 2px, transparent 2px, transparent 8px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .name.--circle {
    font-size: 21px;
    padding-bottom: 20px;
  }
}

.newrenew-modal .menu {
  font-size: 18px;
  line-height: calc(23 / 18);
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .menu {
    font-size: 24px;
    line-height: calc(36 / 24);
    margin-bottom: 20px;
  }
}

.newrenew-modal .price {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .newrenew-modal .price span {
    font-size: 12px;
  }
}

.newrenew-modal .text {
  font-size: 14px;
  line-height: calc(18 / 14);
  font-weight: 300;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .text {
    font-size: 16px;
    line-height: calc(21 / 16);
    margin-bottom: 40px;
  }
}

.newrenew-modal .date {
  text-align: center;
  font-size: 16px;
  background-color: #f3ac1b;
  border-radius: 20px;
  padding-block: 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .date {
    font-size: 21px;
    padding-block: 16px;
    padding-inline: 140px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    border-radius: 27px;
  }
}

@media screen and (min-width: 769px) {
  .newrenew-modal .item-cont {
    display: flex;
    gap: 20px;
  }
}

.newrenew-modal .item-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .item-wrap {
    align-items: center;
  }
}

.newrenew-modal .item-wrap:last-child {
  margin-top: 30px;
  padding-top: 40px;
  position: relative;
}

.newrenew-modal .item-wrap:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 9px;
  background-image: url(../images/modal-line.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .item-wrap:last-child {
    margin-top: 0;
    padding-top: 0;
  }
  .newrenew-modal .item-wrap:last-child::before {
    display: none;
  }
}

.newrenew-modal .item-wrap .img {
  width: 120px;
  border: 1px solid #dbdbdb;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .item-wrap .img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .newrenew-modal .item-wrap {
    flex: 1;
  }
}

.newrenew-modal .sns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newrenew-modal .sns-item {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .newrenew-modal .sns-item:hover {
    transform: scale(1.1);
  }
}

.newrenew-modal .new-renew {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 18px;
}

.newrenew-modal .first {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 15px;
}

.newrenew-modal .logo {
  width: 90px;
  height: 90px;
  border: 1px solid #dbdbdb;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 769px) {
  .newrenew-modal .logo {
    width: 100px;
    height: 100px;
  }
}

.newrenew-modal .shop {
  margin: 0.5em auto 0;
  font-size: 18px;
  text-align: center;
}

.newrenew-modal .floor,
.newrenew-modal .ctg {
  font-size: 12px;
  text-align: center;
  padding: 4px;
  border-radius: 5px;
  background-color: #db313e;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.newrenew-modal .introduction {
  margin: 20px auto 0;
  font-size: 13px;
  line-height: 1.3;
}

.newrenew-modal .open-event {
  margin: 20px auto 0;
}

.newrenew-modal .open-event .ttl {
  font-size: 18px;
  font-weight: bold;
}

.newrenew-modal .open-event .txt {
  margin: 0.5em auto 0;
  font-size: 13px;
  line-height: 1.3;
}

.newrenew-modal .link-list {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newrenew-modal .link-item {
  width: 40px;
  margin: 0 5px 0 0;
}

.newrenew-modal .link-item:last-child {
  margin-right: 0;
}

.newrenew-modal .link-item a {
  display: block;
  border: 1px solid #000;
}

.newrenew-modal .modal-arrow {
  position: absolute;
}

.newrenew-modal .modal-arrow button {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #000;
  font-size: 13px;
}

.newrenew-modal .modal-arrow.prev {
  left: 0;
}

.newrenew-modal .modal-arrow.next {
  right: 0;
}

/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 50;
  display: none;
}

.modal-bg {
  width: 100vw;
  height: 150vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-close {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -26px;
  right: -20px;
  z-index: 1;
}

.modal-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/close.png) no-repeat center center/contain;
  width: 56px;
  height: 56px;
}

@media screen and (min-width: 769px) {
  .modal-close {
    width: 50px;
    height: 50px;
    top: 3px;
  }
  .modal-close:before {
    font-size: 50px;
  }
}

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}

.taglist__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  list-style: none;
  display: none;
}

.taglist__item:first-child {
  border-top: 1px solid #ccc;
}

.taglist__item:last-child {
  margin-bottom: 0;
}

.taglist__item:nth-child(-n + 6) {
  /* 初期表示6件 */
  display: block;
}

.taglist__item__in {
  height: 100%;
}

.taglist__item a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  color: #555;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
}

.taglist__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.taglist__txt {
  margin-top: 15px;
}

.taglist__photo {
  position: relative;
  padding: 0 40px;
}

.taglist__kaeru {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  background: #ea5550;
  padding: 7px 5px;
}

.taglist__name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.taglist__title {
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px) {
  .taglist {
    display: flex;
    flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .taglist__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
}

.btn-taglist-more {
  text-align: center;
  display: none;
  width: calc(100% - 35px);
  max-width: 320px;
  margin: 24px auto 0;
  padding: 12px 0 15px;
  background: #df1308;
  border: none;
  color: #ffe038;
  font-size: 20px;
  line-height: calc(29 / 20);
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 40px auto 0;
  }
  .btn-taglist-more:hover {
    background: #ffe038;
    color: #df1308;
  }
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
lp
========================================================= */
/* 
_function.scss ファイル
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
/* =========================================================
common
========================================================= */
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

body p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sp_hidden {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc_hidden {
    display: none;
  }
  .sp_hidden {
    display: block;
  }
}

.inner {
  padding: 0 2.66%;
  margin: 0 auto;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 1088px;
    padding: 0 12.55%;
  }
}

.bg-img.--green {
  background: #33894e url(../images/bg-sp.png) repeat-y top left/100%;
}

.bg-img.--red {
  background: url(../images/bg-red-sp.png) repeat-y top left/100%;
}

@media screen and (min-width: 769px) {
  .bg-img.--green {
    background: #33894e url(../images/bg-pc.png) repeat top left/375px 750px;
  }
  .bg-img.--red {
    background: url(../images/bg-red-pc.png) repeat top left/375px 750px;
  }
}

/* =========================================================
fv
========================================================= */
.header {
  background-color: #db313e;
}

.header__in {
  height: calc($arg / $sp-camp * 100vw);
}

.header__logo {
  position: absolute;
  width: calc($arg / $sp-camp * 100vw);
  top: calc($arg / $sp-camp * 100vw);
  left: calc($arg / $sp-camp * 100vw);
}

.header__logo img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header__in {
    height: calc($arg / $pc-camp * 100vw);
  }
  .header__logo {
    width: calc($arg / $pc-camp * 100vw);
    top: calc($arg / $pc-camp * 100vw);
    left: calc($arg / $pc-camp * 100vw);
  }
  .header__title {
    width: 100%;
    margin-inline: auto;
  }
  .header__title img {
    width: 100%;
  }
}

/* =========================================================
main
========================================================= */
.main-contents {
  position: relative;
  z-index: 1;
}

@-webkit-keyframes loopbg-up {
  0% {
    background-position: left 1542px;
    /* 初期位置 */
  }
  100% {
    background-position: right -1542px;
    /* 終了位置 */
  }
}

@keyframes loopbg-up {
  0% {
    background-position: left 1542px;
    /* 初期位置 */
  }
  100% {
    background-position: right -1542px;
    /* 終了位置 */
  }
}

@-webkit-keyframes loopbg-down {
  0% {
    background-position: left -1542px;
    /* 初期位置 */
  }
  100% {
    background-position: right 1542px;
    /* 終了位置 */
  }
}

@keyframes loopbg-down {
  0% {
    background-position: left -1542px;
    /* 初期位置 */
  }
  100% {
    background-position: right 1542px;
    /* 終了位置 */
  }
}

@media screen and (min-width: 769px) {
  .main-contents::before, .main-contents::after {
    content: "";
    position: absolute;
    background-repeat: repeat-y;
    background-position: left 0, right 0;
    background-size: contain;
    right: 0;
    top: 0;
    width: 67px;
  }
}

/* =========================================================
nav
========================================================= */
.top__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: calc($arg / $sp-camp * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100vw;
  padding-block: 10px;
}

.top__nav::before {
  content: "";
  position: absolute;
  background: url(../images/wave-green-sp.png) repeat-x left bottom/cover;
  background-size: calc($arg / $sp-camp * 100vw) calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  width: 100vw;
  top: calc($arg / $sp-camp * 100vw);
  left: 0;
  -webkit-animation: slideBackground-right 20s linear infinite;
  animation: slideBackground-right 20s linear infinite;
  /* 背景画像のアニメーション */
}

.top__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.top__nav ul li {
  flex: 1;
  position: relative;
  height: 100%;
}

.top__nav ul li::before {
  content: "";
  background-image: url(../images/menu-arrow.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top__nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../images/menu-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 0;
  width: 2px;
  height: 74%;
  transform: translateY(-50%);
}

.top__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc($arg / $sp-camp * 100vw);
  line-height: calc(22 / 17);
  letter-spacing: -0.07em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

@-webkit-keyframes slideBackground {
  0% {
    background-position: 0 0;
    /* 初期位置 */
  }
  100% {
    background-position: 100vw 0;
    /* 終了位置 */
  }
}

@keyframes slideBackground {
  0% {
    background-position: 0 0;
    /* 初期位置 */
  }
  100% {
    background-position: 100vw 0;
    /* 終了位置 */
  }
}

@media screen and (min-width: 769px) {
  .top__nav {
    position: relative;
    height: 170px;
    padding-block: 10px 20px;
  }
  .top__nav::before {
    content: "";
    position: absolute;
    background: url(../images/wave-green-sp.png) repeat-x left bottom/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    top: calc($arg / $pc-camp * 100vw);
    left: 0;
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .top__nav ul {
    max-width: 1088px;
    margin-inline: auto;
  }
  .top__nav ul li {
    transition: all 0.3s ease;
    flex: auto;
    padding-inline: 45px;
  }
  .top__nav ul li a {
    font-size: 2.5vw;
    line-height: calc(43 / 33);
  }
}

@media screen and (min-width: 769px) and (hover: hover) {
  .top__nav ul li a:hover {
    transform: scale(1.3);
  }
}

@media screen and (min-width: 769px) {
  .top__nav ul li::before {
    width: 39px;
    height: 39px;
  }
  .top__nav ul li:not(:last-child)::after {
    width: 2px;
    height: 142px;
    top: initial;
    transform: translate(0);
    bottom: 0;
  }
  .fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 90px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
  .fixed-nav.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .fixed-nav ul {
    max-width: 1088px;
    margin-inline: auto;
    padding-inline: 3%;
    display: flex;
    align-items: center;
    height: inherit;
  }
  .fixed-nav ul li {
    flex: 1;
    height: inherit;
    position: relative;
  }
  .fixed-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    font-size: clamp(1rem, calc(-0.209rem + 2.52vw), 1.5rem);
    font-family: "ads-hikari", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.07em;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .fixed-nav ul li a span {
    padding-right: 50px;
    position: relative;
  }
  .fixed-nav ul li a span::after {
    content: "";
    position: absolute;
    background-image: url(../images/menu-arrow.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .fixed-nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    background-image: url(../images/menu-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

@media screen and (min-width: 1088px) {
  .top__nav ul li a {
    font-size: 33px;
  }
  .fixed-nav ul {
    padding-inline: 0;
  }
  .fixed-nav ul li a {
    font-size: 24px;
  }
}

/* =========================================================
lead
========================================================= */
.top__lead {
  padding-block: 40px 0;
}

.top__lead-text {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: 600;
  padding: 0 20px 50px;
  position: relative;
}

.top__lead-text::before {
  content: "";
  position: absolute;
  background-image: url(../images/line.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
  max-width: 375px;
  height: 18px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .top__lead {
    padding-block: 100px 0;
    margin-top: calc($arg / $pc-camp * 100vw);
    max-width: 1088px;
    margin-inline: auto;
  }
  .top__lead-text {
    font-size: 25px;
    line-height: calc(56 / 31);
    padding-bottom: 80px;
  }
  .top__lead-text::before {
    max-width: 630px;
  }
}

/* =========================================================
collaboration
========================================================= */
.collaboration {
  padding-top: 20px;
  padding-bottom: 60px;
  overflow-x: clip;
  position: relative;
}

.collaboration::after {
  content: "";
  position: absolute;
  background: url(../images/wave-green-sp.png) repeat-x left top/cover;
  background-size: calc($arg / $sp-camp * 100vw) calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  left: 0;
  bottom: calc($arg / $sp-camp * 100vw);
  width: 100vw;
  transform: rotate(180deg);
  -webkit-animation: slideBackground-right 20s linear infinite;
  animation: slideBackground-right 20s linear infinite;
}

.collaboration__read .title {
  width: 269px;
  margin-bottom: 36px;
  margin-inline: auto;
}

.collaboration__read-txt {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #f3ac1b;
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.07em;
  margin-bottom: 40px;
}

.collaboration__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.collaboration__item {
  border: 5px solid #f3ac1b;
  border-radius: 20px;
  position: relative;
}

.collaboration__item::before {
  content: "";
  position: absolute;
  background-image: url(../images/event-bg.png);
  top: -20px;
  left: -16px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate-360 15s linear infinite;
  animation: rotate-360 15s linear infinite;
}

.collaboration__item::after {
  content: "";
  position: absolute;
  background-image: url(../images/collaboration-event.png);
  top: -20px;
  left: -16px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collaboration__head {
  background-color: #f3ac1b;
  padding-block: 17px 22px;
  padding-inline: 68px 24px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.collaboration__head h3 {
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: calc(32 / 30);
  letter-spacing: -0.07em;
  color: #000000;
  margin-bottom: 10px;
}

.collaboration__head h3 span {
  font-size: 24px;
}

.collaboration__head p {
  font-size: 16px;
  line-height: calc(24 / 16);
}

.collaboration__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.collaboration__txt {
  font-weight: 300;
  font-size: 16px;
  line-height: calc(21 / 16);
}

.collaboration__link {
  padding-inline: 33px 20px;
  padding-block: 16px;
  background-color: #db313e;
  color: #ffffff;
  font-size: 18px;
  line-height: calc(21 / 18);
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  text-decoration: none;
}

.collaboration__link img {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.collaboration__sub-title {
  width: 244px;
  margin-inline: auto;
  margin-bottom: 105px;
  position: relative;
}

.collaboration__sub-title .kakukaku01 {
  position: absolute;
  top: 70%;
  left: -10%;
  width: 50px;
  aspect-ratio: 149/174;
  height: auto;
}

.collaboration__sub-title .kakukaku02 {
  position: absolute;
  top: 70%;
  right: -10%;
  width: 50px;
  aspect-ratio: 149/174;
  height: auto;
}

.collaboration__sub-txt {
  text-align: center;
  font-size: 16px;
  line-height: calc(30 / 16);
  padding-inline: 10px;
  padding-block: 50px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #33894e;
  position: relative;
}

.collaboration__sub-txt::before {
  content: "";
  position: absolute;
  background-image: url(../images/collaboration-img04.png);
  top: -47%;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  aspect-ratio: 1/1;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.collaboration-img {
  width: 35%;
}

.collaboration-icon {
  width: 34px;
}

.collaboration__note {
  font-size: 16px;
  line-height: calc(24 / 16);
  text-align: right;
  color: #f3ac1b;
  margin-top: -20px;
  margin-bottom: 50px;
}

.collaboration__note-wrap {
  padding-inline: 20px;
  max-width: 1366px;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .collaboration {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .collaboration::after {
    content: "";
    position: absolute;
    background: url(../images/wave-green-sp.png) repeat-x left top/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    bottom: calc($arg / $pc-camp * 100vw);
    left: 0;
    transform: rotate(180deg);
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .collaboration .title {
    width: 516px;
    margin-bottom: 40px;
  }
  .collaboration__read-txt {
    font-size: 26px;
    line-height: calc(36 / 26);
    margin-bottom: 60px;
  }
  .collaboration__list {
    flex-direction: row;
    gap: 8.4%;
    max-width: 988px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
  .collaboration__item {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .collaboration__item::before {
    width: 102px;
    height: 102px;
  }
  .collaboration__item::after {
    width: 102px;
    height: 102px;
  }
  .collaboration__head {
    padding-block: 30px 24px;
    box-sizing: border-box;
    padding-inline: 88px 30px;
  }
  .collaboration__head h3 {
    font-size: 38px;
    line-height: calc(44 / 38);
    margin-bottom: 15px;
  }
  .collaboration__head h3 span {
    font-size: 28px;
  }
  .collaboration__head p {
    font-size: 20px;
    line-height: calc(24 / 20);
  }
  .collaboration__body {
    padding: 25px;
    flex-grow: 1;
  }
  .collaboration__link {
    padding-inline: 40px 30px;
    transition: transform 0.3s ease;
  }
}

@media screen and (min-width: 769px) and (hover: hover) {
  .collaboration__link:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 769px) {
  .collaboration__link img {
    width: 25px;
    height: 25px;
  }
  .collaboration__sub-title {
    width: 402px;
    margin-bottom: 20px;
  }
  .collaboration__sub-title .kakukaku01 {
    top: 30%;
    left: -14%;
    width: 65px;
  }
  .collaboration__sub-title .kakukaku02 {
    top: 30%;
    right: -14%;
    width: 65px;
  }
  .collaboration__sub-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: calc(36 / 24);
    padding-block: 70px;
    padding-inline: 200px 28px;
    max-width: 988px;
    margin-inline: auto;
    box-sizing: border-box;
  }
  .collaboration__sub-txt::before {
    width: 166px;
    aspect-ratio: 166/221;
    height: auto;
    left: 28px;
    top: -15%;
    transform: none;
    background-image: url(../images/collaboration-img04-pc.png);
  }
  .collaboration-icon {
    width: 52px;
  }
  .collaboration__note-wrap {
    padding-inline: 40px;
  }
  .collaboration__note {
    font-size: 20px;
    line-height: calc(24 / 20);
    margin-top: -30px;
    margin-bottom: 65px;
  }
}

/* =========================================================
walk
========================================================= */
.walk {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: -1;
}

.walk .title {
  width: 316px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.walk__date {
  font-size: 16px;
  line-height: calc(24 / 16);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f3ac1b;
  padding: 12px 33px;
  border-radius: 2ch;
  margin-inline: auto;
  margin-bottom: 20px;
}

.walk__read {
  font-size: 16px;
  line-height: calc(21 / 16);
  color: #ffffff;
  margin-bottom: 20px;
  padding-inline: 20px;
}

.walk__note {
  font-size: 12px;
  line-height: calc(20 / 12);
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}

.walk__list {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: #000000;
  padding-block: 32px 40px;
  padding-inline: 20px;
  gap: 24px;
}

.walk__caption {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.walk__caption dl {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.walk__caption dt {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 700;
  border-radius: 20px;
  background-color: #f3ac1b;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 209px;
  margin-inline: auto;
}

.walk__caption dd {
  font-size: 16px;
  line-height: calc(24 / 16);
  font-weight: 300;
  color: #ffffff;
}

.walk__caption dd span {
  display: block;
  font-size: 12px;
  line-height: calc(24 / 12);
  font-weight: 300;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .walk {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .walk .title {
    width: 620px;
    margin-bottom: 40px;
  }
  .walk::before {
    content: "";
    position: absolute;
    background: url(../images/wave-red-sp.png) repeat-x left bottom/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    top: calc($arg / $pc-camp * 100vw);
    left: 0;
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .walk__date {
    font-size: 21px;
    padding: 16px 80px;
    margin-bottom: 30px;
  }
  .walk__read {
    font-size: 22px;
    line-height: calc(32 / 22);
    margin-bottom: 30px;
    text-align: center;
  }
  .walk__note {
    margin-bottom: 60px;
  }
  .walk__list {
    padding-inline: 77px;
    padding-block: 31px 53px;
    gap: 38px;
  }
  .walk__caption dl {
    flex-direction: row;
    align-items: center;
  }
  .walk__caption dt {
    margin-inline: 0;
  }
  .walk__caption dd {
    display: flex;
    gap: 12px;
  }
  .walk__list-note {
    font-size: 16px;
    line-height: calc(24 / 16);
    font-weight: 300;
    color: #ffffff;
  }
}

/* =========================================================
participation
========================================================= */
.participation {
  background-color: #33894e;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: clip;
  position: relative;
}

.participation::before {
  content: "";
  position: absolute;
  background: url(../images/wave-green-sp.png) repeat-x left bottom/cover;
  background-size: calc($arg / $sp-camp * 100vw) calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  width: 100vw;
  top: calc($arg / $sp-camp * 100vw);
  left: 0;
  -webkit-animation: slideBackground-right 20s linear infinite;
  animation: slideBackground-right 20s linear infinite;
}

.participation::after {
  content: "";
  position: absolute;
  background: url(../images/wave-green-sp.png) repeat-x left top/cover;
  background-size: calc($arg / $sp-camp * 100vw) calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  left: 0;
  bottom: calc($arg / $sp-camp * 100vw);
  width: 100vw;
  transform: rotate(180deg);
  -webkit-animation: slideBackground-right 20s linear infinite;
  animation: slideBackground-right 20s linear infinite;
}

.participation .title {
  width: 340px;
  margin-bottom: 40px;
  margin-inline: auto;
}

.participation__list {
  margin-bottom: 53px;
}

.participation__item {
  border: 5px solid #f3ac1b;
  border-radius: 20px;
  position: relative;
}

.participation__item::before {
  content: "";
  position: absolute;
  background-image: url(../images/event-bg.png);
  top: -20px;
  left: -16px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: rotate-360 15s linear infinite;
  animation: rotate-360 15s linear infinite;
  z-index: 2;
}

.participation__item::after {
  content: "";
  position: absolute;
  background-image: url(../images/participation-collab.png);
  top: -20px;
  left: -16px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.participation__head {
  background-color: #f3ac1b;
  padding-block: 17px 55px;
  padding-inline: 73px 20px;
  position: relative;
  z-index: 1;
}

.participation__head::before {
  content: "";
  position: absolute;
  background-image: url(../images/limited.png);
  bottom: 6%;
  right: 5px;
  width: 70px;
  aspect-ratio: 220 / 137;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.participation__head h3 {
  font-size: 20px;
  line-height: calc(32 / 20);
  color: #000000;
}

.participation__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.participation__body-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.participation__txt-title {
  font-size: 18px;
  line-height: calc(24 / 18);
  margin-bottom: 10px;
}

.participation__txt-price {
  font-size: 16px;
  line-height: calc(18 / 16);
  margin-bottom: 20px;
}

.participation__txt-price span {
  font-size: 12px;
  line-height: calc(18 / 12);
}

.participation__txt-text {
  font-size: 14px;
  line-height: calc(18 / 14);
  font-weight: 300;
  margin-bottom: 20px;
}

.participation__profile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.participation__profile::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #f3ac1b, #f3ac1b 2px, transparent 2px, transparent 8px);
  background-size: 5px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.participation__profile-title {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 20px;
}

.participation__profile-title figure {
  flex: 0 0 42.6%;
}

.participation__profile-title-text {
  margin-top: 30px;
}

.participation__profile-title-text .sub-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.participation__profile-title-name {
  font-size: 18px;
}

.participation__profile-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: calc(21 / 16);
}

.participation__attention {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 16px 50px;
  max-width: 355px;
  margin-inline: auto;
  margin-top: 60px;
}

.participation__attention p {
  font-size: 12px;
  line-height: calc(20 / 12);
  font-weight: 300;
}

.participation__attention img {
  width: 56px;
}

@media screen and (min-width: 769px) {
  .participation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .participation .title {
    width: 767px;
    margin-bottom: 54px;
  }
  .participation::before {
    content: "";
    position: absolute;
    background: url(../images/wave-green-sp.png) repeat-x left bottom/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    top: calc($arg / $pc-camp * 100vw);
    left: 0;
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .participation::after {
    content: "";
    position: absolute;
    background: url(../images/wave-green-sp.png) repeat-x left top/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    bottom: calc($arg / $pc-camp * 100vw);
    left: 0;
    transform: rotate(180deg);
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .participation__list {
    max-width: 988px;
    margin-inline: auto;
    margin-bottom: 100px;
  }
  .participation__item::before {
    width: 102px;
    height: 102px;
    top: -20px;
    left: -16px;
  }
  .participation__item::after {
    width: 102px;
    height: 102px;
    top: -20px;
    left: -16px;
  }
  .participation__head {
    padding-block: 40px 52px;
    padding-inline: 88px 100px;
  }
  .participation__head h3 {
    font-size: 24px;
    line-height: calc(32 / 30);
  }
  .participation__head::before {
    bottom: initial;
    top: 30px;
    right: 20px;
    width: 80px;
  }
  .participation__body {
    padding-block: 25px 40px;
    padding-inline: 26px;
  }
  .participation__body-top {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
  }
  .participation__body-top figure {
    flex: 0 0 45.45%;
  }
  .participation__txt-title {
    font-size: 24px;
    line-height: calc(36 / 24);
    margin-bottom: 20px;
  }
  .participation__txt-price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .participation__txt-price span {
    font-size: 12px;
  }
  .participation__txt-text {
    font-size: 14px;
  }
  .participation__profile-title {
    margin-bottom: 0;
  }
  .participation__profile-title figure {
    flex: 0 0 25.32%;
  }
  .participation__profile-title .sub-title {
    font-size: 16px;
  }
  .participation__profile-title-name {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .participation__attention {
    max-width: 730px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 18px;
    padding-inline: 140px;
    gap: 40px;
    border-radius: 60px;
  }
  .participation__attention img {
    width: 71px;
  }
  .participation__attention p {
    font-size: 16px;
  }
}

/* =========================================================
muzirushi
========================================================= */
.muzirushi {
  background-color: #e1cdab;
  padding-top: 60px;
  padding-bottom: 60px;
}

.muzirushi__item {
  border: 5px solid #7f1819;
  border-radius: 20px;
}

.muzirushi__head {
  background-color: #7f1819;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.muzirushi__head h3 {
  font-family: "ads-hikari", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 31px;
  line-height: calc(32 / 31);
  color: #ffffff;
}

.muzirushi__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.muzirushi__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.muzirushi__date {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.date-item {
  white-space: nowrap;
  /* 各日付内では改行しない */
  display: inline-block;
}

.muzirushi__txt {
  color: #7f1819;
  font-weight: 300;
  font-size: 16px;
  line-height: calc(21 / 16);
}

.muzirushi__txt-text {
  font-size: 16px;
  line-height: calc(21 / 16);
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .muzirushi {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .muzirushi__item {
    max-width: 988px;
    margin-inline: auto;
  }
  .muzirushi__head {
    padding-block: 40px 44px;
  }
  .muzirushi__head h3 {
    font-size: 38px;
    line-height: calc(44 / 38);
  }
  .muzirushi__body {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding-block: 25px 30px;
    padding-inline: 26px;
  }
  .muzirushi__body figure {
    flex: 0 0 46.35%;
  }
  .muzirushi__title {
    font-size: 24px;
    line-height: calc(36 / 24);
    margin-bottom: 20px;
  }
  .muzirushi__date {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* =========================================================
footer
========================================================= */
.pft {
  position: relative;
  z-index: 1;
  padding: 60px 0 30px;
}

.pft::before {
  content: "";
  position: absolute;
  background: url(../images/wave-red-sp.png) repeat-x left bottom/cover;
  background-size: calc($arg / $sp-camp * 100vw) calc($arg / $sp-camp * 100vw);
  height: calc($arg / $sp-camp * 100vw);
  width: 100vw;
  top: calc($arg / $sp-camp * 100vw);
  left: 0;
  -webkit-animation: slideBackground-right 20s linear infinite;
  animation: slideBackground-right 20s linear infinite;
}

@-webkit-keyframes slideBackground-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

@keyframes slideBackground-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}

.pft__title {
  width: 240px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.pft__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 54px;
}

.pft__logo svg {
  fill: #f3ac1b;
}

.pft__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc($arg / $sp-camp * 100vw);
  padding-inline: calc($arg / $sp-camp * 100vw);
}

.phd__sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.phd__sns__item img {
  filter: invert(100%) sepia(1%) saturate(7497%) hue-rotate(218deg) brightness(103%) contrast(101%);
}

.phd__sns li a {
  background: transparent;
}

.pft__copyright {
  fill: #f3ac1b !important;
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .pft {
    padding: 100px 0 50px;
  }
  .pft::before {
    content: "";
    position: absolute;
    background: url(../images/wave-red-sp.png) repeat-x left bottom/cover;
    background-size: calc($arg / $pc-camp * 100vw) calc($arg / $pc-camp * 100vw);
    height: calc($arg / $pc-camp * 100vw);
    width: 100vw;
    top: calc($arg / $pc-camp * 100vw);
    left: 0;
    -webkit-animation: slideBackground-right 40s linear infinite;
    animation: slideBackground-right 40s linear infinite;
  }
  .pft__copyright {
    text-align: right;
    margin-top: 10px;
  }
  .pft__title {
    width: 420px;
  }
  .pft__support {
    max-width: 988px;
    margin-inline: auto;
    margin-bottom: 60px;
    gap: 70px;
  }
  .pft__bottom {
    gap: 50px;
  }
}

@media screen and (min-width: 1088px) {
  .pft__copyright {
    margin-top: -10px;
  }
}

/* =========================================================
slider
========================================================= */
.splide__arrow {
  width: 80px;
  height: 80px;
  opacity: 1 !important;
}

.splide1,
.splide5 {
  position: relative;
}

@media screen and (min-width: 769px) {
  .splide1,
  .splide5 {
    margin-bottom: 65px;
  }
}

.splide2 {
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}

.splide2 .splide__track {
  margin-top: 10px;
  margin-left: 95px;
}

@media screen and (min-width: 769px) {
  .splide2 .splide__track {
    margin-top: 80px;
    margin-left: 220px;
  }
}

.splide3 {
  position: relative;
}

.splide4 {
  position: relative;
}

.splide4 .splide__track {
  margin-top: 52px;
  margin-left: 200px;
}

@media screen and (min-width: 769px) {
  .splide4 .splide__track {
    margin-top: 80px;
    margin-left: 220px;
  }
}

/* モバイル専用クラス（デフォルトで表示） */
.mobile-only {
  display: block;
}

/* PC専用クラス（デフォルトで非表示） */
.pc-only {
  display: none !important;
}

/* モバイルでの表示制御 */
.mobile-visible {
  display: block;
}

/* PCサイズ（769px以上）での対応 */
@media screen and (min-width: 769px) {
  /* splide2を非表示 */
  .mobile-only {
    display: none !important;
  }
  /* splide1内のPC専用アイテムを表示 */
  .pc-only {
    display: block !important;
  }
  /* モバイル専用アイテムも引き続き表示 */
  .mobile-visible {
    display: block !important;
  }
  .splide .item {
    transition: transform 0.3s ease;
  }
}

@media screen and (min-width: 769px) and (hover: hover) {
  .splide .item:hover {
    transform: scale(1.1);
  }
}

.circle-date {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #f3ac1b;
}

@media screen and (min-width: 769px) {
  .circle-date {
    top: 50px;
    font-size: 28px;
  }
}

/* =========================================================
page-top
========================================================= */
.page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  width: 44px;
  height: 155px;
}

@media screen and (min-width: 769px) {
  .page-top {
    bottom: 30px;
    right: 20px;
    transition: transform 0.3s ease;
  }
}

@media screen and (min-width: 769px) and (hover: hover) {
  .page-top:hover {
    transform: scale(1.1);
  }
}

/* =========================================================
アニメーション用
========================================================= */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}

.animate-on-scroll.animate {
  -webkit-animation: bound 1s ease-out forwards;
  animation: bound 1s ease-out forwards;
}

@-webkit-keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(50%) scale(1.2, 0.8);
  }
  40% {
    opacity: 1;
    transform: translateY(-10%);
  }
  70% {
    opacity: 1;
    transform: translateY(5%) scale(1.2, 0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bound {
  0% {
    opacity: 0;
    transform: translateY(50%) scale(1.2, 0.8);
  }
  40% {
    opacity: 1;
    transform: translateY(-10%);
  }
  70% {
    opacity: 1;
    transform: translateY(5%) scale(1.2, 0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.kakukaku01 {
  -webkit-animation: decoSwing01 2000ms steps(2, end) infinite;
  animation: decoSwing01 2000ms steps(2, end) infinite;
}

.kakukaku02 {
  -webkit-animation: decoSwing02 2000ms steps(2, end) infinite;
  animation: decoSwing02 2000ms steps(2, end) infinite;
}

@-webkit-keyframes decoSwing01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}

@keyframes decoSwing01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}

@-webkit-keyframes decoSwing02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}

@keyframes decoSwing02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}

/*# sourceMappingURL=maps/style.css.map */
