:root{
    
    --kashima-color-light: #dea1cd;
    --kashima-color-vivid: #ed5998;
    --kashima-color: #a3207e;
    --kashima-color-hover: #711758;
    --kashima-pricecolor: #e36868;
}

img {
    max-width: 100%;
}

/*  */
a {
    color: var(--kashima-color);
    text-decoration: underline;
}
a:hover {
    color: var(--kashima-color-hover);
}

a img{
    /* transition: filter 1s; */
}
a:hover img{
    opacity: 0.85;    
    /* filter: drop-shadow(0px 6px 15px #eee); */
}
.btn{
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
.btn.btn-primary {
    background: var(--kashima-color-vivid);
    border-color:var(--kashima-color-vivid);
}


@media (max-width: 480px) {
    body {
        margin-top: 60px;
    }
}

/* スマホメニュ */
.header{
    border-bottom: 1px solid #eee;
}
@media (max-width: 480px) {
    .header {
        display: none;
    }
}

/* スマホメニュ */
@media (min-width: 481px) {
    .sp_header {
        display: none;
    }
}
.sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000000;
    background: white;
}
.sp_header .header-logo {
    padding: 10px 0;
}
.sp_header .btn {
    padding: 10px;
    margin: 5px 5px;
}

.global_sp_menu {
    top: 0;
    position: absolute;
}
.global_sp_menu--default{
    right: 2.7em;
}
.global_sp_menu--mymenu{
    left: 0;
}
.global_sp_menu--cart{
    right: 0;
}
@media (min-width: 481px) {
    .global_sp_menu {
        display: none;
    }
}


.header-logo {
    max-width: 300px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .header-logo {
        max-width: 200px;
    }
}
.top_header__mymenu_wrap{

}
@media (max-width: 480px) {
    .top_header__mymenu_wrap{
        padding-left: 0;
    }
        
}
.top_header__wrapper {
    border-bottom: 1px solid #eee;
}
@media (max-width: 820px) {
    .top_header__mymenu {
        width: 100%;
        justify-content: space-around;
        padding: 5px 0;
    }
    
}
@media (max-width: 480px) {
    .top_header__mymenu {
        padding-left: 0;
    }
}
.top_header__mymenu__cart__link{
    background: #f5f5f5;
}

.header .navbar{
    padding: 0;
}
.header .navbar-nav {
    width: 100%;
}
.header .navbar-nav .nav-item .nav-link {
    color: #333333;
}
.header .nav-item {
    flex: 1;
    border-right: 1px solid #ddd;
}
.header .nav-item:last-child {
    border-right: 0;
}

.header .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.7em 1em;
    text-align: center;
    line-height: 2em;
}
.header .nav-link::before {
    display: inline-block;
    background-size: 150px;
    width: 2em;
    height: 2em;
    position: relative;
    left: -10px;
    top: -3px;
    vertical-align: middle;
}
.header .nav-link_cat2::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
}
.header .nav-link_cat1::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -33px 0px;
}
.header .nav-link_guide::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -33px 0px;
}
.header .nav-link_guide::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -33px 0px;
}
.header .nav-link_guide::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -62px 0px;
}
.header .nav-link_column::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -90px 0px;
}
.header .nav-link_voice::before {
    background-image: url(/column/wp-content/uploads/2021/05/icon-set.jpg);
    content: "";
    background-position: -120px 0px;
}


.header .dropdown-item {
    padding: 10px 30px;
    font-size: .875em;
}
.header .dropdown-menu {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 5px 15px #eee;
}
.header .dropdown-item:last-child {}

.header .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.header .dropdown-item.active,
.header .dropdown-item:active {
    background-color: var(--kashima-color);
}

/* ヘッダーの送料無料／品質補償バナー箇所 */

.top-banner {
    margin: 0 15px;
}
@media (max-width: 1024px) {
    .top-banner {
        margin: 0 5px;
    }   
}
@media (max-width: 480px) {
    .top-banner {
        margin: 0 5px 5px;
    }   
}
.top-banner-box {
    display: flex;
    justify-content: center;
    margin: 1em;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .top-banner-box {
        margin: 1em auto;
    }   
}
@media (max-width: 480px) {
    .top-banner-box {
        margin: 0.5em auto 0;
    }   
}
.top-banner-box img {
    width: auto;
    height: 60px;
}
@media (max-width: 1024px) {
    .top-banner-box img {
        height: 40px;
    }
}
.top-banner-b {
    display: flex;
}


