@charset "shift_jis";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


/* common - base
========================================*/

#contents * {
    box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 640px) {
    #headerMain .logo img {
        width: 100%;
    }
}

#contents .h3Ttl02 {
    background: none;
    margin-bottom: 0;
    padding-bottom: 27px;
}
@media screen and (max-width: 640px) {
    #contents .h3Ttl02 {
        padding: 30px 20px;
        font-size: 19px;
        line-height: 1.8;
        letter-spacing: 2px;
    }
}

#contents a[target="_blank"] {
    padding: 0;
    background-image: none;
}

@media screen and (min-width: 641px) {
    #contents {
        width: 100%;
    }
    #pagePath {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }
}

@media screen and (max-width: 640px) {
    #contents {
        margin-bottom: 100px;
        width: 100%;
    }
    #pagePath {
        display: none;
    }
    #footerTop {
        overflow: hidden;
        padding: 0 20px;
    }
    #footerTop .footerTopInner {
        width: 100%;
    }
    #footerTop .fb {
        display: none;
    }
    #footerTop .spFb {
        display: block;
        margin-top: 3px;
    }
    #footer {
        padding-bottom: 30px;
    }
    #footer .footerLink {
        width: auto;
        padding: 38px 10px 5px 20px;
    }
    #footer .footerLink li a {
        font-size: 95%;
    }
    #footer .footerLink .linkBox {
        display: none;
    }
    #footer .footerLink .linkBox li {
        font-size: 11px;
        letter-spacing: 1px;
        padding-bottom: 8px;
    }
    #footer .footerBox .fBox ul li {
        vertical-align: top;
    }
    #footer .footerBox .fBox ul li a {
        background: none !important;
    }
    #footer .footerBox .fBox ul li img {
        vertical-align: top;
    }
    #footer .footerLink .subLink {
        display: block;
        float: none;
        overflow: hidden;
        width: 100%;
    }
    #footer .footerLink .subLink ul {
        float: left;
        width: 50%;
    }
    #footer .footerLink .subLink .linkList {
        float: right;
        width: 50%;
    }
    #footer .footerBox {
        border-top: none;
    }
    #footer .footerBox .fBox {
        width: 100%;
    }
    #footer .footerBox .fBox p {
        border-top: 1px solid #666;
        float: none;
        padding: 40px 20px 0;
        width: auto;
    }
    #footer .footerBox .fBox p span {
        display: block;
        font-size: 90%;
        margin: 10px 0 0;
    }
    #footer .footerBox .fBox ul {
        float: none;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
    }
    #footer .footerBox .fBox ul li {
        display: inline-block;
        float: none;
        padding: 0 13px;
        text-align: left;
    }
    #footer .footerBox .fBox ul li a {
        border-color: #999;
        border-radius: 32px;
        padding: 9px 0 0 13px;
        width: 41px;
        height: 45px;
    }
    #footer .footerBox .fBox ul li a:hover {
        border-color: #999;
    }
    #footer .footerBox .fBox ul li a img {
        display: none;
    }
    #footer .footerBox .fBox ul li a .ipdImg {
        display: block;
    }
}



/* common - hidden
========================================*/

@media screen and (min-width: 641px) {
    #contents .hidden-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 640px) {
    #contents .hidden-mobile {
        display: none !important;
    }
}



/* common - page title
========================================*/

#contents .pageTitle {
    margin-bottom: 28px;
}
#contents .pageTitle img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 42px;
}
#contents .pageTitle .text {
    display: block;
    margin: 5px 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 2px;
}



/* common - box title
========================================*/

#contents .title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    min-height: 260px;
    background-color: #EEEEEB;
}
@media screen and (max-width: 640px) {
    #contents .title-box {
        padding: 30px 0;
        min-height: 150px;
    }
}

#contents .title-box .title-main {
    display: block;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
    #contents .title-box .title-main {
        font-size: 19px;
        letter-spacing: 2px;
    }
}

#contents .title-box .title-sub,
#contents .title-box .title-sub.top {
    display: block;
    margin: 5px 0 0;
    padding: 15px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    background-image: url('/common/images/li_span_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
}
#contents .title-box .title-sub.top {
    background-image: none;
}


/* common - box mobile link title
========================================*/

#contents .title-mobile-link-title {
    display: block;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
}
#contents .title-mobile-link-title a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 260px;
    color: #333;
    text-decoration: none;
    background-color: #EEEEEB;
}

#contents .title-mobile-link-title .title-text .title-main {
    display: block;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
#contents .title-mobile-link-title .title-text .title-sub {
    display: block;
    margin: 5px 0 0;
    padding: 15px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-image: url('/common/images/li_span_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (min-width: 641px) {
    #contents .title-mobile-link-title {
        pointer-events: none;
    }
    #contents .title-mobile-link-title .title-pict {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #contents .title-mobile-link-title a {
        flex-direction: row;
        margin: 0;
        min-height: auto;
        cursor: pointer;
    }
    #contents .title-mobile-link-title .title-pict {
        display: block;
        width: 30%;
    }
    #contents .title-mobile-link-title .title-text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 55px 10px 15px;
        width: 70%;
        background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 30px auto;
    }
    #contents .title-mobile-link-title .title-text .title-main {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: left;
    }
    #contents .title-mobile-link-title .title-text .title-sub {
        margin: 3px 0 0;
        padding: 0;
        font-size: 13px;
        text-align: left;
        background-image: none;
    }
}



/* common - accordion normal
========================================*/

/* design 01 */
#contents .accordion-normal.design-01 {
    overflow: hidden;
    margin-top: 30px;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
}
#contents .accordion-normal.design-01 > .accordion-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 25px 55px 25px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
@media screen and (min-width: 641px) {
    #contents .accordion-normal.design-01 > .accordion-title:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-01 > .accordion-title {
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }
}

#contents .accordion-normal.design-01 > .accordion-title .accordion-icon {
    display: block;
    position: absolute;
    top: calc(50% - (20px / 2));
    right: 25px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: transform 0.3s ease;
}
#contents .accordion-normal.design-01 > .accordion-title.active .accordion-icon {
    transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-01 > .accordion-title .accordion-icon {
        top: calc(50% - (16px / 2));
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

#contents .accordion-normal.design-01 > .accordion-body {
    position: relative;
    display: none;
    padding: 26px 25px 25px;
}
#contents .accordion-normal.design-01 > .accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #ddd;
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-01 > .accordion-body {
        position: relative;
        display: none;
        padding: 16px 15px 15px;
    }
    #contents .accordion-normal.design-01 > .accordion-body::before {
        left: 15px;
        width: calc(100% - 30px);
    }
}


/* design 02 */
#contents .accordion-normal.design-02 {
    overflow: hidden;
}
#contents .accordion-normal.design-02 > .accordion-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 25px 55px 25px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #EEEEEB;
    border-radius: 5px;
    cursor: pointer;
}
@media screen and (min-width: 641px) {
    #contents .accordion-normal.design-02 > .accordion-title:hover {
        color: #000;
        text-decoration: none;
    }
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-02 > .accordion-title {
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }
}

#contents .accordion-normal.design-02 > .accordion-title .accordion-icon {
    display: block;
    position: absolute;
    top: calc(50% - (20px / 2));
    right: 25px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: transform 0.3s ease;
}
#contents .accordion-normal.design-02 > .accordion-title.active .accordion-icon {
    transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-02 > .accordion-title .accordion-icon {
        top: calc(50% - (16px / 2));
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

#contents .accordion-normal.design-02 > .accordion-body {
    position: relative;
    display: none;
    padding: 26px 0 25px;
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-02 > .accordion-body {
        position: relative;
        display: none;
        padding: 16px 0 15px;
    }
}


/* design 03 */
#contents .accordion-normal.design-03 {
    overflow: hidden;
    margin-top: 30px;
}
#contents .accordion-normal.design-03 > .accordion-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 0 auto 40px;
    padding: 20px 55px 20px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
}
@media screen and (min-width: 641px) {
    #contents .accordion-normal.design-03 > .accordion-title:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-03 > .accordion-title {
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }
}

