/** Shopify CDN: Minification failed

Line 1558:13 Expected ":"
Line 1558:15 Expected identifier but found "10px"
Line 1577:13 Expected ":"
Line 1577:15 Expected identifier but found "10px"
Line 1582:13 Expected ":"
Line 1582:15 Expected identifier but found "10px"

**/
/*
Theme Name: elephants
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	min-height: 100%;
	position: relative;
	padding:0;
	margin:0;
}
img{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	vertical-align: bottom;
	backface-visibility: hidden; 
}
a{
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	text-decoration: none;
	cursor:pointer;
	color:#191919;
	outline: none;
}
button:focus{
  outline: none;
}
.hover:hover , a img:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a:hover{
	text-decoration: none;
}
.taxin{display:none;}
body {
	font-size:14px;
	font-family: 'Roboto', "Helvetica Neue" , 'hiragino kaku gothic pro' , 'ヒラギノ角ゴ Pro W3' , "メイリオ" , sans-serif;
	line-height: 1.42857143;
	font-weight:400;
	color:#191919;
	margin-bottom: 5em;
	--glitch-width: 100vw;
	--glitch-height: 100vh;
	--gap-horizontal: 1px;
	--gap-vertical: 1px;
	--time-anim: 4s;
	--delay-anim: 2s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: none;
	--blend-mode-4: none;
	--blend-mode-5: overlay;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: transparent;
	--blend-color-4: transparent;
	--blend-color-5: #af4949;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
	font-family: 'Roboto', "Helvetica Neue" , 'hiragino kaku gothic pro' , 'ヒラギノ角ゴ Pro W3' , "メイリオ" , sans-serif;
}

li{
	list-style: none;
}
ul , p{
	margin:0;
	padding:0;
}
#my__gnav a{
	color:#191919;
}
#my__gnav ul li a.active{
	padding-bottom:3px;
	border-bottom:2px solid #191919;
}
#side__brands{
	height:70vh;
	width:100%;
	overflow: scroll;
}
#side__brands li a.active{
	padding-bottom:2px;
	border-bottom:1px solid #191919;
}
#topcontrol i.fa{
	font-size:30px;
	color:#191919;
}
/********************************** ef *********************************/
@keyframes glitch-anim-1 {
	0% { 
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	2% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	4% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	8% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	10% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	12% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	14% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	16% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	18% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(var(--gap-horizontal),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-2 {
	0% { 
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% { 
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
	}
	22%, 100% {
		opacity: 0;
		transform: translate3d(0,0,0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-text {
	0% { 
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
	}
	10%, 100% {
		transform: translate3d(0,0,0) scale3d(1,1,1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

/* Flash */
@keyframes glitch-anim-flash {
	0%, 5% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	5.5%, 100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}

/**********************************original*****************************/
#allContentsWrapper{
	width:100%;
	margin:0 auto;
	flex: 1;
}
#contentWrapper{
	width:95%;
	margin:0 auto 1.5%;
	position:relative;
	height:100%;
	height:auto!important;
	min-height: 100%;
	padding-top:91px;
}
/******************************* menu *******************************/
.menuWrapper{
	width:100%;
	padding:15px 0;
	margin:0 auto;
	position:fixed;
	background-color: #ffffff;
	z-index:9999;
}
h1{display:inline-block;}
.logos{
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
	margin:0;
	padding:0;
	width:60%;
}
.logos img{
	width:100%;
	max-height:62px;
}
.imgloaded .glitch__txt {
	animation-name: glitch-anim-text;
	animation-duration: var(--time-anim);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#my__menu{
	width:95%;
	margin:0 auto;
}
#my__menu a{
	font-size:1.25vw;
}
@media only screen and (min-width: 1280px) {
	#my__menu a{
		font-size:16px;
	}
}
#my__menu__m{
	margin:0;
	padding:0;
	float:left;
	width:10%;
}
#my__gnav,
#my__cart{
	font-weight:900;
}
#my__gnav ul {
	float: left;
}
#my__gnav ul li,
#my__cart ul li {
	float:left;
	padding:20px 0 0;
	margin-left:45px;
}
#my__gnav ul li:first-child,
#my__cart ul li:first-child{
	margin-left:0;
}
#my__menu.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: #000000;
	background: rgba(0,0,0,.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#my__nav__bar {
	display: none;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 25px;
	height: 35px;
	cursor: pointer;
	z-index: 101;
}
#my__nav__bar div {
	position: relative;
}
#my__nav__bar span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #191919;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#my__nav__bar span:nth-child(1) {
	top: 0;
}
#my__nav__bar span:nth-child(2) {
	top: 11px;
}
#my__nav__bar span:nth-child(3) {
	top: 22px;
}
#my__cart{
	float:right;
}
#my__cart li a{
	color:#999999;
}
#my__cart li a i{
	display:none;
}
#my__mm,
#my__mm__ec{
	display:none;
}
#my__gnav ul#brands,
.brands__title{
	display:none;
}
/******************************* footer *******************************/
footer{
	width:100%;
	/* bottom: 0;
	position: absolute; */
	text-align:center;
}
#my__footer{
	width:95%;
	padding:20px 0;
	margin:0 auto;
}
.shop__guide{
	font-size: 0.937vw;
	padding-bottom:20px;
	width:60%;
	float:left;
}
.shop__guide li{
	float:left;
	margin-left:3%;
}
.shop__guide li:first-child{
	margin-left:0;
}
.copylight{
	color:#999999;
}
.my__sns{
	float:right;
}
.my__sns li{
	float:left;
	margin-left:20px;
}
.my__sns li i{
	font-weight:900;
	font-size: 1.562vw;
}
#topcontrol{
	font-size: 1.562vw;
}
/******************************* brands *******************************/
#brands{
	margin:0 0 10%;
	width:100%;
	position:relative;
	text-align:center;
}
#brands section{
	width:25%;
	height:100%;
	float:left;
}
@media only screen and (min-width: 1280px) {
	#brands section{
		width:20%;
	}
	.brands__box__wrapper {
		--glitch-width: 18vmax!important;
		--glitch-height: 28vmax!important;
	}
}
#brands section img{
	width:100%;
	height:100%;
}
.brands__box__wrapper {
	--glitch-width: 23vmax;
	--glitch-height: 33vmax;
	--color-title: #fff;
	--color-subtitle: #fff;
}
.brands__box__list {
	--gap-horizontal: 3px;
	--time-anim: 2.25s;
	--blend-mode-1: none;
	--blend-mode-2: none;
	--blend-mode-3: overlay;
	--blend-mode-4: none;
	--blend-mode-5: none;
	--blend-color-1: transparent;
	--blend-color-2: transparent;
	--blend-color-3: rgba(255,255,255,0.2);
	--blend-color-4: transparent;
	--blend-color-5: transparent;
}

