@charset "UTF-8";

#contents {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
.spv {
  display: none;
}
@media only screen and (max-width: 768px) {
  #main {
    padding: 0;
    float: none;
  }
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
  section {
    width: 100%;
    overflow: hidden;
  }
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

.container-fluid {
  padding: 0;
}

/*  TOPづライダー  */
#slider{
width: 100%;
height: 100%;
margin:0 auto 30px;
position: relative;
background: #f3f3f3;
max-height: 600px;
padding-top: 45px;
overflow-y: hidden;
}
.front_page #contents .row,.back_div {
  padding: 0;
  background: #f3f3f3;
}
.front_page #contents .row > div,.main-back,.sec01 {
  background: #f3f3f3;
}
.slide-item img{
  width: 100%;
}
#slider.spv{
display: none;
}
#thumbnail-list{
width: 30%;
margin: 0 auto;
display: flex;
display: -ms-flexbox;
justify-content: space-between;

flex-wrap:wrap;
position: absolute;
bottom: 0px;
right: 30px;
}
.thumbnail-item{
flex: 0 1 20%;
margin-left: 2.5%;
margin-right: 2.5%;
margin-bottom: 10px;
box-sizing: border-box;
position:relative;
border: 5px solid #fff;
}
#thumbnail-list.spv {
  display: none;
}
.thumbnail-item.thumbnail-current {
  border: 5px solid #b21d33;
  box-sizing: border-box;
}
.thumbnail-item .thumbnail-current:after{
  opacity: 0;
}
.thumbnail-item img{
  width: 100%;
  margin: 0 auto;
}
.arrows02-button, .arrows01-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.prev-arrow {
  /* background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; */
  background: url(../img/top/arrow01.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 64px;
  position: absolute;
  top: -60px;
  left: 50%;

}
.next-arrow {
  /* background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; */
  background: url(../img/top/arrow02.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 64px;
  position: absolute;
  top: -60px;
  left: 55%;
}

/*  TOPスライド黒透過  */

.outerLink {
  background-color:black;
  display:block;
  opacity:1;
  filter:alpha(opacity=100);
  width:100%;
}
img.darkableImage{
  opacity:1;
  filter:alpha(opacity=100);
}
a.darken {
  display: inline-block;
  background: black;
  padding: 0;
}
a.darken img {
  display: block;
  -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
a.darken:hover img {
    opacity: 1;
}


.main-title {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.main-title .main-logo {
  display: inline-block;
  vertical-align: middle;
}
/* スライダー直下 h1箇所変更*/
.main-title .title_text img {
    display: block;
    margin: 0 auto 10px;
}
/*.main-title .title_text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/top_logo.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 61px;
  vertical-align: top;
}*/
.main-title .title_text {
  width: 90%;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  vertical-align: middle;
  position: relative;
}
.main-title .title_content {
    font-size: 14px;
}
.main-title .title_text span {
  font-size: 16px;
  color: #b21d33;
  text-align: center;
  position: absolute;
  margin-top: -20px;
  left: 0;
  right: 0;
}

section .top-content01 {
  width: 1080px;
  margin: auto;
}
section .top-content01 ul {
  display: flex;
  align-items: stretch;
}
section .top-content01 ul li {
  width: 420px;
  margin-right: 20px;
}
section .top-content01 ul li:nth-child(3){
  width: 270px;
  margin-right: 0;
}
section .top-content01 ul li.last-01 img {
  height: 363px;
  overflow-y: hidden;
}
section .top-content01 ul li img:hover{
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .top-content01 .content_text {
    display: table;
    width: 100%;
}
section .top-content01 .content_text h2 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
    display: table-cell;
    height: 80px;
}
section .top-content01 .hover-pic:hover img {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .top-content01 .content-text02 p {
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 1.6;
}
section .top-content01 ul.spv {
  display: none;
}
@media(min-width: 1px) and (max-width: 1085px) {
  section .top-content01 {
    width: 90%;
    margin: auto;
  }
  section .top-content01 ul li {
    width: 30%;
  }
  section .top-content01 ul li.last-01 img{
    width: 59%;
    height: auto;
    margin: auto;
    display: block;
  }
  section .top-content01 ul li.last-01 {
    position: relative;
    width: 30%;
  }
  section .top-content01 ul li.last-01::before {
    content: "";
    display: block;
    padding-top: 0%;
  }
  section .top-content01 ul li.last-01 .inner {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
}
@media(min-width: 1px) and (max-width: 985px) {
  section .top-content01 .content_text h2 {
    font-size: 18px;
  }
}
@media(min-width: 1px) and (max-width: 768px) {
  #thumbnail-list{
    bottom: 40px;
  }
  .title_text {
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    font-weight: normal;
    margin-top: 56px;
    padding: 5px 0;
  }
  .next-arrow,.prev-arrow {
    display: none
  }
  section .top-content01 ul.pcv {
    display: none;
  }
  section .top-content01 ul.spv {
    display: block;
  }
  section .top-content01 ul.spv li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .sp-contet-left,.sp-contet-right {
    float: left;
  }
  .sp-contet-left {
    width: 35%;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
  }
  .sp-contet-right {
    position: relative;
    width: 65%;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    color: #000;
  }
  .sp-contet-right::before {
    content: "";
    display: block;
    padding-top: 51.7%;
  }
  .sp-contet-right .inner {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .sp-contet-right .inner h2 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding-top: 24%;
    margin: 0;
  }
  .sp-contet-right .inner h2.last_title {
    padding-top: 19%;
  }
  .sp-content-01::after {
    display: block;
    content: "";
    clear: both;
  }
  #thumbnail-list.pcv {
    display: none;
  }
  #thumbnail-list-sp.spv {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap:wrap;
    position: absolute;
    bottom: 40px;
    right: 15px;
  }
  .thumbnail-item {
    margin-left: 1%;
    margin-right: 1%;
  }
  #slider.pcv{
  display: none;
  }
  #slider-sp.spv{
  display: block;
  width: 100%;
  margin:0 auto 30px;
  position: relative;
  background: #f3f3f3;
  }
}
/* インフォメーション  */

section .info {
  width: 1080px;
  margin: auto;
}
section .info .info_title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 0;
  color: #000;
  letter-spacing: 2px;
}
section .info .info_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .info ul.parent{
  overflow-x:auto;
  overflow-y: hidden;
  width:100%;
  white-space:nowrap;
  -webkit-overflow-scrolling: touch;
}
section .info ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
section .info ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .info ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
  background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .info ul.parent::-webkit-scrollbar-thumb {
  background:#000;
  /* background: url(../img/top/scbar.png);
  background-repeat: no-repeat;
  width: 138px;  */
  /* height: 2px; */
}
section .info ul li.child {
  display:inline-block;
  margin-right:1%; width:300px;
  white-space:normal;
  margin-bottom: 20px;
}
section .info ul li td {
  padding: 5px 0;

}
section .info ul li.info_box {
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  min-height: 200px;
  vertical-align: top;
}
section .info ul li td.info_category {
  min-height: 35px;
  height: 35px;
}
section .info ul li td.info_category {

}
section .info ul li td.info_day {
  color: #000;
}
section .info ul li td.info_text {
  color: #000;
}