#contents .accordion-normal.design-03 > .accordion-title .accordion-icon {
    display: block;
    position: absolute;
    top: calc(50% - (20px / 2));
    right: 25px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: transform 0.3s ease;
}
#contents .accordion-normal.design-03 > .accordion-title.active .accordion-icon {
    transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-03 > .accordion-title .accordion-icon {
        top: calc(50% - (16px / 2));
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

#contents .accordion-normal.design-03 > .accordion-body {
    position: relative;
    display: none;
    padding: 26px 25px 25px;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
}
@media screen and (max-width: 640px) {
    #contents .accordion-normal.design-03 > .accordion-body {
        position: relative;
        display: none;
        padding: 16px 15px 15px;
    }
    #contents .accordion-normal.design-03 > .accordion-body::before {
        left: 15px;
        width: calc(100% - 30px);
    }
}


/* common - accordion mobile
========================================*/

#contents .accordion-mobile .accordion-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    min-height: 260px;
    background-color: #EEEEEB;
}
#contents .accordion-mobile .accordion-title .title-text .title-main {
    display: block;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
#contents .accordion-mobile .accordion-title .title-text .title-sub {
    display: block;
    margin: 5px 0 0;
    padding: 15px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-image: url('/common/images/li_span_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (min-width: 641px) {
    #contents .accordion-mobile .accordion-title {
        pointer-events: none;
    }
    #contents .accordion-mobile .accordion-title .title-pict {
        display: none;
    }
    #contents .accordion-mobile .accordion-title .title-text .accordion-icon {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #contents .accordion-mobile .accordion-title {
        flex-direction: row;
        margin: 0;
        min-height: auto;
        cursor: pointer;
    }
    #contents .accordion-mobile .accordion-title .title-pict {
        display: block;
        width: 30%;
    }
    #contents .accordion-mobile .accordion-title .title-text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 55px 10px 15px;
        width: 70%;
    }
    #contents .accordion-mobile .accordion-title .title-text .title-main {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: left;
    }
    #contents .accordion-mobile .accordion-title .title-text .title-sub {
        margin: 3px 0 0;
        padding: 0;
        font-size: 13px;
        text-align: left;
        background-image: none;
    }
    #contents .accordion-mobile .accordion-title .title-text .accordion-icon {
        display: block;
        position: absolute;
        top: calc(50% - (20px / 2));
        right: 15px;
        width: 20px;
        height: 20px;
        fill: #000;
        transition: transform 0.3s ease;
    }
    #contents .accordion-mobile .accordion-title.active .title-text .accordion-icon {
        transform: rotate(180deg);
    }
    #contents .accordion-mobile .accordion-body {
        display: none;
        padding: 3px 0 0;
    }
}



/* common - point normal
========================================*/

/* design 01 */
#contents .point-normal.design-01 {
    overflow: hidden;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    background-color: #fff;
}
#contents .point-normal.design-01 > .point-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 25px 55px 25px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #eee;
    transition: background-color 0.3s ease;
}
@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-title {
        padding: 15px 45px 15px 15px;
        font-size: 13px;
    }
}

#contents .point-normal.design-01 > .point-title .point-icon {
    display: block;
    position: absolute;
    top: calc(50% - (20px / 2));
    right: 25px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: transform 0.3s ease;
}
#contents .point-normal.design-01 > .point-title.active .point-icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-title .point-icon {
        top: calc(50% - (16px / 2));
        right: 15px;
        width: 16px;
        height: 16px;
    }
}

#contents .point-normal.design-01 > .point-body {
    position: relative;
    display: none;
    padding: 26px 25px 25px;
}
#contents .point-normal.design-01 > .point-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

@media screen and (max-width: 640px) {
    #contents .point-normal.design-01 > .point-body {
        position: relative;
        display: none;
        padding: 16px 15px 15px;
    }
    #contents .point-normal.design-01 > .point-body::before {
        left: 15px;
        width: calc(100% - 30px);
    }
}

/* common - point mobile
========================================*/

#contents .point-mobile .point-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 3px;
    padding: 0;
    width: 100%;
    min-height: 260px;
    background-color: #EEEEEB;
}
#contents .point-mobile .point-title .title-text .title-main {
    display: block;
    color: #000;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
#contents .point-mobile .point-title .title-text .title-sub {
    display: block;
    margin: 5px 0 0;
    padding: 15px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    background-image: url('/common/images/li_span_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (min-width: 641px) {
    #contents .point-mobile .point-title {
        pointer-events: none;
    }
    #contents .point-mobile .point-title .title-pict {
        display: none;
    }
    #contents .point-mobile .point-title .title-text .point-icon {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #contents .point-mobile .point-title {
        flex-direction: row;
        margin: 0;
        min-height: auto;
        cursor: pointer;
    }
    #contents .point-mobile .point-title .title-pict {
        display: block;
        width: 30%;
    }
    #contents .point-mobile .point-title .title-text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 55px 10px 15px;
        width: 70%;
    }
    #contents .point-mobile .point-title .title-text .title-main {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 2px;
        text-align: left;
    }
    #contents .point-mobile .point-title .title-text .title-sub {
        margin: 3px 0 0;
        padding: 0;
        font-size: 13px;
        text-align: left;
        background-image: none;
    }
    #contents .point-mobile .point-title .title-text .point-icon {
        display: block;
        position: absolute;
        top: calc(50% - (20px / 2));
        right: 15px;
        width: 20px;
        height: 20px;
        fill: #000;
        transition: transform 0.3s ease;
    }
    #contents .point-mobile .point-title.active .title-text .point-icon {
        transform: rotate(180deg);
    }
    #contents .point-mobile .point-body {
        display: none;
        padding: 3px 0 0;
    }
}


/* common - proBox
========================================*/

#contents .proBoxWrap {
    position: relative;
}
#contents .proBox {
    margin-right: -3px;
    overflow: hidden;
    zoom: 1;
    width: 963px;
}
#contents .proBox .proBoxItem img {
    width: 100%;
}
#contents .proBox .proBoxItem a {
    display: block;
    width: 318px;
    position: relative;
    text-decoration: none;
}
#contents .proBox .proBoxItem a .text {
    color: #FFF;
    font-size: 180%;
    line-height: 1.4;
    letter-spacing: 4px;
    position: absolute;
    left: 20px;
    bottom: 13px;
    -webkit-font-smoothing: antialiased;
    width: 80%;
}
#contents .proBox .proBoxItem a .text span {
    display: block;
    line-height: 1;
    margin-left: -8px;
    height: 95px;
}
#contents .proBox .proBoxItem a span img {
    display: block;
    margin-bottom: 13px;
}
#contents .proBox .proBoxItem a:hover img {
    filter: alpha(opacity=0);
    opacity: 0;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
}
#contents .proBox .proBoxItem a .spImg {
    display: none;
}
#contents .proBox .proBoxItem a .arrow {
    display: none;
}
@media screen and (max-width: 640px) {
    #contents .proBox {
        margin: 0 0 80px 0;
        width: 100%;
    }
    #contents .proBox .proBoxItem img {
        display: none;
        width: 100%;
    }
    #contents .proBox .proBoxItem a .spImg {
        display: block;
    }
    #contents .proBox .proBoxItem a:hover img {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    #contents .proBox .proBoxItem a {
        display: block;
        width: 100%;
        position: relative;
    }
    #contents .proBox .proBoxItem a .fs1 {
        margin-bottom: -5px;
    }
    #contents .proBox .proBoxItem a .arrow {
        display: block;
        bottom: 20px;
        right: 20px;
        position: absolute;
        width: auto;
    }
}

