/* CSS Document 
 Name:BASE Template:ZAKKA STORE
 Version: 12.00 (2023.11)           
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
	background-color: #f9f9f9;
	color: #333333;
    position: relative;
    line-height: 1.6em;
}

a:link { text-decoration:none; color: #666;}
a:visited { text-decoration:none; color: #666;}
a:active { text-decoration:none; color: #666;}
a:hover { text-decoration: none; color: #666;}

li{
    list-style: none;
}

p {
    line-height: 1.6em;

}

.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
}
h1 {
    /*font-size: 28px;*/
    font-size:2.5em;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.8;
}

h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
h2,h3{
    margin: 10px 0;
}
/*---------------------------------
	FORMS
-----------------------------------*/
form{
padding:0;
margin:20px 0;
}

label{
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

label.inline{
	display:inline;
	margin:0;
}
	
label span{
	color:#999;
	font-size:0.9em;
}

label span.right{
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
}

label.disabled{
	color:#ccc;
}

input{
	display:block;
	width:97%;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	font-size:1em;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	color:#999!important;
	vertical-align:middle;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder{
	color:#bbb;
	vertical-align:middle;
	}
	
input::-moz-focus-inner {border:0;}

input[type="text"]:focus {
  outline: none;
  border: 2px solid #87cefa;
}


input[type="text"] {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 3rem;
  box-sizing: border-box;
  color:#999!important;
}

input[disabled="disabled"], input.disabled{
	color:#999!important;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
}

input.checkbox,
input[type="checkbox"]{
	display:inline;
	width:auto;
	margin:0 0 10px 0;
	padding:0;
	border:0;
}

input.radio,
input[type="radio"]{
	display:inline;
	width:auto;
	margin:0 0 10px 0;
	padding:0;
	border:0;
}

input.file,
input[type="file"]{
	font-size:0.8em;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
/*ä¸€æ—¦ã‚»ãƒ¬ã‚¯ãƒˆè¦ç´ ã‚’ãƒªã‚»ãƒƒãƒˆã—ã¾ã™*/
/*select{
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	width:97%!important;
	height:auto;
	line-height:3em;
	margin-bottom:1em;
	font-size:16px;
	padding:0px 10px!important;
	border: 1px solid #ccc;
	border-radius:  4px;
	background-color: #fff;
	box-shadow: none;
	cursor: pointer;
}

select:focus {
  outline: none;
  border-color: #888;
  box-shadow: 0 0 3px #888;
}*/

textarea{
	width:97%;
	height:200px;
	margin:0 0 20px 0;
	border:1px solid #ccc;
	padding:5px;
	font-family:inherit;
	font-size:0.9em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0px 0px 6px #ccc;
	-webkit-box-shadow:inset 0px 1px 6px #ccc;
	box-shadow:inset 0px 1px 6px #ccc;
}

/*Add--2023*/
input, select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

/*---------------------------------
	button
-----------------------------------*/
button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
position:relative;
top:0;
left:0;
margin:10px 2px 0px 0;
padding: 20px 30px;
line-height:100%;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
cursor: pointer;
width:100%;
overflow:visible;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
color:#666!important;
text-decoration:none;
vertical-align: middle;
box-sizing: border-box;
display:inline-block;
*display:inline;/*IE ONLY*/
zoom:1;
border:3px solid #ccc;
}
	a.btn{}/*overrides*/
	button.small, a.btn.small{font-size:0.8em;padding:10px 15px; width:auto; border:2px solid #ccc;}
	button.medium, a.btn.medium{}/*default*/
	button.large, a.btn.large{font-size:1.3em;padding:15px 25px;}
	button.disabled{color:#ccc;cursor:default;background:#efefef;}
	button.disabled:hover{border:1px solid #ccc;background:#efefef;}
	
	button:hover,
	a.btn:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover{
	color: #ffffff;
	}
	
	button img,
	a.btn img,
	input[type="submit"] img,
	input[type="reset"] img,
	input[type="button"] img{
	display:inline;
	margin:0;
	vertical-align: middle;
	margin:-10px 10px -5px -5px;
	padding:0;
	}
	
	.small img{margin:-3px 5px -3px -3px;}
	.medium img{margin:-10px 10px -5px -5px;}
	.large img{margin:-10px 10px -10px -10px;}
	.icon-only{padding:7px 10px;}
	.icon-only img{margin:0;display:block;padding:0;}
/*Add*/

input[type="text"]{
	width:98%!important;
	height:auto;
	line-height:2em;
	margin-bottom:0.5em;
	font-size:0.9em!important;
	padding:10px!important;
	color:#666;
}

button[type="submit"]:disabled {
	background: #ffffff;
	color: #696969!important;
	border: 1px solid #696969;
	text-decoration: line-through!important;
	}


/*---------------------------------
	headerFixed
-----------------------------------*/
.headerFixed{
    height: 50px;
    left: 0;
    line-height: 45px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 5px 100px 5px 50px!important;
    font-size:0.9em;
    line-height:1;
    display: grid;
	place-items: center;
}
#baseMenu{
    position: absolute;
    top: 0;
    right: 5px;
}
#baseMenu a{
    line-height: 34px;
}
#baseMenu img{
    height: 40px;
    padding: 11px;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin:5px!important;
}
#baseMenu ul{
    display: table;
}
#baseMenu ul li{
    display: table-cell;
    height: 38px;
}
#baseMenu .base{}
/*---------------------------------
	mainContent
-----------------------------------*/
.mainContent{
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    /*padding-bottom: 40px;*/
}

