﻿@charset "utf-8";

/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
html {
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, form, img, hr, table, tr, td, br, em, figure {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-size: 1.6rem;
}

ul, ol, dl {
    list-style: none;
}

img {
    vertical-align: bottom;
}

i{
    margin: 0 8px 0 0;
}


@media screen and (max-width: 768px) {
    img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

/* -----------------------------------------------------------
    body
-------------------------------------------------------------- */
body {
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    background: #FFF;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    min-width: 1240px;
}

p {
    line-height: 2;
    letter-spacing: .05em;
}

p.txt{
    line-height: 2;
    letter-spacing: .05em;
}

.txt + .txt{
    margin: 15px 0 0;
}

.note{
    display: block;
    font-size: 1.4rem;
}

.img{
    line-height: 1;
}

#wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 145px 0 0 0;
}

.simple-pagetitle #wrapper{
    padding: 0;
}

@media screen and (max-width: 768px) {
    body {
        min-width: inherit;
    }

    body.open_fix {
        position: relative;
        height: 100vh;
        width: 100%;
        overflow: hidden;
    }

    #wrapper {
        min-width: 100%;
        padding: 65px 0 0 0;
    }

    .drawer_open #main {
        overflow: hidden;
        opacity: 0 !important;
    }

    .drawer_open #wrapper {
        padding: 0;
        height: 100%;
    }
}

/* -----------------------------------------------------------
    link
-------------------------------------------------------------- */
a:link, a:visited {
    color: var(--link);
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:focus {
    outline: none;
}

::-moz-selection {
    background: var(--main);
    color: #fff;
}

a.tel{
    color: var(--cmnblack);
}

a.mail{
    color: var(--cmnblack);
}

a.mail:hover{
    color: var(--cmnblack);
}

@media screen and (max-width: 768px) {
    a:link, a:visited {
        -webkit-transition: 0;
        transition: 0;
    }

    a[href^="tel:"] {
        color: var(--link);
        text-decoration: underline;
    }
}

/* PCのみ */
@media(min-width: 769px) {
    a:hover {
        color: var(--link);
        text-decoration: none;
    }

    a[href^="tel:"] {
        pointer-events: none; /*電話発信を無効にする*/
    }
}

/* -----------------------------------------------------------
    clear
-------------------------------------------------------------- */
.clear {
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    clear: both;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    zoom: 1;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* -----------------------------------------------------------
    Frame
-------------------------------------------------------------- */
.inner {
    width: 1200px;
    margin: 0 auto;
}

.inner0 {
    width: 1000px;
    margin: 0 auto;
}

.inner1 {
    width: 1100px;
    margin: 0 auto;
}

.inner3 {
    width: 1300px;
    margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    .inner3 {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .inner, .inner0, .inner1, .inner3 {
        width: 100%;
        margin: 0 auto;
    }

    .wrap10 {
        padding: 0 10px;
    }

    .wrap15 {
        padding: 0 15px;
    }

    .wrap20 {
        padding: 0 20px;
    }

    .wrap30 {
        padding: 0 30px;
    }
}

/* -----------------------------------------------------------
    header
-------------------------------------------------------------- */
.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
    min-width: 1240px;
    background: #fff;
    height: 110px;
    height: auto;
}

header.header_active {
    /* top: -100px; */
    transition: all .5s;
}

header.header_active2 {
    position: fixed;
    top: 0 !important;
    /* height: 100px; */
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

#pc_head {
    min-width: 100%;
    height: 100%;
}

#sp_head {
    display: none;
}

#pc_head .header_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.header_logo {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
}

.header_logo img {
    display: block;
    width: 79px;
    height: 80px;
}

header.header_active2 .header_logo img {
    width: 69px;
    height: 70px;
}

.h_logo_top {
    display: none !important;
}

/*----------------------------header_nav_top*/
.header_nav_wrap {
    display: flex;
    margin: 0 0 0 auto;
    height: 100%;
}

.header_nav_wrap .header_nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: .4s all;
    justify-content: space-between;
}

.header_nav_top {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.header_nav_sub {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.header_nav_sub a {
    display: block;
    padding: 0 15px;
    position: relative;
}

.header_nav_sub li a::before {
    content: "";
    background: var(--cmnblack);
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
}

.header_nav_sub li:last-child a::before {
    display: none;
}

.header_nav_sub span {
    color: var(--cmnblack);
    font-size: 1.4rem;
    letter-spacing: .05em;
}

.header_nav_cv {
    align-items: center;
    display: flex;
}

.header_nav_tel {
    align-items: center;
    color: var(--cmnblack);
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 20px 0 0;
}

.header_nav_tel p {
    line-height: 1 !important;
}

.header_nav_tel .num {
    align-items: center;
    font: 700 2.2rem /1 var(--en);
    display: flex;
    letter-spacing: .05em;
    position: relative;
    justify-content: center;
    gap: 3px;
}

.header_nav_tel .num::before {
    content: "\f879";
    font: 900 1.8rem/1 var(--webicon);
}

.header_nav_tel .timewrap {
    font-size: 1.2rem;
    letter-spacing: .02em;
}

.header_nav_tel .time {
    font-size: 1.3rem;
    padding: 0 5px;
}

.header_nav_search, .header_nav_form a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 55px;
    position: relative;
    overflow: hidden;
}

.header_nav_search {
    background: var(--cmnbg);
    cursor: pointer;
    z-index: 2;
    padding: 0 30px 3px;
}

.header_nav_form a {
    background-image: linear-gradient(90deg, #FFB300, #F29700);
    padding: 0 30px 3px;
}

header.header_active2 .header_nav_search, header.header_active2 .header_nav_form a {
    height: 46px;
}

.header_nav_search::before, .header_nav_form a::before {
    bottom: 0;
    content: '';
    position: absolute;
    top: 0;
    transform-origin: left bottom;
    transform: scale(0, 1);
    transition: all .2s ease-in;
    right: 0;
    left: 0;
    z-index: 2;
}

.header_nav_search::before {
    background: linear-gradient(90deg, #39B8E8, #128CC7);
}

.header_nav_form a::before {
    background: linear-gradient(90deg, #FF9B00, #FF4242);
}

.header_nav_search:hover::before, .header_nav_form a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
}

.header_nav_search span, .header_nav_form span {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .03em;
    position: relative;
    z-index: 3;
    transition: .5s;
}

.header_nav_search span {
    padding: 0 0 0 22px;
}

.header_nav_search:hover span {
    color: #fff;
}

.header_nav_form span {
    color: #fff;
    padding: 0 0 0 25px;
}

.header_nav_search span::before, .header_nav_form span::before {
    transition: .5s;
    position: absolute;
    left: 0;
}

.header_nav_search span::before {
    content: "\f002";
    font: 900 1.8rem/1 var(--webicon);
    top: 2px;
}

.header_nav_search:hover span::before {
    color: #fff;
}

.header_nav_form span::before {
    content: "\f0e0";
    font: 900 1.9rem/1 var(--webicon);
    transition: .5s;
    position: absolute;
    top: 1px;
    left: 0;
}

/*----------------------------header_nav_list*/
.header_nav_list {
    align-items: center;
    display: flex;
    color: var(--cmnblack);
    font-size: 1.9rem;
    justify-content: flex-end;
    gap: 50px;
    margin: 0 25px 0 0;
}

header.header_active .header_nav_list {
    font-size: 1.8rem;
}

.header_nav_item {
    font-weight: bold;
    transition: .4s all;
    /*padding: 0 15px;*/
}

.header_nav_item:hover .link_line {
    color: var(--link) !important;
}

.header_nav_list .header_nav_item:last-child {
    padding-right: 5px;
}

.header_nav_link {
    display: block;
    padding: 0 0 20px;
    position: relative;
    z-index: 6;
}

.header_nav_list .link_line {
    color: #1d170a;
}

.header_nav_wrap a:hover .link_line {
    color: var(--link);
}

@keyframes btngrad {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media screen and (max-width: 768px) {
    #pc_head {
        display: none;
    }

    #sp_head {
        display: block;
    }

    #sp_head .sp_head_bg {
        background: transparent;
        backdrop-filter: none;
        display: flex;
        height: 63px;
        position: relative;
        width: 100%;
        transition: all .2s;
        z-index: 300;
        justify-content: space-between;
        padding: 7px 0 0 15px;
    }

    header.header_active2, header.header_active2 #sp_head .sp_head_bg {
        background: none;
    }

    header.header_active2 #sp_head .logo_area, header.header_active2 #sp_head .sp_head_cv {
        display: none;
    }

    .drawer_open header.header_active2 #sp_head .sp_head_bg {
        background: #fff;
    }

    .drawer_open header.header_active2 #sp_head .sp_head_cv {
        display: block;
    }

    .drawer_open #sp_head .sp_head_bg {
        position: fixed;
        background: #fff;
        height: 80px;
    }

    .header {
        height: 63px;
        min-width: 100%;
        top: 0;
        background: none;
    }

    .drawer_open .header {
        top: 0;
        position: fixed;
    }

    header.header_active2 {
        backdrop-filter: none;
        height: auto;
    }

    #sp_head .logo_area {
        position: relative;
        z-index: 300;
    }

    .drawer_open header.header_active2 #sp_head .logo_area {
        margin: 7px 0 0;
        display: block;
    }

    #sp_head .logo_area a {
        height: 45px;
        width: 130px;
        align-items: center;
        display: flex;
    }

    #sp_head .logo_area img {
        width: 130px;
        height: 19.92px;
    }

    #sp_head .sp_head_cv {
        position: absolute;
        right: 70px;
    }

    #sp_head .sp_gnav_search {
        padding: 15px 10px 15px 33px;
        line-height: 1;
        color: #333;
    }

    #sp_head .sp_gnav_search::before {
        content: "\f002";
        font: 900 1.7rem/1 var(--webicon);
        margin: 0 3px 0 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
    }

    #sp_head [class^="sp_head_cv_"] {
        width: 50px;
        height: 50px;
    }

    #sp_head [class^="sp_head_cv_"] a {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }

    #sp_head [class^="sp_head_cv_"] a::before {
        font: 900 2.5rem/1 var(--webicon);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #sp_head .sp_head_cv_tel a::before {
        content: "\f095";
    }

    #sp_head .sp_head_cv_mail a::before {
        content: "\f0e0";
    }

    #sp_head .sp_head_links {
        margin-right: 70px;
    }

    header.header_active2 #sp_head .sp_head_links {
        display: none;
    }

    .drawer_open header.header_active2 #sp_head .sp_head_links {
        display: block;
        margin: 5px 70px 0 auto;
    }

    #sp_head .sp_head_links a {
        animation: btngrad 12s ease infinite;
        color: #fff;
        background: linear-gradient(80deg, #f68142 0, #ecce44 30%, #efa455 100%) fixed;
        background-size: 800% 800%;
        border-radius: 60px;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 16px 28px 18px 48px;
        position: relative;
        text-align: center;
    }

    header.header_active2 #sp_head .sp_head_links a {
        padding: 13px 28px 15px 48px
    }

    #sp_head .sp_head_links a::before, #sp_head .sp_head_links a::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #sp_head .sp_head_links a::before {
        content: "\f105";
        color: #fff;
        font: 900 1.5rem/1 var(--webicon);
        right: 10px;
    }

    #sp_head .sp_head_links a::after {
        align-items: center;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #eec344;
        content: "\f12a";
        color: #f68142;
        display: flex;
        font: 900 1.3rem/1 var(--webicon);
        left: 15px;
        width: 21px;
        height: 21px;
        justify-content: center;
    }

    /*----------------------------sp_s_nav*/
    .sp_s_nav {
        display: flex;
        background: #96876d;
        width: 100%;
        margin: 54px 0 0;
    }

    .form_page .sp_s_nav {
        margin: 0;
    }

    .sp_s_nav li {
        width: 50%;
    }

    .sp_s_nav li:first-of-type {
        border-right: 1px solid #544c3e;
    }

    .sp_s_nav li:last-of-type {
        border-left: 1px solid #c0ae8e;
    }

    .sp_s_nav a {
        color: #fff;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        height: 42px;
        line-height: 42px;
    }
}

