@charset "utf-8";


.whiteBox {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0;
}
@media screen and (max-width:767px) {
    .whiteBox {
        padding: 15px;
    }
    .whiteBox2 {
        padding: 15px 0px;
    }
    .whiteBox2::after {
        content: '';
        display: block;
        clear: both;
    }
}
.whiteBox::after {
    content: '';
    display: block;
    clear: both;
}


/*.bannerMailMag > a > div {*/
    /*width: 100%;*/
/*}*/

/*.bannerTelphone i {*/
    /*font-size: 2.2rem;*/
/*}*/
/*.bannerTelphone p:nth-of-type(1) {*/
    /*font-size: 2.0rem;*/
    /*letter-spacing:-1px;*/
/*}*/
/*.bannerTelphone p:nth-of-type(2) {*/
    /*font-size: 2.6rem;*/
    /*letter-spacing:1.5px;*/
/*}*/
/*.bannerTelphone p:nth-of-type(3) {*/
    /*font-size: 1.5rem;*/
/*}*/

/*.bannerMailMag {*/
    /*width: 100%;*/
    /*height:164px;*/
    /*padding: 2px;*/
/*}*/
/*.bannerMailMag > div {*/
    /*height: 100%;*/
/*}*/
/*.bannerMailMag > div > div {*/
    /*width: 100%;*/
    /*padding: 7px 7px 40px;*/
/*}*/
/*.bannerMailMag p {*/
    /*line-height: 1.2;*/
    /*font-size: 1.2rem;*/
    /*letter-spacing:-1px;*/
/*}*/
/*.bannerMailMag p + p {*/
    /*margin: 5px 0 3px;*/
    /*font-size: 1.7rem;*/
    /*letter-spacing:-1px;*/
/*}*/
/*.bannerMailMag i.fa-envelope-o {*/
    /*right: 8px;*/
    /*top: 10px;*/
    /*font-size: 2.8rem;*/
/*}*/
/*.bannerMailMag input[type="email"] {*/
    /*width: 100%;*/
    /*margin: 2px 0 3px;*/
/*}*/
/*.bannerMailMag button {*/
    /*right: 7px;*/
    /*bottom: 8px;*/
    /*width: 55px;*/
    /*height: 28px;*/
    /*border-radius: 3px;*/
    /*line-height: 23px;*/
/*}*/

/*main .inner .sideArea .snsArea li a {*/
    /*display: block;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: #3f210f;*/
    /*border-radius: 50%;*/
    /*font-size: 2.6rem;*/
    /*line-height: 42px;*/
    /*color: #fff;*/
    /*vertical-align: middle;*/
    /*font-weight: normal;*/
/*}*/
/*main .inner .sideArea .snsArea li a i[class*="instagram"] {*/
    /*font-size: 2.7rem;*/
/*}*/
/*main .inner .sideArea .snsArea li a i[class*="google-plus"] {*/
    /*font-size: 2.2rem;*/
/*}*/

/*main .inner .sideArea .facebookArea {*/
    /*width: 100%;*/
    /*margin: 0 0 20px;*/
/*}*/


/*@media screen and (max-width: 767px) {*/
    /*main .inner .sideArea {*/
        /*display: none;*/
    /*}*/
    /*main .inner .guideList {*/
        /*display: none;*/
    /*}*/
/*}*/


/* index */
.mainVisual {
    margin: 0 0 30px;
}
.mainVisual img {
    width: 100%;
    height: auto;
}

main .inner .mainArea .whiteBox > h2 {
    line-height: 1.2;
}
main .inner .mainArea .whiteBox > h2 span.small {
    font-size: 93%;
}

