@charset "UTF-8";
/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}
.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block !important;
}

/* margin padding
============================================================ */
.pd0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

/* over
============================================================ */
.m-over {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.m-over:hover {
  opacity: 0.7;
}
a.m-over {
  text-decoration: none;
}

button.m-over {
  outline: none;
  text-decoration: none;
}

.m-imgover {
  display: block;
  overflow: hidden;
}
.m-imgover img {
  transition: transform 0.5s ease;
}
.m-imgover:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* font
============================================================ */
/* icon
============================================================ */
.m-icon-num08, .m-icon-num07, .m-icon-num06, .m-icon-num05, .m-icon-num04, .m-icon-num03, .m-icon-num02, .m-icon-num01, .m-icon-reserve, .m-icon-tel, .m-icon-close, .m-icon-other, .m-icon-present, .m-icon-event, .m-icon-goods, .m-icon-oyatsu, .m-icon-sweets, .m-icon-insta, .m-icon-line, .m-icon-facebook, .m-icon-twitter, .m-icon-book, .m-icon-cart, .m-icon-arrow, .m-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.m-icon-num08:before, .m-icon-num07:before, .m-icon-num06:before, .m-icon-num05:before, .m-icon-num04:before, .m-icon-num03:before, .m-icon-num02:before, .m-icon-num01:before, .m-icon-reserve:before, .m-icon-tel:before, .m-icon-close:before, .m-icon-other:before, .m-icon-present:before, .m-icon-event:before, .m-icon-goods:before, .m-icon-oyatsu:before, .m-icon-sweets:before, .m-icon-insta:before, .m-icon-line:before, .m-icon-facebook:before, .m-icon-twitter:before, .m-icon-book:before, .m-icon-cart:before, .m-icon-arrow:before, .m-icon:before {
  content: "";
  position: absolute;
  display: block;
  top: 130%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.m-icon-insta:before, .m-icon-line:before, .m-icon-facebook:before, .m-icon-twitter:before,.m-icon-num08:before, .m-icon-num07:before, .m-icon-num06:before, .m-icon-num05:before, .m-icon-num04:before, .m-icon-num03:before, .m-icon-num02:before, .m-icon-num01:before {
  top: 50%;
}

.m-icon-arrow:before {
  background-image: url(../img/common/icon-arrow.svg);
}

.m-icon-cart:before {
  background-image: url(../img/common/icon-cart.svg);
}

.m-icon-book:before {
  background-image: url(../img/common/icon-book.svg);
}

.m-icon-twitter:before {
  background-image: url(../img/common/icon-twitter.png);
}

.m-icon-facebook:before {
  background-image: url(../img/common/icon-facebook.png);
}

.m-icon-line:before {
  background-image: url(../img/common/icon-line.png);
}

.m-icon-insta:before {
  background-image: url(../img/common/icon-insta.png);
}

.m-icon-sweets:before {
  background-image: url(../img/common/icon-sweets.svg);
}

.m-icon-oyatsu {
  height: 1.3em;
}
.m-icon-oyatsu:before {
  background-image: url(../img/common/icon-oyatsu.svg);
}

.m-icon-goods {
  height: 1.2em;
}
.m-icon-goods:before {
  background-image: url(../img/common/icon-goods.svg);
}

.m-icon-event:before {
  background-image: url(../img/common/icon-event.svg);
}

.m-icon-present:before {
  background-image: url(../img/common/icon-present.svg);
}

.m-icon-other:before {
  background-image: url(../img/common/icon-other.svg);
}

.m-icon-close:before {
  background-image: url(../img/common/icon-close.svg);
}

.m-icon-tel:before {
  background-image: url(../img/common/icon-tel.png);
}

.m-icon-reserve:before {
  background-image: url(../img/common/icon-reserve.png);
}

.m-icon-num01 {
  width: 2em;
}
.m-icon-num01:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num01.svg);
  mask-image: url(../img/common/icon-num01.svg);
  background: #fff;
}

.m-icon-num02 {
  width: 2em;
}
.m-icon-num02:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num02.svg);
  mask-image: url(../img/common/icon-num02.svg);
  background: #fff;
}

