.clearfix, #topDontmiss .list > ul, #topChannel .list > ul, #topNewin .list > ul, #topPickup .list > ul, #topBlog .list > ul, #topCategory .list > ul, #topStyle .list > ul, #topRanking .tab > ul, #topRanking .list > ul > li > ol, #topBrand .list .right > ul, #topCategorySp #topCategorySpInner .list > ul, #topBrandSp #topBrandSpInner .list > ul, #topBrandSp #topBrandSpInner .brandPopup .brandList > ul {
  *zoom: 1;
}
.clearfix:after, #topDontmiss .list > ul:after, #topChannel .list > ul:after, #topNewin .list > ul:after, #topPickup .list > ul:after, #topBlog .list > ul:after, #topCategory .list > ul:after, #topStyle .list > ul:after, #topRanking .tab > ul:after, #topRanking .list > ul > li > ol:after, #topBrand .list .right > ul:after, #topCategorySp #topCategorySpInner .list > ul:after, #topBrandSp #topBrandSpInner .list > ul:after, #topBrandSp #topBrandSpInner .brandPopup .brandList > ul:after {
  content: "";
  display: table;
  clear: both;
}

/*////////////////////////////////////////////////////////////
Name : page.css
////////////////////////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------
  common
---------------------------------------------------------------------------------------- */
#commonContentBody {
  padding-top: 25px;
  position: relative;
}

#commonContentBody .titleLead {
  margin-bottom: 20px;
}

#commonContentBody .recTitle {
  margin-top: 30px;
}

/*----------------------------------------------------------------------------------------
  top
---------------------------------------------------------------------------------------- */
/* channelHeader
-----------------------------------------*/
.top#channelHeader {
  border-bottom: 0;
}

.border.top#channelHeader {
  border-bottom: 1px solid #ddd;
}

.top#channelHeader .logo {
  padding-top: 20px;
  padding-bottom: 10px;
}

.top#channelHeader .pcTopNav li {
  float: left;
  padding-top: 5px;
  padding-right: 15px;
  margin-right: 5px;
  background: url(../img/hd_ex_border.png) no-repeat right center;
}

.top#channelHeader .pcTopNav li.noBg {
  background: none;
}

.top#channelHeader .search {
  right: 95px;
}

/* topChannelIndex
-----------------------------------------*/
#topChannelIndex .channel .slick-dots {
  bottom: -35px;
}
#topChannelIndex .channel .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	#topChannelIndex .channel .slick-dotted.slick-slider {
		margin-top: 0;
	}
}
#topChannelIndex .channel .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.15;
}
#topChannelIndex .channel .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
#topChannelIndex .channel .slick-prev {
  z-index: 80;
  top: auto;
  bottom: -44px;
  left: calc(50% - 92px); /*★2018.10.30 left:を書き換え*/
}

/*★2018.10.30 ここから*/
#topChannelIndex .channel .photo{
  opacity: 0;
  transition: opacity .3s linear;
}

#topChannelIndex .channel .photo.slick-initialized{
  opacity: 1;
}
/*★2018.10.30 ここまで追加*/

@media only screen and (max-width: 767px) {
  #topChannelIndex .channel .slick-prev {
    left: 25%;
  }
}
#topChannelIndex .channel .slick-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/arrow_left.png) center center/20px 20px;
}
#topChannelIndex .channel .slick-next {
  z-index: 80;
  top: auto;
  bottom: -44px;
  right: calc(50% - 92px);　/*★2018.10.30 right:を書き換え*/
}
@media only screen and (max-width: 767px) {
  #topChannelIndex .channel .slick-next {
    right: 25%;
  }
}
#topChannelIndex .channel .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/arrow_right.png) center center/20px 20px;
}

/*----------------------------------------------------------------------------------------
  relatedNews
---------------------------------------------------------------------------------------- */
#topChannelIndex .infoArea {
  padding: 20px 0;
  font-size: 1.4em;
}
@media only screen and (max-width: 767px) {
  #topChannelIndex .infoArea {
    font-size: 15px;
    padding: 20px 10px;
  }
}
#topChannelIndex .infoArea dl {
  border: 1px solid #ddd;
  padding: 10px 15px;
}
#topChannelIndex .infoArea dl dt {
  font-weight: bold;
  color: #f00;
  margin-bottom: 8px;
}
#topChannelIndex .infoArea dl dd {
  color: #141414;
}

