/* カスタマイズ用CSS */
.bold {
    font-weight: bold;
}
.text-red {
    color: #d90000;
    font-weight: bold;
}
.sp-only {
    display: block !important;
}
.pc-only {
    display: none !important;
}
img.original-size {
    width: auto;
    height: auto;
}
.ec-role {
    color: #333;
}
.ec-role:not(:last-of-type) {
    padding-bottom: 2rem;
}
.ec-blockBtn {
    position: relative;
    background: #fff;
    border: 2px solid #1A3671;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #1A3671;
    padding: 0.75em 0.5em;
    height: auto;
    line-height: 1.5;
}
.ec-blockBtn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.75em;
    width: 1em;
    height: 1em;
    background: url("/html/template/default/assets/img/common/icon_arrow_blue.svg") no-repeat center / contain;
    transform: translateY(-50%);
}
.ec-blockBtn a {
    display: block;
}
.ec-layoutRole__mainBottom {
    margin-top: 4rem;
}
.ec-sliderRole img {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: 100%;
}
.information_tomonokai {
    margin: 0 0 1em;
}
.information_tomonokai a {
    display: block;
    padding: 0.5em 0.25em;
    margin: 0 0 1em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #C00000;
    text-align: center;
    border-radius: 0.25em;
    transition: .25s;
}
.information_tomonokai a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.main_visual .item {
    padding: 8px;
}
.ec-sliderRole {
    padding: 0;
    margin-bottom: 4rem;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    aspect-ratio: 1/1;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn .ec-blockBtn--action.add-cart {
    font-size: 14px;
    height: auto;
    min-height: unset;
    padding: 0.75em 0.5em;
    margin-top: 0.75em;
    line-height: 1.5;
}
.ec-productRole__actions .ec-numberInput input[type=number] {
    margin: 0;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
    min-width: 80%;
    max-width: unset;
    height: auto;
    max-height: 100%;
}
.ec-secTitle {
    padding: 0.75em 0.5em;
    margin: 0 -20px 1em;
    background: #1A3671;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ec-footerRole {
    background: #1A3671;
}
.ec-footerTitle .ec-footerTitle__logo {
    margin: 0 0 2rem;
}
.ec-footerContactRole__banner {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.ec-footerContactRole__banner_item {
    width: 100%;
    text-align: center;
}
.ec-footerContactRole__banner_item h3 {
    color: #000;
    font-size: 18px;
}
.ec-blockTopBtn {
    display: none !important;
}
/*ヘッダー*/
.ec-headerNavSP {
    position: relative;
    top: 0;
    left: unset;
    right: 0;
    border-radius: unset;
    padding: 0;
    background: unset;
    color: #fff;
    width: auto;
    height: auto;
    display: block;
}
.ec-drawerRole {
    left: unset;
    right: 0;
    transform: translateX(300px);
}
.ec-drawerRoleClose {
    left: unset;
    right: 270px;
}
.ec-drawerRoleClose .fas {
    color: #1a3671;
}
.ec-drawerRole {
    background: #ebebeb;
}
.ec-drawerRole .ec-headerLinkArea {
    background: #1a3671;
}
.ec-layoutRole__header {
    color: #fff;
}
.ec-headerNaviRole {
    height: 60px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    background: #1A3671;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
.ec-headerNaviRole__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ec-headerSubNaviRole {
    padding-top: 60px;
    box-sizing: content-box;
    height: 56px;
    background: #fff;
}
.ec-headerSubNaviRole__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    height: 100%;
    border-bottom: 1px solid #ccc;
}
.ec-headerSubNaviRole__nav_item .text {
    box-sizing: border-box;
    padding: 0.5em 0;
    color: #1a3671;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.ec-headerSubNaviRole__nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex: 1;
}
.ec-headerSubNaviRole__nav_item:not(:last-child) {
    border-right: 1px solid #ccc;
}
.ec-headerNav .ec-headerNav__item {
    font-size: inherit;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}
.ec-cartNavi {
    padding: 0;
    color: #fff;
}
.ec-cartNavi .ec-cartNavi__badge {
    top: 0;
}
.ec-headerRole__logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerNaviRole *, .ec-headerNaviRole *::before, .ec-headerNaviRole *::after {
    margin: 0;
}
.ec-headerNaviRole .ec-headerNav__itemLink {
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.ec-headerNaviRole .fa-bars {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
}
.ec-cartNavi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ec-cartNavi .ec-cartNavi__icon {
    padding-right: 0.25em;
}
.ec-headerNav__itemIcon {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    font-size: 20px;
}
.ec-headerNaviRole__nav, .ec-headerRole__cart, .ec-headerRole__navSP {
    height: 44px;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
}
.ec-headerNav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ec-cartNavi .ec-cartNavi__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerNav .ec-headerNav__itemIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-headerNav__itemIcon {
    padding-bottom: 4px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
    gap: 8px;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 180px;
}
.ec-headerSubNaviRole__nav_item .text::before {
    content: "";
    display: block;
    width: 100%;
    height: 28px;
    margin-bottom: 4px;
}
.ec-headerSubNaviRole__nav_item.tvcm a::before {
    background: url(/html/template/default/assets/img/common/icon_tvcm.svg) no-repeat center / contain;
}
.ec-headerSubNaviRole__nav_item.recommend a::before {
    background: url(/html/template/default/assets/img/common/icon_recommend.svg) no-repeat center bottom / contain;
}
.ec-headerSubNaviRole__nav_item.ranking a::before {
    background: url(/html/template/default/assets/img/common/icon_ranking.svg) no-repeat center / contain;
}
.ec-headerSubNaviRole__nav_item.popular a::before {
    background: url(/html/template/default/assets/img/common/icon_popular.svg) no-repeat center bottom / contain;
}
.ec-headerSubNaviRole__nav_item.category a::before {
    background: url(/html/template/default/assets/img/common/icon_category.svg) no-repeat center bottom / contain;
}
.ec-headerSubNaviRole__nav_item.search a::before {
    background: url(/html/template/default/assets/img/common/icon_search.svg) no-repeat center / contain;
}
.ec-headerSubNaviRole__nav_item.news a::before {
    background: url(/html/template/default/assets/img/common/icon_news.svg) no-repeat center bottom / contain;
}
.ec-headerSubNaviRole__nav_item.guide a::before {
    background: url(/html/template/default/assets/img/common/icon_guide.svg) no-repeat center bottom / contain;
}
.ec-headerSearch .ec-headerSearch__category {
    display: none;
}
.ec-headerNaviRole__searchSP {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    height: auto;
    background: #fff;
    border: 2px solid #1a3671;
    box-shadow: none;
    font-size: 14px;
    padding: 0.5em;
}
.ec-headerSearch .ec-headerSearch__keyword {
    border: none;
    border-radius: 4px;
    overflow: hidden;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
    position: absolute;
    top: 0;
    right: 0;
    background: #1a3671;
    transform: unset;
    height: 100%;
    padding: 0 1em;
}
.ec-headerSearch__keywordBtn .ec-icon img {
    width: 1.5em;
    height: auto;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon::before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(/html/template/default/assets/img/common/icon_search_white.svg) no-repeat center / contain;
}
.ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword .ec-icon::before {
    background: url(/html/template/default/assets/img/common/icon_search.svg) no-repeat center / contain;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-input {
    position: relative;
}
.ec-headerSearch__keywordBtn .ec-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1200px;
    padding: 1rem 0;
}
.ec-headerNaviRole__searchPC {
    display: none;
}
.ec-headerSubNaviRole__nav_item.search .text::before {
    background: url(/html/template/default/assets/img/common/icon_search.svg) no-repeat center bottom / contain;
}
@media (min-width: 768px){
    .ec-headerNavSP {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .ec-headerNaviRole .fa-bars {
        margin-right: 0.5em;
        padding: 0;
    }
    .ec-headerNaviRole__searchSP {
        display: none !important;
    }
    .ec-headerSubNaviRole__nav_item.search {
        width: auto;
        padding: 1.5em;
    }
    .ec-headerSubNaviRole__nav_item.search .text::before {
        content: none;
    }
    .ec-headerSubNaviRole__nav_item.search .text {
        width: auto;
        padding-right: 1em;
    }
    .ec-headerNaviRole__searchPC {
        display: block;
        width: 240px;
    }
    .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 8.5rem;
    }
    .ec-headerNaviRole {
        box-shadow: none;
    }
    .ec-headerSubNaviRole {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
        z-index: 900;
    }
    .ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        border: none;
    }
    .ec-headerNaviRole__search .ec-headerSearch .ec-headerSearch__keywordBtn {
        background: #ebebeb;
    }
    .ec-headerNaviRole__search .ec-headerSearch__keywordBtn .ec-icon img {
        width: 1.25em;
    }
    .ec-drawerRole {
        display: block;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
    }
    .ec-drawerRole.is_active {
        display: block;
    }
    .ec-drawerRoleClose.is_active {
        display: inline-block;
    }
    .ec-drawerRole .ec-headerSearch {
        display: none;
    }
}

/*TOPページブロック*/
.ec-newsRole {
    padding: 0;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #1A3671;
}
.ec-secCategory__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    list-style: none;
    margin: 0;
}
.ec-secCategory__list_item {
    width: calc(50% - 0.25rem);
}
.ec-secGuide__btnList {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
    list-style: none;
    margin: 1rem 0;
}
.ec-secGuide__btnList02_item .ec-blockBtn {
    border-color: #D90000;
    color: #fff;
    background: #D90000;
}
.ec-secGuide__btnList02_item .ec-blockBtn::after {
    background: url("/html/template/default/assets/img/common/icon_arrow_white.svg") no-repeat center / contain;
}
.ec-secGuide__btnList02_item.faq .ec-blockBtn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.75em;
    width: 1.5em;
    height: 1.5em;
    background: url("/html/template/default/assets/img/common/icon_faq.svg") no-repeat center / contain;
    transform: translateY(-50%);
}
.ec-secGuide__btnList02_item.contact .ec-blockBtn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0.75em;
    width: 1.5em;
    height: 1.5em;
    background: url("/html/template/default/assets/img/common/icon_mail_white.svg") no-repeat center / contain;
    transform: translateY(-50%);
}
.ec-reccomendRole {
    padding: 0;
}
.ec-reccomendRole .ec-shelfGrid {
    gap: 1rem;
}
.ec-reccomendRole .ec-shelfGrid__item {
    padding: 0 !important;
    width: calc(50% - 0.5rem);
    margin: 0;
    justify-content: space-between;
}
.ec-reccomendRole .ec-blockBtn {
    font-size: 12px;
    padding: 0.5em;
}
.ec-reccomendRole .item-name {
    margin: 0.5em 0;
    color: #1A3671;
    font-weight: bold;
    font-size: 14px;
}
.item-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #fff;
}
.ec-secTvcm {
    background: #E7F2FF;
}
.ec-secTvcm .ec-shelfRole {
    padding: 0;
}
.ec-secTvcm__list .ec-secTvcm__list_item {
    width: 100%;
    padding: 0 !important;
}
.ec-secTvcm__list_item .item-title {
    padding: 0.25em;
    padding-left: 0.5em;
    box-sizing: border-box;
    border-left: 4px solid;
    margin: 0 0 1em;
    font-size: 22px;
    font-weight: bold;
    color: #1A3671;
    line-height: 1.25;
}
.ec-secTvcm__list_item .item-detail {
    margin: 2em 0 1em;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
.ec-secTvcm__list_item .item-detail h3 {
    margin: 0 0 1em;
    color: #D90000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.ec-secTvcm__list_item .price02-default {
    color: #D90000;
    font-size: 36px;
    font-weight: bold;
}
.ec-secTvcm__list_item .price02-default::before {
    content: "税込一括価格";
    font-size: 18px;
    color: #000;
}
.ec-shelfGrid.ec-secTvcm__list .ec-blockBtn {
    margin-top: 1em;
}
.ec-secTvcm_title {
    margin: 0 -20px 1em;
}
/*ランキング*/
.ec-secRanking {
    background: #FFF0B0;
}
.ec-secRanking_title {
    width: 90%;
    margin: 1rem auto;
}
.ec-secRanking .ec-secContainer {
    margin: 0 -20px;
}
.ec-secRanking .ec-sliderRole {
    padding: 0;
    margin-bottom: 2rem;
}
.ec-secRanking .item {
    padding-left: 0;
    padding-right: 20px;
    margin-left: -20px;
}
.ec-secRanking .item_wrapper {
    padding: 15px;
    background: #e4f0f9;
}
.ec-secRanking .item-detail {
    line-height: 1.5;
    font-size: 14px;
    margin: 1em 0;
    min-height: 13.5em;
    overflow: hidden;
    color: #000;
}
.ec-secRanking .item-name {
    min-height: 3em;
    margin: 0;
    margin-bottom: 0.5em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #1a3671;
}
.ec-secRanking .item-name a {
    color: #1a3671;
}
.ec-blockBtn a {
    color: #1a3671;
    text-decoration: none;
}
.ec-secRanking .item {
    position: relative;
}
.ec-secRanking .item::before {
    content: "";
    width: 100%;
    height: 26vw;
    display: block;   
}
.ec-secRanking .item::before {
    background: url(/html/template/default/assets/img/top/img_ranking_no.png) no-repeat center bottom / contain;
}
.ec-secRanking .item.no1 .item_wrapper {
    background: #FFF9E3;
}
.ec-secRanking .item.no1::before {
    background: url(/html/template/default/assets/img/top/img_ranking_no1.png) no-repeat center bottom / contain;
}
.ec-secRanking .item.no2 .item_wrapper {
    background: #F0F0F0;
}
.ec-secRanking .item.no2::before {
    background: url(/html/template/default/assets/img/top/img_ranking_no2.png) no-repeat center bottom / contain;
}
.ec-secRanking .item.no3 .item_wrapper {
    background: #F8E3DA;
}
.ec-secRanking .item.no3::before {
    background: url(/html/template/default/assets/img/top/img_ranking_no3.png) no-repeat center bottom / contain;
}
.ec-secRanking .item::after {
    content: "";
    position: absolute;
    top: 2.5%;
    left: 44.5%;
    font-size: 11vw;
    color: #58585b;
    font-weight: bold;
    transform: translateX(-50%);
}
.ec-secRanking .item.no4::after {
    content: "4";
}
.ec-secRanking .item.no5::after {
    content: "5";
}
.ec-secRanking .item.no6::after {
    content: "6";
}
.ec-secRanking .item.no7::after {
    content: "7";
}
.ec-secRanking .item.no8::after {
    content: "8";
}
.ec-secRanking .item.no9::after {
    content: "9";
}
.ec-secRanking .item.no10::after {
    content: "10";
}
.ec-blockBtn--tvcm {
    border-color: #ea6f0c;
    color: #fff;
    background: #ea6f0c;
}
.ec-blockBtn--tvcm a {
    color: #fff;
}
.ec-blockBtn--tvcm::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 0.75em;
    width: 1.75em;
    height: 1.75em;
    background: url(/html/template/default/assets/img/common/icon_tv_white.svg) no-repeat center / contain;
    transform: translateY(-50%);
}
.ec-blockBtn--tvcm::after {
    background: url(/html/template/default/assets/img/common/icon_arrow_white.svg) no-repeat center / contain;
}
.ec-blockBtn--tvcm:hover {
    background-color: #ea6f0c;
    border-color: #ea6f0c;
    opacity: 0.75;
}
.ec-blockBtn--tvcm:hover a {
    color: #fff;
}
.ec-secTvcm__list_item .item-pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
@media (min-width: 768px){
    .sp-only {
        display: none !important;
    }
    .pc-only {
        display: block !important;
    }
    .information_tomonokai a {
        font-size: 24px;
        margin: 0;
    }
    .ec-headerNaviRole {
        height: 60px;
        max-width: 100%;
    }
    .ec-headerNaviRole__wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    .ec-footerContactRole__banner {
        gap: 1rem;
        margin: 2rem auto;
    }
    .ec-footerContactRole__banner_item {
        width: calc((100% - 3rem) / 4);
    }
    .ec-footerContactRole__banner_item:first-child {
        width: calc(((100% - 3rem) / 4)* 1.5);
    }
    .ec-footerContactRole__banner_item h3 {
        margin: 0 0 0.5em;
        font-size: 16px;
    }
    .ec-footerTitle {
        padding: 2rem 0 3rem;
    }
    .ec-footerTitle .ec-footerTitle__logo {
        width: 240px;
        margin: 0 auto 2rem;
    }
    .ec-footerRole .ec-footerRole__inner {
        max-width: 1200px;
    }
    .ec-cartNavi {
        min-width: unset;
        background: unset;
    }
    .ec-cartNavi__label {
        display: none;
    }
    .ec-headerNaviRole__search {
        margin: 0 !important;
    }
    .ec-headerSearch .ec-headerSearch__category {
        display: none;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        width: 100%;
        border-radius: 4px;
    }
    .ec-headerRole__logo a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .ec-headerSubNaviRole__nav_item .text {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
        padding-right: 0.5em;
        font-size: 16px;
    }
    .ec-headerSubNaviRole__nav_item .text::before {
        width: auto;
        min-width: 1.5em;
        height: 1.5em;
        margin: 0;
        margin-bottom: 0.1em;
        margin-right: 0.5em;
    }
    .ec-headerSubNaviRole {
        /* height: 48px; */
    }
    .ec-headerSubNaviRole__nav_item {
        flex: unset;
        width: 180px;
    }
    .ec-headerSubNaviRole__nav_item {
        border-right: 1px solid #ccc;
    }
    .ec-headerSubNaviRole__nav_item:first-child {
        border-left: 1px solid #ccc;
    }
    .ec-headerNaviRole__wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    .ec-headerNaviRole__search {
        width: 240px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .ec-headerNav {
        height: 100%;
    }
    .ec-headerNav .ec-headerNav__item {
        height: 100%;
    }
    .ec-headerNaviRole .ec-headerNav__itemLink {
        font-size: 14px;
    }
    .ec-cartNavi {
        flex-direction: row;
    }
    .ec-cartNavi .ec-cartNavi__icon {
        padding: 0;
        margin: 0;
    }
    .ec-cartNavi .ec-cartNavi__badge {
        left: 0;
        transform: translate(-50%, -50%);
    }
    .ec-headerNaviRole .ec-headerNaviRole__right {
        gap: 20px;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: auto;
    }
    .ec-headerRole__logo {
        width: 220px;
    }
    .ec-headerNav .ec-headerNav__itemIcon {
        margin: 0;
        margin-right: 0.25em;
        padding: 0;
    }
    /*.ec-headerRole__navSP {*/
    /*    display: none !important;*/
    /*}*/
    .ec-role:not(:last-of-type) {
        padding-bottom: 4rem;
    }
    .ec-secTvcm__list .ec-secTvcm__list_item {
        width: calc((100% - 2rem) / 3);
        height: 100%;
        margin-bottom: 0;
    }
    .ec-secTvcm__list {
        padding: 0 2rem;
        gap: 3rem;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ec-secTvcm__list_item .item-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-left: 6px solid;
        font-size: 32px;
        line-height: 1.25;
    }
    .ec-secTvcm__list_item .item-title .code {
        font-size: 24px;
    }
    .ec-secTvcm__list .ec-secTvcm__list_item {
        width: 100%;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 40% 1fr;
    }
    .ec-secTvcm__list_item .item-title {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .ec-secTvcm__list_item .item-pic {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .ec-secTvcm__list_item .item-detail {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        padding-left: 2em;
        margin: 0;
    }
    .ec-secTvcm__list_item .item-detail h3 {
        font-size: 22px;
    }
    .ec-secTvcm__list_item .item-price {
        margin-top: 1rem;
    }
    .ec-reccomendRole .ec-shelfGrid__item {
        width: calc((100% - 3rem) / 4);
    }
    .ec-reccomendRole .ec-shelfGrid {
        padding: 1rem;
    }
    .ec-secCategory__list_item {
        width: calc((100% - 3rem) / 4);
    }
    .ec-secCategory__list {
        gap: 1rem;
        padding: 1rem 0;
    }
    .ec-secGuide__btnList {
        gap: 1rem;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .ec-secGuide__btnList_item {
        width: calc((100% - 1rem) / 2);
    }
    .ec-newsRole .ec-newsRole__news {
        padding: 0.5em 1em;
    }
    .ec-secRanking .ec-sliderRole {
        margin-bottom: 0;
    }
    .ec-secRanking .item {
        margin: 0;
        padding: 0 10px;
    }
    .ec-secRanking .item::after {
        top: 3%;
        left: 45.5%;
        font-size: 44px;
    }
    .ec-secRanking .item::before {
        height: 114px;
    }
    .ec-secRanking .item-detail {
        min-height: 12em;
    }
    .ec-secRanking .item-name {
        font-size: 18px;
    }
}

.ec-blockBtn--ranking {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    border-color: #ea6f0c;
    color: #fff;
    background: #ea6f0c;
}
.ec-blockBtn--ranking a {
    color: #fff;
}
.ec-blockBtn--ranking::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 0.75em;
    width: 1.75em;
    height: 1.75em;
    background: url(/html/template/default/assets/img/common/icon_ranking_white.svg) no-repeat center / contain;
    transform: translateY(-50%);
}
.ec-blockBtn--ranking::after {
    background: url(/html/template/default/assets/img/common/icon_arrow_white.svg) no-repeat center / contain;
}
.ec-blockBtn--ranking:hover {
    background-color: #ea6f0c;
    border-color: #ea6f0c;
    opacity: 0.75;
}
.ec-blockBtn--ranking:hover a {
    color: #fff;
}
.ec-blockBtn--ranking a {
    font-size: 18px;
}
@media (min-width: 768px){
    .ec-blockBtn--ranking {
        max-width: calc(100% - 100px);
    }
}

/*商品ページ*/
.ec-sliderItemRole .slideThumb {
    width: calc((100% - 3rem) / 4);
    margin: 0;
    /*margin-left: -20px;*/
    aspect-ratio: 1/1;
    border: 1px solid #ccc;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.ec-sliderItemRole .slick-slide {
    padding: 4px;
}
.ec-sliderItemRole .slideThumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slide-item {
    aspect-ratio: 1/1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}
.slide-item img {
    /*width: auto;*/
    /*height: auto;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: 100%;
}
.slide-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.ec-productRole .ec-productRole__tags {
    border: none;
    padding: 0;
}
.ec-breadcrumbsRole {
    margin-bottom: 2em;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.ec-breadcrumbsRole a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1a3671;
    line-height: 1.5;
}
.ec-breadcrumbsRole a span {
    text-decoration: underline;
}
.ec-breadcrumbsRole a::after {
    content: "＞";
    margin: 0 0 0 0.5em;
    pointer-events: none;
    cursor: unset;
    color: #000;
    font-size: 80%;
    font-weight: normal;
    text-decoration: none;
}
.ec-productRole__title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    margin-bottom: 0.25em;
    font-weight: bold;
    color: #1a3671;
    line-height: 1.5;
}
.ec-productRole__catchcopy h3 {
    margin: 1em 0;
    color: #D90000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.ec-productRole .ec-productRole__description p {
    color: #000;
    line-height: 1.5;
}
.ec-sliderItemRole {
    padding: 0;
}
.ec-sliderItemRole .item_visual {
    margin-bottom: 1rem;
}
.ec-sliderItemRole .item_nav {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
}
.ec-productRole {
    max-width: 1200px;
    color: #000;
}
.ec-productRole__movie {
    margin: 2rem auto;
    max-width: 800px;
}
.ec-productRole__movie_title {
    margin: 0 0 1rem;
    padding: 0.25rem 0.5rem;
    background: #DFECFC;
    text-align: center;
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.ec-productRole__form {
    max-width: 800px;
    margin: 0 auto;
}
.ec-productRole__form .ec-productRole__btn {
    margin-top: 1em;
}
.ec-productRole .ec-productRole__price {
    max-width: 800px;
    background-color: #ffffbb;
    margin: 1em auto;
    padding: 1.5em;
    border: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.ec-productRole__price_name {
    margin: 0 0 1em;
    color: #1a3671;
    font-size: 18px;
    font-weight: bold;
}
.ec-productRole__price_info img {
    max-width: 90%;
}
.ec-productRole .ec-productRole__price_info {
    color: #000;
    font-size: 16px;
}
.ec-productRole .ec-productRole__code {
    padding: 0;
    border: none;
    color: #000;
    font-size: 16px;
}
.ec-productRole__price_info_total {
    font-size: 18px;
    padding: 1em 0.75em;
    background-color: #fffb55;
}
.ec-productRole__price_info_total .ec-price .ec-price__price {
    font-size: 34px;
    line-height: 1;
    color: #FE0019;
}
.ec-productRole__price_info_total dd {
    margin: 0;
}
.ec-productRole__price_info_total dt {
    margin-bottom: 0.25em;
}
.ec-productRole__price_info_installment {
    margin-bottom: 1em;
}
.ec-productRole__price_info_installment dt {
    margin-bottom: 0.25em;
    line-height: 2;
}
.ec-productRole__supplement {
    max-width: 800px;
    padding: 1em;
    margin: 1em auto;
    background: #e9e9e9;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
.ec-productRole .ec-productRole__description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
}
.ec-productRole .ec-productRole__description h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.35;
    padding: 0.15em 0;
    padding-left: 0.5em;
    border-left: 4px solid #1a3671;
    margin: 2em 0 1em;
}
.ec-productRole .ec-productRole__description p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
.ec-productRole .ec-productRole__description p + p {
    margin-top: 1em;
}
.ec-productRole .ec-productRole__description img {
    margin: 1em auto;
    display: block;
    height: auto;
}
.ec-productRole .ec-productRole__description strong.red {
    color: #F02828;
}
.ec-productRole .ec-productRole__btn {
    margin-bottom: 2rem;
}
.ec-blockBtn--action.add-cart {
    position: relative;
    font-size: 20px;
    border-radius: 4px;
    background: #D90000;
}
.ec-blockBtn--action.add-cart i {
    position: absolute;
    top: 50%;
    left: 0.75em;
    transform: translateY(-50%);
    font-size: 110%;
}
.ec-blockBtn--action.add-cart::after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    background: url(/html/template/default/assets/img/common/icon_arrow_button_white.svg) no-repeat center / contain;
}
.ec-relatedRole {
    margin-top: 2rem;
    background: #ECECEC;
}
.ec-productRole .ec-productRole__actions {
    padding: 0;
}
.ec-numberInput input[type=number] {
    margin: 1em 0;
}
@media (min-width: 768px){
    .ec-breadcrumbsRole {
        font-size: 16px;
    }
    .ec-productRole__catchcopy h3 {
        font-size: 24px;
    }
    .ec-sliderItemRole {
        padding-right: 20px;
    }
    .ec-relatedRole {
        margin-top: 4rem;
    }
    .ec-productRole__price_info img {
        max-width: 320px;
    }
    .ec-productRole__movie_title img {
        width: 50%;
    }
    .ec-productRole .ec-productRole__price_info {
        font-size: 18px;
    }
    .ec-productRole__price_info_total {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ec-productRole__price_info_total dt {
        margin: 0.25em 0 0;
    }
    .ec-productRole__price_name {
        font-size: 24px;
    }
    .ec-productRole__price_info_installment dt {
        margin-bottom: 0;
    }
    .ec-productRole__price_info_installment dt img {
        margin-bottom: 0.5em;
    }
    .ec-productRole .ec-productRole__description h3 {
        font-size: 24px;
        border-width: 6px;
    }
    .ec-productRole .ec-productRole__description p {
        font-size: 18px;
    }
    .ec-productRole .ec-productRole__description img {
        /* width: auto;
        height: auto; */
        margin-left: 0;
    }
    .ec-productRole__supplement {
        font-size: 16px;
    }
}

/*特商法*/
.ec-borderedDefs dt {
    padding: 0;
}
.ec-borderedDefs dd {
    line-height: 1.5;
}
.ec-borderedDefs dd h4 {
    margin-bottom: 0.5em;
    font-size: inherit;
    font-weight: bold;
    line-height: 1.5;
}
.ec-borderedDefs dd p + h4 {
    margin-top: 1em;
}
.terms_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    margin-top: 1em;
    font-size: inherit;
}
.terms_table table, .terms_table table th, .terms_table table td {
    border: 1px solid #333;
    padding: 0.25em 1em;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    padding: 0.25em;
    padding-left: 0.75em;
    box-sizing: border-box;
    border: 0;
    border-left: 4px solid;
    margin: 0 0 1em;
    font-size: 18px;
    font-weight: bold;
    color: #1A3671;
    line-height: 1.5;
}
.other_page .ec-off1Grid__cell h4 {
    font-size: inherit;
    font-weight: bold;
    margin: 1em 0;
}
.other_page .ec-off1Grid__cell {
    line-height: 1.5;
}
.ec-heading-bold {
    color: #1a3671;
}
.ec-off1Grid__guide + .ec-off1Grid__guide,
.ec-off1Grid__poricy + .ec-off1Grid__poricy {
    margin-top: 2rem;
}
.ec-off1Grid__guide p + p,
.ec-off1Grid__poricy p + p {
    margin-top: 1em;
}
.ec-off1Grid__guide p + ul {
    margin-top: 1em;
}
.ec-off1Grid__about .catchcopy {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.ec-off1Grid__about .ec-borderedDefs dl {
    border: none;
}
.ec-off1Grid__about .ec-borderedDefs {
    border: none;
}
.ec-off1Grid__about .ec-borderedDefs dt {
    color: #1a3671;
}
.ec-aboutRole {
     background: url("/html/template/default/assets/img/pages/map.jpg") no-repeat center right / contain;
}
.ec-off1Grid__guide table {
    table-layout: fixed;
    margin: 1em auto;
}
.ec-off1Grid__guide table, .ec-off1Grid__guide table th, .ec-off1Grid__guide table td {
    border: 1px solid #ccc;
    padding: 0.75em 1em;
}
.ec-off1Grid__guide table th {
    width: 25%;
    background: #f1f1f1;
    vertical-align: text-top;
}
.faq_menu input[type="checkbox"].on-off {
    display: none;
}
.faq_menu label {
    padding: 0.5em 0.75em;
    display: block;
    margin: 0.25em 0;
    border: 1px solid #1a3671;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}
.faq_menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq_menu input[type="checkbox"].on-off + ul {
    height: 0;
    overflow: hidden;
}
.faq_menu input[type="checkbox"].on-off:checked + ul {
    height: auto;
}
.faq_menu li {
    padding: 1em;
    background: #E7F2FF;
    margin: 1em 1em 1.5em;
    margin-right: 0;
}
.ec-blockBtn--contact {
    max-width: 480px;
}
@media (min-width: 768px) {
    .ec-pageHeader h1, .ec-pageHeader .h1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-left: 6px solid;
        font-size: 24px;
        line-height: 1.25;
    }
    .ec-aboutRole {
         background: url("/html/template/default/assets/img/pages/map.jpg") no-repeat center right / auto 100%;
    }
    .ec-off1Grid__about .catchcopy {
        font-size: 20px;
    }
}

/*暫定*/
a {
    /*pointer-events: none;*/
}
#tvcm a,
#popular a {
    pointer-events: unset;
}
.ec-productRole a {
    pointer-events: unset;
}
.ec-breadcrumbsRole a {
    /*pointer-events: none;*/
}

.ec-productRole .ec-productRole__price {
    background-color: unset;
    padding: 0;
    margin: 0 0 2em;
}
.ec-productRole__price_info_installment dt {
    margin: 1em auto 0.5em;
    padding: 0.75em 0.5em;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    background-color: #ffffbb;
    border: 2px solid #000;
}
.ec-productRole__price_info_installment dt span {
    font-size: 36px;
    display: inline-block;
    margin: 0 0.1em;
    color: #d90000;
}
.ec-productRole__price_name {
    margin-bottom: 0.25em;
}
.ec-productRole__price_info_installment dd {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ec-productRole__price_info_installment dd .price::before {
    content: "…………";
}
.ec-productRole .ec-productRole__code {
    display: inline-block;
    padding: 0.25em;
    border: 2px solid;
    background: #ffffbb;
    font-weight: bold;
}
.ec-productRole .ec-productRole__code span {
    padding: 0.25em 1em;
}
.ec-productRole .ec-productRole__code .title {
    border-right: 1px solid;
}
.ec-productRole__price_info_installment dd .title {
    font-weight: bold;
}
@media (min-width: 768px) {
    .ec-productRole__price_info_installment dt {
        font-size: 28px;
    }
    .ec-productRole__price_info_installment dt span {
        font-size: 40px;
    }
}

/*.item_nav .slick-list .slick-track {*/
/*    transform: unset !important;*/
/*}*/
.item_visual_pdf {
    margin: 0 auto 2rem;
}
.item_visual_pdf.top {
    margin: 1rem auto 0;
}
.item_visual_pdf a {
    display: block;
    box-sizing: border-box;
    border: 5px solid #1a3671;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .25s;
}
.item_visual_pdf a:hover {
    opacity: 0.75;
}
.ec-numberInput span {
    margin-right: 10px;
    font-weight: bold;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    min-width: unset;
}
.ec-productRole .ec-productRole__actions {
    display: inline-block;
    text-align: left;
}
.ec-productRole__form {
    text-align: center;
}
.ec-productRole__form {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    background: #E7F2FF;
}
.ec-productRole .ec-productRole__btn {
    margin-bottom: 0;
}
.item_visual_pdf__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5em;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    padding: 0.5em;
    background: #1a3671;
    margin-bottom: 1em;
    border-radius: 4px;
}
.item_visual_pdf.top .item_visual_pdf__title {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.item_visual_pdf.top .item_visual_pdf__title a {
    border: none !important;
    color: #fff;
}
.item_visual_pdf__title::before {
    content:"↓";
    display: inline-block;
}
.item_visual_pdf__title::after {
    content:"↓";
    display: inline-block;
}
.item_visual_pdf.top .item_visual_pdf__title::before,
.item_visual_pdf.top .item_visual_pdf__title::after {
    content: none;
}
@media (min-width: 768px) {
    .item_visual_pdf a {
        border: 10px solid #1a3671;
    }
    .item_visual_pdf__title {
        font-size: 18px;
    }
    .ec-productRole .ec-productRole__btn {
        width: 100%;
    }
}

.item-price.installment span {
    display: inline-block;
    margin: 0 0.1em;
    color: #D90000;
    font-size: 38px;
    font-weight: bold;
}
.item-price.installment {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.ec-secTvcm__list_item .price02-default {
    color: inherit;
    font-size: 18px;
    font-weight: normal;
}
.ec-secTvcm__list_item .item-price {
    margin-top: 0.5em;
}
.ec-secTvcm__list_item .price02-default::before {
    content: "●税込一括価格";
}

.ec-secBanner__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding: 0;
}
@media (min-width: 768px) {
    .ec-secBanner__list {
        flex-direction: row;
    }
}

/* 暫定 */
.ec-secTvcm__list_item .item-pic {
    aspect-ratio: auto;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .ec-secTvcm__list_item .item-pic {
        grid-column: 1/3;
        grid-row: 2/3;
    }
    .ec-secTvcm__list_item .item-detail {
        grid-column: 1/3;
        grid-row: 3/4;
        padding: 0;
        padding-top: 2rem;
        text-align: center;
    }
    .ec-secTvcm__list_item .item-detail h3 br {
        display: none;
    }
    .ec-secTvcm__list_item .item-price {
        display: inline-block;
        font-size: 32px;
        margin: 0 auto;
    }
    .item-price.installment span {
        font-size: 48px;
    }
    .ec-secTvcm__list_item .price02-default {
        font-size: 20px;
    }
    .ec-secTvcm__list_item .item-detail > h3, 
    .ec-secTvcm__list_item .item-detail > p {
        text-align: left;
    }
    .ec-shelfGrid.ec-secTvcm__list .ec-blockBtn.pc-only {
        width: 50%;
        display: inline-block !important;
    }
    .ec-shelfGrid.ec-secTvcm__list .ec-blockBtn {
        width: 50%;
        display: inline-block;
    }
}

.ec-contactRole__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}
.ec-contactRole__header .ec-heading-bold {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.ec-contactRole__text {
    flex: 1;
}
.ec-contactRole__header .ec-contactRole__btn {
    width: 360px;
}
@media (max-width: 767px){
    .ec-contactRole__header {
        flex-direction: column;
        margin-bottom: 2em;
        gap: 0;
    }
    .ec-contactRole__header .ec-contactRole__btn {
        width: 100%;
        font-size: 14px;
    }
    .ec-contactRole__header .ec-heading-bold {
        font-size: 18px;
    }
    .ec-contactRole p {
        font-size: 14px;
    }
}

/*注文ページ*/
.ec-orderDelivery__actions .ec-select {
    display: none;
}
.ec-orderDelivery__actions .ec-select.ec-select__time {
    display: block;
}
.ec-orderDelivery__edit {
    display: none;
}

/* カートボタン非表示 */
.ec-productRole__tel.order-tel {
    background-color: #f5f5f5;
    border: 4px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em;
    margin: 1em auto 2em;
    border-radius: 0.5em;
}
.ec-productRole__tel.order-tel h3 {
    color: #000;
    margin: 0 auto 0.25em;
    font-weight: bold;
    text-align: center;
}
.order-tel_wrapper {
    width: 100%;
    margin-top: 0.5em;
    text-align: center;
    background: #fffb98;
    padding: 1em 0;
    border-radius: 0.5em;
    margin-bottom: 0;
}
.order-tel_wrapper .number {
    font-size: 280%;
    line-height: 1;
}
.order-tel_wrapper .number a {
    color: #d90000;
}
.order-tel_wrapper .time {
    margin: 0.5em auto 0;
    font-size: 110%;
    font-weight: bold;
}
@media (max-width: 767px){
    .ec-productRole__tel.order-tel h3 {
        font-size: 18px !important;
    }
    .ec-productRole__tel.order-tel {
        padding: 1em 0.5em;
    }
    .order-tel_wrapper .number {
        font-size: 240%;
    }
    .order-tel_wrapper .time {
        font-size: 13px;
    }
}

/* 当選者発表 */
/* -----------------------------------------------------------
	campaign
		キャンペーン
----------------------------------------------------------- */
#camp_box {
	width: 100%;
	margin: 0 auto;
}

#camp_box .menu{
	margin: 0 auto 20px;
    height: auto;
	z-index: 8888;
}

