﻿@charset "UTF-8";
.pankuzu_role {
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1200px;
}

.tag_role {
  display: flex;
  flex-wrap: wrap;
}

.tag_role > li {
  display: inline;
  margin: 0 4px 2px 0;
  padding: 2px 5px;
  color: #555;
  background-color: #F5F7F8;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  line-height: 1.2;
  font-size: 11px;
}

.tag_role > li.tag_1c {
  background: #e3e3e3;
}

.tag_role > li.tag_4c {
  background: linear-gradient(120deg, #ff7e7e, #ffc864, #ffff6f, #9f9, #b8ffff, #ccf, #ff57ff);
}

.tag_role > li.tag_gold {
  background: linear-gradient(120deg, #f4e15c, #fffed8, #f4e15c);
}

.tag_role > li.tag_new {
  color: #fff;
  background-color: #ff4ea0;
}

.tag_role > li.tag_sale {
  color: #fff;
  background-color: #ff0000;
}

.tag_role > li.tag_deza {
  color: #fff;
  background-color: #ff9100;
}

.tag_role > li.tag_eco {
  color: #fff;
  background-color: #68b42f;
}

.category_data {
  padding: 10px 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  line-height: 2.5;
  font-size: 15px;
  border-bottom: 1px dotted #ccc;
}

.category_data > li.date {
  color: #555;
}

.category_data > li.past a {
  background: linear-gradient(#f9f9f9, #e2e2e2);
  border: 1px solid #9c9c9c;
  padding: 0 40px;
  border-radius: 100px;
  display: block;
  color: #333333;
  position: relative;
  transition: 0.3s;
}

.category_data > li.past a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.1em;
  right: 20px;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.05em solid #333333;
  border-right: 0.05em solid #333333;
  transform: rotate(45deg);
  transition: 0.2s;
}

.category_data > li.past a:hover {
  color: #bf0000;
  text-decoration: none;
  border: 1px solid #bf0000;
}

.category_data > li.past a:hover:after {
  right: 15px;
  border-top: 0.05em solid #bf0000;
  border-right: 0.05em solid #bf0000;
}
.kiseihin_00{
    left: 0px;
    top: 46%;
    width: 100%;
}
.kiseihin{
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 0.8;
    background: #e01a17;
    color: #ffffff;
    padding-top: 13px;
    font-size: 25px;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .category_data > li.date {
    float: left;
  }

  .category_data > li.past {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .category_data {
    line-height: 1.6;
    font-size: 13px;
  }

  .category_data > li {
    text-align: center;
  }

  .category_data > li.date {
    margin-bottom: 5px;
  }

  .category_data > li.past a {
    padding: 10px 0;
  }
}
#cate_select {
  margin-bottom: 20px;
}

#cate_select dl {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

#cate_select dl dt {
  font-weight: bold;
  font-size: 20px;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

#cate_select dl dd ul {
  margin: -0.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cate_select dl dd ul li {
  display: inline-block;
  margin: 0.5%;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

#cate_select dl dd ul li a {
  padding: 13px 12px;
  display: block;
  transition: all 0.15s;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  text-align: center;
}

#cate_select dl dd ul li a:hover {
  opacity: 1;
  text-decoration: none;
  background: #f4f4f4;
  color: #bf0000;
}

#cate_select dl dd ul li img {
  width: 100%;
  transition: all 0.2s;
}

#cate_select dl dd ul li .caption {
  text-align: center;
  padding-top: 10px;
}

#cate_select dl dd ul.maker li {
  width: 19%;
  position: relative;
  overflow: hidden;
}

#cate_select dl dd ul.maker li a {
  padding: 5px 15px;
}

#cate_select dl dd ul.maker li .caption {
  text-align: center;
  padding-top: 12%;
  font-size: 1.1em;
}

#cate_select dl dd ul.maker li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

#cate_select dl dd ul.maker li:hover .mask {
  opacity: 1;
}

#cate_select dl dd ul.maker li a:hover img {
  background: none;
  opacity: 0;
}

#cate_select dl dd ul.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#cate_select dl dd ul.flex_box li {
  max-width: 12.5%;
}

@media screen and (max-width: 767px) {
  #cate_select dl dd ul {
    margin: -1%;
  }

  #cate_select dl dd ul li {
    margin: 1%;
    max-width: 48%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  #cate_select dl dd ul li a {
    padding: 20px 12px;
  }

  #cate_select dl dd ul.maker li {
    width: 48%;
  }

  #cate_select dl dd ul.flex_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #cate_select dl dd ul.flex_box li {
    max-width: 23%;
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}
#category_section .category_subhead {
  width: 100%;
  padding: 10px 0;
  margin: 30px 0 20px;
  border-bottom: 1px solid #333;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

#category_section .category_subhead .other a {
  font-size: 14px;
  font-weight: normal;
  padding-left: 15px;
  color: #0066c0;
}

#category_section .category_subhead .other a:hover {
  color: #d16a00;
  text-decoration: underline;
}

#category_section .subhead_txt {
  margin-bottom: 1em;
  line-height: 1.5;
  color: #555;
  font-size: 15px;
}

#category_section .category_item_list {
  margin-bottom: 50px;
}

#category_section .category_item_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#category_section .category_item_list ul > li {
  position: relative;
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 15px 1.5% 15px;
  border-bottom: 1px solid #ececec;
}

#category_section .category_item_list ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
}

#category_section .category_item_list ul > li a:hover {
  text-decoration: none;
}

#category_section .category_item_list ul > li img {
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto 10px;
}

#category_section .category_item_list ul > li .item_name {
  display: block;
  color: #004aa7;
  line-height: 1.4;
  margin: 4px 0 2px;
  font-size: 13px;
  word-break: break-all;
}

#category_section .category_item_list ul > li .item_name:hover {
  text-decoration: underline;
}

#category_section .category_item_list ul > li .tanka {
  font-size: 12px;
  line-height: normal;
  color: #333;
}

#category_section .category_item_list ul > li .tanka red {
  font-size: 15px;
  color: #ed2b00;
  padding-right: 5px;
}

#category_section .category_item_list ul > li STRIKE {
  font-size: 14px;
  color: red;
  text-decoration: line-through;
  padding: 0 5px;
}

#category_section .category_item_list ul > li STRIKE span {
  color: #555;
}

#category_section .category_item_list ul > li .cp_wrap {
  line-height: normal;
}

#category_section .category_item_list ul > li .cp_wrap .cut_rate {
  background: red;
  font-weight: bold;
  color: white;
  font-size: 12px;
  padding: 0px 4px;
  margin-right: 5px;
  border-radius: 3px;
}

#category_section .category_item_list ul > li .before {
  font-size: 1.2em;
  color: red;
  text-decoration: line-through;
  padding-right: 4%;
}

#category_section .category_item_list ul > li .before span {
  color: #555;
  font-weight: bold;
}

#category_section .category_item_list ul > li .comment {
  margin-top: 5px;
  color: #747474;
  font-size: 13px;
  line-height: 1.4;
  display: block;
}

