/*TEMPLATE css of Copenhagen*/

@charset "UTF-8";
/*///////////////////////////////////////COMMON/////////////*/

html, body {
  width: 100%;
  /*height: 100%; 重要なお知らせでscrollTop()が効かないため*/
}
body {
	margin: 0;
	padding: 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0.06em;
	margin-right: -0.06em;  
	word-wrap: break-word;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	-webkit-overflow-scrolling: touch; 
	line-height: 1em;
}

.pf,.lb,.arvo,.pop{
	letter-spacing: 0;
	font-weight: 700;
}
.mont,.lato,.rw,.sspro {
	letter-spacing: 0.06em;
	font-weight: 700;
}




.pf { font-family: 'Playfair Display', serif;}
.eb { font-family: 'EB Garamond', serif;}
.js { font-family: 'Josefin Slab', serif;}
.amat{font-family: 'Amatic SC', cursive;}
.pacif{font-family: 'Pacifico', cursive;}
.osw{font-family: 'Oswald', sans-serif;}



.mont {font-family: 'Montserrat',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.lato {font-family: 'Lato',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.rw {font-family: 'Raleway',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.qs{font-family: 'Quicksand', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.ct{font-family: 'Crimson Text',"Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
.spsc{font-family: 'Spectral SC', "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}


.pf,.eb,.js,.amat,.pacif,.osw
.mont,.lato,.rw,.qs,.ct,.spsc {
	-webkit-font-smoothing: antialiased;
}
.jp_gothic{font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.jp_mincho{font-family: "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}

img {
  border-width: 0; }

object, embed {
  vertical-align: bottom; }

ul, ul li, ol, ol li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
	opacity: 1;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  a:hover{
  	opacity: .7;
  }

img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top; }

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col-left{float: left}
.col-right{float: right}
/*.col-left,
.col-right{
    display: inline-block;
    vertical-align: middle;
}*/
.sec-ttl {	
	font-size: 32px; 
	font-weight: 700;
	line-height: 100%;
}
#sb-site {
	opacity: 1;
}
.sb-active #sb-site {
	opacity: 0.6;
}
@media only screen and (max-width:780px) { 
#index .sec-ttl {
	padding: 0 5%;
}
#index #journal .sec-ttl {
	padding: 0;
}
}

.item-detail .purchase .itemDescription a,
.sec-about p a,
.appsItemDetailCustomTag_description a{
	text-decoration: underline !important;
}

/*/アイコン画像色選択////*/
.IconImageBlk img{
  -webkit-filter: invert(0);
  -moz-filter: invert(0);
  -o-filter: invert(0);
  -ms-filter: invert(0);
  filter: invert(0);
}
.IconImageWht img{
  -webkit-filter: invert(1) brightness(2);
  -moz-filter: invert(1) brightness(2);
  -o-filter: invert(1) brightness(2);
  -ms-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.IconImageBlk a .icon-search:before {
  color: #2c2c2c !important;
}
.IconImageWht a .icon-search:before {
  color: #fff !important;
}
.menu-trigger.IconImageBlk span {
  background-color: #2c2c2c !important;
}
.menu-trigger.IconImageWht span {
  background-color: #fff !important;
}


/*///////////////////////////////////////CLEARFIX/////////////*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }


/*///////////////////////////////////////GENERAL/////////////*/
.hidden{
	display: none;
}
.inner-conts {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.soldout_cover {
	color:#e74c3c;
	font-size: 12px;
}
.hovline a {
	position: relative;
  	display: inline-block;
}
.hovline a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
  -webkit-transition: .3s;
}
.hovline a:hover::after {
  width: 100%;
}
#sb-site {
	background: transparent !important;
}
.itemPrice .proper {
	text-decoration: line-through;
	font-size: 10px;
	font-weight: 400;
}
.itemPrice .sale {
	 color: #e74c3c;
	 display: inline-block;
}
.itemPrice .discount {
	 color: #e74c3c;
	 font-size: 10px;
	 display: inline-block;
}
@media only screen and (max-width:1240px) { 
.inner-conts {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
}
@media only screen and (max-width:1024px) { 
#index .inner-conts {
	margin: 70px auto 0;
}
}
@media only screen and (max-width:780px) { 
#index .inner-conts {
	margin: 5% auto 0;
	padding: 0;
}
}

/*///////////////////////////////////////HEADER/////////////*/

#mainHeader {
	margin: 0 auto;
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 1001;
}
#shopHeader {
	position: relative;
	margin: 0;
	padding: 3% 3%;
}
#shopHeader .sb-toggle-left {
	float: left;
	margin: 12px 0;
}
#shopHeader .nav-icon {
	float: right;
	width:130px;
}
#shopHeader nav {
	vertical-align: middle;
	padding-top: 16px;
}
#shopHeader nav > ul li {
	margin-left: 4%;
	font-size: 12px;
	float: left;
	display: inline-block;
	vertical-align: middle;
}

#shopHeader h1 {
	vertical-align: middle;
	line-height: 1em;
	font-size: 24px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	max-height: 45px;
	text-align: center;
    width: auto;
	padding: 0;
	margin: 0 auto;
}
#shopHeader nav {
	width: auto;
	text-align: center;
	margin: 0;
    padding: 0;
}
#shopHeader h1 a,
#shopHeader h1 img{
	height: auto;
    max-height: 36px;
}


#baseMenu {
	padding: 0 !important;
	float: right;
	position: static !important;
}
#baseMenu ul li {
	display: block;
	margin:0 !important;
}
#baseMenu ul li img{
	width: 18px;
	height: 18px;
}
#baseMenu > ul > li a {
	box-shadow: none !important;
	margin: 0 6px 0 0 !important;
	padding: 7px 9px !important;
	background: inherit !important;
}
#baseMenu > ul > li a:hover {
	box-shadow: none !important;
	padding: 7px 9px !important;
}
#baseMenu > ul > li.cart a{
	margin: 0 !important;
}

@media only screen and (max-width:1024px) { 
#mainHeader {
	position: fixed;
	height: 60px;
	top: 0;
	left: 0;
	margin: 0;
}
#shopHeader {
	height: 60px;
	margin: 0 3%;
	padding: 0% 3%;
}
#shopHeader h1{
    margin: 0 auto;
    font-size: 18px;
}
#shopHeader h1 a,
#shopHeader h1 img{
    max-height: 28px;
}	
#shopHeader .sb-toggle-left {
	margin: 23px 0;
}
#shopHeader #baseMenu {
	margin: 0 !important;
}
#shopHeader #baseMenu > ul > li.base {
	display: none;
}
#shopHeader .nav-icon {
	width:auto;
	margin: 20px 0;
}
#shopHeader #baseMenu  ul li {
	margin: 0 !important;
}
}