#contents .proBox .link01 a {
    background: url(/kitchen/images/photo02_over.jpg) no-repeat;
}
#contents .proBox .link01 a .text {
    letter-spacing: 2px;
}
#contents .proBox .link02 a {
    background: url(/kitchen/images/photo03_over.jpg) no-repeat;
}
#contents .proBox .link02 a .text {
    letter-spacing: 2px;
}
#contents .proBox .link03 a {
    background: url(/kitchen/images/photo04_over.jpg) no-repeat;
}
#contents .proBox .link04 a {
    background: url(/kitchen/images/photo19_over.jpg) no-repeat;
}
@media screen and (max-width: 640px) {
    #contents .proBox .link01 a .text {
        letter-spacing: 2px;
    }
    #contents .proBox .link01 a .fs1 {
        margin-bottom: -3px;
    }
    #contents .proBox .link02 .text {
        width: 80%;
    }
    #contents .proBox .link02 a .fs1,
    #contents .proBox .link03 a .fs1 {
        margin-bottom: -2px;
    }
}

/* proBoxNavi */
#contents .proBoxWrap .proBoxNavi {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-arrow:after {
    left: 30%;
    top: 50%;
    -webkit-transform: skew(-145deg,0deg);
    -ms-transform: skew(-145deg,0deg);
    transform: skew(-145deg,0deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-prev {
    left: 20px;
    right: auto;
}
#contents .proBoxWrap .proBoxNavi .proBox-next {
    right: 20px;
    left: auto;
    transform: rotate(180deg);
}
#contents .proBoxWrap .proBoxNavi .proBox-prev:before,
#contents .proBoxWrap .proBoxNavi .proBox-prev:after,
#contents .proBoxWrap .proBoxNavi .proBox-next:before,
#contents .proBoxWrap .proBoxNavi .proBox-next:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #FFF;
}
@media screen and (max-width: 640px) {
    #contents .proBoxWrap .proBoxNavi {
        display: block;
    }
}



/* common - page-nav
========================================*/

#contents #nav-top {
    margin-top: 40px;
}
@media screen and (max-width: 640px) {
    #contents #nav-top {
        padding: 0 5%;
    }
}

#contents .page-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin: 0;
    padding: 0;
}
#contents .page-nav > li {
    display: block;
    width: calc(25% - (200px / 4));
}
#contents .page-nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #b1b1b1;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
#contents .page-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - (22px / 2));
    right: 15px;
    width: 22px;
    height: 22px;
    background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#contents .page-nav.anchor > li > a::after {
    content: '';
    transform: rotate(90deg)
}


@media screen and (min-width: 641px) {
    #contents .page-nav > li > a:hover {
        color: #000;
        background-color: #eee;
    }
}

@media screen and (max-width: 640px) {
    #contents .page-nav {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: left;
    }
    #contents .page-nav > li {
        width: calc(50% - (12px / 2));
    }
    #contents .page-nav > li > a {
        padding: 20px 12px;
        font-size: 12px;
    }
    #contents .page-nav > li > a::after {
        top: calc(50% - (20px / 2));
        right: 12px;
        width: 20px;
        height: 20px;
    }
}



/* common - section
========================================*/

#contents .section-normal {
    margin: 80px auto 0;
    width: 100%;
}
#contents .section-inner {
    margin: 0 auto;
    width: 960px;
}
@media screen and (max-width: 640px) {
    #contents .section-normal {
        margin: 80px 0 0;
        padding: 0 5%;
    }
    #contents .section-inner {
        width: 100%;
    }
}

#contents .group-section {
    margin: 80px auto 0;
    width: 960px;
}
#contents .group-section .section-normal:first-of-type {
    margin-top: 0;
}
@media screen and (max-width: 640px) {
    #contents .group-section {
        margin: 80px 0 0;
        padding: 0;
        width: 100%;
    }
    #contents .group-section .section-normal:first-of-type {
        margin-top: 0;
    }
}



/* common - section title
========================================*/

#contents .section-title-01 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
}
#contents .section-title-01 ~ .section-title-01 {
    margin-top: 30px;
}
@media all and (max-width: 640px) {
    #contents h3 {
        margin: 0 0 45px;
        padding: 35px 5% 23px;
        font-size: 22px;
        letter-spacing: 3px;
        line-height: 1.6;
    }

    #contents .section-title-01 {
        font-size: 20px;
    }
}



/* common - text
========================================*/

#contents .text-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}

#contents .text-title-underline {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    #contents .text-title-underline {
        margin: 0 0 10px;
        font-size: 14px;
        text-align: center;
    }
}

#contents .text-normal {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0;
}
#contents .text-normal ~ .text-normal {
    margin-top: 10px;
}
#contents .text-center {
    text-align: center;
}


/* common - children page header
========================================*/

#contents .childrenPage-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    #contents .childrenPage-header {
        flex-direction: column;
    }
}

#contents .childrenPage-header .header-visual {
    position: relative;
}
#contents .childrenPage-header .header-visual img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
}
#contents .childrenPage-header .header-visual .header-visual-caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 24px;
    line-height: 1.8;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
    #contents .childrenPage-header .header-visual .header-visual-caption {
        right: 10px;
        bottom: 10px;
        font-size: 16px;
    }
}

#contents .childrenPage-header .header-main.title-only {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#contents .childrenPage-header .header-main.title-only .title-box {
    margin: 0;
}

@media screen and (min-width: 641px) {
    #contents .childrenPage-header .header-main {
        width: 318px;
    }
    #contents .childrenPage-header .header-visual {
        width: 639px;
    }
}
@media screen and (max-width: 640px) {
    #contents .childrenPage-header .header-main {
        width: 100%;
    }
    #contents .childrenPage-header .header-visual {
        width: 100%;
    }
}



/* common - grid layout
========================================*/

#contents .grid-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    gap: 30px;
}
#contents .grid-normal.direction-column_to_row {
    flex-direction: column;
}
#contents .grid-normal.col-center {
    justify-content: center;
}
#contents .grid-normal.col-vertical-center {
    align-items: center;
}
#contents .grid-normal.panel-gap {
    gap: 3px;
}
#contents .grid-normal.add-margin {
    margin-top: 30px;
}
#contents .grid-normal.panel-add-margin {
    margin-top: 3px;
}
#contents .grid-normal.add-border-01 {
    border-top: dotted 1px #ccc;
    padding-top: 30px;
}
@media screen and (max-width: 640px) {
    #contents .grid-normal {
        flex-direction: column;
        gap: 30px 4%;
    }
    #contents .grid-normal.gap-mobile-small {
        gap: 14px 4%;
    }
    #contents .grid-normal.direction-mobile-reverse {
        flex-direction: column-reverse;
    }
    #contents .grid-normal.direction-mobile-row {
        flex-direction: row;
    }
    #contents .grid-normal.direction-column_to_row {
        flex-direction: row;
    }
    #contents .grid-normal.col-center {
        justify-content: center;
    }
    #contents .grid-normal.col-vertical-center {
        align-items: flex-start;
    }
}

#contents .grid-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media screen and (min-width: 641px) {
    #contents .grid-item.col_1-2 {
        width: calc(50% - (30px / 2));
    }
    #contents .panel-gap > .grid-item.col_1-2 {
        width: calc(50% - (3px / 2));
    }
    #contents .grid-item.col_1-3 {
        width: calc(33.33333% - (60px / 3));
    }
    #contents .panel-gap > .grid-item.col_1-3 {
        width: calc(33.33333% - (6px / 3));
    }
    #contents .grid-item.col_2-3 {
        width: calc(66.66666% - ((60px / 3) * 2));
    }
    #contents .grid-item.col_1-4 {
        width: calc(25% - (90px / 4));
    }
    #contents .grid-item.col_1-6 {
        width: calc(16.6666666667% - (150px / 6));
    }
    #contents .panel-gap > .grid-item.col_1-4 {
        width: calc(25% - (9px / 4));
    }
    #contents .grid-item.col_1-3.pull-right {
        margin-left: 156px;
    }
}

