@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap);

/*
:root {
    scroll-padding-top: 275px;
}
*/

/*
html {
    scroll-behavior: smooth;
}
*/

.pdp_lp_aloegel .js-acc-button {
  cursor: pointer;
}

.pdp_lp_aloegel .main-content {
    -webkit-font-smoothing: antialiased;
    color: #2d2926;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
    /* margin: 170px auto 0; */
    margin: 0 auto 0 auto;
				/* max-width: 1230px; */
				max-width: 960px;
				position: relative;
}

.pdp_lp_aloegel .main-content.is-bnr-show {
    /* margin-top: 215px; */
    margin-top: 0;
}

.pdp_lp_aloegel .main-content figure,.main-content picture {
    display: block;
}

.pdp_lp_aloegel .main-content img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

.pdp_lp_aloegel .main-content ul {
    list-style: none;
    padding: 0;
}

.pdp_lp_aloegel .main-content a {
    color: #000;
    text-decoration: none;
}

.pdp_lp_aloegel .pc {
    display: block;
}

.pdp_lp_aloegel .sp {
    display: none;
}


.pdp_lp_aloegel .reason {
    margin-bottom: 50px;
}


@media screen and (max-width: 960px) {
/*
    :root {
        scroll-padding-top:101px;
    }
*/

/*
    .main-content {
        margin-top: 117px;
    }
*/

/*
    .main-content.is-bnr-show {
        margin-top: 158px;
    }
*/
}


@media screen and (max-width: 960px) {
/*
    :root {
        scroll-padding-top:calc(102px + 16vw);
    }
*/
    .pdp_lp_aloegel .pc {
        display: none;
    }

    .pdp_lp_aloegel .sp {
        display: block;
    }
}

.pdp_lp_aloegel .main-visual {
    margin-bottom: 46px;
}

.pdp_lp_aloegel .main-visual-image {
    margin-bottom: 0;
}

.pdp_lp_aloegel .anchor-link {
    margin-bottom: 37px;
    margin-inline:auto;
				max-width: 960px;
}

.pdp_lp_aloegel .anchor-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pdp_lp_aloegel .anchor-link-list li {
    width: 50%;
}

.pdp_lp_aloegel .anchor-link-list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #63666a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
    font-weight: 700;
    gap: 0 4px;
    height: 60px;
    justify-content: center;
    letter-spacing: .05em;
}

.pdp_lp_aloegel .anchor-link-list li a.is-bg-red {
    background: #ca001b;
}

.pdp_lp_aloegel .anchor-link-list li a:after {
    background: url(../img/icon_anchor-link_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    width: 17px;
}

.pdp_lp_aloegel .float-nav {
    position: fixed;
    right: 0;
    top: 170px;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: all;
    transition-property: all;
    width: 116px;
    z-index: 1000;
}

.pdp_lp_aloegel .is-show-nav .float-nav {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.pdp_lp_aloegel .is-bnr-show .float-nav {
    top: 215px;
}

.pdp_lp_aloegel .float-nav-list {
    gap: 4px 0;
}

.pdp_lp_aloegel .float-nav-list,.float-nav-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.pdp_lp_aloegel .float-nav-list li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    align-items: center;
    background: #63666a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    gap: 10px 0;
    height: 71px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.28;
    text-align: center;
    width: 116px;
}

.pdp_lp_aloegel .float-nav-list li a:after {
    background: url(../img/icon_anchor-link_arrow.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 8px;
    width: 14px;
}

.pdp_lp_aloegel .float-nav-list li:nth-child(2) a {
    background: #ca001b;
}

.pdp_lp_aloegel .about p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.66;
    text-align: center;
}

.pdp_lp_aloegel .product {
    background: url(../img/product_bg.png) no-repeat 50%;
    background-size: cover;
    padding: 45px 50px;
}

.pdp_lp_aloegel .product-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 9%;
    justify-content: center;
    margin-inline:auto;max-width: 960px;
    padding: 16px 16px 29px;
}

.pdp_lp_aloegel .product-box__image {
    width: 27%;
}

.pdp_lp_aloegel .product-box__content {
    max-width: 426px;
}

.pdp_lp_aloegel .product-box__content .title {
    margin-bottom: 32px;
}

