@charset "UTF-8";

.list article {
    display: block;
    width: calc(100% / 5);
    float: left;
    border-bottom: 3px solid #d94e22;
}

	/**IE11のみ**/
	@media all and (-ms-high-contrast:none){
	  *::-ms-backdrop, .list article {
		    width: calc(100% / 5 - 0.01px);
	  }
	}

.list article .inner {
    height: calc(100% + 165px);
    padding: 100% 20px 70px; 
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.list article:nth-of-type(even) .inner {
    background-color: #e4e4e4;
}

.list article a {
    text-decoration: none;
}

.list article figure {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.list article:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list article img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: -webkit-transform 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform 1s cubic-bezier(.165,.84,.44,1) 0s,-webkit-transform 1s cubic-bezier(.165,.84,.44,1) 0s;
}

.list article .inner .box {
    height: 155px;
    overflow: hidden;
}

.list article .inner .box p {
	line-height: 1.3;
	font-size: 1.4rem;
}

.list article h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 30px 0 10px;
}

.list article h4 + p {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.list article .inner > p {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    font-weight: bold;
	line-height: 1.2;
    font-size: 1.4rem;
}

.list article .recent {
    margin: 30px 0 0;
    padding: 15px 30px;
    background: #f1f1f1;
    min-height: 200px;
}

.list article:nth-of-type(even) .recent {
    background: #e4e4e4;
}


@media print, screen and (max-width: 920px) {
	.list article .inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.list article h3 {
	    margin: 15px 0;
		height: auto;
		font-size: 1.3rem;
	}

	.list article .inner > p {
		font-size: 1.2rem;
	}

	.list article .inner .box {
		height: 133px;
	}

	.list article .inner .box p {
		line-height: 1.2;
		font-size: 1.2rem;
	}
}

@media print, screen and (max-width: 1150px) {
	.list article {
	    display: block;
	    width: calc(100% / 4);
	    float: left;
	    border-bottom: 3px solid #d94e22;
	}


		/**IE11のみ**/
		@media all and (-ms-high-contrast:none){
		  *::-ms-backdrop, .list article {
			    width: calc(100% / 4 - 0.01px);
		  }
		}
}

@media print, screen and (max-width: 920px) {
	.list article {
	    display: block;
	    width: calc(100% / 2);
	    float: left;
	    border-bottom: 3px solid #d94e22;
	}
}

@media print, screen and (max-width: 640px) {
/*
	.list article {
		width: 100%;
        border: none;
	}
*/
}


/*---------------------------------------
詳細ページ
---------------------------------------*/
.p-product__floating h3 {
	font-size: 2.4rem;
}

.p-product__floating .echo p {
	font-size: 1.8rem;
	text-align: center;
	margin: 5px 0 10px;
}


.p-product__floating .echo strong {
	margin-left: .3em ;
}

.p-product__floating .echo p strong {
	font-size: 2rem;
}

.p-product__floating .echo td, .p-product__floating .echo th {
    padding: 5px;
}

.p-product__floating .echo td {
	white-space: nowrap;
}

.p-product__floating .echo td strong {
	line-height: 1.2;
	display: inline-block;
	text-align: center;
}

.p-product__floating .echo td strong i.inc_tax{
	display: block;
	font-style: normal;
}

.p-product__floating .collaboration {
}

.p-product__floating .collaboration dl {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.p-product__floating .collaboration dt  {
	font-weight: bold;
	background: #333 ;
	padding: 0 15px;
	color: #fff;
	height: 100px;
	width: 250px;
	position: relative;
}

.p-product__floating .collaboration dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-product__floating .collaboration dd  {
	background: #f5f5f5;
	padding: 10px 20px;
	width: 100%;
}

.p-product__floating .collaboration dd .icon {
	width: 80px;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (max-width: 375px) {
	.p-product__floating .collaboration dl {
		display: block;
		text-align: center;
		border-radius: 10px;
	}

	.p-product__floating .collaboration dt  {
		padding: 6px;
		border-radius: 0;
		width: 100%;
		height: 30px;
	}

	.p-product__floating .collaboration dd  {
		border-radius: 0;
	}

}


@media print, screen and (max-width: 920px) {
	.p-product__floating .echo {
		padding: 5px 15px 5px;		
	}

	.p-product__floating .echo td, .p-product__floating .echo th {
		font-size: 1.3rem;
	    padding: 5px 0px;
	}

	.p-product__floating .echo td {
		white-space: nowrap;
	}

	.p-product__floating .echo td strong {
		font-size: 1.2rem;
	}

	.p-product__floating .echo td strong i.inc_tax{
		display: block;
		font-style: normal;
	}
	}



.p-product__floating .arrival {
	color: #e95513;
	font-size: 2.2rem;
	text-align: center;
}

.p-product__floating .arrival p span {
  font-size: 1.4rem;
  display: block;
  line-height: 1.5;
}

.p-product__floating .arrival.black {
	color: #000;
}

.p-product__floating .arrival.black h4 {
	color: #e95513;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 15px;
}

.p-product__floating .arrival dl {
	border-top: 1px solid rgba(0,0,0,.1);
}

.p-product__floating .arrival dt {
	font-size: 1.4rem;
    padding: 15px 5px 0;
    color: #e95513;
    font-weight: 600;
}

.p-product__floating .arrival dd {
	font-size: 1.6rem;
    padding: 15px 5px;
    font-weight: 400;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.p-product__floating .storeLink {
	text-align: center;
	margin-top: -10px;
}

.p-product__floating .storeLink a {
	display: inline-block;
}

.p-product__floating .storeLink a + a {
	margin-left: 20px;
}

.p-product__imgs figcaption.sample {
	font-size: 1.2rem;
	text-align: right;
	margin-top: 10px;
}

.p-product__blog {
    padding: 15px 30px;
    background: #f1f1f1;
}

.p-product__blog h4 {
	margin: 0 0 20px;
}

.p-product__blog li {
	overflow: hidden;
}

.p-product__blog li a {
	display: block;
	width: 100%;
}

.p-product__blog li a.txtlink {
	width: calc(100% - 150px);
	float: left;
	margin-right: 20px;
}

.p-product__blog li a.photoLink {
	width:130px;
	float: left;
}

.p-product__blog li a.photoLink img {
	width: 100%;
}

.p-product__blog li + li {
	margin-top: 20px;
}

.p-product__blog time {
	display: block;
	font-size: 0.8rem;
    line-height: 1;
}

.p-product__desc h4 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.p-product__desc .list li {
  margin-left: 1em;
  text-indent: -0.5em;
}

.p-product__desc .list li:before {
  content: "・";
}

@media print, screen and (max-width: 920px) {
	.p-product__floating h3 {
		font-size: 2.2rem;
	}

	.p-product__floating .echo p {
		margin: 0 0 10px;
	}

	.p-product__imgs figcaption.sample {
		font-size: 0.8rem;
		margin-top: 5px;
	}
}

.p-product__floating .spec .sizetable {
	border: none; 
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}


.p-product__floating .spec .size {
	border-left: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
}
.p-product__floating .spec .size td,
.p-product__floating .spec .size th {
	padding: 4px 12px;
	text-align: left;
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.p-product__floating .spec .size th {
	background-color: #f0f0f0;
}
.p-product__floating .spec .size td:first-child {
	white-space: nowrap;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec th,
	.p-product__floating .spec td {
		display: block;
		width: 100%;
	}

	.p-product__floating .spec .size td:first-child {
		white-space: normal;
	}

	.p-product__floating .spec th {
		font-weight: bold;
	}

	.p-product__floating .spec th + td {
		border-top: none;
		padding-top: 0;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: -10px;
	}

	.p-product__floating .spec .size td,
	.p-product__floating .spec .size th {
		display: table-cell;
		white-space: nowrap;
	}
}

.p-product__floating .spec p.manual a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	text-indent: 0;
	position: relative;
	padding: 0 0 0 16px;
    margin-top: 5px;
}

.p-product__floating .spec p.manual a:before {
	content: "";
	width: 0;height: 0; font-size: 0;
	border: 4px solid transparent;
	border-left-color: #595959;
	border-left-width: 5px;
	position: absolute;
	top: 50%;right: auto;left:2px;
	margin: -3px 0 0 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	     -ms-transform: rotate(0deg);
	        -o-transform: rotate(0deg);
	            transform: rotate(0deg);
}


/*---------------------------------------
YouTube
---------------------------------------*/
.youtube {
	position: relative;
	width: 100%;
	max-width: 874px;
	padding-top: 56.25%;
	margin-top: 30px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* ---------------------------------------
 * Spec2
--------------------------------------- */
.p-product__floating .spec2 {
	margin: 30px 0;
}

.p-product__floating .spec2 .spec-block {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .spec-block {
		display: block;
	}
}

.p-product__floating .spec2 .spec-block.first {
	border-top: 1px solid rgba(0,0,0,.1);
}

.p-product__floating .spec2 .spec-block_header {
	width: 25%;
	padding: 15px 5px;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .spec-block_header {
		width: 100%;
		font-weight: bold;
		padding-bottom: 0;
	}
}

.p-product__floating .spec2 .spec-block_body {
	width: 75%;
	padding: 15px 5px;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .spec-block_body {
		width: 100%;
		margin-top: -10px;
	}
}

.p-product__floating .spec2 .single {
	width: 100% !important;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .spec-block_header.single {
		padding-bottom: 15px;
	}
}

.p-product__floating .spec2 .spec-block_body.single {
	padding-top: 0;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .spec-block_body.single {
		padding-left: 0;
		padding-right: 0;
	}
}


.p-product__floating .spec2 .size {
	width: 100%;
	border-left: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
}

.p-product__floating .spec2 .size th,
.p-product__floating .spec2 .size td {
	padding: 4px 12px;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.p-product__floating .spec2 .size th {
	background-color: #f0f0f0;
	white-space: nowrap;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .size th {
		font-weight: bold;
	}
}

.p-product__floating .spec2 .size td:first-child {
	white-space: nowrap;
}

@media print, screen and (max-width: 920px) {
	.p-product__floating .spec2 .size th + td {
		border-top: none;
		padding-top: 0;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: -10px;
	}
}

.p-product__floating .spec2 .size-caption {
	font-size:0.8em
}


/* ---------------------------------------
 * 訂正
--------------------------------------- */
.p-product__floating .correction {
	border: 1px solid rgba(0,0,0,.1);
	padding: 0 1em;
}

/* ---------------------------------------
 * グッドデザイン賞
--------------------------------------- */
.p-product__floating .gd {
  /* background-color: #fff4ee; */
  border-top: 1px solid #e95513;
  border-bottom: 1px solid #e95513;
  padding: 0.5em 0;
  text-align: center;
  color: #e95513;
  font-weight: bold;
}