@media screen and (max-width: 640px) {
    #contents .grid-item.col_1-2 {
        width: 100%;
    }
    #contents .grid-item.col_1-3 {
        width: 100%;
    }
    #contents .grid-item.col_1-4 {
        width: 100%;
    }
    #contents .grid-item.mobile-col_1-2 {
        width: calc(50% - (4% / 2));
    }
    #contents .panel-gap > .grid-item.mobile-col_1-2 {
        width: calc(50% - (3px / 2));
    }
}

#contents .grid-item .item-margin {
    margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
    #contents .grid-item .item-margin {
        margin: 20px 0 0;
    }
}
@media screen and (min-width: 641px) {
    #contents .grid-item.col_1-2.border-line {
        padding-left: 20px;
        border-left: 2px dotted #b1b1b1;
    }
}

/* item-caption */
#contents .grid-normal .grid-item .item-caption {
    display: block;
    padding: 0;
    line-height: 1.8;
}
#contents .grid-normal .grid-item .item-caption .caption-title {
    display: block;
    margin: 10px 0 5px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
}

#contents .grid-item video {
    width: 100%;
}


/* common - link list section
----------------------------------------*/

#contents .section-link {
    margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
    #contents .section-link {
        margin: 30px 0 0;
    }
}
#contents .link-list {
    margin: 0 auto;
    max-width: 600px;
}
@media screen and (max-width: 640px) {
    #contents .link-list {
        max-width: 640px;
        gap: 10px;
    }
}



/* common - link btn
----------------------------------------*/

/* linkBtn 01 */
#contents .linkBtn-01 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 15px 50px 15px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px auto;
    background-color: #fff;
    border: solid 1px #b1b1b1;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-01 a {
        font-size: 13px;
        justify-content: center;
    }
}

#contents .linkBtn-01 a .link-icon {
    display: block;
    max-width: 34px;
}
#contents .linkBtn-01 a .link-icon img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 34px;
    width: auto;
    max-height: 34px;
}

@media screen and (min-width: 641px) {
    #contents .linkBtn-01 a:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}

/* ダークカラー */
#contents .linkBtn-01.dark a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-image: none;
    background-color: rgb(66, 66, 66);
    border: solid 1px #b1b1b1;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
@media screen and (min-width: 641px) {
    #contents .linkBtn-01.dark a:hover {
        opacity: 0.7;
    }
}

/* 矢印下向き */
#contents .linkBtn-01.anchor a {
    position: relative;
    background-image: none;
}
#contents .linkBtn-01.anchor a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
    background-size: 100%;
    transform: rotate(90deg);
}

/* linkBtn 02 */
@media screen and (min-width: 641px) {
    #contents .linkBtn-02 a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #333;
        text-decoration: none;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }
    #contents .linkBtn-02 a .btn-pict {
        display: block;
        width: 30%;
    }
    #contents .linkBtn-02 a .btn-text {
        display: block;
        padding: 0 55px 0 15px;
        width: 70%;
    }
    #contents .linkBtn-02 a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02 a::after {
        content: '';
        position: absolute;
        top: calc(50% - (30px / 2));
        right: 15px;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(/kitchen/bbplus/images/icon_arrow_b.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transform: rotate(90deg);
    }
    #contents .linkBtn-02 a:hover {
        color: #333;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-02 a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #000;
        text-decoration: none;
        background-image: url('/common/images/icon02.png');
        background-position: center bottom 12px;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    #contents .linkBtn-02 a .btn-pict {
        display: none;
    }
    #contents .linkBtn-02 a .btn-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        width: 100%;
        min-height: 100px;
        text-align: center;
    }
    #contents .linkBtn-02 a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
}

/* linkBtn 02 - display reverse */
@media screen and (min-width: 641px) {
    #contents .linkBtn-02-display-reverse a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #333;
        text-decoration: none;
        background-image: url('/common/images/icon02.png');
        background-position: center bottom 12px;
        background-repeat: no-repeat;
        background-color: #fff;
        transition: background-color 0.3s ease;
    }
    #contents .linkBtn-02-display-reverse a .btn-pict {
        display: none;
    }
    #contents .linkBtn-02-display-reverse a .btn-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        width: 100%;
        min-height: 120px;
        text-align: center;
    }
    #contents .linkBtn-02-display-reverse a .btn-text span {
        margin: 0 7px;
        font-size: 18px;
        font-weight: bold;
    }
    #contents .linkBtn-02-display-reverse a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02-display-reverse a .btn-text.point {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        width: 100%;
        min-height: 120px;
    }
    #contents .linkBtn-02-display-reverse a:hover {
        color: #333;
        background-color: #eee;
    }
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-02-display-reverse a {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
        color: #000;
        text-decoration: none;
        background-color: #fff;
        transition: opacity 0.3s ease;
    }
    #contents .linkBtn-02-display-reverse a .btn-pict {
        display: block;
        width: 30%;
    }
    #contents .linkBtn-02-display-reverse a .btn-text {
        display: block;
        padding: 0 55px 0 15px;
        width: 70%;
    }
    #contents .linkBtn-02-display-reverse a .btn-text span {
        margin: 0 7px;
        font-size: 18px;
        font-weight: bold;
    }
    #contents .linkBtn-02-display-reverse a .btn-text p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #contents .linkBtn-02-display-reverse a .btn-text.point {
        padding: 15px 0 15px 15px;
        text-indent: -35px;
        margin-left: 40px;
    }
    #contents .linkBtn-02-display-reverse a::after {
        content: '';
        position: absolute;
        top: calc(50% - (30px / 2));
        right: 15px;
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(/kitchen/bbplus/images/icon_arrow_b.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        transform: rotate(90deg);
        transition: transform 0.3s ease;
    }
}

/* linkBtn 03 */
#contents .linkBtn-03 a {
    display: block;
    margin: 0;
    padding: 10px 40px 10px 5px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    background-image: url(/common/images/icon04.gif);
    background-position: right 5px center;
    background-repeat: no-repeat;
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
}

/* linkBtn 04 */
#contents .linkBtn-04 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 15px;
    padding: 25px 65px 25px 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 30px auto;
    background-color: #fff;
    border: solid 1px #b1b1b1;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
@media screen and (max-width: 640px) {
    #contents .linkBtn-04 a {
        padding: 15px 50px 15px 15px;
        font-size: 13px;
        background-position: right 15px center;
    }
}
@media screen and (min-width: 641px) {
    #contents .linkBtn-04 a:hover {
        color: #000;
        text-decoration: none;
        background-color: #eee;
    }
}



/* common - pict
========================================*/

#contents .pict-thumb {
    position: relative;
}
#contents .pict-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
#contents .pict-thumb a {
    display: block;
    text-decoration: none;
}
#contents .pict-thumb a img {
    transition: opacity 0.3s ease;
}
#contents .pict-thumb .item-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #626262;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
}
#contents .pict-thumb .item-icon::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents .pict-thumb .item-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
@media screen and (min-width: 641px) {
    #contents .pict-thumb a:hover img {
        opacity: 0.7;
    }
    #contents .pict-thumb a:hover .item-icon {
        background-color: #fff;
    }
    #contents .pict-thumb a:hover .item-icon::before,
    #contents .pict-thumb a:hover .item-icon::after {
        background-color: #000;
    }
}

#contents .pict-thumb .pict-caption-normal {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
}

/* 画像無しの＋アイコン */
#contents.feature .text-link .colorbox,
#contents.feature .text-link .popup {
    display: inline;
}
#contents .text-link .colorbox.cboxElement .item-icon {
    position: absolute;
    right: -35px;
    bottom: -2px;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #626262;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
}
#contents .text-link .colorbox.cboxElement .item-icon::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents .text-link .colorbox.cboxElement .item-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 16px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
@media screen and (min-width: 641px) {
    #contents .text-link  a:hover .item-icon {
        opacity: 0.7;
    }
}

/* リフォームのポイント */
#contents .pict-thumb.no {
    padding: 45px;
}


/* common - bnr pict and text
========================================*/

