@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500&display=swap");
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  box-sizing: border-box;
}

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

body {
  color: #2E2E2E;
  font-family: "m-plus-1m", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-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
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

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

.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 {
  background-color: #2E2E2E;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 85px;
    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;
  max-width: 137px;
  margin: 0 auto;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.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: 20px;
  text-align: center;
  line-height: 1.8;
  color: #000000;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

@keyframes poyoyon {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes slideIn-right {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
  30%,100% {
    opacity: 1;
  }
}
@keyframes slideIn-right-pc {
  0% {
    transform: translateX(150%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
  30%,100% {
    opacity: 1;
  }
}
@keyframes splash-fadeUp {
  0% {
    transform: translateY(30px);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
  30%,100% {
    opacity: 1;
  }
}
@keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}
@keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurToClear {
  0% {
    filter: blur(50px);
    /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5;
    /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    filter: blur(0);
    /* アニメーション終了時はぼかしなし */
    opacity: 1;
    /* 画像の透明度も同時に変更する場合 */
  }
}
/* =========================================================
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;
  -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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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.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;
}

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

/* =========================================================
ヘッダー
========================================================= */
.header {
  background: url("../images/common/head_bg.png") repeat;
  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;
  }
}

.mv {
  position: relative;
  width: 100%;
}
.mv__in {
  width: 100%;
  height: 100%;
}

/* =========================================================
sticky navi
========================================================= */
.gloval-navi-wrap {
  overflow: hidden;
  padding-top: 45px;
}
@media screen and (min-width: 769px) {
  .gloval-navi-wrap {
    padding-top: 90px;
  }
}

.gloval-navi {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
  padding-top: 10px;
}

.gloval-navi__item {
  border-radius: 10px 10px 0 0;
  background-color: #E38A7F;
  height: 40px;
  width: calc(100% / 2 - 30px);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .gloval-navi__item {
    border-radius: 20px 20px 0 0;
    width: calc(100% / 2 - 20px);
    height: 70px;
  }
}
.gloval-navi__item a {
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  padding: 18px 4px 14px;
  font-size: clamp(14px, calc(2.578680203px + 3.0456852792vw), 26px);
  letter-spacing: 0.005em;
  line-height: calc(18/40);
}

.gloval-navi__item:nth-of-type(1) {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .gloval-navi__item:nth-of-type(1) {
    margin-right: 40px;
  }
}

.gloval-navi__item.current {
  background-color: #fff;
  pointer-events: none;
  border-bottom: none;
  height: 50px;
}
.gloval-navi__item.current a {
  color: #74AA20;
}
@media screen and (min-width: 769px) {
  .gloval-navi__item.current {
    border-radius: 30px 30px 0 0;
    height: 90px;
  }
}

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

.local-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .local-nav {
    gap: 10px;
  }
}

.local-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: calc(16/40);
  transition: .5s;
}
.local-nav-item a {
  border: 1px solid #E38A7F;
  border-radius: 30px;
  color: #E38A7F;
  width: 160px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.local-nav-item a:after {
  background-color: #E38A7F;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 8px 9px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .local-nav-item {
    font-size: 18px;
  }
  .local-nav-item a {
    width: 250px;
    height: 60px;
  }
  .local-nav-item a::after {
    width: 26px;
    height: 26px;
    top: 16px;
    right: 16px;
  }
}
.local-nav-item:hover a {
  background-color: #E38A7F;
  color: #fff;
  opacity: 1;
}
.local-nav-item:hover a:after {
  background-color: #fff;
  background-image: url(../images/common/arrow-right2.svg);
  transform: rotate(90deg);
}

/* =========================================================
メインコンテンツ
========================================================= */
#wrapper {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #wrapper {
    margin-bottom: 165px;
  }
}

.main-contents__inner {
  margin: 0 auto;
  padding-top: 49px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .main-contents__inner {
    max-width: 1220px;
    padding-top: 80px;
  }
}

.lead-nav-area {
  background: url("../images/common/head_bg.png") repeat;
  margin-top: -1px;
}