#camp_box label {
    padding: 5px 0 0;
    display: block;
    margin: 0;
    cursor: help;
}

#camp_box label table {
	margin-bottom: 0;
	width: 100%;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: none;
}

#camp_box label th {
	width: 120px;
	font-weight: 100;
	background-color: #1a3671;
	border-bottom: 1px solid #1a3671;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

#camp_box label th:after {
	content: ' ▼';
}

#camp_box label td.stit {
	width: 150px;
	padding: 5px 10px;
	background-color: #efefef;
}

#camp_box label td.number {
	width: auto;
	padding: 5px 10px;
}

#camp_box input[type="checkbox"].on-off{
    display: none;
}

#camp_box .menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#camp_box .menu li {
    padding: 0;
	margin: 0;
}
#camp_box .menu li table{
	width: 100%;
	margin: 0 auto;
}

#camp_box .menu li th {
	width: 120px;
	font-weight: 100;
	background-color: #1a3671;
	border-top: 1px solid #1a3671;
	border-bottom: 1px solid #666;
	color: #fff;
}

#camp_box .menu li td {
	border-top: 1px solid #fff;
}

#camp_box .menu li td.stit {
	width: 150px;
	padding: 5px 10px;
	background-color: #efefef;
}

#camp_box input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

#camp_box input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

