/*TEMPLATE css of Helshinki*/

@charset "UTF-8";
/*///////////////////////////////////////COMMON/////////////*/

html, body {
  width: 100%;
  height: 100%; }

body {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	-webkit-overflow-scrolling: touch; 
	line-height: 1em;
}

.crim, .pf, .marcellus, .js, .spsc {
	letter-spacing: 0.1em;
	margin-right: -0.1em;	
}
.mont, .roboto, .poppins, .osw, .qs, .rw {
	letter-spacing: 0.06em;
	margin-right: -0.06em;	
}
.amat, .pacifico {
	letter-spacing: normal;
}
.yumin, .yugo, .ntsans {
	letter-spacing: 0.08em;
}

.ntsans { font-family: "Noto Sans JP", sans-serif;}
.yugo {font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.yumin {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}


.crim{font-family: 'Crimson Text',"Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
.pf { font-family: 'Playfair Display', "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}
.marcellus{ font-family: 'Marcellus SC', "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;}
.js { font-family: 'Josefin Slab', "Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}

.mont {font-family: 'Montserrat',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.roboto {font-family: 'Roboto',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.poppins{font-family: 'Poppins',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.qs{font-family: 'Quicksand', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.rw {font-family: 'Raleway',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.osw{font-family: 'Oswald', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.amat {font-family: 'Amatic SC',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", cursive;}
.pacifico{font-family: 'Pacifico', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", cursive;}


img {
  border-width: 0; }

object, embed {
  vertical-align: bottom; }

ul, ul li, ol, ol li ,dl, dt, dd{
  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; 
}
@media screen and (min-width: 881px) {
 a:hover{
  	opacity: .6;
 }
}

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; }


 @media only screen and (max-width:880px) { 
/* 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;
}
}

/*.col-left{float: left}
.col-right{float: right}*/
.col-left,
.col-right{
    display: inline-block;
    vertical-align: middle;
}
.sec-ttl {	font-size: 28px; line-height: 1.2em;}
.bar {display: block; width: 40px; height: 1px;margin:0 auto;}


/*///////////////////////////////////////CLEARFIX/////////////*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }


/*///////////////////////////////////////GENERAL/////////////*/
.inner-conts {
	margin: 0 5%;
}
.soldout_cover {
	color:#e74c3c;
	font-size: 12px;
}
/*#sb-site, .sb-site-container {
	overflow: initial !important;
}*/
#sb-site.sbTransformOff {
	transform: initial !important;
}
@media only screen and (max-width:880px) { 
.inner-conts {
	margin: 0;
}
}
.hovline_on a,
.hovline_off a {
	position: relative;
  display: inline-block;
}
.hovline_on a::after,
.hovline_off a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
}
.hovline_on a:hover::after {
  width: 100%;
}
#sb-site {
	background: transparent !important;
}
.itemPrice .proper {
	text-decoration: line-through;
	font-size: 10px;
}
.itemPrice .sale {
	 color: #e74c3c;
	 display: inline-block;
}
.itemPrice .discount {
	 color: #e74c3c;
	 font-size: 10px;
	 display: inline-block;
}


/*///////////////////////////////////////HEADER/////////////*/




#mainHeader {
	position:fixed;
	top:0;
	width:100%;
	max-width:none;
	background-image:linear-gradient(to bottom, #F4F5EF 0%, transparent 100%);
	margin: 0;
	padding: 2%;
	z-index: 1001;
}
#shopHeader {
	display:flex;
	max-width:1280px;
	width:100%;
	align-items:center;
	justify-content: space-between; 
}
#shopHeader h1 {
	display: inline;
	line-height: 1em;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

#shopHeader nav ul{
	display: flex;
  align-items: center;
}
#shopHeader nav > ul li {
	font-size: 12px;
	padding: 0 20px;
}
#shopHeader nav > ul li:last-child {
	margin-right: 0%;
	padding: 0;
}


#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;
	padding: 7px 10px !important;
	margin: 0 6px 0 0 !important;
}
#baseMenu > ul > li a:hover {
	box-shadow: none !important;
	padding: 7px 10px !important;
}
#baseMenu > ul > li.cart a{
	margin: 0 !important;
}
#baseMenu > ul > li.base {
	padding: 0;
}

#visual {
	margin: 0;
}
#visual img{
	width: 100%;
}
#category-menu {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: left;
}
#category-menu .category-list #appsItemCategoryTag {
	display: block;
	position: absolute;
	top: 30px;
	opacity: 0;
	visibility:hidden;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 2000;
	padding:15%;
}
.sb-slidebar #category-menu .category-list #appsItemCategoryTag {
	background: none;	
	background-image: none !important;
}
#category-menu .category-list #appsItemCategoryTag:hover {
	opacity: 1;
	visibility:visible;
	display: block;
	transform: translateY(0);
}
#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.6rem;
	white-space: nowrap;
}
#category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child > a{
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
#category-menu .category-list .appsItemCategoryTag_lowerLink {
	display: inline;
}

#category-menu span:hover + .category-list #appsItemCategoryTag{
	opacity: 1;
	visibility:visible;
	display: block;
	transform: translateY(0);
}
#category-menu .category-list .appsItemCategoryTag_lowerchild {
	display: block;
	margin-bottom: 10px;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li{
	margin-left: 4%;
	font-size: 11px;
	display: block;
	padding: 0;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li:last-child{
	margin-left: 4% !important;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 1px;
	margin: -1px 0 0 0;
} 

#category-menu .largeOnly .appsItemCategoryTag_lowerchild {
	display: none;
}


/*/////membership navigation*/

#membershipMenu {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: left;
}
#membershipMenu .category-list ul {
	display: block;
	position: absolute;
	top: 30px;
	opacity: 0;
	visibility:hidden;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 2000;
	padding:15%;
	white-space: nowrap
}

#membershipMenu .category-list ul:hover {
	opacity: 1;
	visibility:visible;
	display: block;
	transform: translateY(0);
}
#membershipMenu .category-list ul .appsItemCategoryTag_child{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.6rem;
	max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

#membershipMenu a:hover + .category-list ul{
	opacity: 1;
	visibility:visible;
	display: block;
	transform: translateY(0);
}


