@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/**
* reset.css
* ========================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .main-contents .inner-wrap__1240 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**
* base.css
* ========================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #221208;
  scroll-behavior: smooth;
}

body a {
  text-decoration: none;
  color: #221208;
  display: inline-block;
}

body a:hover {
  opacity: 0.6;
}

body img {
  max-width: 100%;
  height: auto;
}

.p-ebottle_cake {
  line-height: 1;
}

body .p-ebottle_cake img {
  vertical-align: baseline;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.f-poppins {
  font-family: "Poppins", sans-serif;
}

.event-wrap {
  /* overflow-x: hidden; */
}

.section-inner {
  margin: 0 auto;
}

.section-inner--lg {
  max-width: 1240px;
  width: 90.1%;
}

.section-inner--md {
  max-width: 1024px;
  width: 84%;
}

.section-inner--sm {
  max-width: 742px;
  width: 80%;
}

.pane-contents {
  padding-bottom: 0px !important;
}

.section-ttlbox {
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.section-lead {
  color: #441d05;
}

.section-ttl {
  letter-spacing: 0.16em;
}

.c-pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .c-pc {
    display: block;
  }
}

@media screen and (min-width: 480px) {
  .c-sp {
    display: none;
  }
}

/**
* menu
* ========================== */
.c-menu {
  background-color: #fefefe;
}

.c-menu__lead {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-menu__lead {
    height: auto;
  }
}

.c-menu__desc {
  position: relative;
  z-index: 3;
}

.c-menu__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-menu__ttlbox {
    gap: 38px;
  }
}

.c-menu__ttl {
  color: #441d05;
}

.c-menu__lead-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  /* Chrome、Safari用 */
  -moz-writing-mode: vertical-rl;
  /* Firefox用 */
  -ms-writing-mode: tb-rl;
  /* IE用 */
  text-orientation: upright;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .c-menu__lead-txt {
    position: static;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    /* Chrome、Safari用 */
    -moz-writing-mode: horizontal-tb;
    /* Firefox用 */
    -ms-writing-mode: lr-tb;
    /* IE用 */
  }
}

.c-menu__en {
  position: absolute;
  z-index: 2;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .c-menu__en {
    top: auto;
  }
}

.c-menu__acc {
  position: absolute;
  z-index: 2;
}

.c-menu__content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.c-menu__recom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .c-menu__recom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
  }
}

@media screen and (min-width: 1160px) {
  .c-menu__recom {
    gap: 85px;
  }
}

.c-menu__txt {
  color: #441d05;
  width: 62.8%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 480px) {
  .c-menu__txt {
    width: 68.8%;
  }
}

@media screen and (min-width: 768px) {
  .c-menu__txt {
    width: calc(100% - 336px - 20px);
  }
}

@media screen and (min-width: 1160px) {
  .c-menu__txt {
    width: calc(100% - 336px - 85px);
  }
}

@media screen and (min-width: 768px) {
  .c-menu__txt .pc-only {
    display: none;
  }
}

@media screen and (min-width: 1060px) {
  .c-menu__txt .pc-only {
    display: block;
  }
}

.c-menu__img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-menu__img {
    margin: 0;
    max-width: 122px;
  }
}

.c-menu__deco {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-menu--odd .c-menu__ttlbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .c-menu--odd .c-menu__en {
    right: 0;
    bottom: -105px;
    left: auto;
  }
}

.c-menu--odd .c-menu__lead-txt {
  right: 0;
}

@media screen and (min-width: 768px) {
  .c-menu--odd .c-menu__lead-txt {
    text-align: right;
  }
}

.c-menu--even .c-menu__lead-txt {
  left: 0;
}

@media screen and (min-width: 768px) {
  .c-menu--even .c-menu__en {
    bottom: -119px;
    right: auto;
  }
}

.c-menu--even .c-menu__recom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .c-menu--even .c-menu__recom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.fixed-page-link__wrap {
  position: fixed;
  top: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed-page-link__wrap {
    bottom: 120px;
  }
}

.top_flavors_wrap {
  overflow-y: hidden;
}

.top_flavors_bg {
  background: url(../img/flavors_bg_sp.jpg);
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .top_flavors_bg {
    background: url(../img/flavors_bg_pc.jpg);
  }
}

.flavor_img_wrap {
  position: relative;
  z-index: 2;
  color: #441d05;
}

@media screen and (min-width: 768px) {
  .flavor_img_wrap {
    gap: 42px;
  }
}

.top_flavors_icons_wrap {
  gap: 13px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .top_flavors_icons_wrap {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_flavors_icons_wrap {
    flex-wrap: wrap;
  }

  .top_flavors_icons {
    width: calc(50% - 7px);
  }
}

@media screen and (min-width: 768px) {
  .top_flavors_icons {
    border-radius: 113px;
  }
}

.top_flavors_icons {
  background: url(../img/shipping_bg.jpg);
  border-radius: 130px;
  color: #fff9ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
}


.top_flavors_icon_txt {
  font-weight: 500;
}



/**
* mv
* ========================== */
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 80px;
  }
}

.p-mv {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/mv_bg.jpg);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-mv::before {
    background-image: url(../img/mv_bg.jpg);
    height: 79.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__inner {
    width: 85.8%;
  }
}

.p-mv__inner {
  position: relative;
  margin: 0 auto;
}

.p-mv__ttl-box {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

.p-mv__ttl-top {
  margin-bottom: 25px;
}

.p-mv__ttl-bottom.fz-36px {
  letter-spacing: 0;
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .p-mv__ttl-bottom.fz-36px {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}

.p-mv__ttl-en {
  position: absolute;
  bottom: -64px;
  right: -14%;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .p-mv__ttl-en {
    bottom: -118px;
    right: -16%;
  }
}

@media screen and (min-width: 960px) {
  .p-mv__ttl-en {
    bottom: -91px;
    right: -30%;
  }
}

.p-mv__img {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.p-mv__list {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-mv__list {
    border-bottom: 1px solid #201310;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-mv__unit {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mv__unit:nth-child(odd) {
  border-right: 1px solid #fff;
}

.p-mv__unit:nth-child(1),
.p-mv__unit:nth-child(2),
.p-mv__unit:nth-child(3),
.p-mv__unit:nth-child(4) {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .p-mv__unit {
    width: 20%;

  }

  .p-mv__unit:nth-child(1),
  .p-mv__unit:nth-child(2),
  .p-mv__unit:nth-child(3),
  .p-mv__unit:nth-child(4) {
    border-bottom: none;
  }

  .p-mv__unit:not(:last-child) {
    border-right: 1px solid #201310;
  }
}

.p-mv__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-mv__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-mv__lead {
  text-align: center;
}

.p-mv__wrap {
  width: 100%;
  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;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv__wrap {
    text-align: center;
    position: relative;
    display: inline-block;
    width: auto;
  }
}

.p-mv__txt {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-mv__txt {
    color: #441d05;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__arrow {
    position: absolute;
    top: -13%;
    right: -18px;
  }
}

.p-mv__video-wrap {
  width: fit-content;

}




.gnavi {
  border-top: 2px solid #552b21;
  border-bottom: 2px solid #552b21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .gnavi {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .gnavi::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #552b21;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.gnavi__link {
  position: relative;
  text-align: center;
  display: block;
  width: 25%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .gnavi__link {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 26.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .gnavi__link:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path fill-rule="evenodd"  stroke="rgb(85, 43, 33)" stroke-width="1px" stroke-linecap="round" stroke-linejoin="miter" fill="none" d="M12.100,1.562 L6.598,6.562 L1.097,1.562"></path></svg>');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
  }
}

.gnavi__link+.gnavi__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 28px);
  background: #552b21;
}

@media screen and (max-width: 767px) {
  .gnavi__link+.gnavi__link:before {
    height: calc(100% - 18px);
  }
}


.gnavi__link:nth-of-type(4):before {
  /* display: none; */
}

@media screen and (min-width: 767px) and (max-width: 1150px) {
  .gnavi__link--haiso .gnavi__icon {
    margin-left: 0px !important;
    width: 33px;
  }
}
@media screen and (max-width: 767px) {
  .gnavi__icon {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@media screen and (min-width: 768px) {
  .gnavi__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
  }
}

.gnavi__desc {
  font-size: 18px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .gnavi__desc {
    font-size: 14px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.2em;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .gnavi {
    flex-wrap: wrap;
  }

  .gnavi__link {
    width: 50%;
  }

  .gnavi__link:nth-of-type(3):before {
    display: none;
  }

  .gnavi__link:nth-of-type(4):before {
    display: block;
  }
}

#userVoice {
  background: url(../img/review_bg.jpg);
}

@media screen and (max-width: 767px) {
  #userVoice {
    background: url(../img/review_bg_sp.jpg);
  }
}

.swiper-pagination {
  display: none;
}

#reason {
  background: url(../img/point_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #reason {
    background: url(../img/point_bg_sp.jpg);
  }
}

.reason_point {
  max-width: 314px;
}

@media screen and (max-width: 767px) {
  .reason-swiper {
    overflow: hidden;
  }

  .reason-swiper .swiper-slide {
    padding: 0 44px;
  }

  .reason-swiper .swiper-button-prev,
  .reason-swiper .swiper-button-next,
  .review-swiper .swiper-button-prev,
  .review-swiper .swiper-button-next {
    --swiper-navigation-color: #5c2d0e;
    --swiper-navigation-size: 22px;
    color: #5c2d0e;
  }

  .reason-swiper .swiper-button-prev {
    border-left: 2px solid #552b21;
    border-top: 2px solid #552b21;
    transform: rotate(-45deg);
    margin-left: 10px;
  }

  .reason-swiper .swiper-button-next {
    border-right: 2px solid #552b21;
    border-top: 2px solid #552b21;
    transform: rotate(45deg);
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .reason-swiper {
    overflow: visible !important;
  }

  .reason-swiper .swiper-wrapper {
    transform: none !important;
    transition-duration: 0ms !important;
    height: auto !important;
    width: auto !important;
  }

  .reason-swiper .swiper-slide {
    display: contents !important;
  }
}

.flavor_content_one {
  background: url(../img/flv01_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .flavor_content_one {
    background: url(../img/flv01_bg_sp.jpg);
    background-size: cover;
  }
}

.flavor_content_two {
  background: url(../img/flv02_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .flavor_content_two {
    background: url(../img/flv02_bg_sp.jpg);
    background-size: cover;
  }
}

.flavor_content_three {
  background: url(../img/flv03_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .flavor_content_three {
    background: url(../img/flv03_bg_sp.jpg);
    background-size: cover;
  }
}

.flavor_content_four {
  background: url(../img/flv04_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .flavor_content_four {
    background: url(../img/flv04_bg_sp.jpg);
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .flavor_content_ttl {
    border-bottom: 1px solid #b89c4f;
  }
}

#haiso {
  background: url(../img/shipping_bg.jpg);
}

@media screen and (max-width: 767px) {
  #haiso {
    background: url(../img/shipping_bg_sp.jpg);
  }
}

.haiso-content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .haiso-content-wrap {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }

  .haiso-content-wrap::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .haiso-content-wrap::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .haiso-content+.haiso-content {
    border-left: 1px solid #fff;
  }
}

.haiso-link {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 340px;
}

.haiso-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  position: absolute;
  top: 48%;
  right: 10%;
  transform: rotate(135deg) translate(-50%, 0);
}

.list_goods_wrap {
  display: none !important;
}

/**
* produce
* ========================== */
.p-produce__inner {
  max-width: 1116px;
  margin: 0 auto;
}

.p-produce__cakejp {
  margin: 0 auto;
}

.p-produce__ttl {
  text-align: center;
  color: #441d05;
  letter-spacing: 0;
}

.p-produce__txt {
  color: #441d05;
}

.p-produce__img {
  text-align: center;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 750px) {
  .p-produce__img {
    margin: 0;
  }
}

.p-produce__pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .p-produce__pc {
    display: block;
    margin: 0 auto;
  }
}

.p-produce__sp {
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .p-produce__sp {
    display: none;
  }
}

/**
* parfait
* ========================== */
.p-parfait {
  background-image: url(../img/bg_parfait.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.p-parfait .section-ttl {
  letter-spacing: 0;
}

@media screen and (min-width: 480px) {
  .p-parfait .section-ttl {
    letter-spacing: 0.16em;
  }
}

.p-parfait__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1116px;
  width: 100%;
  margin: 0 auto;
  gap: 40px 0;
}

@media screen and (min-width: 768px) {
  .p-parfait__list {
    gap: 50px 0;
  }
}

.p-parfait__deco,
.p-parfait__deco02 {
  position: absolute;
}

.p-parfait__link {
  text-align: center;
}

.p-parfait__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-parfait__ttl {
  display: inline-block;
  position: relative;
  color: #441d05;
  letter-spacing: -0.05em;
}

.p-parfait__arrow {
  position: absolute;
  right: -8px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-parfait__arrow {
    top: 8px;
    right: -43px;
  }
}

.p-parfait__unit {
  position: relative;
  width: 50%;
}

.p-parfait__unit--shortcake .p-parfait__deco {
  left: -44px;
  bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--shortcake .p-parfait__deco {
    left: -102px;
    bottom: -9px;
  }
}

@media screen and (min-width: 1160px) {
  .p-parfait__unit--shortcake .p-parfait__deco {
    left: -68px;
    bottom: -23px;
  }
}

.p-parfait__unit--sachertorte .p-parfait__deco {
  right: -55px;
  top: -68px;
}

@media screen and (min-width: 480px) {
  .p-parfait__unit--sachertorte .p-parfait__deco {
    top: -48px;
  }
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--sachertorte .p-parfait__deco {
    right: -162px;
    top: -100px;
  }
}

@media screen and (min-width: 1160px) {
  .p-parfait__unit--sachertorte .p-parfait__deco {
    right: -112px;
    top: -130px;
  }
}

.p-parfait__unit--cheesecake .p-parfait__deco {
  left: -30px;
  bottom: -3px;
}

@media screen and (min-width: 480px) {
  .p-parfait__unit--cheesecake .p-parfait__deco {
    bottom: 7px;
  }
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--cheesecake .p-parfait__deco {
    left: -52px;
    bottom: -30px;
  }
}

.p-parfait__unit--cassismontblanc .p-parfait__deco {
  right: -44px;
  top: -46px;
}

@media screen and (min-width: 480px) {
  .p-parfait__unit--cassismontblanc .p-parfait__deco {
    top: -26px;
  }
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--cassismontblanc .p-parfait__deco {
    right: -44px;
    top: -61px;
  }
}

.p-parfait__unit--fruit .p-parfait__deco {
  right: -30px;
  top: -16px;
}

@media screen and (min-width: 480px) {
  .p-parfait__unit--fruit .p-parfait__deco {
    top: -26px;
  }
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--fruit .p-parfait__deco {
    right: -44px;
    top: -21px;
  }
}

.p-parfait__unit--fruit .p-parfait__deco02 {
  left: -30px;
  bottom: 20px;
}

@media screen and (min-width: 480px) {
  .p-parfait__unit--fruit .p-parfait__deco02 {
    top: -26px;
  }
}

@media screen and (min-width: 768px) {
  .p-parfait__unit--fruit .p-parfait__deco02 {
    left: -50px;
    bottom: 0;
    top: auto;
    right: auto;
  }
}

/**
* line-up
* ========================== */
.p-line-up .section-ttl {
  letter-spacing: 0.08em;
}

.p-line-up__area {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 930px) {
  .p-line-up__area {
    max-width: 1116px;
    width: 100%;
  }
}

.p-line-up__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: scroll;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  scrollbar-width: none;
  -ms-text-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 -7px;
}

.p-line-up__list::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-line-up__list {
    width: 100%;
    margin: 0;
  }
}

.p-line-up__ttl {
  letter-spacing: -0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.p-line-up__txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.16em;
}

@media screen and (min-width: 768px) {
  .p-line-up__txt .sp-only {
    display: block;
  }
}

@media screen and (min-width: 880px) {
  .p-line-up__txt .sp-only {
    display: none;
  }
}

.p-line-up__txt .pc-only {
  display: none;
}

@media screen and (min-width: 1210px) {
  .p-line-up__txt .pc-only {
    display: block;
  }
}

@media screen and (min-width: 620px) {
  .p-line-up__txt.mb-22px {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-line-up__txt.mb-22px {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 880px) {
  .p-line-up__txt.mb-md-35px {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 1080px) {
  .p-line-up__txt.mb-md-35px {
    margin-bottom: 30px !important;
  }
}

.p-line-up__unit {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 130px;
}

@media screen and (min-width: 620px) {
  .p-line-up__unit {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .p-line-up__unit {
    -ms-flex-preferred-size: calc(25% - 20px - 1.25px);
    flex-basis: calc(25% - 20px - 1.25px);
  }
}

@media screen and (min-width: 980px) {
  .p-line-up__unit {
    -ms-flex-preferred-size: calc(25% - 40px - 2.5px);
    flex-basis: calc(25% - 40px - 2.5px);
  }
}

@media screen and (min-width: 980px) {
  .p-line-up__unit.mr-md-10px {
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 980px) {
  .p-line-up__unit.ml-md-10px {
    margin-left: 20px !important;
  }
}

@media screen and (min-width: 620px) {
  .p-line-up__unit.mb-22px {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 880px) {
  .p-line-up__unit:last-child .sp-only {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .p-line-up__unit:last-child .sp-only {
    display: none;
  }
}

.p-line-up__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 26px;
}

@media screen and (min-width: 768px) {
  .p-line-up__link {
    border-radius: 20px;
  }
}

.p-line-up__btn--more .p-line-up__link {
  border: 1px solid #d0d0d0;
}

.p-line-up__btn--more .p-line-up__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #c5c5c5 #c5c5c5 transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 11px;
}

@media screen and (min-width: 768px) {
  .p-line-up__btn--more .p-line-up__link::after {
    width: 8px;
    height: 8px;
    right: 19px;
  }
}

.p-line-up__btn--buy .p-line-up__link {
  border: 1px solid #221208;
  background-color: #221208;
}

.p-line-up__icon {
  position: absolute;
  width: 14px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-line-up__icon {
    width: 19px;
    left: 17px;
  }
}

.p-line-up__arrow {
  width: 30px;
  height: 30px;
  background-color: #b89c4f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-line-up__arrow {
    display: none !important;
  }
}

.p-line-up__arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #f9f6f0 #f9f6f0 transparent transparent;
  position: absolute;
  top: 36%;
}

.p-line-up__arrow.disabled {
  display: none;
}

.p-line-up__arrow--prev {
  left: 0;
}

.p-line-up__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 40%;
}

.p-line-up__arrow--next {
  right: 0;
}

.p-line-up__arrow--next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 32%;
}

/**
* shortcake
* ========================== */
.p-shortcake .c-menu__lead {
  background-image: url(../img/bg_strawberry_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-shortcake .c-menu__lead {
    background-image: url(../img/bg_strawberry.jpg);
    background-position: left 40% center;
  }
}

@media screen and (min-width: 980px) {
  .p-shortcake .c-menu__lead {
    background-position: center;
  }
}

.p-shortcake .c-menu__en {
  left: 177px;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .p-shortcake .c-menu__en {
    top: auto;
    bottom: -105px;
    left: auto;
  }
}

.p-shortcake .c-menu__lead-txt {
  top: 90px;
}

.p-shortcake .c-menu__acc {
  bottom: -76px;
  left: calc(50% - 75px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 1124px) {
  .p-shortcake .c-menu__acc {
    bottom: -36px;
    left: calc(50% + 105px);
  }
}

.p-shortcake .c-menu__content {
  background-image: url(../img/bg_shortcake_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-shortcake .c-menu__content {
    background-image: url(../img/bg_shortcake.jpg);
  }
}

@media screen and (min-width: 768px) {
  .p-shortcake__txt {
    width: calc(100% - 340px - 20px);
  }
}

@media screen and (min-width: 1160px) {
  .p-shortcake__txt {
    width: calc(100% - 340px - 85px);
  }
}

.p-shortcake .c-menu__deco {
  bottom: -115px;
  left: calc(50% + 106px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-shortcake .c-menu__deco {
    bottom: -120px;
    right: -130px;
    left: auto;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

@media screen and (min-width: 1024px) {
  .p-shortcake .c-menu__deco {
    bottom: -73px;
    right: -6px;
  }
}

/**
* sachertorte
* ========================== */
.p-sachertorte .c-menu__lead {
  background-image: url(../img/bg_chocolate_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-sachertorte .c-menu__lead {
    background-image: url(../img/bg_chocolate.jpg);
  }
}

.p-sachertorte .c-menu__en {
  left: 120px;
}

@media screen and (min-width: 768px) {
  .p-sachertorte .c-menu__en {
    bottom: -119px;
    left: 0;
  }
}

.p-sachertorte .c-menu__acc {
  bottom: -211px;
  left: calc(50% + 188px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 1060px) {
  .p-sachertorte .c-menu__acc {
    left: calc(50% - 12px);
  }
}

.p-sachertorte .c-menu__lead-txt {
  top: 80px;
}

.p-sachertorte .c-menu__content {
  background-image: url(../img/bg_sachertorte_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-sachertorte .c-menu__content {
    background-image: url(../img/bg_sachertorte.jpg);
  }
}

.p-sachertorte .c-menu__deco {
  bottom: -125px;
  left: calc(50% + 105px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-sachertorte .c-menu__deco {
    bottom: -150px;
    left: calc(50% + 222px);
  }
}

@media screen and (min-width: 980px) {
  .p-sachertorte .c-menu__deco {
    bottom: -80px;
  }
}

/**
* cheesecake
* ========================== */
.p-cheesecake .c-menu__lead {
  background-image: url(../img/bg_cheese_sp.jpg?=1);
}

@media screen and (min-width: 768px) {
  .p-cheesecake .c-menu__lead {
    background-image: url(../img/bg_cheese.jpg?=1);
    background-position: left 25% center;
  }
}

.p-cheesecake .c-menu__en {
  left: 180px;
}

@media screen and (min-width: 768px) {
  .p-cheesecake .c-menu__en {
    bottom: -109px;
    left: auto;
  }
}

.p-cheesecake .c-menu__lead-txt {
  top: 90px;
}

.p-cheesecake .c-menu__acc {
  bottom: -36px;
  left: 19.7%;
}

@media screen and (min-width: 768px) {
  .p-cheesecake .c-menu__acc {
    left: calc(50% - 255px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -56px;
  }
}

@media screen and (min-width: 980px) {
  .p-cheesecake .c-menu__acc {
    left: calc(50% - 345px);
  }
}

.p-cheesecake .c-menu__content {
  background-image: url(../img/bg_cheesecake_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-cheesecake .c-menu__content {
    background-image: url(../img/bg_cheesecake.jpg);
  }
}

.p-cheesecake .c-menu__deco {
  bottom: -148px;
  left: -27.2%;
  width: 130%;
}

@media screen and (min-width: 480px) {
  .p-cheesecake .c-menu__deco {
    width: 90%;
    bottom: -180px;
    left: -5.2%;
  }
}

@media screen and (min-width: 768px) {
  .p-cheesecake .c-menu__deco {
    left: calc(50% + 115px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: calc(50% + 135px);
    bottom: -270px;
  }
}

@media screen and (min-width: 920px) {
  .p-cheesecake .c-menu__deco {
    left: calc(50% + 145px);
    bottom: -210px;
  }
}

/**
* cassismontblanc
* ========================== */
.p-cassismontblanc .c-menu__lead {
  background-image: url(../img/bg_cassis_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__lead {
    background-image: url(../img/bg_cassis.jpg);
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__lead .sp-only {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .p-cassismontblanc .c-menu__lead .sp-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__ttl {
    color: #fff;
  }
}

.p-cassismontblanc .c-menu__en {
  left: 130px;
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__en {
    bottom: -119px;
    left: 0;
  }
}

.p-cassismontblanc .c-menu__lead-txt {
  top: 88px;
}

.p-cassismontblanc .c-menu__acc {
  bottom: -61px;
  left: calc(50% + 85px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__acc {
    bottom: -139px;
    left: calc(50% + 200px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media screen and (min-width: 920px) {
  .p-cassismontblanc .c-menu__acc {
    left: calc(50% + 117px);
  }
}

.p-cassismontblanc .c-menu__content {
  background-image: url(../img/bg_cassismontblanc_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__content {
    background-image: url(../img/bg_cassismontblanc.jpg);
  }
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc__txt {
    width: calc(100% - 340px - 20px);
  }
}

@media screen and (min-width: 1160px) {
  .p-cassismontblanc__txt {
    width: calc(100% - 340px - 85px);
  }
}

.p-cassismontblanc .c-menu__deco {
  bottom: -66px;
  left: calc(50% + 104px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-cassismontblanc .c-menu__deco {
    left: auto;
    bottom: -200px;
    left: calc(50% + 35px);
  }
}

@media screen and (min-width: 1100px) {
  .p-cassismontblanc .c-menu__deco {
    bottom: -98px;
    left: calc(50% + 230px);
  }
}

/**
* fruit
* ========================== */
.p-fruit .c-menu__lead {
  background-image: url(/contents/ebottle_cake/img/ttl_bg_fruitp_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-fruit .c-menu__lead {
    background-image: url(/contents/ebottle_cake/img/ttl_bg_fruitsp.jpg);
    background-position: left 25% center;
  }
}

.p-fruit .c-menu__en {
  left: 180px;
}

@media screen and (min-width: 768px) {
  .p-fruit .c-menu__en {
    bottom: -109px;
    left: auto;
  }
}

.p-fruit .c-menu__lead-txt {
  top: 90px;
}

.p-fruit .c-menu__acc {
  bottom: -36px;
  left: 19.7%;
}

@media screen and (min-width: 768px) {
  .p-fruit .c-menu__acc {
    left: calc(50% - 255px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -56px;
  }
}

@media screen and (min-width: 980px) {
  .p-fruit .c-menu__acc {
    left: calc(50% - 35px);
  }
}

.p-fruit .c-menu__content {
  background-image: url(/contents/ebottle_cake/img/bg_fruitp_sp.jpg);
}

@media screen and (min-width: 768px) {
  .p-fruit .c-menu__content {
    background-image: url(/contents/ebottle_cake/img/bg_fruitparfait.jpg);
  }
}

.p-fruit .c-menu__deco {
  bottom: -148px;
  left: -10%;
  width: 130%;
}

@media screen and (min-width: 480px) {
  .p-fruit .c-menu__deco {
    width: 90%;
    bottom: -180px;
    left: -5.2%;
  }
}

@media screen and (min-width: 768px) {
  .p-fruit .c-menu__deco {
    left: calc(50% + 115px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: calc(50% + 135px);
    bottom: -270px;
  }
}

@media screen and (min-width: 920px) {
  .p-fruit .c-menu__deco {
    left: calc(50% + 145px);
    bottom: -210px;
  }
}

/**
* chefs
* ========================== */
.p-chefs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_parfait.jpg);
}

.p-chefs__inner {
  max-width: 1116px;
  width: 80%;
}

.p-chefs__ttlarea {
  text-align: center;
}

.p-chefs__ttlbox {
  position: relative;
  display: inline-block;
}

.p-chefs__ttl {
  position: relative;
  letter-spacing: 0;
}

.p-chefs__la {
  position: absolute;
  right: -60px;
  bottom: -28px;
}

@media screen and (min-width: 768px) {
  .p-chefs__la {
    right: auto;
    bottom: -60px;
    left: calc(50% + 221px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.p-chefs__content {
  position: relative;
}

.p-chefs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-chefs__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.p-chefs__name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-chefs__name-ja {
  color: #441d05;
  letter-spacing: 0.16em;
}

.p-chefs__name-en {
  color: #b89c4f;
  letter-spacing: 0.1em;
}

.p-chefs__desc {
  color: #441d05;
}

.p-chefs__accordion {
  color: #441d05;
}

.p-chefs__accordion.active {
  border-bottom: 1px solid #cccccc;
}

.p-chefs__toggle-btn {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.p-chefs__toggle-btn.toggle-active {
  padding-bottom: 25px !important;
  border-bottom: 0;
}

.p-chefs__toggle-btn.toggle-active .p-chefs__line::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-chefs__line {
  position: absolute;
  right: 5px;
  top: 25px;
}

.p-chefs__line::before,
.p-chefs__line::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #b89c4f;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-chefs__line::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-chefs__toggle-txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.p-chefs__unit {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--komai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--komai .p-chefs__imgbox {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--komai .p-chefs__content {
    margin-top: 0 !important;
    width: 45%;
  }
}

@media screen and (min-width: 1110px) {
  .p-chefs__unit--komai .p-chefs__content {
    margin-top: 78px !important;
  }
}

.p-chefs__unit--komai .p-chefs__name-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--komai .p-chefs__name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 980px) {
  .p-chefs__unit--komai .p-chefs__name-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 980px) {
  .p-chefs__unit--komai .p-chefs__name-ja {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka,
  .p-chefs__unit--nishiyama {
    width: 46.6%;
  }
}

.p-chefs__unit--suzuka .p-chefs__name-box,
.p-chefs__unit--nishiyama .p-chefs__name-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__name-box,
  .p-chefs__unit--nishiyama .p-chefs__name-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 990px) {

  .p-chefs__unit--suzuka .p-chefs__name-box,
  .p-chefs__unit--nishiyama .p-chefs__name-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 990px) {

  .p-chefs__unit--suzuka .p-chefs__name-ja,
  .p-chefs__unit--nishiyama .p-chefs__name-ja {
    margin-bottom: 0px !important;
  }
}

.p-chefs__unit--suzuka .p-chefs__imgbox,
.p-chefs__unit--nishiyama .p-chefs__imgbox {
  position: absolute;
  top: 0;
  width: 60%;
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__imgbox,
  .p-chefs__unit--nishiyama .p-chefs__imgbox {
    position: static;
    width: 100%;
  }
}

.p-chefs__unit--suzuka .p-chefs__img,
.p-chefs__unit--nishiyama .p-chefs__img {
  width: 100%;
  height: 216px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

@media screen and (min-width: 420px) {

  .p-chefs__unit--suzuka .p-chefs__img,
  .p-chefs__unit--nishiyama .p-chefs__img {
    height: 296px;
  }
}

@media screen and (min-width: 540px) {

  .p-chefs__unit--suzuka .p-chefs__img,
  .p-chefs__unit--nishiyama .p-chefs__img {
    height: 356px;
  }
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__img,
  .p-chefs__unit--nishiyama .p-chefs__img {
    height: auto;
  }
}

@media screen and (min-width: 420px) {

  .p-chefs__unit--suzuka .p-chefs__content,
  .p-chefs__unit--nishiyama .p-chefs__content {
    margin-bottom: 55px !important;
    margin-top: 115px !important;
  }
}

@media screen and (min-width: 540px) {

  .p-chefs__unit--suzuka .p-chefs__content,
  .p-chefs__unit--nishiyama .p-chefs__content {
    margin-bottom: 85px !important;
    margin-top: 175px !important;
  }
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__content,
  .p-chefs__unit--nishiyama .p-chefs__content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
}

.p-chefs__unit--suzuka .p-chefs__toggle-btn,
.p-chefs__unit--nishiyama .p-chefs__toggle-btn {
  width: 50%;
  margin: 0 0 0 auto;
}

.p-chefs__unit--suzuka .p-chefs__toggle-btn.toggle-active,
.p-chefs__unit--nishiyama .p-chefs__toggle-btn.toggle-active {
  padding-bottom: 76px !important;
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__toggle-btn.toggle-active,
  .p-chefs__unit--nishiyama .p-chefs__toggle-btn.toggle-active {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__toggle-btn,
  .p-chefs__unit--nishiyama .p-chefs__toggle-btn {
    width: 100%;
    margin: 0;
  }
}

.p-chefs__unit--suzuka .p-chefs__line,
.p-chefs__unit--nishiyama .p-chefs__line {
  top: 20px;
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__line,
  .p-chefs__unit--nishiyama .p-chefs__line {
    top: 25px;
  }
}

.p-chefs__unit--suzuka .p-chefs__line::before,
.p-chefs__unit--suzuka .p-chefs__line::after,
.p-chefs__unit--nishiyama .p-chefs__line::before,
.p-chefs__unit--nishiyama .p-chefs__line::after {
  width: 11px;
}

@media screen and (min-width: 768px) {

  .p-chefs__unit--suzuka .p-chefs__line::before,
  .p-chefs__unit--suzuka .p-chefs__line::after,
  .p-chefs__unit--nishiyama .p-chefs__line::before,
  .p-chefs__unit--nishiyama .p-chefs__line::after {
    width: 15px;
  }
}

.p-chefs__unit--suzuka .p-chefs__name-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--suzuka .p-chefs__name-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-chefs__unit--suzuka .p-chefs__imgbox {
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--suzuka .p-chefs__desc {
    margin-bottom: 104px !important;
  }
}

@media screen and (min-width: 800px) {
  .p-chefs__unit--suzuka .p-chefs__desc {
    margin-bottom: 67px !important;
  }
}

.p-chefs__unit--suzuka .p-chefs__toggle-btn {
  margin: 0 0 0 auto;
}

.p-chefs__unit--nishiyama .p-chefs__name-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .p-chefs__unit--nishiyama .p-chefs__name-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-chefs__unit--nishiyama .p-chefs__imgbox {
  right: 0;
}

@media screen and (min-width: 1015px) {
  .p-chefs__unit--nishiyama .p-chefs__desc {
    margin-bottom: 66px !important;
  }
}

@media screen and (min-width: 1015px) {
  .p-chefs__unit--nishiyama .p-chefs__desc {
    margin-bottom: 66px !important;
  }
}

@media screen and (min-width: 1120px) {
  .p-chefs__unit--nishiyama .p-chefs__desc {
    margin-bottom: 30px !important;
  }
}

.p-chefs__unit--nishiyama .p-chefs__toggle-btn {
  margin: 0 auto 0 0;
}

/**
* winner
* ========================== */
.p-winner {
  position: relative;
  color: #441d05;
}

.p-winner::before {
  content: "";
  width: 94.6%;
  height: 99.1%;
  background-color: #ecebef;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-winner::before {
    width: 100%;
    height: 100%;
  }
}

.p-winner__inner {
  position: relative;
  width: 80%;
}

.p-winner__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (min-width: 950px) {
  .p-winner__ttl {
    text-align: center;
  }
}

.p-winner__ttl .br.sp-only {
  display: block;
}

@media screen and (min-width: 950px) {
  .p-winner__ttl .br.sp-only {
    display: none;
  }
}

.p-winner__txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.p-winner__txt .br.pc-only {
  display: none;
}

@media screen and (min-width: 1164px) {
  .p-winner__txt .br.pc-only {
    display: block;
  }
}

.p-winner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

@media screen and (min-width: 768px) {
  .p-winner__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-winner__unit {
    width: 46.8%;
  }
}

@media screen and (min-width: 768px) {
  .p-winner__unit .br.sp-only {
    display: block;
  }
}

@media screen and (min-width: 1130px) {
  .p-winner__unit .br.sp-only {
    display: none;
  }
}

@media screen and (min-width: 1130px) {
  .p-winner__unit .br.pc-only {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  .p-winner__unit .br02.pc-only {
    display: none;
  }
}

.p-winner__imgttl {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .p-winner__imgttl {
    -webkit-transform: scale(1);
    transform: scale(1);
    letter-spacing: 0.12em;
  }
}

/**
* eat
* ========================== */
.p-eat {
  background-image: url(../img/bg_fv_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-eat {
    background-image: url(../img/bg_fv.jpg);
  }
}

.p-eat__inner {
  max-width: 1116px;
}

.p-eat__ttl {
  text-align: center;
  letter-spacing: 0.05em;
}

.p-eat__la {
  display: inline-block;
  position: relative;
}

.p-eat__la::before,
.p-eat__la::after {
  content: "";
  width: 40px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
}

@media screen and (min-width: 768px) {

  .p-eat__la::before,
  .p-eat__la::after {
    width: 65px;
    height: 100px;
    bottom: -35px;
  }
}

.p-eat__la::before {
  background-image: url(../img/img_spoon.png);
  left: 0;
}

.p-eat__la::after {
  background-image: url(../img/img_folk.png);
  right: 0;
}

.p-eat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 768px) {
  .p-eat__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}

.p-eat__unit {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-eat__unit {
    width: 45%;
  }
}

.p-eat__unit::before,
.p-eat__unit::after {
  content: "";
  width: 33%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {

  .p-eat__unit::before,
  .p-eat__unit::after {
    width: 26%;
  }
}

.p-eat__unit::before {
  left: 0;
}

.p-eat__unit::after {
  right: 0;
}

.p-eat__unit--thawing .p-eat__img {
  max-width: 368px;
  width: 100%;
}

.p-eat__boxttl {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-eat__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-eat__txt {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.p-eat__line {
  position: relative;
}

.p-eat__line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.p-eat__cau {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 300;
}

#birthdayPackage .birthdayPackage-contents{
  position: relative;
  background-image: url(/contents/product/hgp/img/birthday/bd_pkg_waku2_sp.png);
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
  z-index: 1;
}
#birthdayPackage .birthdayPackage-bg{
  position: relative;
}
#birthdayPackage .birthdayPackage-bg:before{
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-image: url(/contents/product/hgp/img/birthday/bd_pkg_waku1_sp.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
#birthdayPackage .birthdayPackage-bg:after{
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/contents/product/hgp/img/birthday/bd_pkg_waku3_sp.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #birthdayPackage .birthdayPackage-bg{
    background-image: url(/contents/product/hgp/img/birthday/bd_pkg_waku.png);
    background-repeat: no-repeat;
  }
  #birthdayPackage .birthdayPackage-contents{
    background-image: none;
  }
  #birthdayPackage .birthdayPackage-bg:before,#birthdayPackage .birthdayPackage-bg:after{
    content: none;
  }
}

.main-contents .loadProduct-2types__inline,
.main-contents .loadProduct-birthday__inline,
.main-contents .loadProduct-4types,
.main-contents .loadProduct-birthday {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .dy_load_content #userVoice .img-flaot-space{
    display: none;
  }
}