/* ROOT */
:root {
    --main: rgb(0, 91, 172);
    --point: rgb(0, 91, 172);
}

/* カスタマイズ用CSSファイル */
html {
    font-size: 16px;
}
.notice{margin-top: 50px;}
/* ブロック：左右サイドバナー */
.left_banner a,
.right_banner a {
    display: block;
}

.left_banner a img,
.right_banner a img {
    width: 100%;
}

.left_banner a+a,
.right_banner a+a {
    margin-top: 40px;
}

.left_category {
    margin-top: 50px;
}

a.link_btn {
    color: #525263;
}

/* レビュー星 */
.product-review,
.star {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-review img,
.star img {
    height: 22px;
    width: auto;
}

.sp {
    display: none;
}

.ec-headerNaviRole,
.ec-categoryNaviRole,
.ec-footerRole .ec-footerRole__inner {
    max-width: 1320px;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1280px;
    gap: 40px;
}

.ec-layoutRole .ec-layoutRole__left,
.ec-layoutRole .ec-layoutRole__right {
    width: 200px;
}

.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: calc(100% - 480px);
}

.ec-role,
.ec-sliderRole {
    padding: 0;
    max-width: inherit;
}

.side_newitem_list {
    margin-top: 12px;
}

.side_newitem_item+.side_newitem_item {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid var(--main);
}

.side_newitem_img img {
    width: 100%;
}

.side_newitem_text {
    margin-top: 10px;
}

.side_newitem_text h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 22px;
    color: #1F1F1F;
    font-weight: 600;
}

.side_newitem_text p {
    margin: 5px 0 0;
    font-size: .8rem;
    line-height: 22px;
}

.side_newitem_text p.price {
    color: #cf7e87;
    font-size: 1rem;
    font-weight: 600;
}

.more-link {
    text-align: center;
}