#contents .bnr-pictAndText {
    display: block;
    margin: 0;
    padding: 0;
}
#contents .bnr-pictAndText.margin-feature {
    margin-top: 3px;
}
#contents .bnr-pictAndText.color-light {
    background-color: #ece8e1;
}
#contents .bnr-pictAndText.color-dark {
    background-color: #424242;
}
#contents .bnr-pictAndText a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
#contents .bnr-pictAndText.color-dark a {
    color: #fff;
}
@media screen and (min-width: 641px) {
    #contents .bnr-pictAndText a:hover {
        opacity: 0.7;
    }
}

#contents .bnr-item-pict {
    display: block;
    width: 50%;
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-pict {
        width: 30%;
    }
}

#contents .bnr-item-text {
    display: block;
    margin: 0;
    padding: 20px 70px 20px 20px;
    width: 50%;
    background-image: url(/kitchen/bbplus/images/icon_arrow_b.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 40px auto;
}
#contents .bnr-pictAndText.color-dark .bnr-item-text {
    background-image: url(/kitchen/bbplus/images/icon_arrow_w.png);
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text {
        padding: 10px 55px 10px 15px;
        width: 70%;
        background-position: right 15px center;
        background-size: 30px auto;
    }

    #contents .bnr-pictAndText.pict-none-mobile .bnr-item-pict {
        display: none;
    }
    #contents .bnr-pictAndText.pict-none-mobile .bnr-item-text {
        padding: 20px 55px 20px 15px;
        width: 100%;
    }
}

#contents .bnr-item-text .item-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text .item-title {
        font-size: 18px;
    }
}

#contents .bnr-item-text .item-text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .bnr-item-text .item-text {
        margin-top: 3px;
        font-size: 13px;
    }
}



/* common - youtube
========================================*/

#contents .box-youtube {
    position: relative;
    display: block;
}
#contents .box-youtube iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


/* common - carousel
========================================*/

#contents .swiper {
    position: relative;
}

#contents .carousel-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin: 20px 0 0;
}
#contents .carousel-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 25px;
    height: 5px;
    background-color: #e6e6e6;
    opacity: 1;
}
#contents .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
    background-color: #fabe00;
    opacity: 1;
}

#contents .carousel-nav .nav-arrow {
    position:absolute;
    top:calc(50% - 45px); /* ページネーションの高さ：25px + 矢印の半分の高さ：20px */
    display:block;
    width:30px;
    height:40px;
    cursor:pointer;
    z-index: 10;
    border: none;
    background-color: transparent;
}
#contents .carousel-nav .nav-arrow::before,
#contents .carousel-nav .nav-arrow::after {
    content:'';
    position:absolute;
    width:50%;
    height:50%;
    display: block;
    background-color:#FFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
#contents .carousel-nav .nav-arrow::before {
    left:30%;
    top:0;
    transform:skew(145deg,0deg);
}
#contents .carousel-nav .nav-arrow::after {
    left:30%;
    top:50%;
    transform:skew(-145deg,0deg);
}
#contents .carousel-nav .nav-prev {
    left: 2.5%;
}
#contents .carousel-nav .nav-next {
    right: 2.5%;
    transform: rotate(180deg);
}
#contents .carousel-nav .swiper-button-disabled {
    display: none;
}



/* common - feature copy and list
========================================*/

#contents .feature-copy {
    margin: 0 0 3px;
    padding: 30px;
    width: 100%;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center;
    background-color: #ece8e1;
}
@media screen and (max-width: 640px) {
    #contents .feature-copy {
        margin: 0 0 3px;
        padding: 20px 10px;
        font-size: 13px;
    }
}

#contents .feature-thumb-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
    margin: 0;
    padding: 0;
}
#contents .feature-thumb-list .feature-thumb-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: calc(33.33333% - (6px / 3));
}
@media screen and (max-width: 640px) {
    #contents .feature-thumb-list .feature-thumb-item {
        width: calc(50% - (3px / 2));
    }
}

#contents .feature-thumb-list .feature-thumb-item a {
    position: relative;
    display: block;
    text-decoration: none;
}
#contents .feature-thumb-list .feature-thumb-item a .item-thumb img {
    display: block;
    width: 100%;
    height: auto;
}
#contents .feature-thumb-list .feature-thumb-item a .item-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.3) 100%);
    z-index: 5;
    transition: background-color 0.3s ease;
}
#contents .feature-thumb-list .feature-thumb-item a:hover .item-thumb::before {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}
#contents .feature-thumb-list .feature-thumb-item .item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    padding: 15px 60px 15px 20px;
    width: 100%;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
    background-image: url('/common/images/icon09.png');
    background-position: right 20px center;
    background-repeat: no-repeat;
    z-index: 10;
}
@media screen and (max-width: 640px) {
    #contents .feature-thumb-list .feature-thumb-item .item-text {
        padding: 10px 30px 10px 10px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
        background-position: right 10px center;
        background-size: 20px auto;
    }
}



/* common - movie
========================================*/

#mv-player {
    width: 100%;
    height: auto !important;
}
@media screen and (min-width: 641px) {
    #mv-player {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        height: auto;

    }
}
#mv-player-wrap {
    position: relative;
    /*width: 100%;*/
    width: 1220px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9;
    height: auto;
}
#mv-player-main {
    width: 100%;
    vertical-align: bottom;
    transition: opacity 0.7s ease-in-out;
    opacity: 0;
}
#mv-player-main._active {
    opacity: 1;
}
#mv-player-scroll._active {
    opacity: 1;
}
#mv-player-btn {
    position: absolute;
    left: 50%;
    z-index: 1;
    margin-left: -140px;
    transition: opacity 0.7s;
    opacity: 0;
    pointer-events: none;
}
#mv-player-btn._active {
    opacity: 1;
    pointer-events: inherit;
}
#mv-player-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
}
#mv-player-btn a:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 18px;
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
}
#mv-player-spacer {
    width: 1px;
    display: none;
}
@media screen and (max-width: 640px) {
    #mv-player-wrap {
        position: relative;
        width: 1220px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 16 / 9;
        height: auto;
        margin-top: 0 !important;
    }
    #mv-player {
        top: 121px;
    }
    #mv-player-scroll {
        right: 20px;
        width: 34px;
    }
    #mv-player-btn {
        margin-left: -75px;
    }
    #mv-player-btn a {
        width: 150px;
        height: 32px;
        font-size: 12px;
    }
    #mv-player-btn a:before {
        top: 15px;
        right: 15px;
        width: 6px;
        height: 6px;
    }
}

#mv-player-btn div:before {
    content: "";
    position: absolute;
    right: 22px;
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 2px;
    border-right: solid 2px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

#mv-player-main {
    transition: opacity 1.5s ease-in-out;
}

#mv-player-main video {
    width: 100%;
}

#mv-player-main .video--sp {
    display: none;
}
@media screen and (min-width: 641px) {
    #mv-player {
        position: relative;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #mv-player-btn {
        bottom: 60px;
    }
}


@media screen and (max-width: 640px) {

    #mv-player-btn {
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
        bottom: -25px;
        z-index: 100;
    }

    #mv-player-main .video--pc {
        display: none;
    }

    #mv-player-main .video--sp {
        display: block;
    }
}
#mv-player{
    overflow: visible;
}
#mv-player,
#mv-player-wrap{
    position: relative;
}
.movie-ctrl-button {
    position: absolute;
    left: 30px;
    bottom: 14px;
    z-index: 2;
    width: 30px;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.movie-ctrl-button img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
#mv-player video{
    display: block;
}
#mv-player-wrap .movie-play { opacity: 1; pointer-events: auto; }
#mv-player-wrap.bg-video-play .movie-play { opacity: 0; pointer-events: none;
    z-index: 1; }
#mv-player-wrap.bg-video-play .movie-pause { opacity: 1; pointer-events: auto; }

