@charset "UTF-8";

.fancybox__container {
  z-index: 10001;
} 

.open__list .item__search {
  display: flex;
  margin: 20px 0;
}

.open__list .tit {
  width: 20%;
  font-weight: bold;
  white-space: nowrap;
}

.open__list .list {
  width: 80%;
}

.open__list label {
  margin-right: 2%;
  margin-bottom: 1%;
}

.open__list label span {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}

.open__list label span:hover {
  background-color: #f3dfe2;
}

.open__list label span:hover:after {
  border-color: #e90f33;
}

.open__list label span:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 56%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.open__list label span:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 56%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e90f33;
  border-bottom: 3px solid #e90f33;
  content: '';
  opacity: 0;
  transform: rotate(45deg);
}

.open__list label input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.open__list label .tooltip .tooltiptext {
  background-color: #d1d1d1;
  border-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(94, 94, 94, 0.26);
  color: #4f5963;
  font-size: 12px;
  margin-left: -60px;
  padding: 2px 5px;
  position: absolute;
  bottom: 130%;
  left: 38%;
  text-align: center;
  transform: translate(0, 10px);
  width: 160px;
  visibility: hidden;
  z-index: 1;
}

.open__list label .tooltip:hover .tooltiptext {
  visibility: visible;
}

.open__list label .tooltiptext:before {
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d1d1d1 transparent transparent transparent;
  content: "";
  position: absolute;
  right: calc(50% - 10px);
  bottom: -8px;
  transition-duration: 0.3s;
  transition-property: transform;
  z-index: -1;
}

.open__list label input {
  margin-right: 5px;
}

input[type=checkbox] {
  display: none;
}

.item__categorylist ul {
  display: flex;
  flex-wrap: wrap;
}

.item__categorylist ul li.item__categorylist_single {
  min-width: 256px;
  width: 23%;
  margin: 1%;
  border: solid 1px #ccc;
  padding: 0;
  position: relative;
}

.item__categorylist ul li.item__categorylist_single a {
  border: none;
  display: block;
  padding: 8%;
  color: #000;
  transition: all 0.4s ease-in-out;
}

.item__categorylist ul li.item__categorylist_single a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.item__categorylist ul li.item__categorylist_single a img {
  padding: 5%;
  margin: auto;
  max-height: 200px;
  max-width: 100%;
  width: auto;
}

.item__categorylist .read {
  background: #fff3d2;
  border-radius: 10px;
  color: #333;
  font-size: 80%;
  padding: 10px;
  margin: 1em 0 0 0;
}

.item__categorylist .number {
  margin: -0.25em 0 0 0;
  font-size: 80%;
  color: #999;
}

.item__categorylist .size {
  color: #333;
  font-size: 1.4rem;
}

.item__categorylist .price {
  color: #B12704;
}

.item__categorylist span {
  font-size: 120%;
  padding: 0.25em;
}

.slider-otheritem .slick-prev {
  left: 0;
}

.slider-otheritem .slick-next {
  right: 0;
}

.slider-otheritem li a {
  display: block;
  text-align: center;
  padding: 3px;
  margin: 3px;
  background: #eee;
  border-radius: 4px;
  color: #333;
  border-bottom: 0;
}

.slider-otheritem li a img {
  width: 100%;
  margin-bottom: 5px;
}

.slider-otheritem li a:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

/* layer */
.item__box {
  display: flex;
  justify-content: space-between;
}

.item__box .pho {
  width: 45%;
  justify-content: space-between;
}

.item__box .pho .thumb {
  width: 100%;
  margin-right: 5%;
  margin-bottom: 20px
}

.item__box .pho .custom-thumb{
  display: flex;
  flex-wrap: wrap;
}

.item__box .pho .thumb img {
  width: 100%;
}

.item__box .pho .main {
  width: 100%;
}

.item__box .pho .main .main__nav {
  margin-bottom: 20px;
  position: relative;
}