@media screen and (max-width: 360px) {
    #sp_head .sp_head_links a {
        min-width: 86px !important;
    }
}

/* -----------------------------------------------------------
    メガメニュー
-------------------------------------------------------------- */
.header_megamenu {
    align-items: center;
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, .025);
    background: #fff;
    display: flex;
    position: absolute;
    pointer-events: auto;
    justify-content: center;
    min-width: 1240px;
    width: 100%;
    top: 100%;
    transform: translateY(-50px);
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    visibility: hidden;
    left: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

#header_mega_1:hover .header_megamenu, #header_mega_2:hover .header_megamenu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible;
    z-index: 2;
}

.header_mega_inner {
    display: flex;
    min-width: 1240px;
    max-width: 1300px;
    padding: 30px 0 50px;
    width: 100%;
}

#header_mega_2 .header_mega_inner {
    justify-content: space-between;
}

/*header_mega1---------------------------*/
.header_mega1_list {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
}

.header_mega1_item {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 15px;
    justify-content: center;
    width: calc((100% - 60px) / 3);
    z-index: 2;
}

.header_mega1_item a {
    align-items: center;
    color: var(--cmnblack) !important;
    display: flex;
    font-size: 2rem;
    gap: 13px;
    line-height: 1.5;
    position: relative;
    transition: all .5s;
    height: 100%;
    width: 100%;
}

.header_mega1_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-shrink: 0;
    width: 250px;
    height: 150px;
    overflow: hidden;
    transition: .5s;
}

.header_mega1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.header_mega1_item a:hover img {
    transform: scale(1.15);
}

/*header_mega2---------------------------*/
.header_mega2_subttl {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/*    ↓ 製品CMSに大カテゴリがない場合は削除でOK    */
.header_mega_inner .header_mega2_box:first-of-type .header_mega2_subttl {
    border-bottom-color: var(--cate1);
}

.header_mega_inner .header_mega2_box:nth-of-type(2) .header_mega2_subttl {
    border-bottom-color: var(--cate2);
}

.header_mega_inner .header_mega2_box:nth-of-type(3) .header_mega2_subttl {
    border-bottom-color: var(--cate3);
}

.header_mega_inner .header_mega2_box:first-of-type .header_mega2_subttl::before {
    color: var(--cate1);
}

.header_mega_inner .header_mega2_box:first-of-type .header_mega2_subttl::before {
    content: "キッチン商品";
}

.header_mega_inner .header_mega2_box:nth-of-type(2) .header_mega2_subttl::before {
    color: var(--cate2);
}

.header_mega_inner .header_mega2_box:nth-of-type(2) .header_mega2_subttl::before {
    content: "水回りの商品";
}

.header_mega_inner .header_mega2_box:nth-of-type(3) .header_mega2_subttl::before {
    color: var(--cate3);
}

.header_mega_inner .header_mega2_box:nth-of-type(3) .header_mega2_subttl::before {
    content: "その他住宅設備";
}

/*    ↑ 製品CMSに大カテゴリがない場合は削除でOK    */
.header_mega2_box {
    position: relative;
    width: calc((100% - 100px) / 3);
}

.header_mega2_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

[class^="header_mega2_item_"] {
    width: calc((100% - 20px) / 2);
}

[class^="header_mega2_item_"] a {
    align-items: center;
    color: var(--cmnblack);
    display: flex;
    font-size: 1.6rem;
    flex-direction: column;
    gap: 5px;
    height: auto;
    position: relative;
}

.header_mega2_img {
    flex-shrink: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.header_mega2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}

[class^="header_mega2_item_"] a:hover img {
    transform: scale(1.15);
}

/* -------------------------------------------------
   共通 検索エリア
---------------------------------------------------- */
#header_search.is-search-show .header_search_head {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: .5s cubic-bezier(.43, .05, .17, 1);
}

#header_search .header_search_head {
    background: #fff;
    padding: 0 40px 40px 40px;
    width: 100vw;
    min-width: 1200px;
    z-index: 9999999999999999;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: .5s cubic-bezier(.43, .05, .17, 1);
    opacity: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    backdrop-filter: blur(50px);
}

#header_search .header_search_body {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    position: relative;
    padding: 15px 0 0 0;
}

#header_search .header_search_otherlink {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 3;
}

#header_search .header_search_otherlink a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f0695b;
    padding: 15px 25px 15px 15px;
    position: relative;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #ff7f71;
}

#header_search .header_search_otherlink a:hover {
    background: #ff7f71;
    color: #fff;
}

#header_search .header_search_otherlink a::before {
    content: "\f054";
    font: 900 1.3rem/1 var(--webicon);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
}

#header_search .header_search_otherlink a:hover::before {
    color: #fff;
}

#header_search .header_search_ttl {
    font-size: 2.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 120px;
    position: relative;
    z-index: 2;
    gap: 7px;
}

#header_search .header_search_ttl small {
    font-size: 1.5rem;
    color: #888;
    margin: 5px 0 0;
}

#header_search .header_search_ttl i {
    position: relative;
    font-size: 2.6rem;
    margin: 5px 0 0;
}

#header_search .header_search_ttl span {
    position: relative;
    font-weight: bold;
}

#header_search .header_search_close {
    align-items: center;
    cursor: pointer;
    border: #dfdfdf 1px solid;
    display: flex;
    position: absolute;
    right: 0;
    top: 10px;
    width: fit-content;
    transition: .5s;
    z-index: 50;
    justify-content: center;
    padding: 13px 18px;
    gap: 5px;
}

#header_search .header_search_close:hover {
    background: #999;
    color: #fff;
}

#header_search .header_search_close:hover i, #header_search .header_search_close:hover span {
    color: #fff;
}

#header_search .header_search_close i {
    color: #aaa;
    font-size: 2rem;
    transition: .5s;
}

#header_search .header_search_close span {
    color: #aaa;
    font: 600 2.3rem / 1 var(--en);
    letter-spacing: .03em;
    transition: .5s;
}

#header_search #topforms {
    margin: 15px auto 0;
}

#header_search .header_search_box {
    width: 100%;
}

