/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --main-color: #00267f;
    --text-color: #302d2c;
}
.f_roboto {
    font-family: "Roboto", sans-serif;
}
.pc {
    display: none !important;
}
.ec-headerTitle .ec-headerTitle__title {
    display: inline-block;
}
.ec-headerNaviRole {
    padding-top: 6px;
    padding-bottom: 6px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    margin-left: 11%;
    width: 40.426vw;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}
.ec-headerNav .ec-headerNav__itemIcon.fukidashi,
.ec-headerNav .ec-headerNav__itemIcon.lock,
.ec-headerNav .ec-headerNav__itemIcon.user,
.ec-headerNav .ec-headerNav__itemIcon.contact ,
.ec-cartNavi .ec-cartNavi__icon {
    position: relative;
    height: 14px;
}
.ec-headerNav .ec-headerNav__itemIcon.lock {
    height: 18px;
}
.ec-headerNav .ec-headerNav__itemIcon.user {
    height: 20px;
}
.ec-cartNavi .ec-cartNavi__icon {
    width: 23px;
}
.ec-cartNavi {
    padding: 0;
}
.ec-headerNav .ec-headerNav__itemIcon.fukidashi::before,
.ec-headerNav .ec-headerNav__itemIcon.lock::before,
.ec-headerNav .ec-headerNav__itemIcon.user::before,
.ec-headerNav .ec-headerNav__itemIcon.contact::before,
.ec-cartNavi .ec-cartNavi__icon.cart::before {
    content:'';
    position: absolute;
    top: 0;
    left: 5px;
}
.ec-headerNav .ec-headerNav__itemIcon.fukidashi::before {
    width: 19px;
    height: 16px;
    background: url(../img/common/faq.png) no-repeat left top / 100%;
}
.ec-headerNav .ec-headerNav__itemIcon.lock::before {
    width: 15px;
    height: 18px;
    background: url(../img/common/user.png) no-repeat left top / 100%;
}
.ec-headerNav .ec-headerNav__itemIcon.user::before {
    width: 16px;
    height: 20px;
    background: url(../img/common/new.png) no-repeat left top / 100%;
}
.ec-headerNav .ec-headerNav__itemIcon.contact::before {
    width: 19px;
    height: 14px;
    background: url(../img/common/mail.png) no-repeat left top / 100%;
}
.ec-cartNavi .ec-cartNavi__icon.cart::before {
    width:23px;
    height: 23px;
    background: url(../img/common/cart.png) no-repeat left top / 100%;
}

.ec-headerRole {
    padding: 15px 0;
    max-width: initial;
    background-color: var(--main-color);
    justify-content:flex-end;
}
.ec-headerRole .ec-headerRole__title {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1130px;
    box-sizing: border-box;
}
.ec-headerNaviRole__search {
    margin-left: auto;
    display: flex;
    justify-content: right;
}
.ec-headerSearch {
    width: 100%;
    max-width: 710px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ec-headerSearch .ec-headerSearch__category {
    display: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 0;
}
.ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #FFFFFF;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #000000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top-color: #000000;
}
.ec-headerSearch .f_color_wh {
    color: #FFFFFF;
    font-weight: 700;
    white-space: nowrap;
}
.ec-headerSearch .searchform {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 0 30px;
}

