@charset "UTF-8";
/*================================================
ストアトップページ専用CSS
================================================*/
.solrbar {
	display:none;
}

body {
    overflow-x:hidden;
}

#contents {
    width:100%;
    letter-spacing: 0.08em;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
}

.contents_title {
    margin-top: 1.5rem;
    -webkit-margin-start: 1.5rem;
    margin-inline-start: 1.5rem;
    -webkit-margin-end: 1.5rem;
    margin-inline-end: 1.5rem;
    line-height: 1.2;
    font-size: 20px;
}

.contents_title > span{
    display:inline-block;
    overflow:hidden;
}
.contents_title > span > span{
    display:inline-block;
    animation: text-animation 0.5s forwards cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateY(1.2em);
}

.contents_title > span:nth-child(1) > span{
    animation-delay:0.215s;
}
.contents_title > span:nth-child(2) > span{
    animation-delay:0.230s;
}
.contents_title > span:nth-child(3) > span{
    animation-delay:0.245s;
}
.contents_title > span:nth-child(4) > span{
    animation-delay:0.260s;
}
.contents_title > span:nth-child(5) > span{
    animation-delay:0.275s;
}
.contents_title > span:nth-child(6) > span{
    animation-delay:0.290s;
}
.contents_title > span:nth-child(7) > span{
    animation-delay:0.305s;
}
.contents_title > span:nth-child(8) > span{
    animation-delay:0.320s;
}
.contents_title > span:nth-child(9) > span{
    animation-delay:0.335s;
}
.contents_title > span:nth-child(10) > span{
    animation-delay:0.350s;
}
.contents_title > span:nth-child(11) > span{
    animation-delay:0.365s;
}
.contents_title > span:nth-child(12) > span{
    animation-delay:0.370s;
}
.contents_title > span:nth-child(13) > span{
    animation-delay:0.385s;
}
.contents_title > span:nth-child(14) > span{
    animation-delay:0.400s;
}
.contents_title > span:nth-child(15) > span{
    animation-delay:0.415s;
}
.contents_title > span:nth-child(16) > span{
    animation-delay:0.430s;
}
.contents_title > span:nth-child(17) > span{
    animation-delay:0.445s;
}
.contents_title > span:nth-child(18) > span{
    animation-delay:0.460s;
}
@keyframes text-animation {
    0% {
        transform: translateY(1.2em);
    }

    100% {
        transform: translateY(0em);
    }
}