@media only screen and (max-width:1020px) { 
#baseMenu {
	float: none;
	margin: 0 0 40px 0 !important;
}
#baseMenu ul li {
	margin: 0 15px 0 0 !important;
}

#mainHeader {
	padding: 0;
}
#shopHeader {
	height: 70px;
	margin: 0 3%;
}
#shopHeader .sb-toggle-right {
display: block;
height: 18px !important;
cursor: pointer;
margin-left: auto;
padding-right:18px;
z-index: 1001;
}

#shopHeader #baseMenu {
	display: none;
}
#shopHeader nav {
	display: none;
}

#category-menu,
#membershipMenu {
	width: 100%;
	margin-bottom: 15px;
	cursor: inherit;
}

#category-menu .category-list #appsItemCategoryTag,
#membershipMenu .category-list ul {
	display: block;
  	top: 15px;
    opacity: 1;
    visibility: visible;
  	padding:0;
	position: relative;
  	transform: translateY(0px);	
}
#category-menu .category-list ul li a,
#membershipMenu .category-list ul li a {
	display: inline-block;
	font-size: 12px;
}
#category-menu .category-list .appsItemCategoryTag_lowerchild {
	display: none;
}
.sb-slidebar .category-list ul li {
	display: block;
}
.sb-slidebar .category-list ul li .over-text:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 1px;
	margin: -1px 5px 0 0;
} 
.sb-slidebar .category-list ul li .over-text{
	max-width: 200px; /*ピクセル指定でiOS表示*/
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; 
	-o-text-overflow: ellipsis;
}
.sb-slidebar.social {
	margin: 40px 0 0 0;
}
.sb-slidebar .social ul li{
	width: 15px;
    height: 15px;
    margin: 0px 20px 0 0;
    display: inline-block;
}
.sb-slidebar .social ul li:last-child{
	margin-right: 0;
}
.sb-slidebar .social ul li a img {
	width: 100%;
}
.sb-slidebar nav > ul li:last-child{
	margin-bottom: 40px;
}
.sb-slidebar .itemSearch {
	margin-bottom: 40px;
}
.sb-slidebar #x_itemSearchForm {
	background: #fff;
    border-radius: 4px;
    padding: 12px 12px;
    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;
}
}
@media only screen and (max-width:480px) { 
	#visual {
		margin: 0 0 15% 0;
	}
	.sb-slidebar .appsItemCategoryTag_child .over-text{
		max-width: 160px; /*ピクセル指定でiOS表示*/
	}
}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1002;/*headerより上に*/
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.5);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
  cursor: default;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  border-radius: 0px;
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger:hover span:nth-of-type(2){
  width: 70%;
}
.menu-trigger:hover span:nth-of-type(3){
  width: 35%;
}
.menu-trigger.cls:hover span:nth-of-type(2) {
  width: 100%;
}
.menu-trigger.cls:hover span:nth-of-type(3) {
  width: 100%;
}
.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(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.cls span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.cls span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}


.sb-slidebar {
	text-align: left;
	overflow-x: hidden;
    border-left: 1px solid #eee;
}
.sb-slidebar nav {
	padding: 20% 12% 10% 12%;
	font-size: 14px;
}
.sb-slidebar nav ul li {
	margin-bottom: 25px;
}

.nav-search {
	margin: 0% !important;
	padding: 0 5px !important;
}
.nav-search a{
	background: #fff;
    padding: 8px 7px 3px 10px;
    border-radius: 2px;
}
.itemSearch__btn {
	border: none !important;
    background: transparent !important;
    padding: 0 !important;
    vertical-align: middle;
}
.icon-search:before {
	font-size: 18px;
    color: #555;
}
#search {
	display: none;
}
.searchbox{
	text-align: center;
 	margin: 0% auto;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    height: 90px;
    padding: 20px 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%;
}



/*///////////////////////////////////////LOGO LEFT or CENTR/////////////*/

#logo{
	margin-top:0.5em;
	display:flex;
	gap:0.5em;
	align-items:bottom;
}

.logo-left  #shopHeader {
	display: flex;
	align-items: center;
}
.logo-left  #shopHeader h1 {
	padding: 0;
}
.logo-left  #shopHeader nav {
	margin-left: auto;
}


.logo-left.normal #shopHeader h1 img {
	max-width:70px;
	max-height:80px;
}

.logo-left.large #shopHeader h1 img{
	max-height: 36px;
}

.logo-center  #shopHeader h1 {
	width: 100%;
	text-align: center;
	display: block;
}
.logo-center  #shopHeader nav {
	text-align: center;
	margin: auto;
	padding-top: 20px;
}
.logo-center  #shopHeader nav ul{
	justify-content: center;
}

.logo-center.normal #shopHeader h1 img{
	max-height: 70px;
	margin: 20px auto 0;
	display: block;
}

.logo-center.large #shopHeader h1 img{
	max-height: 80px;
	margin: 20px auto 0;
	display: block;
}


@media only screen and (max-width:880px) { 
.logo-left  #shopHeader h1 {
	width: 70%;
}
.logo-center  #shopHeader {
	display: flex;
	align-items: center;
}
.logo-center  #shopHeader h1{
	/*width: 70%;*/
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-center.normal #shopHeader h1 img{
    max-height: 40px;
    margin: 0;
}	
.logo-center.large #shopHeader h1 img{
    max-height: 44px;
    margin: 0;
}	
}

/*///////////////////////////////////////slick読み込み中に縦並びを防ぐ/////////////*/
#slideImg .imgBox{ 
	opacity: 0;
	transition: opacity .3s linear;
} 
#slideImg .imgBox.slick-slide{ 
	opacity: 1;
}


/*///////////////////////////////////////VISUAL SLIDES/////////////*/
.slick-slide {
	position: relative;
}
.txt-slides {
	display: block;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 40px;
    left: 6%;
    margin-top: -0.5em;
}

.slick-dots li button

/*///////////////////////////////////////IMPORTANT NOTICE/////////////*/
/*///////////////////////////////////////ブログ固定記事の表示/////////////*/
.important_notice a,
.PinnedArticle a{
	color: #fff !important;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	display: block;
	margin: 0px auto 40px;
	width: 100%;
}
@media only screen and (max-width:1080px) { 
.important_notice a,
.PinnedArticle a{
	width: 90%;
	margin: 5%;
}
}


