@charset "UTF-8";

/************************************************************
富山追記上書きCSS
*************************************************************/
.padding_b_medium {
    padding-bottom: 3rem;
}
.font_small {
    font-size: 82.5%;
}
.font_large {
    font-size: 112.5%;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.margin_b_ularge {
    margin-bottom: 10rem;
}

.overflow_hidden {
    overflow: hidden;
}

#titleBar {
    max-width: 100vw;
}

.top-others {
    margin: 4rem auto;
    display: flex;
    justify-content: center;
}
.top-others .top-others-elm {
    width: 100%;
}
.showroom_wrap {
    display: block;
    margin: 5rem 0 0;
}
.showroom_wrap img {
    width: 100%;
}

@media (max-width: 1199px) {
    .top-others {
        margin: 4rem 15px;
    }
}
@media (max-width: 767px) {
    .top-others { display: block; }
}

.main a:hover {
    color: #9b000d;
    text-decoration: none;
}

/************************************************************
TOP MV Inner Label
*************************************************************/
#v2401-top-mv {
    position: relative;
    margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
    #v2401-top-mv {
        margin-bottom: 0;
    }
}
.mv_inner_label_wrap {
    position: absolute;
    right: 0;
    top: 95%;
    z-index: 10;
    display: flex;
    align-items: center;
    transition: right .4s ease;
}
.js-btn {
    display: inline-block;
    width: 2em;
    height: 2em;
    text-align: center;
    margin-right: 1em;
    background: rgba(255,255,255,0.85);
    border-radius: 2em;
    box-shadow: 0 0 1rem rgba(0,0,0,0.25);
    cursor: pointer;
    transition: transform .4s ease;
}
.mv_inner_label_wrap.js-active {
    right: -200px;
}
.mv_inner_label_wrap.js-active .js-btn {
    transform: rotate(180deg);
}
.mv_inner_label {
    display: inline-block;
    padding: 1rem 1rem 1.1rem;
    background-color: #fff;
    color: #4b4b4b;
    border-left: .5rem solid #9b000d;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 1rem rgba(0,0,0,0.25);
}
@media screen and (min-width: 768px) {
    .mv_inner_label_wrap {
        top: auto;
        bottom: 5%;
    }
    .mv_inner_label_wrap.js-active {
        right: -233px;
    }
    .mv_inner_label {
        padding: 1.25rem 1.25rem 1.4rem;
        transition: padding .3s ease-in-out;
    }
    .mv_inner_label:hover {
        text-decoration: none;
    }
}
.mv_inner_label_main {
    display: block;
    margin-bottom: .4rem;
    font-size: 1.3rem;
    font-weight: bold;
}
.mv_inner_label_sub {
    display: block;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .mv_inner_label_main {
        margin-bottom: .5rem;
        font-size: 1.6rem;
    }
    .mv_inner_label_sub {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .mv_inner_label_wrap{ top: 65vW; }
}

/************************************************************
TOP what's new
*************************************************************/
.whatsnew_wrap {
    padding: 3rem 0 1rem;
    background: #efefef;
}
.whatsnew_wrap .container{
    width:100%;
}

.whatsnew_wrap a {
    color: #4b4b4b;
}
.whatsnew_thumb {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.whatsnew_text {
    display: block;
    margin-bottom: 1rem;

}
@media screen and (max-width: 767px) {
    .whatsnew_text { min-height:6.5rem; }
}

/************************************************************
TOP BRAND
*************************************************************/
.brand_wrap {
    position: relative;
}
.main .brand_text,
.main .brand_text:visited {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
    font-size: 3rem;
}
.v2401-top-brand a,
.v2401-top-brand a:visited {
    color: #fff;
}
.v2401-top-brand a:hover {
    color: #9b000d;
}

/************************************************************
TOP Bottom CV
*************************************************************/
.btn_letter {
    display: block; 
    padding: 1.75rem 0; 
    background-color: #fff; 
    margin:0 auto 10rem;
    font-size: 1.7rem;
}

/************************************************************
TOP Swiper用
*************************************************************/
.jxsn_swiper {
    margin: 3em auto 6em;
    width: 100%;
    overflow: hidden;
}
.jxsn_swiper .swiper {
    max-width: 1170px;
}
@media screen and (min-width: 1170px) {
    .jxsn_swiper .swiper {
        overflow: visible;
    }
}
.swiper-slide {
    width: 210px;
}
@media screen and (min-width: 768px) {
    .swiper-slide {
        width: 350px;
    }
}
.jxsn_swiper_anc {
    display: block;
}
.jxsn_swiper_img {
    max-width: 100%;
    height: 240px;
}
@media screen and (min-width: 768px) {
    .jxsn_swiper_img {
        height: 400px;
    }
}
.jxsn_swiper_text {
    display: block;
    padding: 1rem 0 0 1.5rem;
    border-left: 1px solid #444;
}
@media screen and (min-width: 768px) {
    .jxsn_swiper_text {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
.jxsn_swiper_text_left {
    display: block;
    text-align: left;
}
.jxsn_swiper_text_en {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .jxsn_swiper_text_en {
        font-size: 2rem;
    }
}
.jxsn_swiper_text_kana {
    display: block;
}
@media screen and (min-width: 768px) {
    .jxsn_swiper_text_kana {
        font-size: 1.6rem;
    }
}
.jxsn_swiper_text_right {
    display: block;
    text-align: left;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .jxsn_swiper_text_right {
        text-align: right;
        font-size: 1.4rem;
    }
}
.swiper-button-next, .swiper-button-prev {
    top: 35%;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        top: 41.5%;
    }
    .swiper-button-next {
        right: 10px;
    }
    .swiper-button-prev {
        left: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .swiper-button-next {
        right: -40px;
    }
    .swiper-button-prev {
        left: -40px;
    }
}

/************************************************************
Products Series MV
*************************************************************/

@media screen and (min-width: 768px) {
    .products_barco_mv,
    .products_casa_mv,
    .products_cipresso_mv,
    .products_formale_mv,
    .products_mobile_mv,
    .products_spazio_mv,
    .products_vetro_mv {
        position: relative;
        width: 100%;
        padding: 6rem 0;
    }
    .products_barco_mv {
        background: url(/img/products/barco/barco_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_casa_mv {
        background: url(/img/products/casa/casa_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_cipresso_mv {
        background: url(/img/products/cipresso/cipresso_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_formale_mv {
        background: url(/img/products/formale/formale_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_mobile_mv {
        background: url(/img/products/mobile/mobile_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_spazio_mv {
        background: url(/img/products/spazio/spazio_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .products_vetro_mv {
        background: url(/img/products/vetro/vetro_mv.jpg) no-repeat center center;
        background-size: cover;
    }
    .product_header {
        display: flex;
        align-items: center;
        align-content: center;
        text-align: left;
    }
}

.product_head {
    margin: 0 -15px;
    padding: 6rem 0;
    color: #fff;
/*    text-shadow: #000 0 0 3em;  */
}
.products_barco_mv .product_head {
    background: url(/img/products/barco/barco_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_casa_mv .product_head {
    background: url(/img/products/casa/casa_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_cipresso_mv .product_head {
    background: url(/img/products/cipresso/cipresso_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_formale_mv .product_head {
    background: url(/img/products/formale/formale_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_mobile_mv .product_head {
    background: url(/img/products/mobile/mobile_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_spazio_mv .product_head {
    background: url(/img/products/spazio/spazio_mv.jpg) no-repeat center center;
    background-size: cover;
}
.products_vetro_mv .product_head {
    background: url(/img/products/vetro/vetro_mv.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    .products_barco_mv,
    .products_casa_mv,
    .products_formale_mv,
    .products_mobile_mv,
    .products_spazio_mv,
    .products_vetro_mv {
        padding: 12rem 0;
    }
    .product_head {
        margin: 0;
        padding: 0;
        background: transparent;
        text-align: left;
    }
    .products_barco_mv .product_head,
    .products_casa_mv .product_head,
    .products_cipresso_mv .product_head,
    .products_formale_mv .product_head,
    .products_mobile_mv .product_head,
    .products_spazio_mv .product_head,
    .products_vetro_mv .product_head {
        background: transparent;
    }
}

.product_head_main {
    display: block;
    font-size: 2.8rem;
    letter-spacing: .25rem;
}
.product_head_kana {
    display: block;
    margin-top: .75rem;
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
    .product_head_main {
        display: inline;
        font-size: 3rem;
    }
    .product_head_kana {
        display: inline;
        font-size: 1.5rem;
    }
}

.product_header_description {
    margin: -20px -15px;
    padding: 0 15px;
    background: #EFEFEF;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .product_header_description {
        margin: 0;
        padding: 0;
        color: #fff;
        background: transparent;
    }
}

.product_header_subtitle {
    padding: 4rem 0 1rem;
    font-size: 1.6rem;
    text-shadow: #000 0 0 2em;
}
.product_header_jp_paragraph {
    font-size: 1.3rem;
    text-shadow: #000 0 0 2em;
}
.product_header_en_paragraph {
    text-shadow: #000 0 0 2em;
}

/*** tonouchi ***/
@media screen and (max-width: 767px){ 
    .product_header_subtitle, .product_header_jp_paragraph, .product_header_en_paragraph { text-shadow: #000 0 0 0; }
}
@media screen and (min-width: 768px){ 
.product_header_jp_paragraph,.product_header_en_paragraph { width:70rem; }

}



.contents_itemlist {
    padding: 8rem 0;
    background: #EFEFEF;
}
.contents_itemlist_header {
    margin-bottom: 2rem;
    text-align: left;
    color: #6F8F99;
    font-size: 3rem;
}
.contents_itemlist .itemlist-cardface {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .contents_itemlist .itemlist-cardface {
        width: 95%;
    }
}


/************************************************************
Spa Grande Series
*************************************************************/
.product_series_mv {
    margin: 0 auto;
}
.product_series_mv img {
    margin: 0 auto;
}
.product_series_title {
    padding: 2.5em 0 2em;
}
@media screen and (min-width: 768px) {
    .product_series_title {
        padding: 5em 0 4em;
    }
}
.product_series_title h1 {
    color: #6F8F99;
    letter-spacing: 0.05em;
}
.product_series_description,
.showroom_series_description {
    padding-bottom: 2em;
    margin-bottom: 1.5em;
    text-align: left;
}
.product_series_description {
    border-bottom: 1px solid #EFEFEF;
}
.product_series_description p,
.showroom_series_description p {
    margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
    .product_series_description p,
    .showroom_series_description p {
        text-align: center;
    }
}
.product_series_description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_series_description li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 1.5em;
    position: relative;
}
.product_series_description li::before {
    position: absolute;
    content: "〇";
    left: 0;
    top: 0;
}
.product_top_footer {
    padding: 3em 0;
    background: #efefef;
}

.product_square_list {
    padding: 3em 0 2em;
}
.product_square_list_title,
.showroom_square_list_title {
    margin: 0 0 .75em 0;
    text-align: left;
    color: #444;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
}
.showroom_square_list_title {
    position: absolute;
    top: -4rem;
    left: .5rem;
}
@media screen and (min-width: 768px) {
    .product_square_list_title,
    .showroom_square_list_title {
        font-size: 1.75rem;
    }
    .showroom_square_list_title {
        position: absolute;
        top: -3rem;
        left: 1.5rem;
    }
}
.showroom_text_list {
    padding-bottom: 4em;
    margin-bottom: 3em;
    text-align: left;
    border-bottom: 1px solid #EFEFEF;
}
.product_square_list_row,
.showroom_text_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .product_square_list_row,
    .showroom_text_row {
        margin: 0 -15px;
    }
}
.showroom_text_row {
    margin: 0 -15px;
    padding: .5rem 0;
}
.product_square_list_child,
.showroom_square_list_child {
    display: block;
    position: relative;
    float: none;
    margin: 0 0 1em;
    padding: 0 0.5rem;
    text-align: left;
    overflow: hidden;
}
.showroom_square_list_child {
    margin-top: 4rem;
    overflow: visible;
}
@media screen and (min-width: 768px) {
    .product_square_list_child,
    .showroom_square_list_child {
        margin-bottom: 3em;
        padding: 0 15px;
    }
    .showroom_square_list_child {
        margin-top: 3rem;
    }
}
.product_square_list_child img,
.showroom_square_list_child img {
    border-radius: 0.5em;
    transition: all 0.5s ease;
}
.product_square_list_child:hover img,
.showroom_square_list_child:hover img {
    opacity: 0.8;
}
.label_product_name {
    position: absolute;
    left: 0.5rem;
    top: 1.5em;
    display: inline-block;
    padding: .5em .75em;
    background: rgba(255,255,255,0.85);
    color: #444;
    font-size: 1.6rem;
    transition: all 0.5s ease;
}
.label_product_name_sub {
    background: #acacac;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .label_product_name {
        top: 2em;
        left: 1.5rem;
        font-size: 1.75rem;
    }
}
.product_square_list_child:hover .label_product_name,
.product_square_list_child:hover .label_product_name_sub {
    background: #9b000d;
    color: #FFF;
}
.product_square_list_child p {
    margin-top: .6em;
    font-size: 80%;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
    .product_square_list_child p {
        font-size: 100%;
    }
}
.product_square_list_footer {
    padding: 3em 0 6em;
}
.product_square_list_footer .row {
    display: flex;
    justify-content: center;
}

.product_series_list .row {
    display: flex;
    flex-wrap: wrap;
}
.product_series_list_child {
    display: block;
    margin-top: 1.5em;
    float: none;
}
.product_series_list_child .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    text-align: left;
}
.product_series_list_child [class^="col-"] {
    padding: 0;
}
.product_series_list_child figure.col-xs-8 {
    padding-right: 0.75em;
}
@media screen and (min-width: 768px) {
    .product_series_list_child figure.col-xs-8 {
        padding-right: 1em;
    }
}
.product_name {
    margin: 0;
    color: #444;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
    .product_name {
        font-size: 2rem;
    }
}
.product_kana {
    font-size: 80%;
}
.product_spec {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
}
.product_spac li {
    margin: 0;
    padding: 0;
}
.product_series_footer {
    margin-top: 4em;
    padding: 3em 0 6em;
    border-top: 1px solid #EEE;
}
@media screen and (min-width: 768px) {
    .product_series_footer {
        margin-top: 6em;
        padding: 5em 0 10em;
    }
}
.product_series_footer h2 {
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
}
.product_series_footer .btn-mono {
    padding: .75em 1em;
    margin-bottom: 1.5em;
}