/* カスタマイズ用CSS */
.slick-slider {
    /*margin-bottom: 33px;*/
    /*padding: 33px 0;*/
}
.slick-list{
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    transform: translate(-50%,50%);
    display: block;
    width: calc(100% - 20px);
    left: 50%;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content: " ";
    line-height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    background-color: #B2DDF5;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color:#00A1D5;
}
.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}


/*slick*/
.slick-prev,
.slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 3;
    background: url(../img/common/slick_prev.svg)no-repeat;
    background-size: 100% auto;
    left:-20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    border: 0;
    text-indent: -9999px;
}
.slick-next{
    background: url(../img/common/slick_next.svg)no-repeat;
    background-size: 100% auto;
    left: auto;
    right:-20px;
}
@media screen and (max-width:960px){
    

    .slick-prev,
    .slick-next {
        position: absolute;
        width: 20px;
        height: 20px;
        z-index: 3;
        background: url(../img/common/slick_prev.svg)no-repeat;
        background-size: 100% auto;
        left:-10px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0;
        border: 0;
        text-indent: -9999px;
    }
    .slick-next{
        background: url(../img/common/slick_next.svg)no-repeat;
        background-size: 100% auto;
        left: auto;
        right:-10px;
    }



    .bannerSlick .slick-list{
    }
    .bannerSlick .slick-prev,
    .bannerSlick .slick-next{
        left: -20px;
        width: 40px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        height: 40px;
    }
    .bannerSlick .slick-next{
        left: auto;
        right: -20px;
    }
}

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;font-weight: normal;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;margin: 0}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;line-height: 1.5}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
*, *:before, *:after {box-sizing: border-box;}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
textarea {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  -moz-appearance: none;
  overflow: auto;
  border: none;
  border: 0;
  font-family:"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;

}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
    display: none;
}
input[type=reset],
input[type=button],
input[type=submit]  {
  
  font-family:"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
select::-ms-expand { display: none;} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
input[type=radio],
input[type=checkbox]{border-radius: 0!important}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;600&display=swap');
body{
    color: #222;
    font-family:"游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

@media screen and (max-width:960px){
    body{font-size: 12px}
}
@media screen and (max-width:359px){
    body{font-size: 12px}
    .ec-role{font-size: 12px}
}

.enFt{
    font-family: 'Red Hat Display', sans-serif;
}


a {
    color: #222;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
    color: #222;
    opacity: .8;
    text-decoration: none;
    transition: all 0.5s !important;
    -moz-transition: all 0.5s !important; /* Firefox */
    -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
/*add*/
.bgImg{
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.telLink{pointer-events: none;}
.spInline{display: none;}
*, *:before, *:after {
    box-sizing: border-box;
}
@media screen and (min-width: 961px){
    .sp{display: none!important;}
}
@media screen and (max-width: 960px){
    .pc{display: none!important;}
    .telLink{pointer-events: auto;}
    a:hover {opacity: 1;}
}
@media screen and (min-width: 760px){
    .sp02{display: none!important;}
}
@media screen and (max-width: 759px){
    .pc02{display: none!important;}
}
/* !wrapper
---------------------------------------------------------- */
.ec-layoutRole{
    min-width: 1100px;
    /*overflow: hidden;*/
    /*padding-top: 170px;*/
}
.ec-inner,
.ec-inner02{
    padding: 0 20px;
    max-width: 1320px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}
.ec-inner02{max-width: 1120px}
@media only screen and (max-width: 960px){
    .ec-layoutRole{
        min-width: 320px;
        /*padding: 110px 0 0;*/
        overflow: hidden;
        padding-top: 115px;
    }
    .front_page .ec-layoutRole{}
    a:hover {opacity: 1!important}
    .ec-inner,
    .ec-inner02{
        max-width: 520px;
        /*max-width: 380px;*/
    }
    
}


/* !header
---------------------------------------------------------- */
.ec-layoutRole__header{

}
.ec-headerNaviRole{
    padding: 0px 20px;
    max-width: 1320px;
    position: relative;
    z-index: 3;
    height: 140px;
    transition: height .3s,background .5s;
}
.ec-headerNaviRole:after{
    content: none;
}
.headerNote{
    background: #F8F8F5;
    font-size: 10px;
    padding: 5px 0;
}
.headerBtn{
    display: flex;
    justify-content: space-between;
}
.headerBtn a{
    min-width: 120px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #00A1D5;
    border: 2px solid currentColor;
}
.headerBtn a.orange{
    background: #F09820;
    color: #fff;
    border-color: #F09820;
}
.headerBtn a.orange{
    margin-right: 20px;
}
.ec-headerNaviRole .ec-headerNaviRole__search{
    margin-top: 0;
    margin-right: 20px;
}
.ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    width:auto;
    width: 420px;
    border-radius: 0;
    border: 0;
    display: flex;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input{
    width: calc(100% - 100px);
}
.ec-headerSearch .ec-headerSearch__keyword input[type="search"]{
    height: 50px;
    background: #fff;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #00A1D5;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
.ec-headerSearch .ec-headerSearch__keywordBtn{
    border: 0;
    background: none;
    position: static;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00A1D5;
    white-space: nowrap;
    z-index: 1;
    width: 100px;
    height: 50px;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.ec-headerSearch .ec-headerSearch__keyword img{
    width: auto;
    margin-left: 8px;
    margin-top: -4px;
}
@media only screen and (min-width: 961px){
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: auto;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        width: auto;
        max-width: 300px;
    }
}

.headerNav{
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.headerNav .ec-inner{
    display: flex;
    justify-content: space-between;
}
.headerCategory{
    display: flex;
    border-right: 1px solid #ccc;
}
.navLink>a{
    text-align: center;
    padding: 0 15px;
    min-width: 110px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #ccc;
}
.navLink>a img{
    margin-bottom: 10px;
}
.navLink{
    position: relative;
    z-index: 99;
}
.navLink:hover .navCont{
    display: block;
}
.navCont{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    box-shadow: 0 0 10px rgba(204,204,204,1);
    border-radius: 10px;
    background: #fff;
    padding-bottom: 10px;
}
.navCont:before{
    content: '';
    position: absolute;
    left: 44px;
    bottom: 100%;
    z-index: 2;
    width:20px;
    height: 6px;
    background: url(../img/common/arrow_cont.svg)no-repeat left bottom;
    background-size: 100% auto;
}
.navHd{
    border-radius: 10px 10px 0 0;
    background: #00A1D5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
}
.subLink>a,
.subList a{
    font-size: 12px;
    padding: 7px 20px;
    display: block;
    min-width: 200px;
    width: 100%;
}
.subLink:hover>a,
.subList a:hover{
    background: #F4F2DA;
}
.subLink{
    position: relative;
}
.subCont{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
    background: #fff;
    padding: 10px 0;
}
.subLink:hover .subCont{
    display: block;
}
.navItem + .navItem{
    margin-top: 10px;
}
.navItemHd{
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    background: #F8F8F5;
    margin-bottom: 10px;
}
.navBtn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    min-width: 400px;
    margin: 20px 0;
}
.navList + .navBtn{
    margin-top: 10px;
}
.navBtn a{
    background: #F09820; 
    color: #fff;
    border-radius: 6px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.headerItem{
    display: flex;
    border-right: 1px solid #ccc;
}
.headerItem a{
    text-align: center;
    padding: 0 15px;
    min-width: 110px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #ccc;
    background: #F8F8F5;
}
.ec-headerSearch .ec-headerSearch__keyword{
    background: none;
}

@media only screen and (max-width: 960px){
    .ec-layoutRole__header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 997;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #CCCCCC;
    }
    .headerNote {
        background: #F8F8F5;
        font-size: 10px;
        line-height: 20px;
        padding: 0;
    }
    .headerNote .ec-inner{
        padding: 0 10px;
        max-width: none;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left{
        width: 150px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width: calc(100% - 170px);
    }
    .ec-headerNaviRole{
        max-width: none;
        padding: 0 10px;
        height: 45px;
    }
    .headerItem02{
        display: flex;
    }
    .headerItem02 a {
        margin: 0 3px;
        display: block;
    }
    .headerItem02 a img{
        width: 25px;
    }
    .ec-headerNavSP {
        display: block;
        cursor: pointer;
        border-radius: 50%;
        box-sizing: border-box;
        padding: 0px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        text-align: center;
        color: black;
        background: white;
        position: static;
        top: -4px;
        left: 0;
        z-index: 1000;
        margin-left: 3px;
    }
    .ec-cartNavi_icon{
        position: relative;
        padding-left: 5px;
    }
    .ec-cartNavi__badge{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
        font-size: 10px;
        color: #fff;
        background: #C9131A;
        border-radius: 10px;
    }

    .ec-overlayRole{
        z-index: 99;
    }
    .ec-drawerRole {
        overflow-y: scroll;
        background: black;
        width: 260px;
        height: 100vh;
        transform: translateX(300px);
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        z-index: 1;
        transition: z-index 0ms 1ms;
        background: #fff;
        padding: 40px 0 0;
    }
    .ec-drawerRole.is_active {
        display: block;
        transform: translateX(0);
        transition: all .3s;
        z-index: 100000;
    }
    .ec-drawerRoleClose{
        z-index: 100001;
        left: auto;
        right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 0;
        background: none;
        padding: 0;
    }
    .ec-drawerRoleClose img{
        width: 100%;
    }

    .ec-drawerRole .ec-headerSearch {
        padding: 0px 10px 20px;
        background: #fff;
        color: #636378;
    }
    .ec-drawerRole .headerBtn{
        margin-bottom: 10px;
    }
    .headerBtn a{
        min-width: auto;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        font-size: 12px;
        border-width: 1px;
    }
    .headerBtn a.orange{
        margin-right: 10px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        font-size: 13px;
        padding: 0 40px 0 10px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
        background-color: #00A1D5;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        pointer-events: none;
    }
    .ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword{
        display: flex;
        border: 1px solid #ccc;
        border-radius: 0 0 5px 5px;
    }
    .ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .ec-input{
        width: calc(100% - 45px);
    }
    .ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input[type="search"]{
        height: 35px;
        border-color: #CCCCCC;
        border: 0;
        font-size: 12px;
        padding:0 10px;
    }
    .ec-drawerRole .ec-headerSearch .ec-headerSearch__keywordBtn {
        width: 45px;
        height: 35px;
        font-size: 13px;
        border: 0;
        background: none;
    }
    .ec-drawerRole .ec-headerSearch .ec-headerSearch__keywordBtn img{
        width: 20px;
    }

    .ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
        border-top: 1px solid #CCCCCC;
        border-bottom: 0px solid #CCCCCC;
        padding: 16px 10px;
        font-size: 14px;
        font-weight: bold;
        color: black;
        background-color: #F8F8F8!important;
    }
    .ec-drawerRole .ec-headerCategoryArea .js-toggle{
        background: url(../img/common/arrow_nav.svg)no-repeat right 10px center;
        background-size: 15px auto;
    }
    .ec-drawerRole .ec-headerCategoryArea .js-toggle.is_active{
        background: url(../img/common/arrow_nav_on.svg)no-repeat right 10px center;
        background-size: 15px auto;
    }
    .js-toggle+.ec-itemNav__nav{
        display: none;
    }
    .ec-drawerRole .ec-itemNav{
        display: none;
    }
    .ec-itemNav__nav{
        width: 100%;
    }
    .ec-itemNav__nav li{
        float: none;
        width: 100%;
        text-align: left;
    }
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
        border-top: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
        color: black;
        font-weight: normal;
        background-color: #fff!important;
        padding: 16px 20px;
        font-size: 13px;
        font-weight: 500;
        display: block;
        text-align: left;
    }
    .ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a:hover{
        background: #fff;
    }
    .ec-itemNav_hd{
        border-top: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
        color: black;
        font-weight: normal;
        background-color: #fff!important;
        padding: 16px 20px;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        display: block;
    }
    .ec-itemNav_hd + .ec-itemNav__nav li a{
        padding: 16px 30px!important;
    }

    .ec-drawerRole .ec-headerLinkArea{
        background: none;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
        padding: 15px 10px;
        font-size: 13px;
        font-weight: bold;
        color: #222;
    }
    .ec-headerLink__list img{
        width: 25px;
        margin-right: 5px;
    }


    .headerSearchSp{
        padding: 0 10px 10px;   
    }
    .ec-headerSearch .ec-headerSearch__keyword{
        max-width: 100%;
        width: 100%;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        height: 40px;
        background: #fff;
        padding: 0 15px;
        border-radius: 3px 0 0 3px;
        font-size: 13px;
        width: 100%;
        font-weight: 500;
    }
    .ec-headerSearch .ec-headerSearch__keywordBtn{
        width: 85px;
        height: 40px;
        font-size: 13px;
    }
    .ec-headerSearch .ec-headerSearch__keyword img{
        width: 13px;
        margin-left: 6px;
        margin-top: -2px;
    }
    .ec-headerSearch .ec-headerSearch__keyword .ec-input{
        width: calc(100% - 85px);
    }



}
/* !footer
---------------------------------------------------------- */
.ec-blockTopBtn{
    display: block;
    position: fixed;
        width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
    z-index: 89;
    cursor: pointer;
    color: #E78C93;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    opacity: 1;
    background-color: transparent;
}

.ec-footerRole{
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 0;
    color: #00A1D5;
    background: #fff;
    border-top: none;
}
.ec-footerRole .ec-footerRole__inner{
    max-width: 1320px;
    padding:0px 20px;
    position: relative;
}
.ec-footerRole .ec-footerRole__inner img{
    width: auto;
}
.ec-footerNavi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F8F8F5;
    padding: 16px 20px;
}
.ec-footerNavi .ec-footerNavi__link a{
    color: #222;
    font-size: 12px;
    text-decoration: none;
    margin: 0 13px;
    display: block;
}
.footerCont{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.footerP01{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .3em;
    color: #00A1D5;
    margin: 14px 0;
}
.footerP02{
    font-size: 15px;
    color: #00A1D5;
    line-height: 1.6;
}
.ftIcon{
    display: flex;
}
.ftIcon li + li{
    margin-left: 10px;
}
.ec-footerTitle__copyright{
    font-size: 12px;
    color: #fff;
    background: #00A1D5;
    padding: 10px 20px;
    text-align: center;
}

@media only screen and (max-width: 960px){
    .ec-blockTopBtn{
        width: 50px;
        height: 50px;
    }

    .ec-footerNavi{
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        background: #F8F8F5;
        padding: 0;
    }
    .ec-footerNavi .ec-footerNavi__link{
        display: block;
    }
    .ec-footerNavi .ec-footerNavi__link a{
        color: #222;
        font-size: 12px;
        text-decoration: none;
        margin: 0;
        display: block;
        border-top: 1px solid #ccc;
        border-bottom: 0;
        padding: 15px 0;
    }
    .footerCont{
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }
    .footerP01{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .3em;
        color: #00A1D5;
        margin: 9px 0;
    }
    .footerP02{
        font-size: 12px;
        color: #00A1D5;
        line-height: 1.6;
    }
    .ftIcon{
        display: flex;
    }
    .ftIcon li + li{
        margin-left: 5px;
    }
    .ftIcon img{
        width: 25px!important;
    }
    .ftIcon li + li img{
        width: 30px!important;
    }
    .ec-footerTitle__copyright{
        font-size: 10px;
        color: #fff;
        background: #00A1D5;
        padding: 7px 20px;
        text-align: center;
    }
}

/*top*/
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none;
}
.main_visual_wrap{
    overflow: hidden;
}
.main_visual_wrap .ec-inner{
    max-width: 800px;
}
.main_visual .slick-list{
    overflow: visible;
}

@media only screen and (max-width: 960px){
    .main_visual_wrap .ec-inner{
        max-width: 800px;
        padding: 0;
    }
    .main_visual{
        padding-bottom: 36px;
    }
}

.topSearch{
    padding: 45px 0 60px;
}
.topSearchItem + .topSearchItem{
    margin-top: 35px;
}
.topSearchHd{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.topSearchTxt{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.tabLink{
    display: flex;
}
.tabLink a{
    border-radius: 10px 10px 0 0;
    background: #F8F8F5;
    color: #666;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
}
.tabLink a.is_active{
    background: #00A1D5;
    color: #fff;
    background-color:#00A1D5; 
}
.tabLink a:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/common/search_no.svg)no-repeat;
    background-size: 100% auto;
    margin-right: 9px;
}
.tabLink a.is_active:before{
    background: url(../img/common/search_on.svg)no-repeat;
    background-size: 100% auto;
}

.tabBox{
    display: none;
    padding: 30px;
    background: #F4F2DA;
    border: 1px solid #DEDBB5;
    border-radius: 0 0 10px 10px;
}
.tabBox.is_active{
    display: block;
}
.topSearchUl{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px 30px;
}
.topSearchUl a{
    border: 1px solid #ccc;
    border-radius: 8px;
    background: url(../img/common/arrow01.svg)no-repeat right 20px center #fff;
    background-size: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #00A1D5;
    font-size: 18px;
    font-weight: bold;
}

.quotationBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background: #F4F2DA;
    border: 1px solid #DEDBB5;
    border-radius: 10px;
}
.tabBox .quotationBox{
    padding: 0;
    border: 0;
}
.quotationCont{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.quotationCont input{
    width: 160px;
    height: 60px;
    border: 2px solid #CCCCCC;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 8px;
}
.quotationCont span{
    margin: 0 19px 0 8px;
}
.quotationImg{
    width: 140px;
    margin-right: 20px;
}
.quotationBtn input{
    width: 160px;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 8px;
    background: #00A1D5;
    color: #fff;
}
.tabBox .quotationBtn input{
    background: #F09820;
}

@media only screen and (max-width: 960px){
    .topSearch{
        padding: 15px 0 30px;
    }
    .topSearchItem + .topSearchItem{
        margin-top: 15px;
    }
    .topSearchHd{
        font-size: 18px;
        margin-bottom: 6px;
    }
    .topSearchTxt{
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left;
    }
    .tabLink{
        display: flex;
    }
    .tabLink a{
        border-radius: 5px 5px 0 0;
        background: #F8F8F5;
        color: #666;
        font-size: 10px;
        line-height: 1.2;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        border: 1px solid #CCCCCC;
        text-decoration: none;
    }
    .tabLink a.is_active{
        background: #00A1D5;
        color: #fff;
        background-color:#00A1D5; 
    }
    .tabLink a:before{
        content: '';
        width: 15px;
        height: 15px;
        background: url(../img/common/search_no.svg)no-repeat;
        background-size: 100% auto;
        margin-right: 5px;
    }
    .tabLink a.is_active:before{
        background: url(../img/common/search_on.svg)no-repeat;
        background-size: 100% auto;
    }

    .tabBox{
        display: none;
        padding: 15px 10px;
        background: #F4F2DA;
        border: 1px solid #DEDBB5;
        border-radius: 0 0 5px 5px;
    }
    .tabBox.is_active{
        display: block;
    }
    .topSearchUl{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px 15px;
    }
    .topSearchUl a{
        border: 1px solid #ccc;
        border-radius: 4px;
        background: url(../img/common/arrow01.svg)no-repeat right 10px center #fff;
        background-size: 15px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        color: #00A1D5;
        font-size: 12px;
        font-weight: bold;
    }

    .quotationBox{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 15px 10px;
        background: #F4F2DA;
        border: 1px solid #DEDBB5;
        border-radius: 5px;
    }
    .tabBox .quotationBox{
        padding: 0;
        border: 0;
    }
    .quotationCont{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .quotationCont input{
        width: 70px;
        height: 30px;
        border: 1px solid #CCCCCC;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 4px;
    }
    .quotationCont span{
        margin: 0 5px;
        font-size: 13px;
    }
    .quotationImg{
        width: 47px;
        margin-right: 10px;
    }
    .quotationTxt{
        width: 100%;
        margin: 3px 0 12px;
        text-align: center;
    }
    .quotationBtn{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .quotationBtn input{
        width: 170px;
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 4px;
        background: #00A1D5;
        color: #fff;
    }
    .tabBox .quotationBtn input{
        background: #F09820;
    }

}

.hdS{
    text-align: center;
    font-size: 32px;
    color: #00A1D5;
    margin-bottom: 40px;
}
.topAbout{
    padding: 70px 0 80px;
    background: url(../img/top/bg_about.jpg)no-repeat center center;
    background-size: cover;
}
.topAbout .ec-inner{
    max-width: 640px;
}
.topAbout .hdS{
    margin-bottom: 30px;
}
.topAbout .titleP{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}


@media only screen and (max-width: 960px){
    .hdS{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .topAbout{
        padding: 35px 0 160px;
        background: url(../img/top/bg_about_sp.png)no-repeat bottom center #F8F8F5;
        background-size: 375px auto;
    }
    .topAbout .ec-inner{
        max-width:375px;
    }
    .topAbout .hdS{
        margin-bottom: 15px;
    }
    .topAbout .titleP{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;
    }
}

.topNewItem{
    padding: 60px 0 80px;
}
.itemSlist{
    max-width: 290px;
    margin: 0 20px;
}
.itemSlist a{
    display: block;
}
.itemSlist .nameP{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 3px;
}
.itemSlist .priceP{
    font-size: 12px;
    color: #C9131A;
}


@media only screen and (max-width: 960px){
    .topNewItem{
        padding: 30px 0 40px;
    }
    .itemSlist{
        max-width: 160px;
        margin: 0 8px;
    }
    .itemSlist .nameP{
        font-size: 12px;
        font-weight: bold;
        margin: 8px 0 1px;
    }
    .itemSlist .priceP{
        font-size: 11px;
        color: #C9131A;
    }

}

.topCategory{
    padding-bottom: 80px;
}
.topCategoryUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.topCategoryUl li{
    width: calc(33.33% - 40px);
    margin: 0 20px 20px;
}
.topCategoryUl a{
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.topCategoryUl .imgP img{
    width: 300px;
}
.topCategoryUl .nameP{
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    background: #F5F3DE;
} 


@media only screen and (max-width: 960px){
    .topCategory{
        padding-bottom: 40px;
    }
    .topCategoryUl{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -5px;
    }
    .topCategoryUl li{
        width: calc(33.33% - 10px);
        margin: 0 5px 10px;
    }
    .topCategoryUl a{
        display: block;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        overflow: hidden;
        text-align: center;
    }
    .topCategoryUl .imgP{
        padding: 8px;
    }
    .topCategoryUl .imgP img{
        width: 88px;
    }
    .topCategoryUl .nameP{
        font-size: 12px;
        font-weight: bold;
        padding: 5px;
        background: #F5F3DE;
    } 
}
.topFeature{
    padding-bottom: 40px;
}
.topFeatureUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.topFeatureUl li{
    width: calc(50% - 40px);
    margin: 0 20px 20px;
}


@media only screen and (max-width: 960px){
    .topFeature{
        padding-bottom: 20px;
    }
    .topFeatureUl{
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
    }
    .topFeatureUl li{
        width: 100%;
        margin: 0 0 10px;
    }
}
.topNews{
    padding: 40px 0 50px;
    background: #F8F8F5;
}
.topNews .ec-inner{
    max-width: 1020px;
}
.ec-newsRole .ec-newsRole__news {
    border: 0px solid #F8F8F8;
    padding:0;
}
.ec-newsRole .ec-newsRole__newsDate{
    font-weight: bold;
}
.ec-newsRole .ec-newsRole__newsTitle{
    font-weight: normal;
    color: #222;
    line-height: 1.5;
}
.ec-newsRole .ec-newsRole__newsCloseBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    background: #00A1D5;
}
.ec-newsRole__newsItem .ec-newsRole__newsCloseBtn img {
    display: inline-block;
    transform: rotateX(180deg);
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn img {
    display: inline-block;
    transform: rotateX(0deg) translateY(-2px);
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type){
    border-bottom: 1px dashed #CCCCCC;
}


@media only screen and (max-width: 960px){
    .topNews{
        padding: 20px 0 25px;
        background: #F8F8F5;
    }
    .topNews .ec-inner{
        max-width: 1020px;
    }
    .ec-newsRole .ec-newsRole__news {
        border: 0px solid #F8F8F8;
        padding:0;
    }
    .ec-newsRole .ec-newsRole__newsDescription {
        display: none;
        margin: 0 0 10px;
        font-size: 11px;
        line-height: 1.4;
        overflow: hidden;
    }
    .ec-newsRole .ec-newsRole__newsTitle{
        font-size: 12px;
        font-weight: normal;
    }
    .ec-newsRole .ec-newsRole__news{
        border-top:1px dashed #CCCCCC; 
        border-bottom:1px dashed #CCCCCC; 
    }
    .ec-newsRole .ec-newsRole__newsItem:last-of-type{
        margin-bottom: 0;
    }
}


.topGuide{
    padding: 60px 0 80px;
}
.topGuideBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.topGuideList{
    width: calc(33.33% - 40px);
    margin: 0 20px 40px;
}
.topGuideList.half{
    width: calc(50% - 40px);
}
.topGuideHd{
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
    background: #F8F8F5;
}

.topGuideP01{
    font-size: 12px;
    margin-bottom: 5px;
}
.topGuideP03{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 4px;
    background: #C9131A;
    text-align: center;
    margin-bottom: 10px;
}
.topGuideP03 font{
    font-size: 12px;
    margin-left: 10px;
}
.topGuideP03.yellow{
    background: #F09820;
}
.topGuideTable{
    width: 100%;
    border: 1px solid #CCCCCC;
}
.topGuideTable th,
.topGuideTable td{
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 15px;
}
.topGuideTable th{
    font-weight: bold;
    vertical-align: top;
    width: 120px;
    background: #F8F8F5;
}
.topGuideTable dl{
    display: flex;
}
.topGuideTable dt{
    font-weight: bold;
}
.topGuideDate{
    padding-top: 10px;
}
.topGuideP04{
    font-size: 14px;
    margin-bottom: 5px;
}
.topGuideBox02{
    display: flex;
    justify-content: space-between;
}
.topGuideBox02 .blockP{
    width: 100%;
}
.topGuideBox02 .blockP + .blockP{
    margin-left: 20px;
}
.topGuideList02{
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
}
.topGuideList02 .hdP{
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #F8F8F5;
}
.topGuideList02 .contP{
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.topGuideList02 .contP.big{
    min-height: 275px;
}
.topGuideList02 .p01{
    font-weight: bold;
    color: #fff;
    padding: 2px 30px;
    border-radius: 13px;
    margin-bottom: 9px;
    background: #00A1D5;
}
.topGuideList02 .p02 a{
    display: flex;
    align-items: center;
    font-size: 26px;
    line-height: 1.35;
    font-family: 'Red Hat Display', sans-serif;
    margin-bottom: 5px;
    color: #00A1D5;
}
.topGuideList02 .p02 a img{
    margin-right: 10px;
}
.topGuideList02 .p03{
}
.topGuideList02 .p04 a{
    text-decoration: underline;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.topGuideList02 .p04 a img{
    margin-right: 6px;
}
.topGuideList02 .p05 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.topGuideList02 .p05 img{
    margin-bottom: 25px;
}



@media only screen and (max-width: 960px){
    .topGuide{
        padding: 30px 0 40px;
    }
    .topGuideBox{
        display: block;
        flex-wrap: wrap;
        margin: 0;
    }
    .topGuideList{
        width: 100%;
        margin: 0 0 25px;
    }
    .topGuideList.half{
        width: 100%;
    }
    .topGuideHd{
        font-size: 14px;
        font-weight: bold;
        padding: 8px;
        text-align: center;
        margin-bottom: 10px;
        background: #F8F8F5;
    }

    .topGuideP01{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .topGuideP03{
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        padding: 4px;
        background: #C9131A;
        text-align: center;
        margin-bottom: 10px;
    }
    .topGuideP03 font{
        font-size: 10px;
        margin-left: 8px;
    }
    .topGuideP03.yellow{
        background: #F09820;
    }
    .topGuideTable{
        width: 100%;
        border: 1px solid #CCCCCC;
    }
    .topGuideTable th,
    .topGuideTable td{
        border-bottom: 1px solid #CCCCCC;
        font-size: 11px;
        padding: 13px;
    }
    .topGuideTable th{
        font-weight: bold;
        vertical-align: top;
        width: 100px;
        background: #F8F8F5;
    }
    .topGuideTable dl{
        display: flex;
    }
    .topGuideTable dt{
        font-weight: bold;
    }
    .topGuideDate{
        padding-top: 10px;
    }
    .topGuideP04{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .topGuideBox02{
        display: block;
        justify-content: space-between;
    }
    .topGuideBox02 .blockP{
        width: 100%;
    }
    .topGuideBox02 .blockP + .blockP{
        margin-left: 0px;
    }
    .topGuideList02{
        margin-bottom: 15px;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        overflow: hidden;
    }
    .topGuideList02 .hdP{
        font-size: 14px;
        font-weight: bold;
        padding: 7px;
        text-align: center;
        background: #F8F8F5;
    }
    .topGuideList02 .contP{
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .topGuideList02 .contP.big{
        min-height: auto;
    }
    .topGuideList02 .p01{
        font-weight: bold;
        color: #fff;
        padding: 2px 30px;
        border-radius: 6px;
        margin-bottom: 9px;
        background: #00A1D5;
        font-size: 15px;
    }
    .topGuideList02 .p02 a{
        display: flex;
        align-items: center;
        font-size: 27px;
        line-height: 1.35;
        font-family: 'Red Hat Display', sans-serif;
        margin-bottom: 5px;
        color: #00A1D5;
    }
    .topGuideList02 .p02 a img{
        margin-right: 10px;
    }
    .topGuideList02 .p03{
    }
    .topGuideList02 .p04 a{
        text-decoration: underline;
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .topGuideList02 .p04 a img{
        margin-right: 5px;
    }
    .topGuideList02 .p05 {
        font-size: 15px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 11px;
    }
    .topGuideList02 .p05 img{
        margin-right: 10px;
        width: 30px;
        margin-bottom: 0;
    }

    .ec-headerSearch .ec-headerSearch__category{
        float: none;
        width: 100%;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
        border-radius: 5px 5px 0 0;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select{
        max-width: none;
    }
    .ec-drawerRoleClose.is_active{
        display: block;
    }
    .have_curtain .ec-overlayRole{
        display: block;
    }
}


@media only screen and (max-width: 768px){

    .ec-newsRole .ec-newsRole__newsDate{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px){
    .quotationTxt{
        text-align: left;
        padding-left: 57px;
    }

}


/*list*/
.contentWrap{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 80px;
}
.sideWrap{
    width: 19%;
    min-width: 210px;
}
.mainWrap{
    width: 78.5%!important;
}
.sideWrap .navCont{
    display: block;
    position: static;
    padding-bottom: 1px;
    margin-bottom: 30px;
}
.sideWrap .navHd{
    font-size: 14px;
}
.sideWrap .subLink>a,
.sideWrap .subList a {
    font-size: 14px;
    padding: 13px 20px;
    min-width: auto;
    width: 100%;
}
.sideWrap .subList a{
    min-width: 240px;
}
.sideWrap .subCont{
    padding: 0;
}
.sideWrap .navBtn{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    min-width: auto;
    margin: 10px 0;
}
.sideWrap .navBtn li+li{
    margin-top: 10px;
}
.sideWrap .navList + .navBtn{
    margin-top: 10px;
}
.sideWrap .navItemHd{
    margin-bottom: 0;
}

.ec-topicpath li + li:before{
    content: '｜';
    color: #ccc;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
    height: auto;
}
.ec-searchnavRole .ec-searchnavRole__infos,
.ec-shelfRole,
.ec-searchnavRole{
    color: #222222;
    line-height: 1.5;
    padding: 0;
}
.price02-default{
    color: #C9131A;
}
.ec-productRole__actions .ec-numberInput{
    margin-bottom: 20px;
}
.ec-numberInput input[type='number'] {
    display: inline-block;
    width: auto;
    max-width: 100px;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 0;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
    margin: 0;
}
.ec-productRole__btn .ec-blockBtn--action{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: 14px;
    background: url(../img/list/arrow01.svg)no-repeat right 10px center #C9131A;
    background-size: auto;
    border-radius: 4px;
    padding: 0 12px;
}
.ec-productRole__btn .ec-blockBtn--action:before{
    margin-right: 5px;
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/list/icon_cart.svg)no-repeat;
    background-size: 100% auto;
}

.ec-pagerRole{
    display: flex;
    justify-content: center;
    margin:10px 0;
}
.ec-pagerRole a,
.ec-pagerRole span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 35px;
    margin: 0 5px 9px;
    color: #222;
    font-size: 14px;
    text-decoration: none;
}
.ec-pagerRole span{
    background: #F8F8F5;
}

@media only screen and (max-width: 960px){
    .contentWrap{
        display: block;
        justify-content: space-between;
        padding: 25px 0 40px;
    }
    .sideWrap{
        width: auto;
        min-width: auto;
        margin-bottom: 20px;
    }
    .mainWrap{
        width: auto!important;
    }

    .sideBox{

    }


    .ec-topicpath li + li:before{
        content: '｜';
        color: #ccc;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image{
        height: auto;
    }
    .ec-searchnavRole .ec-searchnavRole__infos,
    .ec-shelfRole,
    .ec-searchnavRole{
        color: #222222;
        line-height: 1.5;
        padding: 0;
    }
    .price02-default{
        color: #C9131A;
    }
    .ec-productRole__actions .ec-numberInput{
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .ec-numberInput input[type='number'] {
        display: inline-block;
        width: auto;
        max-width: 120px;
        text-align: right;
        border: 1px solid #ccc;
        border-radius: 2px;
        margin-bottom: 0;
        height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
    .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
        margin: 0;
    }
    .ec-productRole__btn .ec-blockBtn--action{
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: inherit;
        font-size: 12px;
        background: url(../img/list/arrow01.svg)no-repeat right 2px center #C9131A;
        background-size: auto;
        border-radius: 2px;
        padding: 0 10px;
    }
    .ec-productRole__btn .ec-blockBtn--action:before{
        margin-right: 5px;
        content: '';
        width: 24px;
        height: 24px;
        background: url(../img/list/icon_cart.svg)no-repeat;
        background-size: 100% auto;
    }


    .ec-topicpath .ec-topicpath__item{
        font-size: 12px;
    }
    .ec-topicpath {
        padding: 20px 0 10px;
        font-size: 12px;
    }
    .ec-searchnavRole .ec-searchnavRole__counter{
    }
    .ec-searchnavRole .ec-searchnavRole__infos{
        font-size: 14px;
        margin-bottom: 10px;
        padding-top: 12px;
    }
    .ec-searchnavRole .ec-searchnavRole__actions .ec-select select{
        padding: 0 18px;
        font-size: 14px;
    }
    .ec-select{
        margin-bottom: 10px;
    }
    .ec-select select{
        max-width: 100%;
        padding: 0 10px;
        font-size: 14px;
    }
    .ec-productRole__actions .ec-select select{
        font-size: 12px;
        height: 30px;
        width: 100%;
    }
    .ec-shelfGrid .ec-shelfGrid__item{
        width: 50%;
        margin-bottom: 15px;
    }
    .ec-shelfGrid .ec-shelfGrid__item-image{
        margin-bottom: 7px;
    }
    .ec-shelfGrid__item{
        font-size: 12px;
    }
    .ec-shelfGrid__item .price02-default{
        margin-bottom: 7px;
    }

    .sideBox{
        border-radius: 5px;
        overflow: hidden;
    }
    .sideHd{
        display: flex;
        align-items: center;
        padding: 0 20px;
        background: url(../img/list/arrow_side_no.svg)no-repeat right 10px center;
        background-size: 15px auto;
        font-size: 16px;
        font-weight: bold;
        background-color: #00A1D5!important;
        color: #fff;
        height: 40px;
    }
    .sideHd img{
        margin-right: 5px;
        width: 15px;
    }
    .sideHd.is_active{
        background: url(../img/list/arrow_side_on.svg)no-repeat right 10px center;
        background-size: 15px auto;
    }
    .sideCont{
        display: none;
        padding: 13px 20px 5px;
        background: #F4F2DA;
        border: 1px solid #DEDBB5;
    }
    .sideItem + .sideItem{
        /*margin-top: 15px;*/
    }
    .sideItemHd{
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
    }
    .sideSelect{
        height: 40px;
        width: 100%;
        font-size: 12px;
        padding: 0 12px;
        border: 1px solid #CCCCCC;
        border-radius: 2px;
        background: url(../img/list/icon_select.svg)no-repeat right 6px center #fff;
        background-size: 6px auto;
        margin-bottom: 15px;
    }
    .sideBtn a{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F09820;
        border-radius: 3px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        height: 45px;
    }
    .sideBtn li{
        margin-bottom: 15px;
    }
    .sideBtn.half{
        display: flex;
        margin: 0 -4px;
    }
    .sideBtn.half li{
        width: calc(50% - 8px);
        margin: 0 4px 15px;
    }
}

/*detail*/
.ec-productRole{
    padding: 50px 0 60px;
    color: #222222;
}
.ec-sliderItemRole{
    padding: 0 30px 0 0;
}
.ec-productRole .ec-productRole__profile{
    margin-left: 0px;
}

.ec-headingTitle{
    color: #222;
}
.manufacturerP{
    font-size: 14px;
}
.spanGray{
    font-size: 12px;
    background: #F8F8F5;
    border-radius: 4px;
    padding: 0px 10px;
    min-width: 80px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.ec-productRole .ec-productRole__tags {
    margin-top: 16px;
    padding: 0;
    padding-bottom: 1px;
    border-bottom: 1px dotted #ccc;
    display: flex;
    font-size: 12px;
}
.ec-productRole .ec-productRole__tags li{
    display: inline-flex;
    margin:0 10px 8px 0;
    padding: 0 7px;
    justify-content: center;
    align-items: center;
    height: 20px;
    border: 1px solid #E49B40;
    border-radius: 3px;
    color: #F09820;
}
.ec-productRole .ec-productRole__priceRegular{
    padding-top: 8px;
}
.ec-productRole .ec-productRole__priceRegularTax{
    font-size: 12px;
}
.ec-price .ec-price__tax{
    font-size: 16px;
}
.ec-price .ec-price__price {
    font-size: 29px;
    padding: 0 8px 0 0;
}
.ec-productRole .ec-productRole__price {
    padding: 5px 0;
    border-bottom: 0px dotted #ccc;
}
.ec-productRole .ec-productRole__code {
    padding: 0px 0 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}
.ec-productRole .ec-productRole__actions{
    padding: 20px 0 0;
}
.ec-productRole .ec-select{
    margin-bottom: 20px;
}
.ec-productRole__actions .ec-numberInput span{
    margin-right: 5px;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action{
    height: 56px;
    border-radius: 8px;
    background-size: 20px auto;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action:before {
    margin-right: 8px;
    width: 32px;
    height: 32px;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
    height: 56px;
    border-radius: 8px;
    background-size: 20px auto;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
    background: #F8F8F5;
    color: #666666;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:before {
    margin-right: 6px;
    content: '';
    width: 32px;
    height: 32px;
    background: url(../img/detail/icon_fav_on.svg)no-repeat;
    background-size: 100% auto;
}
.ec-productRole .ec-productRole__description{
    margin-bottom: 30px;
    line-height: 1.625;
}
.ec-productRole .ec-productRole__category {
    padding: 24px 0;
    border-bottom: 0px dotted #ccc;
    border-top: 1px dotted #ccc;
    font-size: 14px;
}
.ec-productRole .ec-productRole__category ul{
    font-size: 12px;
    color: #33A8D0;
}
.ec-productRole .ec-productRole__category .titleP{
    margin-bottom: 4px;
}

.productDetails{

}
.productDetailsHd{
    border-left: 10px solid #00A1D5;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background: #F8F8F5;
    margin-bottom: 18px;
}
.productDetailsUl{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.productDetailsUl li{
    margin-bottom: 16px;
    width: 33.33%;
}
.productDetailsUl span{
    font-size: 12px;
    background: #F8F8F5;
    border-radius: 4px;
    padding: 0px 8px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.item_visual .slick-dots{
    bottom: 0;
}
@media only screen and (min-width: 961px){
    .item_visual{
        padding-bottom: 30px;
    }
    .item_visual .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0 8px;
    }
    .item_visual .slick-dots li button {
        width: 16px;
        height: 16px;
    }
    .item_visual .slick-dots li button:before {
        width: 16px;
        height: 16px;
    }
    .item_visual .slick-prev,
    .item_visual .slick-next {
        position: absolute;
        width: 20px;
        height: 30px;
        z-index: 3;
        background: url(../img/detail/slick_prev.svg)no-repeat left center;
        background-size: 12px auto;
        left:0px;
        top: 100%;
        transform: translateY(-50%);
        border-radius: 0;
        border: 0;
        text-indent: -9999px;
    }
    .item_visual .slick-next{
        background: url(../img/detail/slick_next.svg)no-repeat right center;
        background-size:12px  auto;
        left: auto;
        right:0px;
    }
}
@media only screen and (max-width: 960px){
    .ec-productRole {
        padding: 30px 0 40px;
        color: #222222;
    }
    .ec-sliderItemRole{
        padding: 0;
    }
    .ec-grid2{
        display: block;
    }
    .ec-grid2 .ec-grid2__cell{
        width: auto;
    }
    .item_visual{
        padding-bottom: 20px;
    }
    .productDetailsUl li{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .manufacturerP{
        font-size: 12px;
    }
    .spanGray {
        font-size: 10px;
        background: #F8F8F5;
        border-radius: 2px;
        padding: 0px 8px;
        min-width: 56px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .ec-productRole .ec-productRole__tags{
        margin-top: 5px;
    }
    .ec-productRole__priceRegular{
        font-size: 13px;
    }
    .ec-productRole .ec-productRole__priceRegularTax,
    .ec-price .ec-price__tax{
        font-size: 10px;
    }
    .ec-productRole .ec-productRole__price{
        font-size: 18px;
    }
    .ec-price .ec-price__price{
        font-size: 18px;
    }
    .ec-productRole .ec-productRole__code {
        padding: 0px 0 8px;
        border-bottom: 1px dotted #ccc;
        font-size: 12px;
    }
    .ec-productRole .ec-productRole__actions{
        padding-top: 15px;
    }
    .ec-productRole .ec-select{
        margin-bottom: 15px;
    }
    .ec-productRole .ec-numberInput input[type='number']{
        height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }
    .ec-productRole .ec-productRole__btn .ec-blockBtn--action{
        height: 50px;
        border-radius: 4px;
        background: url(../img/list/arrow01.svg)no-repeat right 10px center #C9131A;
        background-size: auto;
    }
    .ec-productRole .ec-productRole__btn .ec-blockBtn--action:before {
        margin-right: 8px;
        width: 32px;
        height: 32px;
    }
    .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
        height: 50px;
        border-radius: 4px;
        background-size: 20px auto;
        font-size: 13px;
        font-weight: bold;
        font-family: inherit;
        background: #F8F8F5;
        color: #666666;
        border: 1px solid #E6E6E6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel:before {
        margin-right: 6px;
        content: '';
        width: 32px;
        height: 32px;
        background: url(../img/detail/icon_fav_on.svg)no-repeat;
        background-size: 100% auto;
    }
    .ec-productRole .ec-productRole__description {
        margin:25px 0;
        line-height: 1.42;
        font-size: 14px;
    }
    .ec-productRole .ec-productRole__btn{
        margin-bottom: 15px;
    }

    .productDetailsHd{
        border-left: 5px solid #00A1D5;
        padding: 10px 10px;
        font-size: 18px;
        font-weight: bold;
        background: #F8F8F5;
        margin-bottom: 18px;
    }
    .productDetailsUl{
        display: block;
        flex-wrap: wrap;
        font-size: 12px;
    }
    .productDetailsUl li{
        margin-bottom: 17px;
        width: 100%;
    }
    .productDetailsUl span{
        font-size: 10px;
        background: #F8F8F5;
        border-radius: 2px;
        padding: 0px 8px;
        height: 21px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .ec-productRole .ec-productRole__category {
        padding: 12px 0;
        font-size: 11px;
    }
    .ec-productRole .ec-productRole__category ul{
        font-size: 11px;
    }

}


/*  20220615
--------------------------------------------------------*/
/* terms.html */
.ec-termsRole {
	padding:60px 0;
}
.ec-termsRole .part{
	margin-bottom: 30px;
	font-weight: 500;
}
.ec-termsRole h2{
	padding:0 8px 8px;
    margin-bottom: 45px;
	border-bottom:1px solid #00A1D5;
	font-size: 32px;
    color: #00A1D5;
	font-weight: bold;
}
.ec-termsRole h3{ 
    margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.ec-termsRole .part > ul{
	padding-left:30px;
}
.ec-termsRole ul{
	margin-top:15px;
}
.ec-termsRole li{
	list-style:decimal inside;
	padding-left: 1em;
	text-indent: -1em;
}

/* faq.html */ 
.hdS .jap{
	display: block;
	line-height:1.34;
	font-size:1.2rem;
}

.ec-faqRole{
	padding:60px 0;
	width: 100%;
} 

.ec-pointAnchorRole{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 65px;
}
.ec-pointAnchorRole li{
	padding:0 16px;
	line-height: 1;
}
.ec-pointAnchorRole li + li{
	border-left:1px solid #00A1D5;
}
.ec-pointAnchorRole li a{
	color:#00A1D5;
	font-weight: bold;
} 
.ec-faq_list{
	margin-bottom: 40px;
}
.ec-faq_list .quest{
	cursor: pointer;
	position:relative;
	padding:22px 40px;
	background:url(../img/faq/ico_plus.png)no-repeat right center;
	border-bottom:1px dotted #ccc;
	text-decoration: underline;
	color:#00A1D5;
	font-weight: bold;
}
.ec-faq_list .quest.open{
	background-image:url(../img/faq/ico_minus.png);
}
.ec-faq_list .answer{
	display: none;
	position:relative;
	padding:20px 20px 20px 60px;
	background:#F8F8F5;
}
.ec-faq_list .quest:before,
.ec-faq_list .answer:before{ 
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width:30px;
	height:30px;
	border-radius:30px;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	font-family: 'Red Hat Display', sans-serif;
}
.ec-faq_list .quest:before{
	content:"Q";
	left:0;
	top:18px;
	background:#00A1D5;
}
.ec-faq_list .answer:before{
	content:"A";
	left:20px;
	top:20px;
	background:#F09820;
}
.ec-faq_list .answer p + p{
	margin-top:15px;
}

/* guide.html */
.hdM{
	padding:16px 26px;
	margin-bottom: 40px;
	background:#00A1D5;
	border-radius: 10px;
	line-height: 1.46;
	color:#fff;
	font-size:26px;
	font-weight: bold;
}

.ec-guideRole{
	padding:60px 0 0; 
}
.ec-guideRole .part .productDetailsHd{
	margin-bottom: 25px;
}
.ec-guideRole .part{
	margin-bottom: 30px;
}
.ec-guideRole .part p + p{
	margin-top:20px;
}
.ec-guideRole .part .tit{
	display:block;
	font-weight: bold;
}
.ec-guideRole .hot{
	color:#C9131A;
	font-weight: bold;
}
.ec-guideRole .access{
	padding:20px;
	border:1px solid #222222;
}
.ec-guideRole .access .tit{
	margin-bottom:5px;
	font-size:18px;
} 
.ec-guideRole .notes li{
	padding-left:1em; 
}

/* feature.html */
.ec-featureRole{
	padding:60px 0 20px;
}
.ec-featureRole .topFeatureUl li{
	margin: 0 20px 40px;
}
 
/* sp */
@media only screen and (max-width: 767px){
	.ec-termsRole {
		padding: 30px 0;
	}
	.ec-termsRole .part{
		margin-bottom: 20px;
	}
	.ec-termsRole h2{
		padding:0 0 5px;
		margin-bottom:20px; 
		font-size: 20px; 
	}
	.ec-termsRole h3{ 
		margin-bottom: 8px;
		font-size: 12px;
		font-weight: bold;
	}
	.ec-termsRole ul {
		margin-top: 8px;
	}
	.ec-termsRole .part > ul {
		padding-left: 15px;
	}
	
	.ec-anchorArea{
		position:relative;
	}
	.ec-anchorArea .anchor{
		position:absolute;
		top:-116px;
	}
	
	.ec-faqRole {
		padding: 30px 0;
	}
	.ec-pointAnchorRole{ 
		margin-bottom:10px;
	}
	.ec-pointAnchorRole li{
		flex:0 0 50%;
		padding: 0 8px 0 0;
		margin-bottom:10px;
	}
	.ec-pointAnchorRole li + li{
		border-left:0;
	} 
	.ec-faq_list .quest{
		padding: 15px 20px 15px 40px;
		background-size:15px;
	}
	.ec-faq_list .answer{
		padding: 10px 10px 10px 50px;
	}
	.ec-faq_list .quest:before{
		top:10px;
	}
	.ec-faq_list .answer:before{
		left:10px;
		top:10px;
	}
	 
	/* guide.html */
	.hdM{
		padding:10px;
		margin-bottom: 20px; 
		font-size:16px; 
	}

	.ec-guideRole{
		padding:60px 0 0; 
	}
	.ec-guideRole .part .productDetailsHd{
		margin-bottom: 13px;
	}
	.ec-guideRole .part{
		margin-bottom: 20px;
	}
	.ec-guideRole .part p + p{
		margin-top:10px;
	}
	.ec-guideRole .access {
		padding: 10px;
	}
	.ec-guideRole .access .tit {
		margin-bottom: 2px;
		font-size: 13px;
	}
	
	.ec-featureRole {
		padding: 30px 0 20px;
	}
	.ec-featureRole .topFeatureUl li{
		margin: 0 0 10px;
	}
}

 