@charset "UTF-8";
/*product-commmon
-----------------------------------------------------------*/
#plan {
    padding: 10rem 0;
}
#plan h2 {
    font-size: 3.2rem;
    color: #b79440;
    text-align: center;
    margin-bottom: 3rem;
}
#plan h2::before {
    content: '';
    width: 10%;
    height: 1px;
    background: #b79440;
    display: inline-block;
    margin-right: 2rem;
    vertical-align: middle;
}
#plan h2::after {
    content: '';
    width: 10%;
    height: 1px;
    background: #b79440;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
}
.plan-block {
    display: block;
}
.plan-block:not(:last-child) {
    border-bottom: 1px solid #b49140;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}
.plan-block .plan-under {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.plan-block h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0rem;
    color: #b49140;
}
.plan-block .price-box {
    width: 60%;
    padding-top: 1rem;
}
.plan-block .price01 {
    display: inline-block;
    margin-right: 3rem
}
.plan-block .price02 {
    display: inline-block;
    font-size: 1.6rem;
    color: #b50900;
}
.plan-block .lineup-btn-box {
    width: 40%;
}
.plan-block .lineup-btn-box .btn {
    width: 100%;
}

@media only screen and (max-width: 767px) {
#plan {
    padding: 3rem 0;
}
#plan h3 {
    font-size: 1.4rem !important;
    margin-bottom: 2rem;
}
.plan-block .price-box {
    width: 100%;
    padding-top: 1rem;
}
.plan-block .lineup-btn-box {
    width: 100%;
}
.plan-block .price01 {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.plan-block .price02 {
    font-size: 1.4rem;
}
.plan-block:not(:last-child) {
    border-bottom: 1px solid #b49140;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
}

/*product-list
-----------------------------------------------------------*/
#item-image-sec {
    padding: 12rem 0;
    background: url("../img/product/product-main.jpg") no-repeat center center;
    background-size: cover;
}
#item-image-sec .item-catch h3 {
    font-size: 4.0rem;
}
#item-image-sec .item-catch h4 {
    font-size: 2.0rem;
    line-height: 1.75;
    margin-bottom: 6rem;
}
#item-image-sec .item-catch h4 span {
    font-size: 2.6rem;
}
#item-image-sec .logo-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
}
.item-left {
    padding: 6rem 0;
}
.item-right {
    padding: 6rem 0;
    background: #f1e8db;
}
.item-left .img-box,
.item-right .img-box {
    width: 36%;
}
.item-left .txt-box,
.item-right .txt-box {
    width: 64%;
    padding: 0 4rem;
}
.lineup-btn-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lineup-btn-box .btn {
    width: 45%;
}
#item-image-sec .logo-box a {
    width: 40%;
}
#product-list-sec {
    padding: 12rem 0;
}
#product-list-sec .page-img {
    margin-bottom: 10rem;
}
#product-list-sec .service-block {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 6rem 0 4.5rem
}
#product-list-sec .service-block.first-block {
    margin-bottom: 10rem;
}
#product-list-sec .service-block h2 {
    text-align: center;
    position: absolute;
    top: -5.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
}
#product-list-sec .service-block .service-tit {
    color: #b79440;
    font-size: 2.4rem;
}
#product-list-sec .service-block .txt-box {
    margin-bottom: 3rem;
}
#product-list-sec .service-block .txt-box.last-box {
    margin-bottom: 0;
}
#product-list-sec .service-block .txt-box  .program-tit{
    color: #b79440;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#product-list-sec .service-block .txt-box {
    margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
#item-image-sec {
    padding: 6rem 0 16rem;
    background: url("../img/product/product-main_sp.jpg") no-repeat center center;
    background-size: cover;
}
#item-image-sec .item-catch h3 {
    font-size: 3.0rem;
}
#item-image-sec .item-catch h4 {
    font-size: 1.4rem;
}
#item-image-sec .item-catch h4 span {
    font-size: 1.6rem;
}
#item-image-sec .logo-box {
    width: 100%;
    padding: 0 5%;
}
#item-image-sec .logo-box a {
    width: 70%;
    margin: 0 15% 5rem;
}
#page h3 {
    margin-bottom: 1rem !important;
}
.item-left,
.item-right {
    padding: 6rem 0 3rem;
}
.item-left .img-box,
.item-right .img-box {
    width: 80%;
    margin: 0 10% 2rem
}
.item-left .txt-box,
.item-right .txt-box {
    width: 80%;
    margin: 0 10% 3rem;
    padding: 0;
}
.item-right .img-box {
    order: 1;
}
.item-right .txt-box {
    order: 2;
}
.lineup-btn-box {
    display: block;
    margin-top: 2rem;
}
.lineup-btn-box .btn {
    width: 100%;
}
.lineup-btn-box .btn:first-child {
    margin-bottom: 2rem;
}

