@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.headline01 {
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/common/ico_headeline01.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 0;
}

#content h2 {
  margin-top: 50px;
}

#pickup ul li {
  margin-top: 30px;
}

#brand ul {
  letter-spacing: -.4em;
}
#brand ul li {
  margin-top: 20px;
  width: 220px;
  margin-left: 20px;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#brand ul li:nth-child(3n+1) {
  margin-left: 0;
}
#brand ul > *:first-child {
  margin-left: 0;
}
#brand ul > *:first-child + * + * + * {
  margin-left: 0;
}

/*--//IE8用--*/
#ranking {
  float: left;
  width: 420px;
  margin-bottom: 50px;
}
#ranking ul {
  letter-spacing: -.4em;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#ranking li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 126px;
  margin-left: 10px;
  *display: inline;
  *zoom: 1;
}
#ranking li:first-child {
  margin-left: 0;
}
#ranking .productName a {
  text-decoration: underline;
}
#ranking .productName a:hover {
  text-decoration: none;
}

#news {
  float: right;
  width: 260px;
  margin-bottom: 50px;
}
#news dl {
  background-color: #FFF;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding-right: 10px;
  padding-left: 10px;
  overflow: auto;
  height: 270px;
}
#news dt {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 13px;
}
#news dd {
  padding-bottom: 13px;
  border-bottom: 1px solid #CCC;
}
#news dl dd a {
  text-decoration: underline;
}
#news dl dd a:hover {
  text-decoration: none;
}
#news dl dd p {
  margin-top: 10px;
}
#news dl dd p:first-child {
  margin-top: 0;
}
#news dl dd p.ico_txmrk {
  text-indent: -1em;
  padding-left: 1em;
}

#recommend {
  clear: both;
}
#recommend .headline01 {
  margin-bottom: 30px;
}
#recommend ul {
  letter-spacing: -.4em;
}
#recommend ul li {
  width: 216px;
  margin-left: 26px;
  margin-bottom: 30px;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#recommend ul li:nth-child(3n+1) {
  margin-left: 0px;
}
#recommend ul > *:first-child {
  margin-left: 0;
}
#recommend ul > *:first-child + * + * + * {
  margin-left: 0;
}
#recommend ul > *:first-child + * + * + * + * + * + * {
  margin-left: 0;
}
#recommend ul > *:first-child + * + * + * + * + * + * + * + * + * {
  margin-left: 0;
}
#recommend .productName a {
  font-size: 14px;
  text-decoration: underline;
}
#recommend .productName a:hover {
  font-size: 14px;
  text-decoration: none;
}
#recommend li img {
  width: 216px;
  height: 216px;
}

#dendou {
  clear: both;
}
#dendou .headline01 {
    margin-bottom: 15px;
}
#dendou ul {
    letter-spacing: -.4em;
    padding-top: 33px;
    background-color: #f7f5e0;
}
#dendou ul li {
  width: 142px;
  margin-left: 26px;
  margin-bottom: 20px;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: center;
}

#dendou ul li div {
    padding: 10px;
    background: #fff;
}

#dendou .productName a {
  font-size: 14px;
  text-decoration: underline;
}
#dendou .productName a:hover {
  font-size: 14px;
  text-decoration: none;
}
#dendou li img {
  width: 100%;
}

/*--IE8用--*/
/*--//IE8用--*/
/*-----------------

17-08-31 レイアウト変更

-------------------*/
#mv-content {
  background-color: #f7f5e0;
  padding: 15px;
}
#mv-content .mv {
  width: 700px;
  float: right;
}
#mv-content .l_banner {
  width: 230px;
  float: left;
}

/*-----------------

21-07-21 レイアウト変更

-------------------*/
.btn_note-tokyo-olympic {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.btn_note-tokyo-olympic a {
  display: block;
  border: 5px solid #E7E1D7;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_note-tokyo-olympic a::after {
  content: '';
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/common/icon_popup.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
}

.btn_note {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 980px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.btn_note a {
  display: block;
  border: 5px solid #E7E1D7;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_note a::after {
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
  transform: rotate(45deg);
  margin-top: 5px;
}

.notelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.notelist .item {
  width: 49%;
  box-sizing: border-box;
}
.notelist .item a {
  display: block;
  border: 5px solid #E7E1D7;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notelist .item a::after {
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
  transform: rotate(45deg);
  margin-top: 5px;
}

/*-----------------

22-02-24 MV SLICK スライダー実装

-------------------*/
.ctm-slider {
  margin-bottom: 50px;
  /* Arrows */
  /* Dots */
}
.ctm-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #000;
}
.ctm-slider .slick-arrow:before {
  content: '';
  display: inline-block;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  padding: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 8px;
}
.ctm-slider .slick-arrow.slick-next {
  right: 5px;
}
.ctm-slider .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 12px;
}
.ctm-slider .slick-arrow.slick-prev {
  left: 5px;
}
.ctm-slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 12px;
}
.ctm-slider .slick-prev:hover, .ctm-slider .slick-prev:focus,
.ctm-slider .slick-next:hover,
.ctm-slider .slick-next:focus {
  outline: none;
  opacity: 1;
}
.ctm-slider .slick-prev {
  left: 0;
  right: auto;
}
[dir="rtl"] .ctm-slider .slick-prev {
  left: auto;
  right: 0;
}
.ctm-slider .slick-next {
  right: 0;
  left: auto;
}
[dir="rtl"] .ctm-slider .slick-next {
  left: 0;
  right: auto;
}
.ctm-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ctm-slider .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}
.ctm-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.ctm-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ctm-slider .slick-dots li button:before {
  display: none;
}
.ctm-slider .slick-dots li.slick-active button {
  background-color: #000;
}

/*-----------------

22-03-03 売れ筋ランキング・新着情報カスタマイズ

-------------------*/
.ranking-section .headline01 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
}
.ranking-section .ctm-slider {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-top: 13px;
}
.ranking-section .rank-icon {
  background-color: #000;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 5px;
  color: #fff;
}
.ranking-section .slick-slide {
  margin: 0 5px;
}

.ranking-section .productImg img{
  width: 100%;
  height: auto;

}

.news-section .headline01 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
}
.news-section dl {
  background-color: #FFF;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding-right: 10px;
  padding-left: 10px;
  overflow: auto;
  height: 270px;
}
.news-section dt {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 13px;
}
.news-section dd {
  padding-bottom: 13px;
  border-bottom: 1px solid #CCC;
}
.news-section dl dd a {
  text-decoration: underline;
}
.news-section dl dd a:hover {
  text-decoration: none;
}
.news-section dl dd p {
  margin-top: 10px;
}
.news-section dl dd p:first-child {
  margin-top: 0;
}
.news-section dl dd p.ico_txmrk {
  text-indent: -1em;
  padding-left: 1em;
}