/*--header_search_tab----------------------*/
#header_search .header_search_tab {
    display: flex;
}

#header_search .header_search_tab .cate_tab {
    align-items: center;
    background: #f4f4f4;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-size: 2rem;
    font-weight: bold;
    height: 45px;
    padding: 10px 10px 15px;
    position: relative;
    text-align: center;
    justify-content: center;
}

#header_search .header_search_tab .cate_tab.search_tab_current {
    background: #b6cbe6;
    color: #fff;
}

/*--header_search_list----------------------*/
#header_search .header_search_list_wrap {
    margin: 20px 0 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#header_search .header_search_half1 {
    /*display: none;*/
    width: 100%;
    flex-shrink: 0;
}

#header_search .header_search_half2 {
    width: 100%;
    padding: 30px 0 0;
    border-top: 1px solid #ccc;
    margin: 15px 0 0;
    display: flex;
    gap: 15px;
    flex-shrink: 0;
    min-height: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #header_search .header_search_half2 {
        padding: 20px 0 0;
        margin: 10px 0 0;
    }
}

#header_search .header_search_half2 .function_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    margin: 6px 0 0;
    color: #aaa;
    flex-shrink: 0;
}

#header_search .header_search_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

#header_search .header_search_list .header_search_item:not(:first-of-type) {
    margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #header_search .header_search_list .header_search_item:not(:first-of-type) {
        margin-top: 20px;
    }
}

#header_search .header_search_subttl {
    width: 45px;
    position: relative;
}

#header_search .header_search_subttl::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 32px;
}

#header_search .header_search_list .header_search_item:first-of-type .header_search_subttl::before {
    background-image: url(../img/cmn_search_kitchen.svg);
}

#header_search .header_search_list .header_search_item:nth-of-type(2) .header_search_subttl::before {
    background-image: url(../img/cmn_search_wet.svg);
}

#header_search .header_search_list .header_search_item:nth-of-type(3) .header_search_subttl::before {
    background-image: url(../img/cmn_search_other.svg);
}

#header_search .header_search_cate {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 5px;
}

#header_search .header_search_cate .cate_btn {
    flex-shrink: 0;
    display: flex;
    position: relative;
    width: calc((100% - 60px) / 6);
}

#header_search .header_search_cate .cate_btn:hover label {
    color: var(--link);
    border: var(--link) 1px solid;
    background: #fff7f1;
    font-weight: bold;
    transition: .3s;
}

#header_search .header_search_cate input {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

#header_search .header_search_cate input:checked + label {
    color: var(--link);
    border: var(--link) 1px solid;
    background: #fff7f1;
    font-weight: bold;
}

#header_search .header_search_cate label {
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    cursor: pointer;
    color: #333;
    display: flex;
    position: relative;
    gap: 10px;
    width: 100%;
    line-height: 1.2;
    padding: 0 10px 0 0;
    z-index: 2;
    transition: .3s;
}

#header_search .header_search_cate .product_thumb {
    flex-shrink: 0;
    width: 85px;
    height: 60px;
}

#header_search .header_search_cate .product_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header_search .header_search_function {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#header_search .function_btn input {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

#header_search .function_btn label {
    background: rgba(255, 255, 255, .8);
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    pointer-events: auto;
    padding: 10px 8px 11px;
    font-size: 1.5rem;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
    transition: .3s;
}

#header_search .function_btn:hover label {
    color: var(--link);
    border: var(--link) 1px solid;
    background: #fff7f1;
}

#header_search .function_btn input:checked + label {
    color: var(--link);
    border-color: var(--link);
    background: #fff7f1;
    font-weight: bold;
}

/*--header_search_select----------------------*/
#header_search .header_search_select {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 0 20px;
}

#header_search .select_output, #header_search .select_ttl {
    line-height: 1.3;
}

#header_search .select_ttl {
    font-weight: bold;
    color: #aaa;
    letter-spacing: 0;
}

/*--header_search_bottom----------------------*/
#header_search .header_search_bottom {
    margin: 30px 0 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #header_search .header_search_bottom {
        margin: 20px 0 0 0;
        padding: 20px 0 0;
    }
}

#header_search .header_search_keyword {
    align-items: center;
    display: flex;
    gap: 17px;
    width: 50%;
    float: left;
}

#header_search .header_search_keyword .keyword_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #aaa;
}

#header_search .header_search_keyword input {
    appearance: none;
    border: 1px solid #333;
    font-weight: 500;
    font-size: 1.6rem;
    font-family: var(--sans);
    flex-grow: 1;
    width: calc(100% - 300px);
    padding: 13px 20px;
    letter-spacing: 0.03em;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}

#header_search .header_search_keyword input:focus {
    outline: none;
    background: #fff7f1;
}

#header_search .header_search_btn_wrap {
    position: relative;
}

#header_search .header_search_reset {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    cursor: pointer;
    color: #aaa;
    gap: 3px;
    line-height: 1;
    position: absolute;
    left: 280px;
    top: 30px;
    text-decoration: underline;
}

#header_search .header_search_reset span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 16px;
    height: 1px;
    background: #aaa;
    position: relative;
    transform: rotate(45deg);
    margin: 4px 0 0;
}

#header_search .header_search_reset span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 1px;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

#header_search .header_search_btn {
    position: relative;
    text-align: center;
    margin: 50px auto 0;
    width: 360px;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #header_search .header_search_btn {
        margin: 40px auto 0;
    }
}

#header_search .header_search_btn input {
    background: var(--link);
    border: none;
    cursor: pointer;
    height: 70px;
    font-family: var(--sans);
    font-size: 1.9rem;
    text-align: center;
    width: 100%;
    font-weight: 500;
    transition: .3s;
    position: relative;
    color: #fff !important;
    padding: 0 0 3px;
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    #header_search .header_search_btn:hover input {
        background: #f99d05 !important;
        border-color: #f99d05 !important;
        color: #fff !important;
        opacity: 1 !important;
    }
}

#header_search .header_search_btn::after {
    content: "\f002";
    color: #fff;
    font: 900 2.2rem/1 var(--webicon);
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
}

#header_search .header_search_btn:hover::after {
    color: #fff;
}

@media screen and (max-width: 768px) {
    #header_search .header_search_head {
        padding: 0;
        min-width: unset;
    }

    #header_search.is-search-show .header_search_head {
        height: 100vh;
        overflow-y: scroll;
    }

    #header_search .header_search_body {
        width: 100%;
        padding: 75px 0 0 0;
    }

    #header_search .header_search_ttl {
        font-size: 2rem;
        padding: 0 10px;
        gap: 0;
    }

    #header_search .header_search_ttl span {
        white-space: nowrap;
        padding: 0;
        font-size: 1.8rem;
    }

    #header_search .header_search_ttl i {
        margin: 2px 2px 0 0;
        font-size: 2rem;
    }

    #header_search .header_search_ttl small {
        display: block;
        margin: 0;
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.3;
        padding: 0 0 0 1.5em;
        text-indent: -1em;
    }

    #header_search .header_search_close {
        right: 10px;
        padding: 13px 15px;
    }

    #header_search .header_search_close span {
        font-size: 2rem;
    }

    #header_search .header_search_close i {
        font-size: 1.5rem;
        margin: 0;
    }

    #header_search .header_search_otherlink {
        left: 10px;
    }

    #header_search .header_search_otherlink a {
        font-size: 1.5rem;
    }

    #header_search #topforms {
        width: 100%;
        padding: 18px 0 500px;
        margin: 0;
    }

    #header_search .header_search_box {
        padding: 0;
    }

    #header_search .header_search_tab {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    #header_search .header_search_tab .cate_tab {
        font-size: 1.5rem;
        flex: auto;
        width: calc(100% / 4);
        margin: 0 0 7px;
    }

    #header_search .header_search_tab .cate_tab:nth-child(4) {
        border-right: none;
    }

    #header_search .header_search_tab .cate_tab::before {
        width: 32.5px;
        height: 30.5px;
        bottom: 29px;
    }

    #header_search .header_search_list {
        padding: 0 15px 7px;
        overflow-x: scroll;
    }

    #header_search .header_search_list_wrap {
        margin: 0;
        gap: 10px;
    }

    #header_search .header_search_item {
        width: 1150px;
    }

    #header_search .header_search_list .header_search_item:not(:first-of-type) {
        margin-top: 10px;
    }

    #header_search .header_search_cate {
        padding: 0;
        gap: 10px;
    }

    #header_search .header_search_select {
        margin: 20px 0 0;
        width: 100%;
        padding: 0 15px;
    }

    #header_search .select_output, #header_search .select_ttl {
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        line-height: 1.6;
    }

    #header_search .header_search_keyword {
        padding: 0 15px;
        float: none;
        width: 100%;
    }

    #header_search .header_search_keyword .keyword_ttl {
        font-size: 1.6rem;
        margin: 0;
        flex-shrink: 0;
        letter-spacing: 0;
        color: #999;
    }

    #header_search .header_search_subttl {
        width: 20px;
    }

    #header_search .header_search_subttl::before {
        width: 35px;
        height: 27px;
    }

    #header_search .header_search_keyword input {
        padding: 10px;
        width: 100%;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #header_search .header_search_btn input {
        height: 100%;
        font-size: 1.9rem;
        width: 100%;
        color: #fff;
        padding: 0;
        -webkit-appearance: none;
        border-radius: 0;
    }

    #header_search .header_search_btn::after {
        font-size: 1.8rem;
    }

    #header_search .header_search_cate .product_thumb {
        height: 50px;
        width: 70px;
    }

    #header_search .header_search_cate .cate_btn {
        width: 170px;
    }

    #header_search .header_search_cate label {
        font-size: 1.5rem;
        padding: 0 3px 0 0;
    }

    #header_search .header_search_half2 {
        align-items: center;
        margin-top: 0 !important;
        padding-top: 12px;
        min-height: 60px;
    }

    #header_search .header_search_half2 .function_ttl {
        font-size: 1.6rem;
        margin: 0;
        flex-shrink: 0;
        letter-spacing: 0;
        color: #999;
    }

    #header_search .header_search_function {
        flex-shrink: 0;
        width: 1300px;
    }

    #header_search .function_btn label {
        white-space: nowrap;
    }

    #header_search .header_search_bottom {
        margin: 5px 0 0 0;
        padding: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    #header_search .header_search_btn {
        max-width: unset;
        width: 300px;
        height: 60px;
        color: #fff;
        font-size: 1.7rem;
        margin: 15px auto 0;
    }

    #header_search .header_search_reset {
        left: 0;
        top: auto;
        right: 0;
        bottom: -50px;
        width: 100%;
        justify-content: center;
    }
}

