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

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

body {
  color: #2E2E2E;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

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
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  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 {
  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: 0;
  translate: 0 -50%;
  right: 5px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    translate: 0;
    top: -66px;
    right: 70px;
  }
}
.pft__pageTop a {
  display: block;
  background-image: url(../images/pagetop.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 52px;
    height: 52px;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

/* =========================================================
ヘッダー
========================================================= */
.header {
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .header {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .header__title {
    width: 100%;
  }
}
.header__title img {
  vertical-align: bottom;
}

.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;
  color: #e57b4f;
  font-family: "lust", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  transition: 0.5s;
}
.local-nav-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.local-nav-item a:after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  border-radius: 100%;
  background-image: url(../images/icon-nav.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .local-nav-item {
    width: 240px;
    height: 60px;
    font-size: 22px;
  }
  .local-nav-item a::after {
    width: 16px;
    height: 8px;
    right: 20px;
    top: 26px;
  }
}
.local-nav-item:hover {
  background-color: #e57b4f;
  color: #fff;
  transition: 0.5s;
}
.local-nav-item:hover a:after {
  background-image: url(../images/icon-nav-c.svg);
}

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

.main-contents__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main-contents__inner {
    max-width: 1220px;
  }
}
@media screen and (min-width: 1090px) {
  .main-contents__inner {
    padding: 0;
  }
}
.main-contents__lead {
  width: calc(100% - 50px);
  margin-inline: auto;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (min-width: 769px) {
  .main-contents__lead {
    margin-bottom: 80px;
  }
}
.main-contents__lead h2 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .main-contents__lead h2 {
    font-size: 2rem;
  }
}
.main-contents__lead p {
  font-size: 1.3rem;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .main-contents__lead p {
    margin-top: 20px;
  }
}

.lead_area {
  background-color: #fff9f5;
  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: #e57b4f;
  font-size: 14px;
  line-height: 28px;
}
@media screen and (min-width: 769px) {
  .lead_area .lead_inner {
    max-width: 1025px;
    padding: 80px 20px;
  }
  .lead_area .lead_inner p {
    font-size: 20px;
    line-height: 40px;
  }
  .lead_area .lead_inner p br.sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .lead_area {
    margin-bottom: 70px;
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  font-family: "lust", serif;
  font-weight: 500;
  font-style: normal;
  color: #e57b4f;
  font-size: 46px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 4px 2px 0px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-heading:before, .category-heading:after {
  background: url("../images/title_line.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 18px;
  margin-bottom: 8px;
  width: 72px;
}
.category-heading:before {
  margin-right: 15px;
}
.category-heading:after {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .category-heading {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 80px;
  }
  .category-heading:before, .category-heading:after {
    height: 32px;
    margin-bottom: 7px;
    width: 121px;
  }
  .category-heading:before {
    margin-right: 40px;
  }
  .category-heading:after {
    margin-left: 40px;
  }
}

.gifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-top: 1px solid #0b0b0b;
}
@media screen and (min-width: 769px) {
  .gifts {
    gap: 14px 10px;
    margin-bottom: 70px;
    border: none;
  }
}

.gift {
  width: 50%;
  padding: 30px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .gift {
    width: calc((100% - 20px) / 3);
    padding: 30px 26px;
    border: 1px solid #0b0b0b;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .gift:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .gift {
    border-bottom: 1px solid #0b0b0b;
  }
  .gift:nth-of-type(odd) {
    border-right: 1px solid #0b0b0b;
  }
}

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

.gift-detail {
  border-top: 1px solid #d8d1cd;
  padding-top: 14px;
}
@media screen and (min-width: 769px) {
  .gift-detail {
    padding-top: 20px;
  }
}
.gift-detail .gift-detail-floor {
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 10px;
  background-color: #0B0B0B;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .gift-detail .gift-detail-floor {
    font-size: 1.3rem;
  }
}
.gift-detail .gift-detail-shop {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .gift-detail .gift-detail-shop {
    font-size: 1.6rem;
  }
}
.gift-detail .gift-detail-item {
  font-size: 1.2rem;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .gift-detail .gift-detail-item {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.gift-detail .gift-detail-price {
  font-size: 1.2rem;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .gift-detail .gift-detail-price {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.gift-detail .gift-detail-novelty {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .gift-detail .gift-detail-novelty {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

.gift .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  bottom: -14px;
}
@media screen and (min-width: 769px) {
  .gift .slick-dots {
    gap: 20px;
    bottom: -20px;
  }
}

.gift .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  display: block;
}
.gift .slick-dots li button {
  padding: 0;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #cccccc;
}
.gift .slick-dots li button:before {
  display: none;
}
@media screen and (min-width: 769px) {
  .gift .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.gift .slick-dots li.slick-active button {
  height: 6px;
  width: 6px;
  background-color: #373332;
}
@media screen and (min-width: 769px) {
  .gift .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
}

/* =========================================================
ショップリストのアイテム
========================================================= */
@media screen and (min-width: 769px) {
  .tab-button {
    font-size: 16px;
    padding: 6px 12px 5px;
  }
  .tab-list {
    gap: 60px;
  }
}
.modal-item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 7px;
}
@media screen and (min-width: 769px) {
  .modal-item {
    border: 4px solid #000000;
    padding: 34px;
  }
}

.modal-item-info {
  margin-bottom: 20px;
}
.modal-item-info .modal-item-info-floor {
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 10px;
  background-color: #0B0B0B;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .modal-item-info .modal-item-info-floor {
    font-size: 1.3rem;
  }
}
.modal-item-info .modal-item-info-shop {
  font-size: 1.8rem;
}
.modal-item-info .modal-item-info-item {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .modal-item-info .modal-item-info-item {
    margin-top: 16px;
  }
}
.modal-item-info .modal-item-info-text {
  font-size: 1.3rem;
  padding-left: 16px;
  border-left: 1px solid #E0E0E0;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .modal-item-info .modal-item-info-text {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.modal-item-info .modal-item-info-price {
  font-size: 1.4rem;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .modal-item-info .modal-item-info-price {
    margin-top: 20px;
  }
}
.modal-item-info .modal-item-info-novelty {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .modal-item-info .modal-item-info-novelty {
    margin-top: 16px;
  }
}

.modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    width: calc(100vw - 60px);
    top: 15px;
    left: inherit;
    margin: 0 auto;
    position: relative;
    transform: inherit;
    overflow-y: initial;
    padding-top: 0;
  }
}

.modal-cont {
  background-color: #FFF9F5;
  box-sizing: border-box;
  padding: 22px 20px 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal-cont {
    padding: 55px 20px 25px;
    max-width: 1024px;
    width: auto !important;
    display: -webkit-box;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    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-bottom: 0;
    box-sizing: border-box;
  }
}
.img-wrap .img-wrap__slider {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
}
.img-wrap .img-wrap__slider .slick-list {
  order: -1;
}
.img-wrap .img-wrap__slider .slick-arrow {
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-color: #BBE0E0;
  display: block;
  background-image: url(../images/arrow-right2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -24px;
  z-index: 10;
}
.img-wrap .img-wrap__slider .slick-arrow.prev {
  rotate: -180deg;
}
.img-wrap .img-wrap__slider .slick-arrow.next {
  order: 1;
}
.img-wrap .img-wrap__slider .slick-dots {
  position: static;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots {
    gap: 20px;
  }
}
.img-wrap .img-wrap__slider .slick-dots li {
  width: fit-content;
  height: fit-content;
  margin: 0;
  display: block;
}
.img-wrap .img-wrap__slider .slick-dots li button {
  padding: 0;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #cccccc;
}
.img-wrap .img-wrap__slider .slick-dots li button:before {
  display: none;
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots li button {
    height: 8px;
    width: 8px;
  }
}
.img-wrap .img-wrap__slider .slick-dots li.slick-active button {
  height: 6px;
  width: 6px;
  background-color: #373332;
}
@media screen and (min-width: 769px) {
  .img-wrap .img-wrap__slider .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
}

@media screen and (min-width: 769px) {
  .modal-cont-slider-wrap {
    height: 600px;
    overflow: scroll;
    margin: 0 -30px;
    padding: 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modal-cont-slider-wrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-height: 770px) {
  .modal-cont-slider-wrap {
    height: 62vh;
  }
}

.modal-cont-slider {
  position: relative;
  margin-bottom: 0 !important;
}
.modal-cont-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.4s;
  width: fit-content;
}
.modal-cont-slider .slick-arrow:hover {
  opacity: 0.6;
}
.modal-cont-slider .slick-arrow.prev {
  top: 25.5%;
  left: 8px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow.prev {
    top: 45.5%;
    left: 12px;
  }
}
.modal-cont-slider .slick-arrow.next {
  top: 25.5%;
  right: 8px;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow.next {
    top: 45.5%;
    left: 38.5%;
  }
}
.modal-cont-slider .slick-arrow button {
  display: block;
  width: 30px;
  height: 30px;
  background: #363332;
}
@media screen and (min-width: 769px) {
  .modal-cont-slider .slick-arrow button {
    width: 40px;
    height: 40px;
  }
}
.modal-cont-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  transform: rotate(-180deg);
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/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;
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail {
    margin: 15px auto 30px;
    padding: 0 !important;
    width: 100%;
  }
}

.modal-block {
  padding: 100px 0 120px;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 500;
  display: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding: 17px 0 220px;
    overflow: scroll;
    background: rgba(242, 172, 124, 0.95);
  }
}

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

.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: 100%;
  background-color: #BB1323;
}
.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: 0;
  background-color: #BB1323;
}
.pc-only .modal-close:before {
  display: none;
}
.pc-only .modal-close img {
  width: 125px;
}

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

