@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #666666;
}
a, p {
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
dt, dd {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.warrper {
  width: 100%;
}
.warrper img {
  width: 100%;
	height: auto;
}
img {
  vertical-align: bottom;
}
.eng {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.engBtn {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*--------------------
ヘッダー
---------------------*/
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.headerInner {
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, 1.0);
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.headBtn {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 101;
  max-width: 300px;
  margin: 0 0 0 auto;
  top: 45%;
  transform: translateY(-50%);
}
.headBtn div {
  margin-right: 25px;
  position: relative;
}
.headBtn div:nth-child(3) {
  margin-right: 0;
  padding-right: 20px;
}
/*--------------------------
searchBtn
--------------------------*/
.modal-open {
  cursor: pointer;
  color: #fff;
}
.modal {
  width: 100%;
  height: 100%;
  border: 1px solid #3e3a39;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  z-index: 1000;
  padding: 70px 0;
}
.modal-close__wrap {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 22px;
  display: block;
  height: 22px;
}
.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: #3e3a39;
  display: block;
}
.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.modal.open {
  display: block;
}
/*-------------------------
検索
--------------------------*/
.searchBox {
  max-width: 800px;
  margin: 0 auto;
}
.searchTxt {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.search_top {
  min-width: 200px;
  width: 70%;
  margin: 20px auto 0;
  position: relative;
}
.search_top label {
  display: block;
  margin: 0 auto;
}
.search_top input {
  margin: 3px 0;
  border-radius: 3px;
  border: 1px solid #3e3a39;
  color: #999;
  font-size: 12px;
  padding: 2px 10px;
  width: 100%;
}
.search_btn {
	text-align: center;
}
.search_btn button {
  font-size: 11px;
  text-align: center;
  margin: 2% auto;
  padding: 1% 2%;
  border: 1px solid #3e3a39;
  width: 40%;
  cursor: pointer;
  max-width: 300px;
 display: block;
}
.search_btn button:hover {
  border-radius: 10px;
  transition: .4s;
}
.searchWord {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin: 2% auto;
}
.searchWord li {
  padding: 0.5rem 1rem;
  border: 1px solid #666;
  border-radius: 3px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.searchWord li a {
  display: block;
  font-size: 11px;
}
/*------------------ 絞り込み検索 ---------------------*/
.s_body {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}
.s_ttl {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}
.s_ttl:before {
  position: absolute;
  bottom: -3px;
  width: 40px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #ccc;
}
.s_cate, .s_size, .s_keyword {
  width: 100%;
  margin: 3% auto 5%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s_cate li, .s_size li, .s_keyword li {
  padding: 2px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.s_keyword li {
  margin: 5px 2px;
}
.s_keyword li a {
  font-size: 13px;
  padding: 3px 7px;
  border: 1px solid #666;
  text-decoration: none;
  border-radius: 3px;
}
.s_keyword li a:hover {
  background: #666;
  color: #fff;
}
.button_box {
  margin: 3% auto 1%;
  text-align: center;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.s_submitbutton {
  border: 1px solid #666;
  border-radius: 3px;
  background: #fff;
  color: #666;
  padding: 1.3% 6%;
  font-size: 13px;
  margin: 0 1%;
}
.s_submitbutton:hover {
  color: #fff;
  background: #666;
}
.s_input {
  margin: 3% auto 5%;
  text-align: left;
  display: flex;
}
.s_pricefield {
  padding: 5px;
  font-size: 13px;
  max-width: 250px;
  border: 1px solid #999;
  width: 50%;
  margin: 0 2% 0;
}
.s_siborikomi {
  width: 70%;
  margin: 2% auto;
}
/*------------------------
カテゴリ
------------------------*/
.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all .2s;
  border: 1px solid;
  font-size: 11px;
  cursor: pointer;
}
.radio-inline__label_2 {
  display: inline-block;
  padding: 1px;
  border-radius: 3px;
  transition: all .2s;
  font-size: 12px;
}
.radio-inline__input:checked + .radio-inline__label {
  background: #999;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}
.radio-inline__input:focus + .radio-inline__label {
  outline-color: #555;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.radio-inline__input:checked + .radio-inline__label_2 {
  background: #000;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, .7);
}
.radio-inline__input:focus + .radio-inline__label_2 {
  outline-color: #000;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
/*-----------------------------------------------
カラー検索
------------------------------------------------*/
.color_search {
  width: 100%;
  margin: 3% auto 5% !important;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.color_search li {
  width: 37px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: 1% 0.5%;
}
/*----------------------------------------------*/
.s_colortip {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #333;
}
.s_colortip:hover {
  cursor: pointer;
}
/*----------------
帯
-------------------*/
.ribbon {
  margin-top: 70px;
  text-align: center;
}
.ribbon a {
  color: #fff;
  display: block;
  background: #999;
  padding: 10px 0;
}
/*--------------------
スライダー
---------------------*/
.slick-slider {
	line-height: 0;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #cccccc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #3e3a39;
}
.slider img {
  opacity: .2!important;
  transition: opacity .5s, transform .5s;
}
.bannerSlider .slick-center img {
  opacity: 1!important;
}
/*-------------------------
コンテンツ
-------------------------*/
.InnerContents {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5% auto;
}
.liftContents {
  width: 20%;
}
.rightContents {
  width: 80%;
  margin-left: 3%;
  max-width: 1200px;
}
/*-------------------------
レフトナビ
-------------------------*/
.naviMember {
  font-size: 12px;
padding: 5% 1% 3%;
    background: #ccc;
    width: 100%;
    margin: 1% auto;
    text-align: center;	
}
.loginBtn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.loginBtn div {
  margin: 3% 1%;
  border: 1px solid #3e3a39;
}
.loginBtn div a {
  padding: 8px 18px;
  display: block;
  color: #3e3a39;
  font-size: 11px;
	background: #fff;
}
.Member {
  margin: 5% auto;
}
.Member div {
  border: 1px solid #3e3a39;
  display: inline-block;
  margin: 3% 1%;
}
.Member a {
  display: block;
  padding: 8px 18px;
	background: #fff;
}
.naviContents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 10% auto;
}
.naviContents li {
  width: 49%;
  border: 1px solid #3e3a39;
  margin: 0.5%;
  text-align: center;
}
.naviContents a {
  font-size: 11px;
  display: block;
  padding: 12px 0;
}
.navi-ttl {
  font-size: 14px;
  margin-bottom: 2%;
  font-weight: 600;
  color: #3e3a39;
}
.naviCategory, .naviType, .naviBrand, .naviGuide {
  margin: 0 auto 10%;
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
}
.naviCategory li, .naviType li, .naviBrand li, .naviGuide li {
  margin-bottom: 1%;
}
.naviCategory a, .naviType a, .naviGuide a {
  font-size: 12px;
  display: block;
  padding: 5px;
}
.naviCategory a:hover, .naviType a:hover, .naviGuide a:hover {
  background: rgba(0, 0, 0, .1);
  transition: .4s;
}
.naviBrand li {
  margin-top: 5%;
}
img.brandLogo {
  width: 80px;
  margin-bottom: 5px;
}
img.pierrot {
  width: 200px;
}
.naviBrand dl {
  margin: 1% auto 7%;
}
.naviBrand dt {
  font-size: 11px;
}
/*--------------------------
owlcarousel
--------------------------*/
.icon {
  margin: 0 auto;
  width: 100%;
}
.owl-icon {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-icon ul {
  text-align: center;
}
.owl-icon li {
  list-style: none;
  margin: 15%;
}
.owl-dots {
  display: none;
}
.owl-icon .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding-top: 2px;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-icon .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-icon .owl-nav.disabled, .owl-icon .owl-dots.disabled {
  display: none;
}
.owl-icon.owl-loaded {
  display: block;
}
.owl-icon.owl-loading {
  opacity: 0;
  display: block;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 5%;
}
.item p {
  font-size: 11px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*-----------------------
丸アイコン
----------------------*/
.round {
  border-radius: 50%;
}
/*-----------------------
お知らせ
----------------------*/
.information {
  margin: 5% 0 9%;
  width: 80%;
  display: block;
}
.information ul li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.0em;
  list-style-type: none !important;
	line-height: 1.0;
}
.information ul li a {
  font-size: 11px;
  color: #acacac;
}
.information ul li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 7px;
  width: 7px;
  border-right: 1px solid #acacac;
  border-top: 1px solid #acacac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------
コンテンツ
----------------------*/
section {
  margin: 0 auto 15%;
}
h2.Contents-ttl {
  font-size: 33px;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 6%;
  color: #3e3a39;
}
h2.Contents-ttl span {
  font-size: 43%;
  font-weight: 400;
  color: #3e3a39;
}
.contents a {
  display: block;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.newsList ul li {
  width: 22%;
  margin-bottom: 2%;
  margin-right: 0.5%;
}
.newsList dl {
  margin-top: 3%;
  margin-left: 1%;
}
.newsList dt {
  font-size: 12px;
}
.newsList dd {
  font-size: 11px;
}
/*-----------------------
カテゴリ
----------------------*/
.accordion-click {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 1% 3%;
  border: 2px solid #666666;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  position: relative;
  max-width: 700px;
}
.accordion-click:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -18px;
  right: 4%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-content {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #666666;
  border-radius: 3px;
  max-width: 700px;
  border-top: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
}
.accordion-content ul {
  width: 100%;
  list-style: none;
}
.accordion-content ul li {
  font-size: 13px;
}
.accordion-content a {
  display: block;
  padding: 10px;
}
.accordion-content a:hover {
  background: rgba(0, 0, 0, .1);
  transition: .4s;
}
.top_keyword {
  width: 90%;
  max-width: 700px;
  margin: 1% auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.top_keyword li {
  padding: 2px;
  display: contents;
}
.top_keyword li a {
  padding: 2% 3%;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 1%;
  margin-bottom: 3px;
}
/*----------------------
閲覧履歴
----------------------*/
.recommrndItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.recommrndItem li {
  width: 19.5%;
  margin-right: 0.5%;
  margin-bottom: 2%;
}
.recommrndItem li:nth-child(6) {
  display: none;
}
.recommrndItem dl {
  margin-top: 5%;
  margin-left: 1%;
}
.recommrndItem dt {
  font-size: 11px;
  margin: 5% auto 2%;
}
.recommrndItem dd {
  font-size: 11px;
}
/*----------------------
アイテム
----------------------*/
.itemGallery li {
  width: 22%;
  margin-bottom: 2%;
  margin-right: 0.5%;
}
.itemGallery dl {
  margin-top: 2%;
  margin-left: 1%;
	margin-bottom: 10%;
}
.itemGallery dt {
  font-size: 11px;
  margin: 3% auto 2%;
}
.itemGallery dd {
  font-size: 11px;
}
.properPrice {
	text-decoration: line-through;
	margin-right: .5em;
}
.salePrice {
	color: #d82749;
	font-weight: 600;
}
.viewMoreBtn {
  margin: 4% auto 2%;
  border: 1px solid #3e3a39;
  max-width: 250px;
  text-align: center;
  color: #3e3a39;
}
.viewMoreBtn a {
  padding: 5% 15%;
  font-size: 13px;
  color: #3e3a39;
  display: block;
}
.viewMoreBtn a:hover {
  transition: .6s;
  background: #3e3a39;
  color: #fff;
}
/*---------------------
アイコン
--------------------*/
.Icon {
	margin-right: .5em;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
}
.freeIcon {
  border: 1px solid #7887B9;
  background: #fff;
  color: #7887B9;
  margin-right: .5em;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
}
.saleIcon {
  border: 1px solid #d82749;
  background: #fff;
  color: #d82749;
  margin-right: .5em;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
}
.newIcon, .reIcon, .MemberIcon, .pointIcon, .priceIcon {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  margin-right: .5em;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
}
.sizeIcon, .movieIcon, .colorIcon, .itemIcon {
  border: 1px solid #999;
  color: #666;
  background: #fff;
  margin-right: .5em;
  padding: 0.2em 0.5em 0.1em;
  display: inline-block;
}
/*---------------------
ランキング
--------------------*/
.rankBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rankBtn li {
  width: 12.5%;
  background: #f8f8f8;
  color: #999999;
  border: #f8f8f8;
  margin-left: 0.5%;
  text-align: center;
}
.rankBtn li:hover {
  cursor: pointer;
}
.rankBtn li div {
  display: block;
  padding: 5%;
  font-size: 13px;
}
.ranking ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 2% auto;
}
.rank li {
  counter-increment: rank;
  position: relative;
  overflow: hidden;
}
.ranking ul li {
  width: 19.6%;
  margin: 0.5% 0.2% 2%;
  line-height: 1.8;
}
.rank li::after {
  content: counter(rank);
  color: #999999;
  font-size: 23px;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: initial;
  text-align: center;
  position: absolute;
  left: .5em;
  top: .3em;
  z-index: 10;
}
.btn_open {
  background: #999999;
  color: #FFF;
  transition: .4s;
}
.rnk_open {
  display: none;
}
.ranking .item_info {
  margin: 2% auto;
  padding-left: 3px;
}
.ranking .item_info dt, .ranking .item_info dd {
  font-size: 11px;
}
/*------------------
RASW
-------------------*/
#raswBox {
  background: #f2f2f2;
  padding: 7% 3% 5%;
}
img.BrandLogoTtl {
  width: 110px;
  margin-bottom: 5px;
}
h2.Contents-ttl span.pc {
  line-height: 3.0;
}
/*------------------
staff styling
-------------------*/
#staff {
  background: #f2f2f2;
  padding: 6% 3% 4%;
}
/*------------------
blog
-------------------*/
.blogList ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.blogList ul li {
  width: 48%;
  padding: 3% 0;
  margin: 0 1%;
}
.blogList ul li a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1%;
}
.blogList ul li a div:nth-child(1) {
  width: 55%;
}
.blogList ul li a div:nth-child(2) {
  padding-left: 5%;
  width: 60%;
}
.blogList ul li a div dl {
  font-size: 11px;
  color: #999;
}
.blogList ul li a div dt {
  color: #999;
  margin-top: 5%;
}
.blogList ul li a dd {
  overflow: auto;
  text-overflow: clip;
  white-space: normal;
}


/*----------------
365coodinate
------------------*/
#Coordinate365 {
  background: #f2f2f2;
  padding: 6% 3% 4%;
}
.code365 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.code365 li {
  width: 25%;
  padding-right: 0.5%;
  margin-bottom: 2%;
}
/*------------------
footer
--------------------*/
footer {
  background: #f2f2f2;
}
.foot_ribbon {
  width: 100%;
  text-align: center;
  background: #3e3a39;
}
.foot_ribbon a {
  display: block;
  padding: 1%;
  color: #fff;
  letter-spacing: 2px;
}
.footerAccordion {
  display: none;
}
.footerList {
  width: 97%;
  max-width: 900px;
  margin: 5% auto 2%;
}
.footerList ol {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.footerList ol li p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footerList ol li a {
  font-size: 12px;
  line-height: 2.2;
}
.footerList ol li a:hover {
  text-decoration: underline;
  transition: .4s;
}
.footerSns ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerSns ol li {
  margin: 1%;
}
.footerSns ol li a:hover {
  opacity: 0.5;
  transition: .4s;
}
.footerApp {
  margin: 3% auto;
  width: 100%;
}
.appinfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appIcon {
  border-radius: 15px;
}
.appinfo div:nth-child(2) {
  margin-left: 2%;
}
.appinfo div dt {
  font-size: 13px;
  margin-bottom: 5px;
}
.appinfo div dd {
  font-size: 11px;
}
.appLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appLink div {
  margin: 1%;
}
.fotter_attention {
  text-align: center;
  font-size: 11px;
  margin: 5% auto 1%;
}
.copys {
  text-align: center;
  font-size: 10px;
  color: #666;
  padding-bottom: 3%;
}
/*----------------------
ハンバーガーメニュー
----------------------*/
#overlay {
  display: none;
}
/*----------------------
アニメーション
------------------------*/
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@media all and (min-width: 1500px) {}
@media all and (max-width: 1500px) {
  .liftContents {
    width: 28%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .rightContents {
    width: 70%;
    margin-left: 2%;
  }
  .loginBtn div {
    margin: 3% 0.5%;
  }
  .loginBtn div a {
    padding: 5px 12px;
  }
  .Member a {
    padding: 5px 12px;
  }
  .naviContents {
    display: block;
    margin-bottom: 15%;
  }
  .naviContents li {
    width: 70%;
    margin: 3% 0;
  }
  #circleIcon {
    margin-bottom: 5%;
  }
  #Ranking {
    padding-right: 0.5%;
  }
.Icon {
	margin-right: .5em;
  padding: 0.3em 0.5em 0.1em;
  display: inline-block;
}
.freeIcon {
  border: 1px solid #7887B9;
  background: #fff;
  color: #7887B9;
  margin-right: .5em;
  padding: 0.3em 0.5em 0.1em;
  display: inline-block;
}
.saleIcon {
  border: 1px solid #d82749;
  background: #fff;
  color: #d82749;
  margin-right: .5em;
  padding: 0.3em 0.5em 0.1em;
  display: inline-block;
}
.newIcon, .reIcon, .MemberIcon, .pointIcon, .priceIcon {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  margin-right: .5em;
  padding: 0.3em 0.5em 0.1em;
  display: inline-block;
}
.sizeIcon, .movieIcon, .colorIcon, .itemIcon {
  border: 1px solid #999;
  color: #666;
  background: #fff;
  margin-right: .5em;
  padding: 0.3em 0.5em 0.1em;
  display: inline-block;
}	
}
@media all and (max-width: 1040px) {
  .slider img {
    opacity: 1!important;
  }
  .liftContents {
    display: none;
  }
  .rightContents {
    width: 97%;
    margin: 0 auto;
  }
.naviCategory, .naviType, .naviBrand, .naviGuide {
  margin: 0 auto 15%;
	padding-bottom: 0;
	border-bottom: none;
}	
  /*----------------------
ハンバーガーメニュー	
----------------------*/
  #overlay {
    top: 70px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    visibility: hidden;
    position: fixed;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 70px;
  }
  #overlay-button {
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    padding: 26px 11px;
    z-index: 101;
    cursor: pointer;
    user-select: none;
    z-index: 102;
  }
  #overlay-button span {
    height: 1px;
    width: 25px;
    background-color: #666;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
  }
  #overlay-button span:before {
    top: -10px;
    visibility: visible;
  }
  #overlay-button span:after {
    top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 1px;
    width: 25px;
    background-color: #666;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #666;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
  }
  input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .overlayInner {
    margin: 2% 15% 10%;
  }
  #overlay.active {}
  #overlay ul {}
  #overlay ul li {
    padding: 1em;
  }
  #overlay ul li a {
    color: #666;
  }
  .naviContents {
    display: flex;
    margin-bottom: 1%;
    margin: 2% auto 5%;
  }
  .naviContents li {
    width: 47.3%;
    margin: 1%;
    border: 1px solid #999;
  }
  .naviMember {
    text-align: center;
  }
  .loginBtn {
    justify-content: center;
  }
  .Member {
    margin: 2% auto;
  }
  .loginBtn div a, .Member a {
    padding: 8px 18px;
  }
  .naviCategory, .naviType {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
  }
  .naviCategory li, .naviType li {
    border: 1px solid #999;
    padding: 8px 18px;
    margin-right: 1%;
  }
  .navi-ttl {
    text-align: center;
  }
  .naviBrand li {
    text-align: center;
    padding: 3%;
    width: 80%;
    margin: 0 auto 1%;
  }
  .naviBrand dl {
    margin: 1% auto 0;
  }
  .naviBrand dt {
    text-decoration: underline;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    text-align: center;
  }
}
@media all and (max-width: 990px) {
  .footerList {
    width: 80%;
  }
  .ribbon a {
    font-size: 12px;
  }
  .foot_ribbon a {
    font-size: 12px;
  }
}
@media all and (max-width: 769px) {
.headBtn div {
  margin-right: 20px;
}
  h2.Contents-ttl {
    font-size: 23px;
  }
  .overlayInner {
    margin: 2% 3% 10%;
  }
  .naviCategory li {
    padding: 5px 0px;
    margin-right: 1%;
    width: 32.3%;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    font-size: 11px;
  }
  .slider img {
    opacity: 1!important;
  }
  .rightContents {
    width: 100%;
  }
  .blogList ul li a div img {
    width: 100%;
  }
  .logo {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
    z-index: 100;
  }
  .newsList ul li {
    width: 44%;
  }
  .itemGallery li {
    width: 44%;
  }
  .viewMoreBtn {
    max-width: 200px;
  }
  .viewMoreBtn a {
    padding: 7% 15%;
  }
  .rankBtn {
    flex-wrap: wrap;
  }
  .rankBtn li {
    width: 24%;
    margin: 0.5%;
  }
  .rankBtn li div {
    display: block;
    padding: 5%;
    font-size: 12px;
  }
  .ranking ul li {
    width: 49.5%;
  }
  .rank li::after {
    left: 0.3em;
    top: 0.1em;
  }
  h2.Contents-ttl span {
    font-size: 30%;
  }
  .blogList ul {
    display: block;
  }
  .blogList ul li {
    width: 98%;
    margin: 0 auto;
  }
  .blogList ul li a {
    position: relative;
  }
  .blogList ul li a div:nth-child(1) {
    width: 45%;
  }
  .blogList ul li a div:nth-child(2) {
    padding-right: 2%;
    width: 55%
  }
  .blogList ul li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 3%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .recommrndItem li {
    width: 31.3%;
    margin-right: 0.5%;
    margin-bottom: 2%;
  }
  .recommrndItem li:nth-child(6) {
    display: block;
  }
  .code365 {
    flex-wrap: wrap;
  }
  .code365 li {
    width: 50%;
    padding: 0.5%;
    margin: 0;
  }
	.instaLive.code365 li:nth-child(2 + n){
		display: none;
	}
  /*-----------------------
footer	
-------------------------*/
  .foot_ribbon a {
    padding: 3%;
  }
  .footerList {
    display: none;
  }
  .footerAccordion {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 3em auto;
    flex-wrap: wrap;
  }
  .footerAccordion div {
    margin: 1%;
  }
  .toggle {
    display: none;
  }
  .option {
    position: relative;
    margin-bottom: 1em;
    width: 45%;
  }
  .title, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .title {
    border: solid 1px #999;
    padding: 1em;
    display: block;
    color: #3e3a39;
    font-size: 13px;
    text-align: center;
  }
  .content {
    max-height: 0;
    overflow: hidden;
  }
  .content p a {
    font-size: 12px;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #999;
  }
  .toggle:checked + .title + .content {
    max-height: 700px;
    transition: all 1.5s;
  }
  .SPfooterInfo {
    width: 45%;
  }
  .SPfooterInfo a {
    font-size: 11px;
    line-height: 2.0;
  }
  .footerSns ol li {
    margin: 3%;
  }
  .appLink div {
    margin: 3%;
  }
  .fotter_attention {
    margin: 10% auto;
    width: 75%;
  }
  .copys {
    padding-bottom: 5%;
  }
}
@media all and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section {
    margin: 0 auto 25%;
  }
