@charset "UTF-8";
/* =========================================================
color
========================================================= */
/* =========================================================
Google Web Fonts
========================================================= */
/* =========================================================
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: "IBM Plex Sans JP", 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: 0.5s;
}
a:hover { /*
opacity: 0.6;*/
  transition: 0.5s;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
color
========================================================= */
/* =========================================================
Google Web Fonts
========================================================= */
/* =========================================================
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-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  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-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: #222;
  padding: 50px 0 55px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    padding: 85px 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: 30px;
  text-align: center;
  line-height: 1.8;
  color: #000000;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
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;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
color
========================================================= */
/* =========================================================
Google Web Fonts
========================================================= */
.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;
  }
}

body {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* =========================================================
ヘッダー
========================================================= */
.header {
  position: relative;
  width: 100%;
  background-color: #FFF;
  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%;
}

/* =========================================================
メインコンテンツ
========================================================= */
.main-contents {
  background-color: #ECF7FC;
}
.main-contents__inner {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

.lead {
  background-color: #ECF7FC;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 40px 0;
  }
}
.lead p {
  margin: 0 auto;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02;
}
@media screen and (max-width: 768px) {
  .lead p {
    padding: 0 20px;
  }
}

.lead-inner {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
}

/* =========================================================
ページタイトル
========================================================= */
.page-title {
  color: #000;
  font-size: 48px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin: 0 auto 27px;
  line-height: line-height(48, 58);
}
@media screen and (min-width: 769px) {
  .page-title {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 80px;
    margin-bottom: 50px;
    line-height: line-height(80, 96);
  }
}

/* =========================================================
ショップリストのアイテム
========================================================= */
.tab-list {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  gap: 15px;
}

@media screen and (min-width: 769px) {
  .tab-button {
    font-size: 16px;
    padding: 6px 12px 5px;
  }
  .tab-list {
    gap: 60px;
  }
}
/* =========================================================
recommend
========================================================= */
.section-heading {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #89B7BC;
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 32px;
  padding: 10px 0 9px;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
  }
}

.parco-news-wrap {
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .parco-news-wrap {
    margin-bottom: 64px;
  }
}

.shop-news-wrap {
  padding-bottom: 95px;
}
.shop-news-wrap .item-list {
  margin-bottom: 50px;
}
.item-list {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .item-list {
    padding: 0;
  }
}

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.taglist__item {
  list-style: none;
  display: none;
  width: calc(33.33% - 10px);
  margin: 15px 15px 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .taglist__item {
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
  }
}
.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__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;
}
@media screen and (max-width: 768px) {
  .taglist__photo {
    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;
}

.btn-taglist-more {
  display: none;
  width: 100%;
  max-width: 512px;
  margin: 48px auto 0px;
  padding: 16px 0;
  background-color: #2C3B45;
  color: #FFF;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.075em;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-taglist-more {
    max-width: 188px;
    margin: 32px auto 0px;
    padding: 17px 0;
    font-size: 20px;
  }
}

/* =========================================================
バナーエリア
========================================================= */
@media screen and (max-width: 768px) {
  aside {
    padding-top: 16px;
  }
}
aside ul {
  display: flex;
  justify-content: center;
}
aside ul li {
  width: calc(50% - 20px);
}
aside ul li:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  aside ul {
    display: block;
    margin: 0 20px;
  }
  aside ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  aside ul li:nth-child(2) {
    margin-left: 0;
  }
}
aside {
  padding-bottom: 80px;
}

/* =========================================================
フッター
========================================================= */
.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: #FFF;
}
@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: #000;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */