@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-padding-top: 3.75rem;
}

body {
  -webkit-overflow-scrolling: touch; /* iOSのスムーズスクロール対応 */
  color: #392F04;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 400;
  overscroll-behavior: none; /* スクロールの慣性を軽減 */
  scroll-behavior: smooth; /* スムーズスクロールを有効化 */
}

.l-gift {
  background: transparent url(../images/cheesecake/gift-bg.png) no-repeat center bottom/100% 100%;
  /* background: url(../images/cheesecake/voice-bg.webp) no-repeat bottom center/100% 100%; */
}
@media screen and (max-width: 767px) {
  .l-gift {
    /* background: transparent url(../images/cheesecake/voice-bg.webp) no-repeat bottom center/cover; */
  }
}

.c-btn01 {
  align-items: center;
  background: #A00000;
  border-radius: 2.25rem;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  justify-content: center;
  line-height: 1.4444444444;
  padding: 22px 62px 23px 62px;
  padding: 1.375rem 3.875rem 1.4375rem 3.875rem;
  position: relative;
  transition: 0.3s ease;
  transition: 0.3s ease-out;
}

@media (any-hover: hover) {
  .c-btn01:hover {
    background-color: #C40F0F;
    opacity: 1;
  }
}
.c-btn01::after {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 100px;
  content: "";
  height: calc(100% - 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
}
@media screen and (max-width: 767px) {
  .c-btn01::after {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
  }
}

.c-btn01__arrow {
  -webkit-transform: translate(0, -50%);
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #A00000;
  display: flex;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  height: 37px;
  height: 2.3125rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 39px;
  width: 2.4375rem;
}

.c-btn02 {
  align-items: center;
  background: #a00000;
  border-radius: 6.25rem;
  display: flex;
  justify-content: center;
  padding: 42px 100px 39px 100px;
  padding: 2.625rem 6.25rem 2.4375rem 6.25rem;
  position: relative;
  transition: 0.3s ease;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    padding: 23.6px 62px 23px 62px;
    padding: 1.475rem 3.875rem 1.4375rem 3.875rem;
  }
}

@media (any-hover: hover) {
  .c-btn02:hover {
    background-color: #C40F0F;
    opacity: 1;
  }
}
.c-btn02::after {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 100px;
  content: "";
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}
@media screen and (max-width: 767px) {
  .c-btn02::after {
    height: calc(100% - 5px);
    width: calc(100% - 5px);
  }
}

