/*------------ show.tpl 詳細ページ ------------------------------------*/
.item.show h2.title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: left;
}
.item.show .breadcrumb {
   margin: 10px 0;
}
/*------- 詳細ページ 上＆下部分 -------*/
.item.show .head {
   display: table;
   width: 100%;
   margin-bottom: 15px;
}
.item.show .head p {
   margin-bottom: 0px;
}
.item.show .foot div {
   display: block;
}
.item.show .images {
   display: table-cell;
   vertical-align: top;
}
.item.show .images {
   width: 130px;
}
.item.show .images img{
   width: 100%;
}
.item.show .images p {
   font-size: 1rem;
   text-align: right;
}
.item.show .datail {
   width: auto;
   padding-left: 10px;
}
.item.show .datail .about {
   font-size: 1.3rem;
   /* border: 1px solid #e2e2e2; */
   border-radius: 3px;
   background-color: #f7f7f7;
   padding: 10px;
}
.item.show .datail .about p {
   font-size: 1.2rem;
   margin: 3px 0;
}
.item.show .datail .about p span {
   width: 5rem;
   display: inline-block;
}

.item .condition span {
    margin-bottom: 0;
}

.item .c .condition span {
    color: #777;
}
/*------- 詳細ページ カート部分 -------*/
.item.show .cart {
   text-align: right;
}
.item.show .cart select {
   margin-right: 5px;
   display: inline-block;
   width: 80px;
}
.item.show .foot .price {
    font-size: 4.5rem;
}
/*------- 詳細ページ コンテンツ部分 -------*/
.item.show .subtitle {
   color: #777;
   font-size: 1.8rem;
   font-weight: bold;
   margin-bottom: 5px;
}
.item.show .content {
   font-size: 1.4rem;
   /* border: 1px solid #e2e2e2; */
   border-radius: 3px;
   background-color: #f7f7f7;
   padding: 10px;
   margin-bottom: 15px;
   position: relative;
}
.item.show .content p {
   margin-bottom: 0px;
}
.item.show .content .btn {
   font-size: 1.2rem;
   position: absolute;
   top: 7px;
   right: 6px;
   padding: 4px 40px;
   color: #fff;
   background-color: #147ec9;
   border-radius: 3px;
}
.item.show .goods .rank p.condition {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

.item.show .c p.condition {
  color: #777 !important;
}

.item.show .rank p.zoom {
   text-align: right;
   margin-bottom: 0px;
   font-size: 1rem;
   color: #fff;
}

.item.show .rank .description {
  text-align: left;
  background-color: #fff;
  margin: 1px 0 0 0;
  padding: 5px;
  border-radius: 0 0 2px 2px;
}

.item.show .content .stock {
   background-color: #e8e8e8;
   margin-top: 7px;
   padding: 5px 10px;
   border-radius: 3px;
}
.item.show .content #stock .attention {
   font-size: 1rem;
   text-align: right;
   margin-top: 5px;
}
.os-attention {
   background: #6d6d6d;
   padding: 10px 10px 10px 50px;
   color: #fff;
   border-radius: 3px;
   margin: 25px auto 15px;
   position: relative;
}
.os-attention i {
   position: absolute;
   top: 50%;
   left: 10px;
   line-height: 3rem;
   margin-top: -1.5rem;
   font-size: 2.8rem;
}
.os-attention p {
   margin-bottom: 0px;
}
.os-attention span {
   display: block;
   font-size: 80%;
}

.item .c .condition {
  font-size: 1.2rem;
  height: 100%;
  color: #777;
}

.item .datail p.condition {
  font-size: 1.2rem;
  height: 100%;
  line-height: 3rem;
}

.item .datail c.condition {
  color: #777 !important;
}

.item hr {
  border-top: 1px solid #ddd;
}

.item .support {
  background-color: #fff;
  padding: 8px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0px;
  border-radius: unset;
}

.item .cription {
  background-color: #fff;
  padding: 8px;
  font-size: 1.2rem;
  text-align: left;
  margin: 1px 0px 0px 0px;
  border-radius: 0 0 2px 2px;
}

.item.show .content p.attention {
    text-align: right;
}

.item .sns ul li a {
    color: #fff;
    font-size: 1rem;
    padding: 2px 3px;
    width: 70px;
    text-align: center;
}

.item.show .cart select {
    margin-right: 5px;
    display: inline-block;
    width: 75px;
}

 .item .center form.form-inline {
  text-align: center;
}