/*///////////////////////////////////////INFORMAITON/////////////*/
#info {
	max-width: 1080px;
	width: 100%;
    margin: 0% auto 10%;
}
#info .col-left{
	width: 30%;
  padding: 0 2% 0 4%;
}
#info .col-right{
	width: 70%;
	font-size: 13px;
}
#info .col-right ul li{
	line-height: 1.5em;
	margin-bottom:20px;
	/*letter-spacing: -0.5em; */
}
#info .col-right ul li:last-child{
	margin-bottom:0px; 
}
#info .col-right ul li div{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}
#info .col-right ul li .date {
	width: 15%;
}
#info .col-right ul li .ttl {
	width: 84%;
}
#info a {
	display: inline-block;
	padding: 0 0 2px 0;
	margin: 0;
	text-decoration: underline;
}
@media only screen and (max-width:880px) { 
#info {
    margin: 5% 0;
    padding: 0 5%;
}	
#info .col-left {
	width: 100%;
	padding: 0;
}
#info .col-right {
	width: 100%;
	padding: 0;
}
#info .sec-ttl {
	text-align: center;
}
#info .sec-ttl .bar {
	margin: 30px auto;
} 
#info .col-right ul li .date {
	width: 100%;
}
#info .col-right ul li .ttl {
	width: 100%;
}
#info .col-right ul li div {
	display: block;
	margin: 0 0 10px 0;
}	
}

/*///////////////////////////////////////BANNER/////////////*/


#bnr .slides .bnr-bg1,
#bnr .slides .bnr-bg2,
#bnr .slides .bnr-bg3,
#bnr .slides .bnr-bg4{
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow: 3px 5px 5px #cccccc;
    max-width:90%;
    aspect-ratio:3/2;
    position:relative;
}


#bnr .slick-list .draggable{
overflow:hidden;}

#bnr .slides a .bnr-ttl{
    text-align:center;
    font-weight:300;
    font-size:clamp(12px,3.2vw,16px);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#ffffff;
    background-color:#00000039;
    border:1px solid #ffffff;
    padding:0.5em;
    
    }

#bnr{
  margin:5vh auto;
  width:100vw;
  }

  #bnr .slick-slide{
  width: 100%;
  margin: 0 auto;
}

#bnr a img{
max-width:95%;}


#bnr a img:hover{
opacity:0.8;
background-color:#CF5828;
color:white;
transform:translate(2px,2px);
transition-duration:0.2s
}    

#bnr a img:active{
opacity:0.8;
background-color:#CF5828;
color:white;
transform:translate(2px,2px);
transition-duration:0.2s
}

        
.more span{
    font-weight:300;
    padding-bottom:0.25em;
    border-bottom:1px solid #343434;
}

.more{
    padding:0.5em 1em 0.5em 0.5em;
    text-align:right;
    }


/*///////////////////////////////////////PICKUP/////////////*/
#pickup {
	max-width: 1280px;
	width: 100%;
    margin: 0 auto 10%;	
}
#pickup .col-left{
	width: 65.5%;margin: 0 3.5% 0 0;
    
}
#pickup .col-left .pickup-img,
#pickup .col-left .pickup-img img{
	width: 100%;
	overflow: hidden;
	backface-visibility: hidden;
}
#pickup .col-left .pickup-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#pickup .col-left .pickup-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#pickup .col-left .inner-col,
#pickup .col-right .inner-col  {
	position: relative;
	display: block;
}
#pickup .col-left .badge {
	position: absolute;
    display: block;
    font-size: 14px;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	text-align: center;
	top: -20px;
	right: -20px;
	font-style: italic;
	line-height: 80px;
	z-index: 110;
	letter-spacing: 0.06em !important;
}
#pickup .col-right{
	width: 30%;
	margin: 0;
}
#pickup .col-right .inner-col .pickup-info{
	display: block;
}


#pickup .item-ttl {
	font-size: 18px;
	margin:0 0 20px;
	line-height: 1.6em;
}
#pickup .item-price{
	font-size: 14px;
	 margin: 0 0 40px;
}
#pickup .item-desc{
	font-size: 12px;
	margin: 0 0 30px 0;
	line-height: 1.8em;
}


.item-btn a{
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
	position:relative;
	background-color:#34343400 !important;
	color:#343434 !important;
	border:1px solid #343434 !important;
	box-shadow: 3px 5px 5px #cccccc66;
	opacity:1;
 }
 
 
	 .item-btn a:hover{
	 background-color:#CF5828 !important;
	 color:white;
	 transform:translate(2px,2px);
	 transition-duration:0.2s
	}    
 
	 .item-btn a:active{
	 background-color:#CF5828 !important;
	 color:white;
	 transform:translate(2px,2px);
	 transition-duration:0.2s
	}    
 
	.item-btn a span{
	position:absolute;
	top:50%;
	right:5%;
	transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 color:#CF5828 !important;
	}
 
 
 .item-btn a:not(#moreItems .item-btn a) {
	 width:90%;
	 max-width:400px;
	 margin:0 auto;
 }
 
 
 
 

.list-ttl {
	margin: 0 auto;
	text-align: center;
}
.list-ttl .bar {
	margin:30px auto 60px;
}
  

@media only screen and (max-width:880px) { 
#pickup {
    margin: 5% 0% 20%;	
    padding: 0 5%;
}
#pickup .col-left,
#pickup .col-right {
	width: 100%;
    margin: 0 0 5% 0;
}
#pickup .item-price {
	margin: 0 0 20px;
}
#pickup .col-left .badge {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	line-height: 60px;
	top: -25px;
	right: 15px;
	font-size: 10px;
}
.list-ttl .bar {
	margin:30px auto;
}
}


/*///////////////////////////////////////BLOG LIST/////////////*/

