.p-entry__body .product-list p,
.p-entry__body .product p{
    line-height: 1.5;
}

.p-entry__body .product-list,
.p-entry__body .product-list a,
.p-entry__body .product,
.p-entry__body .product a{
    color: #6e6e6e;
}

.p-entry__body .product-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto -104px;
}

.p-entry__body .product-list::after{
    content: '';
    width: 300px;
}

.p-entry__body .product-list > .product-item{
    width: 300px;
    margin-bottom: 104px;
    list-style-type: none;
    text-align: center;
}

.p-entry__body .product-list .component{
    margin-bottom: 6px;
}

.p-entry__body .product-list .component span{
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid rgb(192, 54, 112);
    color: rgb(192, 54, 112);
    padding: 0 4px;
}

.p-entry__body .product-list .component.gray span{
    border: 1px solid #fff;
    color: #fff;
}

.p-entry__body .product-list .image{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    padding: 50px;
    box-sizing: border-box;
}

.p-entry__body .product-list .image img{
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.p-entry__body .product-list a:hover .image img {
    opacity: 0.75;
}

.p-entry__body .product-list .name{
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 2px;
}

.p-entry__body .product-list .outline{
    font-size: 13px;
    margin-bottom: 4px;
}

.p-entry__body .product-list .price{
    font-size: 13px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px){
    .p-entry__body .product-list::after{
        width: 250px;
    }
    
    .p-entry__body .product-list > .product-item{
        width: 250px;
        margin-bottom: 80px;
    }

    .p-entry__body .product-list .image{
        height: 250px;
        padding: 40px;
    }    

    .p-entry__body .product-list{
        margin: 0 auto -80px;
    }
}

@media screen and (max-width: 900px){
    .p-entry__body .product-list::after,
    .p-entry__body .product-list > .product-item{
        width: 50%;
    }
    .p-entry__body .product-list .image{
        width: 220px;
        height: 220px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 599px){
    .p-entry__body .product-list::after,
    .p-entry__body .product-list > .product-item{
        width: 100%;
    }
}











.p-entry__body .product{
    max-width: 980px;
    margin: 0 auto;
    padding-top: 27px;
}

.p-entry__body .product .block{
    position: relative;
}

.p-entry__body .product .block::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-entry__body .product .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
}

.p-entry__body .product .thumbnails{
    width: 430px;
}

.p-entry__body .product .thumbnail{
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.p-entry__body .product .thumbnail img{
    max-width: 100%;
    max-height: 100%;
    display: none;
    flex-shrink: 0;
}

.p-entry__body .product .thumbnail img:first-child{
    display: block;
}

.p-entry__body .product .image-list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.p-entry__body .product .image-list-item{
    list-style-type: none;
    width: 100px;
    height: 100px;
    border: 1px solid #c9caca;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.p-entry__body .product .image-list-item:hover{
    opacity: .6;
}

.p-entry__body .product .image-list-item:last-child{
    margin-right: 0;
}

.p-entry__body .product .image-list-item img{
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.p-entry__body .product .content{
    width: 450px;
}

.p-entry__body .product .content .copy{
    font-size: 35px;
    color: #bca475;
    margin-bottom: 30px;
}

.p-entry__body .product .content .name{
    font-size: 22px;
    margin-bottom: 5px;
}

.p-entry__body .product .content .outline{
    font-size: 13px;
    margin-bottom: 38px;
}

.p-entry__body .product .content .desc{
    font-size: 13px;
    line-height: 1.9;
}

.p-entry__body .product .content .price{
    font-size: 20px;
    margin-bottom: 20px;
}

.p-entry__body .product .content .price span{
    font-size: 13px;
    margin-left: 10px;
}

.p-entry__body .product .content .form{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.p-entry__body .product .content .form .btn{
    display: block;
    width: 250px;
    line-height: 55px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    color: #6e6e6e;
    text-align: center;
    margin-left: 30px;
    cursor: pointer;
}

.p-entry__body .product .content .form .btn:hover {
    background-color: #000;
    color: #fff;
}

.p-entry__body .product .content .form .label{
    font-size: 13px;
    margin-right: 5px;
    line-height: 1;
}

.p-entry__body .product .content .form .num{
    display: inline-block;
    text-align: center;
    font-size: 19px;
    width: 52px;
    line-height: 52px;
    background: #efefef;
    color: #6e6e6e;
    border: 0;
}

.p-entry__body .product .content .txt{
    margin-bottom: 12px;
}

.p-entry__body .product .content .p-social-nav{
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.p-entry__body .product .block02{
    padding: 43px 0 57px;
}

.p-entry__body .product .how{
    margin-bottom: 75px;
}

.p-entry__body .product .how .head{
    font-size: 22px;
    margin-bottom: 14px;
}

.p-entry__body .product .how .data{
    flex-direction: column;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.p-entry__body .product .how .data li{
    line-height: 1.9;
    font-size: 13px;
    width: 44%;
    margin-left: 30px;
}

.p-entry__body .product .movie{
    text-align: center;
    margin-bottom: 80px;
}

.p-entry__body .product .movie iframe{
    max-width: 100%;
}

.p-entry__body .product .all-component{
    background: #f7f8f8;
    padding: 17px 30px;
}

.p-entry__body .product .all-component .head{
    font-size: 22px;
    margin-bottom: 8px;
}

.p-entry__body .product .all-component .data{
    font-size: 13px;
    line-height: 1.9;
    margin: 0;
    letter-spacing: .03em;
}

.p-entry__body .product .step{
    padding: 36px 0 43px;
}

.p-entry__body .product .step .write {
    font-size: 13px;
    line-height: 1.9;
    margin: 0;
    letter-spacing: .03em;
}

.p-entry__body .product .step .head{
    font-size: 22px;
    margin-bottom: 53px;
}

.p-entry__body .product .step .step-list{
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}

.p-entry__body .product .step .step-list li{
    list-style-type: none;
    text-align: center;
    width: 240px;
    position: relative;
}

.p-entry__body .product .step .step-list li::after{
    content: '';
    width: 35px;
    height: 35px;
    border-top: 2px solid #6e6e6e;
    border-right: 2px solid #6e6e6e;
    position: absolute;
    top: 47%;
    left: 205px;
    transform: rotate(45deg);
}

.p-entry__body .product .step .step-list li:last-child::after,
.p-entry__body .product .step.recommend .step-list li::after{
    display: none;
}

.p-entry__body .product .step .step-list li.current{
    position: relative;
}

.p-entry__body .product .step .step-list li.current::before{
    content: '';
    width: 80%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #f3f3f3;
    z-index: -1;
}

.p-entry__body .product .step .step-list .num{
    font-size: 15px;
    margin-bottom: 7px;
    padding-top: 5px;
}

.p-entry__body .product .step .step-list .copy{
    font-size: 13px;
    margin-bottom: 5px;
}

.p-entry__body .product .step .step-list .image{
    display: block;
    width: 150px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: flex-end;
}

.p-entry__body .product .step .step-list .image img{
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.p-entry__body .product .step .step-list .image:hover{
    opacity: .6;
}

.p-entry__body .product .step .step-list .name{
    font-size: 13px;
    margin: 0;
}

.p-entry__body .product .step .step-list .outline{
    font-size: 13px;
    margin: 0;
}

.p-entry__body .product .step .step-list .price{
    font-size: 13px;
    margin: 0;
    padding-bottom: 4px;
}

.p-entry__body .product .step.recommend .image{
    margin-bottom: 14px;
}

@media screen and (max-width: 1199px){
    .p-entry__body .product .step .step-list li{
        width: 25%;
    }
    
    .p-entry__body .product .step .step-list li::after{
        width: 25px;
        height: 25px;
        left: 89%;
    }
    
}

@media screen and (max-width: 900px){
    .p-entry__body .product .flex{
        display: block;
    }
    .p-entry__body .product .thumbnails{
        width: 100%;
        max-width: 430px;
        margin: 0 auto 60px;
    }
    .p-entry__body .product .content{
        width: 100%;
    }
    .p-entry__body .product .content .price{
        text-align: right;
    }
    .p-entry__body .product .content .form{
        justify-content: flex-end;
    }
    .p-entry__body .product .step .step-list .image{
        width: 120px;
        height: 150px;
    }
    .p-entry__body .product .step .step-list li::after{
        width: 15px;
        height: 15px;
    }
    .p-entry__body .product .how .data{
        display: block;
    }
    
    .p-entry__body .product .how .data li{
        width: calc(100% - 30px);
    }    
}


@media screen and (max-width: 599px){
    .p-entry__body .product .thumbnails{
        max-width: 350px;
    }
    .p-entry__body .product .image-list-item{
        width: 80px;
        height: 80px;
    }
    .p-entry__body .product .content .copy{
        font-size: 24px;
    }
    .p-entry__body .product .step .step-list{
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
    .p-entry__body .product .step .step-list li{
        width: 100%;
        margin-bottom: 80px;
    }
    .p-entry__body .product .step .step-list li:last-child{
        margin-bottom: 0;
    }
    .p-entry__body .product .step .step-list li::after{
        top: 110%;
        left: 47%;
        transform: rotate(135deg);
    }
    .p-entry__body .product .step .step-list .image{
        align-items: center;
    }
    .p-entry__body .product .step .step-list .image{
        width: 150px;
        height: 180px;
    }
    .p-entry__body .product .step .step-list li.current::before{
        height: 270px;
    }
    .p-entry__body .product .step .head{
        font-size: 19px;
    }
    .p-entry__body .product .all-component{
        padding: 15px;
    }
    .p-entry__body .product .content .form .btn{
        width: 180px;
        line-height: 40px;
        margin-right: 20px;
    }
    .p-entry__body .product .content .form .num{
        width: 40px;
        line-height: 40px;
    }
}





/* ========================================================================== カスタマイズ ========================================================================== */
.c-breadcrumb__item { 
  display: inline!important; 
}
.c-breadcrumb__item + .c-breadcrumb__item::before { 
  margin-right: 12px; 
  margin-left: 12px; 
  font-family: "design_plus"; 
  content: "\e910"; 
}
.c-breadcrumb__item--home a::before { 
  position: relative; 
  top: -1px; 
  font-family: "design_plus"; 
  vertical-align: middle; 
  content: "\e90c"; 
}
.c-breadcrumb__item--home span { 
  display: none; 
}
@media only screen and (max-width: 767px) { 
  .c-breadcrumb__item + .c-breadcrumb__item::before { 
    margin-right: 5px; 
    margin-left: 5px; 
    vertical-align: -1px; 
  }
  .c-breadcrumb__item--home a::before {
    vertical-align: -1px; 
  } 
}

.p-page-header { position: relative; height: 600px; margin-bottom: 88.8px; overflow: hidden; }

.p-page-header::before { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; }

.p-page-header.is-active .p-page-header__title { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
.p-page-header.is-active .p-page-header__title { background-color: #000; }

.p-page-header.is-active .p-page-header__img--type1 img { -webkit-transform: scale(1.2); transform: scale(1.2); }

.p-page-header.is-active .p-page-header__img--type2 img { -webkit-transform: scale(1); transform: scale(1); }

.p-page-header__title { display: inline-block; position: absolute; position: absolute; bottom: 0; left: 50%; min-width: 250px; height: 60px; margin-bottom: 0; padding: 0 20px; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transform: translate3d(-50%, 100%, 0); transform: translate3d(-50%, 100%, 0); color: #fff; font-size: 28px; line-height: 60px; text-align: center; -webkit-transition: -webkit-transform 0.5s ease; transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.p-page-header__desc { -moz-osx-font-smoothing: grayscale; z-index: 1; width: 100%; margin-bottom: 0; line-height: 1.3; text-align: center; }

.p-page-header__desc--vertical span { text-align: left; white-space: nowrap; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }

.p-page-header__img { z-index: -1; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; overflow: hidden; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.p-page-header__img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.p-page-header__img--type1 img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 10s linear; transition: -webkit-transform 10s linear; transition: transform 10s linear; transition: transform 10s linear, -webkit-transform 10s linear; }

.p-page-header__img--type2 img { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: -webkit-transform 10s linear; transition: -webkit-transform 10s linear; transition: transform 10s linear; transition: transform 10s linear, -webkit-transform 10s linear; }

.p-page-header__inner { z-index: 1; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }

@media screen and (max-width: 991px) { .p-page-header { height: 460px; } }

@media screen and (max-width: 767px) { .p-page-header { height: 320px; margin-bottom: 33px; }
  .single .p-page-header { margin-bottom: 0; }
  .p-page-header__title { min-width: 180px; height: 45px; font-size: 20px; line-height: 45px; }
  .p-page-header__img.is-active img { -webkit-transform: none; transform: none; } }

@media only screen and (max-width: 767px) { .l-contents.l-inner { padding: 0 20px; } }


/* カテゴリパンくずリスト */
.p-breadcrumb {
    margin-top: 100px;
    margin-bottom: 40px;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-breadcrumb.c-breadcrumb.l-inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.p-breadcrumb__item {
    color: #000;
    font-size: 12px;
}

.product .block02 ol.data li {
    list-style-type: decimal;
}

.p-entry__body .product .content .txt {
    font-size: 13px;
    line-height: 1.9;
}


.bottom_area {
    padding: 35px 45px;
}
.bottom_area .price_label {
    font-size: 14px;
}
.bottom_area .price {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.button_list li.num0 a {
    color: #d12f67;
    border-color: rgba(209, 47, 103, 1);
}
.button_list a {
    border: 1px solid #fff;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
p.come {
    line-height: 1.9;
    font-size: 13px;
    /* width: 44%; */
    margin-left: 30px;
}