﻿/* 動画一覧 */

html[data-browse-mode="P"] .wrapper > .pane-topic-path {
}
html[data-browse-mode="P"] .wrapper > .pane-topic-path ~ .pane-topic-path {
	display: none;
}
html[data-browse-mode="S"] .wrapper > .pane-topic-path {
	display: none;
}
html[data-browse-mode="S"] .wrapper > .pane-topic-path ~ .pane-topic-path {
	display: block;
}



#fp-movie-wrapper {

}

#fp-movie-wrapper .hacobune-app-container {
	width: 100%;
	padding: 0;
}

#fp-movie-wrapper .hacobune-tag-list {
	margin: 0 0 60px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: wrap;
	gap: 1px;
}
#fp-movie-wrapper .hacobune-tag-list > li {
	width: calc((100% - 1px * 4) / 5);
	padding: 0;
}
#fp-movie-wrapper .hacobune-tag-list > li label {
	height: 100%;
}
#fp-movie-wrapper .hacobune-tag-list > li .hacobune-tag-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: none;
	background: #F7F7F7;
	border-radius: 0;
	padding: 8px 10px;
	font-size: 13px;
	letter-spacing: 0;
}
#fp-movie-wrapper .hacobune-tag-list > li .hacobune-tag-item-input[type=radio]:checked+.hacobune-tag-item-label {
	background: var(--sub-color2);
	cursor: default;
}
html[data-browse-mode="P"] #fp-movie-wrapper .hacobune-tag-list > li .hacobune-tag-item-label:hover {
	background-color: var(--color-beige);
	color: #ffffff;
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-tag-list {
	margin: 0 0 4.0rem;
	gap: 3px;
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-tag-list > li {
	width: calc((100% - 3px * 2) / 3);
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-tag-list > li .hacobune-tag-item-label {
	padding: 0.5rem 1.0rem;
	font-size: 1.3rem;
	min-height: 5.0rem;
}

/* hacobune */
#fp-movie-wrapper .hacobune-grid-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px 40px;
}
#fp-movie-wrapper .hacobune-grid-row .hacobune-grid-col {
	width: calc((100% - 40px * 3) / 4);
	max-width: calc((100% - 40px * 3) / 4);
	flex: auto;
}
#fp-movie-wrapper .hacobune-grid-row .hacobune-grid-col .hacobune-video-list-item-card {
	border: none;
	padding: 0;
}
#fp-movie-wrapper .hacobune-video-list-item-card-img-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
}
#fp-movie-wrapper .hacobune-video-list-item-card-img-wrapper .hacobune-video-list-item-card-img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#fp-movie-wrapper .hacobune-video-item-overlay {
	opacity: 1;
}
#fp-movie-wrapper .hacobune-video-item-overlay:hover {
	opacity: 0.8;
}
#fp-movie-wrapper .hacobune-video-item-overlay > a > img {
	display: none!important;
}
#fp-movie-wrapper .hacobune-video-item-overlay > a::before {
	display: block;
	content: '';
	position: absolute;
	left: calc(50% - 27px);
	top: calc(50% - 27px);
	z-index: 5;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: #ffffff;
}
#fp-movie-wrapper .hacobune-video-item-overlay > a::after {
	display: block;
	content: '';
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 10px);
	z-index: 8;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid var(--color-gold);
	border-right: 0;
}
#fp-movie-wrapper .hacobune-video-list-item-card-subtitle {
	margin: 15px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#fp-movie-wrapper .hacobune-video-list-item-card-description {
	margin: 10px 0 0;
	padding: 0;
	font-size: 15px;
}
body.page-contentspages .hacobune-dialog-mask,
body.page-contentspages .hacobune-dialog-overlay {
	z-index: 100005!important;
}
body.page-contentspages .hacobune-dialog-wrapper {
	z-index: 100009!important;
}
body.page-contentspages .hacobune-dialog-mask,
body.page-contentspages .hacobune-app-container *,
body.page-contentspages .hacobune-dialog-mask * {
	font-family: inherit;
}
@media screen and (max-height: 800px) {
	body.page-contentspages .hacobune-video-item-root {
		height: 85vh;
	}
	body.page-contentspages .hacobune-dialog-wrapper {
		width: 880px;
	}
}
html body.page-contentspages .hacobune-video-item-root {
    grid-template-rows: 50px 1fr;
}
body.page-contentspages .hacobune-video-item-title {
	margin: 0 0 15px;
	padding: 0 0 0;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
body.page-contentspages .hacobune-video-item-description {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
body.page-contentspages .hacobune-video-item-description .hacobune-video-item-timeline-container .hacobune-video-item-timeline {
	margin: 15px 0 0;
}
body.page-contentspages .hacobune-video-item-description .hacobune-video-item-timeline-container .hacobune-video-item-timeline {
	position: relative;
	padding: 3px 0 0 70px;

}
body.page-contentspages .hacobune-video-item-description .hacobune-video-item-timeline-container .hacobune-video-item-timeline .hacobune-video-item-timeline-link {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 25px;
	background: var(--color-gold);
	color: #ffffff;
	text-decoration: underline;
}
body.page-contentspages .hacobune-readmore-link-toggle {
	font-size: 13px;
}
body.page-contentspages .toggle-down:before,
body.page-contentspages .toggle-up:before {
	display: none!important;
}
body.page-contentspages .toggle-down:after,
body.page-contentspages .toggle-up:after {
    content: "";
    display: inline-block;
	border-right: solid 1px var(--color-gold);
	border-bottom: solid 1px var(--color-gold);
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	position: relative;
	top: -4px;
}
body.page-contentspages .toggle-up:after {
	transform: rotate(-135deg);
	top: 0;
}
body.page-contentspages .hacobune-video-item-tile {
	margin: 8px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #D0D0D0;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product {
	width: calc((100% - 30px * 2) / 3);
	margin: 0;
	padding: 0;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .hacobune-video-item-text-caption {
	width: auto;
	margin: 5px 0;
	padding: 0;
	font-size: 13px;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .related-product-item-color,
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .related-product-item-size {
	display: none;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .related-product-item-price {
	font-size: 15px;
	width: auto;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-contents .hacobune-video-item-contents-item {
	margin: 5px 5px 5px 0;
}
body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-contents .hacobune-video-item-time {
	margin: 0;
	padding: 0;
	background: var(--color-gold);
	color: #ffffff;
	font-size: 16px;
	text-decoration: underline;
	width: 60px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;

}

html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-grid-row {
	gap: 4.0rem 1.4rem;
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-grid-row .hacobune-grid-col {
    width: calc((100% - 1.4rem* 1) / 2);
    max-width: none;
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-video-list-item-card-subtitle {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.4;
}
html[data-browse-mode="S"] #fp-movie-wrapper .hacobune-video-list-item-card-description {
	margin-top: 1.0rem;
	font-size: 1.4rem;
	line-height: 1.4;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-dialog-content {
	margin: 0;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-main {
	height: auto;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-side {
	padding: 3.0rem 1.5rem 1.5rem;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-title {
	width: auto;
	margin: 0 0 1.4rem;
	font-size: 1.8rem;
	line-height: 1.4;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-readmore-wrapper {
	margin-bottom: 1.4rem;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-description {
	font-size: 1.4rem;
	line-height: 1.4;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-tile {
	padding-top: 5.4rem;
	gap: 3.0rem 1.3rem;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product {
	width: calc((100% - 1.3rem * 2) / 3);
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .hacobune-video-item-text-caption {
    margin: 5px 0;
    font-size: 1.3rem;
	line-height: 1.3;
}
html[data-browse-mode="S"] body.page-contentspages .hacobune-video-item-tile .hacobune-video-item-tile-product .related-product-item-price {
    font-size: 1.5rem;
    width: auto;
	line-height: 1.3;
}


body.page-contentspages .hacobune-video-js.videojs-default-skin {
	background: #000000;
}
body.page-contentspages .hacobune-icon-button {
	background: #4A453A!important;
}
body.page-contentspages .hacobune-icon-button::before,
body.page-contentspages .hacobune-icon-button::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: calc(50% - 6px);
	width: 12px;
	height: 1px;
	background: #ffffff;
	transform: rotate(45deg);
}
body.page-contentspages .hacobune-icon-button::after {
	transform: rotate(-45deg);
}
body.page-contentspages .hacobune-icon-button > span {
	display: none;
}
body.page-contentspages .hacobune-video-item-video-player-prev-icon svg,
body.page-contentspages .hacobune-video-item-video-player-next-icon svg {
	vertical-align: top;
}