#camp_box input[type="checkbox"].on-off:checked + th{
	background-color: #f00;
}

@media (max-width: 767px){
	#camp_box label th, #camp_box .menu li th {
		width: 64px;
		font-size: 12px;
		padding: 1em 0;
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		border: none;
	}
	#camp_box label tr {
		display: grid;
		grid-auto-columns: 64px 28% 1fr;
		grid-auto-rows: auto;
		background: #1a3671;
		border-top: none;
		border-right: none;
		border-bottom: none;
	}
	#camp_box label td.stit {
	    grid-column: 2 / 3;
	    width: auto;
	    border-right: none;
	    text-align: center;
	}
	#camp_box label td {
	    grid-column: 3 / 4;
	    padding: 0.5em;
	    word-break: break-all;
	    font-size: 12px;
	    background: #fff;
		 border-top: 1px solid #ccc;
	    border-right: none;
	    border-bottom: none;
	}
	#camp_box input[type="checkbox"] + ul tr {
		display: grid;
		grid-auto-columns: 64px 28% 1fr;
		grid-auto-rows: auto;
		background: #1a3671;
		border-top: none;
		border-right: none;
	}
	#camp_box input[type="checkbox"] + ul td {
		background: #fff;
	}
	#camp_box input[type="checkbox"] + ul th {
			width: 64px;
			font-size: 12px;
			padding: 1em 0;
			grid-column: 1 / 2;
			grid-row: 1 / 3;
			border: none;
	}
	#camp_box input[type="checkbox"] + ul td.stit {
	    grid-column: 2 / 3;
	    width: auto;
	    text-align: center;
	}
	#camp_box input[type="checkbox"] + ul td {
	    grid-column: 3 / 4;
	    padding: 0.5em;
	    word-break: break-all;
	    font-size: 12px;
	    background: #fff;
	    border-top: none;
	    border-right: none;
	    border-bottom: 1px solid #ccc;
	}
	#camp_box label table {
	    border-top: none;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    margin: 0;
	}
	#camp_box .menu li table {
		border-top: none;
		border-bottom: none;
	}
}