@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #080404;
  font-family: "ibm-plex-sans", 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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: rotate(-45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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.6666666667px + 24.8333333333vw), 300px);
  height: 41px;
  border-radius: 30px;
  background-color: #fff;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.local-nav-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}
.local-nav-item a:after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  border-radius: 100%;
  background-image: url(../images/icon-nav.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .local-nav-item {
    height: 60px;
    font-size: 22px;
  }
  .local-nav-item a::after {
    width: 16px;
    height: 8px;
    right: 20px;
    top: 26px;
  }
}
.local-nav-item:hover {
  background-color: #fff;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.local-nav-item:hover a:after {
  background-image: url(../images/icon-nav-c.svg);
}

.snowfall-flakes {
  pointer-events: none;
}

/* =========================================================
メインコンテンツ
========================================================= */
.lead_area {
  text-align: center;
  position: relative;
  z-index: 5;
  background: #F7F2EA;
}
.lead_area .lead_inner {
  margin: 0 auto;
  padding: 30px 25px;
  color: #B5554D;
}
.lead_area .lead_inner p {
  font-size: 14px;
  font-weight: 700;
  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: 20px;
    line-height: 40px;
  }
  .lead_area .lead_inner p br.sp {
    display: none;
  }
}
.tabs {
  padding-inline: 25px;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(11px, calc(-3px + 3.5vw), 39px);
}
@media screen and (min-width: 769px) {
  .tabs {
    padding-inline: 0;
  }
}

.tab-item {
  border-radius: 24px 24px 0 0;
  width: 48%;
  height: 50px;
  background-color: #C46D66;
  color: #FFF;
  font-family: "mizolet", sans-serif;
  position: relative;
}
.tab-item a {
  padding-top: clamp(12px, calc(7.5px + 1.125vw), 21px);
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #FFF;
  color: #C46D66;
}
@media screen and (min-width: 769px) {
  .tab-item {
    height: 90px;
    border-radius: 36px 36px 0 0;
    height: 80px;
  }
  .tab-item:nth-child(1) a {
    font-size: 33px;
  }
  .tab-item a {
    font-size: 33px;
  }
  .tab-item.active {
    height: 90px;
  }
}
.tab-item .tab-item-illust {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-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%;
  }
}

.main-contents {
  padding-bottom: clamp(60px, calc(4px + 14vw), 144px);
  background: #FFF;
}

.main-contents__inner {
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main-contents__inner {
    max-width: 1220px;
  }
}
@media screen and (min-width: 1090px) {
  .main-contents__inner {
    padding: 70px 0;
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  color: #C46D66;
  font-size: 35px;
  font-family: "mizolet", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  padding-inline: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .category-heading {
    padding-inline: 0;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 45px;
  }
}

.gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .gifts {
    gap: 10px;
  }
}

.gift {
  width: 50%;
  padding: 10px 10px 20px;
  position: relative;
  background-color: #F7F2EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gift .js-modalopen {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .gift {
    width: calc(33.3333333333% - 7px);
    padding: 30px 26px;
  }
  .gift .js-modalopen {
    padding: 0 10px 2px 0;
  }
}
@media screen and (max-width: 768px) {
  .gift {
    border-bottom: 1px solid #fff;
  }
  .gift:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
  .gift:nth-child(-n+3) {
    border-top: 1px solid #fff;
  }
}

.gift-detail-body {
  margin-bottom: 20px;
}
.gift-detail-body .item + .item {
  margin-top: 5px;
}