.pdp_lp_aloegel .product-box__content .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}

.pdp_lp_aloegel .product-box__content .gram {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4px;
}

.pdp_lp_aloegel .product-box__content .price {
    font-size: 34px;
    letter-spacing: -.01em;
    line-height: 1;
    margin-bottom: 26px;
}

.pdp_lp_aloegel .product-box__content .price b {
    font-size: 46px;
    line-height: 1;
}

.pdp_lp_aloegel .product-box__content .price span {
    font-size: 16px;
    letter-spacing: .05em;
}

.pdp_lp_aloegel .product-box__content .button,.product-box__content .stockValidation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ca001b;
    border-radius: 999px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 23px;
    height: 58px;
    justify-content: center;
    letter-spacing: .075em;
    width: 409px;
    appearance: none;
    font-family: inherit;
    border: 0;
}

.pdp_lp_aloegel .recommend {
    padding: 60px 50px;
}

.pdp_lp_aloegel .recommend-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1ea149;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px 0;
    margin-inline:auto;max-width: 960px;
    padding: 30px;
}

.pdp_lp_aloegel .recommend-box__title {
    border-bottom: 2px solid #1ea149;
    color: #1ea149;
    font-size: 39px;
    font-weight: 700;
    max-width: 555px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.pdp_lp_aloegel .recommend-box__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 9px;
}

.pdp_lp_aloegel .recommend-box__list li:before {
    background: url(../img/icon_recommend_check.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    position: relative;
    top: 4px;
    width: 33px;
}

.pdp_lp_aloegel .recommend-box__list li p {
    font-size: 23px;
    width: calc(100% - 42px);
}

.pdp_lp_aloegel .point {
    background: #edf9ef;
    padding: 0 50px 60px;
}

.pdp_lp_aloegel .point-content {
    margin-inline:auto;
				max-width: 960px;
}

.pdp_lp_aloegel .free {
    background: url(../img/free_bg.png) no-repeat 50%;
    background-size: cover;
    margin-bottom: 50px;
}

.pdp_lp_aloegel .free_content {
    margin-inline:auto;max-width: 447px;
    padding: 60px 0 30px;
}

.pdp_lp_aloegel .free_content picture {
    display: block;
    margin-bottom: 10px;
}

.pdp_lp_aloegel .free_content p {
    font-size: 11px;
}

.pdp_lp_aloegel .care {
    margin-bottom: 50px;
    padding: 0 50px;
}

.pdp_lp_aloegel .care-content {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-inline:auto;max-width: 940px;
    padding: 26px;
    position: relative;
}

.pdp_lp_aloegel .care-content:before {
    border: 1px solid #1ea149;
    border-radius: 10px;
    content: "";
    display: block;
    height: calc(100% - 10px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% - 10px)
}

.pdp_lp_aloegel .care-title {
    border-bottom: 2px solid #1ea149;
    font-size: 26px;
    letter-spacing: .05em;
    line-height: 1.7;
    margin-inline:auto;
				margin-bottom: 40px;
    max-width: 690px;
    padding-bottom: 10px;
    text-align: center;
}

.pdp_lp_aloegel .care-title b {
    font-size: 39px;
    line-height: 1;
}

.pdp_lp_aloegel .care-title b span {
    color: #1ea149;
}

.pdp_lp_aloegel .care-list {
    margin-inline:auto;
				max-width: 831px;
}

.pdp_lp_aloegel .care-list,.care-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pdp_lp_aloegel .care-list li {
    width: calc(50% - 10px);
}

.pdp_lp_aloegel .care-list li figure {
    aspect-ratio: 1/1;
    width: 145px;
}

.pdp_lp_aloegel .care-list li .content {
    width: calc(100% - 167px);
}

.pdp_lp_aloegel .care-list li .content .number {
    color: #1ea149;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.pdp_lp_aloegel .care-list li .content .number span {
    font-size: 28px;
}

.pdp_lp_aloegel .care-list li .content .desc {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.68;
}

.pdp_lp_aloegel .use {
    margin-bottom: 50px;
}

.pdp_lp_aloegel .use-title {
    color: #1ea149;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.pdp_lp_aloegel .use-sub-title {
    margin-inline:auto;
				margin-bottom: 40px !important;
    max-width: 480px;
}

.pdp_lp_aloegel .use-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-inline:auto;max-width: 650px;
}

