@charset "UTF-8";
.contents-wrap {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.content-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-inner--l {
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-inner2 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-inner3 {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content-inner4 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 100% !important;
  padding: 0 !important;
}

.page-content-wrapper {
  line-height: 1.75;
}
.page-content-wrapper section:not(:last-of-type), .page-content-wrapper .section:not(:last-of-type) {
  margin-bottom: 100px;
}

.section--bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FDFBEC;
}

.container--border {
  border: solid 18px #FDFBEC;
  padding: 40px 50px;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.content-wrapper {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
}
.content-wrapper a {
  text-decoration: none;
}
.content-wrapper a:hover {
  opacity: 1;
}
.content-wrapper *:focus {
  outline: none;
}

.txt--notice {
  font-size: 1.4rem !important;
}
.txt--notice > * {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.txt--notice > *:before {
  content: "※";
}

/* ------------------------------------------
  component
--------------------------------------- */
/*
  title
--------------------------- */
.ttl--underline {
  padding-bottom: 0.3em;
  border-bottom: solid 1px #231815;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ttl--bg {
  padding: 0.4em 20px;
  font-size: 22px;
  font-weight: 700;
  background: #FDFBEC;
  margin-bottom: 30px;
}

.ttl--underbar, .ttl--marker {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.ttl--underbar:after, .ttl--marker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 1px;
  background: #171c3f;
  margin: 0 auto;
}

/*
  list
--------------------------- */
.list--circle > * {
  position: relative;
  padding-left: 1.4em;
}
.list--circle > *:not(:last-child) {
  margin-bottom: 6px;
}
.list--circle > *:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #171c3f;
  margin-right: 6px;
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
}

html {
  overflow-x: hidden;
}

.article-popup-inner {
  padding: 20px;
}

.article-popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #718094;
  top: 0;
  right: 0;
}
.article-popup__close:before, .article-popup__close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #fff;
}
.article-popup__close:before {
  transform: rotate(45deg);
}
.article-popup__close:after {
  transform: rotate(-45deg);
}