#category_section .category_item_list ul > li .print span {
  display: initial;
  margin: 0px 3px;
  padding: 1px 3px 0 2px;
  font-size: 10.5px;
}

#category_section .category_item_list ul > li span.news1 {
  position: absolute;
  padding: 50% 0;
  font-weight: bolder;
  font-size: 3.5em;
  line-height: 1em;
  right: 10%;
  left: 10%;
  text-align: center;
  color: rgba(255, 0, 0, 0.6);
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-15deg);
}

#category_section .category_item_list ul > li.faxdm {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

#category_section .category_item_list ul > li.faxdm img {
  max-width: initial;
  max-height: 100%;
  border: 1px solid #dedede;
}

#category_section .category_item_list ul > li.faxdm_wide {
  max-width: 40%;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

#category_section .category_item_list ul > li.faxdm_wide img {
  max-width: 100%;
  max-height: initial;
  border: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  #category_section .category_item_list ul > li {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  #category_section .category_item_list ul > li.faxdm {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  #category_section .category_item_list ul > li.faxdm_wide {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#novelty_scene {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

#novelty_scene .scene_group {
  padding: 10px 10px 20px;
  border-radius: 7px;
  margin: 1%;
}

#novelty_scene .scene_group .scene_title {
  color: white;
  line-height: normal;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

#novelty_scene .scene_group .scene_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#novelty_scene .scene_group .scene_list .scene_block {
  position: relative;
  background: white;
  border: 1px solid;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

#novelty_scene .scene_group .scene_list .scene_block .block_tmb {
  display: block;
  margin: 10px auto 5px;
}

#novelty_scene .scene_group .scene_list .scene_block .block_tmb img {
  display: block;
  margin: auto;
  width: 75px;
  max-width: 100%;
}

#novelty_scene .scene_group .scene_list .scene_block .block_title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment {
  padding: 10px 10px;
  color: #555;
  line-height: 1.5;
  font-size: 11px;
  word-break: break-all;
  min-height: 150px;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment p {
  position: relative;
  padding-left: 1em;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment p:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #515151;
  border-radius: 50%;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment b {
  font-weight: bold;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment a {
  color: #e50000;
  font-weight: bold;
  text-decoration: underline;
}

#novelty_scene .scene_group .scene_list .scene_block .block_comment a:hover {
  text-decoration: none;
}

#novelty_scene .scene_group .scene_list .scene_block .allitem_link a {
  display: block;
  position: relative;
  margin: 14px 15px;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#novelty_scene .scene_group .scene_list .scene_block .allitem_link a:hover {
  text-decoration: none;
  opacity: 1;
  background: #f1f1f1;
}

#novelty_scene .scene_group .scene_list .scene_block .allitem_link a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0.1em;
  right: 10px;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #9e9e9e;
  border-right: 0.1em solid #9e9e9e;
  transform: rotate(45deg);
}

#novelty_scene .scene_group .scene_list .scene_block .link_list {
  display: block;
  margin-top: 15px;
  padding: 10px;
  min-height: 95px;
  border-top: 1px solid;
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .osusume {
  position: relative;
  display: block;
  margin: 0 auto -12px;
  padding: 5px 7px 4px;
  background: #ffffff;
  color: #555;
  top: -22px;
  width: 80%;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .cate_link {
  display: block;
  position: relative;
  line-height: 1.6;
  font-size: 13px;
  font-weight: bold;
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .cate_link a {
  display: block;
  color: #0066c0;
  padding-left: 15px;
  text-decoration: underline;
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .cate_link:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0.1em;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #acacac;
  border-right: 0.1em solid #acacac;
  transform: rotate(45deg);
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .cate_link:hover a {
  color: #d16a00;
}

#novelty_scene .scene_group .scene_list .scene_block .link_list .cate_link:hover:before {
  border-color: #d16a00;
}

#novelty_scene .scene_group.col-1 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

#novelty_scene .scene_group.col-1 .scene_list .scene_block {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 3%;
}

#novelty_scene .scene_group.col-2 {
  max-width: 48%;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

#novelty_scene .scene_group.col-2 .scene_list .scene_block {
  max-width: 47%;
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin: 1.5%;
}

#novelty_scene .scene_group.col-3 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#novelty_scene .scene_group.col-3 .scene_list .scene_block {
  max-width: 31.333%;
  -webkit-flex-basis: 31.333%;
  -ms-flex-preferred-size: 31.333%;
  flex-basis: 31.333%;
  margin: 1%;
}

#novelty_scene .scene_group.col-4 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#novelty_scene .scene_group.col-4 .scene_list .scene_block {
  max-width: 23.5%;
  -webkit-flex-basis: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  margin: 0.75%;
}