.pdp_lp_aloegel .use-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 208px;
}

.pdp_lp_aloegel .use-list li figure {
    aspect-ratio: 1/1;
    margin-inline:auto;
				max-width: 168px
}

.pdp_lp_aloegel .use-list p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 0;
    text-align: center;
}

.pdp_lp_aloegel .voice {
    background: url(../img/voice_bg.png) no-repeat 50%;
    background-size: cover;
    padding: 50px;
}

.pdp_lp_aloegel .voice-title {
    margin-inline:auto;
				margin-bottom: 50px !important;
    max-width: 450px;
}

.pdp_lp_aloegel .voice-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-inline:auto;
				max-width: 910px;
}

.pdp_lp_aloegel .voice-list li {
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 rgba(62,181,101,.6);
    box-shadow: 4px 4px 0 rgba(62,181,101,.6);
    padding: 28px 10px 20px;
    width: 48%;
				line-height: 1.4;
}

.pdp_lp_aloegel .voice-list li:first-child {
    max-width: 444px;
}

.pdp_lp_aloegel .voice-list li:nth-child(2) {
    margin-top: 50px;
    max-width: 420px;
}

.pdp_lp_aloegel .voice-list li:nth-child(3) {
    margin-left: 10px;
    margin-top: 10px;
    max-width: 460px;
}

.pdp_lp_aloegel .voice-list li:nth-child(4) {
    margin-right: 40px;
    margin-top: 40px;
    max-width: 354px;
}

.pdp_lp_aloegel .voice-list li .text {
    /* font-size: 23px; */
    font-size: 20px;
				margin-bottom: 10px;
    text-align: center;
}

.pdp_lp_aloegel .voice-list li .text span {
    color: #1ea149;
    font-weight: 700;
}

.pdp_lp_aloegel .voice-list li .name {
    font-size: 17px;
    margin: 0;
    text-align: center;
}

.pdp_lp_aloegel .faq {
    padding: 50px 50px 0 50px;
}

.pdp_lp_aloegel .faq__inner {
    margin-inline:auto;
				max-width: 770px;
}

.pdp_lp_aloegel .faq-title {
    border-bottom: 1px solid #1ea149;
    color: #1ea149;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 40px !important;
    padding-bottom: 10px;
    text-align: center;
}

.pdp_lp_aloegel .faq-item {
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: max-height .6s ease;
    transition: max-height .6s ease;
}

.pdp_lp_aloegel .faq-item.is-open .faq-item__question {
    margin-bottom: 18px;
}

.pdp_lp_aloegel .faq-item.is-open .faq-item__question:after {
    opacity: 0;
}

.pdp_lp_aloegel .faq-item__question {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #edf9ef;
    color: #1ea149;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 12px;
    padding: 18px 30px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.pdp_lp_aloegel .faq-item__question:after,.faq-item__question:before {
    background: #2d2926;
    content: "";
    display: block;
    height: 2px;
    pointer-events: none;
    position: absolute;
    right: 26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 22px;
}

.pdp_lp_aloegel .faq-item__question:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pdp_lp_aloegel .faq-item__question span {
    font-size: 42px;
    line-height: 1;
    position: relative;
    text-align: center;
    top: -4px;
    width: 32px;
}

.pdp_lp_aloegel .faq-item__question p {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin: 2px 0 0;
    width: calc(100% - 44px);
}

.pdp_lp_aloegel .faq-item__answer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 0 12px;
    max-height: 0;
    overflow: hidden;
    padding: 0 50px 0 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.pdp_lp_aloegel .faq-item__answer span {
    color: #ca001b;
    font-size: 42px;
    line-height: 1;
    text-align: center;
    width: 32px;
}

.pdp_lp_aloegel .faq-item__answer p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 19px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.68;
    margin: 6px 0 0;
    text-align: justify;
    width: calc(100% - 44px);
}

.pdp_lp_aloegel .set {
    margin: 50px 0;
}

.pdp_lp_aloegel .set-title {
    background: #edf9ef;
    color: #1ea149;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
}

.pdp_lp_aloegel .set .thumb {
    margin-inline:auto;
				max-width: 431px;
}

