@charset "UTF-8";
/* CSS Document */


/********** default **********/
html {
    margin-top: 0 !important;
}

#fc_store-content {
    width: 100%;
    /*margin: 0 auto;*/
    /*padding: 40px 0*/
    display: block;
    text-align: left;
}

.main,
.main li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main {
    margin-bottom: 5px;
}

.main li {
    /*width: 460px;
  height: 460px;*/
    overflow: hidden;
}

.main li.item2,
.main li.item3,
.main li.item4 {
    display: none;
}

.main li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.thumb,
.thumb li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumb li {
    display: inline-block;
    width: 107px;
    /*height: 111px;*/
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 4px;
}

.thumb li img {
    width: 100%;
    height: auto;
}

.thumb li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.btn_more a {
    display: block;
    width: 50%;
    max-width: 400px;
    margin: 30px auto 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 3px;
    background-color: #333;
    border-radius: 7px;
    border: 1px solid #333;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 2px rgba(0, 0, 0, 1);
}

a.overwhite:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
    -moz-opacity: 0.8;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
}

.main_item li img {
    height: auto;
}

.main_item li:hover img {
    opacity: 1;
}


/*----------受信設定テキスト----------*/
.text-mail_conf {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .text-mail_conf {
        width: 100%;

    }
}

/*----------注文集中テキスト----------*/
.text-online_shop {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .text-online_shop {
        width: 100%;

    }
}


/*----------店舗一覧----------*/
.shoplist-box {
    width: 1000px;
    margin: 0 auto;
}

.shopinfo-box {
    width: 90%;
    padding: 20px 10px;
    border: 2px #efefef solid;
    margin-bottom: 30px;
}

.shopimage {
    width: 35%;
    float: left;
}

.shopimage img {
    width: 100%;
}

.shopinfo-wrap {
    width: 60%;
    float: right;
    margin-top: 5px;
}

.shopname {
    width: auto;
    margin: 0;
}

.shopinfo {
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.5;
}

/* .btn_moreinfo{
  width: 200px;
  margin-top: 30px;
} */
/* .btn_moreinfo a{
  text-decoration: none;
} */
.btn_moreinfo {
    width: 200px;
    margin-top: 30px;
}

.btn_moreinfo a {
    text-decoration: none;
}

.btn_moreinfo p {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #07225f;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.btn_moreinfo a:hover p {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;

}

@media screen and (max-width: 768px) {
    .shoplist-box {
        width: 100%;
    }

    .shopinfo-box {
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .shopimage {
        width: 100%;
        float: none;
    }

    .shopimage img {
        width: 100%;
    }

    .shopinfo-wrap {
        width: 100%;
        float: none;
    }

}


/* オンラインショップ お知らせ */
.info-mainte {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    /* border: 5px solid #efefef; */
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.info-mainte h2 {
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    color: #d35034;
    margin-bottom: 10px;
    margin-top: 0;
}

.info-mainte p {
    font-size: 0.7em;
    color: #d35034;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .info-mainte h2 {
        font-size: 0.55em;
    }

    .info-mainte p {
        font-size: 0.4em;
    }
}


.onlinshop_mv-wrap {
    position: relative;
}

.onlineshop_bnr_cashless-wrap_pc {
    width: 180px;
    position: absolute;
    left: 50px;
    bottom: 30px;
    display: none;
}

.onlineshop_bnr_cashless-wrap_pc img {
    width: 100%;
}

.top_bnr_cashless-wrap_pc {
    width: 146px;
    position: absolute;
    top: 0;
    right: 160px;
    display: none;
}

.top_bnr_cashless-wrap_pc img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .onlineshop_bnr_cashless-wrap_pc {
        width: 28%;
        left: 3%;
        bottom: 4%;
    }


    .top_bnr_cashless-wrap_pc {
        width: 70px;
        top: 7px;
        right: 124px;
    }


}

@media screen and (max-width: 360px) {
    .top_bnr_cashless-wrap_pc {
        width: 50px;
    }
}


/* Youtube============================= */
.item_howtouse_youtube-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 30px;
}

.item_howtouse_youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.item_howtouse_text {
    margin-bottom: 20px;
}

.item_howtouse_youtube_text {
    font-size: 0.6em;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .item_howtouse_youtube_text {
        margin-top: 20px;
    }
}

/* Youtubeここまで============================= */

.breadcrumbs {
    display: none;
}

/* .breadcrumbs>*:first-child:before {
  display: none;
} */



/* ------------------------------------------
ヘッダー＆フッターをshopifyと合わせる
------------------------------------------ */


/* -------------------------------------------------------
header.css
------------------------------------------------------- */
.sp-menu_itemList-wrap {
    display: none;
}