/* topDontmiss
-----------------------------------------*/
#topDontmiss {
  margin: 30px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topDontmiss {
    margin: 27px 0 0 0;
    padding: 0;
  }
}
#topDontmiss h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topDontmiss h2 a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-right: 43px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#topDontmiss h2 a:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 43px;
  height: 23px;
  background: url(../img/top_h2_icon01.png) center right/43px 23px;
}
#topDontmiss h2 a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
#topDontmiss h2 a:hover:after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
#topDontmiss .list {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list {
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
}
#topDontmiss .list > ul > li {
  float: left;
  width: 320px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li {
    text-align: left;
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li:first-child {
    width: 100%;
    margin-right: 0;
  }
}
#topDontmiss .list > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li:last-child {
    margin-right: 0;
  }
}
#topDontmiss .list > ul > li .img {
  position: relative;
  margin: 0 0 10px 0;
  height: 175px;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li .img {
    margin: 0 0 5px 0;
    height: auto;
  }
}
#topDontmiss .list > ul > li .img:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  width: 48px;
  height: 48px;
  background: url(../img/topDontmiss_icon01.png) center center/48px 48px;
}
/*#topDontmiss .list > ul > li .img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02.png) bottom -1px center/38px 19px no-repeat;
}*/
#topDontmiss .list > ul > li .img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li:not(:first-child) .img:before {
    top: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
    background: url(../img/topDontmiss_icon01.png) center center/24px 24px;
  }
}
#topDontmiss .list > ul > li .title {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li .title {
    font-size: 10px;
  }
}
#topDontmiss .list > ul > li .description {
  margin: 0 40px 10px 40px;
  font-size: 15px;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li .description {
    margin: 0 0 10px 0;
  }
}
#topDontmiss .list > ul > li .date {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #topDontmiss .list > ul > li .date {
    font-size: 10px;
  }
}
#topDontmiss .list > ul > li a:hover {
  text-decoration: none;
}
#topDontmiss .list > ul > li a:hover .title {
  text-decoration: none;
}
#topDontmiss .list > ul > li a:hover .description {
  text-decoration: underline;
}
#topDontmiss .list > ul > li a:hover .date {
  text-decoration: none;
}

