@charset "utf-8";

body.shop {
    font-size: 16px;
}

.wrapper_col2_top {
    width: 90%;
    width: min(1080px, 90%);
    margin: 0 auto;
    padding: 40px 0;
}

.wrapper_col2 {
    width: 90%;
    width: min(1080px, 90%);
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (min-width: 768px) {
    .wrapper_col2 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 60px 0;
    }

    .wrapper_col2 > .contents {
        width: calc(100% - 260px - 30px);
    }

    .wrapper_col2 > .side {
        width: 260px;
    }
}

@media screen and (max-width: 767.9px) {
	.wrapper_col2 > .side {
		margin-top: 40px;
	}
}

/* サイド カテゴリ */
#appsItemCategoryTag {
    margin: 0;
}

#appsItemCategoryTag {border-bottom: 1px solid var(--border);}

#appsItemCategoryTag > li {
    position: relative;
    background: var(--bg);
    border-top: 1px solid var(--border);
}

#appsItemCategoryTag > li > a {
    font-weight: 500;
}

#appsItemCategoryTag li a {
    display: block;
    padding: 10px 5%;
    background: url(https://ecculus.jp/wp-content/themes/ecculus/img/ico_arw.svg) right 5% top 50% / 15px auto no-repeat;
}

@media (hover: hover) {
    #appsItemCategoryTag li a:hover {
        color: var(--yellow);
    }
}

.appsItemCategoryTag_lowerchild {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
}

/* 商品一覧 */

body#shopTopPage .itemList {
    gap: 30px 24px;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body#shopTopPage .item {
    width: calc(50% - 12px);
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 768px) {
    body#shopTopPage .item {
        width: calc(33.33% - 16px);
    }
}

body#shopTopPage .item .itemImg {
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 0;
    transition: opacity .3s;
}

body#shopTopPage .item .itemImg img {
    max-width: none;
    max-height: none;
}

body#shopTopPage .item:hover .itemImg {
    border: none;
    opacity: .7;
}

body#shopTopPage .item:hover a {
    color: var(--yellow);
}

body#shopTopPage .item .itemImg a .soldout_cover p {
    color: var(--green);
}

.itemDetail {
    margin: 0;
}

body#shopTopPage .item .itemDetail .itemPrice {
    font-size: 16px;
    font-weight: 500;
}

/* 商品詳細 */

body#shopDetailPage #mainContent {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    background: none;
}

body#shopDetailPage #mainContent .item {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767.9px) {
    body#shopDetailPage .itemImg {
        height: auto!important;
    }
}

#slideImg {
    margin: 0;
}

.item_tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

body#shopDetailPage .itemPrice h2 {
    font-weight: bold;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 300px;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 40px 5px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: url(https://ecculus.jp/wp-content/themes/ecculus/img/ico_arw_white.svg) right 15px top 50% / 20px auto no-repeat var(--green);
    box-shadow: var(--shadow);
    text-decoration: none;
    text-align: center;
    z-index: 1;
}

body#shopDetailPage #mainContent .purchase {
    border: none;
}

/* お問い合わせ */

.main {
    max-width: 100%;
    background: none;
}

@media screen and (min-width: 768px) {
    .inquirySection {
        padding: 0 60px;
    }
}

/* プライバシーポリシー・特定商取引法 */

#privacy, #law {
    max-width: 100%;
    padding: 0;
    background: none;
}

/* BASE 追従ボタン */

#baseMenu {
    right: 20px;
    top: auto;
    bottom: 20px;
}

#baseMenu > ul > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: var(--shadow);
}

@media screen and (min-width: 768px) {
    #baseMenu > ul > li > a {
        width: 60px;
        height: 60px;
    }
}

#baseMenu > ul > li.cart > a {
    background-color: var(--yellow);
}

#baseMenu > ul > li.cart > a img {
    filter: brightness(10);
}

/* footer */

.footerNav {color: #fff;}