.section_storeTopBanner {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.storeTopBanner_new {
    position: absolute;
    top: calc(1.5rem * -1);
    right: 1rem;
    width: 54px;
    height: 54px;
    background: #2A292F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    font-size: 14px;;
    visibility:hidden;
}
@media screen and (max-width: 1000px){
	.storeTopBanner_new {
		width:32px;
		height:32px;
		font-size:9px;
		top:calc(1.5rem * -0.5);
	}
}
.storeTopBannerItem{
    margin-right: 12px !important; 
}
@media screen and (min-width: 1001px) {
    .storeTopBannerItem{
        margin-right: 20px !important;
    }
}
@media screen and (min-width: 1440px) {
    .storeTopBannerItem{
        margin-right: 30px !important;
    }
}
.storeTopBanner_image {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1000px){
	.storeTopBanner_image:hover{
		transform:scale(1);
	}
}
.storeTopBanner_subtext {
    margin-top: 1rem;
    font-size: 12px;
    color: #555555;
    line-height: 1.5;
}

.storeTopBanner_title {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
}

.storeTopBanner_link {
    text-decoration:none;    
}

.storeTopBanner_link:hover {
    text-decoration:none;    
}
.storeTopBanner_photo{
}
.top_activity_image {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1001px) {
    .contents_title {
        margin-top: 2.25rem;
        -webkit-margin-start: 2.5rem;
        margin-inline-start: 2.5rem;
        margin-inline-end: 2.5rem;;
        line-height: 1;
        font-size: 68px;
    }

    .section_storeTopBanner {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .storeTopBanner_title {
        font-size: 20px;
    } 
}

/*
--------------------------------------------------*/


.top_search_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin-top: 18px;
    margin-bottom: 60px;
}

@media screen and (min-width: 1001px) {
    .top_search_wrapper {
        margin-top: 72px;
        margin-bottom: 70px;
		gap: 5rem;
	}
}

.section_top_menu{
    width: 100%;
    margin-top: 0.5rem;
}

.section_top_activity {
    width: 100%;
}

.top_activity_inner {
    position: relative;
}

.top_menu_list {
	display: flex;
	margin-top: 1rem;
	-webkit-padding-start: 1.5rem;
	padding-inline-start: 1.5rem;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.375rem;
	width: 100%;
}
.top_menu_item{
	text-align: center;
	width: calc(100% / 3 - 4px);
}

.top_menu_item_category{
	text-align: left;
	width: 100%;
	position: relative;
}
.top_menu_item_link{
	display: block;
	padding: 12px 0;
	border:1px solid #d9d9d9;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	font-size:14px;
	font-weight: bold;
	line-height: 1.4;
}
.top_menu_item_link:hover{
	color:#1a1a1a;
	border-color:#1a1a1a;
}
.top_menu_item_category .top_menu_item_link{
	padding-left:1rem;
}

.top_menu_item_category .top_menu_item_link:after{
	content:"";
	display:block;
	width: 12px;
	height: 12px;
	border-top:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;
	position:absolute;
	right: 22px;
	top: 5px;
	bottom: 0px;
	margin: auto;
	transform: rotate(135deg);
	transition: transform 0.3s ease-out;
	transform-origin: 70% 30%;
}
.top_menu_item_category .top_menu_item_link.toggle_open:after{
    transform: rotate(315deg) translateZ(0px);
}


}
.top_menu_item_link:hover{
	border-color: #1A1A1A;
	color: #1A1A1A;
}
.top_menu_item:nth-child(-n + 3) .top_menu_item_link:hover{
	border-color: #d9d9d9;
	color: #1A1A1A;
}
.top_menu_category_list{
	width: 100%;
	display: grid;
	grid-template-rows: 0fr;
	position: absolute;
	background: #E9E9E9;
	z-index: 2;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.toggle_open + .top_menu_category_list{
	grid-template-rows: 1fr;
	overflow:auto;
}
.top_menu_category_inner{
	overflow: auto;
	padding: 0 20px;
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.top_menu_toggle{
	position:relative;
}
.top_menu_toggle:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
	position:absolute;
	right: 5px;
	top: 5px;
	bottom: 0px;
	margin: auto;
	transform: rotate(135deg);
	transition: transform 0.3s ease-out;
	transform-origin: 70% 30%;
}
.top_menu_toggle.toggle_open:after{
    transform: rotate(315deg) translateZ(0px);
}


.top_menu_toggle_list{
	width: 100%;
	display: grid;
	grid-template-rows: 0fr;
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.toggle_open + .top_menu_toggle_list{
	display: grid;
	grid-template-rows: 1fr;
	visibility: visible;
}
.top_menu_toggle_item{
	opacity:0;
	transition:0.3s cubic-bezier(0.65, 0, 0.35, 1);;
}
.toggle_open + .top_menu_toggle_list .top_menu_toggle_item{
	opacity:1;
}
.top_menu_toggle_item:first-child{
	padding-top: 10px;
}
.top_menu_toggle_item:last-child{
	padding-bottom:16px;
}
.top_menu_category_item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	font-size: 14px;
	width: 100%;
	line-height: 1.4;
	padding: 8px 0;
	opacity:0;
	transition:0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.toggle_open + .top_menu_category_list .top_menu_category_item{
	opacity:1;
}
.top_menu_category_item:first-child{
	padding-top: 24px;
}
.top_menu_category_item:last-child{
	padding-bottom: 24px;
}
.top_menu_toggle{
	display:block;
	width:100%;
}
.top_menu_toggle:hover{
	color: #1a1a1a;
}
.top_menu_category_text{
	position: relative;
	margin-left: 48px;
	color: #fff;
}

.top_menu_toggle_list_inner{
	width:100%;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
	overflow: hidden;
}
.top_menu_toggle_list_inner:before,
.top_menu_toggle_list_inner:after{
	content:none;
}
.top_menu_toggle_item_link {
	display: block;
	width: 100%;
	color: #1a1a1a;
	line-height: 1.4;
	position: relative;
}
.top_menu_toggle_item_link:hover {
	color: #7b7b7b;
	text-decoration: none;
	opacity: 1 !important;
}


@media screen and (min-width: 1001px) {
   
    .top_menu_list {
        margin-top: 1.5rem;
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
        gap:0.5rem;
    }
	.top_menu_item{
		min-width: 180px;
		width:auto;
	}
	.top_menu_item:nth-child(-n + 3){
		min-width: 260px;
		width: auto;
	}
	.top_menu_item_link{
		padding: 18px;
	}
	.top_menu_item_category .top_menu_item_link:after{
	}
}
.activity_title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
    padding-inline-end: 1.25rem;
}

.activity_title {
    font-size: 16px;
    line-height: 1.5;
}

.activity_more {
    font-size: 14px;
    color: #9d9d9d;
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 1001px) {
   
    .activity_title_wrapper {
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
    }

    .activity_title {
        font-size: 26px;
    }
}

.top_activity_swiper {
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .top_activity_swiper {
	    padding-left: 24px;
	    padding-right: 24px;
    }
}

.top_activity_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: pre-wrap;
}

