@charset "Windows-31J";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1.5;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */

html {
	font-size: 62.5%;
}
body {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
}
.amiri {
  font-family: 'Amiri', serif;
}
.prata {
  font-family: 'Prata', serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}



/* =============================================================================
 Elements
============================================================================= */

/* color setting */
html {
}
body {
  color: #444;
}


/* link setting */
a {
  color: #444;
	text-decoration: none;
  outline: none;
}
a:hover {
  color: #ccc;
}


/* image setting */
img {
	max-width: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}



/* =============================================================================
 Common Class
============================================================================= */

.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

@media screen and (min-width: 769px) {
  .onlySP {
    display: none;
  }
  .image a,
  .btn,
  .photo a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .image a img,
  .btn img,
  .photo a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .image a:hover,
  .btn:hover,
  .photo a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .onlyPC {
    display: none;
  }
}



/* =============================================================================
 contents layout
============================================================================= */

/* main block */
#mainArea {
  padding-top: 157px;
  padding-bottom: 100px;
  position: relative;
}
.notagline #mainArea {
  padding-top: 117px;
}

@media screen and (max-width: 768px) {
  #mainArea {
    padding-top: 82px;
    padding-bottom: 60px;
  }
  .notagline #mainArea {
    padding-top: 46px;
  }
}


/* left navi page style */
.navColumn {
  margin: 0 auto;
  min-width: 1280px;
}
.navColumn:after {
  content: "";
  display: block;
  clear: both;
}
.navColumn .inner {
  margin: 0 auto;
  max-width: 1280px;
}
.navColumn .topicPath ul {
  padding: 0;
}
.navColumn .itemNavi {
  float: left;
  width: 200px;
}
.navColumn .contents {
  float: right;
  width: 1010px;
}
.navColumn .contents img {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
  .navColumn {
    min-width: inherit;
  }
  .navColumn .itemNavi {
    float: none;
    width: auto;
  }
  .navColumn .contents {
    float: none;
    width: auto;
  }
}


/* section */
#mainArea:not(.liquidColumn) .section {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}
#mainArea.liquidColumn .section {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  #mainArea:not(.liquidColumn) .section {
    padding-left: calc(20/750*100vw);
    padding-right: calc(20/750*100vw);
    width: auto;
  }
  #mainArea.liquidColumn .section {
    padding-left: calc(20/750*100vw);
    padding-right: calc(20/750*100vw);
  }
}



/* =============================================================================
 common header & global navi
============================================================================= */

@media screen and (min-width: 769px) {
  #commonHeader,
  #commonHeaderImg {
    position: fixed;
    width: 100%;
    height: 157px;
    z-index: 100;
    background-color: #fafafa;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .notagline #commonHeader,
  .notagline #commonHeaderImg {
    height: 117px;
    -webkit-transition: none;
    transition: none;
  }
  #commonHeader .tagline,
  #commonHeaderImg .tagline  {
    background: #2f4f4f;
    color: #fff;
    position: relative;
    height: 40px;
    overflow: hidden;
    letter-spacing: .05em;
    -webkit-transition: height ease .3s;
    transition: height ease .3s;
    box-sizing: border-box;
  }
  #commonHeader .tagline a,
  #commonHeaderImg .tagline a {
    display: block;
  }
  #commonHeader .tagline ul {
    padding: 12px 0 11px;
    font-family: 'Amiri', serif;
    font-size: 0;
    text-align: center;
  }
  #commonHeaderImg .tagline ul {
    font-family: 'Amiri', serif;
    font-size: 0;
    text-align: center;
  }
  #commonHeader .tagline ul li {
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 2px;
    border-left: 1px #efefef solid;
    line-height: 16px;
    display: inline-block;
    font-size: 1.2rem;
  }
  #commonHeaderImg .tagline ul li {
    border-left: 1px #efefef solid;
    line-height: 16px;
    display: inline-block;
    font-size: 1.2rem;
  }
  #commonHeader .tagline ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #commonHeader .tagline .information {
    position: absolute;
    top: 14px;
    right: 30px;
    color: #aaa;
    font-size: 1.1rem;/*MAGAEEK*/
  }
  #commonHeader .tagline a:hover .information,
  #commonHeaderImg .tagline a:hover .information {
    color: #ccc;
  }
  #commonHeader .siteLogo,
  #commonHeaderImg .siteLogo {
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    width: 160px;
    z-index: 10;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .siteLogo a {
    display: block;
  }

  /* scrolling */
  .scrolling #commonHeader,
  .scrolling #commonHeaderImg {
    height: 70px!important;
  }
  .scrolling #commonHeader .tagline,
  .scrolling #commonHeaderImg .tagline {
    border: none;
    height: 0;
  }
  .scrolling #commonHeader .siteLogo,
  .scrolling #commonHeaderImg .siteLogo {
    padding: 23px 40px 0 0;
    width: 126px;
  }
	.pc_ib { display:none!important; }
	.sp_ib { display:block!important; }
	#commonHeaderImg .tagline a {
		position: absolute;
	    width: 2000px;
	    height: 40px;
	    left: calc(50% - 1000px);
	    top: 0px;
	    bottom: 0px;
	}
	#commonHeaderImg .tagline img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
}

@media screen and (max-width: 768px) {
  #commonHeader {
    border-bottom: 1px #e9e9e9 solid;
    position: fixed;
    width: 100%;
    height: 81px;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #commonHeaderImg {
    background: #fafafa;
    border-bottom: 1px #e9e9e9 solid;
    position: fixed;
    width: 100%;
    height: 81px;
    z-index: 100;
    background-color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .notagline #commonHeader,
  .notagline #commonHeaderImg {
    height: 46px;
    -webkit-transition: none;
    transition: none;
  }
  #commonHeader .tagline {
    border-bottom: 1px #efefef solid;
    position: relative;
    text-align: center;
    height: 33px;
    overflow: hidden;
    letter-spacing: .05em;
    -webkit-transition: height ease .3s;
    transition: height ease .3s;
    box-sizing: border-box;
  }
  #commonHeaderImg .tagline {
    background: #2f4f4f;
    color: #fff;
    border-bottom: 1px #efefef solid;
    position: relative;
    height: 38px;
    overflow: hidden;
    letter-spacing: .05em;
    -webkit-transition: height ease .3s;
    transition: height ease .3s;
    box-sizing: border-box;
  }
  #commonHeader .tagline ul {
    padding: 8px 0 7px;
    font-family: 'Amiri', serif;
    font-size: 0;
    text-align: center;
  }
  #commonHeaderImg .tagline_img ul {
    font-family: 'Amiri', serif;
    font-size: 0;
    text-align: center;
  }
  #commonHeader .tagline ul li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px #efefef solid;
    line-height: 11px;
    display: inline-block;
    font-size: 1.1rem;
  }
  #commonHeaderImg .tagline_img ul li {
    border-left: 1px #efefef solid;
    line-height: 11px;
    display: inline-block;
    font-size: 1.1rem;
  }
  #commonHeader .tagline ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #commonHeader .tagline .information {
    position: absolute;
    right: calc(30/750*100vw);
    color: #444;
    font-size: 1.1rem;
  }

  /* scrolling */
  .scrolling #commonHeader,
  .notagline #commonHeader,
  .scrolling #commonHeaderImg,
  .notagline #commonHeaderImg {
    height: 46px!important;
  }
  .scrolling #commonHeader .tagline,
  .scrolling #commonHeaderImg .tagline {
    border: none;
    height: 0;
  }
  .scrolling #commonHeader .siteLogo,
  .scrolling #commonHeaderimg .siteLogo {
  }
   .pc_ib { display:none!important; }
   .sp_ib { display:block!important; }
	#commonHeaderImg .tagline a {
		position: absolute;
	    width: 2000px;
	    height: 40px;
	    left: calc(50% - 1000px);
	    top: 0px;
	    bottom: 0px;
	}
	#commonHeaderImg .tagline img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: middle;
	}
}

@media (max-width: 480px) {
  #commonHeaderImg {
    min-width: 320px;
  }
  #commonHeader {
    min-width: 320px;
  }
  #commonHeaderImg .tagline {
    height: 35px;
  }
  #commonHeader .tagline {
    height: 35px;
  }
   .pc_ib{ display:block!important; }
   .sp_ib { display:none!important; }
	#commonHeaderImg .tagline a {
		position: static;
	    width: 100%;
	    height: 35px;
	    left: 0px;
	    top: 0px;
	    bottom: 0px;
	}
	#commonHeaderImg .tagline img {
		height: 35px;
	}
}

/* =============================================================================
 global navi
============================================================================= */

@media screen and (min-width: 769px) {
  .btnMenu {
    display: none;
  }
  #globalNavi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #globalNavi>ul,
  .subNavi>ul {
    font-size: 0;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }


  #globalNavi>ul>li,
  .subNavi>ul>li {
    margin: 0 20px;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #444;
    font-family: 'Amiri', serif;
    font-size: 1.4rem;/*MAGAEEK*/
    letter-spacing: .1em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  #globalNavi>ul>li.gnavi-categories {
    margin-left: 0;
  }
  #globalNavi>ul>li.gnavi-account,
  #globalNavi>ul>li.gnavi-guide,
  #globalNavi>ul>li.gnavi-contact{
    display: none;
  }
  #globalNavi>ul>li:last-child {
    margin-right: 0;
  }
  #globalNavi>ul>li>a,
  #globalNavi>ul>li>span {
    position: relative;
    display: block;
    color: #444;
  }
  #globalNavi>ul>li>a:before,
  #globalNavi>ul>li>span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width ease .3s;
    transition: width ease .3s;
  }
  #globalNavi>ul>li.gnavi-categories.hover>a:before,
  #globalNavi>ul>li.gnavi-categories.hover>span:before,
  #globalNavi>ul>li>a:hover:before,
  #globalNavi>ul>li>span:hover:before {
    width: 100%;
  }
  #globalNavi>ul>li.gnavi-categories>a,
  #globalNavi>ul>li.gnavi-categories>span {
    padding-right: 18px;
  }
  #globalNavi>ul>li.gnavi-categories>a:after,
  #globalNavi>ul>li.gnavi-categories>span:after {
    margin-top: -1px;
    content: "";
    display: block;
    position: absolute;
    border-right: 1px #7f7f7f solid;
    border-bottom: 1px #7f7f7f solid;
    top: 0;
    right: 2px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  /*
  #globalNavi>ul>li.gnavi-categories.hover>a:after,
  #globalNavi>ul>li.gnavi-categories.hover>span:after {
    margin-top: 2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  */
  #globalNavi>ul>li>ul,
  .subNavi>ul>li>ul {
    padding: 18px 20px 6px;
    position: absolute;
    top: 28px;
    left: -20px;
    display: block !important;
    background-color: rgba(255,255,255,.85);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #globalNavi>ul>li.hover>ul,
  .subNavi>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
  #globalNavi>ul>li>ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  #globalNavi>ul>li>ul li,
  .subNavi>ul>li>ul li {
    margin-bottom: 10px;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: .025em;
    font-size: 1.2rem;/*MAGASEEK*/
    white-space: nowrap;
  }
  #globalNavi>ul>li>ul li.btnBack {
    display: none;
  }
  #globalNavi>ul>li>ul li a {
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    padding-bottom: 3px;
    display: inline-block;
    border-bottom:  1px transparent solid;
  }
  #globalNavi>ul>li>ul li a:hover {
    border-bottom:  1px #ccc solid;
  }

  .subNavi {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .subNavi>ul {
    margin-right: 12px;
  }
  .subNavi>ul>li {
    margin: 0 0 0 15px;
  }
  .subNavi>ul>li .icon {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .subNavi>ul>li .icon:hover {
    opacity: .7;
  }
  .subNavi>ul>li .icon img {
    width: auto;
    max-width: 16px;
    height: 16px;
  }
  .subNavi>ul>li .searchText {
    position: absolute;
    right: 39px;
    width: 0;
    overflow: hidden;
    z-index: 2;
    background: #fafafa;
    -webkit-transition: width ease .3s;
    transition: width ease .3s;
  }
  .subNavi>ul>li.open  .searchText{
    margin-right: -39px;
    width: 140px;/*MAGAEEK*/
  }
  .subNavi>ul>li .searchText input[type="text"] {
    background: #fafafa;
    width: 180px;
    border: none;
    border-bottom: 1px #ccc solid;
    font-size: 1.1rem;/*MAGAEEK*/
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    outline: none;
  }
  .subNavi>ul>li .searchText ::-webkit-input-placeholder,
  .subNavi>ul>li .searchText ::-moz-placeholder,
  .subNavi>ul>li .searchText ::-ms-input-placeholder {
    color: #fff;
  }
  .subNavi>ul>li .searchText input[type="image"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
  }
  .subNavi>ul>li.cart .cartNum {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -6px;
    right: -12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #444;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: .9rem;
    text-align: center;
    letter-spacing: -.05em;
  }
  .subNavi>ul>li.logout>ul {
    left: -90px;
  }

  #globalNavi .sns {
    display: none;
  }

  /* scrolling */
  .scrolling #globalNavi>ul>li,
  .scrolling .subNavi>ul>li {
    padding-bottom: 26px;
  }

    .scrolling #globalNavi>ul>li.separator{
  	margin-right: 146px;
  }
  .scrolling #globalNavi>ul>li>ul,
  .scrolling .subNavi>ul>li>ul {
    top: 38px;
  }
  .scrolling .subNavi .information {
    display: none;
  }
  .pc_dispnone{
	display: none;
  }
}

@media screen and (max-width: 1280px) {
  .scrolling #commonHeader .siteLogo,
  .scrolling #commonHeaderImg .siteLogo {
  	padding: 23px 0 0;
    width: 90px;
  }
    #globalNavi>ul>li,
  .subNavi>ul>li {
    margin: 0 11px;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #444;
    font-family: 'Amiri', serif;
    font-size: 1.4rem;
    letter-spacing: .1em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .subNavi {
    position: absolute;
    right: 10;
    bottom: 0;
  }
  .subNavi>ul {
    margin-right: 10px;
  }
  .subNavi>ul>li {
    margin: 0 0 0 16px;
  }
  .subNavi>ul>li .icon {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .subNavi>ul>li .icon:hover {
    opacity: .7;
  }
  .subNavi>ul>li .icon img {
    width: auto;
    max-width: 14px;
    height: 14px;
  }
  /* scrolling */
  .scrolling #globalNavi>ul>li,
  .scrolling .subNavi>ul>li {
    padding-bottom: 26px;
  }
  .scrolling #globalNavi>ul>li.separator{
  	margin-right: 128px;
  }
  .scrolling #globalNavi>ul>li.gnavi-ranking {
    margin-right: 20px;
  }
  .scrolling #globalNavi>ul>li>ul,
  .scrolling .subNavi>ul>li>ul {
    top: 38px;
  }
  .scrolling .subNavi .information {
    display: none;
  }
/*   .pc_dispnone{
 	display: none;
 } */


  .scrolling #commonHeader, .scrolling #commonHeaderImg {
      height: 110px!important;
  }
  .subNavi>ul>li.cart .icon img {
    height: 14.1px;
  }
  .subNavi>ul>li {
    margin: 0 12px;
    padding-bottom: 16px;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #444;
    font-family: 'Amiri', serif;
    font-size: 1.4rem;
    letter-spacing: .1em;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .scrolling .subNavi {
    position: absolute;
    right: 10;
    bottom: 51px;
  }

  .scrolling #globalNavi>ul>li.separator{
    margin-right: 0;
  }

}