@media(min-width: 1px) and (max-width: 1085px) {
  section .info {
    width: 90%;
    margin: auto;
  }
  section .info ul li.child {
    width: 35%;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .info ul li.child {
    width: 68%;
  }
  section .info ul li.info_box {
    min-height: 230px;
  }
}
/*  特集  */
section .feature {
  width: 1080px;
  margin: auto;
  padding-bottom: 40px;
}
section .feature .feature_title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 2px;
}
section .feature .feature_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .feature ul.parent.spv {
  display: none;
}
section .feature ul.parent.pcv{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 40px;
  display: block;
  -webkit-overflow-scrolling: touch;
}
section .feature ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .feature ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .feature ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
  background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .feature ul.parent::-webkit-scrollbar-thumb {
  background:#000;
}
section .feature ul li.child {
  display:inline-block;
  margin-right:1%; width:600px;
  white-space:normal;
  background: #fff;
}

@media(min-width: 1px) and (max-width: 1085px){
  section .feature {
    width: 90%;
    margin: auto;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .feature ul.parent.spv {
    display: block;
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
    white-space:nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
  section .feature ul.parent.spv .parent_inner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
  }
  section .feature ul.parent.pcv {
    display: none;
  }
  section .feature ul li.child {
    display:inline-block;
    margin-right:1%; width:150px;
    white-space:normal;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  section .feature ul li.child .feature_text {
    background: #fff;
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    color: #000;
  }
  section .feature ul li.child .feature_text h3{
    font-weight: normal;
    font-size: 14px;
  }
}

/*  カーテンを探す   */
section .look_for {
  width: 1080px;
  margin: auto;
}
section .look_for .look_for_title {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  color: #000;
  letter-spacing: 2px;
}
section .look_for .look_for_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .look_for .look_for_sub {
  text-align: center;
  color: #000;
  padding-bottom: 40px;
}
.tab_content01 .tab_title,.tab_content02 .tab_title,.tab_content03 .tab_title,.tab_content04 .tab_title {
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
  color: #000;
  letter-spacing: 2px;
}
.tab_content01 .tab_textcontent, .tab_content02 .tab_textcontent, .tab_content03 .tab_textcontent, .tab_content04 .tab_textcontent {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}
section .look_for ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .look_for ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .look_for ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .look_for ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
  background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .look_for ul.parent::-webkit-scrollbar-thumb {
  background:#000;
}
section .look_for ul li.child {
  display:inline-block;
  margin-right:1%;
  width:209px;
  padding: 5px;
  box-sizing: border-box;
  min-height: 200px;
  white-space:normal;
  border: 1px solid #ccc;
  vertical-align: top;
}
section .look_for ul li .hover-pic:hover img {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .look_for ul li.child .inner_text {
  text-align: center;
  min-height: 40px;
  color: #000;
}
section .look_for ul li.child .inner_text .entitle {
  font-size: 20px;
  font-weight: normal;
  white-space:normal;
  word-wrap: break-word;

}
section .look_for ul li.child .inner_text .entitle::after {
  content: "";
  display: block;
  text-align: center;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;
}
section .look_for ul li.child .inner_text .jatitle {
  font-size: 14px;
}
section .look_for ul li.child img {
  width: 100%;
  height: auto;
}
section .look_for ul li.child img:hover {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .look_for ul li.child.color img:hover {
  -webkit-filter: brightness(1.0);
  -moz-filter: brightness(1.0);
  -o-filter: brightness(1.0);
  -ms-filter: brightness(1.0);
  filter: brightness(1.0);
}
section .look_for .tab_content03 ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .look_for .tab_content03 ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .look_for .tab_content03 ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .look_for .tab_content03 ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
  background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .look_for .tab_content03 ul.parent::-webkit-scrollbar-thumb {
  background:#000;
}
section .look_for .tab_content03 ul li.child {
  display: inline-block;
  margin-right: 1%;
  width: 157px;
  white-space: normal;
  min-height: 260px;
  vertical-align: top;
}
section .look_for .tab_content03 ul li a {
  display: block;
  color: #000;
}
section .look_for .tab_content03 ul li .hover-pic:hover img {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .look_for .tab_content03 ul li.child .inner_text .jatitle {
  margin-top: 40px;
}
section .look_for .tab_content04 ul.color_list{
  /* overflow-x:auto;
  overflow-y:hidden; */
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  display: flex;
}
section .look_for .tab_content04 ul li.child.color {
  border: none;
  min-height: none;
  /* display:inline-block;
  margin-right:1%; width:8%;
  white-space:normal;
  border: none; */

}
section .look_for .tab_content04 ul li.child .inner_text:hover {
  text-decoration: underline;
}
section .look_for .tab_content04 ul li.child .inner_text {
  padding-top: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  margin-top: 5px;
}
/*section .look_for .tab_content04 ul li.child .inner_text.color4 {
  white-space: nowrap;
}*/
/*  タブ切り替え  */
.tab-select-outer {
  display: none;
}
#tab-button::after {
  display: block;
  content: "";
  clear: both;
}
#tab-button ul {
  width: 100%;
  margin: auto;
}
#tab-button li a {
  text-decoration: none;
  color: #000;
  display: block;
}
#tab-button li {
  list-style: none;
  float: left;
  width: 49%;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  margin-right: 2%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: url(../img/top/sankaku-b.png) center bottom 5px no-repeat,#cccccc;
}
#tab-button li::after {
  content: "";
  display: block;
  background: #b21d33;
  height: 2px;
  width: 200%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#tab-button li::before {
  content: "";
  display: block;
  background: #b21d33;
  height: 2px;
  width: 200%;
  position: absolute;
  bottom: 0;
  left: -100%;
  right: 0;
}