#SWEETS .gift {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #SWEETS .gift {
    border: none;
    padding: 22px 25px 40px;
  }
  #SWEETS .gift .gift-image {
    margin-bottom: 20px;
  }
  #SWEETS .gift .gift-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #SWEETS .gift .shop-logo {
    height: 90px;
    width: 90px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  #SWEETS .gift .shop-info-shop {
    width: 225px;
  }
  #SWEETS .gift .gift-detail-body {
    margin-bottom: 20px;
  }
  #SWEETS .gift .js-modalopen {
    height: 46px;
    font-size: 16px;
    width: 180px;
    margin-top: 10px;
  }
  #SWEETS .gift .js-modalopen:after {
    height: 20px;
    top: 13px;
    right: 15px;
    width: 20px;
  }
}
@media screen and (min-width: 769px) {
  #SWEETS .gift .shop-logo {
    width: 150px;
    height: 150px;
  }
  #SWEETS .gift .front-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #SWEETS .gift .gift-image {
    margin-bottom: 0;
    width: 40%;
  }
  #SWEETS .gift .gift-detail {
    border-top: none;
    padding-top: 0;
    position: relative;
    width: 56.6%;
  }
  #SWEETS .gift .gift-detail .js-modalopen {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    height: 60px;
    width: 234px;
  }
  #SWEETS .gift .gift-detail .js-modalopen:after {
    top: 16px;
    right: 20px;
  }
  #SWEETS .gift .gift-detail .floor span {
    padding-top: 5px;
  }
}
#SWEETS .js-modalopen {
  display: none;
}
#SWEETS .gift-detail .js-modalopen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gift-image {
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .gift-image {
    margin-bottom: 41.5px;
  }
}

.gift-detail {
  border-top: 1px solid #C46D66;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .gift-detail {
    padding-top: 20px;
  }
}
.gift-detail .js-modalopen {
  display: none;
}

@media screen and (min-width: 769px) {
  .gift-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

.gift .slick-dots {
  bottom: -20px;
}
@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: #C46D66;
  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;
    height: 60px;
    background-color: #fff;
  }
  .shop-logo img {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 769px) {
  .shop-logo {
    width: 100px;
    margin-right: 20px;
  }
}

.shop-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .shop-info {
    padding-top: 8.5px;
  }
}

.shop-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: 400;
  line-height: 1.4285714286;
  font-size: 14px;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .shop-info-shop {
    font-size: 16px;
  }
}

.item-name {
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .item-name {
    line-height: 1.4285714286;
    font-size: 14px;
  }
}

.item-price {
  font-weight: 400;
  line-height: 1.6666666667;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .item-price {
    line-height: 1.4285714286;
    font-size: 14px;
  }
}

.js-btn {
  border: 0.5px solid #373332;
  background-color: #BBE0E0;
  border-radius: 100px;
  letter-spacing: 0.005em;
  line-height: 2.1666666667;
}

.hover-wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hover-wrap:hover {
  opacity: 0.7;
}

.floor {
  color: #FFF;
  background-color: #338176;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  height: 18px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: 20px;
}

.modal-item-name {
  font-weight: 400;
  line-height: 1.4285714286;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .modal-item-name {
    font-size: 16px;
    line-height: 1.625;
  }
}

.modal-item-price {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .modal-item-price {
    font-size: 16px;
    line-height: 1.25;
  }
}

.modal-item-text {
  font-size: 13px;
  line-height: 1.5384615385;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .modal-item-text {
    line-height: 1.8461538462;
  }
}

.modal-item-notice {
  font-size: 12px;
  line-height: 1.6666666667;
  margin: 10px auto;
}

.modal-shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-shop-floor {
  height: 20px;
  margin-bottom: 5px;
  display: inline-block;
}
.modal-shop-floor .floor {
  font-size: 12px;
  height: 21px;
}
@media screen and (min-width: 769px) {
  .modal-shop-floor {
    margin-bottom: 10.5px;
  }
  .modal-shop-floor .floor {
    font-size: 13px;
    min-width: 50px;
  }
}

.modal-shop-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 12px;
}

.modal-shop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    width: calc(100vw - 60px);
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    overflow-y: initial;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-height: 770px) {
  .modal-wrap {
    top: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.modal-header {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .modal-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 115px);
}
@media screen and (min-width: 769px) {
  .modal-header .info-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #F7F2EA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 20px 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal-cont {
    padding: 55px 20px 25px;
    max-width: 1024px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 40px 65px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 480px;
  }
}

