@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #080404;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

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;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .5s;
}

a:hover {
  opacity: 0.6;
  transition: .5s;
}

@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 {
  margin-right: 8px;
}

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

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

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .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: 35px;
}

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

.phd__sns li .phd__sns__item__link-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  fill: #fff;
  height: 18px;
}

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

.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: 35px;
}

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

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

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

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

.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}

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

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

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

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

@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}

.pft__logo {
  text-align: center;
}

.pft__logo svg {
  fill: #fff;
}

.pft__logo a {
  text-decoration: none;
}

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

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

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

.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: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

.adjustment {
  line-height: 1.2 !important;
}

/* =========================================================
ヘッダー
========================================================= */
.header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header__title {
  text-align: center;
}

.header__title img {
  vertical-align: bottom;
}

.header__in {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .header__in {
    margin: 0 auto;
  }
}

.header .mv .mv-image {
  display: block;
}

.local-nav-wrap {
  margin-bottom: 55px;
}

@media screen and (min-width: 769px) {
  .local-nav-wrap {
    margin-bottom: 60px;
  }
}

.local-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 940px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .local-nav {
    gap: 10px;
  }
}

.local-nav-item {
  width: clamp(151px, calc(51.66667px + 24.83333vw), 300px);
  height: 41px;
  border-radius: 30px;
  background-color: #fff;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  transition: .5s;
}

.lp-local-nav-fixed {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  /* 背景色を適宜調整 */
  z-index: 100;
  /* 他の要素の上に表示 */
  border: 1px solid #fff;
  color: #fff;
}

.lp-local-nav-fixed.is-active {
  display: flex;
}

.lp-local-nav-fixed li {
  width: 33.33%;
  height: 60px;
  border-right: 1px solid #fff;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lp-local-nav-fixed li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    align-items: initial;
  }
  .lp-local-nav-fixed li:nth-child(1), .lp-local-nav-fixed li:nth-child(3) {
    flex-grow: 1;
  }
}

.lp-local-nav-fixed li:nth-last-of-type(1) {
  border-right: none;
}

.lp-local-nav-fixed li a {
  display: inline-flex;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-style: italic;
  font-size: 22px;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .lp-local-nav-fixed li a {
    font-weight: 500;
    font-size: 14px;
    align-items: initial;
    height: auto;
    padding-top: 0.3em;
  }
}

.lp-local-nav-fixed li a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-image: url(../images/arrow-down.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  visibility: inherit;
}

@media screen and (max-width: 768px) {
  .lp-local-nav-fixed li a:after {
    width: 14px;
    height: 14px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0.3em);
  }
}

.lp-local-nav-fixed li a:hover {
  opacity: 1;
  color: #EBD587;
}

/* =========================================================
メインコンテンツ
========================================================= */
.main-contents {
  overflow-x: hidden;
}

.lead_area {
  text-align: center;
  position: relative;
  z-index: 5;
  background: #000;
  padding-bottom: 40px;
}

.lead_area .lead_inner {
  margin: 0 auto;
  padding: 30px 25px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lead_area .lead_inner {
    padding: 30px 10px;
  }
}

.lead_area .lead_inner .lead_text_box {
  display: flex;
  margin: 36px auto 0;
  max-width: 900px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .lead_area .lead_inner .lead_text_box {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.lead_area .lead_inner .lead_text_box .lead_img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .lead_area .lead_inner .lead_text_box .lead_img {
    width: 80%;
    max-width: 180px;
    margin: 0 auto;
  }
}

.lead_area .lead_inner .lead_text_box .lead_text {
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .lead_area .lead_inner .lead_text_box .lead_text {
    width: 80%;
    margin: 0 auto;
  }
}

.lead_area .lead_inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .lead_area .lead_inner {
    max-width: 1025px;
    padding: 80px 20px;
  }
  .lead_area .lead_inner p {
    font-size: 16px;
    line-height: 1.5;
  }
  .lead_area .lead_inner p br.sp {
    display: none;
  }
}

.tabs {
  padding-inline: 25px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1.95%;
}

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

.tab-item {
  border-radius: 6px 6px 0 0;
  width: 49%;
  height: 50px;
  background-color: #f2816d;
  color: #f5c4c8;
  font-family: "imaginaryfriend-bb", sans-serif;
  position: relative;
  font-weight: 700;
  font-style: italic;
}

