@charset "UTF-8";
/*
 Theme Name:	インクのチップス
 Theme URI:		https://www.chips-shop.com
*/

.none {
    display: none;
}

@media not screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none !important;
    }
}

@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: initial !important;
    }

    html {
        margin-top: 0 !important;
    }
}

.header *,
.fixheader * {
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*header -------------------------*/
.nowrap {
    white-space: nowrap;
}

.header {
    z-index: 10;
}

.header a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header a:hover {
    filter: contrast(60%) brightness(130%);
}

/*------ header row01 ------*/
.header_row01 {
    background-color: #0e93fa;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 8px;
}

/*feature_box*/
.header_feature {
    display: flex;
    align-items: strech;
    justify-content: space-between;
    color: #fff;
    font-size: 13px;
}

.header_feature p{
    font-size: 13px !important;
}

.header_feature>li {
    width: 25%;
    height: 70px;
    position: relative;
    flex-grow: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header_feature>li>a {
    color: #fff;
    display: flex;
    padding: 8px 1vw 8px 1.5vw;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header_feature>li:hover {
    filter: contrast(80%) brightness(113%) hue-rotate(-3deg);
    position: relative;
}

.header_feature>li:not(:last-child)>a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: calc(15px + 8 * (100vw - 769px)/531);
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.header_feature>li:nth-child(2n+1) {
    background-color: #00b0fa;
}

.header_feature>li:nth-child(2n) {
    background-color: #0e93fa;
}

.header_feature>li:first-child {
    z-index: 4;
}

.header_feature>li:nth-child(2) {
    z-index: 3;
}

.header_feature>li:nth-child(3) {
    z-index: 2;
}

.header_feature>li:last-child {
    align-self: flex-start;
    justify-content: center;
}

.header_feature>li:last-child>a {
    padding: 0 1vw 0 3vw;
    align-items: flex-start;
}

.header_feature>li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1.5vw;
    height: 100%;
    background-color: #00b0fa;
    position: absolute;
    top: 0;
    right: -1.45vw;
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header_feature>li:nth-child(2):after {
    background-color: #0e93fa;
}

/*feature_txt*/
.header_feature .feature_icon {
    margin-right: 5px;
}

.header_feature .feature_icon img {
    max-width: 100%;
    height: auto;
}

.header_feature .feature_txt {
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.7em;
}

.header_feature .feature_yl {
    color:#ffff00;
}

.header_feature .feature_txt em {
    font-size: 1.8em;
    vertical-align: middle;
}

.header_feature .feature_txt_l {
    font-size: 1.23em;
}

@media screen and (max-width:1600px){
    .header_feature,.header_feature p {
        font-size: calc(8px + 3 * (100vw - 769px)/531) !important;
    }
    
    .header_feature .feature_txt em {
        font-size: 1.4em;
    }

    .header_feature .feature_icon {
        width: 4vw;
    }

    .header_tel_open>dl>dt,.header_tel_open>dl>dd {
        /*display: inline-block;*/
        vertical-align: middle;
        font-size: 8px;
    }
    
    .header_tel_num {
        font-size: calc(10px + 8 * (100vw - 769px)/531) !important;
        line-height: 0em;
        margin-bottom: 2px;
    }
}

.hd_delivery_shortest {
    border-top: 2px solid #ffff00;
    border-bottom: 2px solid #ffff00;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
}

/*feature_tel*/
.header_tel {
    font-weight: 700;
    text-align: center;
    padding: 0;
    width: fit-content;
}

.header_tel>dt {
    color: #0059b2;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-bottom: 6px;
}

.header_tel>dt:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}

.header_tel>dd {
    display: inline-block;
    vertical-align: middle;
}

.header_tel_num {
    font-size: 2em;
    font-weight: 700;
    margin-right: 10px;
}

.header_tel_num a {
    color: #fff;
}

.hd_tel_icon {
    margin-right: 5px;
    width: auto;
    height: 1em;
    display: inline-block;
}

.hd_tel_icon>img {
    max-height: 100%;
    width: auto;
}

.header_tel_open dt {
    background-color: #0059b2;
    border-radius: 30px;
    padding: 2px 8px;
}

/*------ header row02 ------*/
.header_row02 {
    padding: 10px 0 15px;
    display: flex;
    align-items: center;
}

.header_left {
    text-align: left;
    padding: 0 10px 0 30px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.header_logo {
    margin-right: 25px;
}

.header_logo img {
    width: 165px;
    height: auto;
}

.header_search_wrap.pc {
    width: 100%;
}

.header_search {
    position: relative;

}

.header_search_wrap.pc .header_search {
    max-width: 680px;
}

.header_search form {
    display: flex;
    align-items: strech;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.header_search input {
    margin: 0 !important;
}

.header_search form input[type="text"] {
    border: none !important;
    flex-grow: 1;
    padding: 8px;
}

.header_search input[type="submit"] {
    border: none !important;
    margin-left: auto !important;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 10px 8px 8px 36px;
    background: url(../images/header/search_icon.png) no-repeat 10px center #0067cd;
    background-size: 16px auto;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.header_search input[type="submit"]:hover {
    filter: contrast(60%) brightness(130%);
}

@media only screen and (min-width: 768px) {
    .header_search form input[type="text"] {
        font-size: 14px;
    }

    #poplink {
        left: 0;
    }
}

/*hotword*/
.hd_hotword {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.hd_hotword>dt,.hd_hotword>dd {
    display: inline-block;
    vertical-align: middle;
}

.hd_hotword>dt {
    font-size: 13px;
    color: #fff;
    background: url(../images/header/hd_hotword_icon.png) no-repeat 5px center #f63d43;
    background-size: auto 60%;
    position: relative;
    border-radius: 4px;
    padding: 2px 5px 2px 24px;
    margin-right: 10px;
}

.hd_hotword>dt:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #f63d43;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -8px;
}

.hd_hotword>dd {
    margin: 4px 6px 4px 0;
}

.hd_hotword>dd a {
    color: #f63d43;
    border: 1px solid #f63d43;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 30px;
}

.hd_hotword>dd a:hover {
    color: #fff;
    background-color: #f63d43;
}


/*header iconnavi*/
.header_right {
    margin-left: auto;
}

.hd_menu {
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hd_menu>li {
    margin-right: 40px;
}

.hd_menu>li:first-child {
    margin-right: 20px;
}

.hd_menu span,.hd_menu a {
    color: #0059b2;
    white-space: nowrap;
}

.menu_icon {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

@media not screen and (max-width: 768px) {
    .menu_icon {
        height: 36px;
    }
}

.menu_icon>img {
    width: auto;
    max-height: 100%;
}

/*------ header row03 ------*/
.head-navi {
    background: #f5f5f5;
}

.head-navi>ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.head-navi>ul>li {
    position: relative;
    background: none !important;
    padding: 10px 0;
}

.head-navi>ul>li:not(:last-child)>a,
.head-navi>ul>li:not(:last-child)>span {
    border-right: 1px solid #aaa;
}

.head-navi>ul>li>a,
.head-navi>ul>li>span {
    position: relative;
    padding: 4px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.head-navi ul li a:after,
.head-navi>ul>li>span:after {
    content: none;
}

.head-navi ul li a:hover,
.head-navi>ul>li>span:hover {
    background: none;
}

/*subnavi*/
.head-navi .subnavi_box {
    border: 1px solid #e0e0e0;
    box-shadow: 1px 1px 5px 1px rgba(106,106,106,0.2);
}

.subnavi_list_box {
    width: fit-content !important;
    padding: 10px !important;
}

.head-navi .subnavi_list {
    display: block;
    width: 100%;
}

.head-navi .subnavi_list>li {
    font-weight: bold;
    width: 100%;
    background: none;
    white-space: nowrap;
}

.head-navi .subnavi_list>li>a {
    width: 100%;
    color: #0059b2;
    background: none;
    border: none;
    border-radius: 0;
    padding: 14px 5px 14px 20px;
    background: url(../images/header/subnavi_arw.png) no-repeat left center !important;
    background-size: 14px 14px !important;
    margin: 0;
}

.head-navi .subnavi_list>li:not(:last-child)>a {
    border-bottom: 1px dotted #0059b2;
}

.head-navi .subnavi_list>li>a:before,
.head-navi .subnavi_list>li>a:after {
    content: none;
}

.subnavi_box {
    top: 40px !important;
}

.subnavi_list_box:before {
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.head-navi__parent .head-navi__ink:before,
.head-navi__parent .head-navi__toner::before {
    left: 2%;
}



/*sizefix*/
@media screen and (max-width: 1200px) {
    .header_feature {
        font-size: 10px;
    }

    .header_tel_open dt,.header_tel_open dd {
        display: inline-block;
    }

    .head-navi>ul>li>a,
    .head-navi>ul>li>span {
        font-size: 14px;
    }

    .subnavi_list_box:before {
        left: 30% !important;
    }
    
}

/*fixheader*/
.fixheader_wrap {
    background-color: #fff;
    /*fix*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/*
@media not screen and (max-width: 768px) {
    .fixheader_wrap {
        border-bottom: 1px solid #eee;
    }
}
*/

/*------ header sp ------*/
@media screen and (max-width: 768px) {
    .header_row02 {
        padding: 10px 2vw !important;
    }

    .header_left {
        width: 30vw;
        padding: 0;
        flex-grow: 0;
    }

    .header_logo {
        margin: 0;
        width: 100%;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }
    
    .header_right .hd_menu {
        align-items: center;
    }   

    .header_right .hd_menu>li {
        margin-right: 5vw !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header_right .hd_menu>li:last-child {
        margin-right: 0 !important;
    }

    .header_right .menu_icon {
        width: 10vw;
        margin: 0 auto;
    }

    .header_right .head-navi__menu {
        border: 1px solid #0059b2;
        border-radius: 10px;
        display: flex !important;
        width: 15vw;
        height: 15vw;
    }

    .fixheader_fs .head-navi__menu .menu_icon {
        margin-bottom: 0.5em;
    }

    .head-navi__menu .menu_icon {
        display: inline-block;
        cursor: pointer;
        padding-top: 2px;
    }

    .head-navi__menu .menu_icon img {
        width: 7vw;
        height: auto;
    }

    .head-navi__menu>span {
        line-height: 1.0em;
    }

    .hiraku-open-btn {
        height: auto;
        padding:  0;
    }

    .sp .sp_search_wrap {
        padding: 0 2%;
        margin-bottom: 10px;
    }

    .sp_search_wrap .header_search form input {
        border: none !important;
        font-size: 15px;
        overflow: hidden;
    }
}


/*offcanvas-----*/

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
    width: 90%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0 5% 10vh 4%;
}

@media screen and (min-width: 768px) {
    .js-hiraku-offcanvas {
        display: block;
        position: static;
        background: none;
    }

    .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
        position: static;
        margin-left: 0;
        width:auto;
    }
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
margin-left: -90%;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
margin-left: 90%;
}

.js-hiraku-offcanvas-body-right {
left:0;
}

.js-hiraku-offcanvas-body-left {
left:0;
}

.spmenu * {
    box-sizing: border-box;
}

/*spmenu_head*/
.spmenu_head {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.spmenu_head .header_logo {
    width: 40%;
}

/*close*/
.close-btn {
    margin-left: auto;
    padding-bottom: 5px;
}

.close-btn>span {
    text-align: center;
    font-size: 8px;
    color: #808080;
    line-height: 0.8em;
}

.close-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
}

.spmenu_fs .close-btn i {
    margin-bottom: 0.5em;
}


.close-btn i:before, .close-btn i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 100%; 
    background: #808080;
}

.close-btn i::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.close-btn i::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/*spmenu_navi*/
.spmenu_navi {
    margin: 20px auto 30px;
}

.hd_menu.spnavi_icon {
    justify-content: space-between;
    align-items: stretch;
    gap: 2%;
    margin-bottom: 30px;
}

.hd_menu.spnavi_icon>li {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    width: 23.5%;
    padding: 5px 2px 3px;
}

.hd_menu.spnavi_icon>li .menu_icon {
    margin-bottom: 0;
    width: 48%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.spnavi_list {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}

.spnavi_list>li {
    font-size: 14px;
    font-weight: bold;
    width: 48%;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 6px;
    text-align: left;
    background-color: #fff;
}

.spnavi_list>li>a {
    color: #000;
    display: inline-block;
    background: url(../images/header/subnavi_arw.png) no-repeat 6px center;
    background-size: 14px 14px;
    padding: 8px 2px 8px 26px;
}

/*tabmenu-----*/
.spnavi_itemmenu #tab_menu .itemtab {
    display: flex;
}

.spnavi_itemmenu #tab_menu .itemtab li {
    background-color: #999;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    padding: 14px 10px;
    width: 49%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    cursor: pointer;
}

.spnavi_itemmenu #tab_menu .itemtab li:last-child {
    margin-left: auto;
}

.spnavi_itemmenu #tab_menu .itemtab li.tab_menu_select{
    color: #000;
}

.spnavi_itemmenu #tab_menu .itemtab li>span {
    font-size: 1.2rem;
    vertical-align: middle;
}

.spnavi_itemmenu #tab_menu .itemtab>li:first-child.tab_menu_select:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/header/spnavi_item_ink.png) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.spnavi_itemmenu #tab_menu .itemtab>li:last-child.tab_menu_select:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/header/spnavi_item_toner.png) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.spnavi_itemmenu #tab_menu .itemtab>li:first-child:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/header/spnavi_item_ink_wh.png) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.spnavi_itemmenu #tab_menu .itemtab>li:last-child:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/header/spnavi_item_toner_wh.png) no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}


.spnavi_itemmenu .itemtab li.tab_menu_select {
    background: url(../images/header/spnavi_bg.png) repeat left bottom #ececec !important;
}

.spnavi_itemmenu #tab_menu .itemtab li:last-child.tab_menu_select {
    background: url(../images/header/spnavi_bg.png) repeat right bottom #ececec !important;
}

.spnavi_itemmenu .itemtab_contents {
    background: url(../images/header/spnavi_bg.png) repeat left top #ececec;
    border: 1px solid #999;
    border-top: none;
}

.spnavi_itemmenu .tab_toner {
    background: url(../images/header/spnavi_bg.png) repeat right top #ececec !important;
}


/*tab contents*/
.spnavi_itemmenu .itemtab_contents {
    position: relative;
}

.spnavi_itemmenu .itemtab_contents:before {
    content: "";
    display: block;
    width: calc(2% + 2px);
    height: 0;
    border-top: 1px solid #999;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
}

.spnavi_itemmenu  .itemtab_contents .tab1 {
    padding: 20px 12px;
    background: transparent;
    position: relative;
}

.spnavi_item_list>li {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.spnavi_item_list>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 10px;
    background: url(../images/header/arw_blue.png) no-repeat right 10px center;
    background-size: 10px auto;
}

/*sp_sizefix*/
@media screen and (max-width:375px) {
    .hd_menu {
        font-size: 10px;
    }
    .spnavi_list>li {
        font-size: 12px;
    }
}


/*banner -------------------------*/
.header__bnr {
    z-index: 1;
    background-color: transparent !important;
}

.header__bnr.pc {
    height: auto;
    margin: 30px auto 10px;
}

.header__bnr.pc a {
    display: block;
}

.header__bnr.pc img {
    width: 100%;
    height: auto;
}


.fv .header__bnr.pc {
    margin: 0 auto 30px;
    display: block;
}

.fv .header__bnr.sp {
    margin: 0 auto 20px !important;
    padding: 0 !important;
    display: block;
}

.fv {
    display: block !important;
}
