/*　トップページコラム　*/

.product-detail-custom__column-itemContainer .column-wrapper {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	
	}
	
.product-detail-custom__column-itemContainer .column-container{
	 margin-bottom: 0.5rem;   
	  background-color: #fff;
 padding: 6px;
 box-shadow: 0 0 5px 5px #cccccc20;
 max-width: 300px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: stretch;
 height: 100%;
	}
	
.column-container:last-of-type{
	display: none;
}
	
.product-detail-custom__column-itemContainer h6.u-text--strong {
    		display: inline-flex;
		padding: 1rem 0 !important;
  font-family: Sans-Serif;
  font-weight: normal !important;
      margin: unset !important;  
}

.product-detail-custom__column-itemContainer .column-container p.date {
  font-size: 0.9em !important;
}

.product-detail-custom__column-itemContainer img {
  width: 100%;
  height: auto;
  max-width: 286px;
  max-height: 286px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* コラム一覧 */
.p-column .p-column__inner__list .c-column_item__inner{
    max-width: 300px  !important;
    margin: 0 auto;
}

.p-column .p-column__inner__list {
max-width: 1000px !important;
        margin: 0 auto;
}



/*　コラムページ目次　*/

.p-column_header{
max-width: 720px  !important;
    margin: 0 auto  !important;
}

.p-column_header__panel{
    padding: 0  !important;
    margin-top: -50px  !important;
}

.p-column_header__panel__inner{
    padding: 0 !important;
}

.p-page_article__inner ol > li {
    list-style: demical !important;
}

.p-page_article__inner .mokuji ul {
    margin-top: unset;
}


.p-page_article__inner ol{
    margin-top: 20px;
}

/*　スライダー　*/

.p-kv_slider__track__list__item__inner{
    width: 100vw;
    justify-content: start !important;
    top:0;
}

.p-kv_slider__track__list__item__inner img{
    object-fit: cover;
    width: 100vw;
    z-index:-1;
    top:0;
}


.p-kv_slider__track__list__item{
    width: 100vw;
    height:auto;
    padding: 0 !important;
}

.p-kv_slider {
    overflow: hidden;
    width: 100vw;
    position:relative;
    height:auto;
}

.p-kv_slider__track__list__item__inner::before{
     all: unset;
}

/* マイページぱんくす　*/
.c-breadcrumbs__item__inner{
 font-size: 0.9em;   
}

.p-column_header__panel__inner__top {
	display: none !important;
}


/*　フッター　*/
footer.l-footer{
    display: flex !impotant;
    flex-direction: column !important;
    justify-content: center;
}


footer .l-footer__inner-container{
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 380px  
}

footer .footer_copyright{
    text-align: center;
}

/* フッターSNSロゴ */
footer .l-footer__info__store__sns{
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 145px;
    justify-content: center;
}

footer .l-footer__info__store__sns i {
    font-size: 32px !important;
        color: #000 !important;
}


footer .l-footer__info__store__sns i.u-icon--line{
        font-size: 36px !important;
    }