.scroll-no {
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.menu-item_spOnly {
    display: none;
}

.header-wrap {
    width: 100%;
    /* min-width: 1000px; */
    background: #000;
    position: relative;
    position: fixed;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #fff;
}

.header-wrap img {
    width: 100%;
}

.global_menu li.m-menu,
.global_menu li.menu {
    margin-bottom: 0;
}

.m-menu_arrow {
    position: relative;
}

.m-menu_arrow::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.m-menu-open .m-menu_arrow::after {
    border-color: #000;
}

.m-menu-open {
    background: #F2F2F2;
}

.m-menu-open .global_menu a {
    color: #000 !important;
}

.header-inner {
    width: 90% !important;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;

    padding: 0 25px !important;

    border-bottom: none !important;
}

.logo_header {
    display: block;
    width: 227px;
    margin: 0 !important
}

.logo_header_b,
.header_icon_b {
    display: none;
}

.m-menu-open .logo_header_w,
.m-menu-open .header_icon_w {
    display: none;
}

.m-menu-open .logo_header_b,
.m-menu-open .header_icon_b {
    display: block;
}

.header_nav {
    /* width: 545px; */
    width: 511px;
    display: flex;
}

.global_menu {
    width: 416px;
    text-align: center;
}


.global_menu li {
    display: inline-block;
    padding: 32px 16px;
}

.global_menu a {
    font-family: "Midashi Go MB31";
    font-size: 15px;
    letter-spacing: .06em;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    transition: .3s;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.m-menu-open .global_menu a {
    border-color: #000;
}


.menu:hover>a {
    opacity: .7;
}

.child_menu {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: #000;
    background: #F2F2F2;
    visibility: hidden;
    opacity: 0;
    transition: .5s top, .5s opacity;
    overflow-y: scroll;
}

.child_menu-inner {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 36px 25px 100px;
    border-top: 1px solid #000;
}

.child_menu_title {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 240px;
    text-align: left;
    font-size: 24px;
}

.child_menu_title span {
    font-size: 18px;
    font-family: "Midashi Go MB31";
    display: inline-block;
    margin: 13px 0 0;
}

.chilid_menu_content {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chilid_menu_content::after {
    content: "";
    display: block;
    width: 218px;
}

.child_menu_box {
    width: 21%;
    margin: 0 0 50px;
    display: none;
}

.m-menu-open .child_menu_box {
    display: block;
}

.child_menu_box ul {
    text-align: left;
    margin: 0 !important;
}

.child_menu_box li {
    padding: 0;
    text-decoration: none !important;
    display: table;
}

.child_menu_box li:not(:last-child) {
    margin: 0 0 15px;
}

.child_menu_box a {
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    font-size: 13px;
    line-height: 1.5;
    border-bottom: none;
    text-decoration: none !important;
    transition: .3s;
}

.child_menu_box a:hover {
    opacity: .7;
}

.child_menu_image {
    margin: 0 0 22px;
}

.child_menu_cat {
    font-family: "Midashi Go MB31", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    margin-bottom: 14px;
}

.child_menu_cat span {
    font-family: "Midashi Go MB31";
    font-size: 15px;
    display: inline-block;
    margin: 6px 0 0;
}

.m-menu:hover .child_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header_icon-wrap {
    width: 80px;
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
}

.header_icon-wrap li {
    list-style: none;
    display: flex;
    align-items: center;
}

.header_icon-wrap li:nth-child(1) {
    width: 26px;
}

.header_icon-wrap li:nth-child(2) {
    width: 26px;
}

.header_icon-wrap li a {
    display: flex;
    align-items: center;
    transition: .3s;
}

.header_icon-wrap li a:hover {
    opacity: .7;
}



.header-wrap {
    margin: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.header--unpinned {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

/* .headerSpace {
  height: 135px;
} */




/* header-menu */
.menu-control {
    position: fixed;
    z-index: 101;
    top: 18px;
    right: 0;
    background-color: transparent !important;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.menu-control .trigger-control {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    line-height: 0;
}

.controlWide .trigger-control {
    width: 65px;
    height: 53px;
}

.menu-control .trigger-control .trigger {
    position: relative;
    width: 100%;
    display: inline-block;
}

.controlWide .trigger-control .trigger {
    height: 30px;
    left: 15%;
}

.menu-control .trigger-control .trigger .trigger-item {
    display: block;
    position: absolute;
    left: 12px;
    background-color: transparent !important;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s;
    border-top: 1px solid #fff;
}

.m-menu-open2 .trigger-item {
    border-top: 1px solid #000 !important;
}

.m-menu-open2 .text-trigger {
    color: #000 !important;
}


.menu-control .trigger-control .trigger .trigger-item.trigger-1 {
    width: 22px;
    top: 12px;
}

.menu-control .trigger-control .trigger .trigger-item.trigger-2 {
    width: 18px;
    top: 17px;
}

.controlWide .trigger-2 {
    top: 19px !important;
}

.menu-control .trigger-control .trigger .trigger-item.trigger-3 {
    width: 14px;
    top: 22px;
}

.controlWide .trigger-3 {
    top: 26px !important;
}

.controlWide.open .trigger-3 {
    top: 16px !important;
}

.menu-control .white {
    display: block;
}

.menu-control .black {
    display: none;
}

.controlWide .black {
    position: relative;
    bottom: 4px;
}

.menu-control .trigger-control .text-trigger {
    font-family: 'Noto Sans JP', 'sans-serif';
    font-weight: bold;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
    color: white;
    margin-top: 4px;
}

.menu-control.open {
    background-color: transparent !important;
}

.menu-control.open .white {
    display: none;
}

.menu-control.open .black {
    display: block;
}

.menu-control.open .trigger-control {
    padding-top: 4px;
}

.menu-control.open .trigger-control .text-trigger {
    /* color: black; */
    color: #fff !important;
}


.menu-control.open .trigger-control .trigger .trigger-item.trigger-1 {
    top: 16px;
    transform: rotate(-45deg);
}

.menu-control.open .trigger-control .trigger .trigger-item.trigger-2 {
    display: none;
}

.menu-control.open .trigger-control .trigger .trigger-item.trigger-3 {
    top: 16px;
    transform: rotate(45deg);
    width: 22px;
}


/* header-menu contents */
.menu-content {
    width: 100%;
    max-width: 280px;
    height: 100vh;
    position: fixed;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: -5px;
    z-index: 4;
    /* background-color: rgba(0, 0, 0, 0.85); */
    background-color: #000;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s;
    transform: translateX(100%);

    overflow-y: scroll;
}

.menu-content .section-top-menu {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
    /* padding: 10vh 1% 1%; */
    padding: 10vh 40px 50px;
    background-color: #000;
}

.menu-content .section-top-menu .section-logo .wrap-logo {
    text-align: center;
    margin: 0 0 30px;
}

.logo_sp-menu {
    /* width: 80px; */
    width: 127px;
    display: block;
    margin: 0 auto 10px;
}

.menu-content .section-top-menu .section-logo p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;

}

.menu-content .section-top-menu .section-link.menu-pc ul {
    padding-left: 6em;
}

.menu-content .section-top-menu .section-link.menu-pc {
    display: block;
}

.menu-content .section-top-menu .section-link.menu-mobile {
    display: none;
}

.menu-content .section-top-menu .section-link ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.menu-content .section-top-menu .section-link ul li {
    width: 33.3333%;
}

li.menu-item:nth-child(n+4) {
    padding-top: 4em;
}

.menu-item a {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.menu-item a span {
    font-family: "Midashi Go MB31";
}

.menu-content .section-top-menu .section-link ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.48px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Raleway', 'sans-serif';
}


.menu-content .section-top-menu .section-link ul li a .japanese {
    font-weight: 200;
    font-size: 10px;
    line-height: 216%;
    color: #FFFFFF;
    margin: 0;
}

.menu-content .contact-phone {
    font-size: 20px;
    line-height: 216%;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Noto Sans JP', 'sans-serif';
}

.menu-content .contact-phone span {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.menu-content.open {
    transform: translateX(0);
}

.menu-content_link-top {
    padding: 20px 0;
}

.menu-content_link-top a {
    width: 190px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-decoration: none !important;
}

.menu-content_link-top a:not(:last-of-type) {
    margin-bottom: 20px;
}

.link-top-wrap {
    width: 100%;
    background: #000;
    position: absolute;
    bottom: -40px;
    padding-left: 10px;
}

.link-top {
    width: 90%;
    max-width: 1150px;
    height: 40px;
    margin: 0 auto;
    display: flex;
}

.link-top li {
    padding: 0 15px;
    list-style: none;
}

.link-top li a {
    font-family: "Midashi Go MB31";
    font-size: 15px;
    /* letter-spacing: .06em; */
    /* color: #fff !important; */
    display: block;
    transition: .3s;
    /* border-bottom: 1px solid #fff; */
    text-decoration: none;
}

.link-top li a:hover {
    opacity: .7;
}

.sp-menu_tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}

.sp-menu_tel dt,
.sp-menu_tel dd {
    font-family: "Midashi Go MB31", sans-serif;
    font-weight: 700;
    color: #fff;
}

.sp-menu_tel dt {
    font-size: 11px;
    margin-right: .5em;
}

.sp-menu_tel dd {
    font-size: 16px;
}

/* .sp-menu_list li {
    margin-bottom: 30px;
} */

.sp-menu_list li a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    color: #fff;
}

.sp-menu_list li a span {
    font-family: "Midashi Go MB31", sans-serif;
    font-size: 10px;
    margin-left: 1em;
}
.sp-menu_list li a span.reg-small {
    margin-left: 0;
}



@media screen and (max-width: 1024px) {
    .menu-content .section-top-menu {
        display: block;
        width: 90%;
        margin: 2em auto 0 auto;
    }

    /* .menu-content .section-top-menu .section-link.menu-mobile {
        display: block;
        margin-top: 2em;
    }

    .menu-content .section-top-menu .section-link.menu-pc {
        display: none;
    } */
}

@media screen and (max-width: 768px) {
    .menu-content .section-top-menu {
        /* padding: 5vh 1% 1%; */
    }

    .menu-content .section-top-menu .section-link ul li {
        width: 50%;
    }

    li.menu-item:nth-child(n+3) {
        padding-top: 2em;
    }

    .menu-content .section-top-menu .section-link.menu-pc ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .menu-content .section-top-menu {
        /* padding: 15vh 1% 1%; */
    }
}


/* @media screen and (max-width: 1160px) { */
@media screen and (max-width: 1000px) {
    .headerSpace {
        /* height: 70px !important; */
        /* margin: 0; */
    }

    .menu-item_spOnly {
        display: block;
    }

    .header-inner {
        /* height: 63px; */
        /* height: 87px; */
        height: 70px;
        flex-direction: column;
        padding: 8px 0 !important;
    }

    .global_menu {
        display: none;
    }

    .logo_header {
        /* width: 300px; */
        width: 176px;
    }

    /* .logo_header img{
    display: block;
  } */
    .logo_header_b {
        display: none;
    }

    .logo_header_w {
        display: block;
    }

    .header_icon-wrap li:nth-child(1) {
        width: 20px;
    }

    .header_icon-wrap li:nth-child(2) {
        /* width: 15px; */
        width: 20px;
    }

    /* .header_icon-wrap li:nth-child(3){
    width: 20px;
  } */
    .header_nav {
        width: 100%;
        justify-content: center;
    }

    .header_icon-wrap {
        width: 60px;
        margin-left: 0;
    }

    .menu-control {
        top: 5px;
    }

    .sp-menu_itemList-wrap {
        display: block;
        width: 100%;
        max-width: 930px;
        margin: 0 auto 30px;
    }

    .sp-menu_itemList li {
        color: #fff;
        font-size: 20px;
    }

    .sp-menu_itemList_title {
        color: #fff;
        font-size: 20px;
        margin: 0 0 10px;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .sp-menu_itemList_title span {
        font-family: "Midashi Go MB31";
        display: inline-block;
        margin-left: 1em;
        font-size: 14px;
    }

    .sp-menu_item-btn {
        height: 60px;
        border-top: 1px solid #c6c6c6;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        background-color: #fff;
        cursor: pointer;
        padding: 0 30px;
        font-size: 20px;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;

        position: relative;
    }

    .sp-menu_item-btn::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sp-menu_item-btn.open::after {
        transform: rotate(-135deg);
    }

    .sp-menu_item-btn span {
        font-family: "Midashi Go MB31";
        display: inline-block;
        margin-left: 1em;
        font-size: 14px;
    }

    .sp-menu_item ul {
        display: none;
    }

    .sp-menu_item ul li {
        list-style: none;
    }

    .sp-menu_item ul li a {
        min-height: 60px;
        border-top: 1px solid #c6c6c6;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        background-color: #efefef;
        padding: 10px 30px;
        font-size: 14px;
    }

    .sp-menu_item ul li a {
        text-decoration: none;
        color: #000;
    }

    .menu-content {
        overflow-y: scroll;
    }

    .menu-content .section-top-menu {
        padding: 5vh 1% 100px;
    }

    .menu-content .section-top-menu .section-link.menu-pc {
        padding-top: 30px;
        border-top: 1px solid #fff;
    }

    .menu-content .section-top-menu .section-link ul li a {
        font-size: 16px;
    }

    .link-top-wrap {
        bottom: -30px;
        padding-left: 0;
    }

    .link-top {
        width: 100%;
        height: 30px;
        justify-content: center;
    }

    .link-top li a {
        font-size: 12px;
        line-height: 1.5;
    }
}



.header-menu {
    width: 1000px;
    margin: 45px auto 0;
}

@media screen and (max-width: 768px) {
    .header-menu {
        display: none;
    }
}

/* @media screen and (max-width: 460px) {
  .logo_header{
    padding-right: 60px;
    box-sizing: content-box;
  }
} */


.wrapper__lp .newlpheader__btn {
    z-index: 5 !important
}

/* -------------------------------
2402ヘッダー修正
------------------------------- */

.header-wrap .logo_header.spOnly {
    display: none;

}

/* .logo_sp-menu{
  pointer-events: none;
} */
@media screen and (max-width: 1160px) {
    .header-wrap .logo_header.spOnly {
        display: flex;
        align-items: center;
    }

    .header-wrap .logo_header.spOnly a {
        margin: 0 10px;
    }

    .header-wrap .logo_header.pcOnly {
        display: none;
    }

    .header-wrap .logo_header.spOnly img {
        width: revert-layer;
    }

    .link-top-wrap.pcOnly {
        display: none;
    }
}





/* -------------------------------------------------------
footer.css
------------------------------------------------------- */
@charset "UTF-8";



footer {
    display: block;
}

.index-section--footer h3 {
    font-size: 1.5em;
}

.drawer__footer {
    padding-left: 20px;
    padding-left: var(--drawer-gutter);
    padding-right: 20px;
    padding-right: var(--drawer-gutter);
}

@media only screen and (min-width:769px) {
    .drawer__footer {
        padding-top: 22.22222px
    }
}

[data-center-text=true] .footer-promotions {
    text-align: center
}

@media only screen and (max-width:768px) {
    .footer-promotions .grid__item {
        margin-bottom: 32px
    }

    .footer-promotions .grid__item:last-child {
        margin-bottom: 0;
    }
}

.site-footer {
    padding: 1px 0;
}

.site-footer .footer__collapsible {
    font-size: calc(var(--typeBaseSize)*0.85);
}

@media only screen and (min-width:769px) {
    .site-footer input, .site-footer select, .site-footer textarea {
        font-size: calc(var(--typeBaseSize)*0.85);
    }
}

@media only screen and (max-width:1024px) {
    [data-center-text=true] .site-footer {
        text-align: center
    }

    .site-footer .grid {
        margin-bottom: 0;
    }

    .site-footer .grid__item {
        padding-bottom: 0;
    }

    .site-footer .grid__item:after {
        content: "";
        border-bottom: 1px solid;
        opacity: 0.12;
        display: block;
    }
}

.site-footer a {
    color: var(--colorFooterText);
}

.footer__copyright {
    font-size: max(calc(var(--typeBaseSize)*0.7), 12px);
    padding: 7.5px 0;
    margin: 0;
    text-align: center
}

@media only screen and (max-width:1024px) {
    .footer__copyright {
        margin-top: 15px;
    }
}


.footer__clear {
    clear: both;
    height: 30px;
}

.footer__content {
    margin-top: 15px;
    margin-bottom: 15px
}

@media only screen and (min-width:1025px) {
    .footer__content {
        margin-top: 60px;
    }
}

/* @media only screen and (min-width:1025px) {
    .footer__item-padding {
        padding-right: 60px;
    }
} */

.footer__bottom {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
    .footer__bottom .payment-icons {
        text-align: center
    }
}

@media only screen and (min-width:1025px) {
    .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .footer__bottom:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--colorFooterText);
        opacity: .1;
        display: block;
        width: 100%;
        height: 1px;
    }

    .footer__paymentcopyright {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.footer__title {
    font-size: 12px;
    font-family: var(--typeBoldPrimary), var(--typeBaseFallback);
    letter-spacing: var(--typeBaseSpacing);
    font-weight: var(--typeBoldWeight);
    color: var(--colorFooterText)
}


@media only screen and (max-width:1024px) {
    .footer__title {
        padding: 10px 10px 10px 0;
        margin: 0;
    }

    [data-center-text=true] .footer__title {
        text-align: center
    }
}

.site-footer__linklist {
    margin: 0
}

.site-footer__linklist a {
    color: currentColor;
    display: inline-block;
    line-height: 1.4;
    padding: 4px 0;
    font-weight: lighter;
}

.footer__newsletter-text {
    margin: 15px 0;
    max-width: 400px;
}

.footer__newsletter-text p {
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 300;
    font-weight: lighter;
    line-height: 1.5;
}

.footer__newsletter {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.footer__newsletter-input {
    padding: 10px 45px 10px 15px;
    background-color: var(--colorFooter);
    color: var(--colorFooterText);
    max-width: 400px;
    width: 100%;
    border: 1px solid var(--colorFooterText);
    border-radius: 0;
}

.footer__newsletter-input:focus {
    background-color: rgba(255, 255, 255, .4);
}

.footer__newsletter-input::-webkit-input-placeholder {
    color: var(--colorFooterText);
    opacity: 1;
}

.footer__newsletter-input:-moz-placeholder {
    color: var(--colorFooterText);
    opacity: 1;
}

.footer__newsletter-input::-moz-placeholder {
    color: var(--colorFooterText);
    opacity: 1;
}

.footer__newsletter-input:-ms-input-placeholder {
    color: var(--colorFooterText);
    opacity: 1;
}

.footer__newsletter-input::-ms-input-placeholder {
    color: var(--colorFooterText);
    opacity: 1;
}

.footer__newsletter-input--active {
    padding-right: 80px;
}

.footer__newsletter-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 0;
    color: var(--colorFooterText);
    padding: 0
}

.footer__newsletter-btn .icon {
    width: 20px;
    height: 20px;
}

.footer__newsletter-input--active+.footer__newsletter-btn .icon {
    display: none;
}

.footer__newsletter-input--active+.footer__newsletter-btn .footer__newsletter-btn-label {
    display: block;
}

.footer__newsletter-btn-label {
    display: none;
    font-size: calc(var(--typeBaseSize)*0.85);
}

.footer__logo {
    margin: 15px 0
}

@media only screen and (min-width:769px) {
    .footer__logo {
        margin: 0 0 20px
    }
}

.footer__logo a {
    display: block;
}

.footer__logo img {
    display: inline-block;
    transform: translateZ(0);
    max-height: 100%;
}

.footer__social {
    /* margin: 0 */
}

form+.footer__social {
    margin-top: 30px
}

.footer__social li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.footer__social a {
    display: block;
}

.footer__social .icon {
    width: 22px;
    height: 22px
}

@media only screen and (min-width:769px) {
    .footer__social .icon {
        width: 24px;
        height: 24px
    }
}

.footer__social .icon.icon--wide {
    width: 40px;
}

@media only screen and (max-width:1024px) {
    .footer__collapsible {
        padding: 0 0 15px 0
    }

    .footer_collapsible--disabled {
        padding-top: 15px
    }
}



.site-footer {
    padding: 1px 0;
    background-color: #d8d8ca;
    color: #000;
}

@media only screen and (min-width: 1025px) {
    .footer__content {
        margin-top: 60px;
    }
}

.footer__title {
    font-size: 1em;
    color: #000;
}



#shopify-section-footer .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: var(--gutterGridMinus);
    margin-bottom: var(--gutterGridMinus);
}

.footer__content {
    margin: 60px 0 15px;
}

.page-width {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 50px;
}

.page-width .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: -16px;
    margin-bottom: -16px;
}

@media only screen and (min-width: 1025px) {
    .footer__item--1494292487693 {
        flex-basis: 52%;
        max-width: 52%;
        width: 52%;
    }
}

.grid__item {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
    padding-left: var(--gutterGrid);
    padding-bottom: var(--gutterGrid);
    width: 100%;
    min-height: 1px;
}

/* @media only screen and (min-width: 1025px) {
    .footer__item-padding {
        padding-right: 60px;
    }
} */


.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.footer__social {
    /* margin: 0; */
}

.footer__social li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.footer__social a {
    display: block;
}

.logo_security-action {
    width: 94px;
    margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
    .footer__item--797014f0-8915-46f8-8a2c-379b6fc7fa69 {
        flex-basis: 16%;
        max-width: 16%;
        width: 16%;
    }
}

.grid__item {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%;
    padding-left: var(--gutterGrid);
    padding-bottom: var(--gutterGrid);
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1025px) {
    .footer__item--ae25dcb6-0968-4a8c-b1cf-4aeb6b7cf48b {
        flex-basis: 16%;
        max-width: 16%;
        width: 16%;
    }
}

@media only screen and (min-width: 1025px) {
    .footer__item--1494301487049 {
        flex-basis: 16%;
        max-width: 16%;
        width: 16%;
    }
}


.footer__bottom {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 60px;
    }
}

.icon__fallback-text {
    display: none;
}

.logo_security-action {
    width: 94px;
    margin-top: 10px;
}

.logo_security-action img {
    max-width: 100%;
    height: auto;
}

.site-footer__linklist a {
    color: currentColor;
    display: inline-block;
    line-height: 1.4;
    padding: 4px 0;
    /* font-size: 12px; */
    text-decoration: none;
}

.collapsible-trigger-btn {
    display: none;
}

.payment-icons {
    display: flex;
    flex-wrap: wrap;
}

.footer__title {
    font-size: 15px;
    font-weight: bold;
}

.footer__copyright {
    font-size: 13px;
    letter-spacing: 0.03rem;
}

@media only screen and (min-width: 1025px) {
    .footer__bottom:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--colorFooterText);
        opacity: .1;
        display: block;
        width: 100%;
        height: 1px;
        background: #000;

    }
}