#tab-button li.is-active {
  background: url(../img/top/sankaku-w.png) center bottom 5px no-repeat,#b21d33;
}
#tab-button li.is-active a {
  color: #fff;
}
#tab-button li:nth-child(2) {
  margin-right: 0;
}
.lineup_example {
  width: 70%;
  margin: 30px auto;
  padding: 30px;
  border: 2px solid #000;
  box-sizing: border-box;
}

#tab02 .tab_content03 {
  margin-bottom: 80px;
}

@media(min-width: 1px) and (max-width: 1085px){
  section .look_for {
    width: 90%;
    margin: auto;
    width: 100%;
  }
  section .look_for .tab_content04 ul.color_list{
    flex-wrap: wrap;
  }
  section .look_for ul.color_list li.child {
    width: 13%;
  }
  #tab01 {
    width: 90%;
    margin: auto;
  }
  #tab02 {
    width: 90%;
    margin: auto;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .look_for ul li.child {
    display:inline-block;
    margin-right:1%;
    width:166px;
    padding: 5px;
    box-sizing: border-box;
    min-height: 200px;
    white-space:normal;
    border: 1px solid #ccc;
  }
  section .look_for ul li.child h3 {
    min-height: 70px;
  }
  section .look_for .tab_content03 ul li.child {
    display:inline-block;
    margin-right:1%;
    width:166px;
    padding: 5px;
    box-sizing: border-box;
    min-height: 200px;
    white-space:normal;
    border: 1px solid #ccc;
  }
  section .look_for .tab_content04 ul li.child {
    display:inline-block;
    margin-right:1%; width:19%;
    white-space:normal;
    border: none;
    min-height: 135px;
  }
  section .look_for .tab_content04 ul li.child:nth-child(5),section .look_for .tab_content04 ul li.child:nth-child(10) {
    margin-right: 0;
  }
  #tab-button li::before,#tab-button li::after  {
    width: 100%;
  }
  #tab-button li {
    width: 50%;
    margin-right: 0;
  }
}
@media(min-width: 1px) and (max-width: 365px){
  section .look_for .tab_content04 ul li.child .inner_text{
    font-size: 12px;
  }

}
/*  取扱商品一覧   */
#page_homepage section.sec01.border {
    border-top: 2px solid #b21d33;
}
section .product {
  width: 1080px;
  margin: auto;
}
section .product .product_title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 0;
  color: #000;
  letter-spacing: 2px;
}
section .product .product_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .product .product_textcontent {
    font-size: 14px;
    text-align: center;
    padding-bottom: 60px;
}
section .product ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
/* section .product ul::after {
  display: block;
  content: "";
  clear: both;
} */
section .product ul li {
    width: 157px;
    margin: 0 1%;
    padding: 5px 5px;
    border: 1px solid #000;
    /* min-height: 300px; */
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #fff;
}
/* section .product ul li:first-child,section .product ul li:nth-child(7) {
  margin-left: 0;
}
section .product ul li:nth-child(6) {
  margin-right: 0;
} */
section .product ul li .inner_text {
  font-weight: normal;
  text-align: center;
}
section .product ul li a {
  display: block;
}
section .product ul li .hover-pic:hover img {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .product ul li img:hover {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
section .product ul li .inner_text {
  color: #000;
}
section .product ul li .inner_text h3.entitle {
  font-size: 18px;
  font-weight: normal;
}
section .product ul li .inner_text h3.entitle::after {
  content: "";
  display: block;
  text-align: center;
  width: 60px;
  height: 1px;
  background: #ccc;
  margin: 10px auto 0;

}
section .product ul li .inner_text .jatitle {
  font-size: 14px;
}
section .product ul.parent.spv {
  display: none;
}
@media(min-width: 1px) and (max-width: 1085px){
  section .product {
    width: 90%;
    margin: auto;
  }
  section .product ul.pcv{
    display: none;
  }
  section .product ul.parent.spv{
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
    white-space:nowrap;
    padding-bottom: 20px;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  /* section .product ul.parent.spv .parent_inner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  } */
  section .product ul.parent.spv::-webkit-scrollbar {
      width: 5px;
      height: 5px;
  }
  section .product ul.parent.spv::-webkit-scrollbar-track {
    border-radius: 10px;
  	background: url(../img/top/scline.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
  }
  section .product ul.parent.spv::-webkit-scrollbar-thumb {
  	background:#000;
  }
  section .product ul.spv li.child {
    display:inline-block;
    margin-right:1%; width:156px;
    white-space:normal;
    float: none;
    padding: 0;
  }
  /* section .product ul li {
    width: 14.5%;
  } */
}
@media(min-width: 1px) and (max-width: 768px){
  section .product ul.pcv{
    display: none;
  }
  section .product ul.parent.spv{
    overflow-x:auto;
    overflow-y:hidden;
    width:100%;
    white-space:nowrap;
    padding-bottom: 20px;
    display: block;
    -webkit-overflow-scrolling: touch;
  }

  section .product ul.spv li.child {
    display:inline-block;
    margin-right:1%; width:150px;
    white-space:normal;
    float: none;
    padding: 0;
  }
}
/*  新入荷商品 */
section .new_item {
  width: 1080px;
  margin: auto;
}
section .new_item .new_item_title {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 2px;
}
section .new_item .new_item_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .new_item ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .new_item ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .new_item ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .new_item ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
	background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .new_item ul.parent::-webkit-scrollbar-thumb {
	background:#000;
}
section .new_item ul li.child {
  display:inline-block;
  margin-right:3px; width:263px;
  white-space:normal;
  vertical-align: top;
}
section .new_item ul li.child .new-item-title,section .new_item ul li.child .new-item-money {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
section .new_item ul li.child .new-item-title p,section .new_item ul li.child .new-item-money p {
  margin: 5px 0;
  color: #000;
}
section .new_item ul li.child .new-item-title p.star  {
  font-size: 16px;
}
.new_item ul li.child .new-item-money p.line-text {
  text-decoration: line-through;
}
.new_item ul li.child .new-item-money p.money-text {
  color: #b21d33;
  font-weight: bold;
}
.new_item ul li.child .new-item-money p.money-text span {
  border: 1px solid #b21d33;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 4px;
}
section .new_item ul li.child .pic {
  position: relative;
}
section .new_item ul li.child .new-item-pic {
  position: relative;
  width: 100%;
}

section .new_item ul li.child .more_btn {
  width: 70%;
  margin: 80px auto 0;
  text-align: center;
  background: url(../img/top/btn.png) right 10px center no-repeat,#000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}
section .new_item ul li.child .more_btn a {
  color: #fff;
  display: block;
}
section .new_item ul li.child .favorite_favorite {
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
  background: #000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}
section .new_item ul li.child .favorite_favorite img.pconoff-btn {
  position: absolute;
  top: 30%;
  right: 10px;
}
section .new_item ul li.child .favorite_favorite a {
  color: #fff;
  display: block;
}
section .new_item ul li.child .new-item-pic:hover {
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
   filter: brightness(0.4);
}
section .new_item ul li.child .new-item-top {
  position: absolute;
  top: 0;
  left: 0;
}
section .new_item ul li.child .new-item-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(min-width: 1px) and (max-width: 1085px){
  section .new_item {
    width: 90%;
    margin: auto;
  }
  section .new_item ul li.child {
    display:inline-block;
    margin-right:1%; width:24%;
    white-space:normal;
  }
  section .new_item ul li.child .more_btn {
    margin: 25% auto 0;
    width: 85%;
    font-size: 14px;
  }
  section .new_item ul li.child .favorite_favorite {
    width: 85%;
    font-size: 14px;
    margin: 15% auto 0;
  }
}
@media(min-width: 1px) and (max-width: 881px){
  section .new_item ul li.child {
    margin-right:1%; width:32%;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .new_item ul li.child .new-item-title {
    position: relative;
  }
  section .new_item ul li.child .new-item-title p.spv {
    width: 80%;
    line-height: 1.2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  section .new_item ul li.child .new-item-icon {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  section .new_item ul li.child .new-item-icon img {
    width: 70%;
    margin: 12px auto;
    display: block;
  }
  section .new_item ul li.child {
    display:inline-block;
    margin-right:1%; width:150px;
    white-space:normal;
  }
  section .new_item ul li.child .new-item-pic:hover {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
     filter: brightness(1);
  }
}

/*  お気に入り  */

section .favorite {
  width: 1080px;
  margin: auto;
}
section .favorite .favorite_title {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 2px;
}
section .favorite .favorite_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .favorite ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .favorite ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .favorite ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .favorite ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
	background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .favorite ul.parent::-webkit-scrollbar-thumb {
	background:#000;
}
section .favorite ul li.child {
  display:inline-block;
  margin-right:3px; width:263px;
  white-space:normal;
  vertical-align: top;
}
section .favorite ul li.child .new-item-title,section .favorite ul li.child .new-item-money {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
section .favorite ul li.child .new-item-title p,section .favorite ul li.child .new-item-money p {
  margin: 5px 0;
  color: #000;
}
section .favorite ul li.child .new-item-title p.star {
  font-size: 16px;
}
section .favorite ul li.child .new-item-money p.line-text {
  text-decoration: line-through;
}
section .favorite ul li.child .new-item-money p.money-text {
  color: #b21d33;
  font-weight: bold;
}
section .favorite ul li.child .new-item-money p.money-text span {
  border: 1px solid #b21d33;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 4px;
}
section .favorite ul li.child .pic {
  position: relative;
}
section .favorite ul li.child .new-item-pic {
  position: relative;
  width: 100%;
}
section .favorite ul li.child .new-item-top {
  position: absolute;
  top: 0;
  left: 0;
}
section .favorite ul li.child .new-item-bottom {
  position: absolute;
  bottom: 0;
  right: 0;

}
.more_btn img {
  width: 70%;
}
section　.favorite ul li.child figcaption  {
  background: #000;
}
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
section .favorite ul li.child .more_btn {
  width: 70%;
  margin: 80px auto 0;
  text-align: center;
  background: url(../img/top/btn.png) right 10px center no-repeat,#000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}
section .favorite ul li.child .more_btn a {
  color: #fff;
  display: block;
}
section .favorite ul li.child .favorite_favorite {
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
  background: #000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}
section .favorite ul li.child .favorite_favorite img.pconoff-btn {
  position: absolute;
  top: 30%;
  right: 10px;
}
section .favorite ul li.child .favorite_favorite a {
  color: #fff;
  display: block;
}
figure:hover figcaption {
  opacity: 1;
}
.hover-pic:hover figcaption {
  opacity: 1;
}
section .favorite .favorite_btn {
  width: 250px;
  margin: 20px auto;
  background: url(../img/top/btn.png) right 10px center no-repeat,#b21d33;
  background-size: 4px 7px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
section .favorite .favorite_btn a {
  color: #fff;
  display: block;
}

@media(min-width: 1px) and (max-width: 1085px){
  section .favorite {
    width: 90%;
    margin: auto;
  }
  section .favorite ul li.child {
    display:inline-block;
    margin-right:1%; width:24%;
    white-space:normal;
  }
  section .favorite ul li.child .more_btn {
    margin: 25% auto 0;
    width: 85%;
    font-size: 14px;
  }
  section .favorite ul li.child .favorite_favorite {
    width: 85%;
    font-size: 14px;
    margin: 15% auto 0;
  }
}
@media(min-width: 1px) and (max-width: 881px){
  section .favorite ul li.child {
    margin-right:1%; width:32%;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .favorite ul li.child .new-item-title {
    position: relative;
  }
  section .favorite ul li.child .new-item-title p.spv {
    width: 80%;
    line-height: 1.2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  section .favorite ul li.child .new-item-icon {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  section .favorite ul li.child .new-item-icon img {
    width: 70%;
    margin: 12px auto;
    display: block;
  }
  section .favorite ul li.child {
    display: inline-block;
    margin-right: 1%;
    width: 150px;
    white-space: normal;
  }
  figcaption {
    display: none;
  }
}

/*  最近チェックした商品  */

section .checked {
  width: 1080px;
  margin: auto;
}
section .checked .checked_title {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 2px;
}
section .checked .checked_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .checked ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .checked ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .checked ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .checked ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
	background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .checked ul.parent::-webkit-scrollbar-thumb {
	background:#000;
}
section .checked ul li.child {
  display:inline-block;
  margin-right:3px; width:263px;
  white-space:normal;
  vertical-align: top;
}
section .checked ul li.child .new-item-title,section .checked ul li.child .new-item-money {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
section .checked ul li.child .new-item-title p,section .checked ul li.child .new-item-money p {
  margin: 5px 0;
  color: #000;
}
section .checked ul li.child .new-item-title p.star {
  font-size: 16px;
}
section .checked ul li.child .new-item-money p.line-text {
  text-decoration: line-through;
}
section .checked ul li.child .new-item-money p.money-text {
  color: #b21d33;
  font-weight: bold;
}
section .checked ul li.child .new-item-money p.money-text span {
  border: 1px solid #b21d33;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 4px;
}
section .checked ul li.child .pic {
  position: relative;
}
section .checked ul li.child .new-item-pic {
  position: relative;
  width: 100%;
}
section .checked ul li.child .new-item-top {
  position: absolute;
  top: 0;
  left: 0;
}
section .checked ul li.child .new-item-bottom {
  position: absolute;
  bottom: 0;
  right: 0;

}
section .checked ul li.child .more_btn {
  width: 70%;
  margin: 80px auto 0;
  text-align: center;
  background: url(../img/top/btn.png) right 10px center no-repeat,#000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}
section .checked ul li.child .more_btn a {
  color: #fff;
  display: block;
}
section .checked ul li.child .favorite_favorite {
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
  background: #000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}
section .checked ul li.child .favorite_favorite img.pconoff-btn {
  position: absolute;
  top: 30%;
  right: 10px;
}
section .checked ul li.child .favorite_favorite a {
  color: #fff;
  display: block;
}
section .checked .favorite_btn {
  width: 250px;
  margin: 40px auto 20px;
  background: url(../img/top/btn.png) right 10px center no-repeat,#b21d33;
  background-size: 4px 7px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
section .checked .favorite_btn a {
  color: #fff;
  display: block;
}
@media(min-width: 1px) and (max-width: 1085px){
  section .checked {
    width: 90%;
    margin: auto;
  }
  section .checked ul li.child {
    display:inline-block;
    margin-right:1%; width:24%;
    white-space:normal;
  }
  section .checked ul li.child .more_btn {
    margin: 25% auto 0;
    width: 85%;
    font-size: 14px;
  }
  section .checked ul li.child .favorite_favorite {
    width: 85%;
    font-size: 14px;
    margin: 15% auto 0;
  }
}
@media(min-width: 1px) and (max-width: 881px){
  section .checked ul li.child {
    margin-right:1%; width:32%;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .checked ul li.child .new-item-title {
    position: relative;
  }
  section .checked ul li.child .new-item-title p.spv {
    width: 80%;
    line-height: 1.2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  section .checked ul li.child .new-item-money p.money-text span {
    border: 1px solid #b21d33;
    font-size: 12px;
    box-sizing: border-box;
  }
  section .checked ul li.child .new-item-icon {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  section .checked ul li.child .new-item-icon img {
    width: 70%;
    margin: 12px auto;
    display: block;
  }
  section .checked ul li.child {
    display: inline-block;
    margin-right: 1%;
    width: 150px;
    white-space: normal;
  }
}

/* 今、売れている商品  */

section .selling {
  width: 1080px;
  margin: auto;
  margin-bottom: 40px;
}
section .selling .selling_title {
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 40px;
  color: #000;
  letter-spacing: 2px;
}
section .selling .selling_title span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
section .selling ul.parent{
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  white-space:nowrap;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
section .selling ul.parent .parent_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
section .selling ul.parent::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
section .selling ul.parent::-webkit-scrollbar-track {
  border-radius: 10px;
	background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
section .selling ul.parent::-webkit-scrollbar-thumb {
	background:#000;
}

section .selling ul li.child {
  display:inline-block;
  margin-right:3px; width:263px;
  white-space:normal;
}
section .selling ul li.child .new-item-title,section .selling ul li.child .new-item-money {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
section .selling ul li.child .new-item-title p,section .selling ul li.child .new-item-money p {
  margin: 5px 0;
  color: #000;
}
section .selling ul li.child .new-item-title p.star {
  font-size: 16px;
}
section .selling ul li.child .new-item-money p.line-text {
  text-decoration: line-through;
}
section .selling ul li.child .new-item-money p.money-text {
  color: #b21d33;
  font-weight: bold;
}
section .selling ul li.child .new-item-money p.money-text span {
  border: 1px solid #b21d33;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 4px;
}
section .selling ul li.child .pic {
  position: relative;
}
section .selling ul li.child .new-item-pic {
  position: relative;
  width: 100%;
}
section .selling ul li.child .new-item-top {
  position: absolute;
  top: 0;
  left: 0;
}
section .selling ul li.child .new-item-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
section .selling ul li.child .more_btn {
  width: 70%;
  margin: 80px auto 0;
  text-align: center;
  background: url(../img/top/btn.png) right 10px center no-repeat,#000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: normal;
  color: #fff;
}
section .selling ul li.child .more_btn a {
  color: #fff;
  display: block;
}
section .selling ul li.child .favorite_favorite {
  width: 70%;
  margin: 50px auto 0;
  text-align: center;
  background: #000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}
section .selling ul li.child .favorite_favorite img.pconoff-btn {
  position: absolute;
  top: 30%;
  right: 10px;
}
section .selling ul li.child .favorite_favorite a {
  color: #fff;
  display: block;
}
section .selling .favorite_btn {
  width: 250px;
  margin: 40px auto 20px;
  background: url(../img/top/btn.png) right 10px center no-repeat,#b21d33;
  background-size: 4px 7px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
section .selling .favorite_btn a {
  color: #fff;
  display: block;
}
@media(min-width: 1px) and (max-width: 1085px){
  section .selling {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  section .selling ul li.child .new-item-title {
    position: relative;
  }
  section .selling ul li.child .new-item-title p.spv {
    width: 80%;
    line-height: 1.2;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  section .selling ul li.child .new-item-icon {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  section .selling ul li.child .new-item-icon img {
    width: 70%;
    margin: 12px auto;
    display: block;
  }
  section .selling ul li.child {
    display: inline-block;
    margin-right: 1%;
    width: 150px;
    white-space: normal;
  }
}

/*  footer-content  */
section .top-content01.footer-content01 ul {
  display: flex;
  padding: 60px 0;
}
section .top-content01.footer-content01 ul li {
  width: 353px;
  margin-right: 45px;
}
section .top-content01.footer-content01 ul li:nth-child(3){
  margin-right: 0;
}

section .top-content01.footer-content01 ul li img {
  width: 100%;
  margin: auto;
}

#footer {
    background: none;
    border-top: 1px solid #000;
    padding-bottom: 0;
    background: #fff;
}
#footer .footer_nav {
  width: 1080px;
  margin: auto;
}
#footer .footer_nav .gaido-btn {
  width: 180px;
  margin: 40px auto 20px;
  background: url(../img/top/btn.png) right 10px center no-repeat,#919191;
  background-size: 4px 7px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  font-size: 14px;
}
#footer .footer_nav .gaido-btn:hover {
  opacity: 0.7;
}
#footer .footer_nav .gaido-btn a {
  color: #fff;
  display: block;
}
#footer .footer_nav ul.nav-ul::after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer_nav ul.nav-ul li:not(.footer-money-li) {
    float: left;
    width: 32%;
    margin-right: 2%;
}
#footer .footer_nav ul.nav-ul li:last-child {
  margin-right: 0;
}
#footer .footer_nav ul.nav-ul li h3 {
  font-size: 20px;
  margin: 25px 0 45px;
}
#footer .footer_nav ul.nav-ul li h3 span {
  border-bottom: 1px solid #000;
}
#footer .footer_nav ul.nav-ul li p {
  font-size: 14px;
  line-height: 0.5;
}
#footer .footer_nav ul.nav-ul li p span {
  color: #b21d33;
  font-size: 40px;
}
#footer .footer_nav ul.nav-ul li p span.tax_ex {
    font-size: 11px;
    color: inherit;
}
#footer .footer_nav ul.nav-ul li .footer-pic {
  min-height: 70px;

}
#footer .footer_nav ul.nav-ul li .footer-pic img {
    vertical-align: bottom;
    width: 25%;
}
#footer .footer_nav ul.nav-ul li ul.footer-money {
  /*display: flex;*/
  font-size: 14px;
}
#footer .footer_nav ul.nav-ul li ul.footer-money .footer-money-li {
    font-size: 14px;
    width: 100%;
    margin-right: 0.5%;
}
#footer .footer_nav ul.nav-ul li ul.footer-money .footer-money-li div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#footer .footer_nav ul.nav-ul li ul.footer-money .footer-money-li > img:last-child {
    margin-left: 35px;
}
#footer .footer-main-nav {
  margin-top: 60px;
  background: #f0f0f0;
  border-top: 1px solid #000;
}
#footer .footer-main-nav .f-nav {
  padding: 50px 0;
  width: 1080px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;

}
#footer .footer-main-nav .f-nav li {
  width: 25%;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 3%;
  box-sizing: border-box;
}
#footer .footer-main-nav .f-nav li:hover {
  opacity: 0.7;
}
#footer .footer-main-nav .copywriter p {
  font-size: 10px;
  text-align: center;
  background: #999999;
  color: #fff;
  padding: 15px;
  position: relative;
  margin: 0;
  box-sizing: border-box;
}
.fx-footer-nav {
  display: none;
}
section .top-content01.footer-content01 ul.spv {
  display: none;
}
@media(min-width: 1px) and (max-width: 1085px){
  #footer .footer_nav {
    width: 90%;
    margin: auto;
  }
  #footer .footer-main-nav .f-nav {
    width: 90%;
    margin: auto;
  }
}
@media(min-width: 1px) and (max-width: 800px){
  #footer .footer-main-nav .f-nav li {
    padding-left: 0;
  }
}
@media(min-width: 1px) and (max-width: 768px){
  #footer {
    width: 100%;
    overflow: hidden;
  }
  section .top-content01.footer-content01 ul.pcv li {
    display: none;
  }
  section .top-content01.footer-content01 ul.spv li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  section .top-content01.footer-content01 ul.spv li:last-child {
    margin-bottom: 40px;
  }
  section .top-content01.footer-content01 ul.spv {
    display: block;

  }
  section .top-content01.footer-content01 ul {
    padding: 25px 0;
  }
 .sp-footer .selling_title {
   font-weight: normal;
   font-size: 20px;
   text-align: center;
   margin-bottom: 45px;
 }
 .sp-footer .selling_title span {
   border-bottom: 1px solid #000;
 }
 .sp-nav-01 li.guide-list01 {
   padding: 20px 0;
   border-top: 1px solid #ccc;
   width: 85%;
   text-align: left;
   margin: auto;
   background: url(../img/top/garow.png) right 10px center no-repeat;
   background-size: 7px 14px;
 }
 .sp-nav-01 li.guide-list01:last-child {
   border-bottom: 1px solid #ccc;
 }
 .sp-nav-01 li.guide-list01 img{
   width: 16%;
   margin-right: 8%;
 }
.sp-footer .gaido-btn {
  width: 70%;
  margin: 30px auto;
  text-align: center;
  background: url(../img/top/spbtn-back.png) right 10px center no-repeat;
  height: 60px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: normal;
  border: 1px solid #000;
}
#footer .sp-footer .gaido-btn a {
  color: #000;
  display: block;
}
#footer .sp-footer02 ul.sp-nav-02 {
  width: 100%;
  margin: auto;
}
#footer .sp-footer02 ul.sp-nav-02 li {
  width: 50%;
  float: left;
  margin: 0;
  text-align: left;
  padding: 20px 5px;
  box-sizing: border-box;
  background: url(../img/top/spfooter-icon.png) right 10px center no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  background-size: 7px 14px;
  padding-left: 5%;
}
#footer .sp-footer02 ul.sp-nav-02 li:nth-child(1),#footer .sp-footer02 ul.sp-nav-02 li:nth-child(2){
  border-top: 1px solid #ccc;
}
#footer .sp-footer02 ul.sp-nav-02 li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#footer .sp-footer02 ul.sp-nav-02::after {
  display: block;
  content: "";
  clear: both;
}
#footer .sp-footer02 ul.sp-nav-02 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.copywriter {
  background: #333;
  color: #fff;
  height: 45px;
  font-size: 13px;
  text-align: center;
  line-height: 45px;
  margin-bottom: 65px;
}
.copywriter p {
  margin: 0;
  padding: 0;
}
.fx-footer-nav {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #ededed;
  z-index: 9999;
}
.fx-footer-nav ul.fx-footer-navul {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;


}
.fx-footer-nav ul.fx-footer-navul li {
  text-align: center;
}
.fx-footer-nav ul.fx-footer-navul li a{
  font-size: 14px;
  color: #000;
}
.fx-footer-nav ul.fx-footer-navul li img {
  margin: 5px auto;
  width: 40%;
}
}
@media(min-width: 1px) and (max-width: 330px){
#footer .sp-footer02 ul.sp-nav-02 li {
  padding-left: 2%;
  box-sizing: border-box;
}
.fx-footer-nav ul.fx-footer-navul li a {
  font-size: 12px;
}
}
/* ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
	background: url(../img/top/scline.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
}
::-webkit-scrollbar-thumb {
	background:#09C9D9;
  background: url(../img/top/scbar.png);
  background-repeat: no-repeat;
  width: 138px;
  height: 5px;
} */
  section .product ul,section .look_for .tab_content03 ul.parent,section .look_for ul.parent,section .feature ul.parent,section .info ul.parent {
    scrollbar-color: #000 #666;
    scrollbar-width: thin;
    scrollbar-base-color:#000;
    scrollbar-face-color:#000;
    scrollbar-arrow-color:#666;
    scrollbar-highlight-color:#666;
    scrollbar-shadow-color:#666;
    scrollbar-3dlight-color:#666;
    scrollbar-darkshadow-color:#666;
  }