/* ------------------------------------------
  layout
--------------------------------------- */
/*
  margin / padding
--------------------------- */
.pl-0 {
  padding-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.mt--0 {
  margin-top: 0px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pl-1 {
  padding-right: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml--1 {
  margin-left: -10px !important;
}

.mt--1 {
  margin-top: -10px !important;
}

.mr--1 {
  margin-right: -10px !important;
}

.mb--1 {
  margin-bottom: -10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pl-2 {
  padding-right: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml--2 {
  margin-left: -20px !important;
}

.mt--2 {
  margin-top: -20px !important;
}

.mr--2 {
  margin-right: -20px !important;
}

.mb--2 {
  margin-bottom: -20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pl-3 {
  padding-right: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml--3 {
  margin-left: -30px !important;
}

.mt--3 {
  margin-top: -30px !important;
}

.mr--3 {
  margin-right: -30px !important;
}

.mb--3 {
  margin-bottom: -30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pl-4 {
  padding-right: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ml--4 {
  margin-left: -40px !important;
}

.mt--4 {
  margin-top: -40px !important;
}

.mr--4 {
  margin-right: -40px !important;
}

.mb--4 {
  margin-bottom: -40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pl-5 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ml--5 {
  margin-left: -50px !important;
}

.mt--5 {
  margin-top: -50px !important;
}

.mr--5 {
  margin-right: -50px !important;
}

.mb--5 {
  margin-bottom: -50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pl-6 {
  padding-right: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.ml--6 {
  margin-left: -60px !important;
}

.mt--6 {
  margin-top: -60px !important;
}

.mr--6 {
  margin-right: -60px !important;
}

.mb--6 {
  margin-bottom: -60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pl-7 {
  padding-right: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.ml--7 {
  margin-left: -70px !important;
}

.mt--7 {
  margin-top: -70px !important;
}

.mr--7 {
  margin-right: -70px !important;
}

.mb--7 {
  margin-bottom: -70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pl-8 {
  padding-right: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.ml--8 {
  margin-left: -80px !important;
}

.mt--8 {
  margin-top: -80px !important;
}

.mr--8 {
  margin-right: -80px !important;
}

.mb--8 {
  margin-bottom: -80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pl-9 {
  padding-right: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.ml--9 {
  margin-left: -90px !important;
}

.mt--9 {
  margin-top: -90px !important;
}

.mr--9 {
  margin-right: -90px !important;
}

.mb--9 {
  margin-bottom: -90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-10 {
  padding-right: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.ml--10 {
  margin-left: -100px !important;
}

.mt--10 {
  margin-top: -100px !important;
}

.mr--10 {
  margin-right: -100px !important;
}

.mb--10 {
  margin-bottom: -100px !important;
}

/*
  flexbox
--------------------------- */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

/*
  grid
--------------------------- */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------------
  fonts
--------------------------------------- */
/*
  font-weight
--------------------------- */
.fw-thin {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-black {
  font-weight: 900;
}

/*
  font-style
--------------------------- */
.fs-italic {
  font-style: italic;
}

/*
  font-family
--------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.ff-serif {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

/*
  font-size
--------------------------- */
.fz-11 {
  font-size: 1.1rem !important;
}

.fz-12 {
  font-size: 1.2rem !important;
}

.fz-13 {
  font-size: 1.3rem !important;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.fz-15 {
  font-size: 1.5rem !important;
}

.fz-16 {
  font-size: 1.6rem !important;
}

.fz-17 {
  font-size: 1.7rem !important;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-19 {
  font-size: 1.9rem !important;
}

.fz-20 {
  font-size: 2rem !important;
}

.fz-21 {
  font-size: 2.1rem !important;
}

.fz-22 {
  font-size: 2.2rem !important;
}

.fz-23 {
  font-size: 2.3rem !important;
}

.fz-24 {
  font-size: 2.4rem !important;
}

.fz-25 {
  font-size: 2.5rem !important;
}

.fz-26 {
  font-size: 2.6rem !important;
}

.fz-27 {
  font-size: 2.7rem !important;
}

.fz-28 {
  font-size: 2.8rem !important;
}

.fz-29 {
  font-size: 2.9rem !important;
}

.fz-30 {
  font-size: 3rem !important;
}

.fz-31 {
  font-size: 3.1rem !important;
}

.fz-32 {
  font-size: 3.2rem !important;
}

.fz-33 {
  font-size: 3.3rem !important;
}

.fz-34 {
  font-size: 3.4rem !important;
}

.fz-35 {
  font-size: 3.5rem !important;
}

.fz-36 {
  font-size: 3.6rem !important;
}

.fz-37 {
  font-size: 3.7rem !important;
}

.fz-38 {
  font-size: 3.8rem !important;
}

.fz-39 {
  font-size: 3.9rem !important;
}

.fz-40 {
  font-size: 4rem !important;
}

.fz-41 {
  font-size: 4.1rem !important;
}

.fz-42 {
  font-size: 4.2rem !important;
}

.fz-43 {
  font-size: 4.3rem !important;
}

.fz-44 {
  font-size: 4.4rem !important;
}

.fz-45 {
  font-size: 4.5rem !important;
}

.fz-46 {
  font-size: 4.6rem !important;
}

.fz-47 {
  font-size: 4.7rem !important;
}

.fz-48 {
  font-size: 4.8rem !important;
}

.fz-49 {
  font-size: 4.9rem !important;
}

.fz-50 {
  font-size: 5rem !important;
}

.fz-51 {
  font-size: 5.1rem !important;
}

.fz-52 {
  font-size: 5.2rem !important;
}

.fz-53 {
  font-size: 5.3rem !important;
}

.fz-54 {
  font-size: 5.4rem !important;
}

.fz-55 {
  font-size: 5.5rem !important;
}

.fz-56 {
  font-size: 5.6rem !important;
}

.fz-57 {
  font-size: 5.7rem !important;
}

.fz-58 {
  font-size: 5.8rem !important;
}

.fz-59 {
  font-size: 5.9rem !important;
}

.fz-60 {
  font-size: 6rem !important;
}

/*
  line-height
--------------------------- */
.lh-v-small {
  line-height: 1.1;
}

.lh-small {
  line-height: 1.4;
}

.lh-v-large {
  line-height: 2.2;
}

.vpc {
  display: block;
}

a:link {
  text-decoration: none;
}

.vsp, .inline-vsp {
  display: none;
}

.fadein {
  opacity: 0;
  transition: all 0.6s 0.3s;
  transform: translateY(50px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0px);
}

.mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #c30416;
}
.mv img {
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top 50%;
     object-position: top 50%;
}
.mv-photo {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/effect_mv.png) center no-repeat;
  mix-blend-mode: screen;
  background-size: contain;
  animation: flashing 4s infinite;
}
.mv-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/effect_mv2.png) center no-repeat;
  mix-blend-mode: screen;
  background-size: contain;
  animation: flashing 4s infinite 1s;
}
.mv-photo div {
  width: 100%;
  height: 100%;
}
.mv-lead {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.5em;
  line-height: 2.4em;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.sp-nav {
  text-align: right;
  display: block;
  position: fixed;
  top: calc((100% - 75px) / 2);
  right: 0;
  width: 75px;
  height: 75px;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 50%, rgb(225, 200, 142));
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 99999;
  opacity: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.sp-nav.fix {
  opacity: 1;
}
.sp-nav.is-open span {
  background: transparent;
}
.sp-nav.is-open span::before {
  top: 0;
  transform: rotate(30deg);
}
.sp-nav.is-open span::after {
  top: 0;
  background: #bb7946;
  transform: rotate(-30deg);
}
.sp-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #bb7946;
  transform: translate(-50%, -50%);
}
.sp-nav span::before, .sp-nav span::after {
  content: "";
  position: absolute;
  top: -10px;
  display: block;
  width: 100%;
  height: 2px;
  background: #c33432;
  transition: all 0.2s ease;
}
.sp-nav span::after {
  top: 10px;
}

.nav-sp {
  display: none;
  width: 95%;
  position: fixed;
  z-index: 99998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(-1px -1px 1px #f3da8b) drop-shadow(1px 1px 1px #c78903);
}
.nav-sp .nav-inner {
  padding: 70px;
  text-align: center;
  background: #b11b25;
  clip-path: polygon(0 50px, 50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
}
.nav-sp .nav-menu {
  display: inline-block;
  margin: 0 auto;
}
.nav-sp .nav-menu li[class^=nav-link] {
  padding: 1em 0;
}
.nav-sp .nav-menu li[class^=nav-link]:not(:first-child) {
  margin-top: 1em;
}
.nav-sp .nav-menu li[class^=nav-link]:not(:first-child) [class^=link] {
  min-width: 590px;
  padding-bottom: 1em;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #c78903, #f3da8b, #f9f2e5, #f3da8b, #c78903) 1;
     border-image: linear-gradient(to right, #c78903, #f3da8b, #f9f2e5, #f3da8b, #c78903) 1;
}
.nav-sp .nav-menu li[class^=nav-link] [class^=link] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4em;
}
.nav-sp .nav-menu li[class^=nav-link] [class^=link]::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 55px;
  margin-right: 1em;
  background: url(../img/link_01_img.png) center center no-repeat;
  background-size: contain;
}
.nav-sp .nav-menu li[class^=nav-link] [class^=link] .txt {
  display: block;
  text-align: left;
  white-space: nowrap;
}
.nav-sp .nav-menu li[class^=nav-link] [class^=link] .txt span {
  font-size: 1.3em;
  font-weight: 700;
}
.nav-sp .nav-menu li[class^=nav-link] .link02::before {
  background-image: url(../img/link_02_img.png);
}
.nav-sp .nav-menu li[class^=nav-link] .link03::before {
  background-image: url(../img/link_03_img.png);
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 720px;
  margin: 1em auto 0;
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li {
  width: 50%;
  padding: 1em 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(to right, #c78903, #f3da8b, #f9f2e5, #f3da8b, #c78903) 1;
     border-image: linear-gradient(to right, #c78903, #f3da8b, #f9f2e5, #f3da8b, #c78903) 1;
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li:nth-child(2) a::before {
  background-image: url(../img/link_02.png);
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li:nth-child(3) a::before {
  background-image: url(../img/link_03.png);
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li:nth-child(4) a::before {
  background-image: url(../img/link_04.png);
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child a {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  text-align: left;
}
.nav-sp .nav-menu li[class^=nav-link] .nav-link-child a::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 1em;
  background: url(../img/link_01.png) center no-repeat;
  background-size: contain;
}
.nav-sp .overlay {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.nav-sp.open + .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99997;
  opacity: 1;
}
.nav-sp .nav-close {
  text-align: right;
  padding-right: 2rem;
}
.nav-sp .nav-close .close-btn {
  width: 40.5px;
}

@media screen and (max-width: 767px) {
  .nav-sp {
    width: 85%;
  }
  .nav-sp .nav-inner {
    padding: 30px 0 20px;
    text-align: center;
    background: #b11b25;
    clip-path: polygon(0 5.3vw, 5.3vw 0, 100% 0, 100% calc(100% - 5.3vw), calc(100% - 5.3vw) 100%, 0 100%);
  }
  .nav-sp .nav-menu li[class^=nav-link] {
    padding-top: 0;
  }
  .nav-sp .nav-menu li[class^=nav-link]:not(:first-child) {
    margin-top: 0;
  }
  .nav-sp .nav-menu li[class^=nav-link] [class^=link] {
    display: flex;
    min-width: 0 !important;
    font-size: 1.4rem;
    font-feature-settings: "palt";
  }
  .nav-sp .nav-menu li[class^=nav-link] [class^=link]::before {
    width: 70px;
    height: 40px;
  }
  .nav-sp .nav-menu li[class^=nav-link] .link02::before {
    background-size: auto 50%;
  }
  .nav-sp .nav-menu li[class^=nav-link] .nav-link-child {
    flex-direction: column;
    width: 80%;
  }
  .nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li {
    width: 100%;
    padding: 0.5em 0;
  }
  .nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li a {
    font-size: 1.4rem;
  }
  .nav-sp .nav-menu li[class^=nav-link] .nav-link-child > li a::before {
    width: 2em;
    height: 2em;
  }
}
.contents-wrap {
  position: relative;
}

.nav {
  position: relative;
  margin: 0 auto;
  padding: 200px 0 150px;
  transition: all 0s;
  z-index: 1;
}
.nav .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 990px;
  margin: 0 auto;
}
.nav .nav-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.nav .nav-menu li {
  transition: all 0.5s ease;
  cursor: pointer;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 16% 50%, rgb(255, 255, 255) 65%, rgb(225, 200, 142));
}
.nav .nav-menu [class^=nav-link] {
  position: relative;
  display: block;
  text-align: center;
}
.nav .nav-menu [class^=nav-link]::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 90px;
  height: 55px;
  background: url(../img/link_01_img.png) bottom center no-repeat;
  background-size: contain;
  transform: translate(-50%, -100%);
}
.nav .nav-menu [class^=nav-link] a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  font-size: 2.2rem;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #c33432;
  line-height: 1.4em;
}
.nav .nav-menu [class^=nav-link] a span {
  font-size: 1.3em;
  font-weight: 700;
}
.nav .nav-menu .nav-link02::before {
  background-image: url(../img/link_02_img.png);
}
.nav .nav-menu .nav-link03::before {
  background-image: url(../img/link_03_img.png);
}
.tab-menu {
  position: relative;
  display: flex;
  max-width: 948px;
  margin: 0 auto;
  transform: translateY(50%);
  z-index: 1;
}
.tab-menu > li {
  width: 25%;
}
.tab-menu > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #f8e3aa;
  text-align: center;
  aspect-ratio: 1/0.4322033;
  background: url(../img/tab_01.png) center no-repeat;
  background-size: cover;
}
.tab-menu > li a:hover {
  opacity: 1;
}
.tab-menu > li:nth-child(2) a {
  color: #c33432;
  background-image: url(../img/tab_02.png);
}
.tab-menu > li:nth-child(3) a {
  background-image: url(../img/tab_03.png);
}
.tab-menu > li:nth-child(4) a {
  background-image: url(../img/tab_04.png);
}
@media screen and (max-width: 767px) {
  .tab-menu {
    width: 90%;
  }
  .tab-menu > li a {
    font-size: 1rem;
  }
}

.cake {
  position: relative;
  background: #c30416 url(../img/bg_mv.jpg) top left no-repeat;
  background-size: contain;
  /* PICKUP */
  /* cream */
  /* CHOCOlATE */
  /* VARIOUS CAKE */
  /* STOLLEN */
  /* FROZEN CAKE */
}
.cake > .sec-cakettl {
  margin: 0 auto;
}
.cake .seccake {
  padding: 110px 0 80px;
}
.cake a {
  outline: none;
}
.cake .seccake-inner {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.cake .seccake-inner .seccake-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 24%;
  position: relative;
  transition-delay: 0.5s;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 70%);
}
.cake .seccake-inner .seccake-item-detail {
  margin: 0 0 auto;
  padding: 20px 20px 0;
  text-align: center;
}
.cake .seccake-inner .seccake-item-detail.store {
  position: relative;
}
.cake .seccake-inner .seccake-item-detail.store::before {
  position: absolute;
  bottom: 0;
  right: 20px;
  content: "★";
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1em;
  color: #b11b25;
}
.cake .seccake-inner .seccake-item-detail p {
  font-size: 1.2rem !important;
  line-height: 1.4em;
  text-align: left;
}
.cake .seccake-inner .seccake-item-detail p.lead {
  font-weight: 700;
}
.cake .seccake-inner .seccake-item-detail p.shop-name {
  margin: 1em auto 0;
  font-size: 1.3rem !important;
  font-weight: 700;
}
.cake .seccake-inner .item-img {
  margin: 0;
}
.cake .seccake-inner .item-name {
  font-size: 1.3rem !important;
  font-weight: 700;
}
.cake .seccake-inner .item-spec {
  font-size: 1.1rem !important;
}
.cake .seccake-inner .item-price {
  font-size: 1.3rem !important;
}
.cake .seccake-inner .item-note {
  font-size: 1rem !important;
}
.cake .seccake-inner .btn-reservation {
  display: inline-block;
  margin: 20px auto 0;
  padding: 1em 2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.5em;
  text-align: center;
  background: #F8E3AA;
}
.cake .seccake-inner .flexBox {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px 1%;
}
.cake .seccake-inner .flexBox:not(:last-child) {
  margin-bottom: 35px;
}
.cake .sec-cakettl {
  font-size: 9rem;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1.2em;
  text-align: center;
}
.cake .sec-cake-lead {
  margin: 0 auto 50px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
}
.cake .seccake-bottom {
  margin: 30px auto 0;
  padding: 30px 0;
  text-align: center;
}
.cake .seccake-bottom .btn-list {
  position: relative;
  display: block;
  max-width: 540px;
  margin: 0 auto;
  padding: 0.5em 1em;
  background: #fff;
  overflow: hidden;
}
.cake .seccake-bottom .btn-list:hover {
  opacity: 1;
}
.cake .seccake-bottom .btn-list span {
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
}
.cake .pickup {
  border-top: 1px solid #c78903;
}
.cake .pickup .seccake {
  position: relative;
  background: #fc5c5b;
}
.cake .pickup .seccake .sec-cakettl {
  color: #c33432;
}
.cake .pickup .seccake .sec-cake-lead {
  color: #c33432;
}
.cake .pickup .btn-reservation {
  color: #dd5d5b;
  background: #F8E3AA;
  clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.cake .cream .seccake {
  position: relative;
  background: #F8E3AA;
}
.cake .cream .seccake .sec-cakettl {
  color: #c33432;
}
.cake .cream .seccake .sec-cake-lead {
  color: #c33432;
}
.cake .cream .btn-reservation {
  color: #F8E3AA;
  background: #c33432;
  border-top-right-radius: 20px;
}
.cake .cream .seccake-bottom {
  background: url(../img/bottom_cake01.png) center no-repeat;
  background-size: contain;
}
.cake .cream .seccake-bottom .btn-list {
  border: 2px solid #c33432;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cake .cream .seccake-bottom .btn-list:hover {
  background: #c33432;
}
.cake .cream .seccake-bottom .btn-list:hover span {
  color: #fff;
}
.cake .cream .seccake-bottom .btn-list span {
  color: #c33432;
}
.cake .chocolate .seccake {
  position: relative;
  padding-top: 0;
  background: #BB7946;
}
.cake .chocolate .sec-cakettl {
  color: #f8e3aa;
}
.cake .chocolate .sec-cake-lead {
  color: #f8e3aa;
}
.cake .chocolate .btn-reservation {
  position: relative;
  color: #BB7946;
  overflow: hidden;
}
.cake .chocolate .btn-reservation::before, .cake .chocolate .btn-reservation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  clip-path: circle(50% at left);
  transform: translateY(-50%);
}
.cake .chocolate .btn-reservation::after {
  left: auto;
  right: 0;
  clip-path: circle(50% at right);
}
.cake .chocolate .seccake-bottom {
  background: url(../img/bottom_cake02.png) center no-repeat;
  background-size: contain;
}
.cake .chocolate .seccake-bottom .btn-list:hover {
  background: #f8e3aa;
}
.cake .chocolate .seccake-bottom .btn-list:hover span {
  color: #BB7946;
}
.cake .chocolate .seccake-bottom .btn-list span {
  color: #BB7946;
}
.cake .chocolate .seccake-bottom .btn-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #f8e3aa;
}
.cake .chocolate .seccake-bottom .btn-list span::before,
.cake .chocolate .seccake-bottom .btn-list span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #BB7946;
  border: 2px solid #f8e3aa;
  border-radius: 100%;
}
.cake .chocolate .seccake-bottom .btn-list span::before {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.cake .chocolate .seccake-bottom .btn-list span::after {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.cake .chocolate .seccake-bottom .btn-list span.border::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cake .chocolate .seccake-bottom .btn-list span.border::after {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
}
.cake .various .seccake {
  position: relative;
  background: #1b7e60;
}
.cake .various .sec-cakettl {
  color: #f8e3aa;
}
.cake .various .sec-cake-lead {
  color: #f8e3aa;
}
.cake .various .btn-reservation {
  color: #1b7e60;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cake .various .seccake-bottom {
  background: url(../img/bottom_cake03.png) center no-repeat;
  background-size: contain;
}
.cake .various .seccake-bottom .btn-list {
  border: 2px solid #f8e3aa;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cake .various .seccake-bottom .btn-list:hover {
  background: #f8e3aa;
}
.cake .various .seccake-bottom .btn-list:hover span {
  color: #1b7e60;
}
.cake .various .seccake-bottom .btn-list span {
  color: #1b7e60;
}
.cake .stollen {
  overflow: hidden;
}
.cake .stollen .seccake {
  position: relative;
  background: #b11b26 url(../img/bg_stollen.jpg) no-repeat top center;
  background-size: contain;
}
.cake .stollen .seccake::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: circle(1140px at bottom);
  background: #ECEADC;
}
.cake .stollen .seccake > * {
  position: relative;
  z-index: 1;
}
.cake .stollen .sec-cakettl {
  position: relative;
  padding-top: 100px;
  color: #845326;
}
.cake .stollen .sec-cakettl img {
  position: relative;
  z-index: 1;
}
.cake .stollen .sec-cake-lead {
  color: #845326;
}
.cake .stollen .btn-reservation {
  color: #ECEADC;
  background: #845326;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cake .stollen .seccake-bottom {
  background: url(../img/bottom_cake03.png) center no-repeat;
  background-size: contain;
}
.cake .stollen .seccake-bottom .btn-list {
  border: 2px solid #845326;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cake .stollen .seccake-bottom .btn-list:hover {
  background: #845326;
}
.cake .stollen .seccake-bottom .btn-list:hover span {
  color: #ECEADC;
}
.cake .stollen .seccake-bottom .btn-list span {
  color: #845326;
}
.cake .stollen .notice {
  color: #845326;
}
.cake .frozen .seccake {
  position: relative;
  background: #b11b26 url(../img/bg_frozen.jpg) no-repeat top center;
  background-size: contain;
}
.cake .frozen .seccake::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 200px, 50% 0, 100% 200px, 100% 100%, 0 100%);
  background: #f05355;
}
.cake .frozen .seccake > * {
  position: relative;
  z-index: 1;
}
.cake .frozen .sec-cakettl {
  position: relative;
  color: #f8e3aa;
}
.cake .frozen .sec-cakettl img {
  position: relative;
  z-index: 1;
}
.cake .frozen .sec-cake-lead {
  margin-bottom: 1em;
  color: #f8e3aa;
}
.cake .frozen .frozen-texts {
  text-align: center;
  margin: 0 auto 50px;
}
.cake .frozen .frozen-texts .frozen-text {
  display: inline-block;
  font-size: 2.3rem;
  color: #fff;
  text-align: left;
}
.cake .frozen .btn-reservation {
  color: #DD5D5B;
  clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.cake .frozen .seccake-bottom {
  background: url(../img/bottom_cake04.png) center no-repeat;
  background-size: contain;
}
.cake .frozen .seccake-bottom .btn-list {
  position: relative;
  clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px));
  background: #f8e3aa;
}
.cake .frozen .seccake-bottom .btn-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(2px 15px, 17px 2px, calc(100% - 17px) 2px, calc(100% - 2px) 17px, calc(100% - 2px) calc(100% - 17px), calc(100% - 17px) calc(100% - 2px), 17px calc(100% - 2px), 2px calc(100% - 17px));
  background: #fff;
  transition: all 0.2s ease-out;
}
.cake .frozen .seccake-bottom .btn-list:hover::before {
  background: #f8e3aa;
}
.cake .frozen .seccake-bottom .btn-list:hover span {
  color: #DD5D5B;
}
.cake .frozen .seccake-bottom .btn-list span {
  position: relative;
  color: #DD5D5B;
  z-index: 1;
}

.reserve-btn {
  margin: 0 auto 50px;
  text-align: center;
}
.reserve-btn a {
  position: relative;
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: left;
  color: #B11B25;
  background-image: linear-gradient(90deg, rgb(225, 200, 142), rgb(255, 255, 255) 16% 50%, rgb(255, 255, 255) 84%, rgb(225, 200, 142));
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .reserve-btn a {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: center;
    width: 90%;
    max-width: 520px;
  }
}
.reserve-btn a span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.04em;
  color: #B11B25;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .reserve-btn a span {
    font-size: 1.6rem;
    display: block;
  }
}

.reserve-sub {
  padding: 50px 0;
}
.reserve-sub .content-inner {
  max-width: 700px;
  margin: 0 auto;
}
.reserve-sub h3 {
  margin: 0 auto 1em;
  color: #fff;
  font-size: 1.7rem;
}
.reserve-sub ul {
  display: flex;
}
.reserve-sub ul li {
  width: 50%;
}
.reserve-sub ul li a {
  display: block;
  padding: 1em;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: center;
  color: #B11B25;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 16% 50%, rgb(255, 255, 255) 65%, rgb(225, 200, 142));
}
.reserve-sub ul li a:hover {
  background-image: linear-gradient(90deg, rgb(225, 200, 142), rgb(225, 200, 142) 100%);
  opacity: 1;
}
.reserve-sub ul li a span {
  font-size: 2em;
}
.reserve-sub .reserve-btn {
  margin: 30px auto 20px;
}
.reserve-sub .notice {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reserve-sub ul {
    flex-direction: column;
    gap: 10px;
  }
  .reserve-sub ul li {
    width: 100%;
  }
}

.notice {
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.reserve {
  padding: 70px 0 90px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #cf1421;
}
.reserve .ttl-border {
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
}
.reserve .ttl-border > span {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  color: #fff;
}
.reserve .ttl-border > span.note {
  display: block;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: normal;
}
.reserve p {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
.reserve p strong {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
  font-weight: 700;
}
.reserve .reserve-btn {
  margin: 10px 0;
  justify-content: flex-start;
  text-align: left;
}
.reserve .reserve-btn a {
  padding-right: 1.5em;
}
.reserve .reserve-btn a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  content: "";
  display: inline-block;
  height: 0.8660254038em;
  width: 0.7em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #B11B25;
  transform: translateY(-50%);
}
.reserve .reserve-date {
  margin: 50px auto;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date {
    flex-direction: column;
  }
}
.reserve .reserve-date-title {
  background: #fff;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #B11B25 !important;
  width: 230px;
  height: 100%;
  padding: 27.2px 0;
  margin-right: 33px;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-title {
    font-size: 2rem !important;
    padding: 13.6px 26.65px;
    width: 100%;
    margin: 0 auto;
  }
}
.reserve .reserve-date-right {
  text-align: left;
}
.reserve .reserve-date-right-lead {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 2.04;
  color: #fff !important;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-right-lead {
    font-size: 1.6rem !important;
  }
}
.reserve .reserve-date-right-lead span {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-right-lead span {
    font-size: 1.4rem;
  }
}
.reserve .reserve-date-right-sub {
  font-size: 2.1rem !important;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.038em;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-right-sub {
    font-size: 1.5rem !important;
  }
}
.reserve .reserve-date-right-sub span {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-right-sub span {
    font-size: 1.5rem;
  }
}
.reserve .reserve-date-note {
  font-size: 1.5rem !important;
  line-height: 1.46;
  letter-spacing: 0.075em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date-note {
    font-size: 1rem !important;
  }
}
.reserve .reserve-date span.note {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4em;
  text-align: center;
}
.reserve .reserve-date + .reserve-date {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .reserve .reserve-date + .reserve-date {
    margin-bottom: 25px;
  }
}

.reserve-payment {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding-bottom: 15px;
  text-align: left;
  border: 1px solid #fff;
  border-top: 0;
}
.reserve-payment dt, .reserve-payment dd {
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
}
.reserve-payment dd {
  font-size: 1.7rem;
  border-left: 1px solid #fff;
}

.order-location dt {
  padding: 0 50px;
}
.order-location dd {
  padding: 0 50px 0 40.93px;
}

.reserve-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto 40px;
}

.reserve-item {
  flex: 0 0 45%;
  max-width: 45%;
}
.reserve-item h3 {
  margin: 30px auto 10px;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-color: #fff;
}
.reserve-item .date {
  margin: 0 auto 0.5em;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.reserve-item .pm5-8 {
  padding-top: 10px;
  max-width: 420.5px;
}

.reserve ul:not(.note) {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.reserve ul:not(.note) li:first-child {
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 175px;
  border-right: 1px solid #fff;
  font-weight: 500;
  flex-shrink: 0;
  position: relative;
}
.reserve ul:not(.note) li:last-child {
  font-weight: 500;
  font-size: 13px;
  padding-left: 1rem;
}
.reserve ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
.reserve .liquor {
  display: inline-block;
  margin-right: 0.2em;
  padding: 0 0.2em;
  border: 1px solid #fff;
}

.various.c02 .article-popup__danmen, .various.c03 .article-popup__danmen {
  display: none;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .d-sm-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .article-popup__shopping a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .hidden-md-up {
    display: none !important;
  }
  .row.row--alternate > *:nth-child(even) {
    flex-direction: row-reverse;
  }
  .nav .nav-menu li:hover {
    background-image: linear-gradient(90deg, rgb(225, 200, 142), rgb(225, 200, 142) 100%);
  }
  .nav .nav-menu li:hover a {
    opacity: 1;
  }
  .recommend .bnr:hover {
    opacity: 0.8;
  }
  .reserve-item:nth-child(2) {
    flex: 0 0 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
  .hidden-pc-up {
    display: none !important;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1299px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
  .hidden-pc-down {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  .hidden-sm-down {
    display: none !important;
  }
  .vpc {
    display: none;
  }
  .vsp {
    display: block;
  }
  .inline-vsp {
    display: inline-block;
  }
  .mv {
    width: 100%;
    height: auto;
  }
  .mv img {
    width: 100%;
  }
  .mv-lead {
    font-size: 1.2rem !important;
  }
  .mv-photo::before {
    background-image: url(../img/effect_mv_sp.png);
  }
  .mv-photo::after {
    background-image: url(../img/effect_mv2_sp.png);
  }
  .sp-nav {
    top: calc(50% - 200px);
    width: 45px;
    height: 45px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .sp-nav span::before {
    top: -7px;
  }
  .sp-nav span::after {
    top: 7px;
  }
  .nav {
    padding: 80px 0 60px;
  }
  .nav .nav-inner {
    flex-direction: column;
    width: auto;
  }
  .nav .nav-menu {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
  .nav .nav-menu [class^=nav-link]::before {
    width: 60px;
    height: 40px;
  }
  .nav .nav-menu [class^=nav-link] a {
    padding: 0.8em 1em;
    font-size: 1.6rem;
  }
  .cake {
    position: relative;
    background: #c30416 url(../img/bg_mv_sp.jpg) top left no-repeat;
    background-size: contain;
    /* FROZEN CAKE */
  }
  .cake > .sec-cakettl {
    width: 80%;
  }
  .cake .seccake {
    padding: 0 0 20px;
  }
  .cake .seccake-inner {
    width: 90%;
    padding: 0 0 10px;
    justify-content: center;
  }
  .cake .seccake-inner .seccake-item {
    width: 47%;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 80%);
  }
  .cake .seccake-inner .seccake-item .btn-reservation {
    width: 80%;
    padding: 1em;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }
  .cake .seccake-inner .flexBox {
    flex-wrap: wrap;
    row-gap: 3rem;
    -moz-column-gap: 3%;
         column-gap: 3%;
    margin-bottom: 3rem;
  }
  .cake .sec-cakettl {
    margin-bottom: 0;
    font-size: 5.5rem;
  }
  .cake .seccake-bottom {
    padding: 10px 0;
  }
  .cake .seccake-bottom .btn-list {
    width: 80%;
  }
  .cake .seccake-bottom .btn-list span {
    font-size: 1.4rem;
  }
  .cake .cream .seccake .seccake-bottom {
    background-image: url(../img/bottom_cake01_sp.png);
  }
  .cake .chocolate .seccake .seccake-bottom {
    background-image: url(../img/bottom_cake02_sp.png);
  }
  .cake .various .seccake {
    background-image: url(../img/bg_various_sp.png) !important;
    background-size: contain !important;
  }
  .cake .various .seccake .seccake-bottom {
    background-image: url(../img/bottom_cake03_sp.png);
  }
  .cake .stollen .seccake {
    background: #eceadc url(../img/bg_stollen_sp.png) top center no-repeat !important;
    background-size: contain !important;
  }
  .cake .stollen .seccake::after {
    display: none;
  }
  .cake .stollen .seccake .sec-cakettl {
    padding-top: 0;
  }
  .cake .stollen .seccake .seccake-bottom {
    background-image: url(../img/bottom_cake05_sp.png);
  }
  .cake .frozen {
    position: relative;
  }
  .cake .frozen .seccake {
    background: #f05355;
  }
  .cake .frozen .seccake .flexBox:last-child .seccake-left:first-child {
    margin-right: auto;
  }
  .cake .frozen .seccake .reserve-btn {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
  }
  .cake .frozen .seccake .seccake-bottom {
    background-image: url(../img/bottom_cake04_sp.png);
  }
  .cake .frozen .frozen-texts {
    margin-bottom: 28px;
  }
  .cake .frozen .frozen-texts .frozen-text {
    font-size: 13px !important;
    text-align: left;
  }
  .cake .frozen .frozen-texts .frozen-text span {
    font-size: 13px !important;
  }
  .cake .frozen .flexBox:not(:last-child) {
    margin-bottom: 35px;
  }
  .reserve {
    padding-top: 50px;
  }
  .reserve .ttl-border > span.note {
    font-size: 1rem;
  }
  .reserve .notice {
    margin-bottom: 50px;
    font-size: 16px !important;
  }
  .reserve-date p {
    font-size: 1.85rem !important;
    line-height: 1.4;
  }
  .reserve-date p span {
    font-size: 16px;
  }
  .reserve-date span.note {
    font-size: 1rem !important;
    text-align: left;
  }
  .reserve-row {
    margin: 0 auto 35px;
  }
  .reserve-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reserve-item .pm5-8 {
    max-width: 320px;
  }
  .reserve ul {
    flex-direction: column;
  }
  .reserve ul li:first-child {
    width: 100%;
    border-right: none;
  }
  .reserve ul .line {
    display: inline-block;
  }
  .article_area {
    margin: 0;
  }
  .article-popup__danmen {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
  .hidden-xs-down {
    display: none !important;
  }
  .reserve .ttl-border > span {
    font-size: 2rem;
  }
  .reserve p {
    font-size: 1rem !important;
    line-height: 1.4;
  }
  .reserve p strong {
    font-size: 1.5rem !important;
  }
  .reserve-date p {
    font-size: 1.85rem !important;
    line-height: 1.4;
  }
  .reserve-payment {
    padding: 0 20px;
  }
  .reserve-payment dt {
    padding-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .reserve-payment dd {
    padding: 15px 0;
    font-size: 1.4rem;
    border: none;
    border-top: 1px solid #000;
  }
  .reserve-item h3 {
    font-size: 1.4rem;
  }
  .reserve-item .date {
    font-size: 1.6rem !important;
  }
  div.modaal-iframe .modaal-content {
    padding: 24px 15px;
  }
  .article-popup {
    max-width: 100%;
  }
  .article-popup__info {
    padding: 20px;
  }
  .article-popup__info h4, .article-popup__info h5 {
    font-size: 2rem;
  }
  .article-popup__info p {
    font-size: 1.6rem;
  }
  .article-popup__info__detail {
    font-size: 1.2rem;
  }
  .article-popup__info__detail .detail-price {
    font-size: 2rem;
  }
  .article-popup__info__detail .detail-price .small-txt {
    font-size: 1.6rem;
  }
  .article-popup__info__detail .detail-allergy, .article-popup__info__detail .detail-note {
    font-size: 1.4rem;
  }
  .article-popup__info__detail .liquor {
    margin: 4px 0 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .article-popup__shopping h5 {
    font-size: 2rem;
  }
  .article-popup__shopping a {
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    padding: 10px 18px 12px 0;
    letter-spacing: 0.185em;
  }
  .article-popup__shopping a.btn-half {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .article-popup__shopping .razan {
    width: 260px;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 11px 18px 14px 0;
    letter-spacing: 0.1em;
  }
  .article-popup__shopping .razan:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}
/*  -----------スライド　追加分------------
 ---------大丸梅田店の今年のおすすめケーキ5選--------- */
.intro-slide {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-bottom: 60px;
}

/* ---------タイトル--------- */
.intro-slide .intro-ttl {
  margin-bottom: 30px;
}

.intro-slide .intro-ttl img {
  width: 750px;
  margin: 0 auto;
}

/* ---------スタイド-------- */
.intro-slide .swiper {
  width: 100%;
  height: 288px;
}

.intro-slide .swiper-slide {
  width: 1000px !important;
}

.intro-slide .swiper-button-next {
  right: 50px;
}

.intro-slide .swiper-button-next::after {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background: #D9CE80;
  width: 31px;
  height: 65px;
  color: transparent;
}

.swiper-arrow-wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transform: translateY(-144px);
}

.intro-slide .swiper-button-prev {
  left: 50px;
}

.intro-slide .swiper-button-prev::after {
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  background: #D9CE80;
  width: 31px;
  height: 65px;
  color: transparent;
}

.intro-slide .swiper-pagination-bullet {
  background-color: white;
  border: 1px solid #706050;
  width: 11px;
  height: 11px;
}

.intro-slide .swiper-pagination-bullet-active {
  background-color: #D9CE80;
}

.intro-slide .slide-box {
  position: relative;
}

.intro-slide .slide-box a {
  position: absolute;
  top: 213px;
  left: 510px;
  text-align: center;
  width: 310px;
  height: 28px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
}

.intro-slide .slide-box a.bg-01 {
  background: #D05E65;
}

.intro-slide .slide-box a.bg-02 {
  background: #632722;
}

.intro-slide .slide-box a.bg-03 {
  background: #6AA97C;
}

.intro-slide .slide-box a.bg-04 {
  background: #D72E67;
}

.intro-slide .slide-box a.bg-05 {
  background: #706050;
}

.intro-slide .slide-box a span {
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  width: 12px;
  height: 14px;
  background-color: white;
  display: inline-block;
  margin-left: 7px;
}

/*----- スマートフォンサイズ -------*/
@media screen and (max-width: 767px) {
  .intro-slide {
    margin-bottom: 30px;
  }
  .intro-slide .intro-ttl {
    margin-bottom: 15px;
  }
  .intro-slide .intro-ttl img {
    width: 302.5px;
  }
  .intro-slide .swiper {
    width: 345.5px;
    height: 487.5px;
  }
  .intro-slide .swiper-slide {
    width: 100% !important;
  }
  .intro-slide .swiper-button-next {
    display: none;
  }
  .intro-slide .swiper-button-prev {
    display: none;
  }
  .intro-slide .slide-box a {
    left: 51%;
    transform: translateX(-50%);
    top: 88%;
    width: 307px;
    height: 27.75px;
  }
}/*# sourceMappingURL=style.css.map */