#novelty_scene #title01.scene_group {
  background: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block {
  border-color: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block .block_comment {
  border-color: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block .link_list {
  border-color: #268adf;
}

#novelty_scene #title01.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #268adf;
}

#novelty_scene #title02.scene_group {
  background: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block {
  border-color: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block .block_comment {
  border-color: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block .link_list {
  border-color: #6281c7;
}

#novelty_scene #title02.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #6281c7;
}

#novelty_scene #title03.scene_group {
  background: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block {
  border-color: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block .block_comment {
  border-color: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block .link_list {
  border-color: #82a7ea;
}

#novelty_scene #title03.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #82a7ea;
}

#novelty_scene #title04.scene_group {
  background: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block {
  border-color: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block .block_comment {
  border-color: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block .link_list {
  border-color: #84d1c0;
}

#novelty_scene #title04.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #84d1c0;
}

#novelty_scene #title05.scene_group {
  background: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block {
  border-color: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block .block_comment {
  border-color: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block .link_list {
  border-color: #bbc2c7;
}

#novelty_scene #title05.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #bbc2c7;
}

#novelty_scene #title06.scene_group {
  background: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block {
  border-color: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block .block_comment {
  border-color: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block .link_list {
  border-color: #97cb70;
}

#novelty_scene #title06.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #97cb70;
}

#novelty_scene #title07.scene_group {
  background: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block {
  border-color: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block .block_comment {
  border-color: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block .block_comment p:before {
  background-color: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block .allitem_link a {
  border-color: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block .link_list {
  border-color: #fbbc5e;
}

#novelty_scene #title07.scene_group .scene_list .scene_block .link_list .osusume {
  border-color: #fbbc5e;
}

@media screen and (max-width: 767px) {
  #novelty_scene .scene_group.col-1, #novelty_scene .scene_group.col-2, #novelty_scene .scene_group.col-3, #novelty_scene .scene_group.col-4 {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 1% 40px;
    float: inherit;
  }

  #novelty_scene .scene_group.col-1 .scene_list .scene_block, #novelty_scene .scene_group.col-3 .scene_list .scene_block, #novelty_scene .scene_group.col-4 .scene_list .scene_block {
    max-width: 47%;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin: 1.5%;
  }
}
@media screen and (max-width: 480px) {
  #novelty_scene .scene_group.col-1 .scene_list .scene_block, #novelty_scene .scene_group.col-2 .scene_list .scene_block, #novelty_scene .scene_group.col-3 .scene_list .scene_block, #novelty_scene .scene_group.col-4 .scene_list .scene_block {
    max-width: 100%;
    flex-basis: 100%;
    margin: 10px 1%;
  }

  #novelty_scene .scene_group.col-1 .scene_list .scene_block .block_comment, #novelty_scene .scene_group.col-2 .scene_list .scene_block .block_comment, #novelty_scene .scene_group.col-3 .scene_list .scene_block .block_comment, #novelty_scene .scene_group.col-4 .scene_list .scene_block .block_comment {
    min-height: auto;
  }
}
.nov_scene_title {
  display: block;
  padding: 10px;
  background: #30c1be;
}

.nov_scene_title .title_wrap {
  display: table;
  margin: auto;
}

.nov_scene_title .title_wrap img {
  max-height: 75px;
  vertical-align: middle;
}

.nov_scene_title .title_wrap h1 {
  display: inline-block;
  width: calc(100% - 75px);
  vertical-align: middle;
  padding-left: 5px;
  line-height: 1.3;
  color: white;
  font-size: 33px;
  font-weight: bold;
  text-shadow: 3px 3px 1px #0b6f6d;
}

@media screen and (max-width: 767px) {
  .nov_scene_title .title_wrap {
    display: block;
    text-align: center;
  }

  .nov_scene_title .title_wrap h1 {
    font-size: 28px;
  }
}
.scene_point {
  margin-bottom: 30px;
  background: #f9f8f5;
  padding: 20px;
}

.scene_point dt {
  margin: 5px 0 10px;
  color: #30c1be;
  font-size: 20px;
  font-weight: bold;
}

.scene_point dd {
  position: relative;
  margin: 5px 0;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.4;
}

.scene_point dd:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #30c1be;
  border-radius: 50%;
}

.scene_point dd a {
  text-decoration: underline;
  font-weight: bold;
  color: #0066c0;
}

.scene_point dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .scene_point dt {
    text-align: center;
  }
}
.useful_links .support_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -1%;
}

.useful_links .support_group .support_block {
  position: relative;
  overflow: hidden;
  max-width: 48%;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border: 1px solid #ccc;
  margin: 1%;
  background: #f7f7f7;
  border-radius: 7px;
}

.useful_links .support_group .support_block .block_comment {
  position: relative;
  padding: 13px 10px;
  background: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}

.useful_links .support_group .support_block .block_comment:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 21.75%;
  bottom: -22px;
  border: 11px solid;
  border-color: #ccc transparent transparent #ccc;
  z-index: 1;
}

.useful_links .support_group .support_block .block_comment:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 22%;
  bottom: -20px;
  border: 10px solid;
  border-color: #fff transparent transparent #fff;
  z-index: 1;
}

.useful_links .support_group .support_block .block_tmb {
  display: block;
  margin: 0px auto;
}

.useful_links .support_group .support_block .block_tmb img {
  width: 100%;
}

.useful_links .support_group .support_block .block_answer {
  padding: 15px;
}

.useful_links .support_group .support_block .block_answer .title {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: bold;
  border-left: 8px solid #30c1be;
  line-height: 1;
  padding: 4px 0 0 6px;
  vertical-align: text-bottom;
}

.useful_links .support_group .support_block .block_answer .detail {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .useful_links .support_group .support_block {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 10px 1%;
  }
}
.supportlink_ {
  margin: 25px 0;
}

.supportlink_ .support_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -1%;
}

.supportlink_ .support_group .support_block {
  position: relative;
  overflow: hidden;
  max-width: 48%;
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  border: 3px solid;
  border-radius: 15px;
  margin: 1%;
  text-align: center;
}

.supportlink_ .support_group .support_block .block_tmb {
  display: block;
  margin: 0px auto 15px;
  max-width: 80px;
}

.supportlink_ .support_group .support_block .block_tmb img {
  width: 100%;
}

.supportlink_ .support_group .support_block .block_comment {
  display: block;
  margin: 0 0 20px;
  padding: 20px 10px;
  min-width: 120px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background: #ffffff;
  position: relative;
  bottom: 0;
  border-bottom: 1px solid;
}

.supportlink_ .support_group .support_block .block_comment:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 1;
}

.supportlink_ .support_group .support_block .block_comment:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.supportlink_ .support_group .support_block .block_answer {
  padding: 0 10%;
}

.supportlink_ .support_group .support_block .block_answer .comment {
  font-size: 16px;
}

.supportlink_ .support_group .support_block .block_answer .title {
  padding: 15px 0;
  font-size: 26px;
  font-weight: bold;
}

.supportlink_ .support_group .support_block .block_answer .detail {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

.supportlink_ .support_group .support_block .link_btn {
  display: block;
  margin: 10px auto 20px;
  max-width: 100%;
  width: 250px;
}

.supportlink_ .support_group .support_block .link_btn a {
  display: block;
  position: relative;
  margin: auto;
  padding: 11px 10px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  font-size: 16px;
}

.supportlink_ .support_group .support_block .link_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.1em;
  right: 15px;
  margin: auto;
  width: 0.7em;
  height: 0.7em;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

.supportlink_ .support_group .support_block .link_btn a:hover {
  text-decoration: none;
}

.supportlink_ .support_group .support_block.block_1 {
  background: rgba(255, 93, 108, 0.05);
  border-color: rgba(255, 93, 108, 0.5);
}

.supportlink_ .support_group .support_block.block_1 .block_comment {
  border-color: rgba(255, 93, 108, 0.5);
}

.supportlink_ .support_group .support_block.block_1 .block_comment:after {
  border-top-color: rgba(255, 93, 108, 0.5);
}

.supportlink_ .support_group .support_block.block_1 .block_answer .title {
  color: #ff5d6c;
}

.supportlink_ .support_group .support_block.block_1 .link_btn a {
  background: #ff5d6c;
}

.supportlink_ .support_group .support_block.block_2 {
  background: rgba(95, 182, 40, 0.05);
  border-color: rgba(95, 182, 40, 0.5);
}

.supportlink_ .support_group .support_block.block_2 .block_comment {
  border-color: rgba(95, 182, 40, 0.5);
}

.supportlink_ .support_group .support_block.block_2 .block_comment:after {
  border-top-color: rgba(95, 182, 40, 0.5);
}

.supportlink_ .support_group .support_block.block_2 .block_answer .title {
  color: #5fb628;
}

.supportlink_ .support_group .support_block.block_2 .link_btn a {
  background: #5fb628;
}

.supportlink_ .support_group .support_block.block_3 {
  background: rgba(255, 150, 20, 0.05);
  border-color: rgba(255, 150, 20, 0.5);
}

.supportlink_ .support_group .support_block.block_3 .block_comment {
  border-color: rgba(255, 150, 20, 0.5);
}

.supportlink_ .support_group .support_block.block_3 .block_comment:after {
  border-top-color: rgba(255, 150, 20, 0.5);
}

.supportlink_ .support_group .support_block.block_3 .block_answer .title {
  color: #ff9614;
}

.supportlink_ .support_group .support_block.block_3 .link_btn a {
  background: #ff9614;
}

.supportlink_ .support_group .support_block.block_4 {
  background: rgba(46, 136, 229, 0.05);
  border-color: rgba(46, 136, 229, 0.5);
}

.supportlink_ .support_group .support_block.block_4 .block_comment {
  border-color: rgba(46, 136, 229, 0.5);
}

.supportlink_ .support_group .support_block.block_4 .block_comment:after {
  border-top-color: rgba(46, 136, 229, 0.5);
}

.supportlink_ .support_group .support_block.block_4 .block_answer .title {
  color: #2e88e5;
}

.supportlink_ .support_group .support_block.block_4 .link_btn a {
  background: #2e88e5;
}

@media screen and (max-width: 767px) {
  .supportlink_ .support_group .support_block {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 20px 1%;
  }
}
.category_ranking {
  margin-bottom: 30px;
}

.category_ranking #newitem:checked ~ #newitem_content, .category_ranking #trend:checked ~ #trend_content {
  display: block;
}