.grid:not(.product-grid) {
	margin: 10vh auto 0;
	position: relative;
	padding: 0 1em;
	width: 100%;
	display: grid;
	max-width: 1200px;
	grid-template-columns: repeat(2, 1fr);
}

.brands__box {
	margin: 0 0 1.2vh;
	position: relative;
}
.brands__box-title {
	position: absolute;
	margin: 0;
	font-size: 2.8vw;
	color: var(--color-title);
	padding: 26vh 1em 0;
	top: 0;
	left:0;
	pointer-events: none;
	line-height: 1;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
	text-align: left;
	font-weight: bold;
	font-family: 'Roboto', "Helvetica Neue" , 'hiragino kaku gothic pro' , 'ヒラギノ角ゴ Pro W3' , "メイリオ" , sans-serif;
	letter-spacing: 0;
}

.brands__box:nth-child(odd) .brands__box-title {
	right: 0;
	text-align: left;
	padding-top: 10vh;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.3);
}

.brands__box-title span {
	display: block;
	position: relative;
	font-size: 50%;
	opacity: 0;
	color: var(--color-subtitle);
}

.brands__glitch:hover + .brands__box-title span {
	opacity: 1;
	animation: glitch-anim-text 0.5s linear;
}

.brands__glitch {
	position: relative;
	width: var(--glitch-width);
	max-width: 1000px;
	height: var(--glitch-height);
	max-height: calc(1413px * 1);
	overflow: hidden;
	margin: 0 auto;
}