.m-icon-num03 {
  width: 2em;
}
.m-icon-num03:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num03.svg);
  mask-image: url(../img/common/icon-num03.svg);
  background: #fff;
}

.m-icon-num04 {
  width: 2em;
}
.m-icon-num04:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num04.svg);
  mask-image: url(../img/common/icon-num04.svg);
  background: #fff;
}

.m-icon-num05 {
  width: 2em;
}
.m-icon-num05:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num05.svg);
  mask-image: url(../img/common/icon-num05.svg);
  background: #fff;
}

.m-icon-num06 {
  width: 2em;
}
.m-icon-num06:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num06.svg);
  mask-image: url(../img/common/icon-num06.svg);
  background: #fff;
}

.m-icon-num07 {
  width: 2em;
}
.m-icon-num07:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num07.svg);
  mask-image: url(../img/common/icon-num07.svg);
  background: #fff;
}

.m-icon-num08 {
  width: 2em;
}
.m-icon-num08:before {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/common/icon-num08.svg);
  mask-image: url(../img/common/icon-num08.svg);
  background: #fff;
}

/* button
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  text-decoration: none !important;
}
.disable.m-btn {
  pointer-events: none;
  background: #999 !important;
}

.m-btn {
  width: 30rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  font-weight: bold;
}
a.m-btn {
  color: inherit;
  text-decoration: none;
}

.m-btn em {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 1rem;
  transform: translateY(-50%);
}

/* arrow
============================================================ */
.m-arrow-d, .m-arrow-r {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.m-arrow-d:after, .m-arrow-r:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-arrow-r:after {
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
}

.m-arrow-d:after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}
a.m-text-underline:hover {
  text-decoration: none;
}

.m-nowrap {
  white-space: nowrap;
}

.m-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent1 > * {
  text-indent: 0;
}
.m-indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
.m-indent-disc {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-disc:before {
  content: "●";
  display: inline-block;
  transform: scale(0.8);
  text-indent: 0;
}
.m-indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-kome:before {
  content: "※";
  display: inline-block;
  text-indent: 0;
}

/* ============================================================
/* js
============================================================ */
/* accordion
============================================================ */
.js-accordion__content {
  display: none;
}
.js-accordion .m-arrow-d {
  transform: translateY(-30%);
}
.js-accordion.opened .m-arrow-d {
  transform: translateY(30%) scale(1, -1);
}

/* slider
============================================================ */
.js-slider :focus {
  outline: none;
}

/* inview
============================================================ */
.js-inview-fadeup {
  opacity: 0;
  transform: translateY(50px);
}
.js-inview-fadeup.inviewed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.js-inview-fade {
  opacity: 0;
}
.js-inview-fade.inviewed {
  opacity: 1;
  transition: opacity 1s ease;
}

.js-inview-delay1.inviewed {
  transition-delay: 0.25s;
}

/* remodal
============================================================ */
.remodal-wrapper {
  padding: 0;
}

.remodal {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.8;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  padding-left: 0;
  padding-right: 0;
  max-width: 37.5rem;
  background: transparent;
}
.remodal, .remodal * {
  box-sizing: border-box;
}

/* ============================================================
/* layout
============================================================ */
@media screen and (min-width: 1301px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 951px) and (max-width: 1100px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 751px) and (max-width: 950px) {
  html {
    font-size: 1.34vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@media (hover: none) {
  a:hover img {
    opacity: 1;
  }
}
figure {
  margin: 0;
}

#page {
  overflow: hidden;
}

#btn-f-top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 60px;
}

@media (max-width: 750px) {
  #btn-f-top {
    width: 10vw;
    right: 0.5em;
    bottom: 0.5em;
  }
}
#section_header {
  position: relative;
  z-index: 9999;
}

#gfooter {
  position: relative;
}

@media (min-width: 750px) {
  #gfooter .inner .list ul {
    padding: 0.5em;
    text-align: left;
  }
  #gfooter .inner .list ul li {
    width: 48%;
  }
  #gfooter .inner .list ul li a {
    font-size: 1.3rem;
  }
  #gfooter .inner .btn {
    width: 18.66%;
    height: auto;
  }
  #gfooter .inner .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  #gfooter .inner .btn a .arrow img {
    width: 30%;
  }
  #gfooter .inner .btn a .text {
    font-size: 1.3rem;
  }
}
#pageContents {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.8;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
#pageContents, #pageContents * {
  box-sizing: border-box;
}