.tab-item a {
  padding-top: clamp(12px, calc(7.5px + 1.125vw), 21px);
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.tab-item:nth-child(1) a {
  font-size: 20px;
}

.tab-item.active {
  height: 60px;
  color: #294177;
  background: #f5c4c8;
  color: #f2816d;
}

@media screen and (min-width: 769px) {
  .tab-item {
    height: 90px;
    border-radius: 6px 6px 0 0;
    height: 80px;
  }
  .tab-item:nth-child(1) a {
    font-size: 40px;
  }
  .tab-item a {
    font-size: 40px;
  }
  .tab-item.active {
    height: 90px;
  }
}

.tab-item .tab-item-illust {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  height: 135px;
  aspect-ratio: 84/135;
}

@media screen and (max-width: 768px) {
  .tab-item .tab-item-illust {
    width: 34.84px;
    height: 56px;
    left: -4%;
  }
}

.tab-item .tab-item-illust-02 {
  left: inherit;
  right: 5%;
  width: 110.13px;
  height: 75.22px;
  aspect-ratio: 110.13/75.22;
}

@media screen and (max-width: 768px) {
  .tab-item .tab-item-illust-02 {
    width: 50.07px;
    height: 34.16px;
    right: -9%;
  }
}

.tabs_events .tab-item {
  background-color: #f5c4c8;
  color: #f2816d;
}

.tabs_events .tab-item.active {
  background: #f2816d;
  color: #f5c4c8;
}

.main-contents {
  background: #f5c4c8;
}

.main-contents-events {
  background: #f2816d;
}

.main-contents__inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .main-contents__inner {
    max-width: 1220px;
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  color: #f2816d;
  font-size: 35px;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
  padding-inline: 16px;
  margin: 60px auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .category-heading {
    padding-inline: 0;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 60px;
  }
}

.category-heading-events {
  color: #f5c4c8;
}

.parco-news-illust {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.parco-news-illust:after {
  content: '';
  background-image: url(../images/parco_news_01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: auto;
  aspect-ratio: 125/118;
  transform: translate(110%, -2%);
}

@media screen and (max-width: 768px) {
  .parco-news-illust:after {
    width: 76px;
    transform: translate(78%, -20%);
  }
}

.shop-news-illust {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shop-news-illust:after {
  content: '';
  background-image: url(../images/parco_news_02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 87px;
  height: auto;
  aspect-ratio: 87/149;
  transform: translate(-250%, -29%);
}

@media screen and (max-width: 768px) {
  .shop-news-illust:after {
    width: 60px;
    transform: translate(-100%, -52%);
  }
}

#gift-list-wrap .list-block {
  margin: 0 auto;
  position: relative;
  padding-bottom: 70px;
}

#gift-list-wrap .list-block:after,
.event-wrap::after {
  content: '';
  background-image: url(../images/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  width: 100vw;
  height: auto;
  aspect-ratio: 1378/12.57;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .list-block:after,
  .event-wrap::after {
    background-image: url(../images/line-2.svg);
    aspect-ratio: 375/16;
    bottom: -7px;
  }
}

.gifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .gifts {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .gifts {
    gap: 20px;
    justify-content: center;
  }
}

.gift {
  width: 86.66%;
  margin: 0;
  padding: 10px 10px 20px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.gift .js-modalopen {
  margin-top: auto;
}

@media screen and (min-width: 769px) {
  .gift {
    width: calc(100% / 3 - 7px);
    padding: 30px 26px;
  }
  .gift .js-modalopen {
    padding: 0 10px 2px 0;
  }
}

@media screen and (max-width: 768px) {
  .gift {
    padding: 22px 20px 42px 20px;
  }
}

.gift-detail-body {
  margin-bottom: 20px;
}

.gift-detail-body .item + .item {
  margin-top: 16px;
}

#GIFT .gift::before {
  content: '';
  background-image: url(../images/ribbon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 0;
  width: 91.45px;
  height: auto;
  aspect-ratio: 91.45/30.8;
}

@media screen and (max-width: 768px) {
  #GIFT .gift::before {
    width: 79.32px;
  }
}

.gift-image {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .gift-image {
    margin-bottom: 41.5px;
  }
}

.gift-detail {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .gift-detail {
    padding-top: 20px;
  }
}

.gift-detail .js-modalopen {
  display: none;
}

.gift-detail-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.gift .slick-dots {
  bottom: -20px;
  left: 0;
}

@media screen and (min-width: 769px) {
  .gift .slick-dots {
    bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .gift .slick-dots li {
    height: 10px;
    width: 10px;
  }
}

.gift .slick-dots li button {
  padding: 0;
  height: 5px;
  width: 5px;
}

.gift .slick-dots li button:before {
  color: #ccc;
  font-size: 15px;
  content: "";
  background: #ccc;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

@media screen and (min-width: 769px) {
  .gift .slick-dots li button {
    height: 8px;
    width: 8px;
  }
  .gift .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.gift .slick-dots li.slick-active button {
  height: 6px;
  width: 6px;
}

.gift .slick-dots li.slick-active button:before {
  color: #373332;
  content: "";
  background: #F2816D;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

@media screen and (min-width: 769px) {
  .gift .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
  .gift .slick-dots li.slick-active button:before {
    top: -1px;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .shop-logo {
    margin-bottom: 16px;
    margin-right: 16px;
    height: 80px;
    background-color: #fff;
  }
  .shop-logo img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (min-width: 769px) {
  .shop-logo {
    width: 100px;
    margin-right: 20px;
  }
}

.shop-info {
  flex: 1;
}

@media screen and (min-width: 769px) {
  .shop-info {
    padding-top: 8.5px;
  }
}

.shop-info-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .shop-info-header {
    margin-bottom: 13px;
  }
}

.shop-info-header__floor {
  height: 18px;
  margin-right: 12px;
}

@media screen and (min-width: 769px) {
  .shop-info-header__floor {
    height: 25px;
  }
}

.shop-info-header__shop,
.shop-info-header__cart {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

@media screen and (min-width: 769px) {
  .shop-info-header__shop,
  .shop-info-header__cart {
    height: 22px;
    width: 22px;
  }
}

.shop-info-header__shop {
  width: 26px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .shop-info-header__shop {
    width: 19px;
  }
}

.shop-info-shop {
  font-weight: 700;
  line-height: 1.42857;
  font-size: 15px;
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .shop-info-shop {
    font-size: 18px;
  }
}

.item-name {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .item-name {
    line-height: 1.42857;
    font-size: 15px;
  }
}

.item-price {
  font-weight: 700;
  font-family: "imaginaryfriend-bb", sans-serif;
  line-height: 1.66667;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .item-price {
    line-height: 1.42857;
    font-size: 16px;
    margin-top: 6px;
  }
}

.tax-info {
  font-weight: 400;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

.item_underline {
  text-decoration: underline;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.noto-2 {
  font-family: "Noto Sans JP", sans-serif;
}

.js-btn {
  border: 0.5px solid #373332;
  background-color: #BBE0E0;
  border-radius: 100px;
  letter-spacing: 0.005em;
  line-height: 2.16667;
}

.hover-wrap {
  transition: .5s;
}

.hover-wrap:hover {
  opacity: 0.7;
}

.floor {
  color: #FFF;
  background-color: #F2816D;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
  height: 18px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px 0;
  letter-spacing: 0.05em;
}

.floor span {
  font-weight: 500;
  font-style: normal;
  padding-top: 4px;
  display: block;
}

@media screen and (min-width: 769px) {
  .floor {
    font-size: 13px;
    height: 25px;
  }
}

/* =========================================================
ショップリストのアイテム
========================================================= */
@media screen and (min-width: 769px) {
  .tab-button {
    font-size: 16px;
    padding: 6px 12px 5px;
  }
  .tab-list {
    gap: 60px;
  }
}

.modal-item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 7px;
}

@media screen and (min-width: 769px) {
  .modal-item {
    border: 4px solid #000000;
    padding: 34px;
  }
}

.modal-item-info {
  margin-bottom: 20px;
}

.modal-item-info .item + .item {
  margin-top: 40px;
}

.modal-item-name {
  font-weight: 400;
  line-height: 1.42857;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .modal-item-name {
    line-height: 1.625;
  }
}

.modal-item-price {
  font-size: 16px;
  font-weight: 700;
  font-family: "imaginaryfriend-bb", sans-serif;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .modal-item-price {
    font-size: 20px;
    line-height: 1.25;
    margin: 20px auto;
  }
}

.modal-item-text {
  font-size: 14px;
  line-height: 1.53846;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .modal-item-text {
    font-size: 13px;
    line-height: 1.84615;
  }
}

.modal-item-notice {
  font-size: 12px;
  line-height: 1.66667;
  margin: 10px auto;
}

.modal-shop-info {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  .modal-shop-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D8D1CD;
  }
}

.modal-logo {
  width: 90px;
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .modal-logo {
    width: 150px;
    height: 150px;
    margin-right: 18px;
  }
}

.modal-shop {
  flex: 1;
}

.modal-shop-floor {
  height: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

.modal-shop-floor .floor {
  font-size: 10px;
  height: 21px;
}

@media screen and (min-width: 769px) {
  .modal-shop-floor {
    margin-bottom: 10.5px;
  }
  .modal-shop-floor .floor {
    font-size: 14px;
    min-width: 50px;
  }
}

.modal-shop-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .modal-shop-name {
    font-size: 12px;
  }
}

.modal-shop-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-shop-link__item {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.modal-shop-link__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrap {
  width: 74.96%;
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  z-index: 1000;
  /* z-indexを追加 */
}

@media screen and (max-width: 768px) {
  .modal-wrap {
    width: calc(100vw - 60px);
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    transform: inherit;
    overflow-y: initial;
    padding-top: 0;
  }
}

.modal-header {
  box-sizing: border-box;
  padding: 20px 0;
  margin-bottom: 20px;
  height: 118px;
}

@media screen and (min-width: 769px) {
  .modal-header {
    padding: 0px;
    height: 130px;
  }
}

.modal-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .modal-header__inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.modal-header .logo {
  margin: 0 15px 0 0;
  max-width: 100px;
}

@media screen and (min-width: 769px) {
  .modal-header .logo {
    margin: 0 30px 0 0;
    max-width: 200px;
    width: 100%;
  }
}

.modal-header .info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 115px);
}

@media screen and (min-width: 769px) {
  .modal-header .info-wrap {
    align-items: center;
    width: calc(100% - 120px);
    padding-top: 25px;
  }
}

.modal-header .shop {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 9px;
}

@media screen and (min-width: 769px) {
  .modal-header .shop {
    font-size: 20px;
  }
}

.modal-header .floor {
  font-size: 12px;
  font-weight: 800;
  /* font-family: 'Jost', serif; */
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  /* max-width: 32px; */
  margin: 1px 6px 6px 0;
  padding: 0 16px;
  display: inline-block;
  /* height: 15px; */
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .modal-header .floor {
    font-size: 13px;
    max-width: 45px;
    margin: 0 10px 0 0;
    display: inline-block;
    height: 21px;
    line-height: 1.69;
  }
}

.modal-header .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .modal-header .link {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .modal-header .link {
    font-size: 21px;
    margin: 0 0 0 auto;
  }
}

.modal-header .link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}

.modal-header .link a::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 5px;
  position: relative;
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -3px;
  bottom: 0;
  margin: auto;
  right: -19px;
}

@media screen and (min-width: 769px) {
  .modal-header .link a::after {
    border-width: 2px;
    height: 12px;
    width: 12px;
    right: -15px;
  }
}

.modal-header .link a::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #1A1311;
  position: absolute;
  bottom: -5px;
}

@media screen and (min-width: 769px) {
  .modal-header .link a::before {
    width: 110%;
    bottom: -2px;
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .modal-header .link a {
    display: block;
    position: relative;
    width: 100px;
  }
}

.modal-cont {
  background-color: #fff;
  box-sizing: border-box;
  padding: 22px 20px 25px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .modal-cont {
    padding: 55px 20px 25px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    min-height: 480px;
    max-height: 80vh;
    /* ビューポートの高さから200pxを引いた高さを最大値とする */
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-cont::-webkit-scrollbar {
    display: none;
  }
}

.img-wrap {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .img-wrap {
    width: 42%;
    margin-right: 28px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

.img-wrap .img-wrap__slider {
  width: 100%;
  position: relative;
}

.img-wrap .img-wrap__slider .slick-arrow {
  position: absolute;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-color: #BBE0E0;
  display: block;
  background-image: url(../images/arrow-right-modal.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -34px;
  z-index: 10;
}

.img-wrap .img-wrap__slider .slick-arrow.prev {
  left: 20%;
  transform: scale(-1, 1);
}

.img-wrap .img-wrap__slider .slick-arrow.next {
  right: 20%;
}

.img-wrap .img-wrap__slider .slick-dots {
  position: relative !important;
  bottom: -50px !important;
}

@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots {
    bottom: -50px !important;
  }
}

.img-wrap .img-wrap__slider .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 10px;
}

.img-wrap .img-wrap__slider .slick-dots li button:before {
  content: "";
  background-color: #cccccc;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots li button:before {
    font-size: 25px;
  }
}

.img-wrap .img-wrap__slider .slick-dots li.slick-active button:before {
  content: "";
  background-color: #F2816D;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: -2px;
}

@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots li.slick-active button:before {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .modal-cont-slider-wrap {
    height: 600px;
    overflow: scroll;
    margin: 0 -30px;
    padding: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-cont-slider-wrap::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-height: 770px) {
  .modal-cont-slider-wrap {
    height: 62vh;
  }
}

.modal-cont-slider {
  position: relative;
  margin-bottom: 0 !important;
}

.modal-cont-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-cont-slider .slick-arrow:hover {
  opacity: 0.6;
}

.modal-cont-slider .slick-arrow.prev {
  top: 25.5%;
  left: 8px;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow.prev {
    top: 45.5%;
    left: 12px;
  }
}

.modal-cont-slider .slick-arrow.next {
  top: 25.5%;
  right: 8px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow.next {
    top: 45.5%;
    left: 38.5%;
  }
}

.modal-cont-slider .slick-arrow button {
  display: block;
  width: 30px;
  height: 30px;
  background: #363332;
}

@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow button {
    width: 40px;
    height: 40px;
  }
}

.modal-cont-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  transform: rotate(-180deg);
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/arrow-right-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow button:before {
    width: 10px;
    height: 10px;
    top: 15px;
  }
}

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

.modal-cont-slider .slick-dots {
  height: 15px;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .modal-cont-slider .slick-dots {
    top: 53.5%;
  }
}

@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-dots {
    width: 45%;
    margin-left: 3px;
    bottom: 7px;
  }
}

.modal-cont-slider .slick-dots li {
  margin: 0;
}

.modal-cont-slider .slick-dots li button:before {
  background-color: #c3c3c3;
  border-radius: 50%;
  content: "";
  color: #DDCCA1;
  height: 9px;
  width: 9px;
}

.modal-cont-slider .slick-dots li.slick-active button:before {
  background-color: #000000;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

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

@media screen and (min-width: 769px) {
  .modal-detail {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .modal-detail {
    margin: 60px auto 0;
    padding: 0 !important;
    width: 100%;
  }
}

.shop {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}

.introduction {
  color: #363332;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.71;
  margin-bottom: 21px;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  .introduction {
    font-size: 14px;
    line-height: 2;
  }
}

.notice {
  font-size: 10px;
  line-height: 1.6;
  color: #363332;
}

@media screen and (min-width: 769px) {
  .notice {
    font-size: 12px;
  }
}

.modal-arrow {
  position: absolute;
  width: 26px;
  height: 26px;
  transition: 0.4s;
}

.modal-arrow:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .modal-arrow {
    width: 50px;
    height: 50px;
  }
}

.modal-arrow button {
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  background: #363332;
}

@media screen and (min-width: 769px) {
  .modal-arrow button {
    width: 40px;
    height: 40px;
  }
}

.modal-arrow button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(0deg);
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/arrow-right-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .modal-arrow button::after {
    width: 7px;
    height: 7px;
    top: 11px;
  }
}

.modal-arrow.prev {
  position: absolute;
  top: 60%;
  left: calc(50% - 550px);
  transform: translateY(-50%) translateX(-50%);
}

.modal-arrow.prev button::after {
  transform: rotate(180deg);
  left: 0px;
  right: 0px;
}

@media screen and (max-width: 1180px) {
  .modal-arrow.prev {
    left: 10px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .modal-arrow.prev {
    transform: initial !important;
    top: 50%;
    bottom: 3px;
    left: -11px;
    position: absolute;
  }
}

.modal-arrow.next {
  position: absolute;
  top: 60%;
  left: calc(50% + 550px);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1180px) {
  .modal-arrow.next {
    right: 10px;
    left: initial;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .modal-arrow.next {
    transform: initial !important;
    top: 50%;
    bottom: 3px;
    right: -11px;
    position: absolute;
    margin-left: auto;
  }
}

.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 500;
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-block {
    padding: 17px 0 220px;
    overflow: scroll;
    box-sizing: border-box;
    background: rgba(245, 196, 200, 0.95);
  }
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .modal-bg {
    background: rgba(245, 196, 200, 0.95);
  }
}

.modal-close-top {
  position: absolute;
  top: 15px;
  right: -15px;
}

.modal-close {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  padding: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -15px;
  transition: 0.4s;
  z-index: 1;
  position: absolute;
}

.modal-close:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.modal-close .icon {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #000000;
  position: relative;
  margin-right: 5px;
}

.modal-close .icon::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/modal-close.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .modal-close .icon {
    width: 40px;
    height: 40px;
  }
}

.modal-close:hover {
  opacity: 0.6;
}

.pc-only .modal-close {
  position: fixed;
  bottom: 0;
  top: initial;
  right: inherit;
  width: 100%;
  height: 60px;
  background-color: #000;
}

.pc-only .modal-close:before {
  display: none;
}

.pc-only .modal-close img {
  width: 125px;
}

.js-modalopen {
  margin: 0 auto;
  height: clamp(46px, calc(51.71066px + -1.52284vw), 40px);
  width: clamp(180px, calc(213.31218px + -8.88325vw), 145px);
  background-color: #f2816d;
  border-radius: 100px;
  border: 2px solid #000;
  letter-spacing: 0.1em;
  line-height: 2.16667;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: .5s;
  font-size: 22px;
  color: #fff;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media screen and (min-width: 769px) {
  .js-modalopen {
    font-size: 22px;
  }
}

.js-modalopen:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-image: url(../images/arrow-right-2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (min-width: 769px) {
  .js-modalopen:after {
    width: 20px;
    height: 20px;
  }
}

.js-modalopen:hover {
  transition: .5s;
  background-color: #EBD587;
}

.js-modalopen:hover:after {
  background-image: url(../images/arrow-right-3.svg);
}

/* =========================================================
フッター
========================================================= */
.page-ft {
  padding-top: 55px;
  text-align: center;
  background-color: #222222;
}

.page-ft__inner {
  padding: 0 51px 63.6px;
}

.page-ft .logo {
  max-width: 177px;
  margin: 0 auto 18px;
}

.page-ft .copyright {
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .page-ft {
    padding-top: 85px;
  }
  .page-ft .logo {
    margin: 0 auto 25px;
  }
  .page-ft__inner {
    padding: 0 51px 86.6px;
  }
}

.footer {
  padding: 80px 0 40px;
  position: relative;
}

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

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

@media screen and (min-width: 769px) {
  .footer__in {
    max-width: 835px;
  }
}

.footer__logo {
  text-align: center;
  max-width: 137px;
  margin: 0 auto 20px;
}

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

.footer__logo a {
  text-decoration: none;
}

.footer__copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  font-family: copperplate, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #000000;
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.pagetop {
  display: none;
  max-width: 38px;
  width: 100%;
  position: fixed;
  right: 10px;
  bottom: 114px;
  z-index: 50;
}

@media screen and (min-width: 769px) {
  .pagetop {
    right: 38px;
    bottom: 48px;
  }
}

.pagetop.active {
  display: block;
  -webkit-animation: fadeIn .5s ease-in 0s forwards;
  animation: fadeIn .5s ease-in 0s forwards;
}

.pft {
  padding-top: 50px;
}

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

.pft__in {
  max-width: 1220px;
}

.pft__pageTop {
  left: auto;
  top: -70px;
  right: 10px;
  display: block;
  position: absolute;
}

.pft__pageTop a {
  background: none;
  height: 54px;
  width: 54px;
}

.pft__pageTop a:after {
  border: none;
  background: url("../images/pagetop.svg") no-repeat 0 0;
  height: 54px;
  width: 54px;
  margin: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    top: -160px;
    right: 0px;
  }
  .pft__pageTop a {
    height: 54px;
    width: 54px;
  }
  .pft__pageTop a:after {
    height: 54px;
    width: 54px;
    background: url("../images/pagetop_pc.svg") no-repeat 0 0;
    background-size: cover;
    margin: 0;
  }
}

/* =========================================================
Local navigation
========================================================= */
.localnav-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.localnav {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.localnav__item {
  width: calc(50% - 20px);
  position: relative;
  margin: 0 10px 0 0;
}

.localnav__item:last-child {
  margin-right: 0;
}

.localnav__item a {
  background-color: #D5E3F4;
  color: #2A6DB1;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  position: relative;
  border-radius: 24px 24px 0 0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .localnav {
    padding: 0;
  }
  .localnav__item {
    width: calc(50% - 20px);
    margin: 0 40px 0 0;
  }
  .localnav__item a {
    padding: 23px 0;
    font-size: 34px;
    border-radius: 36px 36px 0 0;
  }
  .localnav__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

/* current */
body#top .localnav__item01 a,
body#news .localnav__item02 a {
  background-color: #F2F2CF;
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  body#top .localnav__item01 a,
  body#news .localnav__item02 a {
    padding: 28px 0;
  }
}

/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  max-width: 1024px;
  margin: 40px auto 0;
}

.contents-block {
  margin: 0 0 40px;
  padding: 0 25px;
}

.contents-block:last-child {
  margin-bottom: 0;
}

.contents-ttl {
  color: #2A6DB1;
  margin: 0 auto 25px;
  line-height: 1.1;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .contents-wrap {
    margin: 80px auto 0;
  }
  .contents-block {
    margin: 0 0 100px;
    padding: 0;
  }
  .contents-ttl {
    margin: 0 auto 10px;
    font-size: 70px;
  }
}

/* =========================================================
タグ集約
========================================================= */
.item-list {
  padding-inline: 25px;
}

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

.taglist {
  overflow: hidden;
  margin: 15px auto 0;
}

.taglist__item {
  margin-bottom: 20px;
  list-style: none;
  display: none;
  background: #FFF;
  padding: 20px;
  border: 1px solid #373332;
}

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

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

.taglist__item__in {
  height: 100%;
  border: 1px solid #CCC;
}

.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 #373332;
    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 {
  background-color: #ebd587;
  border-radius: 100px;
  color: #000;
  display: none;
  width: 100%;
  max-width: 435px;
  margin: 30px auto 0;
  padding: 12px 0;
  border: 2px solid #000;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-taglist-more:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url(../images/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn-taglist-more:after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 40px auto 0;
    font-size: 25px;
    max-width: 346px;
    padding: 19px 0;
  }
  .btn-taglist-more:hover {
    background-color: #f5c4c8;
    color: #fff;
  }
}

.btn-lp-more {
  background-color: #ebd587;
  border-radius: 100px;
  color: #000;
  display: block;
  width: 86.66%;
  max-width: 435px;
  margin: 30px auto 0;
  padding: 12px 0;
  border: 2px solid #000;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-lp-more:hover {
  background-color: #F2816D;
  opacity: 1;
}

.btn-lp-more:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url(../images/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn-lp-more:after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .btn-lp-more {
    margin: 40px auto 0;
    padding: 16px 0;
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .btn-lp-more {
    margin: 70px auto 0;
    font-size: 25px;
    max-width: 346px;
    padding: 19px 0;
  }
}

/* Swiper Pagination Styles */
.swiper-container {
  width: 32.42%;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-container .swiper-pagination,
.swiper-container .swiper-pagination-2,
.swiper-container .swiper-pagination-3,
.swiper-container .swiper-pagination-4,
.swiper-container .swiper-pagination-5,
.swiper-container .swiper-pagination-6 {
  position: relative;
  bottom: -20px;
  /* .gift .slick-dots と同じ */
  list-style: none;
  display: flex;
  /* 中央寄せのため */
  justify-content: center;
  /* 中央寄せのため */
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination,
  .swiper-container .swiper-pagination-2,
  .swiper-container .swiper-pagination-3,
  .swiper-container .swiper-pagination-4,
  .swiper-container .swiper-pagination-5,
  .swiper-container .swiper-pagination-6 {
    bottom: -20px;
    /* .gift .slick-dots と同じ */
  }
}

.swiper-container .swiper-pagination-bullet {
  display: inline-block;
  height: 7px;
  /* .gift .slick-dots li button と同じ */
  width: 7px;
  /* .gift .slick-dots li button と同じ */
  margin: 0 3px;
  /* .slick-dots li と同じ */
  padding: 0;
  cursor: pointer;
  background: #ccc;
  /* .gift .slick-dots li button:before と同じ */
  border-radius: 50%;
  opacity: 1;
  /* Swiper のデフォルトは opacity があるため */
  transition: background-color 0.3s, width 0.3s, height 0.3s;
  /* スムーズなトランジション */
}

@media screen and (max-width: 768px) {
  .swiper-container .swiper-pagination-bullet {
    height: 5px;
    /* .gift .slick-dots li と同じ */
    width: 5px;
    /* .gift .slick-dots li と同じ */
  }
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination-bullet {
    height: 8px;
    /* .gift .slick-dots li button と同じ */
    width: 8px;
    /* .gift .slick-dots li button と同じ */
  }
}

.swiper-container .swiper-pagination-bullet-active {
  background: #F2816D;
  /* .gift .slick-dots li.slick-active button:before と同じ */
  height: 6px;
  /* .gift .slick-dots li.slick-active button と同じ */
  width: 6px;
  /* .gift .slick-dots li.slick-active button と同じ */
}

@media screen and (min-width: 769px) {
  .swiper-container .swiper-pagination-bullet-active {
    height: 10px;
    /* .gift .slick-dots li.slick-active button と同じ */
    width: 10px;
    /* .gift .slick-dots li.slick-active button と同じ */
  }
}

.event-wrap > .modal-more {
  display: none;
}

/* =========================================================
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;
}

/* Slider */
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #eee;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1.0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #56C800;
  opacity: 1;
}

/* =========================================================
LPスタイル
========================================================= */
@media screen and (max-width: 768px) {
  .--pc {
    display: none;
  }
}

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

header .mv__in {
  position: relative;
  margin-top: 29px;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header .mv__in {
    margin-top: 10px;
  }
}

header .mv__in .--t {
  width: 78.1vw;
  max-width: 1067px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

@media screen and (max-width: 768px) {
  header .mv__in .--t {
    width: 96vw;
  }
}

header .mv__in .--b {
  width: 89vw;
  max-width: 1217px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

@media screen and (max-width: 768px) {
  header .mv__in .--b {
    width: 91.7vw;
  }
}

header .mv__in .--l {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45vw;
  max-width: 615px;
  opacity: 0;
  transform: translateY(-50%) translateX(calc(-43% - 60px));
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}

@media screen and (max-width: 768px) {
  header .mv__in .--l {
    display: none;
  }
}

header .mv__in .--r {
  position: absolute;
  right: 0;
  top: 50%;
  width: 47.2vw;
  max-width: 646px;
  opacity: 0;
  transform: translateY(-50%) translateX(calc(40% + 60px));
  transition: opacity 0.8s ease 0.1s, transform 0.8s ease 0.1s;
}

@media screen and (max-width: 768px) {
  header .mv__in .--r {
    display: none;
  }
}

header .mv__in.is-loaded .--t {
  opacity: 1;
  transform: translateY(0);
}

header .mv__in.is-loaded .--b {
  opacity: 1;
  transform: translateY(0);
}

header .mv__in.is-loaded .--l {
  opacity: 1;
  transform: translateY(-50%) translateX(-43%);
}

header .mv__in.is-loaded .--r {
  opacity: 1;
  transform: translateY(-50%) translateX(40%);
}

.js-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-animate.animated {
  opacity: 1;
  transform: translateY(0);
}

.navi {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}

.navi_top {
  height: 50px;
  background: url(../images/navi/navi_line_top.svg);
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .navi_top {
    height: 27px;
  }
}

.navi_bottom {
  height: 50px;
  background: url(../images/navi/navi_line_bottom.svg);
  background-size: auto 100%;
}

@media screen and (max-width: 768px) {
  .navi_bottom {
    height: 27px;
  }
}

.navi_mid {
  height: 200px;
  background-color: #86C245;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

@media screen and (max-width: 768px) {
  .navi_mid {
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
    padding: 35px 0;
  }
}

.navi_btn {
  position: relative;
  z-index: 1;
  transition: all;
}

.navi_btn:hover {
  opacity: 1;
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .navi_btn_1 {
    max-width: 146px;
  }
}

.navi_btn_2 {
  margin-left: -20px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .navi_btn_2 {
    max-width: 91px;
    margin-left: -10px;
  }
}

.navi_btn_3 {
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .navi_btn_3 {
    max-width: 114px;
    margin-left: -10px;
  }
}

.navi_btn_4 {
  margin-left: -20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .navi_btn_4 {
    max-width: 123px;
    margin-left: -10px;
  }
}

.navi_btn_5 {
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .navi_btn_5 {
    max-width: 97px;
    margin-left: -10px;
  }
}

.navi_model_1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .navi_model_1 {
    width: 598px;
    height: 154px;
    transform: translateX(-251px) translateY(54%);
  }
}

@media screen and (max-width: 768px) {
  .navi_model_1 {
    width: 215px;
    height: 66px;
    transform: translateX(-44px) translateY(38%);
  }
}

.navi_model_2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .navi_model_2 {
    width: 454px;
    height: 222px;
    transform: translateX(45%) translateY(80%);
  }
}

@media screen and (max-width: 768px) {
  .navi_model_2 {
    width: 173px;
    height: 84px;
    transform: translateX(66px) translateY(60%);
  }
}

.guide {
  position: relative;
  margin-top: -50px;
  padding: 80px 20px;
  background-color: #EE89B5;
}

.guide_text {
  padding-top: 50px;
  padding-bottom: 34px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .guide_text {
    padding-top: 20px;
    font-size: 13px;
    line-height: 31px;
  }
}

.guide_image {
  max-width: 900px;
  margin: 0 auto 30px;
}

.guide_button {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .guide_button {
    margin: 20px 0;
  }
}

.guide_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 80px;
  background-color: #007540;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .guide_button a {
    width: 200px;
    height: 50px;
    font-size: 13px;
    line-height: 19px;
  }
}

.guide_schedule {
  max-width: 1100px;
  margin: 80px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.guide_schedule::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

@media screen and (max-width: 768px) {
  .guide_schedule {
    margin-right: -20px;
    margin-top: 50px;
  }
}

.guide_schedule img {
  min-width: 630px;
}

@media screen and (max-width: 768px) {
  .guide_schedule img {
    padding-bottom: 10px;
  }
}

.guide_scrollbar {
  max-width: 1100px;
  margin: 6px auto 0;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

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

.guide_scrollbar__thumb {
  height: 100%;
  width: 30%;
  background: #007540;
  border-radius: 3px;
  transition: width 0.05s linear;
}

.guide_bottom {
  height: 50px;
  background: url(../images/guide/line_bottom.svg);
  background-size: auto 100%;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  .guide_bottom {
    height: 27px;
  }
}

.guide_bottom::before {
  content: "";
  position: absolute;
  background: url("../images/guide/model-1.svg");
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .guide_bottom::before {
    width: 462px;
    height: 174px;
    transform: translateX(-142px) translateY(-10%);
  }
}

@media screen and (max-width: 768px) {
  .guide_bottom::before {
    width: 184px;
    height: 69px;
    transform: translateX(-33px) translateY(-20%);
  }
}

.guide_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/guide/model-2.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .guide_bottom::after {
    width: 256px;
    height: 147px;
    transform: translateX(10px) translateY(0px);
  }
}

@media screen and (max-width: 768px) {
  .guide_bottom::after {
    width: 86px;
    height: 49px;
    transform: translateX(10px) translateY(-15px);
  }
}

.report {
  padding: 50px 0;
  background-color: #76CAE7;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .report {
    padding: 40px 0;
    margin-top: -27px;
  }
}

.report_title {
  margin: 80px 0;
  font-size: 50px;
  line-height: 72px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .report_title {
    font-size: 24px;
    line-height: 35px;
    margin: 48px 0;
  }
}

.report_items {
  max-width: 1110px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .report_items {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 3px;
    column-gap: 3px;
    row-gap: 40px;
  }
}

.report_item__title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .report_item__title {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }
}

.report_bottom {
  height: 50px;
  background: url(../images/report/line_bottom.svg);
  background-size: auto 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .report_bottom {
    height: 27px;
  }
}

.report_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/report/model.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 110px;
  width: 63px;
  height: 86px;
}

@media screen and (max-width: 768px) {
  .report_bottom::after {
    width: 40px;
    height: 55px;
    right: 35px;
  }
}

.report_coming {
  margin: 80px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 58px;
}

@media screen and (max-width: 768px) {
  .report_coming {
    margin: 40px 0;
  }
}

.report_coming img {
  max-width: 302px;
}

@media screen and (max-width: 768px) {
  .report_coming img {
    max-width: 166px;
  }
}

.news {
  padding: 50px 0;
  background-color: #86C245;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 40px 0;
    margin-top: -27px;
  }
}

.news_title {
  margin: 80px 0;
  font-size: 50px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .news_title {
    font-size: 24px;
    line-height: 35px;
    margin: 48px 0;
  }
}

.news_items {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.news_item {
  max-width: 330px;
}

.news_bottom {
  height: 50px;
  background: url(../images/news/line_bottom.svg);
  background-size: auto 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .news_bottom {
    height: 27px;
  }
}

.news_coming {
  margin: 80px 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 58px;
}

@media screen and (max-width: 768px) {
  .news_coming {
    margin: 40px 0;
  }
}

.news_coming img {
  max-width: 302px;
}

@media screen and (max-width: 768px) {
  .news_coming img {
    max-width: 166px;
  }
}

.note {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .note {
    padding: 40px 0;
  }
}

.note_items {
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}

.note_item {
  font-size: 16px;
  line-height: 24px;
  color: #009944;
}

@media screen and (min-width: 769px) {
  .note_item {
    display: -ms-grid;
    display: grid;
    align-items: flex-start;
    gap: 15px;
    -ms-grid-columns: 180px auto;
    grid-template-columns: 180px auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .note_item {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.note_item__title {
  background-color: #009944;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .note_item__title {
    width: 100%;
    min-height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .note_item__title {
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 26px;
  }
}

@media screen and (min-width: 769px) {
  .note_item__text {
    margin-top: 3px;
  }
}

#gift-list-wrap .list-block:after,
#gift-list-wrap .event-wrap::after {
  display: none;
}

#gift-list-wrap .--wapper {
  margin-top: -50px;
  padding-top: 50px;
}

#gift-list-wrap .--wapper > div {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--wapper {
    margin-top: -27px;
    padding-top: 27px;
  }
}

#gift-list-wrap .--wapper_bottom {
  position: relative;
  z-index: 2;
  height: 50px;
  overflow-x: clip;
  background-size: auto 100% !important;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--wapper_bottom {
    height: 27px;
  }
}

#gift-list-wrap .modal-wrap {
  width: calc(100vw - 40px);
  max-width: 1110px;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .modal-wrap .img-wrap {
    width: 42.5%;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1201px) {
  #gift-list-wrap .modal-wrap .modal-close {
    right: -75px;
  }
}

