/************************************************************/
/* PAGE HEADER
/************************************************************/

.cp-detail-header {
    background-color: #EAEAEA;
    padding: 77px 0 0;
    margin-top: calc(-1 * var(--header-inner-height)) !important;   
}
.cp-detail-header__info {
    background-color: #D5D5D5;   
    line-height: 1;
    font-size: 0;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-detail-header__info a,
.cp-detail-header__info .text{
    font-size: 11px;
    display: inline-block;
    font-weight: bold;
}
.cp-detail-header__info .arrow {
    width: 5px;
    height: 9px;
    background: url(../../../../images/detail/detail-header-link-arrow.svg) no-repeat center center / contain;
    display: block;
    margin-left: 10px;
}
.cp-detail-header__info a {
     border-bottom: 1px solid #000;
}

.cp-product-thumbnail-label {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 9px;
    right: 9px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.cp-product-thumbnail-label--1 {
    background-image: url(../../../../images/common/badge1.png);
}
.cp-product-thumbnail-label--2 {
    background-image: url(../../../../images/common/badge2.png);
}
.cp-product-thumbnail-label--4 {
    background-image: url(../../../../images/common/badge4.png);
}

@media (min-width: 720px) { /* pc */
    .cp-detail-header {
        padding: 172px 0 0;
    }
    .cp-detail-header__info {
        padding: 13px 0;
    }
    .cp-detail-header__info a,
    .cp-detail-header__info .text{
        font-size: 14px;
    }
    .cp-detail-header__info .arrow {
        width: 5px;
        height: 9px;
        background: url(../../../../images/detail/detail-header-link-arrow.svg) no-repeat center center / contain;
        display: block;
        margin-left: 106x;
    }
    .cp-product-thumbnail-label {
        width: 78px;
        height: 78px;
        top: 20px;
        right: 20px;
    }
}

/************************************************************/
/* DETAIL CONTENT
/************************************************************/
.p-product_content {
    
}
.p-product_content__inner {
    
}

@media (min-width: 720px) { /* pc */
    .p-product_content {
        padding-top: 70px;
    }
    .p-product_content__inner {
        max-width: 1346px;
    }
}


/************************************************************/
/* DETAIL INFO
/************************************************************/

.c-product_img__slider--main {
    border-radius: 6px;
    overflow: hidden;
}
.c-product_img__slider--thumbnail {
    margin-top: 10px;
}
.c-product_img__slider--thumbnail .c-product_img__item {
    width: 60px !important;
    height: 46px !important;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.c-product_img__slider--thumbnail .c-product_img__item.is-active {
    border: 2px solid #EDE304;
}
.splide__arrow svg {
    fill: #000;
}

.p-product_content__inner__info {
    margin: 25px 0 64px;
    padding: 0 15px;
}
.p-product_content__inner__info #option01 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.09em;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
}
.c-product_info__title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    font-weight: 900;
    color: #000;
}
.c-product_info__price {
    
}

.cp-detail-select {
    margin-bottom: 30px;
}
.cp-detail-select__button {
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    overflow: hidden;
    padding: 14px;
    background-color: #F8F8F8;
    margin: 0;
    cursor: pointer;
}
.cp-detail-select__button-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
.cp-detail-select__radio {
    width: 16px !important;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    margin-right: 6px;
    top: 5px;
    left: 0;
}
.cp-detail-select__button-title {
    display: flex;
    flex-wrap: wrap;
    padding-left: 22px;
    position: relative;
    align-items: flex-end;
}
.cp-detail-select__button-title .title {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    padding-right: 0.5em;
}
.cp-detail-select__button-title .per-price {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.09em;
    display: inline-block;
    padding-bottom: 1px;
}
.cp-detail-select__button-title .per-price strong {
    font-weight: bold;
    color: #F03208;
}
.cp-detail-select__button-right {
    text-align: right;
    width: 140px;
}
.cp-detail-select__button-price {
    line-height: 1;
    letter-spacing: 0;
}
.cp-detail-select__button-price .yen {
    font-size: 13px;
    font-weight: bold;
}
.cp-detail-select__button-price .price {
    font-size: 18px;
    font-weight: bold;
    font-family: "Lexend Deca", sans-serif;
}
.cp-detail-select__button-price .tax {
    font-size: 9px;
    font-weight: 600;
}
.cp-detail-select__button-per-price {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.9;
    font-weight: normal;
}
.cp-detail-select__button:nth-of-type(1) {
    margin-bottom: 11px;
}
.cp-detail-select__button:nth-of-type(2) .cp-detail-select__button-price {
    color: #F03208;
}
.cp-detail-select__button.is-active {
    border: 4px solid #F8ED00;
    background-color: #FFFEE4;
    padding: 11px;
}
.cp-detail-select__button.is-active .cp-detail-select__radio:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cp-detail-select__attention {
    padding: 10px 0 12px 22px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.8;
    color: #888;
}

.cp-detail-buybutton {
    
    
    
}
.cp-detail-buybutton button {
    display: block;
    width: 315px;
    height: 70px;
    padding: 0;
    margin: 0 auto 30px;
    color: #fff;
    background-color: #F03208;
    border: 1px solid #BF2705;
    border-radius: 56px;
}
.cp-detail-buybutton button span:nth-of-type(1) {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.cp-detail-buybutton button span:nth-of-type(1):after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 7px;
    background: url(../../../../images/common/button-yellow-arrow.svg) no-repeat center center / contain;
}
.cp-detail-buybutton button span:nth-of-type(2) {
    display: block;
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 500;
}
#btn-stock-waiting-list {
    width: 315px;
    height: 70px;
    margin: 0 auto 30px;
    border-radius: 56px;
}
#option02 {
    padding-top: 24px;
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
#option02:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../../../../images/top/dot-line-pc2.png) repeat-x center center / contain;
    position: absolute;
    top: 0;
    left: 0;
}
.c-product_info__description#product-description {
    color: #000;
    font-size: 11px;
    line-height: 1.8;
    margin: 20px 0 20px;
}
.c-product_info__details {
    border-bottom: none;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.c-product_info__details:first-of-type {
    border-top: none;   
}
.c-product_info__details__summary {
    padding: 14px 0;   
}
.c-product_info__details__summary_inner {
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    font-weight: bold;
}
.c-product_info__details__summary_inner:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../images/common/icon-plus.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.2s linear;
}
.c-product_info__details__summary_inner:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../../images/common/icon-minus.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s linear;
}
.c-product_info__details.is-open .c-product_info__details__summary_inner:before {
    opacity: 0;
}
.c-product_info__details.is-open .c-product_info__details__summary_inner:after {
    opacity: 1;
}
.c-product_info__details__summary_inner i {
    display: none;
}
.c-product_info__details + .c-product_info__caution + .c-product_info__details,
.c-product_info__details + .c-product_info__option + .c-product_info__details {
    border-top: 1px solid #ccc;
}
.c-product_info__details__content_inner {
    font-size: 11px;   
    line-height: 1.8;
}
.c-product_info__favorite {
    display: none;   
}
.c-product_info__share {
    display: none;   
}
.c-product_info__description#description {
    display: none;
}