@media screen and (max-width: 640px) {
    #mv-player .movie-ctrl-button {
        position: absolute;
        left: 10px;
        bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    #mv-player .movie-button {
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
}



/* index - video
========================================*/

#contents .section-visual {
    margin-top: 40px;
}
#introduction .mainVisual img {
    width: 100%;
}
@media screen and (max-width: 640px) {
    #contents .section-visual {
        margin-bottom: 65px;
        padding: 0;
    }
    #introduction .mainVisual p.caption {
        margin-top: 40px;
        text-align: center;
    }
}

@media screen and (min-width: 641px) {
    #introduction .mainVisual {
        position: relative;
    }
    #introduction .mainVisual p.caption {
        position: absolute;
        left: 20px;
        bottom: 0;
        font-size: 24px;
        line-height: 1.8;
        text-align: left;
        color: #fff;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

/* index - introduction
========================================*/

#introduction .title {
    margin: 0 0 60px;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 4px;
    background-image: none;
    border: none;
}
@media screen and (max-width: 640px) {
    #introduction .title {
        margin: 0 0 30px;
        font-size: 16px;
        letter-spacing: 2px;
    }
}

#introduction .text {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 2.4;
    text-align: center;
}
#introduction .text ~ .text {
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
    #introduction .text {
        font-size: 13px;
        line-height: 2;
        text-align: left;
        letter-spacing: 1px;
    }
    #introduction .text ~ .text {
        margin-top: 30px;
    }
}



/* index - scene
========================================*/

@media screen and (max-width: 640px) {
    #contents .scene {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
#contents .scene-about .scene-no {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
#contents .scene-about .scene-no .scene-no_title {
    display: block;
    padding: 10px 25px;
    background-color: #363636;
}
#contents .scene-about .scene-no .scene-no_num {
    display: block;
    padding: 10px 15px;
    background-color: #A5A5A5;
}
#contents .scene-about .scene-title {
    margin: 20px 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 6px;
    background-image: none;
    border: none;
}
@media screen and (max-width: 640px) {
    #contents .scene-about .scene-title {
        margin: 20px 0 0;
        font-size: 18px;
        letter-spacing: 2px;
    }
}
#contents .scene-about .scene-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
}
#contents .scene-about .scene-text ~ .scene-text {
    margin-top: 10px;
}
@media screen and (max-width: 640px) {
    #contents .scene-about .scene-text {
        display: none;
    }
}


/* scene-list */
#contents .scene-list {
    margin: 60px 0 0;
}
@media screen and (max-width: 640px) {
    #contents .scene-list {
        margin: 30px 0 0;
        gap: 10px;
    }
}

#contents .scene-list > li a {
    overflow: hidden;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #ece8e1;
    border-radius: 5px;
}
#contents .scene-about .scene-no {
    margin: 0;
    font-size: 13px;
}
#contents .scene-list .scene-about .scene-no .scene-no_title {
    padding: 8px 25px;
    font-weight: normal;
}
#contents .scene-list .scene-about .scene-no .scene-no_num {
    padding: 8px 15px;
}
#contents .scene-list .scene-about .scene-title {
    position: relative;
    margin: 0;
    padding: 15px 56px 20px 20px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
}
#contents .scene-list > li a .scene-about .scene-title::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - (26px / 2));
    right: 15px;
    width: 26px;
    height: 26px;
    background-image: url('/kitchen/bbplus/images/icon_arrow_b.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
@media screen and (min-width: 641px) {
    #contents .scene-list > li a:hover .scene-about .scene-title::after {
        transform: rotate(90deg) translateX(10px);
    }
}



/* index - Self Styling PLAN
========================================*/

@media screen and (max-width: 640px) {
    #contents .plan {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
#contents .plan-about .plan-no {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}
#contents .plan-about .plan-no .plan-no_title {
    display: block;
    padding: 10px 25px;
    background-color: #363636;
}
#contents .plan-about .plan-no .plan-no_num {
    display: block;
    padding: 10px 15px;
    background-color: #A5A5A5;
}
#contents .plan-about .plan-title {
    margin: 20px 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 6px;
    background-image: none;
    border: none;
}
@media screen and (max-width: 640px) {
    #contents .plan-about .plan-title {
        margin: 20px 0 0;
        font-size: 18px;
        letter-spacing: 2px;
    }
}
#contents .plan-about .plan-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
}
#contents .plan-about .plan-text ~ .plan-text {
    margin-top: 10px;
}
@media screen and (max-width: 640px) {
    #contents .plan-about .plan-text {
        display: none;
    }
}


/* plan-list */
#contents .plan-list {
    margin: 60px 0 0;
}
@media screen and (max-width: 640px) {
    #contents .plan-list {
        margin: 30px 0 0;
        gap: 10px;
    }
}
#contents .plan-list > li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#contents .plan-list > li a {
    overflow: hidden;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #FFF;
}
#contents .plan-list .plan-about .plan-no .plan-no_title {
    padding: 8px 25px;
    font-weight: normal;
}
#contents .plan-list .plan-about .plan-no .plan-no_num {
    padding: 8px 15px;
}
#contents .plan-list .plan-about .plan-title {
    position: relative;
    margin: 0;
    padding: 15px 20px 20px 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
}
@media screen and (min-width: 641px) {
    #contents .plan-list > li a:hover .plan-about .plan-title::after {
        transform: rotate(90deg) translateX(10px);
    }
}



/* index - pickup
========================================*/

#contents .section-pickup {
    margin-top: 30px;
}
@media screen and (max-width: 640px) {
    #contents .section-pickup {
        margin: 20px 0 0;
        padding: 0;
    }
}

#contents .section-pickup .pickup-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    #contents .section-pickup .pickup-title {
        padding: 0 5%;
        font-size: 14px;
        text-align: center;
    }
}

#contents .scene-pickup {
    margin: 10px 0 0;
}
@media screen and (max-width: 640px) {
    #contents .scene-pickup {
        padding: 0 2.5%;
    }
}
#contents .scene-pickup .swiper-wrapper .swiper-slide.full {
    display: block;
}
#contents .scene-pickup .swiper-wrapper .swiper-slide a,
#contents .scene-pickup .swiper-wrapper .swiper-slide .no-link {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    margin: 0;
    padding: 10px 10px 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #f9f9f8 50%, #f9f9f8 100%);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #363636;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}
#contents .scene-pickup .swiper-wrapper .swiper-slide .pickup-text {
    flex-grow: 1;
    margin: 0;
    padding: 10px 35px 20px 0;
    font-size: 12px;
    line-height: 1.6;
    background-image: url('/kitchen/bbplus/images/icon_arrow_w.png');
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 30px auto;
}

@media screen and (min-width: 641px) {
    #contents .scene-pickup .swiper-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        gap: 20px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #contents .scene-pickup .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0;
        padding: 0;
        width: calc(25% - (60px / 4));
        height: auto;
    }
    #contents .scene-pickup .swiper-wrapper .swiper-slide.full {
        width: calc(33% - (30px / 3));
    }
    #contents .scene-pickup .swiper-wrapper .swiper-slide a:hover {
        opacity: 0.7;
    }

    #contents .section-pickup .carousel-pagination {
        display: none;
    }
    #contents .section-pickup .carousel-nav {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #contents .scene-pickup .swiper-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0;
        padding: 0 0;
        width: 100%;
    }
    #contents .scene-pickup .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin: 0;
        padding: 0 2.5%;
        width: 100%;
        max-width: 290px;
        height: auto;
    }
    #contents .scene-pickup .swiper-wrapper .swiper-slide.full {
        max-width: 100%;
    }
}



/* index - items
========================================*/

@media screen and (max-width: 640px) {
    #contents #items {
        margin-top: 10px;
    }
}



/* index - set plans
========================================*/

@media screen and (max-width: 640px) {
    #contents #set-plans {
        margin-top: 10px;
    }
}



/* index - kitchen storage
========================================*/

@media screen and (max-width: 640px) {
    #contents #kitchen-storage {
        margin-top: 10px;
    }
}