#gift-list-wrap .modal-block {
  background-color: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
}

#gift-list-wrap .modal-cont {
  color: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont {
    padding: 20px;
  }
}

#gift-list-wrap .modal-cont .modal-detail {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-detail {
    margin-top: 40px;
  }
}

#gift-list-wrap .modal-cont .modal-detail-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-detail-title {
    font-size: 17px;
    line-height: 25px;
  }
}

#gift-list-wrap .modal-cont .modal-detail-date, #gift-list-wrap .modal-cont .modal-detail-location {
  font-size: 15px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-detail-date, #gift-list-wrap .modal-cont .modal-detail-location {
    font-size: 13px;
    line-height: 19px;
  }
}

#gift-list-wrap .modal-cont .modal-detail-date p + p, #gift-list-wrap .modal-cont .modal-detail-location p + p {
  margin-top: 5px;
}

#gift-list-wrap .modal-cont .modal-detail-date span.--title, #gift-list-wrap .modal-cont .modal-detail-location span.--title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-detail-date span.--title, #gift-list-wrap .modal-cont .modal-detail-location span.--title {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 17px;
  }
}

#gift-list-wrap .modal-cont .modal-detail-location {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .modal-cont .modal-detail-location {
    -ms-grid-columns: 50px auto;
    grid-template-columns: 50px auto;
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-detail-location {
    gap: 2px;
  }
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .modal-cont .modal-detail-date p {
    display: flex;
    flex-wrap: wrap;
  }
}

