/* //////////////////////////////////////////////////////////
/
/	BACE
/
////////////////////////////////////////////////////////// */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	color: #444;
	background-color: #f6f6f6;
	font-family: "Lucida Sans Unicode", "LucidaGrande", Verdana, Sans-serif;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 1px;
	overflow-x: hidden ;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
	height:auto;
}
form {
	margin:0;
}
/* リンク */
a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:link {
	color:#444;
	text-decoration: none;
}
a:visited {
	color:#444;
	text-decoration: underline;
}
a:hover {
	color:#009898;
	text-decoration: none;
}
a:active {
	color:#009898;
	text-decoration: none;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=6);
  -ms-filter: "alpha(opacity=60)";
}
img {
	transition: all .3s;
    -o-transition: all .3s;
    -ie-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
select, button, textarea{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
}
/* //////////////////////////////////////////////////////////
/
/	wrapper
/
////////////////////////////////////////////////////////// */
#wrapper img{
	width:100%;
}
/* //////////////////////////////////////////////////////////
/
/	RESPONSIVE width
/
////////////////////////////////////////////////////////// */
/* 
画面の横幅が1240px以上
-------------------------------------- */
@media screen and (min-width: 1600px){
.innerbox {
    width:1400px;
    margin: 0px auto;
}
}
/* 
画面の横幅が1240px以上
-------------------------------------- */
@media screen and (max-width: 1600px){
.innerbox {
    width:1170px;
    margin: 0px auto;
}
}
/* 
画面の横幅が1440px以上
-------------------------------------- */
@media screen and (max-width: 1440px){
.innerbox-s {
    width:960px;
    margin: 0px auto;
}
}
/* 
画面の横幅が1240pxまで
-------------------------------------- */
@media screen and (max-width: 1240px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerbox {
    width:960px;
    margin: 0px auto;
}
}
/* 
画面の横幅が980pxまで
-------------------------------------- */
@media screen and (max-width: 980px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerbox {
	width:720px;
}
}
/* 
画面の横幅が740pxまで
-------------------------------------- */
@media screen and (max-width: 740px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.innerbox {
	width: 92%;
}
}
/* //////////////////////////////////////////////////////////
/
/	HEADER
/
////////////////////////////////////////////////////////// */
header {
	background: #444;
}
.header-wrap {
	overflow: hidden;
	padding: 10px 0px;
}
/* ----------------------------
	LOGO
------------------------------- */
.logo {
	float: left;
	width: 30%;
}
.logo img{
	width:220px !important;
	padding: 20px 0px 5px;
	height:auto;
}
/* ----------------------------
	TOP MENU
------------------------------- */
.top-menu {
	float: right;
	width: 70%;
	font-size: 90%;
}
.top-menu ul{
	float: right;
	overflow: hidden;
}
.top-menu ul li{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 2px 6px;
	background: #eee;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-menu ul li a{
	color: #444;
}
.top-menu ul li:hover{
	background: #ccc;
}
.top-menu ul li i{
	margin: 0px 3px 0px 0px;
}
/* ----------------------------
	NAVIGATION
------------------------------- */
@media screen and (min-width:961px){
/* メニュー固定 */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #444;
}
/* nav */
nav {
	position: relative;
}
.menu {
	position: relative;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.menu > li {
	float: left;
	width: 12.5%;
	height: 50px;
	line-height: 50px;
	background: #444;
}
.menu > li a {
	display: block;
	color: #fff;
}
.menu > li a:hover {
	color: #fff;
}
.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover,
.menu__megalist:hover {
  background: #555553;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.menu__second-level li {
  border-top: 1px solid #777;
}
.menu__second-level li a{
  text-align: left;
  padding-left: 10px;
  font-size: 85%;
}
.menu__third-level li {
  border-top: 1px solid #666;
}
.menu__second-level li a:hover {
  background: #333;
}
.menu__third-level li a:hover {
  background: #333;
}
.menu__fourth-level li a:hover {
  background: #333;
}
/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu:before,
.menu:after {
  content: "";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
/* ======[multi-menu]====== */
.menu > .menu__multi {
  position: relative;
}
.menu__multi .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #555553;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.menu__multi:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.menu__multi .menu__second-level li {
  position: relative;
}
.menu__multi .menu__second-level li:hover {
  background: #111;
}
.menu__multi .menu__second-level li .menu__third-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #444;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__multi .menu__second-level li:hover .menu__third-level {
  visibility: visible;
  opacity: 1;
}
.menu__multi .menu__second-level li .menu__third-level li {
  position: relative;
}
.menu__multi .menu__second-level li .menu__third-level li:hover {
  background: #555;
}
.menu__multi .menu__second-level li .menu__third-level li .menu__fourth-level {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100%;
  background: #2a1f1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__multi .menu__second-level li .menu__third-level li:hover .menu__fourth-level {
  visibility: visible;
  opacity: 1;
}
/* 右矢印 */
.init-right:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ======[mega-menu-5clm]====== */
.menu__mega .menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #555553;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.menu__mega:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.menu__mega .menu__second-level > li {
  float: left;
  width: 20%;
  border: none;
}
.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0;
}
/* ======[megalist-menu-5clm]====== */
.menu__megalist .menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #555;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.menu__megalist .menu__second-level li h3{
	height: auto;
	line-height: 1.7;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #777;
	font-size: 110%;
}
.menu__megalist .menu__second-level li h3 a:hover{
	background: #555;
  	pointer-events:none; 
}
.menu__megalist:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
.menu__megalist .menu__second-level > li {
  float: left;
  width: 100%;
  border: none;
  margin: 0px 0px 25px 0px;
}
.menu__megalist .menu__second-level > li:last-child {
  margin: 0px 0px 0px 0px;
}
.menu__megalist .menu__third-level > li {
  float: left;
  width: 20%;
  border: none;
  height: 30px;
  line-height: 30px;
}
}