/* -----------------------------------------------------------
    Responsive
-------------------------------------------------------------- */
.sp-display {
    display: none;
}

.sp-display-b {
    display: none;
}

br.pc-br {
    display: inline;
}

br.sp-br {
    display: none;
}

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

    .pc-display {
        display: none;
    }

    .pc-display-b {
        display: none;
    }

    .sp-display {
        display: inline;
    }

    .sp-display-b {
        display: block;
    }

    br.pc-br {
        display: none;
    }
    br.sp-br {
        display: inline;
    }
}

/* -----------------------------------------------------------
    main
-------------------------------------------------------------- */
.contents {
    position: relative;
}
/* #main{
    margin: 145px auto 0;
} */

@media screen and (max-width: 768px) {
    #main {
        position: relative;
    }
}

/* -----------------------------------------------------------
    #page-top
-------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 60;
    line-height: 1;
}

#page-top a {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #333;
    color: #fff;
}

#page-top a:hover {
    background: var(--main);
}

#page-top a i {
    font-size: 2rem;
}

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

    #page-top {
        position: fixed;
        bottom: 10px !important;
        right: 10px;
        z-index: 60;
        line-height: 1;
    }

    #page-top a {
        width: 50px;
        height: 50px;
    }

}

/* -----------------------------------------------------------
    アンカーリンクのずれ調整
-------------------------------------------------------------- */
.anchor {
    display: block;
    padding-top: 145px;
    margin-top: -145px;
}

@media screen and (max-width: 768px) {
    .anchor {
        padding-top: 63px;
        margin-top: -63px;
    }
}