/* index - plan idea
========================================*/

#contents .plan-idea-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 3px;
    margin: 0;
    padding: 0;
}
#contents .plan-idea-list > li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(50% - (3px / 2));
}
#contents .plan-idea-list > li a {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #424242;
    transition: opacity 0.3s ease;
}

#contents .plan-idea-list > li a .item-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    padding: 20px 70px 20px 30px;
    width: 100%;
    background-image: url('/kitchen/bbplus/images/icon_arrow_w.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 30px auto;
}
#contents .plan-idea-list > li a.link-blank .item-info {
    background-image: url('/kitchen/bbplus/images/icon_blank_w.png');;
}
@media screen and (max-width: 640px) {
    #contents .plan-idea-list > li a .item-info {
        padding: 10px 37px 10px 12px;
        width: 100%;
        background-position: right 12px center;
        background-size: 20px auto;
    }
}

#contents .plan-idea-list > li a .item-info .item-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .plan-idea-list > li a .item-info .item-title {
        font-size: 13px;
        font-weight: normal;
    }
}

#contents .plan-idea-list > li a .item-info .item-text {
    margin: 5px 0 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    #contents .plan-idea-list > li a .item-info .item-text {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    #contents .plan-idea-list > li a:hover {
        opacity: 0.7;
    }
}



/* index -
========================================*/

#contents .section-showroom {
    background-color: #ece8e1;
}
#contents .section-showroom .section-inner {
    padding: 70px 0;
}
@media screen and (max-width: 640px) {
    #contents .section-showroom .section-inner {
        padding: 40px 0;
    }
}

#contents .section-showroom .title-showroom {
    margin: 0 0 30px;
    padding: 0;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-align: left;
    background-image: none;
    border: none;
}
@media screen and (max-width: 640px) {
    #contents .section-showroom .title-showroom {
        margin: 0 0 15px;
        font-size: 19px;
        text-align: center;
    }
}

#contents .section-showroom .pr-showroom {
    gap: 40px;
}
#contents .section-showroom .pr-showroom .grid-pict {
    width: 480px;
}
#contents .section-showroom .pr-showroom .grid-text {
    width: 440px;
}
@media screen and (max-width: 640px) {
    #contents .section-showroom .pr-showroom {
        flex-direction: column;
        gap: 30px;
    }
    #contents .section-showroom .pr-showroom .grid-pict {
        width: 100%;
    }
    #contents .section-showroom .pr-showroom .grid-text {
        width: 100%;
    }
}

#contents .section-showroom .pr-showroom .grid-text .item-title {
    margin: 0;
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 1.3;
}
@media screen and (max-width: 640px) {
    #contents .section-showroom .pr-showroom .grid-text .item-title {
        font-size: 14px;
        text-align: center;
    }
}

#contents .section-showroom .pr-showroom .grid-text .item-linkBtn {
    margin: 20px 0 0;
}
#contents .section-showroom .pr-showroom .grid-text .item-linkBtn a {
    display: block;
    padding: 15px 50px 15px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    background-image: url('/kitchen/bbplus/images/icon_arrow_w.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px auto;
    background-color: #424242;
    border-radius: 5px;
    transition: opacity 0.3s ease;
}

#contents .section-showroom .pr-showroom .grid-text .item-text {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 1.8;
}

@media screen and (min-width: 641px) {
    #contents .section-showroom .pr-showroom .grid-text .item-linkBtn a:hover {
        opacity: 0.7;
    }
}



/* feature - mainVisual
========================================*/

#contents .mainVisual li {
    min-height: 125px;
}

@media all and (max-width: 640px) {
    #contents.feature .mainVisual ul {
        width: 100%;
    }

    #contents .mainVisual li {
        float: left;
        margin: 0 2px 0;
        width: calc(50% - 4px);
    }
    #contents .mainVisual .speLink {
        width: calc(50% - 4px);
    }
}



/* common - features other links (features override)
========================================*/

#contents .features-otherLinks {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}
#contents .features-otherLinks > li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 3px 0 0 3px;
    padding: 0;
    width: calc(33.33333% - 2px);
}
@media all and (min-width: 641px) {
    #contents .features-otherLinks > li:nth-child(-n+3) {
        margin-top: 0;
    }
    #contents .features-otherLinks > li:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    #contents .features-otherLinks {
        flex-direction: column;
    }
    #contents .features-otherLinks > li {
        margin: 3px 0 0 0;
        width: 100%;
    }
    #contents .plan-thumbList .plan-item:nth-child(-n+1) {
        margin-top: 0;
    }
}
#contents .features-otherLinks > li a {
    display: block;
    background-color: #fff;
    transition: background-color 0.2s ease;
}
#contents .features-otherLinks > li a span {
    background-color: transparent !important;
}
#contents .features-otherLinks > li a .textBox {
    background-position: right 20px center;
}
#contents .features-otherLinks > li a .textBox span {
    background-image: none !important;
}
#contents .features-otherLinks > li a .textP {
    width: 100%;
    box-sizing: border-box;
}

#contents .features-otherLinks > li a:hover {
    background-color: #eee;
}

@media (max-width: 640px) {
    #contents .spWrap {
        /*padding: 0 30px;*/
    }
    #contents .spWrap .comparisonUl {
        display: block;
    }
    #contents .spWrap .comparisonUl li + li {
        margin-top: 3px;
    }

    #contents .spWrap .features02 li {
        height: auto !important;
        min-height: 0 !important;
    }
    #contents .spWrap .features02 li + li {
        margin-top: 3px;
    }

    #contents .spWrap .features02 li a {
        display: flex;
    }

    #contents .spWrap .features02 li a .sp-image {
        display: block;
        min-width: 40%;
        max-width: 40%;
        height: auto;
        aspect-ratio: 3 / 4;
    }
    #contents .spWrap .features02 li a img {
        width: 100%;
        height: 100%;
    }
    #contents .spWrap .features02 li a .textBox {
        background: url(/common/images/icon10.png) no-repeat 93% 93%;
    }
    #contents .spWrap .features02 li a .textBox .textP{
        padding: 25px;
    }
    #contents .features02 li a .textP > b {
        display: block;
        font-size: 16px;
        margin-bottom: 0.5em;
    }
}
@media (min-width: 641px) {
    #contents .spWrap .features02 li a img {
        width: 100%;
        height: auto;
    }
    #contents .features02 li a .textP > b {
        color: #333;
        display: block;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 3px
    }
    #contents .features02 li a:hover .textP > b {
        background-color: transparent;
    }
}



/* common - Other
========================================*/
#contents .border-box {
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #b1b1b1;
}

#contents .separator-line {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #333;
}

#contents .title-gray {
    margin: 0 auto 30px;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    background-color: #A5A5A5;
}

/* Popup
========================================*/
 
#contents .photoUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    padding-bottom: 0;
}
#contents .photoUl li img {
     width: 100%;
     height: auto;
}
#contents .photoUl li .photo {
    height: auto;
    margin-bottom: 0;
}
.popBox {
     max-width: 100%;
 }
.popBox .inner {
     padding: 0 20px 0 0;
     overflow: hidden;
     background-color: #fff;
     margin-bottom: 4px;
     padding-right: 20px;
}
.popBox.plan .inner {
    padding: 0;
}
#contents .photoUl li .photo a:hover img {
     filter: alpha(opacity=70);
     opacity: .7;
     transition-duration: .2s;
     transition-timing-function: ease-in;
     -webkit-transition-duration: .2s;
     -webkit-transition-timing-function: ease-in;
     -moz-transition-duration: .2s;
     -moz-transition-timing-function: ease-in;
 }
 #contents .photoUl li p {
     color: #333;
 }
 #contents .photoUl li p span {
     background-color: #CCC;
     color: #fff;
     display: inline-block;
     height: 16px;
     margin: -2px 5px 0 0;
     line-height: 1.3;
     width: 16px;
     border-radius: 8px;
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     behavior: url(/common/js/pie.htc);
     font-size: 110%;
     vertical-align: middle;
     text-align: center;
}