#gift-list-wrap .modal-cont .modal-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
  }
}

#gift-list-wrap .modal-cont .modal-content > *:first-child {
  margin-top: 0;
}

#gift-list-wrap .modal-cont .modal-content-title {
  margin-top: 30px;
  margin-bottom: 16px;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content-title {
    font-size: 12px;
    line-height: 17px;
  }
}

#gift-list-wrap .modal-cont .modal-content-text {
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content-text {
    font-size: 13px;
    line-height: 23px;
  }
}

#gift-list-wrap .modal-cont .modal-content-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  min-height: 60px;
  max-width: 100%;
  background-color: #FFF100;
  color: #007540;
  margin: 30px auto;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content-button {
    font-size: 15px;
    line-height: 21px;
    width: 230px;
    min-height: 50px;
  }
}

#gift-list-wrap .modal-cont .modal-content-image-title {
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
}

#gift-list-wrap .modal-cont .modal-content-image-title img {
  margin-bottom: 15px;
  max-width: 150px;
}

#gift-list-wrap .modal-cont .modal-content-image-title__slider {
  width: 150px;
  margin: 0 auto 20px !important;
}

#gift-list-wrap .modal-cont .modal-content-image-title__slider .slick-dots {
  height: 12px;
  transform: translateY(calc(100% + -5px));
}

