/*====================================================
	common
====================================================*/
.item {
  position: relative;
}

.item-lineup {
  margin-bottom: 6em;
  padding-bottom: 1em;
  background: #fff;
}

.item-lineup .sale-notice {
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding: 0 2.5%;
  text-align: right;
}

.itembox {
  position: relative;
}

.item-leadbox {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  padding: 0 3% 0;
}

.item-photo {
  position: relative;
}

.item-photo.sold img {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.item-photo .comment {
  text-align: right;
  display: block;
}

.item-photo .catch {
  font-family: "Sawarabi Gothic";
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.soldout {
  width: 100%;
  padding: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #a55161;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 5;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media print, screen and (max-width: 768px) {
  .item-photo .catch {
    position: absolute;
    top: -1em;
    left: -2em;
    z-index: 200;
  }
}

.item-photo img.soldout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 500;
}

dl.spec {
  margin-bottom: 1em;
}

dl.spec dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

dl.spec dt .en {
  font-size: 2rem;
  /* margin-right: 5px; */
  display: inline-block;
}

dl.spec dt .jp {
  font-size: 1.4rem;
}

dl.spec dt .type {
  margin-right: 0.25em;
  display: inline-block;
}

dl.spec dd.price {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  list-style: 1.2;
  margin-bottom: 0.5em;
}

dl.spec dd.price span.tokka_txt {
  color: #c00;
  font-size: 1.4rem;
}

dl.spec dd.price .ask {
  font-size: 1.7rem !important;
}

dl.spec dd .icon {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 1em;
  border-radius: 0.2rem;
  display: inline-block;
  vertical-align: top;
}

dl.spec dd .new {
  /* background: #974551; */
  /* background: #d44449; */
  /* background: #ad181d; */
  background: #ad181d;
}

dl.spec dd .used {
  background: #c78e55;
}

dl.spec dd.price .proper_head {
  color: #c00;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}

dl.spec dd.price {
  /* font-family:"Noto Serif JP", serif; */
  /* font-family: 'Times New Roman', Times, serif; */
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

dl.spec dd.price s {
  font-size: 1.8rem;
}

dl.spec dd.price .red_price {
  font-weight: bold;
  color: #c00;
}

dl.spec dd.price .price_out {
  font-size: 1.4rem;
}

dl.spec dd.price i {
  padding: 0 0.5em;
}

dl.spec .status {
  margin-bottom: 1em;
}

dl.spec .status .stock {
  font-weight: bold;
  color: #fff;
  background: #f00;
  padding: 0.1em 1em;
  border-radius: 2em;
  text-align: center;
}

dl.spec dd.copy {
  margin-bottom: 1em;
}

dl.spec dd .comment {
  font-size: 1.1rem;
  padding-top: 0.5em;
  display: block;
  margin-bottom: 15px;
}

dl.spec dd.copy .movie_icon_outer {
  padding-top: 1em;
  display: block;
}

dl.spec dd.copy .movie_icon_outer span.movie_txt {
  width: 88%;
  font-size: 1.3rem;
  vertical-align: bottom;
}

dl.spec dd.copy .movie_icon_outer .icon_movie {
  width: 34px;
  margin-bottom: 5px;
}

dl.spec dd.itemlink a {
  width: 80%;
  max-width: 290px;
  padding: 0.25em 5em;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #000 !important;
  /* border: #dccb97 thin solid; */
  border: #d5a74d thin solid;
  position: relative;
}

dl.spec dd.itemlink a .arrow {
  margin-right: 10px;
}

dl.spec dd.itemlink .link-sold {
  width: 80%;
  max-width: 290px;
  padding: 0.25em 5em;
  font-size: 1.4rem;
  color: #fff !important;
  text-align: center;
  background: #ccc;
  /*    border-radius: 3em;*/
}

dl.spec dd.itemlink.soon span {
  width: 80%;
  max-width: 290px;
  padding: 0.25em 5em;
  font-size: 1.4rem;
  color: #fff !important;
  text-align: center;
  background: #ddd;
}

dl.spec dd.youtube a {
  width: 80%;
  max-width: 290px;
  margin: auto auto 0.5em;
  padding: 0.25em 0;
  text-align: center;
  display: block;
  border-radius: 2em;
  border: #999 thin solid;
}

dl.spec dd.youtube a {
  width: 80%;
}

dl.spec dd.youtube a img {
  width: 30%;
  max-width: 86px;
}

dl.spec dd.youtube span {
  font-size: 1.3rem;
}

.price-before {
  color: #999;
}

.price-red {
  color: #f00;
  font-size: 2rem;
  font-weight: bold;
}

.open-price {
  color: #000;
  font-weight: normal;
  font-size: 1.3rem;
}

.icon-new,
.icon-tokka {
  width: 90px;
  position: absolute;
  z-index: 300;
}

dl.spec dd.copy .catch-area {
  margin-bottom: 0.5em;
  display: block;
}

dl.spec dd.copy .catch-area .first-catch {
  color: #9b7c25;
  font-size: 2rem;
  font-weight: bold;
}

dl.spec dd.copy .catch-area .second-catch {
  font-weight: bold;
}

dl.spec dd.set:before {
  content: "\30BB\30C3\30C8\5185\5BB9";
  margin: 0 7px 0 0;
  padding: 0.3em 0.5em 0.2em;
  color: #fff;
  background: #b9a873;
  border-radius: 2px;
  font-size: 0.9em;
}

.item dd.nego {
  color: #974551;
}

@media screen and (min-width: 1023px) and (max-width: 1279px) {
  dl.spec dt .en {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .item-photo img.soldout {
    width: 270px;
  }

  .item-leadbox {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  dl.spec dt {
    font-size: 1.6rem;
  }

  dl.spec .status .stock {
    font-size: 1.6rem;
    padding: 0.2em 1em;
    text-align: center;
  }

  .item-lineup {
    width: 95%;
    margin: auto auto 3em;
  }

  .item-lineup .sale-notice {
    font-size: 1.2rem;
    margin-bottom: 1em;
    padding: 0 5%;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  dl.spec {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  dl.spec dt {
    margin-bottom: 10px !important;
  }

  dl.spec dt .en {
    font-size: 1.8rem;
    display: block;
  }

  dl.spec dt .jp {
    font-weight: normal;
  }

  dl.spec dd .icon {
    margin-right: 5px;
    padding: 0 1em;
    vertical-align: middle;
  }

  dl.spec dd.copy {
    font-size: 1.4rem;
  }

  dl.spec dd.price {
    padding-top: 5px;
  }

  dl.spec dd.price .price_out {
    display: block;
  }

  dl.spec dd.copy .catch-area .first-catch {
    font-size: 1.8rem;
  }

  dl.spec dd.itemlink a {
    width: 100%;
    max-width: 100%;
    margin: auto auto !important;
    padding: 5px 0;
    font-size: 1.4rem;
    display: block;
  }

  dl.spec dd.itemlink .link-sold {
    width: 100%;
    margin: auto;
    padding: 0.5em 0;
    font-size: 1.6rem;
    display: block;
  }

  dl.spec dd.itemlink.soon span {
    width: 100%;
    margin: auto;
    padding: 0.5em 0;
    font-size: 1.6rem;
    display: block;
  }

  dl.spec dd.copy .movie_icon_outer span.movie_txt {
    font-size: 1.2rem;
  }
}

/*====================================================
	.box-1 pc
====================================================*/

.box-1.itembox {
  /*    width: 93%;*/
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0 2.5% 2em;
  position: relative;
}

.box-1 .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.box-1.itembox .item-photo {
  width: 33%;
}

.box-1.itembox .item-photo img {
  width: 100%;
  max-width: 370px;
}

.box-1 .item-txt {
  /*    width: 65%;*/
  width: 62%;
}

.box-1 .price {
  margin-bottom: 1em;
}

.box-1.itembox figure {
  position: relative;
}

.box-1.itembox figure .icon-tokka {
  bottom: -1em;
  right: -10%;
}

.box-1 dl.spec {
  margin-top: 2em;
}

.box-1 dl.spec dt .en {
  font-size: 1.8rem;
  display: inline-block;
  /* border:#f00 thin solid; */
}

.box-1 dl.spec dt .jp {
  margin-right: 10px;
  display: inline-block;
}

.box-1 dl.spec dd.itemlink a,
.box-1 dl.spec dd.youtube a {
  margin: 0 0 0.5em;
}

@media screen and (max-width: 1023px) {
  .box-1.itembox .icon-new {
    top: 1em;
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .box-1.itembox .icon-new {
    top: 0;
    right: 2%;
  }
}

/*====================================================
	//CLASS .box-2 pc
====================================================*/

.box-2.itembox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /**/
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-2 .item {
  /*        float: left;*/
  width: 40%;
  margin: 0 2.5% 1em;
  background: #fff;
  padding: 2em 2.5%;
  position: relative;
}

.box-2 .item dl.spec dt {
  margin-bottom: 0.5em;
}

.box-2 .item dl.spec dt .openprice {
  font-weight: normal;
  font-size: 1.6rem !important;
}

.box-2 .item dl.spec dd.price {
  margin-bottom: 0.5em;
}

.box-2.itembox .item-photo {
  margin-bottom: 1.5em;
  text-align: center;
}

.box-2.itembox .item-photo img {
  width: 100%;
  max-width: 370px;
}

.box-2 .item .icon-tokka {
  top: 200px;
  right: 50px;
}

.box-2 .item dl.spec dt .type {
  margin-right: 0.5em;
}

/*====================================================
	.box-3 pc
====================================================*/

.box-3.itembox {
  /*    width: 100%;*/
  width: 98%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.box-3 .item {
  width: 30%;
  margin-bottom: 1em;
  margin-left: calc(10% / 6.2);
  margin-right: calc(10% / 6.2);
  background: #fff;
  padding: 2em 0;
  position: relative;
}

.box-3.itembox .item-photo {
  margin-bottom: 1em;
  text-align: center;
}

.box-3.itembox .item-photo img {
  width: 100%;
  /* max-width: 370px; */
  max-width: 345px;
}

.box-3 .item .icon-tokka {
  top: 180px;
  right: 0;
}

.box-3 .item dl.spec dt .type {
  margin-right: 0;
}

.box-3 .item dl.spec dt .model {
  display: block;
}

/*====================================================
	.box-4 pc
====================================================*/

.box-4.itembox {
  width: 100%;
  width: 95%;
  margin-left: 2.5%;
  display: table;
  /*20171021追加しました*/
  display: flex;
  align-content: flex-start;
}

.box-4 .item {
  width: 20%;
  margin: 0 2.5% 1em;
  background: #fff;
  padding: 2em 0;
  position: relative;
}

.box-4.itembox .item-photo {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.box-4.itembox .item-photo img {
  width: 100%;
}

.box-4 .item .icon-tokka {
  width: 80px;
  position: absolute;
  top: 190px;
  right: 0;
  z-index: 500;
}

.box-4 dl.spec dt {
  font-size: 1.4rem;
}

.box-4 .price-red {
  display: block;
  text-align: right;
}

/*====================================================
	// class .box mobile-single-setup
====================================================*/

@media screen and (max-width: 1023px) {

  .mobile-single-setup .box-2.itembox,
  .mobile-single-setup .box-3.itembox,
  .mobile-single-setup .box-4.itembox {
    width: 100%;
    display: block;
  }

  .box-1 .item-txt {
    width: 100%;
  }

  .mobile-single-setup .box-1 .item,
  .mobile-single-setup .box-2 .item,
  .mobile-single-setup .box-3 .item,
  .mobile-single-setup .box-4 .item {
    width: 100%;
    display: block;
  }

  .mobile-single-setup .itembox {
    position: relative;
  }

  .mobile-single-setup .item {
    margin: auto auto 3em !important;
    padding: 0 0 2em;
    position: relative;
  }

  .mobile-single-setup .itembox .item-photo {
    /* width: 60%; */
    width: 90%;
    max-width: 690px;
    text-align: center;
    margin: auto auto 1em;
    position: relative;
  }

  .mobile-single-setup .itembox .item-photo img {
    width: 100%;
    max-width: 690px;
  }

  .mobile-single-setup .price {
    margin-bottom: 0.5em;
  }

  .mobile-single-setup .itembox .item-photo .icon-tokka {
    position: absolute;
    right: 20%;
    bottom: 0;
    z-index: 500;
  }
}

@media print, screen and (max-width: 768px) {
  .mobile-single-setup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-single-setup .itembox .item-photo .icon-tokka {
    right: -10%;
  }

  .mobile-single-setup .itembox .item-photo {
    width: 90%;
    max-width: 690px;
  }

  .mobile-single-setup .item {
    /* margin: auto auto 0 !important; */
    margin: auto auto 15px;
    padding: 0 0 2em;
    position: relative;
  }

  .box-1.itembox {
    width: auto;
    padding: 0 0 2em;
    position: relative;
  }
}

@media print, screen and (max-width: 640px) {
  .mobile-single-setup .itembox .item-photo {
    /*        width: 90%;*/
    width: 90%;
  }
}

/*====================================================
	.box mobile-side-setup
====================================================*/

@media screen and (max-width: 1023px) {
  .mobile-side-setup .itembox {
    position: relative;
  }

  .mobile-side-setup .item {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: auto auto 1em;
    padding: 0;
    list-style: none;
    border-bottom: #999 thin dotted;
  }

  .mobile-side-setup .itembox .item-photo {
    width: 30%;
  }

  .mobile-side-setup .item-txt {
    width: 65%;
  }

  .mobile-side-setup .price {
    margin-bottom: 1em;
  }

  .mobile-side-setup .itembox .icon-tokka {
    position: absolute;
    top: 12em;
    right: 2.5%;
    z-index: 500;
  }

  .mobile-side-setup .itembox dl.spec dt {
    font-size: 1.6rem;
  }
}