@media (min-width: 720px) { /* pc */
    
    .c-product_img__slider--thumbnail {
        margin-top: 20px;
    }
    .c-product_img__slider--thumbnail .c-product_img__item {
        width: 118px !important;
        height: 92px !important;
        border-radius: 5px;
    }
    .c-product_img__slider--thumbnail .c-product_img__item.is-active {
        border-width: 4px;
    }
    .splide__arrow svg {
        
    }
    .p-product_content__inner__info {
        margin-top: 0;  
        padding: 0;
        width: 45%;
        display: flex;
        justify-content: flex-end;
    }
    .p-product_content__inner__info #option01 {
        font-size: 16px;
    }
    .c-product_info {
        max-width: 530px;
    }
    .c-product_info__details {
        display: block;   
    }
    .c-product_info__option.pc {
        display: none;   
    }
    
    .c-product_info__title {
        font-size: 28px;
        margin-bottom: 23px;
    }
    .cp-detail-select {
        margin-bottom: 20px;
    }
    .cp-detail-select__button {
        border-radius: 8px;
        overflow: hidden;
        padding: 22px;
    }
    .cp-detail-select__button-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7px 0;
    }
    .cp-detail-select__radio {
        width: 26px !important;
        height: 26px;
        top: 5px;
    }
    .cp-detail-select__button-title {
        padding-left: 35px;
    }
    .cp-detail-select__button-title .title {
        font-size: 20px;
    }
    .cp-detail-select__button-title .per-price {
        font-size: 13px;
    }
    .cp-detail-select__button-right {
        width: 150px;
        min-width: 150px;
    }
    .cp-detail-select__button-price .yen {
        font-size: 20px;
    }
    .cp-detail-select__button-price .price {
        font-size: 26px;
    }
    .cp-detail-select__button-price .tax {
        font-size: 12px;
    }
    .cp-detail-select__button-per-price {
        font-size: 14px;
    }
    .cp-detail-select__button:nth-of-type(1) {
        margin-bottom: 20px;
    }
    .cp-detail-select__button.is-active {
        border: 6px solid #F8ED00;
        background-color: #FFFEE4;
        padding: 17px;
    }
    .cp-detail-select__button.is-active .cp-detail-select__radio:before {
        width: 16px;
        height: 16px;
    }
    .cp-detail-select__attention {
        padding: 13px 0 21px 35px;
        font-size: 13px;
    }
    
    .cp-detail-buybutton button {
        width: 100%;
        max-width: 400px;
        height: 90px;
        margin: 0 auto 56px;
        border-radius: 86px;
    }
    .cp-detail-buybutton button span:nth-of-type(1) {
        font-size: 21px;
    }
    .cp-detail-buybutton button span:nth-of-type(1):after {
        width: 17px;
        height: 13px;
        margin-left: 6px;
    }
    .cp-detail-buybutton button span:nth-of-type(2) {
        font-size: 17px;
        font-weight: bold;
    }
    #btn-stock-waiting-list {
        width: 100%;
        max-width: 400px;
        height: 90px;
        margin: 0 auto 56px;
        border-radius: 86px;   
    }
    #option02 {
        padding-top: 36px;
        font-size: 17px;
        line-height: 2;
    }
    .c-product_info__description#product-description {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: -0.05em;
    }
    .c-product_info__details {
        border-bottom: none;   
    }
    .c-product_info__details:first-of-type {
        border-top: none;   
    }
    .c-product_info__details__summary {
        padding: 23px 0;   
    }
    .c-product_info__details__summary_inner {
        padding-left: 44px;
        font-size: 16px;
        line-height: 1.8;
    }
    .c-product_info__details__summary_inner:before {
        width: 14px;
        height: 14px;
        left: 13px;
    }
    .c-product_info__details__summary_inner:after {
        width: 14px;
        height: 14px;
        left: 13px;
    }
    .c-product_info__details__content_inner {
        font-size: 14px;   
        line-height: 1.9;
    }
}