.lead {
  position: relative;
  z-index: 1;
  padding: 48px 0 55px;
  text-align: center;
}
.lead p {
  color: #fff;
  margin: 0 auto;
  padding-inline: 25px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lead p br.pc {
    display: none;
  }
}

.lead-inner {
  max-width: 546px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .lead {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .lead p {
    font-size: 16px;
    line-height: 2.0;
  }

  .lead-inner {
    max-width: 813px;
  }
}
/* =========================================================
ページタイトル
========================================================= */
.page-title {
  color: #3A91C3;
  font-size: 48px;
  text-align: center;
  width: 100%;
  margin: 0 auto 27px;
  line-height: line-height(48, 58);
}
@media screen and (min-width: 769px) {
  .page-title {
    font-size: 80px;
    margin-bottom: 50px;
    line-height: line-height(80, 96);
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  background: url("../images/common/title_bg.png") no-repeat 50% 0;
  background-size: 236px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 140%;
  margin-bottom: 24px;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .category-heading {
    background-size: 342px;
    font-size: 26px;
    margin-bottom: 25px;
    padding: 22px 0;
  }
}

.gifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .gifts {
    gap: 10px;
    margin-bottom: 65px;
  }
}

.gift {
  width: calc(100% / 2);
  padding: 10px 10px 20px;
  position: relative;
  background-color: #FBE791;
  display: flex;
  flex-direction: column;
}
.gift.animated .front-cont {
  animation: fadeIn .5s ease-in .5s forwards;
}
.gift .open-btn {
  margin-top: auto;
}
@media screen and (min-width: 769px) {
  .gift {
    border: none;
    width: calc(100% / 3 - 7px);
    padding: 30px 26px;
    min-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .gift {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    min-height: 340px;
  }
  .gift:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .gift:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: -1px;
  }
}

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

@media screen and (min-width: 769px) {
  .gift-detail-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}

.slick-dots {
  bottom: -22px !important;
}
@media screen and (min-width: 769px) {
  .slick-dots {
    bottom: -25px !important;
  }
}

.slick-dots li {
  height: 10px;
  margin: 0 4px;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li button {
  background-color: #CCC;
  border-radius: 50%;
  padding: 0;
  height: 5px;
  width: 5px;
}
@media screen and (min-width: 769px) {
  .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #2E2E2E;
  height: 6px;
  width: 6px;
}
@media screen and (min-width: 769px) {
  .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
}

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

.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: 24px;
  margin-right: 8px;
}

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

.shop-info-shop {
  font-size: clamp(14px, calc(12.0964467005px + 0.5076142132vw), 16px);
  font-weight: 500;
  line-height: 1.4285714286;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .shop-info-shop {
    line-height: 1.5;
  }
}

.item-name {
  font-size: clamp(14px, calc(12.0964467005px + 0.5076142132vw), 16px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .item-name {
    line-height: 1.4285714286;
    margin-bottom: 11px;
  }
}

.item-place {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .item-place {
    line-height: 1.4285714286;
    margin-bottom: 10px;
  }
}

.item-date {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .item-date {
    line-height: 1.4285714286;
    margin-bottom: 5px;
  }
}

.item-caption {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .item-caption {
    line-height: 1.4285714286;
    margin-bottom: 24px;
  }
}

.item-price {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .item-price {
    line-height: 1.4285714286;
    margin-bottom: 11.5px;
  }
}

.js-btn {
  border: 0.5px solid #2E2E2E;
  background-color: #3A91C3;
  border-radius: 100px;
  letter-spacing: 0.005em;
  line-height: 2.1666666667;
}

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

.floor {
  background-color: #E38A7F;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 5px 10px 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .floor {
    font-size: 13px;
  }
}

.gift.gift--wide {
  width: 100%;
  padding: 32px 26px 32px;
  margin: 0 auto 24px;
}
.gift.gift--wide .gift-image {
  margin-bottom: 16px;
}
.gift.gift--wide .gift-detail {
  border-top: none;
  padding-top: 0;
}
.gift.gift--wide .gift-detail-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gift.gift--wide .shop-logo {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 0;
}
.gift.gift--wide .shop-logo img {
  height: 100%;
  object-fit: contain;
}
.gift.gift--wide .shop-info-header__floor {
  width: 40px;
}
.gift.gift--wide .shop-info-header__floor .floor {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .gift.gift--wide .shop-info-header__floor .floor {
    font-size: 16px;
  }
}
.gift.gift--wide .shop-info-shop {
  font-size: 16px;
}
.gift.gift--wide .item-name {
  font-size: 16px;
  margin-bottom: 15px;
}
.gift.gift--wide .item-price {
  font-size: 14px;
}
.gift.gift--wide .open-btn {
  width: 180px;
  height: 45px;
  font-size: 14px;
  line-height: calc(16/40);
  padding-right: 20px;
}
.gift.gift--wide .open-btn:after {
  width: 20px;
  height: 20px;
  right: 16px;
}
.gift.gift--wide .open-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.gift.gift--wide .item-date,
.gift.gift--wide .item-place {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.gift.gift--wide .item-date .item-note,
.gift.gift--wide .item-place .item-note {
  background: #E38A7F;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  margin-right: 16px;
  font-weight: 500;
  width: 64px;
}
.gift.gift--wide .item-caption {
  font-size: 16px;
}
.gift.gift--wide .sns-link {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.gift.gift--wide .sns-link dt {
  background: url("../images/common/sns.png") no-repeat 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  margin-right: 15px;
  font-size: 11px;
  width: 161px;
}
.gift.gift--wide .sns-link dd {
  margin-right: 8px;
}
.gift.gift--wide .sns-link dd a {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
}
.gift.gift--wide .sns-link dd img.insta {
  width: 20px;
}
.gift.gift--wide .sns-link dd img.x {
  width: 16px;
}
@media screen and (min-width: 769px) {
  .gift.gift--wide {
    margin: 0 auto;
    padding: 64px 64px 64px;
  }
  .gift.gift--wide .gift-detail-header {
    margin-bottom: 20px;
  }
  .gift.gift--wide .front-cont {
    display: flex;
    flex-direction: row;
  }
  .gift.gift--wide .gift-image {
    width: 40%;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .gift.gift--wide .item-name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .gift.gift--wide .gift-detail {
    flex: 1;
    border-top: none;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .gift.gift--wide .gift-detail-body {
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .gift.gift--wide .shop-logo {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
  .gift.gift--wide .shop-info {
    padding-top: 0;
  }
  .gift.gift--wide .shop-info-header {
    margin-bottom: 20px;
  }
  .gift.gift--wide .shop-info-header__floor {
    width: 70px;
    height: 30px;
  }
  .gift.gift--wide .pc-only {
    margin-top: auto;
  }
  .gift.gift--wide .open-btn {
    font-size: 16px;
    margin-left: 0;
    width: 234px;
    height: 60px;
  }
  .gift.gift--wide .open-btn::after {
    width: 24px;
    height: 24px;
    right: 18px;
  }
  .gift.gift--wide .sns-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .gift.gift--wide .sns-wrap .open-btn {
    margin: 0;
    margin-left: auto;
  }
  .gift.gift--wide .sns-link {
    margin-bottom: 0;
  }
}

/* =========================================================
ショップリストのアイテム
========================================================= */
.tab-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  gap: 15px;
}

.tab-button {
  color: #3A91C3;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: line-height(14, 20);
  width: calc(50% - 7.5px);
  max-width: 160px;
  padding: 12px 12px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 1.5px solid #3A91C3;
  position: relative;
  transition: .5s;
}
.tab-button::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
}
.tab-button:hover {
  transition: .5s;
  color: #409594;
  border-bottom: 1.5px solid #409594;
}

.tab-button.active {
  font-weight: bold;
}
.tab-button.active::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../images/common/arrow-bottom.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

@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-name {
  font-weight: 700;
  font-size: clamp(16px, calc(16px + 0vw), 16px);
  line-height: 1.4285714286;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .modal-item-name {
    line-height: 1.625;
    margin-bottom: 12px;
  }
}

.modal-item-date,
.modal-item-place {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.modal-item-date .item-note,
.modal-item-place .item-note {
  background-color: #E38A7F;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  height: 22px;
  width: 64px;
}

.modal-item-place {
  margin-bottom: 15px;
}

.modal-item-price {
  font-weight: 400;
  font-size: clamp(14px, calc(12.0964467005px + 0.5076142132vw), 16px);
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .modal-item-price {
    line-height: 1.25;
    margin-bottom: 15px;
  }
}

.modal-item-text {
  font-size: 14px;
  line-height: 1.5384615385;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .modal-item-text {
    line-height: 1.8461538462;
    margin-bottom: 11px;
  }
}

.modal-item-notice {
  font-size: 12px;
  line-height: 1.6666666667;
}

.modal-shop-info {
  border-top: 1px solid #2E2E2E;
  padding-top: 16px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 769px) {
  .modal-shop-info {
    padding-top: 16px;
    margin-top: 16px;
  }
}

.modal-logo {
  border: 1px solid #E3E3E3;
  width: 90px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .modal-logo {
    width: 72px;
    height: 72px;
    margin-right: 24px;
  }
}

.modal-shop {
  flex: 1;
}

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

.modal-shop-name {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: 12px;
}

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

.modal-shop-link__item {
  background-color: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.modal-shop-link__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 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;
    transform: inherit;
    overflow-y: initial;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-height: 770px) {
  .modal-wrap {
    top: 10%;
    transform: translate(-50%, 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;
  background-color: #659DBB;
  color: #ffffff;
  font-weight: bold;
  margin: 1px 6px 6px 0;
  padding: 0 16px;
  display: inline-block;
  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: 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: fit-content;
  padding: 0;
}
.modal-header .link a::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 5px;
  position: relative;
  background-image: url(../images/common/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: #FBE791;
  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: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 40px 65px 40px;
    box-sizing: border-box;
    min-height: 480px;
  }
}

.img-wrap {
  position: relative;
  margin-bottom: 15px;
}
@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-list {
  border: 1px solid #E3E3E3;
}
.img-wrap .img-wrap__slider .slick-arrow {
  position: absolute;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  border: 1px solid #133A62;
  background-color: #fff;
  display: block;
  background-image: url(../images/common/arrow-right3.svg);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  transform: rotate(-90deg);
}
.img-wrap .img-wrap__slider .slick-arrow.prev {
  left: 20%;
  transform: rotate(90deg);
}
.img-wrap .img-wrap__slider .slick-arrow.next {
  right: 20%;
}
.img-wrap .img-wrap__slider .slick-dots {
  position: relative !important;
  bottom: -15px !important;
}
.img-wrap .img-wrap__slider .slick-dots li button:before {
  top: -5px !important;
  font-size: 30px !important;
}
.img-wrap .img-wrap__slider .slick-dots li.slick-active button:before {
  top: -6px !important;
}
@media screen and (max-width: 768px) {
  .img-wrap .img-wrap__slider .slick-dots li button {
    height: 7px;
    width: 7px;
  }
  .img-wrap .img-wrap__slider .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
}

@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: 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/common/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%;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail {
    margin: 15px auto 0;
    padding: 0 !important;
    width: 100%;
  }
}

.miniwrap {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  box-sizing: border-box;
  padding: 22px 0 25px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .miniwrap {
    border-top: none;
    padding: 0 0 25px;
  }
}

.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/common/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-color: 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-color: 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;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15px;
  right: -15px;
  transition: 0.4s;
  z-index: 1;
  position: absolute;
  border: 0.5px solid #E38A7F;
  border-radius: 100%;
  background-color: #E38A7F;
}
.modal-close:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/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/common/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 {
  border: none;
  position: fixed;
  bottom: 0;
  top: initial;
  right: inherit;
  width: 100%;
  height: 60px;
  border-radius: 20px 20px 0 0;
  background-color: #E38A7F;
}
.pc-only .modal-close:before {
  display: none;
}
.pc-only .modal-close img {
  width: 125px;
}

.open-btn {
  margin: 0 auto;
  height: clamp(32px, calc(24.385786802px + 2.0304568528vw), 40px);
  width: clamp(144px, calc(87.845177665px + 14.9746192893vw), 203px);
  border: 0.5px solid #E38A7F;
  background-color: #fff;
  border-radius: 100px;
  font-size: clamp(12px, calc(9.1446700508px + 0.7614213198vw), 15px);
  color: #E38A7F;
  letter-spacing: 0.005em;
  line-height: 2.1666666667;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: .5s;
  padding-right: 10px;
}
.open-btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #E38A7F;
  border: 0.5px solid #E38A7F;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .open-btn:after {
    width: 26px;
    height: 26px;
    background-size: 12px 13px;
  }
}
.open-btn:hover {
  background-color: #E38A7F;
  color: #fff;
}
.open-btn:hover:after {
  background-color: #fff;
  background-image: url(../images/common/arrow-right2.svg);
  transform: rotate(0deg);
}

/* =========================================================
ショップリスト
========================================================= */
.shop-list-note {
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: -3px;
}

/* =========================================================
recommend
========================================================= */
.section-heading {
  background: url("../images/common/title_bg.png") no-repeat 50% 0;
  background-size: 236px;
  color: #fff;
  font-size: clamp(18px, calc(10.385786802px + 2.0304568528vw), 26px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-bottom: 20px;
  padding: 18px 0;
}
@media screen and (min-width: 769px) {
  .section-heading {
    background-size: 342px;
    line-height: 1;
    margin-bottom: 50.5px;
    padding: 26px 0;
  }
}

.parco-news-wrap {
  padding-top: 25px;
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .parco-news-wrap {
    padding-top: 16px;
    margin-bottom: 115px;
  }
}

.shop-news-wrap .item-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .shop-news-wrap {
    margin-bottom: 95px;
  }
}

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

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}
.taglist__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  list-style: none;
  display: none;
}
.taglist__item:last-of-type {
  margin-bottom: 0;
}
.taglist__item:last-child {
  margin-bottom: 0;
}
.taglist__item:nth-child(-n+6) {
  /* 初期表示6件 */
  display: block;
}
.taglist__item__in {
  height: 100%;
}
.taglist__item a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  color: #555;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  box-sizing: border-box;
}
.taglist__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.taglist__txt {
  margin-top: 15px;
}
.taglist__photo {
  position: relative;
  padding: 0 40px;
}
.taglist__kaeru {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  background: #ea5550;
  padding: 7px 5px;
}
.taglist__name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.taglist__title {
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .taglist__item {
    border: 1px solid #000000;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .taglist {
    display: flex;
    flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .taglist__item:first-child {
    border-top: 1px solid #ccc;
  }
  .taglist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
}
.btn-taglist-more {
  border: 1px solid #E38A7F;
  display: none;
  width: 100%;
  max-width: 325px;
  margin: 8px auto 50px;
  padding: 15px 0 13px;
  border-radius: 100px;
  background: #fff;
  color: #E38A7F;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.130em;
  transition: .5s;
  position: relative;
}
.btn-taglist-more:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-color: #E38A7F;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 40px auto 50px;
    max-width: 346px;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .btn-taglist-more:hover {
    background-color: #E38A7F;
    color: #fff;
  }
  .btn-taglist-more:hover:after {
    background-color: #fff;
    background-image: url(../images/common/arrow-right2.svg);
    transform: rotate(0deg);
  }
}

.banner-area__in {
  max-width: 596px;
  margin: 0 auto;
}

/* =========================================================
フッター
========================================================= */
.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-weight: 300;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.pft__pageTop {
  display: none;
}

.pagetop {
  display: none;
  max-width: 40px;
  width: 100%;
  position: absolute;
  right: 10px;
  bottom: -90px;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .pagetop {
    max-width: 54px;
    right: 0;
    bottom: -100px;
  }
}
.pagetop.active {
  display: block;
  animation: fadeIn .5s ease-in 0s forwards;
}
