@charset "UTF-8";
#main {
	margin-top: 310px;
	margin-bottom: 40px;
}
#responsive_list {
    display: none;
}
@media screen and (max-width: 1024px) {
#main {
	margin-top: 45%;
	margin-bottom: 0;
}
#responsive_list .responsive_area .text .textIn h3 {
    display: block;
    margin: 2px 0 5px 5px;
    font-size: .9em;
    line-height: 120%;
    color: #000000;
}
#responsive_list .responsive_area .text .textIn p.price {
    font-size: .85em;
    margin: 2px 20px 0 15px;
    color: #FFF;
    text-align: right;
    white-space: nowrap;
    line-height: 120%;
}
#item_itemListImage .item_area {
    display: none
}
#item_itemListImage .responsive_area {
    float: left;
    width: 40%;
    height: auto;
    aspect-ratio: 1 / 1.4;
    margin: auto;
}
#item_itemListImage .responsive_area span{
	width:121px;
	height:140px;
    font-size: .85em;
    box-sizing: border-box;
}
#item_itemListImage .photo_area {
	width: auto;
	height: auto;
	aspect-ratio: 1.06 / 1;
	text-align: center;
}
#item_itemListImage .photo_area img{
    width: 77%;
	height: 95%;
    border: 1px solid #CCCCCC;
    object-fit: contain;
    margin: 5px;
}
#item_itemListImage .text {
	width: 100%;
	height: 180px;
}
#item_itemListImage .textIn {
	width: 77%;
	margin: auto;
}
#responsive_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#ectop_brands, #ectop_stone {
    display: none;
}
.slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: #86c0de;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section img {
	max-width: 100%;
	height: auto;
	padding: 0 50px;
	box-sizing: border-box;
	vertical-align: middle;
}
@media (min-width: 520px) {
	.slideContents section img {
		aspect-ratio: 3 / 1;
		object-fit: cover;
	}
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: rgba(255,255,255,.2);
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow:hover .ico {
	opacity: .6;
}
.prev:hover .ico {
	transform: translateX(-6px) rotate(-45deg);
}
.next:hover .ico {
	transform: translateX(6px) rotate(45deg);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents #slide1,
#switch2:checked ~ .slideContents #slide2,
#switch3:checked ~ .slideContents #slide3,
#switch4:checked ~ .slideContents #slide4,
#switch5:checked ~ .slideContents #slide5 {
	position: relative;
	transform: none;
}
#switch1:checked ~ .slideContents #slide4,
#switch1:checked ~ .slideContents #slide5,
#switch2:checked ~ .slideContents #slide5,
#switch2:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide1,
#switch3:checked ~ .slideContents #slide2,
#switch4:checked ~ .slideContents #slide2,
#switch4:checked ~ .slideContents #slide3,
#switch5:checked ~ .slideContents #slide3,
#switch5:checked ~ .slideContents #slide4 {
	transform: translateX(-100%);
}
#switch1:checked ~ .slideContents #slide3,
#switch1:checked ~ .slideContents #slide4,
#switch2:checked ~ .slideContents #slide4,
#switch2:checked ~ .slideContents #slide5,
#switch3:checked ~ .slideContents #slide5,
#switch3:checked ~ .slideContents #slide1,
#switch4:checked ~ .slideContents #slide1,
#switch4:checked ~ .slideContents #slide2,
#switch5:checked ~ .slideContents #slide2,
#switch5:checked ~ .slideContents #slide3 {
	transition-duration: 0s;
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch5"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch4:checked ~ .prev label[for="switch3"],
#switch5:checked ~ .prev label[for="switch4"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch4"],
#switch4:checked ~ .next label[for="switch5"],
#switch5:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}
}
/*
スマホサイズ
 */
@media screen and (max-width: 520px) {
#item_itemListImage .responsive_area .text{
	height: 140px;
	font-size: 90%;
}
}