/* topChannel
-----------------------------------------*/
#topChannel {
  margin: 30px 0 0 0;
  padding: 30px 0 20px 0;
  background: #F1F1F1;
}
@media only screen and (max-width: 767px) {
  #topChannel {
    margin: 27px 0 0 0;
    padding: 20px 10px 10px 10px;
  }
}
#topChannel h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topChannel .lead {
  margin: 20px 0 0 0;
}
#topChannel .list {
  margin: 40px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topChannel .list {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
#topChannel .list > ul > li {
  position: relative;
  float: left;
  width: 320px;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  #topChannel .list > ul > li {
    width: 50%;
    margin: 0 0 20px 0;
    background-size: 100% 20%;
    background-position: 40% 0%;
  }
}
#topChannel .list > ul > li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  /*#topChannel .list > ul > li:before {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    width: 100%;
    height: 140px;
    background: #AAA;
  }*/
}
/*#topChannel .list > ul > li.brand01:before {
  background: #2DA6DF;
}
#topChannel .list > ul > li.brand02:before {
  background: #241816;
}
#topChannel .list > ul > li.brand03:before {
  background: #B4B4B5;
}
#topChannel .list > ul > li.brand04:before {
  background: #E50113;
}
#topChannel .list > ul > li.brand05:before {
  background: #C8BB9C;
}*/
#topChannel .list > ul > li:nth-child(3n) {
  margin-right: 0;
}
#topChannel .list > ul > li .title_sp {
  display: none;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  #topChannel .list > ul > li .title_sp {
    display: block;
  }
}
#topChannel .list > ul > li .title_sp span {
  margin: 0 auto 20px auto;
  background: #FFF;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 2px;
}
#topChannel .list > ul > li .popup {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0;
  width: 320px;
  height: auto;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  padding: 20px;
}
#topChannel .list > ul > li .popup .title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #topChannel .list > ul > li .popup .title {
    position: relative;
    top: 0;
    bottom: 0;
  }
}
#topChannel .list > ul > li .popup .title span {
  margin-left: 20px;
  font-size: 10px;
}
#topChannel .list > ul > li .popup .description {
  margin: 10px 0 15px 0;
	color: #fff;
}
#topChannel .list > ul > li .popup .thumb img {
	width: 100%;
	height: auto;
}
#topChannel .list > ul > li .popup .link {
	display: block;
	padding: 15px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	background: url(../img/arrow2_right.png) no-repeat 240px center #fff;
	background-size: 30px 21px;
}
#topChannel .list > ul > li .popup .link:hover {
	text-decoration: underline;
}
#topChannel .list > ul > li:nth-child(1) .popup {
  display: none;
  top: 0px;
  left: 320px;
}
#topChannel .list > ul > li:nth-child(1) .popup:after {
  position: absolute;
  top: 69px;
  left: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_bl.png) 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(1) .popup.middle {
  display: none;
  top: 25px;
  left: 320px;
}
#topChannel .list > ul > li:nth-child(1) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(1) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li:nth-child(2) .popup {
  display: none;
  top: 0px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(2) .popup:after {
  position: absolute;
  top: 69px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(2) .popup.middle {
  display: none;
  top: 25px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(2) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(2) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li:nth-child(3) .popup {
  display: none;
  top: 0px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(3) .popup:after {
  position: absolute;
  top: 69px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(3) .popup.middle {
  display: none;
  top: 25px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(3) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(3) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li:nth-child(4) .popup {
  display: none;
  top: -175px;
  left: 320px;
}
#topChannel .list > ul > li:nth-child(4) .popup:after {
  position: absolute;
  top: 246px;
  left: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_bl.png) 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(4) .popup.middle {
  display: none;
  top: 0px;
  left: 320px;
}
#topChannel .list > ul > li:nth-child(4) .popup.middle:after {
  position: absolute;
  top: 69px;
  left: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_bl.png) 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(4) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(4) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li:nth-child(5) .popup {
  display: none;
  top: -175px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(5) .popup:after {
  position: absolute;
  top: 248px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(5) .popup.middle {
  display: none;
  top: 0px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(5) .popup.middle:after {
  position: absolute;
  top: 69px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(5) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(5) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li:nth-child(6) .popup {
  display: none;
  top: -175px;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(6) .popup:after {
  position: absolute;
  bottom: 132px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(6) .popup.middle {
  display: none;
  top: 0;
  left: -320px;
}
#topChannel .list > ul > li:nth-child(6) .popup.middle:after {
  position: absolute;
  top: 69px;
  right: -19px;
  margin: 0 auto;
  content: '';
  width: 19px;
  height: 38px;
  background: url(../img/topDontmiss_icon02_br.png) right 1px center/19px 38px no-repeat;
}
#topChannel .list > ul > li:nth-child(6) .popup.down {
  display: none;
  top: 175px;
  left: 0px;
}
#topChannel .list > ul > li:nth-child(6) .popup.down:after {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02_b.png) bottom -1px center/38px 19px no-repeat;
}
#topChannel .list > ul > li a .img {
  position: relative;
  height: 175px;
  line-height: 175px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #topChannel .list > ul > li a .img {
    width: 90%;
    margin: 0 auto;
    height: 110px;
    line-height: 110px;
  }
}
#topChannel .list > ul > li a .img img {
  vertical-align: middle;
  width: 250px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  #topChannel .list > ul > li a .img img {
	  width: 90%;
	  height: auto;
	  margin: 0 auto;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* topNewin
-----------------------------------------*/
#topNewin {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topNewin {
    margin: 27px 0 0 0;
  }
}
#topNewin h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topNewin h2 a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-right: 43px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#topNewin h2 a:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 43px;
  height: 23px;
  background: url(../img/top_h2_icon01.png) center right/43px 23px;
}
#topNewin h2 a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
#topNewin h2 a:hover:after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
.moreLInk {
    display: block;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .moreLInk {
        display: none;
    }
}
.moreLInk a {
    font-weight: bold;
    color: #5AACAE;
    font-size: 16px;
}
#topNewin .list {
  margin: 40px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topNewin .list {
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
}
#topNewin .list > ul > li {
  float: left;
  width: 240px;
  text-align: center;
  margin: 0 13px 40px 0;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
#topNewin .list > ul > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li:nth-child(4n) {
    margin: 0 2% 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
#topNewin .list > ul > li:nth-child(n+9) {
  display: none;
}