#gift-list-wrap .modal-cont .modal-content-image-title__slider img {
  margin-bottom: 0;
}

#gift-list-wrap .modal-cont .modal-content-image-title__name {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content-image-title__name {
    font-size: 16px;
    line-height: 24px;
  }
}

#gift-list-wrap .modal-cont .modal-content-image-title__text {
  font-size: 15px;
  line-height: 21px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-cont .modal-content-image-title__text {
    font-size: 14px;
    line-height: 20px;
  }
}

#gift-list-wrap .--workshops.--wapper {
  position: relative;
  overflow-x: clip;
  background-color: #7390C9;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--workshops.--wapper::after {
    content: "";
    position: absolute;
    background: url("../images/sections/exhibitions-model-2.svg");
    background-size: 100%;
    display: block;
    bottom: 0;
    right: 0;
    width: 318px;
    height: 52px;
    transform: translateX(50%) translateY(-90px);
  }
}

#gift-list-wrap .--workshops.--wapper + .--wapper_bottom {
  background: url(../images/sections/workshops-line.svg);
}

#gift-list-wrap .--workshops.--wapper + .--wapper_bottom::before {
  content: "";
  position: absolute;
  background: url("../images/sections/workshops-model-1.svg");
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--workshops.--wapper + .--wapper_bottom::before {
    width: 275px;
    height: 156px;
    transform: translateX(133px) translateY(-25%);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--workshops.--wapper + .--wapper_bottom::before {
    width: 121px;
    height: 68px;
    transform: translateX(22px) translateY(-15%);
  }
}