@media all and (-ms-high-contrast: none){
  .subNavi>ul>li .icon img {
    max-width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btnMenu {
    position: absolute;
    top: 40px;
    left: calc(30/750*100vw);
    width: 19px;
    height: 17px;
    -webkit-transition: top ease .3s;
    transition: top ease .3s;
  }
  #commonHeaderImg .btnMenu {
    top: 50px;
  }
    #commonHeader .btnMenu {
    top: 50px;
  }
  .btnMenu span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 19px;
    height: 1px;
    background-color: #888;
    font-size: 0;
    text-indent: -9999px;
  }
  .btnMenu span:before,
  .btnMenu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 19px;
    height: 1px;
    background-color: #888;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
  }
  .btnMenu span:before {
    top: -7px;
  }
  /*
  .menuOpen,
  .sortMenuOpen {
    height: 100%;
    overflow: hidden;
  }
  */
  .menuOpen .btnMenu span {
    background-color: transparent;
  }
  .menuOpen .btnMenu span:after {
    top: 50%;
    width: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menuOpen .btnMenu span:before {
    top: 50%;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btnMenu span:after {
    top: 7px;
  }
  .scrolling .btnMenu,
  .notagline .btnMenu {
    top: 15px!important;
  }
  .notagline .btnMenu {
    -webkit-transition: none;
    transition: none;
  }

  .overlay {
    display: block;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(136,136,136,.8);
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .menuOpen .overlay {
    opacity: 1;
    visibility: visible;
  }
  #globalNavi {
    position: absolute;
    top: 72px;
    width: calc(650/750*100vw);
    height: calc(100vh - 72px);
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(255,255,255,.95);
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #commonHeaderImg #globalNavi {
    top: 82px;
  }


  .notagline #globalNavi {
    top: 46px;
  }

  #globalNavi::-webkit-scrollbar,
  #globalNavi ul>li.gnavi-categories ul::-webkit-scrollbar {
    width: 3px;
  }
  #globalNavi::-webkit-scrollbar-thumb,
  #globalNavi ul>li.gnavi-categories ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(0,0,0,.45);
  }
  .scrolling #globalNavi,
  .scrolling #globalNavi ul>li.gnavi-categories ul  {
    top: 47px!important;
    height: calc(100vh - 47px);
  }
  .menuOpen #globalNavi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  .menuOpen.scrolling #globalNavi {
  }
  #globalNavi>ul:not(.sns) {
    padding: 0 calc(40/750*100vw);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #globalNavi>ul:not(.sns) li {
    font-size: 1.3rem;
	  font-family: 'Amiri', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  #globalNavi>ul:not(.sns) li a,
  #globalNavi>ul:not(.sns) li span {
    padding: 19px 0 17px 1em;
    border-bottom: 1px #ccc solid;
    display: block;
  }
  #globalNavi>ul>li.gnavi-categories,
  #globalNavi>ul>li.gnavi-lookbook,
  #globalNavi>ul>li.gnavi-about,
  #globalNavi>ul>li.gnavi-news,
  #globalNavi>ul>li.gnavi-ranking,
  #globalNavi>ul>li.gnavi-styling,
  #globalNavi>ul>li.gnavi-catalog,
  #globalNavi>ul>li.gnavi-shop {
    font-size: 1.4rem;
  }
  #globalNavi>ul:not(.sns)>li:not(.gnavi-categories)>ul {
    padding-top: 12px;
    padding-bottom: 0;
    border-bottom: 1px #ccc solid;
  }
  #globalNavi>ul:not(.sns)>li:not(.gnavi-categories)>ul li {
    border-bottom: none;
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  #globalNavi>ul:not(.sns)>li:not(.gnavi-categories)>ul li a {
    padding: 19px 0 17px 1em;
    border-bottom: 1px #ccc solid;
    display: block;
  }
  #globalNavi>ul:not(.sns)>li:not(.gnavi-categories)>ul li:last-child a {
    border-bottom: none;
  }
  #globalNavi>ul:not(.sns)>li>ul li a.select {
    color: #444;
    background-color: #eee;
  }
  #globalNavi ul:not(.sns)>li>.btnCat {
    position: relative;
  }
  #globalNavi ul:not(.sns)>li>.btnCat:before {
    content: "";
    display: block;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #globalNavi ul>li.gnavi-categories ul {
    padding: 0 calc(40/750*100vw) 80px;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: calc(650/750*100vw);
    height: calc(100vh - 72px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #globalNavi ul>li.gnavi-categories ul li {
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  #globalNavi ul>li.gnavi-categories ul li:last-child {
  }
  #globalNavi ul>li.gnavi-categories ul li .categoryClose {
    padding-left: 2.5em;
    position: relative;
  }
  #globalNavi ul>li.gnavi-categories ul li .categoryClose:before {
    content: "";
    display: block;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    position: absolute;
    top: 20px;
    left: 1.2em;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOpenCategory #globalNavi {
    overflow: hidden;
  }
  .menuOpenCategory #globalNavi ul {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menuOpenCategory #globalNavi ul>li.gnavi-categories ul {
    visibility: visible;
    opacity: 1;
  }

  .subNavi {
    position: absolute;
    top: 39px;
    right: calc(56/750*100vw);
    -webkit-transition: top ease .3s;
    transition: top ease .3s;
  }
  #commonHeaderImg .subNavi {
    top: 47px;
  }
  #commonHeader .subNavi {
    top: 47px;
  }
  .scrolling .subNavi,
  .notagline .subNavi {
    top: 14px!important;
  }
  .notagline .subNavi {
    -webkit-transition: none;
    transition: none;
  }
  .subNavi>ul {
    margin-right: 0;
  }
  .subNavi>ul>li {
    float: left;
  }
   #globalNavi>ul>li,
  .subNavi>ul>li {
    margin: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
    line-height: 1.5;
    color: #444;
    font-family: 'Amiri', serif;
    font-size: 1.3rem;/*MAGAEEK*/
    letter-spacing: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
    .subNavi>ul>li .icon img {
    width: auto;
    max-width: 17px;
    height: auto;
  }
  .subNavi>ul>li.login,
  .subNavi>ul>li.logout,
  .subNavi>ul>li.help {
    display: none;
  }
  .subNavi>ul>li.search {
    margin-right: 15px;
    width: 17px;
  }
  .subNavi>ul>li .searchText {
    border: 1px #ccc solid;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

.subNavi>ul>li.cart .icon img {
    width: 17px;
    height: auto;
    }
.subNavi>ul>li { margin: 0; }

  .notagline .subNavi>ul>li .searchText {
    top: 46px;
  }

  .scrolling .subNavi>ul>li .searchText {
    top: 46px;
  }
  .subNavi>ul>li.open .searchText {
    opacity: 1;
    visibility: visible;
  }
  .subNavi>ul>li .searchText input {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .subNavi>ul>li .searchText input[type="text"] {
    padding: 5px 0 5px calc(30/750*100vw);
    border: none;
    position: relative;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    outline: none;
	  font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    transform: scale(1.0);
  }
  .subNavi>ul>li .searchText input[type="image"] {
    position: absolute;
    top: 15px;
    right: calc(30/750*100vw);
    width: 12px;
  }
  .subNavi>ul>li.cart {
    position: relative;
    width: 15px!important;
  }
  .subNavi>ul>li.cart .cartNum {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -6px;
    right: -12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #444;
    font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: .9rem;
    text-align: center;
    letter-spacing: -.05em;
  }

  #globalNavi .sns {
    padding: 25px 0 80px calc(40/750*100vw + 12px);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #globalNavi .sns li {
    margin-right: 20px;
    display: inline-block;
    font-size: 20px;
  }
/* scrolling */
  .scrolling #globalNavi>ul>li,
  .scrolling .subNavi>ul>li {
    padding-bottom: 0!important;
  }
  .scrolling #globalNavi>ul>li.gnavi-about {
    margin-left: 0!important;
  }
  .scrolling #globalNavi>ul>li.gnavi-catalog {
    margin-right: 0!important;
  }
  .scrolling #globalNavi>ul>li.gnavi-ranking {
    margin-right: 0!important;
  }
  .scrolling #globalNavi>ul>li>ul,
  .scrolling .subNavi>ul>li>ul {
    top: 0!important;
  }
  .scrolling .subNavi .information {
    display: none;
  }
/*   .pc_dispnone{
	display: none;
  } */

  #commonHeader .siteLogo,
  #commonHeaderImg .siteLogo {
    margin: 0 auto;
    padding: 13px 0 0;
    width: 90px;
    height: 46px!important;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  #commonHeaderImg .siteLogo,.scrolling #commonHeaderImg .siteLogo {
    margin: 0 auto;
    padding: 13px 0 0;
    width: 130px;
  }
  .scrolling #commonHeader, .notagline #commonHeader, .scrolling #commonHeaderImg, .notagline #commonHeaderImg {
    height: 46px!important;
  }
}


/* 201005 グロナビ修正のため追加 ここから */

    #globalNavi>ul>li.gnavi-categories,
    #globalNavi>ul>li.gnavi-lookbook,
    #globalNavi>ul>li.gnavi-about,
    #globalNavi>ul>li.gnavi-news,
    #globalNavi>ul>li.gnavi-ranking,
    #globalNavi>ul>li.gnavi-styling,
    #globalNavi>ul>li.gnavi-catalog,
    #globalNavi>ul>li.gnavi-shop {
        font-size: 1.4rem;
    }

    #globalNavi ul .pc_dispnone li.gnavi-outlet,
    #globalNavi ul .pc_dispnone li.gnavi-onlineshop {
        font-size: 1.4rem;
    }

    .scrolling #commonHeader,
    .scrolling #commonHeaderImg {
        height: 110px !important;
    }

    .scrolling #commonHeader .siteLogo,
    .scrolling #commonHeaderImg .siteLogo {
        padding: 18px 0 0;
        width: 130px;
    }

    .subNavi>ul>li.cart .icon img {
        height: 14.1px;
    }

    /*#globalNavi>ul>li,*/
    .subNavi>ul>li {
        margin: 0 12px;
        padding-bottom: 16px;
        position: relative;
        display: inline-block;
        line-height: 1;
        color: #444;
        font-family: 'Amiri', serif;
        font-size: 1.4rem;
        /*MAGAEEK*/
        letter-spacing: .1em;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }

    .scrolling .subNavi {
        position: absolute;
        right: 10;
        bottom: 51px;
    }

    .subNavi {
        position: absolute;
        right: 10;
        bottom: 51px;
    }

    @media screen and (max-width: 768px){
.subNavi>ul>li.cart .icon img {
    height: 19px;
        }

    #commonHeaderImg .siteLogo, .scrolling #commonHeaderImg .siteLogo {
    margin: 0 auto;
    padding: 8px 0 0;
}
        .scrolling #commonHeader, .notagline #commonHeader, .scrolling #commonHeaderImg, .notagline #commonHeaderImg {
    height: 48px!important;
}


    }

    @media screen and (min-width: 769px) {
        .scrolling #globalNavi>ul>li.separator {
            margin-right: 20px;
        }
    }

    @media screen and (max-width: 1280px) {
        .scrolling #globalNavi>ul>li.separator {
            margin-right: 11px;
        }
    }

    @media screen and (min-width: 1180px){
    .subNavi { position: absolute;
      right: 30px;
      bottom: 4px; }

      .scrolling .subNavi {
        position: absolute;
        right: 30px;
        bottom: 4px;
      }
    }

    /* 210115 カタログ改修のため追加 */
    @media screen and (min-width: 769px) {

        #globalNavi>ul>li.hover>ul,
  .subNavi>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

        #globalNavi>ul>li.gnavi-catalog>a,
  #globalNavi>ul>li.gnavi-catalog>span {
    padding-right: 18px;
  }
    #globalNavi>ul>li.gnavi-catalog>a:after, #globalNavi>ul>li.gnavi-catalog>span:after {
    margin-top: -1px;
    content: "";
    display: block;
    position: absolute;
    border-right: 1px #7f7f7f solid;
    border-bottom: 1px #7f7f7f solid;
    top: 0;
    right: 2px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#globalNavi>ul>li.gnavi-catalog>ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
    }

    @media screen and (max-width: 768px){
        #globalNavi ul>li.gnavi-catalog ul {
    padding: 0 calc(40/750*100vw) 80px;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: calc(650/750*100vw);
    height: calc(100vh - 72px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#globalNavi ul:not(.sns)>li>.btnCat2:before {
    content: "";
    display: block;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    position: absolute;
    top: 25px;
    right: 10px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuOpenCatalog #globalNavi ul>li.gnavi-catalog ul {
    visibility: visible;
    opacity: 1;
}

#globalNavi ul>li.gnavi-catalog ul {
    padding: 0 calc(40/750*100vw) 80px;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: calc(650/750*100vw);
    height: calc(100vh - 72px);
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  #globalNavi ul>li.gnavi-catalog ul li {
	  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
  #globalNavi ul>li.gnavi-catalog ul li:last-child {
  }
  #globalNavi ul>li.gnavi-catalog ul li .CatalogClose {
    padding-left: 2.5em;
    position: relative;
  }
  #globalNavi ul>li.gnavi-catalog ul li .CatalogClose:before {
    content: "";
    display: block;
    border-top: 1px #ccc solid;
    border-left: 1px #ccc solid;
    position: absolute;
    top: 20px;
    left: 1.2em;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOpenCatalog #globalNavi {
    overflow: hidden;
  }
  .menuOpenCatalog #globalNavi ul {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menuOpenCatalog #globalNavi ul>li.gnavi-catalog ul {
    visibility: visible;
    opacity: 1;
  }

  #globalNavi>ul:not(.sns)>li:not(.gnavi-catalog)>ul {
    padding-top: 12px;
    padding-bottom: 0;
    border-bottom: 1px #ccc solid;
}

}

/* 201005 グロナビ修正のため追加 ここまで */


/* =============================================================================
 common footer
============================================================================= */

#commonFooter {
  background: #fafafa;
  padding: 0 0 40px;
  border-top: 1px #efefef solid;
  text-align: center;
}
#commonFooter .footerNaviEC {
  display: none;
}
#commonFooter .footerNavi {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1280px;
  border-bottom: 1px #efefef solid;
}
#commonFooter .footerNavi ul {
  font-size: 0;
}
#commonFooter .footerNavi ul li {
  margin: 0 20px;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
#commonFooter .footerNavi ul li a {
  color: #888;
}
#commonFooter .footerNavi ul li a:hover {
  color: #ccc;
}
#commonFooter .sns {
  padding: 30px 0;
  font-size: 0;
}
#commonFooter .sns li {
  margin: 0 10px;
  display: inline-block;
  width: 17px;
  font-size: 18px;
}
#commonFooter .copyright,
#commonFooter .copyright a {
  color: #888;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  #commonFooter .sns li a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  #commonFooter .sns li a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  #commonFooter {
    padding: 20px calc(35/750*100vw) 30px;
    border-top: none;
    background-color: #eee;
  }
  #commonFooter .footerNaviEC {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  #commonFooter .footerNaviEC>ul {
  }
  #commonFooter .footerNaviEC>ul>li {
    text-align: left;
  }
  #commonFooter .footerNaviEC>ul>li>span,
  #commonFooter .footerNaviEC>ul>li>a {
    padding: 19px 0 19px 1em;
    border-bottom: 1px #ccc solid;
    position: relative;
    display: block;
  }
  #commonFooter .footerNaviEC>ul>li>.btnCat {
    font-family: 'Amiri', serif;
    font-size: 1.4rem;
  }
  #commonFooter .footerNaviEC>ul>li>.btnCat:before {
    content: "";
    display: block;
    border-top: 1px #777 solid;
    border-right: 1px #777 solid;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
  }
  #commonFooter .footerNaviEC>ul>li ul {
    padding: 12px 0;
    border-bottom: 1px #ccc solid;
    display: none;
  }
  #commonFooter .footerNaviEC>ul>li ul li {
  }
  #commonFooter .footerNaviEC>ul>li ul li a {
    padding: 12px 0 12px 1em;
    display: block;
  }
  #commonFooter .footerNavi {
    padding: 10px 0;
  }
  #commonFooter .footerNavi ul {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  #commonFooter .footerNavi ul li {
    margin: 8px 0;
    padding: 0 0 0 1.5em;
    width: calc(340/750*100vw);
    font-size: 1rem;
    box-sizing: border-box;
  }
  #commonFooter .sns {
    padding: 25px 0;
  }
  #commonFooter .sns li {
    width: calc(24/750*100vw);
  }
  #commonFooter .copyright,
  #commonFooter .copyright a {
    font-size: .9rem;
  }
}



/* =============================================================================
 Common Block Styles
============================================================================= */

/* topic path */
.topicPath {
  margin: 0 auto;
  padding: 38px 0;
  max-width: 1280px;
}
.topicPath ul {
}
.topicPath ul li {
  display: inline-block;
  line-height: 2.36;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.topicPath ul li:after {
  margin: 0 2px 0px 10px;
  content: ">";
}
.topicPath ul li:last-child:after {
  display: none;
}
.topicPath ul li a {
  color: #aaa;
}
.topicPath img {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
  .topicPath {
    padding: 15px calc(20/750*100vw);
  }
  .topicPath ul {
  }
  .topicPath ul li {
    line-height: 1.3;
    font-size: 1rem;
  }
  .topicPath ul li:after {
    margin:  0 2px 0px 5px;
    content: ">";
  }
}


/* pagetop */
.pagetop {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 43.5px;
  height: 43.5px;
  z-index: 10;
  -webkit-transition: opacity ease .3s, visibility ease .3s;
  -o-transition: opacity ease .3s, visibility ease .3s;
  transition: opacity ease .3s, visibility ease .3s;
}
.pagetop.show {
  opacity: .8;
  visibility: visible;
}
.pagetop.fixstop {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: calc(20/750*100vw);
    bottom: calc(70/750*100vw);
    width: 43.5px;
    height: 43.5px;
  }
  .pagetop.fixstop {
    bottom: calc(70/750*100vw);
  }
}

/* list page style */
.listPage {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .listPage {
    margin-top: 15px !important;
  }
}




/* =============================================================================
 left item navi Styles
============================================================================= */

.colorSelector ul li {
  margin: 0 0 10px 15px;
  float: left;
  width: 16px;
  height: 16px;
}
.colorSelector ul li a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
  box-sizing: border-box;
}
.colorSelector ul li.color01 a {
  border: 1px #ccc solid;
  background-color: #fff;
}
.colorSelector ul li.color02 a {
  background-color: #000;
}
.colorSelector ul li.color03 a {
  background-color: #cdcdcd;
}
.colorSelector ul li.color04 a {
  background-color: #462c10;
}
.colorSelector ul li.color05 a {
  background-color: #ebdec4;
}
.colorSelector ul li.color06 a {
  background-color: #009944;
}
.colorSelector ul li.color07 a {
  background-color: #0036ff;
}
.colorSelector ul li.color08 a {
  background-color: #60008c;
}
.colorSelector ul li.color09 a {
  background-color: #ffe400;
}
.colorSelector ul li.color10 a {
  background-color: #ff99cc;
}
.colorSelector ul li.color11 a {
  background-color: #ff0000;
}
.colorSelector ul li.color12 a {
  background-color: #ff9933;
}
.colorSelector ul li.color13 a {
  background-image: url(../images/common/icon_color_silver.png);
}
.colorSelector ul li.color14 a {
  background-image: url(../images/common/icon_color_gold.png);
}
.colorSelector ul li.color15 a {
  background-image: url(../images/common/icon_color_rainbow.png);
}