.pdp_lp_aloegel .set .lead {
    font-family: "Noto Serif JP",serif;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.pdp_lp_aloegel .set .text {
    font-size: 19px;
    text-align: center;
}

.pdp_lp_aloegel .set .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: center;
}

.pdp_lp_aloegel .set .price .before {
    font-size: 11px;
}

.pdp_lp_aloegel .set .price .before i {
    font-style: normal;
    margin-left: 8px;
    position: relative;
}

.pdp_lp_aloegel .set .price .before i:before {
    background: #2d2926;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

.pdp_lp_aloegel .set .price .before span {
    font-size: 16px;
    letter-spacing: -.02em;
}

.pdp_lp_aloegel .set .price .before span b {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -4px;
}

.pdp_lp_aloegel .set .price .before span.tax {
    bottom: 1px;
    font-size: 11px;
    letter-spacing: .05em;
    margin-left: 0;
    position: relative;
}

.pdp_lp_aloegel .set .price .after {
    bottom: 4px;
    color: #ca001b;
    font-size: 15px;
    position: relative;
}

.pdp_lp_aloegel .set .price .after:before {
    border-style: solid;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ca001b;
    border-right: 0;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -8px;
    position: absolute;
    top: calc(50% + 4px);
    -webkit-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%);
    width: 0;
}

.pdp_lp_aloegel .set .price .after span {
    font-size: 20px;
    letter-spacing: -.02em;
    margin-left: 8px;
}

.pdp_lp_aloegel .set .price .after span b {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: -4px;
}

.pdp_lp_aloegel .set .price .after span.tax {
    bottom: 1px;
    font-size: 11px;
    letter-spacing: .05em;
    margin-left: 0;
    position: relative;
}

.pdp_lp_aloegel .set .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #2d2926;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 19px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    margin-inline:auto;margin-bottom: 10px;
    width: 376px;
}

.pdp_lp_aloegel .set .notice {
    display: block;
    font-size: 11px;
    margin-bottom: 50px;
    text-align: center;
}

.pdp_lp_aloegel .set .other h3 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 22px;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-align: center;
}

.pdp_lp_aloegel .set .other a {
    display: block;
    margin-inline:auto;max-width: 431px;
}

.pdp_lp_aloegel .campaign {
    margin-bottom: 100px;
}

.pdp_lp_aloegel .campaign-title {
    background: #edf9ef;
    color: #1ea149;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
}

.pdp_lp_aloegel .campaign__inner {
    margin-inline:auto;
				max-width: 1060px;
    padding: 0 50px;
}

.pdp_lp_aloegel .campaign-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 40px 100px;
}

.pdp_lp_aloegel .campaign-list li {
    width: calc(50% - 50px);
}