.item .cart .btn-lg ,.item .cart .btn-special {
  padding: 20px 30px;
  font-size: 18px !important;
}

.item .cart .btn-md {
  padding: 6px 20px;
}

.item .about01 p {
    display: inline;
}

.item .about01 {
  font-size: 1.4rem;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 10px;
  margin-bottom: 15px;
}

.item .about01 p.gn {
    padding-right: 30px;
}

.item .foot .about02 {
    font-size: 1.3rem;
    border-radius: 3px;
    background-color: #f7f7f7;
    padding: 10px;
}

.item .visible-xs .price p {
  font-size: 4rem;
}

.show .goods .img-absolute .price p {
  font-size: 4rem;
}

.item .rank .btn {
  font-size: 1.2rem;
  position: absolute;
  top: 38px;
  right: 15px;
  padding: 4px 8px;
  color: #fff;
  background-color: #147ec9;
  border-radius: 3px;
}

.item .rank {
  border-radius: 3px;
}

.item .rank #rank .row {
  padding: 10px;
}

.item .rank #rank img {
  border-radius: 3px;
}

.item .sns ul {
  margin-top: 30px;
  text-align: center;
}

@media screen and ( max-width:767px ){
  .item .rank .btn {
    top: 35px;
  }
}

@media screen and ( min-width:768px ){
  .item .cart .btn-special {
    padding: 10px 20px !important;
  }
}

@media screen and ( min-width:1300px ){
  .item ul.stock {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  .item.show .content .stock {
    height: 150px;
  }
}

.item .rank .btn {
  top: 7px;
}

.item .cart .btn-md {
  padding: 20px 30px;
  font-size: 18px !important;
  line-height: 1.3333333;
  border-radius: 6px;
}
.item #recommend h2.subtitle {
   margin: 0 0 3px 5px;
}
.item #recommend h2.subtitle .recommend01 {
   height: 22px;
   margin-right: 5px;
   margin-bottom: 3px;
}
.item #recommend h2.subtitle .recommend02 {
   height: 22px;
   margin-bottom: 3px;
}
.item #recommend h2.subtitle .fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:0.3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:0.3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {
    -webkit-transform:translate(0, 0);
  }
	50% {
    -webkit-transform:translate(0, -5px);
  }
	100% {
    -webkit-transform:translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
	0% {
    -moz-transform:translate(0, 0);
  }
	50% {
    -moz-transform:translate(0, -5px);
  }
	100% {
    -moz-transform:translate(0, 0);
  }
}
@media screen and (max-width:767px) {
  .item.show .cart {
    text-align: center;
  }
}
@media screen and (min-width:992px) and (max-width:1190px) {
  .item .cart .btn-md {
    padding: 20px 6px !important;
  }
}
@media screen and (min-width:768px) and (max-width:880px) {
  .item .cart .btn-md {
    padding: 20px 6px !important;
  }
}


