@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* 追加 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
foundation - base
---------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  -webkit-animation: fade 2s ease-in 0s 1 normal;
  animation: fade 2s ease-in 0s 1 normal;
}

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

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  padding: 2vw;
  background-image: url("../img/deco_top-left.svg"), url("../img/deco_top-right.svg"), url("../img/deco_bottom-right.svg"), url("../img/deco_bottom-left.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, top right, bottom right, bottom left;
  background-size: 8vw;
}
@media screen and (width <= 544px) {
  .l-container {
    background: none;
    background-color: #b81c22;
  }
}
.l-container::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #b81c22;
  background-image: url("../img/line_tate.svg"), url("../img/line_tate.svg");
  background-repeat: repeat-y, repeat-y;
  background-position: 0.95vw top, right 0.95vw top;
  background-size: 0.12vw;
}
@media screen and (width <= 544px) {
  .l-container::before {
    background: none;
  }
}
.l-container::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/line.svg"), url("../img/line.svg");
  background-repeat: repeat-x, repeat-x;
  background-position: left 1vw, right bottom 1vw;
  background-size: 1.6vw;
}
@media screen and (width <= 544px) {
  .l-container::after {
    background: none;
  }
}

.l-background {
  background-color: #f4eae4;
  border-radius: 4vw;
}