/* -----------------------------------------------------------
    テキスト強調箇所
-------------------------------------------------------------- */
/* -----------------------------
    テキストラインアニメーション
-------------------------------- */
.ani-line {
    background-image: linear-gradient(to right, #F7F3A3 0%, #F5F08C 50%, transparent 50%);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 200% 10px;
    transition: background-position 1s;
}

.ani-line.is-aniline {
    background-position: 0% 100%;
}


/* -----------------------------------------------------------
    浮遊アニメーション
-------------------------------------------------------------- */
@keyframes fuwa {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.fuwa {
    animation: fuwa 1.5s ease-in-out infinite;
}

/* -----------------------------------------------------------
    拡大アニメーション
-------------------------------------------------------------- */
@keyframes zoomInAnime {
    from {
        transform: scale(0.1);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: .8s;
    animation-fill-mode: forwards;
}

/* -----------------------------------------------------------
    共通 線アニメーション
-------------------------------------------------------------- */
.cmn-line {
    background-image: linear-gradient(to right, #c5e87a 0%, #c5e87a 50%, transparent 50%);
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 200% 10px;
    margin: 0 2px 0 0;
    padding: 0 0 0 2px;
    transition: background-position 1s;
}

.cmn-line.is-line-anime {
    background-position: 0% 100%;
}

/* -----------------------------------------------------------
   共通ボタン
-------------------------------------------------------------- */
.cmn-btn {
    position: relative;
}

.cmn-btn a {
    display: block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0em;
    position: relative;
    text-align: center;
    z-index: 1;
    /* background-color: #000; */
    border: solid 1px #000;
    /* color: #fff; */
    z-index: 1;
}

.cmn-btn a::after {
    position: absolute;
    font-family: var(--webicon);
    content: "\f105";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a.line-link {
    display: block;
    display: inline-block;
    color: var(--link);
    border-bottom: solid 1px var(--link);
}

.cmn-btn-txt{
    text-align: right;
}

.cmn-btn-txt a{
    color: var(--cmnblack);
}

.cmn-btn-txt a::before{
    display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 8px 0 0;
    color: var(--main);
}

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

}
/* -----------------------------------------------------------
    下層ページタイトル
-------------------------------------------------------------- */
.pagetitle-area{
    width: 100%;
    height: 320px;
    background-color: #000;
    padding: 140px 0 0;
    /* margin: 145px auto 0; */
}
.pagetitle-area .section-title{
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
}
.pagetitle-area .guide-title {
    color: #333;
}
/* BG無しのシンプルタイプ */
.simple-pagetitle .pagetitle-area{
    height: auto;
    background: none;
    padding: 100px 0 50px;
    /* width: 1100px; */
    margin: 0 auto;
}
.simple-pagetitle .pagetitle-area.wide{
    width: 1200px;
}
.simple-pagetitle .pagetitle-area .section-title{
    color: #222;
    /*
    text-align: left;
    */
    font-size: 4rem;
    
    /*
    background: url("../img/flower-bg.jpg") no-repeat center top / cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    */
}
@media screen and (max-width: 768px){
    
    .pagetitle-area{
        height: auto;
        padding: 60px 5px 55px 5px;
        margin: 0;
    }
    
    .pagetitle-area .section-title{
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    /* BG無しのシンプルタイプ */
    .simple-pagetitle .pagetitle-area,
    .simple-pagetitle .pagetitle-area.wide{
        height: auto;
        padding: 35px 20px 20px;
        width: auto;
    }
    .simple-pagetitle .pagetitle-area .section-title{
        font-size: 2.4rem;
        text-align: center;
    }
    
}

/* -----------------------------------------------------------
   共通タイトル 下層
-------------------------------------------------------------- */
.sec-ttl{
    margin: 0 0 20px;
}

.sec-ttl .en{
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-family: var(--font-en);
    font-weight: bold;
    color: var(--cmn-color);
    line-height: 1.4;
}

.sec-ttl .jp{
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0;
}

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


/* -----------------------------------------------------------
   link_line  gナビで使用　線アニメーション
-------------------------------------------------------------- */
.link_line {
    position: relative;
}

.link_line::after {
    bottom: -1px;
    background: var(--link);
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    /*right: 0;*/ /* 真ん中から開きたい時*/
    -webkit-transition: all 0.3s;
    transition: all 0.4s;
    width: 0;
}

.link_line_wrap:hover .link_line::after {
    width: 100%;
    display: inline-block;
}


/* -----------------------------------------------------------
    footer_fixed
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
    #footer_fixed {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    #footer_fixed {
        bottom: 0;
        width: 100%;
        height: 65px;
        position: fixed;
        z-index: 5;
    }

    #footer_fixed .sp_f_fixed {
        display: flex;
        width: 100%;
        justify-content: center;
        height: 100%;
        gap: 1.866vw;
    }

    #footer_fixed .sp_f_fixed li {
        flex-shrink: 0;
        height: 56px;
    }

    #footer_fixed .sp_f_fixed a {
        align-items: center;
        background: #fff;
        border-radius: 60px;
        box-shadow: 0 5px 8px 3px rgba(0, 0, 0, .1);
        display: flex;
        color: #333;
        gap: 3px;
        height: 100%;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 1.2;
        padding: 8px 5px;
        width: 100%;
    }

    #footer_fixed div[class^="f_fixicon"] {
        align-items: center;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        padding: 10px;
    }

    #footer_fixed div[class^="f_fixicon"] img {
        width: 100%;
        object-fit: cover;
    }

    #footer_fixed .f_fix_tel {
        width: 40vw;
    }

    #footer_fixed .f_fix_tel .txt {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }

    #footer_fixed .f_fix_tel .txt .time {
        display: block;
        white-space: nowrap;
        font-size: 1rem;
        color: #888;
    }

    #footer_fixed .f_fix_tel .txt .en {
        font: 700 1rem /1 var(--en);
    }

    #footer_fixed .f_fixicon_tel {
        background: #EEF1F1;
    }

    #footer_fixed .f_fix_tel a {
        gap: 5px;
    }

    #footer_fixed .f_fixicon_tel img {
        aspect-ratio: 19/19;
    }

    #footer_fixed .f_fix_form {
        width: 53vw;
    }

    #footer_fixed .f_fix_form a {
        background: linear-gradient(70deg, #FFB300 0, #F29700);
        gap: 8px;
    }

    #footer_fixed .f_fix_form .txt {
        align-items: center;
        display: flex;
        color: #fff;
        line-height: 1;
        gap: 10px;
    }

    #footer_fixed .f_fix_form .ttl {
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: .02em;
        line-height: 1.3;
    }

    #footer_fixed .f_fix_form .free {
        align-items: center;
        background: #fff;
        color: #F29700;
        display: flex;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: .05em;
        width: 44px;
        height: 21px;
        justify-content: center;
    }

    #footer_fixed .f_fixicon_form {
        background: #FFFEFC;
        opacity: .8;
    }

    #footer_fixed .f_fixicon_form img {
        aspect-ratio: 19/14;
    }
}


/* -----------------------------------------------------------
    ft_cv_area
-------------------------------------------------------------- */
.ft_cv_area {
    background: #ddd;
    padding: 75px 0 80px;
}

.ft_cv_ttl {
    text-align: center;
}

.ft_cv_ttl .en {
    font: 700 5rem /1 var(--en);
    letter-spacing: .02em;
}

.ft_cv_ttl .ja {
    font-weight: bold;
    margin: 10px 0 0;
}

.ft_cv_catch {
    font-size: 2rem;
    margin: 20px 0 0;
    letter-spacing: .05em;
    line-height: 1.7;
    text-align: center;
}

.ft_cv_body {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 25px 0 0;
}

.ft_cv_tel {
    display: flex;
    flex-direction: column;
    font-feature-settings: "palt";
    gap:5px;
}

.ft_cv_tel_num {
    color: var(--cmnblack);
    font: 730 3.5rem /1 var(--en);
    position: relative;
    padding: 0 0 0 30px;
    letter-spacing: .07em;
}

.ft_cv_tel_num::before {
    content: "\f879";
    font: 900 2.5rem/1 var(--webicon);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.ft_cv_tel_time {
    align-items: center;
    color: var(--cmnblack);
    display: flex;
    font-size: 1.9rem;
    letter-spacing: .07em;
    line-height: 1;
}

.ft_cv_tel_hour {
    font-size: 2.1rem;
    margin: 0 2px 0 4px;
}

.ft_cv_mail {
    align-items: center;
    background: linear-gradient(90deg, #FFB300, #F29700);
    color: #fff;
    display: flex;
    height: 80px;
    line-height: 1.5;
    text-align: center;
    transition: 0.3s ease;
    padding: 0 43px 4px 38px;
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.ft_cv_mail::before {
    content: '';
    background: -webkit-linear-gradient(left, #FF9B00, #FF4242);
    background: linear-gradient(to right, #FF9B00, #FF4242);
    bottom: 0;
    position: absolute;
    top: 0;
    transform-origin: left bottom;
    transform: scale(0, 1);
    transition: all .2s ease-in;
    right: 0;
    left: 0;
    z-index: 2;
}

.ft_cv_mail:hover::before {
    transform: scale(1, 1);
}

.ft_cv_mail::after {
    color: #fff;
    content: "\f054";
    font: 900 1.7rem/1 var(--webicon);
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .05s;
    z-index: 3;
}

.ft_cv_mail_txt {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 0 30px;
    position: relative;
    line-height: 1;
    width: 100%;
    z-index: 2;
}

.ft_cv_mail_txt::before {
    content: "\f0e0";
    font: 900 2.2rem/1 var(--webicon);
    transition: .5s;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

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

    .ft_cv_area {
        padding: 50px 0;
    }

    .ft_cv_ttl .en {
        font-size: 3.9rem;
    }

    .ft_cv_ttl .ja {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .ft_cv_catch {
        font-size: 1.7rem;
        line-height: 1.8;
        letter-spacing: .03em;
        text-align: center;
        width: fit-content;
        margin: 15px auto 0;
    }

    .ft_cv_body {
        flex-wrap: wrap;
        gap: 35px;
        margin: 25px 0 0;
    }

    .ft_cv_tel {
        font-size: 1.7rem;
        gap: 10px;
        text-decoration: none !important;
        text-align: center;
    }

    .ft_cv_tel_num {
        font-size: 3.3rem;
        margin: 0 auto;
        padding: 0 0 0 30px;
        text-align: center;
    }

    .ft_cv_tel_num::before {
        font-size: 2.3rem;
    }
    
    .ft_cv_tel_time {
        font-size: 1.7rem;
    }
    
    .ft_cv_tel_hour {
        font-size: 2rem;
    }

    .ft_cv_mail {
        height: 80px;
        width: 100%;
        padding: 0 5px 2px 0;
    }
    
    .ft_cv_mail::after {
        font-size: 1.5rem;
    }

    .ft_cv_mail_txt {
        font-size: 2.1rem;
        width: fit-content;
    }

    /* .ft_cv_mail_txt::after {
        
    } */
}




/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */
.footer{
    width: 100%;
    font-size: 1.5rem;
    background: #f6f6f6;
}

/*----------------------------f-sitemap-wrap01*/
.f-sitemap-wrap01{
    display: flex;
    justify-content: space-between;
    padding: 70px 0 40px;
    font-size: 1.3rem;
    /* margin: 120px auto 0; */
}

.f-sitemap-title{
    font-size: 1.3rem;
}

.f-sitemap-title a{
    color: #333;
}

.f-sitemap-block{
    display: flex;
    width: 100%;
    height: 250px;
    height: 356px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 20px;
}

.item .f-sitemap-block{
    height: 320px;
}

.bland .f-sitemap-block{
    height: 435px;
}

.f-sitemap-block > li{
    margin: 15px 0 0 0;
}
.f-sitemap-block > li a{
    color: #333;
    font-size: 1.4rem;
}


/*----------------------------f-bottom-area*/
.f-bottom-area{
    width: 100%;
    background: #fff;
    padding: 80px 0 20px;
}

.f-bottom-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px 0;
}

.f-bottom-wrap .logo-box .logo{
    width: 180px;
    height: 44px;
}

.f-bottom-wrap .logo-box .logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.f-bottom-wrap .logo-box .logo img{
    height: 100%;
}

.f-bottom-wrap .logo-box .tel{
    line-height: 1;
    margin: 15px 0 5px;
}

.f-bottom-wrap .logo-box .tel a{
    display: block;
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: 800;
    font-family: var(--lato);
    color: var(--cmnblack);
}

.f-bottom-wrap .logo-box .txt{
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.f-bottom-wrap .logo-box .txt span{
    margin: 0 15px 0 0;
}

.f-bottom-link{
    width: calc(100% - 309px);
    width: 400px;
    display: flex;
    justify-content: space-between;
    /* gap: 90px; */
}

.f-bottom-link .f-bottom-linklist li{
    margin: 0 0 15px;
    position: relative;
}

.f-bottom-link > li a{
    color: #333;
    font-size: 1.5rem;
}

.f-bottom-link2{
    display: flex;
    gap: 25px;
}

.f-bottom-link2 li a{
    font-size: 1.2rem;
    color: var(--cmnblack);
}


/*----------------------------calender-wrap*/
.calender-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    justify-content: space-between;
}

.calender-wrap .calender-ttl{
    width: 100%;
}



.f-copy{
    font: 500 1rem / 1 var(--en);
}

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

    .footer{
        background: none;
        border-top: 1px solid #ccc;
    }

    /*----------------------------f-sitemap-wrap01*/
    .f-sitemap-wrap01{
        display: none;
    }

    /*----------------------------f-bottom-area*/
    .f-bottom-area{
        padding: 25px 20px 30px;
        text-align: center;
    }

    .f-bottom-wrap{
        display: block;
    }

    .f-bottom-wrap .logo-box .logo{
        margin: 0 auto;
    }

    .f-bottom-link{
        display: none;
    }
    .f-bottom-link > li{
        text-align: center;
        margin: 0;
    }
    .f-bottom-link > li:nth-child(n+2){
        display: none;
    }

    .f-bottom-link .logo img{
        width: 180px;
    }

    .f-bottom-link2{
        display: none;
    }

    .f-copy{
        text-align: center;
        margin: 30px 0 0;
    }
    
    /*----------------------------calender-wrap*/
    .calender-wrap{
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .calender-wrap .calender-ttl{
        width: 100%;
    }
}

/* -----------------------------------------------------------
    下層h1 ＆ パンくず
-------------------------------------------------------------- */
.h1-area {
    position: absolute;
    z-index: 10;
    top: 490px;
    left: 0;
    right: 0;
    color: #888;
}
.h1-area h1{
    font-size: 1.2rem;
    text-align: right;
    margin: 0 0 0 auto;
}
/* 白 */
.h1-area.wht{
    color: #fff;
}
/* シンプルページタイトル */
.simple-pagetitle .h1-area{
    top: 125px;
}
/* シンプルページタイトル＆ヘッダー固定なし */
.simple-pagetitle.head-nofix .h1-area{
    top: 165px;
}
.breadcrumblist {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0 0;
    position: relative;
    /* z-index: 100; */
}
.breadcrumblist p{
    line-height: 1;
}
.breadcrumblist a {
    text-decoration: underline;
}

.breadcrumblist a::after {
    display: inline-block;
    content: "\f105";
    font-weight: 900;
    font-family: var(--webicon);
    padding: 0 10px;
}

/* シンプルページタイトル */
.simple-pagetitle .breadcrumblist{
    position: absolute;
    top: 125px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
/* シンプルページタイトル＆ヘッダー固定なし */
.simple-pagetitle.head-nofix .breadcrumblist{
    position: absolute;
    top: 145px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .bread-h1-wrap {
        display: block;
        top: 12px;
        padding: 0;
    }

    .h1-area{
        position: static;
        padding: 5px;
        background-color: #EFEFEF;
    }

    .h1-area h1{
        text-align: left;
    }

    .breadcrumblist {
        display: none;
    }

    .under-h1 h1 {
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 15px 1px 0;
        width: 50%;
    }
}


/* -----------------------------------------------------------
    商品一覧
-------------------------------------------------------------- */
.result-area{
    padding: 80px 0 60px;
}

/* result-txt-wrap */
.result-txt-wrap{
    display: flex;
    /* width: 50%; */
    justify-content: space-between;
    align-items: center;
}

.result-search-wrap{
    display: flex;
    /* width: 50%; */
    justify-content: flex-end;
}

.result-area .modal-open{
    display: flex;
    width: 200px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
}
.result-area .modal-open .fa-search {
    /*
    color: #8b8b8b;
    */
    color: var(--main);
    margin: 0 10px 0 0;
}

.result-area .order-by{
    width: 180px;
    height: 55px;
    margin: 0 0 0 30px;
}
.products-splide {
  visibility: visible;
}

.splide__slide {
  height: auto; /* 商品カードの高さ崩れ防止 */
}
/* products-list */
.products-list{
    display: flex;
    width: 100%;
    max-width: 860px;
    height: fit-content;
    flex-wrap: wrap;
    margin: 40px 0 0;
    gap: 20px;
}
.splide__list{
    flex-wrap: nowrap;
}
.products-list .products-item{
    width: calc((100% - 60px) / 4);
    width: 200px !important;
    max-width: 200px ;
    min-width: 200px;
    height: fit-content;
    height: 350px !important;
    border: 1px solid #efefef;
    position: relative;
    margin: 0 !important;
}
.products-list .products-item a{
    display: block;
    width: 100%;
    min-width: 200px;
    height: 100%;
    /* padding: 10px 20px 25px; */
    color: #333;
    background-color: #fff;
}


.products-list .products-item .mark-wrap{
    position: absolute;
    top: 0;
    left: 0;
    gap: 3px;
}
.products-list .products-item .new{
    display: inline-block;
    font-size: 1.2rem;
    background-color: #929292;
    color: #fff;
    padding: 0 5px;
}
.products-list .products-item .pickup{
    display: inline-block;
    font-size: 1.2rem;
    background-color: #929292;
    color: #fff;
    padding: 0 5px;
}
.products-list .products-item .product-cate{
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 8px 0 0;
}


.products-title{
    line-height: 1.5;
    font-size: 1.5rem;
    margin: 15px 0 0;
}

.products-price{
    font: 400 1.5rem / 1 var(--en);
    margin: 8px 0 15px;
}
.products-price span{
    font-size: 1.2rem;
    font-weight: 500;
}

.products-img{
    width: 100%;
    height: 200px;
    /* background-color: #f5f5f5; */
    text-align: center;
}
.products-img img{
    width: auto;
    object-fit: contain;
    object-position: center;
    max-height: 100%;
}
.products-item .favorite {
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* z-index: 2; */
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    display: block;
}
.products-item .favorite.done{
    color: #de5c6f;
}

.products-item .favorite svg{
    stroke:#cdcdcd;
    fill: #fff;
    transition: .3s;

}

.products-item .favorite:hover svg{
    stroke: #de5c6f;
    fill: #de5c6f;
    transition: .3s;
}

.products-item .favorite.done svg{
    stroke: #de5c6f;
    fill: #de5c6f;
}

/* splide関連 */
.splide__pagination.products-pager{
    bottom: -25px;
}
.splide__pagination__page.pager-btn{
    background-color: #ccc;
}
.splide__pagination__page.pager-btn.is-active{
    background-color: #ccc;
}
@media screen and (max-width: 768px){

    .result-area{
        padding: 40px 10px 30px;
    }

    /* result-txt-wrap */
    .result-txt-wrap{
        display: block;
    }

    .result-search-wrap{
        width: 100%;
        margin: 20px 0 0;
    }

    .result-area .modal-open{
        flex: 1;
        width: auto;
    }

    .result-area .order-by{
        width: 150px;
        margin: 0 0 0 10px;
    }

    /* products-list */
    .products-list{
        justify-content: space-between;
        margin: 30px 0 0;
        gap: 10px;
    }

    .products-list .products-item{
        width: calc((100% - 10px) / 2) !important;
        max-width: none;
        min-width: auto;
        border: none;
        box-shadow: none;
        margin: 0 0 10px;
        height: auto !important;
    }

    .products-list .products-item a{
        min-width: 100%;
    }

    .products-list > li:nth-of-type(4n){
        margin: 0 0 10px;
    }

    .products-list a{
        padding: 0 10px 15px;
    }

    .result-area .products-img{
        width: calc(100% + (10px * 2));
        height: 125px;
        margin: 0 -10px 10px;
    }
    
    .product-title{
        font-size: 1.4rem;
    }
    .product-price{
        margin: 5px 0 10px;
    }

}

.search-wrap input[type="checkbox"]{
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

/*----------------------------search-wrap*/
.search-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: 1.4rem;
    text-align: left;
}

.search-wrap input[type="text"]{
    display: block;
    width: 200px;
    margin: 10px 0 0;
    height: 50px;
}
.search-wrap select{
    display: block;
    width: 210px;
    margin: 10px 0 0;
    height: 50px;
}

.search-wrap input[type="submit"].search-btn{
    color: #fff;
    margin: 20px 0 0;
    width: 100px;
    height: 70px;
    background: url("../img/search-col-btn.png") var(--main) no-repeat center center;
    background-size: 100px 70px;
}
.search-btn-area{
    text-align: center;
    margin: 0 auto;
}
.search-btn-area input[type="submit"].search-btn{
    margin: 20px auto 0;
    width: 200px;
    height: 60px;
    background: url("../img/search-col-btn-sp.png") var(--main) no-repeat center center;
    background-size: auto 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border: none;
}

/* word-box */
.search-wrap .word-box{
    width: 510px;
}

.search-wrap .word-box .word-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.search-wrap .word-box .word-list .word-item{
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    border: solid 1px var(--link);
}

.search-wrap .word-box .word-list .word-item a{
    display: block;
}

/* category-box */
.search-wrap .category-box{
    width: 100%;
    margin: 30px 0 0;
}
.search-wrap .category-box .cate-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.search-wrap .category-box .cate-list .cate-item{
    position: relative;
    width: calc((100% - 45px) / 4);
    height: fit-content;
}

.search-wrap .category-box .cate-list .under-wrap{
    right: auto;
    top: 64px;
}

.search-wrap .category-box .cate-list .cate-item input{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 20px;
    left: 10px;
    width: 15px;
    height: 15px;
    margin: 0;
    border: solid 1px #333;
    border-radius: 2px;
}
.search-wrap .category-box .cate-list .cate-item label{
    background-color: #fff;
    border: solid 1px #DEDEDE;
    display: inline-block;
    pointer-events: auto;
    padding: 13px 30px;
    white-space: nowrap;
    font-size: 1.6rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .3s;
    border-radius: 3px;
}

.search-wrap .category-box .cate-list .cate-item .small-box{
    display: none;
}

.search-wrap .category-box .cate-list .cate-item .small-box .small-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.search-wrap .category-box .cate-list .cate-item .small-box .small-list li{
    position: relative;
}

.search-wrap .category-box .cate-list .cate-item .small-box .small-list li label{
    border: none;
    padding: 0 0 0 15px;
    width: auto;
    font-size: 1.4rem;
}

.search-wrap .category-box .cate-list .cate-item .small-box .small-list li input{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* cate-box */
.search-wrap .cate-box{
    width: 100%;
}
.search-wrap .box-ttl{
    position: relative;
    background-color: #E5E5E5;
    padding: 16px 20px;
    margin: 15px auto 10px;
    font-size: 1.6rem;
}
/* .search-wrap .contents-wrap{
    display: none;
} */
/* brand-box */
.search-wrap .brand-box .brand-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.search-wrap .brand-box .brand-list label{
    width: calc((100% - 75px) / 6);
    color: var(--cmnblack);
}

.search-wrap .brand-box .brand-list li input[type="checkbox"]:checked + label{
    color: #fff;
    background: #CE101C;
    border-color: #CE101C;
}

.search-wrap .brand-box .brand-list li{
    width: calc((100% - (15px * 5)) / 6);
}

.search-wrap .brand-box .brand-list li .logo{
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    text-align: center;
    padding: 14px 0;
}
.search-wrap .brand-box .brand-list li .logo img{
    width: 130px;
    height: 40px;
    max-width: 130px;
    max-height: 40px;
    object-fit: contain;
    object-position: center;
    /* background-color: #D2D2D2; */
    margin: 0 auto;
}
.search-wrap .brand-box .brand-list li .txt{
    font-size: 1.2rem;
    line-height: 1.4;
}
/* size-box */
.search-wrap .size-box .size-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.search-wrap .size-box .size-list li a{
    display: block;
    width: 60px;
    border: solid 1px #DEDEDE;
    color: var(--cmnblack);
    border-radius: 20px;
    padding: 8px 0;
    text-align: center;
}

/* scene-box */
.search-wrap .scene-box .cate-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.search-wrap .scene-box .cate-list .cate-item{
    position: relative;
    width: calc((100% - 45px) / 4);
    height: fit-content;
}

/* style-box */
.search-wrap .style-box .cate-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.search-wrap .style-box .cate-list .cate-item{
    position: relative;
    width: calc((100% - 45px) / 4);
    height: fit-content;
}

/* color-box */
.search-wrap .color-box .color-list{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.search-wrap .color-box .color-list li a{
    display: block;
    min-width: 60px;
    border: solid 1px #DEDEDE;
    color: var(--cmnblack);
    border-radius: 20px;
    padding: 8px 10px;
    text-align: center;
}

/* color-wrap */
.color-wrap{
    display: flex;
    flex-wrap: wrap;
}

.search-area .color-wrap,
.modal-box .color-wrap{
    width: 120px;
    margin: 10px 0 0;
}

.color-wrap .color{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 8px 8px 0;
}
input[type="checkbox"].color01,
.color-wrap .color.color01{
    background: #c5a6cf;
}
input[type="checkbox"].color02,
.color-wrap .color.color02{
    background: #e8847c;
}
input[type="checkbox"].color03,
.color-wrap .color.color03{
    background: #90e87c;
}
input[type="checkbox"].color04,
.color-wrap .color.color04{
    background: #e8e77c;
}
input[type="checkbox"].color05,
.color-wrap .color.color05{
    background: #01a8a8;
}
input[type="checkbox"].color06,
.color-wrap .color.color06{
    background: #e8bc7c;
}

.color-wrap input[type="checkbox"]:checked{
    border-radius: 50%;
    border: 1px solid #000;
}

.search-wrap .category-box .cate-list .parent-item{
    width: calc((100% - 30px) / 3);
}

.search-wrap .category-box .cate-list .parent-item .parent-head{
    position: relative;
    width: calc((100% - 30px) / 3);
    height: fit-content;
    background-color: #fff;
    border: solid 1px #DEDEDE;
    display: inline-block;
    pointer-events: auto;
    padding: 13px 30px;
    white-space: nowrap;
    font-size: 1.6rem;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: .3s;
    border-radius: 3px;
}

.search-wrap .category-box .cate-list .parent-item .parent-head .check{
    pointer-events: none;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap .category-box .cate-list .parent-item .parent-head .check input{
    pointer-events: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: 20px;
    height: 20px;
    margin: 0;
}
.search-wrap .category-box .cate-list .parent-item .parent-head .accordion-icon{
    grid-area: icon;
}
/* .search-wrap .category-box .cate-list .parent-item .parent-head .check{
    position: absolute;
    left: 5px;
} */
.search-wrap .category-box .cate-list .parent-item .small-box{
    display: none;
}

.search-wrap .category-box .cate-list .parent-item .small-box .child-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 0;
}

.search-wrap .category-box .cate-list .parent-item .small-box .child-list li{
    position: relative;
    padding: 0 0 0 25px;
}

.search-wrap .category-box .cate-list .parent-item .small-box .child-list li .check{
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap .category-box .cate-list .parent-item .small-box .child-list li .check input{
    appearance: checkbox;
    width: 15px;
    height: 15px;
    margin: 0;
}
@media screen and (max-width: 768px){

    input[type="text"],
    select{
        padding: 10px;
        font-size: 1.6rem;
    }
    select{
        background-size: 15px auto;
        background-position: top 50% right 15px;
    }
    input[type="submit"], input[type="button"] {
        display: block;
        font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 1.6rem;
        transition: 0.5s;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    /*----------------------------search-wrap*/
    .search-wrap{
        display: block;
    }
    
    .search-wrap > li{
        margin: 0 0 20px;
    }

    .search-wrap input[type="text"]{
        display: block;
        width: 100%;
        margin: 10px 0 0;
        height: auto;
    }
    .search-wrap select{
        display: block;
        width: 100%;
        margin: 10px 0 0;
        height: auto;
    }

    .search-wrap input[type="submit"].search-btn,
    .search-btn-area input[type="submit"].search-btn{
        width: 100%;
        margin: 0 auto;
        height: 55px;
        background: url("../img/search-col-btn-sp.png") var(--main) no-repeat center center;
        background-size: auto 55px;
        display: block;
    }
    
    /* color-wrap */
    .color-wrap{
        display: flex;
        flex-wrap: wrap;
    }

    .search-area .color-wrap,
    .modal-box .color-wrap{
        width: 100%;
    }

    .color-wrap .color{
        width: 12px;
        height: 12px;
        margin: 0 6px 6px 0;
    }
}
/* -----------------------------------------------------------
    アコーディオン
-------------------------------------------------------------- */
.accordion-icon,
.accordion-icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
}
.accordion-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right:10px;
    background-color: var(--main);
}
.accordion-icon span {
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
}

.accordion-icon span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* -webkit-transform: rotate(0deg); */
    /* transform: rotate(0deg); */
}
.accordion-icon span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
}
.nav-ttl.active .accordion-icon span:nth-of-type(2) {
    display: none;
}
.faq-q.active .accordion-icon span:nth-of-type(2) {
    display: none;
}
.active .accordion-icon span:nth-of-type(2){
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px){
    .accordion-icon {
        /* width: 16px;
        height: 16px; */
        right: 15px;
    }
}

/* -----------------------------
   その他共通部品
-------------------------------- */
.section-title{
    color: #222;
    font: 700 4rem / 1 var(--en);
    letter-spacing: .3em;
}
.section-title span.ja{
    color: #666;
    font: 400 1.5rem / 1.4 var(--sans);
    display: block;
}
.section-title span.ja.s{
    font-size: 1.3rem;
    margin: 3px 0 0;
}

.section-sub-title{
    display: flex;
    width: 100%;
    align-items: center;
    font: 500 1.6rem / 1 var(--sans);
    margin: 50px 0 0;
}
.section-sub-title::after{
    content: '';
    height: 1px;
    background: #000;
    flex-grow: 1;
    margin: 0 0 0 25px;
}

.section-catch{
    font: 500 2.4rem / 1 var(--sans);
}
/*   モーダル検索
-------------------------------------------------------------- */
.modal-open{
    cursor: pointer;
}
.modal-box {
    display: none;
    width: 100%;
    height: 99%;
    max-width: 1200px;
    margin: 0;
    padding: 60px 60px 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    line-height: 1.6;
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
}
.modal-close {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #898989;
    color: #FFF;
    font-size: 2.0rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.modal-close:hover {
    color: #FFF;
}
.modal-close i {
    line-height: 44px;
    vertical-align: bottom;
}
.modal-bg {
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.modal-search-title{
    font-size: 1.6rem;
    padding: 0 0 20px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
}
.modal-box .search-wrap input[type="text"]{
    width: 525px;
    height: 72px;
}
.modal-box .search-wrap select{
    width: 180px;
}

@media screen and (max-width: 768px){
    
    .modal-box {
        /*
        width: calc(100% - 40px);
        height: calc(100vw - 40px);
        */
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .modal-box .in {
        padding: 30px 20px 60px 20px;
        position: relative;
    }
    
    .modal-box .search-wrap input[type="text"]{
        width: 100%;
    }
    .modal-box .search-wrap select{
        width: 100%;
    }
    
    .modal-close {
        position: fixed;
    }

    .modal-box .search-btn-area{
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    
}
/* -----------------------------------------------------------
    header
-------------------------------------------------------------- */
.header{
    width: 100%;
    background: #fff;
    transition: all .5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* ヘッダー固定無し */
.head-nofix .header{
    position: relative;
}

.header a{
    display: block;
    cursor: pointer;
}

#pc-head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    height: 65px;
    height: auto;
}

#sp-head{
    display: none;
}

#pc-head .logo{
    width: 125px;
    height: 43px;
    margin: 0 0 0 calc((100% - 1200px) / 2);
}

#pc-head .logo a{
    height: 100%;
}

#pc-head .logo img{
    width: 100%;
    height: 100%;
}

/*----------------------------txt-nav*/
#pc-head .txt-nav{
    display: flex;
    gap: 30px;
    margin: 0 calc((100% - 1200px) / 2) 0 auto;
}

#pc-head .txt-nav a{
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
    font: 400 1.3rem / 1 var(--sans);
}

#pc-head .txt-nav a:hover{
    color: var(--link);
}

/*----------------------------gnav*/
#pc-head .products-nav{
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #CFCECE;
}
#pc-head .gnav{
    flex-shrink: 0;
    display: flex;
    height: 75px;
    margin: 0 0 0 auto;
}

/* ラインアニメーション*/
#pc-head .gnav a {
    position: relative;
    color: #333;
    font: 400 1.1rem / 1 var(--sans);
    padding: 25px 25px 0;
    height: 75px;
    letter-spacing: 0.2em;
    text-align: center;
}

#pc-head .gnav a:before {
    content: "";
    position: absolute;
    display: block;
    background-color: var(--main);
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: .4s ease 0s;
}
#pc-head .gnav a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--main);
}

#pc-head .gnav a:hover:before {
    width: 100%;
}

/*----------------------------head-ec-wrap*/
#pc-head .head-ec-wrap{
    display: flex;
    width: 285px;
    height: 65px;
}

#pc-head .head-ec-wrap > li{
    width: calc(100% / 4);
}