/************************************************************/
/* DETAIL FLOAT BUY BUTTON
/************************************************************/
.cp-detail-float-buybutton {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, calc(100% + 20px));
    width: 315px;
    height: 70px;
    background-color: #000;
    border-radius: 56px;
    z-index: 100;
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-detail-float-buybutton.active {
    transform: translate(-50%, 0px);
}
.cp-detail-float-buybutton button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
}
.cp-detail-float-buybutton button span:nth-of-type(1) {
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.cp-detail-float-buybutton button span:nth-of-type(1):after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 7px;
    background: url(../../../../images/common/button-yellow-arrow.svg) no-repeat center center / contain;
}
.cp-detail-float-buybutton button span:nth-of-type(2) {
    display: block;
    width: 100%;
    line-height: 1.8;
    font-size: 13px;
    font-weight: 500;
}

@media (min-width: 720px) { /* pc */
    .cp-detail-float-buybutton {
        width: 100%;
        max-width: 400px;
        height: 90px;
        border-radius: 86px;
    }
    .cp-detail-float-buybutton button span:nth-of-type(1) {
        font-size: 21px;
    }
    .cp-detail-float-buybutton button span:nth-of-type(1):after {
        width: 17px;
        height: 13px;
        margin-left: 6px;
    }
    .cp-detail-float-buybutton button span:nth-of-type(2) {
        font-size: 17px;
        font-weight: bold;
    }
}