.top-banner-textbox {
    text-align: center;
    background: #64b0f6;
    height: 60px;
    line-height: 1rem;
    font-size: 0.8rem;
    padding: 0 1rem;
    border-radius: 6px;
    color: white;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
@media (max-width:1024px) {
    .top-banner-textbox {
        height: 40px;
        font-size: 0.7rem;
    }
}
.main_hedding-title {
    font-size: 1.5rem;
    margin: 1em 0 0.5em;
    border-bottom: 3px solid;
    color: var(--kashima-color);;
    line-height: 150%;
}
@media (max-width:480px) {
    .main_hedding-title {
        font-size: 1.35rem;
    }
}
.main_hedding-title__subtext {
    font-size: 0.5em;
    float: right;
}


/* 商品のリスト表示 */
.product_list_section__overview {
}

.product_list_section__name {
    margin: 0 5px 5px;
    font-size: 0.85rem;
    text-align: justify;
}
.product_list_section__price {
    margin: 0 5px;
    font-size: 1.25rem;
    color: var(--kashima-pricecolor);
    letter-spacing: 1px;
}
.product_list_section__item a {
    text-decoration: none;
}
.product_list_section__thumbnail {
    margin-bottom: 15px;
}
.product_list_section__thumbnail {
    display: block;
    border-radius: 10px;
}


/* ============== */
/* 商品詳細ページ  */
/* ==============  */

/* 関連カテゴリー */
.product_category_list {
    font-size: 0.75rem;
    line-height: 1.75rem;
}
.product_category_list__item {
    text-decoration: none;
    background: #fafafa;
    padding: 0.5em 1em;
    color: #666;
    border-radius: 5px;
}
/* 商品価格 */
.product__price{}
.product__price--proper{
    color: var(--kashima-pricecolor);
}


/* .eyecatch セクション */
.eyecatch_section {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.eyecatch_section__image {
    max-width: 400px;
}
@media ( max-width:1024px ) {
    .eyecatch_section__image {
        max-width: 300px;
    }
}
@media ( max-width:768px ) {
    .eyecatch_section__image {
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .eyecatch_section__image .img-fluid {
        width: 390px;
    }
}
.eyecatch_area {
    max-width: calc( 100% - 400px );
    width: 100%;
}
@media ( max-width:1024px ) {
    .eyecatch_area {
        max-width: calc( 100% - 300px );
    }
}
@media ( max-width:768px ) {
    .eyecatch_area {
        max-width: 100%;
    }
}

.eyecatch_area__title {
    font-size: 1.3rem;
    color: var(--kashima-color);;
    border-left: 1px solid;
    padding-left: 15px;
}

.eyecatch_area__maintext {
    font-size: 0.85rem;
    line-height: 200%;
    text-align: justify;
    letter-spacing: -0.5px;
}

.eyecatch_area__maintext p:last-child {
    margin-bottom: 0;
}

.eyecatch_area__maintext p {
    margin-bottom: 0.5em;
}

/* メインエリア カテゴリーセクション */
.mainarea_category__lists {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .mainarea_category__lists {
        flex-wrap: wrap;
    }
}
.mainarea_category__lists__item {
    width: 33%;
}
@media (max-width: 480px) {
    .mainarea_category__lists__item {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* サイドエリア */
.side_block {
    margin-bottom: 30px;
}
.side_hedding-title{
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 10px 15px;
    margin-bottom: 10px;
}


.side_category__lists {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-left: 0;
    /* border-left: 1px solid; */
    /* background: rgba(0,0,0,0.02); */
    font-size: 0.9rem;
    margin: 0;
}


.side_category__lists .side_category__lists {
    /* background: white; */
}

.side_category__item {
    /* border-bottom: 1px solid; */
}

.side_category__lists .side_category__lists {
    overflow: hidden;
    max-height: 0;
    /* max-height: 999px; */
    transition: all 2s 0s;
    margin: 0;
}
.side_category__lists:hover .side_category__lists {
    max-height: 999px;
}
.side_category__item__link {
    display: inline-block;
    padding: 15px 30px;
    width: 100%;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    background: #fcfcfc;
    position: relative;
}
.side_category__item__link::before{
    width: 0.7em;
    height: 0.7em;
    border-bottom: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    content: "";
    position: absolute;
    right: 1.4em;
    top: calc( 50% - 3px );
}
.side_category__lists .side_category__lists .side_category__item__link::before{
    display: none;
}

.side_category__lists .side_category__lists .side_category__item__link{
    padding-left: 45px;
}

/* フッター注文ステップ */
.purchase_step {
    background: #fcf9f7;
    border-radius: 15px;
    margin: 0 0 30px;
    padding: 30px 0;
}

.purchase_step__wrapper {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 5px;
}
@media (max-width: 480px) {
    .purchase_step__wrapper {
        flex-wrap: wrap;
    }
}
.purchase_step__item {
    background: white;
    margin: 5px;
    padding: 15px;
    width: 25%;
}
@media (max-width: 480px) {
    .purchase_step__item {
        width: 100%;
        display: grid;
        grid-template-columns: 100px 1fr;
        grid-template-rows: 2rem 5rem;
        grid-gap: 0.5rem;
    }    
}

.purchase_step__item__step {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 2px;
    font-style: italic;
    color: #ddd;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .purchase_step__item__step {
        font-size: 1em;
        line-height: 200%;
        margin-bottom: 0;
    }    
}


.purchase_step__item__icons {
    display: block;
    background: #fcfbfb;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 99px;
    margin: 0 auto 15px;
}
@media (max-width: 480px) {
    .purchase_step__item__icons {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        margin-bottom: 0;
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
    }
}


.purchase_step__item__icons .bi {
    width: 40px;
    height: 40px;
}

.purchase_step__item__title {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 3.2px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 15px;
}
@media (max-width: 480px) {
    .purchase_step__item__title {
        text-align: left;
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        margin-bottom: 0;
    }
}
.purchase_step__item__text {
    font-size: 0.85rem;
    text-align: justify;
}

@media (max-width: 480px) {
    .purchase_step__item__text {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        display: flex;
        align-items: center;
    }
}
/* フッター */
.footer_section {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
}
.footer_section__box__text {
    font-size: 0.85rem;
    line-height: 150%;
    margin-bottom: 0.5em;
}

.footer_section__company {}

.footer_section__company__logo {
    width: 250px;
}

.footer_section__box__title {
    font-weight: 600;
    color: #ccc;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer_section__box .list-unstyled li {
    margin-bottom: 0.5em;
}
.copyrights_section{
    font-size: 0.6rem;
    letter-spacing: 1px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: right;
}




/* カスタマイズ用CSS */
.ec-productRole__description {
    max-width: 740px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.card .img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media(max-width:991px) {
    .card .img-fluid {
        height: 200px;
    }
}
@media(max-width:575px) {
    .slick-slide img {
        /* height: 300px;
        width: 100%;
        object-fit: contain; */
    }
}

/*レビュー*/
#reviewBox {
 padding-top: 40px;   
}
.ec-rectHeading h4 {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}
.chevron.pull-right {
    margin-left: auto;
}
.ec-rectHeading:not(.is_active) .chevron.pull-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.review_list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.review_list li {
    border-bottom: solid 1px #E8E8E8;
    font-size: 14px;
}
@media(max-width:575px) {
    .ec-rectHeading h4 {
        font-size: 16px;
    }
}

.ec-registerRole {
    max-width: 660px;
    margin: 0 auto;
    padding: 40px 0;
}

/* 注文画面（クレジットカード支払い） */
.ec-rectHeading h2 {
    font-size: 1rem;
}

.ec-rectHeading {
    padding: 1em;
    background: #fafafa;
}

/* 注文画面（注文ステップ／進捗） */
.purchase-step {
    display: flex;
    justify-content: center;
    margin: 0 auto 15px;
}
@media (max-width: 480px) {
    .purchase-step {
        flex-wrap: wrap;
        justify-content: space-around;
    } 
}
.purchase-step__item {
    position: relative;
    margin-right: 3em;
    padding: 5px 20px;
    background: #fafafa;
    color: #ac1c82;
    border: 1px solid;
    font-size: 0.9rem;
    border-radius: 3px;
}
@media (max-width: 480px) {
    .purchase-step__item {
        margin-right: 0em;
        padding: 5px 5px;
        font-size: 0.625rem;
        margin-bottom: 0.8em;
        width: 48%;
    }
}
.purchase-step__item--complete{
    background: #f0d7e7;
}
.purchase-step__item--active{
    background: #ac1c82;
    color: white;
    border: 1px solid #ac1c82;
}
.purchase-step__item::after {
    content: "";
    display: block;
    border: 0.75em solid transparent;
    border-left: 1em solid #ededed;
    position: absolute;
    top: 50%;
    right: -3em;
    transform: translate(0,-50%);
}
@media (max-width: 480px) {
    .purchase-step__item::after {
        display: none;
    }
}
.purchase-step__item:last-child {
    margin-right: 0;
}
@media (max-width: 480px) {
    .purchase-step__item:last-child {
        display: none;
    }
}
.purchase-step__item:last-child::after {
    display: none;
}
.purchase-step__item .bi {
    padding-right: 5px;
}


@media (max-width: 480px) {
    .modal-dialog {
        margin-top: 60px;
    }
    .modal{
        z-index: 100000000;
    }
    .modal-backdrop {
        z-index: 90000000;
    }
    .modal-content{
        border: none;
        border-radius: unset;
    }
    .modal-footer {
        background: #f4f4f4;
    }
}

/* 商品一覧 レビュー */
.product_detail_average {
    margin: 0 0 5px 0;
}
.product_list_average {
    margin: 0 5px 5px;
}
.product_detail_average .average_stars,
.product_list_average .average_stars {
    color: #DE5D50;
    font-size: 14px;
}
.product_detail_average .review_count,
.product_list_average .review_count {
    color: #000;
    font-size: 14px;
}