/* 共通部品 */
/**{*/
/*  letter-spacing: 0.05rem;*/
/*}*/
p {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
}

a,
a:focus {
    text-decoration: none;
    color: #393939;
    transition: all 0.2s;
}

a img {
    /* IE10以下で出る枠線対策 */
    border-style: none;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #333;
}

button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    overflow-x: hidden;
    font-size: 14px;
    /*レスポンシブタイプセッティングの指定*/
    line-height: 1.6;
    color: #333333;
}

body {
    margin: 0;
    padding: 0;
    font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: normal;
    background: #fff;
}

button,
input,
optgroup,
select,
textarea {
    font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.shippori {
    font-family: 'Shippori Mincho B1', serif;
}

/* ▼ header ▼ */
header {
    box-shadow: 2px 2px 6px rgba(102, 102, 102, 0.2);
    display: block;
    position: fixed;
    top: -35px;
    transition: 0.5s;
    width: 100%;
    z-index: 999;
}

header.header_fixed {
    top: 0px;
}

header.headerHide {
    transform: translateY(-100%);
}

/* キャンペーン帯 */
.camp-re {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 3vw;
    display: block;
    max-height: 35px;
}

/* キャンペーン帯 */
header .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fff;
}

header .header-inner>div {
    text-align: center;
    width: 30%;
}

header .header-inner .header-item {
    cursor: pointer;
}

header .header-inner .search-area {
    margin-top: 55px;
}

header .header-inner .header-logo {
    display: inline-block;
}

header .header-inner .header-logo {
    margin-top: 30px;
}

header .header-inner .header-logo p {
    margin-bottom: 5px;
}

header .header-inner .right-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

header .header-inner .right-menu .right-top {
    margin-bottom: 10px;
}

header .header-inner .right-menu .right-top a+a {
    margin-left: 20px;
}

header .header-inner .icon-area ul {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    padding: 0;
}

header .header-inner .icon-area ul li+li {
    margin-left: 25px;
}

header .header-bottom {
    background-color: #fff8d9;
    position: relative;
}

header .header-bottom ul {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    max-width: 1500px;
    margin: 0 auto;
    width: 80%;
    flex-wrap: wrap;
    overflow: hidden;
    height: 60px;
}

header .header-bottom ul li a:hover {
    color: #333;
}

header .header-bottom ul .parent-list {
    position: relative;
}

header .header-bottom ul .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 150vh;
    width: 100%;
    z-index: -1;
}

header .header-bottom ul .parent-list:hover+.overlay {
    display: block;
}

header .header-bottom ul .parent-list>a {
    padding: 20px 0;
    display: block;
}

header .header-bottom ul .parent-list:hover a {
    opacity: 1;
}

header .header-bottom ul .parent-list a span {
    position: relative;
    border-left: 1px dashed #ccc;
    padding: 0 20px;
}