/* ----------------------------
	SEARCH
------------------------------- */
.box_select-search {
	position: absolute;
	top: -63px;
	right: 0px;
	text-align: right;
	width: 350px;
	z-index: 100;
	overflow: hidden;
}
/* SEARCH */
.se-r {
	float: left;
	margin-left: 2%;
	width: 58%;
	position: relative;
}
.search_container .se-r{
  box-sizing: border-box;
  position: relative;
  border: 0px solid #bbb;
  display: block;
  padding: 0px 10px;
  overflow: hidden;
  height: 25px;
  background: #fff;
}
.search_container input[type="text"]{
  border: none;
  width: 100%;
  vertical-align: bottom;
  padding: 5px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  border: none;
  background: none;
  position: absolute;
  width: auto;
	right: 2px;
	top: 4px;
  outline : none;
  color: #444;
}
/* SERECT */
.box_select-search select{
	float: left;
	border: 0px solid #bbb;
	position: relative;
	padding: 4px;
	width: 100%;
	height: 25px;
	background: #aaa;
}
.se-l {
	position: relative;
	width: 40%;
}
.se-l:before {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-left: 0px;
    padding-right: 6px;
    font-weight: 900;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
	z-index: 1;
}

/* ----------------------------
	NEWS FLYER
------------------------------- */
.archive {
	position: absolute;
	top: -29px;
	right: 0px;
    overflow:hidden;
}
.archive li {
	float: left;
}
.archive li a{
	padding: 1px 10px;
	margin: 0px 0px 0px 10px;
	background: #aaa;
  	color: #333;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.archive li a:hover{
	background: #eee;
}
/* //////////////////////////////////////////////////////////
/
/	ITEM　一覧
/
////////////////////////////////////////////////////////// */
#item {
	overflow: hidden;
}
#item .i_box{
	width:22%;
	float: left;
	margin: 0 1.5% 0;
    position: relative;
}
#item .i_box .i-img,
#item .bestselling .i-img{
    position: relative;
}
#item .i_box .i-img img,
#item .bestselling .i-img img{
	width: 100%;
    height:auto;
}
#item .i_box h4 {
	line-height: 1.5;
	margin: 15px 0 5px 0;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333;
}
#item .i_box .i-price{
	color: #777;
	margin-bottom: 7px;
}
#item .i_box .i-text{
	color: #aaa;
	font-size: 85%;
}
#item .i_box .i-text span{
	color: #ed0000;
}
@media screen and (min-width: 1600px) {
#item .i_box{
  	height: 470px;
}
}
@media screen and (max-width: 1600px) {
#item .i_box{
  	height: 420px;
}
}
@media screen and (max-width: 1240px) {
#item .i_box h4 {
	letter-spacing: 0px;
}
#item .i_box{
	width:30.33%;
  	height: 440px;
}
}
@media screen and (max-width: 980px) {
#item .i_box{
	width:46%;
	font-size: 90%;
	margin: 0 2% 0;
	height: 480px;
}
}
@media screen and (max-width: 768px) {
#item .i_box{
	height: 450px;
}
}
@media screen and (max-width: 620px) {
#item .i_box{
	height: 410px;
}
}
@media screen and (max-width: 510px) {
#item .i_box{
	height: 350px;
}
}
@media screen and (max-width: 480px) {
#item .i_box{
  	width:46%;
	height: 350px;
	font-size: 85%;
	line-height: 1.4;
  	height: 290px;
}
}
/* //////////////////////////////////////////////////////////
/
/	ボタンデザイン
/
////////////////////////////////////////////////////////// */
.btn-box {
	clear: both;
	overflow: hidden;
}
a.btn {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 20px;
	color: #009898;
    background-color: transparent;
    border: 1px solid #009898;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
	margin: 0 auto 0;
}
a.btn:before {
    content: '\f054';
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-left: 0px;
    padding-right: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}