#topNewin .list > ul > li .img {
  position: relative;
  margin: 0 0 10px 0;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li .img {
    height: auto;
    line-height: 0;
  }
}
#topNewin .list > ul > li .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li .img img {
    height: auto;
  }
}
#topNewin .list > ul > li .title {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.6em;
    text-align: left;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li .title {
    text-align: left;
  }
}
#topNewin .list > ul > li .brand {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #topNewin .list > ul > li .brand {
    text-align: left;
  }
}
#topNewin .list > ul > li .price {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.6em;
    text-align: left;
}
#topNewin .list > ul > li .icon span {
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  padding: 3px 5px;
  border: 1px solid #000;
  border-radius: 5px;
}
#topNewin .list > ul > li a:hover {
  text-decoration: none;
}
#topNewin .list > ul > li a:hover .title {
  text-decoration: none;
}
#topNewin .list > ul > li a:hover .description {
  text-decoration: underline;
}
#topNewin .list > ul > li a:hover .date {
  text-decoration: none;
}

/* topPickup
-----------------------------------------*/
#topPickup {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topPickup {
    margin: 27px 0 0 0;
  }
}
#topPickup h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topPickup h2 a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-right: 43px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#topPickup h2 a:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 43px;
  height: 23px;
  background: url(../img/top_h2_icon01.png) center right/43px 23px;
}
#topPickup h2 a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
#topPickup h2 a:hover:after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
#topPickup .lead {
  margin: 20px 0 0 0;
}
#topPickup .list {
  margin: 40px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topPickup .list {
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
}
#topPickup .list > ul > li {
  float: left;
  width: 240px;
  margin: 0 13px 40px 0;
}
@media only screen and (max-width: 767px) {
  #topPickup .list > ul > li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
#topPickup .list > ul > li:nth-child(4n) {
  margin-right: 0;
}
#topPickup .list > ul > li:nth-child(n+5) {
	display: none;
}
@media only screen and (max-width: 767px) {
  #topPickup .list > ul > li:nth-child(4n) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #topPickup .list > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
	#topPickup .list > ul > li:nth-child(n+5) {
		display: block;
	}
}
#topPickup .list > ul > li .img {
  position: relative;
  margin: 0 0 10px 0;
  height: 240px;
}
#topPickup .list > ul > li .img span {
	position: absolute;
	top:10px;
	left: -1px;
	font-size: 12px;
	color: #fff;
	background-color: #5AACAE;
	padding: 4px 0;
	line-height: 1em;
	display: block;
	text-align: center;
	width: 70px;
}
@media only screen and (max-width: 767px) {
  #topPickup .list > ul > li .img {
    height: auto;
  }
}
#topPickup .list > ul > li .img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 38px;
  height: 19px;
  background: url(../img/topDontmiss_icon02.png) bottom -1px center/38px 19px no-repeat;
}
#topPickup .list > ul > li .img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #topPickup .list > ul > li .img img {
    height: auto;
  }
}
#topPickup .list > ul > li .brand {
  margin: 0 0 10px 0;
  font-size: 11px;
  line-height: 1.6em;
}
#topPickup .list > ul > li .description {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.6em;
}
#topPickup .list > ul > li .date {
  font-size: 11px;
  line-height: 1.6em;
  color: #999999;
}
#topPickup .list > ul > li a:hover {
  text-decoration: none;
}
#topPickup .list > ul > li a:hover .title {
  text-decoration: none;
}
#topPickup .list > ul > li a:hover .description {
  text-decoration: underline;
}
#topPickup .list > ul > li a:hover .date {
  text-decoration: none;
}