/*---------------------------------
	header
-----------------------------------*/
.header{
    margin-top: 65px;
    color: #444;
    text-align: center;
}
.headerWrapper{
    margin: 0 10px;
}
 
.header__title a{
    color: #444;
    text-decoration: none;
}
.header__description{
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.header__title img {
    max-width: 100%;
    max-height 100%;
    padding-top: 20px;
}
/*---------------------------------
	footer
-----------------------------------*/
#footer{
	display: inline-block;
	margin-top:50px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-top: 1px solid #cccccc;
}
footer{
  width:100%;  
  overflow:hidden;
  position:relative;
  z-index:0;
  box-sizing: border-box;
}

.footer-margin{
  width:1280px;
  margin: 30px auto;
  line-height: 50px;
  text-align:center;
} 

.footerMenu ul li {
    font-size: 14px;
    margin: 10px;
    display: inline-block;
}

.copyright{
  color: #686868;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100%;
  text-align:center;
}

.social-footer{
  color: #686868;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  text-align:center;
  float: left;
  padding-top:20px;
  padding-bottom:20px;
  border-top: 1px solid #ccc;
}

.social-footer a{
  font-size:15px;
  color:black;
  padding: 20px 0;
}

.social-footer a:hover{
  color:#c3c3c3;
}
.footerLogo {
    font-size: 42px!important;
    line-height: 1.2;
    padding: 20px;
}

.footerLogo img {
	max-width: 80%;
	max-height:80%;
	}