.brands__glitch:hover {
	cursor: pointer;
}

.update__img {
	position: absolute;
	top: calc(-1 * var(--gap-vertical));
	left: calc(-1 * var(--gap-horizontal));
	width: calc(100% + var(--gap-horizontal) * 2);
	height: calc(100% + var(--gap-vertical) * 2);
	background-color: var(--blend-color-1);
	background-size: cover;
	transform: translate3d(0,0,0);
	background-blend-mode: var(--blend-mode-1);
}
.brands__glitch:hover .update__img:nth-child(2) {
	transform: translate3d(var(--gap-horizontal),0,0);
	animation: glitch-anim-1-horizontal var(--time-anim) infinite linear alternate;
}

.brands__glitch:hover > .update__img:nth-child(3) {
	transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
	animation: glitch-anim-2-horizontal var(--time-anim) infinite linear alternate;
}

.brands__glitch:hover > .update__img:nth-child(4) {
	transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
	animation: glitch-anim-3-horizontal var(--time-anim) infinite linear alternate;
}

.brands__glitch:hover > .update__img:nth-child(5) {
	animation: glitch-anim-flash 0.5s steps(1,end) infinite;
}
@keyframes glitch-anim-1-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
		clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
	}
	10% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
		clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
	}
	20% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
		clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
	}
	30% {
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
		clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
	}
	40% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	50% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	60% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	70% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	80% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	90% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	100% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
}

@keyframes glitch-anim-2-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	15% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	22% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	31% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	45% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	51% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	63% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	76% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	81% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	94% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	100% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
}