.medium-down--hide {
    font-weight: normal;
    font-weight: 300;
    margin-bottom: 12px;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.payment-icons li {
    cursor: default;
    margin: 0 4px;
}

.sp-menu_list li a {
    font-size: 15px;
    text-decoration: none;
}

.menu-content {
    left: unset;
}

.menu_spOnly {
    display: none;
}

@media screen and (max-width: 1000px) {
    .menu_spOnly {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .footer__social li {
        display: inline-block;
        margin: 0 15px 10px 0;
    }

    .logo_security-action {
        margin: 0 0 30px;
    }
}

















/* ----------------------------------------------------
施工実績 セレクトボックス
---------------------------------------------------- */
.works-search-detail form * {
    font-size: 12px;
    font-weight: bold;
}

.works-search-detail form select {
    width: 100%;
    border: solid #eee 5px;
    padding: 10px;

}

@media screen and (min-width: 768px) {

    h1.title-news,
    h2.title-news {
        margin-top: 80px;
        width: unset;
    }
}



.list-item-img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-position: center;
}

/* @media screen and (min-width: 768px) {
  .list-item-img{
    width: 100%;

  }
} */


.blog_title {
    font-size: 32px;
    text-align: center;
    margin: 100px 0 0;
}

.works-search {
    margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
    .blog_title {
        font-size: 26px;
        margin: 50px 0 0;
    }
}


/* ----------------------------------------
ヘッダーのスタイル 2024-12-12
---------------------------------------- */


.header_icon-wrap {
    width: 120px;
}



/* ----------------------------------------
サイドメニューのスタイル 2024-12-12
---------------------------------------- */

.menu-content {
    max-width: 500px;

    width: 100%;
    max-width: 500px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: -5px;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.8);
}