.fotterCategory h2 {
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 10px;
}	
.fotterCategory li {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    margin: 10px;
    display: block;
    line-height: 1.4;
    border-top: 1px solid #ccc;
}
.fotterCategory ul{ 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.fotterCategory li{ 
    display: inline; 
    padding: 0; 
    margin: 0; 
}
.fotterCategory li a{
    display: block; 
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #c1c1c1;
    background-color: #EEEEEE;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    width: 100%; 
    margin: 0px;
    text-align: center;
    font-size: 16px;
}

/*---------------------------------
	main 
-----------------------------------*/
.main{
    margin-top: 15px;
}
.mainWrapper{
    margin: 0 10px 40px;
}
.hero-image{
  position:relative; 
  width:100%; 
  top:0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
} 
.news dl {
  width: 100%;
  line-height: 1.8;
}
.news dt {
  float:left;
}
.news dd {
  margin-left: 110px;
}

/*---------------------------------
	breadcrumb
-----------------------------------*/
.breadcrumb li{
    display: inline;
    padding-left: 2px;
}
.breadcrumb li::before {
content: '\00bb'; /* li youso no mae ni >> kigou wo tsuika */
    padding-right:5px;
}
.breadcrumb li:first-child:before {
content: ''; /* saisho no li youso kara >> kigou wo kwsu */
}

/*---------------------------------
	item
-----------------------------------*/
.item{
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 25px;
    padding: 15px;
    position: relative;
    /*box-shadow*/
    box-shadow:0 0 3px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 3px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow:0 0 3px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.item__image{
    width:100%;
}

#itemIndex .item__image {
  object-fit: cover;
  object-position: 50% 50%; /* shoki-chi(chu-oh) */
  max-width: 400px;
  max-height: 300px!important;
}


#itemIndex:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.item__subImage img{
    object-fit: cover;
    object-position: 50% 50%; /* shoki-chi(chu-oh) */
    width: 90%;
    height: 80px;
    margin: 5px 0px 0px;
    
}
.item__title{
    font-size: 0.9em!important;
    color: #333;
	height: 1.8em;
}

.item__title2{
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    line-height:1.4em!important;
	border-bottom: 3px solid #666;
	padding: 10px 0px 5px!important;
}

.item__price{
    font-weight: bold;
    font-size: 1.1em;
    height: 1em;
}
.item__box {
    position: relative;
}

.item__price__caption{
    font-weight: bold;
    font-size: 0.95em;
    height: 1.8em;
    color: #ffffff;
    z-index: 0;
    position: absolute;
    bottom: 30px;
    left: 8px;
}
.item__price__caption_bg {
    opacity:0.9;
    padding:5px 15px 3px;
    margin-left:-8px;
}

.item__price2{
    font-weight: bold;
    font-size: 2.0em;
    height: 2em;
    text-align: right;
    padding-top: 10px;
}
.item__price3{
    font-size: 1.2em;
    height: 2em;
    text-align:right;
    padding-top: 10px;
}
.item__discount {
    border:1px solid; 
    color:#cc0000; 
    padding:2px; 
    margin:5px 0px;
}

.item__discount__top{
    color: #FFFFFF;
    background-color: #c40404;
    border: none;
    font-size: 0.8em;
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding:3px 5px;
    margin-left: 0px;
    opacity: 0.8;
}
.itemOption__caption {
	font-size:0.85em;
	padding:5px;
	line-height:1.5;
	color:#666;
	}


.item__properprice {
    text-decoration: line-through;
}
.cover {
    bottom:0;
    left:0;
    right:0;
    top:0;
    z-index:1;
}

.cover--absolute{
    position: absolute;
}
.soldout {
    color: #FFFFFF;
    background-color: #c40404;
    padding:5px 50px 3px;
    margin-bottom: 20px!important;
    opacity: 0.8;
}

.soldout__caption {
    color: #FFFFFF;
    background-color: #c40404;
    position: absolute;
    top: 20px;
    right: 0px;
    padding:3px 40px;
    opacity: 0.8;
}

.itemDescription p {
    font-size: 0.9em;
    color: #666;
    margin: 10px;
}
.label_image {
    z-index: 1!important;
}
.itembanner img {
    width: 100%;
    text-align: center;
}
#report {
    width:40%;
    margin: 10px 0px 10px auto;
    padding: 5px 20px;
}

.review01 {
    margin-top:-50px!important;
}
#review_show_all,
#review_show_good,
#review_show_normal,
#review_show_bad{
    display:none!important;
    padding-top:5px;
}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.RelatedItems_img {
    width:100%; 
    height:250px; 
    object-fit:cover; 
    object-position: 50% 50%;
}