#product_list.columnlist {
    
}
#product_list.columnlist .column > a {
    display: block;
    transition: all .25s ease;
}
#product_list.columnlist .column .name {
    margin: 0 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
    color: #b7a269;
}
#product_list.columnlist .column .eng {
    margin: 0 0 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
}
#product_list.columnlist .column > a .imgbox:hover {
    border: 1px solid #888;
}
#product_list.columnlist .column .img {
}
#product_list.columnlist .column .price {
    margin: 0 0 5px;
    font-size: 1.6rem;
    font-weight: bold;
}
#product_list.columnlist .column .price span {
    font-size: 1.3rem;
    font-weight: normal;
}
#product_list.columnlist .column .btn {
    text-align: center;
}
#product_list.columnlist .column .btn a {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #3f210f;
    text-align: center;
    transition: all .25s ease;
}
#product_list.columnlist .column .btn a:hover {
    background-color: #3f210f;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #product_list.columnlist .column {
        /*margin: 0 auto 30px;*/
    }
    #product_list.columnlist .column a {
        display: block;
        margin: 0 auto 5px;
    }
    #product_list.columnlist .column .name {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #product_list.columnlist .column .eng {
        margin: 0 0 5px;
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #product_list.columnlist .column .price {
        margin: 0 auto 15px;
    }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
    #product_list.columnlist .column .name {
        font-size: 1.5rem;
        letter-spacing:-1px;
        line-height: 1.2;
    }
    #product_list.columnlist .column .eng {
        margin: 0 0 5px;
        font-size: 1.5rem;
        letter-spacing:-1px;
        line-height: 1.2;
    }
    #product_list.columnlist .column .price {
        margin: 0 auto 15px;
    }
}

/* detail */
.mainArea h1 {
    margin: 0 0 .5em;
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
    text-align: center;
}

