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

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

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

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

img {
  width: 100%;
  vertical-align: bottom;
}

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

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

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

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

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

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

.local-nav-item {
  width: 151px;
  height: 41px;
  border-radius: 30px;
  background-color: #fff;
  border: #DF3366 1px solid;
  color: #DF3366;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}

.local-nav-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  transition: .5s;
}

.local-nav-item a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-nav.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.local-nav-item a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .local-nav-item {
    width: 240px;
    height: 60px;
    font-size: 22px;
  }
  .local-nav-item a::after {
    width: 26px;
    height: 26px;
    right: 10px;
  }
}

.local-nav-item:hover {
  background-color: #DF3366;
  color: #fff;
}

.local-nav-item:hover a:after {
  background-image: url(../images/icon-nav-c.svg);
  transition: .5s;
}

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

@media screen and (min-width: 769px) {
  #wrapper {
    margin-bottom: 165px;
  }
}

.main-contents__inner {
  margin: 55px auto 0;
  position: relative;
}

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

@media screen and (min-width: 1090px) {
  .main-contents__inner {
    padding: 0;
  }
}

.lead_area {
  margin-top: -2px;
  margin: -2px auto 40px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.lead_area .lead_inner {
  margin: 0 auto;
  padding: 40px 25px;
}

.lead_area .lead_inner p {
  color: #474247;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

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

@media screen and (min-width: 769px) {
  .lead_area {
    margin-bottom: 70px;
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  color: #006A3C;
  font-size: 35px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 1.2;
  margin-bottom: 30px;
}

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

.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: #DAF0F8;
  display: flex;
  flex-direction: column;
}

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

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

@media screen and (max-width: 768px) {
  .gift {
    border-bottom: 1px solid #FFF;
  }
  .gift:nth-of-type(odd) {
    border-right: 1px solid #FFF;
  }
  .gift:nth-child(-n+3) {
    border-top: 1px solid #FFF;
  }
}

#big-cont .slick-dots {
  bottom: -25px !important;
}

@media screen and (max-width: 768px) {
  #big-cont .slick-dots {
    bottom: -22px !important;
  }
}

#big-cont .gift {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #big-cont .gift {
    border: none;
    padding: 22px 25px 40px;
  }
  #big-cont .gift .gift-image {
    margin-bottom: 30px;
  }
  #big-cont .gift .gift-detail-header {
    display: flex;
    margin-bottom: 10px;
  }
  #big-cont .gift .shop-logo {
    height: 90px;
    width: 90px;
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #big-cont .gift .shop-info-shop {
    width: 225px;
  }
  #big-cont .gift .shop-info-area {
    font-size: 16px;
    width: 225px;
  }
  #big-cont .gift .gift-detail-body {
    margin-bottom: 0;
  }
  #big-cont .gift .gift-detail .floor {
    font-size: 12px;
    height: auto;
  }
  #big-cont .gift .js-modalopen {
    height: 46px;
    font-size: 16px;
    width: 180px;
  }
  #big-cont .gift .js-modalopen:after {
    width: 24px;
    height: 24px;
    right: 11px;
  }
}

@media screen and (min-width: 769px) {
  #big-cont .gift .front-cont {
    display: flex;
    justify-content: space-between;
  }
  #big-cont .gift .gift-image {
    margin-bottom: 0;
    width: 40%;
  }
  #big-cont .gift .gift-detail-body {
    margin-bottom: 20px;
  }
  #big-cont .gift .gift-detail {
    border-top: none;
    padding-top: 0;
    position: relative;
    width: 56.6%;
  }
  #big-cont .gift .gift-detail .js-modalopen {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    height: 60px;
    width: 234px;
  }
  #big-cont .gift .gift-detail .js-modalopen:after {
    right: 20px;
  }
  #big-cont .gift .gift-detail .floor {
    font-size: 16px;
    height: auto;
  }
}

#big-cont .js-modalopen {
  display: none;
}

#big-cont .gift-detail .js-modalopen {
  display: flex;
}

#min-cont-title {
  display: none;
}

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

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

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

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

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

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

.slick-dots {
  bottom: -36px !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: #006A3C;
  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;
    -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;
  align-items: center;
}

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

.shop-info-header .modal-shop-link__item {
  background: none;
  width: 18px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .shop-info-header .modal-shop-link__item {
    width: 22px;
  }
}

.shop-info-header .modal-shop-link__item a {
  padding: 0;
}