.item__box .pho .main .main__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item__box .pho .main .main__nav ul li {
  padding: 0;
}

.item__box .pho .main .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
  margin-bottom: 0;
}

.item__box .pho .thumb-item li {
  text-align: center;
}

.item__box .pho .thumb-item img {
  width: 100%;
  padding: 53px 10px;
  background-color: #fff;
}

.item__box .pho .thumb-item p {
  margin-top: 5px;
}

.item__box .pho .thumb a {
  border: solid 1px #d2d2d2;
  display: block;
  margin: 5px;
  width: 22%
}

.item__box .pho .main__nav__color ul {
  display: flex;
  flex-wrap: wrap;
}

.item__box .pho .main__nav__color ul li {
  width: 8.2%;
  height: 30px;
  margin: 1%;
  overflow: hidden;
  position: relative;
}

.item__box .pho .main__nav__color ul li:nth-child(1) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(11) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(21) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(31) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(41) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(51) {
  margin-left: 0;
}

.item__box .pho .main__nav__color ul li:nth-child(10n) {
  margin-right: 0;
}

.item__box .item_list {
  width: 50%;
}

.item__box .check {
  font-size: 16px;
  margin-bottom: 0.75em;
}

.item__box .itemname h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}

.item__box .modelnumber {
  color: #aaa;
  font-size: 16px;
}

.item__box .makerprice {
  font-size: 14px;
  color: #aaa;
}

.item__box .siteprice {
  border-top: 1px solid #eee;
  font-size: 16px;
  margin-top: 1em;
  padding-top: 0.20em;
}

.item__box .siteprice .price {
  color: #B12704;
  font-size: 160%;
}

.item__box .small {
  font-size: 80%;
}

.item__box .review {
  padding: 15px 0;

}

.item__box .review a {
  color: rgb(255, 81, 0);
  font-size: 12px;
  text-decoration: underline;
}

.item__box .review a:hover {
  text-decoration: none;
}

.item__box .star {
  align-items: center;
  color: rgb(255, 81, 0);
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
}

.item__box span.star-icon {
  position: relative;
}

.item__box span.star-icon.full:before {
  color: rgb(255, 81, 0);
  content: '\2605';
  position: absolute;
  left: 0;
}

.item__box span.star-icon.half:before {
  color: rgb(255, 81, 0);
  content: '\2605';
  position: absolute;
  left: 0;
  width: 48%;
  overflow: hidden;
}

@-moz-document url-prefix() {
  .star-icon {
    font-size: 22px;
    line-height: 39.6px;
  }
}

.item__box .review_info {
  color: rgb(255, 81, 0);
  font-size: 14px;
  font-weight: bold;
}

.item__box .item__info {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 1em 0;
}

.item__box dl {
  color: #666;
  display: flex;
  font-size: 14px;
}

.item__box dt {
  background-color: #eee;
  border-bottom: #fff 3px solid;
  padding: 0.25em;
  width: 8em;
}

.item__box dd {
  background-color: #f9f9f9;
  border-bottom: #fff 3px solid;
  width: 100%;
}

.item__box .btn__box {
  padding: 20px 0;
}

.item__box .button__layout ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item__box .button__layout ul li {
  padding: 0;
}

.item__box .button__layout ul li:nth-child(n + 2) {
  margin-left: 10px;
}

.item__box .button__layout .button__important {
  width: 55%;
}

.item__box .button__layout .btn_redborder {
  width: 40%;
}

.item__box .button__layout .btn_redborder a {
  padding: 28px 0;
}

.item__box .share ul {
  display: flex;
}

.item__box .share ul li {
  margin-right: 2%;
}

.item__box .share ul li a {
  border: none;
}

.item__img_wrap {
  position: relative;
}

.item_spec > * {
  position: absolute;
  z-index: 3;
}

.item_spec > * img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0!important;
}

.item_spec .spec_maker {
  top: 4%;
  left: 4%;
  max-width: 23%;
}

