@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&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: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #f5c4c8;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#special-event {
  background-color: #f2826e;
}

img {
  width: 100%;
}

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

button {
  cursor: pointer;
}

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

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

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

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

/* =========================================================
default
========================================================= */
/* =========================================================
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-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: #000000;
  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;
}

@-webkit-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 poyoyon {
  0% {
    transform: translateY(140px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideIn-right {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn-right {
  0% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideIn-right-pc {
  0% {
    transform: translateX(150%);
  }
  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;
  }
}

@-webkit-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-fadeUp {
  0% {
    transform: translateY(30px);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@-webkit-keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}

@keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}

@-webkit-keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}

@keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blurToClear {
  0% {
    filter: blur(50px);
    /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5;
    /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    filter: blur(0);
    /* アニメーション終了時はぼかしなし */
    opacity: 1;
    /* 画像の透明度も同時に変更する場合 */
  }
}

@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;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.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 {
  position: relative;
  width: 100%;
  background-color: #000000;
  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 {
  background-color: #000000;
  overflow: hidden;
}

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

.gloval-navi__item {
  border-radius: 6px 6px 0 0;
  height: 44px;
  width: calc(100% / 2 - 30px);
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .gloval-navi__item {
    width: calc(100% / 2 - 10px);
    height: 64px;
  }
}

.gloval-navi__item a {
  color: #f2826e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 4px;
  font-size: clamp(18px, calc(6.57868px + 3.04569vw), 30px);
  letter-spacing: 0.005em;
  line-height: calc(18/40);
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.gloval-navi__item:nth-of-type(1) {
  background-color: #f5c4c8;
  margin-right: 10px;
}

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

.gloval-navi__item:nth-of-type(2) {
  background-color: #f2826e;
}

.gloval-navi__item:nth-of-type(2) a {
  color: #f5c4c8;
}

.gloval-navi__item.current {
  pointer-events: none;
  border-bottom: none;
  height: 54px;
}

@media screen and (min-width: 769px) {
  .gloval-navi__item.current {
    height: 80px;
  }
}

.gloval-navi__item.current:first-of-type:after {
  bottom: 0px;
}

.gloval-navi__item.current a {
  font-size: clamp(25px, calc(10.72335px + 3.80711vw), 40px);
}

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

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

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

.local-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  line-height: calc(16/40);
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  transition: .5s;
}

.local-nav-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.local-nav-item a:after {
  background-color: #f2826e;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right2.svg);
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
  margin-left: 10px;
}

.local-nav-item:first-child {
  border-right: 1px solid rgba(8, 8, 8, 0.4);
  padding-right: 24px;
}

@media screen and (min-width: 769px) {
  .local-nav-item {
    font-size: 20px;
    height: 22px;
  }
  .local-nav-item:first-child {
    padding-right: 38px;
  }
  .local-nav-item a::after {
    width: 20px;
    height: 20px;
  }
}

.local-nav-item:hover {
  transition: .5s;
}

/* =========================================================
メインコンテンツ
========================================================= */
#wrapper {
  margin-bottom: 104px;
  position: relative;
}

@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: 100px;
  }
}

.lead {
  background-color: #000000;
  position: relative;
  z-index: 1;
  padding: 48px 0 19px;
  text-align: center;
}

.lead p {
  color: #fff;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2;
}

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