/*201902-06 Add----------*/
.waitingForSale {
    text-align:center;
    margin-top:10px;
    padding:10px 20px;
    font-size:0.85em;
    border-radius: 4px;
}
.endOfSale {
    text-align:center;
    margin-top:10px;
    padding:10px 20px;
    font-size:0.85em;
    border-radius: 4px;
}
.yoyaku {
	text-align:center;
    margin-top:10px;
    padding:10px 20px;
    font-size:0.85em;
    border-radius: 4px;
}

.kaiin-gentei {
	background-color: orange;
	text-align:center;
    margin-top:10px;
    padding:10px 20px;
    font-size:0.85em;
    border-radius: 4px;
    color:#fff!important;
}

.salesPeriod--term,
.salesPeriod--willStart,
.salesPeriod--finish,
.preOrder__label,
.preOrder__data {
    font-size:14px!important;
    font-weight:bold!important;
    width:100%!important;
    margin:0px auto!important;
    text-align:left!important;
    padding-left:10px;
}

.preOrder__label{
    margin-bottom:-10px!important;
}

.preOrder__data {
	padding-left:0px!important;
}

.purchaseButton__btn{
    border:1px solid #ccc;
    display:block;
    /*width:98%;*/
    background-color: {color:buttonColor};
    color: {color:buttonTextColor}!important;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 20px;
    text-align:center;
    }
.purchaseButton__btn:hover{
	border:1px solid #ccc;
	background-color: {color:buttonHoverColor};
	color: {color:buttonTextColor}!important;
	}


/*---------------------------------
	preview 
-----------------------------------*/
.preview{
}
.preview__content{
    cursor: pointer;
    vertical-align: middle;
    width:20%;
    float: left;
}
/*---------------------------------
	Top Slider
-----------------------------------*/
/*Slide yoko kahen*/
.fade img {
width:100%!important;
max-width: 100%!important;
height: auto;
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '.';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

	
/*Add---------------------------------*/
.appsItemDetailCustomTag_slider ul {
	position:absolute;
	top:0!important;
	margin-top:-10px!important;
	z-index:1!important;
	}

.appsItemDetailCustomTag_slider .slick-dots li button:before{
	font-size:40px!important;
	width:20px!important;
	padding:0;
	margin:0;
	}

.appsItemDetailCustomTag_slider {
	padding:20px 0!important;
}


/*---------------------------------
	fixedTop
-----------------------------------*/
#fixedTop {
	right: 10px;
	bottom: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
/*---------------------------------
	app #i18
-----------------------------------*/
#i18 .currency:before,
#i18 .lang:before {
	background: #fff;
    top: 12px;
    width: 10px;
    height: 7px;
    right: 13px;
}
#i18 .lang {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
#i18 .lang:before {
    background-size: 10px 7px;
    position: absolute;
}

#i18 .currency {
    float: left;
    position: relative;
}
#i18 .currency:before {
    background-size: 10px 7px;
    position: absolute;
}
#i18 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 11px;
    line-height: 18px;
    min-width: inherit;
    padding: 5px 25px 5px 10px;
    vertical-align: middle;
}
/*---------------------------------
	sharebtn
-----------------------------------*/
.sharebtn {
    margin: 40px 0 0;
    font-size: 0.85em;
    clear: both;
    line-height: 0;
}
.sharebtn li {
    float: right;
}
.sharebtn li.twitter {
    margin-left: 5px;
}

.sharebtn li.fb-like{
    margin-left: 5px;
}
.sharebtn li.embed {
    padding-top: 5px;
    float: none;
    clear: both;
    text-align: right;
}

#report {
    color: #468847;
    font-size: 14px;
    background-color: #efefef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width:40%;
    margin: 10px 0px 10px auto;
    padding: 5px 20px;
    text-align: center;
}

