@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
    box-sizing: border-box;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #111;
    text-decoration: none;
    transition: .3s;
}
a:visited {
    color: #111;
}
a:hover {
    color: #111;
}
a:active {
    color: #111;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1280px;
    color: #111;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    display: block;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .topBox {
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
}
#gHeader h1 {
    padding-left: 22px;
    font-size: 1.2rem;
    font-weight: 400;
    background: url("../img/top/icon01.png") no-repeat left 0px/12px auto;
}
#gHeader h1 span {
    margin-left: 10px;
}
#gHeader .linkList {
    display: flex;
    justify-content: flex-end;
}
#gHeader .linkList li {
    margin-left: 20px;
    font-size: 1.2rem;
}
#gHeader .linkList a {
    padding-left: 20px;
    font-weight: bold;
    display: inline-block;
    background: url("../img/top/icon03.png") no-repeat left 2px/16px auto;
}
#gHeader .linkList a:hover {
    opacity: 0.7;
}
#gHeader .linkList li:last-child a {
      background-position: left 4px;
    background-image: url("../img/top/icon24.png");
}
#gHeader .linkList li:first-of-type a {
    background-image: url("../img/top/icon02.png");
}
#gHeader .linkList li:nth-of-type(2) a {
  background-position:left 4px;
}
#gHeader .hBox {
    padding: 0 50px 0 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
}
#gHeader .hBox .logo {
    width: 296px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#gHeader .menuBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#gNavi > ul {
    display: flex;
    justify-content: flex-end;
}
#gNavi > ul > li {
    margin-right: 38px;
}
#gNavi > ul > li > a {
    padding: 22px 0;
    font-weight: bold;
    display: block;
    position: relative;
}
#gNavi > ul > li > a:after {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: .3s;
    background-color: #111;
    content: "";
}
#gNavi > ul > .on > a {
    color: rgba(17, 17, 17, 0.2);
}
#gNavi > ul > .on > a:after {
    opacity: 1;
}
#gNavi .dropMenu {
    display: none;
    padding: 22px 0 40px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #F5F5F5;
    z-index: 999;
}
#gNavi .dropMenu .proList {
    display: flex;
    flex-wrap: wrap;
}
#gNavi .dropMenu .proList li {
    margin-top: 20px;
    width: calc(100%/6);
}
#gNavi .dropMenu .proList a {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}
#gNavi .dropMenu .proList a:hover {
    opacity: 0.7;
}
#gNavi .dropMenu .proList a img {
    margin-right: 10px;
    width: 50px;
    min-width: 50px;
}
#gNavi .dropMenu02 .comBox {
    max-width: 790px;
    padding-left: 70px;
}
#gNavi .dropMenu02 .proList li {
    width: 25%;
}
#gHeader .btnList {
    display: flex;
    justify-content: flex-end;
}
#gHeader .btnList li {
    margin-left: 5px;
    position: relative;
}
#gHeader .btnList .ec-cartNavi {
  margin-left: 5px;
  position: relative;
}
#gHeader .btnList a {
    display: block;
    min-width: 50px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
#gHeader .btnList a:hover {
    opacity: 0.7;
}
#gHeader .btnList a img {
    display: block;
    margin: 0 auto 3px;
}
#gHeader .btnList .ec-blockBtn--action ,
#gHeader .btnList .ec-cartNavi--cancel
{
  font-size: 1.3rem;
}
#gHeader .btnList .num {
  position: absolute;
  right: 3px;
  top: -8px;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #E61E1A;
  border-radius: 50%;
  box-sizing: border-box;
}
#gHeader .searchBox {
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E7E7E7;
}
#gHeader .searchBox .search {
    padding: 5px 6px 9px 28px;
    width: 700px;
    height: 46px;
    display: flex;
    border-radius: 50px;
    justify-content: space-between;
    background-color: #F5F5F5;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}