@media screen and (min-width: 769px) {
  /* navi base */
  .itemNaviSP {
    display: none;
  }
  .itemNaviBox {
    padding: 30px 0;
    border-top: 1px #efefef solid;
  }
  .itemNaviBox.itemNaviStockInfo,
  .itemNaviBox.itemNaviDisp {
    display: none;
  }
  .itemNaviBox:first-child {
    padding-top: 0;
    border: none;
  }
  .itemNaviBox .label {
    padding: 0 5px;
    line-height: 1;
    font-family: 'Amiri', serif;
    font-size: 1.5rem;
    letter-spacing: .075em;
  }
  .itemNaviBox .selector {
    padding: 15px 0 0;
  }
  .itemNaviBox:not(.colorSelector) .selector {
    display: block !important;
  }
  .itemNaviBox:not(.colorSelector) ul li {
    line-height: 2.5;
    color: #aaa;
    font-size: 1.2rem;
    letter-spacing: .025em;
  }
  .itemNaviBox:not(.colorSelector) ul li a {
    padding: 0 20px;
    display: block;
  }
  .itemNaviBox:not(.colorSelector) ul li a:hover,
  .itemNaviBox:not(.colorSelector) ul li a.select {
    color: #444;
    background-color: #eee;
  }


  /* color selector */
  .colorSelector .label {
    position: relative;
    cursor: pointer;
  }
  .colorSelector .label:after {
    margin-top: -1px;
    content: "";
    display: block;
    position: absolute;
    border-right: 1px #7f7f7f solid;
    border-bottom: 1px #7f7f7f solid;
    top: 3px;
    right: 14px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .colorSelector .label:hover {
    color: #ccc;
  }
  .colorSelector .selector {
    display: none;
  }
  .colorSelector ul {
    margin: 0 0 -10px;
    padding: 0 0 0 15px;
    overflow: hidden;
  }

  .spSortMenuHeader,
  .itemNaviSearch,
  .btnSortMenu,
  .btnSort,
  .subLabel,
  .colorClose,
  .btnSelect {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .itemNavi {
    display: none;
  }
  .itemNaviSP {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    box-sizing: border-box;
    letter-spacing: .025em;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
  }
  .sortMenuOpen .itemNaviSP {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .itemNaviInner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .spSortMenuHeader {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #aaa;
    font-weight: bold;
  }
  .spSortMenuHeader .title {
    padding: 18px 0 0;
    font-size: 1.3rem;
    text-align: center;
  }
  .spSortMenuHeader .closeSortMenu {
    padding-left: 20px;
    position: absolute;
    top: 20px;
    left: calc(50/750*100vw);
    font-size: 1rem;
  }
  .spSortMenuHeader .closeSortMenu:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .itemNaviSearch {
    padding: 10px calc(20/750*100vw);
    border-bottom: 1px #c4c4c4 solid;
    position: relative;
    width: 100%;
    height: 63px;
    background-color: rgba(0,0,0,.04);
    box-sizing: border-box;
  }
  .itemNaviSearch .searchArea {
    border: 1px #ccc solid;
    background-color: #fff;
    overflow: hidden;
  }
  .itemNaviSearch .enterKeyword {
    margin: 0;
    padding: 0 calc(20/750*100vw);
    border-radius: 0;
    border: none;
    width: 115%;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;/*MAGASEEK*/
  }
  .itemNaviSearch .btnSearch {
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 26px;
    right: calc(20/750*100vw + 15px);
    width: 12px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }
  .btnSort {
    padding: 13% calc(50/750*100vw);/*MAGASEEK*/
    position: absolute;
    bottom: auto;/*MAGASEEK*/
    left: 0;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
  }
  .btnSort span {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 50px;
    background-color: #888;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }

  .itemNaviBox {
    border-bottom: 1px #c4c4c4 solid;
  }
  .itemNaviBox:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemNaviBox.itemNaviRanking {
    display: none;
  }
  .itemNaviBox .label {
    padding: 21px calc(50/750*100vw) 13px;
    float: left;
    width: calc(370/750*100vw);
    position: relative;
    line-height: 1;
    color: #444;
    font-family: 'Amiri',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.4rem;
    letter-spacing: .05em;
    box-sizing: border-box;
  }
  .itemNaviBox.itemNaviStockInfo .label,
  .itemNaviBox.itemNaviDisp .label {
    font-size: 1.3rem;
  }

  .itemNaviBox .selector {
    padding-right: calc(50/750*100vw);
    position: relative;
    float: right;
    width: calc(380/750*100vw);
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .itemNaviBox .selector:before {
    content: "";
    display: block;
    border-top: 1px #777 solid;
    border-right: 1px #777 solid;
    position: absolute;
    top: 17px;
    right: calc(50/750*100vw);
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .itemNaviBox .selector:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: calc(50/750*100vw);
    width: calc(100% - 6vw);
    height: 1px;
    background-color: #ccc;
  }
 .itemNaviBox:not(.colorSelector) .selector select {
   margin: 0;
   padding: 0;
   border: none;
   border-radius: 0;
   width: 125%;
   height: 50px;
   color: inherit;
   background: none transparent;
   outline: none;
   text-indent: 0.01px;
   text-overflow: '';
   vertical-align: middle;
   font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
   font-size: inherit;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   -webkit-transform: scale(.75);
   transform: scale(.75);
   -webkit-transform-origin: center left;
   -moz-transform-origin: center left;
   -ms-transform-origin: center left;
   -o-transform-origin: center left;
   transform-origin: center left;
  }
  .itemNaviBox:not(.colorSelector) .selector select::-ms-expand {
   display: none;
  }
  .itemNaviBox:not(.colorSelector) ul li {
    border-bottom: 1px #c4c4c4 solid;
    color: #444;
    background-color: rgba(0,0,0,.04);
    font-size: 1.2rem;
    letter-spacing: .025em;
  }
  .itemNaviBox:not(.colorSelector) ul li:last-child {
  }
  .itemNaviBox:not(.colorSelector) ul li a {
    padding: 17px 20px 17px calc(50/750*100vw + 38px);
    display: block;
    position: relative;
    line-height: 16px;
    color: #444;
  }
  .itemNaviBox:not(.colorSelector) ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: calc(50/750*100vw);
    width: 16px;
    height: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .itemNaviBox:not(.colorSelector) ul li a.select:before {
    background-image: url(../images/common/icon_check.png);
  }


  .itemNaviBox .selector .colorName {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: 125%;
    height: 50px;
    line-height: 50px;
    color: inherit;
    background: none transparent;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    vertical-align: middle;
    font-size: inherit;
    font-size: 12px;
  }
  .colorSelector .csModal {
    position: fixed;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 150;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease .3s,visibility ease .3s;
    -o-transition: opacity ease .3s,visibility ease .3s;
    transition: opacity ease .3s,visibility ease .3s;
  }
  .colorOpen .colorSelector .csModal {
    opacity: 1;
    visibility: visible;
  }
  .colorSelector .colorSelectorInner {
    padding-bottom: 25px;
    position: absolute;
    top: 20%;
    left: calc(50/750*100vw);
    width: calc(650/750*100vw);
    background-color: #fff;
  }
  .colorSelector .subLabel {
    margin: 30px 0 35px calc(50/750*100vw);
    line-height: 1;
    color: #000;
    font-family: 'Amiri',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  .colorSelector .colorClose {
    position: absolute;
    top: 25px;
    right: calc(50/750*100vw);
    width: 18px;
    height: 18px;
    background:  url(../images/common/icon_cross.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
  }
  .colorSelector .colorClose {
  }
  .colorSelector .btnSelect {
    margin: 0 calc(50/750*100vw);
    clear: both;
  }
  .colorSelector .btnSelect span {
    display: block;
    color: #fff;
    line-height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #888;
    text-align: center;
  }
  .colorSelector ul {
    padding: 0 0 0 calc(50/750*100vw);
  }
  .colorSelector ul li {
    margin: 0 calc(35/750*100vw) 45px 0;
    width: calc(80/750*100vw);
    height: calc(80/750*100vw);
  }
  .colorSelector ul li a {
    width: calc(80/750*100vw);
    height: calc(80/750*100vw);
  }
  .colorSelector ul li a.select {
  }
  .colorSelector ul li a.select:before {
    content: "\f00c";
    position: absolute;
    top: 15px;
    left: 0;
    width: calc(80/750*100vw);
    color: #fff;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-size: 10px;
    font-weight: 900;
    text-indent: 0;
  }
  .colorSelector ul li.color01 a.select:before {
    color: #444;
  }
  .colorSelector ul li a.select:after {
    content: "選択中";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: calc(80/750*100vw);
    color: #888;
    text-align: center;
    font-size: 1rem;
    text-indent: 0;
  }

  .menuOpen .btnSortMenu,
  .menuOpen .pagetop,
  .sortMenuOpen .btnSortMenu,
  .sortMenuOpen .pagetop {
    display: none;
  }

  .btnSortMenu {
    display: block;
    position: fixed;
    right: calc(20/750*100vw + 53.5px);
    bottom: calc(70/750*100vw);
    width: 43.5px;
    height: 43.5px;
    z-index: 10;
    opacity: .8;
  -webkit-transition: opacity ease .3s, visibility ease .3s;
  -o-transition: opacity ease .3s, visibility ease .3s;
  transition: opacity ease .3s, visibility ease .3s;
  }
  .btnSortMenu + .pagetop {
    opacity: .8 !important;
    visibility: visible !important;
  }
  .btnSortMenu.show {
    opacity: .8;
    visibility: visible;
  }
  .btnSortMenu.fixstop {
    position: absolute;
    bottom: calc(20/750*100vw);
  }
}



/* =============================================================================
 Button Module Styles
============================================================================= */

/* button square */

.btnSquare {
  border: 1px rgba(255,255,255,.5) solid;
  width: 200px;
  font-size: 1.4rem;
  font-family: 'Amiri', serif;
  letter-spacing: .05em;
  box-sizing: border-box;
}
.btnSquare a {
  padding: 10px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btnSquare a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .btnSquare a:hover {
    color: #000;
    background-color: rgba(255,255,255,.5);
  }
}

@media screen and (max-width: 768px) {
  .btnSquare {
    width: 170px;
  }
}



/* =============================================================================
 Block Module Styles
============================================================================= */

/* movie title */
.movTitle {
  color: #fff;
  font-weight: normal;
  font-family: 'Amiri', serif;
  letter-spacing: .05em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.movTitle .logo {
  margin: 0 auto 40px;
  display: block;
  width: 136px;
}
.movTitle .season {
  display: block;
  font-size: 2.2rem;
}
.movTitle .title {
  padding: 15px 0 0;
  display: block;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .movTitle {
    top: 35%;
    width: 100%;
  }
  .movTitle .logo {
    margin: 0 auto 30px;
    width: 90px;
  }
  .movTitle .season {
    font-size: 1.6rem;
  }
  .movTitle .title {
    padding: 10px 0 0;
    font-size: 2.6rem;
  }
}


/* image panel */
.imagePanel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 620px;
}
.imagePanel a {
  display: block;
}
.imagePanel .collectionImage img {
  width: 100%;
  pointer-events: none;
}
.panelInfo {
  padding: 40px 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  background-color: rgba(255,255,255,.85);
  font-family: 'Amiri', serif;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.panelInfo .title {
  color: #444;
  font-size: 2.2rem;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
}
.panelInfo .view {
  margin-top: 12px;
  padding-top: 15px;
  display: inline-block;
  position: relative;
  color: #444;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.panelInfo .view:before {
  margin-left: -27.5px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 55px;
  height: 1px;
  background-color: #ccc;
}

@media screen and (min-width: 769px) {
  .imagePanel + .imagePanel {
    margin-left: 40px;
  }
  .imagePanel a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .imagePanel a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .imagePanel {
    width: auto;
  }
  .imagePanel + .imagePanel {
    margin-top: 50px;
  }
  .imagePanel .collectionImage img {
    width: 100%;
  }
  .panelInfo {
    padding: calc(60/750*100vw) 0 calc(50/750*100vw);
    width: calc(500/750*100vw);
  }
  .panelInfo .title {
    font-size: 1.6rem;
  }
  .panelInfo .view {
    margin-top: 8px;
    padding-top: 10px;
    font-size: 1rem;
  }
  .panelInfo .view:before {
    margin-left: -13.5px;
    width: 27px;
  }
}



/* banner */
.banner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 850px;
  height: 280px;
  overflow: hidden;
}
.banner a {
  display: block;
}
.banner .image img {
  width: 100%;
}
.banner .panelInfo {
  top: 30px;
  left: 40px;
  width: 280px;
  height: 220px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.banner .panelInfo .logo {
  margin: 0 auto 25px;
  width: 140px;
}
.banner .panelInfo .title {
  font-size: 1.9rem;
}
.banner .panelInfo .view {
  margin-top: 17px;
  padding-top: 20px;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .banner a {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .banner a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    margin-left: calc(35/750*100vw);
    margin-right: calc(35/750*100vw);
    position: relative;
    width: auto;
    height: auto;
  }
  .banner a {
  }
  .banner .image img {
  }
  .banner .panelInfo {
    margin-top: -50px;
    padding: 20px 0 0;
    top: 50%;
    left: calc(40/750*100vw);
    width: 150px;
    height: 100px;
  }
  .banner .panelInfo .logo {
    margin: 0 auto 20px;
    width: 85px;
  }
  .banner .panelInfo .title {
    font-size: 1rem;
  }
  .banner .panelInfo .view {
    display: none;
  }
}





/* =============================================================================
 item text Styles
============================================================================= */

.itemName {
  padding: 15px 0 10px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.price {
  color: #aaa;
  font-size: 1.2rem;/*MAGASEEK*/
}
.priceSale {
  color: #bb0000;
}
.priceSale .discount {
  padding-left: 2em;
  font-size: .9rem;
}
.itemIcons  {
  padding-bottom: 15px;
  padding: 10px 0;
}
.itemIcons .icon {
  margin: 0 10px 0 0;
  padding: 2px 6px 0;
  border: 1px #eee solid;
  display: inline-block;
  color: #aaa;
  font-size: .9rem;
  letter-spacing: .1em;
}
.stylingTitle {
  padding: 10px 0 0;
  font-size: 1rem;
  letter-spacing: .05em;
}
.stylingDate {
  padding: 15px 0 0;
  line-height: 2;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.stylingShop {
  padding: 10px 0 0;
  color: #888;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.archiveTitle {
  padding: 10px 0 0;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.archiveDate {
  padding: 5px 0 0;
  color: #aaa;
  font-size: 1rem;
  letter-spacing: .05em;
}
a:hover .stylingShop {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .itemIcons  {
    padding: 10px 0;
    margin-right: 0px;
  }
  .itemName {
    padding: 10px 0;
    font-size: 1.05rem;
    letter-spacing: .025em;
  }
  .price {
    font-size: 1rem;
  }
  .priceSale .discount {
    padding-left: 1em;
  }
  .itemIcons .icon {
  }
  .stylingTitle {
    padding: 5px 0 0;
    font-size: .95rem;
  }
  .stylingDate {
    padding: 10px 0 0;
    font-size: .95rem;
  }
  .stylingShop {
    padding: 5px 0 0;
    font-size: .9rem;
  }
  .archiveTitle {
    font-size: 1.3rem;
    letter-spacing: .025em;
  }
  .archiveDate {
    font-size: 1.1rem;
    letter-spacing: .025em;
  }
}



/* =============================================================================
 Show window Module Styles
============================================================================= */

/* item window title */
.showWindowTitle {
  margin: 0 0 50px;
  color: #444;
  font-size: 3rem;
  font-weight: normal;
  font-family: 'Amiri', serif;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
}
.showWindowSubTitle {
  margin: 0 0 50px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: 'Amiri', serif;
  letter-spacing: .075em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  .showWindowTitle {
    margin: 0 0 15px;
    font-size: 1.9rem;
  }
  .showWindowSubTitle {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
}


/* show window base */
.showWindow {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.showWindow ul {
  text-align: left;
}
.showWindow ul li img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.showWindow ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .showWindow {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .showWindow ul li {
    margin-bottom: 25px;
  }
}


/* show window col3 & sp no slider */
.showWindow ul.itemCol3 {
  padding: 0 30px;
}
.showWindow ul.itemCol3 li {
  position:relative;
  margin-left: 20px;
  margin-right: 20px;
}
#ranking{
	counter-reset: 0;
}

#ranking>ul>.slick-list>.slick-track>li{
	counter-increment: ranking 1;
}
#ranking.showWindow ul.itemCol3 li .num {
position: absolute;
top: 15px;
left: 15px;
font-family: 'Amiri', serif;
color: #888;
content: counter(ranking);
border-bottom-width: 1px;
border-bottom-style: solid;
}
#ranking.showWindow ul.itemCol3 li .num {
color: #333;
border-color: #666;
font-size: 26px;
}

@media screen and (max-width: 768px) {
  .showWindow ul.itemCol3 {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .showWindow ul.itemCol3 li {
    margin: 0 0 40px;
    width: calc(350/750*100%);
    position: relative;
  }
  #ranking>ul>li{
	counter-increment: ranking 1;
  }
  #ranking.showWindow ul.itemCol3 li .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: 'Amiri', serif;
    color: #888;
    font-size: 14px;
    content: counter(ranking);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #ranking.showWindow ul.itemCol3 li .num {
    color: #333;
    border-color: #666;
  }
}


/* show window col5 */
.showWindow ul.itemCol5 {
  padding: 0 26px;
}
.showWindow ul.itemCol5 li {
  margin-left: 19px;
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  .showWindow ul.itemCol5 {
    margin-bottom: -15px;
    padding: 0;
    overflow: hidden;
  }
  .showWindow ul.itemCol5 li {
    margin: 0 calc(10/750*100%) 15px 0;
    float: left;
    width: calc(350/710*100%);
  }
  .showWindow ul.itemCol5 li:nth-child(2n) {
    margin-right: 0;
  }
  .showWindow ul.itemCol5 li:nth-child(n+5) {
    display: none;
  }
}


/* show window col5_3 */
.showWindow ul.itemCol5_3 {
  padding: 0 26px;
}
.showWindow ul.itemCol5_3 li {
  margin-left: 19px;
  margin-right: 19px;
}

@media screen and (max-width: 768px) {
  .showWindow ul.itemCol5_3 {
    margin: 0 -5px;
    padding: 0;
  }
  .showWindow ul.itemCol5_3 li {
    margin: 0 5px;
  }
  .showWindow ul.itemCol5_3 .slick-arrow {
    top: 36%;
  }
  .showWindow ul.itemCol5_3 .slick-prev {
    left: 13px;
  }
  .showWindow ul.itemCol5_3 .slick-next {
    right: 13px;
  }
}


/* show window col5 no carousel */
.showWindow ul.itemCol5Static {
  margin-bottom: -55px;
  padding: 0;
}
.showWindow ul.itemCol5Static li {
  margin: 0 40px 55px 0;
  width: 224px;
}
.showWindow ul.itemCol5Static li:after {
  content: "";
  display: block;
  clear: both;
}
.showWindow ul.itemCol5Static li:nth-child(5n) {
  margin-right: 0;
}
.showWindow ul.itemCol5Static li .stylingTitle {
  float: left;
  width: 50%;
}
.showWindow ul.itemCol5Static li .stylingShop {
  float: left;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .showWindow ul.itemCol5Static {
    margin-bottom: -25px;
    padding: 0 calc(15/750*100vw);
  }
  .showWindow ul.itemCol5Static li {
    margin: 0 calc(40/680*100%) 35px 0;
    float: left;
    width: calc(320/680*100%);
  }
  .showWindow ul.itemCol5Static li:nth-child(5n) {
    margin-right: calc(40/680*100%);
  }
  .showWindow ul.itemCol5Static li:nth-child(2n) {
    margin-right: 0;
  }
}


/* vie more */
.viewMore {
  padding: 10px 0 0;
  display: inline-block;
  position: relative;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  text-align: center;
}
.viewMore:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background-color: #a3a3a3;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .viewMore {
    font-size: 1.1rem;
  }
}


/* carousel controller */
.slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  position: absolute;
  top: calc(50% - 45px);
  width: 22px;/*MAGAEEK*/
  height: 22px;/*MAGAEEK*/
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slick-prev {
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-next {
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newsWindow .slick-arrow {
  top: -50px;
}
.newsWindow .slick-prev {
  margin-right: 30px;
  right: calc(35/750*100vw);
}
.newsWindow .slick-next {
  right: calc(35/750*100vw);
}

/* hover action */
@media screen and (min-width: 769px) {
  .showWindow .slick-arrow,
  .showWindow ul li a img {
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
  }
  .showWindow .slick-arrow:hover,
  .showWindow ul li a:hover img {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    width: 14px;
    height: 14px;
  }
}



/* =============================================================================
 News window Module Styles
============================================================================= */

.newsWindow {
}
.newsWindow ul {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.newsWindow.listPage ul {
  margin-bottom: -80px;
}
.newsWindow ul li {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(33.3333% - 40px);
}
.newsWindow.listPage ul li {
  margin-bottom: 80px;
}
.showWindow .newsTitle {
  padding: 15px 0 10px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.showWindow .date {
  font-size: 1rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .newsWindow {
    margin-bottom: 0;
  }
  .newsWindow .newsTitle {
    padding: 10px 0 6px;
    font-size: 1.05rem;
    letter-spacing: .025em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsWindow .date {
    font-size: .9rem;
  }
  .newsWindow ul {
    margin: 0;
    padding: 0;
  }
  .newsWindow.listPage ul {
    margin-bottom: -30px;
  }
  .newsWindow ul li {
    margin: 0 calc(10/710*100%) 20px 0;
    width: calc(350/710*100%);
  }
  .newsWindow.listPage ul li {
    margin-bottom: 30px;
  }
  .newsWindow ul li:nth-child(2n) {
    margin-right: 0;
  }
  #topNews.newsWindow ul li:nth-child(n+3) {
    display: none;
  }
  #topNews.newsWindow ul {
    margin-bottom: 20px;
  }
}



/* =============================================================================
 Styling window Module Styles
============================================================================= */

.stylingWindow .stylingTitle {
  padding: 15px 0 0;
  font-size: 1rem;
  letter-spacing: .05em;
}



/* =============================================================================
 Like Button Styles
============================================================================= */

.likeButton {
  font-size: 16px;
}
.likeButton a {
  color: #aaa;
}
.likeButton a.select,
.likeButton a:hover {
  color: #111;
}
.likeButton a.select i,
.likeButton a:hover i {
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .likeButton {
    font-size: 13px;
  }
}



/* =============================================================================
 Top Page Styles
============================================================================= */

/* fv */
.fvSection {
  position: relative;
  width: 100%;
  height: calc(100vh - 157px);
  overflow: hidden;
}
.fvSection .fv {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: calc(100vh - 157px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.fvSection .movTitle {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fvSection .btnSquare {
  margin: 185px 0 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fvSection .scrollDwon {
  position: absolute;
  bottom: 120px;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Amiri', serif;;
  letter-spacing: .05em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fvSection .scrollDwon:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height ease .8s .3s;
  transition: height ease .8s .3s;
}
.fvSection.animated .scrollDwon:after {
  height: 80px;
}

@media screen and (max-width: 1023px) {
  .fvSection {
    height: calc(100vh - 80px);
  }
  .fvSection .fv {
    min-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 768px) {
  .fvSection {
    height: 100vw;
  }
  .fvSection .fv {
  display: none;
  }
  .fvSection .fvSP {
  }
  .fvSection .movTitle {
    top: 30%;
  }
  .fvSection .btnSquare {
    margin: 125px 0 0;
    top: 30%;
  }
  .fvSection .scrollDwon {
    display: none;
    bottom: 90px;
    font-size: 1.1rem;
  }
  .fvSection .scrollDwon:after {
    top: 30px;
    width: 1px;
    height: 0;
  }
  .fvSection.animated .scrollDwon:after {
    height: 40px;
  }
}

/* push area */

.pushArea {
  margin-top: 130px;
  margin-bottom: 130px;
  display: flex;
  justify-content: space-between;
}

#mainArea.liquidColumn .section.pushArea {
	padding-left: 120px;
	padding-right: 120px;
}

.pushArea .imagePanel {
  width: calc(500/1145*100%);
}

.pushArea .lookbookArea {
	margin-left: calc(150/1440*100vw);
	position: relative;
	width: calc(520/1440*100vw);
}
.pushArea .lookbookArea .lookbookInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(236/1440*100vw);
	max-width: 310px;
	min-width: 200px;
	z-index: 2;
	font-family: 'Amiri', serif;
}
.pushArea .lookbookArea .lookbookInfo .title {
  padding-bottom: 30px;
  position: relative;
  color: #444;
  font-size: 3rem;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
}
.pushArea .lookbookArea .lookbookInfo .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.pushArea .lookbookArea .lookbookInfo .date {
  color: #888;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: .05em;
}
.pushArea .lookbookArea .image {
  position: absolute;
}
.pushArea .lookbookArea .image img {
  width: 100%;
}
.pushArea .lookbookArea .lookbook01 {
  top: 0;
  right: 0;
	width: calc(295/1440*100vw);
}
.pushArea .lookbookArea .lookbook02 {
	top: calc(265/1440*100vw);
	left: 0;
	width: calc(180/1440*100vw);
}
.pushArea .lookbookArea .lookbook03 {
	top: calc(447/1440*100vw);
	right: calc(50/1440*100vw);
	width: calc(225/1440*100vw);
}

@media screen and (max-width: 768px) {
  .pushArea {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }
  .pushArea .imagePanel {
    margin-right: 0;
    width: auto;
  }
  .pushArea .lookbookArea {
    margin-top: 50px;
    width: auto;
    margin-left: calc(40/1440*100vw);
  }
  .pushArea .lookbookArea:after {
    content: "";
    display: block;
    clear: both;
  }
  .pushArea .lookbookArea .lookbookInfo {
    top: 24px;
    width: 146px;
    min-width: inherit;
  }
  .pushArea .lookbookArea .lookbookInfo .title {
    padding-bottom: 20px;
    font-size: 1.9rem;
  }
  .pushArea .lookbookArea .lookbookInfo .title:after {
    bottom: 10px;
  }
  .pushArea .lookbookArea .lookbookInfo .date {
    font-size: 1.2rem;
  }
  .pushArea .lookbookArea .image {
    position: static;
  }
  .pushArea .lookbookArea .lookbook01 {
    margin: 0 0 calc(30/750*100vw);
    float: right;
    width: calc(428/750*100vw);
  }
  .pushArea .lookbookArea .lookbook02 {
    margin: 0 0 calc(-250/750*100vw);
    clear: right;
    width: calc(320/750*100vw);
  }
  .pushArea .lookbookArea .lookbook03 {
    float: right;
    width: calc(300/750*100vw);
  }
	#mainArea.liquidColumn .section.pushArea {
		padding-left: calc(20/750*100vw);
		padding-right: calc(20/750*100vw);
	}
}

.pushArea .imagePanel .collectionImage {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s ,transform ease .8s;
  transition: opacity ease .8s ,transform ease .8s;
}
.pushArea .imagePanel .panelInfo {
  background-color: transparent;
  -webkit-transition: background-color ease .8s .6s;
  transition: background-color ease .8s .6s;
}
.pushArea .imagePanel .panelInfo .title,
.pushArea .imagePanel .panelInfo .view {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s 1.2s ,transform ease .8s 1.2s;
  transition: opacity ease .8s 1.2s ,transform ease .8s 1.2s;
}
.pushArea .imagePanel.animated .collectionImage,
.pushArea .imagePanel.animated .panelInfo .title,
.pushArea .imagePanel.animated .panelInfo .view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pushArea .imagePanel.animated .panelInfo {
  background-color: rgba(255,255,255,.85);
}

.pushArea .lookbookArea .lookbookInfo .title,
.pushArea .lookbookArea .lookbookInfo .date,
.pushArea .lookbookArea .image {
  opacity: 0;
  -webkit-transition: opacity ease .8s,transform ease .8s;
  transition: opacity ease .8s,transform ease .8s;
}
.pushArea .lookbookArea .image {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.pushArea .lookbookArea .lookbookInfo .date {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.pushArea .lookbookArea .lookbookInfo .title:after {
  width: 0;
  -webkit-transition: width ease .8s .2s;
  transition: width ease .8s .2s;
}
.pushArea .lookbookArea .lookbook01 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.pushArea .lookbookArea .lookbook02 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.pushArea .lookbookArea .lookbook03 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.pushArea .lookbookArea.animated .lookbookInfo .title,
.pushArea .lookbookArea.animated .lookbookInfo .date,
.pushArea .lookbookArea.animated .image {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pushArea .lookbookArea.animated .lookbookInfo .title:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pushArea .lookbookArea.animated .lookbookInfo .title:after {
    width: calc(300/750*100vw);
  }
}

/* ranking  ※ 200317 追加 */
#ranking {
	margin: 0 auto;
	margin-top: 50px;
	padding-left: calc(10 / 750 * 100vw);
	padding-right: calc(10 / 750 * 100vw);
	text-align: center;
}
.itemList-col5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	counter-reset: number;
}
.itemList-col5 > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 31.6%;
	flex: 0 0 31.6%;
	max-width: 31.6%;
	margin: 0 0.7%;
	text-align: left;
}
#ranking .itemList-col5 > li {
	position: relative;
	margin-bottom: 0;
}
#ranking .itemList-col5 > li:after {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 10px;
	left: 11px;
	font-size: 13px;
	font-family: "Amiri", serif;
	z-index: 1;
}
#ranking .itemList-col5 > li:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 31px;
	left: 10px;
	z-index: 1;
}
.itemList-col5 > li:nth-of-type(n + 4) {
	display: none;
}
#ranking .viewMore {
	margin-top: 39px;
}
#mainArea.liquidColumn .section.pushArea {
	margin-bottom: 55px;
}

@media screen and (min-width: 769px) {
	#ranking {
		margin: 0 auto;
		margin-top: 25px;
		padding-left: 80px;
		padding-right: 80px;
	}
	.itemList-col5 {
		padding: 0 20px;
	}
	.itemList-col5 > li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(20% - 34px);
		flex: 0 0 calc(20% - 34px);
		max-width: calc(20% - 34px);
		margin: 0 17px;
		text-align: left;
	}
	.itemList-col5 > li img {
		width: 100%;
	}
	.itemList-col5 > li:nth-of-type(n + 4) {
		display: block;
	}
	.itemList-col5 > li:nth-of-type(n + 6) {
		display: none;
	}
	.itemList-col5 > li:nth-of-type(n + 4):after{
		color:#888;
	}
	.itemList-col5 > li:nth-of-type(n + 4):before{
		background:#999;
	}
	#ranking .viewMore {
		margin-top: 40px;
	}
	#ranking .l-static-itemList > li:after {
		top: 8px;
		left: 16px;
		font-size: 16px;
	}
	#ranking .l-static-itemList > li:before {
		width: 9px;
		height: 1px;
		top: 32px;
		left: 15px;
	}
	#mainArea.liquidColumn .section.pushArea {
		margin-bottom: 90px;
	}
}


