@charset "utf-8";


@media screen and (max-width:767px) {
    main .inner {
        padding-right: 4vw;
        padding-left: 4vw;
    }
}

.whiteBox {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0;
}
.whiteBox h2 {
    line-height: 1.2;
}
@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;
}

@media screen and (min-width:1020px) {
    h3.deco1 {
        width: 620px;
    }
}
@media screen and (max-width:1019px) {
    h3.deco1 {
        width: 100%;
        width: 88vw;
    }
    main .inner .mainArea .deco1:before {
        background-position: 100% 15%;
    }
    main .inner .mainArea .deco1:after {
        background-position: 0% 15%;
    }
}


.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 30px;
}
#usersvoice .message {
    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: 120px;
    margin: 0 20px 0 0;
}
#usersvoice .message .photo img {
    width: 100%;
    height: auto;
}
#usersvoice .message > .prof {
    float: left;
    width: 215px;
    margin: 0 15px 0 0;
}
#usersvoice .message .text {
    float: left;
    width: 430px;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
#usersvoice .message .prof .name,
#usersvoice .message .text .name {
    font-size: 16px;
    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;
}
#usersvoice .message .prof .prof,
#usersvoice .message .text .prof {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
}
#usersvoice .message .prof .title,
#usersvoice .message .text .title {
    margin: 0 0 5px;
    color: #00c1df;
    font-size: 17px;
    font-size: 1.7rem;
    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 h3 {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0 !important;
        font-size: 4.1vw;
        line-height: 1.3;
    }
    #usersvoice h3 .large {
        font-size: 5.5vw;
    }
    #usersvoice .innerBlock {
        width: 76vw;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 18px;
        box-sizing: border-box;
    }
    #usersvoice .message {
        margin-bottom: 18px;
        padding: 2.6666vw;
        border-top-left-radius: 22px 22px;
        border-radius: 0 25px 0 0;
        background-color: #fff;
    }
    #usersvoice .message .photo {
        float: left;
        width: 25.7333vw;
        margin: 0 2.5vw 0 0;
    }
    #usersvoice .message > .prof {
        float: left;
        width: 42.4vw;
        /*min-height: 36.5vw;*/
        margin-right: 0;
    }
    #usersvoice .message > .prof .name {
        font-size: 3.6vw;
    }
    #usersvoice .message > .prof .prof {
        width: 100%;
        font-size: 3.6vw;
    }
    #usersvoice .message .text {
        clear: both;
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        padding-top: 0.5em;
        padding-left: 0 !important;
    }
    #usersvoice .message .text .title {
        font-size: 4vw;
    }
    #usersvoice .message .text .comment p {
        margin: 0 0 3px;
        font-size: 3.46vw !important;
        line-height: 1.3;
    }
    #usersvoice .message .text .comment p.link {
        text-align: right;
    }
    #usersvoice .message .text .comment p.link a {
        color: #00c1df;
    }
    #usersvoice .attention {
        margin-left: -3.5vw;
        margin-bottom: 1em;
        font-size: 3.06vw;
    }
    #usersvoice .btn_02 {
        width: 84vw;
        margin-left: -4vw;
        margin-right: -4vw;
    }
    #usersvoice .btn_02 a {
        width: 100%;
        height: auto;
        padding-top: 3.6vw;
        padding-bottom: 3.6vw;
        font-size: 4.5vw;
        line-height: 1.0;
    }
    #usersvoice .btn_02:hover {
        opacity: 1.0;
    }
}
@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.73333vw;
        line-height: 4.93333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .prof {
        font-size: 3.733333vw;
        line-height: 4.93333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .title {
        font-size: 4vw;
        line-height: 4.933333vw;
        letter-spacing:-1px;
    }
    #usersvoice .message .text .comment p {
        font-size: 1.2rem;
    }
}