.top_activity_item {
    width: 148px;
    min-width: 148px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (min-width: 1001px) {
    .top_activity_item {
        width:230px;
        min-width: 230px;
    }
}

/*
-----------------------------------------------------------------------*/
.swiper-horizontal>.swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 24px!important;
    top: auto!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -moz-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    width: 240px!important;
    height: 1px!important;
}

.swiper-pagination-progressbar {
    background: rgba(255,255,255,0.8)!important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1A1A1A!important;
}

.section_storeTopBanner:hover .swiper-button-prev,
.section_storeTopBanner:hover .swiper-button-next,
.section_top_activity:hover .swiper-button-prev,
.section_top_activity:hover .swiper-button-next {
    opacity: 1!important;
}
.section_storeTopBanner .swiper-button-prev,
.section_storeTopBanner .swiper-button-next,
.section_top_activity .swiper-button-prev,
.section_top_activity .swiper-button-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px;
    opacity: 0!important;
    -webkit-transition: all 0.3s cubic-bezier(0.65,0,0.35,1);
    transition: all 0.3s cubic-bezier(0.65,0,0.35,1);
}
.section_storeTopBanner .swiper-button-prev:hover,
.section_storeTopBanner .swiper-button-next:hover,
.section_top_activity .swiper-button-prev:hover,
.section_top_activity .swiper-button-next:hover {
    -webkit-transform: translateY(-50%) scale(1.04);
    transform: translateY(-50%) scale(1.04);
}
.section_storeTopBanner .swiper-button-prev,
.section_storeTopBanner .swiper-button-next{
	pointer-events: all;
	cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: 2px solid transparent;
    outline-offset: 2px;
    line-height: 1.2;
    font-weight: var(--chakra-fontWeights-normal);
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    min-width: 2.5rem;
    font-size: 16px;
    -webkit-padding-start: 1rem;
    padding-inline-start:1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end:1rem;
    color: #ffffff;
    padding: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    background: #ffffff;
    width: 54px!important;
    height: 54px!important;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
}
.section_top_activity .swiper-button-prev.swiper-button-disabled,
.section_top_activity .swiper-button-next.swiper-button-disabled{
	opacity: 0 !important;
}
.section_top_activity .embla__viewport{
	flex-wrap: nowrap;
	gap: 12px;
}
.section_top_activity .embla__progress {
	z-index: 1;
	background-color: #e9e9e9;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;

	margin-right: auto;
	pointer-events: none;
	width: calc(100% - 48px);
	overflow: hidden;
	display: none;
}
.section_top_activity .embla__progress__bar {
	background-color: #1A1A1A;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
}
.section_top_activity .embla__button--prev {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: 1.2;
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	min-width: 2.5rem;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	color: #ffffff;
	width: 54px;
	padding: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	background: #ffffff;
	height: 54px;
	border-radius: 50%;
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}
.section_top_activity .embla__button--next {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 2px;
	line-height: 1.2;
	font-weight: 300;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	min-width: 2.5rem;
	font-size: 16px;
	-webkit-padding-start: 1rem;
	padding-inline-start: 1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end: 1rem;
	color: #ffffff;
	width: 54px;
	padding: 0px;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	background: #ffffff;
	height: 54px;
	border-radius: 50%;
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}
.section_top_activity .embla__button--prev:hover,
.section_top_activity .embla__button--next:hover {
	-webkit-transform: translateY(-50%) scale(1.04);
	transform: translateY(-50%) scale(1.04);
}
.section_top_activity .embla>.arrow_button {
	opacity: 0;
}
.section_top_activity .embla:hover .arrow_button {
	visibility: visible;
	opacity: 1;
}
.section_top_activity .embla:hover > .arrow_button[disabled] {
	opacity:0;
}
@media (max-width: 1000px) {
	.swiper-button-prev,
	.swiper-button-next {
	    visibility: hidden!important;
	}
	.section_top_activity .embla{
		padding-bottom: 26px;	
	}
	.section_top_activity .embla > .arrow_button{
		display: none;
	}

	.section_top_activity .embla__progress{
		display: block;
	}
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #000!important;
    font-size: 16px!important;
}