#pc-head .head-ec-wrap a{
    font: 500 1.2rem / 1 var(--sans);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
}
#pc-head .head-ec-wrap a em{
    display: block;
    width: 100%;
    margin: 10px auto 0;
}

#pc-head .head-ec-wrap .cart a{
    position: relative;
}

#pc-head .head-ec-wrap img{
    height: 21px;
}

.header .cart-num{
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: #d92d39;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 19px;
    z-index: 2;
    font-family: Arial, Helvetica, "sans-serif";
}

/*----------------------------new*/
#pc-head .products-nav .new a{
    width: 160px;
    height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #C2C2C2;
    position: relative;
    font: 400 1.1rem / 1 var(--sans);
    letter-spacing: 0.2em;
}
#pc-head .products-nav .new a .img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #333;
    margin: 0 auto 5px;
}
/*----------------------------products*/
#pc-head .gnav.products{
    /* width: 100%; */
    height: 80px;
    gap: 2px;
    justify-content: center;
    background-color: #CFCECE;
    margin: 0;
}

#pc-head .gnav.products a{
    width: 100%;
    width: 160px;
    height: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #C2C2C2;
}

#pc-head .gnav.products .g-main .img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #333;
    margin: 0 auto 5px;
}

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

    #pc-head{
        display: none;
    }
    
    #sp-head{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        text-align: center;
        padding: 10px 15px 5px 60px;
        padding: 10px 15px 5px 5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }
    /* ヘッダー固定無し */
    .head-nofix #sp-head{
        position: relative;
    }
    
    #sp-head a{
        color: #333;
    }
    
    #sp-head .logo-area{
        margin: auto;
        margin: 0 40px 0 0;
        z-index: 999;
    }
    #sp-head .logo-area img{
        width: 106px;
        margin: -5px 0 0;
    }
    
    #sp-head .sp-btn{
        z-index: 999;
    }
    #sp-head .sp-btn img{
        width: auto;
        height: 21px;
    }
    
    #sp-head .sp-fav-btn{
        margin: 0 23px 0 0;
    }
    
    #sp-head .sp-head-contact .fa-envelope{
        font-size: 2rem;
    }
    
    #sp-head .sp-cart-btn{
        position: relative;
    }
    .header .cart-num{
        width: 14px;
        height: 14px;
        color: #fff;
        top: -7px;
        right: -7px;
    }
    
    #sp-head .sp-head-txt{
        color: #898989;
        font: 500 1rem / 1 var(--en);
        margin: 8px auto 0;
    }
    
}

