@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  color: #000000;
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.font-comfortaa {
  font-family: "Comfortaa", cursive;
}

.font-bold {
  font-weight: bold;
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================================
colors
========================================================= */
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  background-color: #fff;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 769px) {
  body {
    min-width: 1100px;
  }
}

img {
  width: 100%;
}

@media print {
  html,
  body {
    _zoom: 70% !important;
  }
}
main {
  display: block;
  /*IE*/
}

hr {
  margin-bottom: 40px;
  height: 2px;
  border-top: dashed 2px #FFF;
  color: #FFFFFF;
  width: 95%;
  border: none;
  border-top: dashed 2px #FFF;
}
@media (min-width: 769px) {
  hr {
    border-top: dashed 3px #FFF;
    height: 3px;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}
.phd__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  margin-bottom: -1px;
  vertical-align: bottom;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #222;
}
@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 {
  width: 100%;
  fill: #fff;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    font-size: 1.5rem;
    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: #3b5998;
}

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

.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: #00b900;
}

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

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

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  position: relative;
  margin-top: 80px;
  padding: 45px 0 58px;
  background: #222;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 67px;
    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__txt {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  font-size: 1.9rem;
}
@media screen and (min-width: 769px) {
  .pft__logo__txt {
    margin-right: 10px;
    font-size: 18px;
  }
}
.pft__logo__img {
  width: 132px;
  height: 39px;
  margin-bottom: -2px;
  overflow: hidden; /* IE11 */
  vertical-align: bottom;
  fill: #fff;
}
.pft__pageTop {
  position: absolute;
  top: -110px;
  right: 20px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    top: -140px;
    right: calc(-50vw + 500px);
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  border: 2px solid #f9be03;
  border-radius: 50%;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -5px 0 0 -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: #f9be03 2px solid;
  border-right: #f9be03 2px solid;
  content: "";
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    margin: -5px 0 0 -7px;
    border-top: #f9be03 3px solid;
    border-right: #f9be03 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  line-height: 0;
  text-align: center;
}
.pft__copyright svg {
  height: 11px;
  overflow: hidden;
  fill: #fff;
}

@media (max-width: 768px) {
  .pft {
    margin-top: 18.6666666667vw;
  }
  .pft__pageTop a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-color: #F3B3C1;
  }
  .pft__pageTop a:after {
    border-top: #F3B3C1 2px solid;
    border-right: #F3B3C1 2px solid;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
/* =========================================================
layout
========================================================= */
/* =========================================================
colors
========================================================= */
/* =========================================================
header
========================================================= */
html {
  scroll-behavior: smooth;
}

.header__title {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: 100%;
    max-width: 100%;
  }
}
/* =========================================================
Main
========================================================= */
.main-contents {
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .main-contents {
    width: 100%;
    margin: 80px auto 0;
  }
}
/* =========================================================
ヘッダー下バナー
========================================================= */
.top-bnr-block {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px 0;
}
.top-bnr-block .bnr {
  margin: 0 auto 5px;
}
.top-bnr-block .bnr:last-child {
  margin-bottom: 0;
}
.top-bnr-block .bnr:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .top-bnr-block {
    padding: 30px 0 0;
  }
  .top-bnr-block .bnr {
    margin: 0 auto 20px;
  }
}
/* =========================================================
YouTube
========================================================= */
.youtube-block {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.youtube-wrap {
  position: relative;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .youtube-block {
    padding: 60px 0 0;
  }
}
/* =========================================================
Local navigation
========================================================= */
.localnav-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 0 0;
}

.localnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
  padding: 0 10px;
}
.localnav__item {
  width: calc(100% - 30px);
  position: relative;
  max-width: 400px;
}
.localnav__item a {
  display: block;
  position: relative;
  padding: 20px 0 20px;
  color: #323232;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  font-family: "Lexend", sans-serif;
  border-bottom: 2px #323232 solid;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.localnav__item a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../../assets/images/local_nav_arrow.svg);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.localnav__item a:hover {
  opacity: 0.7;
}
.localnav__item a:hover:after {
  top: calc(50% + 5px);
}