.category_ranking ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.category_ranking ul li {
  max-width: 20%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 20%;
  padding: 2% 1.5%;
}

.category_ranking ul li dl {
  position: relative;
  overflow: hidden;
}

.category_ranking ul li dl dt.icon {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
}

.category_ranking ul li dl dt.icon span {
  font-size: 20px;
}

.category_ranking ul li dl dt img {
  max-width: 100%;
}

.category_ranking ul li dl dd {
  margin-top: 3px;
  font-size: 13px;
  line-height: 1.4;
}

.category_ranking ul li a {
  display: block;
  text-decoration: none;
}

.category_ranking ul li a:hover {
  opacity: 0.8;
}

.category_ranking ul li:first-child dl dt.icon {
  color: #b29a04;
}

.category_ranking ul li:nth-child(2) dl dt.icon {
  color: #9bacc0;
}

.category_ranking ul li:nth-child(3) dl dt.icon {
  color: #a85937;
}

.category_ranking.tabs {
  background-color: #ffffff;
}

.category_ranking.tabs .tab_item {
  width: 135px;
  max-width: calc(100%/2.055);
  height: auto;
  background: #e4e4e4;
  line-height: normal;
  padding: 5px;
  color: #8d8d8d;
  border-bottom: none;
  font-weight: normal;
  margin-right: 5px;
  font-size: 16px;
}

.category_ranking.tabs .tab_item:hover {
  background: #fff5de;
}

.category_ranking.tabs input:checked + .tab_item {
  color: #db6600;
  background: #fff5de;
  border-color: #ccc;
}