#blog{
	padding:5vh auto;
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	  overflow-x: scroll;
	  flex-basis:250px;
		/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
	}
  
   /*Google Chrome、Safariへの対応*/
  #blog::-webkit-scrollbar{
	display: none;
  }
  
  .blog-wrap{
	  margin:5vh 3%;
	  width:clamp(250px,35vw,350px);
	  min-width:250px;
	  height:auto;
	  display:flex;
	  flex-direction:column;
	  aspect-ratio:2/3;
	  border-radius:50% 50% 0 0;
	  box-shadow: 3px 5px 5px #cccccc66;
	  border:1px solid #343434;
	  border-top:none;
  
  }
  .blog-section__title{
	text-align: center;
	margin-bottom: 32px;
	font-size: 12px;
	font-weight: 300;
  }
  
  .blog-wrap__title{
	font-size: 12px;


  }
  
  .blog-wrap__date{
	  text-align:right;
	  }
  
  .blog-wrap__contants{
  padding:16px;
  }
  
  .blog-wrap__img {
  overflow:hidden;
	  border-radius:50% 50% 0 0;
	min-height: 100px;
	min-width: 100px;
	height:50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
  }
  
  .blog-wrap__article{
  line-height:1.6em;
	font-size: 12px;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6; /* 任意の行数を指定 */
  }


/*///////////////////////////////////////MAIN CONTENT/////////////*/

#mainContent {
	max-width: 1280px;
	margin: 0 auto;
}

.index .item {
	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;
	border:1px solid #e74c3c;
	border-radius: 2px;	
}
.limitedItem {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
	background: #f2bb31;
	border-radius: 2px;	
}

@media only screen and (min-width:1281px)  { 
.index .item {
	width: 22%;
	margin: 0 4% 4% 0;
}
.index .item:nth-child(4n) {
	margin-right: 0;
}
.index .item:nth-child(4n+1){
  clear:both;
}
}
@media only screen and (max-width:1280px)  { 
.index  .item {
	width: 31%;
	margin: 0 3.5% 4% 0;
}
.index  .item:nth-child(3n) {
	margin-right: 0;
}
.index .item:nth-child(3n+1){
  clear:both;
}
}
.index .item .itemImg {
	position: relative;
}
.index .item .itemImg .itemThumbImg{
	overflow: hidden;
	backface-visibility: hidden;
}
.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.1);
  transform: scale(1.1);
}

.index .item .itemTitle h2 {
	font-size: 14px;
	font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.index .item .itemDetail .itemPrice{
	font-size: 13px;
}


@media only screen  and (max-width:880px) { 
#mainContent {
	padding: 0 5%;
}
.index .item {
	width: 48%;
	margin: 0 4% 8% 0;
}
.index .item:nth-child(even) {
	margin-right: 0 !important;
}
.index .item:nth-child(3n) {
	margin: 0 4% 8% 0;
}
.index .item:nth-child(2n+1){
  clear:both;
}
.index .item:nth-child(4n+1){
  clear:none;
}
.index .item:nth-child(3n+1){
  clear:none;
}
}



/*///////////////////////////////////////ITEM DETAIL/////////////*/
.item-detail {
	margin:5% auto !important;
}
.item-detail .itemImgSlide{
	width: 40%;
	float: left;
	margin:0 5% 0 5%;
}
.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%;
}
.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;
} 
.item-detail .slick-slide {
  position: relative;
  outline: none !important;
}
.item-detail .slick-list {
  overflow: hidden;
}
.item-detail .item .itemImg #slideImg .imgBox .label_image{
	width: 70px;
}
.item-detail .purchase{
	width: 45%;
	float: right;
	margin: 3% 5% 0 0;
}
.item-detail .purchase .itemTitle {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	letter-spacing:0.18em;
}
.item-detail .purchase .itemPrice{
	margin: 0 0 30px 0;
}
.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 !important;
	line-height: 1.8em !important;
	margin: 0 0 30px 0;
}
.item-detail .purchase .itemDescription> p{
	margin: 0 0 20px 0;
}
.item-detail .purchase .itemDescription a,
.appsItemDetailCustomTag_description a{
	text-decoration: underline;
}

.item-detail .purchase #itemAttention {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 40px 0;
}
.item-detail .purchase #itemAttention p{
	margin: 0;
}
.item-detail .purchase #itemSelect {
	font-size: 13px;
	margin: 0 0 25px 0;
}

.item-detail .purchase .itemSaleStatus p{
	font-size: 12px;
}

.vintage_attention{
    background: #F4F5EF;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
    line-height:2;
}

  .vintage_attention span{
	font-weight:700;
	padding-bottom:8px;
  }
  .vintage_attention  details {
  border: 1px solid #343434;
}
.vintage_attention details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
.vintage_attention details summary {
  list-style: none;
  cursor: pointer;
  padding: 1em;
}
/**
 * Chrome用のデフォルト三角削除
**/
.vintage_attention details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
.vintage_attention details summary::before {
  font-family: FontAwesome;
  content: '+';
  margin-right: 20px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
.vintage_attention details[open] summary::before {
  content: '-';
}

.vintage_attention details p {
  margin: 0;
  padding: 0.5em;
}


/*数量・種類ラベル*/
.item-detail .purchase #itemSelect label{
	display: block;
    margin: 16px 0 8px 0;
    font-size: 12px;
    font-weight: bold;
}

/*///////////////////////////////数量タブ/////////////*/

body form[id] #itemSelect #amountSelect{
	border: #343434 1px solid;
    padding: 1em;
    border-radius: 0;
    background-color: transparent;
}

body form[id] #itemSelect #amountSelect option{
	border: #343434 1px solid;
    padding: 1em;
    border-radius: 0;
    background-color: transparent;
}


/*商品オプションApp*/
body form[id] #itemSelect select.itemOption__select{
	border: #343434 1px solid;
    padding: 1em;
    border-radius: 0;
    background-color: transparent;
}


body form[id] #itemSelect select.itemOption__select::before{
		font-family: FontAwesome;
		content: '▼';
		margin-right: 20px;
}

body form[id] #itemSelect select.itemOption__select option{
	border: #343434 1px solid;
    padding: 1em;
    border-radius: 0;
    background-color: transparent;
}

