﻿@charset "UTF-8";

/* MOVIE */
#top-movie {
	background: var(--sub-color);
	margin: 0;
	padding: 100px 40px;
}
#top-movie a[target="_blank"]::after {
	display: none;
}
#top-movie .hacobune-gallery {
	margin: 0 0 30px;
}
#top-movie .hacobune-app-container {
	margin: 0 auto!important;
	background: none!important;
	padding-top: 0;
}
#top-movie .hacobune-slider-list-item,
#top-movie .hacobune-video-js.videojs-default-skin {
	background: rgba(255,255,255,1)!important;
}
#top-movie .hacobune-slider-list-item {
	position: relative;
	height: 0;
	padding: 0 0 100%;
}

#top-movie .hacobune-video-js.videojs-default-skin {
	height: 100%;
}
#top-movie .hacobune-slider-list-item > video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#top-movie .hacobune-containers-product-tile .hacobune-product-tile-info {
	margin: 20px 0 20px;
}
#top-movie .hacobune-containers-product-tile .hacobune-product-tile-info .hacobune-product-tile-info-inner {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: calc(100% - 8px * 2);
    padding: 10px 0;
    margin: 0 auto;
}
#top-movie .hacobune-slider-container .hacobune-template-type-slider {
	height: auto;
}
#top-movie .hacobune-slider.hacobune-product-tile-thumbnail-slider .hacobune-swiper-slide {
	opacity: 0.7;
	height: auto;
}
#top-movie .hacobune-slider.hacobune-product-tile-thumbnail-slider .hacobune-swiper-slide.hacobune-swiper-slide-active {
	opacity: 1;
}

#top-movie .hacobune-slider.hacobune-related-product .hacobune-swiper-backface-hidden .hacobune-swiper-slide {
	width: 160px;
}
#top-movie .related-product-item-link {
	background: #ffffff;
}
#top-movie .hacobune-product-tile-item-text-caption {
	font-size: 13px;
}
#top-movie .related-product-item-color {
	display: none;
}
#top-movie .related-product-item-size {
	display: none;
}
#top-movie .related-product-item-price {
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	width: 100%;
}
#top-movie .related-product-item-price:first-letter {
	font-size: 12px;
}
#top-movie .hacobune-app-container *,
#top-movie .hacobune-dialog-mask * {
	font-family: inherit!important;
}
#top-movie .hacobune-icon-button svg.hacobune-icon {
	vertical-align: top;
}
@media screen and (max-height: 800px) {
	#top-movie .hacobune-app-container {
		max-width: 772px;
	}
}
#top-movie .hacobune-app-container .hacobune-related-product {
	margin-top: 18px;
}
#top-movie .hacobune-slider-container .hacobune-slider-prev {
	left: 24%;
}
#top-movie .hacobune-slider-container .hacobune-slider-next {
	right: 24%;
}
#top-movie .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button,
#top-movie .hacobune-slider-container .hacobune-slider-next .icon-slider.hacobune-icon-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.9)!important;
	margin: 0;
	padding: 0 3px 0 0;
}
#top-movie .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button {
	padding: 0 0 0 4px;
}

#top-movie .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button::after,
#top-movie .hacobune-slider-container .hacobune-slider-next .icon-slider.hacobune-icon-button::after {
	content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px var(--color-beige);
    border-right: solid 1px var(--color-beige);
    transform: rotate(45deg);
}
#top-movie .hacobune-slider-container .hacobune-slider-prev .icon-slider.hacobune-icon-button::after {
    transform: rotate(-135deg);
}


#top-movie .hacobune-slider-container .icon-slider.hacobune-icon-button .hacobune-icon {
	display: none;
}



/* CATEGORY */
.block-top-category {
	margin: 80px 0;
	padding: 0 40px;
}
.block-top-category .block-category-style-p {
	margin-bottom: 0;
}
/* BRAND */
#top-brandlist {
	margin: 80px 0;
	padding: 0 40px;
}
#top-brandlist .top-brand--tag {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto 40px;
	display: flex;
	align-items: stretch;
	gap: 1px;
}
#top-brandlist .top-brand--tag li {
	flex: 1;
}
#top-brandlist .top-brand--tag li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: #F7F7F7;
	color: var(--text-color2);
	font-size: 13px;
	text-decoration: none!important;
}
#top-brandlist .top-brand--tag li a:hover {
	color: #ffffff;
	background: var(--color-beige);
	text-decoration: none;
}
#top-brandlist .top-brand--tag li a.active {
	color: #ffffff;
	background: var(--sub-color2);
}
#top-brandlist .top-brand--frame {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}
#top-brandlist .top-brand--section:not(:first-child) {
	display: none;
}
#top-brandlist .top-brand--section > ul {
	display: flex;
	flex-flow: wrap;
	align-items: stretch;
	gap: 25px;
}
#top-brandlist .top-brand--section > ul > li {
	position: relative;
	width: calc((100% - 25px * 4) / 5);
	height: 0;
	padding: 0 0 calc((100% - 25px * 4) / 5);
}
#top-brandlist .top-brand--section > ul > li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
#top-brandlist .top-brand--section > ul > li a img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#top-brandlist .top-brand--section > ul > li a.top-brand--link {
	background: var(--main-color);
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#top-brandlist .top-brand--section > ul > li a.top-brand--link::after {
	display: block;
	content: '';
	background: url(../../img/usr/common/arrow_white.png) center / 30px auto no-repeat;
	width: 30px;
	height: 8px;
	margin: 12px 0 0;
}
#top-brandlist .top-brand--section > ul > li a.top-brand--link:hover {
	background: var(--color-beige);
	text-decoration: none;
}
/* SHOPLIST */
#top-shoplist {
	padding: 80px 40px 100px;
	background: var(--sub-color);
}
#top-shoplist .top-shoplist--frame {
	display: flex;
	flex-flow: wrap;
	gap: 40px 25px;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item {
	width: calc((100% - 25px * 4) / 5);
	font-size: 13px;
	line-height: 1.3;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item .header-over__shop-item-figure {
	position: relative;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item .header-over__shop-item-figure figure + figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	transition: opacity 0.5s;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item a:hover {
	text-decoration: none;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item a:hover .header-over__shop-item-figure figure + figure {
	opacity: 0;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item figure img {
	width: 100%;
	height: auto;
	opacity: 1!important;
}
#top-shoplist .top-shoplist--frame .header-over__shop-item dt {
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0 5px;
}
/* INFOMATION */
#block_of_topic {
	margin: 100px 0;
	padding: 0 40px;
}
.block-top-event--goods {
	max-width: calc(var(--vw) * 100 - 80px);
	margin: 0 auto;
}