@media screen and (min-width: 768px) {
  .category_ranking ul li dl dt.icon {
    position: absolute;
    background: white;
    padding: 0 5px 5px 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0 0 7px 0;
  }
}
@media screen and (min-width: 768px) {
  .category_ranking ul li dl dt.new {
    background: #db0c0c;
    color: white;
    width: 400px;
    transform: rotate(-45deg);
    transform-origin: top center;
    position: absolute;
    top: 11px;
    left: calc( -400px / 2 + 11px );
    padding: 3px 0 2px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .category_ranking ul li {
    max-width: 100%;
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 100%;
    margin: 0;
    border-bottom: 1px solid #dedede;
  }

  .category_ranking ul li a {
    width: 100%;
  }

  .category_ranking ul li dl {
    display: table;
    padding: 6px 0;
  }

  .category_ranking ul li dl dt {
    width: 75px;
    display: table-cell;
  }

  .category_ranking ul li dl dt.icon {
    width: 35px;
    vertical-align: top;
    padding-top: 5px;
  }

  .category_ranking ul li dl dt.new {
    width: 35px;
    vertical-align: top;
    padding-top: 5px;
  }

  .category_ranking ul li dl dt.new span {
    font-size: 14px;
    font-weight: bold;
    color: #db0c0c;
  }

  .category_ranking ul li dl dd {
    display: table-cell;
    width: calc(100% - 85px);
    padding: 5px 0 5px 10px;
    vertical-align: top;
  }

  .category_ranking ul li:last-child {
    border: none;
  }

  .category_ranking.tabs .tab_item {
    width: 50%;
    max-width: 50%;
    margin: 0;
    padding: 10px 5px;
  }
}
.mainv_bottom {
  padding: 25px 0;
}

.mainv_comment {
  text-align: center;
  color: white;
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mainv_comment {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.6;
  }

  .mainv_comment br {
    display: none;
  }
}
.bg_sale .sale_category_list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.bg_sale .sale_category_list a {
  color: #333;
}

.bg_sale .sale_category_list a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bg_sale .sale_category_list .balloon {
  background: url(../../image/common/baloon_bg_yel_70.png) no-repeat 0 0;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  top: -5px;
  right: -5px;
  text-align: center;
  color: #333;
  font-size: 11px;
  display: block;
  position: absolute;
}

.bg_sale .sale_category_list .balloon .percent {
  padding: 14px 0 0px 0;
  font-weight: bold;
  line-height: 1;
}

.bg_sale .sale_category_list .balloon .percent span {
  font-size: 28px;
  letter-spacing: -1px;
}

.bg_sale .sale_category_list .balloon .blurb {
  font-size: 12px;
}

.bg_sale .sale_category_list .balloon2 {
  background: url(../../image/common/baloon_bg_red_70.png) no-repeat 0 0;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  margin: 10px auto;
  text-align: center;
  color: white;
  font-size: 11px;
  display: block;
  position: absolute;
}

.bg_sale .sale_category_list .balloon2 .blurb {
  padding: 28% 0px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.bg_sale .sale_category_list li {
  width: 100%;
  position: relative;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  margin: 0 0.75% 30px;
  border-radius: 7px;
}

.bg_sale .sale_category_list li .tmb_box {
  position: relative;
  float: left;
  width: 40%;
}

.bg_sale .sale_category_list li .tmb_box img {
  max-width: 100%;
  display: block;
  margin: auto;
  vertical-align: bottom;
}

.bg_sale .sale_category_list li .txt_box {
  display: block;
  float: right;
  width: 60%;
  margin: 10px auto;
  padding: 0 0 0 15px;
}

.bg_sale .sale_category_list li .txt_box .name {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}

.bg_sale .sale_category_list li .price_box {
  margin-left: 40%;
  padding: 0 0 0 15px;
}

.bg_sale .sale_category_list li .price_box .before {
  margin-bottom: 25px;
  font-size: 12px;
  position: relative;
}

.bg_sale .sale_category_list li .price_box .before STRIKE {
  color: red;
  text-decoration: line-through;
  padding-right: 15px;
}

.bg_sale .sale_category_list li .price_box .before span {
  color: #333;
  font-size: 18px;
}

.bg_sale .sale_category_list li .price_box .before:after {
  border: 10px solid transparent;
  border-top-color: #ef0000;
  border-bottom-width: 0;
  bottom: -16px;
  content: "";
  display: block;
  left: 50px;
  position: absolute;
  width: 0;
}

.bg_sale .sale_category_list li .price_box .after {
  color: #ef0000;
  font-size: 20px;
  font-weight: bold;
}

.bg_sale .sale_category_list li .price_box .after b {
  font-size: 1.8em;
}

@media screen and (min-width: 991px) {
  .bg_sale .sale_category_list li.col-2 {
    width: 48.5%;
  }

  .bg_sale .sale_category_list li.col-4 {
    width: 23.5%;
  }

  .bg_sale .sale_category_list li.col-4 .tmb_box, .bg_sale .sale_category_list li.col-4 .txt_box, .bg_sale .sale_category_list li.col-4 .price_box {
    width: 100%;
    padding: 0;
  }

  .bg_sale .sale_category_list li.col-4 .tmb_box img {
    width: 175px;
  }

  .bg_sale .sale_category_list li.col-4 .price_box {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .bg_sale .sale_category_list li.col-4 .price_box .before:after {
    left: 45%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .bg_sale .sale_category_list li.col-2, .bg_sale .sale_category_list li.col-4 {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .bg_sale .sale_category_list .balloon {
    background-size: 100%;
    width: 50px;
    height: 50px;
  }

  .bg_sale .sale_category_list .balloon .percent {
    padding-top: 10px;
  }

  .bg_sale .sale_category_list .balloon .percent span {
    font-size: 20px;
  }

  .bg_sale .sale_category_list .balloon .percent .blurb {
    font-size: 11px;
  }

  .bg_sale .sale_category_list li.col-2, .bg_sale .sale_category_list li.col-4 {
    padding: 10px;
    margin: 5px 0;
  }

  .bg_sale .sale_category_list li.col-2 .tmb_box, .bg_sale .sale_category_list li.col-4 .tmb_box {
    width: 40%;
  }

  .bg_sale .sale_category_list li.col-2 .txt_box, .bg_sale .sale_category_list li.col-4 .txt_box {
    width: 60%;
    margin: 0;
  }

  .bg_sale .sale_category_list li.col-2 .txt_box .name, .bg_sale .sale_category_list li.col-4 .txt_box .name {
    font-size: 15px;
  }

  .bg_sale .sale_category_list li.col-2 .price_box, .bg_sale .sale_category_list li.col-4 .price_box {
    margin-left: 40%;
  }

  .bg_sale .sale_category_list li.col-2 .price_box .before span, .bg_sale .sale_category_list li.col-4 .price_box .before span {
    font-size: 15px;
  }

  .bg_sale .sale_category_list li.col-2 .price_box .after, .bg_sale .sale_category_list li.col-4 .price_box .after {
    color: #ef0000;
    font-size: 16px;
    font-weight: bold;
  }
}
.season_cp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 80px;
}

.season_cp li {
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.season_cp li a {
  display: block;
}

.season_cp li a:hover {
  text-decoration: none;
}

.season_cp li .tmb_box {
  display: block;
  margin: auto;
  max-width: 275px;
  max-height: 275px;
}

.season_cp li img {
  width: 100%;
  margin-bottom: -2px;
  object-fit: cover;
}

.season_cp li .data_box {
  padding: 10px 0;
  color: #333;
}

.season_cp li .data_box h4 {
  padding: 10px 0;
  min-height: 60px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}

.season_cp li .data_box .txt {
  line-height: 1.6;
  padding: 10px 0;
  border-top: 1px solid #dedede;
}

.season_cp li .data_box .tanka {
  display: block;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-align: right;
}

.season_cp li .data_box .tanka red {
  padding-left: 10px;
  color: #f7522d;
  font-size: 16px;
}

.season_cp li .data_box .tanka red b {
  font-size: 160%;
  letter-spacing: -1px;
  padding-right: 4px;
}

.season_cp li .link_btn {
  margin: 10px auto 0;
  padding: 12px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: -moz-linear-gradient(top, #fff, #e6e6e6);
  background: -ms-linear-gradient(top, #fff, #e6e6e6);
  font-size: 13px;
  text-align: center;
}

.season_cp li.col-2 {
  width: 50%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.season_cp li.col-4 {
  width: 25%;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.season_cp .cp_ttl {
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}

.season_cp .cp_ttl .ttl_img img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: top;
  height: 391px;
}

.season_cp .cp_ttl .ttl_txt {
  display: block;
  margin: 0 20px 20px;
  padding: 10px 15px;
  min-width: 120px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  border: 1px solid #ccc;
}

.season_cp .cp_ttl .ttl_txt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .season_cp li.col-2, .season_cp li.col-4 {
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.title_with_image {
  display: table;
  margin: 20px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

.title_with_image .title {
  width: 63%;
  float: left;
  margin-bottom: 10px;
  padding-right: 20px;
}

.title_with_image .title img {
  width: 100%;
}

.title_with_image .image {
  width: 37%;
  float: right;
}

.title_with_image .image img {
  width: 100%;
}

.title_with_image .comment {
  width: 63%;
  float: left;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .title_with_image * {
    float: none;
  }

  .title_with_image .title {
    width: 100%;
    padding: 0;
  }

  .title_with_image .image {
    width: 100%;
  }

  .title_with_image .comment {
    width: 100%;
    padding: 15px 0 10px;
    line-height: 1.6;
    font-size: 14px;
  }
}
.press_introduction {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.press_introduction dt {
  display: table-cell;
  vertical-align: top;
  width: 275px;
}

.press_introduction dt img {
  width: 100%;
  vertical-align: top;
}

.press_introduction dd {
  display: table-cell;
  width: calc(100% - 275px);
  padding: 20px;
}

.press_introduction dd p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 1em;
}

.press_introduction dd b {
  font-weight: bold;
}

.press_introduction dd a {
  color: #0066c0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .press_introduction dt, .press_introduction dd {
    display: block;
    width: 100%;
  }
}
.sale_period {
  margin-bottom: 30px;
}

.sale_period h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 4px dotted #e2b127;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sale_period .list {
  display: -ms-flexbox;
  display: flex;
  margin: auto -1%;
}

.sale_period .list .list_box {
  width: 50%;
  margin: 1%;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.sale_period .list .list_box dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 15px;
  word-break: break-all;
  text-align: center;
}

.sale_period .list .list_box dl dt {
  display: table-cell;
  font-size: 30px;
  font-weight: bold;
  color: #e01a17;
}

.sale_period .list .list_box dl dd {
  display: table-cell;
  font-size: 26px;
  font-weight: bold;
}

.sale_period .list .list_box dl dd span {
  font-size: 0.7em;
}

.sale_period .list .list_box .link_btn {
  text-align: center;
  width: 100%;
  display: inline-table;
  margin: auto;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
}

.sale_period .list .list_box .link_btn.true {
  background: #fedd23;
}

.sale_period .list .list_box .link_btn.false {
  background: #e6e6e6;
}

.sale_period .list .list_box .link_btn a {
  display: block;
}

.sale_period .list .list_box .link_btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sale_period .list {
    display: block;
  }

  .sale_period .list .list_box {
    margin: 0 0 15px;
    width: 100%;
  }

  .sale_period .list .list_box dl dt {
    display: block;
    margin-bottom: 8px;
    font-size: 26px;
  }

  .sale_period .list .list_box dl dd {
    display: block;
    font-size: 18px;
  }

  .sale_period .list .list_box a {
    font-size: 16px;
    padding: 15px 5px;
  }
}
.sale_category_ttl {
  text-align: center;
  color: white;
  font-size: 43px;
  font-weight: bold;
  margin: 40px 0 20px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}

.sale_category_ttl span {
  font-size: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .sale_category_ttl {
    font-size: 32px;
  }
}
.ec_item_grid {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0 -1%;
}

.ec_item_grid li {
  margin-bottom: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  margin: 0 1% 30px;
  position: relative;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.ec_item_grid li a {
  color: #333;
}

.ec_item_grid li .balloon {
  left: 0;
  top: 0;
  position: absolute;
  height: 150px;
  width: 150px;
  transform: rotateZ(-45deg);
}

.ec_item_grid li .balloon span {
  text-align: center;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #14b034;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.ec_item_grid li .image_area {
  width: 200px;
  max-width: 100%;
  padding: 15px 0;
  display: block;
  margin: auto;
}

.ec_item_grid li .image_area img {
  max-width: 100%;
}

.ec_item_grid li .name_area {
  margin: 10px 0;
  padding: 0 12px;
}

.ec_item_grid li .name_area .product_name {
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
}

.ec_item_grid li .name_area .comment {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
}

.ec_item_grid li .price_area {
  position: relative;
  bottom: 0;
  margin-top: auto;
  background: #f4f4f4;
}

.ec_item_grid li .price_area .line {
  border-bottom: 1px solid #dedede;
  padding: 10px 12px;
}

.ec_item_grid li .price_area .type {
  margin-bottom: 5px;
  font-size: 12px;
}

.ec_item_grid li .price_area .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-end;
}

.ec_item_grid li .price_area .before {
  position: relative;
  padding-right: 22px;
}

.ec_item_grid li .price_area .before strike {
  font-size: 15px;
  color: #e01a17;
}

.ec_item_grid li .price_area .before strike span {
  color: #333;
  font-weight: bold;
}

.ec_item_grid li .price_area .before:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 4px;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #e01a17;
}

.ec_item_grid li .price_area .after {
  color: #e01a17;
  font-size: 15px;
  font-weight: bold;
}

.ec_item_grid li .price_area .after b {
  font-size: 1.1em;
}

.ec_item_grid li .price_area .after .percent {
  padding: 0px 3px;
  font-size: 11px;
  margin-left: 8px;
  background: #ffe401;
  color: #333;
}

.ec_item_grid li .price_area .suppl {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.ec_item_grid .col-2 {
  width: 48%;
}

.ec_item_grid .col-4 {
  width: 23%;
}

@media screen and (min-width: 901px) {
  .ec_item_grid li.col-2 .balloon {
    height: 300px;
    width: 300px;
  }

  .ec_item_grid li.col-2 .balloon span {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-shadow: 1px 1px 3px #000;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  }

  .ec_item_grid li.col-2 .image_area {
    width: 310px;
  }

  .ec_item_grid li.col-2 .name_area .product_name {
    font-size: 22px;
  }

  .ec_item_grid li.col-2 .price_area .type {
    font-size: 14px;
  }

  .ec_item_grid li.col-2 .price_area .before strike {
    font-size: 18px;
  }

  .ec_item_grid li.col-2 .price_area .after {
    font-size: 22px;
  }

  .ec_item_grid li.col-2 .price_area .after .percent {
    font-size: 16px;
  }

  .ec_item_grid li.col-2 .price_area .suppl {
    font-size: 14px;
  }
}
@media screen and (min-width: 501px) and (max-width: 900px) {
  .ec_item_grid li.col-2, .ec_item_grid li.col-4 {
    width: 47%;
    margin: 0 1.5% 25px;
  }
}
@media screen and (max-width: 500px) {
  .ec_item_grid li.col-2, .ec_item_grid li.col-4 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.sp_item_grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.sp_item_grid > li {
  width: 23%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1% 30px;
  position: relative;
  border: 2px solid #dedede;
  background: white;
}

.sp_item_grid > li a {
  align-items: center;
  background: #fbfbfb;
}

.sp_item_grid > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sp_item_grid > li .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: auto;
  padding: 10px;
  color: #555;
  line-height: 1.3;
  font-size: 14px;
  word-break: break-all;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}

.sp_item_grid > li .balloon:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.sp_item_grid > li .balloon:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #dedede;
  z-index: 1;
}

.sp_item_grid > li .balloon p {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 1.4;
}

.sp_item_grid > li .image_area {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
}

.sp_item_grid > li .image_area img {
  width: 100%;
  vertical-align: bottom;
}

.sp_item_grid > li .name_area {
  display: block;
  margin-top: auto;
  max-width: 100%;
  padding: 10px;
  background: #fbfbfb;
}

.sp_item_grid > li .name_area .product_name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  min-height: 40px;
  line-height: 1.4;
  width: 100%;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sp_item_grid > li .name_area .tanka {
  display: block;
  vertical-align: bottom;
  margin-top: 10px;
  color: #333;
}

.sp_item_grid > li .name_area .tanka red {
  font-size: 15px;
  color: #e91f1f;
  padding-right: 8px;
  font-weight: bold;
}

.sp_item_grid > li .name_area .tanka red b {
  font-size: 20px;
  padding: 0 2px;
  letter-spacing: -0.5px;
}

.sp_item_grid > li .name_area .tanka .lot {
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sp_item_grid {
    margin: 0 -1%;
  }

  .sp_item_grid > li {
    width: 100%;
    margin: 0 0 20px;
  }

  .sp_item_grid > li .balloon {
    margin: 0;
    padding: 7px 10px;
  }

  .sp_item_grid > li .balloon:before, .sp_item_grid > li .balloon:after {
    display: none;
  }

  .sp_item_grid > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
  }

  .sp_item_grid > li .image_area {
    flex-basis: 125px;
    margin: 0;
    padding: 0;
  }

  .sp_item_grid > li .name_area {
    flex-basis: calc(100% - 125px);
    margin-top: 0;
    padding: 10px;
  }
}
.selectbtn_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.25%;
  margin: 0 auto 25px;
}

.selectbtn_wrap > li {
  width: 32%;
  min-height: 70px;
  position: relative;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.selectbtn_wrap > li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
  padding: 15px 25px 15px 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
}

.selectbtn_wrap > li:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0.1em;
  right: 15px;
  margin: auto;
  padding: 0;
  width: 1em;
  height: 1em;
  border-top: 0.3em solid #0085f8;
  border-right: 0.3em solid #0085f8;
  transform: rotate(135deg);
}

.selectbtn_wrap > li:hover {
  opacity: 0.7;
}

.selectbtn_wrap > li:hover a {
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .selectbtn_wrap > li {
    width: 100%;
    min-height: auto;
    border: 2px solid #fff;
    margin-bottom: 10px;
  }

  .selectbtn_wrap > li br {
    display: none;
  }

  .selectbtn_wrap > li a {
    font-size: 14px;
  }
}
.sp_item_grid_head {
  margin-bottom: 35px;
  position: relative;
}

.sp_item_grid_head h2 {
  width: calc(100% - 200px);
  padding: 15px 15px;
  border-bottom: 2px solid #006cf5;
  border-left: 9px solid #006cf5;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sp_item_grid_head img {
  width: 100%;
}

.sp_item_grid_head .comment {
  width: calc(100% - 200px);
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.sp_item_grid_head .character {
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .sp_item_grid_head h2 {
    width: 100%;
    padding: 15px 15px;
    font-size: 22px;
  }

  .sp_item_grid_head .comment {
    width: 100%;
    font-size: 14px;
  }

  .sp_item_grid_head .character {
    display: none;
  }
}
.bg_white_r {
  background: white;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .bg_white_r {
    padding: 15px;
  }
}
.sp_item_grid2 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.sp_item_grid2 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1% 30px;
  position: relative;
  background: white;
  border: 4px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 1%;
}

.sp_item_grid2 > li a:hover {
  text-decoration: none;
}

.sp_item_grid2 > li .balloon {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
  margin-bottom: auto;
  padding: 7px;
  color: #555;
  line-height: 1.3;
  font-size: 14px;
  word-break: break-all;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
}

.sp_item_grid2 > li .balloon:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #ffffff;
  z-index: 2;
}

.sp_item_grid2 > li .balloon:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #dedede;
  z-index: 1;
}

.sp_item_grid2 > li .balloon p {
  margin: 0;
  padding: 0;
}

.sp_item_grid2 > li .image_area {
  display: block;
  margin: 0 auto 0;
  padding: 0;
  max-width: 100%;
}

.sp_item_grid2 > li .image_area img {
  width: 100%;
}

.sp_item_grid2 > li .name_area {
  display: block;
  margin-top: auto;
  max-width: 100%;
  padding: 10px 0;
}

.sp_item_grid2 > li .name_area .product_name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  height: auto;
  line-height: 1.3;
  width: 100%;
  margin: 7px 0;
}

@media screen and (min-width: 768px) {
  .sp_item_grid2 > li.col-1 {
    width: 100%;
  }

  .sp_item_grid2 > li.col-2 {
    width: 48%;
  }

  .sp_item_grid2 > li.col-2 a {
    display: flex;
  }

  .sp_item_grid2 > li.col-2 .image_area {
    width: 50%;
  }

  .sp_item_grid2 > li.col-2 .name_area {
    width: 50%;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .sp_item_grid2 > li.col-2 .name_area .product_name {
    font-size: 20px;
  }

  .sp_item_grid2 > li.col-4 {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .sp_item_grid2 {
    margin: 0 -2%;
  }

  .sp_item_grid2 > li {
    width: 46%;
    margin: 0 2% 20px;
  }

  .sp_item_grid2 > li .balloon {
    padding: 7px 4px;
    font-size: 12px;
  }

  .sp_item_grid2 > li .name_area .product_name {
    font-size: 14px;
  }
}
.guide_return {
  margin-bottom: 30px;
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.scene_subtitle {
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
}

.scene_example_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scene_example_area .example_block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 20px;
  background: #f9f8f5;
}

.scene_example_area .example_block .image_wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
}

.scene_example_area .example_block .notes_wrap {
  width: 350px;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding: 20px 0;
  line-height: 1.4;
  margin: 0 auto;
}

.scene_example_area .example_block .notes_wrap .category {
  padding: 0.5em;
  display: inline-block;
  line-height: 1;
  background-color: #30c1be;
  color: #ffffff;
  border-style: none;
  margin-bottom: 1em;
  width: fit-content;
}

.scene_example_area .example_block .notes_wrap .customer {
  font-size: 24px;
  font-weight: bold;
}

.scene_example_area .example_block .notes_wrap .item_notes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}

.scene_example_area .example_block .notes_wrap .item_notes dd {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
}

.scene_example_area .example_block .notes_wrap .item_notes dt {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  width: 30%;
  color: #30c1be;
}

.scene_example_area .example_block .notes_wrap .item_notes dd {
  width: 70%;
}

.scene_example_area .example_block .item_link {
  margin-top: auto;
}

.scene_example_area .example_block .item_link a {
  display: block;
  font-size: 15px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px;
  border-radius: 100px;
  border: 1px solid #30c1be;
  background: white;
  text-align: center;
  transition: all 0.2s;
}

.scene_example_area .example_block .item_link a:hover {
  text-decoration: none;
  border-color: #333;
  color: white;
  background: #333;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .scene_example_area .col-1 {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .scene_example_area .col-1 .image_wrap {
    width: 50%;
  }

  .scene_example_area .col-1 .notes_wrap {
    padding-left: 30px;
  }

  .scene_example_area .col-2 {
    width: 49.25%;
  }

  .scene_example_area .col-3 {
    width: 32.333%;
  }

  .scene_example_area .col-3 .notes_wrap .customer {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .scene_example_area .example_block .image_wrap, .scene_example_area .example_block .notes_wrap {
    width: 100%;
  }
}
.scene_related_links {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 5vh;
}

.scene_related_links .link_btn {
  width: 50%;
  margin: 0 1em 2em;
}

.scene_related_links .link_btn a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  padding: 17px;
  color: white;
  background: #000000;
  text-align: center;
  transition: all 0.2s;
}