/* item & news list*/
.showWindow.animate,
.newsWindow.animate {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s,transform ease .8s;
  transition: opacity ease .8s,transform ease .8s;
}
.showWindow.animated,
.newsWindow.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


/* collection movie */
.collectionMov {
  margin: 160px 40px 130px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: calc(766/1440*100vw);
  max-height: 766px;
  overflow: hidden;
}
.collectionMov .cmv {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.collectionMov .movTitle {
  position: absolute;
  top: calc(300/766*100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.collectionMov .movTitle .logo {
  margin: 0 auto 40px;
  width: 140px;
}
.collectionMov .btnSquare {
  margin-top: 205px;
  position: absolute;
  top: calc(300/766*100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .collectionMov {
    display: none;
  }
}



/* collection slider */
.collectionSlider {
  position: relative;
}
.collectionSlider .collectionInfo {
  position: absolute;
  top: calc(225/535*100%);
  right: 80px;
  width: calc(500/1440*100vw);
  z-index: 2;
  font-family: 'Amiri', serif;
}
.collectionSlider .collectionInfo .title {
  padding: 0 0 15px 2em;
  position: relative;
  color: #444;
  font-size: 3rem;
  letter-spacing: .025em;
  text-shadow:0px 0px 2px #fff;
  -webkit-font-smoothing: antialiased;
}
.collectionSlider .collectionInfo .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.collectionSlider .collectionInfo .date {
  color: #888;
  font-size: 1rem;
  text-align: right;
  letter-spacing: .05em;
}
.collectionSlider ul {
  width: calc(800/1440*100vw);
}
.collectionSlider ul img {
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .collectionSlider {
    margin: -40px 0 50px;
    padding: 0 !important;
  }
  .collectionSlider:after {
    content: "";
    display: block;
    clear: both;
  }
  .collectionSlider .collectionInfo {
    margin: 20px calc(20/750*100vw) 0 0;
    position: relative;
    float: right;
    top: auto;
    right: auto;
    width: calc(310/750*100vw);
  }
  .collectionSlider .collectionInfo .title {
    font-size: 1.6rem;
    text-align: right;
  }
  .collectionSlider .collectionInfo .date {
    font-size: .9rem;
    text-align: left;
  }
  .collectionSlider ul {
    width: 100%;
  }
}

.collectionSlider .collectionInfo .title,
.collectionSlider .collectionInfo .date {
  opacity: 0;
  -webkit-transition: opacity ease .8s,transform ease .8s;
  transition: opacity ease .8s,transform ease .8s;
}
.collectionSlider .collectionInfo .date {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.collectionSlider .collectionInfo .title:after {
  width: 0;
  -webkit-transition: width ease .8s .2s;
  transition: width ease .8s .2s;
}

.collectionSlider.animated .collectionInfo .title,
.collectionSlider.animated .collectionInfo .date {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.collectionSlider.animated .collectionInfo .title:after {
  width: 100%;
}


/* linkContents */
@media screen and (min-width: 769px) {
  #linkContents .imagePanel {
    margin-left: 0;
    margin-right: 0;
  }
}


/* news list */

#topNews {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #topNews {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}



/* =============================================================================
 Item List Page
============================================================================= */

/* item list banner */
.listBanner {
  margin: 0 0 45px;
}

/* item list header */
.listHeader {
  margin: 0 0 60px;
  padding: 0 0 25px;
  border-bottom: 1px #efefef solid;
  position: relative;
  z-index: 2;
  color: #888;
  letter-spacing: .05em;
}
.listHeader .sortNum {
  font-size: 1.2rem;/*MAGAEEK*/
}


/* 応急処置箇所 */
.listHeader .sortCategory {
  position: absolute;
  /* top: 0; */
  top: auto;
  right: 85px;


}
.listHeader .sortCategory>li {
  margin-left: 20px;
  padding: 3px 18px 0 0;
  position: relative;
  float: left;
  height: 26px;
  font-size: 1.2rem;/*MAGAEEK*/
  box-sizing: border-box;
  cursor: pointer;
}
.listHeader .sortCategory>li:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px #7f7f7f solid;
  border-bottom: 1px #7f7f7f solid;
  top: 7px;
  right: 2px;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.listHeader .sortCategory>li>span {
}
.listHeader .sortCategory>li>ul {
  padding: 20px 20px 5px;
  border: 1px #f4f4f4 solid;
  position: absolute;
  top: 26px;
  left: 0;
  background-color: rgba(255,255,255,.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.listHeader .sortCategory>li.hover>ul {
  opacity: 1;
  visibility: visible;
}
.listHeader .sortCategory>li>ul li {
  margin: 0 0 15px;
  font-size: 1.2rem;/*MAGASEEK*/
  white-space: nowrap;
}
.listHeader .sortCategory>li>ul li a {
  color: #aaa;
}
.listHeader .sortCategory>li>ul li a:hover,
.listHeader .sortCategory>li>ul li a.select {
  color: #444;
}
.listHeader .columnChanger {
  position: absolute;
  top: 0;
  right: 0;
}
.listHeader .columnChanger li {
  margin-left: 10px;
  float: left;
  height: 21px;
}
.listHeader .columnChanger li.col4 {
  width: 25px;
}
.listHeader .columnChanger li.col3 {
  width: 27px;
}
.listHeader .columnChanger li a {
  display: block;
  position: relative;
}
.listHeader .columnChanger li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.listHeader .columnChanger li.select a:before,
.listHeader .columnChanger li a:hover:before {
  opacity: 1;
}
.listHeader .columnChanger li.select a img,
.listHeader .columnChanger li a:hover img {
  opacity: 0;
}
.listHeader .columnChanger li.col4 a:before {
  background-image: url(../images/common/icon_4col_on.png);
}
.listHeader .columnChanger li.col3 a:before {
  background-image: url(../images/common/icon_3col_on.png);
}
@media screen and (max-width: 768px) {
  .listBanner {
    margin: 0 calc(20/750*100vw) 20px
  }
  .listHeader {
    margin: 0 calc(20/750*100vw) 20px;
    padding: 0 calc(10/750*100vw) 15px;
    letter-spacing: .025em;
  }
  .listHeader .sortNum {
    font-size: 1rem;
  }
  .listHeader .sortCategory {
    right: calc(10/750*100vw);
  }
  .listHeader .sortCategory>li {
    margin-left: 20px;
    padding: 3px 18px 0 0;
    position: relative;
    float: left;
    height: 26px;
    font-size: 1.1rem;
    box-sizing: border-box;
    cursor: pointer;
  }
  .listHeader .sortCategory>li.stockInfo,
  .listHeader .sortCategory>li.desipAll,
  .listHeader .sortCategory>li.dispColor {
    display: none;
  }
  .listHeader .sortCategory>li:before {
    content: "";
    display: block;
    position: absolute;
    border-right: 1px #7f7f7f solid;
    border-bottom: 1px #7f7f7f solid;
    top: 5px;
    right: 2px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .listHeader .sortCategory>li>span {
  }
  .listHeader .sortCategory>li>ul {
    padding: 20px 20px 5px;
    top: 25px;
    left: auto;
    right: 0;
  }
  .listHeader .sortCategory>li>ul li {
    margin: 0 0 15px;
    letter-spacing: .05em;
  }
  .listHeader .columnChanger {
    display: none;
  }
}


/* item list  */
.itemList {
  position: relative;
}
.itemList>ul {
  display: flex;
  flex-wrap: wrap;
}
.itemList>ul>li.search_result{
margin: 0 auto;
margin-bottom: 50px;
margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .itemList.col4>ul>li {
    margin-right: 30px;
    width: 230px;
  }
  .itemList.col4>ul>li:nth-child(4n) {
    margin-right: 0;
  }
  .itemList.col3>ul>li {
    margin-right: 31px;
    width: 316px;
  }
  .itemList.col3>ul>li:nth-child(3n) {
    margin-right: 0;
  }
}

.itemList>ul>li:after {
  content: "";
  display: block;
  clear: both;
}
.itemList>ul>li .itemImage {
  position: relative;
  overflow: hidden;
}
.itemList>ul>li .itemImage .itemLink {
}
.itemList>ul>li .itemImage .itemLink img {
	pointer-events: none;
}
.itemList>ul>li .itemImage .itemLink a {
  display: block;
}
.itemList>ul>li .itemImage .anotherItem {
  padding: 12px 0 1px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255,255,255,.8);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform ease .3s;
  transition: transform ease .3s;
  box-sizing: border-box;
}
.itemList>ul>li .itemImage:hover .anotherItem {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.itemList>ul>li .itemImage .anotherItem li {
  margin: 0 12px 12px 0;
  float: left;
  width: 40px;
}
.itemList>ul>li .itemImage .anotherItem li a {
}
.itemList>ul>li .price {
  float: left;
  width: calc(100% - 40px);
}
.itemList>ul>li .likeButton {
  float: right;
  width: 16px;
}
.itemList>ul>li .likeButton + * {
  clear: both;
}
.itemList>ul>li .nostock {
  margin: 10px 0;
  float: right;
  width: 50px;
  line-height: 14px;
  color: #ccc;
  font-size: .9rem;
  letter-spacing: .05em;
  text-align: right;
}
div>div .nostock {
  margin: -3px 0;
  float: right;
  width: 50px;
  line-height: 14px;
  color: #ccc;
  font-size: .9rem;
  letter-spacing: .05em;
  text-align: right;
}
.itemList>ul>li .itemIcons {
/*   margin: 10px 0 0; */
  float: left;
  width: calc(100% - 60px);
}
.itemList>ul>li .itemIcons .icon {
  margin-bottom: 5px;
}
.itemList>ul>li .itemIcons .icon:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .itemList {
    padding: 0 calc(20/750*100vw);
  }
  .itemList>ul {
  }
  .itemList.col4>ul>li,
  .itemList.col3>ul>li {
    margin-bottom: 30px;
    margin-right: calc(10/710*100%);
    width: calc(350/710*100%);
  }
  .itemList>ul>li:nth-child(2n),
  .itemList.col4>ul>li:nth-child(2n),
  .itemList.col3>ul>li:nth-child(2n) {
    margin-right: 0;
  }
  .itemList>ul>li .itemImage .anotherItem {
    display: none;
  }
  .itemList>ul>li .price {
  }
  .itemList>ul>li .likeButton {
    margin-right: 5px;
  }
  .itemList>ul>li .nostock {
    margin: 10px 0 4px 0;
    width: 45px;
  }
  .itemList>ul>li .itemIcons {
    margin: 0;
    width: calc(100% - 45px);
  }
  .itemList>ul>li .itemIcons .icon {
    margin-right: 5px;
  }
}



/* =============================================================================
 Item Detail Page
============================================================================= */

.itemDetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.itemDetail .itemimages {
  padding: 0 40px;
  width: 680px;
  box-sizing: border-box;
}
.itemDetail .itemDetailSlider {
}
.itemDetail .slideItem {
}
.itemDetail .slideItem img {
  width: 100%;
  pointer-events: auto;
}
.itemDetail .itemImageNotice {
  padding-top: 10px;
  color: #888;
  letter-spacing: .05em;
  font-size: 1.1rem;/*MAGASEEK*/
  text-align: center;
}
.itemDetail .itemDetailThumbnails {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.itemDetail .thumbnailItem {
  margin: 0 25px 25px 0;
  width: 100px;
  opacity: .6;
  cursor: pointer;
}
.itemDetail .thumbnailItem.current {
  opacity: 1;
}
.itemDetail .thumbnailItem .image {
  position: relative;
}
.itemDetail .thumbnailItem.current .image:before,
.itemDetail .thumbnailItem:hover .image:before {
  content: "";
  border: 1px #ccc solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.itemDetail .thumbnailItem:nth-child(5n) {
  margin-right: 0;
}
.itemDetail .text {
  padding: 10px 0 0;
  color: #888;
  font-size: .9rem;
  text-align: center;
}
.itemDetailSlider .slick-arrow {
  top: calc(50% - 6px);
}
.itemDetailSlider .slick-prev {
  left: -30px;/*MAGAEEK*/
}
.itemDetailSlider .slick-next {
  right: -30px;/*MAGAEEK*/
}
@media screen and (min-width: 769px) {
  .itemDetailSlider .slick-counter {
    display: none !important;
  }
}

.itemDetail .itemInfo {
  width: 510px;
  padding-right: 40px;/*MAGASEEK*/
}
.itemInfo .itemName {
  padding: 0 0 10px;
  overflow: visible;
  white-space: normal;
  text-overflow: inherit;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .025em;
}
.itemInfo .itemPrice {
  margin: 10px 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}
.itemInfo .itemPrice .tax {
  padding: 0 0 0 5px;
  font-size: 1.1rem;
}
.itemInfo .itemPrice .priceOff {
  padding-right: 20px;
  color: #888;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: line-through;
}
.itemInfo .itemPrice .priceDiscount {
  color: #bb0000;
}
.itemInfo .itemPrice .percent {
  padding-left: 5px;
  font-size: 1rem;
}
.itemInfo .itemNumber {
  padding-top: 10px;
}
.itemInfo .pointReturn {
  margin-bottom: 10px;
  float: left;
  color: #888;
  line-height: 30px;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.itemInfo .confirmStock {
  margin-bottom: 10px;
  width: 150px;/*MAGASEEK*/
  height: 30px;
  line-height: 28px;
  float: right;
  font-size: 1.1rem;/*MAGASEEK*/
  letter-spacing: .05em;
  box-sizing: border-box;
}
.itemInfo .confirmStock a {
  padding-left: 32px;/*MAGASEEK*/
  border: 1px #ccc solid;
  display: block;
  color: #888;
  background: #eee 10px center ;/*MAGASEEK*/
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.itemInfo .confirmStock a:hover {
  opacity: .7;
}
.itemInfo .notice {
  margin: 10px 0 -30px;/*MAGAEEK*/
  clear: both;
  line-height: 2;
  font-size: 1.1rem;/*MAGAEEK*/
}
.itemInfo .orderPanel {
  margin: 60px 0 40px;/*MAGAEEK*/
  border-top: 1px #efefef solid;
}
.itemInfo .orderPanel ul {
}
.itemInfo .orderPanel ul li {
  padding: 10px 0;
  border-bottom: 1px #efefef solid;
  display: flex;
}
.itemInfo .orderPanel .thumbnail {
  margin: 20px 0 20px 20px;
  width: 130px;
}
.itemInfo .orderPanel .thumbnail .image {
  width: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.itemInfo .orderPanel .thumbnail .image img{
  pointer-events: auto;
}
.itemInfo .orderPanel .thumbnail .text {
  width: 60px;
}
.itemInfo .orderPanel .buttonsWrap {
  width: 320px;
}
.itemInfo .orderPanel .buttons {
  margin-bottom: 20px;
}
.itemInfo .orderPanel .buttonBox {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 20px; */
}
.itemInfo .orderPanel .stockInfo {
  width: 80px;
  font-size: 1.1rem;/*MAGAEEK*/
  letter-spacing: .05em;
}
.itemInfo .orderPanel .stockInfo.nostock {
  color: #aaa;
}
.itemInfo .orderPanel .button {
  margin-right: 20px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.itemInfo .orderPanel .button a {
  display: block;
  color: #fff;
  font-size: 1.2rem;/*MAGASEEK*/
  letter-spacing: .1em;
  -webkit-transition: background-color ease .3s;
  transition: background-color ease .3s;
}
.itemInfo .orderPanel .btnGray a {
  background-color: #444;
}
.itemInfo .orderPanel .btnGray a:hover {
	opacity: 1;
	background-color: #333;
}
.itemInfo .orderPanel .btnWhite a {
  border: 1px #ccc solid;
  color: #aaa;
}
.itemInfo .orderPanel .btnWhite a:hover {
  color: #888;
  background-color: #eee;
}
.notice_area {
  white-space: nowrap;
}

/* 210129 追加 */
.itemInfo .orderPanel .stockText p {
  font-size: 11px;
  color: #888;
  margin: -10px 0px 20px 90px;
  width: 180px;
  }
/* 210129 追加 ここまで */

/* 43046-28 追加 */
.itemInfo .orderPanel p.notice_area {
  margin: -10px 0px -10px 90px;
  height: 19.5px;
}
/* 43046-28 追加 ここまで */

.infoBoxContainer {
  margin: 0 0 30px;
}
.infoBoxContainer table {
	border: 1px #efefef solid;
	width: 100%;
	color: #444;
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-bottom: 15px;
}
.infoBoxContainer>ul {
  height: 34px;
  border-bottom: 1px #efefef solid;
}
.infoBoxContainer>ul>li {
  float: left;
  width: 90px;
  height: 34px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.infoBoxContainer>ul>li a {
  display: block;
  height: 34px;
  position: relative;
  color: #aaa;
  text-align: center;
}
.infoBoxContainer>ul>li a.select {
  color: #444;
}
.infoBoxContainer>ul>li a.select:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
@media screen and (min-width: 769px) {
  .infoBoxContainer>ul>li a:hover {
    color: #444;
  }
  .infoBoxContainer>ul>li a:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
  }
}
.infoBoxContainer .infoBox {
  padding: 25px 0;
  border-bottom: 1px #efefef solid;
}
.infoBoxContainer .tabBox {
  display: none;
}
.infoBoxContainer p {
  line-height: 26px;
  color: #444;
  font-size: 1.25rem;
}
.infoBoxContainer .reserveItem {
  margin: 4em 0 1em;/*MAGAEEK*/
  font-size: 1.1rem;/*MAGAEEK*/
}
.infoBoxContainer .reserveItem .label {
  margin: 0 0 1em;
  letter-spacing: .02em;
  font-weight: bold;
}
.infoBoxContainer .reserveItem p {
  font-size: 1.1rem;/*MAGAEEK*/
  letter-spacing: .02em;
  line-height: 22px;/*MAGAEEK*/
}
.infoBoxContainer table {
  width: 100%;
  color: #444;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.infoBoxContainer table th,
.infoBoxContainer table td {
  padding: 5px;
  border: 1px #efefef solid;
  color: #444;
  width: 15%;
  font-weight: normal;
  text-align: center;
}
.infoBoxContainer table th:first-child,
.infoBoxContainer table td:first-child {
  border-left: none;
}
.infoBoxContainer table th:last-child,
.infoBoxContainer table td:last-child {
  border-right: none;
}
.infoBoxContainer .sizeGuide {
  margin: 15px 0;
  text-align: right;
}
.infoBoxContainer .sizeGuide a {
  color: #aaa;
  font-size: 1.1rem;
}
.infoBoxContainer dl {
  display: flex;
  line-height: 2;
  flex-wrap: wrap;
  font-size: 1.2rem;/*MAGAEEK*/
}
.infoBoxContainer dl dt {
  width: 90px;
  font-weight: normal;
}
.infoBoxContainer dl dd {
  width: 420px;
}
.infoBoxContainer dl dd:before {
  margin-right: 1em;
  content: "：";
}
.itemInfo .sns {
}
.itemInfo .sns li {
  margin-right: 20px;
  display: inline-block;
  font-size: 18px;/*MAGAEEK*/
}
.itemInfo .sns li a {
  color: #888;
}
.itemInfo .sns li a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .itemDetail {
    margin-bottom: 20px;
    padding: 0 !important;
    display: block;
  }
  .itemDetail .itemimages {
    padding: 0;
    width: auto;
  }
  .itemDetail .itemDetailSlider {
    padding-bottom: 0;
  }
  .itemDetail .slideItem {
  }
  .itemDetail .slideItem img {
    width: 100%;
  }
  .itemDetail .itemImageNotice {
    padding: 15px 0 0;
    font-size: 1rem;
  }
  .itemDetail .itemDetailThumbnails {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-left: 10px;
		padding-top: 10.3px;
		padding-bottom: 10px;
		margin-bottom: -10px;
  }

	.itemDetail .thumbnailItem {
		margin: 0;
		width: auto;
		margin-right: 8px;
		flex: 0 0 55px;
	}
	.itemDetail .thumbnailItem:nth-child(5n){
		margin-right: 8px;
	}
  .itemDetailSlider .slick-arrow {
    top: 50%;
  }
  .itemDetailSlider .slick-prev {
    left: calc(40/750*100vw);
    z-index: 5;
  }
  .itemDetailSlider .slick-next {
    right: calc(40/750*100vw);
  }
  .itemDetailSlider .slick-counter {
    padding: 6px 12px;
    display: block;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #fff;
    background-color: rgba(0,0,0,0.15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: .9rem;
  }

  .itemDetail .itemInfo {
    margin-top: 5px;
    padding: 0 calc(20/750*100vw);
    width: auto;
  }
  .itemInfo .itemName {
    font-size: 1.8rem;
    letter-spacing: .075em;
  }
  .itemInfo .itemPrice {
    margin: 0 0 10px;
    font-size: 1.6rem;/*MAGAEEK*/
  }
  .itemInfo .itemPrice .tax {
    font-size: 1.0rem;/*MAGAEEK*/
  }
  .itemInfo .itemPrice .priceOff {
    padding-right: 10px;
    font-size: 1.3rem;/*MAGAEEK*/
  }
  .itemInfo .itemPrice .percent {
    font-size: 1.0rem;/*MAGAEEK*/
  }
  .itemInfo .itemNumber {
    padding-top: 5px;
    font-size: 1.1rem;
  }
  .itemInfo .pointReturn {
    line-height: 1.3;
    font-size: 1.1rem;/*MAGAEEK*/
  }
  /* 43889 */
  .itemInfo .pointReturn .shippingFree {
    padding-top: 5px;
  }
  .itemInfo .confirmStock {
    margin: 0 0 40px;
    padding: 0 0 40px;
    width: 100%;
    height: 35px;
    line-height: 33px;
    float: none;
    font-size: 1.1rem;
    text-align: center;
    box-sizing: border-box;
  }
  .itemInfo .confirmStock a {
    padding: 0 0 0 28px;
    display: inline-block;
    position: relative;
    width: calc(375/750*100vw);
    color: #888;
    background: #eee none;
    text-align: center;
    box-sizing: border-box;
  }
  .itemInfo .confirmStock a:hover {
    opacity: 1;
  }
  .itemInfo .confirmStock a:after {
    margin-left: -65px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_search.svg) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .itemInfo .notice {
    margin-top: 10px;/*MAGASEEK*/
    line-height: 1.9;
    font-size: 1rem;
  }
  .itemInfo .orderPanel {
    margin: 40px 0 25px;/*MAGASEEK*/
  }
  .itemInfo .orderPanel ul {
  }
  .itemInfo .orderPanel ul li {
    padding: 25px 0;
  }
  .itemInfo .orderPanel .thumbnail {
    margin: 0;
    width: calc(50vw - 100px);
  }
  .itemInfo .orderPanel .thumbnail .image {
    width: 100%;
  }
  .itemInfo .orderPanel .thumbnail .text {
    padding-top: 5px;
    width: 100%;
  }
  .itemInfo .orderPanel .buttonsWrap {
    /*padding-left: calc(35/750*100vw);*/
    width: calc(50vw + 87px);
    box-sizing: border-box;
  }
  .itemInfo .orderPanel .buttons {
  }
  .itemInfo .orderPanel .buttonBox {
    margin: 0 0 20px;
    /* padding-bottom: 20px; */
  }
  /* .itemInfo .orderPanel .buttonBox:last-child {
    margin-bottom: 0;
  } */
  .itemInfo .orderPanel .stockInfo {
    width: 100px;
    font-size: .9rem;
    padding: 0 0 0 13px;
  }
  .itemInfo .orderPanel .button {
    margin-right: 0;
    width: calc(100% - 90px);
  }
  .itemInfo .orderPanel .likeButton {
    width: 40px;
    text-align: center;
  }

  .itemInfo .orderPanel .stockText p {
    margin-left:93.27px;
    width: calc(100% - 90px);
  }

  /* 43046-28 追加 */
  .itemInfo .orderPanel p.notice_area {
    margin-left:93.27px;
    margin-bottom: 20px;
    height: 18px;
    width: calc(100% - 90px);
  }
  /* 43046-28 追加 ここまで */

  .infoBoxContainer {
    margin: 0 0 25px;
  }
  .infoBoxContainer>ul {
    height: 27px;
  }
  .infoBoxContainer>ul>li {
    width: 50%;
    height: 27px;
    font-size: 1.2rem;/*MAGAEEK*/
  }
  .infoBoxContainer>ul>li a {
    height: 27px;
  }
  .infoBoxContainer .infoBox {
    padding: 15px 0;
  }
  .infoBoxContainer p {
    line-height: 2.0;/*MAGAEEK*/
    font-size: 1.2rem;/*MAGAEEK*/
  }
  .infoBoxContainer table {
    font-size: .9rem;
  }
  .infoBoxContainer table th,
  .infoBoxContainer table td {
  }
  .infoBoxContainer .sizeGuide {
  }
  .infoBoxContainer .sizeGuide a {
    font-size: .9rem;
  }
  .infoBoxContainer dl {
    line-height: 2;
    font-size: 1rem;
  }
  .infoBoxContainer dl dt {
    width: 7em;
  }
  .infoBoxContainer dl dd {
    width: calc(100% - 8em);
  }
  .infoBoxContainer dl dd:before {
  }
  .itemInfo .sns {
    padding-bottom: 30px;
    text-align: center;
  }
  .itemInfo .sns li {
    margin: 0 10px;
    display: inline-block;
    font-size: 20px;/*MAGAEEK*/
  }
}


/* detail bottom */
.lookbookPush {
  margin-top: 175px;
  margin-bottom: 240px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.lookbookPush + .lookbookPush {
  margin-top: -140px;
}
.lookbookPush .lookbookPanel {
  width: calc(560/1180*100%);
}
.lookbookPush.panel_single .lookbookPanel {
  margin: 0 auto;
}
.lookbookPush .lookbookPanel img {
  width: 100%;
}
.lookbookPush .lookbookPanelOnce {
  width: calc(685/1180*100%);
}
#relatedItems {
  margin-top: -120px;
  margin-bottom: 140px;
  padding-bottom: 100px;
  border-bottom: 1px #efefef solid;
}

@media screen and (max-width: 768px) {
  .lookbookPush {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 calc(20/750*100vw);
    display: block;
  }
  .lookbookPush + .lookbookPush {
    margin-top: 0;
  }
  .lookbookPush .lookbookPanel,
  .lookbookPush .lookbookPanelOnce {
    margin-bottom: 50px;
    width: auto;
  }
  #relatedItems {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 50px;
    border: none;
    position: relative;
  }
  #relatedItems:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(20/750*100vw);
    width: calc(710/750*100vw);
    height: 1px;
    background-color: #efefef;
  }
}





/* shop stock modal */

.modalHidden {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  z-index: 1000;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.ssModalOpen {
  height: 100%;
  overflow: hidden;
}
.ssModalOpen .modalHidden {
  opacity: 1;
  visibility: visible;
}
.shopStockModal {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 800px;
  background-color: #fff;
  box-shadow:0px 0px 20px 2px rgba(0,0,0,.2);
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translate(-50%);
  transform: translateX(-50%);
}
.ssModalOpen .shopStockModal {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shopStockModalInner {
  position: relative;
  padding: 40px 40px 90px;
}
.shopStockModalInner:after {
  content: "";
  display: block;
  clear: both;
}
.shopStockModal .label {
  margin: 0 0 30px;
  color: #222;
  font-family: 'Amiri', serif;
  font-size: 2.4rem;
  letter-spacing: .075em;
}
.shopStockModal .ssItemImg {
  float: left;
  width: 208px;
}
..shopStockModal .ssItemImg img {
	pointer-events: none;
}
.shopStockModal .ssItemInfo {
  margin-left: 40px;
  float: left;
  width: 430px;
}
.shopStockModal .itemName {
}
.shopStockModal .shopStockClose,
.shopStockModal .locationClose {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  cursor: pointer;
}
.shopStockModal .closeBottom {
  top: auto;
  bottom: 40px;
  right: 50%;
  width: auto;
  line-height: 16px;/*MAGASEEK*/
  color: #666;
  font-size: 1.4rem;/*MAGASEEK*/
  font-family: 'Amiri', serif;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.shopStockModal .closeBottom .icon {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  vertical-align: text-top;
}
.shopStockModal .itemPrice {
}
.shopStockModal .sizeSelector {
  margin: 20px 42px 0 0;
  border: 1px #ccc solid;
  position: relative;
  float: right;
  width: 430px;
}
.shopStockModal .sizeSelector:after {
  content: "";
  display: block;
  border-top: 1px #7a7a7a solid;
  border-right: 1px #7a7a7a solid;
  position: absolute;
  top: 11px;
  right: 22px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.shopStockModal .sizeSelector select {
    margin: 0;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 38px;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: inherit;
    color: inherit;
    box-sizing: border-box;
    -webkit-appearance:none;;
    -moz-appearance:none
    appearance:none;
}
.shopStockModal .sizeSelector select option{
  background-color: #fff;
  color: #333;
}
.shopStockModal .sizeSelector select::-ms-expand {
  display: none;
}
.shopStockModal .sizeSelector select:-moz-focusring {
  color: transparent;
}
.shopStockModal .noticeList {
  padding: 25px 0 30px;
  clear: both;
}
.shopStockModal .noticeList ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 20px;
  color: #888;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.shopStockModal .locationSelector {
  padding: 0 0 40px;
}
.shopStockModal .locationSelector ul {
  font-size: 0;
  text-align: center;
}
.shopStockModal .locationSelector ul li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px #efefef solid;
  display: inline-block;
  line-height: 20px;
  color: #aaaaaa;
  font-size: 1.3rem;
  letter-spacing: .05em;
}
.shopStockModal .locationSelector ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.shopStockModal .locationSelector ul li a {
  color: #aaaaaa;
}
.shopStockModal .locationList {
  letter-spacing: .05em;
}
.shopStockModal .locationList dl:first-child {
  border-top: 1px #efefef solid;
}
.shopStockModal .locationList dl dt {
  padding: 15px 0;
  border-bottom: 1px #efefef solid;
  position: relative;
  font-size: 1.4rem;/*MAGASEEK*/
  cursor: pointer;
}
.shopStockModal .locationList dl dt:after {
  content: "";
  display: block;
  border-top: 1px #7a7a7a solid;
  border-right: 1px #7a7a7a solid;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.shopStockModal .locationList dl dd {
  margin: 0 auto;
  display: none;
  width: 720px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shopStockModal .locationList dl dd ul {
  padding: 0 40px;
  border-bottom: 1px #efefef solid;
}
.shopStockModal .locationList dl dd ul li {
  padding: 20px 0;
  border-bottom: 1px #efefef solid;
  display: flex;
  align-items: center;
  font-size: 1.2rem;/*MAGASEEK*/
}
.shopStockModal .locationList dl dd ul li:last-child {
  border-bottom: none;
}
.shopStockModal .locationList dl dd ul li .shopName {
  width: 320px;
}
.shopStockModal .locationList dl dd ul li .shopStock {
  width: 240px;
}
.shopStockModal .locationList dl dd ul li .noStock {
  color: #ccc;
}
.shopStockModal .locationList dl dd ul li .shopDetail {
  width: 80px;
}
.shopStockModal .locationList dl dd ul li .btnDetail {
  border: 1px #ccc solid;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  background-color: #fff;
  font-family: 'Amiri', serif;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.shopStockModal .locationList dl dd ul li .btnDetail:hover {
  opacity: .7;
}
.shopStockModal .locationList dl dd ul li .btnDetail span {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.shopStockModal .locationList dl dd ul li .btnDetail span:before {
  margin-top: -6px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon_map.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.shopStockModal .shopLocation {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  background-color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.shopStockModal .shopLocation.shopLocationOpen {
  opacity: 1;
  visibility: visible;
}
.shopStockModal .shopLocation .label {
}
.shopStockModal .shopLocation .shopName {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .075em;
}
.shopStockModal .shopLocation .address,
.shopStockModal .shopLocation .tel {
  margin: 0 0 20px;
  line-height: 2;
  font-size: 1.1rem;
}
.shopStockModal .shopLocation .tel a {
  color: #444;
}
.shopStockModal .shopLocation .shopMap {
}
.shopStockModal .shopLocation .shopMap iframe {
  width: 100%;
  height: 450px;
  display: none;
}
.shopStockModal .shopLocation.shopLocationOpen .shopMap iframe {
  display: block;
}

.shopStockModal .noticeList,
.shopStockModal .locationSelector,
.shopStockModal .locationList {
  display: none;
}
.shopStockModal.skuOpen .noticeList,
.shopStockModal.skuOpen .locationSelector,
.shopStockModal.skuOpen .locationList {
  display: block;
}
/*
@media screen and (min-width: 769px) {
  .shopStockModal .locationList dl {
    display: none;
  }
  .shopStockModal .locationList dl#location01 {
    display: block;
  }
  .shopStockModal .locationList dl dd {
    display: block !important;
  }
}
*/
@media screen and (max-width: 768px) {
  .ssModalOpen {
  }
  .ssModalOpen .modalHidden {
  }
  .shopStockModal {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-transform: translate(0);
    transform: translate(0);
    box-shadow: none;
  }
  .ssModalOpen .shopStockModal {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .shopStockModalInner {
    padding: 20px calc(35/750*100vw) 60px;
  }
  .shopStockModal .label {
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
  .shopStockModal .ssItemImg {
    width: calc(230/680*100%);
  }
  .shopStockModal .ssItemInfo {
    margin-left: 0;
    float: right;
    width: calc(430/680*100%);
  }
  .shopStockModal .itemName {
  }
  .shopStockModal .shopStockClose,
  .shopStockModal .locationClose {
    top: 20px;
    right: calc(35/750*100vw);
    width: 24px;
  }
  .shopStockModal .closeBottom {
    top: auto;
    right: 50%;
    bottom: 20px;
    width: auto;
  }
  .shopStockModal .itemPrice {
  }
  .shopStockModal .sizeSelector {
    margin: 20px auto 0;
    clear: both;
    width: 100%;
    overflow: hidden;
  }
  .shopStockModal .sizeSelector:after {
  }
  .shopStockModal .sizeSelector select {
    width: 120%;
    font-size: 16px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  .shopStockModal .noticeList {
    padding: 15px 0 20px;
  }
  .shopStockModal .noticeList ul li {
    line-height: 1.9;
    font-size: 1rem;
  }
  .shopStockModal .locationSelector {
    display: none;
  }
  .shopStockModal .locationList {
    margin: 0 calc(-35/750*100vw);
  }
  .shopStockModal .locationList dl:first-child {
    border-top: none;
  }
  .shopStockModal .locationList dl:last-child {
    border-bottom: 1px #ccc solid;
  }
  .shopStockModal .locationList dl dt {
    padding: 0 calc(35/750*100vw);
    border-top: 1px #ccc solid;
    border-bottom: none;
    position: relative;
    line-height: 50px;
    font-size: 1.4rem;/*MAGASEEK*/
  }
  .shopStockModal .locationList dl dt:after {
    content: "";
    display: block;
    border-top: 1px #7a7a7a solid;
    border-right: 1px #7a7a7a solid;
    position: absolute;
    top: 18px;
    right: calc(35/750*100vw);
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .shopStockModal .locationList dl dd {
    margin: 0 auto;
    width: auto;
    background-color: #f5f5f5;
  }
  .shopStockModal .locationList dl dd ul {
    padding: 0;
    border-bottom: none;
  }
  .shopStockModal .locationList dl dd ul li {
    padding: 10px calc(35/750*100vw);
    border-top: 1px #ccc solid;
    border-bottom: none;
  }
  .shopStockModal .locationList dl dd ul li:first-child {
  }
  .shopStockModal .locationList dl dd ul li .shopName {
    width: calc(400/680*100%);
  }
  .shopStockModal .locationList dl dd ul li .shopStock {
    width: calc(280/680*100% - 60px);
  }
  .shopStockModal .locationList dl dd ul li .shopDetail {
    width: 60px;
  }
  .shopStockModal .locationList dl dd ul li .btnDetail {
  }
  .shopStockModal .locationList dl dd ul li .btnDetail:hover {
    opacity: 1;
  }
  .shopStockModal .shopLocation {
    padding: 20px calc(35/750*100vw);
    z-index: 100;
  }
  .shopStockModal .shopLocation.shopLocationOpen {
    opacity: 1;
    visibility: visible;
  }
  .shopStockModal .shopLocation .label {
  }
  .shopStockModal .shopLocation .shopName {
    margin: 0 0 20px;
    width: auto !important;
    font-size: 1.5rem;
  }
  .shopStockModal .shopLocation .address,
  .shopStockModal .shopLocation .tel {
    line-height: 1.71;
    font-size: 1.05rem;
  }
  .shopStockModal .shopLocation .tel a {
    color: #444;
  }
  .shopStockModal .shopLocation .shopMap {
    margin-top: 25px;
    position: relative;
    padding-bottom: 63.24%;
    height: 0;
    overflow: hidden;
  }
  .shopStockModal .shopLocation .shopMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}



/* =============================================================================
 Staff Styling Page Styles
============================================================================= */

.itemDetail.stylingDetail .itemimages {
  padding: 0 45px;
  width: 544px;
}
.itemDetail.stylingDetail  .modelInfo {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: .05em;
  text-align: right;
}
.itemDetail.stylingDetail .slideItem img {
	pointer-events: none;
}
.itemDetail.stylingDetail .itemInfo img {
	pointer-events: none;
}
.stylingDetail .itemDetailSlider .slick-prev {
  left: -40px;
}
.stylingDetail .itemDetailSlider .slick-next {
  right: -40px;
}
.itemDetail.stylingDetail .thumbnailItem {
  margin: 0 15px 15px 0;
  width: 62px;
}
.stylingHeader {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
.stylingHeader .styleTitle,
.stylingHeader .styleInfo {
  padding: 0 45px;
  width: 544px;
  box-sizing: border-box;
}
.styleTitle {
  margin: 0 0 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .075em;
}
.styleInfo {
  margin: 0 0 20px;
  font-size: 1rem;
  letter-spacing: .05em;
}
.styleInfo:after {
  content: "";
  display: block;
  clear: both;
}
.styleInfo .date {
  float: left;
}
.styleInfo .shop {
  padding-left: .5em;
  float: left;
}
.itemDetail.stylingDetail .itemInfo {
  padding-right: 40px;
  width: 605px;
}
.stylingItems {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #efefef solid;
}
.stylingItemsText {
  padding-bottom: 25px;
  border-bottom: 1px #efefef solid;
}
.stylingItemsText p {
  line-height: 26px;
  color: #444;
  font-size: 1.2rem;
}
.stylingItemsTitle {
  margin: 0 0 30px;
  padding-top: 25px;
  line-height: 1;
  color: #222;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: 'Amiri', serif;
  letter-spacing: .16em;
}
.stylingItems dl {
}
.stylingItems .stylingItemsBody {
  max-height: 515px;
  /*overflow: auto;*/
}
.stylingItems .stylingItemsBody ul {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
}
.stylingItems .stylingItemsBody ul li {
  margin: 0 0 40px;
  width: 50%;
  box-sizing: border-box;
}
.stylingItems .stylingItemsBody ul li a {
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .stylingItems .stylingItemsBody ul li a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .stylingItems .stylingItemsBody ul li a:hover {
    color: #444;
    opacity: .7;
  }
}
.stylingItems .stylingItemImg {
  width: 120px;
}
.stylingItems .stylingItemInfo {
  width: 144px;line-height: 22px;
  font-size: 1.1rem;
  letter-spacing: .025em;
}
.stylingItems .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.stylingItems .price {
  color: #aaa;
}
.stylingItems .size {
}
.stylingItems .color {
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .itemDetail.stylingDetail .itemimages {
    padding: 0;
    width: auto;
  }
  .itemDetail.stylingDetail  .modelInfo {
    margin-top: 15px;
    margin-right: calc(20/750*100vw);
    letter-spacing: .025em;
  }

  .stylingDetail .itemDetailSlider .slick-prev {
    left: calc(25/750*100vw);
  }
  .stylingDetail .itemDetailSlider .slick-next {
    right: calc(25/750*100vw);
  }
  .stylingHeader {
    padding: 0 calc(20/750*100vw);
  }
  .stylingHeader .styleTitle,
  .stylingHeader .styleInfo {
    padding: 0;
    width: auto;
    box-sizing: border-box;
  }
  .styleTitle {
    margin: 0 0 15px;
    font-size: 1.8rem;
    letter-spacing: .05em;
  }
  .styleInfo {
    margin: 0 0 15px;
    letter-spacing: .025em;
  }
  .itemDetail.stylingDetail .itemInfo {
    padding: 0 calc(20/750*100vw);
    width: auto;
  }
  .stylingItems {
    margin: 30px 0;
    padding: 0;
  }
  .stylingItemsText {
    margin: 50px 0 5px;
  }
  .stylingItemsText p {
    line-height: 2.5;
    font-size: 1rem;
  }
  .stylingItemsTitle {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .075em;
  }
  .stylingItems dl {
  }
  .stylingItems .stylingItemsBody {
    max-height: inherit;
    overflow: auto;
  }
  .stylingItems .stylingItemsBody ul {
  margin-bottom: 0;
  }
  .stylingItems .stylingItemsBody ul li {
    margin: 0 calc(10/710*100%) 30px 0;
    width: calc(350/710*100%);
  }
  .stylingItems .stylingItemsBody ul li a {
    padding-right: 0;
    display: block;
  }
  .stylingItems .stylingItemsBody ul li:nth-child(2n) {
    margin-right: 0;
  }
  .stylingItems .stylingItemImg {
    margin: 0 0 10px;
    width: auto;
  }
  .stylingItems .stylingItemInfo {
    width: auto;
    line-height: 19px;
    font-size: 1rem;
    letter-spacing: .05em;
  }
  .stylingItems .name {
    font-size: 1.1rem;
    letter-spacing: .025em;
  }
}




/* =============================================================================
 news Detail Page Styles
============================================================================= */

.newsArticle {
  margin: 0 auto;
  width: 1180px;
}
.newsArticle .articleTitle {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .075em;
}
.newsArticle .articleDate {
  margin: 0 0 40px;
  padding: 0 0 15px;
  border-bottom: 1px #efefef solid;
  color: #aaa;
  font-size: 1rem;
  letter-spacing: .05em;
}
.newsArticle .articleBody:after {
  content: "";
  display: block;
  clear: both;
}
.newsArticle .articleBody img {
	pointer-events: none;
}
.newsArticle .articleImg {
  float: left;
  width: 460px;
}
.newsArticle .articleImg img {
  width: 100%;
}
.newsArticle .articleText {
	float: left;
	padding-left: 40px;
	width: 680px;
}
.newsArticle .articleText p {
  margin: 0 0 3em;
  line-height: 26px;
  font-size: 1.2rem;
  letter-spacing: .075em;
}
.pager {
  margin: 220px auto 0;
  padding: 15px 0;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  position: relative;
  width: 1180px;
  min-height: 1em;
  font-family: 'Amiri', serif;
  letter-spacing: .05em;
  text-align: center;
}
.pager .btnBack {
  display: inline-block;
}
.pager .btnPrev {
  position: absolute;
  top: 13px;
  left: 0;
}
.pager .btnPrev a {
  padding-left: 35px;
  display: inline-block;
  position: relative;
}
.pager .btnPrev a:before {
  content: "";
  display: block;
  border-top: 1px #888 solid;
  border-left: 1px #888 solid;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pager .btnNext {
  position: absolute;
  top: 13px;
  right: 0;
}
.pager .btnNext a {
  padding-right: 35px;
  display: inline-block;
  position: relative;
}
.pager .btnNext a:before {
  content: "";
  display: block;
  border-top: 1px #888 solid;
  border-right: 1px #888 solid;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
  .newsArticle {
    padding: 15px calc(15/750*100vw) 0;
    width: auto;
  }
  .newsArticle .articleTitle {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }
  .newsArticle .articleDate {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: none;
    font-size: 1.05rem;
  }
  .newsArticle .articleImg {
    margin: 0 0 25px;
    float: none;
    width: auto;
  }
  .newsArticle .articleText {
    float: none;
    padding: 0;
    width: auto;
  }
  .newsArticle .articleText p {
    margin: 0 0 2em;
	line-height: 2;
	font-size: 1.1rem;
    letter-spacing: .05em;
  }
  .pager {
    margin: 30px auto 10px;
    padding: 15px 0;
    width: auto;
    font-size: 1.05rem;
  }
  .pager .btnBack {
  }
  .pager .btnPrev {
  }
  .pager .btnPrev a {
    padding-left: 15px;
  }
  .pager .btnPrev a:before {
    top: 3px;
    left: 0;
  }
  .pager .btnNext {
  }
  .pager .btnNext a {
    padding-right: 15px;
  }
  .pager .btnNext a:before {
    top: 3px;
    right: 0;
  }
}




/* =============================================================================
 Collection Page Styles
============================================================================= */

.collectionFV {
  margin: 0 40px 120px;
  width: auto;
  min-width: 1200px;
  height: 766px;
  background: url(../images/collection/fv_collection.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.collectionFV .movTitle {
  top: 35%;
}
.collectionFV .movTitle .season {
  font-size: 1.8rem;
}

.collections {
}
.collections ul {
}
.collections ul li {
  margin: 0 0 120px;
  text-align: center;
}
.collections ul li .image {
  display: inline-block;
  width: 614px;
  overflow: hidden;
  text-align: left;
}
.collections ul li.vertical .image {
  width: 410px;
}
.collections ul li .imageInner {
  overflow: hidden;
}
.collections ul li .collectionItems {
  padding: 15px 0 0;
  line-height: 1.57;
  font-family: 'Amiri', serif;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.collections ul li .collectionItems .price {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .collectionFV {
    margin: 0 calc(20/750*100vw) 80px;
    padding: 0;
    width: auto;
    min-width: inherit;
    height: calc(770/750*100vw);
    background: url(../images/collection/fv_collection_sp.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .collectionFV .scrollDwon {
    display: block;
  }
  .collectionFV .logo {
    display: none;
  }
  .collectionFV .movTitle {
    top: 35%;
  }
  .collectionFV .movTitle .title {
    margin-top: 17.5px;
  }
  .collectionFV .movTitle .season {
  }
  .collectionFV .scrollDwon {
  }

  .collections {
  }
  .collections ul {
  }
  .collections ul li {
    margin: 0 calc(15/750*100vw) 60px;
  }
  .collections ul li.vertical {
    margin: 0 calc(128/750*100vw) 60px;
  }
  .collections ul li .image,
  .collections ul li.vertical .image {
    width: auto;
  }
  .collections ul li .collectionItems {
    padding: 10px 0 0;
    line-height: 1.5;
    font-size: 1rem;
  }
  .collections ul li .collectionItems .price {
    font-size: 1rem;
  }
}
/*
.collections ul li .imageInner {
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: transform ease 1.5s;
  transition: transform ease 1.5s;
}
.collections ul li.animated .imageInner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.collections ul li .imageInner img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform ease 1.5s;
  transition: transform ease 1.5s;
}
.collections ul li.animated .imageInner img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/
.collections ul li {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s ,transform ease .8s;
  transition: opacity ease .8s ,transform ease .8s;
}
.collections ul li.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}



/* =============================================================================
 Collection Page Styles
============================================================================= */

.pageLead {
  margin: 0 auto 60px;
  width: 1280px;
  text-align: center;
  letter-spacing: .05em;
}
.pageLead .pageTitle {
  margin: 0 0 30px;
  color: #444;
  font-family: 'Amiri', serif;
  font-size: 3rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.pageLead p {
  color: #666;
  line-height: 3;
  font-size: 1.2rem;
}

.aboutBrand {
  width: auto !important;
}
.aboutBrand .brandKV {
  margin: 0 0 100px;
  padding: 0 40px;
}
.aboutBrand .brandKV img {
  width: 100%;
}
.aboutBrand .brandBody {
  margin: 0 auto 80px;
  position: relative;
  max-width: 880px;
}
.aboutBrand .brandTitle {
  margin: 0 auto 100px;
}
.aboutBrand p {
  color: #666;
  line-height: 3;
  font-size: 1.2rem;
}
.aboutBrand .brandMovie {
  padding-top: calc(320/880*100%);
  width: 480px;
  position: relative;
  overflow: hidden;
}
.aboutBrand .brandMovie video,
.aboutBrand .brandMovie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aboutBrand .image img {
  width: 100%;
}
.aboutBrand .banner {
  margin: 0 auto 140px;
  padding: 0 0 140px;
  border-bottom: 1px #efefef solid;
  width: 1180px;
  height: auto;
  box-sizing: border-box;
}
.aboutBrand .banner a {
  margin: 0 auto;
  position: relative;
  width: 614px;
}
.aboutBrand .banner .panelInfo {
  padding: 20px 0;
  top: 25px;
  width: 158px;
  height: 110px;
}
.aboutBrand .banner .panelInfo .logo {
  margin-bottom: 15px;
}
.aboutBrand .banner .panelInfo .title {
  font-size: 1.077rem;
}
.aboutBrand .banner .panelInfo .view {
  margin-top: 10px;
  padding-top: 16px;
  font-size: 1.2rem;
  -webkit-transform: scale(.7);
  transform: scale(.7);
}
.aboutBrand .banner .panelInfo .view:before {
  margin-left: -21.5px;
  width: 43px;
}
#brand-allureville .brandTitle {
  width: 190px;
}
#brand-allureville .brandMovie {
  margin-bottom: 40px;
}
#brand-allureville .brandMovie video {
  width: 100%;
}
#brand-allureville .img01 {
  position: absolute;
  top: 139px;
  right: 0;
  width: 320px;
}
#brand-allureville .img02 {
  margin: 90px auto 0;
  width: 615px;
}
#brand-allureville .banner .panelInfo .logo {
  width: 68px;
}

#brand-loulou .brandTitle {
  width: 200px;
}
#brand-loulou .brandMovie {
  margin: 0 0 40px 400px;
}
#brand-loulou .brandMovie iframe {
  height: 100%;
}
#brand-loulou .img01 {
  position: absolute;
  top: 164px;
  left: 0;
  width: 320px;
}
#brand-loulou .txt01 {
  margin: 0 0 78px 400px;
}
#brand-loulou .label {
  margin: 0 0 15px;
  color: #444;
  font-family: 'Amiri', serif;
  font-size: 2.2rem;
}
#brand-loulou p {
}
#brand-loulou .img02 {
  position: absolute;
  top: 819px;
  left: 150px;
  width: 240px;
}
#brand-loulou .img03 {
  margin: 0 0 78px 470px;
  width: 410px;
}
#brand-loulou .txt02 {
  position: absolute;
  bottom: -12px;
  left: 0;
}
#brand-loulou p {
}
#brand-loulou .banner {
  margin-bottom: 100px;
  padding-bottom: 0;
  border-bottom: none;
}
#brand-loulou .banner .panelInfo .logo {
  width: 62px;
}
#brand-loulou .banner .panelInfo .view {
  margin-top:4px;
}



@media screen and (max-width: 768px) {
  .pageLead {
    margin: 15px calc(35/750*100vw) 25px;
    width: auto;
    text-align: center;
    letter-spacing: .05em;
  }
  .pageLead .pageTitle {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .pageLead p {
    line-height: 2.5;
    font-size: 1rem;
  }

  .aboutBrand {
  }
  .aboutBrand .brandKV {
    margin: 0 calc(-20/750*100vw) 55px;
    padding: 0;
  }
  .aboutBrand .brandKV img {
    width: 100%;
  }
  .aboutBrand .brandBody {
    margin: 0 auto 20px;
    max-width: inherit;
    overflow: hidden;
  }
  .aboutBrand .brandTitle {
    margin: 0 auto 55px;
  }
  .aboutBrand p {
    line-height: 2.5;
    font-size: 1rem;
    text-align: center;
  }
  .aboutBrand .brandMovie {
    margin: 0 auto 50px;
    padding-top: 0;
    width: calc(500/710*100%);
  }
  .aboutBrand .image img {
    width: 100%;
  }
  .aboutBrand .banner {
    margin: 0 calc(15/750*100vw) 80px;
    padding: 0 0 80px;
    width: auto;
    height: auto;
    box-sizing: border-box;
  }
  .aboutBrand .banner a {
    margin: 0 auto;
    position: relative;
    width: auto;
  }
  .aboutBrand .banner .panelInfo {
    margin-top: -50px;
    padding: 30px 0;
    top: 50%;
    width: 150px;
    height: 100px;
  }
  .aboutBrand .banner .panelInfo .logo {
  }
  .aboutBrand .banner .panelInfo .title {
    font-size: 1rem;
  }
  #brand-allureville .brandTitle {
    width: 130px;
  }
  #brand-allureville .img01 {
    margin: 0 auto 35px;
    position: static;
    width: calc(380/750*100vw);
  }
  #brand-allureville .img02 {
    margin: 40px calc(15/750*100vw) 60px;
    width: auto;
  }
  #brand-allureville .banner .panelInfo .logo {
    width: 85px;
  }

  #brand-loulou .brandTitle {
    width: 120px;
  }
  #brand-loulou .brandMovie {
    margin: 0 auto 40px;
    width: calc(570/750*100vw);
  }
  #brand-loulou .img01 {
    margin: 0 auto 50px;
    position: static;
    width: calc(380/750*100vw);
  }
  #brand-loulou .txt01 {
    margin: 0 0 78px;
  }
  #brand-loulou .label {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  #brand-loulou p {
  }
  #brand-loulou .img02 {
    position: relative;
    top: auto;
    left: calc(15/750*100vw);
    width: calc(300/750*100vw);
  }
  #brand-loulou .img03 {
    margin: calc(-267/750*100vw) 0 0;
    position: relative;
    left: calc(315/750*100vw);
    width: calc(380/750*100vw);
  }
  #brand-loulou .txt02 {
    margin: 50px 0;
    position: static;
  }
  #brand-loulou p {
  }
  #brand-loulou .banner {
    margin-bottom: 40px;
  }
  #brand-loulou .banner .panelInfo .logo {
    width: 85px;
  }
}


