@charset "utf-8";
.info-area{
	bottom: -15.78125vw;
	right: 0;
	width: 86.25vw;
	height: 31.5625vw;
	padding: 0 6.25vw;
	z-index: 200;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info-area .info-items-area{
	width: 80%;
	overflow: hidden;
	font-size: 3.25vw;
}
.info-area .date-area{
	margin-bottom: 1.8625vw;

}
.info-area .info-list-btn{
	padding-top: 6.25vw;
	font-size: 3.25vw;
	width: 17%;
	text-align: right;
}
.info-text{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 14.5625vw;
}
.info-text a{
	text-decoration: underline;
}
.info-area .info-list-btn a{
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 4px;
	cursor: pointer;
}
.main-content{
	position: relative;
}
.main-content .image-text{
	top: 13.28125vw;
	left: 13.28125vw;
	width: 25.96875vw;
	height: 68.625vw;
	position: absolute;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content-area .main-content{
	width: 100%;
	height: 480px;
}
.main-image{
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.content-area .box-2-content{
	margin-bottom: 15.625vw;
	position: relative;
}
.content-area .box-2-content .box-left{
	height: 109.375vw;
	background: url(../../image/pc/top/top_content_bg.jpg) center center no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}
.box-2-content .box-left .bg-image-01{
	width: 55.625vw;
}
.box-2-content .box-left .btn-area{
	display: none;
}
.box-2-content .box-right{
	padding: 18.84375vw 7.03125vw;
	background-color: #f8f8f8;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.box-2-content .box-right p{
	font-size: 3.75vw;
	color: #6b6b6b;
	letter-spacing: .08em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.3;
}
.box-2-content .sp-btn{
	margin-top: 10.9375vw;
	width: 100%;
	height: 18.75vw;
	line-height: 18.75vw;
	color: #383838;
	text-align: center;
	border: .3125vw solid #383838;
	font-size: 3.4375vw;
	letter-spacing: .14em;
}
.box-2-content .box-right-content{

}
.box-2-content .box-right-content a{
	display: block;
}

.content-02-area{
	display: none;
	padding-bottom: 15.625vw;
	background-image: linear-gradient(to bottom, #fff 0, #fff 50%, #eaeaea 50%, #eaeaea 100%);
}

.content-02-area .box-03-content{
	width: 100%;
	height: 53.125vw;
	margin-bottom: 6.25vw;
	position: relative;
	overflow: hidden;
}
.content-02-area .box-03-content .iage-01-linke,
.content-02-area .box-03-content .iage-02-linke,
.content-02-area .box-03-content .iage-03-linke{
	display: block;
	height: 100%;
	background-size: cover;
	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}
.content-02-area .box-03-content .iage-01-linke{
	background: url(../../image/pc/top/top_main_01_image.png) center center no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: overlay;
}
.content-02-area .box-03-content .iage-02-linke{
	background: url(../../image/pc/top/top_main_02_image.png) center center no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: overlay;
}
.content-02-area .box-03-content .iage-03-linke{
	background: url(../../image/pc/top/top_main_03_image.png) center center no-repeat;
	background-color: rgba(0,0,0,0.5);
	background-blend-mode: overlay;
}
.content-02-area .box-03-content .touch_event{
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity:1;
}
.box-03-content .text-area{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	pointer-events: none;
	opacity: 1;
	-moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.89);
	-webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.89);
	-ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.89);
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.89);
}
.box-03-content .text-area span{
	display: block;
	text-align: center;
}
.box-03-content .text-area .sub-text{
	font-size: 2.8125vw;
	letter-spacing: .22em;
}
.box-03-content .text-area .title{
	margin-top: 1.09375vw;
	font-size: 8.125vw;
	letter-spacing: .12em;
}
.shop-content-area{
	margin-bottom: 15.625vw;
}
.wap .title-area{
	margin-bottom: 9.375vw;
	-ms-flex-align: start;
	align-items: flex-start;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wap .title-area h3{
	font-size: 5.625vw;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.wap .title-area h3 span{
	font-size: 2.1875vw;
	margin-top: .9vw;
	display: block;
	letter-spacing: .16em;
}
.wap .title-area .list-all-link{
	font-size: 3.125vw;
	padding-top: 2.34375vw;
	letter-spacing: .16em;
}
.wap .title-area .list-all-link a{
	letter-spacing: .06em;
	padding-bottom: 6px;
	position: relative;
}
.wap .title-area .list-all-link a:after{
	content: "";
	width: 98%;
	height: 1px;
	background-color: #3f3f3f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: background-color 300ms;
}
.product-list-area{
	margin-top: -40px;
}
.product-list-content{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align: stretch;
	align-items: stretch;	
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-list-content .product-diteil-content{
	width: 48%;
	margin-top: 20px;
}
.product-list-content .product-diteil-content a{
	display: block;
}
.product-list-content .product-diteil-content .image-area{
	width: 100%;
	margin-bottom: 1.25vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 150px;
}
.product-list-content .image-area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-list-area .product-name {
	font-size: 14px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 27px;
	line-height: 1.8;
}
.product-list-area .product-description {
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: .14em;
	line-height: 1.8;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.product-diteil-content .image-area{
	position: relative;
}
.product-diteil-content.icon_1 .image-area::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 30px;
	background-image: url(../../image/pc/product_icon/icon_1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.product-diteil-content.icon_2 .image-area::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 30px;
	background-image: url(../../image/pc/product_icon/icon_2.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.product-list-area .product-footer-area{
	text-align: left;
}
.product-list-area .product-price-area{
	margin: 4.25vw 0;
	text-align: right;
}
.product-list-area .product-price-area .price{
	font-size: 20px;
}
.product-list-area .btn-area{
	font-size: 10px;
	padding: 10px 10px;
	border: 1px solid #3f3f3f;
	transition: all 400ms;
	letter-spacing: .16em;
	text-align: center;
}
.product-list-area li a:hover .btn-area{
	background-color: #3f3f3f;
	color: #fff;
}
.product-list-area li a.touch_event{
	opacity: 0.5;
}
.product-list-area li a{
	display: block;
}
.product-diteil-content.sale{

}
.product-diteil-content.sale .product-price-area{
	color: #b10505;
	font-weight: bold;	
}
.event-content{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 13.8125vw;
	margin-top: 15.8125vw;
}
.bg-type02{
	background-color: #f8f8f8;
	padding-top: 7.8125vw;
	padding-bottom: 7.8125vw;
}
.product-list-link{
	padding-top: 7.8125vw;
}
.product-list-link a{
	display: block;
	padding: 7.8125vw 0;
	text-align: center;
	background-color: #3c3c3c;
	color: #fff;
}
.topix-content-box .topix-box{

}
.topix-content-box .topix-box .box-content{
	margin: 5% auto 0;
}
.topix-content-box .topix-box a{
	display: block;
}