@charset "utf-8";
.main-content{
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.main-content .image-text{
	/*mix-blend-mode: exclusion;*/
	position: absolute;
	z-index: 800;
	top: 0;
	left: 0;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	width: 124px;
	height: 100vh;
	margin-left: 10%;
}

.main-content .main-image{
	width: 100%;
	height: 100vh;
	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;
}
.info-area{
	bottom: 0;
	left: 0;
	width: 50%;
	height: 75px;
	padding: 0 40px;
	-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;
	z-index: 800;
}
.info-area .info-items-area{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;

}
.info-area .date-area{
	width: 60px;
	letter-spacing: .12em;
	font-size: 9px;
}
.info-area .info-text{
	font-size: 10px;
	width: 315px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 75px;
	padding-top: 20px;
}
.info-text a{
	text-decoration: underline;
}
.info-area .info-list-btn{
	font-size: 10px;
	padding-bottom: 5px;
}
.info-area .info-list-btn a{
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 4px;
	cursor: pointer;
}
.box-2-content{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 7.8125vw;
}
.box-left,
.box-right{
	width: 50%;
	height: 45.3125vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.box-right{
	background-color: #f8f8f8;
}
.box-right p{
	width: 25.78125vw;
	font-size: 14px;
	color: #6b6b6b;
	letter-spacing: .08em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.3;
}
.box-left{
	background-color: #000;
}
.bg-image-01{
	width: 100%;
	height: 100%;
	background-image: url(../../image/pc/top/top_content_bg.jpg);
	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;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.bg-image-01:hover{
    opacity: 0.5;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bg-image-01 .image-area{
	width: 17.23438vw;
}
.bg-image-01 .image-area h2{
	width: 15.23438vw;
	margin: 0 auto 0;
}
.bg-image-01 .btn-area{
	margin: 1.375vw auto;
	width: 100%;
	height: 3.75vw;
	line-height: 3.75vw;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	font-size: 13px;
	letter-spacing: .14em;
}
.bg-image-01 .btn-area .btn{
	display: block;
	color: #fff;
}
.content-02-area{
	padding-bottom: 7.8125vw;
	background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #eaeaea 20%, #eaeaea 100%);
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 7.8125vw;
}


.content-02-area .box-03-area{
	display: -ms-flexbox;
	display: flex;
}
.box-03-area .box-03-content{
	width: 24.21875vw;
	height: 33.59375vw;
	margin-right: 2.73438vw;
	overflow: hidden;
	position: relative;
}

.box-03-area .box-03-content a{
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

	transition: -webkit-transform 700ms;
	transition: transform 700ms;
	transition: transform 700ms, -webkit-transform 700ms;
}
.box-03-area .box-03-content a:hover{
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity:1;
}
.box-03-area .box-03-content .iage-01-linke{
	background-image: url(../../image/pc/top/top_main_01_image.png);
}
.box-03-area .box-03-content .iage-02-linke{
	background-image: url(../../image/pc/top/top_main_02_image.png);
}
.box-03-area .box-03-content .iage-03-linke{
	background-image: url(../../image/pc/top/top_main_03_image.png);
}
.box-03-area .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-area .box-03-content .sub-text{
	display: block;
	font-size: 12px;
}
.box-03-area .box-03-content .title{
	display: block;
	margin-top: .78125vw;
	font-size: 36px;
}
.shop-content-area{
	padding-left: 4.6875vw;
	padding-right: 4.6875vw;
	margin-bottom: 7.8125vw;
}
.wap h3{
	font-size: 26px;
	line-height: 1.31429;
	letter-spacing: .14em;
}
.wap h3 span{
	font-size: 11px;
	vertical-align: middle;
	margin-left: .7em;
}
.wap .title-area{
	margin-bottom: 4.6875vw;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wap .list-all-link{
	font-size: 13px;
	letter-spacing: .16em;
}
.wap .list-all-link a{
	padding-bottom: 6px;
	position: relative;

}
.wap .list-all-link a:after {
	content: "";
	width: 98%;
	height: 1px;
	background-color: #3f3f3f;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: background-color 300ms;
}
.shop-detail-area{
	margin: 0 auto 0;
}
.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: start;
	justify-content: flex-start;
	margin-top: -6.25vw;
}
.product-list-content .product-diteil-content{
	text-align: left;
	width: 25%;
	margin-top: 6.25vw;
	padding: 0 15px;
}
.product-list-content .product-diteil-content:nth-child(4n) {
    margin-right: 0;
}

.product-list-area .image-area{
	width: 100%;
	margin-bottom: 1.25vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 20vw;
	overflow: hidden;
}
.product-list-area .image-area::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.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-diteil-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: 10px;
	margin-bottom: 10px;
	letter-spacing: .14em;
	line-height: 1.8;
	height: 60px;
	text-overflow: ellipsis;
}
.product-list-area .product-footer-area{
	text-align: left;
}
.product-list-area .product-price-area{
	margin-bottom: 1.25vw;
	text-align: right;
}
.product-list-area .btn-area{
	font-size: 10px;
	padding: 5px 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;
}

.event-content{
	padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    margin-bottom: 7.8125vw;
	margin-top: 7.8125vw;
}
.event-content .flexslider2{

}
.bg-type02{
	background-color: #f8f8f8;
	padding-top: 7.8125vw;
	padding-bottom: 7.8125vw;
}
.product-list-link{
	padding-top: 3.8125vw;
}
.product-list-link a{
	display: block;
	padding: 1.8125vw 0;
	text-align: center;
	background-color: #3c3c3c;
	color: #fff;
}
.topix-content-box{
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.topix-content-box .topix-box{
	width: 50%;
}
.topix-content-box .topix-box .box-content{
	width: 98%;
	margin: 1% auto;
}
.topix-content-box .topix-box a{
	display: block;
}
.topix-content-box .topix-box a::hover{
	opacity: 0.5;
}