@media screen and (min-width: 480px) and (max-width: 768px) {
	.pageLead .pageTitle,
	.showWindowTitle {
		font-size: 3rem;
	}
}
@media screen and (max-width: 480px) {
		.pageLead .pageTitle,
		.showWindowTitle {
		font-size: 1.8rem;
	}
}

/* animate */
.aboutBrand .animate {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s ,transform ease .8s;
  transition: opacity ease .8s ,transform ease .8s;
}
/*.aboutBrand .movieAnimate.animated,*/
.aboutBrand .animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}




/* =============================================================================
 Lookbook Page Styles
============================================================================= */

.lookbookTitle {
  margin: 50px 0 0;
  font-family: 'Amiri', serif;
  font-size: 2.4rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
}
.lookbook {
  margin-top: -25px;
}
.lookbook .image img {
	pointer-events: none;
}
.lookbookStyle {
  margin: 0 auto 100px;
  max-width: 880px;
}
.lookbookStyle .label {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 75px;
  line-height: 1;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.lookbookStyle .label:before,
.lookbookStyle .label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 40px;
  height: 1px;
  background-color: #666;
}
.lookbookStyle .label:before {
  left: -20px;
}
.lookbookStyle .label:after {
  right: -20px;
}
.lookbookStyle .styleNum {
  padding: 5px 0 25px;
  font-family: 'Amiri', serif;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.lookbookStyle .image {
}
.lookbookMore {
  margin: 40px auto 0;
  width: 760px;
}
.lookbookMore .lookbookMoreSlider {
  padding: 0 0 30px;
  border-bottom: 1px #efefef solid;
  display: none;
}
.lookbookMore .lookbookMoreSlider ul {
  padding: 0 20px;
  display: flex;
  font-family: 'Amiri', serif;
  font-size: 1.4rem;
}
.lookbookMore .lookbookMoreSlider ul li {
  margin: 0 12px;
  float: left;
  width: 120px;
}
.lookbookMore .lookbookMoreSlider ul li a img {
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.lookbookMore .lookbookMoreSlider ul li a:hover img {
  opacity: .7;
}
.lookbookMore .lookbookMoreSlider ul li .lookbookMoreName {
  padding-top: 15px;
  color: #666;
  letter-spacing: .05em;
}
.lookbookMore .lookbookMoreSlider ul li .lookbookMoreName .lookbookMorePrice {
  padding-left: 3px;
  color: #aaa;
}
.lookbookMore .slick-arrow {
  top: calc(50% - 20px);
}
.lookbookMore .slick-prev {
  left: 5px;
}
.lookbookMore .slick-next {
  right: 5px;
}

.lookbookMore .btnMore {
  margin: 0 0 30px;
  color: #666;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  text-align: center;
}
.lookbookMore .btnMore span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.lookbookMore .btnMore span:after {
  content: "";
  display: block;
  border-top: 1px #666 solid;
  border-right: 1px #666 solid;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.lookbookMore p {
  margin: 15px 30px 30px;
  line-height: 2.17;
  color: #666;
  font-size: 1.2rem;
}
.lookbookMore .btnClose {
  color: #666;
  font-family: 'Amiri', serif;
  font-size: 1.2rem;
  text-align: center;
}
.lookbookMore .btnClose span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.lookbookMore .btnMore span:hover,
.lookbookMore .btnClose span:hover {
  opacity: .7;
}
.lookbookMore .btnClose span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../images/common/icon_cross2.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.lookbook #style01 .img01 {
  margin: 0 auto;
  width: 500px;
}
.lookbook #style01 .img02 {
  margin: 10px 0 0;
  width: 380px;
}
.lookbook #style01 .img03 {
  margin: -310px 0 0 440px;
  width: 348px;
}