/*---------------------------------
	GRID/COLUMNS
 & Columns : 12 
 & Gutter %: 20% 
 & MinWidth: 960px
 & MaxWidth: 1280px	
-----------------------------------*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1280px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4a  { width: 30.666666666667%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

.col_1,
.col_2,
.col_3,
.col_4,
.col_4a,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:8px;
margin-bottom:8px;
float: left;
display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

.col_4:nth-child(3n+1) {
  clear: both;
}

/*---------------------------------
	Main navigation
	Hamburger
-----------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 1.5rem;
  padding: 10px;
  padding-top: 10px;
  padding-right: .75rem;
  padding-bottom: 10px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 0.75em;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 0.75em;
  color: #000;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 3px;
}
.drawer-brand img{
    max-width: 180px;
    margin-top: 10px;
}
/* drawer-menu */ 
ul.drawer-menu li.drawer-dropdown:hover > ul.drawer-dropdown-menu {
    display: block;    
}


.drawer-menu {
	height:90%!important;
	overflow: auto!important;
	-webkit-overflow-scrolling: touch!important;
	margin-bottom:20px!important;
	padding-left:5px;
	}
.drawer-menu-item {
    font-size: 0.85rem!important;
    display: block!important;
    padding: .50rem!important;
	}
.drawer-dropdown-menu-item {
	font-size: 0.85rem!important;
	line-height: 1.50rem!important;
	}
/*---------------------------------
	blog
-----------------------------------*/
.blogListMain .blog_inner {
    width: 31.666666666667%;
    margin-left: 0.83333333333333%;
    margin-right: 0.83333333333333%;
    margin-top:8px;
    margin-bottom:8px;
    float: left;
    display: block;
}
    
.blogDetail .blog_inner {
    width: 98.333333333333%;
}
#about .blogListMain {
	display: flex;
	justify-content: space-between;
	align-items: center!important;
	flex-wrap: wrap;	
}
.blogListMain .blog_inner {
	display:block;
    width:31%;
    height:660px!important;
}
/*---------------------------------
	youtube
-----------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*---------------------------------
	Modal
-----------------------------------*/
/*salesPeriodModal*/
	.purchaseButtonModal__submit{
	padding:10px!important;
	}
	.purchaseButtonModal__closeIcon,
	.takeoutModal__closeIcon{
    margin-left:40px!important;
	margin-top: 10px!important;
	}	

/*---------------------------------
	Other Add(2021.10)
-----------------------------------*/
/* msg_postBox */ 
.msg_postBox__submit {
    width:80px!important;
    text-align:center;
    padding:0 10px 10px!important;
}

/*msg_postBox__control--------------*/
.msg_postBox__control__submit {
	padding:0px 10px;
	margin-bottom:0px;
	font-size:0.9rem;
	}
	
.msg_smsAuth__formArea .x_address{
	width:80%!important;
	height:auto;
	color:#666!important;
	padding:5px;
	margin:0;
	}
	
.msg_smsAuth__formArea .x_submit {
	width:20%!important;
	height:auto;
	color:#666!important;
	padding:5px;
	margin:0;
	}	
	
.msg_smsAuth__selectDialog .section-name {
	width:20%;
	float:left;
	}
	
.msg_postBox__control__textArea textarea {
	color:#666;
	}

	
/*appsItemDetailCustomTag------------------*/
	#appsItemDetailCustom,
	.appsItemDetailCustomTag_image,
	.appsItemDetailCustomTag_slider,
	.baseCarousel__image{
	width:100%!important;
	}
	.appsItemDetailCustomTag_heading {
	font-size:1.4em;
	}
	
	/* --YouTube Size-- */
	.appsItemDetailCustomTag_youtube,
	.appsItemDetailCustomTag_vimeo{
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	}

	.appsItemDetailCustomTag_youtube iframe,
	.appsItemDetailCustomTag_vimeo iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

	.baseCarouselItem img {
	width: 100%;  
	height: 100%; 
	object-fit: cover; /* Image trimming */
	}