@keyframes glitch-anim-3-horizontal {
	0% { 
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	10% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	25% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	27% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	30% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	33% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	37% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	40% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	45% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	50% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	53% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	57% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	60% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	65% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	70% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	73% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	80% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	100% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
}
/* Flash */
@keyframes glitch-anim-flash {
	0% { 
		opacity: 0.2; 
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	33%, 100% { 
		opacity: 0;
		transform: translate3d(0,0,0);
	}
}
/******************************* shopinfo *******************************/
.top__shopinfo{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
.top__shopinfo h1{
	width:20%;
	margin:0 auto 5%;
}
.top__shopinfo img{
	width:100%;
}
.top__shopinfo ul li{
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
.top__shopinfo__detail{
	padding:5% 0 6%;
}
.top__shopinfo__detail dt a{
	font-size:1.562vw;
	padding:0;
	margin:0;
}
.top__shopinfo__detail dt a:after{
	font-size:1.875vw;
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	margin:0 0 0 1%;
	font-weight:900;
}
.top__shopinfo__detail dd{
	margin:1% 0;
	padding:0 0 2px;
	font-size:1.093vw;
	border-bottom:1px solid #999999;
	color:#999999;
	display:inline-block;
}
.top__shopinfo__detail p{
	font-size:1.562vw;
	line-height:1.8;
	padding:0;
	margin:0;
}
/******************************* news *******************************/
.news h2{
	font-size:2vw;
	text-align:center;
	margin:50px auto;
	padding:0;
	font-weight:900;
}
.news__grid{
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	float:left;
	text-align:left;
}
.news__grid img{
	width:100%;
	height:100%;
}
.news__title{
	font-size:1.25vw;
	padding:25px 10px;
}
.news__title span{
	display:block;
	font-size:0.937vw;
	padding-bottom:5px;
}
.news_pager{
	text-align:center;
	padding:45px 0;
	font-size:1.25vw;
}
.news_pager span{
	color:#B2B2B2;
	padding:0 4px;
}
.news_pager a{
	padding:0 4px;
}
.news__nav{
	width:90%;
	margin:0 auto;
	padding:30px 0 100px;
}
.news__nav div a{
	font-size:1.25vw;
	display:block;
}
.news__nav div span{
	font-size:0.937vw!important;
	display:block;
	padding-bottom:5px;
}
.news__next{
	text-align:left;
	width:50%;
	float:left;
}
.news__prev{
	text-align:right;
	width:50%;
	float:right;
}
#news__block{
	text-align: left;
}
.news__detail__title{
	padding:30px 0;
	width:80%;
	margin:0 auto;
}
.news__detail__title h2{
	font-size:2.187vw;
	text-align: left;
	margin:0;
	font-weight:400;
}
.news__detail__title span{
	display:block;
	font-size:1.406vw;
	padding-bottom:15px;
}
.news__img{
	width:100%;
}
.news__text{
	width:80%;
	margin:10px auto 50px;
}
.news__text p{
	font-size:1.093vw;
}
/******************************* EC *******************************/
#side__menu{
	width:20%;
	float:left;
	padding:3% 0;
	position:fixed;
}
.side__brands__title{
	font-size:1.093vw;
	font-weight:900;
	color:#999999;
	padding-bottom:20px;
}
#side__brands li{
	font-size:0.937vw;
	width:100%;
	padding-bottom:10px;
	float:left;
}
.articleInner{
	width:80%;
	float:left;
	position:relative;
	left:23%;
}
.articleInner h2.contactTitle{
	font-size: 2vw;
	text-align: left;
	margin:3% auto;
	padding: 0;
	font-weight: 900;
}
.itemBox{
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}
.itemWrapper{
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	/* float:left; */
	text-align:left;
	--glitch-width: 24vmax;
	--glitch-height: 32vmax;
	--color-title: #fff;
	--color-subtitle: #fff;
}
.itemWrapper img{
	width:100%;
}
.textWrapper{
	padding:3% 0 9%;
}
.brandName{
	font-size:1.093vw;
	font-weight:700;
	padding-bottom:5px;
}
.itemName{
	font-size:1.25vw;
	color:#999999;
	padding:0;
	margin:0;
}
.itemPrice{
	font-size:1.25vw;
	padding:0;
	margin:0;
}
.prd-lst-span{
	margin:0;
}
.linetext{
	text-decoration:line-through;
}
/* .pagination{
	text-align:center;
	font-size:14px;
}
.pagination a,
.pagination span{
	padding:0 0.2em;
}
.pagination span{
	text-decoration: underline;
} */
/******************************* EC detail *******************************/
.detailImg{
	width:50%;
	float:left;
}
.detailImg img{
	width:100%;
}
.detailText{
	/* width:50%;
	float:left;
	padding-left:5%;
	position:relative; */
}
.detail__fixed{
	width:35%;
	padding:0 0 7% 5%;
	position:fixed;
	z-index:99999;
	top:15%;
	right:3%;
	overflow-y: scroll;
	height:100%;
}
.detailBrandName{
	font-size:1.171vw;
}
.detailItemName{
	font-size:1.562vw;
	margin:0;
	font-weight:400;
	color:#999999;
}
.detailPrice{
	text-align:left;
	font-size:1.875vw;
	margin:0;
	line-height: 1.42857143;
}
.discount-color{
	color: #abaaaa;
}
.specSizeWrapper{
	padding-top:7%;
}
.detailcondition{
	font-size:1.171vw;
	color:#999999;
	padding-bottom:2%;
}
.simple_explain,
.explain{
	font-size:0.937vw;
	padding-bottom:6%;
	line-height:1.8;
}
.thumCartWrapper{
	padding-bottom:30%;
}
.product-order{
	margin:0;
}
.product-option-select .product-option-wrapper, .product-option-select .product-option-unit div{width:100%;}
.product-option-select .product-option-unit {
	width: 95%;
	clear: both;
	position: inherit;
	float: none;
	left: auto;
}
.product-option-unit select {
	vertical-align: middle;
	width: 100%;
	height: 40px;
	font-size: 15px;
	border: 0;
	outline: 1px solid #999999;
	outline-offset: -1px;
	padding: 10px 20px;
	color:#999999;
}
.addBag {
	width: 95%;
	padding: 12px 0;
	text-align: center;
	background-color: #000000;
	border: none;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top:10px;
}
.addBag .path{
	stroke:#fff;
}

.col{padding:0;}
.slider{display:none;}
#thumWrapper{
	margin-bottom:50px;
}
#thumWrapper li{
	margin-bottom:20px;
}
.sizechartlink a{
	font-size:1.015vw;
	text-decoration: underline;
	display:block;
	margin-top:5px;
}
.ww__ship__link{
	margin-top:10px;
}
.ww__ship__link a{
	text-decoration: underline;
}
@media only screen and (min-width: 1280px) {
	.brandName{
		font-size:15px;
	}
	.detailItemName{
		font-size:20px;
	}
	.detailPrice{
		font-size:24px;
	}
	.detailcondition{
		font-size:15px;
	}
	.simple_explain,
	.explain{
		font-size:12px;
	}
	.sizechartlink a{
		font-size:13px;
	}
}
/* .qty-elephants , 
.product-option{
	display:none;
} */