@media screen and (min-width: 769px) {
  .localnav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .localnav__item {
    width: 100%;
    max-width: unset;
  }
  .localnav__item a {
    font-size: 40px;
  }
}
/* =========================================================
Contents block
========================================================= */
.contents-wrap {
  margin: 0 auto 0;
  padding-top: 30px;
  background-color: #fff;
}
.contents-block {
  margin: 0 0 40px;
}
.contents-block:last-child {
  margin-bottom: 0;
}
.contents-block:last-child:before {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .contents-block {
    max-width: 1220px;
    margin: 0 auto 100px;
    position: relative;
  }
  .contents-block:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: url("../images/line.svg") no-repeat;
    bottom: -50px;
    left: 0;
  }
  .contents-block .item-list {
    max-width: 1024px;
    margin: auto;
  }
}
/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}
.taglist__item {
  display: none;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
.taglist__item:first-child {
  border-top: 1px solid #ccc;
}
.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;
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.taglist__item a:before {
  display: block;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
  content: "";
}
.taglist__txt {
  margin-top: 15px;
}
.taglist__photo {
  position: relative;
  padding: 0 40px;
}
.taglist__kaeru {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 40px;
  padding: 7px 5px;
  background: #ea5550;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
}
.taglist__name {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.taglist__title {
  margin-bottom: 6px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            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 {
  display: none;
  position: relative;
  margin: 20px auto 0;
  padding: 15px 47px 15px 10px;
  border-bottom: #000 2px solid;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  color: #323232 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-taglist-more:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url(../../assets/images/more_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-taglist-more:hover {
  opacity: 0.7;
}
.btn-taglist-more:hover:after {
  top: calc(50% + 5px);
}
/* =========================================================
OWNLY
========================================================= */
.ownly-wrap {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .ownly-wrap {
    padding: 0;
  }
}

/* =========================================================
値書き
========================================================= */
/* 館ナビ */
.floornav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 620px;
  margin: 0 auto;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 4px;
}
.floornav li {
  width: 50%;
  margin: 0;
  list-style: none;
}
.floornav li a {
  display: block;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 3px 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .floornav li a {
    color: #000;
    font-size: 2rem;
    text-decoration: none;
  }
  .floornav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
/* current */
body.type1 .floornav .floornav__item01 a,
body.type2 .floornav .floornav__item02 a,
body.type3 .floornav .floornav__item03 a,
body.type4 .floornav .floornav__item04 a {
  background: #000;
  color: #fff;
}

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

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

.salelist-info1,
.salelist-info2 {
  padding: 0px 10px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .salelist-info1,
  .salelist-info2 {
    padding: 0px 0 0;
  }
}

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

.salelist {
  padding: 0 0 10px;
}
.salelist__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 9px 20px;
  background: #000;
  color: #fff;
  line-height: 1.1;
}
.salelist__title .ico-arr {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}
.salelist__title .ico-arr:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
}
.salelist__title__floor {
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
}
.salelist__shop {
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
}
.salelist__shop:first-child {
  margin-top: 0;
  border-top: none;
}
.salelist__link {
  display: block;
  padding: 30px 15px;
  color: #000;
  text-decoration: none;
}
.salelist__data {
  display: table;
  width: 100%;
}
.salelist__data__item01 {
  display: table-cell;
  width: 80px;
  padding-right: 15px;
  vertical-align: middle;
}
.salelist__data__item01 img {
  border: 1px solid #ccc;
}
.salelist__data__item02 {
  display: table-cell;
  vertical-align: middle;
}
.salelist__shopname {
  font-size: 1.2rem;
  font-weight: bold;
}
.salelist__text {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .salelist {
    padding: 0 0 40px;
  }
  .salelist__title__floor {
    font-size: 3rem;
  }
  .salelist__cont__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .salelist__shop {
    width: 50%;
    margin-top: 0;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .salelist__shop:nth-child(-n+2) {
    border: none;
  }
  .salelist__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .salelist__data__item01 {
    width: 120px;
    padding-right: 25px;
  }
  .salelist__data__item01 img {
    width: 100%;
    border: none;
  }
  .salelist__shopname {
    font-size: 1.3rem;
  }
  .salelist__text {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
/* 開閉時の矢印*/
.salelist__title.is-open .ico-arr:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.ft-bnr {
  margin: 0 auto 10px;
}
.ft-bnr:last-child {
  margin-bottom: 0;
}
.ft-bnr a {
  display: block;
}

@media screen and (min-width: 769px) {
  .footer-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 120px auto 0;
    padding: 0;
  }
  .ft-bnr {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
  }
  .ft-bnr:last-child {
    margin-right: 0;
  }
  .ft-bnr a:hover {
    opacity: 0.7;
  }
}
/* =========================================================
フッター上SNSボタン
========================================================= */
.footer__social {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.footer__social .social__item {
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .footer__social .social__item {
    margin: 0 11px;
  }
}
.footer__social .social__item a:hover {
  opacity: 0.6;
}
.footer__social .social__item img {
  height: 100%;
}

#gift-goods:checked ~ .gift-sweet,
#gift-goods:checked ~ .gift-cosme {
  max-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show 0.5s linear 0s;
  animation: show 0.5s linear 0s;
}

@media (min-width: 769px) {
  #gift-goods:checked ~ .gift-sweet,
  #gift-goods:checked ~ .gift-cosme {
    padding-top: 50px;
    margin: 0 0.75%;
  }
}
.product-modal-item .item-slider {
  width: 42%;
}
.product-modal-item .slick-dots {
  text-align: center;
  font-size: 0;
  padding-top: 20px;
}
.product-modal-item .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.product-modal-item .slick-dots button {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #faed00;
  width: 12px;
  height: 12px;
  border: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-item .slick-dots button:hover {
  opacity: 0.7;
}
.product-modal-item .slick-dots .slick-active button {
  background: #c80d1b;
}
.product-modal-item .slick-arrow {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  background: url("../images/slick-arrow.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  top: 12.2vw;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-item .slick-arrow:hover {
  opacity: 0.7;
}
.product-modal-item .slick-arrow:focus {
  outline: none;
}
.product-modal-item .slick-prev {
  left: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-modal-item .slick-prev:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 10px;
}
.product-modal-item .slick-next {
  right: -15px;
}
.product-modal-item .slick-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15px;
}
.product-modal-item .item-text {
  width: 52%;
  margin-left: auto;
}
.product-modal-item .text-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-right: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-modal-item .text-head:hover {
  opacity: 0.7;
}
.product-modal-item .text-head:before, .product-modal-item .text-head:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-modal-item .text-head:before {
  width: 26px;
  height: 26px;
  background: url("../images/modal-shopname-arrow.svg") no-repeat center center;
  background-size: contain;
  right: 0;
}
.product-modal-item .shop-logo {
  width: 34%;
}
.product-modal-item .shop-info {
  margin-left: auto;
  width: 60%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product-modal-item .shop-info .info-floor {
    font-size: 1.1rem;
  }
}
.product-modal-item .shop-info .info-name {
  font-size: 1.8rem;
  color: #008545;
}
@media screen and (max-width: 768px) {
  .product-modal-item .shop-info .info-name {
    font-size: 1.2rem;
  }
}
.product-modal-item .product-summary {
  border-top: 2px solid #008545;
  padding: 20px 0 25px;
  color: #000000;
  border-bottom: 2px solid #008545;
}
.product-modal-item .product-summary .product-name,
.product-modal-item .product-summary .product-price {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.product-modal-item .product-summary .product-name {
  margin-bottom: 0.6em;
}
.product-modal-item .product-summary .product-price + .product-name {
  margin-top: 20px;
}
.product-modal-item .product-text {
  margin-top: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-modal-item .product-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .product-list {
    padding: 0 26px 70px;
  }
  .product-list .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
  .product-list .list-item:after {
    border-width: 0 0 45px 45px;
  }
  .product-list .list-item:last-child {
    margin-bottom: 0;
  }
  .product-list .item-inner:before {
    height: 12px;
    bottom: 17px;
    right: 22px;
  }
  .product-list .item-inner:after {
    width: 12px;
    right: 17px;
    bottom: 22px;
  }
  .product-list .item-text {
    padding: 25px 25px 41px;
  }
  .product-list .shop-logo {
    width: 48%;
  }
  .product-list .shop-info {
    font-size: 1.2rem;
  }
  .product-modal-contents {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .product-modal-item {
    padding: 20px 20px 35px;
    display: block;
  }
  .product-modal-item .item-slider {
    width: 100%;
    margin-bottom: 25px;
  }
  .product-modal-item .slick-dots {
    padding-top: 12px;
  }
  .product-modal-item .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .product-modal-item .slick-arrow {
    top: 45%;
  }
  .product-modal-item .slick-prev {
    left: -12px;
  }
  .product-modal-item .slick-prev:after {
    left: 7px;
  }
  .product-modal-item .slick-next {
    right: -12px;
  }
  .product-modal-item .slick-next:after {
    right: 12px;
  }
  .product-modal-item .item-text {
    width: 100%;
  }
  .product-modal-item .text-head {
    padding-right: 30px;
  }
  .product-modal-item .text-head:before {
    width: 13px;
    height: 13px;
  }
  .product-modal-item .text-head:after {
    right: 10px;
  }
  .product-modal-item .shop-logo {
    width: 40%;
  }
  .product-modal-item .shop-info {
    width: 55%;
  }
  .product-modal-item .product-summary {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  .product-modal-item .product-summary .product-name,
  .product-modal-item .product-summary .product-price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .product-modal-item .product-summary .product-name,
  .product-modal-item .product-summary .product-price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .product-modal-item .product-summary .product-name {
    margin-bottom: 0.4em;
  }
  .product-modal-item .product-summary .product-price {
    margin-bottom: 0.6em;
  }
}
/* ===== slick-slider ===== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img, .slick-slide.slick-loading img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}

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

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

#gift-sweet:checked ~ .gift-sweet .val-item {
  display: none;
}

/*#gift-cosme:checked ~ .gift-cosme .val-item{
  display: block;
}
#gift-cosme:checked ~ .gift-cosme .val-sweets{
  display: none;
}*/
#gift-cosme:checked ~ .gift-cosme .val-sweets {
  display: none;
}

/*li.gift__item.val-item{
  margin-right: 2.3%;
  margin-top: 0;
  margin-bottom: 50px;
}
li.gift__item.val-item:nth-child(3n+1){
  margin-right: 0;
}*/
@media (min-width: 769px) {
  .gift__list > *:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  .gift__list > *:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
  li.gift__item {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  ul.gift__list {
    margin: 0 -10px;
  }
  .gift__item:after {
    right: 20px !important;
  }
  .gift__list > *:not(:nth-child(-n+3)) {
    margin-top: 0 !important;
  }
}
@media (min-width: 769px) {
  .page-tag .footer-bnr {
    margin-top: 120px;
  }
  .page-tag .pft {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .footer-bnr {
    margin-top: 13.3333333333vw;
  }
  .ft-bnr a {
    text-align: center;
  }
  .ft-bnr a img {
    max-width: 75.7333333333vw;
  }
  .modal__shop-name {
    min-height: 13.3333333333vw;
  }
  .filter-tag {
    width: 48% !important;
  }
  .filter-tag:not(:nth-child(-n+2)) {
    margin-top: 0 !important;
  }
  .filter-list label {
    margin-bottom: 4vw;
  }
  .filter-list label:nth-child(1) {
    margin-right: 2% !important;
  }
  .filter-list label:nth-child(2) {
    margin-left: 2% !important;
  }
}
.modal__txt > img {
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.slide-item:nth-child(2) img {
  margin-top: 30px;
}

/*// test
.gift-sweet_box{
  display: none;
}
.gift-cosme_box{
  display: none;
}

#gift-goods:checked ~ .gift-cosme_box,
#gift-goods:checked ~ .gift-sweet_box{
  display: none;
}
#gift-sweet:checked ~ .gift-sweet_box {
  display: none !important;
}*/
.lead {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  text-align: center;
}
.lead .lead-inner {
  margin: 0 auto;
}
.lead .lead-inner .lead-text {
  margin: 0 auto;
  width: calc(100% - 30px);
  font-size: 20px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lead {
    padding: 48px 0 0px;
  }
  .lead .lead-inner .lead-text {
    font-size: 16px;
  }
}
/* =========================================================
.section_title
========================================================= */
.section_title {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 45px 0;
  font-size: 80px;
  font-family: "Lexend", sans-serif;
  color: #323232;
}
.section_title:after, .section_title:before {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.section_title:after {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.section_title:before {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.section_title_01:before {
  background-image: url(../../assets/images/title_01.svg);
  width: 168px;
  aspect-ratio: 169.413/103.889;
  top: calc(50% - 34px);
  left: 33px;
  -webkit-transition-delay: 100;
          transition-delay: 100;
}
@media (max-width: 768px) {
  .section_title_01:before {
    width: 80px;
    top: calc(50% - 27px);
    left: 23px;
  }
}
.section_title_01:after {
  background-image: url(../../assets/images/title_02.svg);
  width: 150px;
  aspect-ratio: 148.46/76.04;
  top: calc(50% + 14px);
  right: 15px;
  -webkit-transition-delay: 100;
          transition-delay: 100;
}
@media (max-width: 768px) {
  .section_title_01:after {
    width: 70px;
    top: calc(50% + 14px);
    right: 15px;
  }
}
.section_title_02:before {
  background-image: url(../../assets/images/title_03.svg);
  width: 184px;
  aspect-ratio: 185.573/52.846;
  top: calc(50% - 34px);
  left: 30px;
}
@media (max-width: 768px) {
  .section_title_02:before {
    width: 90px;
    top: calc(50% - 50px);
    left: 18px;
  }
}
.section_title_02:after {
  background-image: url(../../assets/images/title_04.svg);
  width: 89px;
  aspect-ratio: 88.306/82.323;
  top: calc(50% + 0px);
  right: 0px;
}
@media (max-width: 768px) {
  .section_title_02:after {
    width: 45px;
    top: calc(50% - 28px);
    right: -1px;
  }
}
.section_title_03:before {
  background-image: url(../../assets/images/title_05.svg);
  width: 168px;
  aspect-ratio: 169.396/40.035;
  top: calc(50% + 31px);
  left: 84px;
}
@media (max-width: 768px) {
  .section_title_03:before {
    width: 75px;
    top: calc(50% - 19px);
    left: 37px;
  }
}
.section_title_03:after {
  background-image: url(../../assets/images/title_06.svg);
  width: 95px;
  aspect-ratio: 97.264/97.225;
  top: calc(50% - 29px);
  right: 50px;
}
@media (max-width: 768px) {
  .section_title_03:after {
    width: 46px;
    top: calc(50% - 49px);
    right: 9px;
  }
}

@media (max-width: 768px) {
  .section_title {
    padding: 30px 0;
    font-size: 46px;
  }
}
.shopblog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* =========================================================
shop_list_section
========================================================= */
.shop_list_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}
.shop_list_section .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_list_section .shop_list .shop_wrapper {
  max-width: 412px;
  border-right: #000 2px solid;
}
.shop_list_section .shop_list .shop_wrapper .shop_box {
  width: calc(100% - 110px);
  margin: 0 40px 0 70px;
  padding: 0 0 20px;
  position: relative;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .floor_text_box {
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-color: #fff76e;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .floor_text_box .floor_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 18px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .img_box {
  margin-bottom: 20px;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .img_box img {
  width: 100%;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .open_text {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Lexend", sans-serif;
}
.shop_list_section .shop_list .shop_wrapper .shop_box .shop_name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.shop_list_section .shop_list .shop_wrapper .shop_box a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop_list_section .shop_list .shop_wrapper .shop_box a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .shop_list_section .shop_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shop_list_section .shop_list .shop_wrapper {
    width: calc(100% - 30px);
    border-right: none;
    border-bottom: #000 2px solid;
  }
  .shop_list_section .shop_list .shop_wrapper .shop_box {
    width: calc(100% - 90px);
    margin: 30px auto 0;
    margin-bottom: 20px;
  }
  .shop_list_section .shop_list .shop_wrapper .shop_box .floor_text_box .floor_text {
    width: 20px;
    font-size: 20px;
  }
  .shop_list_section .shop_list .shop_wrapper .shop_box .img_box img {
    width: 100%;
  }
  .shop_list_section .shop_list .shop_wrapper .shop_box .open_text {
    font-size: 22px;
  }
  .shop_list_section .shop_list .shop_wrapper .shop_box .shop_name {
    font-size: 16px;
  }
}
.splide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.splide .splide__track {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  overflow: visible;
}
.splide .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.splide .shop_list .shop_wrapper {
  max-width: unset;
}
.splide .shop_list .shop_wrapper .shop_box {
  width: unset;
  margin: 0 40px 0 70px;
  padding: 0 0 30px;
  position: relative;
}
.splide .shop_list .shop_wrapper .shop_box .floor_text_box {
  padding: 20px 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  background-color: #fff76e;
}
.splide .shop_list .shop_wrapper .shop_box .floor_text_box .floor_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  width: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.splide .shop_list .shop_wrapper .shop_box .img_box img {
  width: 100%;
}
.splide .shop_list .shop_wrapper .shop_box .open_text {
  margin-bottom: 10px;
  font-size: 23px;
  font-family: "Lexend", sans-serif;
}
.splide .shop_list .shop_wrapper .shop_box .shop_name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media (max-width: 768px) {
  .splide {
    margin-bottom: 42px;
  }
  .splide .splide__track {
    margin: 0 auto;
    width: 77%;
    overflow: visible;
  }
  .splide .shop_list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .splide .shop_list .shop_wrapper {
    width: unset;
    border-right: #000 2px solid;
    border-bottom: none;
  }
  .splide .shop_list .shop_wrapper .shop_box {
    width: unset;
    padding: 0;
  }
  .splide .shop_list .shop_wrapper .shop_box .floor_text_box .floor_text {
    width: 16px;
    font-size: 16px;
  }
  .splide .shop_list .shop_wrapper .shop_box .img_box img {
    width: 100%;
  }
  .splide .shop_list .shop_wrapper .shop_box .open_text {
    font-size: 17px;
  }
  .splide .shop_list .shop_wrapper .shop_box .shop_name {
    font-size: 16px;
  }
}
.page_top_btn {
  z-index: 30;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 54px;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page_top_btn {
    right: 10px;
    bottom: 10px;
  }
}
.page_top_btn:hover {
  opacity: 0.7;
}

.start_fade {
  pointer-events: none;
  opacity: 1;
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-animation: startFade 2s forwards;
          animation: startFade 2s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

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

@keyframes startFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.footer {
  width: 100%;
  margin: 100px 0 0;
  background-color: #FFF76E;
}
.footer .footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 46px 0 56px;
}
@media (max-width: 768px) {
  .footer .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: calc(100% - 45px);
    padding: 30px 0 56px;
    row-gap: 40px;
  }
}
.footer .footer_left .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .footer .footer_left .footer_link {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.footer .footer_left .footer_link .link_flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-right: 30px;
}
.footer .footer_left .footer_link .link_box img {
  width: 100%;
}
.footer .footer_left .footer_link .link_box.link_box_parco {
  width: 200px;
}
@media (max-width: 768px) {
  .footer .footer_left .footer_link .link_box.link_box_parco {
    width: 130px;
  }
}
.footer .footer_left .footer_link .link_box.link_box_insta {
  width: 25px;
}
.footer .footer_left .footer_link .link_box.link_box_x {
  width: 25px;
}
.footer .footer_left .copyright {
  font-family: "Lexend", sans-serif;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer .footer_left .copyright {
    font-size: 10px;
  }
}
.footer .footer_right {
  width: 45%;
}
@media (max-width: 768px) {
  .footer .footer_right {
    width: 100%;
  }
}
.footer .footer_right .copyright_right {
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .footer .footer_right .copyright_right {
    font-size: 10px;
  }
}
.footer .footer_right .copyright_right span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

/* =========================================================
Page Special
========================================================= */
/* Section - Gift List */
#gift-sweet:checked ~ .filter-list .gift-sweet {
  border: 2px solid white;
  background-color: #E60012;
  color: white;
}
#gift-sweet:checked ~ .filter-list .gift-sweet:before {
  display: block;
  position: absolute;
  top: -40px;
  left: -16px;
  width: 10.1333333333vw;
  height: 9.3333333333vw;
  background: url("../images/motif.svg") no-repeat;
  content: "";
}
@media (min-width: 769px) {
  #gift-sweet:checked ~ .filter-list .gift-sweet:before {
    width: 77px;
    height: 85px;
  }
}
#gift-sweet:checked ~ .gift-sweet {
  max-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}
@media (min-width: 769px) {
  #gift-sweet:checked ~ .gift-sweet {
    padding-top: 50px;
    margin: 0 0.75%;
  }
}

#gift-cosme:checked ~ .filter-list .gift-cosme {
  border: 2px solid white;
  background-color: #E60012;
  color: white;
}
#gift-cosme:checked ~ .filter-list .gift-cosme:before {
  display: block;
  position: absolute;
  top: -40px;
  left: -16px;
  width: 10.1333333333vw;
  height: 9.3333333333vw;
  background: url("../images/motif.svg") no-repeat;
  content: "";
}
@media (min-width: 769px) {
  #gift-cosme:checked ~ .filter-list .gift-cosme:before {
    width: 77px;
    height: 85px;
  }
}
#gift-cosme:checked ~ .gift-cosme {
  max-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}
@media (min-width: 769px) {
  #gift-cosme:checked ~ .gift-cosme {
    padding-top: 50px;
    margin: 0 0.75%;
  }
}

#gift-goods:checked ~ .filter-list .gift-goods {
  border: 2px solid white;
  background-color: #E60012;
  color: white;
}
#gift-goods:checked ~ .filter-list .gift-goods:before {
  display: block;
  position: absolute;
  top: -40px;
  left: -16px;
  width: 10.1333333333vw;
  height: 9.3333333333vw;
  background: url("../images/motif.svg") no-repeat;
  content: "";
}
@media (min-width: 769px) {
  #gift-goods:checked ~ .filter-list .gift-goods:before {
    width: 77px;
    height: 85px;
  }
}
#gift-goods:checked ~ .gift-goods {
  max-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}