/************************************************************/
/* DETAIL ABOUT
/************************************************************/
.cp-detail-about {
    
}
.cp-detail-about__header {
    background-color: #F8ED00;
    padding: 50px 30px 110px;
    margin-bottom: -82px;
}
.cp-detail-about__header h2 {
    margin-bottom: 23px;
}
.cp-detail-about__header h2 .logo {
    height: 20px;
    font-size: 0;
    margin-bottom: 7px;
}
.cp-detail-about__header h2 .logo img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.cp-detail-about__header h2 .copy {
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: -0.03em;
}
.cp-detail-about__description {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: -0.07em;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
}
.cp-detail-about-content {
    width: 84%;
    margin: 0 auto 60px;
}
.cp-detail-about-content:last-of-type {
    margin-bottom: 0;
    padding-bottom: 60px;
    position: relative;
}
.cp-detail-about-content:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cp-detail-about-content__image {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}
.cp-detail-about-content__image img {
    display: block;
    width: 100%;
    height: auto;
}
.cp-detail-about-content__body {
    
}
.cp-detail-about-content__body h3 {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 18px;
}
.cp-detail-about-content__body h3.yellow-bottom {
    margin-bottom: 22px;
}
.cp-detail-about-content__body h3 strong {
    display: inline-block;
    position: relative;
}
.cp-detail-about-content__body h3 br.pc-narrow {
    display: none;
}
.cp-detail-about-content__body h3 strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #EDE304;
}
.cp-detail-about-content__body .text {
    font-size: 13px;
    font-wight: normal;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.cp-detail-about-content__body .attention {
    font-size: 12px;
    font-wight: normal;
    line-height: 1.8;
    letter-spacing: 0;
    color: #888888;
}
@media (max-width: 719px) { /* sp */
    .cp-detail-about__description br {
        display: none;
    }
}
@media (min-width: 719px) and (max-width: 1693px) { /* sp */
    .cp-detail-about-content__body h3 br.pc-narrow {
        display: inline;
    }
}
@media (min-width: 720px) { /* pc */
    .cp-detail-about {
    
    }
    .cp-detail-about__header {
        padding: 100px 40px 250px;
        margin-bottom: -200px;
    }
    .cp-detail-about__header h2 {
        margin-bottom: 33px;
    }
    .cp-detail-about__header h2 .logo {
        height: 36px;
        font-size: 0;
        margin-bottom: 13px;
    }
    .cp-detail-about__header h2 .copy {
        font-size: 20px;
    }
    .cp-detail-about__description {
        font-size: 18px;
        line-height: 2.1;
        max-width: 954px;
        text-align: center;
    }
    .cp-detail-about-content {
        width: 84%;
        max-width: 1440px;
        margin: 0 auto 60px;
    }
    .cp-detail-about-content:last-of-type {
        margin-bottom: 0 !important;
        padding-bottom: 120px;
        position: relative;
    }
    .cp-detail-about-content:last-of-type:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* center */
    .cp-detail-about-content.cp-detail-about-content--center {
        margin-bottom: 120px;   
    }
    .cp-detail-about-content.cp-detail-about-content--center .cp-detail-about-content__image {
        margin-bottom: 60px;
    }
    .cp-detail-about-content.cp-detail-about-content--center .cp-detail-about-content__body {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .cp-detail-about-content.cp-detail-about-content--center .cp-detail-about-content__body h3 {
        width: 400px;
    }
    
    /* left */
    .cp-detail-about-content.cp-detail-about-content--left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;   
    }
    .cp-detail-about-content.cp-detail-about-content--left .cp-detail-about-content__image {
        width: 48%;
        margin-bottom: 0;
    }
    .cp-detail-about-content.cp-detail-about-content--left .cp-detail-about-content__body {
        width: 52%;
        padding: 0 9.027777777777778%;
    }
    
    /* right */
    .cp-detail-about-content.cp-detail-about-content--right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 60px;   
    }
    .cp-detail-about-content.cp-detail-about-content--right .cp-detail-about-content__image {
        width: 48%;
        margin-bottom: 0;
    }
    .cp-detail-about-content.cp-detail-about-content--right .cp-detail-about-content__body {
        width: 52%;
        padding: 0 9.027777777777778%;
    }
    
    .cp-detail-about-content__image {
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 22px;
    }
    .cp-detail-about-content__image img {
        display: block;
        width: 100%;
        height: auto;
    }
    .cp-detail-about-content__body {
        
    }
    .cp-detail-about-content__body h3 {
        font-size: 25px;
        line-height: 2.1;
        margin-bottom: 26px;
    }
    .cp-detail-about-content__body h3.yellow-bottom {
        margin-bottom: 32px;
    }
    .cp-detail-about-content__body h3 strong {
        display: inline-block;
        position: relative;
    }
    .cp-detail-about-content__body h3 strong:after {
        height: 6px;
        bottom: 7px;
    }
    .cp-detail-about-content__text {
         width: calc(100% - 480px);
    }
    .cp-detail-about-content__body .text {
        font-size: 16px;
        line-height: 2.0;
    }
    .cp-detail-about-content__body .attention {
        font-size: 12px;
        line-height: 1.8;
    }
}
/************************************************************/
/* DETAIL CONTENT HEADER
/************************************************************/
.cp-detail-content-header {
    margin-bottom: 30px;
}
.cp-detail-content-header p {
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 15px;
}

@media (min-width: 720px) { /* pc */
    .cp-detail-content-header {
        margin-bottom: 62px;
    }
    .cp-detail-content-header .cp-top-section-title {
        margin-bottom: 0;   
    }
    .cp-detail-content-header p {
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.03em;
        margin-top: 12px;
    }
}

/************************************************************/
/* DETAIL HOWTO
/************************************************************/
.cp-detail-howto {
    background-color: #EAEAEA;
    padding: 80px 30px;
}
.cp-detail-howto__content {
    width: 100%;
    max-width: 1440px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 6px;
}
.cp-howtoeat {
    padding: 28px 15px 30px;
}
@media (max-width: 719px) { /* sp */
    .cp-howtoeat-steps {
        width: 285px;
        margin: 0 auto;
    }
    .cp-howtoeat-header h2:before {
        width: calc(100% - 20px);
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cp-howotoeat-step__body {
        padding: 0 10px;   
    }
    #tasty .cp-howtoeat-steps {
        padding-bottom: 30px;   
    }
}
@media (max-width: 969px) { /* sp */
    .cp-howtoeat-steps {
        justify-content: center;
        margin: 0 auto;
    }
}
@media (min-width: 970px) and (max-width: 1454px) { /* sp */
    .cp-howtoeat-steps {
        width: 880px;
        margin: 0 auto;
        justify-content: flex-start;
    }
}