.menu-content .section-top-menu {
    padding: 10vh 40px 50px;
}

.menu-content .section-top-menu {
    justify-content: unset;
    background-color: unset;
}


.sp-menu_list li {
    /* margin-bottom: 30px; */
    margin-bottom: 16px;
    padding-left: 1em;
    position: relative;
    display: flex;
}

.sp-menu_list li a {
    font-family: "Midashi Go MB31";
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 0 2px;
    /* line-height: 1; */
}

.sp-menu_list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


.sp-menu_list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.1s ease-in-out;
}

.sp-menu_list li a:hover::after {
    width: 100%;
}


@media screen and (max-width: 1000px) {
    .menu-content .section-top-menu {
        padding: 5vh 1% 100px;
    }
}





/* ----------------------------------------------------
メインビジュアル
---------------------------------------------------- */

.page_mv {
  width: 100%;
  /* height: 160px; */
  display: flex;
  align-items: center;
  /* padding: 0 5% 0 10%; */
  padding: 36px 0;
  margin-bottom: 0 !important;
  background: #000;
}

.page_title {
  font-family: "Midashi Go MB31", sans-serif !important;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #fff;

  width: 90%;
  max-width: 1150px;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 0 auto;
}

.page_title span {
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: .15em;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .page_title{
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
    .page_mv {
        /* height: 150px;
        padding: 0 5%; */
        padding: 20px 0;
    }

    .page_title {
        font-size: 28px;
    }

    .page_title span {
        font-size: 16px;
    }
}

/* @media screen and (max-width: 1000px) {
    .page_mv {
        height: 280px;
        padding: 0 5%;
    }
} */


/* .blog_mv {
    background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/mv_cover_b.png),
        url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/blog_mv_c.png);
} */

/* .works_mv {
    background-image: url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/mv_cover_b.png),
        url(https://cdn.shopify.com/s/files/1/0879/5888/0548/files/works_mv_c.png);
} */

.headerSpace {
    height: 90px;
}

@media screen and (max-width: 1000px) {
    .headerSpace {
        height: 70px;
    }
}

.menu-control .trigger-control .trigger .trigger-item {
    border-top: #fff 2px solid;
}

.header_icon-wrap {
    width: 160px;
}

.header_icon-wrap li:nth-child(1) {
    width: 30px;
}

.header_icon-wrap li:nth-child(2) {
    width: 30px;
}

.header_icon-wrap li:nth-child(3) {
    width: 40px;
}


@media screen and (max-width: 1000px) {
    .header-inner {
        flex-direction: unset;
        padding: 8px 70px 8px 10px !important;
        width: 100% !important;
    }

    .header_icon-wrap {
        width: 114px;
    }

    .header_icon-wrap li:nth-child(1) {
        width: 22px;
    }

    .header_icon-wrap li:nth-child(2) {
        width: 26px;
    }

    .header_icon-wrap li:nth-child(3) {
        width: 34px;
    }

    .logo_header {
        width: 150px;
    }

    .header_nav {
        width: calc(100% - 150px);
        justify-content: flex-end;
    }
}

/* ----------------------------------------------------
一覧のデザイン修
---------------------------------------------------- */
body {
    overflow-x: hidden;
}

.works-search-detail form select {
    border: solid #333 1px;
}

.list-item {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 60px !important;
}

a.list-item:hover {
    border: none;
}

.list-item-img {
    margin-bottom: 20px;
}

.list-item-img img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}

