
/***************************************
 For bynow.jp
 arai@onenote.co.jp
 Jan 21, 2018
***************************************/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700");

button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

div{
	position: relative;
	box-sizing: border-box;
}
nav{
	box-sizing: border-box;
}

/*-------------------------------------
 wrapper
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	background-color: #FFF;
}
#contents{
	padding-top: 15px;
	margin: 0 auto;
}


/*-------------------------------------
 header
-------------------------------------*/
#header {
	width: 100%;
    background-color: #FFFFFF;
    z-index: 100;
    height: 52px;
    min-height: inherit;
    padding: 0px 0px;
    position: fixed;
    box-sizing: border-box;
}
#headerMenu{
	padding:10px 10px 0px 10px;
	
}

.headerBtnSearch {
    background-image:url(../images/search.svg);
    background-size: 20px 20px;
    background-position: center center;
    background-color: #F9f9f9;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    border-radius: 50px;
    padding: 10px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    z-index: 1;
    font-size: 0;
    right: 20px;
	box-shadow: 0 0 8px gray;
}

.headerLogo {
    width: 120px;
    height: auto;
    margin: 0 auto;
}
.headerBtn {
	float:left;
}


.headerBtn {
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 3;
    width: 28px;
    height: 28px;
    cursor: pointer;
    padding: 5px;
}
.headerBtn,
.headerBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerBtn.open{
	top: 11px;
}

.headerBtn span {
    position: absolute;
    width: 62%;
    height: 1px;
    background-color: #777777;
}
.headerBtn span:nth-of-type(1) {
	top: 9px;
}
.headerBtn span:nth-of-type(2) {
	top: 15px;
}
.headerBtn span:nth-of-type(3) {
	top: 21px;
}
.headerBtn.open span:nth-of-type(1) {
	top: 12px;
	transform: rotate(45deg);
}
.headerBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerBtn.open span:nth-of-type(3) {
	top: 12px;
	transform: rotate(-45deg);
}



.menuBtn,
.menuBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	
}
.menuBtn {
    height: 31px;
    position: absolute;
    right: 2%;
    top: 19px;
    width: 40px;
}
.menuBtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #3d5999;
	border-radius: 4px;
}
.menuBtn span:nth-of-type(1) {
	top: 0;
}
.menuBtn span:nth-of-type(2) {
	top: 20px;
}
.menuBtn span:nth-of-type(3) {
	bottom: 0;
}

.menuBtn span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.menuBtn.active span:nth-of-type(1) {
	width: 45%;
	-webkit-transform: translate3d(2px, 7px, 0px) rotate(45deg);
	transform: translate3d(2px, 7px, 0px) rotate(45deg);
}
.menuBtn.active span:nth-of-type(2) {
	-webkit-transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
    transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
}
.menuBtn.active span:nth-of-type(3) {
	width: 45%;
	-webkit-transform: translate3d(18px, -3px, 0px) rotate(45deg);
	transform: translate3d(18px, -3px, 0px) rotate(45deg);
}




.teaserLogoArea{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 300px;
}
.teaserLogoArea img{
	width: 100%;
}
.teaserLogoArea p{
	margin-bottom: 10px;
}
.topIndexTeaser{
	min-height: calc(100vh - 100px);
}