/******************************* guides *******************************/
.shopkeeper-h2{font-size:16px;}
.col-lg-6{padding:0 3%;}
#policy p{padding-bottom:5%;}
/******************************* size *******************************/
#size__chart{
	width:90%;
	margin:0 auto 10%;
}
#size__chart h2{
	font-size:2vw;
	text-align:center;
	margin:50px auto;
	padding:0;
	font-weight:900;
}
.size__method__img{
	display:block;
}
.size__method__img li{
	width:50%;
	float:left;
}
.size__method__img li img{
	width:100%;
}
.size__list dl{
	display:block;
	width:100%;
	padding-bottom:8px;
	border-bottom:1px solid #f1f1f1;
}
.size__list dl:last-child{
	border-bottom:none;
}
.size__list dt{
	width:28%;
	float:left;
}
.size__list dd{
	width:9%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
.shoes__list h3{
	padding:2% 0;
	text-align:center;
}
.shoes__list dl{
	display:block;
	width:100%;
	padding-bottom:8px;
	border-bottom:1px solid #f1f1f1;
}
.shoes__list dl:last-child{
	border-bottom:none;
}
.shoes__list dt{
	width:25%;
	float:left;
}
.shoes__list dd{
	width:25%;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
/******************************* worldship *******************************/
#ship__world{
	width:90%;
	margin:0 auto 10%;
}
#ship__world h2{
	font-size:2vw;
	text-align:center;
	margin:50px auto;
	padding:0;
	font-weight:900;
}
#ship__world p{
	font-size:1.093vw;
}
.ship__world__flow dl{
	padding-top:2%;
}
.ship__world__flow dt{
	font-size:1.562vw;
}
.notice__title{
	color:#ab0000;
}
.ship__world__flow dd{
	font-size:1.093vw;
	margin:0;
	padding:10px 0 0;
	line-height:1.8;
}
.ship__world__flow dd a{
	text-decoration:underline;
}
.ship__world__flow dd img{
	max-height:40px;
	margin:5px 0;
}
.ship__world__send{
	text-align:center;
	margin-top:10%;
}
.ship__world__send a{
	background:#191919;
	color:#ffffff;
	font-weight:700;
	padding:15px 50px;
	font-size:1.953vw;
}