.section_top_activity .swiper-pagination-progressbar {
    display: none;
}

@media (max-width: 1000px) {
    .section_top_activity .swiper-horizontal>.swiper-pagination-progressbar,
    .section_top_activity .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: calc(100vw - 48px)!important;
        top: auto!important;
        bottom: 0px!important;
        left: 24px!important;
        height: 1px!important;
        transform: none!important;
    }
}
@media (max-width: 1000px) {
    .section_top_activity .swiper-pagination-progressbar {
        display: block;
        background: #e9e9e9!important;
    }
}


/*
--------------------------------------------------------------*/
.category_title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
    padding-inline-end: 1.25rem;
}

.category_title {
    font-size: 16px;
    line-height: 1.5;
}
.brand_title_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    -webkit-padding-start: 1.25rem;
    padding-inline-start: 1.25rem;
    -webkit-padding-end: 1.25rem;
    padding-inline-end: 1.25rem;
}

.brand_title {
    font-size: 16px;
    line-height: 1.5;
}

.brand_more {
    font-size: 14px;
    color: #9d9d9d;
    -webkit-transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: color 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

@media screen and (min-width: 1001px) {
     .category_title_wrapper {
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
    }
    .category_title {
        font-size: 26px;
    }

    .brand_title_wrapper {
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
    }
    .brand_title {
        font-size: 26px;
    }
}

.top_brand_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    margin-top: 1rem;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.375em;
}
@media screen and (min-width: 1001px) {
   
    .top_brand_list {
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
    }

}
.section_top_brand .more {
	display: none;
}
@media screen and (max-width: 1000px){
    .top_brand_inner{
		height: auto;
        overflow: hidden;
    	position: relative;
     	transition: height 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0s;
   }
    .top_brand_list {
        grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    }
    .top_brand_inner.hide{
        height:300px;
    }
	.top_brand_inner.hide:before {
        content:"";
        display:block;
        position: absolute;
    	bottom: 0px;
    	width: 100%;
    	height: 90px;
    	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
        z-index:1;
    }
     .top_brand_inner:before {
         display:none;
     }

    .section_top_brand .more {
		display: block;
    	margin-top: 1.5rem;
    	width: 100%;
    	line-height:1.5;
    	position: relative;
    	text-align:center;
    	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    }
    
    .section_top_brand .more a{
    	font-size: 16px;
    	line-height: 1.5;
    	height: 1.5625rem;
    	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    	text-decoration:none;
    	padding-right: 22px;
    	bottom: 1px;
    	position: relative;
    }
    .section_top_brand .more a:hover{
    	color:inherit;
    }
    .section_top_brand .more  a span{
    	display:inline-block;
    	position: relative;
    	padding-bottom: 1px;
    }
    .section_top_brand .more  a span:after {
    	content: '';
    	position: absolute;
    	bottom: 0px;
    	left: 0px;
    	width: 100%;
    	height: 1px;
    	background-color: #1A1A1A;
    	-webkit-transform: scaleX(0);
    	-moz-transform: scaleX(0);
    	-ms-transform: scaleX(0);
    	transform: scaleX(0);
    	transform-origin: left center;
    	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    	z-index: 3;
    }
    .section_top_brand .more a:hover span:after{
    	-webkit-transform: scaleX(1);
    	-moz-transform: scaleX(1);
    	-ms-transform: scaleX(1);
    	transform: scaleX(1);
    }
    
    .section_top_brand .more.close a{
    }
    
    .section_top_brand .more a:before,
    .section_top_brand .more a:after{
        content: '';
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 1px;
        background-color: #000066;
        top: 9px;
        right: 0;
        transition: all 0.3s;
    }
    .section_top_brand .more a:after{
    	transform:rotate(90deg);
    }
    .section_top_brand .more.close a:after{
    	opacity:0;
    }
    
    .item_detail_info .detail_text_sns {
    }
    .item_detail_info .detail_text {
    	font-size: 16px;
    	line-height: 1.5;
    	padding-top: 2rem;
    }
}
/*
@media screen and (min-width: 1001px) {
    .top_brand_list {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1.25rem;
        -webkit-margin-start: 2.5rem;
        margin-inline-start: 2.5rem;
        -webkit-margin-end: 2.5rem;
        margin-inline-end: 2.5rem;
        gap: 1.5rem;
    }
}
*/