#gHeader .searchBox .search input[type="text"] {
    background-color: #F5F5F5;
    width: calc(100% - 100px);
    border: none;
    height: 32px;
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
    box-sizing: border-box;
}
#gHeader .searchBox .search input[type="submit"] {
    margin-top: 2px;
    width: 30px;
    height: 30px;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: .3s;
    -webkit-appearance: none;
    background: url("../img/top/icon06.png") no-repeat left top/30px auto;
}
#gHeader .searchBox .comBtn {
    margin-left: 10px;
}
#gHeader .searchBox .comBtn .on {
    border-color: #111;
}
#gHeader .dropSearch {
    display: none;
    padding: 40px 0 40px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #F5F5F5;
    z-index: 99;
}

#gHeader .dropSearch .inputList {
    margin: 0 -26px 20px 0;
    display: flex;
    flex-wrap: wrap;
}
#gHeader .dropSearch .inputList li {
    margin: 0 25px 20px 0;
    width: 370px;
}
#gHeader .dropSearch .inputList li:first-child {
    width: 765px;
}
#gHeader .dropSearch .inputList .ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}
#gHeader .dropSearch .inputList input[type="text"], #gHeader .dropSearch .inputList select {
    background-color: #fff;
    padding: 9px 19px;
    width: 100%;
    height: 46px;
    border: 1px solid #E7E7E7;
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
    box-sizing: border-box;
}
#gHeader .dropSearch .inputList select {
    color: #111;
    background: #fff url("../img/top/icon07.png") no-repeat right 18px center/12px auto;
}
#gHeader .dropSearch .btnBox {
    position: relative;
}
#gHeader .dropSearch .btnBox .link {
    position: absolute;
    left: 0;
    top: 13px;
}
#gHeader .dropSearch .btnBox .link2 {
    left: 160px;
}
#gHeader .dropSearch .btnBox .link a {
    padding-left: 24px;
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: underline;
    background: url("../img/top/icon08.png") no-repeat left 1px/16px auto;
}
#gHeader .dropSearch .btnBox .btnSearch a {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 370px;
    height: 54px;
    background-color: #00479D;
    border-radius: 35px;
    padding-bottom: 2px;
    box-sizing: border-box;
}
#gHeader .dropSearch .btnBox .btnSearch a:hover {
    opacity: 0.7;
}
#gHeader .dropSearch .btnBox .btnSearch a span {
    padding-left: 29px;
    display: inline-block;
    background: url("../img/top/icon09.png") no-repeat left 3px/24px auto;
}
#gHeader .searchBox input[type="text"]::placeholder {
	color: #999;
}
#gHeader .searchBox input[type="text"]:-ms-input-placeholder {
	color: #999;
}
#gHeader .searchBox input[type="text"]::-ms-input-placeholder {
	color: #999;
}

.comBox .no-product {
  font-weight: bold;
  font-size: 20px;
  color: red;
  margin-bottom: 60px;
  margin-top: 10px;
}