@media (min-width: 769px) {
  #gift-goods:checked ~ .gift-goods {
    padding-top: 50px;
    margin: 0 0.75%;
  }
}

.gift {
  padding: 8vw 6.6666666667vw;
  background-color: #F3B3C1;
}
@media (min-width: 769px) {
  .gift {
    padding: 76px 74px 80px;
    padding-bottom: 40px;
  }
}
.gift img {
  display: block;
}
.gift__ttl {
  font-size: 5.8666666667vw;
  letter-spacing: 2px;
  line-height: 1em;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .gift__ttl {
    font-size: 4rem;
    margin-bottom: 59px;
  }
}
.gift__wrapper {
  display: block;
  height: 100%;
  background-color: #E60012;
  position: relative;
}
.gift__wrapper:hover {
  opacity: 0.9;
}
.gift__wrapper label {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
.parcos-choice .gift__wrapper label::before {
  content: "";
  position: absolute;
  top: -2%;
  left: -2%;
  width: 24%;
  height: 100%;
  background: url(../images/parcos_choice.svg) top/100% no-repeat;
}

.gift__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  opacity: 0;
  display: none;
  overflow-x: hidden;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .gift__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .gift__list > * {
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gift__list > *:not(:nth-child(-n+3)) {
    margin-top: 50px;
  }
  .gift__list > *:not(:nth-child(3n)) {
    margin-right: 2.3%;
  }
}
.gift__item {
  position: relative;
}
.gift__item:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 45px;
  height: 45px;
  padding: 0 8px 8px 0;
  background: linear-gradient(-45deg, white 50%, transparent 50%) 0 0/100% 100% no-repeat;
  color: #E60012;
  font-size: 16px;
  font-weight: bold;
  content: "＋";
}
.gift__item.suggestion:before, .gift__item.suggestion .modal-wrapper:before {
  font-size: 2.9333333333vw;
  letter-spacing: normal;
  line-height: 1.1818181818em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21.3333333333vw;
  height: 18.6666666667vw;
  padding-bottom: 6.6666666667vw;
  -webkit-transform: translate(-15%, -10%);
          transform: translate(-15%, -10%);
  background: url("../images/gift_ribon.png") 0/100% 100% no-repeat;
  color: #fdf000;
  font-weight: bold;
  text-align: center;
  white-space: pre;
  content: "一番\aおすすめ！";
  z-index: 1;
}
@media (min-width: 769px) {
  .gift__item.suggestion:before, .gift__item.suggestion .modal-wrapper:before {
    width: 93px;
    height: 80px;
    padding-bottom: 30px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .gift__item + .gift__item {
    margin-top: 6.6666666667vw;
  }
}
.gift__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.6666666667vw 6.6666666667vw 11.0666666667vw;
}
@media (min-width: 769px) {
  .gift__detail {
    padding: 30px 30px 50px;
  }
}
.gift__logo {
  width: 32.5333333333vw;
  margin-right: 4vw;
}
@media (min-width: 769px) {
  .gift__logo {
    width: 44%;
    margin-right: 20px;
  }
}
.gift__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gift__shop-floor {
  font-size: 4vw;
  letter-spacing: normal;
  line-height: 1em;
  display: block;
  padding-bottom: 1.3333333333vw;
  border-bottom: 1px solid white;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media (min-width: 769px) {
  .gift__shop-floor {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.gift__shop-name {
  font-size: 3.2vw;
  letter-spacing: normal;
  line-height: 1.25em;
  display: block;
  margin-top: 1.3333333333vw;
}
@media (min-width: 769px) {
  .gift__shop-name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-tag {
  font-size: 3.4666666667vw;
  letter-spacing: 2px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40.8vw;
  height: 12vw;
  border-radius: 20px;
  background-color: white;
  color: #E60012;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .filter-tag {
    width: 240px;
    height: 70px;
    font-size: 26px;
  }
  .filter-tag:hover {
    opacity: 0.7;
  }
  .filter-tag + .filter-tag {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .filter-tag:not(:nth-child(-n+2)) {
    margin-top: 4vw;
  }
}
@media (max-width: 320px) {
  .filter-tag:nth-child(odd) {
    margin-right: 3.3333333333vw;
  }
}

/* Modal */
.open-modal:checked ~ .modal__overlay, .open-modal:checked ~ .modal__wrapper {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  overflow: visible;
  pointer-events: initial;
}
.open-modal:checked ~ .modal__overlay.modal__wrapper, .open-modal:checked ~ .modal__wrapper.modal__wrapper {
  border: 4px solid #E60012;
}
@media (min-width: 769px) {
  .open-modal:checked ~ .modal__overlay.modal__wrapper, .open-modal:checked ~ .modal__wrapper.modal__wrapper {
    border: 8px solid #E60012;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 0;
  height: 100%;
  max-height: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  overflow: hidden;
  z-index: 998;
  pointer-events: none;
}
.modal__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 86.6666666667vw;
  max-width: 0;
  height: calc(80vh - 9.3333333333vw);
  max-height: 0;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #fff8ef;
  opacity: 0;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}
@media (min-width: 769px) {
  .modal__wrapper {
    width: 68.26vw;
    height: auto;
    max-height: 80vh !important;
    margin: 40px auto auto;
  }
}
.parcos-choice .modal__wrapper::before {
  content: "";
  position: absolute;
  top: -3.4666666667vw;
  left: -3.2vw;
  width: 21.3333333333vw;
  height: 100%;
  background: url(../images/parcos_choice.svg) top/100% no-repeat;
}
@media (min-width: 769px) {
  .parcos-choice .modal__wrapper::before {
    top: -19px;
    left: -28px;
    width: 110px;
  }
}

.modal__next, .modal__prev {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  border-radius: 100%;
  border: 2px solid #EF7836;
  cursor: pointer;
}
@media (min-width: 769px) {
  .modal__next, .modal__prev {
    width: 60px;
    height: 60px;
  }
}
.modal__next:hover, .modal__prev:hover {
  opacity: 0.7;
}
.modal__next:before, .modal__prev:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: solid #EF7836;
  border-width: 0 2px 2px 0;
  content: "";
  width: 6px;
  height: 6px;
}
@media (min-width: 769px) {
  .modal__next:before, .modal__prev:before {
    width: 12px;
    height: 12px;
  }
}
.modal__next {
  right: 0;
  -webkit-transform: translate(6vw, -60%);
          transform: translate(6vw, -60%);
}
@media (min-width: 769px) {
  .modal__next {
    -webkit-transform: translate(150%, -60%);
            transform: translate(150%, -60%);
  }
}
.modal__next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}
.modal__prev {
  left: 0;
  -webkit-transform: translate(-6vw, -50%);
          transform: translate(-6vw, -50%);
}
@media (min-width: 769px) {
  .modal__prev {
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
}
.modal__prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 6px;
}
.modal__cont {
  height: 100%;
  max-height: 80vh;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 769px) {
  .modal__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
  }
}
.modal__img img {
  display: inline-block;
}
@media (min-width: 769px) {
  .modal__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 40px;
  }
}
.modal__txt {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 15px;
  color: #363636;
  -ms-grid-columns: 24vw 1fr;
  grid-template-columns: 24vw 1fr;
  grid-gap: 2.66667vw 2vw;
  -ms-grid-rows: 15px -webkit-min-content -webkit-min-content 1fr;
  -ms-grid-rows: 15px min-content min-content 1fr;
  grid-template-rows: 15px -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: 15px min-content min-content 1fr;
}
@media (min-width: 769px) {
  .modal__txt {
    padding-top: 0;
    width: 54%;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    -ms-grid-rows: 20px -webkit-min-content -webkit-min-content 1fr;
    -ms-grid-rows: 20px min-content min-content 1fr;
    grid-template-rows: 20px -webkit-min-content -webkit-min-content 1fr;
    grid-template-rows: 20px min-content min-content 1fr;
    grid-gap: 0 0;
  }
}
.modal__logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.modal__floor {
  font-size: 2.9333333333vw;
  letter-spacing: normal;
  line-height: 1em;
  font-weight: bold;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media (min-width: 769px) {
  .modal__floor {
    padding-left: 15px;
    font-size: 14px;
  }
}
.modal__shop-name {
  font-size: 3.2vw;
  letter-spacing: normal;
  line-height: 1.25em;
  display: block;
  position: relative;
  padding-right: 6.6666666667vw;
  color: #E60012;
  font-weight: bold;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media (min-width: 769px) {
  .modal__shop-name {
    margin-top: 10px;
    padding-right: 40px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .modal__shop-name:hover {
    opacity: 0.7;
  }
}
.modal__shop-name:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  -webkit-transform: rotate(-45deg) translate(-50%, -120%);
          transform: rotate(-45deg) translate(-50%, -120%);
  border: solid white;
  border-width: 0 1px 1px 0;
  content: "";
}
@media (min-width: 769px) {
  .modal__shop-name:after {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg) translate(-30%, -100%);
            transform: rotate(-45deg) translate(-30%, -100%);
    border-width: 0 2px 2px 0;
  }
}
.modal__shop-name:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4vw;
  height: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 40px;
  background-color: #E60012;
  content: "";
}
@media (min-width: 769px) {
  .modal__shop-name:before {
    width: 26px;
    height: 26px;
  }
}
.modal__price {
  font-size: 2.9333333333vw;
  letter-spacing: normal;
  line-height: 1.1818181818em;
  padding: 15px 0;
  border-top: 1px solid #E60012;
  border-bottom: 1px solid #E60012;
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
@media (min-width: 769px) {
  .modal__price {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 2px solid #E60012;
    border-bottom: 2px solid #E60012;
    font-size: 16px;
    line-height: 24px;
  }
}
.modal__intro {
  font-size: 2.9333333333vw;
  letter-spacing: normal;
  line-height: 1.3636363636em;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
@media (min-width: 769px) {
  .modal__intro {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.modal__btn-close {
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  width: 35px;
  height: 35px;
  padding-bottom: 1px;
  -webkit-transform: translate(6px, -120%);
          transform: translate(6px, -120%);
  border: 2px solid #EF7836;
  border-radius: 100%;
  color: #EF7836;
  font-family: sans-serif;
  line-height: 1em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__btn-close span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-7%, -180%);
          transform: translate(-7%, -180%);
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .modal__btn-close span {
    -webkit-transform: translate(0, -180%);
            transform: translate(0, -180%);
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .modal__btn-close {
    width: 70px;
    height: 70px;
  }
  .modal__btn-close:hover {
    opacity: 0.7;
  }
}
.modal__btn-close:before, .modal__btn-close:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3.3333333333vw;
  height: 2px;
  margin: auto;
  background-color: #EF7836;
  content: "";
}
@media (min-width: 769px) {
  .modal__btn-close:before, .modal__btn-close:after {
    width: 20px;
  }
}
.modal__btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .main-contents {
    margin-top: 4vw;
  }
  #gift-goods:checked ~ .filter-list .gift-goods:before,
  #gift-sweet:checked ~ .filter-list .gift-sweet:before,
  #gift-cosme:checked ~ .filter-list .gift-cosme:before {
    background-size: 100%;
    width: 14.2vw;
    height: 20.53333vw;
    left: -1vw;
    top: -6vw;
  }
  .filter-tag {
    border-radius: 2.6666666667vw;
  }
  #gift-goods:checked ~ .filter-list .gift-goods {
    border-width: 0.2666666667vw;
  }
  .gift {
    padding-top: 9.8666666667vw;
  }
  .gift__list {
    margin-top: 6.667vw;
  }
  .filter-tag:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .contents-block {
    margin-bottom: 20vw;
  }
  .contents-block {
    position: relative;
  }
  .contents-block:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 0.4vw;
    background: url(../images/sp-line.svg) no-repeat;
    bottom: -10vw;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 170%;
    overflow: hidden;
  }
  label.filter-tag.gift-goods {
    margin-right: 1.2vw;
  }
}
@media (max-width: 768px) {
  .gift__item:after {
    width: 11.3333333333vw;
    height: 11.3333333333vw;
    right: 2vw;
    bottom: 2vw;
    font-size: 4vw;
    padding: 0px 2vw 2.55vw 0;
  }
  .gift__shop-floor {
    line-height: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */