/* common */
html {
 -webkit-text-size-adjust: 100%;
}

.l-wrapall{
    overflow:hidden;
}

/* ヘッダー内 */
.c-header-mylist,
.c-header-menu {
	display: block;
}
.c-header-input-wrap,
.c-header-select-wrap,
.c-header-linklist {
    display: none;
}
.c-header-search img{
    width: 18px;
}
.l-header {
    width: auto;
    min-width: auto;
    height: auto;
    z-index: 100;
}

.c-leftnav-header-sp {
	position: absolute;
    top:0;
    display: none;
    width: 100vw;
}
.l-leftnav.is-show .c-leftnav-header-sp {
    display: block;
}

.sp_header_bg.is-show::before,
.sp_header_bg.is-show::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top:15px;
    right: 320px;
}
.sp_header_bg.is-show::after {
    transform: rotate(-45deg);
}
.l-leftnav-search-sp,
.c-leftnav-login-sp {
	display: block;
}
.l-leftnav-search-sp {
    padding: 0 5vw 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.c-leftnav-login-sp {
    margin: 0 5vw 40px;
}
.l-leftnav-search-sp a,
.c-leftnav-login-sp a {
    text-decoration: none;
    color: #333;
}
.c-leftnav-login-sp a {
    border: 1px solid #ccc;
    display:block;
    text-align: center;
    padding: 12px 0;
    border-radius: 2px;
    font-size: 100%;
    font-weight: 500;
}
.c-leftnav-login-sp a span::before {
	content: "";
	display: inline-block;
	background-image: url(/images/corder/common/icon_logout.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	margin-right: 10px;
	vertical-align: bottom;
}
.sp_header_bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 103;
	display: block;
	cursor: pointer;
	transition: .5s;
}
.sp_header_bg.is-show {
	opacity: 1;
	visibility: visible;
}
.c-header-logo {
    width: 34vw;
    margin: auto;
    padding-right: 8%;
    z-index: 100;
}
.c-header-logo img{
    width: 120px;
}
.l-header-left {
    padding: 10px 0;
    align-items: center;
}
.l-header form {
    width: 100%;
}
.c-header-mylist,
.c-header-search {
    text-align: center;
    margin-left: 3%;
    z-index: 100;
}
.c-header-mylist a,
.c-header-search {
    text-decoration: none;
    color: #333;
    font-size: 10px;
    display: block;
}
.c-header-mylist a img {
    width: 20px;
}
.c-header-mylist a .is-text{
    padding-top: 5px;
    font-weight: 500;
}
.c-header-search .is-text{
    font-size: 10px;
    padding: 4px 0 0 2px;
    font-weight: 500;
}
.c-header-menu {
    position: relative;
    margin-right: 3%;
    z-index: 100;
}
.c-header-menu .is-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transform: scale(0.9);
    padding-top: 7px;
    font-weight: 500;
    text-align: center;
    width: 110%;
    margin-left: -3%;
}
.c-header-menu a {
    display: block;
    width: 50px;
    height: 34px;
    text-decoration: none;
    color: #333;
    font-size: 10px;
}
.c-header-menu a .is-line span {
    width: 45%;
    margin: auto;
    height: 2px;
    background-color: #333;
    display: block;
}
.c-header-menu a span::before,
.c-header-menu a span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
    display: inline-block;
    vertical-align: bottom;
}
.c-header-menu a span::after {
    vertical-align: 0;
}
/* メニュー内 */
.l-leftnav {
    width: 85%;
    max-width: 300px;
    height: 100%;
    position: fixed;
    z-index: 103;
    background: #fff;
    top: 0;
    right: 0;
    left: auto;
    padding:0 0 20px;
    transform: translateX(100%);
    transition: .5s;
}
.l-leftnav.is-show {
    transform: translateX(0);
    overflow-y: scroll;
}
.c-leftnav-middle {
    display: none;
    background: #eee;
    padding-top:15px;
    padding-bottom:15px;
}
.c-leftnav-footnav {
    padding: 0 0 20px;
}
.c-leftnav-large li a {
    background: none;
    height: auto;
    color: #333;
    text-align: left;
    display: block;
    font-size: 100%;
    display: block;
    padding:25px;
    position: relative;
}

.c-leftnav-large li a.is-category:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 10px;
    right: 8px;
    top: 50%;
    height: 8px;
}
.c-leftnav-large li a::after{
	border-right: 1px solid #333;
    border-top: 1px solid #333;
}
.c-leftnav-large li a.is-category:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    border-top: 1px solid #333;
    border-right:none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 12px;
    top: calc(50% - 4px);
}
.c-leftnav-large li.is-show a.is-category:after {
    border-top: none;
}

.c-leftnav-large li:nth-child(3) a {
    background: none;
}
.c-leftnav-large li.is-current a,
.c-leftnav-large li a {
    background: none;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.c-leftnav-large li.is-current a span,
.c-leftnav-large li a span{
    padding-top: 10px;
    font-size: 11px;
    font-weight: 200;
}
.c-leftnav-large {
    padding: 0;
    background: #eeeeee;
}
.c-leftnav-large li {
    padding: 0;
    text-align: center;
}
.c-leftnav-large li:last-child {
    margin-bottom: 0;
}
.c-leftnav-copy {
    font-size: 10px;
    transform: scale(0.9);
    color: #7d7d7d;
    text-align: center;
    padding: 10px 0;
}
.c-leftnav-copy br {
    display: none;
}
.c-leftnav-logo {
    margin-bottom: 11px;
    text-align: center;
    padding: 10px 0 0;
}
.l-leftnav-history{
    display: block;
    padding: 20px 0 10px 5vw;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.c-leftnav-history-title{
    margin-bottom: 10px;
}
.c-leftnav-history {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: none;
    display: flex;
}
.c-leftnav-history::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.c-leftnav-history li {
    flex-basis: 100px;
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    margin-right:20px; 
}
.c-leftnav-history figcaption{
    margin-top: 10px;
    font-size: 11px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


/* 検索ボックス表示 */
.c-header-search-wrap-sp {
	display: block;
    position: fixed;
    top: 0;
    right: -100vw;
    background-color: #fff;
    padding: 15px 3% 25px;
    z-index: 110;
    text-align: center;
    width: 94%;
    transition: .5s;
}
.c-header-search-wrap-sp.is-show {
    right:0;
}
.c-header-select-wrap {
    display: block;
    margin: 0 0 10px 0;
}
.c-header-input-wrap {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
}
.c-header-input-voice {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 4px;
    width: 25px;
    height: 30px;
    background-image: url(/images/corder/common/icon_search_boise.png);
    background-repeat: no-repeat;
    background-size: 13px 18px;
    background-position: center;
    cursor: pointer;
}
.c-header-select {
    width: 100%;
    font-size: 14px;
    padding:12px;
}
.c-header-input-text {
    width: 100%;
    display: block;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.c-header-keyword {
    font-size: 13px;
    text-align: left;
    white-space: normal;
    display: flex;
}
.c-header-keyword dt{
    white-space: nowrap;
}
.c-header-keyword-dd a{
    margin-bottom: 5px;
}
.c-header-input-submit {
    margin-bottom: 15px;
}
.c-header-search-close-sp {
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0 0 10px auto;
    width: 30px;
    height: 30px;
}
.c-header-search-close-sp::before,
.c-header-search-close-sp::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background-color: #333;
    transform: rotate(45deg);
}
.c-header-search-close-sp::after {
    transform: rotate(-45deg);
}


/* l-leftnav */ 
.l-leftnav,
.l-leftnavwrap{
    width: auto;
    min-width: auto;
}

/* l-main */ 
.l-main,
#mylist .l-main,
#category2 .l-main{
    min-width: auto;
}
.l-main-stickywrap{
    height: auto;
}
#top .l-main-stickywrap{
    height: 52px;
}
.l-main-sticky.is-fixed{
    top:0;
    width: auto;
    min-width: auto;
    padding: 0;
    opacity: 1;
}
.l-main-tab {
    padding: 0;
}
#category2 .l-mainitem,
.l-mainitem{
    width: 100%;
    min-width: auto;
	min-height: auto;
    padding: 10px 0 60px;
}
#mylist .l-mainitem{
    width: auto;
    min-width: auto;
	min-height: auto;
    background: #fff;
    padding-bottom: 20px;
}


/* c-main-tab */
.l-main-tab,
.c-main-tab{
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
    width: 100vw;
    border-bottom: none;
}
.c-main-tab::-webkit-scrollbar {
    display:none;
}
.l-main-tab{
    position: relative;
}
.l-main-tab::before{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 52px;
    background: -moz-linear-gradient(left, #fff, transparent);
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 1) 90%);
    top: 0;
    right:0;
}
.l-main-tab::after{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
    top: calc(50% - 6px);
    z-index:100;
}


.c-main-tab li {
    flex: 0 0 30%;
    white-space: normal;
    border:1px solid #dcdcdc;
    border-left:none;
}
.c-main-tab li:first-child{
    margin: 0;
}
.c-main-tab li a,
.c-main-tab li:first-child a{
    height: 50px;
    padding:0;
    border-radius:0;
    border: none;
}





/* sp-category-nav */
.l-sp-category-nav{
    display: block;
    margin-bottom: 15px;
}
.c-sp-category-nav{
    display: flex;
}
.c-sp-category-nav li{
    width: 100%
}
.c-sp-category-nav li a,
.c-sp-category-nav li span{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-bottom: 5px solid #eeeeee;
    height: 50px;
    text-decoration: none;
    color: #333;
}
.c-sp-category-nav .is-current a,
.c-sp-category-nav .is-current span{
    font-weight: bold;
    border-bottom: 5px solid #ac8445;
}




/* c-main-sort */
.l-main-sort{
    position: fixed;
    bottom:-100vh;
    padding: 0;
    width: 100%;
    z-index: 100;
    transition: .5s;
}
.l-main-sort.is-show{
    position: fixed;
    bottom: 54px;
    padding: 0;
}
.c-main-sort {
    border-bottom: none;
    padding: 15px 0;
    display: block;
    background: rgba(0,0,0,0.8);
}
.c-main-sort dt{
    display: none;
}
.c-main-sort.is-show dt{
    display: none
}
.c-main-sort dd {
    margin: 0;
    padding: 10px;
    text-align:center;
    color: #fff;
}
.c-main-sort dd.is-current a,
.c-main-sort dd a{
    color: #fff;
    text-decoration: none;
}
.c-main-sort dd.is-current a {
    position: relative;
    padding-left: 24px;
}
.c-main-sort dd.is-current a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(/images/corder/common/icon_submit.png) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* breadcrumb */ 
 .l-breadcrumb {
    display: none;
    margin:0 0 0 10px;
}
.c-breadcrumb li{
    font-size: 11px;
}

/* c-item-list */ 
.c-item-list {
    margin: 0;
}
.c-item-list.grid-item {
    width: calc(100% / 3);
    min-height: calc(100vw / 3);
}
.is-grid1 .c-item-list:nth-child(1).grid-item,
.is-grid1 .c-item-list:nth-child(19n).grid-item,
.is-grid1 .c-item-list:nth-child(18n + 10).grid-item,
.is-grid2 .c-item-list:nth-child(17n + 2).grid-item,
.is-grid3 .c-item-list:nth-child(17n + 3).grid-item,
.is-grid4 .c-item-list:nth-child(17n + 4).grid-item,
.is-grid5 .c-item-list:nth-child(17n + 5).grid-item,
.is-grid6 .c-item-list:nth-child(17n + 6).grid-item,
.is-grid7 .c-item-list:nth-child(17n + 7).grid-item,
.is-grid8 .c-item-list:nth-child(17n + 8).grid-item,
.is-grid9 .c-item-list:nth-child(18n + 9).grid-item {
    width: calc(100% / 3 * 2);
}

.is-grid1 .c-item-list:nth-child(4).grid-item,
.is-grid1 .c-item-list:nth-child(19n).grid-item,
.is-grid1 .c-item-list:nth-child(18n + 10).grid-item{
    clear: both;
}
.c-item-name{
    height: 30px;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 12px;
    opacity: 1;
}
.c-item-sold{
    padding: 5px 10px;
    font-size: 12px;
}
.c-item-web-top{
	top: 30px;
}
.c-item-title{
    font-size: 24px;
    margin:40px 0;
}
.c-item-title.is-feature{
    margin:0 0 40px;
    padding: 0;
}
.c-item-title span{
    font-weight: normal;
}
.c-item-mylist{
    width:40px;
    height: 45px;
}
.c-item-list.is-on figure::before {
    width: 77px;
}
.c-item-list.is-on figure::after {
    width: 45px;
    height: 45px;
}



/* mylist */ 
.l-mylistwrap{
    display: none;
}
.c-itemdetail-mylist-empty-title{
    font-size: 16px;
}
.c-itemdetail-mylist-empty-text br{
    display: inline-block;
}

/* l-modal-item */ 
.l-modal-bg.is-show{
    z-index: 103;
}

.l-modal-item{
    min-width: auto;
    width: 90%;
    height: 72vh;
    box-sizing: border-box;
    padding: 15px;
    /*position: relative;*/
}
#mylist .l-modal-bg .c-modal-close,
.c-modal-close{
    min-width: auto;
    width: 90%;
    height: calc(72vh + 80px);
}
@media screen and (max-width:330px){
    .l-modal-item{
        height: 68vh;
    }
    #mylist .l-modal-bg .c-modal-close,
    .c-modal-close{
        height: calc(68vh + 80px);
    }
}
.l-itemdetail-modal-bg .c-modal-close{
    height: 480px;
}
.c-modal-close::before,
.c-modal-close::after{
    right: 50px;
}

@media screen and (min-width:600px) and ( max-width:768px) {
    .l-itemdetail-modal-bg .l-modal-item,
    .l-modal-item.is-relation{
        top: 10%;
    }
    .c-modal-close.is-relation,
    .l-itemdetail-modal-bg .c-modal-close{
        height: 88%;
    }
}

@media screen and (max-width:330px){
    .c-modal-close.is-relation {
        height: 400px;
    }
    .l-modal-item.is-relation{
        top: calc(50% - 160px);
    }
}

.l-modal-item-innerwrap{
    height: 40px;
}
.c-modal-item-imgnum{
    bottom: 0;
}
.c-modal-item-moresee{
    font-size: 12px;
}
.l-modal-item-imgwrap {
    width: 100%;
    min-width: auto;
}
.c-modal-item-imgnum-wrap{
    top:auto;
    bottom:0;
    font-size: 14px;
}
.c-itemdetail-list .c-modal-item-imgnum-wrap{
    bottom: -10px;
    right: 10px;
}
#category .l-modal-bg .l-modal-item-imgwrap{
    width: 100%;
    min-width: auto;
}
.l-modal-item.is-show{
    display: block;
}
.l-modal-item-content,
#mylist .l-modal-item-content,
#category2 .l-modal-item-content{
    width: 100%;
    padding-left: 0;
}

.c-modal-item-title{
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.c-modal-item-subtitle {
    font-size: 14px;
}
.c-modal-item-detail dd,
.c-modal-item-text,
.c-modal-item-allergy,
.c-modal-item-hashtag li,
.c-modal-item-sku-explain,
.c-modal-item-sku-text{
    font-size: 12px;
}
.c-modal-item-attention{
    font-size: 10px;
}
.c-modal-item-allergy dd{
    margin-bottom: 5px;
}
.l-modal-item .slick-dotted.slick-slider{
    margin-bottom: 10px;
}



/* l-modal-item-btn */ 
.l-modal-item-btn{
    padding: 0;
}
#category2 .l-item .l-modal-item-btn{
    flex-wrap: nowrap;
}
.c-modal-item-btn-submit,
.c-modal-item-btn-mylist,
#category2 .l-item .c-modal-item-btn-submit,
#category2 .l-item .c-modal-item-btn-mylist{
    width: 44%;
}
#category2 .l-item .c-modal-item-btn-submit,
#category2 .l-item .c-modal-item-btn-mylist{
    margin-bottom: 0;
    white-space: normal;
}
.c-modal-item-btn-mylist {
    margin-left: 5px;
}
.c-modal-item-btn-submit a,
.c-modal-item-btn-submit span,
.c-modal-item-btn-mylist a{
    padding: 9px 12px 4px;
    font-size: 13px;
    height: 45px;
    letter-spacing:0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.c-modal-item-btn-submit span{
    text-align: center;
    justify-content: center;
}
@media screen and (max-width:321px){
    .c-modal-item-btn-submit a,
    .c-modal-item-btn-submit span,
    .c-modal-item-btn-mylist a{
        padding: 9px 11px;
        font-size: 12px;
    }
}
.c-modal-item-btn-submit a::before,
.c-modal-item-btn-submit span::before{
    width: 10px;
    height: 12px;
    background-size: 10px 12px;
    margin-right: 2px;
    width: 17%;
}
.c-modal-item-btn-mylist a::before{
    width: 12px;
    height: 10px;
    background-size: 12px 10px;
    margin-right: 2px;
    width: 17%;
}
.c-modal-item-btn-mylist a.is-on::before{
    background-size: 12px 10px;
}
.c-modal-item-btn-share,
#category2 .l-item .c-modal-item-btn-share {
    width:12%;
    margin-left: 5px;
}
.c-modal-item-btn-share a{
    color: #fff;
    padding: 13px 0;
    font-size: 1px;
    height: 45px;

}
.c-modal-item-btn-share a::before {
    position: absolute;
    left: calc(50% - 6px);
}
.c-modal-item-btn-relation {
    width: auto;
    position: absolute;
    margin: 52px 0px 0px 0px;
    padding-bottom: 8px;
}
@media screen and (min-width:600px) and ( max-width:768px) {
    .c-modal-item-btn-relation {
        left: 20px;
    }
}
@media screen and (max-width:375px){
    .c-modal-item-btn-relation {
        margin-left: 12px;
    }
}

#category2 .l-item .c-modal-item-btn-relation,
#category .l-item .c-modal-item-btn-relation,
#mylist .l-item .c-modal-item-btn-relation {
    top: 84vw;
    width: auto;
    margin-left: 0;
	left: 20px;
}
#category2 .l-modal-item .c-modal-item-btn-relation,
#category .l-modal-item .c-modal-item-btn-relation,
#mylist .l-modal-item .c-modal-item-btn-relation {
    top: 74vw;
	left: 20px;
}
.c-modal-item-btn-relation a{
    padding:10px;
    height: 35px;
    font-size: 12px;
    background:rgba(255,255,255,0.7);
}
.l-modal-item-share,
.c-itemdetail-list .l-modal-item-share,
#category2 .l-item .l-modal-item-share.is-category,
#mylist .c-itemdetail-list .l-modal-item-share{
    padding: 10px;
    background: rgba(0,0,0,0.8);
    margin-top: -90px;
    width: calc(100% - 50px);
    right: auto;
    left:auto;
}
.c-modal-item-share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width:321px){
    .c-modal-item-share{
        width: 75%;
    }
}
.c-modal-item-share-line,
.c-modal-item-share-other{
    text-align:center;
}
.c-modal-item-share-line{
    margin-bottom: 0;
}
.c-modal-item-share-other{
    display: block;
}
.c-modal-item-share-line br,
.c-modal-item-share-other br{
    display: none;
}
.c-modal-item-share img{
    width: 30px;
}
.c-modal-item-share a div{
    height: 40px;
}
.c-modal-item-share a{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    display: block;
}


/* 関連商品 */
.c-modal-item-relation-title{
    text-align: center;
}
.c-modal-item-relation-list{
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-modal-item-relation-item{
    position: relative;
    width: calc((100% / 2) - 10px);
    margin: 0 0 20px;
}
.c-modal-relation-name {
    height: 30px;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 12px;
}


/* 全商品閲覧後modal */
.c-modal-last{
    width: 86%;
    height: 50%;
    padding: 40px 20px;
}
.c-modal-last-title{
    font-size: 16px;
    margin-bottom: 20px;
}
.c-modal-last-input-text{
    width: 170px;
    padding: 12px 14px;
    color: #666;
    border:1px solid #e0dcd9;
}
.c-modal-last-close{
    width: 80%;
    height: calc(55% + 70px);
}
@media screen and (max-width:350px){
    .c-modal-last{
        height: 70%;
    }
    .c-modal-last-close{
        height: calc(70% + 70px);
    }
    .c-modal-last-input-text{
        width: 140px;
    }
}
.c-modal-movie{
    text-align: center;
    width: auto;
    height: auto;
}
.c-modal-movie video{
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    text-align: center;
    margin:auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
}
.c-modal-movie-close{
    width: auto;
    height: 110vw;
    width: calc(100vw - 60px);
}
.c-modal-shake img{
    width: 120px;
}



/* 追従フッター */
.c-fixed-footer-pc{
    display: none;
}
#mylist .c-fixed-footer-pc{
    display: block;
}
.c-fixed-footer {
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: -60px;
    z-index: 102;
    height: 54px;
    transition: .4s;
}
#mylist .c-fixed-footer{
    display: none;    
}
.c-fixed-footer.is-fixed {
    bottom: 0;
}
.c-fixed-footer-inner [class*="c-fixed"] {
    margin-right: 5%;
    text-decoration: none;
    color: #333;
}
.c-fixed-footer-inner [class*="c-fixed"]:last-child {
    margin-right: 0;
}
.c-fixed-footer-inner [class*="c-fixed"] span {
    white-space: nowrap;
}
.c-fixed-footer-inner {
    display: flex;
    align-items: center;
    padding: 10px 2%;
}
.c-fixed-footer-inner .c-fixed-mylist {
    background: #d81010;
    display: block;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: auto;
}
.c-fixed-footer-inner .c-fixed-mylist span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/images/corder/common/icon_mylist_sp_w.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 5%;
}
.c-fixed-sort {
    cursor: pointer;
    display: none;
}
.c-fixed-sort span::before,
.c-fixed-pageTop span::before {
    content: "";
    display: inline-block;
    background-image: url(/images/corder/common/icon_mylist_sp_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 7px;
}
.c-fixed-sort span::before {
    background-image: url(/images/corder/common/icon_sort_sp.png);
    width: 20px;
    height: 20px;
}
#top .c-fixed-sort,
#category .c-fixed-sort{
    display: inline-block;
}
.c-fixed-pageTop span::before{
    background-image: url(/images/corder/common/icon_pagetop_sp.png);
    width: 12px;
    height: 12px;
}
.c-mylist-balloon {
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    position: fixed;
    bottom:70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    width: 70%;
    border-radius: 3px;
    background: rgba(20, 20, 20, 0.7);
    text-align: center;
    padding:20px 0;
    z-index: 150;
}
.c-mylist-balloon.is-show {
    opacity: 1;
    visibility: visible;
}
.l-exlogin{
    top:10px;
    bottom:auto;
}
#top .l-exlogin{
    top:auto;
    bottom: 60px;
}
.c-exlogin{
    padding:12px 0;
    font-size: 12px;
    margin:0 15%;
    box-sizing: border-box;
    width: auto;
    border-radius: 4px;
    transition: .2s;
    opacity: 0;
}
.c-fixed-footer.is-fixed + .l-exlogin .c-exlogin{
    opacity: 1;
}

/* SP_追従する特集バナー */
.c-fixed-banner{
    position: fixed;
	width:100%;
    top: auto;
    bottom: 70px;
    right: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
	text-align:center;
}
.c-fixed-banner img{
	width:90%;
	height:auto;
}

/* SP_カテゴリ_商品一覧 */
.l-item-categorybtn{
    margin:0 10px 30px;
    padding:0 0 20px;
}
.l-item-categorybtn-list{
    padding:0;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.l-item-categorybtn-list li{
    width: calc((100% - 30px)/3);
    margin:0 0 10px 13px;
    font-size: 11px;
}

.l-item-categorybtn-list li:nth-child(3n + 1){
    margin:0 0 10px 0;
}
.l-item-categorybtn-list li:nth-child(5n + 1){
    margin:0 0 10px 13px;
}
.l-item-categorybtn-list li:first-child{
    margin:0 0 10px 0;
}
.l-item-categorybtn-list li:nth-child(5n){
    margin:0 0 10px 13px;
}
.l-item-categorybtn-list .l-category-name span{
    font-size: 18px;
    margin-bottom: 8px;
}
.l-itemrefine-wrap {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.l-itemrefine-wrap .c-itemrefine-title {
    width: 90%;
    margin: auto;
    padding: 16px 0;
    border-radius: 5px;
    position: relative;
}
.l-itemrefine-wrap .c-itemrefine-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: calc(50% - 8px);
}
.l-itemrefine-wrap .c-itemrefine-title.is-show::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 2px);
}
.l-itemrefine-list-wrap{
    display: none;
    width: 100%;
}
.l-itemrefine-wrap .l-itemrefine-ul {
    display: flex;
    padding: 20px 10px 10px;
    width: 90%;
    margin: -10px auto 0;
    box-sizing: border-box;
    border-radius: 5px;   
}

.c-itemrefine-list {
    width: calc((100% - 2%) / 3);
    margin-right: 1%;
    font-size: 12px;
}
.c-itemrefine-list:nth-child(3n) {
    margin-right: 0;
}
.c-itemrefine-list:nth-child(5n) {
    margin-right: 1%;
}
.c-itemdetail-list {
    flex-wrap: wrap;
}
.c-itemrefine-list a{
    padding: 7px 10px 7px 20px;
    text-align: center;
}
.c-itemrefine-list .c-itemrefine-icon {
    top: calc(50% - 11px);
}
.c-itemrefine-list .c-itemrefine-icon::before{
    width: 14px;
    height: 14px;
    left: 0;
}
.c-itemrefine-list .c-itemrefine-icon::after{
    left: 3px;
    top: 7px;
}
.c-itemrefine-list.is-current .c-itemrefine-icon::after {
    left: 4px;
    top: 8px;
}

.c-itemdetail-allergy dd,
.c-modal-item-allergy dd{
    margin-bottom: 10px;
}
#mylist .c-itemdetail-list {
    padding:0;
}
.c-itemdetail-list .l-modal-item-content {
    margin: 0 4%;
}
.c-itemdetail-sku-explain dd,
.c-modal-item-sku-explain dd{
    margin-right: 15px;
}


/* mylist */
.l-mylist-refine{
    border: none;
    padding:0 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.c-mylist-refine-title{
    font-size: 12px;
    white-space: nowrap;
}
.c-mylist-refine-selectwrap{
    margin: 0 20px 0 10px;
}
.l-itemdetail-sku{
    padding:10px 0 0;
}
.l-itemdetail-length{
    bottom: 60px;
    left: 10px;
    padding: 10px;
    font-size: 14px;
}
#mylist .l-itemdetail-length{
    left: 10px;
    bottom:20px;
}
#category .l-itemdetail-length{
    left: 10px;
    bottom:70px;
}
.c-mylist-explan-modal{
    width: 70%;
    padding:20px;
    height: 180px;
}
.l-itemdetail-length-num{
    font-size: 18px;
}


.c-mylist-explan-modalbg-close{
    margin-top: -150px;
}
.c-mylist-explan-title{
    width: 70px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
}
.l-itemdetail-item-imgwrap,
.c-itemdetail-img img {
    width: 100vw;
}
.c-itemdetail-img .cri-liveact-player{
    min-height: 100vw;
}
.c-itemdetail-refine{
    justify-content: center;
    margin:10px 0 20px;
}
.c-itemdetail-title,
.c-modal-item-title{
    font-size: 18px;
}



/* feature */
.l-feature-list{
    padding:0 20px 20px;
}
.c-feature-list{
    display: block;
}
.c-feature-list li{
    width: 100%;
    margin-bottom: 20px;
}