/*///////////////////////////////////////MENU/////////////*/
@media only screen and (max-width:1024px) { 
#category-menu .category-list ul li a {
	font-size: 12px;
	position: relative;
    display: inline-block;
    padding:0 0 0 10px !important;
}
#baseMenu {
	float: none;
}
#baseMenu > ul > li a {
	padding: 0px !important;
}
}
@media only screen and (max-width:780px) { 
#baseMenu {
	margin: 40px 0 0 0 !important;
}
#baseMenu ul li {
	margin: 0 15px 0 0 !important;
}
#baseMenu > ul > li a:hover {
	padding: 0px !important;
}
#visual {
	margin: 0 0 15% 0;
}
#category-menu {
	margin-bottom: 15px;
}
#category-menu .category-list #appsItemCategoryTag {
	display: block;
  	top: 0px;
    opacity: 1;
    visibility: visible;
  	padding:0;
	position: relative;
  	transform: translateY(0px);	
}

}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 16px;
  height: 14px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger:not(.cls):hover span:nth-of-type(2) {
  width: 70%;
}
.menu-trigger:not(.cls):hover span:nth-of-type(3) {
  width: 35%;
}
.menu-trigger.cls span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.cls span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.cls span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


.sb-slidebar {
    border-right: 1px solid #eee;
}
.sb-slidebar nav {
	padding: 20% 12%;
	font-size: 13px;
}
.sb-slidebar nav ul li {
	margin-bottom: 25px;
	letter-spacing: 0.1em;
}
.sb-slidebar nav #appsItemCategoryTag li {
	margin-bottom: 0;
}
.sb-slidebar nav #category-menu {
	margin: 0;
}
.sb-slidebar nav #category-menu .appsItemCategoryTag_child {
	margin: 0 !important;
}
.sb-slidebar nav #category-menu > span {
	display: block;
	margin-bottom: 20px;
}
.sb-slidebar nav #category-menu .category-list {
	margin-left: 4%;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_lowerchild {
	display: none !important;
}
.sb-slidebar nav #category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child {
	font-size: 11px;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:before {
	position: absolute;
    bottom: 50%;
    left: 0;
    content: '';
    width: 4px;
    height: 1px;
    transition: .3s;
    -webkit-transition: .3s;
} 
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a{
	position: relative;
    display: inline-block;
    padding:0 0 0 10px !important;
    margin: 0 0 20px 0;
    font-weight: 400 !important;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:hover{
    padding-left: 13px;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:hover::before{
	width: 100%;
}
.sb-slidebar #baseMenu {
	float: none !important;
}
.sb-slidebar #baseMenu > ul > li {
	margin: 0 0 40px 0 !important;
}
.sb-slidebar #baseMenu > ul > li a {
	padding: 4px 8px !important;
}
.sb-slidebar #category-menu .category-list ul li:before {
	display: none;
}
.sb-slidebar .icon-search:before {
	font-size: 12px !important;
}
.sb-slidebar .itemSearch {
	margin-bottom: 100px;
}
.sb-slidebar #x_itemSearchForm {
	background: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.sb-slidebar .itemSearch input[type=text] {
	background-color: transparent;
    border: none;
    outline: none;
    font-size: 12px;
    width: 80%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -webkit-appearance: none;
	border-radius: 0;
}
.sb-slidebar .itemSearch__btn {
    float: right;
}
.sb-slidebar .icon-search:before {
	font-size: 16px;
	width: 18px;
    height: 18px;
}


/*///////////////////////////////////////SEARCH/////////////*/


.itemSearch input[type=text] {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 2rem;
    font-size: 12px;
    width: 70%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -webkit-appearance: none;
	border-radius: 0;
}

.nav-search {
	margin-left: 2% !important;
}
.nav-search a{
	/*background: #fff;*/
    padding: 8px 8px 3px 10px;
    border-radius: 2px;
    height: 32px;
}
.itemSearch__btn {
	border: none !important;
    background: #fff !important;
    padding: 9px !important;
    vertical-align: middle;
    border-radius: 2px;
}
.icon-search:before {
	font-size: 17px;
    color: #555;
}
#search {
	display: none;
}
.searchbox{
	text-align: center;
 	margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255);
    padding: 2% 0;
    z-index: 19999;
}
.searchbox input,
.searchbox button {
	display: inline-block;
}
.searchbox input[type=text] {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    font-size: 12px;
    margin: 0 0 15px 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    width: 40%;
}

@media only screen and (max-width:1024px) { 
.nav-icon .nav-search {
	display: none !important;
}
}



/*///////////////////////////////////////MAIN VISUAL/////////////*/


#visual {
	margin: 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
#visual img{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#visual .slick-active img{
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

.slides .slideTitle{
	text-align: center;
    position: absolute;
    top: 47%;
    left: 50%;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: translate(-50%,-50%);
    z-index: 11;
    width: 100%;
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.slides .slideSubTitle{
	text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    transform: translate(-50%,-50%);
    z-index: 11;
    width: 100%;
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.slick-active .slideTitle{
	top: 45%;
	opacity: 1;
	transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.slick-active .slideSubTitle{
	top: 55%;
	opacity: 1;
	transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.slick-dots li button{
	width: 10px !important;
    height: 10px !important;	
}
.slick-dots li button:before {
	width: 10px !important;
    height: 10px !important;	
    background: #444;
    border-radius: 50%;
}
@media only screen and (min-width:1441px) { 
#visual,
#visual .slick-slide {
	height: 860px !important;
}
}
@media only screen and (max-width:1440px) { 
#visual,
#visual .slick-slide {
	height: 640px !important;
}
}
@media only screen and (max-width:1024px) { 
#visual {
	margin: 60px 0 0 0;
}
#visual,
#visual .slick-slide {
	height: 500px !important;
}
.slides .slideTitle {
    font-size: 24px;
}
.slides .slideSubTitle{
	font-size: 12px;
}
}
@media only screen and (max-width:780px) { 
#visual,
#visual .slick-slide {
	height: 360px !important;
}
}
@media only screen and (max-width:500px) { 
#visual,
#visual .slick-slide {
	height: 240px !important;
}
.slides .slideTitle {
    font-size: 16px;
}
.slides .slideSubTitle{
	font-size: 10px;
}
}
@media only screen and (max-width:321px) { 
#visual,
#visual .slick-slide {
	height: 200px !important;
}
}




/*///////////////////////////////////////SIDEBAR/////////////*/


.sidebar {
	display: block;
	width: 280px;
	float: left;
	margin:0;
	padding: 0;
}
#index .sidebar.novisual{
	margin: 5% 0 0 0;
}
#about .sidebar,
#blog .sidebar,
#contact .sidebar,
.notPublic .sidebar,
.privacy .sidebar,
.law .sidebar {
	display: none !important;
}