.product_img_details {
    margin: 0 0 55px;
    /*display: flex;*/
    line-height: 1.5;
}
@media screen and (min-width:768px){
    .mainArea h1 {
        display: none;
    }
}
@media screen and (max-width:767px){
    .product_img_details {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.product_img {
    float: left;
    width: 366px;
    margin: 0 20px 30px 0;
}
.product_img .main_img {
    position: relative;
    width: 366px;
    height: 366px;
    margin: 0 0 11px;
    /*background: url(../img/product/no-image.png) center center/contain no-repeat;*/
    border: 1px solid #ccc;
    overflow: hidden;
}
.product_img .main_img img {
    width: 100%;
    height: auto;
}
.product_img .main_img span.label {
    display: block;
    width: 300px;
    height: 300px;
    padding: 277px 0 0;
    position: absolute;
    top: -210px;
    left: -210px;
    color: #FFF;
    text-align: center;
    transform: rotate(-45deg);
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 2;
}
.product_img .main_img span.label.large {
    top: -200px;
    left: -200px;
    padding: 272px 0 0;
    font-size: 1.4rem;
}
.product_img .main_img span.label.blue,
.product_img .main_img span.label.gold,
.product_img .main_img span.label.yellow,
.product_img .main_img span.label.red,
.product_img .main_img span.label.label_05,
.product_img .main_img span.label.label_01,
.product_img .main_img span.label.label_02,
.product_img .main_img span.label.label_03,
.product_img .main_img span.label.label_04,
.product_img .main_img span.label.label_05 {
    position: absolute;
}
.product_img .main_img span.label,
.product_img .main_img span.label {
    background-color: #3f210f;
}
.product_img .main_img span.label.blue,
.product_img .main_img span.label.label_01 {
    background-color: #59C3E1;
}
.product_img .main_img span.label.gold,
.product_img .main_img span.label.label_02 {
    background-color: #b5a169;
}
.product_img .main_img span.label.yellow,
.product_img .main_img span.label.label_03 {
    background-color: #e6b459;
}
.product_img .main_img span.label.red,
.product_img .main_img span.label.label_04 {
    background-color: #c50018;
}

.product_img .thumbnails ul {
    /*
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    */
}
.product_img .thumbnails ul::after {
    content: "";
    display: block;
    clear: both;
}
.product_img .thumbnails li {
    float: left;
    margin: 0 10px 10px 0;
}
.product_img .thumbnails li img {
    width: 100%;
    height: auto;
}
.product_img .thumbnails li:nth-child(4n) {
    margin-right: 0;
}
.product_img .thumbnails li a {
    display: block;
    width: 83px;
    height: 83px;
    background: url(../img/product/no-image.png) center center/contain no-repeat;
    border: 1px solid #ccc;
    transition: all .2s ease;
}
.product_img .thumbnails li a[data-img='none'] {
    cursor:default;
    border: 0px solid #ccc;
}
.product_img .thumbnails li a:not([data-img='none']):hover {
    border: 1px solid #999;
}
@media screen and (max-width:767px){
    .product_img {
        width: 100%;
        margin: 0 0 15px;
        padding: 0 4vw;
    }
    .product_img .main_img {
        width: 84vw;
        height: 84vw;
        margin: 0 0 11px;
    }
    .product_img .thumbnails li a {
        width: 20vw;
        height: 20vw;
    }
}
@media screen and (max-width:429px){
    .product_img .thumbnails li {
        margin: 0 1.0% 10px 0;
    }
}

.product_img_details .details {
    width: 450px;
    margin: 0 0 0 0;
    float: right;
}

.product_img_details .info {
    /*width: 460px;*/
    padding: 3px 0 5px;
    border-top: 2px solid #3f210f;
    border-bottom: 2px solid #3f210f;
}
.product_img_details .info .lead {
    margin: 0 0 8px;
    font-size: 2.3rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.28;
}
.product_img_details .info h2 {
    margin: 0 0 3px;
    font-size: 2.3rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    letter-spacing:-1px;
    color: #b7a269;
    line-height: 1.2;
    text-align: left;
}
.product_img_details .info .category {
    margin: 0 0 11px;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
}
.product_img_details .info .eng {
    margin: 0 0 2px;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    letter-spacing:-1px;
    line-height: 1.2;
}
.product_img_details .info .text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.4666;
}

.product_img_details .price {
    font-size: 3.0rem;
    font-weight: bold;
    padding: 1rem 0 1.8rem;
}
.product_img_details .price span {
    font-size: 1.5rem;
    font-weight: normal;
}
.product_img_details .details > dl {
    margin: 0;
    padding: 0;
}
.product_img_details .details > dl:last-of-type {
    margin-bottom: 10px;
}
.product_img_details .details > dl dt {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
}
.product_img_details .details > dl dd {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
}
.product_img_details p.attention {
    color: #f00;
}
@media screen and (max-width:767px){
    .product_img_details .details {
        width: 100%;
        padding: 0 4vw;
    }
    .product_img_details .info {
        width: 100%;
    }
}

.sp_more img {
    max-height: 36px;
}

#usersvoice {
    padding: 18px 0 0;
}
#usersvoice h2 {
}
#usersvoice .sp_more {
    height: 36px;
    background-color: #D1C0B0;
    text-align: center;
}
#usersvoice .sp_more a {
    display: block;
    width: 100%;
}
#usersvoice .innerBlock {
    padding: 18px;
}
#usersvoice .message {
    /*display: flex;*/
    margin-bottom: 18px;
    padding: 18px;
    box-shadow: 3px 4px 5px 0px rgba(64, 34, 15, 0.55);
    border-top-left-radius: 22px 22px;
    border-radius: 0 25px 0 0;
    background-color: #fff;
}
#usersvoice .message:after {
    content: "";
    display: block;
    clear: both;
}
#usersvoice .message .photo {
    float: left;
    width: 110px;
    margin: 0 18px 0 0;
}
#usersvoice .message .photo img {
    width: 100%;
    height: auto;
}
#usersvoice .message .text {
    float: left;
    /*flex: 1;*/
    width: 690px;
    line-height: 1.5;
}
#usersvoice .message .text .name {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.2;
}
#usersvoice .message .text .prof {
    margin: 0 0 5px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
#usersvoice .message .text .title {
    margin: 0 0 5px;
    color: #59c3e1;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
