@charset "UTF-8";

body {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",sans-serif;
  font-size: 14px;
  background-color: white;
}

.container {
  width: 1000px;
  padding: 0 10px 10px 10px;
  margin: 0 auto 25px auto;
  background-color: white;
  position: relative;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h2.title {
  font-size: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #E8C547));
  background: linear-gradient(transparent 70%, #E8C547 70%);
  margin-bottom: 2rem;
}

h3.title {
  font-size: 1.3rem;
}

#page_top {
  display: none;
}

header {
  position: fixed;
  padding: 0.5em 0 0 0;
  background-color: #00BBE0;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 100;
}

header .site-summary {
  text-align: center;
  margin-bottom: 0;
}

header .site-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 4px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .site-title a {
  color: white;
}

header .site-title a:hover {
  text-decoration: none;
}

header .site-title small {
  font-size: 18px;
}

header .search-form {
  width: 100%;
}

header .search-form .search-category {
  width: 200px;
}

header .search-form .search-keyword {
  width: 300px;
}

header .menu {
  background-color: #FF5E52;
  padding: 0.5em 0;
}

header .menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

header .menu ul li {
  font-size: 1.2em;
  margin-right: 2em;
}

header .menu ul li a {
  color: white;
}

.main {
  padding-top: 150px;
}

.main .message-block {
  width: 600px;
  margin: 1rem auto;
}

ul.dotted-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2em 0;
  padding: 0;
}

ul.dotted-list li {
  width: 25%;
  border: 1px dotted #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: streach;
      -ms-flex-align: streach;
          align-items: streach;
}

ul.dotted-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  font-size: 1.2em;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.dotted-list li a:hover {
  background-color: #9FB4C7;
}

.item-ranking-block {
  margin-bottom: 1rem;
}

.item-ranking-block .item-ranking {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.item-ranking-block .item-ranking li {
  width: 33.3%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  word-break: break-all;
}

.item-ranking-block .item-ranking li:nth-child(n+10) {
  display: none;
}

.item-ranking-block .item-ranking li img {
  max-width: 100%;
  padding: 0.5em;
}

.simple-item-block .info-block .price {
  text-align: left;
  color: #B12704;
}

.pickup-review-block ul.pickup-review-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pickup-review-block ul.pickup-review-list li {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}

.pickup-review-block ul.pickup-review-list li .review-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-review-block ul.pickup-review-list li .review-row .image-block {
  width: 20%;
  text-align: center;
}

.pickup-review-block ul.pickup-review-list li .review-row .text-block {
  width: 80%;
}

.pickup-review-block ul.pickup-review-list li .review-row .text-block .rate {
  margin-top: 10px;
  color: #E8C547;
}

.pickup-review-block ul.pickup-review-list li .review-row .text-block .description {
  margin-top: 10px;
}

.item-list li {
  padding: 1em;
  border-bottom: 1px dotted #999999;
}

.item-list li .left-block {
  width: 25%;
}

.item-list li .left-block img {
  width: 100%;
}

.item-list li .right-block {
  width: 75%;
  padding-left: 1em;
}

.item-list li .right-block .price {
  color: #B12704;
}

#item-page .image-block {
  background-color: #00BBE0;
  border-radius: 1em;
}

#item-page .image-block .main-image-block {
  text-align: center;
  padding: 1em;
}

#item-page .image-block .main-image-block img {
  max-width: 100%;
}

#item-page .image-block .gallery-container {
  padding-bottom: 1em;
}

#item-page dl.item-info dd {
  margin-left: 1em;
  border-bottom: 1px dotted #cccccc;
}

#item-page h3 {
  background-color: #00BBE0;
  color: white;
  text-align: center;
  padding: 0.5em;
  border-radius: 0.5em;
  font-size: 140%;
}

#item-page .second-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#item-page .second-block .explain {
  width: 58%;
}

#item-page .second-block .explain .attention {
  font-size: 100%;
}

#item-page .second-block .explain dl dd {
  padding-left: 1em;
}