#gift-list-wrap .--workshops.--wapper + .--wapper_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/sections/workshops-model-2.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--workshops.--wapper + .--wapper_bottom::after {
    width: 374px;
    height: 110px;
    transform: translateX(94px) translateY(90px);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--workshops.--wapper + .--wapper_bottom::after {
    width: 165px;
    height: 48px;
    transform: translateX(60px) translateY(60px);
  }
}

#gift-list-wrap .--workshops.--wapper .gift {
  background-color: #2D4F90;
}

#gift-list-wrap .modal-workshops .modal-cont {
  background-color: #2D4F90;
}

#gift-list-wrap .--exhibitions.--wapper {
  background-color: #00A67F;
}

#gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom {
  background: url(../images/sections/exhibitions-line.svg);
}

#gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::before {
  content: "";
  position: absolute;
  background: url("../images/sections/exhibitions-model-1.svg");
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::before {
    width: 454px;
    height: 322px;
    transform: translateX(-111px) translateY(-25%);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::before {
    content: "";
    position: absolute;
    background: url("../images/sections/exhibitions-model-1-sp.svg");
    background-size: 100%;
    display: block;
    width: 158px;
    height: 132px;
    transform: translateX(-21px) translateY(-17px);
  }
}

#gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/sections/exhibitions-model-2.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::after {
    width: 720px;
    height: 119px;
    transform: translateX(37px) translateY(-27px);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--exhibitions.--wapper + .--wapper_bottom::after {
    display: none;
  }
}

