/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}


/* 全体調整 ************************************************************************************************************/
.ec-layoutRole {
    background: linear-gradient(45deg, #A1C8F7 25%, transparent 25%, transparent 75%, #A1C8F7 75%),
                linear-gradient(45deg, #A1C8F7 25%, transparent 25%, transparent 75%, #A1C8F7 75%);
    background-color: #E3F1FD;
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px;
}
.ec-layoutRole__contents {
    padding-top: 20px;
}
.ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn_top .ec-role,
.ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role {
    padding: 0;
}
.ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn_top .ec-role .ec-pageHeader h1,
.ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role .ec-pageHeader h1 {
    margin: 0 0 48px;
}
.ec-secHeading .ec-secHeading__en {
    letter-spacing: initial;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}
.red {
    color: #ff0000;
}

@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        max-width: 1180px;
        justify-content: space-between;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__left {
        width: 280px;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn_top,
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
        width: 880px;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
        padding: 20px;
        border: 1px solid #186FFC;
        background: #ffffff;
    }
    .ec-sliderRole {
        margin-bottom: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn_top,
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
        width: 100%;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
        margin: 0 10px;
        border: 1px solid #186FFC;
        background: #ffffff;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role .ec-pageHeader {
        position: relative;
        margin: 10px 10px 15px 10px;
        padding-bottom: 10px;
        border-bottom: 5px solid #186FFC;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role .ec-pageHeader::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 20%;
        height: 5px;
        background: #A1C8F7;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn_top .ec-role .ec-pageHeader h1,
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role .ec-pageHeader h1 {
        margin: 0 0 20px;
    }
    .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__mainWithColumn .ec-role .ec-pageHeader h1 {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 18px;
        line-height: 1.4;
        color: #186FFC;
    }
    .ec-headerNavSP {
        padding: 5px;
        border-radius: initial;
        font-size: 30px;
    }
    .ec-headerNavSP i {
        color: #186FFC;
    }
    .ec-sliderRole {
        margin-bottom: 0;
    }
    .ec-secHeading .ec-secHeading__en {
        font-size: 16px;
    }
}


/* スマホメニュー ********************************************************************************************************/
@media only screen and (max-width: 767px) {
    .ec-overlayRole {
        z-index: 200;
    }
    .ec-drawerRole {
        background: #E3F1FD;
    }
    .ec-drawerRole.is_active {
        z-index: 9000;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide {
        margin: 10px 10px 0;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide div .ec-cartNavi {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 12px 17px 10px;
        width: auto;
        min-width: 140px;
        height: 44px;
        white-space: nowrap;
        background: #f8f8f8;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide div .ec-cartNavi i:before {
        color: #186FFC;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide div .ec-cartNavi i span {
        background: #186FFC;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide div .ec-cartNavi .ec-cartNavi__price {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0 0;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item {
        display: block;
        margin-bottom: 10px;
        width: 48%;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item a,
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item p {
        position: relative;
        display: inline-block;
        padding: 10px;
        width: 100%;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0,0,0,0.05);
        border: solid 2px #eeeeee;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item.search p {
        background: #186FFC;
        border: solid 2px #659ffc;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item a .ec-headerNav__itemIcon,
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item p .ec-headerNav__itemIcon {
        display: block;
        margin: 0 0 10px;
        width: 100%;
        font-size: 36px;
        color: #186FFC;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item.search a .ec-headerNav__itemIcon,
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item.search p .ec-headerNav__itemIcon {
        color: #ffffff;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item a .ec-headerNav__itemLink,
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item p .ec-headerNav__itemLink {
        display: block;
        width: 100%;
        text-align: center;
        color: #186FFC;
        font-weight: bold;
    }
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item.search a .ec-headerNav__itemLink,
    .ec-drawerRole .ec-linkSpRole .ec-linkSpWide .ec-headerNav .ec-headerNav__item.search p .ec-headerNav__itemLink {
        color: #ffffff;
    }
    .ec-drawerRole .ec_categoryBannerSpRole {
        margin: 0 10px;
    }
    .ec-drawerRole .ec_categoryBannerSpRole ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .ec-drawerRole .ec_categoryBannerSpRole ul li {
        margin-bottom: 10px;
    }
    .ec-drawerRole .ec_categoryBannerSpRole ul li a {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .ec-drawerRole .ec_categoryBannerSpRole ul li a img {
        width: 100%;
    }
    .ec-categoryListRole {
        margin-bottom: 20px;
    }
    .ec-categoryListRole ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .ec-categoryListRole .cacd-content {
        display: none;
    }
    .ec-categoryListRole label {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px;
        font-weight: bold;
        cursor: pointer;
    }
    .ec-categoryListRole .ec-categoryList_nav li > label {
        background: #186FFC;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
    }
    .ec-categoryListRole .ec-categoryList_nav li .cacd-content > label {
        background: #DDEDFC;
        border-bottom: 1px solid #186FFC;
        color: #186FFC;
    }
    .ec-categoryListRole a {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px;
        background: #ffffff;
        border-bottom: 1px solid #186FFC;
        font-weight: bold;
        color: #186FFC;
    }
    .ec-categoryListRole .cacd-label:after {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        content: '\f107';
    }
    .ec-categoryListRole .cacd-label.open:after {
        content: '\f106';
    }
}


/* ヘッダー ************************************************************************************************************/
.ec_headerNavigationRole {
    width: 100%;
    height: 30px;
    background-color: #767171;
}
.ec_headerNavigationRole a {
    color: #fff;
}
.ec_headerNavigationRole .ec_headerNavigationWide {
    margin: 0 auto;
    padding: 5px 0;
}
.ec-headerRole {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0;
    width: 100%;
    max-width: none;
    background: #186FFC;
    transition: .5s;
}
.ec-headerRole .ec-headerWide {
    margin: 0 auto;
}
.ec-headerRole .ec-headerWide h1 {
    margin: 0;
}
.ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form {
    display: flex;
    justify-content: space-between;
}
.ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword {
    border-radius: initial;
    border: none;
}
.ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword input[type="search"] {
    border: none;
}
.ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button {
    top: 0;
    right: 0;
    padding: 0;
    transform: none;
    background: rgba(161,200,247,0.25);
}
.ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button .ec-icon i {
    color: #186FFC;
}
.ec-detailSearchLink {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.ec-detailSearchLink:hover {
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .ec_headerNavigationRole .ec_headerNavigationWide {
        display: flex;
        justify-content: space-between;
        width: 1180px;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide h1 {
        margin: 0;
        font-size: inherit;
        line-height: inherit;
        color: #ffffff;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide > a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 780px;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide ul {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        width: 400px;
        list-style: none;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide ul li:not(:first-child)::before {
        content: "/";
        display: inline-block;
        margin: 0 2px;
        color: #fff;
    }
    .ec-headerRole {
        height: 80px;
    }
    .ec-headerRole .ec-headerWide {
        width: 1180px;
    }
    .ec-headerRole .ec-headerWide #h1 {
        float: left;
        margin: 7px 0;
        height: 66px;
    }
    .ec-headerRole .ec-headerWide #h1 a {
        display: block;
        height: 66px;
    }
    .ec-headerRole .ec-headerWide #h1 a img {
        height: 100%;
    }
    .ec-headerRole .ec-headerNav a {
        display: block;
        position: relative;
        height: 44px;
        border: 1px solid #ffffff;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center {
        float: right;
        display: flex;
        justify-content: space-between;
        margin-top: 18px;
        width: 900px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword {
        float: none;
        margin-right: 10px;
        width: 600px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword input[type="search"] {
        height: 42px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button {
        width: 44px;
        height: 44px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button .ec-icon {
        margin: 6px;
        width: 30px;
        height: 30px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button .ec-icon i {
        font-size: 30px;
    }
    .ec-detailSearchLink {
        width: 140px;
        line-height: 42px;
    }
    .ec-detailSearchLink span {
        position: relative;
    }
    .ec-detailSearchLink:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        content: '';
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-80%) translateY(-25px);
        transform: translateX(-80%) translateY(-25px);
        border-radius: 50%;
        background: #eb6100;
    }
    .ec-detailSearchLink:hover:before {
        width: 400px;
        height: 400px;
        -webkit-transform: translateX(-1%) translateY(-175px);
        transform: translateX(-1%) translateY(-175px);
    }
    .ec-detailSearchLink:after {
        display: block;
        position: absolute;
        top: 0;
        right: 3px;
        font-family: "Font Awesome 5 Free";
        content: '\f105';
    }
}

@media only screen and (max-width: 767px) {
    .ec_headerNavigationRole {
        height: auto;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide {
        margin: 0 5px;
    }
    .ec_headerNavigationRole .ec_headerNavigationWide h1 {
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
        color: #ffffff;
    }
    .ec-headerRole .ec-headerWide #h1 {
        float: left;
        margin: 10px 0 7px 10px;
        width: 32%;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center {
        clear: both;
        position: relative;
        margin: 0 10px 10px 10px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword input[type="search"] {
        height: 36px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button {
        width: 38px;
        height: 38px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button .ec-icon {
        margin: 6px;
        width: 24px;
        height: 24px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-headerSearch__keyword button .ec-icon i {
        font-size: 24px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerSearch form .ec-detailSearchLink {
        padding: 0 5px;
        font-size: 14px;
        line-height: 36px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerRole__cart {
        display: none;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerRole__navSP {
        top: -50px;
        right: 0;
        width: 40px;
    }
    .ec-headerRole .ec-headerWide .ec-headerRole__center .ec-headerRole__navSP .ec-headerNavSP {
        position: static;
    }
}


/* フッター ************************************************************************************************************/
ul.asterisk {
    padding-left: 1em;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1em;
}
ul.asterisk li:before {
    display: inline;
    content: "※";
}
ul.nomark {
    padding-left: 1em;
    list-style: none;
}
ul.normal {
    margin: 0 10px;
    padding-left: 1em;
}
ul.normal li {
    list-style-type: none;
    text-indent: -1em;
}
ul.normal li:before {
    display: inline;
    content: "- ";
}
ul.normal li:not(:last-child) {
    margin-bottom: 5px;
}
.footer_pic, .footer_paidy {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    text-align: center;
}
.footer_pic {
    width: 100%;
}
.footer_paidy {
    width: 50%;
}
.footer_pic img {
    width: 100%;
}

.ec-footerRole_pre {
    background-color: #E3F1FD;
}
.ec-footerRole {
    margin-top: 0;
    background-color: #186FFC;
    border: none;
}
.ec-footerRole_pre, .ec-footerRole {
    width: 100%;
}
.ec-footerRole_pre .ec-footerRole__inner > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li {
    width: 100%;
    font-size: 14px;
}
.ec-footerRole_pre .ec-footerRole__inner > ul .b10 {
    margin-bottom: 10px;
}
.ec-footerRole_pre .ec-footerRole__inner > ul .b20 {
    margin-bottom: 20px;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li h4 {
    margin-top: 0;
    padding: 8px;
    background-color: #666;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li h5 {
    position: relative;
    margin-top: 0;
    padding-left: 1em;
    font-size: 14px;
    font-weight: bold;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li h5:before {
     font-family: "Font Awesome 5 Free";
     content: "\f0da";
     position: absolute;
     left : 0em;
     color: gray;
 }
.ec-footerRole_pre .ec-footerRole__inner > ul li dl dt {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li dl dd {
    margin-left: 10px;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li dl dd:not(:last-child) {
    margin-bottom: 10px;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li table {
    width: 100%;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li table th, .ec-footerRole_pre .ec-footerRole__inner > ul li table td {
    padding: 3px;
    border: 1px solid #666;
    background-color: #fff;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li table th {
    background-color: #bbb;
}
.ec-footerRole_pre .ec-footerRole__inner > ul li table .center {
    text-align: center;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
    opacity: inherit;
}

@media only screen and (min-width: 768px) {
    .ec-footerRole_pre {
        margin-top: 100px;
    }
    .ec-footerRole_pre .ec-footerRole__inner, .ec-footerRole .ec-footerRole__inner {
        margin: 0 auto;
        padding: 0;
        width: 1180px;
        max-width: none;
    }
    .ec-footerRole_pre .ec-footerRole__inner {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul {
        overflow: hidden;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li.f_l {
        float: left;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li.f_r {
        float: right;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li.w49 {
        width: 49%;
    }

    .ec-footerRole .ec-footerRole__inner .ec-footerNavi {
        display: flex;
        justify-content: space-between;
        float: right;
        width: 900px;
        text-align: inherit;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link {
        display: block;
        width: 33%;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link .acd-check {
        display: none;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link a {
        display: list-item;
        list-style-type: disc;
        line-height: 1.8;
        text-decoration: none;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link a:hover {
        opacity: .8;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerTitle {
        float: left;
        padding: 10px 0 40px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_paidy img {
        width: 80%;
    }

    .ec-footerRole_pre {
        margin-top: 30px;
    }
    .ec-footerRole_pre .ec-footerRole__inner {
        padding: 10px;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li {
        font-size: 14px;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li h4 {
        font-size: 14px;
    }
    .ec-footerRole_pre .ec-footerRole__inner > ul li h4 {
        font-size: 14px;
    }

    .ec-footerRole .ec-footerRole__inner .ec-footerTitle img {
        width: 50%;
    }
    .ec-footerRole .ec-footerRole__inner {
        padding-top: 30px;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi {
        margin: 0 auto 20px;
        width: 80%;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }
    .ec-footerRole .ec-footerRole__inner .ec-footerNavi .ec-footerNavi__link {
        padding: 5px 10px;
        border-bottom: 2px solid #ffffff;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        padding: 5px 0;
        border-top: 1px dotted #ffffff;
        border-bottom: none;
    }
    .ec-footerNavi .acd-check {
        display: none;
    }
    .ec-footerNavi .acd-label {
        display: block;
        position: relative;
    }
    .ec-footerNavi .acd-label:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Free";
        content: '\f107';
    }
    .ec-footerNavi .acd-content {
        height: 0;
        opacity: 0;
        transition: .5s;
        visibility: hidden;
    }
    .ec-footerNavi .acd-check:checked + .acd-label:after {
        content: '\f106';
    }
    .ec-footerNavi .acd-check:checked + .acd-label + .acd-content {
        opacity: 1;
        visibility: visible;
    }
    .ec-footerNavi #acd-check1:checked + .acd-label + .acd-content {
        height: 124px;
    }
    .ec-footerNavi #acd-check2:checked + .acd-label + .acd-content {
        height: 124px;
    }
    .ec-footerNavi #acd-check3:checked + .acd-label + .acd-content {
        height: 62px;
    }
}


/* リンク **************************************************************************************************************/
.ec_linkRole {
    margin-bottom: 20px;
}
.ec_linkRole ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.ec_linkRole ul li {
    width: 100%;
}
.ec_linkRole ul li a {
    display: block;
    width: 100%;
}
.ec_linkRole ul li a img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .ec_linkRole ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ec_linkRole {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ec_linkRole ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ec_linkRole ul li {
        width: 49%;
    }
    .ec_linkRole ul li:nth-child(1), .ec_linkRole ul li:nth-child(2) {
        margin-bottom: 10px;
    }
}


/* カテゴリバナー ********************************************************************************************************/
.ec_categoryBannerRole {
    margin-bottom: 20px;
}
.ec_categoryBannerRole ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.ec_categoryBannerRole ul li {
    width: 100%;
}
.ec_categoryBannerRole ul li:not(:last-child) {
    margin-bottom: 10px;
}
.ec_categoryBannerRole ul li a {
    display: block;
    width: 100%;
}
.ec_categoryBannerRole ul li a img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .ec_categoryBannerRole ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ec_categoryBannerRole ul li {
        width: 430px;
    }
}

@media only screen and (max-width: 767px) {
    .ec_categoryBannerRole {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* カテゴリ一覧 *********************************************************************************************************/
@media only screen and (min-width: 768px) {
    .ec-categoryListRole {
        margin-bottom: 20px;
    }
    .ec-categoryListRole ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    .ec-categoryListRole .cacd-content {
        display: none;
    }
    .ec-categoryListRole label {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px;
        font-weight: bold;
        cursor: pointer;
    }
    .ec-categoryListRole .ec-categoryList_nav li > label {
        background: #186FFC;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
    }
    .ec-categoryListRole .ec-categoryList_nav li .cacd-content > label {
        background: #DDEDFC;
        border-bottom: 1px solid #186FFC;
        color: #186FFC;
    }
    .ec-categoryListRole a {
        display: block;
        position: relative;
        margin: 0;
        padding: 10px;
        background: #ffffff;
        border-bottom: 1px solid #186FFC;
        font-weight: bold;
        color: #186FFC;
    }
    .ec-categoryListRole .cacd-label:after {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        content: '\f107';
    }
    .ec-categoryListRole .cacd-label.open:after {
        content: '\f106';
    }
}


/* Twitter ************************************************************************************************************/
.ec_twitterRole {
}

@media only screen and (min-width: 768px) {
    .ec_twitterRole {
    }
}

@media only screen and (max-width: 767px) {
    .ec_twitterRole {
        margin: 40px 20px 0;
    }
}


/* list/news/blog/checkproduct/relatedproduct/bargainitems/inimageitems ***********************************************/
.ec-newsAreaRole, .cm_blog_plugin, .ec-checkProductTopRole, .ec-RelatedProductTopRole, .ec-bargainItemsRole, .ec-isimageItemsRole {
    margin-top: 20px;
    padding: 0;
    background: none;
}
.ec-newsAreaRole .ec-role, .cm_blog_plugin .ec-role, .ec-checkProductTopRole .ec-role, .ec-RelatedProductTopRole .ec-role,
.ec-bargainItemsRole .ec-role, .ec-newsAreaRole .ec-role {}
.ec-newsAreaRole .ec-role .ec-newsRole, .cm_blog_plugin .ec-role .ec-cmBlogRole,
.ec-checkProductTopRole .ec-role .ec-checkProductRole, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct,
.ec-bargainItemsRole .ec-role .ec-bargainItems, .ec-isimageItemsRole .ec-role .ec-isimageItems {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #186FFC;
}
.ec-newsAreaRole .ec-role .ec-newsRole .ec-secHeading, .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-secHeading,
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-secHeading, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-secHeading,
.ec-bargainItemsRole .ec-role .ec-bargainItems .ec-secHeading, .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-secHeading {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 5px solid #186FFC;
}
.ec-newsAreaRole .ec-role .ec-newsRole .ec-secHeading::before, .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-secHeading::before,
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-secHeading::before, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-secHeading::before,
.ec-bargainItemsRole .ec-role .ec-bargainItems .ec-secHeading::before, .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-secHeading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    height: 5px;
    background: #A1C8F7;
}
.ec-newsAreaRole .ec-role .ec-newsRole .ec-secHeading .ec-secHeading__en, .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-secHeading .ec-secHeading__en,
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-secHeading .ec-secHeading__en, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-secHeading .ec-secHeading__en,
.ec-bargainItemsRole .ec-role .ec-bargainItems .ec-secHeading .ec-secHeading__en, .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-secHeading .ec-secHeading__en {
    font-size: 22px;
    color: #186FFC;
}
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-searchnavRole__infos {
    margin-bottom: 20px;
}
.cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole {
    padding: 0 !important;
}
#page_product_list .ec-shelfRole .ec-shelfGrid,
.cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid,
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list,
.ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid,
.ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid,
.ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
#page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
.cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
.ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem,
.ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item,
.ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item,
.ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item {
    margin: 0;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .ec-newsAreaRole .ec-role .ec-newsRole .ec-newsRole__news {
        padding: 0 20px;
        border: none;
    }
    .ec-RelatedProductTopRole, .ec-bargainItemsRole, .ec-isimageItemsRole {
        margin-right: 0;
        width: 880px;
    }
    .ec-RelatedProductTopRole .ec-role, .ec-bargainItemsRole .ec-role, .ec-isimageItemsRole .ec-role {
        padding: 0;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem,
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item,
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item {
        padding: 20px;
        border: 1px #186FFC dotted;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:nth-child(odd),
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding-left: 0;
        border-left: none;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:nth-child(even),
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        margin-left: -1px;
        padding-right: 0;
        border-right: none;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(-n+2),
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(-n+2),
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:nth-child(-n+2),
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:nth-child(-n+2),
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(-n+2),
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:nth-child(-n+2) {
        padding-top: 0;
        border-top: none;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:not(:nth-child(-n+2)),
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:not(:nth-child(-n+2)),
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:not(:nth-child(-n+2)),
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:not(:nth-child(-n+2)),
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:not(:nth-child(-n+2)),
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:not(:nth-child(-n+2)) {
        margin-top: -1px;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item.end,
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item.end,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem.end,
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item.end,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item.end,
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item.end {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
    .ec-newsAreaRole .ec-role, .cm_blog_plugin .ec-role, .ec-checkProductTopRole .ec-role, .ec-RelatedProductTopRole .ec-role,
    .ec-bargainItemsRole .ec-role, .ec-isimageItemsRole .ec-role {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ec-newsAreaRole .ec-role .ec-newsRole, .cm_blog_plugin .ec-role .ec-cmBlogRole,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct,
    .ec-bargainItemsRole .ec-role .ec-bargainItems, .ec-isimageItemsRole .ec-role .ec-isimageItems {
        padding: 10px;
    }
    .ec-newsAreaRole .ec-role .ec-newsRole .ec-secHeading .ec-secHeading__en, .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-secHeading .ec-secHeading__en,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-secHeading .ec-secHeading__en, .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-secHeading .ec-secHeading__en,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-secHeading .ec-secHeading__en, .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-secHeading .ec-secHeading__en {
        font-size: 18px;
        color: #186FFC;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem,
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item,
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item {
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px #186FFC dotted;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:first-child,
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:first-child,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:first-child,
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:first-child,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:first-child,
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:first-child {
        padding-top: 0;
    }
    #page_product_list .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:last-child,
    .cm_blog_plugin .ec-role .ec-cmBlogRole .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:last-child,
    .ec-checkProductTopRole .ec-role .ec-checkProductRole .ec-checkProductItemRole__list .ec-checkProductRole__listItem:last-child,
    .ec-RelatedProductTopRole .ec-role .ec-relatedProduct .ec-shelfGrid .ec-shelfGrid__item:last-child,
    .ec-bargainItemsRole .ec-role .ec-bargainItems .ec-shelfGrid .ec-shelfGrid__item:last-child,
    .ec-isimageItemsRole .ec-role .ec-isimageItems .ec-shelfGrid .ec-shelfGrid__item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}


/* blog ***************************************************************************************************************/
/* list/checkproduct/relatedproduct/bargainitems/inimageitems *********************************************************/
.loopItem {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row !important;
}
.loopItem .item_photo {
    display: block;
    position: relative;
    width: 32%;
}
.loopItem .item_photo .item_visual_rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
.loopItem .item_photo .item_visual_rank .r,
.loopItem .item_photo .item_visual_rank .isimage,
.loopItem .item_photo .item_visual_rank .related {
    display: block;
    width: 30px;
    height: 30px;
    background: #186FFC;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}
.loopItem .item_photo .item_visual_rank .isimage,
.loopItem .item_photo .item_visual_rank .related {
    background: #eb6100;
}
.loopItem .item_photo .item_visual_rank .isimage {
    font-size: 20px;
}
.loopItem .item_photo .item_visual_rank .related {
    font-size: 8px;
}
.loopItem .loopItem_form {
    width: 66%;
}
.loopItem .loopItem_form .loopItem_code {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.loopItem .loopItem_form .loopItem_title {
    margin: 0 0 10px;
    height: 40px;
}
.loopItem .loopItem_form .loopItem_title a {
    font-size: 14px;
    color: #186FFC;
    font-weight: bold;
    letter-spacing: 0.001em;
    line-height: 1.2;
}
.loopItem .loopItem_form .loopItem_stock {
    display: flex;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
.loopItem .loopItem_form .loopItem_stock .stock {
    display: block;
    width: 100px;
}
.loopItem .loopItem_form .loopItem_stock .limit {
    display: block;
    font-style: italic;
    color: #ff0000;
}
.loopItem .loopItem_form .loopItem__third {
    display: flex;
    margin-bottom: 5px;
    height: 40px;
}
.loopItem .loopItem_form .loopItem__third p {
    width: 100px;
    line-height: 40px;
}
.loopItem .loopItem_form .loopItem__third p .buy {
    display: block;
    font-weight: bold;
}
.loopItem .loopItem_form .loopItem__third input {
    margin-right: 5px;
    width: 50px;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}
.loopItem .loopItem_form .loopItem__third button {
    margin-right: 5px;
    padding: 0;
    width: 40px;
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    border: none;
    border-bottom: solid 2px #b5b5b5;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: rgba(80, 80, 80, 0.43);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    line-height: 34px;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.loopItem .loopItem_form .loopItem__third button:hover {
    color: rgba(40, 40, 40, 0.43);
}
.loopItem .loopItem_form .loopItem__third button:active {
    border-bottom: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.loopItem .loopItem_form .loopItem_forth {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.loopItem .loopItem_form .loopItem_forth p {
    margin-right: 10px;
}
.loopItem .loopItem_form .loopItem_forth p span:first-child {
    font-size: 24px;
    font-weight: bold;
}
.loopItem .loopItem_form .loopItem_forth p span:last-child {
    font-size: 12px;
}
.loopItem .loopItem_form .loopItem_forth button, .loopItem .loopItem_form .loopItem_forth a {
    position: relative;
    padding: 10px 0;
    width: 140px;
    height: auto;
    border: 1px solid #DE5D50;
    border-radius: 4px;
    line-height: unset;
    text-align: center;
}
.loopItem .loopItem_form .loopItem_forth button[disabled] {
    border: 1px solid #999999;
    background: #DDDDDD;
    color: #888888;
}
.loopItem .loopItem_form .loopItem_forth a {
    display: block;
    background-color: #de5d50;
    border-color: #de5d50;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.loopItem .loopItem_form .loopItem_forth a:hover {
    background-color: #d33828;
    border-color: #cb3526;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .loopItem .loopItem_form .loopItem_title {
        margin: 0 0 5px;
    }
    .loopItem .loopItem_form .loopItem_title a {
        font-size: 13px;
    }
    .loopItem .loopItem_form .loopItem__third p .buy {
        font-size: 12px;
    }
    .loopItem .loopItem_form .loopItem__third p .stock {
        font-size: 11px;
    }
    .loopItem .loopItem_form .loopItem_forth p span:first-child {
        font-size: 17px;
    }
    .loopItem .loopItem_form .loopItem_forth p span:last-child {
        font-size: 10px;
    }
    .loopItem .loopItem_form .loopItem_forth button {
        width: 120px;
        font-size: 12px;
    }
}


/* タブアコーディオン *****************************************************************************************************/
#tabAccordion {
    position: relative;
    width: 100%;
}
#tabAccordion dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#tabAccordion dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 24.5%;
}
.ec_rank #tabAccordion dl dt.no2, .ec_information #tabAccordion dl dt.no3 {
    width: 24.7%;
}
.ec_information #tabAccordion dl dt.no4, .ec_faq #tabAccordion dl dt.no1,
.ec_faq #tabAccordion dl dt.no2, .ec_faq #tabAccordion dl dt.no3 {
    width: 24%;
}
#tabAccordion dl:nth-child(2) dt {
    left: calc(24.7% * 1);
}
#tabAccordion dl:nth-child(3) dt {
    left: calc(24.7% * 2);
}
#tabAccordion dl:nth-child(4) dt {
    left: calc(24.7% * 3);
}
#tabAccordion dl:nth-child(5) dt {
    left: calc(24.7% * 4);
}
#tabAccordion dl:nth-child(6) dt {
    left: calc(16.7% * 5);
}
.ec_rank #tabAccordion dl:nth-child(3) dt {
    left: calc(16.7% * 2 + 16.1%);
}
.ec_rank #tabAccordion dl:nth-child(4) dt {
    left: calc(16.7% * 3 + 24.1%);
}
.ec_information #tabAccordion dl:nth-child(4) dt {
    left: calc(23.1% * 3 + 5%);
}
.ec_faq #tabAccordion dl:nth-child(2) dt {
    left: calc(16.7% * 1 + 7.5%);
}
.ec_faq #tabAccordion dl:nth-child(3) dt {
    left: calc(16.7% * 2 + 15%);
}
#tabAccordion dl dt a {
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}
#tabAccordion dl dt.btnAcv a {
    background: #fff;
}
#tabAccordion dl dd {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
    overflow-y: auto;
}

@media only screen and (min-width: 768px) {
    #tabAccordion2 dl {
        margin-bottom: 40px;
    }
    #tabAccordion2 dl dt {
        position: relative;
        margin-bottom: 20px;
        margin-left: 20px;
        padding: 10px 5px 10px 50px;
        width: 90%;
        background: #eff4ff;
        border-radius: 0 10px 10px 0;
        font-size: 20px;
        color: #186FFC;
        cursor: initial;
    }
    #tabAccordion2 dl dt::before {
        content: '\f128';
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        position: absolute;
        padding: 0;
        color: white;
        background: #81a1e4;
        font-weight: 900;
        width: 50px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        left: -25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
        border-bottom: solid 2px #4967b4;
    }
    #tabAccordion2 dl dd {
        position: relative;
        margin-left: 30px;
        padding: 10px 15px 10px 60px;
        background: #f5f5f5;
        color: #777777;
        border-left: 4px solid #9dd4ff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    }
    #tabAccordion2 dl dd::before{
        display: inline-block;
        position: absolute;
        top: 15px;
        left: 15px;
        content: "\f0d0";
        font-family: "Font Awesome 5 Free";
        color: #9dd4ff;
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
    }
    #tabAccordion2 dl dd p {
        padding: 0;
        margin: 7px 0;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 767px) {
    #tabAccordion {

    }
    #tabAccordion dl {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 1px;
    }
    #tabAccordion dl dt {
        position: relative;
        top: auto;
        left: auto !important;
        width: 100% !important;
    }
    #tabAccordion dl dt a {
        padding-left: 25px;
        padding-right: 25px;
        border-radius: initial;
        border: 1px solid #e0e0e0;
    }
    #tabAccordion dl dt.btnAcv a {
    }
    #tabAccordion dl dt a:after {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "Font Awesome 5 Free";
        content: '\f107';
    }
    #tabAccordion dl dt.btnAcv a:after {
        content: '\f106';
    }
    #tabAccordion dl dd {
        position: relative;
        top: auto;
        left: auto;
        padding: 20px 10px;
    }
}

#tabAccordion .rank_detail {
    margin: 0;
    padding: 0;
    list-style: none;
}
#tabAccordion .rank_detail li {
    margin-bottom: 40px;
}
#tabAccordion .rank_detail li p.rank_title {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
}
#tabAccordion .rank_detail li div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
#tabAccordion .rank_detail li div a {
    display: block;
    width: 30%;
}
#tabAccordion .rank_detail li div span {
    display: block;
    width: 38%;
}
@media only screen and (max-width: 767px) {
    #tabAccordion .rank_detail li p.rank_title {
        padding-bottom: 5px;
        font-size: 16px;
    }
    #tabAccordion .rank_detail li div {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    #tabAccordion .rank_detail li div a, #tabAccordion .rank_detail li div span {
        margin-bottom: 5px;
        width: 100%;
    }

}


/* スライダーslick ******************************************************************************************************/
.ec-sliderRole .slick-dots {
    padding: 4px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    max-width: 720px;
}
.ec-sliderRole .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.ec-sliderRole .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.8);
}
.ec-sliderRole .slick-dots li button {
    padding: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    overflow: hidden;
    width: 10px;
    outline: 0;
    height: 10px;
    border-radius: 50%;
    text-indent: -999px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.ec-sliderRole .slick-dots li button:hover {
    text-decoration: none;
}

.ec-sliderRole .slick-arrow {
    position: absolute;
    z-index: 12;
    padding: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    background: #186FFC;
    outline: none;
    border-radius: 50%;
    border: none;
}
.ec-sliderRole .slick-arrow:hover {
    text-decoration: none;
    opacity: .8;
}
.ec-sliderRole .slick-arrow.slick-prev {
    left: -10px;
    font-size: 0;
}
.ec-sliderRole .slick-arrow.slick-next {
    left: 690px;
    font-size: 0;
}
.ec-sliderRole .slick-arrow:after {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.ec-sliderRole .slick-arrow.slick-prev:after {
    content: '\f0d9';
    left: -3px;
}
.ec-sliderRole .slick-arrow.slick-next:after {
    content: '\f0da';
    left: 3px;
}
@media (max-width: 1080px) {
    .ec-sliderRole .slick-arrow {
        z-index: 18;
    }
    .ec-sliderRole .slick-arrow.slick-prev {
        left: -10px;
    }
    .ec-sliderRole .slick-arrow.slick-next {
        left: auto;
        right: -10px;
    }
}

.ec-sliderRole .slick-slide {
    max-width: 720px;
    margin-right: 30px;
    position: relative;
    outline: 0;
}
.ec-sliderRole .slick-slide img {
    width: 100%;
    height: auto;
}
.ec-sliderRole .slick-slide a {
    display: block;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}
.ec-sliderRole .slick-slide a:hover {
    text-decoration: none;
}
.ec-sliderRole .slick-slide a:hover {
    opacity: .7;
    text-decoration: none;
}
.ec-sliderRole .slick-slide:after {
    top: 0;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 10;
}
.ec-sliderRole .slick-slide.slick-current:after {
    display: none;
}
@media (max-width: 1080px) {
    .ec-sliderRole .slick-slide {
        max-width: 100%;
        margin-right: 0;
    }
}


/* カテゴリートップ パンくず ******************************************************************************************************/
.ec-layoutRole .breadcrumb_ctop {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #186FFC;
    list-style: none;
}
@media only screen and (max-width: 767px) {
    .ec-layoutRole .breadcrumb_ctop {
        margin: 0 10px 20px;
    }
}


/* 商品一覧/検索 *********************************************************************************************************/
.ec-searchnavRole {
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #186FFC;
    background: #ffffff;
}
.ec-searchnavRole .search_content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.ec-searchnavRole .search_content li {
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 10px 5px;
    width: 32%;
    background: #186FFC;
    font-size: 14px;
    color: #ffffff;
}
.ec-searchnavRole .search_content li:nth-of-type(3n) {
    margin-right: 0;
}
.ec-searchnavRole .reSearch {
    margin: 0 auto 20px;
    padding: 10px 5px;
    width: 32%;
    border: 1px solid #186FFC;
    background: rgba(161,200,247,0.25);
    font-weight: bold;
    color: #186FFC;
    text-align: center;
    cursor: pointer;
}
.ec-searchnavRole .reSearch:hover {
    opacity: 0.5;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    margin: 0;
    padding: 0;
    border: none;
}
.ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .ec-select {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .ec-searchnavRole {
        margin: 0 10px 20px;
        padding: 10px;
    }
    .ec-searchnavRole .search_content {
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .ec-searchnavRole .search_content li {
        padding: 5px;
        margin-right: 0;
        width: 49%;
        font-size: 12px;
    }
    .ec-searchnavRole .reSearch {
        width: 60%;
    }
    .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__counter {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ec-searchnavRole .ec-searchnavRole__infos .ec-searchnavRole__actions .ec-select select {
        font-size: 14px;
    }
}

#page_product_list .ec-shelfRole {
    margin: 0;
    padding: 20px;
    border: 1px solid #186FFC;
    background: #ffffff;
}
#page_product_list .ec-shelfRole.standard {
    margin-bottom: 20px;
}
#page_product_list .ec-shelfRole.standard h3 {
    margin: 0 0 20px;
    padding: 0 0 10px 10px;
    height: 40px;
    border-left: 5px solid #186FFC;
    background: rgba(161,200,247,0.25);
    font-size: 28px;
    font-weight: bold;
    color: #186FFC;
    line-height: 40px;
}
#page_product_list .ec-pagerRole ul li {
    background: none;
}
#page_product_list .ec-pagerRole ul li a {
    border: 1px solid #186FFC;
    background: #ffffff;
    font-weight: bold;
}
#page_product_list .ec-pagerRole ul li.ec-pager__item--active a {
    border: 1px solid #186FFC;
    background: #186FFC;
    font-weight: bold;
    color: #ffffff;
}
#page_product_list .ec-pagerRole ul li a:hover {
    opacity: 0.5;
}
@media only screen and (max-width: 767px) {
    #page_product_list .ec-shelfRole {
        margin: 0 10px;
        padding: 10px;
        width: auto;
    }
}

.ec-drawerSearchRole {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.ec-drawerSearchRole .ec-modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap {
    position: relative;
    margin: 20px;
    padding: 30px;
    width: 1000px;
    height: 90%;
    overflow-y: scroll;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
    font-size: 20px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box {
    margin-top: 20px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .search_clear {
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    padding: 10px;
    width: 190px;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #bbbbbb;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .search_clear:hover {
    opacity: 0.5;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .search_clear i {
    margin-right: 5px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #aaaaaa;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
    border-bottom: 1px dotted #aaaaaa;
    list-style: none;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li {
    width: 23%;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li {
    margin-bottom: 20px;
    width: 32%;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li label,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li label,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li label,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li label,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li label,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li label {
    margin: 0;
    width: 100%;
    cursor: pointer;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li input,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li input,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li input,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li input,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li input,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li input,
input[name='category_ids[]'], input[name='inStock'], input[name='tag_id'] {
    display: none;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li img {
    padding: 5px;
    width: 100%;
    border: 5px solid #ffffff;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li label span {
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    background: #ddd;
    text-align: center;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li input:checked + img {
    border: 5px solid #186FFC;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li input:checked + span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li input:checked + span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li input:checked + span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li input:checked + span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li input:checked + span {
    background: #186FFC;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li input:hover + span,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li input:hover + span,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li input:hover + span,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li input:hover + span,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li input:hover + span {
        background: #186FFC;
        color: #fff;
    }
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .name,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other {
    margin-top: 20px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity p,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type p,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .name p,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other p {
    padding: 5px 10px;
    font-weight: bold;
    border-left: 5px solid #186FFC;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li {
    margin-bottom: 20px;
    margin-right: 20px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li label span,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li label span {
    padding: 10px 20px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity div,
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type div {
    display: none;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .name div {
    margin: 20px 20px 20px 0;
    padding: 0;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .name input {
    margin-bottom: 20px;
    padding: 0.5em 1em;
    width: 50%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    color: #555;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div {
    margin: 40px auto;
    width: 200px;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button {
    padding: 10px 0;
    width: 200px;
    background: #de5d50;
    border: 1px solid #de5d50;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button:hover {
    background: #d33828;
}
.ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button i {
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap {
        margin: 10px;
        padding: 25px 10px 10px 10px;
        width: 96%;
        height: 96%;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first {
        padding: 0 0 10px 0;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul {
        flex-wrap: wrap;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul {
        padding: 0 0 10px 0;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .first ul li,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .second ul li,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .third ul li {
        margin-bottom: 10px;
        width: 48%;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul {
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .rarity ul li,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .type ul li,
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other ul li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .name input {
        width: 100%;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div {
        margin: 40px auto;
        width: 200px;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button {
        padding: 10px 0;
        width: 200px;
        background: #de5d50;
        border: 1px solid #de5d50;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button:hover {
        background: #d33828;
    }
    .ec-drawerSearchRole .ec-modal-overlay .ec-modal-wrap .ec-modal-box .other div button i {
        margin-right: 5px;
    }
}


/* 商品詳細 *************************************************************************************************************/
.ec-layoutRole .breadcrumb_front {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.product_page .ec-productRole {
    padding: 0;
}
.product_page .ec-productRole .item_visual {
    position: relative;
}
.product_page .ec-productRole .item_visual_rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}
.product_page .ec-productRole .item_visual_rank .r,
.product_page .ec-productRole .item_visual_rank .isimage,
.product_page .ec-productRole .item_visual_rank .related {
    display: block;
    width: 60px;
    height: 60px;
    background: #186FFC;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}
.product_page .ec-productRole .item_visual_rank .isimage,
.product_page .ec-productRole .item_visual_rank .related {
    background: #eb6100;
}
.product_page .ec-productRole .item_visual_rank .isimage {
    font-size: 40px;
}
.product_page .ec-productRole .item_visual_rank .related {
    font-size: 20px;
}
.product_page .ec-productRole .ec-productRole__title {
    margin-bottom: 20px;
    border-bottom: 6px solid #999999;
}
.product_page .ec-productRole .ec-productRole__title h2 {
    font-weight: bold;
}
.product_page .ec-productRole .ec-productRole__profile table.parts {
    margin: 0;
    width: 100%;
}
.product_page .ec-productRole .ec-productRole__profile div.limit {
    margin: 10px 0 0 360px;
    width: 100%;
    font-style: italic;
    font-weight: bold;
    color: #ff0000;
}
.product_page .ec-productRole .ec-productRole__profile table.detail {
    margin-top: 20px;
    width: 100%;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr th, .product_page .ec-productRole .ec-productRole__profile table.parts tr td,
.product_page .ec-productRole .ec-productRole__profile table.detail tr th, .product_page .ec-productRole .ec-productRole__profile table.detail tr td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr th:not(:last-child), .product_page .ec-productRole .ec-productRole__profile table.parts tr td:not(:last-child),
.product_page .ec-productRole .ec-productRole__profile table.detail tr th:not(:last-child), .product_page .ec-productRole .ec-productRole__profile table.detail tr td:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr th, .product_page .ec-productRole .ec-productRole__profile table.detail tr th {
    background: #186FFC;
    color: #ffffff;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td, .product_page .ec-productRole .ec-productRole__profile table.detail tr td {
    background: #E3F1FD;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td.price {
    font-size: 24px;
    font-weight: bold;
    color: #525263;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td.count span {
    display: inline-block;
    margin-right: 10px;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td form {
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td .form-control {
    display: inline-block;
    padding: 6px;
    width: 60px;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td .btnspinner {
    margin-right: 5px;
    padding: 0;
    width: 40px;
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    border: none;
    border-bottom: solid 2px #b5b5b5;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: rgba(80, 80, 80, 0.43);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    line-height: 34px;
    text-align: center;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td .btnspinner:hover {
    color: rgba(40, 40, 40, 0.43);
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td .btnspinner:active {
    border-bottom: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.product_page .ec-productRole .ec-productRole__profile table.parts tr td .ec-blockBtn--action {
    display: inline-block;
    min-width: initial;
    width: auto;
    height: 34px;
    line-height: 34px;
}
.product_page .ec-productRole .ec-productRole__profile table.detail tr td.explanation {
    text-align: left;
}
@media only screen and (min-width: 768px) {
    #page_product_detail .ec-layoutRole__left {
        float: left;
    }
    #page_product_detail .ec-layoutRole__mainWithColumn, #page_product_detail .ec-RelatedProductTopRole {
        float: right;
    }
    #page_product_detail .ec-RelatedProductTopRole {
        margin-bottom: 60px;
    }
    #page_product_detail .ec-layoutRole__footer {
        clear: both;
    }
    .product_page .ec-productRole .ec-grid2 {
        justify-content: space-between;
    }
    .product_page .ec-productRole .ec-grid2__cell:nth-child(1) {
        width: 35%;
    }
    .product_page .ec-productRole .ec-grid2__cell:nth-child(2) {
        width: 62%;
    }
    .product_page .ec-productRole .ec-sliderItemRole {
        padding: 0;
    }
    .product_page .ec-productRole .ec-productRole__profile {
        margin: 0;
    }
    .product_page .ec-productRole .ec-productRole__title a {
        height: 35px;
        line-height: 35px;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td.price {
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td.count {
    }
}
@media only screen and (max-width: 767px) {
    .product_page .ec-layoutRole__mainWithColumn {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        width: auto !important;
    }
    #page_product_detail .ec-RelatedProductTopRole {
        padding-right: 10px;
        padding-left: 10px;
    }
    #page_product_detail .ec-RelatedProductTopRole .ec-role {
        padding: 0;
    }
    .product_page .ec-productRole .ec-productRole__title a {
        height: 27px;
        font-size: 12px;
        line-height: 27px;
    }
    .product_page .ec-productRole .item_visual_rank {
        left: 20px;
    }
    .product_page .ec-productRole .ec-productRole__profile div.limit {
        margin: 10px 0 0 60%;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr th {
        display: none;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td {
        display: block;
        padding: 0;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td:before {
        display: block;
        padding: 5px;
        background: #186FFC;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td.price:before {
        content: '価格（税込）';
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td.count:before {
        content: '数量 / 在庫';
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td div {
        padding: 5px;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td div input.form-control {
        width: 50px;
    }
    .product_page .ec-productRole .ec-productRole__profile table.parts tr td div .ec-blockBtn--action {
        padding: 0 10px;
    }
}
#page_product_detail .ec-layoutRole__contents {
    display: block;
}


/* 追加ページ ***********************************************************************************************************/
#tabAccordion dl dd {
    font-size: 15px;
    line-height: 1.5;
}
#tabAccordion dl dd .domain::before {
    content: '@';
}
#tabAccordion dl dd article section {
    margin-bottom: 1.5em;
}
#tabAccordion dl dd article section h3 {
    margin: 0 0 1em 0;
    font-size: 18px;
    font-weight: bold;
}
#tabAccordion dl dd p:not(:last-child) {
    margin-bottom: 1.5em;
}
#tabAccordion dl dd ol, #tabAccordion dl dd ol>li ul {
    padding-left: 20px;
}
#tabAccordion dl dd ol>li {
    margin-bottom: 0.6em;
}
#tabAccordion dl dd ol>li ul {
    list-style: none;
}
#tabAccordion dl dd ol>li ul li {
    margin-top: 5px;
}
#tabAccordion dl dd table {
    width: 100%;
}
#tabAccordion dl dd table tr th, #tabAccordion dl dd table tr td {
    padding: 10px;
    border: 1px solid #ffffff;
}
#tabAccordion dl dd table tr th {
    background: #186FFC;
    color: #ffffff;
    text-align: center;
}
#tabAccordion dl dd table tr th.w140 {
    width: 140px;
}
#tabAccordion dl dd table tr td {
    background: rgba(161,200,247,0.25);
}
/* お買い物の流れ */
#tabAccordion dl dd.flow ol {
    counter-reset:number;
    list-style-type: none!important;
    padding:0;
}
#tabAccordion dl dd.flow ol>li {
    position: relative;
    padding: 1em;
    line-height: 1.5em;
    background: rgba(161,200,247,0.25);
    border-left : solid 35px #186FFC;
    margin-bottom: 5px;
}
#tabAccordion dl dd.flow ol>li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    width: 35px;
    height: 1em;
    line-height: 1;
    text-align: center;
}
#tabAccordion dl dd.flow ol li p img {
    display: block;
    margin: 0 auto;
    width: 30%;
}
#tabAccordion dl dd.flow ol li ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
}
#tabAccordion dl dd.flow ol li ul li:before {
    display: block;
    position: absolute;
    top: 0;
    left : 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f138';
    color: #186FFC;
    font-weight: 900;
}
/* 梱包・配送 */
#tabAccordion dl dd.packing ul {
    margin: 10px 0 0 0;
}
#tabAccordion dl dd.packing ul li {
    margin-bottom: 5px;
    font-size: 13px;
}
#tabAccordion dl dd.packing .packing_detail .pic2 img {
    display: block;
    margin: 0 auto;
    width: 50%;
}
#tabAccordion dl dd.packing .packing_detail .pictitle {
    padding: 0 15px;
    border-bottom: 1px solid #999999;
}
#tabAccordion dl dd.packing .packing_detail .pic {
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}
#tabAccordion dl dd.packing .packing_detail .pic img {
    width: 49%;
}

@media only screen and (max-width: 767px) {
    #tabAccordion dl dd {
        font-size: 13px;
    }
    #tabAccordion dl dd table tr th, #tabAccordion dl dd table tr td {
        display: block;
    }
    #tabAccordion dl dd table tr th, .w140 {
        width: 100% !important;
    }
    /* お買い物の流れ */
    #tabAccordion dl dd.flow ol li p img {
        width: 40%;
    }
    #tabAccordion dl dd.flow ol>li ul {
        padding-left: 0;
    }
    /* 梱包・配送 */
    #tabAccordion dl dd.packing table tr:first-child {
        display: none;
    }
    #tabAccordion dl dd.packing table tr td:first-child {
        background: #186FFC;
        color: #ffffff;
        text-align: center;
    }
    #tabAccordion dl dd.packing ul li {
        font-size: 11px;
    }
}


/* カード決済 ***********************************************************************************************************/
.sln_card_payment_container {
    background-color: #ffffff;
    border: 1px solid #186ffc;
}
@media only screen and (min-width: 768px) {
    .sln_card_payment_container {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .sln_card_payment_container {
        margin: 0 5%;
        padding: 20px;
        width: auto;
    }
}