#item-page .second-block .price-ranking {
  width: 40%;
}

#item-page .second-block .price-ranking ul li {
  border-bottom: 1px dotted #cccccc;
  padding: 0.5em 0;
}

#item-page .second-block .price-ranking ul li p.shop-name {
  font-size: 110%;
  margin: 0;
}

#item-page .second-block .price-ranking ul li p.shop-name span.rank {
  font-weight: bold;
  margin-right: 1em;
}

#item-page .second-block .price-ranking ul li p.price {
  text-align: right;
  margin: 0;
}

#item-page .second-block .price-ranking ul li.rank1 {
  font-size: 120%;
}

#item-page .second-block .price-ranking ul li.rank1 p.price {
  font-weight: bold;
  color: red;
}

#item-page .second-block .price-ranking ul li.rank2 {
  font-size: 120%;
}

#item-page .second-block .price-ranking ul li.rank2 p.price {
  font-weight: bold;
  color: red;
}

#item-page .second-block .price-ranking ul li.rank3 {
  font-size: 120%;
}

#item-page .second-block .price-ranking ul li.rank3 p.price {
  font-weight: bold;
  color: red;
}

#item-page .review-block ul.review-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#item-page .review-block ul.review-list li {
  margin: 0;
  padding: 1em;
  border-bottom: 1px dotted #cccccc;
}

#item-page .review-block ul.review-list li:last-of-type {
  border-bottom: none;
}

#item-page .review-block ul.review-list li .rate {
  color: #E8C547;
}

#brand-page ul.brand-list li {
  border: 1px dotted #cccccc;
}

#brand-page ul.brand-list li a {
  display: block;
  padding: 1em;
}

#brand-page ul.brand-list li a:hover {
  background-color: #9FB4C7;
}

@media only screen and (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 15px 0px 15px;
    margin: 0 auto;
  }

  header {
    position: static;
    padding: 0.5rem 0;
  }

  header .site-title {
    font-size: 6vw;
    text-align: center;
  }

  header .site-title small {
    display: block;
    text-align: center;
    font-size: 4vw;
  }

  header .search-form {
    margin: 0 5vw;
    width: auto;
  }

  header .search-form .input-group {
    display: block;
  }

  header .search-form .input-group .input-group-append {
    display: block;
  }

  header .search-form .input-group .search-category {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  header .search-form .input-group .search-keyword {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  header .search-form .input-group .search-button {
    display: block;
    width: 100%;
  }

  header .menu {
    display: none;
  }

  .main {
    padding-top: 10px;
  }

  .main .message-block {
    width: auto;
    margin: 1rem auto;
  }

  ul.dotted-list li {
    width: 50%;
  }

  #page_top {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #3f98ef;
    opacity: 0.6;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\F35B";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  ul.sp-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
  }

  ul.sp-pagination li {
    padding: 4px 8px;
  }

  .item-ranking-block .item-ranking li {
    width: 50%;
  }

  .pickup-review-block ul.pickup-review-list li .review-row {
    display: block;
  }

  .pickup-review-block ul.pickup-review-list li .review-row .image-block {
    width: 100%;
    text-align: center;
  }

  .pickup-review-block ul.pickup-review-list li .review-row .text-block {
    width: 100%;
    padding-top: 10px;
  }

  #top-page h2 {
    font-size: 6vw;
  }

  #top-page h3 {
    font-size: 5vw;
  }

  #item-page h2.title {
    font-size: 5vw;
  }

  #item-page .main-image-block img {
    max-width: 100%;
  }

  #item-page .gallery-item {
    width: 33.3%;
    padding: 1rem;
  }

  #item-page .second-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #item-page .second-block .explain {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #item-page .second-block .explain dl dd {
    word-wrap: break-word;
  }

  #item-page .second-block .price-ranking {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #brand-page ul.brand-list li {
    width: 100%;
  }

  #lightbox .lightbox-container {
    width: calc(100% - 2rem);
  }

  #lightbox .lightbox-container .lightbox-image {
    max-width: 100%;
  }
}