@media (max-width: 640px) {
     #cboxContent,
     #cboxLoadedContent {
          width: 440px !important;
          margin: 0 auto;
          margin-top: 32px;
          display: block;
     }
     #contents .photoUl {
          width: 100%;
     }
     #contents .photoUl li {
          width: 100%;
     }
     #contents.index .photoList {
          margin: 0 0 56px 0;
          width: calc(100% - 60px);
          padding: 0 30px;
     }
     #contents.index .photoList li {
          float: none;
          padding: 0px;
          margin-bottom: 20px;
          width: 100%;
     }
     #contents.index .photoList {
          margin: 0 0 56px 0;
                         width: calc(100% - 60px);
		padding: 0 30px;
	}
     #contents.index .photoList li {
          float: none;
          padding: 0px;
          margin-bottom: 20px;
          width: 100%;
     }
     #contents.index .photoUl {
          margin-right: 0px;
               width: 100%;
	}
     .popBox.plan {
          width: auto;
     }
     .popBox.plan .inner {
          padding-right: 0;
     }
     .popBox.plan .inner .photoBox {
          float: none;
          width: 100%;
     }
     .popBox.plan .inner .textBox {
          float: none;
          margin: 20px;
          width: calc(100% - 40px);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
     }
     .popBox.plan .inner .textBox p {
          margin: 0 0 20px 5px;
     }
     .popBox.plan ul {
          margin-right: 0;
          width: 100%;
     }
     .popBox li {
          margin:0 1px;
          width: calc(50% - 2px);
     }
     #contents.plan .photoUl {
          width: 90%;
          margin: auto;
     }
     #contents.plan .photoUl li {
          width: 100%;
     padding: 0 0 23px;
     }
     #contents.plan .photoUl li .photo {
          margin: 0 0 10px;
     }
}

.readmore {
    position: relative;
    margin: 60px 0;
}
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 420px; /*高さの初期値*/
}
.readmore-content.height-none {
    height: 0; /*高さの初期値*/
}

/* ボタン背面のぼかしor隠し処理 */
.readmore-content::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f9f9f8;
    z-index: 110;
}

/* 開閉ボタン */
.readmore-label {
    display: table;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 20px auto 0;
    padding: 15px 20px 15px 25px;
    color: #000;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    z-index: 120;
}
.readmore-label:before {
    content: '一覧を見る　＋';
}

.readmore-check {
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before {
    content: '閉じる　×';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
    height: auto;
}
/*チェック時にグラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

@media screen and (max-width: 640px) {
     .readmore-content::before {
        height: 120px;
    }
     .readmore-content::before {
        background: -webkit-linear-gradient(top, rgba(249,249,248,0) 0%, rgba(249,249,248,0.8) 50%, rgba(249,249,248,0.8) 50%, #f9f9f8 100%);
        background: linear-gradient(top, rgba(249,249,248,0) 0%, rgba(249,249,248,0.8) 50%, rgba(249,249,248,0.8) 50%, #f9f9f8 100%);
    }
}


/* plan
========================================*/

#contents.plan .mainVisual {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
    z-index: 100;
}
#contents.plan .mainVisual * {
    box-sizing: border-box;
}
#contents.plan .mainVisual > figure {
    width: 639px;
}
@media all and (max-width: 640px) {
    #contents.plan .mainVisual {
        flex-direction: column;
        justify-content: flex-start;
    }
    #contents.plan .mainVisual > figure {
        width: 100%;
    }
}

/* plan list */
#contents.plan .plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
#contents.plan .plan-list .plan-item {
    display: block;
    margin: 3px 0 0 3px;
    padding: 0;
    width: calc(50% - 1.5px);
}
@media all and (min-width: 641px) {
    #contents.plan .plan-list .plan-item:nth-child(-n+2) {
        margin-top: 0;
    }
    #contents.plan .plan-list .plan-item:nth-child(2n+1) {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    #contents.plan .plan-list .plan-item {
        margin: 3px 0 0;
        width: 100%;
    }
    #contents.plan .plan-list .plan-item:nth-child(-n+1) {
        margin-top: 0;
    }
}

#contents.plan .plan-list .plan-item a {
    display: block;
    text-decoration: none;
}
#contents.plan .plan-list .plan-item .plan-photo {
    position: relative;
}
#contents.plan .plan-list .plan-item .plan-photo .item-no {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
#contents.plan .plan-list .plan-item .plan-photo .item-no em {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}
#contents.plan .plan-list .plan-item a .plan-photo img {
    transition: opacity 0.3s ease;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo img {
    opacity: 0.7;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #626262;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a .plan-photo .item-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    z-index: 11;
    transition: background-color 0.3s ease;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon {
    background-color: #fff;
}
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon::before,
#contents.plan .plan-list .plan-item a:hover .plan-photo .item-icon::after {
    background-color: #000;
}

#contents.plan .plan-list .plan-item .plan-text {
    margin: 0;
    padding: 10px 0 20px;
}
#contents.plan .plan-list .plan-item .plan-text .item-text {
    margin: 0 0 2px;
}
#contents.plan .plan-list .plan-item .plan-text .item-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
#contents.plan .plan-list .plan-item .plan-text .item-price .item-icon-bg {
    display: block;
    margin: 4px 5px 4px 0;
    padding: 1px 0 0;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
}
#contents.plan .plan-list .plan-item .plan-text .item-price p {
    width: calc(100% - 21px);
}
@media all and (max-width: 640px) {
    #contents.plan .plan-list .plan-item .plan-text {
        margin: 0;
        padding: 10px 30px 20px;
    }
}

/* plan popup */
#contents.plan .plan-popup {
    display: none;
}
/* plan detail popup */
.plan-detail-main {
    display: block;
    width: 100%;
}
.plan-detail-main img {
    width: 100%;
}
.plan-detail-main .plan-detail-info .plan-detail-01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.plan-detail-main .plan-detail-info .plan-detail-photo,
.plan-detail-main .plan-detail-info .plan-detail-madori {
    width: calc(50% - 10px);
}
.plan-detail-main .plan-detail-info {
    padding: 20px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.plan-detail-main .plan-detail-info .plan-detail-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
}
.plan-detail-main .plan-detail-info .plan-detail-text {
    margin: 0 0 5px;
}
.plan-detail-main .plan-detail-info .plan-detail-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.plan-detail-main .plan-detail-info ul li {
    margin-bottom: 20px;
}
.plan-detail-main .plan-detail-info .plan-detail-price .item-icon-bg {
    display: block;
    margin: 4px 5px 4px 0;
    padding: 1px 0 0;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
}
.plan-detail-main .plan-detail-info .plan-detail-price p {
    width: calc(100% - 21px);
}
@media all and (max-width: 640px) {
    .plan-detail-main {
        flex-direction: column;
    }
    .plan-detail-main .plan-detail-photo {
        width: 100%
    }
    .plan-detail-main .plan-detail-info {
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .plan-detail-main .plan-detail-info .plan-detail-title {
        margin-bottom: 20px;
    }
}

.plan-deital-photoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
    width: 100% !important;
}
.plan-deital-photoList > li {
    display: block;
    margin: 4px 0 0 4px;
    padding: 0;
    /*width: 264px;*/
    width: calc(50% - 2px);
}
.plan-deital-photoList > li.plan-deital-text {
    padding: 10px;
    box-sizing: border-box;
}
@media all and (min-width: 641px) {
    .plan-deital-photoList > li:nth-child(-n+3) {
        margin-top: 0;
    }
    .plan-deital-photoList > li:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    .plan-deital-photoList > li {
        margin: 2px 0 0 2px;
        width: calc(50% - 1px);
    }
    .plan-deital-photoList > li:nth-child(-n+2) {
        margin-top: 0;
    }
    .plan-deital-photoList > li:nth-child(2n+1) {
        margin-left: 0;
    }
}