@media screen and (max-width: 1020px) {
    .pdp_lp_aloegel .voice-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 50px 0;
    }

    .pdp_lp_aloegel .voice-list li {
        width: 100%;
    }

    .pdp_lp_aloegel .voice-list li:first-child {
        margin: 0;
        max-width: 500px;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(2) {
        margin: 0 0 0 auto;
        max-width: 500px;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(3) {
        margin: 0;
        max-width: 500px;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(4) {
        margin: 0 0 0 auto;
        max-width: 500px;
    }

    .pdp_lp_aloegel .voice-list li .text {
        font-size: 23px;
        margin-bottom: 10px;
        text-align: center;
    }

    .pdp_lp_aloegel .voice-list li .text span {
        color: #1ea149;
        font-weight: 700;
    }

    .pdp_lp_aloegel .voice-list li .name {
        font-size: 19px;
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .pdp_lp_aloegel .float-nav {
        top:60px;
    }

    .pdp_lp_aloegel .is-bnr-show .float-nav {
        top: 101px;
    }
}

@media screen and (max-width: 800px) {
    .pdp_lp_aloegel .product-box {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 0 9%;
        justify-content: center;
        margin-inline:auto;
								max-width: 960px;
        padding: 16px 16px 29px;
    }

    .pdp_lp_aloegel .product-box__image {
        width: 27%;
    }

    .pdp_lp_aloegel .product-box__content {
        max-width: 326px;
    }

    .pdp_lp_aloegel .product-box__content .title {
        margin-bottom: 32px;
    }

    .pdp_lp_aloegel .product-box__content .name {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 16px;
    }

    .pdp_lp_aloegel .product-box__content .gram {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 4px;
    }

    .pdp_lp_aloegel .product-box__content .price {
        font-size: 34px;
        letter-spacing: -.01em;
        line-height: 1;
        margin-bottom: 26px;
    }

    .pdp_lp_aloegel .product-box__content .price b {
        font-size: 46px;
        line-height: 1;
    }

    .pdp_lp_aloegel .product-box__content .price span {
        font-size: 16px;
        letter-spacing: .05em;
    }

    .pdp_lp_aloegel .product-box__content .button,.product-box__content .stockValidation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #ca001b;
        border-radius: 999px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        font-size: 23px;
        height: 58px;
        justify-content: center;
        letter-spacing: .075em;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .pdp_lp_aloegel .main-visual {
        /* margin-bottom:0; */
        margin-bottom: 10vw;
				}

    .pdp_lp_aloegel .anchor-link {
        left: 0;
        margin-bottom: 8.6666666667vw;
        position: sticky;
        top: 60px;
        z-index: 10;
    }

    .pdp_lp_aloegel .is-bnr-show .anchor-link {
        top: 102px;
    }

    .pdp_lp_aloegel .anchor-link-list li a {
        font-size: 4vw;
        gap: 0 1.0666666667vw;
        height: 14.5333333333vw;
    }

    .pdp_lp_aloegel .anchor-link-list li a:after {
        height: 2.1333333333vw;
        width: 3.4666666667vw;
    }

    .pdp_lp_aloegel .float-nav {
        display: none;
    }

    .pdp_lp_aloegel .about {
        padding: 0 2.6666666667vw 0 4vw;
    }

    .pdp_lp_aloegel .about p {
        font-size: 4vw;
        text-align: left;
    }

    .pdp_lp_aloegel .reason {
        margin-top: -2.6666666667vw;
    }

    .pdp_lp_aloegel .product {
        padding: 8vw 4vw;
    }

    .pdp_lp_aloegel .product-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 0;
        justify-content: space-between;
        padding: 24vw 4.2666666667vw 19.2vw;
        position: relative;
    }

    .pdp_lp_aloegel .product-box__image {
        width: 34.9333333333vw;
    }

    .pdp_lp_aloegel .product-box__content {
        max-width: 42.6666666667vw;
    }

    .pdp_lp_aloegel .product-box__content .title {
        left: -1.3333333333vw;
        margin-bottom: 0;
        position: absolute;
        top: 4vw;
        width: 87.3333333333vw;
    }

    .pdp_lp_aloegel .product-box__content .name {
        font-size: 4vw;
        line-height: 1.3;
        margin-bottom: 2.6666666667vw;
    }

    .pdp_lp_aloegel .product-box__content .gram {
        font-size: 3.4666666667vw;
        margin-bottom: 2.6666666667vw;
    }

    .pdp_lp_aloegel .product-box__content .price {
        font-size: 7.0666666667vw;
        margin-bottom: 4vw;
    }

    .pdp_lp_aloegel .product-box__content .price b {
        font-size: 9.6vw;
    }

    .pdp_lp_aloegel .product-box__content .price span {
        font-size: 3.4666666667vw;
    }

    .pdp_lp_aloegel .product-box__content .button,.product-box__content .stockValidation {
        bottom: 4vw;
        font-size: 4.8vw;
        height: 12vw;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 84vw;
    }

    .pdp_lp_aloegel .recommend {
        padding: 10.6666666667vw 3.8vw;
    }

    .pdp_lp_aloegel .recommend-box {
        gap: 2.6666666667vw 0;
        padding: 5.3333333333vw 4vw 0;
    }

    .pdp_lp_aloegel .recommend-box__title {
        border-bottom: 2px solid #1ea149;
        font-size: 8vw;
        margin-inline:auto;max-width: 81.0666666667vw;
        padding-bottom: 2.6666666667vw;
    }

    .pdp_lp_aloegel .recommend-box__list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 0 1.3333333333vw;
    }

    .pdp_lp_aloegel .recommend-box__list li:before {
        height: 5.6vw;
        top: 1.0666666667vw;
        width: 6.8vw;
    }

    .pdp_lp_aloegel .recommend-box__list li p {
        font-size: 4.8vw;
        margin-bottom: 3.7333333333vw;
        width: calc(100% - 8.13333vw);
    }

    .pdp_lp_aloegel .point {
        padding: 0;
    }

    .pdp_lp_aloegel .free {
        background: url(../img/free_bg_sp.png) no-repeat 50%;
        background-size: cover;
        margin-bottom: 10.6666666667vw;
    }

    .pdp_lp_aloegel .free_content {
        margin-inline:auto;
								max-width: 100%;
        padding: 6.6666666667vw 4vw .8vw;
    }

    .pdp_lp_aloegel .free_content picture {
        display: block;
        margin-bottom: 2.6666666667vw;
    }

    .pdp_lp_aloegel .free_content p {
        font-size: 2.4vw;
    }

    .pdp_lp_aloegel .care {
        margin-bottom: 10.6666666667vw;
        padding: 0 4vw;
    }

    .pdp_lp_aloegel .care-content {
        border-radius: 1.3333333333vw;
        -webkit-box-shadow: .5333333333vw .5333333333vw 1.3333333333vw rgba(0,0,0,.2);
        box-shadow: .5333333333vw .5333333333vw 1.3333333333vw rgba(0,0,0,.2);
        padding: 4vw 2.6666666667vw 4vw 4vw;
    }

    .pdp_lp_aloegel .care-content:before {
        border-radius: 0;
        height: calc(100% - 2.13333vw);
        width: calc(100% - 2.13333vw);
    }

    .pdp_lp_aloegel .care-title {
        font-size: 5.3333333333vw;
        font-weight: 500;
        line-height: 1.45;
        margin-inline:auto;
								margin-bottom: 3.2vw;
        max-width: 77.6vw;
        padding-bottom: 2.6666666667vw;
    }

    .pdp_lp_aloegel .care-title b {
        font-size: 8vw;
        font-weight: 700;
    }

    .pdp_lp_aloegel .care-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 3.2vw 0;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .pdp_lp_aloegel .care-list li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .pdp_lp_aloegel .care-list li:nth-of-type(2) .content {
        position: relative;
        top: -3.2vw;
    }

    .pdp_lp_aloegel .care-list li figure {
        margin: 0;
        width: 30.9333333333vw;
    }

    .pdp_lp_aloegel .care-list li .content {
        width: calc(100% - 34.93333vw);
    }

    .pdp_lp_aloegel .care-list li .content .number {
        font-size: 4.8vw;
        margin-bottom: 1.3333333333vw;
    }

    .pdp_lp_aloegel .care-list li .content .number span {
        font-size: 6.6666666667vw;
    }

    .pdp_lp_aloegel .care-list li .content .desc {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 4vw;
        font-weight: 400;
        letter-spacing: .05em;
        margin: 0;
    }

    .pdp_lp_aloegel .use {
        margin-bottom: 8vw;
    }

    .pdp_lp_aloegel .use-title {
        font-size: 8vw;
        margin-bottom: 4vw;
    }

    .pdp_lp_aloegel .use-sub-title {
        margin-bottom: 8vw !important;
        max-width: 85.7333333333vw;
    }

    .pdp_lp_aloegel .use-list {
        max-width: 96vw;
    }

    .pdp_lp_aloegel .use-list li {
        max-width: 32vw;
    }

    .pdp_lp_aloegel .use-list li figure {
        max-width: 28vw;
    }

    .pdp_lp_aloegel .use-list p {
        font-size: 3.7333333333vw;
        font-weight: 400;
        letter-spacing: .02em;
    }

    .pdp_lp_aloegel .voice {
        background: url(../img/voice_bg_sp.png) no-repeat 50%;
        background-size: cover;
        padding: 8.8vw 0 11.4666666667vw;
    }

    .pdp_lp_aloegel .voice-title {
        margin-inline:auto;
								margin-bottom: 4.5333333333vw !important;
        max-width: 92.4vw;
    }

    .pdp_lp_aloegel .voice-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 10.6666666667vw 0;
        justify-content: flex-start;
    }

    .pdp_lp_aloegel .voice-list li {
        -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(62,181,101,.6);
        box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(62,181,101,.6);
        padding: 4.2666666667vw 0 2.6666666667vw;
        width: 100%;
    }

    .pdp_lp_aloegel .voice-list li:first-child {
        margin-left: 3.7333333333vw;
        max-width: 85.2vw;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(2) {
        margin-left: 7.4666666667vw;
        margin-top: 0;
        max-width: 86.2666666667vw;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(3) {
        margin-left: 3.4666666667vw;
        margin-top: 0;
        max-width: 93.7333333333vw;
    }

    .pdp_lp_aloegel .voice-list li:nth-child(4) {
        margin-left: auto;
        margin-right: 5.6vw;
        margin-top: 0;
        max-width: 68.5333333333vw;
    }

    .pdp_lp_aloegel .voice-list li .text {
        font-size: 4.8vw;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 2.1333333333vw;
    }

    .pdp_lp_aloegel .voice-list li .name {
        font-size: 4vw;
    }

    .pdp_lp_aloegel .faq {
        /* padding: 13.3333333333vw 4vw 10.6666666667vw; */
        padding: 13.3333333333vw 4vw 0;
}

    .pdp_lp_aloegel .faq-title {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 8vw;
        letter-spacing: .1em;
        margin-bottom: 7.0666666667vw !important;
        padding-bottom: 3.7333333333vw;
    }

    .pdp_lp_aloegel .faq-item {
        margin-bottom: 1.3333333333vw;
    }

    .pdp_lp_aloegel .faq-item.is-open .faq-item__question {
        margin-bottom: 3.7333333333vw;
    }

    .pdp_lp_aloegel .faq-item__question {
        gap: 0 3.0666666667vw;
        padding: 3.7333333333vw 1.3333333333vw 3.7333333333vw 2.5333333333vw;
    }

    .pdp_lp_aloegel .faq-item__question:after,.faq-item__question:before {
        height: .2666666vw;
        right: 4.4vw;
        width: 4.5333333333vw;
    }

    .pdp_lp_aloegel .faq-item__question span {
        font-size: 8.8vw;
        font-weight: 500;
        top: -1.0666666667vw;
        width: 6vw;
    }

    .pdp_lp_aloegel .faq-item__question p {
        font-size: 4.8vw;
        margin: .2666666667vw 0 0;
        width: calc(100% - 9.06667vw)v
    }

    .pdp_lp_aloegel .faq-item__answer {
        gap: 0 3.0666666667vw;
        padding: 0 2.5333333333vw;
    }

    .pdp_lp_aloegel .faq-item__answer span {
        font-size: 8.8vw;
        font-weight: 500;
        width: 6vw;
    }

    .pdp_lp_aloegel .faq-item__answer p {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 4vw;
        letter-spacing: .1em;
        margin: .9333333333vw 0 0;
        width: calc(100% - 9.06667vw);
    }

    .pdp_lp_aloegel .set {
        margin: 10.6666666667vw 0 13.3333333333vw;
    }

    .pdp_lp_aloegel .set-title {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 7.4666666667vw;
        margin-bottom: 6.4vw;
        padding: 6.1333333333vw 0;
    }

    .pdp_lp_aloegel .set__inner {
        max-width: 100%;
        padding: 0 4vw;
    }

    .pdp_lp_aloegel .set .thumb {
        margin: 0 auto 2.6666666667vw 1.3333333333vw;
        max-width: 87.0666666667vw;
    }

    .pdp_lp_aloegel .set .lead {
        font-size: 4.8vw;
    }

    .pdp_lp_aloegel .set .text {
        font-size: 4vw;
    }

    .pdp_lp_aloegel .set .price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        gap: 4.8vw;
    }

    .pdp_lp_aloegel .set .price .before {
        font-size: 2.4vw;
    }

    .pdp_lp_aloegel .set .price .before i {
        margin-left: 1.0666666667vw;
    }

    .pdp_lp_aloegel .set .price .before i:before {
        height: .2666666667vw;
        top: calc(50% - .53333vw);
    }

    .pdp_lp_aloegel .set .price .before span {
        font-size: 3.2vw;
    }

    .pdp_lp_aloegel .set .price .before span b {
        font-size: 4.2666666667vw;
        margin-bottom: -.5333333333vw;
    }

    .pdp_lp_aloegel .set .price .before span.tax {
        font-size: 2.4vw;
        margin-left: .5333333333vw;
    }

    .pdp_lp_aloegel .set .price .after {
        font-size: 3.2vw;
    }

    .pdp_lp_aloegel .set .price .after:before {
        border-bottom: 1.3333333333vw solid transparent;
        border-left: 1.6vw solid #ca001b;
        border-top: 1.3333333333vw solid transparent;
        left: -1.3333333333vw;
        top: calc(50% + 1.6vw);
    }

    .pdp_lp_aloegel .set .price .after span {
        font-size: 4vw;
        margin-left: 1.0666666667vw;
    }

    .pdp_lp_aloegel .set .price .after span:before {
        height: .2666666667vw;
    }

    .pdp_lp_aloegel .set .price .after span b {
        font-size: 6.1333333333vw;
        margin-bottom: -.5333333333vw;
    }

    .pdp_lp_aloegel .set .price .after span.tax {
        font-size: 2.4vw;
        margin-left: .5333333333vw;
    }

    .pdp_lp_aloegel .set .button {
        font-size: 4vw;
        height: 10.4vw;
        letter-spacing: .075em;
        margin-bottom: 2.6666666667vw;
        width: 77.3333333333vw;
    }

    .pdp_lp_aloegel .set .notice {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 2.4vw;
        margin-bottom: 10.6666666667vw;
    }

    .pdp_lp_aloegel .set .other {
        padding: 0 4vw;
    }

    .pdp_lp_aloegel .set .other h3 {
        font-size: 4.8vw;
        margin-bottom: 4.5333333333vw;
    }

    .pdp_lp_aloegel .set .other a {
        max-width: 100%;
    }

    .pdp_lp_aloegel .campaign {
        margin-bottom: 13.3333333333vw;
    }

    .pdp_lp_aloegel .campaign-title {
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        font-size: 7.4666666667vw;
        letter-spacing: .1em;
        margin-bottom: 5.3333333333vw;
        padding: 5.0666666667vw 0;
    }

    .pdp_lp_aloegel .campaign__inner {
        padding: 0 4vw;
    }

    .pdp_lp_aloegel .campaign-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 6.2666666667vw;
    }

    .pdp_lp_aloegel .campaign-list li {
        width: 100%;
    }
}