.pft {
  padding-top: 50px;
}

/* =========================================================
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: 0.7;
    text-decoration: none;
  }
}
/* current */
body#top .localnav__item01 a,
body#news .localnav__item02 a {
  background-color: #f2f2cf;
  padding: 20px 0;
}
@media screen and (min-width: 769px) {
  body#top .localnav__item01 a,
  body#news .localnav__item02 a {
    padding: 28px 0;
  }
}

/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  max-width: 1024px;
  margin: 40px auto 0;
}
.contents-block {
  margin: 0 0 40px;
  padding: 0 25px;
}
.contents-block:last-child {
  margin-bottom: 0;
}
.contents-ttl {
  color: #2a6db1;
  margin: 0 auto 25px;
  line-height: 1.1;
  text-align: center;
  font-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;
  }
  .btn-taglist-more:hover {
    opacity: 0.7;
  }
}

/* =========================================================
追加
========================================================= */
.btn-wrap {
  display: block;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .btn-wrap {
    margin-bottom: 144px;
  }
}
.btn-wrap a.btn {
  display: grid;
  place-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #0B0B0B;
  max-width: 650px;
  width: calc(100% - 52px);
  text-align: center;
  font-size: 18px;
  border-radius: 999px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn-wrap a.btn {
    font-size: 20px;
    height: 90px;
  }
  .btn-wrap a.btn::after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-image: url(../images/arrow-right2.svg);
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
  }
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.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;
}/*# sourceMappingURL=style.css.map */