/*
--------------------------------------------------------*/
.top_feature_item + .top_feature_item{
	margin-top: 56px;
}
.top_feature_item_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    border-top: 1px solid;
    border-color: #d9d9d9;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
}

.top_feature_item_left_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 2.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}


.top_feature_list {
    margin-bottom: 50px;
}

.top_feature_title_wrapper {
    position: relative;
    z-index: 1;
    padding-left: 1.5rem;
}


.top_feature_title {
    font-size: 32px;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.top_feature_image {
    object-fit: contain;
    position: absolute;
    height: 156px;
    bottom: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    width: auto;
    max-width: 400px;
    z-index: 0;
}

.top_feature_item_right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_feature_item_right_inner {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
}

.top_feature_product_list {
    display: grid;
    grid-gap: 32px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
}

.top_feature_thumbnail_photo {
    /* width:100%; */
    overflow: hidden;
    position: relative;    
}

.top_feature_thumbnail_image {
    object-fit: cover;
    margin-top: 1.5rem;
    display: block;
    width: 100%;
}

.top_feature_related_Subtitle {
    margin-top: 1rem;
    font-size: 12px;
}

.top_feature_related_title_wrapper {
    -webkit-margin-start: 0.75rem;
    margin-inline-start: 0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
}

.top_feature_related_Title {    
    font-size:16px;
    line-height:1.5;
}
.top_feature_btn {}
.vimeo {
    position: relative;
    padding-top: 133%;
    width: 100%;
}

iframe#vimeo_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 100;
}

.iframe_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,0,,0.5);
    top: 0;
    background-color: rgba(0,0,0,0.0);
    z-index: 200;
}