/* section .favorite ul.parent {
  scrollbar-color: #000 #666;
  scrollbar-width: thin;
  scrollbar-base-color:#000;
  scrollbar-face-color:#000;
  scrollbar-arrow-color:#666;
  scrollbar-highlight-color:#666;
  scrollbar-shadow-color:#666;
  scrollbar-3dlight-color:#666;
  scrollbar-darkshadow-color:#666;
}
section .checked ul.parent {
  scrollbar-color: #000 #666;
  scrollbar-width: thin;
  scrollbar-base-color:#000;
  scrollbar-face-color:#000;
  scrollbar-arrow-color:#666;
  scrollbar-highlight-color:#666;
  scrollbar-shadow-color:#666;
  scrollbar-3dlight-color:#666;
  scrollbar-darkshadow-color:#666;
} */
section .selling ul.parent,section .checked ul.parent,section .favorite ul.parent,section .favorite ul.parent,section .new_item ul.parent {
  scrollbar-color: #000 #666;
  scrollbar-width: thin;
  scrollbar-base-color:#000;
  scrollbar-face-color:#000;
  scrollbar-arrow-color:#666;
  scrollbar-highlight-color:#666;
  scrollbar-shadow-color:#666;
  scrollbar-3dlight-color:#666;
  scrollbar-darkshadow-color:#666;
}


/* オーダーカーテンタブ切り替え 見出し非表示時の余白対応*/
section .look_for {
    margin: 100px auto 0;
}
/* オーダーカーテンタブ内コンテンツ 横スクロール無しコンテンツの中央寄せ対応*/
section .look_for #tab01 .tab_content02 ul.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
section .look_for #tab01 .tab_content03 ul.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
section .look_for #tab02 .tab_content01 ul.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1085px) and (min-width: 1px) {
  section .look_for {
      margin: 40px auto 0;
  }
  section .look_for #tab01 .tab_content02 ul.parent {
      display: block;
  }
  section .look_for #tab01 .tab_content03 ul.parent {
      display: block;
  }
  section .look_for #tab02 .tab_content01 ul.parent {
      display: block;
  }
  section .look_for .tab_content04 ul li.child{
      min-height: 85px;
  }
  section .look_for .tab_content04 ul li.child .inner_text{
      font-size: 10px;
  }
}