@charset "Shift_JIS";

/* sec-cate-nav
---------------------------------------------------------- */
[id="002001"].cms_layout_5,[id="002001"].cms_layout38 {background-color: #ede3b3;}
[id="002002"].cms_layout_5,[id="002002"].cms_layout38 {background-color: #9bc9d4;}
[id="002003"].cms_layout_5,[id="002003"].cms_layout38 {background-color: #eee;}
[id="002004"].cms_layout_5,[id="002004"].cms_layout38 {background-color: #e8c5d8;}
[id="002005"].cms_layout_5,[id="002005"].cms_layout38 {background-color: #becf9d;}
[id="002006"].cms_layout_5,[id="002006"].cms_layout38 {background-color: #e8decc;}
[id="002007"].cms_layout_5,[id="002007"].cms_layout38 {background-color: #e5f4b1;}
[id="002008"].cms_layout_5,[id="002008"].cms_layout38 {background-color: #ecd2cd;}
[id="002009"].cms_layout_5,[id="002009"].cms_layout38 {background-color: #dadada;}
[id="002010"].cms_layout_5,[id="002010"].cms_layout38 {background-color: #ffffd8;}
[id="002011"].cms_layout_5,[id="002011"].cms_layout38 {background-color: #aee1d1;}

.sec-cate-nav {
  overflow: hidden;
  padding-top: 45px;
}
.sec-cate-nav .cms_title1{
  text-align: center;
  display: block;
}
.main_title {
 display: none;
}
@media screen and (min-width: 768px) {
  .sec-cate-nav {
    min-width: 1245px;
  }
  .sec-cate-nav .cms_title1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-cate-nav {
    padding: 8% 0 0;
  }
  .sec-cate-nav .cms_title1{
    font-weight: bold;
    line-height: 1.4;
  }
  .sec-cate-nav .cms_title1 h1 span {
    display: block;
  }
}
/* nav-catetop 2019/05 update
---------------------------------------------------------- */
.nav-catetop {
  position: relative;
  padding-top: 0 !important;
  margin-top: 20px;
  -webkit-transition: padding-bottom .4s;
  transition: padding-bottom .4s;
}
.nav-catetop .list-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
	.nav-catetop .list-nav.is-active {
			padding-bottom: 0;
		}
  .nav-catetop .list-nav .row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }
  .nav-catetop .list-nav .row:first-child {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
  }
  .nav-catetop .list-nav .item {
    border: 0;
  }
  .nav-catetop .list-nav .row .item:nth-child(8n+8) .panel-cate-links .link-all {
    text-align: right;
  }
  .nav-catetop .box {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .nav-catetop .box .image {
    position: relative;
  }
  .nav-catetop .box.is-active {
    min-height: 0;
    background-color: #222;
  }
  .nav-catetop .box.is-active .panel-cate-links {
    visibility: visible;
  }
  .nav-catetop .text {
    padding-top: 10px;
    text-align: center;
    line-height: 1.4;
  }
  .nav-catetop .box .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .nav-catetop .space {
    display: none;
  }
@media screen and (min-width: 768px) {
  .nav-catetop .list-nav {
    width: 1230px;
				padding-bottom: 80px;
  }
  .nav-catetop .list-nav .item {
    width: 12.5%;
  }
  .nav-catetop .list-nav .item:nth-child(-n+8) {
    margin-top: 0;
  }
  .nav-catetop .image {
    padding: 0 15px;
  }
  .nav-catetop .text {
    font-size: 14px;
				padding: 0 13px;
  }
  .cms_layout42 .box-carousel .text .ttl {
      font-size: 12px;
      line-height: 1.43;
      color: #333;
  }
  .cms_layout42 .box-carousel .text .txt {
      font-size: 12px;
      line-height: 1.53;
      color: #333;
  }
  .cms_layout42 .box-carousel .text .star {
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 1.3;
  }
  .cms_layout42 .box-carousel .text .star {
      margin-bottom: 8px;
      padding: 3px 0 0;
	  color: #86be24;
  }
  .cms_layout42 .box-carousel .text .star span {
	  color: #333;
  }
}
@media screen and (max-width: 767px) {
  .nav-catetop {
    padding: 0;
    margin-top: 5%;
  }
  .nav-catetop .list-nav {
    margin-right: 0 !important;
    margin-left: 0 !important;
				padding-bottom: 14%;
  }
  .nav-catetop .list-nav .row {
    margin-top: 20px;
  }
		.nav-catetop .list-nav .row.no-pb{
			padding-bottom: 0;
		}
  .nav-catetop .list-nav .item {
    width: calc(100% / 3);
    padding: 0 1% !important;
  }
  .nav-catetop .list-nav .row .item:nth-child(3n+3) .panel-cate-links .link-all {
    text-align: right;
  }
  .nav-catetop .text {
  }
  .nav-catetop .box .link {
    display: none;
  }
  .cms_layout42 .box-carousel .text .star {
      margin-bottom: 0.3em;
      padding: 0;
  }
}
/* panel-cate-links
---------------------------------------------------------- */
.panel-cate-links {
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #222;
}
.panel-cate-links .link-all {
}
.panel-cate-links .link-all a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff !important;
}
.panel-cate-links .btn-close {
  position: absolute;
  bottom: 20px;
  right: -24px;
  z-index: 1;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url('https://img.dinos.co.jp/images/v1/category/ico_x.png') 0 0 no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 1245px) {
  .panel-cate-links .btn-close {
    right: 0;
  }
}
.panel-cate-links .btn-close:hover {
  opacity: 0.7;
}
.panel-cate-links .list-links {
  margin-top: -10px !important;
}
.panel-cate-links .list-links li {
  width: auto;
  line-height: 1;
  border: 0;
}
.panel-cate-links .list-links li a {
  color: #fff !important;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .panel-cate-links {
    width: 2000px;
    left: 50%;
    transform: translateX(-50%);
				padding-bottom: 80px;
  }
  .panel-cate-links .container {
    width: 1230px;
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
  }
  .panel-cate-links .link-all a {
    font-size: 16px;
  }
  .panel-cate-links .list-links {
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .panel-cate-links .list-links li {
    padding-left: 20px;
    margin-left: 24px;
    border-left: 1px solid #545454;
    line-height: 1;
    margin-top: 30px;
  }
  .panel-cate-links .list-links li a{
    font-size: 14px;
  }
  .panel-cate-links .list-links.fl-left {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .panel-cate-links .list-links.fl-left li {
    padding-right: 20px;
    margin-right: 24px;
    padding-left: 0;
    margin-left: 0;
    border-right: 1px solid #545454;
    border-left: 0;
    line-height: 1;
  }
  .panel-cate-links .btn-close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .panel-cate-links .container {
    padding: 20px 3% 40px;
  }
  .panel-cate-links .list-links {
    position: relative;
    margin: 15px -8px 0 !important;
  }
  .panel-cate-links .list-links:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #222;
  }
  .panel-cate-links .list-links li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0;
    padding: 0 8px !important;
  }
  .panel-cate-links .list-links li a {
    display: block;
    width: 100%;
    padding: 5% 0;
    border-bottom: 1px solid #545454;
    line-height: 1.5;
  }
  .panel-cate-links .list-links li:nth-child(-n+2) a {
    border-top: 1px solid #545454;
  }
  .panel-cate-links .btn-close {
    right: 3%;
    bottom: 15px;
    width: 20px;
    height: 20px;
  }
}

/* sec-cate-links
---------------------------------------------------------- */
.sec-cate-links {
  min-width: 1205px;
  padding: 60px 0 0;
}
  .sec-cate-links .inner {
    width: 1205px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec-cate-links .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .sec-cate-links .col {
    width: 20%;
    margin-top: 40px;
    padding-right: 30px;
  }
  .sec-cate-links .col:nth-child(5n+5) {
    padding-right: 0;
  }
  .sec-cate-links .title {
    font-weight: bold;
    font-size: 14px;
  }
  .sec-cate-links .list-links {
    margin-top: 5px;
  }
    .sec-cate-links .list-links li {
      position: relative;
      margin-top: 5px;
      padding-left: 10px;
						width: 100%;
    }
    .sec-cate-links .list-links li:first-child {
      margin-top: 0;
    }
    .sec-cate-links .list-links li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 3px;
      height: 3px;
      background-color: #333;
      border-radius: 50%;
    }
    .sec-cate-links .list-links a {
      position: relative;
      font-size: 13px;
    }
  .sec-cate-links .list-links + .title {
    margin-top: 30px;
  }

/*tablet*/
.tablet .sec-cate-links {
 min-width: 100%;
}
.tablet .sec-cate-links .inner {
 width: 100%;
}

#category_style .cms_datatitle p{
	font-size: 21px;
}
@media screen and (max-width: 767px) {
#category_style .cms_datatitle p{
	font-size: 2vw;
}
}
.slick-dots{
	position: static;
}
/* module slider
---------------------------------------------------------- */
.slider-wrap{
  overflow:hidden;
}
/*----------------------------------------------------------
 main-slider
---------------------------------------------------------- */
.main-slider-catetop {
 visibility: hidden;
}
.main-slider-catetop .slider .item {
 position: relative;
}
.main-slider-catetop .slider .item a {
 display: block;
 color: #333;
 text-decoration: none;
 outline: none;
}
.main-slider-catetop .slider .item a figure {
	overflow: hidden;
	border: 1px solid #eee;
}
.main-slider-catetop .slider .imgCaptionOrg p {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.main-slider-catetop .slider .imgCaptionOrg p:first-child {
	font-weight: bold;
	color: #000;
}
.main-slider-catetop .slider .item .image img {
 width: 100%;
}
.main-slider-catetop .slick-dots {
 overflow: hidden;
 text-align: center;
 position: absolute;
 width: 100%;
 line-height: 0;
}
.main-slider-catetop .slick-dots li {
 width: auto;
 height: auto;
 margin: 0;
 cursor: default;
 display: inline-block;
}
.main-slider-catetop .slick-dots li button {
 display: block;
 padding: 0;
 border-radius: 50%;
 background-color: #cbcbcb;
 box-sizing: content-box;
 font-size: 0;
}
.main-slider-catetop .slick-dots li button:before {
 display: none;
}
.main-slider-catetop .slick-dots li.slick-active button {
 background-color: #000;
}
.main-slider-catetop .list-slide-pager {
 display: none;
}
.main-slider-catetop.main-slider-saletop {
	background: #f9f9f9 !important;
}

@media screen and (min-width: 768px) {
 .main-slider-catetop {
  min-width: 1245px;
		padding-bottom: 89px;
		/*for loading*/
  visibility: hidden;
  height: 430px;
 }
 .main-slider-catetop .slider .item {
  width: 525px;
		margin: 0 10px;
 }
	.main-slider-catetop .slider .item a figure {
  border-radius: 8px;
 }
 .main-slider-catetop .slider .imgCaptionOrg {
  margin-top: 20px;
 }
	#contents .main-slider-catetop .slider .item a:hover {
		text-decoration: none;
	}
 .main-slider-catetop .slider .imgCaptionOrg p:first-child {
  font-size: 24px;
 }
 .main-slider-catetop .slider .imgCaptionOrg p:last-child {
  font-size: 16px;
 }
 .main-slider-catetop .slider .slick-arrow {
  position: absolute;
  z-index: 1;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  outline: none;
		width: 37px;
  height: 73px;
		top: 138px;
		opacity: 1;
		transform: translate(0, 0);
 }
 .main-slider-catetop .slider .slick-prev {
  left: 0;
  background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_left_pc.png);
  background-position: right center;
 }
 .main-slider-catetop .slider .slick-next {
  right: 0;
  background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_right_pc.png);
  background-position: 0 center;
 }
 .main-slider-catetop .slick-dots {
  bottom: -54px;
 }
 .main-slider-catetop .slick-dots li {
  padding: 0 calc(29px/2);
 }
 .main-slider-catetop .slick-dots li button {
  width: 9px;
  height: 9px;
 }
 .main-slider-catetop .slick-dots li button:before {
  display: none;
 }
	.main-slider-catetop.main-slider-saletop + .cms_wp {
  padding-top: 45px;
 }
}
@media screen and (max-width: 767px) {
 /* module slider
---------------------------------------------------------- */
 .main-slider-catetop {
  padding-bottom: 9.6vw;
		/*for loading*/
  visibility: hidden;
  height: 65.162vw;
 }
 .main-slider-catetop .slick-track {
  margin-left: 0;
 }
 .main-slider-catetop .slick-arrow {
  display: none !important;
 }
	.main-slider-catetop .slider .item {
		width: 76vw;
		margin: 0 2vw;
	}
	.main-slider-catetop .slider .item a figure {
  border-radius: 4px;
 }
	.main-slider-catetop .slider .item .imgCaptionOrg {
  padding-top: 2.4vw;
	}
 .main-slider-catetop .slick-dots {
  bottom: -4.533vw;
 }
 .main-slider-catetop .slick-dots li {
  margin: 0 calc(16px/2);
		width: 1.6vw;
		height: 1.7vw;
 }
 .main-slider-catetop .slick-dots li button {
  width: 1.6vw;
  height: 1.6vw;
 }
}

.cms_layout35 li{
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
.slick-initialized li{
 display: block;
}

@media screen and (max-width: 767px) {
	.header-search-wrapper {
		padding: 15px 2% 0;
	}
	.header-search-wrapper .btn {
		height: auto;
		margin: 0 auto 0;
	}
}

/* ==========================================================
 TOP背景画像設定
========================================================== */
body {
  background-color:#f9f9f9;
}
@media screen and (max-width: 768px) {
  body { background-image: none !important; }
}
@media screen and (min-width: 768px) {
  .bg-01 {
    background-repeat: repeat;
    background-position: center top;
  }
  .bg-02 {
    background-repeat: no-repeat;
    background-position: center 658px;
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-overflow-scrolling: touch;
	overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
[id^="002"] ~ div .cms_title1 h2 {
	font-size: 21px !important;
	margin-bottom: 13px !important;
}
}
@media screen and (max-width: 767px) {
[id^="002"] ~ div .cms_title1 h2	{
	line-height: 1.4;
	margin-bottom: 13px !important;
}
}
	/*
	バッグ・靴・アクセサリー002009
カーテン・敷物・ソファカバー002007
インテリア雑貨・日用品002011
美容・健康・ダイエット002004
ガーデニング・フラワー002005	
旅行用品・ホビー・キッズ002010
	*/
	[id="002009"] div h1 span,
	[id="002008"] div h1 span,
	[id="002007"] div h1 span,
	[id="002011"] div h1 span,
	[id="002004"] div h1 span,
	[id="002005"] div h1 span,
	[id="002010"] div h1 span,
	[id="002009"] ~ div h2 span,
	[id="002008"] ~ div h2 span,
	[id="002007"] ~ div h2 span,
	[id="002011"] ~ div h2 span,
	[id="002004"] ~ div h2 span,
	[id="002005"] ~ div h2 span,
	[id="002010"] ~ div h2 span {
		display: block;
	}
}
#s3bn {
	padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
#s3bn .cms_title1 h2 {
	font-size: 21px;
}
 /*slider*/
 .cms_layout35 .cms_databox ul.multiple-item7 .slick-arrow  {
  top: calc(145px / 2 + 3px);
 }
 .cms_layout35 .cms_databox ul.multiple-item5 .slick-arrow  {
  top: calc(205px / 2 + 26px);
 }
 .cms_layout35 + .cms_layout35 .cms_databox ul {
  padding: 0 23px 0 0;
 }
}
@media screen and (max-width: 767px) {
#s3bn {
	padding-bottom: 3%;
}
.cms_layout35 .cms_databox ul li dl dd .cms_data_rate img {
    width: 62% !important;
    vertical-align: middle;
}
}
/* ==========================================================
 section cms_layout42
========================================================== */

/* sec-cmn
---------------------------------------------------------- */

.cms_layout42 .sec-carousel {
	padding: 30px 25px;
}
.cms_layout42 .sec-carousel .title {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}
.cms_layout42 .sec-carousel .title .txt {
	display: block;
	font-weight: normal;
}
.cms_layout42 .sec-carousel .inner {
	position: relative;
}
.cms_layout42 .sec-carousel .inner .slick-arrow {
 top: calc(205px / 2);
 transform: translateY(-50%);
}
.cms_layout42 .sec-carousel .btn {
	width: 341px;
	height: 35px;
	margin: 0 auto;
}
.cms_layout42 .sec-carousel .btn a {
	display: block;
	padding: 5px 0;
	background-color: #fff;
	border: solid 2px #eee;
	text-align: center;
	color: #000;
	border-radius: 18px;
}
.cms_layout42 .sec-carousel .btn a:hover {
	text-decoration: none;
	background-color: #eee;
}
.cms_layout42 .box-carousel {
	position: relative;
}
.cms_layout42 .box-carousel .slider {
	overflow: hidden;
	margin: 0 0 0 -25px;
}
.cms_layout42 .box-carousel .slider .item {
	width: 145px;
	margin: 0 0 0 25px;
}
.cms_layout42 .box-carousel .slider .item a {
	color: #000;
	outline: none;
	text-decoration: none;
}
.cms_layout42 .box-carousel .slider .item a:hover dl {
	text-decoration: underline;
}
.cms_layout42 .box-carousel .img {
	overflow: hidden;
}
.cms_layout42 .box-carousel .img img {
	border-radius: 5px;
}
.cms_layout42 .box-carousel .text {
	padding: 13px 0 25px;
}
.cms_layout42 .box-carousel .text .ttl {
	color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cms_layout42 .box-carousel .text .price {
	color: #333;
}
.cms_layout42 .box-carousel .text .price:before {
	content: '';
}
.cms_layout42 .box-carousel .text .price:after {
	content: '';
	font-size: 12px;
	line-height: 1.67;
}
.cms_layout42 .box-carousel .text .star span {
	vertical-align: middle;
}
.cms_layout42 .box-carousel .text .star img {
	max-width: 100%;
	display: inline;
	width: 90px;
    vertical-align: middle;
	margin-right: 6px;
}
@media screen and (max-width: 767px) {
    #contents .cms_layout42 .star img {
        width: 41%;
    }
}
.cms_layout42 .sec-carousel .btn-left, .cms_layout42 .sec-carousel .btn-right,
.cms_layout42 .box-carousel .btn-left, .cms_layout42 .box-carousel .btn-right {
	position: absolute;
	top: 40px;
	width: 37px;
	height: 73px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 37px 73px;
}
.cms_layout42 .sec-carousel .btn-left,
.cms_layout42 .box-carousel .btn-left {
	left: -26px;
	background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_left_pc.png);
}
.cms_layout42 .sec-carousel .btn-right,
.cms_layout42 .box-carousel .btn-right {
	right: -26px;
	background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_right_pc.png);
}
.cms_layout42 .sec-carousel .slider-btn .btn-left.slick-disabled, .cms_layout42 .box-carousel .slider-btn .btn-left.slick-disabled {
	background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_left_pc_disabled.png);
	cursor: default;
}
.cms_layout42 .sec-carousel .slider-btn .btn-right.slick-disabled,
.cms_layout42 .box-carousel .slider-btn .btn-right.slick-disabled {
	background-image: url(https://img.dinos.co.jp/images/v1/top/ico_arrow_right_pc_disabled.png);
	cursor: default;
}
.cms_layout42 .box-carousel .text .link a {
	color: #86be24;
}
.cms_layout42 .box-carousel .text .txt {
	color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px){
  .cms_layout42 .sec-carousel .title {
    font-size: 21px;
    line-height: 1.43;
  }
  .cms_layout42 .sec-carousel .title .txt {
    font-size: 14px;
    line-height: 1.43;
  }
  .cms_layout42 .sec-carousel .btn a {
    font-size: 14px;
    line-height: 1.7;
  }
  .cms_layout42 .box-carousel .text .price {
    font-size: 14px;
    line-height: 1.43;
  }
}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.cms_layout42 .sec-carousel {
		padding: 30px 15px;
	}
	.cms_layout42 .sec-carousel .title {
		margin-bottom: 20px;
		line-height: 1.4;
	}
    .cms_layout42 .sec-carousel .title span{
        display: block;
    }
    .cms_layout42 .sec-carousel .btn {
		width: auto;
        margin-top: 7%;
	}
	.cms_layout42 .sec-carousel .btn a {
		padding: 13px 0;
		border: solid 1px #eee;
		border-radius: 26px;
	}
	.cms_layout42 .box-carousel-sp {
		margin: 0 0 3px;
	}
	.cms_layout42 .box-carousel-sp .slider {
		height: auto;
		margin: 0;
        display: block;
	}
	.cms_layout42 .box-carousel-sp .slider .item {
		position: relative;
		width: 100%;
		min-height: 150px;
		padding: 5% 0 0 40%;
		margin: 0;
	}
	.cms_layout42 .box-carousel-sp .slider .img {
		position: absolute;
		top: 13%;
		left: 0;
		width: 37%;
	}
	.cms_layout42 .box-carousel-sp .text {
		padding: 0;
	}
	.cms_layout42 .box-carousel-sp .text .ttl {
		margin-bottom: 0.3em;
	}
	.cms_layout42 .box-carousel-sp .text .price .fee {
		line-height: 1.75;
	}
	.cms_layout42 .box-pop-featured .slider .item:nth-child(n+6),
	.cms_layout42 .box-favorite .slider .item:nth-child(n+6) {
		display: none;
	}
	/*ショップロゴ*/
	[id^="002"] ~ .cms_layout39 .list-brand li .box-shop .content .img img {
		margin: 0;
	}
}
/* ugc */
@media screen and (min-width: 768px){
  [class^="category"] .cms_layout47 [class^="cms_title"],
  [class^="category"] .cms_layout50 [class^="cms_title"]{
    margin-bottom: 13px;
  }
  [class^="category"] .cms_layout47 .cms_title1 p,
  [class^="category"] .cms_layout50 .cms_title1 p{
    font-size: 21px;
  }
  [class^="category"] .cms_layout47 > [class^="cms_blockwidth"].vsm-html{
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  [class^="category"] .cms_layout47 [class^="cms_btn"]{
    margin-top: 7%;
  }
  [class^="category"] .cms_layout50 [class^="cms_btn"],
  [class^="category"] .cms_layout50 .LeeepFooter{
    margin-top: 3%;
  }
  [class^="category"] .cms_layout50 [class^="cms_btn"] a{
    width: 84.6%;
  }
  .cms_layout47 .vsm-html .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper{
    margin-left: 0;
    margin-right: 0;
  }
  .cms_layout47 .vsm-html .ecbn-selection-wrapper .ecbn-selection-slide-wrapper{
    width: 100%;
  }
}
/*categorybox*/
@media screen and (max-width: 767px) {
.box-category {
  margin-left: 3%;
  margin-right: 3%;
  background-color: #fff;
  border-radius: 5px;
 }
}
/*linkSec*/
.linkSec .linkSecInner .linksecTtl {
	font-weight: bold;
	text-align: center;
}
.linkSec .linkSecInner .linkSecSearchWords {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.linkSec .linkSecInner .linkSecSearchWords li {
	border: 1px solid #cdcdcd;
	background: #fff;
	text-align: center;
}
.linkSec .linkSecInner .linkSecSearchWords li a {
	display: block;
}
@media screen and (min-width: 768px) {
	.linkSec {
  min-width: 1245px;
  padding: 60px 20px 0;
 }
 .linkSec .linkSecInner {
  width: 1205px;
  margin: 0 auto;
 }
	.linkSec .linkSecInner .linksecTtl {
  font-size: 21px;
  margin-bottom: 13px;
 }
	.linkSec .linkSecInner .linkSecSearchWords {
  margin-bottom: 30px;
 }
	.linkSec .linkSecInner .linkSecSearchWords li {
  min-width: 108px;
  margin: 0 10px 30px;
  border-radius: 9px;
  font-size: 16px;
 }
	.linkSec .linkSecInner .linkSecSearchWords li a {
  padding: .9em 1em .7em;
 }
	.linkSec + .sec-keyword {
  padding-top: 10px;
 }
}
@media screen and (max-width: 767px) {
	.linkSec {
  padding: 10.666vw 3% 0;
 }
	.linkSec .linkSecInner:not(:first-child){
		margin-top: 4vw;
	}
	.linkSec .linkSecInner .linksecTtl {
		margin-bottom: 3.2vw;
	}
	.linkSec .linkSecInner .linkSecSearchWords li {
  min-width: 14.933vw;
  margin: 0 1.333vw 2.666vw;
  border-radius: 1.066vw;
 }
	.linkSec .linkSecInner .linkSecSearchWords li a {
  padding: .4em 1.2em;
 }
}
/*features*/
.cms_layout_1 .cms_item_data .cms_datatitle p {
 font-weight: bold;
}
.cms_layout_1 .cms_item_data .cms_dataexp p {
 font-weight: normal;
}
@media screen and (min-width: 768px) {
 .cms_layout_1.cms_bdcolor1 .cms_databox dd {
  padding: 17px 20px !important;
 }
 .cms_layout_1 .cms_item_data .cms_datatitle p {
  font-size: 18px !important;
  line-height: 1.375;
  margin-bottom: 8px;
  padding-top: 0 !important;
 }
 .cms_layout_1 .cms_item_data .cms_dataexp p {
  font-size: 14px !important;
 }
}
@media screen and (max-width: 767px) {
 .cms_layout_1 .cms_item_data .cms_datatitle p {
  padding-top: 0 !important;
 }
 .cms_layout_1.cms_bdcolor1.cms_blockspcolumn2 .cms_databox dd {
  padding: 10px !important;
 }
}