.scene_related_links .link_btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .scene_related_links {
    flex-flow: column;
  }

  .scene_related_links .link_btn {
    width: 100%;
    margin: 0 0 2em;
  }
}
.unker_list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
  padding: 25px;
}

.unker_list dl {
  width: 33.3333%;
}

.unker_list dl dt {
  font-size: 18px;
  font-weight: bold;
}

.unker_list dl dd {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
  font-size: 14px;
}

.unker_list dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #c00000;
  border-right: 0.1em solid #c00000;
  transform: rotate(45deg);
}

.unker_list dl dd a {
  color: #004aa7;
}

@media screen and (max-width: 767px) {
  .unker_list {
    display: block;
  }

  .unker_list dl {
    width: 100%;
    margin-bottom: 20px;
  }

  .unker_list dl:last-child {
    margin-bottom: 0;
  }
}


.block-productlist__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.block-productlist__item {
  position: relative;
}

.block-productlist__item:hover {
  transition: opacity 0.3s;
}

.block-productlist__item:hover a {
  text-decoration: none;
}

.block-items__item__link {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s;
}

.block-items__item__img {
  padding-top: 100%;
  position: relative;
  border: 1px solid #ccc;
}

.block-items__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.block-items__item__name {
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}

.block-items__def__price {
  margin-top: 20px;
}