.ec-footerRole {
    border: none;
    background: #FFFFFF;
}
.ec-footerNavi,
.ec-footerTitle {
    color: #000000;
}
.ec-footerTitle .ec-footerTitle__copyright {
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) {
    .ec-headerNaviRole {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .ec-headerNav .ec-headerNav__item.pc {
        display: inline-block !important;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        margin-left: 0;
        width: 33.3333333333%;
    }
    .ec-cartNavi .ec-cartNavi__icon {
        width: auto;
    }
    .ec-cartNavi {
        /* height: 39px; */
        background: transparent;
        align-items: center;
        /* min-width: 110px; */
    }
    .ec-cartNavi .ec-cartNavi__price {
        vertical-align: bottom;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-radius: 0;
    }
    .ec-headerSearch .f_color_wh {
        display: block !important;
        margin-bottom:0;
    }
    .ec-headerSearch .ec-headerSearch__category {
        display: block !important;
        width: 34%;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        border-radius: 0;
        width: 59%;
    }
    .ec-cartNavi .ec-cartNavi__badge {
        left: 34px;
    }

    .ec-footerNavi .ec-footerNavi__link {
        border-right: 1px solid #000000;
    }
    .ec-footerNavi .ec-footerNavi__link:last-of-type {
        border: none;
    }
    .ec-footerTitle .ec-footerTitle__copyright {
        font-size: 14px;
    }
    .ec-footerRole .ec-footerRole__inner img {
        width: auto;
    }
}


/* TOP */
.main_visual {
    margin-top: 40px;
}
.ec-role {
    padding-left: 2.66vw;
    padding-right: 2.66vw;
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
    display: flex;
    flex-direction: column;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
    order: 1;
    margin-bottom: 0;
    color:var(--text-color);
    font-size: 4.787vw;
    font-weight: 700;
}
.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    order: 2;
    margin-bottom: 0;
    color:var(--text-color);
    font-size: 17.952vw;
    font-weight: 700;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
    order: 3;
}
.ec-eyecatchRole .ec-blockBtn--top {
    order: 4;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.ec-categoryRole {
    background: #EEEEEE;
}
.ec-secHeading .ec-secHeading__ja {
    color: var(--text-color);
    font-size: 5.319vw;
    font-weight: 700;
    letter-spacing: 0.266vw;
}
.ec-categoryRole .ec-categoryRole__list {
    justify-content: space-between;
}
.ec-categoryRole .ec-categoryRole__listItem {
    width: 45.612vw;
}
.ec-categoryRole .ec-categoryRole__listItem p {
    margin-top: 10px;
    color: #000000;
    font-size: 3.989vw;
    font-weight: 700;
    text-align: center;
}
.ec-secHeading .ec-secHeading__en {
    color: var(--text-color);
    font-size: 9.309vw;
    font-weight: 700;
}
.ec-newsRole .ec-secHeading .ec-secHeading__ja {
    font-size: 3.723vw;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: transparent;
    color: #000000;
}
.ec-newsRole .ec-newsRole__newsItem {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.ec-newsRole .ec-newsRole__newsDate {
    color: #707070;
    font-size: 3.723vw;
    font-weight: 700;
}
.ec-newsRole .ec-newsRole__newsTitle {
    color: #000000;
    font-size: 4.255vw;
    font-weight: 500;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    top: -10px;
}
.contact_block {
    margin-top: 28.533vw;
    padding-top: 18.085vw;
    height: 90.027vw;
    box-sizing: border-box;
    background: url(../img/common/contact_bg_sp.jpg) no-repeat left top / 100%;
}
.contact_block .ec-secHeading p {
    color: #FFFFFF;
}
.contact_block .ec-secHeading .ec-secHeading__en {
    font-size: 13.298vw;
    letter-spacing: 0.04em;
    line-height: 1;
}
.contact_block .ec-secHeading .ec-secHeading__ja {
    font-size: 3.457vw;
}
.contact_block .contact_block_tel {
    margin-bottom: 5.319vw;
    text-align: center;
}
.contact_block .contact_block_tel .tel i {
    padding-right: 1%;
    color: #FFFFFF;
}
.contact_block .contact_block_tel .tel a {
    color: #FFFFFF;
    font-size: 7.846vw;
    font-weight: 700;
}
.contact_block .contact_block_tel .contact_time {
    color: #FFFFFF;
    font-size: 3.457vw;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.contact_block .contact_block_btn {
    margin: 0 auto;
    width: 75.798vw;
}


@media only screen and (min-width: 768px) {
    .ec-layoutRole {
        overflow-x: hidden;
    }
    .ec-layoutRole .ec-layoutRole__contents {
        max-width: 1170px;
    }
    .ec-role {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ec-eyecatchRole .pc {
        display: block !important;
    }
    .ec-eyecatchRole {
        margin-top: 70px;
        gap: 0 105px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__intro {
        display: block;
        padding-right: 0;
        width: calc(50% + 250px);
    }
    .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
        margin-top: 0;
        font-size: 76px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__introTitle {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .ec-blockBtn--top {
        max-width: 360px;
    }
    .ec-eyecatchRole .ec-eyecatchRole__image {
        margin-bottom: 0;
    }
    .ec-secHeading {
        margin-bottom: 30px;
    }
    .ec-secHeading .ec-secHeading__ja {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .ec-categoryRole .ec-categoryRole__list {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 50px 30px;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        width: 343px;
        margin: 0;
    }
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
        margin: 0;
    }
    .ec-categoryRole .ec-categoryRole__listItem p {
        font-size: 18px;
    }
    .ec-secHeading .ec-secHeading__en {
        font-size: 40px;
    }
    .ec-newsRole .ec-secHeading .ec-secHeading__ja {
        font-size: 16px;
    }
    .ec-newsRole .ec-newsRole__news {
        border: 0;
        padding: 0;
    }
    .ec-newsRole .ec-newsRole__newsItem {
        padding: 30px 50px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
    .ec-newsRole .ec-newsRole__newsDate {
        font-size: 16px;
    }
    .ec-newsRole .ec-newsRole__newsTitle {
        font-size: 16px;
    }
    .ec-newsRole .ec-newsRole__newsCloseBtn {
        top: 0;
    }
    .contact_block {
        margin: 135px calc(50% - 50vw) 0;
        padding-top: 0;
        height: 385px;
	    width: 100vw;
        box-sizing: border-box;
        /* background: url(../img/common/contact_bg_pc.jpg) no-repeat left top / cover; */
    }
    .contact_block .ec-role {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 385px;
    }
    
    .contact_block .ec-role::after {
        display: none;
    }
    .contact_block .ec-secHeading p {
        color: #FFFFFF;
    }
    .contact_block .ec-secHeading .ec-secHeading__en {
        margin-bottom: 20px;
        font-size: 62px;
    }
    .contact_block .ec-secHeading .ec-secHeading__ja {
        font-size: 18px;
    }
    .contact_block .contact_block_tel {
        margin-bottom: 28px;
        text-align: center;
    }
    .contact_block .contact_block_tel .tel i {
        padding-right: 1%;
        color: #FFFFFF;
        font-size: 28px;
    }
    .contact_block .contact_block_tel .tel a {
        font-size: 51.8px;
    }
    .contact_block .contact_block_tel .contact_time {
        font-size: 17.93px;
    }
    .contact_block .contact_block_btn {
        width: 370px;
    }
    
}

/* 商品一覧 */
.breadcrumbs {
    padding: 6.4vw 2.667vw;
}
.ec-shelfGrid .ec-shelfGrid__item p {
    color: #000000;
    font-size: 4.267vw;
    font-weight: 700;
}
.ec-shelfGrid .ec-shelfGrid__item .price02-default {
    color: #eb1a1a;
}
.ec-blockBtn--action {
    background-color: #e03a3a;
    border-color: #e03a3a;
}
.categroy_title h2 {
    margin-bottom: 13.333vw;
    color: #000000;
    font-size: 5.333vw;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    /* 商品一覧 */
    .breadcrumbs {
        padding: 30px 20px;
        margin: 0 auto;
        max-width: 1130px;
        width: 100%;
    }
    .ec-shelfGrid .ec-shelfGrid__item p {
        font-size: 16px;
    }
    .categroy_title h2 {
        margin-top: 74px;
        margin-bottom: 60px;
        font-size: 30px;
    }
}

/* 商品詳細 */
.ec-productRole {
    margin: 30px auto;
    color: #000000;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    color: #000000;
    font-size: 5.867vw;
    font-weight: 700;
}
.ec-productRole__priceRegularPrice {
    font-size: 3.2vw;
}
.ec-price .ec-price__price {
    padding: 0;
    color: #eb1a1a;
    font-size: 5.333vw;
    font-weight: 400;
}
.ec-price .ec-price__tax {
    color: #000000;
}
.ec-productRole .ec-productRole__tags {
    border-bottom: 1px solid #eeeeee;
}
.ec-productRole .ec-productRole__code {
    border-bottom: 1px solid #eeeeee;
}
.ec-productRole .ec-productRole__category {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.ec-blockBtn--cancel:disabled, .ec-blockBtn--cancel.disabled {
    background-color: #474747;
    border-color: #474747;
}
.ec-productRole__overview_title {
    margin-bottom: 6.667vw;
    padding-bottom: 2.667vw;
    font-size: 4.267vw;
    font-weight: 700;
    border-bottom: 0.4vw solid var(--main-color);
}
.ec-productRole .ec-productRole__description {
    font-size: 4vw;
    line-height: 6.667vw;
}
.ec-productRole__overview_img {
    margin: 13.333vw 0 14vw;
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 34px;
    }
    .ec-productRole__priceRegularPrice {
        font-size: 16px;
    }
    .ec-price .ec-price__price {
        font-size: 30px;
        font-weight: 700;
    }
    .ec-productRole .ec-productRole__btn {
        width: 100%;
        max-width: 100%;
    }
    .ec-productRole__overview_title {
        margin-bottom: 40px;
        padding-bottom: 15px;
        font-size: 25px;
        border-bottom-width: 3px;
    }
    .ec-productRole .ec-productRole__description {
        font-size: 16px;
        line-height: 30px;
    }
    .ec-productRole__overview_img {
        margin: 120px 0 100px;
    }
}


/* よくあるご質問 */
.ec-pageHeader .ec-page_faq {
    text-align: center;
}
.ec-pageHeader .ec-page_faq .faq_title {
    color: var(--text-color);
    font-size: 14.667vw;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.ec-pageHeader .ec-page_faq h1 {
    margin-bottom: 6.667vw;
    padding: 0;
    border: 0;
    color: var(--text-color);
    font-size: 3.471vw;
    font-weight: 700;
}
.ec-pageHeader .ec-page_faq .faq_text {
    margin-bottom: 10.667vw;
    font-size: 4.004vw;
    line-height: 6.673vw;
}
.ec-borderedDefs {
    border-top-style: solid;
}
.ec-borderedDefs dl {
    padding: 6.667vw 0;
    border-bottom-style: solid;
    color: #000000;
}
.ec-borderedDefs .ec-dl_faq dt {
    margin-bottom: 3.667vw;
    position: relative;
    font-size: 4.267vw;
    font-weight: 700;
}
.ec-borderedDefs .ec-dl_faq dt::before {
    content:'Q';
    padding-right: 2.667vw;
    color: var(--main-color);
    font-size: 6.667vw;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.ec-borderedDefs .ec-dl_faq dd {
    position: relative;
    padding: 0 4vw 0 5.333vw;
    margin-left: 4.333vw;
    font-size: 3.733vw;
    line-height: 6.667vw;
}
.ec-borderedDefs .ec-dl_faq dd::before {
    content:'A';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--main-color);
    font-size: 4.267vw;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) {
    .ec-pageHeader .ec-page_faq {
        text-align: left;
    }
    .ec-pageHeader .ec-page_faq h1,
    .ec-pageHeader .ec-page_faq .faq_title {
        display: inline;
    }
    .ec-pageHeader .ec-page_faq .faq_title {
        font-size: 76px;
    }
    .ec-pageHeader .ec-page_faq h1 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .ec-pageHeader .ec-page_faq .faq_text {
        margin-bottom: 60px;
        font-size: 16px;
        line-height: 1;
    }
    .ec-pageHeader .ec-page_faq .faq_text .sp {
        display: none;
    }
    .ec-borderedDefs dl {
        padding: 30px 45px;
        display: block;
    }
    .ec-borderedDefs .ec-dl_faq dt,
    .ec-borderedDefs .ec-dl_faq dd {
        width: auto;
    }
    .ec-borderedDefs .ec-dl_faq dt {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .ec-borderedDefs .ec-dl_faq dt::before {
        padding-right: 15px;
        font-size: 24px;
    }
    .ec-borderedDefs .ec-dl_faq dd {
        position: relative;
        padding: 0 0 0 30px;
        margin-left: 40px;
        font-size: 15px;
        line-height: 30px;
    }
    .ec-borderedDefs .ec-dl_faq dd::before {
        font-size: 20px;
    }
}