.item_spec .spec_size {
  top: 4%;
  right: 4%;
  width: 30%;
  font-size: 1.2rem;
  text-align: center;
  background-color: #fff;
  padding: 1%;
  border: solid 1px;
  border-radius: 3px;
}

.item_spec .spec_icon {
  top: 13%;
  right: 4%;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.item_spec .spec_icon li {
  margin-bottom: 2%;
}

.item_spec .spec_icon .ico_square {
  opacity: 0.7;
  text-align: right;
}

.item_spec .spec_icon .ico_square img {
  max-width: 90%;
}

.item_spec .spec_color {
  bottom: 11%;
  right: 4%;
  max-width: 32%;
}

.item_spec .image__ranking {
  position:absolute;
  top: -10%;
  right: 0%;
  max-width: 32%;
}

.item_spec .spec_expand {
  cursor: pointer;
  font-size: 2rem;
  bottom: 10%;
  left: calc(50% - 1rem);
}

.item_spec .spec_thickness {
  bottom: 11%;
  left: 4%;
  max-width: 60%;
}
.item__categorylist_single .item_spec .spec_maker {
  top: 0;
  left: 0;
}
.item__categorylist_single .item_spec .spec_size {
  width: 47%;
  font-size: 1.0rem;
  top: 0;
  right: 0;
}
.item__categorylist_single .item_spec .spec_icon {
  top: 19%;
  right: 0;
  width: 34%;
}

.item__categorylist_single .item_spec .spec_icon li {
  margin-bottom: 4%;
  font-size: 0;
}

.item__categorylist_single .item_spec .spec_icon li.ico_square {
  display: inline-block;
  text-align: right;
  opacity: 0.7;
}

.item__categorylist_single .item_spec .spec_icon li.ico_square img {
  max-width: 45%;
}
.item__categorylist_single .item_spec .spec_color {
  bottom: 0;
  right: 0;
}
.item__categorylist_single .item_spec .spec_thickness {
  bottom: 0;
  left: 0;
}

.item__freespase {
  border-top: 1px solid #eee;
  margin: 4em 0;
  padding: 3em 0;
}

.item__freespase h3 {
  margin-bottom: 20px;
}

.item__freespase iframe {
  margin-top: 30px;
  width: 100%;
  height: 650px;
}

.item__freespase img {
  width: auto;
}

.comicomibox {
  padding: 2%;
  border: solid 10px #f2f2f2;
}

.comicomibox ul {
  display: flex;
  align-items: center;
}

.comicomibox ul li {
  margin: 0 0.5%;
}

.comicomibox ul img {
  width: 100%;
}

.comicomibox .tit {
  width: 20%;
}

h5.itemsubtitle {
  font-weight: normal;
}

.layer_contents {
  margin-top: 3em;
}

.layer_contents .subtitle02 {
  margin-top: 50px;
  position: relative;
}

.layer_contents .dropbtn {
  border: none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #575757;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 15px 7px;
  text-align: center;
  transition: color 0.5s;
  width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.layer_contents .dropbtn::after {
  color: #FCC325;
  content: '\25BC';
  display: inline-block;
  float: right;
  font-size: 11px;
  transition: transform 0.5s;
}

.layer_contents .dropdown {
  display: inline-block;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.2rem;
  border: 1px solid #ddd;
}

.layer_contents .dropdown-content {
  box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.layer_contents .dropdown-content a {
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  color: #575757;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.5s;
  width: 100%;
}

.layer_contents .dropdown-content a.selected {
  background-color: #eee;
  color: #000;
}

.layer_contents .dropdown-content a:last-child {
  border-bottom: none;
}

.layer_contents .dropdown-content a:hover {
  background-color: #eee;
  color: #000;
  cursor: pointer;
}

.layer_contents .dropdown:hover .dropdown-content {
  display: block;
}

.layer_contents .dropdown:hover .dropbtn {
  color: #b4b4b4;
}

.layer_contents .dropdown:hover .dropbtn::after {
  transform: rotate(180deg);
}



.layer_contents .table__product_size table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.layer_contents .table__product_size .size_head {
  background: #505050;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 8px 5px;
  overflow-x: auto;
}

.layer_contents .table__product_size tbody tr th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}

.layer_contents .color__val ul {
  display: flex;
  flex-wrap: wrap;
}

.layer_contents .color__val li {
  width: 18%;
  margin: 1%;
}

.layer_contents .color__val .num {
  font-size: 90%;
}

.layer_contents .color__val img {
  width: 100%;
}

.layer_contents .table01.item__sizetable tr th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.layer_contents .table01.model__sizetable tr th:nth-child(1) {
  width: 20%;
}

.layer_contents .table01.model__sizetable tr:nth-child(1) td {
  background: #fff;
}

.layer_contents .table01.model__sizetable tr:nth-child(1) td img {
  width: 80%;
  margin: auto;
}

.layer_contents .table01.model__sizetable th {
  padding: 8px;
  vertical-align: middle;
}

.layer_contents .table01.model__sizetable td {
  padding: 8px;
}

.layer_contents .printrange__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 5%;
  border: solid 1px #ccc;
  margin: 30px 0;
}

.layer_contents .printrange__image img {
  width: 100%;
}

.layer_contents .printrange__tablebox {
  display: flex;
  flex-wrap: wrap;
}

.layer_contents .printrange__tablebox .table01 {
  width: 31%;
  margin: 1%;
}

.layer_contents .printrange__tablebox .table01 th {
  padding: 5px;
  vertical-align: middle;
  font-size: 1.2rem;
}

.layer_contents .printrange__tablebox .table01 td {
  padding: 5px;
  font-size: 1.2rem;
}

.layer_contents .review_box {
  padding: 3%;
  border: solid 1px #ccc;
  overflow-y: scroll;
  height: 400px;
}

.layer_contents .review_box .box {
  padding-bottom: 20px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
}

.layer_contents .review_box .star {
  font-size: 120%;
  color: #ff5100;
  margin-bottom: 5px;
}

.layer_contents .review_box .name {
  color: #999;
  font-size: 80%;
  margin: 1em 0 0 0;
}

.layer_contents .review_box .date {
  color: #999;
  font-size: 80%;
  margin: 0;
}

.layer_contents .estimate_box {
  margin-top: 40px;
  background: #f2f2f2;
  padding: 3%;
}

.layer_contents .estimate_box .button__important {
  max-width: 500px;
  margin: auto;
  border-color: #f2f2f2;
}

.product-title {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 27%;
  margin-right: -50%;
  transform: translate(-32%, -50%);
  min-width: 240px;
  max-width: 810px;
  padding: 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recommend-title {
  font-weight: bold;
  margin: 50px 0 20px;
  padding: 15px;
  position: relative;
}

/* ranking
------------------------------------------------------------ */
.ranking__list {
  display: flex;
  align-items: top;
}

.ranking__list li {
  width: 23%;
  margin: 2%;
  border: solid 2px #e5e5ef;
}

.ranking__list li:first-child {
  margin-left: 0;
}

.ranking__list li:last-child {
  margin-right: 0;
}

.ranking__list .num {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}

.ranking__list .num::before {
  content: "";
  background: url(../../images/common/ico__ranking.png) no-repeat 0 0/24px auto;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ranking__list .num .sp {
  display: none;
}

.ranking__list p {
  font-size: 1.5rem;
}

.ranking__list .box {
  padding: 5% 1%;
}

.ranking__list .box .image {
  width: 90%;
  margin: auto;
  position: relative;
}

.ranking__list .box .image .image__ranking {
  position: absolute;
  right: -15%;
  top: -18%;
  width: 35%;
  height: auto;
}

.ranking__list .box img {
  width: 100%;
}

.ranking__list .box .catch {
  background: #fff3d2;
  border-radius: 10px;
  color: #333;
  font-size: 80%;
  padding: 10px;
  margin: 1em 0 0 0;
}

.ranking__list .box p {
  margin: 20px 2% 15px;
  font-size: 1.3rem;
}

.ranking__list .box .number {
  font-size: 1.4rem;
  color: #6d6d6d;
  margin: 1% 2%;
}

.ranking__list .box .variation {
  font-size: 1.1rem;
  color: #6d6d6d;
  margin: 1% 2%;
}

.ranking__list .box .price {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: right;
  color: #4b4b4b;
  margin-right: 10px;
  margin-top: 35px;
}

.ranking__list .box span {
  color: #ff002a;
  font-size: 2.0rem;
}

/*
.ranking-list {
  display: flex;
}

.ranking-list li {
  border: solid 2px #e5e5ef;
  margin: 2%;
  padding-bottom: 5%;
  position: relative;
  width: 23%;
}
.ranking-list li:first-child {
  margin-left: 0;
}

.ranking-wrapper {
  padding: 5% 1%;
}

.ranking-wrapper a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.ranking-wrapper a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.ranking-wrapper .image {
  margin: auto;
  position: relative;
  width: 90%;
}

.image-ranking {
  height: auto;
  position: absolute;
  right: -15%;
  top: -18%;
  width: 35%;
}

.ranking-wrapper .number {
  font-size: 1.5rem;
  margin: 3% 2%;
  padding: 0 8%;
  text-align: center;
}

.ranking-wrapper .copy {
  background: #f2f2f2;;
  font-size: 1.4rem;
  margin: 1% 2%;
  padding: 10px;
}

.ranking-wrapper .price {
  bottom: 3%;
  color: #e90f32;
  font-weight: bold;
  position: absolute;
  right: 8%;
  text-align: right;
}

.ranking-wrapper .price span {
    font-size: 170%;
}
*/

.image img {
  width: 100%;
}

.buttons__categorylist {
  overflow: hidden;
}

.buttons__categorylist ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.buttons__categorylist li {
  border: solid 3px #eee;
  border-radius: 3px;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 23%;
  padding: 0;
}

.buttons__categorylist li:hover {
  color: #ffffff;
}
.buttons__categorylist li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.buttons__categorylist li:hover .image img {
  transform: scale(1.1);
}
.buttons__categorylist li:hover .no-image p {
  color: #333;
  transform: scale(1.1);
}

.buttons__categorylist li a {
  border: none;
  display: block;
  font-size: 1.6rem;
  height: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.buttons__categorylist li a {
  border: none;
  display: block;
  font-size: 1.6rem;
  height: auto;
  margin: auto;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.buttons__categorylist li .image img {
  margin: auto;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  padding: 5%;
  transition: transform 0.4s linear;
}

.buttons__categorylist li .no-image p {
  margin: auto;
  max-height: 200px;
  width: auto;
  max-width: 100%;
  padding: 5%;
}

.buttons__categorylist li .text {
  bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  height: 55px;
  left: 0;
  line-height: 1.8;
  position: absolute;
  right: 0;
  text-align: center;
}
.buttons__categorylist li .text .txt-container {
  height: 55px;
  margin: auto;
  padding: 5px 5px;
  position: relative;
  width: auto;
}

.buttons__categorylist li .text p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  min-width: 110px;
  max-width: 190px;
  padding: 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 80%;
  color: #333;
}

.item__examplelist ul {
  display: flex;
  align-items: flex-start;
}

.item__examplelist ul li {
  width: 23%;
  margin: 2%;
}

.item__examplelist ul li a {
  display: block;
  color: #4b4b4b;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.item__examplelist ul li a:hover {
  color: #e90f32;
}

.item__examplelist ul li a:hover img {
  transform: scale(1.2);
}

.item__examplelist .image {
  border-radius: 3000px;
  overflow: hidden;
}

.item__examplelist .image img{
  height: 130px;
  width: 100%;
  transition: transform 0.4s linear;
  object-fit: cover;
  object-position: top;
}

.item__examplelist .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.item__examplelist .more__btn {
  max-width: 350px;
  margin: 65px auto 0;
}

.item__examplelist .more__btn a {
  color: #e90f32;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 15px 40px;
  position: relative;
  border: solid 3px #e90f32;
  background: #fff;
}

.item__examplelist .more__btn a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #e90f33;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
}

.item__examplelist .more__btn a:hover {
  background: #e90f32;
  color: #fff;
}

.item__examplelist .more__btn a:hover::before {
  border-color: transparent transparent transparent #fff;
}

.review_list li {
  margin-bottom: 3%;
}

.review_list li .review_box {
  height: 190px;
}

.fa-fuchidori {
    text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1089px) {
  /* ▼Tab用================================================================= */
  .layer_contents .button__important a {
    font-size: 1.4rem;
    padding: 20px;
  }
  .item__box .button__layout ul {
    display: block;
  }
  .layer_contents .item__box .button__layout .btn_redborder a {
    padding: 23px 0;
  }
  .layer_contents .item__box .btn_grayborder a {
    padding: 15px 10px;
  }
  .layer_contents .anker_link ul {
    align-items: center;
  }
  .layer_contents .anker_link a {
    font-size: 1.4rem;
    padding-right: 20px;
  }
  .product-title {
    font-size: 25px;
    left: 20%;
    transform: translate(-20%, -50%);
    min-width: 370px;
    max-width: 449px;
  }

  .item__box .button__layout ul li:nth-child(n + 2) {
    margin: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ▼SP用================================================================ */
  /* breadcrumb */
  .breadcrumb {
    margin: 2%;
    border-radius: 5px;
  }
  .breadcrumb ul {
    padding: 2%;
    overflow-x: auto;
  }
  .breadcrumb li {
    padding-right: 4%;
    margin-right: 2%;
  }
  .ranking-wrapper {
    padding: 5% 1% 7%;
  }
  .ranking-wrapper .price {
    bottom: 1%;
  }
  /* sort */
  .layer_contents .before_sort {
    margin-bottom: 102px;
  }
  .layer_contents .dropdown {
    top: 55px;
    width: 100%;
  }
  .layer_contents .dropbtn {
    width: 100%;
  }
  /* category */
  .open__list .item__search {
    display: block;
    margin: 0 0 20px;
  }
  .open__list .tit {
    width: auto;
    color: #e90f32;
    margin-left: 4%;
  }
  .open__list .list {
    width: auto;
  }
  .open__list input {
    margin-right: 1%;
    margin-left: 4%;
  }
  .item__categorylist ul {
    display: flex;
  }
  .item__categorylist ul li.item__categorylist_single {
    min-width: inherit;
    width: 48%;
    margin: 2px 2px;
    padding-bottom: 0;
  }
  .item__categorylist ul li.item__categorylist_single a {
    padding: 5px;
  }
  .item__categorylist ul li.item__categorylist_single a img {
    width: auto;
    margin: auto;
  }
  .item__categorylist .price {
    bottom: 0;
    position: relative;
    right: 0;
  }
  .item__categorylist_single .item_spec .spec_icon li {
    text-align: right;
  }
  .item__categorylist_single .item_spec .spec_icon li.ico_square {
    width: 100%;
  }
  .item__categorylist_single .item_spec .spec_icon li.ico_square img {
    width: 27%;
  }

  .item__box .button__layout ul li:nth-child(n + 2) {
    margin: 0;
  }
  /* layer */
  .item__box {
    display: block;
  }
  .item__box .pho {
    width: auto;
  }
  .item__box .pho .main .item_spec .spec_size {
    width: 50%;
  }
  .item__box .pho .main__nav__color ul li {
    height: 24px;
  }
  .item__box .item_list {
    width: auto;
  }
  .item__box .small {
    font-size: 70%;
  }
  .item__box .review {
    padding: 10px 0;
    display: block;
  }
  .item__box .review a {
    font-size: 1.3rem;
    display: block;
  }
  .item__box .item__info {
    margin: 20px 0 0;
    padding-bottom: 20px;
  }
  .item__box .btn__box {
    padding: 20px 0;
  }
  .item__box .button__layout ul {
    display: block;
  }
  .item__box .button__layout .button__important {
    width: auto;
    margin-right: 0;
  }
  .item__box .button__layout .btn_redborder {
    width: 99%;
    margin: 10px auto;
  }
  .item__box .button__layout .btn_redborder a {
    padding: 15px;
  }
  .item__box .button__normal ul {
    display: block;
  }
  .item__box .button__normal li {
    width: 99%;
    margin: 0 auto 10px;
  }
  .item__freespase iframe {
    height: 250px;
  }
  .comicomibox {
    padding: 3%;
  }
  .comicomibox ul {
    flex-wrap: wrap;
  }
  .comicomibox ul li {
    margin: 1%;
    width: 31.3%;
  }
  .comicomibox .tit {
    width: 60%;
    margin-right: 5.5%;
  }
  .layer_contents .color__val ul {
    width: auto;
    flex-wrap: wrap;
  }
  .layer_contents .color__val li {
    width: 30%;
    margin: 1%;
  }
  .layer_contents .color__val p {
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
  }
  .layer_contents .color__val img {
    width: 100%;
  }
  .layer_contents .printrange__tablebox {
    display: block;
  }
  .layer_contents .printrange__tablebox .table01 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .layer_contents .printrange__tablebox .table01 th {
    padding: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .layer_contents .printrange__tablebox .table01 td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .layer_contents .review_box {
    padding: 5%;
    height: 300px;
  }
  .layer_contents .review_box .star {
    font-size: 2.0rem;
  }
  .layer_contents .review_box h4 {
    font-size: 1.6rem;
  }
  .product-title {
    font-size: 18px;
    margin-right: 0;
  }
  /* ranking
------------------------------------------------------------ */
  /* .ranking__list {
    display: block;
  }
  .ranking__list li {
    width: auto;
    margin: 10px 0;
  }
  .ranking__list li:first-child {
    margin-left: 0;
  }
  .ranking__list li:last-child {
    margin-right: 0;
  }
  .ranking__list .num {
    text-align: left;
    font-size: 1.6rem;
    padding-left: -24px;
    margin: 0;
  }
  .ranking__list .num::before {
    left: 0px;
    top: 4px;
    right: inherit;
  }
  .ranking__list .num .pc {
    display: none;
  }
  .ranking__list .num .sp {
    display: block;
  }
  .ranking__list p {
    font-size: 1.4rem;
  }
  .ranking__list .box {
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ranking__list .box .image {
    width: 30%;
    margin: 0;
  }
  .ranking__list .box .image .image__ranking {
    width: 50%;
  }
  .ranking__list .box .sp_right {
    width: 65%;
  }
  .ranking__list .box .catch {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 5px;
    text-align: left;
    margin-top: 0;
  }
  .ranking__list .box p {
    margin: 2% 0;
    line-height: 1.3rem;
  }
  .ranking__list .box .variation {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #6d6d6d;
    margin: 2% 0 0;
  }
  .ranking__list .box .price {
    font-size: 1.6rem;
    margin: 1% 0 0;
  }
  .ranking__list .box span {
    color: #ff002a;
    font-size: 2.6rem;
  } */
  /*
  .ranking-list {
    display: block;
  }
  .ranking-list li {
    margin: 30px 0;
    width: auto;
  }
  */
  .buttons__categorylist li {
    width: 46%;
  }
  .item__examplelist ul li {
    width: 100%;
  }
  .review_list li .review_box{
    height: 300px;
  }

  .item__examplelist .list__photo {
    flex-wrap: wrap;
  }
  .item__examplelist .list__photo li {
    margin-bottom: 2%;
    width: 46%;
  }
  .item__examplelist .list__photo .text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .item__examplelist .more__btn {
    width: 70%;
  }
}