.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;
}
.item-detail .purchase #itemSelect .itemOption__bottomCaptionBlock {
	margin-top: -12px;
}
.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;
}
.item-detail .purchase #itemSelect .itemOption__caption--error,
.item-detail .purchase #itemSelect .itemOption__count--error{
	color:#e74c3c;	
}
.purchaseButton button:disabled {
	opacity: 20%;
	cursor: default;
}

/*///////////////////////////////購入ボタン/////////////*/


.item-detail .purchase #purchaseForm{
	width: 100%;
	margin: 0 0 40px 0;
}
.item-detail .purchase .button,
.item-detail .purchase .purchaseButton__btn{
	border:1px solid #343434 !important;
	font-size: 12px;
    padding: 15px 0;
    border-radius:0px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.item-detail .purchase .button::after,
.item-detail .purchase .purchaseButton__btn::after {
	background: #ffffff !important;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.item-detail .purchase .button:hover,
.item-detail .purchase .purchaseButton__btn:hover{
	color: #343434 !important;
}

.item-detail .purchase .button:hover::after,
.item-detail .purchase .purchaseButton__btn:hover::after{
	transform: scale(1, 1);
}

/*.purchaseButton__btn--disabled,
.purchaseButton__btn--disabled:hover {
	opacity: .5;	
}*/
#widget {margin: 0 0 0 10px !important;}
#widget,.socialWrapper,.twitter,.fb, .report {
	display: inline-block;
	vertical-align: middle;
}
.item-detail .purchase .report {
    margin: 0 0 0 10px;
    font-size: 12px;
}

.social{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:12px;
	width:90%;
	text-align: right;
	margin:5vh;
	padding:12px 0;
	border-top:1px solid #343434;
	border-bottom:1px solid #343434;
}


.review01 {
	max-width: 1280px;
    margin: 0 5% !important;
}
.review01__list {
    overflow-y: scroll !important;
}
.item-detail-inner {
	margin: 0;
}
.relatedItems {
	margin: 0 5%;
	padding-top:10%;
	border-top:1px solid #343434;
}
.relatedItems  ul li {
	width: 31%;
	margin: 0 3.5% 4% 0;
	float: left;
}
.relatedItems  ul li:nth-child(3n) {
	margin-right: 0;
}
.relatedItems  ul li .itemImg {
	margin: 0 0 5% 0;
}
.relatedItems  ul li .itemImg img{
	width: 100%;
}
.relatedItems  ul li .itemTitle {
	font-size: 14px;
	font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.relatedItems  ul li .itemPrice{
	font-size: 13px;
}
.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;
}
.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;
}
.item-detail .preOrder p,
.item-detail .lottery p,
.item-detail .takeout p{
	margin:0; 
	display: block;
}
.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;
}
@media only screen and (max-width:880px) { 
.item-detail .itemImgSlide{
	width: 100%;
	float: none;
	margin:0 0 5% 0;
}
.item-detail .purchase{
	width: 100%;
	float: none;
	margin: 0 0 15% 0;
}
.review01 {
    margin: 5% 0 !important;
}
.relatedItems {
	margin: 0;
}
}

/*///////////////////////////////////////送料詳細モーダル内/////////////*/


#postageInfo{
	z-index: 20000 !important;
	font-size:12px !important;
	font-weight:500px !important;
	background-color: #F4F5EF
}


.cot-shipping-sizeBody table thead tr th{
	background-color:#e74c3c !important;
	color:#ffffff !important;
	font-weight:400 !important;
	min-width:none !important;
}

#overlayBackground{
	z-index: 19999 !important;
}
@media screen and (max-width: 768px) {
    .shippingModal__closeIcon {
        right: 16px !important;
        top: 70px !important;
    }
}

@media screen and (max-width: 699px){
	.centeringFixForPostageInfo{
		padding-top:70px !important;
		position: fixed !important;
		width: 100% !important;
		height: 500px !important;
	}
	.shippingInfoBlock{
		height: 100% !important;
	}
}
@media screen and (max-width: 321px){
	.centeringFixForPostageInfo{
		height: 430px !important;
	}
}

/*///////////////////////////////////////商品説明カスタムApp/////////////*/
.ItemDetailCustom {
	margin-top: 20%;
}
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading,
#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description{
	line-height:1.8 !important;
}

#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading{
	font-size:22px !important;
	border-bottom: 1px solid #434343 !important;
	padding-bottom: 0.25em !important;
}

#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/////////////*/
.main{
	margin-top:0 !important;
}

#about .about-inner {
	margin: 0 auto;
	flex-direction:column;
	justify-contents:center;
	align-items:center;
	margin-bottom:50vh;

}
#about h2{
	padding-bottom:0.5em;
	font-size:40px;
	text-align: center;
	font-weight: 400;
	margin: 60px 0 0 0;
}


#about h2 .bar {
	margin: 30px auto 60px;
}



.about-inner{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-bottom:50vh;
	}
	
	
	#about .about-box .about-p{
	margin:5vh auto;
	line-height:1.8 !important;
	text-align:center !important;
	padding-top:1em !important;
	max-width:400px;
	font-weight:300;
	}
	
	@media screen and (min-width:601px){
	.main{
			margin-top:100px;
		}

	#about .about-inner{
			max-width:800px;
			background-color:#F4F5EF;
	}
	
	#about .about-inner .about-box{
			font-weight:200;
			font-size:1.25em;
			writing-mode: vertical-rl;
			display:flex;
			flex-direction:column;
			justify-content:space-evenly;
			align-items:center;
	
	}
	
	#about .about-inner .about-box .about-p{
		margin:0;
		text-align:left !important;
		padding-top: 1em !important;
		line-height:2 !important;
		max-width:none;
		font-weight:400;
		}
	}

	.main{
		margin-top:100px;
	}
	
	.about-bg{
	overflow:hidden;
	}
		
	.guide-bg{
	overflow:hidden;
	}