@media all and (min-width: 897px) {
    #gNavi > ul > li > a:hover {
        color: rgba(17, 17, 17, 0.2);
    }
    #gNavi > ul > li > a:hover:after {
        opacity: 1;
    }
    #gHeader .searchBox .comBtn a:hover {
        border-color: #111;
    }
    #gHeader .searchBox .search input[type="submit"]:hover {
        opacity: 0.7;
    }
    #gHeader .dropSearch .btnBox .link a:hover {
        text-decoration: none;
    }
    #gNavi .dropMenu .proList .liStyle a {
        font-size: 1.4rem;
    }
    #gHeader .searchBox .search input[type="submit"]:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #gHeader .topBox {
        display: none;
    }
    #gHeader .hBox {
        padding: 12px 10px 12px 20px;
    }
    #gHeader .hBox .logoBox {
        margin-top: 3px;
        display: flex;
        align-items: center;
    }
    #gHeader .hBox .logo {
        width: 160px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu {
        margin-right: 20px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .menu > div {
        margin: 3px auto 0;
        width: 24px;
        height: 14px;
        position: relative;
    }
    .menu span {
        background-color: #111;
        border: none;
        height: 2px;
        width: 24px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .menu span:nth-of-type(2) {
        top: 6px;
    }
    .menu span:nth-of-type(3) {
        top: 12px;
    }
    .menu.active .top {
        -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
        -ms-transform: translateY(6px) translateX(0) rotate(45deg);
        transform: translateY(6px) translateX(0) rotate(45deg);
    }
    .menu.active .middle {
        opacity: 0;
    }
    .menu.active .bottom {
        -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }
    .cover {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        transition: .3s;
        background-color: rgba(17, 17, 17, 0.7);
    }
    .cover.open {
        opacity: 1;
        visibility: visible;
    }
    #gHeader .rBox {
        left: -100%;
        position: fixed;
        right: 0;
        top: 0;
        width: calc(100% - 61px);
        height: 100%;
        z-index: 100;
        transition: .3s;
        box-sizing: border-box;
    }
    #gHeader .rBox.open {
        left: 0;
    }
    #gHeader .rBox .close {
        position: fixed;
        right: 22px;
        top: 22px;
    }
    #gHeader .rBox .close {
        position: fixed;
        right: 22px;
        top: 22px;
        opacity: 0;
        visibility: hidden;
    }
    #gHeader .rBox.open .close {
        opacity: 1;
        visibility: visible;
    }
    #gHeader .menuBox {
        height: 100%;
        display: block;
        background-color: #F5F5F5;
        overflow-y: auto;
    }
    #gHeader .menuBox h1 {
        padding: 21px 20px 25px 70px;
        font-size: 1.2rem;
        background: url("../img/top/icon16.png") no-repeat 20px 20px/40px auto;
        border-bottom: 1px solid #FFF;
    }
    #gHeader .menuBox h1 span {
        display: block;
        margin: 5px 0 0;
        font-size: 1rem;
    }
    #gHeader .menuBox .ttl {
        padding: 5px 20px 10px;
        color: #999;
        font-size: 1rem;
        font-weight: bold;
    }
    #gHeader .linkList {
        margin: 0 20px;
        padding-bottom: 10px;
        display: block;
    }
    #gHeader .linkList li {
        margin: 0 0 19px;
    }
    #gHeader .linkList a {
        padding-left: 0;
        background: none !important;
    }
    #gHeader .linkList a img {
        width: 16px;
        margin-right: 6px;
        vertical-align: -4px;
    }
    #gHeader .linkList li:first-child a img {
        width: 19px;
    }
    #gHeader .linkList li:last-child a img {
        vertical-align: -2px;
    }
    #gNavi {
        margin-bottom: 30px;
    }
    #gNavi > ul {
        display: block;
    }
    #gNavi > ul > li {
        margin: 0 0 1px;
    }
    #gNavi > ul > li > a {
        padding: 20px 35px 20px 20px;
        background-color: #fff;
    }
    #gNavi > ul > li > a:after {
        margin-top: -4px;
        opacity: 1;
        left: auto;
        right: 21px;
        bottom: auto;
        top: 50%;
        width: 6px;
        height: 6px;
        background: none;
        border-top: 2px solid #111;
        border-right: 2px solid #111;
        transform: rotate(135deg);
    }
    #gNavi > ul > li > a.on:after {
        margin-top: -2px;
        transform: rotate(-45deg);
    }
    #gNavi .dropMenu {
        padding: 0;
        position: static;
        left: auto;
        top: auto;
        width: auto;
        background: none;
    }
    #gNavi .dropMenu .comBox {
        margin: 0;
    }

    #gNavi .dropMenu .proList {
        display: block;
    }
    #gNavi .dropMenu .proList li {
        margin-top: 1px;
        width: auto;
    }
    #gNavi .dropMenu .proList a {
        padding: 5px 30px;
        font-weight: normal;
        background-color: #fff;
        position: relative;
    }
    #gNavi .dropMenu .proList a:after {
        position: absolute;
        margin-top: -4px;
        right: 23px;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #111;
        border-right: 2px solid #111;
        transform: rotate(45deg);
        content: "";
    }
    #gNavi .dropMenu .proList a img {
        margin-right: 10px;
        width: 30px;
        min-width: 30px;
    }
    #gNavi .dropMenu02 .comBox {
        max-width: inherit;
        padding-left: 0;
    }
    #gNavi .dropMenu02 .proList li {
        width: auto;
    }
    #gHeader .btnList li {
        margin-left: 2px;
    }
    #gHeader .searchBox {
        padding: 10px 20px;
    }
    #gHeader .searchBox .search {
        padding: 5px 4px 5px 18px;
        width: 700px;
        height: 40px;
    }
    #gHeader .searchBox .search input[type="text"] {
        width: calc(100% - 30px);
        font-size: 1.4rem;
        height: 27px;
    }
    #gHeader .searchBox .search input[type="submit"] {
        margin-top: 0;
        width: 29px;
        height: 28px;
        background-size: 28px 28px;
    }
    #gHeader .searchBox .comBtn {
        margin-left: 5px;
    }
    #gHeader .dropSearch {
        padding: 20px 0 30px;
    }
    #gHeader .dropSearch .inputList {
        margin: 0 0 30px;
        display: block;
    }
    #gHeader .dropSearch .inputList li {
        margin: 0 0 14px;
        width: auto;
    }
    #gHeader .dropSearch .inputList li:first-child {
        width: auto;
    }
    #gHeader .dropSearch .inputList input[type="text"], #gHeader .dropSearch .inputList select {
        height: 40px;
        font-size: 1.4rem;
    }
    #gHeader .dropSearch .btnBox .link {
        margin: 20px 0 25px;
        top: auto;
        position: static;
        left: auto;
        text-align: center;
    }
    #gHeader .dropSearch .btnBox .link a {
        padding-left: 24px;
        display: inline-block;
        font-size: 1.4rem;
        text-decoration: underline;
        background: url("../img/top/icon08.png") no-repeat left 1px/16px auto;
    }
    #gHeader .dropSearch .btnBox .btnSearch a {
        font-size: 1.6rem;
    }
    #gHeader .dropSearch .close a {
        display: block;
        font-size: 1rem;
        text-align: center;
    }
    #gHeader .dropSearch .close a img {
        display: block;
        margin: 0 auto 4px;
    }
}
@media all and (max-width: 359px) {
    #gHeader .hBox {
        padding-left: 10px;
    }
    .menu {
        margin-right: 10px;
    }
    #gHeader .searchBox .search {
        padding-left: 10px;
    }
    #gHeader .searchBox .search input[type="text"] {
        font-size: 1.2rem;
    }
    #gHeader .menuBox h1 {
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin-top: 100px;
    padding: 90px 0 100px;
    background-color: #F5F5F5;
}
#gFooter .fBox {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}
#gFooter .lBox {
    margin-top: 7px;
    width: 500px;
}
#gFooter .fLogo {
    width: 296px;
    margin-bottom: 26px;
}
#gFooter .fNavi {
    width: 384px;
    display: flex;
}
#gFooter .fNavi a {
    padding: 5px 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}