@media (min-width: 720px) { /* pc */
    .cp-detail-howto {
        padding: 120px 30px;
    }
    .cp-howtoeat {
        padding: 100px 30px 85px;
    }

}

/************************************************************/
/* DETAIL REVIEW
/************************************************************/
.cp-review {
    background-color: #fff;
    border: none;
}
.p-review {
    border: none;  
}

.cp-review .control-alert,
.cp-review .alert,
.cp-review .alert-danger {
    margin: 25px auto;
    max-width: 100%;
    padding: 0;
}
.cp-review .control-alert > *,
.cp-review .alert > *,
.cp-review .alert-danger > * {
    background-color: transparent;
    font-size: 13px;
    color: #F03208;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: -0.05em;
    padding: 0;
}
.cp-review-summary {
   margin-bottom: 17px;
}
.cp-review-summary__stars {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 8px;
}
.cp-review-summary__star {
   width: 24px;
   height: 24px;
   background: url(../../../../images/common/icon-star-line.svg) no-repeat center center / contain;
   margin: 0 2px;
}
.cp-review-summary__stars[data-count="1"] .cp-review-summary__star:nth-of-type(1),
.cp-review-summary__stars[data-count="2"] .cp-review-summary__star:nth-of-type(1),
.cp-review-summary__stars[data-count="2"] .cp-review-summary__star:nth-of-type(2),
.cp-review-summary__stars[data-count="3"] .cp-review-summary__star:nth-of-type(1),
.cp-review-summary__stars[data-count="3"] .cp-review-summary__star:nth-of-type(2),
.cp-review-summary__stars[data-count="3"] .cp-review-summary__star:nth-of-type(3),
.cp-review-summary__stars[data-count="4"] .cp-review-summary__star:nth-of-type(1),
.cp-review-summary__stars[data-count="4"] .cp-review-summary__star:nth-of-type(2),
.cp-review-summary__stars[data-count="4"] .cp-review-summary__star:nth-of-type(3),
.cp-review-summary__stars[data-count="4"] .cp-review-summary__star:nth-of-type(4),
.cp-review-summary__stars[data-count="5"] .cp-review-summary__star:nth-of-type(1),
.cp-review-summary__stars[data-count="5"] .cp-review-summary__star:nth-of-type(2),
.cp-review-summary__stars[data-count="5"] .cp-review-summary__star:nth-of-type(3),
.cp-review-summary__stars[data-count="5"] .cp-review-summary__star:nth-of-type(4),
.cp-review-summary__stars[data-count="5"] .cp-review-summary__star:nth-of-type(5) {
    background-image: url(../../../../images/common/icon-star.svg);
}
.cp-review-summary__total {
   font-size: 12px;
   text-align: center;
   line-height: 1.6;
   letter-spacing: -0.03em;
}
.cp-review-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.cp-review-header__left {
    order: 1;
}
.cp-review__sort-button {
    padding: 10px 15px;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 4px;
    width: 90px;
    color: #000;
    font-weight: 500;
    background: #fff url(../../../../images/common/icon-pulldown-arrow.svg) no-repeat;
    background-size: 12px 8px;
    background-position: 60px center;
}
.cp-review-header__right {
    
}
.cp-review-header__open-button {
    width: 100%;
    max-width: 160px;
    height: 50px;
    background-color: #000;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 26px;
}
.cp-review-header__open-button:after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    margin-left: 7px;
    background: url(../../../../images/common/button-yellow-arrow.svg) no-repeat center center / contain;
}