#usersvoice .message .text .comment {
}
#usersvoice .message .text .comment p {
    margin: 0 0 3px;
    font-size: 1.3rem;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    #usersvoice {
        padding-top: 25px;
    }
    #usersvoice h2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding-top: 0 !important;
    }
    #usersvoice .message .photo {
        float: left;
        width: 24.90221642764016vw;
        max-width: 110px;
        margin: 0 0 0 0;
    }
    #usersvoice .message .text {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        padding-left: 123px;
    }
    #usersvoice .message .text .comment p {
        margin: 0 0 3px;
        font-size: 1.3rem;
        line-height: 1.3;
    }
    #usersvoice .message .text .comment p.link {
        text-align: right;
    }
    #usersvoice .message .text .comment p.link a {
        color: #59c3e1;
    }
}
@media screen and (max-width: 479px) {
    section#usersvoice.sectionBox2 h2 {
        line-height:1.3;
        font-size: 2.2rem;
    }
    #usersvoice .message .text {
        margin: 0 0 0 0;
        padding-left: 27.2vw;
    }
    #usersvoice .message .text .name {
        font-size: 3.733333333333333vw;
        line-height: 4.933333333333333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .prof {
        font-size: 3.733333333333333vw;
        line-height: 4.933333333333333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .title {
        font-size: 4vw;
        line-height: 4.933333333333333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .comment p {
        font-size: 1.2rem;
    }
}


main .mainArea .notice {
    margin: 0;
    padding: 0 ;
}
main .mainArea .notice h2 {
    color: #afa16c;
    text-align: left;
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}

main .mainArea .lotus_mist_about {
    margin: 0;
    padding: 0 ;
}
main .mainArea .lotus_mist_about h2 {
    color: #f19ec2;
    text-align: left;
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    text-align: center;
}
main .mainArea .lotus_mist_about h3 {
    color: #f19ec2;
    text-align: left;
    margin-bottom: 0.2rem;
    font-size: 1.9rem;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}

main .mainArea .booster_serum_about {
    margin: 0;
    padding: 0 ;
}
main .mainArea .booster_serum_about h2 {
    color: #f19ec2;
    text-align: left;
    margin-bottom: 0.2rem;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    text-align: center;
}
main .mainArea .booster_serum_about h3 {
    color: #f19ec2;
    text-align: left;
    margin-bottom: 0.2rem;
    font-size: 1.9rem;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}

#deadsea {
    padding: 15px 0 0;
}
#deadsea h2 {
    padding-top: 8px;
}
#deadsea .sp_more {
    height: 36px;
    background-color: #BEAF98;
    text-align: center;
}
#deadsea .sp_more a {
    display: block;
    width: 100%;
}
#deadsea .innerBlock {
    text-align: center;
}
#deadsea .sp_more_block {
    padding: 0 18px 18px;
}
#deadsea h3 {
    color: #3f210f;
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
#deadsea .innerBlock .sp_more_block > div {
    /*
    display: flex;
    align-items: stretch;
    */
}
#deadsea .innerBlock .sp_more_block > div:after {
    content: "";
    display: block;
    clear: both;
}
#deadsea .photo {
    float: left;
    width: 275px;
    margin-right: 28px;
}
#deadsea h3 {
    margin-bottom: 10px;
}
#deadsea .photo img {
    width: 100%;
    height: auto;
}
#deadsea .text {
    float: left;
    position: relative;
    /*flex: 1;*/
    width: 550px;
    min-height: 230px;
    padding: 0 0 46px;
    text-align: left;
    font-size: 1.6rem;
}
#deadsea .text  p {
    font-size: 1.5rem;
}
#deadsea .btn_02 {
    position: absolute;
    bottom: 0;
    right: 0;
}
#deadsea .btn_02 a {
    background-color: #afa16c;
}
@media screen and (max-width: 767px) {
    #deadsea {
        padding-top: 25px;
    }
    #deadsea h2 {
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 0;
    }
    #deadsea .innerBlock .sp_more_block > div {
        /*
        -webkit-flex-direction: column;
        flex-direction: column;
        */
    }
    #deadsea .photo {
        float: none;
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto 1em;
    }
    #deadsea .text {
        float: none;
        position: relative;
        /*flex: 1;*/
        width: 100%;
        min-height: 0;
        padding: 0 0 60px;
        text-align: left;
        font-size: 1.6rem;
    }
    #deadsea .btn_02 {
        text-align: center !important;
        width: 100%;
    }
    #deadsea .btn_02 a {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    #deadsea h2 {
        height: auto;
        padding: 0 30px 0;
        line-height: 1.3;
        vertical-align: middle;
        font-size: 2.1rem;
        letter-spacing:-1px;
    }
    #deadsea h2::before {
        top:0;
    }
    #deadsea h2::after {
        top:0;
    }
    #deadsea h3 {
        font-size: 1.8rem;
        letter-spacing:-1px;
    }
}

