/*---------------------------------------------------------------------------*/
.list {
    margin: 0 0 -7rem -4rem;
}
.list .item {
    width: -webkit-calc(25% - 4rem);
    width: -moz-calc(25% - 4rem);
    width: calc(25% - 4rem);
    margin: 0 0 7rem 4rem;
}
.product-info section + section {
    margin-top: 11rem;
}
.product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15rem;
}
.product-detail_img {
    width: 56%;
    max-width: 560px;
}
.product-detail_ctn {
    width: 44%;
    max-width: 450px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 7rem;
    font-size: 1.8rem;
}
.product-detail_title {
    font-size: 2.8rem;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}
.product-detail_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 82px;
    height: 2px;
    background: #000;
}
.sc-title {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    margin-bottom: 2rem;
}
/**section-begining**/
.section-begining {
    max-width: 950px;
}
.section-begining figure {
    margin-bottom: 3rem;
}
/**section-caution**/
.section-caution {
    max-width: 950px;
}
.section-caution figure {
    margin-bottom: 3rem;
}
/**section-lineup**/
.lp-art {
    max-width: 950px;
    margin: 0 auto;
}
.lp-art:not(:last-child) {
    margin-bottom: 12rem;
    margin-bottom: 6rem;
}
.lp-art_ttl {
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 5rem;
}
.lp-art_desc {
    color: #c9a063;
    font-size: 1.8rem;
    font-weight: 600;
}
.lp-art_ctn--sub {
    margin-top: 7rem;
    margin-top: 3.5rem;
}
.lp-art_ctn--sub:first-child {
    margin-top: 5.5rem;
    margin-top: 3rem;
}
.lp-art_ctn--tl {
    font-size: 2rem;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    margin-bottom: 2.5rem;
}
.lp-art_ctn--box {
    padding: 1rem;
    border: 1px solid #000;
    text-align: center;
    margin-top: 2rem;
}
.lp-art_ctn--note {
    text-align: right;
    margin-top: 0.5rem;
}
.wsm {
    max-width: 660px;
}
.wmm {
    max-width: 370px;
}
.vsg {
    max-width: 740px;
}
.hotous {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: justify;*/
    /*-moz-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
}
.hotous li + li {
    margin-left: 4rem;
    max-width: 380px;
}
.hotous li:first-child {
    max-width: 370px;
}
.hotous li figure {
    text-align: center;
}
.hotous li p {
    margin-top: 2rem;
}
.hotous.spec li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.33333%;
    flex-shrink: 0;
    display: block;
}
.point p {
    margin-top: 1.5rem;
}
/**section-size**/
.section-size .size-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
}
.section-size .size-list li {
    display: inline-block;
}
.section-size .size-list li + li {
    margin-left: 4rem;
}
.section-size figure {
    line-height: 1;
}
.section-size figure figcaption {
    margin-bottom: 2rem;
    display: block;
}
.section-size .s01 {
    max-width: 550px;
}
.section-size .s02 img {
    width: 180px;
}
.section-size .s03 img {
    width: 180px;
}
.section-size .s04 img {
    width: 110px;
}
.section-size .s05 img {
    width: 250px;
}
/**section-manual**/
.manual-list {
    margin-top: 2rem;
}
.manual-list li {
    display: inline-block;
}
.manual-list figure {
    margin-bottom: 1rem;
}
.manual-list a {
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    padding-right: 3.4rem;
    position: relative;
}
.manual-list a:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    background: url(../img/ico-download.svg) left top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
/**section spec **/
.spec-tbl {
    width: 100%;
}
.spec-tbl .col1 {
    width: 140px;
    text-align: left;
}
.spec-tbl .col3 {
    text-align: center;
}
.spec-tbl .col4 {
    text-align: center;
}
.spec-tbl .col5 {
    text-align: center;
}
.spec-tbl .col6 {
    text-align: center;
}
.spec-tbl .col7 {
    text-align: center;
}
.spec-tbl thead th {
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding: 0.8rem 1.5rem;
}
.spec-tbl tbody th, .spec-tbl tbody td {
    border-bottom: 1px solid #eae9e9;
    padding: 0.8rem 0;
}
.spec-dots {
    margin-top: 3rem;
}
.spec-dots li {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    position: relative;
}
.spec-dots li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 6px;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sp-sabtitle {
    margin: 4rem 0 1rem;
}
/** product01 style added **/
.txt-red {
    color: #e60012;
}
.txt-right {
    text-align: right;
}
.product01 .product-detail_ctn {
    padding-left: 6.5rem;
}
.vr-ttl {
    font-size: 2.2rem;
    position: relative;
    padding-left: 3.6rem;
    margin: 9.5rem 0 4rem 0;
}
.vr-ttl:before {
    position: absolute;
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    left: 0;
    top: 0.5rem;
    background: #2e2725;
}
.vr-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.vr-top_thumb {
    width: 23rem;
    margin-right: 5rem;
}
.vr-top ul {
    margin-top: 1.5rem;
}
.vr-top ul li {
    font-size: 1.2rem;
    text-indent: -1rem;
    padding-left: 1rem;
}
.vr-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4.5rem 0 2.5rem 0;
    margin: 1.5rem 0 2.5rem 0;
}
.vr-bottom_thumb {
    margin-bottom: 2.5rem;
}
.vr-bottom_info--indent {
    text-indent: -4.5rem;
    padding-left: 4.5rem;
}
@media screen and (min-width: 769px) {
    .product05 .vr-bottom li {
        width: 30rem;
        flex-shrink: 0;
        padding-right: 2.5rem;
        max-width: 30%;
    }
}
.package-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bg-ttl {
    font-size: 2rem;
    position: relative;
    padding-left: 3rem;
    margin: 4.5rem 0 2.5rem 0;
    margin: 2.5rem 0 1.5rem 0;
}
.bg-ttl:before {
    position: absolute;
    content: '';
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 0.6rem;
    background: #2e2725;
}
.bg-list li + li {
    margin-top: 4.5rem;
    margin-top: 2.5rem;
}
.bg-list h5 {
    font-size: 1.8rem;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 3rem;
    margin-bottom: 1.5rem;
}
.bg-list h5:before {
    position: absolute;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0.6rem;
    background: #2e2725;
}
.bg-list figure {
    margin-bottom: 1.2rem;
}
.size-list_add li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.size-list_add li + li {
    margin-top: 2.5rem;
}
.size-list_add--cap {
    width: 250px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.size-list_add--cap p + p {
    margin-top: 2rem;
}
.cmn-lead {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem;
    line-height: 1.375;
}
.cmn-lead .lg {
    font-size: 23px;
}
.cmn-lead-lg {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin: 50px 0 10px;
    margin: 30px 0 10px;
}
.sc-title + .cmn-lead-lg {
    margin-top: 20px;
}
.cmn-lead-lg + .cmn-lead {
    margin-top: 20px;
}
.txt-left {
    text-align: left;
}
.lp-art_ctn--box.u-pd {
    padding: 1rem 5rem;
}
.size-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
}
.size-box_copy {
    padding-left: 4rem;
}
.product08 .hotous li {
    width: 240px;
    max-width: 24%;
    margin-top: 20px;
}
.product08 .hotous li + li {
    margin-left: 1.33333%;
}
.product08 .lp-art_ctn--box {
    max-width: 840px;
    margin-top: 50px;
}
.product08 .vr-bottom {
    justify-content: flex-start;
}
.product08 .vr-bottom li {
    width: 260px;
    padding: 0 10px;
    max-width: 31%;
}
.product08 .vr-bottom li p {
    text-align: center;
}
.product08 .bg-ttl {
    margin-top: 30px;
}
.product08 .bg-ttl + p {
    padding-left: 30px;
}
.pk-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.pk-list li {
    width: 235px;
    max-width: 48%;
}
.pk-list li + li {
    margin-left: 4%;
}
.howto-list1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.howto-list1 li {
    width: 30.7%;
    margin-left: 2.63333333%;
    margin-bottom: 1.5%;
}
.howto-list1 li:nth-child(3n+1) {
    margin-left: 0;
}
.howto-list1 li figure {
    margin-bottom: 20px;
}
.howto-list2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.howto-list2 li {
    width: 23.8%;
    margin-left: 1.6%;
    margin-bottom: 3%;
}
.howto-list2 li:nth-child(4n+1) {
    margin-left: 0;
}
.howto-list2 li figure {
    margin-bottom: 20px;
}
.howto-list3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}
.howto-list3 li {
    width: 49%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}