/* -------------------------------------------------------------
    link-area
-------------------------------------------------------------- */
.link-area{
    padding: 80px 0;
    background-color: #f0f0f0;
    margin: 80px auto 0;
}
.link-area .link-list{
    display: flex;
    gap: 1px;
}
.link-area .link-list .link-item{
    width: calc((100% - 3px) / 4);
    height: 300px;
}
.link-area .link-list .link-item a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D2D2D2;
    text-align: center;
    padding: 120px 0;
}
@media screen and (max-width: 768px){
    .link-area{
        padding: 40px 20px;
        margin: 40px auto 0;
    }

    .link-area .link-list{
        flex-wrap: wrap;
    }

    .link-area .link-list .link-item{
        width: 100%;
        height: 80px;
    }

    .link-area .link-list .link-item a{
        padding: 10px 0;
    }
}
/* -------------------------------------------------------------
    カテゴリnav共通
-------------------------------------------------------------- */
.nav-area{
    width: 300px;
}
.nav-wrap{
    position: relative;
    margin: 0 0 30px;
}

.nav-wrap .nav-ttl.acc-sp .accordion-icon{
    display: none;
}
@media screen and (max-width: 768px){
    .nav-wrap{
        margin: 0 0 5px;
    }
    .nav-wrap .nav-ttl.acc-sp{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        color: var(--cmnblack);
        width: 100%;
        height: 64px;
        border: solid 1px #CCCCCC;
        padding: 10px 15px;
    }

    .nav-wrap .nav-ttl.acc-sp .accordion-icon{
        display: block;
    }
    
}
/* -------------------------------------------------------------
    cate-list
-------------------------------------------------------------- */
.cate-list{
    /* display: flex;
    flex-wrap: wrap;
    gap: 15px 10px; */
    /* margin: 0 0 30px; */
}
.cate-list .cate-item{
    position: relative;
}
.cate-list .cate-item a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    color: var(--cmnblack);
    width: 100%;
    height: 64px;
    border: solid 1px #CCCCCC;
    padding: 10px 15px;
}

