@charset "UTF-8";
#outline {
  background-color: #ffead9;
}

.ttlCon{
  position: relative;
}

.ttlCon div::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  h1{
    font-size: 3rem !important; 
  }
}

.ttlCon div {
  max-width: 1200px;
  margin: 0 auto;
}
.ttlCon div img {
  width: 100%;
  margin: 0 auto;
}

h2:not([class^="heading"]):not(#cmenu_list h2):not(#js_column h2) {
  max-width: 100%;
  margin: 30px auto 20px auto;
  padding: 15px 5px;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #dfdfdf;
}
h2 img {
  width: 100%;
  margin: 0 auto;
}

h2 span{
  font-size: 83%;
}

h3 {
  max-width: 800px;
  margin: 15px auto 10px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
h3 span {
  display: block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
  }
  h3 span {
    display: block;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
  }
}

#sb-site-main {
  transform: unset;
}

#contents > .container,
#main {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#special-content {
  border: none;
  padding: 20px 0 !important;
  max-width: 1260px;
  margin: auto;
}
#special-content a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 991px) {
  #special-content {
    padding-top: 0 !important;
  }
}
#special-content > section {
  padding: 20px 10px 50px;
}
@media screen and (max-width: 599px) {
  #special-content > section {
    padding: 20px 10px 20px;
  }
}
#special-content .img-responsive {
  margin: auto;
}
@media screen and (max-width: 599px) {
  #special-content p,
  #special-content li,
  #special-content a {
    font-size: 16px;
  }
}

.fl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#rankingLp {
  width: 100%;
}
#rankingLp section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
}
#rankingLp section p {
  width: 96%;
  margin: 15px auto;
  font-size: 16px;
  text-align: left;
}

/*目次new*/
#toc {
  width: 90%;
  margin: 0 auto;
  padding: 1em !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  counter-reset: ul-counter;
}
#toc li {
  margin: 0 0 5px 0;
  font-weight: bold;
}
#toc li a {
  display: flex;
  padding: 5px;
  color: #666 !important;
  font-size: 14px;
  line-height: 1.4;
}
#toc li a:hover {
  color: #000 !important;
  background-color: #f7f7f9;
}
#toc li a:before {
  padding-right: 0.5em;
  content: counters(ul-counter, ".");
  counter-increment: ul-counter;
  white-space: nowrap;
  color: #ff1aa1;
}
#toc li a:after {
  margin: 3px 0 0 0;
  padding: 0 0 0 5px;
  content: "\e114";
  font-size: 11px;
  font-family: "Glyphicons Halflings";
}
#toc li li {
  margin: 5px 0 5px 10px;
  font-weight: normal;
}

.CategoryList {
  display: inline-block;
  padding: 30px 0;
}
.CategoryList li {
  padding: 10px;
}

/* prod slider */
.js__prodlist {
  display: block;
  min-height: 300px;
  content-visibility: auto;
  contain-intrinsic-size: 0 370px;
}
.js__prodlist .bx-wrapper {
  margin: 0 !important;
}
.js__prodlist .product-browsedlist {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.js__prodlist ul li {
  height: auto;
}
.js__prodlist ul li .txt-productname {
  height: 58px !important;
  line-height: 1.2 !important;
}
.js__prodlist ul li a {
  font-size: 14px !important;
}
.js__prodlist ul li a img {
  margin: 0 auto;
}
.js__prodlist ul li .search-item {
  height: auto !important;
  border: none;
}
.js__prodlist ul li .txt-price {
  font-size: 24px !important;
  margin-bottom: 0;
}
.js__prodlist .product-browsedlist br[role="presentation"]{
  display: none;
}

a#top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 16px 0 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  line-height: 1 !important;
}
@media screen and (max-width: 599px) {
  a#top {
    right: 10px;
    bottom: 10px;
    padding: 10px 0 0;
  }
}
a#top:hover {
  opacity: 0.7;
}

.product-browsedlist {
  counter-reset: rank;
  border: 0 !important;
}
.product-browsedlist .search-item {
  position: relative;
  counter-increment: rank;
}
.product-browsedlist .search-item:nth-of-type(-n+10)::before {
  content: counter(rank) "位";
  position: absolute;
  top: 0;
  right: 8px;
  background: #888888;
  color: #fff;
  width: 91%;
  margin: 0 auto;
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}
.product-browsedlist .search-item:nth-of-type(1)::before {
  content: "1位";
  background: linear-gradient(45deg, #FFD700, #FFC107);
  color: #000;
}
.product-browsedlist .search-item:nth-of-type(2)::before {
  content: "2位";
  background: linear-gradient(45deg, #C0C0C0, #B0B0B0);
  color: #000;
}
.product-browsedlist .search-item:nth-of-type(3)::before {
  content: "3位";
  background: linear-gradient(45deg, #CD7F32, #B87333);
  color: #fff;
}
.product-browsedlist .search-item:nth-of-type(n+11)::before {
  content: "";
}/*# sourceMappingURL=ranking.css.map */

@media screen and (max-width: 767px) {
  .search-item a.img-link{
    margin-top: 50px;
    display: inline-block;
  }
}

/*マーカー*/
.marker {
  position: relative;
  display: inline;
  background: linear-gradient(transparent 60%, #fdff60 0%);
}