@charset "shift_jis";
/* CSS Document */

/* ==================================================

   ショート動画一覧

================================================== */

/* コンテンツ幅リセット */
main#wrapper {
	position: relative;
	width: 100%!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
	overflow: visible!important;
}
article#contents { padding-bottom: 0!important; }
article#contents .inner_content { padding-top: 0!important; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;

	--clr-ss-black: #48413b;
}


#list_shortmovie a,
#list_shortmovie a:hover {
	color: var(--clr-ss-black);
	text-decoration: none;
	transition: all 0.2s;
}
#list_shortmovie * { box-sizing: border-box; }
#list_shortmovie h1,
#list_shortmovie h2,
#list_shortmovie h3,
#list_shortmovie h4,
#list_shortmovie h5 { color: var(--clr-ss-black); }
#list_shortmovie img { width: 100%; height: auto; }
#list_shortmovie .pc_none { display: none; }

#list_shortmovie {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	/* text-align: center; */
}
/* 
#list_shortmovie .test {
	max-width: 320px;
	height: auto;
	margin: 0 auto;
}
#list_shortmovie .test > iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
} */

#list_shortmovie h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1em;
}


/* ショート動画一覧
================================================== */

#list_shortmovie .list_short {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	/* gap: 40px 20px; */
	gap: 32px 2px;
}
#list_shortmovie .list_short > li {
	/* width: calc((100% - 20px*3)/4); */
	width: calc((100% - 2px*3)/4);
	height: auto;
}


/* 商品説明 */
#list_shortmovie .top_movie_shohin {
	/* margin: 8px 0 0; */
	padding: 8px;
}
#list_shortmovie .top_movie_shohin a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px 12px;
}
#list_shortmovie .top_movie_shohin a .thumb {
	width: 25%;
}
#list_shortmovie .top_movie_shohin a .thumb img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
#list_shortmovie .top_movie_shohin a .spec {
	width: calc(75% - 8px);
}
#list_shortmovie .top_movie_shohin a .spec h3 {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
	white-space: nowrap;
}
#list_shortmovie .top_movie_shohin a .spec .buy_price > ol .price,
#list_shortmovie .top_movie_shohin a .spec .buy_price > ul .price {
	font-size: 120%;
	margin-top: 0.35em;
}

#list_shortmovie .top_movie_shohin .buy_price > ol .spesicalprice,
#list_shortmovie .top_movie_shohin .buy_price > ul .spesicalprice,
#list_shortmovie .top_movie_shohin .buy_price > ul .intax {
	display: none;
}







/* 動画が埋め込みだった場合 */
#list_shortmovie .movie_embed {
	width: 100%;
	height: 100%;
}
#list_shortmovie .movie_embed > iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
}




/* サムネイル */
#list_shortmovie .top_slider_movie a.tsm_thumb {
	position: relative;
	width: 100%;
	display: block;
}
#list_shortmovie .top_slider_movie a.tsm_thumb img {
	width: 100%;
	height: auto;
}
#list_shortmovie .top_slider_movie a.tsm_thumb:hover {
	opacity: 0.8;
}

/* 商品説明 */
/* .top_movie_shohin {
	margin: 8px 0 0;
} */
.top_movie_shohin a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px 12px;
}
.top_movie_shohin a .thumb {
	width: 25%;
}
.top_movie_shohin a .thumb img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.top_movie_shohin a .spec {
	width: calc(75% - 8px);
}
.top_movie_shohin a .spec h3 {
	font-size: 14px;
	line-height: 1;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    letter-spacing: normal;
    word-break: break-all;
}
.top_movie_shohin a .spec .buy_price > ol .price,
.top_movie_shohin a .spec .buy_price > ul .price {
	font-size: 120%;
	margin-top: 0.35em;
}

.top_movie_shohin .buy_price > ol .spesicalprice,
.top_movie_shohin .buy_price > ul .spesicalprice,
.top_movie_shohin .buy_price > ul .intax {
	display: none;
}


/* モーダル */
#list_shortmovie .modal {
	/* display: none; */
	display: none !important;
	visibility: hidden !important;
}
.modaal-content-container { padding: 0!important; }
.modaal-content-container video {
	width: 100%!important;
	aspect-ratio: 9/16;
}
.modaal-content-container .top_movie_shohin {
	padding: 0 8px 8px;
	box-sizing: border-box;
}


/**/
#list_shortmovie .top_slider_movie .swiper-slide .movie_embed {
	position: relative;
	width: 100%;
	height: auto;
}
#list_shortmovie .top_slider_movie .swiper-slide .movie_embed iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 9/16;
}