.shop-info-header .modal-shop-link__item.icon-instagram {
  width: 16px;
}

@media screen and (min-width: 769px) {
  .shop-info-header .modal-shop-link__item.icon-instagram {
    width: 20px;
  }
}

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

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

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

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

.shop-info-shop {
  font-weight: 700;
  line-height: 1.42857;
  font-size: 14px;
  margin-bottom: 10px;
  color: #006A3C;
}

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

.shop-info-area {
  font-weight: 400;
  line-height: 1.42857;
  font-size: 12px;
  margin-bottom: 15px;
  color: #006A3C;
  opacity: 0.7;
}

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

.item-name {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 6px;
  color: #006A3C;
}

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

.item-price {
  font-weight: 400;
  line-height: 1.66667;
  margin-bottom: 11px;
  font-size: 12px;
  color: #373332;
}

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

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

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

.floor {
  color: #FFF;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 1px;
  letter-spacing: 0.05em;
}

.floor span {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 769px) {
  .floor {
    font-size: 18px;
    height: auto;
    padding-top: 1px;
  }
}

.floor.color01 {
  background: #81C14A;
}

.floor.color02 {
  background: #81C14A;
}

.floor.color03 {
  background: #81C14A;
}

/* =========================================================
ショップリストのアイテム
========================================================= */
@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 #006A3C;
    padding: 34px;
  }
}

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

.modal-item-name {
  font-weight: 700;
  line-height: 1.42857;
  font-size: 14px;
  margin-bottom: 5px;
}

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

.modal-item-price {
  margin-bottom: 11px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .modal-item-price {
    font-size: 16px;
    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 #006A3C;
  }
}

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

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

.modal-shop {
  flex: 1;
}

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

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

.modal-shop-floor .floor {
  font-size: 12px;
  height: auto;
}

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

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

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

.modal-shop-area {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 10px;
  opacity: 0.7;
}

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

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

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

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

.modal-shop-link__item.icon-instagram img {
  width: 85%;
}

.modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1024px;
  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;
}

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

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

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

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

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

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

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

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

.modal-cont {
  background-color: #DAF0F8;
  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: 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;
  margin-bottom: 40px;
}

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

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

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

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

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

.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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-close {
  width: 40px;
  height: 40px;
  color: #000000;
  font-size: 24px;
  margin: 0 auto;
  padding: 14px;
  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-radius: 50px;
  background-color: #038A70;
}

@media screen and (min-width: 769px) {
  .modal-close {
    border-radius: 20px 20px 0 0;
  }
}

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

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

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

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

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

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

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

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

.js-modalopen {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
  height: clamp(30px, calc(20.48223px + 2.53807vw), 40px);
  width: clamp(120px, calc(96.20558px + 6.34518vw), 145px);
  background-color: #FFF;
  border: #038A70 1px solid;
  border-radius: 100px;
  letter-spacing: 0.005em;
  line-height: 2.16667;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: .5s;
  color: #038A70;
  font-size: 12px;
}

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

.js-modalopen:hover {
  background-color: #038A70;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__logo a {
  text-decoration: none;
}

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

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

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

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

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

.pft {
  padding-top: 50px;
}

.pft__pageTop {
  left: auto;
  top: -70px;
  right: 10px;
}

.pft__pageTop a {
  background: #DF3366;
  height: 40px;
  width: 40px;
}

.pft__pageTop a:after {
  border: none;
  background: url("../images/pagetop.png") no-repeat 0 0;
  height: 12px;
  width: 15px;
  margin: -6px 0 0 -7px;
  transform: rotate(0deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}

.taglist__item {
  border: 1px solid #373332;
  margin-bottom: 15px;
  list-style: none;
  display: none;
}

.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 (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:nth-child(-n+3) {
    margin-top: 0;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
}

.btn-taglist-more {
  background-color: #2A6DB1;
  border-radius: 100px;
  color: #F2F2CF;
  display: none;
  width: 100%;
  max-width: 435px;
  margin: 30px auto 0;
  padding: 16px 0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: "lust", serif;
  font-weight: 600;
  font-style: normal;
}

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

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

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

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

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

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

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

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}

.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}

.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

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

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

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

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

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

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

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

.pft__logo {
  text-align: center;
}

.pft__logo svg {
  fill: #fff;
}

.pft__logo a {
  text-decoration: none;
}

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

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

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

.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}

.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}

@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}

.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}

.pft__pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}

.pft__pageTop a:hover {
  opacity: 0.7;
}

.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}

.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

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