.lookbook #style02 .img01 {
  margin: 0 auto;
  width: 580px;
}

.lookbook #style03 .img01 {
  margin: 0;
  width: 380px;
}
.lookbook #style03 .img02 {
  margin: -433px 0 90px 396px;
  width: 486px;
}

.lookbook #style04 .img01 {
  margin: 0 auto;
  width: 500px;
}
.lookbook #style04 .img02 {
  margin: 15px 0 0 500px;
  width: 380px;
}
.lookbook #style04 .img03 {
  margin: -314px 0 90px 91px;
  width: 348px;
}

.lookbook #style05 {
  margin-bottom: 190px;
}
.lookbook #style05 .img01 {
  margin: 0 auto;
  width: 580px;
}

@media screen and (max-width: 768px) {
  .lookbook {
    margin-top: 0;
  }
  .lookbookTitle {
    margin: 30px 0 0;
    font-size: 1.5rem;
  }
  .lookbookStyle {
    margin: 0 0 100px;
  }
  .lookbookStyle .label {
    padding: 0 15px;
    width: 35px;
    font-size: 1rem;
  }
  .lookbookStyle .label:before,
  .lookbookStyle .label:after {
    top: 3px;
    width: 30px;
  }
  .lookbookStyle .label:before {
    left: -25px;
  }
  .lookbookStyle .label:after {
    right: -25px;
  }
  .lookbookStyle .styleNum {
    padding: 5px 0 20px;
    font-size: 1.5rem;
  }
  .lookbookStyle .image {
  }
  .lookbookMore {
    margin: 30px auto 0;
    width: auto;
  }
  .lookbookMore .lookbookMoreSlider {
  }
  .lookbookMore .lookbookMoreSlider ul {
    padding: 0;
    display: block;
    font-size: 1.2rem;
  }
  .lookbookMore .lookbookMoreSlider ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .lookbookMore .lookbookMoreSlider ul li {
    margin: 0 0 25px;
    float: left;
    width: calc(350/710*100%);
  }
  .lookbookMore .lookbookMoreSlider ul li:nth-child(2n) {
    float: right;
  }
  .lookbookMore .lookbookMoreSlider ul li:nth-child(2n+1) {
    clear: both;
  }
  .lookbookMore .lookbookMoreSlider ul li .lookbookMoreName {
    padding-top: 10px;
  }
  .lookbookMore .lookbookMoreSlider ul li .lookbookMoreName .lookbookMorePrice {
  }

  .lookbookMore .btnMore {
    margin: 0 0 30px;
    color: #666;
    font-family: 'Amiri', serif;
    font-size: 1.2rem;
    text-align: center;
  }
  .lookbookMore .btnMore span {
    padding-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .lookbookMore .btnMore span:after {
    content: "";
    display: block;
    border-top: 1px #666 solid;
    border-right: 1px #666 solid;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .lookbookMore p {
    margin: 0 0 30px;
    line-height: 2.5;
    font-size: 1rem;
  }
  .lookbookMore .btnClose {
    color: #666;
    font-family: 'Amiri', serif;
    font-size: 1.2rem;
    text-align: center;
  }
  .lookbookMore .btnClose span {
    padding-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .lookbookMore .btnMore span:hover,
  .lookbookMore .btnClose span:hover {
    opacity: .7;
  }
  .lookbookMore .btnClose span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    background: url(../images/common/icon_cross2.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .lookbook #style01 .img01 {
    margin: 0 auto;
    width: auto;
  }
  .lookbook #style01 .img02 {
    margin: 30px 0;
    width: calc(500/750*100vw);
  }
  .lookbook #style01 .img03 {
    margin: 0 0 0 calc(250/750*100vw);
    width: calc(460/750*100vw);
  }

  .lookbook #style02 .img01 {
    width: auto;
  }

  .lookbook #style03 .img01 {
    width: auto;
  }
  .lookbook #style03 .img02 {
    margin: 30px 0 0 calc(70/750*100vw);
    width: calc(640/750*100vw);
  }

  .lookbook #style04 .img01 {
    width: auto;
  }
  .lookbook #style04 .img02 {
    margin: 30px 0;
    width: calc(520/750*100vw);
  }
  .lookbook #style04 .img03 {
    margin: 0 0 0 calc(250/750*100vw);
    width: calc(460/750*100vw);
  }

  .lookbook #style05 {
  }
  .lookbook #style05 .img01 {
    width: auto;
  }
}