.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;
    -webkit-box-sizing: border-box;
            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-right2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -24px;
  z-index: 10;
}
.img-wrap .img-wrap__slider .slick-arrow.prev {
  left: 20%;
  -webkit-transform: scale(-1, 1);
          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: -19px !important;
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots {
    bottom: -19px !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: #EA4732;
  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;
  -webkit-transition: 0.4s;
  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;
  -webkit-transform: rotate(-180deg);
          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 {
  -webkit-transform: scale(-1, -1);
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .modal-detail {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail {
    margin: 15px 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;
  -webkit-transition: 0.4s;
  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;
  -webkit-transform: rotate(0deg);
          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);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.modal-arrow.prev button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0px;
  right: 0px;
}
@media screen and (max-width: 1180px) {
  .modal-arrow.prev {
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .modal-arrow.prev {
    -webkit-transform: initial !important;
            transform: initial !important;
    top: 50%;
    bottom: 3px;
    left: -11px;
    position: absolute;
  }
}
.modal-arrow.next {
  position: absolute;
  top: 60%;
  left: calc(50% + 550px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1180px) {
  .modal-arrow.next {
    right: 10px;
    left: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .modal-arrow.next {
    -webkit-transform: initial !important;
            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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
  }
}

.modal-bg {
  width: 100vw;
  height: 150vh;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modal-bg {
    background: rgba(255, 255, 255, 0.95);
  }
}

.modal-close-top {
  position: absolute;
  top: 15px;
  right: -15px;
}

.modal-close {
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 24px;
  margin: 0 auto;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -15px;
  right: -15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  position: absolute;
  border-radius: 100%;
  background-color: #C46D66;
}
.modal-close:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  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;
  border-radius: 20px 20px 0 0;
  background-color: #C46D66;
}
.pc-only .modal-close:before {
  display: none;
}
.pc-only .modal-close img {
  width: 125px;
}

.js-modalopen {
  margin: 0 auto;
  height: clamp(30px, calc(20.4822335025px + 2.538071066vw), 40px);
  width: clamp(120px, calc(96.2055837563px + 6.345177665vw), 145px);
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #C46D66;
  letter-spacing: 0.005em;
  line-height: 2.1666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 12px;
  color: #C46D66;
  font-family: "mizolet", sans-serif;
}
@media screen and (min-width: 769px) {
  .js-modalopen {
    font-size: 16px;
  }
}
.js-modalopen:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-image: url(../images/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 769px) {
  .js-modalopen:after {
    width: 26px;
    height: 26px;
  }
}
.js-modalopen:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #C46D66;
  color: #FFF;
}
.js-modalopen:hover:after {
  background-image: url(../images/arrow-right-2.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 0.5s ease-in 0s forwards;
          animation: fadeIn 0.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;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    top: -250px;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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;
  }
}
/* =========================================================
タグ集約
========================================================= */
.parco-news-wrap {
  margin-bottom: 100px;
}

.item-list {
  padding-inline: 25px;
}
@media screen and (min-width: 769px) {
  .item-list {
    padding-inline: 0px;
  }
}

.taglist {
  overflow: hidden;
}
.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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #373332;
    -webkit-box-sizing: border-box;
            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: #FFF;
  border-radius: 100px;
  color: #C46D66;
  display: none;
  width: 100%;
  max-width: 435px;
  margin: 30px auto 0;
  padding: 12px 0;
  border: 1px solid #C46D66;
  font-size: 18px;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.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%;
  -webkit-transform: translateY(-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: 22px;
    max-width: 346px;
    padding: 19px 0;
  }
  .btn-taglist-more:hover {
    opacity: 0.7;
  }
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

.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;
}
.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スタイル
========================================================= */
.lp-local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 60px auto 120px;
}
.lp-local-nav li {
  width: 23.14%;
  max-width: 250px;
}
.lp-local-nav li a {
  display: inline-block;
  width: 100%;
  color: #C46D66;
  border-radius: 40px;
  border: 1px solid #C46D66;
  padding: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "mizolet", sans-serif;
  font-size: 18px;
  position: relative;
}
.lp-local-nav li a:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: inherit;
}
.lp-local-nav li a:hover {
  color: #FFF;
  background-color: #C46D66;
}
.lp-local-nav li a:hover:after {
  visibility: hidden;
}

.shop-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.shop-logo-image {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
}

.contents-insta {
  width: 74.96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents-insta {
    width: 94.6%;
  }
}/*# sourceMappingURL=style.css.map */