#gift-list-wrap .--exhibitions.--wapper .gift {
  background-color: #086C57;
}

#gift-list-wrap .modal-exhibitions .modal-cont {
  background-color: #086C57;
}

#gift-list-wrap .--event.--wapper {
  background-color: #F08500;
}

#gift-list-wrap .--event.--wapper + .--wapper_bottom {
  background: url(../images/sections/event-line.svg);
}

#gift-list-wrap .--event.--wapper + .--wapper_bottom::before {
  content: "";
  position: absolute;
  background: url("../images/sections/event-model-1.svg");
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--event.--wapper + .--wapper_bottom::before {
    width: 374px;
    height: 110px;
    transform: translateX(40px) translateY(200px);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--event.--wapper + .--wapper_bottom::before {
    width: 125px;
    height: 36px;
    transform: translateX(-31px) translateY(15px);
  }
}

#gift-list-wrap .--event.--wapper + .--wapper_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/sections/event-model-2.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--event.--wapper + .--wapper_bottom::after {
    width: 275px;
    height: 156px;
    transform: translateX(37px) translateY(-27px);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--event.--wapper + .--wapper_bottom::after {
    width: 92px;
    height: 52px;
    transform: translateX(10px) translateY(5px);
  }
}

#gift-list-wrap .--event.--wapper .gift {
  background-color: #B94E00;
}