.cate-list .cate-item .img{
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    background-color: #D2D2D2;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cate-list .cate-item a .txt{
    width: calc(100% - 59px);
    line-height: 1.3;
}
.cate-list .cate-item a .txt span{
    font-size: 1.4rem;
}

.cate-list .cate-item .under-wrap{
    position: absolute;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    top: 0px;
    right: -300px;
    transition: all .3s ease-in-out;
    z-index: 999;
}

.cate-list .cate-item .under-cate-list{
    background: #333;
    padding: 15px 20px 20px;
}
@media (hover: hover) and (pointer: fine) {
    .cate-list .cate-item:hover .under-wrap {
        max-height: 9999px;
        opacity: 1;
    }
}

.cate-list .cate-item .under-cate-list a{
    display: block;
    padding: 8px 0;
    color: #fff;
    border: none;
    border-bottom: solid 1px #fff;
    height: auto;
}


@media screen and (max-width: 768px){
    .cate-list .cate-item .acc-sp{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        color: var(--cmnblack);
        width: 100%;
        height: 64px;
        border: solid 1px #CCCCCC;
        padding: 10px 15px;
    }

    .nav-area{
        order: 1;
        background-color: #F1F1F1;
        padding: 40px 20px;
        width: 100%;
    }
    .cate-list .cate-item .under-wrap{
        position: relative;
        max-height: unset;
        opacity: unset;
        overflow: auto;
        right: auto;
        transition: none;
        display: none;
    }
    .cate-list .cate-item a.main{
        display: none;
    }
    .cate-list .cate-item:hover .under-wrap {
        max-height: 9999px;
        opacity: 1;
    } 
}

/* -------------------------------------------------------------
    brand-list
-------------------------------------------------------------- */
.brand-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 300px;
}

.brand-list .brand-item{
    width: 135px;
    width: calc((100% - 15px) / 2);
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
}

.brand-list .brand-item a{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--cmnblack);
}

.brand-list .brand-item .logo{
    border: solid 1px #CCCCCC;
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
}

.brand-list .brand-item .logo img{
    max-height: 40px;
    max-width: 90px;
}

.brand-list .brand-item .txt{
    line-height: 1.5;
}

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


/* -------------------------------------------------------------
    scene
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
    .cate-list.scene{
        display: none;
    }
}


/* -------------------------------------------------------------
    style
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
    .cate-list.style{
        display: none;
    }
}
/* -------------------------------------------------------------
    job
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
    .cate-list.job{
        display: none;
    }
}
/* -------------------------------------------------------------
    brand-list
-------------------------------------------------------------- */

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

}
/* -------------------------------------------------------------
    style-list
-------------------------------------------------------------- */

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

}
/* -------------------------------------------------------------
    job-list
-------------------------------------------------------------- */

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

}
/* -------------------------------------------------------------
    more-btn(もっと見るボタン)
-------------------------------------------------------------- */
.more-btn {
    display: block;
    color: var(--main);
    text-align: center;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border: solid 1px var(--main);
    font-family: var(--font-jp);
    font-size: 1.6rem;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.more-btn i{
    position: absolute;
    right: 20px;
    line-height: 60px;
}

.more-wrap {
    position: relative;
    overflow: hidden;
    height: 500px; /*隠した状態の高さ*/
}

.more-wrap::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
    z-index: 1;
}

.more-trigger {
    display: none; /*チェックボックスは常に非表示*/
}

.more-trigger:checked + .more-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
}

.more-trigger:checked ~ .more-wrap {
    height: auto !important; /*チェックされていたら、高さを戻す*/
}

.more-trigger:checked ~ .more-wrap::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

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

}

@media screen and (max-width: 768px){
    .sp-scroll{
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}