/*ec_pdp / ec_pdp_howtocare / oldtemp
------------------------------------------------------*/
.ec_pdp .all_none { display: none;}
@media screen and (max-width: 960px) { .ec_pdp .sp_none { display: none;}}
@media print, screen and (min-width: 961px) { .ec_pdp .pc_none { display: none;}}

.ec_pdp br.br_pc { display: none;}
.ec_pdp br.br_sp { display: block;}
@media (min-width: 961px) {
.ec_pdp br.br_pc { display: block;}
.ec_pdp br.br_sp { display: none;}
}


.ec_pdp {
/*
  position: relative;
		color: #2D2926;
  font-weight: 400;
*/
}
.ec_pdp.ec_pdp_howtocare {}

@media screen and (max-width: 960px) {
/*
.ec_pdp { margin-bottom: 20vw;}
.ec_pdp.ec_pdp_howtocare { margin-bottom: 15vw !important;}
*/

/*旧テンプレート時 横幅全面*/
.ec_pdp.fullwidth {
  width: 100vw;
  /* transform: translate3d( -20px, 0px, 0px); */
		transform: translate3d( -16px, 0px, 0px);
  /* background: #9DB792; */
}

}
@media print,screen and (min-width: 961px) {}

.ec_pdp p {
		/* color: #6A6A6A; */
		/* font-weight: 400; */
}

/*
.ec_pdp sub {
  vertical-align: bottom;
  position: relative;
  bottom: 0 !important;
}
*/

@media screen and (max-width: 960px) {
.ec_pdp sub {
  font-size: calc(20 / 750* 100vw) !important;
}
}
@media print,screen and (min-width: 961px) {
.ec_pdp sub {
  font-size: 10px !important;
}
}

.ec_pdp img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.ec_pdp a {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.ec_pdp a:hover {
  opacity: 0.7;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}



