﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
}
#top{
	width:960px;
	margin:0 auto;
}
.box-top1{
	float:left;
	margin:0 auto 0 10px;
	}
.box-top1 img{
	height:70px;
	margin-top:10px;
}
	
.box-top2{
	float:right;
}
.cf{
	clear:both;
}
#top p{
	font-size:75%;
}
/* SPSITE　*/
#spLinkBlockInPc{
	display:none;
}
/* /SPSITE */
.sp{
	display:none;
}
/* SNS */
.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top:30px;
}
.follow-me{
  text-align:right;
}
.follow-me li {
  display:inline;
  margin: 0 4px 0 0;
  padding: 0;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 30px; /* Button height */
  line-height: 30px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 30px; /* Button width */
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="hatenablog.com"]::before     { content: "BLOG";
    font-family: Verdana;
    font-size:60%;
    font-weight: bold;
    border-color: #008fde; background-color: #008fde;  }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="x.com"]::before        { border-color: #000000; background-color: #000000; content: "\e61a"; }
.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; background-color: #1ab7ea; content: "\f27d"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="hatenablog.com"]:hover::before     { color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { color: #125688; }
.follow-me li a[href*="x.com"]:hover::before              { color: #000000; }
.follow-me li a[href*="vimeo.com"]:hover::before          { color: #1ab7ea; }
.follow-me li a[href*="youtube.com"]:hover::before        { color: #cd201f; }

/* /SNS */
/* メニュー */
button{
	display:none;
}
.drawer-menu {
  list-style-type: none;
  width: 960px;
  margin: -15px auto 25px auto;
  padding: 0;
}
.drawer-menu li {
  position:relative;
  width: 14%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.drawer-menu li a {
  display: block;
  border-top: 0.5px solid #c0c0c0;
  border-bottom: 0.5px solid #c0c0c0;
  margin: 0;
  padding: 5px 0;
  color:#000000;
  font-size: 12px;
  font-weight: bold; 
  line-height: 1;
  height:25px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; 
  text-align:center;
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; 
}
.drawer-menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 140%;
  margin: 0;
  padding: 0;
}
.drawer-menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #ffffff;
  transition: .5s;
}
.drawer-menu li ul li a {
  padding: 13px 15px;
  background: #ffffff;
  color: #000000;
  -webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
  justify-content: left; 
  font-size: 12px;
  font-weight: normal;
}

.drawer-menu > li:hover > a {  background: #C0C0C0 }
.drawer-menu > li:hover li:hover > a {  background:  #C0C0C0}
.drawer-menu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.drawer-menu li ul li ul {
  top: 0;
  left: 100%;
}
.drawer-menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.drawer-menu li ul li ul li a {  background: #ffffff }
.drawer-menu li:hover ul li ul li:hover > a {  background: #C0C0C0 }
.drawer-menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}
.drawer-menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #fff;
}
.lady_color{
	color:#ff66b3;
}
/* 　/メニュー */
/* フッター */
#footerbg{
	text-align:center;
	width:100%;
	padding-top:15px;
	color:#808080;
	height:230px;
	line-height:1.2em;
	background: -moz-linear-gradient(-45deg, rgba(224,224,224,0) 0%, rgba(186,208,211,0.65) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#a6bad0d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #dcdcdc;
	margin-top:30px;
	}

#footer{
    padding-top:20px;
    width:100%;
	margin:0px auto;
    text-align:left;
}
*:first-child + html #footer{
	font-size:9px;
	}
#footer table{
  margin:0 auto;
  width:230px;
  height:80px;
  line-height:1.5;
}
#footer td{
	vertical-align:top;
	}
.menu03{
	border:none;
	border-spacing:0px;
	}
.menu03 td{
	padding-left:10px;
	border-spacing:0px;
	font-size:90%;
	line-height:1em;

	}
.menu03 a{
	color:#5f5f5f;
	text-decoration:none;
    }

*:first-child + html .menu03 a{
	color:#5f5f5f;
	text-decoration:none;
	font-size:9px;
	}

.menu03 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
.f_link{
	background-image:url(images/mainmenu2.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
		}
.square_btn{
    float:right;
    margin-right:20px;
     padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #000000;
    color: #000000;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.square_btn:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
/* /フッター */


/* メイン */
main{
    width: 960px;
    margin:0 auto;
    text-decoration:none;
}
#topic_path{
    padding-left:0;
}
#topic_path li{
    list-style-type:none;
    display:inline;
    font-size: 80%;
}
#topic_path li:after{
    padding:0 10px;
    content:"\003E";
}
#topic_path li:last-child:after{
    content:none;
}
main a:link,
main a:visited{ 
    color:#000; 
    text-decoration: none;
}
main a:hover,
main a:active{
   color:#a9a9a9 ;
   text-decoration:none;
}
/* タイマー　*/