.lead-inner ul {
  align-items: start;
  -moz-column-gap: 13px;
  column-gap: 13px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media screen and (min-width: 769px) {
  .lead-inner ul {
    flex-direction: row;
  }
}

.lead-inner ul li img {
  max-width: 277px;
}

.lead-inner ul li .lead-text {
  text-align: left;
}

@media screen and (max-width: 769px) {
  .lead-inner ul li .lead-text {
    line-height: 2.2;
  }
}

@media screen and (max-width: 769px) {
  .lead-inner ul li:nth-of-type(1) {
    width: 57%;
    margin: 0 auto;
  }
}

.lead-inner ul li:nth-of-type(2) {
  max-width: 612px;
  padding-top: 10px;
}

@media screen and (max-width: 769px) {
  .lead-inner ul li:nth-of-type(2) {
    margin-bottom: 50px;
  }
}

.lead-btn {
  margin: 0 auto 33px;
  padding: 0 10px;
}

.lead-btn a {
  background-color: #4ac3ce;
  border-radius: 200px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  height: 86px;
  position: relative;
}

.lead-btn a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right_01.svg);
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 769px) {
  .lead-btn a:after {
    width: 26px;
    height: 26px;
    background-size: 10px 8px;
    right: 24px;
  }
}

@media screen and (min-width: 769px) {
  .lead-btn {
    margin-bottom: 35px;
    max-width: 760px;
    padding: 0;
  }
  .lead-btn a {
    height: 80px;
    font-size: 20px;
  }
}

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

/* =========================================================
ページタイトル
========================================================= */
.page-title {
  color: #BBE0E0;
  font-size: 48px;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  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 {
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #f2826e;
  font-size: clamp(40px, calc(20.96447px + 5.07614vw), 60px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.007em;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .category-heading {
    font-weight: 500;
    line-height: calc(40/60);
    margin-bottom: 45px;
  }
}

#SWEETS {
  position: relative;
}

#SWEETS:before, #SWEETS:after {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

#SWEETS:after {
  content: '';
  background-image: url(../images/chara/chara_8.png);
  width: 100px;
  height: 86px;
  right: 8%;
  top: -66px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #SWEETS:after {
    width: 223px;
    height: 190px;
    right: 5.5%;
    top: -148px;
  }
}

#GOODS {
  position: relative;
}

#GOODS:before, #GOODS:after {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

#GOODS:before {
  content: '';
  background-image: url(../images/chara/chara_2.png);
  width: 104px;
  height: 57px;
  left: 4.9%;
  top: calc(1% - 64px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #GOODS:before {
    width: 210px;
    height: 115px;
    left: 6.3%;
    top: -7%;
  }
}

#GOODS:after {
  content: '';
  background-image: url(../images/chara/chara_3.png);
  width: 75px;
  height: 67px;
  right: 8%;
  top: calc(1% - 71px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #GOODS:after {
    width: 147px;
    height: 132px;
    right: 5.5%;
    top: -8%;
  }
}

#FOODS {
  position: relative;
}

#FOODS:before, #FOODS:after {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

#FOODS:before {
  content: '';
  background-image: url(../images/chara/chara_4.png);
  width: 59px;
  height: 62px;
  left: 12.2%;
  top: calc(-1.2% - 55px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #FOODS:before {
    width: 113px;
    height: 118px;
    left: calc(41.6% - 150px);
    top: calc(-10.3% + 23px);
  }
}

#FOODS:after {
  content: '';
  background-image: url(../images/chara/chara_5.png);
  width: 144px;
  height: 65px;
  left: calc(50% - 71px);
  bottom: calc(-1.5% - 71px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  #FOODS:after {
    width: 197px;
    height: 89px;
    left: calc(50% - 97px);
    bottom: -9.4%;
  }
}

.gifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

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

.gift {
  width: calc(100% / 2);
  padding: 10px 10px 20px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.gift.animated .front-cont {
  -webkit-animation: fadeIn .5s ease-in .5s forwards;
  animation: fadeIn .5s ease-in .5s forwards;
}

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

@media screen and (min-width: 769px) {
  .gift {
    border: none;
    width: calc(100% / 3 - 7px);
    padding: 30px 26px;
  }
}

@media screen and (max-width: 768px) {
  .gift {
    border-bottom: 1px solid #1C0E0E;
    border-top: 1px solid #1C0E0E;
  }
  .gift:nth-child(odd) {
    border-right: 1px solid #1C0E0E;
  }
  .gift:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: -1px;
  }
}

.gift-image {
  border: 1px solid #E3E3E3;
  margin-bottom: 33px;
}

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