#gift-list-wrap .modal-event .modal-cont {
  background-color: #B94E00;
}

#gift-list-wrap .--findout.--wapper {
  background-color: #F2C1D4;
}

#gift-list-wrap .--findout.--wapper .category-heading {
  color: #000;
}

#gift-list-wrap .--findout.--wapper + .--wapper_bottom {
  background: url(../images/sections/findout-line.svg);
}

#gift-list-wrap .--findout.--wapper + .--wapper_bottom::before {
  content: "";
  position: absolute;
  background: url("../images/sections/findout-model-1.svg");
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--findout.--wapper + .--wapper_bottom::before {
    width: 454px;
    height: 222px;
    transform: translateX(-50%) translateY(-40%);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--findout.--wapper + .--wapper_bottom::before {
    width: 152px;
    height: 74px;
    transform: translateX(-30px) translateY(14%);
  }
}

#gift-list-wrap .--findout.--wapper + .--wapper_bottom::after {
  content: "";
  position: absolute;
  background: url("../images/sections/findout-model-2.svg");
  background-size: 100%;
  display: block;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .--findout.--wapper + .--wapper_bottom::after {
    width: 462px;
    height: 231px;
    transform: translateX(21%) translateY(-81%);
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .--findout.--wapper + .--wapper_bottom::after {
    width: 155px;
    height: 77px;
    transform: translateX(20%) translateY(-78%);
  }
}

#gift-list-wrap .--findout.--wapper .gift {
  background-color: #DD6392;
}

#gift-list-wrap .modal-findout .modal-cont {
  background-color: #DD6392;
}

#gift-list-wrap .gifts {
  max-width: 1110px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gifts {
    -moz-column-gap: 3px;
    column-gap: 3px;
    row-gap: 30px;
    justify-content: flex-start;
  }
}

#gift-list-wrap .gift {
  position: relative;
  padding: 80px 15px 60px;
  background-color: #086C57;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift {
    width: calc(50% - 1.5px);
    padding: 52px 10px 50px;
  }
}

#gift-list-wrap .gift-num-image {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-num-image {
    width: 35px;
    height: 35px;
    left: 10px;
    top: 9px;
  }
}

#gift-list-wrap .gift-label {
  height: auto;
  position: absolute;
  top: -6px;
  right: 10px;
  display: flex;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-label {
    gap: 6px;
  }
}

#gift-list-wrap .gift-label img {
  max-width: 51px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-label img {
    max-width: 38.5px;
  }
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .gift-detail {
    padding: 0 10px;
  }
}

#gift-list-wrap .gift-image {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-image {
    margin-bottom: 11px;
  }
}

#gift-list-wrap .gift-image:has(.slick-dots) {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-image:has(.slick-dots) {
    margin-bottom: 31px;
  }
}

#gift-list-wrap .gift-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 500;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

#gift-list-wrap .gift-date, #gift-list-wrap .gift-location {
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 769px) {
  #gift-list-wrap .gift-date, #gift-list-wrap .gift-location {
    -ms-grid-columns: 45px auto;
    grid-template-columns: 45px auto;
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift-date, #gift-list-wrap .gift-location {
    gap: 5px;
    font-size: 13px;
    line-height: 19px;
  }
}

#gift-list-wrap .gift-date > span > span + span {
  display: block;
  margin-top: 10px;
}

#gift-list-wrap .gift .open-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  border: none;
  background-color: #FFF100;
  border-radius: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #007540;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .gift .open-btn {
    height: 34px;
    font-size: 12px;
    line-height: 17px;
  }
}

#gift-list-wrap .gift .open-btn::after {
  display: none;
}

#gift-list-wrap .gift .open-btn span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_plus.svg);
  display: inline-block;
  margin-left: 3.5px;
}

#gift-list-wrap .category-heading {
  font-size: 50px;
  line-height: 72px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin: 80px 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .category-heading {
    margin: 40px 0;
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .modal-close {
    position: fixed;
    top: 0;
    right: 5px;
  }
}

.hidden-gift {
  display: none;
}

@media screen and (min-width: 769px) {
  .modal-bg {
    background: none;
  }
}

.pft__in {
  position: static;
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    top: 86px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .pft__pageTop {
    top: 0;
    left: 50%;
    transform: translateX(-22.5px) translateY(-22.5px);
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .pft__pageTop a {
    width: 45px;
    height: 45px;
  }
  .pft__pageTop a::after {
    width: 45px;
    height: 45px;
  }
}

.slick-dotted.slick-slider {
  padding: 0;
  border: none;
}

#gift-list-wrap .slick-dots {
  bottom: 0;
  transform: translateY(calc(100% + 13px));
  font-size: 0;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .slick-dots {
    transform: translateY(calc(100% + 8px));
  }
}

#gift-list-wrap .slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .slick-dots li {
    margin: 0 5px;
    width: 9px;
    height: 9px;
  }
}

#gift-list-wrap .slick-dots li.slick-active button:before {
  background-color: transparent;
}

#gift-list-wrap .slick-dots li button {
  width: 11px;
  height: 11px;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}

#gift-list-wrap .slick-dots li button::before {
  border: 1px solid #fff;
  background-color: #fff;
  width: 10px;
  height: 10px;
  top: 0;
  border-radius: 100%;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  #gift-list-wrap .slick-dots li button::before {
    width: 7px;
    height: 7px;
  }
}

.img-wrap .img-wrap__slider .slick-dots {
  bottom: -0px !important;
}

.pft .phd__sns {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.pft .phd__sns__item a {
  width: 32px;
  height: 32px;
}

.pft .phd__sns__item svg {
  max-width: 100%;
  height: 100%;
}

.pft .phd__sns__item__link-x {
  background-color: #fff !important;
}

.pft .phd__sns__item__link-x svg {
  fill: #000 !important;
}

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