#product-list-sec {
    padding: 3rem 0;
}
#product-list-sec .left-block,
#product-list-sec .right-block {
    width: 100%;
}
#product-list-sec .first-block {
    margin-bottom: 0;
}
#product-list-sec .service-block h2 {
    text-align: center;
    position: absolute;
    top: -1.8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 1.8rem;
}
#product-list-sec .service-block {
    padding: 1.5rem 2rem 2rem;
}
#product-list-sec .service-block .service-tit {
    font-size: 1.8rem;
}
#product-list-sec .service-block .txt-box .program-tit {
    line-height: 1.75;
    font-size: 1.4rem;
}
#product-list-sec .service-block .txt-box h4,
#product-list-sec .service-block .txt-box p {
    text-align: left !important;
}
}

/*EMMY CELL Beauty
-----------------------------------------------------------*/
#cell-sec01 {
    padding: 10rem;
    background: url("../img/product/cell/sec01-bg.jpg") no-repeat top center;
    background-size: cover;
}
.block01 {
    margin-bottom: 6rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block01 .img-box {
    width: 36.388889%;
}
.block01 .txt-box {
    width: 58.148148%;
}
.block02 {
    width: 74.74074%;
    margin: 0 12.962963%;
}
#cell-sec02 {
    padding: 10rem;
    background: url("../img/product/cell/sec03-bg.jpg") no-repeat top center;
    background-size: cover;
}
#cell-sec02 h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
}
.block03 {
    margin-bottom: 6rem;
}
.block03 .cell-list {
    display: block;
    position: relative;
    background: rgba(180,145,64,0.2);
    padding: 2rem;
    margin-bottom: 1rem;
}
.block03 .cell-list .num {
    position: absolute;
    top: 1.5rem;
    left: -1%;
}
.block03 .cell-list .num img {
    width: 22px;
}
.block03 .cell-list .icon {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.block03 .cell-list .icon img {
    height: 20px;
    width: auto;
}
.block03 .cell-list p {
    display: inline-block;
    vertical-align: middle;
}
.block04 .img-box {
    width: 26%;
}
.block04 .txt-box {
    width: 66%;
}
.block04 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
#cell-sec01 {
    padding: 3rem 0;
}
.block01 {
    margin-bottom: 3rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.block01 .img-box {
   width: 70%;
    margin: 0 15% 3rem;
}
.block01 .txt-box {
    width: 100%;
}
.block02 {
    width: 100%;
    margin: 0;
}
#cell-sec02 {
    padding: 3rem 0;
}
#cell-sec02 h2 {
    text-align: center;
    font-size: 1.6rem;
}
.block03 .cell-list p {
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 0 0 1rem;
}
.block04 .txt-box {
    width: 100%;
}
.block04 .img-box {
    width: 70%;
    margin: 3rem 15%;
}
#plan h2 {
    font-size: 1.2rem;
    letter-spacing: .1rem;
}
#plan h2::before {
    content: '';
    width: 6%;
    height: 1px;
    background: #b79440;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}
#plan h2::after {
    content: '';
    width: 6%;
    height: 1px;
    background: #b79440;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}
}

/*EMMY ELEGANT ID Beauty
-----------------------------------------------------------*/
.eeib #cell-sec01 {
    padding: 10rem;
    background: url("../img/product/elegant-id/sec01-bg.jpg") no-repeat top center;
    background-size: cover;
    color: #fff;
}
.eeib .point-txt {
    background: rgba(255,255,255,0.8);
    padding: 3rem;
    color: #000;
}
.eeib .point-txt p {
    margin-bottom: 1rem;
    padding-left: 2.4rem;
    text-indent: -2.4rem;
}
.eeib .bottom-catch-box h2 {
    font-size: 2.2rem;
    text-align: center;
    display: block;
    margin: 3rem auto 0;
}

@media only screen and (max-width: 767px) {
.eeib #cell-sec01 {
    padding: 3rem 0;
}
.eeib .point-txt p {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
.eeib .bottom-catch-box h2 {
    font-size: 1.6rem !important;
}
}