#about .aboutInnerText {
	width: 100%;
	margin: 30px auto;
	line-height: 1.8em;
}
#about .about-link a{
	color: #3498db;
	margin: 0 auto 40px;
	text-decoration: underline;
}
#about .about-inner p{
	font-size: 13px;
	margin: 0 0 30px 0;
}
#about .about-inner .social {
	position: relative;
	margin: 20px auto 120px;
	width: 100%;
}
#about .about-inner .social .inner-conts {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
}
#about .about-inner .social .inner-conts .follow{
	font-size: 12px;
	margin: 0 20px 0 0;
}
#about .about-inner .social .inner-conts ul {
	text-align: center;
}
#about .about-inner .social .inner-conts ul li {
	display: inline-block;
	margin-right: 20px;
	width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 2px;
	background: #fff;
}
#about .social .inner-conts ul li:last-child {
	margin-right: 0px;
}
#about .social ul li img{
	width: 100%;
	height: 100%;
}
#about .about-img {
	width: 100%;
	margin:0 auto 30px;
}
#about .about-img img{
	width: 100%;

}
.txt-center {text-align: center;}
.txt-left{text-align: left}

#about .about-inner .about-box{
	width:90%;
	margin:2em auto;
}
	
	
#about .about-box .about-p{
	margin:5vh auto;
	line-height:1.8 !important;
	text-align:center !important;
	padding-top:1em !important;
	max-width:400px;
	font-weight:300;
}

#about h3{
	border-bottom:1px solid #343434;
	margin-left:1em;
}

#about .faqLists li .faqQ .headTxt{
	font-size: 18px;
	font-weight: 400;
	border-bottom:1px solid #343434;
}
#about .faqTxt {
	margin: 0 auto;
	width: 100%;
}
#about .faqLists li {
  line-height: 1.6em;
  margin-bottom:1.6em;
}

#about .faqLists li .faqA{
  width: 100%;
  padding: 15px;
  margin: 10px 0 20px 0;
}

#about .faqLists li .faqA .headTxt{
  font-size: 12x;
  width:20px;
  margin-right: 6px;
}
#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;
}


#about #guide .guide-inner{
	display:flex;
	flex-direction:column;
	justify-contents:center;
	align-items:center;
	max-width:800px;
	background-color:#F4F5EF;
	transform: translateY(-300px);
	margin:0 auto;
	font-size:clamp(12px,3vw,14px);
	font-weight:400;
	line-height:2;
	}

#about #guide h2{
	font-size:34px;
}

#about #guide h3{
	margin-left:0;
	font-size:20px;
	padding:10px 0;
	border-bottom:1px solid #343434;
	margin-bottom:6px;
	}

#guide h4{
	font-weight:700;
	padding:3px 0 0;
	}

#guide h4::before{
	content:"-";
	}

#guide h4::after{
	content:"-";
	}

#guide dl{
	border:1px solid #343434;
	padding:12px;
	}

#guide dt::before{
	content:"●";
}

#guide table{
	margin:0 auto 1em;
	width:clamp(300px,80%,600px);
	border:1px solid #343434;
	border-collapse:collapse;
	border-spacing:2px;
	table-layout:50%,50%;
	text-align:center;
	font-weight:700;

	}

#guide table th{
	background-color:#ccc;
	}



@media only screen and (max-width:880px) { 
	#about .about-inner {
		width: 100%;
	}
	#about .about-img{
		width: 100%;
	}
	#about .aboutInnerText {
		width: 100%;
		padding: 0 5%;
	}
	#about .about-link a{
		padding: 0 5%;
	}
	#about .about-inner .social .inner-conts {
		width: 90%;
	}
	#about .faqTxt {
		width:90%;	
	}
	#about .faqLists li .faqQ .sentTxt,
  #about .faqLists li .faqA .sentTxt{
    width:90%;
}
	#about #guide .guide-inner{
		padding:0 5%;
  }
}

@media screen and (min-width:601px){

	#about .about-inner .about-box{
			font-weight:200;
			font-size:1.25em;
			writing-mode: vertical-rl;
			display:flex;
			flex-direction:column;
			justify-content:space-evenly;
			align-item:center;
	
	}
		
	#about .about-inner .about-box .about-p{
		display:flex;
		flex-direction:row;
		justify-content:flex-start;
		align-items:left;
		margin:0;
		text-align:left !important;
		padding-top: 1em !important;
		line-height:2 !important;
		max-width:none;
		font-weight:400;
		}
	}

	@media screen and (max-width:600px){
		#about .about-box article{
		flex-direction:column;
		flex-wrap:wrap;
		}
	 
		#about .about-box article:nth-child(3){
		flex-direction:column-reverse;
		}
	  }



/*///////////////////////////////////////Footer/////////////*/
#mainFooter {
    padding: 5% 0;
	max-width:none;
    margin: 5% auto 0;
}

#mainFooter a{
	color:#cccccc;
}

#mainFooter .footerInner {
  display: block;
  text-align: center;
  position: relative;
    height: auto;

}
#mainFooter .fLeft,
#mainFooter .fRight{
  width: 50%;
}
#mainFooter .fLeft {
  float: left;
}
#mainFooter .fRight {
  float: right;
}
#mainFooter .fLeftInner {
  position: absolute;
  top: 0;
  left: 0;
}
#mainFooter .fRightInner {
  position: absolute;
  top: 0;
  right: 0;
}
#mainFooter .fRightInner .social .inner-conts{
  margin: 0;
}
#mainFooter .logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: left;
  height: clamp(40px,12.5vw,60px) ;
}
#mainFooter .logo a,
#mainFooter .logo img{
  height: auto;
  max-height: 60px;
  line-height: 60px;
}
#mainFooter .fLeft ul{
  display: inline-block;
}
#mainFooter .fLeft ul li {
  display: inline-block;
  text-align: right;
  font-size: 10px;
  margin-right: 15px;
}
#mainFooter .fLeft ul li:first-child {
  margin-right: 15px;
}


#mainFooter h3{
	border:none;
	margin-left:0;
}

#mainFooter .footerInner{
	display:flex;
	flex-direction:column;
	gap:2.5vh;
	padding-top:2.5vh;
}
.Middle{
	display:flex;
	flex-direction:row;
	gap:2.5vh;
	justify-content:space-evenly;
	background-color:#666666;


}

.social{
	width:100%;
}

.social .inner-conts, #mainFooter .copyright{
	text-align:center;
}

.social .inner-conts{
	padding-top:0 !important;
}

#mainFooter .social ul li img{
	width: auto;
    max-height: 16px;
}