.c-btn02__text {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(22px, 16.672px + 0.694vw, 30px);
  font-size: clamp(1.375rem, 1.042rem + 0.694vw, 1.875rem);
  line-height: 1.0666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn02__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.c-btn02__text span {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(13.008px, 5.664px + 0.955vw, 24px);
  font-size: clamp(13.008px, 5.664px + 0.955vi, 24px);
  font-size: clamp(0.813rem, 0.354rem + 0.955vi, 1.5rem);
  line-height: 1;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-btn02__text span {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
}

.c-btn02__arrow {
  -webkit-transform: translate(0, -50%);
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #a00000;
  display: flex;
  font-size: max(19px, 10px);
  font-size: max(1.1875rem, 10px);
  height: 55px;
  height: 3.4375rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 40px;
  right: 2.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  width: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-btn02__arrow {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    height: 30px;
    height: 1.875rem;
    right: 26px;
    right: 1.625rem;
    width: 30px;
    width: 1.875rem;
  }
}

.p-cc-brand__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  max-width: 112.5rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media (max-width: 1920px) {
  .p-cc-brand__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-cc-brand__top {
  background: url(../images/cheesecake/brand-top-bg.webp) repeat center/cover;
  padding-bottom: 173px;
  padding-bottom: 10.8125rem;
  padding-top: 211px;
  padding-top: 13.1875rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__top {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}

.p-cc-brand__bottom {
  background: url(../images/cheesecake/brand-bottom-bg.webp) repeat center/cover;
  padding-bottom: 117px;
  padding-bottom: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__bottom {
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}

.p-cc-brand__picture {
  display: block;
  width: 100%;
}

.p-cc-brand__picture img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-brand__picture--01 {
  margin-left: auto;
  max-width: min(31.40625vw, 603px);
  max-width: min(31.40625vw, 37.6875rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--01 {
    max-width: 300px;
    max-width: 18.75rem;
  }
}

.p-cc-brand__picture--01 img {
  aspect-ratio: 603/430;
}

.p-cc-brand__picture--02 {
  margin-left: min(8.3854166667vw, 161px);
  margin-left: min(8.3854166667vw, 10.0625rem);
  margin-top: -58px;
  margin-top: -3.625rem;
  max-width: min(17.1875vw, 330px);
  max-width: min(17.1875vw, 20.625rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--02 {
    margin-left: 0;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 200px;
    max-width: 12.5rem;
  }
}

.p-cc-brand__picture--02 img {
  aspect-ratio: 330/423;
}

.p-cc-brand__picture--03 {
  margin-left: min(23.5416666667vw, 452px);
  margin-left: min(23.5416666667vw, 28.25rem);
  margin-top: min(-10.46875vw, -201px);
  margin-top: min(-10.46875vw, -12.5625rem);
  max-width: min(13.8020833333vw, 265px);
  max-width: min(13.8020833333vw, 16.5625rem);
}
@media (max-width: 1550px) {
  .p-cc-brand__picture--03 {
    margin-top: -158px;
    margin-top: -9.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--03 {
    margin-left: 220px;
    margin-left: 13.75rem;
    margin-top: -90px;
    margin-top: -5.625rem;
    max-width: 140px;
    max-width: 8.75rem;
  }
}

.p-cc-brand__picture--03 img {
  aspect-ratio: 265/328;
}

.p-cc-brand__picture--04 {
  margin-left: min(64.4270833333vw, 1237px);
  margin-left: min(64.4270833333vw, 77.3125rem);
  margin-top: -218px;
  margin-top: -13.625rem;
  max-width: min(23.0208333333vw, 442px);
  max-width: min(23.0208333333vw, 27.625rem);
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
}
@media (max-width: 1920px) {
  .p-cc-brand__picture--04 {
    margin-left: min(64.4270833333vw, 1237px);
    margin-left: min(64.4270833333vw, 77.3125rem);
    margin-top: min(-12.03125vw, -218px);
    margin-top: min(-12.03125vw, -13.625rem);
  }
}
@media (max-width: 1800px) {
  .p-cc-brand__picture--04 {
    margin-left: auto;
  }
}
@media (max-width: 1600px) {
  .p-cc-brand__picture--04 {
    margin-top: -160px;
    margin-top: -10rem;
  }
}
@media (max-width: 1300px) {
  .p-cc-brand__picture--04 {
    margin-top: -150px;
    margin-top: -9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--04 {
    margin-top: -80px;
    margin-top: -5rem;
    max-width: 200px;
    max-width: 12.5rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-brand__picture--04 img {
  aspect-ratio: 442/364;
}

.p-cc-brand__picture--05 {
  bottom: -177px;
  bottom: -11.0625rem;
  content: "";
  max-width: min(15.5208333333vw, 298px);
  max-width: min(15.5208333333vw, 18.625rem);
  position: absolute;
  right: -149px;
  right: -9.3125rem;
}
@media (max-width: 1600px) {
  .p-cc-brand__picture--05 {
    margin-left: min(26.1458333333vw, 502px);
    margin-left: min(26.1458333333vw, 31.375rem);
    margin-top: min(-6.3541666667vw, -122px);
    margin-top: min(-6.3541666667vw, -7.625rem);
    position: static;
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--05 {
    margin-left: auto;
    margin-top: -50px;
    margin-top: -3.125rem;
    max-width: 150px;
    max-width: 9.375rem;
  }
}

.p-cc-brand__picture--05 img {
  aspect-ratio: 298/300;
}

.p-cc-brand__picture--06 {
  margin-left: min(23.59375vw, 453px);
  margin-left: min(23.59375vw, 28.3125rem);
  margin-top: min(-7.1354166667vw, -137px);
  margin-top: min(-7.1354166667vw, -8.5625rem);
  max-width: min(18.6458333333vw, 358px);
  max-width: min(18.6458333333vw, 22.375rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--06 {
    margin-left: auto;
    margin-top: -50px;
    margin-top: -3.125rem;
    max-width: 150px;
    max-width: 9.375rem;
  }
}

.p-cc-brand__picture--06 img {
  aspect-ratio: 358/353;
}

.p-cc-brand__box {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box {
    align-items: initial;
    flex-direction: column;
  }
}

.p-cc-brand__box--01 {
  gap: min(7.2135416667vw, 138.5px);
  gap: min(7.2135416667vw, 8.65625rem);
  margin-left: min(17.7083333333vw, 340px);
  margin-left: min(17.7083333333vw, 21.25rem);
  margin-top: min(-8.6458333333vw, -166px);
  margin-top: min(-8.6458333333vw, -10.375rem);
}
@media (max-width: 1700px) {
  .p-cc-brand__box--01 {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--01 {
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-brand__box--02,
.p-cc-brand__box--04,
.p-cc-brand__box--06 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--02,
  .p-cc-brand__box--04,
  .p-cc-brand__box--06 {
    flex-direction: column;
  }
}

.p-cc-brand__box--02 {
  gap: min(14.1666666667vw, 272px);
  gap: min(14.1666666667vw, 17rem);
  justify-content: flex-end;
  margin-top: 94px;
  margin-top: 5.875rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--02 {
    align-items: initial;
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-right: 0;
  }
}

.p-cc-brand__box--03 {
  gap: min(5.1041666667vw, 98px);
  gap: min(5.1041666667vw, 6.125rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  width: 90%;
}
@media (max-width: 1600px) {
  .p-cc-brand__box--03 {
    gap: 50px;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--03 {
    align-items: initial;
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
}

.p-cc-brand__box--04 {
  gap: min(9.6875vw, 186px);
  gap: min(9.6875vw, 11.625rem);
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 1600px;
  max-width: 100rem;
  max-width: 1546.8px;
  max-width: 96.675rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 90%;
}
@media (max-width: 1600px) {
  .p-cc-brand__box--04 {
    gap: min(2.03125vw, 39px);
    gap: min(2.03125vw, 2.4375rem);
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--04 {
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
}

.p-cc-brand__box--05 {
  gap: min(1.25vw, 24px);
  gap: min(1.25vw, 1.5rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 255px;
  margin-top: 15.9375rem;
  max-width: 1546.8px;
  max-width: 96.675rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 90%;
}
@media (max-width: 1600px) {
  .p-cc-brand__box--05 {
    margin-top: 79px;
    margin-top: 4.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--05 {
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
}

.p-cc-brand__box--06 {
  gap: min(1.5104166667vw, 29px);
  gap: min(1.5104166667vw, 1.8125rem);
  justify-content: flex-end;
  margin-left: min(7.0833333333vw, 136px);
  margin-left: min(7.0833333333vw, 8.5rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
  margin-top: 3.625rem;
  max-width: 1546.8px;
  max-width: 96.675rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--06 {
    gap: 24px;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
}

.p-cc-brand__box--07 {
  gap: min(1.40625vw, 27px);
  gap: min(1.40625vw, 1.6875rem);
  justify-content: flex-end;
  overflow: hidden;
  padding-left: min(7.0833333333vw, 136px);
  padding-left: min(7.0833333333vw, 8.5rem);
  padding-top: min(18.59375vw, 357px);
  padding-top: min(18.59375vw, 22.3125rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--07 {
    gap: 24px;
    gap: 1.5rem;
    margin-left: 0;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
}

.p-cc-brand__picture--07 {
  content: "";
  max-width: min(34.1145833333vw, 655px);
  max-width: min(34.1145833333vw, 40.9375rem);
  max-width: min(36.7447916667vw, 705.5px);
  max-width: min(36.7447916667vw, 44.09375rem);
  position: absolute;
  right: 0;
  top: -77%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--07 {
    max-width: 215px;
    max-width: 13.4375rem;
  }
}

.p-cc-brand__picture--07 img {
  aspect-ratio: 655/273;
  aspect-ratio: 705.5/269;
}

.p-cc-brand__picture--08 {
  content: "";
  left: -12%;
  left: -3%;
  max-width: min(18.6458333333vw, 358px);
  max-width: min(18.6458333333vw, 22.375rem);
  position: absolute;
  top: -59%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__picture--08 {
    left: -11%;
    max-width: 160px;
    max-width: 10rem;
    max-width: 145px;
    max-width: 9.0625rem;
    overflow: hidden;
  }
}

.p-cc-brand__picture--08 img {
  aspect-ratio: 386/643;
}

.p-cc-brand__text-box {
  flex: 1;
  position: relative;
  z-index: 1;
}

.p-cc-brand__box--01 .p-cc-brand__text-box {
  margin-top: min(18.9583333333vw, 364px);
  margin-top: min(18.9583333333vw, 22.75rem);
  max-width: 456px;
  max-width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--01 .p-cc-brand__text-box {
    margin-top: 0;
    width: 100%;
  }
}

.p-cc-brand__box--01 .p-cc-brand__text-box::after {
  background: url(../images/cheesecake/mikoto-bg.webp) no-repeat center/cover;
  bottom: -25%;
  content: "";
  display: block;
  height: min(13.2895833333vw, 255.16px);
  height: min(13.2895833333vw, 15.9475rem);
  position: absolute;
  right: 0;
  width: min(12.8125vw, 246px);
  width: min(12.8125vw, 15.375rem);
}
@media (max-width: 1550px) {
  .p-cc-brand__box--01 .p-cc-brand__text-box::after {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--01 .p-cc-brand__text-box::after {
    height: 150px;
    height: 9.375rem;
    width: 150px;
    width: 9.375rem;
  }
}

.p-cc-brand__box--02 .p-cc-brand__text-box {
  margin-top: min(16.6145833333vw, 127px);
  margin-top: min(16.6145833333vw, 7.9375rem);
  max-width: 653.68px;
  max-width: 40.855rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--02 .p-cc-brand__text-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-brand__box--03 .p-cc-brand__text-box {
  margin-left: min(4.5833333333vw, 88px);
  margin-left: min(4.5833333333vw, 5.5rem);
  margin-top: -21px;
  margin-top: -1.3125rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: min(28.6458333333vw, 550px);
  width: min(28.6458333333vw, 34.375rem);
}
@media (max-width: 1800px) {
  .p-cc-brand__box--03 .p-cc-brand__text-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--03 .p-cc-brand__text-box {
    margin-left: 0;
    width: 100%;
  }
}

.p-cc-brand__box--04 .p-cc-brand__text-box {
  margin-top: 37px;
  margin-top: 2.3125rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: min(28.6458333333vw, 550px);
  width: min(28.6458333333vw, 34.375rem);
}
@media (max-width: 1330px) {
  .p-cc-brand__box--04 .p-cc-brand__text-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--04 .p-cc-brand__text-box {
    width: 100%;
  }
}

.p-cc-brand__box--05 .p-cc-brand__text-box {
  margin-left: min(4.5833333333vw, 88px);
  margin-left: min(4.5833333333vw, 5.5rem);
  margin-top: -101px;
  margin-top: -6.3125rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: min(28.6458333333vw, 550px);
  width: min(28.6458333333vw, 34.375rem);
}
@media (max-width: 1600px) {
  .p-cc-brand__box--05 .p-cc-brand__text-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--05 .p-cc-brand__text-box {
    margin-left: 0;
    width: 100%;
  }
}

.p-cc-brand__box--06 .p-cc-brand__text-box {
  margin-top: -222px;
  margin-top: -13.875rem;
  max-width: 550px;
  max-width: 34.375rem;
  width: min(28.6458333333vw, 550px);
  width: min(28.6458333333vw, 34.375rem);
}
@media (max-width: 1300px) {
  .p-cc-brand__box--06 .p-cc-brand__text-box {
    margin-top: -158px;
    margin-top: -9.875rem;
  }
}
@media (max-width: 1250px) {
  .p-cc-brand__box--06 .p-cc-brand__text-box {
    margin-top: -110px;
    margin-top: -6.875rem;
  }
}
@media (max-width: 1100px) {
  .p-cc-brand__box--06 .p-cc-brand__text-box {
    margin-top: -78px;
    margin-top: -4.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--06 .p-cc-brand__text-box {
    margin-top: 0;
    width: 100%;
  }
}

.p-cc-brand__box--07 .p-cc-brand__text-box {
  margin-top: min(13.8020833333vw, 265px);
  margin-top: min(13.8020833333vw, 16.5625rem);
  margin-top: min(11.09375vw, 213px);
  margin-top: min(11.09375vw, 13.3125rem);
  max-width: 528px;
  max-width: 33rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--07 .p-cc-brand__text-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-brand__heading {
  color: #969074;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  line-height: 2.2083333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-cc-brand__box--02 .p-cc-brand__heading::after {
  background: url(../images/cheesecake/concept-bg.webp) no-repeat center/cover;
  bottom: -20%;
  content: "";
  display: block;
  height: min(9.9630208333vw, 191.29px);
  height: min(9.9630208333vw, 11.955625rem);
  position: absolute;
  right: 0;
  width: min(24.0979166667vw, 462.68px);
  width: min(24.0979166667vw, 28.9175rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--02 .p-cc-brand__heading::after {
    bottom: -70%;
    height: 103.5px;
    height: 6.46875rem;
    width: 230px;
    width: 14.375rem;
  }
}

.p-cc-brand__title {
  color: #392f04;
  font-size: max(88px, 10px);
  font-size: max(5.5rem, 10px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__title {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
  }
}

.p-cc-brand__text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 2.375;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-cc-brand__box--01 .p-cc-brand__text {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--01 .p-cc-brand__text {
    white-space: normal;
    white-space: initial;
  }
}

.p-cc-brand__box--03 .p-cc-brand__text,
.p-cc-brand__box--04 .p-cc-brand__text .p-cc-brand__box--05 .p-cc-brand__text .p-cc-brand__box--06 .p-cc-brand__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-cc-brand__box--07 .p-cc-brand__text {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--07 .p-cc-brand__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}

.p-cc-brand__img {
  display: block;
  flex: 1;
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.p-cc-brand__img img {
  -o-object-fit: cover;
  aspect-ratio: 700/902;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-brand__img--02 {
  max-width: min(26.09375vw, 501px);
  max-width: min(26.09375vw, 31.3125rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__img--02 {
    max-width: 250px;
    max-width: 15.625rem;
  }
}

.p-cc-brand__img--02 img {
  aspect-ratio: 501/644;
}

.p-cc-brand__img--03 {
  max-width: min(33.8541666667vw, 650px);
  max-width: min(33.8541666667vw, 40.625rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__img--03 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 20rem;
  }
}

.p-cc-brand__img--03 img {
  aspect-ratio: 1/1;
}

.p-cc-brand__img--04 {
  max-width: min(42.0833333333vw, 808px);
  max-width: min(42.0833333333vw, 50.5rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__img--04 {
    max-width: 100%;
  }
}

.p-cc-brand__img--04 img {
  -o-object-fit: contain;
  aspect-ratio: 808/643;
     object-fit: contain;
}

.p-cc-brand__img--05 {
  max-width: min(56.6145833333vw, 1087px);
  max-width: min(56.6145833333vw, 67.9375rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__img--05 {
    max-width: 100%;
  }
}

.p-cc-brand__img--05 img {
  aspect-ratio: 1087/745;
}

.p-cc-brand__img-box {
  position: relative;
}

.p-cc-brand__box--03 .p-cc-brand__img-box {
  margin-top: -47px;
  margin-top: -2.9375rem;
  position: initial;
  position: static;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--03 .p-cc-brand__img-box {
    margin-top: 0;
  }
}

.p-cc-brand__read {
  font-size: clamp(25.008px, 15.008px + 1.302vw, 40px);
  font-size: clamp(1.563rem, 0.938rem + 1.302vw, 2.5rem);
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__read {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
}

.p-cc-brand__read-rotate {
  display: inline-block;
  transform: rotateY(180deg);
}

.p-cc-brand__box--05 .p-cc-brand__read {
  width: min(28.6458333333vw, 550px);
  width: min(28.6458333333vw, 34.375rem);
}
@media screen and (max-width: 767px) {
  .p-cc-brand__box--05 .p-cc-brand__read {
    width: 100%;
  }
}

.p-cc-brand__head {
  font-size: clamp(33.008px, 19.664px + 1.736vw, 53.008px);
  font-size: clamp(2.063rem, 1.229rem + 1.736vw, 3.313rem);
  font-weight: 400;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__head {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    line-height: 1.5;
    white-space: normal;
    white-space: initial;
  }
}

.p-cc-brand__head-large {
  display: block;
  font-size: clamp(34px, 20.672px + 1.736vw, 54px);
  font-size: clamp(2.125rem, 1.292rem + 1.736vw, 3.375rem);
  font-weight: 400;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-cc-brand__head-large {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    margin-top: 0;
  }
}

.p-cc-btn-to-order {
  bottom: 45px;
  bottom: 2.8125rem;
  bottom: 25px;
  bottom: 1.5625rem;
  height: auto;
  position: fixed;
  right: 45px;
  right: 2.8125rem;
  right: 25px;
  right: 1.5625rem;
  width: 127px;
  width: 7.9375rem;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .p-cc-btn-to-order {
    bottom: 10px;
    bottom: 0.625rem;
    right: 10px;
    right: 0.625rem;
    width: 87px;
    width: 5.4375rem;
    width: 72px;
    width: 4.5rem;
    width: 87px;
    width: 5.4375rem;
    width: 87px;
    width: 5.4375rem;
  }
}
.p-cc-btn-to-order a {
  display: block;
  height: auto;
  transition: opacity 1s;
  width: 150px;
}

.p-cc-btn-to-order a:hover {
  opacity: 0.8;
}

.p-cc-btn-to-order a img {
  height: auto;
  width: 100%;
}

.p-cc-btn-to-order::before {
  color: #fff;
  content: "ご注文は\aこちら";
  font-size: 20px;
  font-size: 1.25rem;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 46%;
  transform: translateX(-50%);
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .p-cc-btn-to-order::before {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-cc-container {
  background: url(../images/cheesecake/fs-bg.webp) no-repeat center top/cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

.p-cc-container__item {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.p-cc-enjoy {
  background: transparent url(../images/cheesecake/enjoy-bg-main.webp) no-repeat center bottom/cover;
}

.p-cc-enjoy__inner {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  max-width: 112.5rem;
  min-height: 900px;
  min-height: 56.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__inner {
    min-height: 500px;
    min-height: 31.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__inner {
    min-height: 730px;
    min-height: 45.625rem;
  }
}

.p-cc-enjoy__box {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-cc-enjoy__block {
  align-items: center;
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 1470px) {
  .p-cc-enjoy__block {
    top: 48%;
  }
}
@media (max-width: 1350px) {
  .p-cc-enjoy__block {
    top: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__block {
    margin-top: 0;
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--01 {
    top: 53.3%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__block--01 {
    top: 48.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--02 {
    top: 53.3%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__block--02 {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--03 {
    top: 53.3%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__block--03 {
    top: 48.3%;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--04 {
    top: 55.3%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__block--04 {
    top: 50.5%;
  }
}

.p-cc-enjoy__wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1550px) {
  .p-cc-enjoy__wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__wrap {
    flex-direction: column;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: 100%;
  }
}

.p-cc-enjoy__top {
  position: relative;
  width: 29.9723756906%;
}
@media (max-width: 1550px) {
  .p-cc-enjoy__top {
    width: 380px;
    width: 23.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__top {
    width: auto;
  }
}

.p-cc-enjoy__sub {
  color: #969074;
  font-size: clamp(18px, 14px + 0.521vw, 24px);
  font-size: clamp(1.125rem, 0.875rem + 0.521vw, 1.5rem);
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__sub {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__sub {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-cc-enjoy__main {
  font-size: clamp(32px, 17.328px + 1.91vw, 54px);
  font-size: clamp(2rem, 1.083rem + 1.91vw, 3.375rem);
  font-weight: 400;
  line-height: 1.3703703704;
  margin-top: -3px;
  margin-top: -0.1875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__main {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.25;
    margin-top: 0;
    white-space: normal;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__main {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
}

.p-cc-enjoy__main span {
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__main span {
    margin-left: 0;
  }
}

.p-cc-enjoy__read {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.75;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__read {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-left: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__read {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.p-cc-enjoy__step {
  margin-top: 59px;
  margin-top: 3.6875rem;
  margin-top: 5.463vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__step {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 244px;
    top: 15.25rem;
    top: 210px;
    top: 13.125rem;
    top: 110px;
    top: 6.875rem;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__step {
    top: 210px;
    top: 13.125rem;
  }
}

.p-cc-enjoy__stepList {
  grid-gap: 11.6px;
  display: grid;
  gap: 11.6px;
  gap: 0.725rem;
  gap: 44px;
  gap: 2.75rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__stepList {
    gap: 6.3px;
    gap: 0.39375rem;
    gap: 23.5px;
    gap: 1.46875rem;
  }
}

.p-cc-enjoy__stepItem {
  align-items: center;
  display: flex;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  height: 64.75px;
  height: 4.046875rem;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 63.96px;
  width: 3.9975rem;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__stepItem {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__stepItem {
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
  }
}

.p-cc-enjoy__stepItem--on {
  background: transparent url(../images/cheesecake/enjoy-bg-on.svg) no-repeat center center/cover;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__stepItem--on {
    background-size: contain;
  }
}

.p-cc-enjoy__stepItem--off {
  background: transparent url(../images/cheesecake/enjoy-bg-off.svg) no-repeat center center/cover;
  background: url(../images/cheesecake/enjoy-bg-off.svg) no-repeat center center/cover;
  background-color: #F8F6E9;
  background-color: #FFFDF6;
  color: #BE940D;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__stepItem--off {
    background-size: contain;
  }
}

.p-cc-enjoy__progress {
  --scaleY: 0;
  background-color: rgba(189, 148, 14, 0);
  display: block;
  height: 100%;
  left: 31.98px;
  left: 1.99875rem;
  overflow: hidden;
  position: absolute;
  top: 62.75px;
  top: 3.921875rem;
  width: 1.2px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__progress {
    left: 17.5px;
    left: 1.09375rem;
    top: 34.75px;
    top: 2.171875rem;
  }
}

.p-cc-enjoy__progress::before {
  background-color: #BD940E;
  content: "";
  display: inline-block;
  height: 100%;
  transform: scaleY(var(--scaleY));
  transform-origin: top center;
  width: 100%;
}

.p-cc-enjoy__progress-wrap {
  background-color: #FFFDF6;
  bottom: -98px;
  bottom: -6.125rem;
  display: block;
  height: 100px;
  height: 6.25rem;
  left: 0;
  position: absolute;
  width: 63.96px;
  width: 3.9975rem;
}
@media (max-width: 840px) {
  .p-cc-enjoy__progress-wrap {
    bottom: -78px;
    bottom: -4.875rem;
    height: 80px;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__progress-wrap {
    bottom: -39px;
    bottom: -2.4375rem;
    height: 40px;
    height: 2.5rem;
    width: 35px;
    width: 2.1875rem;
  }
}

.p-cc-enjoy__progress-wrap--03 {
  bottom: -100px;
  bottom: -6.25rem;
  height: 100px;
  height: 6.25rem;
  left: 0;
  width: 63.96px;
  width: 3.9975rem;
}
@media (max-width: 840px) {
  .p-cc-enjoy__progress-wrap--03 {
    bottom: -81px;
    bottom: -5.0625rem;
    height: 80px;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__progress-wrap--03 {
    bottom: -40px;
    bottom: -2.5rem;
    height: 40px;
    height: 2.5rem;
    width: 35px;
    width: 2.1875rem;
  }
}

.p-cc-enjoy__bottom {
  margin-top: 38px;
  margin-top: 2.375rem;
  margin-top: 0;
  max-width: 1118px;
  max-width: 69.875rem;
  width: 70.0276243094%;
}
@media (max-width: 1300px) {
  .p-cc-enjoy__bottom {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}
@media (max-width: 1250px) {
  .p-cc-enjoy__bottom {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .p-cc-enjoy__bottom {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
@media (max-width: 900px) {
  .p-cc-enjoy__bottom {
    margin-top: 86px;
    margin-top: 5.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__bottom {
    margin-top: 10px;
    margin-top: 0.625rem;
    width: auto;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__bottom {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
}

.p-cc-enjoy__img {
  position: relative;
  width: 60.157790927%;
  width: 54.157791%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__img {
    margin-left: auto;
    margin-right: 6.7039106145%;
    width: 79.3296089385%;
    width: 69.329609%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__img {
    width: 79.3296089385%;
  }
}

.p-cc-enjoy__img img {
  -o-object-fit: cover;
  aspect-ratio: 610/605;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__img img {
    aspect-ratio: 284.32/281.17;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--04 .p-cc-enjoy__img img {
    aspect-ratio: 284.32/286.78;
  }
}

.p-cc-enjoy__icon {
  display: block;
  position: absolute;
}

.p-cc-enjoy__icon--01 {
  right: -10.9836065574%;
  top: 5.4545454545%;
  width: 14.262295082%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--01 {
    right: -23px;
    right: -1.4375rem;
    top: 10px;
    top: 0.625rem;
    width: 16.1971830986%;
  }
}

.p-cc-enjoy__icon--02 {
  right: -18.3606557377%;
  top: 28.5950413223%;
  width: 14.7540983607%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--02 {
    right: -25px;
    right: -1.5625rem;
    top: 90px;
    top: 5.625rem;
    width: 16.1971830986%;
  }
}

.p-cc-enjoy__icon--03 {
  bottom: 32.5619834711%;
  right: -18.8524590164%;
  width: 14.7540983607%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--03 {
    bottom: 93px;
    bottom: 5.8125rem;
    right: -25px;
    right: -1.5625rem;
    width: 16.1971830986%;
  }
}

.p-cc-enjoy__icon--04 {
  bottom: 6.9421487603%;
  right: -24.9180327869%;
  width: 29.6721311475%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--04 {
    bottom: -17px;
    bottom: -1.0625rem;
    right: -25px;
    right: -1.5625rem;
    width: 47.8873239437%;
  }
}

.p-cc-enjoy__icon img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-enjoy__icon--01 img {
  aspect-ratio: 87/106;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--01 img {
    aspect-ratio: 46/56;
  }
}

.p-cc-enjoy__icon--02 img {
  aspect-ratio: 90/99;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--02 img {
    aspect-ratio: 46/50.49;
  }
}

.p-cc-enjoy__icon--03 img {
  aspect-ratio: 90/99;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__icon--03 img {
    aspect-ratio: 46/50.6;
  }
}

.p-cc-enjoy__block--04 .p-cc-enjoy__icon--04 img {
  aspect-ratio: 181/81;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__block--04 .p-cc-enjoy__icon--04 img {
    aspect-ratio: 136/61;
  }
}

.p-cc-enjoy__area {
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  margin-left: auto;
  margin-top: 37px;
  margin-top: 2.3125rem;
  margin-top: 0;
  max-width: 728px;
  max-width: 45.5rem;
}
@media (max-width: 1920px) {
  .p-cc-enjoy__area {
    margin-left: 18.5416666667vw;
    margin-left: 13.541667vw;
  }
}
@media (max-width: 1850px) {
  .p-cc-enjoy__area {
    margin-left: 12.541667vw;
  }
}
@media (max-width: 1700px) {
  .p-cc-enjoy__area {
    margin-left: 9.5416666667vw;
  }
}
@media (max-width: 1650px) {
  .p-cc-enjoy__area {
    margin-left: 8.5416666667vw;
  }
}
@media (max-width: 1600px) {
  .p-cc-enjoy__area {
    margin-left: 5.5416666667vw;
  }
}
@media (max-width: 1550px) {
  .p-cc-enjoy__area {
    margin-left: 4.5416666667vw;
  }
}
@media (max-width: 1500px) {
  .p-cc-enjoy__area {
    margin-left: 2.5416666667vw;
  }
}
@media (max-width: 1450px) {
  .p-cc-enjoy__area {
    margin-left: 0.5416666667vw;
  }
}
@media (max-width: 1400px) {
  .p-cc-enjoy__area {
    margin-left: -2vw;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 1350px) {
  .p-cc-enjoy__area {
    margin-left: -5vw;
  }
}
@media (max-width: 1300px) {
  .p-cc-enjoy__area {
    margin-left: -8vw;
  }
}
@media (max-width: 1250px) {
  .p-cc-enjoy__area {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__area {
    -moz-column-gap: 0.5rem;
    align-items: flex-end;
         column-gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: -8px;
    margin-top: -0.5rem;
    row-gap: 4px;
    row-gap: 0.25rem;
    width: 100%;
  }
}

.p-cc-enjoy__number {
  width: 33.5866261398%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__number {
    width: 14.905028%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__number {
    width: 22.905027933%;
  }
}

.p-cc-enjoy__number img {
  -o-object-fit: cover;
  aspect-ratio: 209/157;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-enjoy__detail {
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 70.0607902736%;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__detail {
    display: contents;
  }
}

.p-cc-enjoy__subtitle {
  font-size: clamp(32px, 20px + 1.563vw, 50px);
  font-size: clamp(2rem, 1.25rem + 1.563vw, 3.125rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__subtitle {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__subtitle {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
}

.p-cc-enjoy__subtitle--04 {
  white-space: nowrap;
}

.p-cc-enjoy__text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.75;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-enjoy__text {
    font-size: max(10px, 10px);
    font-size: max(0.625rem, 10px);
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 460px) {
  .p-cc-enjoy__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-cc-enjoy__text--nowrap {
    white-space: nowrap;
  }
}

.p-cc-fs {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-cc-fs--first {
  z-index: 2;
}

.p-cc-fs__text {
  color: #392f04;
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  letter-spacing: 0.4em;
  line-height: 2.5;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-cc-fs__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-cc-fs--first .p-cc-fs__text {
  height: 313.6px;
  height: 19.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-fs--first .p-cc-fs__text {
    height: 201.6px;
    height: 12.6rem;
  }
}

.p-cc-fs--second .p-cc-fs__text {
  height: 352.81px;
  height: 22.050625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-fs--second .p-cc-fs__text {
    height: 226.81px;
    height: 14.175625rem;
  }
}

.p-cc-fs--second {
  background: url(../images/cheesecake/fs-bg.webp) no-repeat center top/cover;
  padding-bottom: 375px;
  padding-bottom: 23.4375rem;
  padding-top: 350px;
  padding-top: 21.875rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cc-fs--second {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 160px;
    padding-top: 10rem;
  }
}

.p-cc-fs__inner {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  max-width: 72.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-fs__inner {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-fs__img {
  display: block;
  max-width: 237.23px;
  max-width: 14.826875rem;
  position: absolute;
  right: 22%;
  top: -69%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-fs__img {
    max-width: 120px;
    max-width: 7.5rem;
    right: 3%;
    top: -70%;
  }
}

.p-cc-fs__img--02 {
  bottom: -62%;
  display: block;
  left: 12%;
  max-width: 409px;
  max-width: 25.5625rem;
  top: auto;
  top: initial;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-fs__img--02 {
    bottom: -27%;
    left: 0;
    max-width: 150px;
    max-width: 9.375rem;
  }
}

.p-cc-fs__img img {
  -o-object-fit: contain;
  aspect-ratio: 250.23/405.1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-cc-fs__img--02 img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-gift {
  padding-bottom: 153px;
  padding-bottom: 9.5625rem;
  padding-top: 139px;
  padding-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-cc-gift {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
}

.p-cc-gift__inner {
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  max-width: 112.5rem;
  width: 84.3115124153%;
}
@media (max-width: 1920px) {
  .p-cc-gift__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1900px) {
  .p-cc-gift__inner {
    -moz-column-gap: 2.8125rem;
         column-gap: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-gift__inner {
    flex-direction: column;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: auto;
  }
}

.p-cc-gift__head {
  margin-top: 145px;
  margin-top: 9.0625rem;
  width: 30.1204819277%;
}
@media (max-width: 1900px) {
  .p-cc-gift__head {
    width: 33.4672021419%;
  }
}
@media (max-width: 1590px) {
  .p-cc-gift__head {
    width: 40.1606425703%;
  }
}
@media (max-width: 1170px) {
  .p-cc-gift__head {
    width: 46.8540829987%;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-gift__head {
    margin-top: 0;
    width: auto;
  }
}

.p-cc-gift__read {
  font-size: clamp(32px, 20px + 1.563vw, 50px);
  font-size: clamp(2rem, 1.25rem + 1.563vw, 3.125rem);
  line-height: 1.48;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-gift__read {
    white-space: normal;
  }
}

.p-cc-gift__text {
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 2.125;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: auto;
  margin-top: 33px;
  margin-top: 2.0625rem;
  width: 83.7777777778%;
}
@media screen and (max-width: 767px) {
  .p-cc-gift__text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-left: 0;
    margin-top: 24px;
    margin-top: 1.5rem;
    width: auto;
  }
}

.p-cc-gift__body {
  display: flex;
  justify-content: space-between;
  width: 57.0281124498%;
}
@media screen and (max-width: 767px) {
  .p-cc-gift__body {
    margin-top: 40px;
    margin-top: 2.5rem;
    width: auto;
  }
}

.p-cc-gift__img--01 {
  margin-bottom: 73px;
  margin-bottom: 4.5625rem;
  width: 58.3333333333%;
}

.p-cc-gift__img--02 {
  margin-top: auto;
  width: 37.323943662%;
}

.p-cc-gift__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-message {
  background: #F6F5F0 url(../images/cheesecake/message-bg.webp) no-repeat center center/cover;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-cc-message {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}

.p-cc-message__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1952px;
  max-width: 122rem;
  padding-bottom: 143px;
  padding-bottom: 8.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-message__inner {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cc-message__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24.6px;
    row-gap: 1.5375rem;
  }
}

.p-cc-message__img--01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  max-width: 69.375rem;
  width: 56.8848758465%;
}
@media (max-width: 1920px) {
  .p-cc-message__img--01 {
    margin-left: 19.4791666667vw;
    margin-left: 20.8vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--01 {
    margin-left: auto;
    margin-right: 0;
    width: 85.1282051282%;
  }
}

.p-cc-message__img--02 {
  left: -40px;
  left: -2.5rem;
  left: 0;
  max-width: 373px;
  max-width: 23.3125rem;
  position: absolute;
  top: 360px;
  top: 22.5rem;
  width: 19.1309255079%;
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--02 {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: auto;
    width: 37.1794871795%;
  }
}

.p-cc-message__img--03 {
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
  max-width: 609px;
  max-width: 38.0625rem;
  position: absolute;
  right: 0;
  width: 31.2076749436%;
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--03 {
    left: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 66.8px;
    margin-top: 4.175rem;
    position: relative;
    top: auto;
    width: 56.4102564103%;
  }
}

.p-cc-message__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-cc-message__img--01 img {
  aspect-ratio: 1008/625;
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--01 img {
    aspect-ratio: 332/223;
  }
}

.p-cc-message__img--02 img {
  aspect-ratio: 340/441;
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--02 img {
    aspect-ratio: 145/207;
  }
}

.p-cc-message__img--03 img {
  aspect-ratio: 553/394;
}
@media screen and (max-width: 767px) {
  .p-cc-message__img--03 img {
    aspect-ratio: 220/193;
  }
}

.p-cc-message__title {
  font-size: clamp(32px, 20px + 1.563vw, 50px);
  font-size: clamp(2rem, 1.25rem + 1.563vw, 3.125rem);
  font-weight: 400;
  left: 16.5914221219%;
  line-height: 1.44;
  position: absolute;
  top: -37px;
  top: -2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-message__title {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    left: 16px;
    left: 1rem;
    line-height: 1.25;
    top: -64px;
    top: -4rem;
  }
}

.p-cc-message__title span {
  display: inline-block;
  margin-left: 26%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-message__title span {
    margin-left: 14%;
  }
}

.p-cc-message__body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  margin-top: 4.25rem;
  width: 47.4040632054%;
}
@media (max-width: 1300px) {
  .p-cc-message__body {
    width: 50.7900677201%;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-message__body {
    margin-top: 33px;
    margin-top: 2.0625rem;
    width: auto;
  }
}

.p-cc-message__read {
  font-size: clamp(32px, 26.672px + 0.694vw, 40px);
  font-size: clamp(2rem, 1.667rem + 0.694vw, 2.5rem);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cc-message__read {
    font-size: max(31px, 10px);
    font-size: max(1.9375rem, 10px);
    margin-left: 18px;
    margin-left: 1.125rem;
  }
}

.p-cc-message__attention {
  color: #A00000;
  font-family: "Noto Sans JP", serif;
  font-size: max(22px, 10px);
  font-size: max(1.375rem, 10px);
  line-height: 1.4545454545;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .p-cc-message__attention {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-cc-message__attention {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.5714285714;
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
}

.p-cc-message__btn {
  margin-top: 8.5px;
  margin-top: 0.53125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-message__btn {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-mv {
  opacity: 1;
  z-index: 3;
}

.p-cc-mv__slide {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__slide {
    min-height: 600px;
    min-height: 37.5rem;
  }
}

.p-cc-mv .swiper1 .slide-img img {
  -o-object-position: center;
  -o-object-position: top;
  -o-object-position: bottom;
     object-position: center;
     object-position: top;
     object-position: bottom;
}

.p-cc-mv__content {
  /* left: 14%; */
  left: 7%;
  position: absolute;
  top: 27.345%;
  top: 22.345%;
  top: 17.345%;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__content {
    left: 4.102564%;
    top: 28.5%;
    top: 17.5%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-cc-mv__content img {
  max-width: 180px;
  width: 28%;
  height: auto;
  margin-right: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__content img {
    max-width: 150px;
    margin-right: 0;
    padding-bottom: 0;
    width: 20%;
  }
}

.p-cc-mv__main-copy {
  color: #f9faf1;
  display: inline-block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: max(60px, 10px);
  font-size: max(3.75rem, 10px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__main-copy {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0.03em;
    line-height: 1;
  }
}

.p-cc-mv__content--02 .p-cc-mv__main-copy {
  color: #2E1E43;
}

.p-cc-mv__main-copy-small {
  display: block;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  letter-spacing: 0.17em;
  line-height: 2;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 11px;
  padding-left: 0.6875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__main-copy-small {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1;
    margin-top: 13px;
    margin-top: 0.8125rem;
    padding-left: 5px;
    padding-left: 0.3125rem;
  }
}

.p-cc-mv__main-copy-small--heading {
  border: 2px solid #f9faf1;
  display: inline-block;
  padding: 5px 35px;
  padding: 0.3125rem 2.1875rem;
  text-transform: none;
  text-transform: initial;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__main-copy-small--heading {
    border: 1px solid #f9faf1;
    padding: 5px 25px;
    padding: 0.3125rem 1.5625rem;
  }
}

.p-cc-mv__content--02 .p-cc-mv__main-copy-small--heading {
  border: 2px solid #2E1E43;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__content--02 .p-cc-mv__main-copy-small--heading {
    border: 1px solid #2E1E43;
  }
}

.p-cc-mv__main-copy-small-small {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-cc-mv__main-copy-small-small {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
  }
}

.p-cc-mv__main-copy--default {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__main-copy--default {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.p-cc-mv__brand {
  color: #f9faf1;
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cc-mv__brand {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}

.p-cc-mv__content--02 .p-cc-mv__brand {
  color: #2E1E43;
}

.p-cc-mv .scrolldown2 {
  color: #f9faf1;
}

.p-cc-mv .scrolldown2--02 {
  color: #2E1E43;
}

.p-cc-mv .scrolldown2 span {
  color: #f9faf1;
}

.p-cc-mv .scrolldown2--02 span {
  color: #2E1E43;
}

.p-cc-mv .scrolldown2:before {
  background-color: #f9faf1;
}

.p-cc-mv .scrolldown2--02:before {
  background-color: #2E1E43;
}

.p-cc-mv .scrolldown2::after {
  background-color: #f9faf1;
}

.p-cc-mv .scrolldown2--02::after {
  background-color: #2E1E43;
}

@media screen and (max-width: 767px) {
  .top-header__name-wrap {
    align-items: center;
    display: flex;
    gap: 5px;
    gap: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-name {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-name + .top-header__shop-name {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-header__name-body h1 {
    line-height: 1;
  }
}

.top-header__name-head {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-header__name-head {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

.top-header__name-between {
  display: inline-block;
  transform: rotate(90deg) translateY(-2px);
}
@media screen and (max-width: 767px) {
  .top-header__name-between {
    transform: none;
    transform: initial;
  }
}

@media screen and (max-width: 767px) {
  .top-header__shop-logo {
    align-items: center;
  }
}

.p-cc-picture {
  padding-bottom: 153px;
  padding-bottom: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cc-picture {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
  }
}

.p-cc-picture__img {
  display: block;
  width: 100%;
}

.p-cc-picture__img img {
  -o-object-fit: cover;
  aspect-ratio: 1759/726;
  height: auto;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cc-picture__img img {
    aspect-ratio: 332/223;
  }
}

.p-cc-product {
  background: transparent url(../images/cheesecake/product-bg.webp) no-repeat center center/cover;
  padding-bottom: 188px;
  padding-bottom: 11.75rem;
  padding-top: 188px;
  padding-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-cc-product {
    padding-bottom: 90px;
    padding-bottom: 5.625rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
}

.p-cc-product__makuake {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .p-cc-product__makuake {
    padding: 0 1rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.p-cc-product__makuake p {
  text-align: center;
  font-size: clamp(25.008px, 15.008px + 1.302vw, 40px);
  font-size: clamp(1.563rem, 0.938rem + 1.302vw, 2.5rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-cc-product__makuake p {
    font-size: max(24px, 10px);
    font-size: max(1.3rem, 10px);
  }
}
.p-cc-product__makuake .p-cc-product__makuake-img {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(1) {
  max-width: 226px;
  width: 30%;
}
.p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(2) {
  max-width: 265px;
  width: 35%;
}
.p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(3) {
  max-width: 199px;
  width: 26.5%;
}
@media screen and (max-width: 767px) {
  .p-cc-product__makuake .p-cc-product__makuake-img {
    flex-wrap: wrap;
  }
  .p-cc-product__makuake .p-cc-product__makuake-img img {
    max-height: 18vw;
    width: 48%;
    object-fit: contain;
    max-width: 100% !important;
  }
  .p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(1) {
    width: 100%;
  }
  .p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(2) {
    width: 48%;
  }
  .p-cc-product__makuake .p-cc-product__makuake-img img:nth-child(3) {
    width: 48%;
  }
}

.p-cc-product__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1212px;
  max-width: 75.75rem;
  width: 62.0767494357%;
}
@media (max-width: 1400px) {
  .p-cc-product__inner {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-product__inner {
    flex-direction: column;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
    width: auto;
  }
}
.p-cc-product__box {
  width: 53.7272727273%;
  position: relative;
}
.p-cc-product__round {
  position: absolute;
  top: 22px;
  left: 18px;
  max-width: 157px;
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-cc-product__box {
    width: auto;
  }
}

.p-cc-product__img img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-cc-product__body {
  width: 38.3636363636%;
}
@media (max-width: 1490px) {
  .p-cc-product__body {
    width: 40.9090909091%;
  }
}
@media screen and (max-width: 767px) {
  .p-cc-product__body {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-cc-product__period {
  background: #A00000;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0;
  line-height: 1.5;
  min-width: 186px;
  min-width: 11.625rem;
  padding: 5px 16px 7px;
  padding: 0.3125rem 1rem 0.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-product__period {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    min-width: auto;
  }
}

.p-cc-product__period::after {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 4px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
}

.p-cc-product__detail {
  margin-top: 14.8px;
  margin-top: 0.925rem;
}

.p-cc-product__title {
  font-size: clamp(32px, 17.328px + 1.91vw, 54px);
  font-size: clamp(2rem, 1.083rem + 1.91vw, 3.375rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-cc-product__title {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    white-space: normal;
  }
}

.p-cc-product__price {
  font-size: clamp(24px, 18.672px + 0.694vw, 32px);
  font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-cc-product__price {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.p-cc-product__area {
  margin-top: 42px;
  margin-top: 2.625rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-cc-product__area {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 100%;
  }
}

.p-cc-product__attention {
  color: #A00000;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(12px, 9.328px + 0.347vw, 16px);
  font-size: clamp(0.75rem, 0.583rem + 0.347vw, 1rem);
  line-height: 1.5;
  text-align: center;
}

.p-cc-product__btn {
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 339px;
  width: 21.1875rem;
}
@media screen and (max-width: 767px) {
  .p-cc-product__btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 339px;
    max-width: 21.1875rem;
  }
}

.p-cc-voice {
  padding-bottom: 278px;
  padding-bottom: 17.375rem;
}
@media screen and (max-width: 767px) {
  .p-cc-voice {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
  }
}

.p-cc-voice__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__inner {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}

.p-cc-voice__title {
  text-align: center;
}

.p-cc-voice__title-sub {
  color: #969074;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__title-sub {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
}

.p-cc-voice__title-main {
  color: #392f04;
  font-size: max(50px, 10px);
  font-size: max(3.125rem, 10px);
  font-weight: 400;
  line-height: 1;
  margin-top: 14.2px;
  margin-top: 0.8875rem;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__title-main {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
}

.p-cc-voice__swiper {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-cc-voice__swiper .swiper-slide {
  margin-left: auto;
  margin-right: auto;
  max-width: 391px;
  max-width: 24.4375rem;
}

.p-cc-voice__swiper .swiper-slide:nth-child(even) {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__swiper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
}

.p-cc-voice__itme {
  background-color: #F9FAF1;
  border: 1px solid #969074;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: 391px;
  max-width: 24.4375rem;
  min-height: 218px;
  min-height: 13.625rem;
  padding: 28px 16px 14px 25px;
  padding: 1.75rem 1rem 0.875rem 1.5625rem;
  padding-bottom: min(0.7291666667vw, 14px);
  padding-bottom: min(0.7291666667vw, 0.875rem);
  padding-left: min(1.3020833333vw, 25px);
  padding-left: min(1.3020833333vw, 1.5625rem);
  padding-right: min(0.8333333333vw, 16px);
  padding-right: min(0.8333333333vw, 1rem);
  padding-top: min(1.4583333333vw, 28px);
  padding-top: min(1.4583333333vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .p-cc-voice__itme {
    padding: 28px 16px 14px 25px;
    padding: 1.75rem 1rem 0.875rem 1.5625rem;
  }
}

.p-cc-voice__itme-number {
  color: #BE940D;
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__itme-number {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
}

.p-cc-voice__itme-text {
  color: #392F04;
  font-family: "Noto Sans JP", serif;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  line-height: 1.7777777778;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__itme-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
}

.p-cc-voice__itme-post {
  color: #392F04;
  font-family: "Noto Sans JP", serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1.125;
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-cc-voice__itme-post {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
}

.voice-swiper-pagination {
  display: block;
}

.p-cc-voice .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -57px;
  bottom: -3.5625rem;
}

.voice-swiper-pagination .swiper-pagination-bullet {
  background-color: #F9FAF1;
  border: 1px solid #BE940D;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.voice-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BE940D;
}

.voice-swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.u-inline-block {
  display: inline-block;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