.searchList{
	/*display:none;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    right: -100%;
    height: 100vh;
    overflow: auto;
}
.searchList li{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.categoryList{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFFFFF;
	right:-200%;
	height: 100vh;
	overflow: auto;
}
.categoryList li{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subCategoryList{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFFFFF;
	right:-300%;
	height: 100vh;
}
.subCategoryList li{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 10px;
	padding-bottom: 10px;
}



.linkList{
	position: fixed;
    top: 0;
    width: 66%;
    z-index: 1000;
    background-color: #FFFFFF;
    left: -66%;
    height: 100vh;
    box-sizing: border-box;
    margin-top: 46px;
    border-right: solid 1px #f1f1f1;
}
.linkList li{
	padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #D5D5D5;
    padding-top: 20px;
    padding-bottom: 20px;
	line-height: 1;
}
.linkList li.user{
	background-image: url(../images/ico_user.svg);
    padding-left: 36px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.seasonList{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFFFFF;
	right: -100%;
	height: 100vh;
}
.seasonList li{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* close btn
--------------------*/

.closeBtn{
	height:60px;
	width:60px;
	position:relative;
}
.closeBtn span {
	position:absolute;
    width: 79%;
    height: 3px;
    background-color: #000000;
    border-radius: 3px;
    margin-left: 7px;
}

.closeBtn span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.closeBtn span:nth-of-type(1) {
	-webkit-transform: translate3d(0px, 31px, 0px) rotate(45deg);
	transform: translate3d(0px, 30px, 0px) rotate(45deg);
}
.closeBtn span:nth-of-type(2) {
	-webkit-transform:  translate3d(-32px, 0px, 0px) rotate(-45deg);
    transform:  translate3d(-34px, 0px, 0px) rotate(-45deg);
}

/*-------------------------------------
 cart btn
-------------------------------------*/

#cartCommonBtn{
	background-image:url(../images/cart.svg);
	background-size: 40px 40px;
	background-position: center center;
	background-color: #00328c;
	background-repeat: no-repeat;
	position: fixed;
	bottom: -100px;
	border-radius: 50px;
	padding: 20px;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	z-index: 10001;
	font-size:  0;
	left: calc(50vw - 30px);
	box-shadow: 0 0 8px gray;
}


/*-------------------------------------
 layout
-------------------------------------*/
#container {
	position: relative;
	min-height: 100vh;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 46px;
	padding-bottom: 90px;
}
#container:after {
	clear: both;
	display: block;
	content: "";
}
.fixed{
	position:fixed !important;
	top: 0;
}

/*-------------------------------------
 pagetop
-------------------------------------*/
#pagetop {
	background: #e8e8e8;
}
#pagetop p {
	position: relative;
	height: 36px;
	margin: 0 auto;
	text-align: right;
}
#pagetop a {
	display: inline-block;
	padding: 14px 0 12px 0;
	line-height: 1;
	font-size: 0;
}
#pagetop a img {
	width: 80px;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
	font-family: "tt-commons-pro", sans-serif;
}



/*-------------------------------------
 loading
-------------------------------------*/
.loading {
	position: fixed;
	z-index: 999999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display:none;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}


/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 0.5em;
	height: 0.5em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
.loading.ec:not(:required):after {

	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.loading em{
	display: block;
    font-size: 12px;
    width: 100%;
    height: 1em;
    position: fixed;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 40px;
}
.loading.ec em{
    color: #000000;
}


.socialKirikae{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    z-index: 1;
    
    position: relative;
}
.socialKirikae li{
	padding: 10px;
	text-align: center;
}
.socialKirikae a{
	display: block;
}
.socialKirikae li.active{
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	margin-bottom: -1px;
	background-color: #FFFFFF;
}

.loginPanel .panelHeading{
	border: none;
	margin-bottom: 20px;
}

.defaultLogin{
	border: none;
}
.alignR{
	text-align: right;
}
.alignC{
	text-align: center;
}
.alignL{
	text-align: left;
}


/* visual
-------------------------------------*/



/*-------------------------------------
 for ec iframe
-------------------------------------*/

html#ecHTML::-webkit-scrollbar{
	display:none;
}
html#ecHTML #contents{
	padding-top: 0;
	padding-bottom: 0;
}

html#ecHTML #thumnailLinkBox ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}


html#ecHTML #brandDetailAllItems::-webkit-scrollbar{
	display:none;
}
html#ecHTML #brandDetailAllItems {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0%;
    z-index: 110;
    top: 0;
    left: auto;
    right: -100%;
    bottom: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-transform: translateZ(0);
	position: absolute;
}


html#ecHTML .loading.ec:before {
	background-color: rgba(0,0,0,0.15);
}

.goToCartLink{
	display: none;
}
.goToCart {
    background-image: url(../images/cart.svg);
    background-size: 25px;
    background-position: right 18px center;
    background-repeat: no-repeat;
}

.orderedCompleteInfo {
    margin-bottom: 10px;
    padding-top: 30px;
    border-top: #dcdcdc solid 1px;
}
#ecHTML .orderedDetailList {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