a.btn:hover{
	color: #FFFFFF;
    background-color: #009898;
    border: 1px solid #009898;
}


/* //////////////////////////////////////////////////////////
/
/	レスポンシブ時 トグルボタン
/
////////////////////////////////////////////////////////// */
#nav_toggle{
	display: none;
}
@media screen and (max-width:960px){
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 18px;
		left: 20px;
		z-index: 300;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}
/* //////////////////////////////////////////////////////////
/
/	レスポンシブ時 メニュー
/
////////////////////////////////////////////////////////// */
@media screen and (min-width:961px){
.accordion li i {
	display: none;
}
}
@media screen and (max-width:960px){
/* ------------------------
header
--------------------------*/
header {
    position: relative;
    height: 60px;
}
header .innerBox {
	width: 100%;
}
.logo {
    float: none;
    width: 110px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    margin: auto;
}    
.top-menu {
    float: none;
	width: auto;
	position: absolute;
	right: 20px;
	top: 12px;
  	font-size: 160%;
}
.top-menu ul {
    float: none;
}
.top-menu ul li {
	background: transparent;
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
.top-menu ul li:hover {
	background: transparent;
}
.top-menu ul li a{
	color: #fff;
}
.top-menu ul li a:hover {
	color: #009898;
}
.top-menu ul li i {
	margin: 0px;
}
.top-menu ul li span {
	display: none;
}
/* ------------------------
nav
--------------------------*/
nav {
	display: none;
	position: absolute;
	z-index: 200;
	top: 60px;
	background: #333;
}
nav.innerbox {
	width: 100%;
}
/* ------------------------
サーチ
--------------------------*/
.box_select-search {
	position: static;
	width: 96%;
	margin: 15px 2% 15px 2%;
}
/* ------------------------
NEWS FLYER
--------------------------*/
.archive {
	position: static;
	width: 100%;
}
.archive li {
	float: left;
  	width: 50%;
  	position: relative;
}
.archive li a{
	padding: 15px 15px 15px 25px;
	margin: 0px 1px 0px 0px;
	background: #444;
  	color: #999;
	display: block;
}
.archive li a:last-chaild{
	margin: 0px 0px 0px 0px;
}
.archive li::before {
    position: absolute;
    top: 12px;
    right: 10px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    z-index: 1;
}
/* ------------------------
 アコーディオンメニュー
--------------------------*/
.accordion {
 	width: 100%;
 	margin: 0;
 	background: #222;
 }
 .accordion a{
 	color: #999;
 }
.accordion .link-second {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 25px;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link-second{
		border-bottom: 0px solid #333 !important;
}
.accordion .link-third {
	cursor: pointer;
	display: block;
	color: #4D4D4D;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 17px;
	left: 12px;
	font-size: 14px;
	color: #999;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 14px;
}

.accordion li.open .link-second {
	color: #009898;
}

.accordion li.open i {
	color: #fff;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion li.open .link-third i.fa-chevron-down {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #999;
}
.accordion li.open ul li.open2 .link-third i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

/* Sub-second-menu */
 .sub-second-menu {
 	display: none;
 	background: #303030;
 	font-size: 12px;
 }
 .sub-second-menu li {
 	border-bottom: 1px solid #444;
 }
 .sub-second-menu a {
 	display: block;
 	text-decoration: none;
 	color: #999;
 	padding: 15px;
 	padding-left: 45px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .sub-second-menu a:hover {
 }
/* Sub-third-menu */
 .sub-third-menu {
 	display: none;
 	background: #3B3B3B;
 	font-size: 12px;
 	border-top: 1px solid #444;
 }
 .sub-third-menu li:last-child {
 	border-bottom: 0px;
 }
 .sub-third-menu a {
 	display: block;
 	text-decoration: none;
 	color: #999;
 	padding: 15px;
 	padding-left: 75px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .sub-third-menu a:hover {
 }
}
@media screen and (max-width:420px){
#nav_toggle{
	width: 30px;
	top: 18px;
	left: 15px;
}
.logo {
	width: 90px;
	top: 5px;
}
.top-menu {
	right: 15px;
	top: 12px;
	font-size: 150%;
}
.top-menu ul li {
	margin: 0px 0px 0px 5px;
}
}
/* //////////////////////////////////////////////////////////
/
/	FOOTER
/
////////////////////////////////////////////////////////// */
footer {
	background: #444;
	padding: 50px 0 0;
	color: #fff;
}
footer .innerbox{
	overflow: hidden;
}
footer .position {
	position: relative;
	height: 340px;
}
/* フッターメニュー */
footer ul.footer-menu {
	position: absolute;
	top:0;
	left:0;
	width:45%;
	margin-bottom: 30px;
}
footer ul.footer-menu li{
	width:50%;
	float:left;
	padding: 4px 0;
}
footer ul.footer-menu li a:link,
footer ul.footer-menu li a:visited {
	color: #fff;
}
footer ul.footer-menu li a:hover {
	color: #999;
}
/* カレンダー */
footer .calendar {
	position: absolute;
	top:0;
	right:0;
	width:55%;
	text-align: right;
	overflow: hidden;
}
footer .calendar .side_section {
    margin: 0px 0px 0px 0px;
}
footer .calendar .tbl_calendar {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    float: left;
    margin: 0px 3% 20px 3%;
    font-size: 90%;
    width: 44%;
}
footer .calendar .tbl_calendar caption{
    font-size: 12px;
}
footer .calendar .tbl_calendar th, .tbl_calendar td {
	padding: 8px 5px 8px 5px !important;
	text-align: center !important;
	border: 1px solid #484848 !important;
	background: #686868;
}
footer .calendar .side_cal_memo {
    clear: both;
    text-align: right;
    line-height: 1.1;
	margin: 0px 3% 25px 0;
}
footer .calendar .side_cal_memo span {
	font-size:200%;
  	color: #090909;
    vertical-align: sub;
}
/* SNS */
footer ul.sns-menu {
	position: absolute;
	bottom:0;
	left:0;
	overflow: hidden;
}
footer ul.sns-menu li{
	float: left;
	margin: 0 20px 0 0;
}
footer ul.sns-menu li a{
	font-size: 20px;
	color: #fff;
}
footer ul.sns-menu li a:hover{
	color: #999;
}
/* コピー */
footer .copy-bg {
	background: #333;
}
footer .copy{
	margin-top: 25px;
	color: #888;
	font-size: 80%;
	padding: 10px 0;
}
/*
フッターレスポンシブ
---------------------------------- */
@media screen and (max-width:960px){
footer {
	padding: 40px 0 0;
}
footer .innerbox{
	width: 100%;
}
footer .position {
	position: static;
	height: auto;
	text-align: center;
}
/* フッターメニュー */
footer ul.footer-menu {
	position: static;
	width:100%;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: left;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
}
footer ul.footer-menu li{
	width:50%;
	float:left;
	padding: 0;
	border-left: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
footer ul.footer-menu li:before {
    position: absolute;
    top: 12px;
    right: 10px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-weight: 900;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    z-index: 1;
}
footer ul.footer-menu li:hover{
	background: #292929;
}
footer ul.footer-menu li a{
	width:100%;
	padding: 15px 20px;
	display: block;
	color: #ccc;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
footer ul.footer-menu li a:link,
footer ul.footer-menu li a:visited {
	color: #ccc;
}
footer ul.footer-menu li a:hover {
	color: #fff;
}
/* SNS */
footer ul.sns-menu li {
    float: none;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
}
/* カレンダー */
footer .calendar {
	position: static;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}
footer ul.sns-menu {
	position: static;
}
/* コピー */
footer .copy {
	margin-top: 15px;
	text-align: center;
}
}
@media screen and (max-width: 980px){
footer .calendar .side_cal_memo {
	text-align:center;
	margin: 0px 0 25px 0;
}
}
@media screen and (max-width: 740px){
  footer .calendar .tbl_calendar {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
}
footer ul.footer-menu {
	border-right: 0px solid #4D4D4D;
}
footer ul.footer-menu li{
	border-left: 0px solid #4D4D4D;
}
footer ul.footer-menu li{
	width:100%;
}
}

















/*-------------------------------------------
パンくずに関する指定
-------------------------------------------- */
#pankuzu {
	clear: both;
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
	color: #999999;
}
#pankuzu p{
	line-height: 1.4;
}
#pankuzu  img {
	vertical-align : middle;
	display:none;  
}
#pankuzu a:link {color:#999999;text-decoration: none;}
#pankuzu a:visited {color:#999999;text-decoration: none;}
#pankuzu a:hover {color:#009898;text-decoration: none;}
#pankuzu a:active {color:#009898;text-decoration: none;}

/*-------------------------------------------
ラベルに関する指定
-------------------------------------------- */
/* SOLD OUT */
#soldout_position{
	width: 100%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#soldout_position img:hover {
	opacity: 1;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(opacity=100)";
}
/* タグ共通 */
.yoyaku,
.tag-new,
.tag-sale,
.tag-pricedown {
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 80%;;
}
/* 予約 */
.yoyaku{
	background: #ed0000;
    z-index:11;
}
.yoyaku:before {
	content: "予約";
}
.yoyaku img{
	display:none;
}
/* NEW */
.tag-new {
	background: #009898;
  	z-index:10;
}
/* SALE */
.tag-sale {
	background: #3DC000;
    z-index:10;
}
/* PRICEDOWN */
.tag-pricedown {
	background: #F07700;
    z-index:10;
}

/*-------------------------------------------
ソートに関する指定
-------------------------------------------- */
.ps-box {
	overflow:hidden;
	margin: 0px 0px 40px 0px;
	padding: 10px 0px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.ps-box:last-child{
	border-bottom:0;
  	margin-bottom:70px;
}
.ps-box .sort {
	width: 40%; 
	float:left;
}
.ps-box .sort p{
	color:#999999;
	height: 30px;
	line-height: 30px;
 	margin: 0;
	padding: 0;
}
.ps-box .sort p span{
	color:#999;
  	background: #e9e9e9;
 	margin: 0 5px 0 0;
	padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    border-radius: 8px;
  	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ps-box .sort p a {
	color:#444;
  	text-decoration: none;
  	background: #d8d8d8;
 	margin: 0 5px 0 0;
	padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
  	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ps-box .sort p a:visited {color:#444;text-decoration: none;font-weight: normal;}
.ps-box .sort p a:hover {color:#fff;text-decoration: none;font-weight: normal;background: #777;}
.ps-box .sort p a:active {color:#444;text-decoration: none;font-weight: normal;}

/*-------------------------------------------
ページ送りに関する指定
-------------------------------------------- */
.ps-box .page {
	float: right;
  	width: 60%; 
	text-align: right;
	list-style-type: none;
}
.ps-box .page li {
	display: inline;
	padding: 0px 0px 0px 5px;
	color:#999999;
}
.ps-box .page li span{
	color:#999;
  	background: #e9e9e9;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
  	border-radius: 50%;
  	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ps-box .page li a{
  	background: #cecece;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
  	border-radius: 50%;
  	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
  	letter-spacing: 0;
}
.ps-box .page li a:link {color:#444;text-decoration: none;font-weight: normal;}
.ps-box .page li a:visited {color:#444;text-decoration: none;font-weight: normal;}
.ps-box .page li a:hover {color:#fff;text-decoration: none;font-weight: normal;background: #777;}
.ps-box .page li a:active {color:#444;text-decoration: none;font-weight: normal;}

/*-------------------------------------------
該当ない時の警告
-------------------------------------------- */
.warning {
	border: 0;
  	text-align:center;
  	margin: 100px 0 350px 0;
}
/*-------------------------------------------
フリーページ　タイトル
-------------------------------------------- */
.free-title {
	background:#eee;
}
.free-title h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: normal;
    font-family: "Sawarabi Mincho";
  	text-align: center;
	padding: 30px 0;
	margin-bottom: 40px;
}
/*-------------------------------------------
よくある質問　アコーディオン
-------------------------------------------- */
#main h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-family: "Sawarabi Mincho";
    padding-bottom: 10px;
}
#main .accordionbox{
	width: 60%;
	margin: 10px auto 80px;
    padding: 0;
}
#main .accordionlist dt{
    display:block;
    background: #E6E5E5;
    padding: 0px 0 0 5px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
	overflow: hidden;
	line-height: 1.5;
  	height: 65px;
  	position: relative;
  	display: flex;
	align-items: center;
}
#main .accordionlist dt:first-child{
	border-top: 1px solid #c3c3c3;
}
#main .accordionlist dt .title{
    padding: 0px 45px 0px 15px;
	float: left;
  	color:#444;
  	font-size:110%;
  	text-indent: -1.5em;
    padding-left: 3.5em;
}
#main .accordionlist dd{
    display:none;
	background: #fff;
    padding: 20px 20px 20px 20px;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    text-indent: -1.5em;
    padding-left: 4em;
}
#main .accordionlist dd a {
	 text-decoration: underline;
}
#main .accordion_icon,
#main .accordion_icon span {
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}
#main .accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	top: 50%;
    right: 0;
	margin-top: -10px;
}
#main .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #444;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#main .accordion_icon span:nth-of-type(1) {
    top: 7px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#main .accordion_icon span:nth-of-type(2) {
    top: 7px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、−切り替え*/
#main .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
#main .accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*-------------------------------------------
服のサイズの測り方
-------------------------------------------- */
.wear-size {
	overflow:hidden;
    width: 70%;
	margin: 0 auto 100px;
}
.wear-size li{
	width: 46%;
	margin: 0 2%;
  	float:left;
  	margin-bottom:50px;
}
.wear-size h3{
	overflow:hidden;
  	font-size:18px !important;
  	padding-bottom:5px;
}

/* //////////////////////////////////////////////////////////
/
/	インターナショナル ショッパーズ
/
////////////////////////////////////////////////////////// */
.inter .prev {
	margin: 80px 0 100px;
  	overflow:hidden;
}
.inter .prev-back {
  width:50%;
  float:left;
}
.inter .prev-back a{
	letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 20px;
    color: #444;
    background-color: #dadada;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    margin: 0 auto 0;
  	float: right;
	margin-right: 10px;
}
.inter .prev-back a:hover{
    background-color: #aaa;
}
.inter .prev-back i{
    margin-right:5px;
}
.inter .prev-next {
  width:50%;
  float:right;
}
.inter .prev-next a{
	letter-spacing: 1px;
    font-weight: normal;
    font-size: 14px;
    padding: 8px 20px;
    color: #444;
    background-color: #dadada;
    transition: all .2s;
    -o-transition: all .2s;
    -ie-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    margin: 0 auto 0;
  	float: left;
	margin-left: 10px;
}
.inter .prev-next a:hover{
    background-color: #aaa;
}
.inter .prev-next i{
    margin-left:5px;
}
.setumei {
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
	width: 86%;
	margin: 0 auto 50px;
}
.setumei .pay-logo{
	background:#fff;
  	margin-bottom: 20px;
}
.setumei .text{
	background:#fff;
}
.inter {
	text-align:center;
}
.inter img{
	width:auto;
	padding:10px;
  	background:#fff;
}
.step_link {
	overflow:hidden;
  	margin: 70px 0 80px;
}
.step_link li{
  	display:inline-block;
  	font-size: 16px;
  	margin: 0 10px 0 0;
}
.step_link li::before {
	content: '\f0da';
    font-family: 'Font Awesome 5 Free';
	font-weight:900;
  	margin-right: 10px;
}
.step_link li:nth-child(1)::before {
	content: none;
}
.step_link li span{
  	background:#fff;
  	border:1px solid #ccc;
  	padding: 15px 30px;
  	display: inline-block;
}
.step_link li a{
	background:#ddd;
  	padding: 15px 30px;
  	display: inline-block;
}
.step_link li a:hover{
	background:#aaa;
  	color: #444;
}

/* //////////////////////////////////////////////////////////
/
/	ページトップボタンに関する指定
/
////////////////////////////////////////////////////////// */
/*-- Back to top button --*/
#back-top {
	position: fixed;
	bottom: 36px;
	right: 25px;
	z-index: 10000;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
	width: 42px;
	height: 42px;
	display: block;
	margin-bottom: 0px;
	background: #888;
	/* rounded corners（角丸） */
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	/* background color transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	/* alpha */
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#back-top a:hover span {
	background-color: #aaa;
}
#back-top span:before {
    content: '\f077';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    padding-top: 3px;
	letter-spacing: 0;
	font-size: 20px;
}
@media screen and (max-width: 425px) {
#back-top {
	bottom: 15px;
	right: 15px;
}
}

