
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

@charset "UTF-8";
.content .section_title {
  margin-top: 30px;
  font-size: 24px;
  letter-spacing: 2px;
  text-align: center;
}

.content .lineup_title {
  width: 89%;
  position: relative;
  margin: 20px auto 0;
}

.content .lineup_title .lineup_logo {
  text-align: center;
}

.content .lineup_title .lineup_logo img {
  max-width: 80%;
}

.content .lineup_title .section_title {
  margin-top: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.content .lineup_title .lineup_txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.content .lineup_title .lineup_txt img {
  max-width: 100%;
  height: auto !important;
}

.content .sort_box {
  width: 89%;
  position: relative;
  margin: 40px auto 0;
  background-color: #eee;
}

.content .sort_box .sort_btn {
  padding: 10px 0;
  color: #585858;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.content .sort_box .sort_btn:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/item_sort.png) no-repeat center center;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  vertical-align: middle;
}

.content .sort_box .sort_btn:after {
  content: '絞り込む';
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}

.content .sort_box .sort_btn.close:after {
  content: '閉じる';
}

.content .sort_box .sort_list {
  display: none;
  padding: 7px 5%;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.content .sort_box .sort_list li {
  margin: 3px;
  display: inline-block;
}

.content .sort_box .sort_list li a {
  display: block;
  padding: 4px 8px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.content .item_list_box {
  width: 89%;
  margin: 20px auto 0;
  letter-spacing: -.4em;
}

.content .item_list_box div {
  letter-spacing: 0.02em;
}

.content .item_list_box li {
  display: inline-block;
  width: 49%;
  margin: 0 0 10px;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .7s opacity ease-out;
  transition: .7s opacity ease-out;
}

.content .item_list_box li:nth-child(odd) {
  margin-right: 2%;
}

.content .item_list_box li.fadein {
  opacity: 1;
  filter: alpha(opacity=100);
}

.content .item_list_box li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.content .item_list_box li a .item_thumb {
  width: 100%;
  min-height: 170px;
  margin-bottom: 3px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.content .title_list_box {
  width: 89%;
  margin: 20px auto 0;
  letter-spacing: -.4em;
}

.content .title_list_box li {
  display: inline-block;
  width: 49%;
  margin: 0 0 10px;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .7s opacity ease-out;
  transition: .7s opacity ease-out;
}

.content .title_list_box li:nth-child(odd) {
  margin-right: 2%;
}

.content .title_list_box li.fadein {
  opacity: 1;
  filter: alpha(opacity=100);
}

.content .title_list_box li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.content .title_list_box li a .title_thumb {
  width: 100%;
  min-height: 240px;
  margin-bottom: 3px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.content .paging {
  width: 89%;
  position: relative;
  margin: 20px auto 0;
  font-family: 'Poppins', sans-serif;
}

.content .paging .paging_prev {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.content .paging .paging_prev a {
  display: block;
  width: 20px;
  padding: 10px 0;
}

.content .paging .paging_prev a img {
  width: 13px;
}

.content .paging .paging_next {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.content .paging .paging_next a {
  display: block;
  width: 20px;
  padding: 10px 0;
}

.content .paging .paging_next a img {
  width: 13px;
}

.content .paging .paging_content {
  text-align: center;
  font-weight: 600;
}

.content .paging .paging_content li {
  display: inline-block;
  width: 40px;
}

.content .paging .paging_content li a {
  display: block;
  width: 100%;
  padding: 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.content .paging .paging_content li.now_page a {
  background-color: #004CAD;
  color: #fff;
}

.footer {
  margin-top: 50px;
  border-top: 1px solid #ddd;
}

.item_wrapper {
  width: 100%;
  padding: 7%;
  overflow: hidden;
}

.item_wrapper img {
  max-width: 100%;
}

.item_wrapper .item_img {
  width: 100%;
  height: 225px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.item_wrapper .item_img_list {
  text-align: center;
  margin-top: 10px;
}

.item_wrapper .item_img_list li {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-top: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.item_wrapper .item_img_list li.img_now:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #004CAD;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.item_wrapper .item_title {
  margin-top: 30px;
  color: #004CAD;
  font-size: 16px;
  font-weight: bold;
}

.item_wrapper .item_txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.3;
}

.item_wrapper .item_txt p {
  margin-top: 10px;
}

.item_wrapper .item_txt img {
  max-width: 100%;
}

.item_wrapper .item_txt strong {
  font-weight: bold;
}

.item_wrapper .item_txt ul {
  list-style-type: disc;
}

.item_wrapper .item_txt ol {
  list-style-type: decimal;
}

.item_wrapper .item_txt iframe {
  max-width: 100%;
}

.item_wrapper .shop_list {
  margin-top: 10px;
}

.item_wrapper .shop_list li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