#mainFooter{
	background-color:#666666;
	color:#cccccc;
	font-size:clamp(12px,3vw,14px);
	line-height:1.5;
}
#mainFooter h3{
	font-size:14px;
	font-weight:500;
}

#mainFooter .Bottom{
	display:flex;
	flex-direction:column;
	gap:1em;
	background-color:#666666;

}
#mainFooter ul li{
	background-color:#66666600 !important;
	padding:0.5em ;
}

#mainFooter .footerInner .Left,#mainFooter .footerInner .Right{
	text-align:left;
}

#mainFooter .social {
  margin: 0 40px 0 0;
  border:none;
}
#mainFooter .social .inner-conts ul li {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: #fff;
	padding: 4px;
	border-radius: 2px;
}
#mainFooter .social .inner-conts ul li:last-child {
  margin-right: 0px;
}

#mainFooter #i18 {
  display: inline-block;
  vertical-align: middle;
}

#mainFooter .copyright {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: right;
  margin: 10px 0 0 0;
}

@media only screen and (max-width:1024px) { 
#mainFooter{
  padding: 0;
  margin:0;
}
#mainFooter .footerInner {
    height: auto;
    overflow: hidden;
}
#mainFooter .fLeft,
#mainFooter .fRight{
  width: 100%;
  float: none;
  clear: both;
}
#mainFooter .fLeft {
  margin-bottom: 30px;
}
#mainFooter .fLeftInner,
#mainFooter .fRightInner {
  position: relative;
}
#mainFooter #i18 {
  text-align: center;
    margin: 0 auto 20px;
    display: inline-block;
}
#mainFooter .footerMenu ul {
  position: static;
}
#mainFooter .footerMenu ul li {
  text-align: center;
  margin:0 auto;
}
#mainFooter .social {
  display: block;
  margin: 0 0 30px 0;
}
#mainFooter .logo {
	margin: 20px auto;
    text-align: center;
    display: block;
}
#mainFooter .copyright {
  text-align: center;
  margin: 0 0 30px 0;
}
}



/*///////////////////////////////////////CATEGORY/////////////*/

.categoryTitle01 {
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	margin: 60px 0 0 0;
}
.categoryTitle01  .bar {
	margin: 30px auto;
}
.childCategoryList01 {
	text-align: center;
	margin: 0 auto 60px;
	font-size: 14px;
}
.childCategoryList01 li {
	display: inline-block;
	margin: 10px 30px 10px 0;
}
.childCategoryList01 .childCategoryList01_child a{
	display: inline-block;
}
.childCategoryList01 li:last-child{
	margin:10px 0;
}

/*//////////////カテゴリーページのリストボタン/////////////////*/

	.childCategoryList01.jos.custom__h{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
	width:90%;
	gap:5%;
	margin-bottom:5%;
	}

   .childCategoryList01.jos.custom__h .childCategoryList01_child{
   padding:1em;
   margin-top:1em;
	aspect-ratio:3/2;
	width:100px;
	border:1px solid black;
   font-size:0.75em;
   font-weight:500;
   position:relative;
   }

   .childCategoryList01.jos.custom__h .childCategoryList01_child:hover{
	background-color:#CF5828;
	color:white;
	transform:translate(2px,2px);
	transition-duration:0.2s
   }    

   .childCategoryList01.jos.custom__h .childCategoryList01_child:active{
	background-color:#CF5828;
	color:white;
	transform:translate(2px,2px);
	transition-duration:0.2s
   }    

   .childCategoryList01.jos.custom__h .childCategoryList01_child span{
   position:absolute;
   bottom:5%;
   left:50%;
   transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color:#CF5828;
   }

.breadcrumb {
	width: 100%;
	font-size: 11px;
	padding: 1% 5%;
} 
.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:880px) { 
	.breadcrumb {
		width: 100%;
	}
}

/*///////////////////////////////////////IndexPageSearch/////////////*/

.titleForSearchResult{
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	margin: 60px 0 0 0;
}
.titleForSearchResult  .bar {
	margin: 30px auto 60px;
}


/*///////////////////////////////////////CONTACT/////////////*/
#contact .inquirySection{
	text-align: center;
}
#contact .inquirySection h1{
	font-size: 28px;
	font-weight: 400;
	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 p,
#contact .inquirySection form,
#contact .inquirySection form input[type="submit"] {
}
#contact .inquirySection form dl {
	text-align: left;
	width: 100%;
}
#contact .inquirySection form dl:before,
#contact .inquirySection form dl:after {
  content: "";
  display: table; }

#contact .inquirySection form dl:after {
  clear: both; }

#contact .inquirySection form dl dt {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
#contact .inquirySection form dl dd {
	width: 100%;
	margin: 0;
}
#contact .inquirySection form dl .error {
	margin: 0 0 30px 0;
	padding: 0;
}
#contact .inquirySection form dd input {
    width: 100%;
    border: 1px solid #fff;
    background-color: #eee;
    padding: 10px;
    font-size: 12px;
}
#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;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 0px;
}
#contact #inquiryCompleteSection p{
	margin-bottom: 40px;

}
#contact #inquiryCompleteSection a{
    font-size: 12px;
    width: 320px;
    margin: 60px auto 120px;
    height: 54px;
    line-height: 54px;
}

@media only screen and (max-width:880px) { 
#contact .inquirySection {
	padding: 0 5%;
}
#contact .inquirySection form {
	width: 100%;
	max-width: 100%;
}
#contact  .inquirySection form input[type=submit] {
	width: 100%;
	margin: 20px 0;
}
}

/*///////////////////////////////////////BLOG/////////////*/
.main #about>.blog_inner {
	margin: 0 auto;
	max-width: 720px;
	font-size: 12px;
}
.blog_inner .vimeo{
	width: 100%;
}
.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_body {
	line-height: 2;
	margin: 24px 0;
}
.blogDetail .social ul li {
	display: inline-block;
	width: 24px !important;
	height: 24px !important;
	padding: 4px;
	border-radius: 2px;
	background: #fff;
}
.main #about .read_more{
	background: none !important;
}
.main #about .read_more a {
	margin-top:15px;
	padding: 15px 0;
    text-align: center;
	font-size: 12px;
    font-weight:300 !important;
	background-color:#34343400 !important;
	color:#343434 !important;
	border:1px solid #343434 !important;
	box-shadow: 3px 5px 5px #cccccc66;
}
.main #about .read_more a:hover{
	background-color:#CF5828 !important;
	color:white;
	transform:translate(2px,2px);
	transition-duration:0.2s
   }    