/* topBlog
-----------------------------------------*/
#topBlog {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topBlog {
    margin: 27px 0 0 0;
  }
}
#topBlog h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topBlog h2 a {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-right: 43px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#topBlog h2 a:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 43px;
  height: 23px;
  background: url(../img/top_h2_icon01.png) center right/43px 23px;
}
#topBlog h2 a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
#topBlog h2 a:hover:after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
#topBlog .list {
  margin: 40px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topBlog .list {
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
    #topBlog .list ul {
        display: flex;
        flex-wrap: wrap;
    }
}
#topBlog .list > ul > li {
  float: left;
  width: 192px;
  margin: 0 5px 40px 0;
}
@media only screen and (max-width: 767px) {
  #topBlog .list > ul > li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
#topBlog .list > ul > li:nth-child(5n) {
  margin-right: 0;
}
#topBlog .list > ul > li:nth-child(6) {
    display: none;
}
@media only screen and (max-width: 767px) {
  #topBlog .list > ul > li:nth-child(5n) {
    margin: 0 2% 20px 0;
  }
}
@media only screen and (max-width: 767px) {
    #topBlog .list > ul > li:nth-child(6) {
        display: block;
    }
  #topBlog .list > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
#topBlog .list > ul > li .channel {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  background: #000;
  color: #FFF;
  line-height: -0.05em;
  padding: 5px 0;
}
#topBlog .list > ul > li .img {
  position: relative;
  margin: 0 0 30px 0;
  height: 196px;
}
@media only screen and (max-width: 767px) {
  #topBlog .list > ul > li .img {
    height: auto;
  }
}
#topBlog .list > ul > li .img img {
  width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
  #topBlog .list > ul > li .img img {
    height: auto;
  }
}
#topBlog .list > ul > li .img .icon {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  #topBlog .list > ul > li .img .icon {
    bottom: -15px;
  }
}
#topBlog .list > ul > li .img .icon img {
  box-sizing: border-box;
  border: 5px solid #FFF;
  border-radius: 25px;
}
#topBlog .list > ul > li .blog {
  position: relative;
  font-size: 10px;
  padding-left: 16px;
  margin: 0 0 10px 0;
  line-height: -0.05em;
}
#topBlog .list > ul > li .blog:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  content: '\e808';
  font-family: "fontello";
  position: absolute;
  font-size: 10px;
}
#topBlog .list > ul > li .description {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.6em;
}
#topBlog .list > ul > li .date {
  font-size: 11px;
  line-height: 1.6em;
  color: #999999;
}
#topBlog .list > ul > li a:hover {
  text-decoration: none;
}
#topBlog .list > ul > li a:hover .title {
  text-decoration: none;
}
#topBlog .list > ul > li a:hover .description {
  text-decoration: underline;
}
#topBlog .list > ul > li a:hover .date {
  text-decoration: none;
}

/* topStyle
-----------------------------------------*/
#topStyle {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topStyle {
    margin: 40px 0 0 0;
  }
}
#topStyle h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topStyle h2 a:before {
  position: absolute;
  top: 9px;
  right: 0;
  content: '';
  width: 43px;
  height: 23px;
  background: url(../img/top_h2_icon01.png) center right/43px 23px;
}
#topStyle h2 a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
#topStyle h2 a:hover:after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}
#topStyle .list {
  margin: 40px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topStyle .list {
    margin: 20px 0 0 0;
    padding: 0 10px;
  }
}
#topStyle .list > ul > li {
  float: left;
  width: 192px;
  margin: 0 10px 40px 0;
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
}
#topStyle .list > ul > li:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li:nth-child(5n) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li:nth-child(n+5) {
    display: none;
  }
}
#topStyle .list > ul > li .img {
  position: relative;
  margin: 0 0 10px 0;
  height: 245px;
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li .img {
    line-height: 0;
    height: auto;
  }
}
#topStyle .list > ul > li .img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #topStyle .list > ul > li .img img {
    height: auto;
  }
}
#topStyle .list > ul > li .channel {
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
}
#topStyle .list > ul > li .style {
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
}
#topStyle .list > ul > li a:hover {
  text-decoration: none;
}
#topStyle .list > ul > li a:hover .title {
  text-decoration: none;
}
#topStyle .list > ul > li a:hover .description {
  text-decoration: underline;
}
#topStyle .list > ul > li a:hover .date {
  text-decoration: none;
}