.l-inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
}

/* pageContents
============================================================ */
#pageContents {
  background: #D3494F;
}

.pageContents__wrapper {
  position: relative;
  margin: 0 auto;
}
.pageContents__header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pageContents__header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/line.svg) repeat-y 0 0/3.5rem 70rem;
  -webkit-animation: lineSlide 20s linear infinite;
  animation: lineSlide 20s linear infinite;
  pointer-events: none;
}
.pageContents__info {
  width: 80%;
  max-width: 475px;
  margin-right: 5%;
  margin-top: 5%;
}
.pageContents__inner {
  max-width: 37.5rem;
  overflow: hidden;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
.pageContents__footer {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.pageContents__footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 24rem;
  background: url(../img/common/line.svg) repeat-y 100% 0/3.5rem 70rem;
  -webkit-animation: lineSlide 20s linear infinite;
  animation: lineSlide 20s linear infinite;
  animation-direction: reverse;
  pointer-events: none;
}
.pageContents__nav {
  color: #fff;
}
.pageContents__nav .l-nav {
  padding: 0 0 2em 1.5em;
}
.pageContents__nav .l-nav > li {
  font-size: 1.4rem;
}
.pageContents__nav .l-nav > li + li {
  margin-top: 1em;
}
.pageContents__nav .l-nav__sub {
  margin-top: 1rem;
}
.pageContents__nav .l-nav__sub > li {
  font-size: 1.1rem;
}
.pageContents__nav .l-nav__sub > li + li {
  margin-top: 0.25rem;
}
@media screen and (min-width: 1101px) {
  .pageContents__header {
    width: calc(50% - 8rem);
  }
  .pageContents__inner {
    margin-left: calc(50% - 8rem);
  }
  .pageContents__footer {
    left: calc(50% + 37.5rem - 8rem);
  }
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .pageContents__header {
    width: calc(100% - 37.5rem);
  }
  .pageContents__inner {
    margin-left: auto;
  }
  .pageContents__footer {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pageContents__header, .pageContents__footer {
    display: none;
  }
}

@-webkit-keyframes lineSlide {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 70rem;
  }
}

@keyframes lineSlide {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 70rem;
  }
}
/* l-nav
============================================================ */
.l-nav > li a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.l-nav > li a [class*=m-icon-num] {
  margin-right: 0.25em;
  margin-top: -0.2em;
}
.l-nav__sub > li a {
  line-height: 1.8;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-left: 1em;
  text-indent: -1em;
}
.l-nav__sub > li a:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

@media (hover: hover) {
  .l-nav a:hover {
    color: #FFACC8;
  }
  .l-nav a:hover em:before {
    background: currentColor;
  }
}
/* l-gnav
============================================================ */
.l-gnav-btn,
.l-gnav__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 7rem;
  cursor: pointer;
}
.l-gnav-btn .m-icon,
.l-gnav__close .m-icon {
  width: 100%;
  height: 100%;
}

.l-gnav-btn {
  z-index: 9999;
}
.l-gnav-btn .m-icon:before {
  background-image: url(../img/common/icon-gmenu.png);
}
body.header-fixed .l-gnav-btn {
  position: fixed;
}
@media screen and (min-width: 1101px) {
  .l-gnav-btn {
    display: none;
  }
}

.l-gnav__close .m-icon:before {
  background-image: url(../img/common/icon-gclose.png);
}

.l-gnav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 37.5rem;
  background: url(../img/common/bg-gnav.png) no-repeat center bottom/100% auto;
  background-color: #D3494F;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.gnav-open .l-gnav {
  opacity: 1;
  visibility: visible;
}
.l-gnav__outer {
  max-height: 100%;
  width: calc(100% + 100px);
  padding-right: 100px;
  overflow: auto;
}
.l-gnav__inner {
  padding: 5rem;
}
.l-gnav .l-nav {
  color: #fff;
}
.l-gnav .l-nav > li {
  font-size: 1.94rem;
}
.l-gnav .l-nav > li a {
  letter-spacing: 0.2em;
}
.l-gnav .l-nav > li + li {
  margin-top: 1em;
}
.l-gnav .l-nav__sub {
  margin-top: 1rem;
  margin-left: 1rem;
}
.l-gnav .l-nav__sub > li {
  font-size: 1.4rem;
}
.l-gnav .l-nav__sub > li a {
  letter-spacing: 0.15em;
}
.l-gnav .l-nav__sub > li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1101px) {
  .l-gnav {
    display: none;
  }
}