#media {
    background-color: #fff;
}
#media .innerBlock {
    text-align: center;
}
#media h3 {
    margin-bottom: 25px;
    color: #3f210f;
}
#media .logo_list {
    margin: 0 0 30px;
}
#media .logo_list ul {
    /*
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    */
}
#media .logo_list ul li {
    display: inline-block;
    padding: 3px 8px;
}
@media screen and (max-width: 767px) {
    #media .logo_list ul li.logo_cosmopolitan img {
        width: 82px;
        height: auto;
    }
    #media .logo_list ul li.logo_mi-mollet img {
        width: 69px;
        height: auto;
    }
    #media .logo_list ul li.logo_vogue img {
        width: 69px;
        height: auto;
    }
    #media .logo_list ul li.logo_be-st img {
        width: 35px;
        height: auto;
    }
    #media .logo_list ul li.logo_cosmekitchen img {
        width: 94px;
        height: auto;
    }
}

#media .innerBlock .shop {
    /*
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    */
}
#media .innerBlock .shop:after {
    content: "";
    display: block;
    clear: both;
}
#media .innerBlock .shop > div {
    float: left;
    width: 375px;
    max-width: 100%;
    margin-right: 20px;
}
#media .innerBlock .shop > div:nth-child(2n) {
    margin-right: 0;
}
#media .innerBlock .shop > div .photo img {
    width: 100%;
    height: auto;
}
#media .innerBlock .shop > div .text {
    position: relative;
    min-height: 174px;
    padding: 20px 0 0;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    background: url(../img/product/shop_info_01.png) center top/contain no-repeat;
}
#media .innerBlock .shop > div:nth-of-type(2) .text {
    background: url(../img/product/shop_info_02.png) center top/contain no-repeat;
}
#media .innerBlock .shop > div .text .info {
    position: absolute;
    bottom: 45px;
    right: 55px;
    text-align: right;
}
#media .innerBlock .shop > div:nth-of-type(2) .text .info {
    right: 75px;
}
@media screen and (max-width: 767px) {
    #media .innerBlock .shop {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    #media .innerBlock .shop > div {
        width: 100%;
        max-width: 100%;
    }
    #media .innerBlock .shop > div .photo {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
    }
    #media .innerBlock .shop > div .text {
        width: 74.13333333333333vw;
        max-width: 500px;
        height: 32.26666666666667vw;
        max-height: 218px;
        margin: 0 auto;
        line-height: 17px;
        font-size: 1.3rem;
        background: url(../img/product/shop_info_01_sp.png) center top/contain no-repeat;
    }
    #media .innerBlock .shop > div:nth-of-type(2) .text {
        background: url(../img/product/shop_info_02_sp.png) center top/contain no-repeat;
    }
    #media .innerBlock .shop > div .text .info {
        bottom: 8.273381294964029vw;
        right: 10.79136690647482vw;
    }
    #media .innerBlock .shop > div:nth-of-type(2) .text .info {
        bottom: 8.273381294964029vw;
        right: 14.20863309352518vw;
    }
}
@media screen and (max-width: 479px) {
    #media .innerBlock .shop > div .text {
        position: relative;
        font-size: 1.1rem;
        line-height: 15px;
    }
    #media .innerBlock .shop > div .text .info {
        top: 21.58273381294964vw;
        right: 11.69064748201439vw;
        line-height: 2.877697841726619vw;
        font-size: 1.0rem;
    }
    #media .innerBlock .shop > div:nth-of-type(2) .text .info {
        top: 17.98561151079137vw;
        right: 15.28776978417266vw;
    }
}