#index .sidebar {
	margin: -40px 0 0 0;
}
.sidebar .inner{
	width: 100%;
	padding: 30px 40px 30px 20px;
}
#category-menu {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: left;
	margin: 0 0 20px 0;
}
.sideTitle {
	font-size: 10px;
	margin: 0 0 10px 0;
    display: block;
}
#category-menu .category-list {
	font-size: 14px;
	width: 100%;
}
#category-menu .category-list #appsItemCategoryTag {
	width: 100%;
}
#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child{
	display: block;
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	width: 100%;
	/*white-space: nowrap;*/
}
#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child > a{
	padding: 0 0 10px 0;
	word-break: break-all;
}
#category-menu span:hover + .category-list #appsItemCategoryTag{
	opacity: 1;
	visibility:visible;
	display: block;
	transform: translateY(0);
}
#category-menu .category-list .appsItemCategoryTag_lowerchild {
	display: block;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li{
	margin-left: 4%;
    font-size: 11px;
	display: block;
	padding: 0  0 10px 0;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li a:before {
	position: absolute;
    bottom: 50%;
    left: 0;
    content: '';
    width: 4px;
    height: 1px;
    transition: .3s;
    -webkit-transition: .3s;
} 
#category-menu .category-list .appsItemCategoryTag_lowerchild li a{
	position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
    word-break: break-all;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li a:hover{
    padding-left: 13px;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li a:hover::before{
	width: 100%;
}

.side-link{
	display: inline-block;
}
.side-link ul {
	display: block;
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 13px;
	width: 100%;
	/*white-space: nowrap;
	line-height: 1.5rem;*/
}
.side-link li {
	margin: 0 0 10px 10px;
    font-size: 11px;
	display: block;
}
.side-link li a{
	position: relative;
    display: inline-block;
    padding-left: 10px;
    font-weight: 400;
}
.side-link li a:before {
	position: absolute;
    bottom: 50%;
    left: 0;
    content: '';
    width: 4px;
    height: 1px;
    transition: .3s;
    -webkit-transition: .3s;
} 
.side-link li a:hover{
    padding-left: 13px;
}
.side-link li a:hover::before{
	width: 100%;
}
.sideBnr {
	margin: 0 0 10%;
}

.sideBnr img{
	width: 100%;
}

@media only screen and (max-width:1240px) { 
	.sidebar{
		width:23%;
	}
}
@media only screen and (max-width:1024px) { 
	#index .sidebar {
		margin: 0 auto;
	}
	.sidebar{
		width: 100%;
		display: inline-block;
		float: none;
		margin: 0 auto;
		background: transparent !important;
	}
	.sidebar .inner {
		padding:0;
	}
	.sidebar #category-menu .category-list .appsItemCategoryTag_lowerchild li {
		display: none;
	}
	#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child {
		margin: 0 0 10px 10px;
		font-weight: 400;
	    /*margin-left: 4%;	*/
	}
	#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child a:before{
	    position: absolute;
	    bottom: 50%;
	    left: 0;
	    content: '';
	    width: 4px;
	    height: 1px;
	    transition: .3s;
	    -webkit-transition: .3s;
	}
	.side-link {
		display: block;
	}
	#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child{
	}
}
@media only screen and (max-width:780px) { 
	.sidebar .inner {
		padding:0 5%;
	}
}


/*///////////////////////////////////////CONTS-WRAP/////////////*/

.conts-wrap {
	width: 880px;
	float: right;
	margin: -40px 0 5% 0;
	padding: 0;
}

.conts-wrap.novisual {
	width: 880px;
	float: right;
	margin: 5% 0;
	padding: 0;
}
.conts-wrap .catBnr {
    margin-bottom: 65px;
}
.conts-wrap .catBnr ul{
	letter-spacing: -.4em; /*inline-blockの隙間を埋める*/
}
.conts-wrap .catBnr ul li{
	display: inline-block;
	width: 32%;
    margin: 0 2% 2% 0;
}
.conts-wrap .catBnr ul li:nth-child(3n){
	margin:0 0 2% 0;
}
.conts-wrap .catBnr ul li img{
	width: 100%;
}
@media only screen and (max-width:1240px) { 
	.conts-wrap {
		width: 75% !important;
	}
	.conts-wrap .catBnr ul li{
	    width: 32%;
	    margin: 0 2% 2% 0;
	}
	.conts-wrap .catBnr ul li:nth-child(3n){
	margin:0 0 2% 0;
	}
}
@media only screen and (max-width:1024px) { 
	.conts-wrap {
		width: 100% !important;
		margin:0;
	}
	.conts-wrap .catBnr {
	    margin-bottom: 10%;
	}
	.conts-wrap .catBnr ul li{
	    width: 32%;
	    margin: 0 2% 2% 0;
	}
	.conts-wrap .catBnr ul li:nth-child(3){
		margin:0 0 2% 0;
	}
	.conts-wrap.novisual {
		float: none;
		margin: 10% 0 5%;
	}
}
@media only screen and (max-width:780px) { 
	.conts-wrap .catBnr {
		padding:0 5%;
	}
	.conts-wrap .catBnr ul li{
	    width: 48%;
	    margin: 0 4% 2% 0;
	}
	.conts-wrap .catBnr ul li:nth-child(even){
		margin:0 0 2% 0;
	}
	.conts-wrap .catBnr ul li:nth-child(3){
		margin:0 4% 2% 0;
	}
	.conts-wrap.novisual {
		margin: 100px 0 50px;
	}
}

/*///////////////////////////////////////HOVER IMG/////////////*/

.conts-wrap .catBnr ul li,
.conts-wrap .catBnr ul li img,
#pickup .col-left .pickup-img,
#pickup .col-left .pickup-img img,
#journal .journal-img,
#journal .journal-img img,
.relatedItems ul li a,
.relatedItems ul li a img,
.main .blogListMain>.blog_inner  .blog_head_image a,
.main .blogListMain>.blog_inner  .blog_head_image a img{
	overflow: hidden;
	backface-visibility: hidden;
}
.conts-wrap .catBnr ul li img,
.pickup-img img,
#journal .journal-img img,
.relatedItems ul li a img,
.main .blogListMain>.blog_inner  .blog_head_image a img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.conts-wrap .catBnr ul li:hover img,
#pickup .col-left .pickup-img:hover img,
#journal .journal-img:hover img,
.relatedItems ul li a:hover img,
.main .blogListMain>.blog_inner  .blog_head_image a:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*///////////////////////////////////////PICKUP/////////////*/
#pickup {
	position: relative;
	z-index: 100;
	/*overflow: hidden;*/
	width: 100%;
    margin: 0 auto 10%;	
}

#pickup .col-left{
	width: 40%;
	margin: 0 2% 0 0;
}
#pickup .col-left .pickup-img,
#pickup .col-left .pickup-img img{
	width: 100%;
}
#pickup .col-left .inner-col,
#pickup .col-right .inner-col  {
	position: relative;
	display: block;
}
#pickup .pickupTitle {
    display: block;
    font-weight: 400;
    font-size: 96px;
    text-align: right;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
}
#pickup .col-right{
	width: 47%;
	margin: 0 3% 0 3%;
	position: relative;
}
#pickup .col-left,
#pickup .col-right{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#pickup .col-right .inner-col .pickup-info{
	display: block;
}
#pickup .item-ttl {
	font-size: 18px;
	margin:0 0 20px;
	line-height: 1.2em;
	font-weight: 700;
}
#pickup .item-price{
	font-size: 14px;
	margin: 0 0 40px;
	font-weight: 400;
}
#pickup .item-desc{
	font-size: 12px;
	margin: 0 0 30px 0;
	line-height: 1.8em;
	font-weight: 400;
}
#pickup .item-btn a{
	font-size: 12px;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