#CDT {
  width:170px;
  height:27px;
  background-color: rgb(235,85,21);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin:-32px auto 0 12px;
  position: absolute;
}

/* /タイマー */
/* ループスライダー */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;

}
 
.loopSlider {
    margin: 0 auto;
    width: 960px;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 200px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
*{
margin: 0;
padding: 0;
}

#wrapper_a{
	text-align:center;
	width:30px;
	height:20px;
}
/* /ループスライダー */

/* ブランドから選ぶ */
#brand_choice{
	margin:10px 0;
}
.button_creme,.button_dewey,.button_harbour,.button_dano,.button_gh,.button_sab,.button_elmore,.button_bmt,.button_johnpeck,.button_madrugada,.button_sk,.button_used,.button_catalog{
  float:left;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin:6px 21px;
  color:#000000;
  width: 150px;
  height: 75px;
  border: 0.8px solid #c0c0c0;
}
.button_creme img,.button_dewey img,.button_harbour img,.button_dano img,.button_gh img,.button_sab img,.button_elmore img,.button_bmt img,.button_johnpeck img,.button_madrugada img,.button_sk img,.button_used img,.button_catalog img{
	width:146px;
	height:73px;
	margin-left:1px;
}
.button_creme:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_dewey:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_harbour:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_dano:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_gh:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_sab:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_elmore:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_bmt:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_johnpeck:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_madrugada:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_sk:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_used:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}
.button_catalog:hover {
  -webkit-animation: bounce 2s ease-in-out;
  animation: bounce 2s ease-in-out;
  opacity: 0.5;
}

@-webkit-keyframes bounce {
  5%  { -webkit-transform: scale(1.1, .8); }
  10% { -webkit-transform: scale(.8, 1.1) translateY(-5px); }
  15% { -webkit-transform: scale(1, 1); }
}
@keyframes bounce {
  5%  { transform: scale(1.1, .8); }
  10% { transform: scale(.8, 1.1) translateY(-5px); }
  15% { transform: scale(1, 1); }
}

/* /ブランドから選ぶ */
.wrapper1{
  margin: -20px auto 20px auto;
  text-align: center;
}
.row {
  margin: 50px auto;
}
.row_btn{
    float:left;
}
.row a {
  position: relative;
  border: 3px solid #232323;
  z-index: 2;
  margin: 0 25px;
  padding:12px 40px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #232323;
}
.row a:hover:before{
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
}
.row a:hover{
	color:#ffffff;
}
.row a:active:before{
  top: -8px;
  left: 15px;
  width: 102%;
  height: 100%;
}
.row a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: -12px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #ea5550;
  transition: all 0.3s ease;
}
.row .btn_red:before {
  background-color: #ea5550;
}
.row .btn-blue:before {
  background-color: #008db7;
}
.row .btn-yellow:before {
  background-color: #ffd700;
}
 
/*  各セクション*/
main h1{
    border-left: 3px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0; 
    padding:7px 10px;
    margin-bottom:15px;
    margin-top:30px;
   font-size:1.1em;
   color:#484848;
}
main h2{
    font-size: 1em;
    text-align: left;
    position: relative;
    margin-top:10px;
}
.box1{
	width:225px;
	height:250px;
	display:block;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}