@media only screen and (max-width: 640px) {
	body{
		margin-bottom:0;
	}
	#allContentsWrapper{
		width:100%;
		margin:0;
	}
	.menuWrapper{
		width:100%;
		position:relative;
		padding:0;
		z-index:99999;
	}
	.logoimg svg{
		max-height:25px;
		margin:15px 0;
	}
	#contentWrapper{
		margin:85px auto 0;
		float:none;
		padding:0;
	}
/******************************* menu *******************************/
	#my__menu{
		width:100%;
		position:fixed;
		background: rgba(255, 255, 255, 0.9);
		float:none;
	}
	#my__menu__m{
		float:none;
		width:11%;
		margin:20px auto;
	}
	#my__menu__m h1{
		width:100%;
		text-align:center;
	}
	#my__menu__m h1 span{
		display:block;
	}
	#my__gnav,
	.my__gnav_inner {
		width: 100%;
		padding: 0;
		z-index:99999;
	}
	#my__gnav ul li a{
		font-size:3.7vw;
	}
	#my__gnav.fixed {
		padding-top: 0;
		background: transparent;
	}
	.logoimg {
		max-height:40px;
	}
	#my__gnav {
		margin-top: 0;
		position: fixed;
		left: -960px;
		background: rgba(255, 255, 255, 0.9);
		text-align: center;
		padding: 10px 30px 100px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		display:block;
		height:80vh;
	}
	#my__gnav ul {
		list-style: none;
		width:100%;
		padding-bottom:30px;
	}
	#my__gnav p{
		text-align:left;
		font-size:3.46vw;
		color:#999999;
		display:block;
	}
	#my__gnav ul#brands{
		height:30vh;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		font-weight:400;
		display:block;
		padding-bottom:30px;
	}
	#my__gnav ul#brands li{
		padding-top:17px;
	}
	#my__gnav ul#brands li a{
		font-size:3.46vw;
	}
	#my__gnav ul li {
		text-align:left;
		width:100%;
		margin:0;
		padding:15px 0 0;
	}
	#my__gnav.fixed #my__gnav ul li a {
		width: 100%;
		display: block;
		color: #191919;
	}
	#my__nav__bar {
		display: block;
	}
	.open #my__nav__bar span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #my__nav__bar span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #my__nav__bar span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #my__gnav {
		-moz-transform: translateX(960px);
		-webkit-transform: translateX(960px);
		transform: translateX(960px);
	}
	.subMenuContents li a{
		height:40px;
		vertical-align:middle;
		font-size:11px;
	}
	#my__gnav ul.archives{
		padding:0;
	}
	#my__cart{
		position:absolute;
		top:10px;
		right:30px;
	}
	#my__cart ul li{
		margin-left:20px;
	}
	#my__cart li a{
		color:#191919;
		font-size:4.5vw;
	}
	#my__mm li a,
	#my__mm__ec a{
		font-size:6vw;
	}
	#my__mm li{
		padding: 20px 0 0;
	}
	#my__mm__ec li{
		padding: 24px 0 0;
	}
	#my__cart li a span {
      
    }

	#my__cart li a i{
		display:block;
	}
	#my__mm,
	#my__mm__ec{
		display:block;
		position:absolute;
		top:6px;
		left:75px;
	}

  #my__cart {
    display:block!important;
  }

    #my__cart li #cart-icon-bubble {
    color: #fff;
    position: relative;
    bottom: 3px;
  }
  
  #my__cart li #cart-icon-bubble span {
    visibility: hidden;
    font-size; 10px;
  }
#my__cart li #cart-icon-bubble:before {
  display: block;
  content: " "; 
  color: #fff; 
  background-image: url("/cdn/shop/files/ic-cart.png?v=1690861563"); 
  width: 25px; 
  height: 25px; 
  background-size: contain; 
  background-position: center; 
  background-repeat: no-repeat; 
} 