#pickup .slick-prev,
#pickup .slick-next {
	top: 50%;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 0%;
}
#pickup .slick-prev:before,
#pickup .slick-next:before {
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#pickup .slick-prev{
	left: -30px;
}
#pickup .slick-next{
	right: -30px;
}




@media only screen and (max-width:780px) { 
#pickup {
    margin: 0 0 20% 0;
    padding: 0%;
}
#pickup .col-left,
#pickup .col-right {
	width: 100%;
    margin: 0 0 5% 0;
}
#pickup .item-ttl {
	font-size: 14px;
	margin: 0 0 10px 0;
}
#pickup .item-price {
	font-size: 12px;
	margin: 0 0 20px;
}
#pickup .item-desc {
	margin: 0;
}
#pickup .col-left .badge {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	top: -25px;
	right: 15px;
	font-size: 10px;
}
.pickSlide{
	margin:0 10px;
}
.item-btn {
	display: none;
}
/*PICKUPスタイドが1件の場合*/
.only .slick-list {
	padding: 0 5% !important;
}
.only .pickSlide {
	margin: 0 !important;
}
.only .slick-dots {
	display: none !important;
}
}


/*///////////////////////////////////////NEW ARRIVAL/////////////*/

.sec-ttl {
	margin: 0 0 50px 0;
}
.sec-ttl .list-ttl{
	text-align: left;
}
.sec-ttl .view-all{
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: -12px 0 0 0;
	display: block;
}
.sec-ttl .view-all a{
	position: relative;
	display: inline-block;
	padding-right: 3px;
}
.sec-ttl .view-all a:before {
	position: absolute;
    bottom: 50%;
    left: -10px;
    content: '';
    width: 4px;
    height: 1px;
    transition: .3s;
    -webkit-transition: .3s;
} 
.sec-ttl .view-all a:hover{
    padding-right: 0px;
}
.sec-ttl .view-all a:hover::before{
	left: 0px;
	width: 100%;
}

@media only screen and (max-width:1024px) { 
.sec-ttl {
	margin: 0 0 5% 0;
}
}
@media only screen and (max-width:780px) { 
.sec-ttl {
	margin: 0 0 10% 0;
}
}

/*///////////////////////////////////////MAIN CONTENT/////////////*/

#mainContent {
	width: 100%;
	 margin: 0 auto 2%;
}
#itemIndex #mainContent {
	display: flex;
	flex-wrap: wrap;
}
.index .item {
	width: 23.5%;
	margin: 0 2% 5% 0;
	/*height: auto;
	display: block;
	float: left;*/
}
.waitingForSale,
.endOfSale {
	display: block;
	font-size: 11px;
	color: #e74c3c;
	margin: 10px 0 0 0;
}
.preOrderItem{
	font-size: 11px;
	color: #e74c3c;
	display: inline-block;
	padding: 2px 6px;
	margin: 8px 0;
	border: 1px solid #e74c3c;
	border-radius: 2px;
	font-weight: 400;
}
.communityMain .communityItems .communityItem .communityItemLabelBlock,
.limitedItem {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin: 8px 0;
  background-color: #f2bb31;
  border-radius: 2px;
  font-weight: bold;  
}



@media only screen and (min-width:1240px)  { 
.index .item {
	width: 23.5%;
	margin: 0 2% 5% 0;
}
.index .item:nth-child(4n) {
	margin-right: 0;
}
}
@media only screen and (max-width:1240px) { 
.index  .item {
	width: 23.5%;
	margin: 0 2% 5% 0;
}
.index .item:nth-child(4n) {
	margin-right: 0;
}
}
.index .item .itemImg{
	position: relative;
}
.index .item .itemImg a{
	overflow: hidden;
	backface-visibility: hidden;
}
.itemImg .label_image {
	width: 40px !important;
    height: 40px !important;
}
.index .item .itemImg .image-resize {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index .item .itemImg:hover .image-resize {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index .item .itemTitle h2 {
	font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 5px;
    letter-spacing: 0.1em; 
}
.index .item .itemDetail {
	font-size: 12px;
	letter-spacing: 0.1em; 
}
.index .item .itemDetail .itemPrice{
	font-weight: 400;
}
#moreItems a{
	width: 100%;
	font-size: 12px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

/*Tablet*/
@media only screen  and (max-width:1080px) { 
#mainContent {
	padding: 0;
}
.index .item {
	width: 32%;
	margin: 0 2% 5% 0;
}
.index .item:nth-child(even) {
	margin: 0 2% 5% 0;
}
.index .item:nth-child(3n) {
	margin: 0 0 5% 0;
}
.index .item .itemTitle h2 {
    line-height: 1.5em;
}
#moreItems a{
	width: 100%;
	margin: 0 auto 60px;
}
}

/*SP*/
@media only screen  and (max-width:780px) { 
#mainContent {
	padding: 0 5%;
	margin: 0 auto 10%;
}
.index .item {
	width: 48%;
	margin: 0 4% 5% 0;
}
.index .item:nth-child(even) {
	margin: 0 0 5% 0 !important;
}
.index .item:nth-child(3n) {
	margin: 0 4% 5% 0;
}
#moreItems a{
	width: 90%;
}
}

/*///////////////////////////////////////JOURNAL/////////////*/

#journal{
	margin: 0 0 10% 0;
}

#journal ul li{
	position: relative;
	width: 32%;
	float: left;
	min-height: 260px;
	margin: 0 2% 2% 0;
}
#journal ul li:nth-child(3n){
	margin: 0 0 2% 0;
}
#journal ul li a img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1) !important;
    -ms-transform: translate(-50%,-50%) scale(1) !important;
    transform: translate(-50%,-50%) scale(1) !important;
/*    max-width: 150%;
    max-height: 150%;*/
    width: 100%;
}
#journal ul li .journal-img{
	margin:0 auto 4%;
	position: relative;
	padding-top: 62%;
}
#journal .journal-img:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.1) !important;
    -ms-transform: translate(-50%,-50%) scale(1.1) !important;
    transform: translate(-50%,-50%) scale(1.1) !important;
}
#journal ul li .jt a{
	font-size:12px;
	font-weight: 700;
	margin-bottom: 2%;
}
#journal ul li .date a{
	font-size: 12px;
	font-weight: 400;
}
@media only screen  and (max-width:780px) { 
#journal{
	padding: 0 5%;
}
#journal ul li{
	width: 47.5%;
	margin: 0 5% 5% 0;
	min-height: 160px
}
#journal ul li:nth-child(even){
	margin: 0 0% 5% 0 !important;
}
#journal ul li:nth-child(3n){
	margin: 0 5% 5% 0;
}
}

/*///////////////////////////////////////ITEM DETAIL/////////////*/
.item-detail {
	margin:5% 0 !important;
}