.l-header {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.l-main {
  position: relative;
  width: 100%;
  padding: 60px 5% 0;
  background-image: url("../img/bg_leaf_01.png"), url("../img/bg_leaf_02.png"), url("../img/bg_leaf_03.png"), url("../img/bg_leaf_04.png"), url("../img/bg_leaf_05.png"), url("../img/bg_leaf_06.png"), url("../img/bg_leaf_07.png"), url("../img/bg_leaf_08.png"), url("../img/bg_leaf_09.png"), url("../img/bg_leaf_10.png"), url("../img/bg_leaf_11.png"), url("../img/bg_leaf_12.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 6% right 3vw, top 14% left 3vw, top 22% right 3vw, top 30% left 3vw, top 38% right 3vw, top 46% left 3vw, top 54% right 3vw, top 62% left 3vw, top 70% right 3vw, top 80% left 3vw, top 88% right 3vw, top 96% left 3vw;
  background-size: 3vw;
}
@media screen and (width <= 1400px) {
  .l-main {
    background-position: top 6% right 1.5vw, top 14% left 1.5vw, top 22% right 1.5vw, top 30% left 1.5vw, top 38% right 1.5vw, top 46% left 1.5vw, top 54% right 1.5vw, top 62% left 1.5vw, top 70% right 1.5vw, top 80% left 1.5vw, top 88% right 1.5vw, top 96% left 1.5vw;
  }
}
@media screen and (width <= 544px) {
  .l-main {
    padding: 0 2%;
    background: none;
  }
}

.l-content {
  position: relative;
  max-width: 1160px;
  padding: 25px 1%;
  margin: 0 auto;
  border-radius: 40px;
}
@media screen and (width <= 544px) {
  .l-content {
    padding: 8px;
    border-radius: 20px;
  }
}
.l-content.-sweets {
  background-color: #9c579f;
}
@media screen and (width <= 544px) {
  .l-content.-sweets {
    margin-top: 10px;
  }
}
.l-content.-gourmet {
  margin-top: 50px;
  background-color: #df9364;
}
@media screen and (width <= 544px) {
  .l-content.-gourmet {
    margin-top: 5px;
  }
}

.l-footer {
  position: relative;
  padding: 40px 0 60px;
}
@media screen and (width <= 544px) {
  .l-footer {
    padding: 30px 0 40px;
  }
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-heading__level1 {
  width: 85%;
  margin: 20px auto 0;
  text-align: center;
  /*     img {
    height: calc(100dvh - (2vw + 20px));
  } */
}
@media screen and (width <= 544px) {
  .c-heading__level1 {
    width: 100%;
    margin-top: -10px;
  }
}
.c-heading__level2 {
  width: 100%;
  margin: 0 auto;
}

.c-menu {
  width: 100%;
}
.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
}

.c-card {
  display: block;
  width: 23%;
  margin: 1%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
@media screen and (width <= 544px) {
  .c-card {
    width: 48%;
    border-radius: 10px;
  }
}
.c-card.-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
@media screen and (width <= 544px) {
  .c-card.-title {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.c-card__block {
  display: block;
}
.c-card__block:hover .c-card__image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-card__image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.c-card__image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-card__image .-period {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 10px 7px 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #c44226;
  border-radius: 20px 0 0 20px;
}
.c-card__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 15px;
}
.c-card__shop-logo {
  width: 100px;
}
@media screen and (width <= 544px) {
  .c-card__shop-logo {
    width: 60px;
  }
}
.c-card__shop-detail {
  font-weight: 400;
  line-height: 1.2;
  color: #4e4e4e;
  text-align: right;
}
.c-card__shop-detail .-floor {
  font-size: 1.1rem;
}
@media screen and (width <= 544px) {
  .c-card__shop-detail .-floor {
    font-size: 1rem;
  }
}
.c-card__shop-detail .-genre {
  margin-top: 0.5em;
  font-size: 1rem;
}
@media screen and (width <= 544px) {
  .c-card__shop-detail .-genre {
    font-size: 0.9rem;
  }
}
.c-card__name {
  padding-bottom: 26px;
  margin: 15px 20px 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1a1a1a;
  text-align: right;
}
@media screen and (width <= 544px) {
  .c-card__name {
    margin: 1.5em 1em 0;
    font-size: 1.25rem;
    text-align: left;
  }
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-header {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-animation: late 1s ease 1s 1 forwards;
  animation: late 1s ease 1s 1 forwards;
}

@-webkit-keyframes late {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes late {
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.p-bg__separate {
  display: none;
  margin: 0 auto;
}
@media screen and (width <= 544px) {
  .p-bg__separate {
    display: block;
    width: 80vw;
    margin-top: 5px;
  }
}

.p-bg__illust {
  display: block;
  width: 50vw;
  margin: 50px auto 0;
}
@media screen and (width <= 544px) {
  .p-bg__illust {
    width: 80vw;
    margin-top: 30px;
  }
}

.p-footer {
  color: #1a1a1a;
}
.p-footer__caution {
  width: 52vw;
  margin: 0 auto;
  font-size: 1.28rem;
  line-height: 2;
  text-align: left;
}
@media screen and (width <= 544px) {
  .p-footer__caution {
    width: 94%;
    font-size: 1.4rem;
  }
}
.p-footer__caution > span::before {
  content: "※ ";
}
@media screen and (width <= 544px) {
  .p-footer__caution > span {
    display: block;
    padding-left: 1.2em;
    margin-bottom: 5px;
    text-indent: -1.2em;
  }
}
.p-footer__caution > .-block--pc {
  display: block;
}
.p-footer__logo {
  width: 160px;
  margin: 60px auto 0;
}
@media screen and (width <= 544px) {
  .p-footer__logo {
    width: 150px;
    margin-top: 80px;
  }
}
.p-footer__copyright {
  margin-top: 30px;
  font-size: 1.18rem;
}

.p-bottom-link {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  width: 100%;
  margin: 30px auto 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
@media screen and (width <= 544px) {
  .p-bottom-link {
    margin-top: 10px;
  }
}
.p-bottom-link.fix {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}
.p-bottom-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.p-bottom-link ul li {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.p-bottom-link ul li a {
  display: block;
}
.p-bottom-link ul li a:focus, .p-bottom-link ul li a:hover {
  opacity: 0.8;
}

.p-bottom-link.is-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
/* iziModal */
.modal {
  width: 92%;
  max-width: 430px !important;
  overflow: hidden;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.modal__header-logo {
  position: relative;
  width: 120px;
  height: auto;
}
.modal__header-info {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #4e4e4e;
  text-align: right;
}
.modal__header-info .-name {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a1a1a;
}
.modal__image {
  position: relative;
}
.modal__image .-period {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 15px 10px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #c44226;
  border-radius: 20px 0 0 20px;
}
.modal__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.modal__detail .-item {
  width: 70%;
  font-size: 1.8rem;
  text-align: left;
}
.modal__detail .-item.-fs {
  width: 60%;
}
@media screen and (width <= 544px) {
  .modal__detail .-item {
    font-size: 1.6rem;
  }
}
.modal__detail .-price {
  width: 30%;
  font-size: 1.6rem;
  text-align: right;
}
.modal__detail .-price.-fs {
  width: 40%;
}
@media screen and (width <= 544px) {
  .modal__detail .-price {
    font-size: 1.4rem;
  }
}
.modal__explain {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
}
@media screen and (width <= 544px) {
  .modal__explain {
    font-size: 1.2rem;
  }
}
.modal__explain > .-caution {
  margin-top: 1em;
  font-size: 1rem;
}
.modal__link {
  margin-top: 18px;
  margin-bottom: 70px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (width <= 544px) {
  .modal__link {
    font-size: 1.2rem;
  }
}
.modal__link > a {
  padding-bottom: 2px;
  color: #1a1a1a;
  border-bottom: 1px solid #707070;
}
.modal__link > a:focus, .modal__link > a:hover {
  border: none;
}
.modal .close {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 44px;
  overflow: hidden;
  text-align: center;
  background: #ccc;
  opacity: 1;
  -webkit-animation: xfade 1s ease-in-out forwards;
  animation: xfade 1s ease-in-out forwards;
}
.modal .close > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}

.g1 .modal__detail {
  color: #9c579f;
}

.g2 .modal__detail {
  color: #ec6c00;
}

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

@keyframes xfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.iziModal {
  background-color: inherit;
  border-radius: 0 !important;
}
.iziModal .iziModal-content {
  position: relative;
  padding: 20px !important;
  background-color: #fff;
}
.iziModal .iziModal-content::-webkit-scrollbar {
  width: 0;
}
.iziModal .iziModal-wrap {
  overflow-y: auto;
  scrollbar-width: none;
}
.iziModal .iziModal-wrap::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=style.css.map */