.cp-review-histgram__table {
    width: 315px;
    margin: 0 auto 16px;
}
.cp-review-histgram {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cp-review-histgram__stars {
    display: flex;
    justify-content: flex-start;
}
.cp-review-histgram__star {
    width: 15px;
    height: 15px;
    background: url(../../../../images/common/icon-star-line.svg) no-repeat center center / contain;
}
.cp-review-histgram__star:not(:last-of-type) {
    margin-right: 2px;
}
.cp-review-histgram__stars[data-count="1"] .cp-review-histgram__star:nth-of-type(1),
.cp-review-histgram__stars[data-count="2"] .cp-review-histgram__star:nth-of-type(1),
.cp-review-histgram__stars[data-count="2"] .cp-review-histgram__star:nth-of-type(2),
.cp-review-histgram__stars[data-count="3"] .cp-review-histgram__star:nth-of-type(1),
.cp-review-histgram__stars[data-count="3"] .cp-review-histgram__star:nth-of-type(2),
.cp-review-histgram__stars[data-count="3"] .cp-review-histgram__star:nth-of-type(3),
.cp-review-histgram__stars[data-count="4"] .cp-review-histgram__star:nth-of-type(1),
.cp-review-histgram__stars[data-count="4"] .cp-review-histgram__star:nth-of-type(2),
.cp-review-histgram__stars[data-count="4"] .cp-review-histgram__star:nth-of-type(3),
.cp-review-histgram__stars[data-count="4"] .cp-review-histgram__star:nth-of-type(4),
.cp-review-histgram__stars[data-count="5"] .cp-review-histgram__star:nth-of-type(1),
.cp-review-histgram__stars[data-count="5"] .cp-review-histgram__star:nth-of-type(2),
.cp-review-histgram__stars[data-count="5"] .cp-review-histgram__star:nth-of-type(3),
.cp-review-histgram__stars[data-count="5"] .cp-review-histgram__star:nth-of-type(4),
.cp-review-histgram__stars[data-count="5"] .cp-review-histgram__star:nth-of-type(5) {
    background-image: url(../../../../images/common/icon-star.svg);
}
.cp-review-histgram__progress {
    height: 10px;
    width: 134px;
    background-color: #F1F1F1;
    margin: 0 5px 0 18px;
}
.cp-review-histgram__progress span {
    background-color: #EDE304;
    border: 1px solid #D9D007;
    display: block;
    height: 100%;
}
.cp-review-histgram__percent {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    width: 3em;
    text-align: right;
}
.cp-review-histgram__count {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    width: 3em;
    text-align: center;
}
.cp-review-list {
    width: 315px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    
}
.cp-review-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.cp-review-item__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 13px;
}
.cp-review-item__header .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #D9D9D9;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-review-item__header-contents {
    padding-left: 13px;
}
.cp-review-item__header-contents .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4px;
}
.cp-review-item__header-contents .stars {
    display: flex;
    justify-content: flex-start;
}
.cp-review-item__header-contents .star {
    width: 15px;
    height: 15px;
    background: url(../../../../images/common/icon-star-line.svg) no-repeat center center / contain;
}
.cp-review-item__header-contents .stars[data-count="1"] .star:nth-of-type(1),
.cp-review-item__header-contents .stars[data-count="2"] .star:nth-of-type(1),
.cp-review-item__header-contents .stars[data-count="2"] .star:nth-of-type(2),
.cp-review-item__header-contents .stars[data-count="3"] .star:nth-of-type(1),
.cp-review-item__header-contents .stars[data-count="3"] .star:nth-of-type(2),
.cp-review-item__header-contents .stars[data-count="3"] .star:nth-of-type(3),
.cp-review-item__header-contents .stars[data-count="4"] .star:nth-of-type(1),
.cp-review-item__header-contents .stars[data-count="4"] .star:nth-of-type(2),
.cp-review-item__header-contents .stars[data-count="4"] .star:nth-of-type(3),
.cp-review-item__header-contents .stars[data-count="4"] .star:nth-of-type(4),
.cp-review-item__header-contents .stars[data-count="5"] .star:nth-of-type(1),
.cp-review-item__header-contents .stars[data-count="5"] .star:nth-of-type(2),
.cp-review-item__header-contents .stars[data-count="5"] .star:nth-of-type(3),
.cp-review-item__header-contents .stars[data-count="5"] .star:nth-of-type(4),
.cp-review-item__header-contents .stars[data-count="5"] .star:nth-of-type(5) {
    background-image: url(../../../../images/common/icon-star.svg);
}
.cp-review-item__header-contents .date {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
    color: #888;
    padding-left: 12px;
}
.cp-review-item__header-contents .name {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
}
.cp-review-item h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.cp-review-item .body {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0;
}
.cp-review-item .body p:not(:last-of-type) {
    margin-bottom: 1em;
}
.cp-review-pagenation {
    padding-top: 34px;
}
.cp-review-pagenation ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cp-review-pagenation ul li a {
    pointer-events: none;  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.cp-review-pagenation .paginationjs-page {
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: -0.03em;
    color: #999999;
    width: 28px;
    height: 28px;
}
.paginationjs-ellipsis {
    transform: translateY(-20%);
    color: #999999;
}

.cp-review-pagenation .paginationjs-page.active {
    font-weight: 400;
    color: #000;
}
.cp-review-pagenation .paginationjs-next {
    padding-left: 10px;
}
.cp-review-pagenation .paginationjs-prev {
    padding-right: 10px;
}
.cp-review-pagenation .paginationjs-prev a,
.cp-review-pagenation .paginationjs-next a {
    font-size: 0;
    
}
.cp-review-pagenation .paginationjs-prev a:before,
.cp-review-pagenation .paginationjs-next a:before {
    content: "\e901";
    font-size: 24px;
    font-family: "icon", sans-serif !important;
}
.cp-review-pagenation .paginationjs-prev a:before {
    transform: scale(-1);
}

.p-review__inner__entry__content {
    padding: 0;
    margin-top: 0;
}
.p-review__inner__entry__content__form .c-form_table > tbody > tr {
    display: block;
}
.p-review__inner__entry__content__form .c-form_table > tbody > tr:not(:last-child) {
    margin-bottom: 15px;
}
.p-review__inner__entry__content__form .c-form_table > tbody > tr > th {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 2.1;
    margin-bottom: 7px;
    display: block;
    padding: 0;
}
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td {
    display: block;
    padding: 0;
}
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td input[type=text],
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td input[type=email],
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td input[type=tel],
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td input[type=number],
.p-review__inner__entry__content__form .c-form_table > tbody > tr > td input[type=password] {
    border-radius: 3px;
    padding: 12px 15px;
}
.c-review_star__item__icon {
    color: #A5A5A5;
}
.c-review_star[data-score="1"] .c-review_star__item:nth-child(1) > i:before,
.c-review_star[data-score="2"] .c-review_star__item:nth-child(-n+2) > i:before,
.c-review_star[data-score="3"] .c-review_star__item:nth-child(-n+3) > i:before,
.c-review_star[data-score="4"] .c-review_star__item:nth-child(-n+4) > i:before,
.c-review_star[data-score="5"] .c-review_star__item:nth-child(-n+5) > i:before {
  color: #EDE304;
}

@media (min-width: 720px) { /* pc */
    .p-review {
        padding: 120px 40px; 
    }
    
    .cp-review .control-alert,
    .cp-review .alert,
    .cp-review .alert-danger {
        margin: 50px auto;
        max-width: 870px;
        padding: 0;
    }
    .cp-review .control-alert > *,
    .cp-review .alert > *,
    .cp-review .alert-danger > * {
        font-size: 18px;
        line-height: 2.1;
    }
    
    
    .cp-review-summary {
       margin-bottom: 30px;
    }
    .cp-review-summary__stars {
       margin-bottom: 13px;
    }
    .cp-review-summary__total {
       font-size: 15px;
    }
    .cp-review-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 870px;
        margin: 0 auto 50px;
    }
    .cp-review-header__left {
        order: 0;
    }
    .cp-review__sort-button {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 6px;
        width: 120px;
        background-position: 90px center;
    }
    .cp-review-header__right {
        
    }
    .cp-review-header__open-button {
        width: 190px;
        max-width: 190px;
        height: 54px;
        border-radius: 27px;
        font-size: 16px;
        transition: opacity 0.15s linear;
        margin-bottom: 0;
    }
    .cp-review-header__open-button:hover {
        opacity: 0.5;
    }
    
    .cp-review-histgram__table {
        width: 392px;
        margin: 0 auto 26px;
    }
    .cp-review-histgram {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .cp-review-histgram__stars {
        display: flex;
        justify-content: flex-start;
    }
    .cp-review-histgram__star {
        width: 18px;
        height: 18px;
    }
    .cp-review-histgram__star:not(:last-of-type) {
        margin-right: 3px;
    }
    .cp-review-histgram__progress {
        height: 12px;
        width: 166px;
        margin: 0 5px 0 18px;
    }
    .cp-review-histgram__progress span {
        background-color: #EDE304;
        border: 1px solid #D9D007;
        display: block;
        height: 100%;
    }
    .cp-review-histgram__percent {
        font-size: 13px;
    }
    .cp-review-histgram__count {
        font-size: 13px;
    }
    .cp-review-list {
        width: 100%;
        max-width: 870px;
    }
    .cp-review-item {
        padding: 40px 0;
    }
    .cp-review-item__header {
        margin-bottom: 18px;
    }
    .cp-review-item__header .icon {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }
    .cp-review-item__header-contents {
        padding-left: 24px;
    }
    .cp-review-item__header-contents .top {
        padding-bottom: 6px;
    }
    .cp-review-item__header-contents .star {
        width: 18px;
        height: 18px;
    }
    .cp-review-item__header-contents .date {
        font-size: 13px;
        padding-left: 14px;
    }
    .cp-review-item__header-contents .name {
        font-size: 15px;
    }
    .cp-review-item h3 {
        font-size: 15px;
        margin-bottom: 7px;
        padding-left: 78px;
    }
    .cp-review-item .body {
        font-size: 15px;
        padding-left: 78px;
    }
    .cp-review-pagenation {
        padding-top: 34px;
    }
    .cp-review-pagenation .paginationjs-page {
        font-family: "Lexend Deca", sans-serif;
        font-size: 18px;
        font-weight: 100;
        letter-spacing: -0.03em;
        color: #999999;
        width: 28px;
        height: 28px;
    }
    .paginationjs-ellipsis {
        transform: translateY(-20%);
        color: #999999;
    }
    
    .cp-review-pagenation .paginationjs-page.active {
        font-weight: 400;
        color: #000;
    }
    .cp-review-pagenation .paginationjs-next {
        width: 40px;
        height: 28px;
    }
    .cp-review-pagenation .paginationjs-prev {
        width: 40px;
        height: 28px;
    }
    
    .p-review__inner__entry__content {
        padding: 0;
    }
    .p-review__inner__entry__content__form .c-form_table {
        margin: 0;   
    }
	.p-review__inner__entry__content__form .c-form_table > tbody > tr {
        display: block;
    }
	.p-review__inner__entry__content__form .c-form_table > tbody > tr:not(:last-child) {
        margin-bottom: 22px;
    }
	.p-review__inner__entry__content__form .c-form_table > tbody > tr > th {
        font-size: 16px;
        margin-bottom: 6px;
    }
}


/************************************************************/
/* DETAIL MEDIA
/************************************************************/
.cp-top-media {
    padding: 70px 30px;
    position: relative;
    background-color: #EAEAEA;
}
.cp-top-media .cp-top-section-title {
    margin-bottom: 15px;
}
.cp-top-media-logos {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
}
@media (max-width: 719px) { /* sp */
    .cp-top-media-logos {
        height: 420px;
        background: url(../../../../images/top/medialogos-sp.png) repeat-x center center;
        background-size: 658px 420px;
        animation: top-media-sp 15s linear infinite;
        animation-play-state: paused;
    }
    .cp-top-media-logos.active {
        animation-play-state: running;
        will-change: background-position;
    }
}
@media (min-width: 720px) { /* pc */
    .cp-top-media {
        padding: 160px 40px;   
    }
    .cp-top-media-logos {
        width: 100%;
        max-width: 1233px;
        margin: 0 auto;
    }
    .cp-top-media-logos span {
        display: block;
        width: 100%;
        padding-bottom: 36.982968369829684%;
        background: #fff url(../../../../images/top/medialogos-pc.png) no-repeat center center / contain;
    }
}




/************************************************************/
/* DETAIL RECOMMEND
/************************************************************/
.p-recommend_product {
    
}
.p-recommend_product .p-product_slider {
    position: relative;
}
.p-product_slider__nav .slick--prev {
    width: 36px;
    height: 36px;
    top: 100px;
    left: -22px;
}
.p-product_slider__nav .slick--next {
    width: 36px;
    height: 36px;
    top: 100px;
    right: -22px;
}
.recommend_product_padding {
    padding-top: 62px;
    padding-bottom: 70px;
}
.p-product_slider .slick-track .c-product_item {
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    overflow: hidden;
}
.slick-dotted.slick-slider {
    margin-bottom: 43px;
}
.p-product_slider__nav {
   margin-top: 0; 
}
.p-product_slider__nav .slick-dots li button:before {
    background-color: #E9E9E9;
}
@media (min-width: 720px) { /* pc */
    .recommend_product_padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


/************************************************************/
/* MODAL
/************************************************************/
.modal-scrollable {
    
}
.modal-scrollable .form-group label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 2.1;
    margin-bottom: 7px;
}
.modal-scrollable .form-group p {
}
.modal-scrollable .form-group input {
    border-radius: 3px;
    padding: 12px 15px;
}
.modal-scrollable .modal .modal-body > p {
    font-size: 12px;
    line-height: 1.6;
}
.modal-scrollable .modal .modal-body form a.btn-sm {
    background-color: #000;
    border-radius: 30px;
    height: 60px;
    color: #fff;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
}

@media (min-width: 480px) {
    .modal-scrollable {
        width: 100%;   
    }
    .modal-scrollable .modal {
        width: 100%;
        max-width: 700px;
        padding: 60px 30px;
        margin: 0 auto;
    }
}

@media (min-width: 720px) { /* pc */
    .modal-scrollable .modal .modal-body > p {
        font-size: 14px;
        line-height: 2.1;
    }
    .modal-scrollable .modal .modal-body form a.btn-sm {
        width: 100%;
        max-width: 400px;
        height: 72px;
        margin: 0 auto;
        border-radius: 36px;
    }
}