.item-detail > .inner {
	margin: 0 auto;
    width: 1180px;
}
.item-detail .itemArea {
	float: right;
	width: 880px;
	margin-bottom: 5%;
}
.item-detail .itemArea .itemMain{
	margin: 0;
}
.item-detail .itemImgArea{
	width: 45%;
	position: relative;
	float: left;
	margin:0 5% 0 0;
}
.item-detail #slideImg {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: zoom-in;
}
.item-detail .slideImgNav {
  cursor: pointer;
}
.item-detail #slideImg .imgBox img,
.item-detail .slideImgNav .imgBox img{
  width: 100%;
}
.item-detail .slick-slide {
  position: relative;
  outline: none !important;
}
.item-detail .slick-list {
  overflow: hidden;
}

.slideImgNav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}
.slideImgNav .imgBox{
  flex: 0 1 19.6%;
  box-sizing: border-box;
  position:relative;
  margin:0.5% 0.5% 0 0;
}
.slideImgNav .imgBox:nth-child(5n) {
    margin:0.5% 0 0 0;
}
.slideImgNav .imgBox.current{
	opacity: .5;
}
 .slideImgNav .imgBox img{
    width: 100%;
    margin: 0 auto;
} 
.fancybox-button--download {
	 color: #ccc !important;
}


.item-detail .item .itemImg #slideImg .imgBox .label_image{
	width: 60px !important;
	height: 60px !important;
}

.item-detail .purchase{
	width: 50%;
	float: right;
	margin: 3% 0 0 0;
	padding: 0;
}
.item-detail .purchase .itemTitle {
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
.item-detail .purchase .itemPrice{
	margin: 0 0 30px 0;
	font-weight: 400;
}
.item-detail .purchase .itemPrice .sale{
	margin-bottom: 5px;
}
.item-detail .purchase .itemPrice .discount{
	font-size: 12px;
}
.item-detail .purchase .itemPrice h3{
	font-size: 18px;
	font-weight: 400;
}
.item-detail .purchase .itemDescription {
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.item-detail .purchase .itemDescription> p{
	margin: 0 0 20px 0;
}
.item-detail .purchase #itemAttention {
	font-size: 11px;
	line-height: 1em;
	margin: 0 0 40px 0;
	font-weight: 400;
}
.item-detail .purchase #itemAttention p{
	margin: 0 0 10px 0;
}
.item-detail .purchase #itemSelect {
	font-size: 12px;
	margin: 0 0 25px 0;
}
.item-detail .purchase #itemSelect .purchaseElement{
	margin-bottom: 5px;
}
.item-detail .purchase #itemSelect .purchaseElement label{
	display: inline-block;
    vertical-align: middle;
    padding-bottom: 9px;
}
.item-detail .purchase #itemSelect select{
	font-size: 12px;
}


/*商品オプションApp*/
.item-detail .purchase #itemSelect .itemOption__name {
    margin: 16px 0 8px 0;
    display: block;
}

.item-detail .purchase #itemSelect .itemOption__select,
.item-detail .purchase #itemSelect .itemOption__input{
  display: block;
    margin:0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
}
.item-detail .purchase #itemSelect .itemOption__caption {
    font-size: 11px;
    margin: 8px 0 8px 0;
    line-height: 1.5em;
    display: block;
    font-weight: 400;
}
.item-detail .purchase #itemSelect .itemOption__bottomCaptionBlock {
  margin-top: -12px;
  padding-bottom: 16px;
}
.item-detail .purchase #itemSelect .itemOption__count{
  float: right;
  font-size: 12px;
  display: block;
}
.item-detail .purchase #itemSelect .itemOption__bottomCaptionBlock,
.item-detail .purchase #itemSelect .itemOption__count{
  font-size: 11px;
  font-weight: 400;
}
.item-detail .purchase #itemSelect .itemOption__caption--error,
.item-detail .purchase #itemSelect .itemOption__count--error{
  color:#e74c3c;  
}
.purchaseButton button:disabled {
  opacity: 20% !important;
  cursor: default !important;
  pointer-events: none; 
}


.item-detail .purchase #purchase_form{
	width: 100%;
}
.item-detail .purchase .button,
.item-detail .purchase .purchaseButton__btn{
	font-size: 12px;
    padding: 15px 0;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    width: 100%;
    border: 0px;
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
.item-detail .purchase #purchase_form .button:hover,
.item-detail .purchase #purchase_form .purchaseButton__btn:hover{
	opacity: .7;
}

.relatedItems {
	width: 100%;
	margin: 10% 0 0 0;
}
.relatedItems .sec-ttl{
    width: 100%;
    display: inline-block;
}
.relatedItems ul li{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.relatedItems ul li:last-child{
	margin: 0 0 2% 0;
}
.relatedItems .itemImg {
	margin-bottom: 3%;
}
.relatedItems ul li a img{
	width: 100%;
}
.relatedItems ul li .itemTitle{
	line-height: 1.5em;
}
.relatedItems ul li .itemTitle,
.relatedItems ul li .itemPrice{
	font-size: 12px;
}
.relatedItems ul li .itemPrice{
	font-weight: 400;
	margin-top: 1%;
}
.item-detail .salesPeriod--term,
.item-detail .salesPeriod--willStart,
.item-detail .salesPeriod--willEnd,
.item-detail .salesPeriod--finish,
.item-detail .salesPeriod--available {
	color: #e74c3c;
	line-height: 1.6em;
    margin: 0 0 15px 0;
    font-size: 12px;
    display: inline-block;
    background: rgba(231, 76, 60, .1);
    padding: 6px 12px;
    border-radius: 2px;
    font-weight: 400;
}
.item-detail .preOrder,
.item-detail .lottery,
.item-detail .takeout{
	color: #e74c3c;
	display: block;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-size: 12px;
	font-weight: 400;
}
.item-detail .preOrder p,
.item-detail .lottery p,
.item-detail .takeout p{
	margin:0; 
}
.item-detail .preOrder__label,
.item-detail .lottery__label,
.item-detail .takeout__label {
	display: inline-block;
    border: 1px solid #e74c3c;
    padding: 2px 6px;
    border-radius: 2px;
    margin: 0 0 6px 0;
}

#widget {margin: 0 0 0 10px !important;}
#widget,.social,.socialWrapper,.twitter,.fb, .report {
	display: inline-block;
	vertical-align: middle;
}
.item-detail .purchase .report {
    margin: 0 0 0 10px;
    font-size: 10px;
}

.review01 {
	width: 100%;
	margin: 0 !important;
}
.review01__list {
    overflow-y: scroll !important;
}
@media only screen and (min-width:781px) { 
.review01 {
    padding: 0 !important;
}
}


@media only screen and (max-width:1240px) { 
.item-detail > .inner {
	margin: 0 auto;
    width: 100%;
    padding: 5%;
}
.item-detail .itemArea {
	width: 75%;
}
}
@media only screen and (max-width:1024px) { 
.item-detail .itemArea {
	float: none;
	width: 100%;
}
#mainContent .sidebar {
	padding: 0;
}
}

@media only screen and (max-width:780px) { 
.item-detail {
	margin:5% 0 0 0 !important;
}
.item-detail > .inner {
	margin: 70px auto 0;
    width: 100%;
    padding: 0;
}
.item-detail .itemImgArea{
	width: 100%;
	float: none;
	margin:0 0 5% 0;
}
.item-detail .purchase{
	width: 100%;
	float: none;
	margin: 0 0 15% 0;
}
#mainContent .sidebar .inner {
	padding: 0;
}
}