/*---------------------------------
	responsive
-----------------------------------*/
@media screen and (max-width:780px) {
	.headerFixed{
        font-size:0.85em;
        line-height:1;
        padding: 5px 75px 5px 36px;
        text-align: left;
    }
    
    .soldout__caption {
    color: #FFFFFF;
    background-color: #c40404;
    position: absolute;
    top: 20px;
    right: 0px;
    padding:3px 20px;
    opacity: 0.8;
    }
    
	.item__title{
    font-size: 0.9em;
    }
    .item__title2{
    font-size: 1.2em;
    font-weight: bold;
    line-height:2.0!important;
    }
	
	.item__price2{
    font-weight: bold;
    font-size: 1.4em;
    text-align:right!important;
    line-height:1.2!important;
    padding-bottom:40px!important;
    }
	
	.item__price__caption {
    font-size:0.7em!important;
    bottom: 25px!important;
    line-height:1.6;
    }
	
	#itemIndex .item__image {
	height: 140px!important;
	}

}
/*-----------------------------------------*/
@media screen and (min-width:480px) and (max-width:599px) {
	.col_4a,.col_4,.col_6 { width: 98.333333333333%!important; }
	
	#itemIndex .item__image {
	max-width: 599px!important;
	height: 600px!important;
	object-fit: cover;
    object-position: 50% 50%; /* shoki-chi(chu-oh) */
	}
	.item__price__caption {
    font-size:1.4em!important;
    bottom: 25px!important;
    line-height:2;
    }

}
/*-----------------------------------------*/
@media screen and (max-width:480px) {
	.news dl {
  	width:100%;
  	line-height: 1.4;
	}
	.news dt {
  	float:left;
  	padding-bottom: 5px;
	}
	.news dd {
  	padding-bottom: 5px;
	}
	
    .headerFixed{
    height: 55px;
    font-size:0.65em;
    /*line-height:1;*/
    padding: 8px 90px 10px 45px;
    display: grid;
	place-items: center;
    }
    
    .headerFixed .text{
    display: -webkit-box!important;
    -webkit-line-clamp: 3!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    /*forIE*/
    line-height: 1.2em;
    max-height: 4.5em;
    }
    
    .header__title {
        margin: 40px auto -10px;
        font-size:30px!important;
        line-height:1em;
    }
    .drawer-brand{
        line-height:1.2em;
        margin: 10px auto;
        font-weight: none;
    }

    .footerMenu ul li {
    font-size: 16px;
    margin: 10px;
    padding: 8px 0px;
    display: block; 
    }
    
    .footerLogo {
        font-size:30px!important;
        line-height:1em;
    }

    .col_4a,.col_4,.col_6 { width: 98.333333333333%; }

    .item__title{
    font-size: 0.85em;
    font-weight: bold;
    }
    .item__price{
    font-weight: bold;
    font-size: 1.2em;
    line-height:1.8!important;
    }
    .item__price__caption {
    font-size:1.4em!important;
    bottom: 25px!important;
    line-height:2;
    }
    .item__title2{
    font-size: 1.1em;
    font-weight: bold;
    }
    .item__price2{
    font-weight: bold;
    font-size: 1.2em;
    text-align:right!important;
    line-height:1.1!important;
    padding-bottom:40px!important;
    }
    
    .blogListMain .blog_inner {
    /*width: 98.333333333333%;*/
    display:block;
  	width:94%!important;
	height:600px!important;
	padding-bottom:10px;
    }
	
	.item__subImage img{
    object-fit: cover;
    object-position: 50% 50%; /* shoki-chi(chu-oh) */
    width: 90%;
    height: 50px;
    margin: 5px 0px 0px;
	}
	
	#itemIndex .item__image {
	height: 280px!important;
	}

	#baseMenu img{
    height: 32px;
    padding: 8px;
    background: #ffffff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top:10px!important;
}

	.copyright {
	padding-bottom:30px;
	}
}