@media screen and (min-width: 1001px) {
	.top_feature_item + .top_feature_item{
		margin-top: 70px;
	}
	.top_feature_item_inner {
        padding-top: 80px;
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .top_feature_item_left_inner {
        width: min(22.84722222222222vw, 450px);
        /*min-width: 270px;*/
    }    

    .top_feature_list {
        margin-bottom: 70px;
    }

    .top_feature_title {
        font-size: 42px;
    }

    .top_feature_image {
        position: relative;
        height: auto;
        -webkit-transform: translateX(24px);
        -moz-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
        width: 100%;
    }

    .top_feature_item_right_inner {
        grid-template-columns: minmax(0,2fr) 1fr;
    }

    .top_feature_product_list {
        grid-gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .top_feature_thumbnail_photo {
        /* max-width: 250px; 
        overflow: hidden;
        position: relative;*/
    }
    
    .top_feature_thumbnail_image {
        display: none;
    }

    .top_feature_related_title_wrapper {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }    
}

/*
---------------------------------------------------------------*/

.section_store_recommend_ranking {
    border-top: 1px solid;
    border-color: #d9d9d9;    
}

.store_recommend_ranking {
    /* -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 60px;
    margin-bottom: 50px;
    /* -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px; */
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem;
}
.store_recommend_ranking .arrow_button{
	display: none;
}
.store_recommend_list,
.store_ranking_list {  
	  display: grid;
	  grid-gap: 0.75rem;
	  grid-template-columns: repeat(2, minmax(0, 1fr));
}
  
.item_photoArea {
	display: block;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.item_photoArea.video_on:after {
    content: "";
    background: url(/static/full/images/common/movie_on.svg);
    background-size: contain;
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    right: 10px;
    top: 10px;
    z-index: 10;
}

@media screen and (min-width: 1001px) {
	.item_photoArea.video_on:after {
	    width: 30px;
	    height: 30px;
	}
}

@media screen and (min-width: 1440px) {
	.item_photoArea.video_on:after {
	    width: 30px;
	    height: 30px;
	}
}

.item_photoArea:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.brand_styling_list .item_photoArea:before {
    padding-top: 133.3333%;
}
.store_recommend_image,
.store_ranking_image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: auto;
}
  
.store_recommend_title_wrapper,
.store_ranking_title_wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem;
}

.store_recommend_title,
.store_ranking_title {
    font-size: 20px;
    margin: 0!important;
    font-weight: 300;
}
  
.recommend_more,
.ranking_more {
    font-size: 14px;
    color: #9d9d9d;
    cursor: pointer;
    -webkit-transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
    transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
}


@media screen and (min-width: 1001px) {
    .store_recommend_ranking {
        display: grid;
        gap: 2.5rem;
        margin-top: 70px;
        margin-bottom: 80px;
        -webkit-padding-start: 2.5rem;
        padding-inline-start: 2.5rem;
        -webkit-padding-end: 2.5rem;
        padding-inline-end: 2.5rem;
    }

    .store_recommend_list,
    .store_ranking_list {
          grid-gap: 1.25rem!important;
          grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    }

    .store_recommend_title,
    .store_ranking_title {
        font-size: 24px!important;
    }
}

.contents_wapper {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    padding-bottom: 90px;
}

@media screen and (min-width: 1001px) {
	.contents_wapper {
	    -webkit-padding-start: 2.5rem;
	    padding-inline-start: 2.5rem;
	    -webkit-padding-end: 2.5rem;
	    padding-inline-end: 2.5rem;
        padding-bottom: 5.5rem;
	}
}

.store_recommend_list,
.store_ranking_list,
.brand_static_contents_list {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1000px) {
	.store_recommend_ranking .embla {
		padding-bottom: 26px;
        position:relative;
	}
    .store_recommend_list.embla__viewport,
    .store_ranking_list.embla__viewport,
    .brand_static_contents .embla__viewport{
        display: flex;
        flex-wrap:nowrap;
        gap:0.75rem;
        position:relative;       
    }
	.store_recommend_list .store_item,
	.store_ranking_list .store_item {
		min-width: 148px;
		width: 33.3333%;
	}

    .embla__progress {
    	z-index: 1;
    	background-color: #e9e9e9;
    	position: absolute;
    	height: 1px;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	margin-left: auto;
    	margin-right: auto;
    	pointer-events: none;
    	width: 100%;
    	overflow: hidden;
    	display: block;
    }
    .embla__progress__bar {
    	background-color: #1A1A1A;
    	position: absolute;
    	width: 100%;
    	top: 0;
    	bottom: 0;
    	left: -100%;
    }    
}
@media screen and (min-width: 529px) {
     .store_recommend_ranking .embla {
         paddinv-bottom:0;
     }
    .store_recommend_ranking .embla__progress{
       display:none;
   } 
}
.brand_styling_item:nth-child(2) {
    /*display: none;*/
}

.brand_static_contents_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.75rem;
    padding-bottom: 1rem;
    /* -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
    -webkit-padding-end: 1.5rem;
    padding-inline-end: 1.5rem; */
}

.brand_static_contents_list .brand_static_contents_item {
    min-width: 248px;
}

@media screen and (min-width: 1001px) {
    .brand_static_contents_list {
        gap:  1.5rem;
        padding-bottom: 0px;
        -webkit-padding-start: 0px;
        padding-inline-start: 0px;
        -webkit-padding-end: 0px;
        padding-inline-end: 0px;
        overflow-x: none;
    }
}