/*///////////////////////////////////////商品説明カスタムApp/////////////*/
.ItemDetailCustom {
	margin-top: 10%;
}
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description{
	letter-spacing: 0.08em !important;
}

/*///////////////////////////////////////年齢制限App/////////////*/
.ageVerificationWarning {
	font-size: 19px !important; /*商品価格よりも大きいfont-size*/
}



/*///////////////////////////////////////colorbox/////////////*/
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,
#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,
#cboxMiddleLeft,#cboxMiddleRight {
	background: none !important;
}
.itemCb #cboxContent button {
	display: none !important;
}


/*///////////////////////////////////////ABOUT/////////////*/
#about {
	font-size: 12px;
}
#about .inner-conts{
	margin: 0 auto;
	padding: 5% 0;
}
#about .inner-conts a {
	display: inline;
	text-decoration: underline;
}
#about h2{
	font-size: 32px;
    text-transform: uppercase;
	text-align: center;
	font-weight: 700;
    margin: 0 auto 5%;
	letter-spacing: 0.1em;
}
#about .about-img {
	width: 100%;
	margin: 0 0 5% 0;
}
#about .about-img img{
	width: 100%;
}

#about .inner-conts .sec-ttl .heading{
	display: block;
	line-height: 1em;
	margin: 0 0 25px 0;
}
#about .inner-conts .sec-ttl .bar{
	display: block;
	width: 40px;
	height: 1px;
	background: #444;
	display: block;
}
#about .inner-conts .sec-about {
	margin:0 0 10% 0;
}
#about .inner-conts .col-left {
	width: 30%;
}
#about .inner-conts .col-right {
	width: 70%;
	font-weight: 400;
}
#about .shop-intro,
#about .about-txt {
	line-height: 1.8em;
	margin: 0;
}
#about .faqLists{
	line-height: 1.8em;
}
#about .faqLists li .faqQ{
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #ececec;
}
#about .faqLists li .faqA{
  width: 100%;
  padding: 15px 10px;
  margin: 10px 0 20px 0;
}
#about .faqLists li .faqQ .headTxt,
#about .faqLists li .faqA .headTxt{
  font-size: 14px;
  width:20px;
  margin-right: 6px;
  font-weight: 400;
}
#about .faqLists li .faqA .headTxt{
  color: #e74c3c;
}
#about .faqLists li .faqQ .sentTxt,
#about .faqLists li .faqA .sentTxt{
  /*font-size: 13px;*/
  width:94%;
}
#about .faqLists li .faqQ .headTxt,
#about .faqLists li .faqA .headTxt,
#about .faqLists li .faqQ .sentTxt,
#about .faqLists li .faqA .sentTxt{
  display:inline-block;
  vertical-align: top;
}

@media only screen and (max-width:1240px) {
#about .inner-conts {
	padding: 5%;
}
#about .inner-conts .sec-ttl{
	margin: 0 0 35px 0;
}
#about .inner-conts .col-left,
#about .inner-conts .col-right {
	width: 100%;
}
}
@media only screen and (max-width:1024px) {
#about .inner-conts {
	margin: 70px 0 0 0;
}
#about .faqLists li .faqQ .sentTxt,
#about .faqLists li .faqA .sentTxt{
    width:90%;
  }
}
@media only screen and (max-width:780px) { 
}



/*///////////////////////////////////////Footer/////////////*/
#mainFooter {
	clear: both;
    padding: 2% 0 5%;
    margin: 5% 5% 0 5%;
}
#mainFooter a{
}
#mainFooter .footerMenu {
	display: block;
	position: relative;
}
#mainFooter .footerMenu .boxLeft {
	float: left;
	width: 35%;
	margin-top: 5px;
	display: -webkit-flex;
    display: flex;
}
#mainFooter .footerMenu .boxRight {
	float: right;
	width: 65%;
	text-align: right;
}
#mainFooter .footerMenu .boxLeft .social {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#mainFooter .footerMenu .boxLeft .social li{
	margin-right:12px;
	background: #fff;
    padding: 4px;
    border-radius: 2px; 
    width: 24px;
}
#mainFooter .footerMenu .boxLeft .social li a{
}
#mainFooter .footerMenu .boxLeft .social li img{
	width: 100%;
	height: 100%;
}
#mainFooter .footerMenu .boxLeft .copyright{
	display: flex;
	font-size: 10px;
	-webkit-align-items: center;
    align-items: center;
    margin:0 0 0 20px;
}
#mainFooter .footerMenu .boxRight {
	font-size: 10px;
}
#mainFooter .footerMenu .boxRight li {
	display: inline-block;
	margin-right:3%;
	vertical-align: middle;
}
#mainFooter .footerMenu .boxRight li:last-child {
	margin-right: 0;
}




@media only screen and (max-width:1024px) { 
#mainFooter {
    padding: 3% 0 5%;
}
#mainFooter .footerMenu .boxLeft,
#mainFooter .footerMenu .boxRight {
	float: none;
	width: 100%;
	text-align: center;
	display: block;
}
#mainFooter .footerMenu .boxLeft .social {
	width: 100%;
	margin: 0 0 5%;
	-webkit-justify-content: center; 
	justify-content: center;
}
#mainFooter .footerMenu .boxLeft .social li:last-child{
	margin-right: 0;
}
#mainFooter .footerMenu .boxLeft .copyright {
	display: block;
    width: 100%;
    margin: 0;
}
#mainFooter .footerMenu .for_overseas{
    width: 100%;
    margin: 5% auto;
}
#mainFooter .footerMenu #i18 {
	display: inline-block;
}
}