#celebritiesvoice {
    padding-bottom: 0;
}
#celebritiesvoice h3 {
    line-height: 1.3;
}
#celebritiesvoice .imgbox img {
    margin-bottom: 25px;
}
#celebritiesvoice .imgbox:after {
    content: "";
    display: block;
    clear: both;
}
#celebritiesvoice .imgbox > div:nth-of-type(2n+1) {
    float: left;
}
#celebritiesvoice .imgbox > div:nth-of-type(2n) {
    float: right;
}
#celebritiesvoice h4 {
    color: #00c1df;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.2;
}
#celebritiesvoice h4 + p {
    margin-bottom: 1.5em;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
}
.cvoice_list {
    text-align: left;
}
.cvoice_list {
    text-align: left;
}
.cvoice_list .mainv {
    margin: 0 0 5px;
    padding: 2px;
    border: 4px solid #d4c27c;
    border-radius: 0 28px 0 0;
    background-color: #fff;
}
.cvoice_list .mainv:after {
    content: "";
    display: block;
    clear: both;
}
.cvoice_list .mainv .img {
    float: left;
    width: 159px;
    margin-right: 20px;
}
.cvoice_list .mainv .img img {
    width: 100%;
    height: auto;
}
.cvoice_list .mainv .text {
    float: left;
    width: 210px;
}
#celebritiesvoice  .cvoice_list .mainv .text h4 {
    margin-top: 12px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
}
.cvoice_list .mainv .text h4 .small {
    color: #41220E;
    font-size: 79%;
}
.cvoice_list .mainv .text .lead {
    margin: 20px 0 20px;
    font-size: 16px;
    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.3;
}
.cvoice_list .mainv .text .lead.large {
    margin: 25px 0 25px;
    font-size: 21px;
    font-size: 2.1rem;
}
.cvoice_list .mainv .text .name {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    line-height: 1.1;
}
.cvoice_list .mainv .text .name .small {
    font-size: 16px;
    font-size: 1.6rem;
}
.cvoice_list .comment {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.cvoice_list .comment p {
    margin-bottom: 0;
}
.cvoice_list .readmore {
    text-align: right;
}
.cvoice_list .readmore a {
    color: #00c1df;
    text-decoration: underline;
}
.cvoice_list div.column .prof {
    margin-top: 1em;
}
.cvoice_list div.column:nth-of-type(1) .prof {
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    main .inner .mainArea section.sectionBox2 {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    #celebritiesvoice h3 {
        width: 100%;
        font-size: 4.8vw;
    }
    #celebritiesvoice .imgbox img {
        margin-bottom: 25px;
        text-align: center;
    }
    #celebritiesvoice .imgbox > div:nth-of-type(2n+1) {
        float: none;
    }
    #celebritiesvoice .imgbox > div:nth-of-type(2n) {
        float: none;
    }
    #celebritiesvoice h4 {
        color: #00c1df;
        font-size: 4vw;
    }
    #celebritiesvoice h4 + p {
        font-size: 3.46vw;
    }
    .cvoice_list .column {
        margin-bottom: 7.3333vw;
    }
    .cvoice_list .mainv {
        margin: 0 0 5px;
        padding: 0.8vw;
        border: 0.54vw solid #d4c27c;
        border-radius: 0 3.733vw 0 0;
        background-color: #fff;
    }
    .cvoice_list .mainv .img {
        float: left;
        width: 32.6666vw;
        margin-right: 3.0vw;
    }
    .cvoice_list .mainv .text {
        float: left;
        width: 44vw;
    }
    #celebritiesvoice .cvoice_list .mainv .text h4 {
        margin-top: 2.15vw;
        font-size: 5.2vw;
        line-height: 1.0;
    }
    .cvoice_list .mainv .text .lead {
        margin: 4.8vw 0 4.8vw;
        font-size: 3.6vw;
        line-height: 1.1;
    }
    .cvoice_list .mainv .text .lead.large {
        font-size: 4vw;
        line-height: 1.4;
    }
    .cvoice_list .mainv .text .name {
        font-size: 3.8vw;
    }
    .cvoice_list .mainv .text .name .small {
        font-size: 3.3vw;
    }
    .cvoice_list .comment {
        margin-top: 0.5em;
        font-size: 3.4666vw;
        line-height: 1.3;
    }
    .cvoice_list .column > .prof {
        margin-top: 3.333vw;
        font-size: 3.37vw;
    }
    .cvoice_list .column > .prof h4 {
        font-size: 3.86vw;
    }
}



#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 {
}
#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;
    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 {
    }
    #deadsea .photo {
        float: none;
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto 1em;
    }
    #deadsea .text {
        float: none;
        position: relative;
        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;
    }
}



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 .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 .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 .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 {
}
@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;
    }
}




@media screen and (min-width: 1020px) {
    .sp_readmore_continue {
        display: none;
    }
}

.fc_gold {
    color: #d4c27c;
}
.fc_blue {
    color: #00c1df;
}
.fc_red {
    color: #e60011;
}
.fc_green {
    color: #33b16d;
}
.fc_pink {
    color: #ff9fc5;
}

.fc_purple {
    color: #5f52a1;
}
.fc_orange {
    color: #ec6100;
}
.fc_dyellow {
    color: #b7ab00;
}
.fc_yellow {
    color: #ffd000;
}