.list-item-date {
    float: unset !important;
    font-size: 1rem !important;
    margin: 0 0 10px !important;
    letter-spacing: 0.1rem !important;
}

.list-item-title {
    margin-top: 0;
    letter-spacing: 0.1rem;
    text-indent: -7px;

}


/* ページごとのスタイル */

.worksPage .list-item-img {
    border-radius: 10px;
}




/* ----------------------------------------
ヘッダー 2024-12-13
---------------------------------------- */

.m-menu-open .global_menu .child_menu_cat a {
    color: #d7000f !important;
}

.m-menu-open .global_menu .child_menu_box ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 0 2px;
    opacity: 1 !important;
}

.m-menu-open .global_menu .child_menu_box ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.1s ease-in-out;
}

.m-menu-open .global_menu .child_menu_box ul li a:hover::after {
    width: 100%;
}




/* ----------------------------------------
ヘッダー(帯)とMV 2024-12-24
---------------------------------------- */

/* 帯 */
.swiper-announce {
    width: 100%;
    background: #f2f2f2;
}

.swiper-announce-inner {
    display: flex;
    align-items: center;
    height: unset;
}

.announce-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
}

.announce-slide p {
    font-size: 16px;
    font-weight: normal;
    /* color: #666; */
}
.announce-slide a {
    transition: .3s;
    text-decoration: none;
    /* color: #666; */
}