#my__cart ul li:nth-child(2) a {
    color: #FFF;
    position: relative;
    bottom: 3px;
  
    font-size; 10px!important;
  }

   #my__cart ul li:nth-child(2) a span {
    visibility: hidden;
    font-size; 10px;
  }
#my__cart ul li:nth-child(2) a:before {
  display: block;
  content: " "; 
  color: #fff; 
  background-image: url("/cdn/shop/files/ic-user.png?v=1690942849"); 
  width: 25px; 
  height: 25px; 
  background-size: contain; 
  background-position: center; 
  background-repeat: no-repeat; 
}
  
/******************************* footer *******************************/
	footer{
		position:static;
	}
	#my__footer{
		padding:0;
	}
	.shop__guide{
		font-size: 2.666vw;
		width:100%;
		float:none;
	}
	.shop__guide li{
		float:none;
		width:100%;
		margin:0 0 3% 0;
	}
	.my__sns{
		float:none;
		text-align:center;
		padding-bottom:5%;
	}
	.my__sns li{
		float:none;
		display:inline-block;
	}
	.my__sns li:first-child{
		margin-left:0;
	}
	.my__sns li i{
		font-size: 5.333vw;
	}
	#topcontrol{
		font-size: 5.333vw;
	}
/******************************* brands *******************************/
	#brands{
		margin-left:-1%;
	}
	#brands section{
		width:47%;
	}
	.brands__box__wrapper {
		--glitch-width: 22vmax;
		--glitch-height: 32vmax;
	}
	.brands__box {
		margin: 0 0 3% 3%;
	}
	.brands__box-title {
		font-size: 5.2vw;
		padding: 22vh 1em 0;
	}
/******************************* shopinfo *******************************/
	.top__shopinfo h1{
		width:30%;
		margin:0 auto 10%;
	}
	.top__shopinfo h2{
		font-size:5.333vw;
		line-height:5.333vw;
		margin:0 0 10%;
	}
	.top__shopinfo__detail p{
		font-size:10px;
		line-height:2.0;
	}
	.top__shopinfo__detail{
		padding:10% 0;
	}
	.top__shopinfo__detail h1{
		width:35%;
		margin:0 auto 2%;
	}
	.top__shopinfo__detail dt a{
		font-size:2.666vw;
	}
	.top__shopinfo__detail dt a:after{
		font-size:2.666vw;
	}
	.top__shopinfo__detail dd{
		margin:2% 0 0;
		font-size:2.666vw;
	}
/******************************* news *******************************/
	.news h2{
		font-size:4vw;
		margin:0 auto 30px;
		padding:30px 0 0;
	}
	.news__grid{
		width : 50 ;
		width : -webkit-calc(100% / 2) ;
		width : calc(100% / 2) ;
	}
	.news__title{
		font-size:3.2vw;
		padding:20px 10px;
	}
	.news__title span{
		font-size:2.4vw;
		padding-bottom:2px;
	}
	.news_pager{
		font-size:3.733vw;
	}
	.news__nav{
		width:100%;
		padding: 30px 0 50px;
	}
	.news__nav div a{
		font-size:3vw;
	}
	.news__nav div span{
		font-size:2.4vw!important;
	}
	.news__detail__title{
		width:100%;
	}
	.news__detail__title h2{
		font-size:3.733vw;
		text-align: left;
		font-weight:400;
		margin:0;
	}
	.news__detail__title span{
		font-size:2.4vw;
		padding-bottom:5px;
	}
	.news__text{
		width:100%;
		margin:0 auto 30px;
	}
	.news__text p{
		font-size:2.4vw;
	}