/* l-footer
============================================================ */
.l-footer {
  position: relative;
  z-index: 0;
  padding: 6rem 0 4.5rem;
  background: #E4605F;
}
.l-footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: calc(100% + 1px);
  height: 2rem;
  background: url(../img/common/line-footer.png) no-repeat center bottom/100% auto;
  z-index: -1;
}
.l-footer .l-follow {
  margin-top: 2.5rem;
}
.l-footer .l-pagetop {
  position: absolute;
  display: block;
  width: 7.5rem;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer .l-pagetop:hover img {
  opacity: 1;
}

/* l-sns
============================================================ */
.l-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.l-sns li {
  margin: 0 0.3rem;
}
.l-sns li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 10.5rem;
  height: 4rem;
  padding: 0 1.5rem;
  color: inherit;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border: 0.1rem solid;
  background: #fff;
  border-radius: 4rem;
}
.l-sns li a span {
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.l-sns li a em {
  font-size: 1.9rem;
}
.l-sns li a[href*="line.me"] {
  padding: 0 1em;
}
.l-sns li a[href*="line.me"] span {
  letter-spacing: 0;
}
.l-sns li a.l-sns-insta {
  width: 32.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  justify-content: center;
}
.l-sns li a.l-sns-insta em {
  margin-left: 0.5em;
}

/* l-follow
============================================================ */
.l-follow ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.l-follow li a em {
  font-size: 5rem;
}
.l-follow li + li {
  margin-left: 5rem;
}

/* sec-anchor
============================================================ */
.sec-anchor {
  margin-top: -5rem;
  padding-top: 5rem;
  height: 0;
  visibility: hidden;
}

/* ============================================================
/* modules
============================================================ */
.m-btn-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.5rem;
  height: 6.5rem;
  border-radius: 6.5rem;
  border: 0.1rem solid;
  background: #fff;
}
a.m-btn-nav {
  color: inherit;
  text-decoration: none;
}

.m-btn-nav:after {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: 0.1rem solid;
  box-sizing: border-box;
}
.m-btn-nav em:not(.m-icon-arrow) {
  position: absolute;
  top: 10%;
  left: 2.5rem;
  font-size: 3rem;
  transform: translateY(-50%);
}
.m-btn-nav em.m-icon-arrow {
  position: absolute;
  top: 10%;
  right: 3.25rem;
  font-size: 3rem;
  transform: translate(50%, -50%);
  z-index: 1;
}
.m-btn-nav span {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.m-btn-nav.disable {
  pointer-events: none;
  background: #DADADA;
}
.m-btn-nav.disable em:not(.m-icon-arrow), .m-btn-nav.disable span {
  opacity: 0.5;
}
.m-btn-nav.disable:after {
  background: #AEAEAE !important;
}

.m-boxtext {
  font-size: 1.4rem;
  font-feature-settings: "palt" 0;
  letter-spacing: 0.1em;
}
.m-boxtext span {
  position: relative;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5rem;
  padding: 0 0.75em;
  align-items: center;
}
.m-boxtext span em {
  position: relative;
  font-style: normal;
  font-weight: bold;
  z-index: 3;
}
.m-boxtext span:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #000;
  z-index: 1;
}
.m-boxtext span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
.m-boxtext span + span {
  margin-top: -0.5rem;
}