.block-items__def__price--unit {
  color: #333;
  font-size: 12px;
}

.block-items__def__price--unit:before {
  content: "通常価格：";
}

.block-items__def__price--unit:after {
  content: "円∼";
}

.block-items__item__price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.block-items__item__price--unit {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}

.block-items__item__price--unit:before {
  content: "@";
  font-size: 13px;
}

.block-items__item__price--unit:after {
  content: "円∼";
  font-size: 13px;
}

.sale-price:before {
  content: "セール価格";
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

.sale-price b {
  font-size: 18px;
}

.sale-price b:before {
  content: "@";
  font-size: 13px;
}

.block-items__item__price--count {
  color: #888888;
  font-size: 11px;
  margin-bottom: 2px;
}

.block-items__item__price--count:before {
  content: "(";
}

.block-items__item__price--count:after {
  content: ")";
}

.block-items__item__tags {
  margin-top: 10px;
  line-height: 2.2;
}

.block-items__item__tag {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 3px;
  margin-right: 5px;
  padding: 2px 5px;
  position: relative;
  color: #9d0000;
  background: #fff;
  border: 1px solid #eee;
  font-size: 11px;
}

.tag--cmyk, .tag--mono {
  padding-left: 18px;
}

.block-items__item__tag:before {
  bottom: 0;
  top: 0;
  margin: auto;
}

.tag--cmyk::before, .tag--mono::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 6px;
}