.gift-detail {
  border-top: 1px solid #000000;
  padding-top: 10px;
}

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

@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: 10px;
  width: 10px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background-color: #f2826e;
}

@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: 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: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.shop-info-shop {
  font-size: clamp(14px, calc(12.09645px + 0.50761vw), 16px);
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 11px;
}

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

.item-name {
  font-size: clamp(12px, calc(10.09645px + 0.50761vw), 14px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px) {
  .item-name {
    line-height: 1.42857;
    margin-bottom: 11px;
  }
}

.item-price {
  font-size: clamp(12px, calc(10.09645px + 0.50761vw), 14px);
  font-weight: 400;
  line-height: 1.66667;
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .item-price {
    line-height: 1.42857;
    margin-bottom: 11.5px;
  }
}

.js-btn {
  border: 0.5px solid #000000;
  background-color: #BBE0E0;
  border-radius: 100px;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.005em;
  line-height: 2.16667;
}

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

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

.floor {
  background-color: #000000;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 6px 13px 6px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

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

.gift.gift--wide {
  width: 100%;
  padding: 23px 26px 41px;
  max-width: 1024px;
  margin: 0 auto;
}

.gift.gift--wide .gift-image {
  margin-bottom: 20px;
}

.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%;
  -o-object-fit: contain;
  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: 14px;
}

.gift.gift--wide .item-price {
  font-size: 14px;
}

.gift.gift--wide .front-cont {
  margin-bottom: 20px;
}

.gift.gift--wide .js-modalopen {
  width: 180px;
  height: 45px;
  font-size: 16px;
  line-height: calc(16/40);
}

.gift.gift--wide .js-modalopen:after {
  width: 20px;
  height: 20px;
  right: 16px;
}

@media screen and (min-width: 769px) {
  .gift.gift--wide {
    padding: 28px 26px 30px;
  }
  .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: 30px;
    margin-bottom: 0;
  }
  .gift.gift--wide .gift-detail {
    flex: 1;
    border-top: none;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  .gift.gift--wide .gift-detail-body {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .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 .js-modalopen {
    margin-left: 0;
    width: 234px;
    height: 60px;
  }
  .gift.gift--wide .js-modalopen::after {
    width: 24px;
    height: 24px;
    right: 18px;
  }
}

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

.tab-button {
  color: #BBE0E0;
  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 #BBE0E0;
  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-size: clamp(14px, calc(10.19289px + 1.01523vw), 18px);
  line-height: 1.42857;
  margin-bottom: 5px;
}

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

.modal-item-name span {
  font-size: clamp(14px, calc(12.09645px + 0.50761vw), 16px);
}

.modal-item-price {
  font-size: clamp(14px, calc(12.09645px + 0.50761vw), 16px);
  margin-bottom: 11px;
}

@media screen and (min-width: 769px) {
  .modal-item-price {
    line-height: 1.25;
    margin-bottom: 32px;
  }
}

.modal-item-text {
  font-size: 13px;
  line-height: 1.53846;
  margin-bottom: 6px;
}

@media screen and (min-width: 769px) {
  .modal-item-text {
    line-height: 1.84615;
    margin-bottom: 11px;
  }
}

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

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

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

.modal-logo {
  border: 1px solid #E3E3E3;
  width: 90px;
  margin-right: 10px;
}

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

.modal-shop {
  flex: 1;
}

.modal-shop-floor {
  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.42857;
  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%;
  border: 0.5px solid #000000;
  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;
  /* 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;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
}

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

@media screen and (min-width: 769px) {
  .modal-header .link {
    font-size: 21px;
    font-family: "imaginaryfriend-bb", sans-serif;
    font-weight: 700;
    font-style: italic;
    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/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: #fff;
  box-sizing: border-box;
  padding: 22px 20px 25px;
  position: relative;
  position: relative;
}

@media screen and (min-width: 769px) {
  .modal-cont {
    padding: 55px 20px 25px;
    max-width: 1024px;
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 40px 65px 40px;
    box-sizing: border-box;
    min-height: 480px;
  }
}

.modal-cont:before {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  content: '';
  background-image: url(../images/chara/chara_6.png);
  width: 116px;
  height: 153px;
  left: -4.7%;
  bottom: -5.5%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .modal-cont:before {
    display: none;
  }
}

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

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

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

.img-wrap .img-wrap__slider .slick-list {
  border: 1px solid #E3E3E3;
}

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

.img-wrap .img-wrap__slider .slick-arrow.prev {
  left: 20%;
  transform: rotate(90deg);
}

.img-wrap .img-wrap__slider .slick-arrow.next {
  right: 20%;
  transform: rotate(-90deg);
}

.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 (min-width: 769px) {
  .modal-cont-slider-wrap {
    height: 600px;
    overflow: scroll;
    margin: 0 -30px;
    padding: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-cont-slider-wrap::-webkit-scrollbar {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.modal-cont-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  transform: rotate(-180deg);
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/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%;
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
  }
}

@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(245, 196, 200, 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(245, 196, 200, 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 #000000;
  border-radius: 100%;
  background-color: #000000;
}

.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 {
  position: fixed;
  bottom: 0;
  top: initial;
  right: inherit;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background-color: #000000;
}

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

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

.js-modalopen {
  margin: 0 auto;
  height: clamp(30px, calc(20.48223px + 2.53807vw), 40px);
  width: clamp(120px, calc(96.20558px + 6.34518vw), 145px);
  border: 2px solid #000000;
  background-color: #f2826e;
  border-radius: 100px;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(14px, calc(12.09645px + 0.50761vw), 16px);
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2.16667;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: .5s;
}

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

.js-modalopen:hover:after {
  background-image: url(../images/common/arrow-right_07.svg);
  transition: .5s;
}

.js-modalopen:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 0.5px solid;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right_02.svg);
  background-size: 8px 6px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  right: 10px;
  transition: .5s;
}

@media screen and (min-width: 769px) {
  .js-modalopen:after {
    width: 26px;
    height: 26px;
    background-size: 10px 8px;
  }
}

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

/* =========================================================
recommend
========================================================= */
.section-heading {
  color: #f5c4c8;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(34px, calc(9.25381px + 6.59898vw), 60px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .section-heading {
    font-weight: 500;
    line-height: 0.66667;
    margin-bottom: 40.5px;
  }
}

.parco-news-wrap {
  padding-top: 25px;
  margin-bottom: 75px;
  position: relative;
}

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

.parco-news-wrap:before {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  content: '';
  background-image: url(../images/chara/chara_10.png);
  width: 78px;
  height: 74px;
  right: 2%;
  top: calc(0.5% + 3px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .parco-news-wrap:before {
    width: 125px;
    height: 118px;
    right: calc(44% - 245px);
    top: calc(-0.3% - 4px);
  }
}

.shop-news-wrap {
  position: relative;
}

.shop-news-wrap:before, .shop-news-wrap:after {
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.shop-news-wrap:before {
  content: '';
  background-image: url(../images/chara/chara_7.png);
  width: 53px;
  height: 91px;
  left: 8.7%;
  top: calc(-1% - 17px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .shop-news-wrap:before {
    width: 87px;
    height: 149px;
    left: calc(36.7% - 218px);
    top: -6%;
  }
}

.shop-news-wrap:after {
  content: '';
  background-image: url(../images/chara/chara_5.png);
  width: 144px;
  height: 65px;
  left: calc(50% - 69px);
  bottom: calc(-3% - 32px);
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .shop-news-wrap:after {
    width: 197px;
    height: 89px;
    left: calc(50% - 97px);
    bottom: -11.4%;
  }
}

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

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

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

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

.contents-ttl {
  margin: 0 auto 25px;
  padding: 9px 0;
  background: #f2826e;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  position: relative;
}

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

/* =========================================================
タグ集約
========================================================= */
.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: 2px solid #000000;
  display: none;
  width: 100%;
  max-width: 325px;
  margin: 8px auto 50px;
  padding: 15px 0 13px;
  border-radius: 100px;
  background: #ebd687;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  font-family: "imaginaryfriend-bb", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.130em;
  transition: .5s;
  position: relative;
}

.btn-taglist-more:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right_08.svg);
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 43px auto 50px;
    max-width: 346px;
    height: 60px;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .btn-taglist-more:hover {
    background-color: #f5c4c8;
    transition: .5s;
  }
  .btn-taglist-more:hover:after {
    background-image: url(../images/common/arrow-right_07.svg);
    transition: .5s;
  }
}

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

/* =========================================================
値書き
========================================================= */
/* 館ナビ */
.floornav {
  width: calc(100% - 40px);
  max-width: 620px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 4px;
}

.floornav li {
  list-style: none;
  width: 50%;
  margin: 0;
}

.floornav li a {
  display: block;
  width: 100%;
  padding: 3px 0;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .floornav {
    margin: 0 auto 50px;
  }
  .floornav li a {
    font-size: 2.0rem;
    text-decoration: none;
    color: #000;
  }
  .floornav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/* current */
body.type1 .floornav .floornav__item01 a,
body.type2 .floornav .floornav__item02 a,
body.type3 .floornav .floornav__item03 a,
body.type4 .floornav .floornav__item04 a {
  background: #000;
  color: #FFF;
}

body.type1 .floornav .floornav__item01 a:after,
body.type2 .floornav .floornav__item02 a:after,
body.type3 .floornav .floornav__item03 a:after,
body.type4 .floornav .floornav__item04 a:after {
  border-color: #000 transparent transparent transparent;
}

/* 値書き*/
.salelist-container {
  margin: 50px 0 0;
}

.salelist-info1, .salelist-info2 {
  font-size: 1.5rem;
  padding: 0 10px;
  line-height: 1.6;
}

.salelists {
  margin: 20px auto 0;
}

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

.salelist {
  padding: 0 0 10px;
}

.salelist__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 9px 20px;
  background: #f5c4c8;
  color: #ffffff;
  line-height: 1.1;
}

.salelist__title .ico-arr {
  text-align: center;
  background: #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  position: relative;
}

.salelist__title .ico-arr:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #f2826e transparent transparent transparent;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 3px);
  transition-duration: 200ms;
}

.salelist__title__floor {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.salelist__cont {
  background: #ffffff;
}

.salelist__shop {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
}

.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}

.salelist__link {
  padding: 30px 15px;
  display: block;
  text-decoration: none;
  color: #000;
}

.salelist__data {
  display: table;
  width: 100%;
}

.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}

.salelist__data__item01 img {
  border: 1px solid #ccc;
}

.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}

.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}

.salelist__text {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .salelist {
    padding: 0 0 40px;
  }
  .salelist__title__floor {
    font-size: 3rem;
  }
  .salelist__cont__in {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .salelist__shop {
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}

/* 開閉時の矢印*/
.salelist__title.is-open .ico-arr:after {
  transform: rotate(180deg);
}

/* =========================================================
フッター上バナー
========================================================= */
.footer-bnr {
  max-width: 1024px;
  margin: 30px auto 0;
  padding: 0 10px;
}

.ft-bnr {
  margin: 0 auto 10px;
}

.ft-bnr:last-child {
  margin-bottom: 0;
}

.ft-bnr a {
  display: block;
}

@media screen and (min-width: 769px) {
  .footer-bnr {
    margin: 60px auto 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .ft-bnr {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
  }
  .ft-bnr:last-child {
    margin-right: 0;
  }
  .ft-bnr a:hover {
    opacity: .7;
  }
}

/* =========================================================
フッター
========================================================= */
.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;
  -webkit-animation: fadeIn .5s ease-in 0s forwards;
  animation: fadeIn .5s ease-in 0s forwards;
}

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