@charset "UTF-8";
@keyframes p_lp_cloud {
    0%,
    100% {
        transform: translateY(-25px);
    }
    50% {
        transform: translateY(25px);
    }
}
.p-lp-font-13 {
    font-size: 13px;
}
.p-lp-font-15 {
    font-size: 14px;
}
.p-lp-font-18 {
    font-size: 14px;
}
.p-lp-font-20 {
    font-size: 17px;
}
.p-lp-font-23 {
    font-size: 18px;
}
.p-lp-font-24 {
    font-size: 18px;
}
.p-lp-font-25 {
    font-size: 20px;
}
.p-lp-font-26 {
    font-size: 20px;
}
.p-lp-font-28 {
    font-size: 20px;
}
.p-lp-font-30 {
    font-size: 20px;
}
.p-lp-font-31 {
    font-size: 20px;
}
.p-lp-font-32 {
    font-size: 24px;
}
.p-lp-font-35 {
    font-size: 24px;
}
.p-lp-font-37 {
    font-size: 24px;
}
.p-lp-font-40 {
    font-size: 26px;
}
.p-lp-font-47 {
    font-size: 26px;
}
.p-lp-font-50 {
    font-size: 26px;
}
.p-lp-font-52 {
    font-size: 26px;
}
.p-lp {
    overflow: hidden;
}
.p-lp *,
.p-lp ::after,
.p-lp ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.p-lp a {
    text-decoration: none;
    font: inherit;
}
.p-lp > .inner {
    padding: 0.5px;
}
.p-lp-pc {
    display: none !important;
}
.p-lp .p-lp-fixed-bi {
    position: fixed;
    z-index: -1;
    inset: 0;
}
.p-lp .p-lp-fixed-bi .shape {
    position: absolute;
    inset: 0;
}
.p-lp .p-lp-fixed-bi .shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-lp .p-lp-fixed-bi .shape:nth-child(2) .shape-img {
    width: 100%;
    height: 100%;
    display: block;
    animation: p_lp_falldown 20s linear 0s infinite both;
}
.p-lp .p-lp-fixed-bi .shape:nth-child(2) .shape-img:nth-child(1) {
    position: absolute;
    top: -100%;
    left: 0;
}
@keyframes p_lp_falldown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}
.p-lp .p-lp-mv > .inner {
    position: relative;
    padding: 0.5px 20px 52px;
}
.p-lp .p-lp-mv .c-topic-path,
.p-lp .p-lp-mv .c-topic-path a {
    color: #f4f3ee;
}
.p-lp .p-lp-mv .c-topic-path {
    display: none;
}
.p-lp .p-lp-mv .c-topic-path a {
    text-underline-offset: 2px;
    -webkit-text-decoration: underline 1px #f4f3ee;
    text-decoration: underline 1px #f4f3ee;
}
.p-lp .p-lp-mv-decore {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.p-lp .p-lp-mv-decore .shape {
    position: absolute;
}
.p-lp .p-lp-mv-decore .shape:nth-child(1) {
    width: 53.75vw;
    left: -27vw;
    bottom: 9.3vw;
    animation: p_lp_cloud 4s linear 0s infinite both;
}
.p-lp .p-lp-mv-decore .shape:nth-child(2) {
    width: 52.5625vw;
    right: -32.9375vw;
    bottom: -3.2vw;
    animation: p_lp_cloud 4s linear -1s infinite both;
}
.p-lp .p-lp-mv-wrap {
    max-width: 365px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}
.p-lp .p-lp-mv-content {
    position: relative;
    padding: 0.5px;
    margin-left: -10px;
    margin-right: -6px;
}
.p-lp .p-lp-mv-content-frame {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.p-lp .p-lp-mv-content-frame img {
    width: 100%;
    height: 100%;
}
.p-lp .p-lp-mv-content-body {
    padding-top: 99px;
    padding-bottom: 35px;
}
.p-lp .p-lp-mv-heading {
    width: 291px;
    max-width: calc(100% - 60px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.p-lp .p-lp-mv-heading-abs {
    width: 212px;
    border-radius: 999px;
    background-color: #903225;
    display: block;
    text-align: center;
    color: #f6f4e0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 5px;
}
.p-lp .p-lp-mv-heading-abs-tag {
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 7px;
}
.p-lp .p-lp-mv-heading-abs-value {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    display: inline-block;
}
.p-lp .p-lp-mv-heading-abs-note {
    font-weight: 900;
    line-height: 1;
    font-size: 12px;
}
.p-lp .p-lp-mv-period {
    color: #ac3828;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}
.p-lp .p-lp-mv-period-time {
    color: #ac3828;
    text-align: center;
    line-height: 1.15;
    font-size: 14px;
    font-weight: 900;
}
.p-lp .p-lp-mv-period-time > .num {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.p-lp .p-lp-mv-period-time > .symbol {
    font-family: "Gravitas One", serif;
    font-weight: 400;
    font-size: 14px;
}
.p-lp .p-lp-mv-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}
.p-lp .p-lp-mv-button {
    width: 110px;
    height: 36px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #f6f4e0;
    background-color: #ac3828;
    border-radius: 99px;
    border: 2px solid #ac3828;
    text-align: center;
    transition: 150ms ease-out;
}
.p-lp .p-lp-mv-details {
    color: #5e513e;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5625;
    text-align: center;
    margin-top: 16px;
}
.p-lp .p-lp-mv-intro {
    color: #f6f4e0;
    line-height: 1.55;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
}
.p-lp .p-lp-features > .inner {
    padding: 0.5px 20px;
}
.p-lp .p-lp-features-specials {
    position: relative;
    z-index: 0;
    text-align: center;
}
.p-lp .p-lp-features-specials-item {
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #f6f4e0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 99px;
    margin-bottom: 10px;
    text-align: center;
}
.p-lp .p-lp-features-specials-item:nth-of-type(1) {
    background-color: rgba(219, 79, 56, 0.85);
}
.p-lp .p-lp-features-specials-item:nth-of-type(2) {
    background-color: rgba(141, 43, 29, 0.9);
}
.p-lp .p-lp-features-specials-item:nth-of-type(3) {
    background-color: rgba(106, 31, 19, 0.8);
}
.p-lp .p-lp-features-specials-item-en {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 1.25;
}
.p-lp .p-lp-features-specials-item-jp {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
    font-size: 18px;
}
.p-lp .p-lp-features-lists {
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    position: relative;
    gap: 60px 15px;
}
.p-lp .p-lp-features-item {
    width: 100%;
    display: flex;
}
.p-lp .p-lp-features-item-bag {
    width: 150px;
    padding: 10px;
    color: #ac3828;
    background-color: #efefef;
    position: relative;
    text-align: center;
}
.p-lp .p-lp-features-item-bag::after {
    content: "";
    width: 95px;
    height: 30px;
    position: absolute;
    top: -29px;
    left: 50%;
    border: 0;
    border-top: 6px solid #efefef;
    border-left: 6px solid #efefef;
    border-right: 6px solid #efefef;
    transform: translateX(-50%);
}
.p-lp .p-lp-features-item-bag-col {
    width: calc(100% - 150px);
}
.p-lp .p-lp-features-item-bag-title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1;
    display: none;
}
.p-lp .p-lp-features-item-bag-order {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}
.p-lp .p-lp-features-item-bag-note {
    font-weight: 800;
    line-height: 1.1875;
    margin-top: 7px;
}
.p-lp .p-lp-features-item-bag-beans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.p-lp .p-lp-features-item-bag-beans > .span {
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    text-align: center;
    border-radius: 99px;
    background-color: #efefef;
    mix-blend-mode: multiply;
    padding: 5px;
}
.p-lp .p-lp-features-item-bag-beans > .span + .span {
    margin-top: 5px;
}
.p-lp .p-lp-features-item-bag-down-arrow {
    position: relative;
    display: block;
    width: 16px;
    height: 14px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.p-lp .p-lp-features-item-bag-down-arrow::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 0;
    border-top: 14px solid #efefef;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.p-lp .p-lp-features-item-bag-tax {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    color: #ecbf68;
    text-align: center;
    margin-top: 15px;
}
.p-lp .p-lp-features-item-bag-tax-old {
    line-height: 1.1;
    color: #bebebe;
    position: relative;
}
/*.p-lp .p-lp-features-item-bag-tax-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  right: -10px;
  height: 2px;
  background-color: #a09d9d;
}*/
.p-lp .p-lp-features-item-bag-tax-now {
    line-height: 1.1;
}
.p-lp .p-lp-features-item-bag-tax-note {
    line-height: 1.1;
    font-size: 14px;
}
.p-lp .p-lp-coupons > .inner {
    position: relative;
    padding: 60px 20px;
}
.p-lp .p-lp-coupons-bi {
    position: absolute;
    inset: 0;
}
.p-lp .p-lp-coupons-bi > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-lp .p-lp-coupons-wrap {
    position: relative;
    border: 2px solid #e0cca2;
    padding: 20px 10px;
}
.p-lp .p-lp-coupons-thumb {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.p-lp .p-lp-coupons-content {
    width: 100%;
    margin-top: 30px;
}
.p-lp .p-lp-coupons-abs {
    background-color: #ac3828;
    margin-bottom: 15px;
    margin-top: 0;
}
.p-lp .p-lp-coupons-tag {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #ac3828;
    background-color: #f6f4e0;
    border-radius: 999px;
    display: inline-block;
    padding: 10px 20px;
}
.p-lp .p-lp-coupons-tag-wrap {
    text-align: center;
}
.p-lp .p-lp-coupons-title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #f6f4e0;
    margin-top: 7px;
    margin-bottom: 20px;
    display: block;
}
.p-lp .p-lp-coupons-title > .span {
    background-color: #c0402c;
    padding-left: 0.1em;
    padding-right: 0.1em;
    margin-left: 0.1em;
    margin-right: 0.1em;
    display: inline-block;
}
.p-lp .p-lp-coupons-desc {
    display: flex;
    font-weight: 900;
    color: #f6f4e0;
    line-height: 1.75;
}
.p-lp .p-lp-coupons-desc::before {
    content: "※";
    width: 20px;
    min-width: 20px;
    height: 14px;
    font: inherit;
    color: inherit;
}
.p-lp .p-lp-coupons-desc .p-lp-nav-link {
    color: #ecbf68;
    text-underline-offset: 2px;
    -webkit-text-decoration: underline 1px #ecbf68;
    text-decoration: underline 1px #ecbf68;
}
.p-lp .p-lp-year > .inner {
    position: relative;
    padding: 60px 20px;
}
.p-lp .p-lp-year-decore {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.p-lp .p-lp-year-decore .shape {
    position: absolute;
}
.p-lp .p-lp-year-decore .shape:nth-child(1) {
    width: 43.1875vw;
    left: -26.25vw;
    bottom: -3.6vw;
    animation: p_lp_cloud 4s linear 0s infinite both;
}
.p-lp .p-lp-year-decore .shape:nth-child(2) {
    width: 71.5625vw;
    right: -55.125vw;
    top: 39.5vw;
    animation: p_lp_cloud 4s linear -1s infinite both;
}
.p-lp .p-lp-year-content-wrap {
    text-align: center;
}
.p-lp .p-lp-year-tag {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #ac3828;
    background-color: #f6f4e0;
    border-radius: 99px;
    padding: 5px 15px;
}
.p-lp .p-lp-year-title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    color: #f6f4e0;
    line-height: 1.15;
    margin-top: 15px;
}
.p-lp .p-lp-year-lead {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    color: #f6f4e0;
    line-height: 1.15;
    margin-top: 10px;
    margin-bottom: 15px;
}
.p-lp .p-lp-year-desc {
    color: #f6f4e0;
    font-weight: 900;
    line-height: 1.74;
}
.p-lp .p-lp-year-desc + .p-lp-year-desc {
    margin-top: 25px;
}
.p-lp .p-lp-year-thumb {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 25px;
}
.p-lp .p-lp-year-thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: -20px;
    background-color: #7c281d;
}
.p-lp .p-lp-special-coffee-beans {
    position: relative;
    z-index: 0;
}
.p-lp .p-lp-special-coffee-beans > .inner {
    padding: 90px 20px 30px;
}
.p-lp .p-lp-special-coffee-beans-wrap {
    position: relative;
}
.p-lp .p-lp-special-coffee-beans-wrap::after {
    content: "";
    width: 100vw;
    height: 100%;
    max-height: calc(100% - 30px);
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #963425;
}
.p-lp .p-lp-special-coffee-beans-bag {
    width: 150px;
    height: 150px;
    background-color: #efefef;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.p-lp .p-lp-special-coffee-beans-bag::after {
    content: "";
    width: 60px;
    height: 25px;
    position: absolute;
    z-index: -1;
    top: -24px;
    left: 50%;
    border: 6px solid #efefef;
    border-bottom: 0;
    transform: translateX(-50%);
}
.p-lp .p-lp-special-coffee-beans-bag-tag {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: -40px;
    color: #f6f4e0;
    background-color: #7c281d;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    text-align: center;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-lp .p-lp-special-coffee-beans-bag-title {
    color: #ac3828;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.p-lp .p-lp-special-coffee-beans-bag-order {
    color: #ac3828;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.p-lp .p-lp-special-coffee-beans-heading {
    color: #f6f4e0;
    margin-top: 15px;
}
.p-lp .p-lp-special-coffee-beans-heading-en,
.p-lp .p-lp-special-coffee-beans-heading-jp {
    text-align: center;
}
.p-lp .p-lp-special-coffee-beans-heading-en {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.p-lp .p-lp-special-coffee-beans-heading-jp {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    margin-top: 10px;
}
.p-lp .p-lp-special-coffee-beans-heading-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    margin-top: 26px;
}
.p-lp .p-lp-special-coffee-beans-heading-flex-span {
    line-height: 1.15;
    margin-right: 15px;
    margin-bottom: 5px;
}
.p-lp .p-lp-special-coffee-beans-heading-flex-more {
    color: #ac3828;
    background-color: #f6f4e0;
    border-radius: 999px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 4px 15px;
}
.p-lp .p-lp-special-coffee-beans-heading-flex-more-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.p-lp .p-lp-special-coffee-beans-body {
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
}
.p-lp .p-lp-special-coffee-beans-body-content {
    text-align: center;
}
.p-lp .p-lp-special-coffee-beans-body-old {
    color: #bebebe;
    font-family: "Dela Gothic One", sans-serif;
    position: relative;
    display: inline-block;
    line-height: 1.4;
}
/*.p-lp .p-lp-special-coffee-beans-body-old::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: -10px;
  right: -10px;
  background-color: #a09d9d;
  transform: translateY(-50%);
}*/
.p-lp .p-lp-special-coffee-beans-body-new {
    color: #ecbf68;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.p-lp .p-lp-special-coffee-beans-body-detail {
    color: #f6f4e0;
    font-weight: 900;
    line-height: 1.77;
    text-align: left;
}
.p-lp .p-lp-special-coffee-beans-body-preview {
    background-color: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 20px 10px;
}
.p-lp .p-lp-special-coffee-beans-body-preview-board {
    height: 220px;
    background-color: #efefef;
    overflow: hidden;
}
.p-lp .p-lp-special-coffee-beans-body-preview-sell-price,
.p-lp .p-lp-special-coffee-beans-body-preview-purchase {
    margin-top: 20px;
}
.p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dt,
.p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dd,
.p-lp .p-lp-special-coffee-beans-body-preview-purchase > dt,
.p-lp .p-lp-special-coffee-beans-body-preview-purchase > dd {
    line-height: 1.6;
}
.p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dt,
.p-lp .p-lp-special-coffee-beans-body-preview-purchase > dt {
    color: #333;
}
.p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dd,
.p-lp .p-lp-special-coffee-beans-body-preview-purchase > dd {
    color: #274765;
}
.p-lp .p-lp-special-coffee-beans-body-preview-purchase input[type="text"] {
    font: inherit;
    width: 256px;
    max-width: 100%;
    height: 37px;
    border: 2px solid #dddddd;
    outline: none;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px 5px 5px;
    text-align: right;
}
.p-lp .p-lp-special-coffee-beans-body-preview-add-to-cart {
    width: 100%;
    max-width: 540px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 10px;
    text-align: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.p-lp .p-lp-special-coffee-beans-accordion {
    display: flex;
    align-items: center;
    height: 80px;
    position: relative;
    font-weight: 900;
    color: #f6f4e0;
    border: 0;
    border-top: 2px solid #f6f4e0;
    border-bottom: 2px solid #f6f4e0;
    margin-top: 23px;
}
.p-lp .p-lp-special-coffee-beans-accordion .span-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 300ms ease-out;
}
.p-lp .p-lp-special-coffee-beans-accordion .span-icon::after,
.p-lp .p-lp-special-coffee-beans-accordion .span-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f6f4e0;
}
.p-lp .p-lp-special-coffee-beans-accordion .span-icon::before {
    width: 3px;
    height: 100%;
}
.p-lp .p-lp-special-coffee-beans-accordion .span-icon::after {
    width: 100%;
    height: 3px;
}
.p-lp .p-lp-special-coffee-beans-accordion.show .span-icon::before {
    opacity: 0;
}
.p-lp .p-lp-special-coffee-beans-accordion-content {
    color: #f6f4e0;
    font-weight: 900;
    line-height: 1.77;
    padding-top: 23px;
    padding-bottom: 23px;
    display: none;
    text-align: left;
}
.p-lp .p-lp-special-coffee-beans-accordion-content a {
    color: #f6f4e0;
    text-decoration: underline;
    transition: 150ms ease-out;
}
.p-lp .p-lp-special-coffee-beans-accordion-content a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.p-lp .p-lp-special-coffee-beans-footer {
    margin-top: 25px;
}
.p-lp .p-lp-special-coffee-beans-footer-more {
    width: 100%;
    max-width: 477px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #ac3828;
    background-color: #ecbf68;
    border: 2px solid #ecbf68;
    border-radius: 10px;
    text-align: center;
}
.p-lp .p-lp-notes > .inner {
    position: relative;
    padding: 40px 20px;
}
.p-lp .p-lp-notes-decore {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.p-lp .p-lp-notes-decore .shape {
    position: absolute;
}
.p-lp .p-lp-notes-decore .shape:nth-child(1) {
    width: 43.1875vw;
    left: -23.125vw;
    top: -13.8vw;
    animation: p_lp_cloud 4s linear 0s infinite both;
}
.p-lp .p-lp-notes-decore .shape:nth-child(2) {
    width: 71.5625vw;
    right: -55.625vw;
    top: -11.2vw;
    animation: p_lp_cloud 4s linear -1s infinite both;
}
.p-lp .p-lp-notes-wrap {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    color: #f6f4e0;
    background-color: #ac3828;
    border: 1px solid #f6f4e0;
    padding: 25px 20px;
}
.p-lp .p-lp-notes-heading {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 15px;
}
.p-lp .p-lp-notes-detail {
    font-weight: 900;
    line-height: 1.75;
    display: flex;
}
.p-lp .p-lp-notes-detail::before {
    content: "※";
    width: 18px;
    min-width: 18px;
    height: 18px;
    font: inherit;
    color: inherit;
    display: inline-block;
    margin-top: 1px;
}
.p-lp .p-lp-about-hiro-coffee > .inner {
    padding: 50px 20px;
    padding-bottom: 80px;
}
.p-lp .p-lp-about-hiro-coffee-wrap {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}
.p-lp .p-lp-about-hiro-coffee-heading {
    font-family: "Dela Gothic One", sans-serif;
    color: #f6f4e0;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 30px;
}
.p-lp .p-lp-about-hiro-coffee-detail {
    color: #f6f4e0;
    font-weight: 900;
    line-height: 1.6;
    margin-top: 15px;
}
.p-lp .p-lp-about-hiro-coffee-more {
    max-width: 501px;
    height: 60px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #ac3828;
    background-color: #ecbf68;
    border: 2px solid #ecbf68;
    border-radius: 10px;
    margin-top: 36px;
}
.p-lp .p-lp-about-hiro-coffee-thumb {
    width: 446px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 375px) {
    .p-lp .p-lp-mv-period-time {
        font-size: 20px;
    }
    .p-lp .p-lp-mv-period-time > .num {
        font-size: 28px;
    }
    .p-lp .p-lp-mv-period-time > .symbol {
        font-size: 20px;
    }
}
@media only screen and (min-width: 600px) {
    .p-lp .p-lp-mv-wrap {
        margin-top: 72px;
    }
}
@media only screen and (min-width: 640px) {
    .p-lp .p-lp-special-coffee-beans-body-preview-sell-price,
    .p-lp .p-lp-special-coffee-beans-body-preview-purchase {
        display: flex;
        align-items: center;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dt,
    .p-lp .p-lp-special-coffee-beans-body-preview-purchase > dt {
        width: 94px;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-sell-price > dd,
    .p-lp .p-lp-special-coffee-beans-body-preview-purchase > dd {
        width: calc(100% - 94px);
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-purchase input[type="text"] {
        width: 78px;
    }
}
@media only screen and (min-width: 768px) {
    .p-lp-font-23 {
        font-size: 20px;
    }
    .p-lp-font-24 {
        font-size: 22px;
    }
    .p-lp-font-25 {
        font-size: 22px;
    }
    .p-lp-font-26 {
        font-size: 22px;
    }
    .p-lp-font-28 {
        font-size: 24px;
    }
    .p-lp-font-30 {
        font-size: 26px;
    }
    .p-lp-font-31 {
        font-size: 26px;
    }
    .p-lp-font-35 {
        font-size: 28px;
    }
    .p-lp-font-37 {
        font-size: 28px;
    }
    .p-lp-font-40 {
        font-size: 30px;
    }
    .p-lp-font-47 {
        font-size: 32px;
    }
    .p-lp-font-50 {
        font-size: 32px;
    }
    .p-lp-font-52 {
        font-size: 32px;
    }
    .p-lp > .inner {
        padding-top: 70px;
    }
    .p-lp-sp {
        display: none !important;
    }
    .p-lp-pc {
        display: block !important;
    }
    .p-lp .p-lp-mv > .inner {
        padding-bottom: 85px;
    }
    .p-lp .p-lp-mv .c-topic-path {
        display: block;
    }
    .p-lp .p-lp-mv-wrap {
        max-width: 640px;
        margin-top: -3px;
    }
    .p-lp .p-lp-mv-content {
        margin-left: 0;
        margin-right: 0;
    }
    .p-lp .p-lp-mv-content-frame {
        position: relative;
        z-index: 0;
    }
    .p-lp .p-lp-mv-content-body {
        position: absolute;
        inset: 0;
        padding: 0;
    }
    .p-lp .p-lp-mv-heading {
        width: 400px;
        margin-top: 100px;
    }
    .p-lp .p-lp-mv-heading-abs {
        width: 220px;
        height: 220px;
        position: absolute;
        z-index: 1;
        top: -20px;
        right: -60px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 76px;
    }
    .p-lp .p-lp-mv-heading-abs-tag {
        font-size: 18px;
        display: block;
        vertical-align: baseline;
        padding-bottom: 0;
    }
    .p-lp .p-lp-mv-heading-abs-value {
        font-size: 32px;
        display: block;
    }
    .p-lp .p-lp-mv-heading-abs-note {
        font-size: 14px;
        line-height: 1.33;
    }
    .p-lp .p-lp-mv-period {
        margin-top: 13px;
    }
    .p-lp .p-lp-mv-period-time {
        font-size: 13px;
    }
    .p-lp .p-lp-mv-period-time > .num {
        margin-left: 5px;
        margin-right: 5px;
    }
    .p-lp .p-lp-mv-period-time > .symbol {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .p-lp .p-lp-mv-buttons {
        gap: 14px;
        margin-top: 24px;
    }
    .p-lp .p-lp-mv-button {
        width: 143px;
        height: 53px;
        padding: 3px 10px;
    }
    .p-lp .p-lp-mv-details {
        font-size: 16px;
        font-weight: 900;
        margin-top: 11px;
    }
    .p-lp .p-lp-mv-intro {
        text-align: center;
        font-size: 16px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .p-lp .p-lp-features-specials-item-jp {
        font-size: 20px;
    }
    .p-lp .p-lp-features-lists {
        padding-top: 108px;
        padding-bottom: 108px;
    }
    .p-lp .p-lp-features-item:hover .p-lp-features-item-bag-down-arrow {
        transform: translateY(-5px);
    }
    .p-lp .p-lp-features-item:hover .p-lp-features-item-bag-tax-now {
        transform: scale(1.3);
        transform-origin: bottom center;
    }

    .p-lp
        .p-lp-features-item:nth-of-type(6)
        .p-lp-features-item-bag-beans
        > .span:nth-child(1) {
        width: 70px;
    }
    .p-lp
        .p-lp-features-item:nth-of-type(6)
        .p-lp-features-item-bag-beans
        > .span:nth-child(2) {
        width: 109px;
        max-width: calc(100% - 73px);
    }
    .p-lp .p-lp-features-item-bag {
        width: 208px;
    }
    .p-lp .p-lp-features-item-bag::after {
        width: 95px;
        height: 30px;
        top: -29px;
        border-width: 10px;
    }
    .p-lp .p-lp-features-item-bag-title {
        display: block;
    }
    .p-lp .p-lp-features-item-bag-col {
        width: calc(100% - 208px);
    }
    .p-lp .p-lp-features-item-bag-order {
        font-size: 34px;
    }
    .p-lp .p-lp-features-item-bag-beans > .span {
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .p-lp .p-lp-features-item-bag-beans > .span + .span {
        margin-top: 0;
    }
    .p-lp .p-lp-features-item-bag-down-arrow {
        width: 24px;
        height: 20px;
        margin-top: 20px;
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-features-item-bag-down-arrow::after {
        border-top-width: 20px;
        border-left-width: 12px;
        border-right-width: 12px;
    }
    .p-lp .p-lp-features-item-bag-tax {
        margin-top: 23px;
    }
    .p-lp .p-lp-features-item-bag-tax-now {
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-features-item-bag-tax-note {
        font-size: 18px;
    }
    .p-lp .p-lp-coupons > .inner {
        padding: 80px;
    }
    .p-lp .p-lp-coupons-wrap {
        padding: 40px;
    }
    .p-lp .p-lp-coupons-thumb {
        margin-left: 0;
    }
    .p-lp .p-lp-coupons-abs {
        top: -50px;
        margin-bottom: 0;
    }
    .p-lp .p-lp-coupons-tag-wrap {
        text-align: left;
    }
    .p-lp .p-lp-coupons-title {
        margin-bottom: 35px;
    }
    .p-lp .p-lp-coupons-desc::before {
        width: 28px;
        min-width: 28px;
        height: 18px;
    }
    .p-lp .p-lp-coupons-desc .p-lp-nav-link {
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-coupons-desc .p-lp-nav-link:hover {
        color: #ac3828;
        text-decoration: none;
    }
    .p-lp .p-lp-year > .inner {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .p-lp .p-lp-year-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .p-lp .p-lp-year-content {
        max-width: calc(100% - 200px);
    }
    .p-lp .p-lp-year-content-wrap {
        text-align: left;
    }
    .p-lp .p-lp-year-tag {
        padding: 9px 25px 7px 25px;
    }
    .p-lp .p-lp-year-title {
        margin-top: 30px;
    }
    .p-lp .p-lp-year-lead {
        margin-top: 17px;
        margin-bottom: 33px;
    }
    .p-lp .p-lp-year-thumb {
        width: 200px;
        margin-top: 3px;
        margin-right: 0;
    }
    .p-lp .p-lp-special-coffee-beans > .inner {
        padding: 80px;
    }
    .p-lp .p-lp-special-coffee-beans-wrap::after {
        width: calc(100% + 24px + 14vw);
        max-width: calc(100vw - 40px);
        top: 82px;
    }
    .p-lp .p-lp-special-coffee-beans-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-right: -40px;
    }
    .p-lp .p-lp-special-coffee-beans-bag {
        width: 180px;
        height: 180px;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 56px;
    }
    .p-lp .p-lp-special-coffee-beans-bag-tag {
        width: 100px;
        height: 100px;
        line-height: 100px;
        display: block;
        top: -42px;
        left: -62px;
    }
    .p-lp .p-lp-special-coffee-beans-heading {
        width: calc(100% - 200px);
        margin-top: 0;
    }
    .p-lp .p-lp-special-coffee-beans-heading-en,
    .p-lp .p-lp-special-coffee-beans-heading-jp {
        text-align: left;
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex {
        justify-content: flex-start;
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex-span {
        margin-right: 27px;
        margin-bottom: 0;
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex-more {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex-more-wrap {
        justify-content: flex-start;
    }
    .p-lp .p-lp-special-coffee-beans-body {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: unset;
        margin-left: -30px;
        margin-right: -30px;
    }
    .p-lp .p-lp-special-coffee-beans-body-content {
        width: calc(50% - 10px);
        text-align: left;
    }
    .p-lp .p-lp-special-coffee-beans-body-old::after {
        height: 4px;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview {
        width: calc(50% - 10px);
        padding: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-board {
        height: 372px;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-add-to-cart {
        cursor: pointer;
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-add-to-cart:hover {
        color: #333;
        background-color: #fff;
    }
    .p-lp .p-lp-special-coffee-beans-accordion:hover {
        opacity: 0.8;
    }
    .p-lp .p-lp-special-coffee-beans-accordion:hover .span-icon {
        transform: translateY(-50%) rotate(-180deg);
    }
    .p-lp .p-lp-special-coffee-beans-accordion .span-icon {
        width: 31px;
        height: 31px;
    }
    .p-lp .p-lp-special-coffee-beans-footer-more {
        cursor: pointer;
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-special-coffee-beans-footer-more:hover {
        color: #ecbf68;
        background-color: #ac3828;
    }
    .p-lp .p-lp-notes > .inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-lp .p-lp-notes-heading {
        text-align: left;
    }
    .p-lp .p-lp-about-hiro-coffee > .inner {
        padding-bottom: 120px;
    }
    .p-lp .p-lp-about-hiro-coffee-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .p-lp .p-lp-about-hiro-coffee-content {
        width: 501px;
        padding-top: 10px;
    }
    .p-lp .p-lp-about-hiro-coffee-heading {
        margin-bottom: 38px;
    }
    .p-lp .p-lp-about-hiro-coffee-detail {
        margin-top: 0;
    }
    .p-lp .p-lp-about-hiro-coffee-more {
        display: block;
        line-height: 60px;
        text-align: center;
        transition: 150ms ease-out;
    }
    .p-lp .p-lp-about-hiro-coffee-more:hover {
        color: #ecbf68;
        background-color: #ac3828;
    }
    .p-lp .p-lp-about-hiro-coffee-thumb {
        max-width: calc(100% - 520px);
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .p-lp .p-lp-mv-wrap {
        max-width: 783px;
    }
    .p-lp .p-lp-mv-heading-abs {
        top: 20px;
    }
    .p-lp .p-lp-features-specials-item {
        width: 65%;
        height: 100px;
        padding-top: 30px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .p-lp .p-lp-features-specials-item:nth-of-type(2) {
        width: 65%;
        height: 140px;
        z-index: -1;
    }
    .p-lp .p-lp-features-lists {
        max-width: 100%;
    }
    .p-lp .p-lp-features-item {
        width: calc(50% - 10px);
    }
    .p-lp .p-lp-coupons-abs {
        top: -50px;
    }
}
@media only screen and (min-width: 1024px) {
    .p-lp .p-lp-coupons-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 60px 20px;
    }
    .p-lp .p-lp-coupons-content {
        width: calc(100% - 180px);
        margin-top: 0;
    }
    .p-lp .p-lp-year-content {
        max-width: calc(100% - 400px);
    }
    .p-lp .p-lp-year-thumb {
        width: 319px;
    }
    .p-lp .p-lp-special-coffee-beans-header {
        margin-right: 0;
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex-more-wrap {
        width: auto;
        margin-top: 0;
    }
    .p-lp .p-lp-special-coffee-beans-body {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .p-lp .p-lp-mv-intro {
        font-size: 20px;
    }
    .p-lp .p-lp-features > .inner {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-lp .p-lp-features-specials-item {
        width: 482px;
        max-width: 35vw;
        height: auto;
        aspect-ratio: 1;
        position: absolute;
        top: 0;
        border-radius: 999px;
        padding-top: 108px;
        margin-left: 0;
        margin-right: 0;
        z-index: -1;
    }
    .p-lp .p-lp-features-specials-item:nth-of-type(1) {
        left: 50%;
        z-index: 0;
        translate: -50% 0;
    }
    .p-lp .p-lp-features-specials-item:nth-of-type(2) {
        width: 482px;
        height: auto;

        top: calc(47% + 5px);
        left: calc(50% - 193px);
        padding-top: 88px;
        transform: translateX(-50%);
    }
    .p-lp .p-lp-features-specials-item:nth-of-type(3) {
        right: 4px;
        z-index: 0;

        top: calc(47% + 5px);
        left: calc(50% + 193px);
        transform: translateX(-50%);
    }
    .p-lp .p-lp-features-lists {
        gap: 295px 29px;
        justify-content: center;
        padding-top: 255px;
    }
    .p-lp .p-lp-features-item {
        width: 208px;
        flex-direction: column;
    }
    .p-lp .p-lp-features-item:nth-of-type(3) {
        margin-left: 0;
        margin-right: 0;
    }
    .p-lp .p-lp-features-item-bag {
        width: 100%;
        padding: 15px 12px;
    }
    .p-lp .p-lp-features-item-bag-col {
        width: 100%;
    }
    .p-lp .p-lp-features-item-bag-order {
        font-size: 40px;
    }
    .p-lp .p-lp-coupons > .inner {
        padding: 120px 80px;
    }
    .p-lp .p-lp-coupons-wrap {
        max-width: 1152px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 118px;
        padding-left: 38px;
        padding-bottom: 116px;
    }
    .p-lp .p-lp-coupons-thumb {
        width: 235px;
        padding-top: 68px;
    }
    .p-lp .p-lp-coupons-content {
        width: calc(100% - 280px);
    }
    .p-lp .p-lp-coupons-tag {
        padding: 16px 31px 15px 26px;
    }
    .p-lp .p-lp-coupons-title {
        margin-bottom: 61px;
    }
    .p-lp .p-lp-year > .inner {
        padding-top: 235px;
        padding-bottom: 130px;
    }
    .p-lp .p-lp-year-wrap {
        max-width: 1152px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-lp .p-lp-year-content {
        width: 716px;
    }
    .p-lp .p-lp-year-desc + .p-lp-year-desc {
        margin-top: 40px;
    }
    .p-lp .p-lp-year-thumb::after {
        top: 40px;
        left: -40px;
    }
    .p-lp .p-lp-special-coffee-beans > .inner {
        padding-top: 110px;
        padding-bottom: 69px;
    }
    .p-lp .p-lp-special-coffee-beans-wrap {
        max-width: 1152px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-lp .p-lp-special-coffee-beans-bag {
        width: 208px;
        margin-top: 25px;
        padding-top: 45px;
    }
    .p-lp .p-lp-special-coffee-beans-bag::after {
        width: 95px;
        height: 30px;
        top: -29px;
        border-width: 10px;
    }
    .p-lp .p-lp-special-coffee-beans-bag-tag {
        width: 115px;
        height: 115px;
        line-height: 115px;
        top: -54px;
        left: -68px;
    }
    .p-lp .p-lp-special-coffee-beans-heading {
        width: calc(100% - 238px);
    }
    .p-lp .p-lp-special-coffee-beans-heading-flex-more {
        width: 202px;
        height: 75px;
        line-height: 75px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .p-lp .p-lp-special-coffee-beans-body {
        margin-top: 60px;
    }
    .p-lp .p-lp-special-coffee-beans-body-content {
        width: 477px;
    }
    .p-lp .p-lp-special-coffee-beans-body-new {
        margin-bottom: 38px;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview {
        width: 596px;
        max-width: calc(100% - 500px);
        padding: 22px 24px 32px 32px;
    }
    .p-lp .p-lp-special-coffee-beans-body-preview-add-to-cart {
        display: block;
        height: 80px;
        line-height: 80px;
        margin-top: 38px;
    }
    .p-lp .p-lp-special-coffee-beans-accordion {
        height: 112px;
        line-height: 112px;
        border-width: 3px;
    }
    .p-lp .p-lp-special-coffee-beans-footer {
        margin-top: 38px;
    }
    .p-lp .p-lp-special-coffee-beans-footer-more {
        display: block;
        height: 90px;
        line-height: 90px;
    }
    .p-lp .p-lp-notes > .inner {
        padding-top: 103px;
        padding-bottom: 83px;
    }
    .p-lp .p-lp-notes-wrap {
        padding: 63px 68px 53px;
    }
    .p-lp .p-lp-notes-heading {
        margin-bottom: 25px;
    }
    .p-lp .p-lp-about-hiro-coffee > .inner {
        padding-top: 97px;
        padding-bottom: 176px;
    }
    .p-lp .p-lp-about-hiro-coffee-more {
        height: 90px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 1440px) {
    .p-lp-font-15 {
        font-size: 15px;
    }
    .p-lp-font-18 {
        font-size: 18px;
    }
    .p-lp-font-20 {
        font-size: 20px;
    }
    .p-lp-font-23 {
        font-size: 23px;
    }
    .p-lp-font-24 {
        font-size: 24px;
    }
    .p-lp-font-25 {
        font-size: 25px;
    }
    .p-lp-font-26 {
        font-size: 26px;
    }
    .p-lp-font-28 {
        font-size: 28px;
    }
    .p-lp-font-30 {
        font-size: 30px;
    }
    .p-lp-font-31 {
        font-size: 31px;
    }
    .p-lp-font-32 {
        font-size: 32px;
    }
    .p-lp-font-35 {
        font-size: 35px;
    }
    .p-lp-font-37 {
        font-size: 37px;
    }
    .p-lp-font-40 {
        font-size: 40px;
    }
    .p-lp-font-47 {
        font-size: 47px;
    }
    .p-lp-font-50 {
        font-size: 50px;
    }
    .p-lp-font-52 {
        font-size: 52px;
    }
    .p-lp .p-lp-mv > .inner {
        padding-bottom: 165px;
    }
    .p-lp .p-lp-mv .c-topic-path {
        max-width: 1160px;
        margin-top: 8px;
    }
    .p-lp .p-lp-mv-heading {
        width: 547px;
        margin-top: 140px;
    }
    .p-lp .p-lp-mv-heading-abs {
        width: 280px;
        height: 280px;
        top: 20px;
        right: -110px;
        padding-top: 86px;
    }
    .p-lp .p-lp-mv-heading-abs-tag {
        font-size: 28px;
    }
    .p-lp .p-lp-mv-heading-abs-value {
        font-size: 56px;
    }
    .p-lp .p-lp-mv-heading-abs-note {
        font-size: 18px;
    }
    .p-lp .p-lp-mv-period {
        padding-right: 17px;
    }
    .p-lp .p-lp-mv-period-time > .num {
        font-size: 31px;
    }
    .p-lp .p-lp-features-specials-item-jp {
        font-size: 25px;
    }
    .p-lp .p-lp-coupons-abs {
        top: -66px;
        right: -66px;
    }
}