/* ============================================================
/* top page style
============================================================ */
.top-mv__inner {
  position: relative;
}
.top-mv__image {
  position: relative;
}
.top-mv__image span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: width 0.5s ease;
}
.top-mv__image span:nth-child(2) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5rem;
  max-width: 37.5rem;
}
.top-mv__image span[data-status=none] {
  width: 0;
}
.top-mv__image span[data-status=half] {
  width: 50%;
}
.top-mv__image span[data-status=full] {
  width: 100%;
}
.top-mv__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@-webkit-keyframes stepAnimation {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes stepAnimation {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.top-lead {
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
  height: 43rem;
  background: url(../img/top/bg-lead.png) no-repeat center center/cover;
}
.top-lead__text {
  margin-left: 4rem;
}
.top-lead__text span {
  padding-left: 1em;
  padding-right: 0.5em;
}

.top-choco {
  padding: 4rem 0;
  background: #96B6C2;
}
.top-choco__header {
  margin-bottom: 1rem;
}
.top-choco__desc {
  margin: -8rem 0 0 4rem;
  line-height: 2;
  font-size: 1.34rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.top-choco__image {
  position: relative;
  width: 22.4rem;
  margin: 0 auto;
}
.top-choco__slider {
  width: 100%;
  border-radius: 11.2rem 11.2rem 0.5rem 0.5rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.top-choco__balloon {
  position: absolute;
  right: -3.5rem;
  bottom: -2.5rem;
  width: 12.5rem;
  height: 13rem;
  overflow: hidden;
}
.top-choco__balloon span {
  display: block;
  width: inherit;
  -webkit-animation: stepAnimation infinite steps(2, end) 1.2s;
  animation: stepAnimation infinite steps(2, end) 1.2s;
}
.top-choco__balloon span img {
  transform: translateY(-0.5rem);
}
.top-choco__info {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-choco__deco {
  width: 6rem;
}
.top-choco__text {
  margin-left: 2rem;
}
.top-choco__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top-choco__nav li {
  margin-top: 2.5rem;
}
.top-choco__nav .m-btn-nav:after {
  background: #94422A;
}

.top-strawberry {
  padding: 3.5rem 0 4.5rem;
  background: #FFACC8;
}
.top-strawberry__desc {
  margin: -13rem 0 0 14rem;
  line-height: 2;
  font-size: 1.34rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.top-strawberry__image {
  position: relative;
  width: 24rem;
  margin: 3.5rem auto 0;
}
.top-strawberry__slider {
  width: 100%;
  border-radius: 8.5rem;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.top-strawberry__info {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-strawberry__deco {
  width: 6rem;
}
.top-strawberry__text {
  margin-left: 2rem;
}
.top-strawberry__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top-strawberry__nav li {
  margin-top: 2.5rem;
}
.top-strawberry__nav li:not(:last-child) .m-btn-nav span {
  font-size: 1.6rem;
}
.top-strawberry__nav .m-btn-nav:after {
  background: #D3494F;
}

.top-slider__image {
  position: relative;
}
.top-slider__image .swiper-slide {
  width: 23rem;
}
.top-slider__image .swiper-wrapper {
  transition-timing-function: linear;
}

.top-info {
  padding: 2.5rem 0;
}
.top-info__text {
  width: 27rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .top-info {
    display: none;
  }
}

.top-nav {
  position: relative;
  padding: 3.5rem 0 3rem;
}
.top-nav .l-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 2rem;
}
.top-nav .l-nav li {
  margin-top: 1rem;
  padding: 0.5rem 0;
  border-bottom: 0.2rem solid;
}
.top-nav .l-nav li:before {
  content: "・";
  display: inline-block;
  transform: scale(1.5);
}
.top-nav .l-nav li a {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1101px) {
  .top-nav {
    display: none;
  }
}

.btn-toindex {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}
.btn-toindex a {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 6.5rem;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.btn-toindex.show a {
  visibility: visible;
  opacity: 1;
}

.top-movie {
  padding: 6rem 0 5rem;
}
.top-movie__list {
  width: 29rem;
  margin: 3.5rem auto 0;
}
.top-movie__list li {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.top-movie__list li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-movie__list li + li {
  margin-top: 4.5rem;
}

.top-present {
  position: relative;
  z-index: 0;
  padding-top: 1rem;
}
.top-present:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: calc(100% + 1px);
  height: 2rem;
  background: url(../img/top/line-present.png) no-repeat center bottom/100% auto;
  z-index: -1;
}
.top-present__inner {
  position: absolute;
  top: 28.5rem;
  left: 0;
  width: 100%;
}
.top-present__text {
  margin-left: 5rem;
}
.top-present .m-btn-nav {
  margin: 2.5rem auto 0;
}
.top-present .m-btn-nav:after {
  background: #FFACC8;
}

.top-map {
  padding: 3rem 0 2.5rem;
  background: #FFACC8;
}
.top-map__list {
  display: flex;
  justify-content: space-between;
  width: 33.5rem;
  margin: 0 auto;
}
.top-map__list li {
  width: 15.5rem;
}
.top-map__list li a {
  display: block;
}
.top-map__list li a.disable {
  position: relative;
  pointer-events: none;
}
.top-map__list li a.disable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7.3rem 7.3rem 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.top-map__list li a.disable:after {
  content: "COMING SOON";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.top-other {
  padding: 3rem 0 7rem;
  background: #78B689;
}
.top-other .m-btn-nav {
  margin: 0 auto;
}
.top-other .m-btn-nav:after {
  background: #FFACC8;
}

.modal-top-movie {
  padding: 4rem 0;
}
.modal-top-movie__inner {
  position: relative;
  width: 30rem;
  height: 30rem;
  margin: 0 auto;
}
.modal-top-movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-top-movie__close {
  position: absolute;
  top: -1rem;
  left: calc(50% + 12rem);
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 0;
  font-size: 4rem;
}

/* ============================================================
/* sub page style
============================================================ */
.sec-sub {
  background: #fff;
  position: relative;
  z-index: 0;
}
.sec-sub__inner {
  padding-bottom: 7.5rem;
}
.sec-sub__bg {
  position: fixed;
  top: 0;
  width: 37.5rem;
  height: 100vh;
  opacity: 0.5;
  z-index: -1;
}

/* ============================================================
/* sweets page style
============================================================ */
#pageContents.sweets .sec-sub__header {
  padding: 3.5rem 0 2rem;
}
#pageContents.sweets .sec-sub__inner {
  padding-bottom: 10rem;
}

.sec-sweets + .sec-sweets {
  margin-top: 6rem;
}
.sec-sweets__ttl {
  position: relative;
  margin-bottom: -1rem;
  z-index: 1;
  pointer-events: none;
}
.sec-sweets__inner {
  width: 34.2rem;
  margin: 0 auto;
}
.sec-sweets__map {
  position: relative;
}
.sec-sweets__map a {
  position: absolute;
  display: block;
}

.modal-sweets-item {
  position: relative;
  width: 31rem;
  border-radius: 2.5rem 2.5rem 0 0;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}
.modal-sweets-item__header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  color: #D3494F;
}
.modal-sweets-item__floor {
  width: 4rem;
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.modal-sweets-item__ttl {
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 900;
}
.modal-sweets-item__image {
  position: relative;
  text-align: center;
}
.modal-sweets-item__image img[width="418"] {
  width: 20.9rem;
}
.modal-sweets-item__limited {
  position: absolute;
  left: 1.5rem;
  bottom: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 6.1rem;
  height: 6.1rem;
  line-height: 1.3;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  background: #D3494F;
}
.modal-sweets-item__inner {
  width: 28rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #D3494F;
}
.modal-sweets-item__text {
  font-size: 1.1rem;
  text-align: justify;
}
.modal-sweets-item__ttl2 {
  margin-top: 1rem;
  font-size: 1.44rem;
  font-weight: 900;
}
.modal-sweets-item__detail {
  margin-top: 0.75rem;
}
.modal-sweets-item__detail li {
  line-height: 1.5;
  font-size: 1.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.modal-sweets-item__detail li em {
  font-size: 1.34rem;
  font-weight: 900;
}
.modal-sweets-item__detail li + li {
  margin-top: 0.75em;
}
.modal-sweets-item__info {
  margin-top: 1rem;
}
.modal-sweets-item__info li {
  font-size: 1.1rem;
  font-weight: 900;
}
.modal-sweets-item__info li small {
  font-weight: bold;
}
.modal-sweets-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: #D3494F;
}
.modal-sweets-item__footer__text {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
.modal-sweets-item__footer .m-btn-nav {
  width: 15rem;
  height: 3.4rem;
  padding-right: 2rem;
}
.modal-sweets-item__footer .m-btn-nav:after {
  width: 3.4rem;
  height: 3.4rem;
  background: #D3494F;
}
.modal-sweets-item__footer .m-btn-nav span {
  font-size: 1.24rem;
  color: #D3494F;
  letter-spacing: 0.1em;
}
.modal-sweets-item__footer .m-btn-nav em.m-icon-arrow {
  font-size: 1.6rem;
  right: 1.7rem;
}
.modal-sweets-item__close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 0;
  font-size: 4rem;
}

/* ============================================================
/* product page style
============================================================ */
.sec-product__header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  border: 1px solid;
  padding-left: 1rem;
  background: #D3494F;
  border-radius: 2rem 2rem 0 0;
}
.sec-product__floor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.35rem;
  height: 2.5rem;
  font-size: 1.24rem;
  font-weight: 900;
  color: #D3494F;
  border-radius: 1rem;
  background: #fff;
}
.sec-product__ttl {
  line-height: 1.5;
  margin-left: 0.5em;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
}
.sec-product__ttl small {
  font-weight: bold;
}
.sec-product__image {
  border-left: 1px solid;
  border-right: 1px solid;
  background: #fff;
}
.sec-product__inner {
  padding-top: 1rem;
}
.sec-product__ttl2 {
  line-height: 1.5;
  font-size: 1.44rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.sec-product__material {
  margin-top: 0.5rem;
  line-height: 1.5;
  font-size: 1.34rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.sec-product__text {
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: justify;
}
.sec-product__detail {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.sec-product__detail li + li {
  margin-top: 0.25em;
}
.sec-product__info {
  margin-top: 1rem;
  font-size: 1.1rem;
}
.sec-product__info li {
  font-weight: 900;
}
.sec-product__info li small {
  font-weight: bold;
}
.sec-product__contact {
  margin-top: 1.5rem;
  width: 15rem;
}
.sec-product__contact__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-bottom: 0.5em;
  font-size: 1.24rem;
  font-weight: bold;
  color: #D3494F;
  letter-spacing: 0.05em;
  background: url(../img/common/bg-balloon.png) no-repeat center top/100% auto;
}
.sec-product__contact__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.sec-product__contact__list a {
  display: block;
  line-height: 0;
  font-size: 3rem;
  margin: 0 0.75rem;
}
.sec-product__contact__note {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.sec-product__contact__reserve__note {
  line-height: 1.4;
  font-size: 0.9rem;
  text-align: center;
}
.sec-product .m-btn-nav {
  margin-top: 1.5rem;
  width: 15.7rem;
  height: 3.4rem;
  padding-right: 2rem;
}
.sec-product .m-btn-nav:after {
  width: 3.4rem;
  height: 3.4rem;
  background: #D3494F;
}
.sec-product .m-btn-nav span {
  font-size: 1.24rem;
  color: #D3494F;
  letter-spacing: 0.1em;
}
.sec-product .m-btn-nav em.m-icon-arrow {
  font-size: 1.6rem;
  right: 1.7rem;
}
.sec-product__sweetsnav {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #D3494F;
}
.sec-product__sweetsnav__text {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-product__sweetsnav .m-btn-nav {
  margin-top: 0.5rem;
  width: 100%;
}
.sec-product__list {
  margin: 0 auto 0;
}
.sec-product__list.rows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 34rem;
}
.sec-product__list.rows .sec-product {
  width: 15.9rem;
  margin-top: 3rem;
}
.sec-product__list.rows .sec-product__footer {
  display: flex;
  justify-content: center;
}
.sec-product__list.single {
  width: 31rem;
}
.sec-product__list.single .m-btn-nav {
  margin-left: 0;
}
.sec-product__list.single .sec-product {
  margin-top: 3rem;
}
.sec-product__list.single .sec-product__header {
  height: 6.5rem;
  padding-left: 2rem;
}
.sec-product__list.single .sec-product__floor {
  width: 3rem;
  height: 3.34rem;
  font-size: 1.6rem;
  border-radius: 1.25rem;
}
.sec-product__list.single .sec-product__ttl {
  font-size: 1.3rem;
}
.sec-product__list.single .sec-product__footer {
  display: flex;
  justify-content: space-between;
}