#gFooter .fNavi li {
    margin-bottom: 20px;
}
#gFooter .fNavi > li:first-child {
    width: 224px;
}
#gFooter .fNavi > li:first-child li:first-child a {
    color: #999;
}
#gFooter .fNavi > li:first-child li:nth-child(2) a, #gFooter .fNavi > li:first-child li:nth-child(3) a {
    font-size: 1.6rem;
}
#gFooter .fNavi > li:last-child li {
    margin-bottom: 15px;
}
#gFooter .fNavi > li:last-child a {
    padding: 0 0 1px 20px;
    display: inline-block;
    background: url(../img/top/icon02.png) no-repeat left 2px/16px auto;
}
#gFooter .fNavi > li:last-child li:last-child a {
    background-image: url(../img/top/icon03.png);
}
#gFooter .btmBox {
    display: flex;
    justify-content: space-between;
}
#gFooter .btmBox .fLink {
    display: flex;
    font-size: 1.2rem;
}
#gFooter .btmBox .fLink li {
    margin-right: 15px;
    color: #E7E7E7;
}
#gFooter .btmBox .fLink a {
    margin-right: 15px;
    color: #000;
}
#gFooter address {
    color: #999;
    font-size: 1.2rem;
    font-style: normal;
}
@media all and (min-width: 897px) {
    #gFooter .fNavi a:hover, #gFooter .btmBox .fLink a:hover, #gFooter .banner a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        margin-top: 60px;
        padding: 40px 0 70px;
    }
    #gFooter .fBox {
        margin-bottom: 17px;
        flex-wrap: wrap;
    }
    #gFooter .lBox {
        margin-top: 0;
        width: 100%;
        order: 2;
    }
    #gFooter .fLogo {
        width: 240px;
        margin-bottom: 15px;
    }
    #gFooter .banner img {
        width: 100%;
    }
    #gFooter .fNavi {
        margin-bottom: 25px;
        padding-bottom: 10px;
        width: 100%;
        display: block;
        order: 0;
        border-bottom: 1px solid #E7E7E7;
    }
    #gFooter .fNavi li {
        margin-bottom: 19px;
    }
    #gFooter .fNavi > li:first-child {
        margin-bottom: 28px;
        width: auto;
    }
    #gFooter .fNavi > li:first-child li:first-child a {
        font-size: 1rem;
    }
    #gFooter .fNavi > li:first-child li:nth-child(2) a, #gFooter .fNavi > li:first-child li:nth-child(3) a {
        font-size: 1.4rem;
    }
    #gFooter .fNavi > li:last-child li {
        margin-bottom: 15px;
    }
    #gFooter .fNavi > li:last-child a {
        padding: 0 0 1px 20px;
        display: inline-block;
        background: url(../img/top/icon02.png) no-repeat left 2px/16px auto;
    }
    #gFooter .fNavi > li:last-child li:last-child a {
        background-image: url(../img/top/icon03.png);
        background-position: left 3px;
    }
    #gFooter .btmBox {
        display: block;
    }
    #gFooter .btmBox .fLink {
        margin-bottom: 20px;
    }
    #gFooter .btmBox .fLink li {
        margin-right: 7px;
    }
    #gFooter .btmBox .fLink a {
        margin: 0 15px 0 6px;
    }
}
@media all and (max-width: 359px) {
    #gFooter address {
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBtn a {
    width: 100px;
    height: 46px;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E7E7E7;
    border-radius: 50px;
    box-sizing: border-box;
}
@media all and (min-width: 897px) {
    .comBtn a:hover {
        border-color: #111;
    }
}
@media all and (max-width: 896px) {
    .comBtn a {
        width: 82px;
        height: 40px;
        font-size: 1.2rem;
    }
}
/* comBox */
.comBox {
    margin: 0 auto;
    max-width: 1160px;
}
@media all and (max-width: 896px) {
    .comBox {
        margin: 0 20px;
    }
}
/* headLine01 */
.headLine01 {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}
/* fixBtn */
.fixBtn {
    margin-top: 73px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}
.fixBtn > a {
    width: 48px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #00479D;
    border-radius: 10px 0 0 10px;
    position: relative;
    z-index: 10;
}
.fixBtn > a:hover {
    opacity: 0.7;
}
.fixBtn > a span {
    display: inline-block;
    padding-top: 27px;
    -webkit-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url("../img/top/icon10.png") no-repeat center top/20px auto;
}
.fixBtn > a.on {
    border-radius: 0;
}
.fixBtn > a.on span {
    background-image: url("../img/top/icon11.png");
}
.fixBtn .infoBox {
    position: absolute;
    right: -330px;
    top: 0;
    height: 100%;
    width: 380px;
    padding: 14px 20px;
    background-color: #fff;
    border: 2px solid #00479D;
    border-radius: 10px 0 0 10px;
    border-right: none;
    box-sizing: border-box;
    transition: .3s;
}
.fixBtn .infoBox.on {
    right: 48px;
}
.fixBtn .infoBox .tel {
    margin-bottom: 17px;
    padding-bottom: 12px;
    color: #00479D;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #E7E7E7;
}
.fixBtn .infoBox .tel a {
    color: #00479D;
}
.fixBtn .infoBox .user {
    margin-bottom: 5px;
    display: flex;
}
.fixBtn .infoBox .user img {
    margin-right: 10px;
    width: 40px;
}
.fixBtn .infoBox .user p {
    margin-top: 2px;
    font-size: 1rem;
}
.fixBtn .infoBox .user p span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}
.fixBtn .infoBox .contact a {
    display: inline-block;
    padding-left: 23px;
    font-size: 1.4rem;
    letter-spacing: -0.025em;
    font-family: 'Inter', sans-serif;
    background: url("../img/top/icon12.png") no-repeat left 4px/14px auto;
}
.fixBtn .infoBox .contact li:last-child a {
    background-position: left 5px;
    background-image: url("../img/top/icon13.png");
    background-size: 16px auto;
}
.fixBtn .infoBox .contact li:last-child a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .fixBtn {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        right: 20px;
        top: auto;
        bottom: 10px;
        width: calc(100% - 40px);
        transform: translateY(0);
    }
    .fixBtn > a {
        width: 100%;
        height: 50px;
        border-radius: 10px;
        order: 0;
    }
    .fixBtn > a span {
        padding: 0 21px;
        width: 100%;
        display: block;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        background: url("../img/top/icon17.png") no-repeat right 22px center/20px auto;
        box-sizing: border-box;
    }
    .fixBtn > a.on {
        border-radius: 10px 10px 0 0;
    }
    .fixBtn > a.on span {
        background-image: url("../img/top/icon11.png");
    }
    .fixBtn .infoBox {
        order: 2;
        display: none;
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        padding: 15px 20px 18px;
        border: 2px solid #00479D;
        border-radius: 0 0 10px 10px;
        transition: none;
        border-top: none;
    }
    .fixBtn .infoBox .user {
        margin-bottom: 7px;
    }
    .fixBtn .infoBox .contact li {
        margin-top: 2px;
    }
}
/* slideBox */
.slideBox {
    margin-bottom: 78px;
    position: relative;
}
.slideBox .slick-arrow {
    position: absolute;
    top: 95px;
    left: -34px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    transition: .3s;
    background: url(../img/top/prev02.png) no-repeat left top/26px auto;
}
.slideBox .slick-next {
    left: auto;
    right: -14px;
    background-image: url(../img/top/next02.png);
}
.relateBox .comBtn a {
    margin: 0 auto;
    width: 165px;
    height: 40px;
    font-weight: normal;
}
@media all and (min-width: 897px) {
    .slideBox .slick-arrow:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .slideBox {
        margin-bottom: 38px;
    }
    .slideBox .slick-arrow {
        display: none !important;
    }
    .relateBox .comBtn a {
        max-width: 335px;
        width: 100%;
        font-size: 1.4rem;
    }
}
/* comList */
.comList {
    margin-right: -20px;
}
.comList .slick-slide {
    margin-right: 20px;
    width: 216px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.rankList li:after {
    position: absolute;
    left: 0;
    top: 0;
    border-width: 65px 65px 0 0;
    border-style: solid;
    border-color: #E6E6E6 transparent transparent;
    content: '';
}
.rankList .rank02:after {
    border-color: #979797 transparent transparent;
}
.rankList .rank03:after {
    border-color: #855353 transparent transparent;
}
.rankList .rank01:after {
    border-color: #D79C00 transparent transparent;
}
.rankList .num {
    position: absolute;
    left: 16px;
    top: 8px;
    font-weight: bold;
    z-index: 1;
}
.rankList .rank01 .num, .rankList .rank02 .num, .rankList .rank03 .num {
    color: #fff;
}
.comList a {
    display: block;
}
.comList a:hover {
    opacity: 0.7;
}
.comList a > img {
    margin-bottom: 10px;
    border-radius: 10px;
}
.comList .tag {
    margin-bottom: 4px;
    color: #999;
    font-size: 1.2rem;
}
.comList .ttl, .comList .price {
    font-weight: bold;
}
.comList .txt {
    margin-top: 1px;
    font-size: 1.2rem;
}
@media all and (max-width: 896px) {
    .comList .slick-slide {
        margin-right: 10px;
        width: 216px;
    }
    .rankList li:after {
        border-width: 45px 45px 0 0;
    }
    .rankList .num {
        left: 11px;
        top: 4px;
        font-size: 1.2rem;
    }
    .comList a {
        font-size: 1.2rem;
    }
    .comList a > img {
        margin-bottom: 5px;
    }
    .comList .tag {
        font-size: 1rem;
    }
    .comList .price {
        margin-bottom: 5px;
    }
    .comList .txt {
        font-size: 1rem;
    }
}

/* pagePath */
#pagePath {
	margin: 7px 0 56px;
}