/* animate */
.lookbook .animate {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity ease .8s ,transform ease .8s;
  transition: opacity ease .8s ,transform ease .8s;
}
.lookbook .animate.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}




/* =============================================================================
 Shoplist Page Styles
============================================================================= */

.locationSelector {
  margin: 0 0 50px;
}
.locationSelector ul {
  font-size: 0;
  text-align: center;
}
.locationSelector ul li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px #efefef solid;
  display: inline-block;
  line-height: 20px;
  color: #aaaaaa;
  font-size: 1.3rem;
  letter-spacing: .075em;
}
.locationSelector ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.locationSelector ul li a {
  color: #aaaaaa;
}

.shopList {
  max-width: 1180px;
}
.shopList dl {
  margin: 0 0 60px;
}
.shopList dl dt {
  padding: 0 0 30px;
  border-bottom: 1px #efefef solid;
  color: #888;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .075em;
}
.shopList dl dd {
  padding: 0 30px;
  color: #666;
}
.shopList dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.shopList dl dd ul li {
  padding: 35px 0 40px;
  border-bottom: 1px #efefef solid;
  width: 25%;
  box-sizing: border-box;
}
.shopList dl.onlineshopList dd ul li a img {
    pointer-events: none;
}
.shopList dl dd .name {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: .005em;
}
.shopList dl dd .tel {
  margin: 12px  0;
  font-family: 'Amiri', serif;
  font-size: 1.4rem;
}
.shopList dl dd .linkMap {
  color: #888;
  font-family: 'Amiri', serif;
  font-size: 1.1rem;
  letter-spacing: .05em;
}
.shopList dl dd .linkMap a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  line-height: 12px;
  color: #888;
}
.shopList dl dd .linkMap a:before {
  margin-top: -7px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon_map.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.shopList dl.onlineshopList {
  margin: 0;
}
.shopList dl.onlineshopList dd ul {
  border-bottom: 1px #efefef solid;
}
.shopList dl.onlineshopList dd ul li {
  margin: 40px 53px 40px 0;
  padding: 0;
  border: 1px #efefef solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 78px;
  box-sizing: border-box;
}
.shopList dl.onlineshopList dd ul li a{
    display: block;
}
.shopList dl.onlineshopList dd ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
	.shopList dl dt{
		-webkit-transition: ease .3s;
    	transition: ease .3s;
	}
	.shopList dl[id|="location"] dt{
		cursor: pointer;
	}
	.shopList dl[id|="location"] dt:hover{
	    opacity: .7;
	}
	.shopList dl dt span{
		position: relative;
	    display: inline-block;
	    height: 1.4rem;
	    /* background: red; */
	    width: 1.4rem;
	}
	.shopList dl dt span::after{
		content: "";
		display: block;
		border-top: 1px #7a7a7a solid;
		border-right: 1px #7a7a7a solid;
		position: absolute;
		top: 2px;
		bottom: 0;
		right: -10px;
		width: 8px;
		height: 8px;
		/* margin: auto; */
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}
	.shopList dl.open dt span::after{
		transform: rotate(-45deg);
		top: 6px;
	}

  .shopList dl dd {
    position: relative;
    /* display: block !important; */
  }



  .shopList dl dd:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #efefef;
  }
  .shopList dl.onlineshopList dd ul li.shop-allureville img {
    width: 119px;
  }
}