/* topRanking
-----------------------------------------*/
#topRanking {
  margin: 30px 0 0 0;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #topRanking {
    margin: 27px 0 0 0;
  }
}
#topRanking h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topRanking .tab {
  height: 44px;
  position: relative;
  margin: 40px 0 0 0;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topRanking .tab {
    overflow-x: scroll;
    margin: 20px 0 0 0;
    padding: 0 10px;
	  border-bottom: none;
	  background: url(../img/tab_border.gif) repeat-x left bottom;
  }
}
#topRanking .tab > ul {
  width: max-content;　/*★2018.10.30 width:を書き換え*/
  position: absolute;
  bottom: -1px;
}
#topRanking .tab > ul > li {
  float: left;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;　/*★2018.10.30 cursor: pointer;を追加*/
}
@media only screen and (max-width: 767px) {
  #topRanking .tab > ul > li {
    padding: 10px 15px;
  }
}
#topRanking .tab > ul > li.active {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #FFF;
	background-color: #fff;
}
#topRanking .list {
  margin: 20px 0 0 0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #topRanking .list {
    margin: 20px 0 0 0;
    padding: 0;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  #topRanking .list > ul {
    width: 1000px;
    padding: 0 10px;
  }
}
#topRanking .list > ul > li {
  display: none;
}
#topRanking .list > ul > li.show {
  display: block;
}
#topRanking .list > ul > li > ol {
  counter-reset: wpp-ranking;
}
#topRanking .list > ul > li > ol > li {
  position: relative;
  float: left;
  width: 192px;
  margin: 0 10px 30px 0;
}
@media only screen and (max-width: 767px) {
  #topRanking .list > ul > li > ol > li {
    margin: 0 10px 20px 0;
  }
}
#topRanking .list > ul > li > ol > li:nth-child(5n) {
  margin-right: 0;
}
#topRanking .list > ul > li > ol > li .img {
  position: relative;
  margin: 0 0 10px 0;
  height: 245px;
}
@media only screen and (max-width: 767px) {
  #topRanking .list > ul > li > ol > li .img {
    height: auto;
  }
}
#topRanking .list > ul > li > ol > li .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #topRanking .list > ul > li > ol > li .img img {
    height: auto;
  }
}
#topRanking .list > ul > li > ol > li:first-child .img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0 0 0;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  width: 70px;
  height: 41px;
  background: url(../img/topRank_img01.png) top center/70px 53px no-repeat;
}
#topRanking .list > ul > li > ol > li:not(:first-child) .img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 0 0;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  content: counter(wpp-ranking,decimal);
  counter-increment: wpp-ranking;
  width: 60px;
  height: 30px;
  background: url(../img/topRank_img02.png) top center/60px 60px no-repeat;
}
#topRanking .list > ul > li > ol > li .brand {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.6em;
  font-weight: bold;
}
#topRanking .list > ul > li > ol > li .description {
  margin: 0 13px 5px 0;
  font-size: 13px;
  line-height: 1.6em;
}
#topRanking .list > ul > li > ol > li .price {
  font-size: 13px;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #topRanking .list > ul > li > ol > li .price {
    text-align: left;
  }
}
#topRanking .list > ul > li > ol > li a:hover {
  text-decoration: none;
}
#topRanking .list > ul > li > ol > li a:hover .title {
  text-decoration: none;
}
#topRanking .list > ul > li > ol > li a:hover .description {
  text-decoration: underline;
}
#topRanking .list > ul > li > ol > li a:hover .date {
  text-decoration: none;
}

/* topBrand
-----------------------------------------*/
#topBrand {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topBrand {
    display: none;
  }
}
#topBrand h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topBrand .lead {
  margin: 20px 0 0 0;
}
#topBrand .list {
  padding: 40px 20px 30px 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  display: table;
  margin: 40px 0 0 0;
  font-size: 12px;
  line-height: 2.3em;
}
#topBrand .list .left {
  font-size: 120%;
  display: table-cell;
  width: 190px;
  vertical-align: middle;
}
#topBrand .list .right {
  display: table-cell;
}
#topBrand .list .right > ul > li {
  float: left;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  width: 20%;
}
#topBrand .list .right > ul > li a {
	/*font-family: 'Oswald';*/
}

/* topCategory
-----------------------------------------*/
#topCategory {
  margin: 30px 0 0 0;
}
#topCategory h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#topCategory .list {
  margin: 20px 0 0 0;
    padding-left: 10px;
}
#topCategory .list > ul > li {
  float: left;
  width: 25%;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  #topCategory {
	  display: none;
  }
}
#topCategory .list > ul > li:last-child {
  margin: 0 0 0 75%;
}
#topCategory .list > ul > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
}
#topCategory .list > ul > li > a > img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