@media (max-width: 1000px) {
    .brand_static_contents_list {
        display: flex;
        gap: 0.75rem;
        padding: 0 0 1rem;
		margin: 0;
    }
}

.top_brand_item {
    width: auto;
    border: 1px solid #d9d9d9;
    position: relative;
}

@media screen and (min-width: 1001px) {
    .top_brand_item {
        width: 112px;
        border: none;
    }
}
.top_brand_link{
    display:block;
    position:relative;
}
.top_brand_link:before{
    content:"";
    display:block;
    padding-top:100%;
}
.section_top_brand {
    width: 100%;
}


.top_brand_image {
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* TODO:クラス名あて直し　↓ここから　---------------------------------------------------------*/
.css-1dfe0nr {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    position: relative;
    opacity: 1;
    overflow: hidden;
	filter: blur(0);
	transform: none;
}
.css-1dfe0nr:after{
	content:"";
	display:block;
	width: 200%;
	height:350%;
	position:absolute;
	background: #fff;
	transform: rotate(-30deg);
	top: -130%;
}
.loaded.css-1dfe0nr:after{
	filter: blur(80px);
	animation-name:topvisual;
	animation-delay:0.5s;
	animation-fill-mode:forwards;
	animation-duration:1s;
	animation-timing-function:cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes topvisual {
	from {
	 	top:-130%;
	}
	to {
	  	top: 300%;
		z-index:-1;
	}
}
@media (max-width: 1000px) {
	.css-1dfe0nr:after{
		content:"";
		display:block;
		width:400%;
		height:300%;
		position:absolute;
		background: #fff;
		transform: rotate(-30deg);
		top: -100%;
	}
	.loaded.css-1dfe0nr:after{
		animation-name: topvisual;
		animation-duration:1.7s;
	}
}
.css-1dfe0nr:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: transparent;
	-webkit-backdrop-filter: blur(80px);
	backdrop-filter: blur(80px);
	z-index:10;
}
.loaded.css-1dfe0nr:before{
	animation-name:topvisualblur;
	animation-delay:0.6s;
	animation-fill-mode:forwards;
	animation-duration:0.9s;
	animation-timing-function:cubic-bezier(0.33, 1, 0.68, 1) ;
}
@keyframes topvisualblur {
	from {
		-webkit-backdrop-filter: blur(80px);
		backdrop-filter: blur(80px);  }
	to {
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
		z-index:-1;
	}
}
.css-14jgdg6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background-image: url(/static/full/store/images/top/sustainability-sp.jpg?20240209_01);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center center;
    background-position: center center;
}

.css-xj0vrg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.css-1py0eqz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    color: #ffffff;
}

.css-1gelzf6 {
    font-size: 24px;
	line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1000px) {
	.css-1gelzf6 .lite_br {
		display:block;
	    font-size: 24px;
		line-height: 1.4;
	}
}

.css-1hohgv6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0px;
}

.css-r28bq2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-bottom: 1px;
}

.css-j14xrt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: baseline;
    outline: 2px solid transparent;
    outline-offset: 2px;
    line-height: normal;
    font-weight: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    height: auto;
    min-width: 2.5rem;
    font-size: 16px;
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    padding: 0px;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #ffffff;
}

.css-j14xrt:hover, .css-j14xrt[data-hover] {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: currentColor;
}

.css-wcyru3 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-start: var(--chakra-space-1);
    margin-inline-start: var(--chakra-space-1);
}

@media screen and (min-width: 1001px) {
	.css-14jgdg6 {
	    background-image: url(/static/full/store/images/top/sustainability.jpg?20240209_01);
	}
	
	.css-1gelzf6 {
	    font-size: 32px;
	}

}
/* TODO:クラス名あて直し　↑ここまで　---------------------------------------------------------*/

/*
---------------------------------------------*/
.concept_text {
    opacity: 0;
    transform: translateY(20px) translateZ(0);
	-webkit-transition: all 0.4s 0.7s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.4s 0.7s cubic-bezier(0.65, 0, 0.35, 1);}

.concept_text.loaded {
    opacity: 1;
    transform:translateY(0px);    
}
@media screen and (max-width: 1000px){
	.section_store_recommend_ranking .swiper-pagination{
		display:none !important;
	}
	.concept_text {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
}