.main #about .read_more a:active{
	background-color:#CF5828 !important;
	color:white;
	transform:translate(2px,2px);
	transition-duration:0.2s
   }    


.main #about>.blog_inner {
	border: none !important;
}
.main #about>.blog_inner .blog_contents .read_more{
	bottom: -20px !important;
	padding-top: 0 !important;
}
.main #about .blog_inner .social{
	padding: 15px 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display:none;
}
.embRspn {
    position: absolute; 
    top:0; left:0; 
    width:100%; height:100%;
}
/*///ブログリストページ////*/
.main #about.blogListMain .blog_publish {
    margin:0 0 20px !important;
    text-align:right !important;
}

.main #about.blogListMain .blog_publish .publish_date {
    font-size: 16px !important; 
}
/*///ブログ展開ページ////*/
.main #about.blogDetail .blog_publish {
    margin: 10px 0 40px;
    text-align:right !important;
}

#about .publish_date {
    display:inline-block;
    padding:0 10px;
    text-align:right;
    font-size: 16px !important;
    font-weight:200;
    margin: 10px 0;
    background-color:#434343;
    color:#F4F5EF;
    line-height:1.2;
}

.main #about .blog_body h3 {
    font-size: 1.5em;
    font-weight: 400 !important;
}

.main #about .blog_body pre,
.main #about .blog_body span{
	background-image: none;
	background: #F4F5EF !important;
	font-size: 12px;
	font-family: "Jost", "全角ゴシック新", "Zen Kaku Gothic New", sans-serif !important;


}


@media only screen and (max-width:880px) { 
.main #about>.blog_inner {
	margin: 0 5%;
}
.main #about.blogDetail .blog_title h2,
.main #about.blogListMain h2,
.main #about .blog_body h2 {
	font-size: 22px;
    font-weight:400;
}
}


/*///////////////////////////////////////コミュニティApp/////////////*/
#community .communityTitle{
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	margin: 60px 0;
}
#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 .communityPrice h3 {
	margin: 0 0 1em 0;
}
.communityMain .communityItems .communityItem .communityItemTitle {
	margin-bottom: 10px !important;
	 max-height: initial !important;
}
.communityMain .communityItems .communityItem .communityItemMetaSub {
	margin-top: 15px !important;
}
.purchaseButton .buttonPayid {
  width: 100%;
  height: auto !important;
  text-decoration: none;
  color: #fff !important;
  background-color: #0063f0c !important;
}
.communityBox .communityModal {
  overflow: auto;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  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 .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;
}
#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;
}
}

/*///////////////////////////////////////Membership/////////////*/
#membership{
 	max-width: 960px;
}
.membership .mypage .content .definition-description {
	margin-left:0;
}
.membership .mypage .content .bar {
	width: 100% !important;
	margin: 0 !important;
}
.membership .guide .register .description-link,
.membership .guide .register .login-link {
	color:#000 !important;
}
.membership .mypage .logout,
.membership .mypage .leave-wrapper .leave {
	background: transparent !important;
}
.membership .mypage .content .definition-description .edit {
	border: none !important;
}
.membership .register a,
.membership .register-description a,
.attention a,
.membershipPoint__attention a{
 	display: inline-block;
}

.membershipPoint__amountWrapper {
	margin: 30px 0 !important;
}

@media only screen and (max-width:768px) { 
#membership {
  padding: 5% !important;
}
.membership .guide .img-wrapper .img {
	height: auto !important;
}
}


/*///////////////////////////////////////PRIVACY, LAW/////////////*/

#law, #privacy {
    width: 100% !important;
    padding: 5% !important;
    font-family: inherit !important;s
}

#law h3, #privacy h3{
	margin: 40px 0 5px !important;
}
.law_anchor {
	display: inline;
}

/*///////////////////////////////////////お知らせバナー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;
}


/*///////////////////////////////////////メールマガジンApp/////////////*/
.mailMagApp {
	max-width: 620px;
    width: 100%;
    margin: 5% auto 0;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
	background-color: #F4F5EF !important;
}
.mailMagApp h4{
	font-size: 14px;
	margin: 0 0 14px 0;
	color: #434343;
}
.mailMagApp p{
	font-size: 12px;
	margin: 0 0 24px 0;
}
.mailMagazineSubscribe_input {
    max-width: 240px;
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 12px;
	background-color: #F4F5EF;
	border: 1px solid #F4F5EF;
	border-bottom: 1px solid #434343;
    margin: 0 !important;
	font-family: "Jost", "全角ゴシック新", "Zen Kaku Gothic New", sans-serif !important;
	font-size:12px;

}
.mailMagazineSubscribe_submit {
    width: 95px;
    height: 40px;
    border-radius: 0;
	background-color: #F4F5EF !important;
    border: 1px solid #CF5828;
	font-family: "Jost", "全角ゴシック新", "Zen Kaku Gothic New", sans-serif !important;
	letter-spacing: 5;
	font-size:12px;
	color: #434343 !important;
    box-shadow: 3px 5px 5px #cccccc66;
}

.mailMagazineSubscribe_submit:hover{
    background-color: #CF5828 !important;
    color: white !important;
    transform: translate(2px, 2px);
    transition-duration: 0.2s;
}


.mailMagazineSubscribe_confirm {
	font-size: 12px;
}
@media only screen and (max-width:880px) { 
.mailMagApp {
	max-width: 90%;
	 margin: 0 auto 5%;
   padding: 10% 5%;
}
.mailMagazineSubscribe_input {
    max-width: 75%;
}
.mailMagazineSubscribe_submit {
    width: 20%;
}
}

/*///////////////////////////////////////商品読み込みボタン/////////////*/
#moreItems {
	max-width: 400px;
  margin: 0 auto 5%;
  clear: both;
}