/* topSearchSp
-----------------------------------------*/
#topSearchSp {
  margin: 40px 0 0 0;
  padding: 0 10px;
  display: none;
}
#topSearchSp h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #topSearchSp {
    display: block;
  }
}

/* topCategorySp
-----------------------------------------*/
#topCategorySp {
  margin: 0;
  padding: 0 10px;
  display: none;
}
#topCategorySp h2 {
  text-align: center;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #topCategorySp {
    display: block;
  }
}
#topCategorySp #topCategorySpInner {
  border: 1px solid #000;
  border-radius: 2px;
}
#topCategorySp #topCategorySpInner .title {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  background: url(../img/arrow2_down.png) center right 10px/23px 33px no-repeat;
}
#topCategorySp #topCategorySpInner .title.open {
  background: url(../img/arrow2_up.png) center right 10px/23px 33px no-repeat;
}
@media only screen and (max-width: 767px) {
  #topCategorySp #topCategorySpInner .list {
    display: none;
  }
}
#topCategorySp #topCategorySpInner .list > ul > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5px 20px 5px 5px;
  font-size: 14px;
  background: url(../img/arrow2_right.png) center right 5px/16px 11px no-repeat;
  border-top: 1px solid #000;
}
#topCategorySp #topCategorySpInner .list > ul > li:nth-child(odd) {
  border-right: 1px solid #000;
}
#topCategorySp #topCategorySpInner .list > ul > li a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#topCategorySp #topCategorySpInner .list > ul > li a p {
  vertical-align: middle;
}
#topCategorySp #topCategorySpInner .list > ul > li a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}

/* topBrandSp
-----------------------------------------*/
#topBrandSp {
  padding: 0 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #topBrandSp {
    display: block;
  }
}
#topBrandSp #topBrandSpInner {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 2px;
}
#topBrandSp #topBrandSpInner .title {
  position: relative;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  background: url(../img/arrow2_down.png) center right 10px/23px 33px no-repeat;
}
#topBrandSp #topBrandSpInner .title.open {
  background: url(../img/arrow2_up.png) center right 10px/23px 33px no-repeat;
}
#topBrandSp #topBrandSpInner .list {
  display: none;
  padding: 10px;
}
#topBrandSp #topBrandSpInner .list > ul > li {
  float: left;
  width: 14%;
  padding: 10px 0; /*★2018.11.20変更*/
  margin: 0 3% 10px 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #000;
}
#topBrandSp #topBrandSpInner .list > ul > li:nth-child(6n) {
  margin: 0 0 5px 0;
}
#topBrandSp #topBrandSpInner .list > ul > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#topBrandSp #topBrandSpInner .list > ul > li > a p {
  vertical-align: middle;
}
#topBrandSp #topBrandSpInner .list > ul > li > a img {
  vertical-align: middle;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
#topBrandSp #topBrandSpInner .brandPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  z-index: 1000;
}
#topBrandSp #topBrandSpInner .brandPopup .btnClose {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}
#topBrandSp #topBrandSpInner .brandPopup .btnClose img {
  width: 30px;
  height: 30px;
}
#topBrandSp #topBrandSpInner .brandPopup .brandList > ul > li {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
}

/* moreBtn
-----------------------------------------*/
.moreBtn {
    display: none;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .moreBtn {
        display: block;
        margin-bottom: 40px;
    }
}
.moreBtn a {
  display: inline-block;
  width: auto;
  height: 44px;
  line-height: 44px;
  padding: 0 60px 0 40px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  background: url(../img/top_h2_icon01.png) center right 15px/43px 23px no-repeat, white;
  transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
}
.moreBtn a:hover {
  text-decoration: none;
  background: url(../img/top_h2_icon01.png) center right 15px/43px 23px no-repeat, gainsboro;
}

/*# sourceMappingURL=page_new.css.map */

/*★2018.10.30 ここから*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-border {
    border-bottom: 1px solid #D6D6D6;
  }
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
}
/*★2018.10.30 ここまで追加*/

.pcBanner {
    display: block;
}
.spBanner {
    display: none;
}
@media screen and (max-width: 767px) {
    .pcBanner {
        display: none;
    }
    .spBanner {
        display: block;
    }
}