.more-link a {
    display: inline-block;
    background: var(--point);
    color: #fff;
    border-radius: 50px;
    filter: drop-shadow(2px 2px 1px #c1c1c1);
}

/***header***/
.ec-headerNaviRole {
    padding: 20px;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 280px;
}
.ec-headerNaviRole__logo a{text-align: left;}
.ec-headerNaviRole__logo img {
    /*width: 100px;*/
}

.ec-headerRole {
    padding: 0;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin: 0;
    display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: calc(100% - 320px);
    gap: 12px;
}

.ec-header_banner a {
    display: block;
}

.ec-header_banner img {
    height: 100px;
}

.ec-headerNav {
    text-align: right;
    display: flex;
    gap: 12px;
}

.ec-headerNav .ec-headerNav__item {
    text-align: center;
    background: var(--point);
    border-radius: 10px;
    min-width: 115px;
    padding: 10px 0;
}

.ec-headerNav .ec-headerNav__itemIcon {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    display: block;
    margin: 0 auto 8px;
}

.ec-headerNav .ec-headerNav__itemLink {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.ec-headerNav .ec-headerNav__item.sp {
    display: none;
}

.ec-cartNavi {
    background: #ededed;
    border-radius: 10px;
    padding: 11px 5px;
    height: auto;
    text-align: center;
}

.ec-cartNavi_item {
    padding: 0 22px;
}

.ec-cartNavi_item:not(:first-child) {
    border-left: 1px dashed #707070;
}

.ec-cartNavi .ec-cartNavi__price {
    font-size: 16px;
    line-height: 21px;
    color: #0c0d64;
}

.ec-cartNavi__txt {
    display: block;
    color: #0c0d64;
    margin-top: 6px;
}

.ec-cartNavi .ec-cartNavi__icon {
    color: #0c0d64;
    font-size: 26px;
    line-height: 1;
    display: block;
    margin: 0 auto;
}

.ec-cartNavi__icon+.ec-cartNavi__txt {
    text-decoration: underline;
}

.ec-search_nav {
    background: var(--main);
    padding: 10px 0;
    margin-bottom: 16px;
}

.ec-headerNaviRole__nav ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.ec-headerNaviRole__nav li {
    padding: 0 10px;
}

.ec-headerNaviRole__nav li:not(:first-child) {
    border-left: 1px solid #FFFFFF;
}

.ec-headerNaviRole__nav li a {
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 22px;
}

.ec-search_nav .ec-layoutRole__contents {
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.ec-headerSearch .ec-headerSearch__category {
    display: none;
}

.ec-headerNaviRole__search {
    width: 480px;
}

.ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: none;
}

.ec-headerSearch__icon {
    color: var(--main);
    font-size: 20px;
    line-height: 1;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    width: 410px;
    max-width: calc(100% - 70px);
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    height: 42px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    background: #fff;
    width: 58px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    transform: translateY(0);
    box-sizing: border-box;
    padding: 0;
}





.ec-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ec-login__input .ec-input{display: block;}


.ec-input_box,
.ec-grid2_box {
    display: block;
}

.ec-grid2_box .ec-grid2__cell {
    width: 100%;
    text-align: center;
}

.ec-grid2_box .ec-grid2__cell+.ec-grid2__cell {
    margin-top: 20px;
}

.ec-grid2_box .ec-login__link {
    margin: 0;
}


/***footer***/
.ec-footerRole+.ec-footerRole {
    margin-top: 0;
    padding-top: 0;
}

.ec-footerRole {
    background: #F5F5F5;
    border: none;
    padding: 2px 0 0;
    /*margin-top: 50px;*/
}

.ec-footerRole .ec-footerRole__logo img {
    height: 89px;
    width: auto;
}

.ec-footerTitle {
    padding: 53px 0;
    background: #fff;
    /*margin-top: 65px;*/
    color: #000;
}

.ec-footerTitle_flex {
    display: flex;
    justify-content: space-between;
}

.ec-footerNavi {
    color: #000000;
    margin: 0;
}

.ec-footerNavi .ec-footerNavi__link {
    padding: 0 6px;
}

.ec-footerNavi .ec-footerNavi__link:first-child {
    padding-left: 0;
}

.ec-footerNavi .ec-footerNavi__link:last-child {
    padding-right: 0;
}

.ec-footerNavi .ec-footerNavi__link a {
    margin: 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

.ec-footerNavi .ec-footerNavi__link+.ec-footerNavi__link {
    border-left: 1px solid #000;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.ec-footerNavi_2 {
    margin-top: 45px;
}

.ec-footerNavi_2 .ec-footerNavi__link+.ec-footerNavi__link {
    padding: 0 15px;
    border-left: none;
}

.ec-footerNavi_2 .ec-footerNavi__link a {
    font-size: 14px;
    line-height: 20px;
}

.ec-footerRole_item {
    display: flex;
    gap: 60px;
    padding-bottom: 50px;
}

.footerRole_item {
    width: calc(20% - 48px);
    position: relative;
    padding-bottom: 52px;
}

.footerRole_item .btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footerRole_item+.footerRole_item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.footerRole_item .side_newitem_img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.prod_star img {
    height: 22px;
    width: auto !important;
}

.ec-footerRole .ec-footerRole__inner .prod_star img {
    height: 22px;
    width: auto;
}

.prod_star {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prod_star img+img {
    margin-left: 5px;
}

.prod_star span {
    margin-left: 15px;
    text-decoration: underline;
}

.footerRole_item_link {
    margin-top: 15px;
}

.footerRole_item_link a {
    font-size: 1rem;
    line-height: 22px;
    width: 200px;
    padding: 12px;
    filter: drop-shadow(2px 2px 1px #c1c1c1);
    max-width: 100%;
    font-weight: 600;
}

ul.ranking li.ranking_card .ranking_desc,
.category_reco_products .item_card .ranking_desc,
.new_items .item_desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
}

/*****新着レビュー*****/
.ec-newItemRole__listItem {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 0;
}

.ec-newItemRole__listItem+.ec-newItemRole__listItem {
    border-top: 1px solid var(--main);
}

.newItem-img {
    width: 132px;
}

.newItem-img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.newItem-text {
    width: 160px;
    margin-top: 0;
}

.newItem-text h4 {
    margin-bottom: 4px;
    font-size: 1rem;
}

.ec-newItemRole__listItemPrice {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #cf7e87;
}

.newItem-text .prod_star {
    margin-top: 5px 0 0;
}

.newItem-text .prod_star img {
    height: 19px;
}

.newItem-text .prod_star span {
    margin-left: 8px;
}

.newItem-desc {
    order: 0;
    flex: 1;
}

.newItem-desc p {
    font-size: 0.8rem;
    line-height: 22px;
}

.new-prod-link {
    width: 170px;
}

.new-prod-link a {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
    font-weight: 600;
}

.privacy-text p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px;
}

.privacy-text p {
    margin-bottom: 0px;
}

.privacy-text p.img-p {
    text-align: center;
    margin: 15px 0;
}

.privacy-text p img {
    max-width: 100%;
}

.bg-85AC13 {
    background: var(--main);
}

.privacy-text h3 {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.privacy-text h3.privacy-title-top{margin-top: 0;}
.privacy-text p.privacy-sub-title {
    color: var(--main);
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.privacy-text p.privacy-title {
    color: var(--main);
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 20px;
    border-left: 3px solid var(--main);
    padding-left: 24px;
}

.privacy-text p a {
    color: var(--main);
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-text p.questions {
    background: #edeff1;
    padding: 10px;
    margin: 30px 0 20px;
}

.privacy-text p.answers {
    padding: 0px 10px 0 30px;
    position: relative;
}

.privacy-text p.answers-2 {
    padding: 0px 10px 0 50px;
}

.privacy-text p.answers .answer-tip {
    position: absolute;
    left: 10px;
    top: 0;
}

.privacy-text p.answers .answers-tips-2 {
    position: absolute;
    left: 30px;
    top: 0;
}

.red {
    color: red;
}

.privacy-text p .red {
    font-weight: 600;
}

.privacy-text p.post-service {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.privacy-text p.post-service b {
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffffb2 50%);
    color: #4ebb3c;
}

.privacy-text {
    margin-bottom: 50px;
}

.validity-table {
    border: 1px solid var(--main);
    margin-top: 30px;
    width: 100%;
}

.validity-table tr {
    border: 1px solid var(--main);
}

.validity-table th {
    background: var(--main);
    color: #fff;
    border-top: 1px solid #fff;
    width: 20%;
    max-width: 150px;
    text-align: center;
}

.validity-table tr:first-child th {
    border-top: 1px solid var(--main);
}

.trade-laws-table th,
.trade-laws-table td {
    padding: 10px;
}

.validity-table td p {
    margin-bottom: 0px;
    padding: 5px 0;
}

.validity-table-tips b {
    position: relative;
    padding-left: 1em;
    display: block;
}

.table-tips {
    position: absolute;
    left: 0;
    top: 0;
}

.validity-tips {
    position: relative;
    padding-left: 1em;
    display: block;
}

.validity-tips2 {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
}

.validity-tips-d {
    padding-left: 2em;
}

.validity-tips-privacy {
    padding-left: 2.5em;
}

.validity-tips-rules {
    padding-left: 1.5em;
}

.sub-ttl {
    margin-bottom: 20px;
}

.sub-ttl h1 {
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    font-weight: 700;
}

.sub-ttl h1+.prod-mv {
    margin-top: 20px;
}

.prod-mv img {
    width: 100%;
}

.prod-desc_text {
    margin-top: 20px;
}

.prod-desc_text p {
    margin: 0;
}

.home-ttl {
    background: var(--main);
    text-align: center;
}

.home-ttl h1 {
    font-size: 26px;
    line-height: 38px;
    padding: 5px 0;
    color: #fff;
    margin: 0;
}

.home-ttl h2 {
    font-size: 1.2rem;
    padding: 10px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.ec-section {
    margin-top: 50px;
    padding: 0;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border: none;
    background: #F9F7F5;
    padding: 7px 30px;
}

.ec-searchnavRole__counter {
    font-size: 14px;
    line-height: 20px;
}

.ec-searchnavRole__actions .ec-select {
    margin-bottom: 0;
}

.ec-searchnavRole__actions .ec-select select {
    background: #fff;
    padding: 0 15px;
}

.ec-shelfGrid .ec-shelfGrid__item {
    width: 33.33333333333%;
}

.product_tag_box {
    margin: 20px 0;
}

.product_tag {
    width: 100%;
}

.prod-dflex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-top: 12px;
}

.prod-dflex .product_tag {
    width: auto;
}

.prod-tips-content {
    margin-left: 20px;
}

.prod-tips-company a,
.prod-tips-content p {
    font-size: 80%;
    line-height: 1.5;
}

.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.ec-sliderItemRole .slide-item {
    border: 1px solid #EBE8E8;
}

.ec-sliderItemRole img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ec-sliderItemRole .slideThumb {
    width: 55px;
    margin-bottom: 0;
    border: 1px solid #EBE8E8;
}

.ec-sliderItemRole .slideThumb img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ec-sliderItemRole .item_nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.home-ttl+.prod-textbox {
    margin-top: 40px;
}

.prod-textbox {
    padding: 0 35px;
}

.prod-textbox p {
    font-size: 16px;
    line-height: 30px;
}

.prod-textbox ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.prod-textbox li {
    position: relative;
    padding: 0 0 0 20px;
}

.prod-textbox li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}

.prod-textbox li+li {
    margin-top: 10px;
}

.prod-textbox li>img {
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

.prod-textbox li p {
    font-size: 18px;
    line-height: 24px;
    padding: 4px 0;
}

.prod-textbox_ullist li {
    position: relative;
    background: url(/html/user_data/assets/img/common/icon_check.svg) no-repeat left center;
    background-size: 30px;
    padding: 7px 0 7px 50px;
}

.prod-textbox_ullist li:before {
    display: none;
}

.tips {
    position: relative;
    padding-left: 1.2em;
}

.tips-span {
    position: absolute;
    left: 0;
    top: 0;
}

#product_review_area {
    margin-top: 50px;
}

#product_review_area h3{
    background: var(--main)!important;
}

.sub-ttl h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 8px 0 8px 20px;
    border-left: 14px solid var(--main);
    margin: 0;
    color: inherit;
}

.bg-gary {
    background: #F8F8F8;
    padding: 30px 20px;
}

.email_form {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.email_form dt {
    font-size: 16px;
    line-height: 30px;
    width: 130px;
}

.email_form dd {
    margin: 0;
    flex: 1;
    order: 0;
}

.email_form dd input {
    width: 100%;
    max-width: 410px;
    border: 1px solid #CBCBCB;
    background: #fff;
    height: 42px;
    padding: 10px;
}

.send_link {
    margin-top: 30px;
    text-align: center;
}

.send_link a {
    padding: 15px;
    border-radius: 17px;
    background: var(--point);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    width: 340px;
    max-width: 100%;
    display: inline-block;
}

.send_link_box {
    padding: 0 35px;
}

.send_link_box p {
    font-size: 16px;
    line-height: 30px;
}

.send_link_box_text p {
    margin-bottom: 10px;
}

p+.send_link_ttl {
    margin-top: 40px;
}

.send_link_ttl {
    color: var(--main);
    margin-bottom: 25px;
}

.color-A31E1E {
    color: #A31E1E;
}

.ec-progress .ec-progress__item:after {
    top: 14px;
}

.ec-input_2 {
    display: block;
}

.ec-halfInput input[type=text] {
    width: 45%;
}

.footerRole_item .btn_area {
    flex-flow: row;
}

@media only screen and (min-width: 768px) {
    .ec-cartRole .ec-cartRole__cart {
        margin: 0;
    }

    .ec-cartRole {
        padding-left: 0;
        padding-right: 0;
    }

    .ec-progress .ec-progress__item:after {
        top: 21px;
    }
}


@media only screen and (max-width: 1320px) {
    .ec-header_banner img {
        height: 60px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        flex-wrap: wrap;
        width: calc(100% - 290px);
    }

    .ec-cartNavi_item {
        padding: 0 10px;
    }

    .ec-headerNav .ec-headerNav__item {
        min-width: 95px;
    }

    .ec-headerNaviRole__search {
        width: 300px;
    }

    .ec-headerNav .ec-headerNav__itemIcon {
        font-size: 20px;
    }

    .ec-headerNav .ec-headerNav__itemLink {
        line-height: 1;
    }

    .ec-cartNavi {
        padding: 7px 5px;
    }

    .ec-cartNavi__txt {
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px;
    }

    .ec-footerRole .ec-footerRole__logo img {
        height: 60px;
    }

    .ec-cartRole .ec-cartRole__cart {
        margin: 0 2%;
    }
}

@media only screen and (max-width: 1000px) {

    .ec-layoutRole .ec-layoutRole__left,
    .ec-layoutRole .ec-layoutRole__right {
        display: none;
    }

    .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .ec-headerNaviRole__nav {
        display: none;
    }

    .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
        width: 100%;
        margin: 0;
    }

    .ec-headerNaviRole__search {
        width: 100%;
    }

    .ec-headerNaviRole {
        flex-wrap: wrap;
        padding: 18px 10px 10px;
    }

    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 100%;
    }

    .ec-headerNaviRole .ec-headerNaviRole__right {
        width: 100%;
    }

    .ec-headerRole .ec-headerRole__title {
        width: auto;
    }

    .ec-headerTitle .ec-headerTitle__title {
        text-align: left;
    }

    .ec-headerNaviRole__logo img {
        width: 130px;
    }

    .ec-headerRole__cart {
        position: absolute;
        right: 66px;
        top: 26px;
        /*top: 12px;*/
    }

    .ec-cartNavi__txt {
        display: none;
    }

    .ec-cartNavi .ec-cartNavi__price.sp_show {
        display: block;
    }

    .ec-headerNaviRole__banner {
        display: none;
    }

    .ec-cartNavi {
        display: flex;
        padding: 9px 5px;
    }

    .ec-cartNavi_item {
        padding: 0 11px;
    }

    .ec-cartNavi .ec-cartNavi__price {
        font-size: 14px;
        line-height: 20px;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        font-size: 22px;
    }

    .ec-headerNav {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .ec-headerNavSP {
        /*position: absolute;*/
        position: fixed;
        right: 10px;
        left: auto;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        top: 23px;
    }

    .ec-headerNavSP .fas {
        color: var(--main);
    }

    .ec-headerNaviRole .ec-headerNaviRole__nav {
        width: 100%;
    }

    .ec-headerNav .ec-headerNav__item {
        min-width: 50px;
        width: calc(25% - 6px);
        padding: 7px 0;
    }

    .ec-headerNav .ec-headerNav__item.sp {
        display: inline-block;
    }

    .ec-headerNav .ec-headerNav__itemIcon {
        font-size: 20px;
        margin: 0 auto 2px;
    }

    .ec-headerNav .ec-headerNav__itemLink {
        font-size: 12px;
        line-height: 16px;
    }

    .ec-search_nav {
        background: transparent;
        border-top: 1px solid var(--main);
        padding: 10px 0 0;
    }

    .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        border: 1px solid #CBCBCB;
    }

    .ec-headerSearch .ec-headerSearch__keywordBtn {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    .ec-layoutRole .ec-layoutRole__contents {
        margin: 0 10px;
        max-width: calc(100% - 20px);
    }

    .ec-breadcrumb-nav {
        padding: 10px 0;
    }

    .main_visual {
        margin: 0 -10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        bottom: -35px;
    }

    .top_banner {
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 -10px;
    }

    .top_banner_item {
        width: 100%;
    }

    .ec-section {
        margin-top: 35px;
    }

    .home-prod-item {
        width: 100%;
        padding-bottom: 65px;
    }

    .prod_num {
        top: -15px;
        left: -2px;
    }

    .prod_num img {
        width: 70px;
    }

    .recommend-prod-list .home-prod-item:nth-child(4),
    .recommend-prod-list .home-prod-item:nth-child(5),
    .recommend-prod-list .home-prod-item:nth-child(6) {
        display: none;
    }

    .recommend-prod-list .home-prod-item:nth-child(-n+3) {
        padding-top: 30px;
    }

    .home-prod-link a {
        max-width: 100%;
        padding: 8px;
    }

    .ec-footerRole_item {
        flex-wrap: wrap;
        gap: 20px;
    }

    .home-prod-img,
    .newItem-img {
        width: 113px;
    }

    .home-prod-text_top {
        position: absolute;
        right: 0;
        width: calc(100% - 127px);
        top: 30px;
    }

    .home-prod-text h4 {
        margin-bottom: 0;
    }

    .prod_star img {
        height: 18px;
    }

    .prod_star img+img {
        margin-left: 3px;
    }

    .home-prod-text .prod_star {
        margin: 5px 0 0;
    }

    .newItem-text {
        width: calc(100% - 130px);
    }

    .newItem-desc,
    .new-prod-link {
        width: 100%;
    }

    .new-prod-link a {
        max-width: 173px;
    }

    .slide-prod_list {
        margin-left: 0;
    }

    .privacy-text {
        margin-bottom: 0;
    }

    .ec-newItemRole__listItem {
        flex-wrap: wrap;
    }

    .footerRole_item {
        width: calc(50% - 10px);
    }

    .ec-footerRole__logo .ec-headerRole .ec-headerRole__title {
        width: 100%;
    }

    .ec-footerRole__logo .ec-headerTitle .ec-headerTitle__title {
        text-align: center;
    }

    .ec-footerRole .ec-footerRole__logo img {
        height: 33px;
    }

    .ec-footerNavi_2 {
        margin-top: 0;
    }

    .ec-footerNavi .ec-footerNavi__link:first-child {
        padding: 0 15px;
    }

    .ec-footerTitle {
        padding: 30px 0;
        margin-top: 0;
    }

    .ec-footerTitle_flex {
        flex-wrap: wrap;
    }

    .ec-footerNavi {
        width: 100%;
    }

    .ec-footerTitle_flex .ec-footerNavi {
        display: block;
    }

    .ec-footerTitle_flex .ec-footerNavi .ec-footerNavi__link {
        padding: 0 8px;
        border: none;
    }

    .ec-footerTitle_flex .ec-footerNavi .ec-footerNavi__link a {
        font-size: 12px;
        line-height: 20px;
        padding: 0;
        border: none;
    }

    .ec-footerTitle .ec-footerTitle__copyright {
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .ec-footerRole {
        background: #fff;
    }

    .ec-footerRole_last .ec-footerRole__inner {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
        gap: 25px;
        margin: 0;
    }

    .ec-cartNaviNull,
    .ec-cartNaviIsset.is-active {
        width: 100vw;
        right: -65px;
    }

    .ec-productRole {
        padding-left: 0;
        padding-right: 0;
    }

    .ec-cartRole {
        padding-left: 0;
        padding-right: 0;
    }

    .ec-footerRole_pc {
        display: none;
    }

    .ec-footerRole+.ec-footerRole {
        padding-top: 40px;
    }

    .new-prod-link a {
        padding: 5px 10px;
    }

    .ec-footerNavi_2 {
        display: flex;
        flex-wrap: wrap;
    }

    .ec-footerNavi_2 .ec-footerNavi__link {
        width: 50%;
        background: var(--main);
        color: #fff;
        border: 1px solid #fff;
    }

    .ec-footerNavi_2 .ec-footerNavi__link.ec-footerNavi__link_pc {
        display: none;
    }

    .ec-footerNavi .ec-footerNavi__link a {
        border: none;
        padding: 7px 0;
    }

    .ec-footerNavi_2 .ec-footerNavi__link:first-child {
        padding: 0;
    }

    .ec-footerNavi_2 .ec-footerNavi__link+.ec-footerNavi__link {
        padding: 0;
        border-left: 1px solid #fff;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        padding: 7px;
    }

    .have_curtain {
        overflow: hidden;
    }

    .have_curtain .ec-overlayRole {
        z-index: 2;
    }

    .ec-shelfGrid .ec-shelfGrid__item {
        width: 100%;
    }

    .ec-layoutRole__contents .ec-layoutRole__mainBetweenColumn+strong {
        display: none;
    }

    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding-right: 0;
    }

    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding-left: 0;
    }

    .home-ttl+.prod-textbox {
        margin-top: 25px;
    }

    .prod-textbox {
        padding: 0;
    }

    .prod-textbox ul {
        padding-left: 0;
    }

    .prod-textbox li {
        padding-left: 20px;
    }

    .prod-textbox_ullist li {
        background-size: 24px;
        padding-left: 40px;
    }

    .ec-progress .ec-progress__label {
        font-size: 10px;
    }

    .prod_flex {
        display: flex;
        gap: 10px;
        margin-bottom: 16px;
    }

    .prod_flex .ranking_image {
        width: 35%;
    }

    .category_reco_products .item_card .prod_flex .ranking_name {
        margin-top: 0;
    }

    .prod_content {
        flex: 1;
    }

    .category_reco_products .item_card .ranking_desc {
        font-weight: normal;
    }

    .ec-drawerRole .ec-headerLinkArea {
        padding-bottom: 100px;
    }
}




/* 特定の要素のボーダーを非表示にする */
.no-bottom-border {
    border-bottom: none !important;
}

/* 非表示にする要素 */
.hidden-element {
    display: none !important;
}

/* 非表示要素の次の要素のボーダーを調整 */
.hidden-element + dl {
    border-top: 1px solid #ccc !important; /* 非表示要素の次の要素にボーダーを追加 */
}



/*関連商品*/
#RelatedProduct-product_area .btn_area .link_btn {
    background: var(--point)!important;
    box-shadow: 0px 2px 2px #a2a2a2;
    filter: none!important;
}





.age-grid {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
}

.age-grid div {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* 各行の間にスペースを追加 */
}

.age-grid input[type="radio"] {
    margin-right: 8px; /* ラジオボタンとラベルの間に余白を追加 */
}



.contact-hidden {
    display: none !important; /* 確実に非表示にするために !important を追加 */
}
.notice__wrap>h3{margin-top: 0;}

video{
    max-width: 100%;
    width: 100%;
}

.price_table table tr:last-child td.unit_price {
    background: #ffeb3b;
}
.price_table table tr:last-child td.unit_price .unit_price_value{
    background: transparent;
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 2px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 4px);
  }
  50% {transform: scale(0.98, 1.02) translate(0, 0px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 2px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.price_table table tbody tr:last-child .name,
.price_table table tbody tr:last-child .price01,
.price_table table tbody tr:last-child .price02,
.price_table table tbody tr:last-child .unit_price .unit_price_value,
.price_table table tbody tr:last-child .btn_area button{
  animation: poyoyon2 1s ease-in-out forwards infinite;
  font-weight: bold;
}