/* recommend, lineup 等 */
h2.productTitle {
    padding: 0 !important;
    background-color: #3C2717;
}
h2.productTitle img {
    max-height: 60px;
}
@media screen and (max-width: 767px) {
    h2.productTitle {
        height: auto !important;
    }
}

/*#recommend {*/
    /**/
/*}*/
/*#recommend h2 {*/
    /*height: 55px;*/
    /*margin: 0 0 15px;*/
    /*margin-bottom: 0;*/
    /*text-align: center;*/
    /*background-color: #3C2717;*/
    /*color: #fff;*/
/*}*/
/*#recommend h2 strong {*/
    /*display: inline-block;*/
    /*margin: 0 0 17px;*/
    /*line-height: 55px;*/
    /*vertical-align: middle;*/
    /*font-size: 2.2rem;*/
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    /*font-feature-settings: "palt";*/
/*}*/
/*#recommend h2 strong::before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 53px;*/
    /*height: 55px;*/
    /*margin-right: 1em;*/
    /*background: url(../../common/img/icon_decoration_01.png) right center/contain no-repeat;*/
/*}*/
/*#recommend h2 strong::after {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 53px;*/
    /*height: 55px;*/
    /*margin-left: 1em;*/
    /*background: url(../../common/img/icon_decoration_01.png) right center/contain no-repeat;*/
    /*transform: rotate(180deg);*/
/*}*/
#recommend .sp_more {
    height: 36px;
    background-color: #FFFFFF;
    text-align: center;
}
#recommend .sp_more a {
    display: block;
    width: 100%;
}
#recommend .innerBlock {
    margin-top:15px;
}
#recommend .imgbox {
    margin-bottom: 10px;
}
#recommend .name {
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
    #recommend {
        margin: 0 0 30px;
        box-shadow: 3px 4px 5px 0px rgba(64, 34, 15, 0.55);
        background-color: #fff;
    }
    #recommend h2 {
        padding-top: 20px;
        height: 100px;
    }
    #recommend .innerBlock {
            padding: 0 4vw;
    }
}

/*#lineup {*/
/*}*/
/*#lineup h2 {*/
    /*height: 55px;*/
    /*margin: 0 0 15px;*/
    /*text-align: center;*/
    /*background-color: #3f210f;*/
    /*color: #fff;*/
/*}*/
/*#lineup h2 strong {*/
    /*display: inline-block;*/
    /*margin: 0 0 17px;*/
    /*line-height: 55px;*/
    /*vertical-align: middle;*/
    /*font-size: 2.2rem;*/
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    /*font-feature-settings: "palt";*/
/*}*/
/*#lineup h2 strong::before {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 53px;*/
    /*height: 31px;*/
    /*margin-right: 1em;*/
    /*background: url(../../common/img/icon_decoration_01.png) right center/contain no-repeat;*/
/*}*/
/*#lineup h2 strong::after {*/
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 53px;*/
    /*height: 31px;*/
    /*margin-left: 1em;*/
    /*background: url(../../common/img/icon_decoration_01.png) right center/contain no-repeat;*/
    /*transform: rotate(180deg);*/