#pagePath li {
	margin-right: 6px;
	display: inline;
	font-size: 1.2rem;
}

#pagePath li a {
	margin-right: 10px;
}

#pagePath li:last-child {
	color: #999;
}

.loginLogo {
    width: 600px;
    padding: 20px;
    margin: auto;
}

.ec-newsRole .ec-newsRole__news {
    margin-top: 6px;
    margin-left: 40px;
    border: 0;
    /*padding: 20px 30px;*/
    width: 100%;
    max-width: 900px;
    word-wrap: break-word;
}

.ec-newsRole .ec-newsRole__newsItem {
    padding: 0 0 15px 35px;
    border-bottom: 0 !important;
    /*padding: 3px 0;*/
}

.ec-newsRole .ec-newsRole__newsTitle {
    font-weight: normal !important;
    /*color: black !important;*/
}

#gHeader .dropSearch .btnBox .btnSearch {
    border: none;
    width: 100%;
    background: none;
}

#gHeader .dropSearch .inputList #pmin{
    width: 46.5%;
}

#gHeader .dropSearch .inputList #pmax{
    width: 46.5%;
}

.ec-halfInput input[type=text], .ec-input input, .ec-telInput input, .ec-zipInput input, .ec-select select, .ec-input textarea, .ec-birth select, .ec-blockBtn--action, .ec-blockBtn--cancel{
  font-size: 14px;
}
.ec-topicpath .ec-topicpath__divider {
  padding-left: 15px;
  padding-right: 15px;
}
.form-select {
  border: none;
  font-size: 1em;
}

