@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
:root {
  --both-ends-inline: 3%;
  --both-ends-area-main-txt: 16%;
  --period-right-bottom: 2.5%;
  --period-padding: 2.5% 6%;
  --period-modal-padding: 2% 6% 2.5%;
  --period-bottom-sp: 3.5%;
}
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;
}
.sp-only {
  display: none;
}
@media screen and (width <= 544px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  background: url(../img/bg_pc_red01.png) no-repeat left top / 100%, url(../img/bg_pc_purple.jpg) repeat-y left top / 100%;
}
@media screen and (width <= 544px) {
  .l-container {
    background-image: url(../img/bg_sp_red01.png), url(../img/bg_sp_purple.jpg);
    background-color: #b81c22;
  }
}
@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-header {
  position: relative;
  width: 100%;
}

.l-main {
  position: relative;
  width: 100%;
}
@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 {
    background: none;
  }
}

.l-content {
  position: relative;
  max-width: 1160px;
  padding: 25px 1% 58px;
  margin: 0 auto;
  border-radius: 10px;
  background: #F0EAE4;
}
@media screen and (width <= 544px) {
  .l-content {
    padding: 8px 8px 30px;
    border-radius: 5px;
  }
}
.l-main .sweets-area,
.l-main .gourmet-area .gourmet-area-inner {
  padding-inline: var(--both-ends-inline);
}
.l-main .sweets-area {
  background: url(../img/bg_leaf.png) no-repeat left 20% / 100%;
  margin-bottom: 40px;
}
@media screen and (width <= 544px) {
  .l-main .sweets-area {
    background: none;
  }
}
.l-content.-sweets {
  margin-top: 1em;
  position: relative;
}
.l-content p.area-main-txt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-block: 20px;
}
@media screen and (width <= 544px) {
  .l-content p.area-main-txt {
    font-size: 1.4rem;
    position: relative;
    line-height: 1.3;
  }
}
.l-content p.area-main-txt::before,
.l-content p.area-main-txt::after {
  position: relative;
  top: 3px;
}
.l-content p.area-main-txt::before {
  margin-right: 12px;
}
.l-content p.area-main-txt::after {
  margin-left: 12px;
}
@media screen and (width <= 544px) {
  .l-content p.area-main-txt::before,
  .l-content p.area-main-txt::after {
    position: absolute;
    top: 7px;
  }
  .l-content p.area-main-txt::before {
    left: var(--both-ends-area-main-txt);
  }
  .l-content p.area-main-txt::after {
    right: var(--both-ends-area-main-txt);
  }
}
.l-content.-sweets p.area-main-txt::before {
  content: url('../img/img_check01_b.svg');
}
.l-content.-sweets p.area-main-txt::after {
  content: url('../img/img_check01_a.svg');
}
.l-content.-gourmet p.area-main-txt::before {
  content: url('../img/img_check02_b.svg');
}
.l-content.-gourmet p.area-main-txt::after {
  content: url('../img/img_check02_a.svg');
}
.l-main .gourmet-area {
  position: relative;
}
.l-main .gourmet-area img.bg-leaf {
  position: absolute;
  top: 0;
  left: 0;
}
.l-main .gourmet-area .gourmet-area-inner {
  background: url(../img/bg_pc_red.jpg) repeat-y left top / 100%;
  margin-top: -80px;
}
@media screen and (width <= 544px) {
  .l-main .gourmet-area .gourmet-area-inner {
    background-image: url(../img/bg_sp_red.jpg);
    margin-top: -4.5%;
  }
}
@media (min-width: 961px) {
  .l-main .gourmet-area .gourmet-area-inner {
    margin-top: -100px;
  }
}
.l-footer {
  position: relative;
  padding: 40px 0;
}
@media screen and (width <= 544px) {
  .l-footer {
    padding: 30px 0 40px;
  }
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-heading__level1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@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 h2 {
  position: absolute;
  left: 0;
  text-align: left;
  top: -58px;
}
.-sweets .c-menu h2 {
  max-width: 476px;
}
@media screen and (width <= 544px) {
  .-sweets .c-menu h2 {
    width: 92%;
    top: -10.6vw;
  }
}
.-gourmet .c-menu h2 {
  max-width: 554px;
}
@media screen and (width <= 544px) {
  .-gourmet .c-menu h2 {
    top: -9.84vw;
  }
}
.c-menu h2 img {
  width: 68%;
}
@media (min-width: 961px) {
  .c-menu h2 {
    width: 100%;
    top: -68.9px;
  }
  .c-menu h2 img {
    width: 80%;
  }
}
.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;
}
@media screen and (width <= 544px) {
  .c-card {
    width: 48%;
  }
}
.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: var(--period-right-bottom);
  bottom: var(--period-right-bottom);
  padding: var(--period-padding);
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #c44226;
  border-radius: 20px;
}
@media screen and (width <= 544px) {
  .c-card__image .-period {
    bottom: var(--period-bottom-sp);
  }
}
.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: #FFFFFF;
}
.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.2rem;
  }
}
.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: 0 auto;
  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;
    bottom: 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;
  max-width: 1035px;
  margin: 0 auto;
  width: 75%;
}
@media screen and (width <= 544px) {
  .p-bottom-link ul {
    width: 100%;
    padding-inline: var(--both-ends-inline);
  }
}
.p-bottom-link ul li {
  -ms-flex-preferred-size: 49.1%;
  flex-basis: 49.1%;
}
@media screen and (width <= 544px) {
  .p-bottom-link ul li {
    -ms-flex-preferred-size: 48.7%;
    flex-basis: 48.7%;
  }
}
.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;
}
.footer-area {
  background: url(../img/bg_pc_red03.png) no-repeat left top / 100%;
  padding-top: 8.9%;
}
@media screen and (width <= 544px) {
  .footer-area {
    background-image: url(../img/bg_sp_red03.png);
    padding-top: 18.5%;
  }
}
/* ----------------------------------------------------
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: var(--period-right-bottom);
  bottom: var(--period-right-bottom);
  padding: var(--period-modal-padding);
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #c44226;
  border-radius: 20px;
}
.-period.-period-line {
  line-height: 1.2;
  text-align: left;
}
.modal__image .-period.-period-line {
  padding-bottom: 2.2%;
}
.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 */