header .header-bottom ul .parent-list:hover a span::before {
    content: "";
    bottom: -21px;
    border-bottom: 3px solid #f8d800;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

header .header-bottom ul .parent-list:last-child a span {
    border-right: 1px dashed #ccc;
}

header .header-bottom ul .parent-list .child-cateArea {
    position: fixed;
    background-color: #fcf6bb;
    display: none;
    padding: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 210px;
    transition: all 0.5s;
}

header.header_fixed .header-bottom ul .parent-list .child-cateArea {
    top: 245px;
}

header .header-bottom ul li:hover .child-cateArea {
    display: block;
}

header .header-bottom .child-cateArea ul {
    padding-left: 0;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}

header .header-bottom .child-cateArea ul li+li {
    margin-left: 50px;
}

header .header-bottom .child-cateArea ul li a {
    align-items: center;
    display: flex;
}

header .header-bottom .child-cateArea ul li a .cate_icon_img {
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 25px;
    width: 25px;
}

/* カテゴリすべて見る start */
header .allCate-btn {
    border: 1px solid #eebb34;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding: 5px 0;
    font-size: 12px;
    width: 100px;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
}

header .allCate-btn span {
    padding-right: 15px;
    position: relative;
}

header .allCate-btn span::before {
    position: absolute;
    content: "";
    background-image: url(/html/user_data/assets/img/top/plus@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    height: 10px;
    width: 10px;

}

/* カテゴリすべて見る end */

/*---- ec-cartNavi  ----*/
.ec-cartNavi {
    background-color: #fcf6bb;
    border-radius: 10px;
    min-width: 195px;
    margin-bottom: 10px;
}

.ec-cartNavi .ec-cartNavi__badge {
    top: -27px;
    left: 60%;
}

/*---- ec-cartNavi  ----*/
.ec-cartNavi .ec-cartNavi__price {
    font-size: 18px;
}

.fa-shopping-cart::before {
    background-image: url(/html/user_data/assets/img/common/icon7@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    height: 22px;
    width: 25px;
}

.ec-cartNaviIsset {
    max-height: 30vw;
    overflow-y: auto;
    z-index: 9;
}

/*---- ec-cart ----*/

/*---- ec-select_search  ----*/
.ec-headerSearch {
    max-width: 435px;
}

.ec-headerSearch .ec-headerSearch__category {
    width: 120px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__keyword {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    width: calc(100% - 120px);
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword {
    background: #f7f7f7;
    border: 1px solid #ccc;
    overflow: hidden;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #333;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top: 6px solid #333;
    top: 50%;
    transform: translate(0, -50%);
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 36px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    border-left: 1px solid #ccc;
    background-color: #fcf6bb;
    border-radius: 0 5px 5px 0;
    top: 0;
    transform: translate(0, 0);
    right: 0;
    height: 100%;
    width: 40px;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/*---- ec-select_search  ----*/
/* drower start */
.smp_overlay {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
}

#global-nav.is-open+.smp_overlay {
    display: block;
}

#global-nav {
    background: #fff;
    display: block;
    height: 100vh;
    position: fixed;
    transition: all 0.5s;
    right: -300px;
    top: 0;
    width: 300px;
    z-index: 99;
}

#global-nav.is-open {
    right: 0;
}

#global-nav .closeBtn {
    position: absolute;
    cursor: pointer;
    display: none;
    left: -35px;
    top: 10px;
    width: 27px;
}

#global-nav.is-open .closeBtn {
    display: block;
}

#global-nav .drawer-list {
    padding: 20px 25px;
    overflow-y: auto;
    height: 100%;
}

#global-nav .keyword-search {
    margin-bottom: 30px;
}

#global-nav .keyword-search .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 5px;
    width: 100%;
}

#global-nav .ec-headerSearch .ec-headerSearch__keywordBtn {
    background-color: #eebb34;
}

#global-nav .ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon,
#global-nav .ec-headerSearch .ec-headerSearch__keywordBtn .ec-icon img {
    height: 18px;
    width: 18px;
}

#global-nav .search-contents {
    padding-left: 0;
    margin-bottom: 30px;
}

#global-nav .search-contents~.search-contents {
    margin-bottom: 20px;
}

#global-nav .search-contents>li {
    border-bottom: 1px solid #ccc;
    text-align: left;
}

#global-nav .search-contents>li:first-of-type {
    border-top: 1px solid #ccc;
}

#global-nav .search-contents>li a,
#global-nav .search-contents>li .gNav__acd-ttl {
    display: block;
    cursor: pointer;
    padding: 20px 10px;
    position: relative;
    width: 100%;
}

#global-nav .search-contents>li a::before {
    position: absolute;
    content: "";
    border-top: 1px solid #eebb34;
    border-right: 1px solid #eebb34;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    right: 10px;
    height: 10px;
    width: 10px;
}

#global-nav .search-contents>li .gNav__acd-ttl::before {
    position: absolute;
    content: "";
    background-image: url(/html/user_data/assets/img/top/plus@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    height: 12px;
    width: 12px;
}

#global-nav .check-search {
    margin-bottom: 30px;
}

#global-nav .sub-contents {
    padding: 0;
}

#global-nav .sub-contents li {
    text-align: left;
}

#global-nav .sub-contents li+li {
    margin-top: 10px;
}

#global-nav .sub-contents li a span {
    padding-left: 20px;
    position: relative;
}

#global-nav .sub-contents li a span::before {
    position: absolute;
    content: "";
    border-top: 1px solid #eebb34;
    border-right: 1px solid #eebb34;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    left: 0;
    height: 8px;
    width: 8px;
}

/* -- drower/acd start --  */
#global-nav .search-contents .acd-inner {
    max-height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

#global-nav .search-contents .acd-inner ul {
    padding: 0;
}

#global-nav .search-contents .acd-inner ul li a {
    padding: 10px 30px;
}

#global-nav .search-contents .acd-inner ul li a::before {
    right: auto;
    left: 10px;
}

#global-nav .search-contents .gNav__acd-ttl.open::before {
    background-image: none;
    border-top: 1px solid #eebb34;
    margin-top: 4px;
    width: 12px;
}

#global-nav .search-contents .gNav__acd-ttl.open+.acd-inner {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 5px;
}

/* カテゴリ～探す */
#global-nav .search-contents .parent-list .child-cateArea ul {
    padding-left: 20px;
}

#global-nav .search-contents .parent-list .child-cateArea {
    display: none;
}

#global-nav .search-contents .parent-list .child-cateArea ul li a {
    padding: 5px 30px;
}

/* 価格から探す */
#global-nav .search-contents .price-area .areaTtl {
    display: none;
}


/* -- drower/acd end --  */
/* drower end */
/* ▲ header ▲ */

/* ▼ footer ▼ */

footer .camp-re__footer {
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    display: block;
    height: 3vw;
    max-height: 35px;
}

footer .footer-top {
    align-items: center;
    background-color: #fffcee;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

footer .sns-share__area {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .sns-share__area>div,
footer .sns-share__area iframe~iframe {
    margin-left: 10px;
}

footer .footer-main {
    margin: 70px 0 0;
}

footer .footer-main .btnArea {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

footer .footer-main .btnArea a {
    width: 250px;
}

footer .footer-main .btnArea a+a {
    margin-left: 30px;
}

footer .footer-main .siteMap-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

footer .footer-main .siteMap-area .itemTtl {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

footer .footer-main .siteMap-area .itemTtl::before {
    position: absolute;
    content: "";
    border-top: 1px solid #eebb34;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: calc(100% - 5em - 10px);
}

footer .footer-main .siteMap-area .siteMap-left {
    width: 650px;
}

footer .footer-main .siteMap-area .siteMap-right {
    width: 260px;
}

footer .footer-main .siteMap-area .siteMap-right .content-inner ul {
    padding-left: 10px;
}

footer .footer-main .siteMap-area .siteMap-right .content-inner ul li {
    margin-top: 15px;
}

footer .footer-main .siteMap-area .siteMap-right .content-inner+.content-inner {
    margin-top: 40px;
}

footer .footer-main .siteMap-area .siteMap-right .content-inner:nth-child(2) .itemTtl::before,
footer .footer-main .siteMap-area .siteMap-right .content-inner:nth-child(3) .itemTtl::before {
    width: calc(100% - 13em - 10px);
}

footer .footer-main .content-area {
    display: flex;
    justify-content: space-between;
    padding-left: 1em;
}

footer .footer-main .content-area .content-inner.cateArea {
    width: 50%;
}

footer .footer-main .content-area .content-inner .content-ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footer-main .content-area .content-inner .price-area .areaTtl {
    display: none;
}

footer .footer-main .content-area .content-inner ul {
    padding-left: 0;
}

footer .footer-main .content-area .content-inner ul.cate-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer-main .content-area .content-inner ul.cate-list li {
    width: 48%;
}

footer .footer-main .content-area .content-inner ul li {
    margin-top: 15px;
}

footer .footer-main .content-area .content-inner:last-child ul li:first-child {
    margin-top: 0;
}

footer .footer-main .content-area .content-inner ul li a {
    padding-left: 20px;
    position: relative;
}

footer .footer-main .content-area .content-inner ul li a::before {
    position: absolute;
    content: "";
    border-top: 1px solid #eebb34;
    border-left: 1px solid #eebb34;
    top: 50%;
    transform: translate(0, -50%) rotate(135deg);
    left: 0;
    height: 8px;
    width: 8px;
}



footer .footer-bottom {
    background-color: #fffcee;
    padding: 40px 0;
}

footer .footer-bottom .bottom-inner {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

footer .footer-bottom .bottom-inner .inner__leftbox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 395px);
}

footer .footer-bottom .bottom-inner .inner__leftbox .logo {
    margin-right: 30px;
}

footer .footer-bottom .bottom-inner .inner__leftbox .logo+p {
    line-height: 1.8;
}

footer .footer-bottom .bottom-inner .sns-box {
    background-color: #eebb34;
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 285px;
}

footer .footer-bottom .bottom-inner .sns-box>div {
    margin-right: 20px;
}

footer .footer-bottom .bottom-inner .sns-box a+a {
    margin-left: 15px;
}

footer .footer-bottom .link-tx {
    text-align: center;
    margin-top: 20px;
}

footer .footer-bottom .link-tx a+a {
    margin-left: 30px;
}

footer .coryright {
    background-color: #eebb34;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

footer .coryright .pageup {
    position: absolute;
    display: block;
    top: -20px;
    right: 20px;
    width: 75px;
}

/* ▲ footer ▲ */
.ec-blockTopBtn.pagetop {
    display: none !important;
}

.ec-layoutRole .ec-layoutRole__main {
    padding-top: 245px;
}

.ec-layoutRole .ec-layoutRole__contents {
    margin: 0;
    max-width: 100%;
    display: block;
    width: 100%;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}

.button01 {
    border: 2px solid #eebb34;
    background: #eebb34;
    border-radius: 5px;
    color: #363636;
    display: block;
    position: relative;
    padding: 15px 10px;
    text-align: center;
}

.button01:hover {
    border: 2px solid #eebb34;
    background: #fff;
    color: #363636;
    opacity: 1;
}

.button02 {
    border: 2px solid #eebb34;
    background: #fff;
    border-radius: 5px;
    color: #363636;
    display: block;
    position: relative;
    padding: 15px 10px;
    text-align: center;
}

.button02:hover {
    background: #eebb34;
    color: #333;
    opacity: 1;
}

.button03 {
    position: relative;
    padding-right: 15px;
}

.button03::before {
    content: "";
    position: absolute;
    border-top: 1px solid #eebb34;
    border-left: 1px solid #eebb34;
    height: 8px;
    width: 8px;
    top: 50%;
    transform: translate(0, -50%) rotate(135deg);
    right: 3px;
}

.button03::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #eebb34;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*---- body ----*/
#page-header {
    background-image: url(/html/user_data/assets/img/common/ttl-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    padding: 27px 0;
}

#page-header .page-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
    margin: 0;
}

@media screen and (max-width: 1450px) and (min-width: 1210px) {
    header .header-inner .right-menu {
        width: 430px;
    }
}

@media screen and (max-width: 1400px) {
    header .header-inner .icon-area ul li+li {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1300px) {
    header .header-inner .header-logo p {
        font-size: 11px;
    }
}

@media screen and (max-width: 1210px) {
    header .header-inner .icon-area ul li a {
        font-size: 11px;
    }

    header .header-inner .icon-area ul li+li {
        margin-left: 10px;
    }
}

/* ------------------------------------------
SPC 1024px
------------------------------------------ */
@media screen and (max-width:1024px) {

    /* Header */
    header {
        top: -20px;
    }

    header .header-inner .search-area,
    header .header-inner .header-logo {
        margin-top: 0;
    }

    header .header-top {
        background-color: #fff8d9;
        padding: 3px 20px;
    }

    .ec-cartNavi__label {
        display: none;
    }

    .camp-re{
        height: 2.8vw;
    }

    .ec-cartNavi {
        background-color: transparent;
        min-width: auto;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }

    .ec-cartNavi::before {
        position: absolute;
        content: "カート";
        bottom: -1px;
        left: -2px;
        font-size: 12px;
        width: 35px;
    }

    /* 商品検索 */
    .iziModal {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .iziModal .ec-headerSearch {
        max-width: 100%;
    }

    .iziModal .ec-headerSearch__keyword {
        border-radius: 5px;
        float: none;
        margin: 0 auto;
    }

    .iziModal .ec-headerSearch .ec-headerSearch__keywordBtn {
        background-color: #eebb34;
    }

    .iziModal .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
        height: 16px;
        width: 16px;
    }

    .iziModal .mpdal-closeBtn {
        position: absolute;
        right: 20px;
        top: -40px;
        height: 25px;
        width: 25px;
    }

    .keyword-area {
        text-align: center;
        margin-top: 60px;
    }

    .keyword-area>p {
        color: #fff;
    }

    .keyword-inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px auto;
        max-width: 800px;
    }

    .keyword-inner p {
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding: 5px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    header .header-inner .right-menu {
        flex-direction: row;
        align-items: center;
        width: auto;
    }

    header .header-inner .right-menu>div,
    .ec-cartNaviWrap {
        margin-right: 20px;
    }

    .ec-cartNavi {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        width: auto;
        height: 44px;
        white-space: nowrap;
        cursor: pointer;
        background: #F8F8F8;
        background-color: rgb(248, 248, 248);
    }

    /* drawer */
    .drawer-nav {
        width: 19.25rem;
    }

    .drawer--right .drawer-nav {
        right: -19.25rem;
    }

    /*ハンバーガーボタン*/
    header .header-inner .right-menu .smp-nav__btn {
        margin-right: 0;
        height: 30px;
    }

    .sp_nav-btn {
        transition: 0.3s;
    }

    .icon-animation {
        width: 27px;
        height: 20px;
        display: block;
        cursor: pointer;
        position: relative !important;
        text-align: center;
        padding: 0 !important;
    }

    .icon-animation span {
        width: 27px;
        height: 2px;
        display: block;
        background: #333;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -17px;
        margin-top: -2px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .icon-animation .top {
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px);
    }

    .icon-animation .bottom {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
    }

    .icon-animation:before {
        content: "メニュー";
        display: block;
        position: absolute;
        left: -13px;
        letter-spacing: 0;
        bottom: -14px;
        color: #333;
        font-size: 11px;
        width: 50px;
    }

    .icon-animation button {
        background-color: #fff;
        border: none;
    }

    .is-open .middle {
        background: rgba(51, 51, 51, 0);
    }

    .is-open .top {
        -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
    }

    .is-open .bottom {
        -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
    }

    .is-open.icon-animation:before {
        content: "";
        left: 0px;
        width: 46px;
    }

    .ec-cartNaviIsset {
        max-height: 50vw;
    }

    /* Footer */
    footer .footer-bottom .bottom-inner .inner__leftbox {
        width: calc(100% - 300px);
    }

    .ec-layoutRole .ec-layoutRole__main {
        padding-top: 120px;
    }

    footer .footer-main .siteMap-area {
        flex-direction: column;
    }

    footer .footer-main .siteMap-area .siteMap-left {
        width: 100%;
    }

    footer .footer-main .siteMap-area .siteMap-right {
        width: 50%;
    }

}

/* ------------------------------------------
iPad 768px
------------------------------------------ */
@media screen and (max-width:768px) {

    /* Header */
    .camp-re{
        height: 2.5vw;
    }

    header .header-top p {
        font-size: 10px;
    }

    header .header-inner>div {
        width: 40%;
    }

    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        font-size: 13px;
    }

    /* Footer */
    footer .camp-re__footer {
        height: 4vw;
    }

    footer .footer-top {
        padding: 30px 0;
    }

    /* acd start */
    footer .footer-main .siteMap-area {
        margin-bottom: 45px;
    }

    footer .acdItem {
        border-bottom: 2px solid #ccc;
    }

    footer .acdItem .acd-ttl {
        background-color: #fffcee;
        padding: 20px 10px;
        position: relative;
        display: block;
        width: 100%;
    }

    footer .acdItem .acd-childItem .acd-ttl {
        background-image: url(/html/user_data/assets/img/top/bg4@2x.jpg);
        background-repeat: repeat;
        background-position: center;
        background-size: contain;
    }

    footer .acdItem p.acd-ttl.open {
        border-bottom: 2px solid #ccc;
    }

    footer .acdItem .acd-ttl.bt {
        border-top: 2px solid #ccc;
    }

    footer .acdItem p.acd-ttl::before {
        position: absolute;
        content: "";
        background-image: url(/html/user_data/assets/img/top/plus@2x.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        height: 15px;
        width: 15px;
    }

    footer .acdItem p.acd-ttl.open::before {
        background-image: none;
        border-top: 2px solid #eebb34;
        height: 1px;
        width: 15px;
    }

    footer .acdItem a.acd-ttl::before {
        position: absolute;
        content: "";
        border-top: 1px solid #eebb34;
        border-right: 1px solid #eebb34;
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
        right: 20px;
        height: 8px;
        width: 8px;

    }

    footer .acdItem .acd-inner,
    footer .acdItem .acd-childItem .acd-inner {
        display: none;
        transition: .5s;
    }

    footer .acdItem p.acd-ttl.open+.acd-inner,
    footer .acdItem .acd-childItem p.acd-ttl.open+.acd-inner {
        display: block;
    }

    footer .acdItem .acd-inner.pd10 {
        padding: 0 10px;
    }

    footer .acdItem p.acd-ttl.open+.acd-inner.pd10 {
        padding: 20px 10px;
    }

    footer .acdItem .acd-inner ul {
        padding: 0;
        margin: 0;
    }

    footer .acdItem .acd-inner ul li+li {
        margin-top: 20px;
    }

    footer .acdItem .acd-inner ul li a {
        display: inline-block;
        padding-left: 20px;
        position: relative;
    }

    footer .acdItem .acd-inner ul li a::before {
        position: absolute;
        content: "";
        border-top: 1px solid #eebb34;
        border-right: 1px solid #eebb34;
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
        left: 0;
        height: 8px;
        width: 8px;
    }

    footer .acdItem .acd-childItem .acd-ttl,
    footer .acdItem .acd-childItem p.acd-ttl.open+.acd-inner {
        padding: 20px;
        border-bottom: 2px solid #ccc;
    }

    footer .acdItem .acd-childItem .acd-inner {
        padding: 0 20px;
    }

    footer .acdItem .acd-inner .price-area .areaTtl {
        display: none;
    }

    footer .acdItem .acd-childItem:last-of-type .acd-ttl {
        border-bottom: none;
    }

    /* acd end */
    footer .footer-bottom .bottom-inner,
    footer .footer-bottom .bottom-inner .inner__leftbox {
        flex-direction: column;
        width: 100%;
    }

    footer .footer-bottom .bottom-inner {
        padding: 20px;
    }

    footer .footer-bottom .bottom-inner .inner__leftbox .logo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer .footer-bottom .bottom-inner .inner__leftbox {
        margin-bottom: 20px;
    }

    .ec-layoutRole .ec-layoutRole__main {
        padding-top: 106px;
    }
}


@media screen and (max-width: 767px) {
    .ec-cartNavi .ec-cartNavi__badge {
        top: -6px;
        left: 70%;
    }

    .cart-in-overlay.is-active {
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        position: fixed;
        height: 150vh;
        width: 100%;
        z-index: -1;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cart {
        display: flex;
        justify-content: center;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
        width: 20%;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
        width: 35%;
    }
}

@media screen and (max-width:500px) {

    header .header-inner .right-menu>div,
    .ec-cartNaviWrap {
        margin-right: 10px;
        font-size: 10px;
    }

    .ec-cartNavi::before,
    .icon-animation::before {
        font-size: 10px;
    }
}

/* ------------------------------------------
SP 480px
------------------------------------------ */
@media screen and (max-width:480px) {

    /* Header*/
    .camp-re {
        height: 7vw;
    }

    header {
        top: -35px;
    }

    header .header-inner .logo {
        width: 60%;
    }

    header .header-inner {
        padding: 10px 15px;
    }

    header .header-inner .ec-cartNavi {
        height: 38px;
    }

    header .header-inner .ec-headerRole__cart {
        margin-right: 15px;
    }

    .ec-cartNaviIsset {
        max-height: 90vh;
    }

    /* 商品検索 */
    .iziModal .ec-headerSearch__keyword {
        width: 90%;
    }

    .iziModal .mpdal-closeBtn {
        top: -50px;
        height: 20px;
        width: 20px;
    }

    /* Footer */
    footer .camp-re__footer {
        height: 8vw;
    }

    footer .footer-bottom .link-tx {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .footer-bottom .link-tx a {
        width: 48%;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left;
    }

    footer .footer-bottom .link-tx a+a {
        margin-left: 0;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
        width: 25%;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
        width: 55%;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle,
    .ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
        font-size: 13px;
    }

    .ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
        font-size: 12px;
    }

}


/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
    .spc__hide {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .spc__show {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .ipad__hide {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    .ipad__show {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .smp__hide {
        display: none !important;
    }
}

@media screen and (min-width: 481px) {
    .smp__show {
        display: none !important;
    }
}