.tag--cmyk::before {
  background: no-repeat url(/html/template/default/assets/img/ico_sm_cmyk.svg);
  background-size: contain;
}

.tag--mono::before {
  background: no-repeat url(/html/template/default/assets/img/ico_sm_mono.svg);
  background-size: contain;
}

.price_off {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: -10px;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  line-height: 1.6;
  background-color: #A30000;
  padding: 0 10px 0 6px;
  font-size: 19px;
  font-weight: bold;
}

.price_off span {
  font-size: 0.85rem;
}

@media screen and (min-width: 768px) {
  .block-productlist__item {
    width: calc((100% - 100px) / 6);
  }

  .block-productlist__item:not(:nth-child(6n+1)) {
    margin-left: 20px;
  }
  .kessan-items__item__link {
    display: flex;
  }
  .block-productlist__item:nth-child(n+7) {
    margin-top: 30px;
  }
  .kessan-productlist{
    flex-wrap: wrap;
  }
  .kessan-productlist__item {
    margin: 0px 6px 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .block-productlist__item {
    width: calc((100% - 20px) / 2);
    position: relative;
  }
  .kessan-items__item__link {
    display: block;
  }
  .block-productlist__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }

  .block-productlist__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .kessan-productlist{
    flex-wrap: nowrap;
  }
  .kessan-productlist__item {
    margin: 0 6px;
  }
}
.kessan-productlist {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.kessan-productlist__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.kessan-productlist__item:hover {
  transition: opacity 0.3s;
}

.kessan-productlist__item:hover a {
  text-decoration: none;
}

.triangle {
  left: -30px;
  top: -30px;
  position: absolute;
  height: 180px;
  width: 180px;
  transform: rotateZ(-45deg);
  z-index: 2;
}

.triangle span {
  text-align: center;
  display: block;
  width: 100%;
  height: 67px;
  line-height: 0.9;
  background: #e01a17;
  color: #ffffff;
  padding-top: 25px;
  font-size: 15px;
  font-weight: bold;
}

.triangle span b {
  font-size: 28px;
  display: block;
}

.kessan-items__item__link {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.kessan-items__item__img {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px; 
  background: #ffffff;
}

.kessan-items__item__img img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.product-icon {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  top: 1.5%;
  right: 1%;
}

.product-icon span {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  margin: 3px 0 0 3px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  line-height: 1.2;
  vertical-align: bottom;
  text-align: center;
  font-size: 10.5px;
  justify-content: center;
  border: 1px solid #fff;
}

.kessan-items__item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
  line-height: 1.5;
  text-align: center;
}

.kessan-items__item__name {
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
  padding: 0 0.8em;
}

.kessan-items__def__price {
  color: #9a9a9a;
  font-size: 1em;
  text-decoration: line-through;
}

.kessan-items__def__price:before {
  content: "通常価格：@";
}

.kessan-items__def__price:after {
  content: "円∼";
}

.kessan-items__item__price {
  font-size: 1.5em;
  font-weight: bold;
  color: #e01a17;
}

.kessan-items__item__price:before {
  content: "@";
  font-size: 0.7em;
}

.kessan-items__item__price:after {
  content: "円∼";
  font-size: 0.7em;
}

.kessan-items__item__count {
  color: #333;
  font-size: 0.9em;
}

@media screen and (min-width: 991px) {
  .kessan-productlist__item {
    width: calc((100% - 7.5%) / 5);
  }

  .kessan-productlist__item.col-1, .kessan-productlist__item.col-2 {
    padding: 10px 0;
  }

  .kessan-productlist__item.col-1 .kessan-items__item__link, .kessan-productlist__item.col-2 .kessan-items__item__link {
    flex-direction: row;
  }

  .kessan-productlist__item.col-1 .kessan-items__item__img, .kessan-productlist__item.col-2 .kessan-items__item__img {
    width: 49%;
    margin-right: 2%;
  }

  .kessan-productlist__item.col-1 .kessan-items__item__info, .kessan-productlist__item.col-2 .kessan-items__item__info {
    width: 49%;
    border-top: none;
    border-left: 1px dashed #bfb15d;
  }

  .kessan-productlist__item.col-1 {
    width: calc(100%/ 1);
  }

  .kessan-productlist__item.col-1 .kessan-items__item__img img {
    height: 300px;
  }

  .kessan-productlist__item.col-1 .kessan-items__item__info {
    font-size: 18px;
  }

  .kessan-productlist__item.col-2 {
    width: calc((100% - -15.5%) / 3);
  }

  .kessan-productlist__item.col-2 .kessan-items__item__img img {
    height: 200px;
  }

  .kessan-productlist__item.col-2 .kessan-items__item__info {
    font-size: 14px;
  }

  .kessan-items__item__img .sp {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .kessan-productlist__item {
    width: calc((100% - 4.5%) / 3);
  }

  .kessan-productlist__item .kessan-items__item__info {
    font-size: 12px;
  }

  .triangle span {
    height: 60px;
    padding-top: 25px;
    font-size: 13px;
  }

  .triangle span b {
    font-size: 22px;
  }

  .kessan-items__item__img .pc {
    display: none;
  }

  .product-icon span {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .kessan-productlist {
    margin: -2%;
  }

  /*.kessan-productlist__item {
    width: calc((100% - 8%) / 2);
    margin: 1% 0.75% 2%;
  }*/

  .kessan-productlist__item .kessan-items__item__info {
    font-size: 11px;
  }

  .kessan-productlist__item .kessan-items__item__name br {
    display: none;
  }

  .kessan-productlist__item .kessan-items__item__price {
    line-height: 1.4;
    margin: 5px 0;
  }

}