/* print */
.print_detail_edit {
  position: fixed !important;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4776A6;
  z-index: 0;
  display: block;
}
.print_detail_edit a {
  color: #FFF;
  display: block;
  width: 160px;
  padding: 5px 10px;
  /*  border-left: 2px solid #00A;
    border-bottom: 2px solid #00A;*/
  border: 2px solid #00A;
  text-decoration: none;
}
#print_edit_area {
  width: 420px;
  background-color: #FFF;
  /*display: none;*/
  /*border: 3px double #000;*/
  z-index: 3;
  padding: 0 0 15px 0;
  position: fixed;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  max-height: 690px;
  line-height: 1.4;
  font-size: 0.87em;
}
.edit_area_ttl {
  border-bottom: 1px solid #000;
  background-color: #4776A6;
  font-weight: bold;
  color: #FFF;
  padding: 3px 5px;
}
.print_table_ttl {
  width: 360px;
  margin: 10px auto 0 auto;
  font-weight: bold;
}
.print_main_table {
  width: 360px;
  margin: 0 auto;
  border-collapse: collapse;
}
tr {
  margin: 0;
  border: 0;
}
#print_edit_area .print_main_table th {
  border: 1px solid #000;
  background-color: #FCC;
  width: 100px;
  padding: 5px 0;
}
#print_edit_area .print_main_table td {
  border: 1px solid #000;
  padding: 5px 10px;
}
.print_btn_area {
  text-align: center;
  margin: 10px 0 15px 0;
}
.print_btn_area input {
  width: 80px;
  padding: 5px 0;
}

#modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0,0,0,0.4);
  top: 0;
  right: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.photoBox {
  width: 90%;
  /*position: unset !important;*/
}
.headTitle {
  margin-top: 40px;
  border-bottom: 1px solid #666666;
  padding-bottom: 30px;
}
.active {
  border: 2px solid #00479D;
/*  border-radius: 10px;*/
}
.icon-price {
  display: inline-block;
  padding: 0 0.1em;
  font-weight: bold;
  color: #DE5D50;
  font-size: 24px !important;
}
#showoption, #print_cursor {
  cursor: pointer;
  color: #FFF;
}
#price_min, #price_max {
  padding: 0;
}
#error_price_min, #error_price_max {
  color: #DE5D50;
  display: none;
}

.btn-lg {
  font-size: 1em !important;
}
.relateBox .btn-checked a{
  width: 200px;
}

.ec-newsRole .ec-newsRole__news {
  margin-left: 0px;
}

.ec-newsRole .ec-newsRole__newsItem {
  padding: 0 0 15px;
}

/*.ec-newsRole .ec-newsRole__newsItem:last-child {*/
/*  padding: 0 0;*/
/*}*/

.ec-blockTopBtn {
  width: 40px;
  height: 40px;
  background-image: url('../img/common/pagetop.png');
  background-size: cover;
  background-color: transparent !important;
  opacity: 0.6;
}



