@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@font-face {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/SoDoSans/SoDoSans-Regular.woff") format("woff2");
}
@font-face {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff2");
}
.mod-en {
  font-family: "SoDoSans";
}

.mod-min {
  font-family: "Shippori Mincho", serif;
}

article {
  color: #000;
}
article a {
  color: #000;
}
article img {
  width: 100%;
}
article a {
  display: block;
}
article h2, article h3 {
  margin: 0;
}

@media print, screen and (min-width: 1024px) {
  .block-wrap {
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    --w:1440;
    --tc:rgba(0, 0, 0, 0.87);
  }
  .block-wrap h2, .block-wrap h3, .block-wrap h4, .block-wrap p {
    margin: 0;
  }
  .block-wrap sup {
    font-size: 70%;
  }
  .block-wrap img {
    width: 100%;
  }
  /* -------------------------------------------------- */
  .block-bg02 {
    background-image: url("/cafe/cacao-espresso/images/bgs/bg2.webp?");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .block-bg03 {
    background-image: url("/cafe/cacao-espresso/images/bgs/bg3.webp?");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .block-bg03 {
    margin-top: calc(-1 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .block-opening {
    --w:1440;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    pointer-events: none;
  }
  .block-opening ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition-duration: 0.2s;
  }
  .block-opening.is-active ._bg {
    opacity: 0;
  }
  .block-opening ._mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .block-opening ._copy-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-opening ._copy {
    position: relative;
    width: calc(163 / var(--w) * 100vw);
    height: calc(637 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .block-main {
    position: relative;
    aspect-ratio: 1440/1105;
  }
  .block-main ._stage {
    position: absolute;
    top: 0%;
    left: 39.79%;
    width: 60.35%;
  }
  .block-main ._copy {
    position: absolute;
    top: 10%;
    left: 84.57%;
    width: 11.35%;
  }
  .block-main ._title {
    position: absolute;
    top: 27.15%;
    left: 6.81%;
    width: 27.57%;
  }
  .block-main ._name {
    position: absolute;
    top: 43.3%;
    left: 43.54%;
  }
  .block-main ._name span {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: bold;
    color: #fff;
  }
  .mod-main-stage {
    width: calc(869 / var(--w) * 100vw);
    aspect-ratio: 869/1105;
    background-image: url("/cafe/cacao-espresso/images/main/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mod-main-stage ._parts1 {
    position: absolute;
    top: 4.52%;
    left: 34.29%;
    width: 30.72%;
  }
  .mod-main-stage ._cafe {
    position: absolute;
    top: 13.48%;
    left: 31.07%;
    width: 43.38%;
  }
  .mod-main-stage ._parts2 {
    position: absolute;
    top: 50.86%;
    left: 9.9%;
    width: 74.22%;
  }
  .mod-main-copy {
    aspect-ratio: 163.44/637.17;
  }
  .mod-main-copy ._c1 {
    position: absolute;
    top: 0%;
    left: 81.65%;
    width: 18.14%;
  }
  .mod-main-copy ._c2 {
    position: absolute;
    top: 11.95%;
    left: 83.57%;
    width: 14.52%;
  }
  .mod-main-copy ._c3 {
    position: absolute;
    top: 20.13%;
    left: 83.51%;
    width: 16.06%;
  }
  .mod-main-copy ._c4 {
    position: absolute;
    top: 28.55%;
    left: 83.64%;
    width: 13.85%;
  }
  .mod-main-copy ._c5 {
    position: absolute;
    top: 36.52%;
    left: 94.93%;
    width: 5.07%;
  }
  .mod-main-copy ._c6 {
    position: absolute;
    top: 25.93%;
    left: 39.39%;
    width: 27.33%;
  }
  .mod-main-copy ._c7 {
    position: absolute;
    top: 38.05%;
    left: 44.92%;
    width: 17.88%;
  }
  .mod-main-copy ._c8 {
    position: absolute;
    top: 45.94%;
    left: 43.68%;
    width: 20.05%;
  }
  .mod-main-copy ._c9 {
    position: absolute;
    top: 54.34%;
    left: 45.42%;
    width: 13.85%;
  }
  .mod-main-copy ._c10 {
    position: absolute;
    top: 62.31%;
    left: 56.71%;
    width: 5.07%;
  }
  .mod-main-copy ._c11 {
    position: absolute;
    top: 51.38%;
    left: 0%;
    width: 29.3%;
  }
  .mod-main-copy ._c12 {
    position: absolute;
    top: 63.59%;
    left: 6.52%;
    width: 15.71%;
  }
  .mod-main-copy ._c13 {
    position: absolute;
    top: 72.56%;
    left: 5.53%;
    width: 16.64%;
  }
  .mod-main-copy ._c14 {
    position: absolute;
    top: 80.54%;
    left: 6.63%;
    width: 16.82%;
  }
  .mod-main-copy ._c15 {
    position: absolute;
    top: 88.59%;
    left: 9.56%;
    width: 8.39%;
  }
  .mod-main-copy ._c16 {
    position: absolute;
    top: 97.87%;
    left: 17.77%;
    width: 5.85%;
  }
  /* -------------------------------------------------- */
  .block-intro {
    position: relative;
    aspect-ratio: 1440/620;
  }
  .block-intro ._lead {
    position: absolute;
    top: 30.9%;
    right: 0;
    left: calc(21 / var(--w) * 100vw);
  }
  .block-intro p {
    font-size: calc(26 / var(--w) * 100vw);
    line-height: 1.86;
    letter-spacing: 0.07em;
    color: #e0b671;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .block-features {
    position: relative;
    aspect-ratio: 1440/2780;
  }
  .block-features ._texts1 {
    position: absolute;
    top: 5.2%;
    left: 8.39%;
    width: 30.14%;
  }
  .block-features ._texts2 {
    position: absolute;
    top: 38.95%;
    left: 22.9%;
    width: 36.11%;
  }
  .block-features ._texts3 {
    position: absolute;
    top: 70.13%;
    left: 50.88%;
    width: 26.67%;
  }
  .mod-features-texts {
    text-align: center;
    color: #fff;
  }
  .mod-features-texts ._copy {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.33;
    font-weight: bold;
  }
  .mod-features-texts ._name {
    margin-top: calc(6 / var(--w) * 100vw);
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.43;
    font-weight: bold;
  }
  .mod-features-texts ._note {
    margin-top: calc(8 / var(--w) * 100vw);
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .block-package {
    position: relative;
    aspect-ratio: 1440/820;
  }
  .block-package ._package {
    position: absolute;
    top: 9.02%;
    left: 52.78%;
    width: 14.31%;
  }
  .block-package ._frame {
    position: absolute;
    top: 28.9%;
    left: 29.17%;
    width: 41.67%;
  }
  .block-package ._copy {
    position: absolute;
    top: 34.27%;
    left: 32.29%;
  }
  .block-package ._text {
    position: absolute;
    top: 57.61%;
    left: 32.25%;
  }
  .block-package ._text {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  /* -------------------------------------------------- */
  .block-beverages {
    position: relative;
    aspect-ratio: 1440/1236;
  }
  .block-beverages ._cafe {
    position: absolute;
    top: 9.3%;
    left: 24.31%;
    width: 21.58%;
  }
  .block-beverages ._cafe img {
    opacity: 0;
  }
  .block-beverages ._texts1 {
    position: absolute;
    top: 25.8%;
    left: 53.13%;
  }
  .block-beverages ._btns-all {
    position: absolute;
    top: 77.27%;
    left: 36.11%;
    width: 27.78%;
    text-align: center;
  }
  .block-beverages ._btns-note {
    position: absolute;
    top: 85.11%;
    left: 34.58%;
    width: 30.9%;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .block-sweets {
    position: relative;
    aspect-ratio: 1440/1690;
  }
  .block-sweets ._title {
    position: absolute;
    top: 8.11%;
    left: 29.1%;
    width: 41.88%;
  }
  .block-sweets ._cake {
    position: absolute;
    top: 33.91%;
    left: 51.46%;
    width: 41.46%;
  }
  .block-sweets ._texts1 {
    position: absolute;
    top: 37.16%;
    left: 17.64%;
  }
  .block-sweets ._btns-all {
    position: absolute;
    top: 72.96%;
    left: 36.11%;
    width: 27.78%;
    text-align: center;
  }
  .block-sweets ._btns-note {
    position: absolute;
    top: 78.64%;
    left: 34.58%;
    width: 30.9%;
    text-align: center;
  }
  .mod-deco {
    pointer-events: none;
  }
  .mod-hover {
    display: block;
    cursor: pointer;
  }
  .mod-hover:hover {
    opacity: 0.8;
  }
  .mod-link-image {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-link-image:hover {
    filter: brightness(1.1);
  }
  .mod-link-image-hover {
    opacity: 0;
    transition-duration: 0.2s;
  }
  .mod-link-image-hover:hover {
    opacity: 1;
  }
  .mod-beverages-item {
    color: #fff;
  }
  .mod-beverages-item ._name {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1.33;
    font-weight: bold;
  }
  .mod-beverages-item ._price {
    margin-top: calc(5 / var(--w) * 100vw);
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1.18;
    font-weight: 600;
  }
  .mod-beverages-item ._price b {
    font-size: calc(34 / var(--w) * 100vw);
    font-weight: 600;
  }
  .mod-beverages-item ._note {
    margin-top: calc(15 / var(--w) * 100vw);
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
  }
  .mod-beverages-item ._btns {
    margin-top: calc(25 / var(--w) * 100vw);
  }
  .mod-sweets-item {
    color: #fff;
  }
  .mod-sweets-item ._name {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.33;
    font-weight: bold;
  }
  .mod-sweets-item ._price {
    margin-top: calc(10 / var(--w) * 100vw);
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.18;
    font-weight: 600;
  }
  .mod-sweets-item ._text {
    margin-top: calc(15 / var(--w) * 100vw);
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
  }
  .mod-sweets-item ._btns {
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .mod-btn-info {
    margin-left: calc(5 / var(--w) * 100vw);
    border-radius: calc(50 / var(--w) * 100vw);
    display: inline-block;
    background: #E0B671;
    width: calc(336 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw) 0;
    text-align: center;
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.33;
    font-weight: 500;
    color: #560c03;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-info:hover {
    opacity: 0.8;
  }
  .mod-btn-catalog {
    border: calc(2 / var(--w) * 100vw) solid #E0B671;
    border-radius: calc(40 / var(--w) * 100vw);
    display: inline-block;
    background: transparent;
    width: calc(400 / var(--w) * 100vw);
    padding: calc(20 / var(--w) * 100vw) 0;
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
    color: #E0B671;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-catalog:hover {
    opacity: 0.8;
  }
  .mod-btn-note {
    border-bottom: calc(2 / var(--w) * 100vw) solid #E0B671;
    display: inline-block;
    padding: 0 0 calc(10 / var(--w) * 100vw) 0;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
    color: #E0B671;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-note:hover {
    opacity: 0.8;
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .block-wrap {
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    --w:375;
    --tc:rgba(0, 0, 0, 0.87);
  }
  .block-wrap h2, .block-wrap h3, .block-wrap h4, .block-wrap p {
    margin: 0;
  }
  .block-wrap sup {
    font-size: 70%;
  }
  .block-wrap img {
    width: 100%;
  }
  /* -------------------------------------------------- */
  .block-bg02 {
    background-image: url("/cafe/cacao-espresso/images/bgs/sp/bg2.webp?");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .block-bg03 {
    background-image: url("/cafe/cacao-espresso/images/bgs/sp/bg3.webp?");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .block-bg03 {
    margin-top: calc(-1 / var(--w) * 100vw);
  }
  /* -------------------------------------------------- */
  .block-opening {
    --w:375;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    pointer-events: none;
  }
  .block-opening ._bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition-duration: 0.2s;
  }
  .block-opening.is-active ._bg {
    opacity: 0;
  }
  .block-opening ._mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .block-opening ._copy-stage {
    position: absolute;
    top: calc(20 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .block-opening ._copy {
    position: relative;
    width: 87.2vw;
    width: 8.08vw;
  }
  /* -------------------------------------------------- */
  .block-main {
    position: relative;
    aspect-ratio: 750/1691;
  }
  .block-main ._bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .block-main ._copy {
    position: absolute;
    top: 8.98vw;
    left: 87.2vw;
    width: 8.08vw;
  }
  .block-main ._name {
    position: absolute;
    top: 96.83vw;
    left: 3.22vw;
  }
  .block-main ._title {
    position: absolute;
    top: 162vw;
    left: 21.47vw;
    width: 57.47vw;
  }
  .block-main ._name span {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.33;
    letter-spacing: 0em;
    font-weight: bold;
    color: #fff;
  }
  .block-main ._stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mod-main-stage {
    background-image: url("/cafe/cacao-espresso/images/main/sp/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mod-main-stage ._parts1 {
    position: absolute;
    top: 18.27vw;
    left: 26.53vw;
    width: 47.07vw;
  }
  .mod-main-stage ._cafe {
    position: absolute;
    top: 35.6vw;
    left: 21.6vw;
    width: 66.53vw;
  }
  .mod-main-stage ._parts2 {
    position: absolute;
    top: 108.53vw;
    left: -10.8vw;
    width: 113.73vw;
  }
  .mod-main-copy {
    aspect-ratio: 60.61/1073.25;
  }
  .mod-main-copy ._c1 {
    position: absolute;
    top: 0%;
    left: 17.77%;
    width: 61.92%;
  }
  .mod-main-copy ._c2 {
    position: absolute;
    top: 8.94%;
    left: 24.33%;
    width: 49.55%;
  }
  .mod-main-copy ._c3 {
    position: absolute;
    top: 15.07%;
    left: 24.11%;
    width: 54.81%;
  }
  .mod-main-copy ._c4 {
    position: absolute;
    top: 21.37%;
    left: 24.55%;
    width: 47.26%;
  }
  .mod-main-copy ._c5 {
    position: absolute;
    top: 26%;
    left: 63.09%;
    width: 17.31%;
  }
  .mod-main-copy ._c6 {
    position: absolute;
    top: 31.86%;
    left: 3.97%;
    width: 93.27%;
  }
  .mod-main-copy ._c7 {
    position: absolute;
    top: 40.94%;
    left: 22.85%;
    width: 61.02%;
  }
  .mod-main-copy ._c8 {
    position: absolute;
    top: 46.84%;
    left: 18.64%;
    width: 68.42%;
  }
  .mod-main-copy ._c9 {
    position: absolute;
    top: 53.13%;
    left: 24.55%;
    width: 47.26%;
  }
  .mod-main-copy ._c10 {
    position: absolute;
    top: 58%;
    left: 63.09%;
    width: 17.31%;
  }
  .mod-main-copy ._c11 {
    position: absolute;
    top: 63.6%;
    left: 0%;
    width: 100%;
  }
  .mod-main-copy ._c12 {
    position: absolute;
    top: 72.75%;
    left: 22.26%;
    width: 53.62%;
  }
  .mod-main-copy ._c13 {
    position: absolute;
    top: 79.46%;
    left: 18.86%;
    width: 56.8%;
  }
  .mod-main-copy ._c14 {
    position: absolute;
    top: 85.43%;
    left: 22.63%;
    width: 57.39%;
  }
  .mod-main-copy ._c15 {
    position: absolute;
    top: 91.46%;
    left: 32.62%;
    width: 28.62%;
  }
  .mod-main-copy ._c16 {
    position: absolute;
    top: 97.8%;
    left: 60.65%;
    width: 19.97%;
  }
  /* -------------------------------------------------- */
  .block-intro {
    position: relative;
    aspect-ratio: 750/609;
  }
  .block-intro ._lead {
    position: absolute;
    top: 21.1vw;
    left: 10.74vw;
    width: 81.38vw;
  }
  .block-intro p {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.75;
    color: #e0b671;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .block-features {
    position: relative;
    aspect-ratio: 750/3579;
  }
  .block-features ._texts1 {
    position: absolute;
    top: 48.27vw;
    left: 2.8vw;
    width: 48vw;
  }
  .block-features ._texts2 {
    position: absolute;
    top: 184vw;
    left: 10.07vw;
    width: 53.47vw;
  }
  .block-features ._texts3 {
    position: absolute;
    top: 337.6vw;
    left: 57vw;
    width: 36.8vw;
  }
  .mod-features-texts {
    text-align: center;
    color: #fff;
  }
  .mod-features-texts ._copy {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
  }
  .mod-features-texts ._name {
    margin: calc(2 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
  }
  .mod-features-texts ._note {
    margin: calc(5 / var(--w) * 100vw);
    font-size: calc(10 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
  }
  /* -------------------------------------------------- */
  .block-package {
    position: relative;
    aspect-ratio: 750/836;
  }
  .block-package ._package {
    position: absolute;
    top: 14.67vw;
    left: 54vw;
    width: 27.6vw;
  }
  .block-package ._frame {
    position: absolute;
    top: 36.27vw;
    left: 8.67vw;
    width: 80vw;
  }
  .block-package ._copy {
    position: absolute;
    top: 42.13vw;
    left: 14.67vw;
    width: 29.87vw;
  }
  .block-package ._text {
    position: absolute;
    top: 67.66vw;
    left: 14.59vw;
  }
  .block-package ._text {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }
  /* -------------------------------------------------- */
  .block-beverages {
    position: relative;
    aspect-ratio: 750/1624;
  }
  .block-beverages ._cafe {
    position: absolute;
    top: 10.93vw;
    left: 33.04vw;
    width: 37.8vw;
  }
  .block-beverages ._cafe img {
    opacity: 0;
  }
  .block-beverages ._texts1 {
    position: absolute;
    top: 90.67vw;
    left: 12.13vw;
  }
  .block-beverages ._btns-all {
    position: absolute;
    top: 166.67vw;
    left: 18.67vw;
    width: 64vw;
    text-align: center;
  }
  .block-beverages ._btns-note {
    position: absolute;
    top: 184.4vw;
    left: 15.47vw;
    width: 69.2vw;
    text-align: center;
  }
  /* -------------------------------------------------- */
  .block-sweets {
    position: relative;
    aspect-ratio: 750/2020;
  }
  .block-sweets ._title {
    position: absolute;
    top: 23.33vw;
    left: 9.47vw;
    width: 80.4vw;
  }
  .block-sweets ._cake {
    position: absolute;
    top: 74.53vw;
    left: 15.73vw;
    width: 79.6vw;
  }
  .block-sweets ._texts1 {
    position: absolute;
    top: 130.7vw;
    left: 11.73vw;
  }
  .block-sweets ._btns-all {
    position: absolute;
    top: 198.53vw;
    left: 18vw;
    width: 64vw;
    text-align: center;
  }
  .block-sweets ._btns-note {
    position: absolute;
    top: 216vw;
    left: 15.47vw;
    width: 69.2vw;
    text-align: center;
  }
  .block-sweets .mod-btn-info {
    width: calc(160 / var(--w) * 100vw);
    padding: calc(10 / var(--w) * 100vw) 0;
    font-size: calc(14 / var(--w) * 100vw);
  }
  .mod-beverages-item {
    color: #fff;
  }
  .mod-beverages-item ._name {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: bold;
  }
  .mod-beverages-item ._price {
    margin-top: calc(3 / var(--w) * 100vw);
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.56;
    font-weight: 600;
  }
  .mod-beverages-item ._price b {
    font-size: calc(18 / var(--w) * 100vw);
    font-weight: 600;
  }
  .mod-beverages-item ._note {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
  }
  .mod-beverages-item ._btns {
    margin-top: calc(15 / var(--w) * 100vw);
  }
  .mod-link-image-hover {
    opacity: 0;
  }
  .mod-sweets-item {
    color: #fff;
  }
  .mod-sweets-item ._name {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.11;
    font-weight: bold;
  }
  .mod-sweets-item ._price {
    margin-top: calc(5 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.75;
    font-weight: 600;
  }
  .mod-sweets-item ._text {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: bold;
  }
  .mod-sweets-item ._btns {
    margin-top: calc(10 / var(--w) * 100vw);
  }
  .mod-btn-info {
    margin-left: calc(2 / var(--w) * 100vw);
    border-radius: calc(50 / var(--w) * 100vw);
    display: inline-block;
    background: #E0B671;
    width: calc(280 / var(--w) * 100vw);
    padding: calc(15 / var(--w) * 100vw) 0;
    text-align: center;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.33;
    font-weight: 500;
    color: #560c03;
  }
  .mod-btn-catalog {
    border: calc(1 / var(--w) * 100vw) solid #E0B671;
    border-radius: calc(40 / var(--w) * 100vw);
    display: inline-block;
    width: calc(240 / var(--w) * 100vw);
    background: transparent;
    padding: calc(10 / var(--w) * 100vw) 0;
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: bold;
    color: #E0B671;
    text-align: center;
  }
  .mod-btn-note {
    border-bottom: calc(1 / var(--w) * 100vw) solid #E0B671;
    display: inline-block;
    padding: 0 0 calc(4 / var(--w) * 100vw) 0;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: bold;
    color: #E0B671;
    text-align: center;
  }
  .u-pc {
    display: none;
  }
}
.mod-anim-main {
  --delay: 0s;
}
.mod-anim-main ._parts1 {
  transition-duration: 1s;
  opacity: 0;
}
.mod-anim-main ._title {
  transition-duration: 1s;
  opacity: 0;
}
.mod-anim-main ._cafe {
  opacity: 0;
  animation: keyf_main 1.8s ease-in-out calc(var(--delay));
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
.mod-anim-main ._name {
  transition-duration: 1s;
  opacity: 0;
}
.mod-anim-main.is-active-force ._cafe {
  opacity: 1;
  transform: translate(0, 0vw);
  animation: none;
}
.mod-anim-main.is-active-force ._parts1 {
  opacity: 1;
}
.mod-anim-main.is-active-force ._title {
  opacity: 1;
}
.mod-anim-main.is-active-force ._name {
  opacity: 1;
}
.mod-anim-main.is-active ._cafe {
  animation-play-state: running;
}
.mod-anim-main.is-active ._parts1 {
  opacity: 1;
  transition-delay: calc(var(--delay) + 1.6s);
}
.mod-anim-main.is-active ._title {
  opacity: 1;
  transition-delay: calc(var(--delay) + 0.2s);
}
.mod-anim-main.is-active ._name {
  opacity: 1;
  transition-delay: calc(var(--delay) + 0.8s);
}

@keyframes keyf_main {
  0% {
    opacity: 0;
    transform: translate(0, -5vw);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0.8vw);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0vw);
  }
}
.block-opening ._mask {
  --x: 50%;
  --y: 50%;
  --r: 0vmax;
  --soft: 15vw;
  background: radial-gradient(circle at var(--x) var(--y), transparent var(--r), black calc(var(--r) + var(--soft)));
}
.block-opening ._copy {
  opacity: 1;
  transition-duration: 0.6s;
}
.block-opening ._copy.is-hide {
  opacity: 0;
}
.block-opening ._copy > * {
  transition-duration: 0.6s;
  filter: blur(0.2vw);
  opacity: 0;
}
.block-opening ._copy.is-active > * {
  filter: blur(0px);
  opacity: 1;
}
.block-opening ._copy ._c1 {
  transition-delay: 0s;
}
.block-opening ._copy ._c2 {
  transition-delay: 0.15s;
}
.block-opening ._copy ._c3 {
  transition-delay: 0.3s;
}
.block-opening ._copy ._c4 {
  transition-delay: 0.45s;
}
.block-opening ._copy ._c5 {
  transition-delay: 0.6s;
}
.block-opening ._copy ._c6 {
  transition-delay: 1s;
}
.block-opening ._copy ._c7 {
  transition-delay: 1.15s;
}
.block-opening ._copy ._c8 {
  transition-delay: 1.3s;
}
.block-opening ._copy ._c9 {
  transition-delay: 1.45s;
}
.block-opening ._copy ._c10 {
  transition-delay: 1.6s;
}
.block-opening ._copy ._c11 {
  transition-delay: 2s;
}
.block-opening ._copy ._c12 {
  transition-delay: 2.15s;
}
.block-opening ._copy ._c13 {
  transition-delay: 2.3s;
}
.block-opening ._copy ._c14 {
  transition-delay: 2.45s;
}
.block-opening ._copy ._c15 {
  transition-delay: 2.6s;
}
.block-opening ._copy ._c16 {
  transition-delay: 2.75s;
}