/*}*/
#lineup .item {
    width: 700px;
    min-height: 210px;
    margin: 0 auto 20px;
    border: 1px solid #aaa;
    transition: border .25s ease;
    background-color: #FFFFFF;
    color: #41220E;
}
#lineup .item:hover {
    border: 1px solid #666;
}
#lineup .item a {
    display: block;
    margin: 0;
    text-decoration: none;
    color: #41220E;
}
#lineup .item.blue a {
    border-right: 19px solid #00c1e0;
}
#lineup .item.gold a {
    border-right: 19px solid #b5a169;
}
#lineup .item.brass a {
    border-right: 19px solid #d4c17d;
}
#lineup .item.yellow a {
    border-right: 19px solid #e6b459;
}
#lineup .item.red a {
    border-right: 19px solid #c50018;
}
#lineup .item.pink a {
    border-right: 19px solid #f19ec2;
}
#lineup .text {
    min-height: 210px;
    padding: 20px 280px 20px 19px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: padding-box;
    line-height: 1.3;
    text-align: left;
}
#lineup .text h3 {
    margin: 0 0 5px;
    color: #3f210f;
    font-weight: bold;
    font-size: 2.1rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.2;
    text-align: left;
}
#lineup .text h3 span.eng {
    color: #3f210f;
    font-size: 1.8rem;
}
#lineup .text h3 span.small {
    font-size: 1.9rem;
    line-height: 1.3;
}
#lineup .text h4 {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
}
#lineup .text h3 span.base {
    color: #3f210f;
}
#lineup .text h3 span.blue {
    color: #00c1e0;
}
#lineup .text h3 span.brass {
    color: #d4c17d;
}
#lineup .text h3 span.gold {
    color: #b7a269;
}
#lineup .text h3 span.yellow {
    color: #e6b459;
}
#lineup .text h3 span.red {
    color: #c50018;
}
#lineup .text h3 span.pink {
    color: #f19ec2;
}
#lineup .text h3 span {
}
@media screen and (max-width: 767px) {
    #lineup {
        margin: 0 0 30px;
        box-shadow: 3px 4px 5px 0px rgba(64, 34, 15, 0.55);
        background-color: #fff;
    }
    #lineup .innerBlock {
        padding: 25px;
    }
    #lineup .item {
        width: 100%;
        min-height: 0;
        margin: 0 auto 20px;
    }
    #lineup .text {
        min-height: 0;
        padding: 20px 19px;
        padding: 3.2vw 3.7vw;
        background-position: right bottom;
        background-size: 23vw 23vw;
        font-size: 2.5vw;
    }
    #lineup .text h3 {
        margin: 0 0 5px;
        font-size: 4.0vw;
        line-height: 1.1;
    }
    #lineup .text h3 span.small {
        font-size: 3.73333vw;
        line-height: 1.2;
    }
    #lineup .text h3 span.eng {
        font-size: 2.8vw;
    }
    #lineup .text h3 strong {
        font-size: 107%;
    }
    #lineup .text h4 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 107%;
        line-height: 1.2;
    }
    #lineup .text p {
        padding: 0 38% 0 0;
        padding: 0 21vw 0 0;
    }
}


main .inner .mainArea section.sectionBox2 .innerBlock .photo_text .text li {
	margin-bottom: 1.5rem;
}

.optionBox {
    width: 100%;
    max-width: 420px;
    padding: 8px 14px;
    margin: 0 auto 16px;
    background-color: #FFFFFF;
    border: 1px solid #999;
}

a.btn_media {
	display: block;
	width: 393px;
	max-width: 100%;
	height: 46px;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	text-decoration: none;
	background-color: #ff96a0;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
	vertical-align: top;
}
a.btn_media:hover {
	opacity: 0.7;
}
a.btn_media span {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
a.btn_media span i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -23px;
	width:  46px;
	height: 46px;
	background: url(../img/product/icon_media.png) center center no-repeat;
	background-size: contain;
}
.dss_about2_title {
    color: #6ac0dd;
}
.dss_about2_photo {
    float: left;
    width: 36%;
}
.dss_about2_photo_inner {
    padding-right: 30px;
}
.dss_about2_text {
    float: right;
    width: 64%;
}
@media screen and (max-width: 599px) {
    .dss_about2_photo {
        float: none;
        width: 95%;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .dss_about2_photo_inner {
        padding-right: 0;
    }
    .dss_about2_text {
        float: none;
        width: 100%;
    }
}