.announce-slide a:hover {
    opacity: .7;
}



.blogShop_head{
  width: 90%;
  max-width: 1000px;
  margin:  0 auto;
  padding: 50px 0 0;
}
.blogShop_head p{
  font-size: 16px;
  margin-bottom: 15px;
}
.blogShop_head select{
  max-width: 100%;
  font-size: 16px;
  padding: 5px;
}


/* contact */
.contactForm_intro-wrap{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.contactFormTitle{
  font-size: 16px;
  line-height: 2;
}
.contactFormText{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
.contactFormText_bold{
  font-family: Yu Gothic Pr6N B;
}
.contactFormText_red{
  color: #d7000f;
}


.contactForm-wrap{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.contactForm-wrap p,
.contactForm-wrap input,
.contactForm-wrap textarea{
  font-size: 16px;
  line-height: 2;
}
.contactForm-wrap p.c1,
.contactForm-wrap p.c2{
  margin: 30px 0 5px;
}
.contactForm-wrap p,
.contactForm-wrap input{
  font-family: Yu Gothic Pr6N B !important;
}

.contactForm-wrap select,
.contactForm-wrap input{
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  margin: 0;
}
.wpcf7-list-item input{
  height: auto;
}
.contactForm-wrap textarea{
  width: 100%;
  padding: 5px 10px;
}

.contactForm-wrap .m-alert{
  padding: 5px;
  background: #d7000f;
  color: #fff;
  margin: 5px 10px 10px 0;
  font-weight: normal;
  border-radius: 5px;
  font-size: 12px;
}
.check-privacy-wrap{
  margin-top: 30px;
}
.contact-btn{
  width: 300px;
  margin: 0 auto 100px;
}
.contact-btn input{
  width: 100%;
  height: 60px;
  background: #000;
  color: #fff;
}


/* footer search */
.footer_search {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.footer_search form {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
}

.footer_search input {
  width: 400px;
  height: 46px;
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  box-sizing: border-box;
}

.footer_search button {
  width: 90px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: none;
  padding: 12px 10px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.footer_search svg {
  width: 24px;
  height: 24px;
  stroke: #fff; /* SVGの線を白色に */
  stroke-width: 3; /* 線の太さを強調 */
  stroke-opacity: 1; /* 透明度を100%に */
  fill: none; /* 塗りつぶしをなくす */
}

.searchResult_title{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.searchResult_title h1{
  font-size: 24px;
}


/* itemDetail */
.fs-c-productNameHeading .fs-c-productNameHeading__name,
.block-summary,
#fs_ProductDetails .fs-c-productSelection__name{
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
.block-howto{
  display: none;
}
.itemDetail_contents{
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 0;
}
.itemDetail_contents_1000{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.itemDetail_point_bg{
  width: 100%;
  padding: 30px 0;
  background: #d8d8ca;
}
.itemDetail_mechanisms_bg{
  padding: 50px 0;
}
.itemDetail_howtouse_bg{
  background: #f5f5f5;
}

.block-itemmain .block-itemdetail{
  max-width: 540px;
}
/* .block-itemdetail dl.fs-c-productSelection{
  max-width: 540px;
} */
.block-itemdetail dd.fs-c-productSelection__selection{
  padding-right: 1em;
}
/* itemDetail end */


/* pure water */
.pw_waterSpot_bg{
  width: 100%;
  background: #f2f2f2;
  padding: 50px 0 66px;
}

.pw_taisaku_bg{
  width: 100%;
  background: #000;
  padding: 50px 40px;
}
.pw_taisaku_title{
  margin-bottom: 25px;
}

.pw_index-section{
  margin: 100px 0;
}

.itemDetail_kodawari-wrap{
  position: relative;
}

.pw_ionExchangeResin_bg{
  background: #f2f2f2;
  padding: 100px 40px 70px;
  margin: 100px 0;
}
/* pure water end */


/* set item */
.setInfo-wrap{
  width: 100%;
  padding: 50px 0;
}
.setInfo-wrap h2{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.setInfo-inner{
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
}
.setInfo{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.setInfo:not(:last-of-type){
  margin-bottom: 100px;
}
.setInfo_image{
  width: 33.33333%;
}
.setInfo_contents{
  width: 66.66667%;
  padding-right: 60px;
}
.setInfo_contents h3{
  font-family: "Midashi Go MB31", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.setInfo_contents p{
  line-height: 2;
}
.setInfo_contents a{
  width: 188px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin-top: 20px;
  text-decoration: none !important;
}
/* set item end */


/* category */
.fs-c-productList .fs-c-productList__controller,
.fs-c-productListItem__control .fs-c-button--addToWishList--icon{
  display: none;
}
/* category end */

/* category */
.fs-c-productList__list .fs-c-productListItem__viewMoreImageButton,
.fs-c-productList__list .fs-c-productName__copy,
.fs-c-productList__list .fs-c-productMarks,
.fs-c-productList__list .fs-c-productListItem__control{
  display: none;
}
.fs-c-productList__list .fs-c-productListItem__productName{
  font-size: 15px;
  line-height: 1.4;
  margin: 17px 0 0;
  padding: 0 10px;
}
.fs-c-productListItem__prices{
  margin: 10px 0;
  padding: 0 10px;
}
.fs-c-productListItem__prices .fs-c-productPrice span{
  font-size: 15px;
  line-height: 1.4;
}
.fs-c-productList__list .fs-c-productListItem__productDescription{
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0 0 17px;
  padding: 0 10px;
}
/* category end */

/* category pure water */
.fs-c-breadcrumb__list{
  font-size: 15px;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
/* category pure water end */



/* starter */
.btn_fixed_starter{
  color: #fff !important;
}
.btn_fixed_starter:hover{
color: #000 !important;
}
/* starter end */





@media screen and (max-width: 768px) {
  /* item detail */
  .itemDetail_q-wrap{
    margin: 0;
  }
  .itemDetail_point_bg,
  .itemDetail_mechanisms_bg{
    padding: 0;
  }
  /* item detail end */

  /* pure water */
  .pw_waterSpot_bg{
    padding: 0;
  }
  .pw_index-section{
    margin: 50px 0;
  }
  .pw_howtoImage-wrap{
    margin-bottom: 50px !important;
  }
  .pw_ionExchangeResin_bg{
    margin: 50px 0;
  }
  .pw_ionExchangeResin_bg{
    padding: 50px 5%;
  }
  /* pure water end */


  /* set item */
  .setInfo{
    display: block;
  }
  .setInfo_image{
    width: 100%;
    margin-bottom: 25px;
  }
  .setInfo_contents{
    width: 100%;
    padding-right: 0;
  }
  .setInfo_contents h3{
    font-size: 22px;
  }
  /* set item end */
}


/* pure water system */
.pws_comparisonTable_note{
  font-size: 14px;
  display: none;
  margin: 0 0 10px;
}
.pws_comparisonTable-wrap{
  width: 100%;
  overflow-y: scroll;
}
.pws_comparisonTable{
  width: 1160px;
}
.pws_comparisonTable th,
.pws_comparisonTable td{
  font-size: 15px;
  border: 1px solid #4f4d47;
  padding: 15px;
}
.pws_comparisonTable th{
  width: 200px;
  background: #222;
  color: #fff;
}
.pws_comparisonTable td{
  width: 320px;
}
.pws_comparisonTable th span,
.pws_comparisonTable td span{
  color: #D7000F;
  font-family: "Yu Gothic Pr6N B";
  /* text-decoration: underline; */
}
.pws_comparisonTable th span span,
.pws_comparisonTable td span span{
  font-size: 1.5em;
}
.pws_comparisonTable tr:first-of-type th{
  border: none;
  padding: 0;
}
.pws_comparisonTable tr:first-of-type th{
  background: #fff;
}
.pws_comparisonTable td img{
  display: block;
}
@media screen and (max-width: 1280px) {
  .pws_comparisonTable_note{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* .pws_comparisonTable tr:first-of-type th,
  .pws_comparisonTable tr:first-of-type td{
    display: none;
  } */

  .pws_comparisonTable{
    width: 720px;
  }
  .pws_comparisonTable th,
  .pws_comparisonTable td{
    font-size: 14px;
  }
  .pws_comparisonTable th{
    width: 120px;
    padding: 15px 10px;
  }
  .pws_comparisonTable td{
    width: 200px;
  }
}
/* pure water system end */

.fs-l-cart .fs-c-continueShopping{
  display: none;
}