.box1:last-child{
	margin-right:0;
}
.box1 .photo1 img{
   width:215px;
   margin:5px 5px 3px 3px;
}
.box1 h3{
    text-align:center;
    margin:10px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box1 .setsumei1{
    font-size:0.8em;
	line-height:1.5;
}
.box1:hover{
	opacity: 0.7;
}
.box2{
	width:300px;
	height:220px;
	display:block;
	margin-top:5px;
	margin-right:30px;
	margin-bottom:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}
.box2:last-child{
	margin-right:0;
}
.box2 .photo2 img{
   width:290px;
   margin:5px 5px 3px 3px;
}
.box2 h3{
    text-align:center;
    margin:5px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box2 .setsumei2{
    font-size:0.8em;
	line-height:1.5;
}
.box2:hover{
	opacity: 0.7;
}

.box3{
	width:460px;
	height:120px;
	display:block;
	margin:10px 8px;
	border:2px solid #fff;
	box-sizing:border-box;
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

	float:left;
}
.box3:last-child{
	margin-right:0;
}
.box3 h3{
    text-align:left;
    margin:30px auto 0 10px;
    font-size:100%;
    color:#484848;
}
.box3 .photo3 img{
   width:200px;
   margin:-30px 0 0 auto;
   float:right;
}

.box3 .setsumei3{
    font-size:0.8em;
	line-height:1.5;
	margin-top:35px;
}
.box3:hover{
	opacity: 0.7;
}

.shosailink{
    text-align:right;
    font-size:0.8em;
}
/* /各セクション */

/* ショップインフォメーション  */
.box4{
	width:225px;
	height:180px;
	display:block;
	margin-top:5px;
	margin-right:13px;
	margin-bottom:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
	
}
.box4:last-child{
	margin-right:0;
}
.box4 h2{
    text-align:center;
    margin:2px auto 0 auto;
    font-size:100%;
    color:#484848;
}

.box4 .photo4 img{
   width:215px;
   margin:5px 5px 3px 3px;
}
.box4 .setsumei4{
    text-align:center;
	font-size:0.8em;
	word-break:keep-all;
	margin:0 auto 0 2px;
}
.box4:hover{
	opacity: 0.7;
}

.box5{
	width:220px;
	height:220px;
	display:block;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:15px;
	float:left;	
}
.box5:last-child{
	margin-right:0;
}
.box5 .photo5 img{
   width:215px;
   margin:0;
}
.box5:hover{
	opacity: 0.7;
}

.box6{
	width:225px;
	height:255px;
	display:block;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);

}
.box6:last-child{
	margin-right:0;
}
.box6 .photo6 img{
   width:215px;
   margin:5px 5px 3px 3px;
}
.box6 h3{
    text-align:center;
    margin:10px auto 0 auto;
    font-size:100%;
    color:#484848;
}
.box6 .setsumei6{
    font-size:0.8em;
	line-height:1.5;
	margin-top:0;
}
.box6 a:hover{
	opacity: 0.7;
}
.column{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.column1{
    display:inline-block;
    margin-top:30px;
	font-size:120%;
	border-bottom:1px solid #808080;
	padding:4px 10px;
}
.box7{
	width:180px;
	height:195px;
	display:block;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;	
	border:2px solid #fff;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,0.22);
}
.box7:last-child{
	margin-right:0;
}
.box7 .photo7 img{
   width:170px;
   margin:5px 5px 5px 3px;
}
.box7 h3{
    text-align:center;
    margin:13px auto 0 auto;
    font-size:90%;
    color:#484848;
}
.box7 .setsumei7{
    font-size:0.8em;
	line-height:1.5;
	margin-top:0;
}
.box7:hover{
	opacity: 0.7;
}
.box8{
	width:97%;
	height:auto;
	margin-top:5px;
	margin-bottom:10px;
	}
.box8 img{
   width:100%;
}
.box8:hover{
	opacity: 0.7;
}

/* /ショップインフォメーション */
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 60px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*  */
.cf{
	clear:both;
}  

.right{
	float:right;
}

/**おすすめ横並び　4個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(4n-3)){
  margin-left: 20px;
}
.recommend > :nth-child(n+5){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 28px * 3) / 4);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.recommendblock img{
  width: 100%;
  height: auto;
}
.recommendblock:hover{
	opacity: 0.7;
}

/**おすすめ横並び　2個**/
.block-group2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.block-group2 > :not(:nth-child(2n)){
  margin-left: 5px;
}
.block-group2 > :nth-child(n+3){
  margin-top: 20px;
}
.block-groupblock2{
  width: calc((100% - 20px * 1) / 2);
  height: auto;
  overflow: hidden;
}

.block-groupblock2 img{
  width: 97%;
  height: auto;
}
.block-group2:hover{
	opacity: 0.7;
}