/*------- 詳細ページ スペック表部分 -------*/
.item.show table {
   margin-bottom: 0px;
   background-color: #f7f7f7;
   border-radius: 0px 0px 3px 3px;;
}
.item.show table td, .item.show table th {
   word-wrap:break-word;
   font-size: 1.4rem;
}
.item.show table span.slash {
   display: inline-block;
}
@media (max-width: 767px) {
   .item.show table td, .item.show table th {
      display: block;
      padding: 5px;
   }
   .item.show table {
      border-width: 0px;
   }
   .item.show table th {
      border-width: 1px 0px 0px 0px;
   }
   .item.show table td {
      border-width: 0px;
      padding: 0px 5px 5px 20px;
   }
}
/*------- 詳細ページ PC時調整 -------*/
@media ( min-width: 768px ) {
   .item.show .head .datail {
      display: none;
   }
   .item.show .head .datail {
      display: none;
   }
   .item.show .breadcrumb {
      margin-bottom: 30px;
   }
   .img-absolute {
      position: absolute;
      right: 10px;
   }
   .item.show .title {
      font-size: 2rem;
   }
   .item.show table {
      border-width: 0px;
   }
   .item.show table th {
      border-width: 1px 0px 0px
   }
   .item.show table td {
      border-width: 1px 0px 0px;
   }
}
/*------- メディア掲載情報 -------*/
.media {
  position: relative;
  background: #d0e5f4;
  padding: 10px;
}
.media .ribbon {
  position: absolute;
  top: 14px;
  left: -34px;
  width: 135px;
  height: 27px;
  background: #333333;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  transform: rotate(-40deg);
  line-height: 2.6rem;
}
.media .triangle {
  border-top: 15px solid #d0e5f4;
  border-bottom: 0px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 46%;
}
.media ul {
  text-align: center;
}
.media ul li {
  width: 32%;
  display: inline-block;
}
.media .photo a img {
  margin: 0 auto;
  padding: 10px;
}
.media .news {
  color: #333;
  font-size: 3rem;
  text-align: center;
  padding: 15px;
  letter-spacing: 0.15rem;
}
.media .off-white {
  background: #f7f7f7;
  padding: 30px 10px 10px 10px;
  position: relative;
}
.media .off-white .detail {
    text-align: center;
    margin-top: 30px;
}
.media .off-white .comment {
  font-size: 1.8rem;
}
@media screen and (max-width:767px){
  .media .off-white .comment {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .media .ribbon {
    top: 5px;
    left: -50px;
    width: 135px;
    height: 20px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width:768px) and (max-width:1300px){
  .media .news {
    font-size: 2.2rem;
    padding: 15px 0px 0 0px;
    letter-spacing: none;
  }
}
@media screen and (min-width:391px) and (max-width:767px){
  .media .news {
    font-size: 2.1rem;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width:390px){
  .media .news {
    font-size: 1.6rem;
    padding: 15px 0 0 0;
  }
}
/*---- 検討中(お気に入りリスト) ----*/
.cart .btn-favorite {
  font-size: 1.2rem;
}

.cart .fa-thumb-tack {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 3px;
}

.item.show .right {
  text-align: center !important;
}
/*---- TONEスマホ ----*/
.item .row ul.tone-block {
  width: 97%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.item .row ul.tone-block li {
  width: 13%;
  width: calc(100% / 5);
  padding: 1rem;
}
.item .row ul.tone-block li a {
  display: inline-block;
  cursor : pointer;
  width: 100%;
}
.item .row ul.tone-block li .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.item .row ul.tone-block li img {
  width: 30%;
}
.item .row ul.tone-block li .name {
  background: #ffec01;
  color: #003f98;
  text-align: center;
  padding: 10px 5px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3px 6px;
  box-shadow: 4px 4px #003f98;
  width: 70%;
}
@media screen and (max-width:900px){
  .item .row ul.tone-block li {
    width: 100%;
    margin: 3px;
    font-size: 1.6rem;
  }
  .item .row ul.tone-block li .flex {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width:900px) {
  .item .row ul.tone-block li img {
    width: 70%;
    margin-bottom: -4rem;
  }
  .item .row ul.tone-block li .name {
    width: 100%;
  }

}
.item .row ul.tone-block .tone {
  color: #004195;
  padding: .5em;
  position: relative;
}
.item .row .tone span.for {
  font-size:2.3rem;
}
.item .row .career_name:after {
  content: "";
  display: block;
  height: 4px;
  background-image: linear-gradient(to right, #ffec01, #004195);
}
@media screen and (min-width:769px){
  .item .row img.tone {
    width: 50%;
  }
}


/*---- ヘッダカート追尾ボタン -----------------*/
#cartfixbtn {
	display: none;
}
#cartfixbtn select {
	width: 50px;
}
#cartfixbtn select, #cartfixbtn button {
	display: inline-block;
	font-size: 10px;
	padding: 7px;
}
@media (max-width: 767px) {
	#cartfixbtn.fixed {
		display: block;
		position: fixed;
		top: 53px;
		right: 0;
		width: 100%;
		z-index: 9;
		background: #fff;
		padding: 5px 10px;
		border-bottom: 1px solid #ddd;
		z-index: 11;
	}
	#cartfixbtn.fixed > div {
		position: relative;
	}
	#cartfixbtn.fixed img {
		display: inline-block;
		max-width: 36px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#cartfixbtn.fixed p {
		margin: 0 !important;
		overflow: hidden;
		height: 36px;
		font-size: 10px;
		line-height: 15px;
		width: 100%;
		padding: 4px 145px 4px 40px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
	#cartfixbtn.fixed form {
			position: absolute;
			top: 0;
			right: 0;
	}
}
#cartfixbtn.fixed {
		animation: fadeIn 0.5s ease 0s 1 normal;
}
@keyframes fadeIn {
		0% {
			opacity: 0
		}
		100% {
			opacity: 1
		}
}
