@charset "UTF-8";
/* 変数定義 */
body {
  background-color: #FFFFFF !important;
}

header {
  background-color: #F8F8F5;
}

#item_category #eyecatch {
  width: 700px;
}
@media screen and (max-width: 560px) {
  #item_category #eyecatch {
    width: 90vw;
    margin: 10px auto 30px;
  }
}
#item_category #eyecatch img {
  width: 700px;
  border-radius: 5px;
}
@media screen and (max-width: 560px) {
  #item_category #eyecatch img {
    width: 90vw;
  }
}
#item_category #item_category_head {
  width: 554px;
  margin: 50px auto;
}
@media screen and (max-width: 560px) {
  #item_category #item_category_head {
    width: 90vw;
  }
}
#item_category #item_category_head #title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 25px;
  color: #1E6AAD;
  text-align: center;
  font-weight: 300;
}
#item_category #item_category_head #title #furigana {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #1E6AAD;
  font-weight: 800;
  text-align: center;
}
#item_category #item_category_head * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  color: #1E6AAD;
}
#item_category .lineup {
  width: 554px;
  margin: 50px auto;
}
@media screen and (max-width: 560px) {
  #item_category .lineup {
    width: 90vw;
  }
}
#item_category .lineup .lineup_head {
  width: 554px;
}
@media screen and (max-width: 560px) {
  #item_category .lineup .lineup_head {
    width: 90vw;
  }
}
#item_category .lineup .lineup_head .title {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 25px;
  color: #1E6AAD;
  text-align: center;
  font-weight: 300;
}
#item_category .lineup .lineup_head .title .furigana {
  display: block;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #1E6AAD;
  font-weight: 800;
  text-align: center;
}
#item_category .lineup .lineup_head p {
  text-align: left;
}
#item_category .lineup .lineup_head * {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 25px;
  color: #1E6AAD;
}
#item_category .lineup .item_list {
  width: 554px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 560px) {
  #item_category .lineup .item_list {
    width: 90vw;
  }
}
#item_category .lineup .item_list .item {
  width: 175px;
  margin: 4px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #F8F8F5;
}
@media screen and (max-width: 560px) {
  #item_category .lineup .item_list .item:nth-child(2n-1) {
    margin: 4px 2px 4px 0;
  }
  #item_category .lineup .item_list .item:nth-child(2n) {
    margin: 4px 0 4px 3px;
  }
}
#item_category .lineup .item_list .item img {
  width: 155px;
}
#item_category .lineup .item_list .item * {
  color: #1E6AAD;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px;
}
#item_category .lineup .item_list .item p {
  margin: 0;
  font-weight: 300;
}
#item_category .lineup .item_list .item .info {
  padding: 10px;
  text-align: center;
}
#item_category .lineup .item_list .item .info .title {
  font-weight: 500;
}
#item_category .recommendation {
  width: 470px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  #item_category .recommendation {
    width: 90vw;
  }
}
#item_category .recommendation .title {
  color: #1D6AAD;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 34px;
  text-align: center;
}
#item_category .recommendation .item {
  display: flex;
  margin-bottom: 30px;
}
#item_category .recommendation .item .thumbnail {
  width: 150px;
  height: 150px;
}
#item_category .recommendation .item .thumbnail img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#item_category .recommendation .item .tokuten {
  height: 150px;
  margin: auto 10px;
}
#item_category .recommendation .item .tokuten p {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
}
#item_category .recommendation .item .tokuten .item {
  color: #1D6AAD;
  font-size: 17px;
  letter-spacing: 1.7px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
}
#item_category .recommendation .item .tokuten .shop {
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 28px;
}
#item_category .recommendation .information table {
  margin: 20px auto;
}
#item_category .recommendation .information * {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
  color: #FF4E00;
  font-weight: 400;
}
#item_category .recommendation .comment {
  padding: 0 5px;
}
#item_category .recommendation .comment * {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
}
#item_category .youtube_ad {
  width: 554px;
  margin: 30px auto;
}
@media screen and (max-width: 560px) {
  #item_category .youtube_ad {
    width: 90vw;
  }
}
#item_category .youtube_ad .title {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 34px;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  text-align: center;
  color: #1D6AAD;
}
#item_category .youtube_ad img {
  width: 554px;
}
@media screen and (max-width: 560px) {
  #item_category .youtube_ad img {
    width: 90vw;
  }
}

.item_list {
  width: 554px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .item_list {
    width: 95vw;
    margin: 0 auto;
  }
}
.item_list .item {
  width: 175px;
  margin: 4px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background-color: #F8F8F5;
}
@media screen and (max-width: 560px) {
  .item_list .item:nth-child(2n-1) {
    margin: 4px 2px 4px 0;
  }
  .item_list .item:nth-child(2n) {
    margin: 4px 0 4px 3px;
  }
}
.item_list .item img {
  width: 155px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_list .item * {
  color: #1E6AAD;
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 20px;
}
.item_list .item a {
  text-decoration: none;
  color: inherit;
}
.item_list .item a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.item_list .item p {
  margin: 0;
  font-weight: 300;
}
.item_list .item .info {
  padding: 10px 2px;
  text-align: center;
}
.item_list .item .info .title {
  font-weight: 500;
}/*# sourceMappingURL=item_category.css.map */