/*communityContent  (2021-2023Add) ------------------*/

	.communityLabel{
	background-color: orange;
    color: #fff!important;
	margin-top:10px;
    padding:10px 20px;
    font-size:0.85em;
	text-align: center;
	border-radius: 4px;
	}
	.communityMain .communityContent {
	background-color: #fff!important;
	}
	
	/*.communityLabel .communityLabel__title,
	.communityLabel .communityLabel__note{
	color: #fff!important;
	}
	
	.communityContent{
	background-color: #fff;
	width:100%!important;
	}*/
	

	/*.communityMain .communityItems .communityItem .communityItemTitle {
    margin-top: 0px!important;
    max-height: 80px!important;
    overflow: auto;
    width: 276px;
    width: 260px!important;
    margin-bottom: 0px!important;
	}*/

	/*.purchaseButtonModal__submit{
	padding:10px!important;
	}
	.purchaseButtonModal__closeIcon {
    margin-left:40px!important;
	}*/

	.communityMain .communityItems .communityItem .communityLabelImage {
    position: absolute;
    top: 20px!important;
    left: -10px;
    height: 50px;
    width: 50px;
	}
	
@media screen and (max-width:480px) {
	.communityTitle{
	font-size:18px!important;
	}
	
	.communityMain {
	display: block;
	width:100%!important;
	margin:10px auto;
	}
	
	.communityMain .communityContent {
	display: block!important;
  width:100wv;
  margin:0!important;
  padding: 0!important;
	}
	
	.communityMain .communityOverview{
	display: block!important;
  margin:0!important;
  padding: 0!important;
	width:100%!important;
	font-size: 12px;
	}
	.communityMain .communityNav {
	display: block!important;
  margin:0!important;
  padding: 0!important;
	width:100%!important;
	}
	
	.communityMain #limitedItem,
	.communityMain #limitedUrl{
	width:100%!important;
	margin: 0 auto!important;
	align-items: center!important;
	}
	
	.communityMain .communityModalText{
	font-size: 16px;
	}
	/*2023Add for sp----*/
	.communityItems .communityItem:nth-child(3n+1){
	margin-left:18px!important;
	}
	
	.communityMain #productsLimitedUrl .urlBox {
	width: 368px!important;
	}
}
/*communityContent  (2023Add) ------------------*/

.communityItem .communityItemLabel.comingSoon{
    text-align:center;
    margin-top:10px;
    padding:3px 10px;
    font-size:0.7em;
    font-weight: bold;
    border: 1px solid #0fafaa;
    border-radius: 3px;
} 

.communityMain {
	margin-top:-80px;
	width:100%!important;
}
.communityContent{
	width:100%!important;
	margin: 0 auto;
}
#productsLimitedItem {
	background-color: #fff;
	width:100%!important;
	padding:2px;
	}

/*Add 20230825-----*/
.communityMain .communityItems .communityItem .communityImageContainer img {
	object-fit: cover;
}


/*membership  (2023Add) ------------------*/

#membership .heading-wrapper button {
	background-color: #1c1c1c;
	border-radius: 10px;
	color: #fff;
	text-decoration: none!important;
	font-size:0.8em;
	width:150px;
}

#membership .leave-wrapper button {
	background-color: #1c1c1c;
	border-radius: 10px;
	color: #fff;
	text-decoration: none!important;
}
#membership #leave-modal {
	width:90%;
}

/*Add 20231103-----*/
.itemOption__caption--error,
.itemOption__count--error{
	color:#dc143c;
	font-weight: bold;
	}
#salesPeriodModal .salesPeriodModal__closeIcon {
    padding-left:40px!important;
}

.bg-white {
	background-color: #ffffff;
	padding:15px;
	margin-bottom:20px!important;
	}
/*Add 20230815 --------------*/
.informationBanner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top:-13px;
  }
.informationBanner .informationBannerClose,
.informationBanner .informationBannerArrow{
  width:15%;
  margin-top:0;
  }
.informationBanner .informationBannerContainer{
  width:100%;
  }
.informationBanner button:hover{
  background-color:transparent;
}

.header__title img {
  padding-top: 20px;
}
.communityMain {
  padding:0!important;
  margin:0!important;
  }
.communityLabel p {
  color:#fff!important;
  }

@media screen and (max-width:600px) {
	.header__title img {
  padding-top: 0px;
  margin-top:-30px;
}
  
}	