/*List new*/
.newslist .newItems {
  width: 100%;
  border-bottom: #ccc 1px solid !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newslist .newItems:last-child{
  padding-bottom: 10px;
}

.newslist .newItems .ec-newsRole__newsDate,
.ec-newsRole__newsItem .ec-newsRole__newsDate
{
  font-size: 1em;
  display: flex;
  align-items: center;
}

.newslist .newItems .ec-newsRole__newsTitle{
  font-size: 1em;
}

#product_category {
    padding: 5px 0;
    color: #999;
    font-size: 1.2rem;
    font-weight: bold;
}

.ec-definitions dt{
  width: 80px;
}

@media only screen and (max-width: 767px) {
  #gHeader .btnList .num {
    position: absolute;
    right: 3px;
    top: -8px;
    width: 16px;
    height: 16px;
    line-height: 1;
    padding-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background-color: #E61E1A;
    border-radius: 50%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 896px) {
  #main .newPadding  {
    padding: 0px !important;
  }

  #pagePath {
    margin-bottom: 30px;
  }

  .newslist .newItems .ec-newsRole__newsDate {
    margin-bottom: 10px;
  }

  .newslist .newItems:last-child{
    padding-bottom: 10px!important;
  }

  .ec-blockTopBtn {
    bottom: 80px;
  }
}

/*layer of cart z-index layer of search */
.ec-cartNaviIsset{
  position: absolute;
  z-index: 101;
}

.ec-customer-label {
    font-weight: bold !important;
}
.ec-orderPayment img {
	width: 250px;
}
.mypage .ec-historyListHeader .ec-definitions dt {
	width: 180px;
}