.howto-list3 li figure {
    width: 190px;
    flex-shrink: 0;
}
.product09 .cmn-lead-lg + .bg-ttl {
    margin-top: 20px;
}
.c-note {
    padding-left: 1em;
    text-indent: -1em;
}
.product12 .section-package figure {
    text-align: center;
}
.point-list1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.point-list1 li {
    width: 222px;
    max-width: 30%;
    text-align: center;
}
.point-list1 li.arrow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}
.point-list1 li.arrow img {
    width: 33px;
}
.point-list1 li figure {
    margin-bottom: 20px;
}
.point-list1 li p {
    display: inline-block;
    text-align: left;
}
.package-list1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.package-list1 li {
    width: 42%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.package-list1 li figure {
    width: 142px;
}
.product11 .point-list1 {
    justify-content: space-between;
}
.product11 .point-list1 li {
    width: 240px;
    max-width: 24%;
}
.product11 .point-list1 li p {
    display: block;
}
.product11 .hotous li {
    position: relative;
    width: 240px;
    max-width: 24%;
}
.product11 .hotous li + li {
    margin-left: 0;
}
.product11 .hotous li:nth-child(n+2)::before {
    position: absolute;
    top: 45%;
    transform: translate(-70%, -50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 35px;
    border-color: transparent transparent transparent #7e8959;
    z-index: 1;
}
.section-recipe {}
.recipe-box {}
.recipe-box_item {
    display: flex;
    padding-bottom: 10rem;
}
.recipe-box_photo {
    width: 57%;
    flex-shrink: 0;
}
.recipe-box_photo img {
    width: 100%;
    display: block;
    height: auto;
}
.recipe-box_content {
    flex-grow: 1;
    padding-left: 4.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.recipe-box_desc {}
.recipe-box_ttl {
    font-size: 2rem;
    margin-top: -0.5rem;
}
.recipe-box_copy {
    font-size: 1.3rem;
    line-height: 1.84615385;
}
.recipe-box_copy p {
    margin-top: 2rem;
}
.recipe-box_menu {
    padding-top: 2rem;
}
.recipe-box_menu img {
    max-width: 18.2rem !important;
    height: auto;
}
.recipe-box_menu img.i-full {
    max-width: 36.8rem !important;
}
.recipe-box_item:nth-child(2n) {
    flex-direction: row-reverse;
}
.recipe-box_item:nth-child(2n) .recipe-box_content {
    padding-left: 0;
    padding-right: 4.5%;
}
.various-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.various-box_item {
    width: 33.3333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.various-box_item figure {
    overflow: hidden;
}
.various-box_item img {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.various-box_item a {
    display: block;
    transition: all 0.3s ease;
}
.various-box_item a:hover img {
    transform: scale(1.05);
}
.point-box {
    display: flex;
    justify-content: space-between;
}
.point-box_item {
    width: 50%;
    padding-left: 3rem;
}
.point-box_ttl {
    border: 1px solid #93908f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.35;
    padding: 1.5rem 0;
    min-height: 8.6rem;
}
.point-box_inner {
    padding: 0 8% 10%;
}
.point-box_copy {
    font-size: 1.8rem;
}
.point-box_photo {
    margin: 2rem 0;
}
.point-box_photo img {
    display: block;
    width: 100%;
}
.product13 .section-caution, .product13 .section-begining {
    max-width: 100%;
}
.product13 .caution-box {
    padding: 0 5rem;
}
.caution-box_ttl {
    border: 1px solid #93908f;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.35;
    padding: 1.5rem;
    text-align: center;
}
.caution-box_inner {
    padding: 0 8%;
}
.caution-box_photo {
    margin: 2rem 0;
}
.caution-box_photo img {
    display: block;
    width: 100%;
}
.lp-art_box {
    display: flex;
    justify-content: space-between;
}
.lp-art_box_item {
    width: 50%;
    padding-left: 3rem;
    padding-right: 1rem;
}
.lp-art_box_photo img {
    max-width: 100%;
    height: auto;
}
.lp-art_copy {
    font-size: 1.8rem;
}
.product-video {
    width: 720px;
    max-width: 100%;
    margin: 0 auto 15rem;
}
.product-video_inner {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
}
.product-video_inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 769px) {
    .section-product {
        padding: 0 45px;
    }
    .lineup-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .lp-handle {
        width: 32%;
        margin: 20px auto;
    }
    .howto-flex {
        display: flex;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .list {
        margin: 0 0 -6.66667vw -4vw;
    }
    .list .item {
        width: -webkit-calc(50% - 4vw);
        width: -moz-calc(50% - 4vw);
        width: calc(50% - 4vw);
        margin: 0 0 6.66667vw 4vw;
    }
    .product-info section + section {
        margin-top: 14.66667vw;
    }
    .product-detail {
        display: block;
        margin-bottom: 18.66667vw;
        margin-bottom: 14.66667vw;
    }
    .product-detail_img {
        width: 100%;
        margin: 0 auto 6.66667vw;
    }
    .product-detail_ctn {
        width: 100%;
        max-width: 560px;
        padding-left: 0;
        font-size: 3.46667vw;
        margin: 0 auto;
    }
    .product-detail_title {
        font-size: 5.86667vw;
        padding-bottom: 5.33333vw;
        margin-bottom: 5.33333vw;
    }
    .product-detail_title:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 16vw;
        height: 1px;
        background: #000;
    }
    .product-video {
        margin-bottom: 14.66667vw;
    }
    .sc-title {
        font-size: 5.86667vw;
        margin-bottom: 8vw;
        margin-bottom: 6.66667vw;
    }
    .wsm {
        max-width: 100%;
    }
    .wmm {
        max-width: 100%;
    }
    .hotous {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .hotous li + li {
        margin-left: 0;
        margin-top: 9.33333vw;
        max-width: 100%;
    }
    .hotous li:first-child {
        max-width: 100%;
    }
    .hotous li figure {
        text-align: center;
    }
    .hotous li p {
        margin-top: 0rem;
    }
    .hotous.spec li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        width: 100%;
    }
    .hotous.spec li + li {
        margin-top: 4vw;
    }
    .hotous.spec li:nth-child(2) img {
        /*max-width: 22.66667vw;*/
    }
    .hotous.spec li figure {
        width: 33.33333vw;
        text-align: left;
    }
    .hotous.spec li p {
        width: -webkit-calc(100% - 33.33333vw);
        width: -moz-calc(100% - 33.33333vw);
        width: calc(100% - 33.33333vw);
        padding-left: 6.66667vw;
        padding-left: 4vw;
    }
    .lp-art:not(:last-child) {
        margin-bottom: 20vw;
        margin-bottom: 30vw;
    }
    .lp-art_ttl {
        font-size: 3.73333vw;
        font-weight: 600;
        border-bottom: 1px solid #000;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .lp-art_desc {
        color: #c9a063;
        font-size: 3.46667vw;
        font-weight: 600;
    }
    .lp-art_ctn {
        max-width: 850px;
        margin: 0 auto;
    }
    .lp-art_ctn--sub {
        margin-top: 6.66667vw;
    }
    .lp-art_ctn--sub:first-child {
        margin-top: 5.33333vw;
    }
    .lp-art_ctn--sub picture {
        display: block;
        text-align: center;
    }
    .lp-art_ctn--tl {
        font-size: 3.73333vw;
        margin-bottom: 4vw;
    }
    .lp-art_ctn--box {
        padding: 2vw;
        border: 1px solid #000;
        text-align: left;
        margin-top: 4vw;
    }
    .lp-art_ctn--note {
        text-align: left;
        margin-top: 0.5rem;
    }
    /**section-size**/
    .section-size .size-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 4rem;
        margin-left: -8vw;
    }
    .section-size .size-list li {
        width: -webkit-calc(50% - 8vw);
        width: -moz-calc(50% - 8vw);
        width: calc(50% - 8vw);
        margin: 0 0 5.33333vw 8vw;
    }
    .section-size .size-list li + li {
        margin-left: 8vw;
    }
    .section-size figure {
        line-height: 1;
    }
    .section-size figure figcaption {
        margin-bottom: 2rem;
        display: block;
    }
    .section-size .s01 {
        max-width: 100%;
    }
    .section-size .s02 img {
        width: 100%;
    }
    .section-size .s03 img {
        width: 100%;
    }
    .section-size .s04 img {
        width: 60%;
    }
    .section-size .s05 img {
        width: 100%;
    }
    /**section spec **/
    .spec-ctn {
        overflow-x: auto;
        padding-bottom: 15px;
    }
    .spec-ctn::-webkit-scrollbar {
        height: 10px;
    }
    .spec-ctn::-webkit-scrollbar-track {
        background: #d9d9d9;
        border-radius: 20px;
    }
    .spec-ctn::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 20px;
    }
    .spec-tbl {
        width: 1010px;
    }
    /** product01 style added **/
    .product01 .product-detail_ctn {
        padding-left: 0;
    }
    .vr-ttl {
        font-size: 4vw;
        position: relative;
        padding-left: 5.33333vw;
        margin: 12vw 0 6.66667vw 0;
    }
    .vr-ttl:before {
        width: 4vw;
        height: 4vw;
        top: 0.66667vw;
    }
    .vr-top {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .vr-top_thumb {
        width: 30.66667vw;
        margin-right: 5.33333vw;
    }
    .vr-top_ctn {
        width: -webkit-calc(100% - 36vw);
        width: -moz-calc(100% - 36vw);
        width: calc(100% - 36vw);
    }
    .vr-top ul {
        margin-top: 2.66667vw;
    }
    .vr-top ul li {
        font-size: 2.93333vw;
    }
    .vr-bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 5.33333vw 0 4vw 0;
        margin: 2.666667vw 0 4vw 0;
    }
    .vr-bottom li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .vr-bottom li + li {
        margin-top: 5.33333vw;
        margin-top: 4vw;
    }
    .vr-bottom_thumb {
        width: 30.66667vw;
        margin-right: 5.33333vw;
        margin-right: 4vw;
        margin-bottom: 0;
    }
    .vr-bottom_info {
        width: -webkit-calc(100% - 36vw);
        width: -moz-calc(100% - 36vw);
        width: calc(100% - 36vw);
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .vr-bottom_info--indent {
        text-indent: -9.33333vw;
        padding-left: 9.33333vw;
    }
    .product05 .vr-bottom_thumb {
        width: 28.33333vw;
    }
    .product05 .vr-bottom_info {
        width: -webkit-calc(100% - 32.33333vw);
        width: -moz-calc(100% - 32.33333vw);
        width: calc(100% - 32.33333vw);
    }
    .package-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -4vw;
    }
    .package-list li {
        margin-left: 4vw;
    }
    .bg-ttl {
        font-size: 3.73333vw;
        position: relative;
        padding-left: 5.33333vw;
        margin: 6.66667vw 0 4vw 0;
    }
    .bg-ttl:before {
        position: absolute;
        content: '';
        width: 4vw;
        height: 4vw;
        left: 0;
        top: 0.8vw;
        background: #2e2725;
    }
    .bg-list li + li {
        margin-top: 6.66667vw;
        margin-top: 5.333333vw;
    }
    .bg-list h5 {
        font-size: 3.73333vw;
        position: relative;
        padding-left: 4.66667vw;
        margin-bottom: 4vw;
        margin-bottom: 2.6666667vw;
    }
    .bg-list h5:before {
        position: absolute;
        content: '';
        width: 3.33333vw;
        height: 3.33333vw;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0.8vw;
        background: #2e2725;
    }
    .bg-list figure {
        margin-bottom: 2.66667vw;
    }
    .size-list_add li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .size-list_add li + li {
        margin-top: 2.5rem;
    }
    .size-list_add--cap {
        width: 100%;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 4vw;
    }
    .size-list_add--cap p + p {
        margin-top: 2.66667vw;
    }
    .cmn-lead {
        font-size: 3.73333vw;
        margin: 0.5rem 0 1rem;
    }
    .cmn-lead .lg {
        font-size: 4.5vw;
    }
    .cmn-lead-lg {
        font-size: 5.86667vw;
        margin: 8vw 0 2.6667vw;
    }
    .sc-title + .cmn-lead-lg {
        margin-top: 4vw;
    }
    .cmn-lead-lg + .cmn-lead {
        margin-top: 4vw;
    }
    .lp-art_ctn--box.u-pd {
        padding: 2vw;
    }
    .size-box {
        display: block;
    }
    .size-box_copy {
        text-align: right;
        margin-top: 1rem;
        padding-left: 0;
    }
    .lp-art_ctn--box.u-pd {
        padding: 2.6667vw;
    }
    .product08 .hotous li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .product08 .hotous li figure {
        text-align: left;
    }
    .product08 .hotous li:nth-child(2) figure, .product08 .hotous li:nth-child(4) figure {
        margin-bottom: 20px;
    }
    .product08 .hotous li + li {
        margin-left: 1.33333%;
    }
    .product08 .lp-art_ctn--box {
        margin-top: 20px;
    }
    .product08 .vr-bottom li {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .product08 .vr-bottom li p {
        text-align: left;
    }
    .product08 .bg-ttl {
        margin-top: 30px;
    }
    .product08 .bg-ttl + p {
        padding-left: 5.33333vw;
    }
    .howto-list1 {}
    .howto-list1 li {
        width: 48.5%;
        margin-left: 3%;
    }
    .howto-list1 li:nth-child(3n+1) {
        margin-left: 3%;
    }
    .howto-list1 li:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .howto-list1 li figure {
        margin-bottom: 2.6667vw;
    }
    .howto-list2 {}
    .howto-list2 li {
        width: 48.5%;
        margin-left: 3%;
    }
    .howto-list2 li:nth-child(4n+1) {
        margin-left: 3%;
    }
    .howto-list2 li:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .howto-list2 li figure {
        margin-bottom: 2.6667vw;
    }
    .howto-list2 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .howto-list3 {
        display: block;
        margin-top: 4rem;
    }
    .howto-list3 li {
        width: 100%;
    }
    .howto-list3 li figure {
        width: 120px;
    }
    .product09 .cmn-lead-lg + .bg-ttl {
        margin-top: 5.333vw;
    }
    .point-list1 {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .point-list1 li {
        width: 47%;
        max-width: 47%;
        text-align: center;
        margin: 1rem 1.5%;
    }
    .point-list1 li figure {
        margin-bottom: 15px;
    }
    .point-list1 li p {}
    .point-list1 li.arrow {
        width: 100%;
        max-width: 100%;
    }
    .point-list1 li.arrow figure {
        margin-bottom: 0;
    }
    .point-list1 li.arrow figure img {
        transform: rotate(90deg);
    }
    .package-list1 {
        justify-content: space-between;
    }
    .package-list1 li {
        width: 47%;
        display: block;
    }
    .package-list1 li figure {
        width: 142px;
    }
    .product11 .point-list1 li {
        max-width: 47%;
    }
    .product11 .hotous {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: wrap;
    }
    .product11 .hotous li {
        max-width: 47%;
        margin: 0 1.5% 20px !important;
    }
    .product11 .hotous li + li {
        margin-left: 1.5%;
    }
    .product11 .hotous li:nth-child(n+2)::before {
        border-width: 10px 0 10px 22px;
    }
    .product11 .hotous li p {
        margin-top: 15px;
    }
    .recipe-box_item {
        display: block;
        padding-bottom: 4rem;
        padding-bottom: 6rem;
    }
    .recipe-box_photo {
        width: 100%;
        margin-bottom: 2rem;
    }
    .recipe-box_content {
        padding-left: 0;
        display: block;
    }
    .recipe-box_desc {}
    .recipe-box_ttl {
        font-size: 1.6rem;
        margin-top: 0;
    }
    .recipe-box_copy {
        font-size: 1.1rem;
    }
    .recipe-box_copy p {
        margin-top: 1.5rem;
    }
    .recipe-box_menu {
        padding-top: 2rem;
    }
    .recipe-box_menu img.i-full {
        max-width: 100% !important;
    }
    .recipe-box_item:nth-child(2n) .recipe-box_content {
        padding-left: 0;
        padding-right: 0;
    }
    .various-box {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .various-box_item {
        width: 50%;
        padding: 0 0.5rem;
        margin-bottom: 1rem;
    }
    .point-box {
        display: block;
    }
    .point-box_item {
        width: 100%;
        padding-left: 0;
        margin-top: 3rem;
    }
    .point-box_ttl {
        display: block;
        font-size: 1.6rem;
        padding: 1.5rem;
        min-height: auto;
    }
    .point-box_inner {
        padding: 0 1.5rem;
    }
    .point-box_copy {
        font-size: 1.3rem;
    }
    .point-box_photo {
        margin: 1.5rem 0;
    }
    .product13 .caution-box {
        padding: 0;
    }
    .caution-box_ttl {
        font-size: 1.6rem;
        padding: 1.5rem 1rem;
        text-align: left;
    }
    .caution-box_inner {
        padding: 0 1.5rem;
    }
    .caution-box_photo {
        margin: 2rem 0;
    }
    .lp-art_box {
        display: block;
    }
    .lp-art_box_item {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lp-art_box_photo img {
        width: 100%;
    }
    .lp-art_copy {
        font-size: 1.2rem;
    }
    .manual-list {
        margin-top: 4vw;
    }
}
.line-ttl {
    padding-bottom: 1rem;
    margin: 2rem 0 3rem;
    position: relative;
    font-size: 2.8rem;
    font-family: "Muli", sans-serif;
}
.line-ttl:after {
    position: absolute;
    content: '';
    width: 8.2rem;
    height: 0.2rem;
    left: 0;
    bottom: 0;
    background-color: #000;
}
.section-design .bg-list {
    margin-top: 40px;
}
.product14 .section-design .ds-tbl {
    width: 668px;
    margin-bottom: 20px;
}
.product14 .section-design .ds-tbl td {
    text-align: center;
    padding: 7px 30px;
    border: 1px solid #707070;
    margin-bottom: 20px;
}
.product14 .section-design .hotous {
    margin-top: 40px;
}
.product14 .section-design .hotous li + li {
    margin-left: 2rem;
}
.product14 .section-design .hotous li figure img {
    /*width: 100%;*/
}
.product14 .section-design .hotous li p {
    font-size: 12px;
}
.product14 .vr-flex {
    display: flex;
}
.product14 .vr-flex li {
    line-height: 0;
}
.product14 .section-arrange .sc-title {
    margin-bottom: 40px;
}
.product14 .section-various .sc-title {
    margin-bottom: 40px;
}
.av-flex {
    display: flex;
    margin-top: 40px;
}
.section-arrange .av-flex li:nth-child(1) {
    width: 197px;
}
.section-arrange .av-flex li:nth-child(2) {
    width: 201px;
}
.section-arrange .av-flex li:nth-child(3) {
    width: 207px;
}
.section-arrange .av-flex li:nth-child(4) {
    width: 263px;
}
.section-arrange .av-flex li:nth-child(5) {
    width: 129px;
    margin-left: 13px;
    margin-top: -15px;
}
.av-flex li > div {
    padding: 10px;
}
.av-flex li > div h3 {
    text-align: center;
    margin-bottom: 15px;
}
.av-flex li > div .ic {
    text-align: center;
    margin-top: 10px;
}
.align-center {
    text-align: center;
}
.mt15 {
    margin-top: 1.5rem;
}
.mt20 {
    margin-top: 2rem;
}
.mt30 {
    margin-top: 3rem;
}
.mt40 {
    margin-top: 4rem;
}
.mt100 {
    margin-top: 10rem;
}
.section-howto .recipe-box_item {
    align-items: center;
    padding: 0;
}
.section-howto .recipe-box_copy p {
    margin: 0;
}
.section-howto .recipe-box_item.reverse {
    flex-flow: row-reverse;
}
.section-howto .recipe-box_item.reverse .recipe-box_content {
    padding-left: 0;
    padding-right: 4.5%;
}
.section-howto .lp-art {
    max-width: 100%;
}
.section-howto .lp-art.mt {
    margin-top: 6.5rem;
}
.section-howto .vr-flex {
    margin-bottom: 20px;
}
.section-howto .sh-flex {
    display: flex;
    margin-top: 4rem;
}
.section-howto .sh-flex li {
    line-height: 0;
}
.section-howto .sh-flex li + li {
    margin: 0;
}
.section-howto .sh-flex figure {
    margin-bottom: 0;
}
.howto-list {
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0 0 -20px;
}
.howto-list li {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
}
.howto-list li .cmn-lead {
    margin-top: 20px;
}
.howto-box {
    max-width: 848px;
    margin: 60px auto 0;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
}
.howto-box .howto-box_img {
    width: 150px;
    margin-right: 30px;
}
.howto-box .howto-box_ctn {
    width: 462px;
    margin-right: 30px;
}
.howto-box .howto-box_ctn h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.howto-box .howto-box_qr {
    width: 90px;
    text-align: center;
    line-height: 1.35;
}
.txt_orange {
    color: #F39800;
}
.content_btn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8rem 5rem;
}
.ct-btn {
    text-align: center;
    display: inline-block;
    box-shadow: 3px 4px 10px #999999;
    cursor: pointer;
    transition: .3s;
    border-radius: 8px;
}
.ct-btn img {
    max-width: 95%;
}
.ct-btn:hover {
    box-shadow: none;
    transform: scale(1.1, 1.1);
}
.lp-standbar-main {
    width: 85%;
    margin: auto;
}
.lp-standbar {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem auto 5rem;
}
.standbar {
    width: 33.3333%;
}
.comingsoon {
    color: aliceblue;
    display: inline-block;
    padding: 0 0.5em;
    background-color: #c9a063;
    border-radius: 4px;
    margin: 2rem auto;
}
.product-faq{
    text-align: center;
    margin: 0 auto 10rem;
    max-width: 720px;
}
.faq-img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .line-ttl {
        font-size: 5.86667vw;
    }
    .howto-list {
        display: block;
        margin: 3rem 0 0;
    }
    .howto-list li {
        width: 100%;
        margin: 0;
    }
    .howto-list li + li {
        margin-top: 3rem;
    }
    .product14 .section-design .ds-tbl {
        width: 100%;
    }
    .product14 .section-design .ds-tbl td {
        padding: 5px;
    }
    .product14 .section-design .hotous li p {
        margin-top: 2rem;
    }
    .howto-box {
        max-width: 100%;
        display: block;
        padding: 2rem;
    }
    .howto-box .howto-box_img {
        width: 100%;
        text-align: center;
    }
    .howto-box .howto-box_ctn {
        width: 100%;
        margin: 0;
    }
    .howto-box .howto-box_ctn h3 {
        text-align: center;
        margin-top: 1rem;
    }
    .howto-box .howto-box_qr {
        width: 100%;
        text-align: center;
        margin-top: 1.5rem;
    }
    .section-arrange .av-flex {
        display: block;
    }
    .section-arrange .av-flex li:nth-child(1) {
        width: 100%;
        margin-top: 2rem;
    }
    .section-arrange .av-flex li figure {
        text-align: center;
    }
    .section-arrange .av-flex li:nth-child(2) {
        width: 100%;
        margin-top: 2rem;
    }
    .section-arrange .av-flex li figure {
        text-align: center;
    }
    .section-arrange .av-flex li:nth-child(3) {
        width: 100%;
        margin-top: 2rem;
    }
    .section-arrange .av-flex li figure {
        text-align: center;
    }
    .section-arrange .av-flex li:nth-child(4) {
        width: 100%;
        margin-top: 2rem;
    }
    .section-arrange .av-flex li figure {
        text-align: center;
    }
    .section-arrange .av-flex li:nth-child(5) {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
    .content_btn {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2rem;
    }
    .lp-handle {
        width: 100%;
        margin: 10rem auto;
    }
    .handle-center {
        text-align: center;
    }
    .lp-handle img {
        width: 70%;
    }
    .lp-standbar {
        text-align: center;
        margin-top: 5rem;
    }
    .standbar {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .content_btn {
        grid-template-columns: 1fr 1fr;
    }
}