/*///////////////////////////////////////CATEGORY/////////////*/
.categories .conts-wrap{
	margin: 0;
}
.categories .inner-cat {
	width: 880px;
	margin:60px auto 40px;
	float: right;
}
.categories .inner-cat .conts-wrap{
	margin: 0;
}
.categories .sidebar {
	margin: 60px 0 !important;
}
.categories .sidebar .inner{
	padding: 30px 40px 30px 20px;
}
.categoryTitle01 {
	font-size: 32px;
	line-height: 1.2em;
	text-align: left;
	font-weight: 700;
	margin: 60px 0;
}
.childCategoryList01 {
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
}
.childCategoryList01 li {
	display: inline-block;
	margin: 0 30px 15px 0;
}
.childCategoryList01 li:after {
	content: "";
	background: #ccc;
	width: 1px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.childCategoryList01 .childCategoryList01_child a{
	display: inline-block;
}
.childCategoryList01 li:last-child{
	margin:0;
}
.childCategoryList01 li:last-child::after {
	display: none;
}
.breadcrumb {
	width: 100%;
	font-size: 11px;
	font-weight: 400;
	margin: 30px 0 0 0;
} 
.breadcrumb li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.breadcrumb li a {
	display: inline-block;
}
.breadcrumb li:after {
	content: ">";
	color: #ccc;
	display: inline-block;
	margin: 0 0 0 10px;
} 
.breadcrumb li:last-child:after{
	content: none;
}
@media only screen and (max-width:1240px) { 
.categories .inner-cat {
    width: 100%;
    padding: 0;
}
.inner-cat .conts-wrap{
	width: 100% !important;
	margin: 5% 0 2% 0;
}
}
@media only screen and (max-width:1024px) { 
.breadcrumb {
	margin: 0;
}
.categories .conts-wrap{
	margin: 70px 0 0 0;
}
.categories .inner-cat {
	margin: 5% auto;
}
.childCategoryList01 {
	margin: 0 auto;
}
.categories .sidebar .inner {
	padding: 0;
}
}
@media only screen and (max-width:780px) { 
	.breadcrumb {
		width: 100%;
	    padding:0;
	}
	.childCategoryList01 {
	font-size: 12px;
	}
	.childCategoryList01 li {
		margin:0 15px 15px 0;
	}
	.childCategoryList01 li:after {
		margin:0 0 0 15px;
	}
	.categories .inner-cat {
		margin: 5% auto;
	    width: 100%;
	    padding: 0 5%;
	}
	.categories .sidebar {
		padding: 0 5%;
	}

}

/*///////////////////////////////////////IndexPageSearch/////////////*/

.titleForSearchResult{
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	margin: 60px 0 100px 0;
}
@media only screen and (max-width:1024px) { 
.titleForSearchResult{
	margin: 120px 0 30px 0;
}	
}

/*///////////////////////////////////////CONTACT/////////////*/
#contact .inquirySection{
	text-align: center;
	font-weight: 400;
}
#contact .inquirySection h1{
	font-size: 32px;
	font-weight: 700;
	margin: 60px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
}
#contact .inquirySection p{
	font-size: 12px;
}
#contact .inquirySection form {
	max-width: 640px;
	font-size: 12px;
	margin: 0 auto 60px;
}
#contact .inquirySection,
#contact .inquirySection form input {
	letter-spacing: 0.06em;
}
#contact .inquirySection form dl {
	text-align: left;
	width: 100%;
}
#contact .inquirySection form dl dt {
	width: 30%;
	float: left;
	margin: 0 0 30px 0;
	height: 40px;
	line-height: 40px;
}
#contact .inquirySection form dl dd {
	width: 70%;
	float: right;
	margin: 0 0 15px 0;
}
#contact .inquirySection form dd input {
    width: 280px;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 0 10px 0 10px;
    font-size: 12px;
    height: 40px;
}
#contact .inquirySection form dd textarea {
	width: 100%;
    height: 200px;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 10px;
    font-size: 12px;
}
#contact .inquirySection .control-panel {
	clear: both;
}
#contact .inquirySection form dd .error-message {
	color:#e74c3c;
}
#contact .inquirySection form input[type=submit] {
	width: 256px;
    height: 54px;
    border: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#contact #inquiryCompleteSection p{
	margin-bottom: 40px;

}
#contact #inquiryCompleteSection a{
    font-size: 12px;
    width: 320px;
    margin: 60px auto 120px;
    height: 54px;
    line-height: 54px;
}

#contact #inquiryConfirmSection form dl dt,
#contact #inquiryConfirmSection form dl dd {
	margin: 0 0 30px 0 !important;
	height: auto !important;
	line-height: normal ;
}

@media only screen and (max-width:1024px) { 
#contact .inquirySection {
	padding: 5%;
	margin: 70px auto 0;
}
#contact .inquirySection form {
	width: 100%;
	max-width: 100%;
}
#contact .inquirySection form dl dt {
	width: 100%;
	float: none;
	margin: 0;
}
#contact .inquirySection form dd input {
	width: 100%;
}
#contact .inquirySection form dl dd {
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}
#contact  .inquirySection form input[type=submit] {
	width: 100%;
	margin: 20px 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="text"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus {
  outline-offset: -2px;
}
}

/*///////////////////////////////////////BLOG/////////////*/

#blog .main{
	width: 1180px;
	margin: 0 auto;
	position: relative;
}
#blog .main .blogDetail {
	width: 50%;
	margin: 5% auto;
}
.main .blogListMain > .blog_inner {
	margin: 0 2% 5% 0;
	padding: 0 !important;
	font-size: 12px;
	width: 32%;
	float: left;
	border-bottom:none !important;
	min-height: 340px; /*タイトル最大50字想定*/
}
.main .blogListMain>.blog_inner  .blog_head_image {
	margin:0 0 5% 0;
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}
.main .blogListMain>.blog_inner  .blog_head_image a img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1) !important;
    -ms-transform: translate(-50%,-50%) scale(1) !important;
    transform: translate(-50%,-50%) scale(1) !important;
/*    max-width: 150%;
    max-height: 150%;*/
    width: 100%;
}
.main .blogListMain>.blog_inner  .blog_head_image:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.1) !important;
    -ms-transform: translate(-50%,-50%) scale(1.1) !important;
    transform: translate(-50%,-50%) scale(1.1) !important;
}

.main .blogListMain > .blog_inner .blog_title {
	margin-bottom:2% !important;
}
.main .blogListMain .blog_publish {
	margin:0 !important;
	font-size: 12px;
}
.main .blog_body {
	font-weight: 400;
}
.main #about.blogListMain .blog_publish .publish_date{
	margin:0;
	font-size: 12px;
	font-weight: 400;
}
.main .blogListMain>.blog_inner .blog_contents {
	/*line-height: 1.8em;*/
	display: none;
}
.main #about>.blog_inner .blog_contents .read_more {
	display: none;
}
.main .blogListMain >.blog_inner:nth-child(3n){
	margin: 0 0 5% 0;
}
.blog_inner .vimeo{
	width: 100%;
}
.main .blogDetail .social {
	border-top: 1px solid #ddd;
    padding: 20px 0 0 0;
}
.main .blogDetail>.blog_inner {
	padding: 15px 0 20px 0 !important;
}
.main #about .blog_contents img {
	width: 100%;
	max-height: 100%;
}
.blog_head_image img {
	width: 100%;
}
.main #about.blogListMain h2 {
	font-size: 14px;
}
.main #about.blogDetail .blog_title h2{
	font-size: 18px;
}
.main #about>.blog_inner,
.main #about.blogDetail .blog_title h2,
.main #about.blogListMain h2,
.main #about .blog_body h2 {
	text-align: left;
}
.main #about>.blog_inner .blog_contents .read_more {
    padding: 12px 0 !important;
    bottom: -20px !important;
    text-align: center;
    border: 1px solid #ccc;
}
.blogDetail .social ul li {
	display: inline-block;
	margin-right: 30px !important;
	padding: 5px 8px 2px 8px;
	border-radius: 2px;
	background: #fff;
}
.blogDetail .social ul li img{
	width: 18px !important;
	height: 18px !important;
}
@media only screen and (max-width:1240px) { 
#blog .main {
	margin: 0 auto;
    width: 100%;
    padding: 0 5%;
}
.main .blogListMain>.blog_inner {
	margin: 0 5% 5% 0;
	width: 47.5%;
}
.main .blogListMain>.blog_inner:nth-child(even){
	margin: 0 0 5% 0 !important;
}
.main .blogListMain>.blog_inner:nth-child(3n){
	margin: 0 5% 5% 0;
}
#blog .main .blogDetail {
	width: 100%;
}
.main #about>.blog_inner .blog_contents .read_more {
    bottom: -10px !important;
}
}
@media only screen and (max-width:1024px) { 
#blog .main {
	margin: 70px auto 0;
    padding: 2% 5%;
}	
}
@media only screen and (max-width:780px) { 
#blog .main {
    padding: 5%;
}
.main #about>.blog_inner {
	margin: 0 0 10% 0 !important;
	width: 100%;
	float: none;
	min-height:inherit;
}
.main .blogListMain>.blog_inner .blog_title{
	min-height: 1px;
}
}