@media screen and (max-width: 768px) {
  .locationSelector {
    display: none;
  }

  .shopList dl {
    margin: 0 calc(-20/750*100vw);
  }
  .shopList dl dt {
    padding: 15px calc(50/750*100%);
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    position: relative;
  }
  /*.shopList dl dt:after {
    content: "";
    display: block;
    border-top: 1px #7a7a7a solid;
    border-right: 1px #7a7a7a solid;
    position: absolute;
    top: 16px;
    right: 15px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }*/
  .shopList dl dd {
    padding: 0;
    display: none;
    color: #666;
  }
  .shopList dl dd ul {
    /*border-top: 1px #ccc solid;*/
    display: block;
    background-color: #f5f5f5;
  }
  .shopList dl dd ul li {
    padding: 15px calc(50/750*100%) !important;
    border-bottom: 1px #ccc solid;
    position: relative;
    width: auto;
  }
  .shopList dl dd ul li:last-child {
    border-bottom: none;
  }
  .shopList dl dd .name {
    font-size: 1.1rem;
  }
  .shopList dl dd .tel {
    margin: 8px 0 0;
    font-size: 1.5rem;
  }
  .shopList dl dd .linkMap {
    position: absolute;
    top: 50%;
    right: calc(50/750*100%);
    font-size: 1.05rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .shopList dl.onlineshopList {
    margin: 0 calc(-20/750*100vw);
    border-bottom: 1px #ccc solid;
  }
  .shopList dl.onlineshopList dd ul {
    border-bottom: none;
  }
  .shopList dl.onlineshopList dd ul li {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px #ccc solid;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
  }
  .shopList dl.onlineshopList dd ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
  }
  .shopList dl.onlineshopList dd ul li:last-child {
    border-bottom: none;
  }
  .shopList dl.onlineshopList dd ul li.shop-allureville img {
    width: 112px;
  }
  .shopList dl.onlineshopList dd ul li.shop-zozotown img {
    width: 103px;
  }
  .shopList dl.onlineshopList dd ul li.shop-elle img {
    width: 72px;
  }
  .shopList dl.onlineshopList dd ul li.shop-magaseek img {
    width: 135px;
  }
}





/* =============================================================================
 Collection Page Styles
============================================================================= */

.section {
}
.section .planKV {
  margin: 0 auto 100px;
  max-width: 1180px;
}
.section .planKV img {
  width: 100%;
}

.itemProgram {
  margin: 0 auto;
  position: relative;
  max-width: 1180px;
}
.itemProgram ul li {
  margin: 0 0 43px;
  width: 380px;
}
.itemProgram ul li.large {
  margin: 0 0 80px;
  width: 594px;
}
.itemProgram ul li.small {
  width: 277px;
}

#program-01 {
  margin-bottom: 80px;
}
#program-01 ul li:nth-child(-n+3) {
  padding-left: 100px;
}
#program-01 ul li:nth-child(n+4) {
  position: absolute;
}
#program-01 ul li:nth-child(4) {
  top: 0;
  right: 0;
}
#program-01 ul li:nth-child(5) {
  top: 793px;
  right: 317px;
}
#program-01 ul li:nth-child(6) {
  top: 793px;
  right: 0;
}
#program-01 ul li:nth-child(7) {
  top: 1218px;
  right: 317px;
}
#program-01 ul li:nth-child(8) {
  top: 1218px;
  right: 0;
}

#program-02 {
  margin-bottom: 200px;
}
#program-02 ul li:nth-child(n+5) {
  position: absolute;
}
#program-02 ul li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
#program-02 ul li:nth-child(2),
#program-02 ul li:nth-child(3),
#program-02 ul li:nth-child(4) {
  padding-left: 700px;
}
#program-02 ul li:nth-child(4) {
  top: 0;
  right: 0;
}
#program-02 ul li:nth-child(5) {
  top: 793px;
  left: 317px;
}
#program-02 ul li:nth-child(6) {
  top: 793px;
  left: 0;
}
#program-02 ul li:nth-child(7) {
  top: 1220px;
  left: 317px;
}
#program-02 ul li:nth-child(8) {
  top: 1220px;
  left: 0;
}

@media screen and (min-width: 769px) {
  #programArchive .archiveTitle {
    padding-top: 15px;
  }
  #programArchive .archiveDate {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section .planKV {
    margin: 0 auto 30px;
    padding: 0;
  }
  .section .planKV img {
    width: 100%;
  }

  .itemProgram {
    margin: 0 auto;
    position: relative;
    max-width: 1180px;
  }
  .itemProgram ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemProgram ul li {
    margin: 0 auto 30px;
    position: static !important;
    width: calc(540/710*100%);
  }
  .itemProgram ul li.large {
    margin: 0 auto 28px;
    width: calc(540/710*100%);
  }
  .itemProgram ul li.small {
    float: left;
    width: calc(350/710*100%);
  }
  .itemProgram ul li.small:nth-child(even) {
    float: right;
  }

  #program-01 {
    margin-bottom: 0;
  }
  #program-01 ul li:nth-child(-n+3) {
    padding-left: 0;
  }

  #program-02 {
    margin-bottom: 160px;
  }
  #program-02 ul li:nth-child(2),
  #program-02 ul li:nth-child(3),
  #program-02 ul li:nth-child(4) {
    padding-left: 0;
  }
}

/* =============================================================================
 Modal Page Styles
============================================================================= */

.movieHide {
  display: none;
}
.mfp-container {
  padding: 0;
}
.mfp-content {
}
.movieArea {
  margin: 0 auto;
  width: 750px;
}
.movieArea video {
  width: 100%;
}
.mfp-bg {
  background-color: #fff;
  opacity: 1 !important;
}
button.mfp-close {
  position: absolute;
  top: 40px !important;
  right: 40px;
  width: 40px;
  height: 40px;
  opacity: 1 !important;
  background: url(/assets/images/common/icon_cross3.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .movieArea {
    width: 100%;
  }
  .mfp-container {
    padding: 0;
  }
  .movieArea .mfp-close {
    top: -37px;
    right: calc(35/750*100vw);
  }
}





      /**
       * Fade-zoom animation for first dialog
       */

      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }

      .buttonBox .nostock {
        text-align: left;
      }

@media screen and (min-width: 769px) {
	#commonFooter .footerNavi ul li.sp {
        display: none;
	}
}
@media screen and (max-width: 768px) {
      #commonFooter .footerNavi ul li.pc {
        display: none;
      }
}

@media screen and (max-width: 1160px) {
    .subNavi {
      position: absolute;
      right: 10;
      bottom: 51px;
    }
}


/* Instagram追加 */

@media screen and (min-width:1024px) {
 .instagram h2 {margin:0 0 5.33vw;}
 .instagram h2 .logo {width:8vw;margin:0 auto 2.13vw;}
 .instagram h2 .ttl {font-size:5.07vw;text-align: center;margin-bottom:1.87vw;line-height: 1;letter-spacing: 0.14em;}
 .instagram h2 .hash {font-size: 2.67vw;text-align: center;line-height: 1;letter-spacing: 0.14em;}
 .instagram img {width:100%;}
 .instagram .slick-list {overflow:visible;width:82.66vw;padding-left:17.33vw;}
 .instagram .slick-slide {padding:0 0.67vw;}

}

.instagram {position:relative;background:#ffffff;padding:40px 0 60px;}
	.instagram .inner {width:100%;max-width:1120px;margin:0 auto;position: relative; }
	.instagram h2 {width:auto;margin:0 auto 22px;}
	.instagram h2 .logo {width:30px;margin:0 auto 16px;}
	.instagram h2 .logo img {width:100%;}
	.instagram h2 .ttl {font-size:26px;text-align: center;margin-bottom:14px;line-height: 1;}
  .instagram .instagram_list { overflow: hidden; }
	.instagram h2 .hash {font-size: 11px;text-align: center;line-height: 1;}
	.instagram .slick-list {overflow:visible;width:100%;padding-left:0;}
	.instagram .slick-slide {padding:0 15px;}
	.instagram .slick-prev {background:url(../images/common/instagram_arrow_prev.png) 50% 50% no-repeat;background-size:60px 60px;position:absolute;left:-96px;top:50%;margin-top:-30px;width:60px;height:60px;z-index:2;border:none;overflow: hidden;white-space: nowrap;text-indent: -9999px;}
	.instagram .slick-next {background:url(../images/common/instagram_arrow_next.png) 50% 50% no-repeat;background-size:60px 60px;position:absolute;right:-96px;top:50%;margin-top:-30px;width:60px;height:60px;z-index:2;border:none;overflow: hidden;white-space: nowrap;text-indent: -9999px;}

  .instagram .instagram_list ul { margin: 0 4px; }
  .instagram .instagram_list ul li { width: calc((100% - 8px ) / 3); margin: 0; }
  .instagram .instagram_list ul li  { margin-right: 4px; }
  .instagram .instagram_list ul li a { display: block; }
  .instagram .instagram_list ul li:last-child { margin-right: 0; }

  @media screen and (min-width:1024px) {

    .instagram  {position:relative;background:#ffffff; padding:40px 120px 60px; /*padding:40px 480px 60px;*/ }
    .instagram .instagram_list ul { margin: 0 20px; }
    .instagram .instagram_list ul li { width: calc((100% - 40px ) / 3); margin: 0; }
    .instagram .instagram_list ul li  { margin-right: 20px; }
    .instagram .instagram_list ul li:last-child { margin-right: 0; }
   }

/* 2023.11.27 バナーに追加 */
#FreesSpark_03pu img {
	pointer-events: none;
}

/* ECS_IC-1682 【HOL】サイト内旧twitterアイコンのXアイコンへの差し替え対応 */
.icn-x:before {
    content: "";
    background-image: url(../../images/common/icon_x.svg);
    display: block;
    background-size: cover;
    width: 15px;
    height: 15px;
}