/******************************* EC *******************************/
	#side__menu{
		display:none;
	}
	.articleInner{
		width:100%;
		float:none;
		left:0;
	}
	.articleInner h2.contactTitle{
		font-size: 4vw;
		text-align: center;
		margin:3% auto 6%;
	}
	.itemWrapper{
		width : 50% ;
		width : -webkit-calc(100% / 2) ;
		width : calc(100% / 2) ;
		text-align:left;
		--glitch-width: 24vmax;
		--glitch-height: 32vmax;
	}
	.textWrapper{
		padding:6% 0 12%;
	}
	.brandName{
		font-size:2.4vw;
	}
	.itemName{
		font-size:3.466vw;
	}
	.itemPrice{
		font-size:3.466vw;
	}
	.pagination{
		font-size:3.5vw;
		margin:5% 0 10%;
	}
	.pagination a,
	.pagination span{
		padding:0 0.3em;
		font-size:3.733vw;
	}
/******************************* EC detail *******************************/
	.detailImg{
		width:100%;
		float:none;
	}
	.detailText{
		/* width:100%;
		float:none;
		padding-left:0; */
	}
	.detail__fixed{
		width:100%;
		padding:5% 0 0;
		position:static;
		top:0;
		right:0;
	}
	.detailBrandName{
		font-size:4vw;
	}
	.detailItemName{
		font-size:4.8vw;
	}
	.detailPrice{
		font-size:4.8vw;
	}
	.detailcondition{
		font-size:3.733vw;
	}
	.simple_explain,
	.explain{
		font-size:2.6vw;
	}
	.thumCartWrapper{
		padding-bottom:3%;
	}
	.slider{display:block;}
	.slider a:hover{text-decoration:none;}
	.slider a:active{text-decoration:none;color:#191919;}
	#thumWrapper{display:none;}
	.sizechartlink a,
	.ww__ship__link{
		font-size:2.8vw;
	}
/******************************* size *******************************/
	#size__chart{
		width:100%;
		margin:0 auto 15%;
	}
	#size__chart h2{
		font-size:4vw;
		margin:0 auto 30px;
		padding:30px 0 0;
	}
	.size__method__img li{
		width:100%;
		float:none;
	}
	.size__list dt,
	.size__list dd,
	.shoes__list dt,
	.shoes__list dd{
		font-size:2.5vw;
	}
	.shoes__list h3{
		font-size:3vw;
	}
/******************************* worldship *******************************/
	#ship__world{
		width:100%;
		margin:0 auto 15%;
	}
	#ship__world h2{
		font-size:4vw;
		margin:0 auto 30px;
		padding:30px 0 0;
	}
	#ship__world p{
		font-size:3.2vw;
	}
	.ship__world__flow dt{
		font-size:3.8vw;
	}
	.ship__world__flow dd{
		font-size:3.2vw;
	}
	.ship__world__flow dd img{
		max-height:30px;
	}
	.ship__world__send{
		margin-top:12%;
	}
	.ship__world__send a{
		width:100%;
		display:block;
		padding:15px 0;
		font-size:4.6vw;
	}
}


/******************************* ie *******************************/
@media all and (-ms-high-contrast: none) {
.logos img{
	height:100%;
}
.brand_box{
	width: 25%;
	height: 100%;
	float: left;
}
.update__img{
	position:static;
}
.brand_box img{
	width:100%;
	height:100%;
}
.update__img:nth-child(2),
.update__img:nth-child(3),
.update__img:nth-child(4),
.update__img:nth-child(5){
	display:none;
}
}

/* 2025-09-03 */
@media (min-width: 641px) {
	div#item__block {
    display: flex;
			align-items: flex-start;
	}

	.detailImg {
			float: none;
	}

	.detailText {
			width: 35%;
			position: sticky;
			top: 15%;
			height: fit-content;
	}

	.detail__fixed {
			position: static;
			width: 100%;
			overflow-y: auto;
			height: auto;
			padding-bottom: 0;
	}

	div#thumWrapper {
			margin-bottom: 0;
	}

	#thumWrapper li:last-child {
			margin-bottom: 0;
	}

	.thumCartWrapper {
    padding-bottom: 0;
	}

	.product-order:last-of-type {
		margin-bottom: 0;
	}
}