/*///////////////////////////////////////コミュニティApp/////////////*/
#community .communityTitle{
  font-size: 28px;
  line-height: 1.2em;
  margin: 60px 0 30px;
}
/*#community .communityMain h1:after {
  display: block;
  content: " ";
  width: 40px;
  height:1px;
  margin: 30px auto 0px;
}*/
.communityMain .communityItemHeader {
  margin-top: 60px !important;
}
.communityMain .communityButton {
  color:#fff !important;
  align-items: center;
}
.communityMain .communityItemHeader, 
.communityMain .communityUrlHeader {
  font-size: 20px !important;
}
.communityImageContainer,
.communityMain .communityItems .communityItem .communityItemTitle {
  height: auto !important;
}
.communityMain .communityItems .communityItem .communityItemTitle  {
  font-size: 14px;
  margin-bottom: 10px !important;
  max-height: initial !important;
}
.communityMain .communityItems .communityItem .communityItemPrice {
  font-size: 12px !important;
  font-weight: 400;
}
.communityMain .communityPrice h3 {
  margin: 0 0 1em 0;
}
.communityMain .communityContent {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.communityMain .communityOverview,
.communityMain .communityNav {
  width: 100% !important;
}
.communityMain .communityNav {
  margin: 30px auto 0 !important;
}
#communityPurchase {
  margin-top: 30px;
}
.communityBox *,
.purchaseButton #communityPurchase .communitySignin p {
  font-size: 13px !important;
}
.purchaseButton .buttonPayid {
  width: 100%;
  color: #fff!important;
  height: auto !important;
  text-decoration: none;
  background-color: #0063f0c !important;
}
.communityBox .communityModal {
  overflow: auto;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto;
  transform:initial !important;
  height: 70vh;
  max-height: 620px;
}
.communityMain #productsLimitedUrl .urlBox {
  border: 1px solid #e5e5e5 !important;
  background-color: rgba(144,144,144,0.1) !important;
}
.communityMain .communityItems .communityItem {
  margin-bottom: 32px;
}
.communityMain .communityNotExists {
	margin:120px auto;
}


@media only screen and (max-width:880px) { 
.communityMain {
  width: 100% !important;
  padding: 5% !important;
}
.communityMain .communityContent,
.communityMain .communityItems,
.communityMain #productsLimitedUrl {
  flex-direction:column;
  flex-wrap:nowrap !important;
  justify-content: space-around;
}
.communityMain .communityItems .communityItem,
.communityMain #productsLimitedUrl .urlBox:nth-child(2n) {
  margin-left: 0 !important;
}

.communityMain #limitedItem,
.communityMain .communityOverview,
.communityMain .communityNav,
.communityMain .communityItems .communityItem .communityImageContainer,
.communityMain .communityItems .communityItem .communityImageContainer .communityImageResize,
.communityMain #limitedUrl,
.communityMain #productsLimitedUrl .urlBox {
  width: 100% !important;
}
.communityMain .communityItems .communityItem .communityImageContainer{
  align-items:stretch;
}
.communityMain .communityNav {
  margin: 5% 0 !important;
} 
.communityBox .communityModal {
  width: 90% !important;
  max-height: 90vh !important;
}
}
/*////コミュニティAppのオーバーレイ時*/
.communityBox .button {
  width: 100% !important;
  font-size: 16px !important;
}
.communityBox .button__purchase {
  margin-left: 0 !important;
  margin-top: 20px;
}
#forCentering.communityMain {
  padding: 0;
  margin:0;
}
.communityMain #productsLimitedUrl .urlBox .url {
  font-size: 12px !important;
  text-decoration: underline;
}

@media only screen and (max-width:480px) { 
.communityModal {
  min-width: initial !important;
}
}


/*///////////////////////////////////////PRIVACY, LAW/////////////*/


.law .inner,
.privacy .inner {
	margin: 5% auto;
	width: 100%;
    max-width: 960px;
}
#law, #privacy {
    width: 100% !important;
    max-width: 1240px;
    padding: 5% !important;
    margin: 0 !important;
}
@media only screen and (max-width:1024px) { 
.law .inner,
.privacy .inner {
    margin: 12% auto 5%;
    width: 90%;
}
}
@media only screen and (max-width:780px) { 
.law .inner,
.privacy .inner {
    margin: 20% auto 5%;
}
}

#notPublic p{
	margin: 120px auto;
}

/*///////////////////////////////////////重要なお知らせ/////////////*/
.important_notice {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}
.important_noticeTxt{
  display: block;
  width: 100%;
  font-size: 11px;
  padding:8px 0;
  margin: 0 auto;
}
.important_noticeTxt,
.important_noticeTxt a{
  color: #fff !important;
}

@media only screen and (max-width:1024px) { 
#mainHeader.top32{
  top:32px !important;
}
}


/*///////////////////////////////////////お知らせバナーApp/////////////*/
.informationBannerIcon {
  height: 20px !important;
}
.informationBannerIcon i {
  font-size: 20px !important;
  line-height: 20px !important;
}
.informationBanner .informationBannerText {
  font-size:12px !important;
}
.informationBannerArrow {
  font-size: 14px !important;
}
@media only screen and (max-width:1024px) { 
.top56 {
  top: 56px !important;
}
.top72 {
  top: 72px !important;
}
.top87 {
  top: 87px !important;
}
}

/*///////////////////////////////////////メールマガジンApp/////////////*/

.mailMagApp {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    border-radius: 4px;
    box-sizing: border-box;
}
.mailMagText {
	margin: 0 0 20px 0;
}
.mailMagApp h4{
  margin: 0 0 12px 0;
}
.mailMagApp p{
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.mailMagazineSubscribe_input {
    width: 71%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fcfcfd;
    margin-bottom: 0 !important;
    font-size: 12px;
}
.mailMagazineSubscribe_submit {
		font-size: 12px;
    width: 25%;
    height: 40px;
    font-weight: 700;
    border-radius: 4px;
    border: 0;
}
.mailMagazineSubscribe_confirm {
  font-size: 12px;
}
@media only screen and (max-width:1024px) { 
.mailMagazineSubscribe_input {
    max-width: 75%;
}
.mailMagazineSubscribe_submit {
    width: 25%;
}
}