.logo {
    width: 20%;
}	
#overlay-button span:before, #overlay-button span:after {
    width: 25px;
}	
.naviContents li {
    width: 48%;
    margin: 1% auto;
}		
/*-------------------
search	
--------------------*/
  .search_top, .searchWord, .s_siborikomi {
    width: 90%;
  }
  .overlayInner {
    margin: 2% 0% 10%;
  }
  .naviCategory {
    display: block;
    border-top: 1px solid #ccc;
  }
  .naviCategory li {
    padding: 5px 0px;
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .naviCategory a {
    text-align: left;
    padding-left: 20px;
    position: relative;
  }
  .naviCategory a::after {
    content: "";
    display: block;
    position: absolute;
    right: 3%;
    top: 33%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .naviType {
    width: 95%;
  }
  .naviType li {
    padding: 8px 5px;
  }
  .navi-ttl {
    margin-top: 10%;
    text-align: center;
  }
  .naviBrand li {
    text-align: left;
    width: 100%;
  }
  .navi-ttl {
    margin-top: 10%;
    text-align: left;
    width: 95%;
    margin: 10% auto 3%;
  }
  .naviCategory a, .naviType a, .naviGuide a {
    text-align: left;
  }
  .naviGuide {
    width: 95%;
  }
  .Member {
    margin: 2% auto 0;
  }
  .naviMember {
    background: #ccc;
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  .loginBtn div a, .Member a {
    padding: 8px 18px;
    background: #fff;
  }
  .loginBtn div, .Member div {
    border: 1px solid #fff;
  }
  .naviContents {
    width: 98%;
  }
.owl-icon li {
    margin: 7%;
}
.item img {
    width: 90%;
    height: 90%;
}	
.item p {
  font-size: 9px;
	text-overflow: clip;
}	
  /*------------------------------*/
  .ribbon a {
    font-size: 11px;
  }
  .information {
    width: 100%;
    padding-left: 10px;
    margin: 5% 0 15%;
  }
  .information ul li {
    padding: 0em 0.3em 0.3em 1.0em;
	  line-height: 1.0;
  }
  .information ul li a {
    font-size: 10px;
  }
  .information ul li:before {
    left: 0;
  }
  .information ul li:before {
    top: 0.4em;
  }
  .blogList ul li a div:nth-child(1) {
    width: 60%;
  }
  .blogList ul li a div:nth-child(2) {
    width: 85%;
  }
  .viewMoreBtn {
    max-width: 175px;
  }
  .viewMoreBtn a {
    padding: 5% 15%;
  }
  .itemGallery dd span {
    font-size: 9px;
  }
  .rankBtn li div {
    padding: 7%;
    font-size: 11px;
  }
  h2.Contents-ttl span {
    font-size: 50%;
  }
  img.BrandLogoTtl {
    margin-bottom: 15px;
  }
  h2.Contents-ttl span.sp {
    line-height: 1.5;
    font-size: 10px;
  }
.top_keyword {
    margin: 3% auto;
}	
.recommrndItem dt {
    font-size: 10px;
}	
.itemGallery dt {
    font-size: 10px;
    margin: 5% auto 2%;
}
.ranking .item_info dt, .ranking .item_info dd {
    font-size: 10px;
}	
	
}