@charset "utf-8";

.line-up_Thumb {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top:inherit;
    left:inherit;
    width:200px;
    height:100px;
}

.soc-menu-button{z-index: 50;width: 100vw;left: 0;bottom: 0;position: fixed;justify-content: center;display: flex;}
.soc-menu-button-sub{border-radius: 9999px;width: auto;color:#FFF;padding: .5rem;margin-bottom: 1.25rem;align-items: center;display: flex;flex-wrap: wrap;background-color: #ff72ef;}
.soc-menu-button-sub-header{border-radius: 9999px;width: auto;color:#000000;padding: .1rem .7rem .9rem .7rem;margin-bottom: 3.5rem;align-items: center;display: flex;flex-wrap: wrap;background-color: #ffffffd1;}
.soc-menu-button-sub a{border: 2px solid #FFF;width: 2.25rem;height: 2.25rem;margin-right: .5rem;margin-left: .5rem;color:#FFF;font-size: 1.25rem;justify-content: center;align-items: center;display: flex;border-width: 2px;border-radius: 9999px;background-color: #ffd11a;}
.soc-menu-button-sub a:hover{color:#ff72ef;background-color: #FFF;}
.soc-categorie-name{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; background: #ff72ef82; padding: 10px 0; font-size: 20px; font-weight: 700; letter-spacing: 1.5px;}


.soc-followers-h-menu-author{
    padding: 1.5em;
    margin: 1em auto 0 auto;
    text-align: left !important;
    z-index: 10;
    cursor: col-resize;
    position: relative;
	display: flex;justify-content: space-around;
}
.soc-followers-h-menu{
	width: 600px;
    padding: 1.5em;
    margin: 1em auto 0 auto;
    text-align: left !important;
    z-index: 10;
    cursor: col-resize;
    position: relative;
	display: flex;justify-content: space-around;
}

.prod-item {
}
.head.is-headContainer.soc-network{padding: 0 10%;}
.soc-network-hide{display:none;visibility:hidden;}
.l-store.p-store--all.network-background{ background: linear-gradient(62deg, #ffa9f359, #ffcc003b, #ffa9f359, #ffcc003b); animation: gradientinside 5s ease infinite; background-size: 400% 400%; } @-webkit-keyframes gradientinside{ 0% { background-position: 0 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradientinside{ 0% { background-position: 0 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.l-store .snow-topL span.soc-net-back{background-image: url(./images/store/snow_shape01_soc.png);}
.l-store .snow-bottomR span.soc-net-back{background-image: url(./images/store/snow_shape02_soc.png);}

.line-up_ProdList {
    display: inline-flex;
    text-align: center;
    padding-right: 1.3em;
}
.story_ProdList {
    width:32%;
    padding-right:1em;
    padding-top: 3em;
    display:inline-flex;
}
.story_ProdList.social_network {
width:32%;    padding-right: 0;
    padding-top: 0;
    display:inline-flex;aspect-ratio: 1 / 1;margin: 5px;
}	

.line-up_thumb{
    width:200px;
    height:150px;
    object-fit: cover;
}

.story_thumb{
    width:450px;
    height:150px;
    object-fit: cover;
}
.story_ProdList.social_network a .story_thumb{
width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
	border-radius: 20px;
}

.contentBox-inner.stories {
    padding: 0 6vw 0 12.43vw;
}
.contentBox-inner.social-network{padding: 0px 0.3%;}
@media screen and (min-width: 768px) {
    .l-store .item {
      margin-bottom: 2em;
    }
    .line-up_ProdList {
        padding-top:2em;
    }
	.contentBox-inner.social-network{padding: 0px 0.3%;}
	.soc-net-list{style="display: flex ; flex-wrap: wrap; justify-content: center;"}
  }

@media screen and (max-width:767px) {
.soc-menu-button-sub-header{margin-bottom: 3.1rem;}	
.soc-menu-button-sub a{width: 1.85rem; height: 1.85rem;margin-right: .3rem; margin-left: .3rem;font-size: 0.95rem;}
.story_ProdList.social_network{    margin: 3px;}
.soc-followers-h-menu-author{
    padding: 0;
	display: grid;
}

.story_ProdList.social_network {
   width: 47%;
        padding-right: 0;
        padding-top:0;
}	

    .line-up_ProdList {
        display: inherit;
        text-align: center;
        width:100%;
        padding:0;
        margin-bottom:2em !important;
    }
	
.contentBox-inner.social-network{padding: 0 1.14vw;}
	
    .line-up_thumb,
    .story_thumb {
        width: 300px;
        height: 150px;
        object-fit: cover;
    }
    .story_thumb.story {
        height:100px;
    }
    .name.story {
        font-size:0.8em;
    }
    .l-store .list {
        margin-top: 3em;
    }
    .l-store.p-store--all {
        padding-bottom: 3em;
    }
    .story_ProdList:nth-child(odd) {
        padding-left:0.3em;
    }
    .story_ProdList:nth-child(even) {
        padding-right:0.3em;
    }
	
	 .story_ProdList.social_network:nth-child(odd) {
        padding-left:0;
    }
    .story_ProdList.social_network:nth-child(even) {
        padding-right:0;
    }
}