/*-------------------------------------------
レスポンシブ
-------------------------------------------- */
@media screen and (max-width: 1600px){
#main .accordionbox{
    width: 80%;
}
}
@media screen and (max-width: 1240px){
#main .accordionbox{
    width: 90%;
}
}
@media screen and (max-width: 980px){
.ps-box {
    padding:20px 0;
} 
.ps-box .sort {
    width: 100%;
    float: none;
  	text-align: center;
}
.ps-box .page {
    float: none;
    width: 100%;
    text-align: center;
}
.sp-page {
  display:none;
}
/* SPインターナショナル */
.step_link {
    display: none;
}
  .setumei {
    width: 100%;
    margin: 60px auto 60px;
}
}
@media screen and (max-width: 960px){
.logo img{
	padding: 6px 0px 0px;
	width: 100px !important;
}
@media screen and (max-width: 800px){
  .lSAction {
	display:none !important;
}
}
@media screen and (max-width: 768px){
.ichiran-title h2,
.kensaku-title h2 {
  font-size: 24px !important;
}
.ps-box .page {
    overflow-x: scroll;
    white-space: nowrap;
  	padding-bottom: 20px;
}
#main .accordionbox {
    width: 100%;
}
.wear-size {;
    width: 90%;
}
.wear-size li{
	width: 100%;
	margin: 0;
  	float:none;
  	margin-bottom:50px;
}
}
@media screen and (max-width: 420px){
.ichiran-title h2,
.kensaku-title h2  {
  font-size: 20px !important;
}
#pankuzu {
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 10px;
}
.ps-box .sort {
	font-size: 85%;  
}
.yoyaku,
.tag-new,
.tag-sale,
.tag-pricedown {
	width: 30px;
	height: 15px;
	font-size: 70%;
}
footer .copy {
  font-size: 60%;
}
}