<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------
color-setting
------------------------------------------*/
:root {
	--color-headerbg:#ffffff;
	--color-switch-txt:#ffffff;
	--color-switch-bg:#807166;
	--color-price:#e53917;
}
/*-----------------------------------------
default-setting
------------------------------------------*/
@media screen and (max-width : 767px){
body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
	font-size:3.7vw;
	}
	th,td,li,dt,dd,h1,h2,h3,h4,h5,h6,p,textarea {
		line-height:160%;
	}
	header,article,footer {
		width:100vw;
	}
	.container {
		width:90vw;
		margin-left:auto;
		margin-right:auto;
	}
}
@media screen and (min-width : 768px){
body,th,td,li,dt,dd,input,select,a,p,div,span,textarea,h1,h2,h3,h4,h5,h6,label,button {
	font-size: 1.6rem;
	}
	th,td,li,dt,dd,h1,h2,h3,h4,h5,h6,p,textarea {
		line-height:200%;
	}
	header,article,footer {
		width:100%;
		min-width:728px;
	}
	.container {
		max-width:1000px;
		padding-left:20px;
		padding-right:20px;
		margin-left:auto;
		margin-right:auto;
	}
}
a {
	outline: none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
/*-----------------------------------------
head
------------------------------------------*/
header {
	position:relative;
	z-index: 10;
	padding-top:8px;
	padding-bottom:8px;
	text-align: center;
}
header a {
	display:block;
}
header img {
	width:auto;
	max-width:90vw;
	max-height:48px;
}
/*-----------------------------------------
mainmovie-section
------------------------------------------*/
.mainmovie-section {
	position:relative;
	z-index: 1;
}
.mainmovie {
	position:relative;
	z-index: 1;
	width:100%;
	padding-top:177.77%;
}
.mainmovie iframe {
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.comment-input-box {
	display: grid;
	grid-column-gap: 0px;
}
input[type=text] {
	border:none;
	background-color:#f1f1f1;
	padding-left:0.5em;
}
input[type=submit] {
	color:var(--color-switch-txt);
	background-color:var(--color-switch-bg);
	cursor: pointer;
}
input::-webkit-input-placeholder {
	color:#cccccc;
}
input:-ms-input-placeholder {
	color:#cccccc;
}
input::placeholder {
	color:#cccccc;
}
.comment-display-box {
	overflow-y: auto;
}
.comment-display-box li {
	position:relative;
	z-index: 1;
	padding-left:2em;
	padding-bottom:1em;
	border-bottom:1px dotted #000000;
	margin-top:1em;
}
.comment-display-box li:before {
	content:"";
	position:absolute;
	left:0;
	background-image:url(../images/balloon.svg);
	background-repeat:no-repeat;
	background-position:center top;
	width:16px;
	height:16px;
}
@media screen and (max-width : 767px){
	.mainmovie-section h1 {
		position: relative;
		z-index: 3;
		width:100vw;
		padding:4vw 5vw 4vw 5vw;
		font-size:4.8vw;
	}
	.comment-input-box {
		grid-template-columns: 72vw 1fr;
		margin-top:5vw;
		margin-bottom:5vw;
	}
	.comment-input-box input {
		height:12.8vw;
	}
	.comment-display-box {
		width:90vw;
    height: 70vh;
	}
	.comment-display-box li:before {
		top:0.3em;
	}

  /** test **/

}
@media screen and (min-width : 768px){
	.mainmovie-section {
		max-width:1000px;
		padding-left:20px;
		padding-right:20px;
		margin:30px auto;
		display: grid;
		grid-template-columns: 320px 1fr;
		grid-column-gap: 40px;
	}
	.mainmovie-section h1 {
		grid-area: 1 / 1 / 2 / 3;
		font-size:2.4rem;
		padding-bottom:1em;
	}
	.mainmovie-section .mainmovie {
		grid-area: 2 / 1 / 3 / 2;
	}
	.commentbox {
		grid-area: 2 / 2 / 3 / 3;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.mainmovie-section.no-comment {
		display:block;
	}
	.mainmovie-section.no-comment .mainmovie {
		max-width:320px;
		height:569px;
		margin-left:auto;
		margin-right:auto;
		padding-top:0;
	}
	.commentbox.container {
		padding-left:0;
		padding-right:0;
	}
	.comment-input-box {
		margin-top:18px;
		grid-template-columns: 80% 1fr;
	}
	.comment-input-box input {
		height:40px;
	}
	.comment-display-box {
		height:510px;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.comment-display-box li:before {
		top:0.5em;
	}
}
/*-----------------------------------------
present-section
------------------------------------------*/
.normal-tt {
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	text-align: center;
	line-height:150%;
}
a.normal-btn {
	display:block;
	position: relative;
	z-index: 1;
	font-weight:700;
	text-align: center;
	color:var(--color-switch-txt);
	background-color:var(--color-switch-bg);
}
a.normal-btn:before {
	content:"";
	position: absolute;
	border-top: 3px solid var(--color-switch-txt);
	border-right: 3px solid var(--color-switch-txt);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width : 767px){
	.normal-tt {
		font-size:4.5vw;
		padding-top:3vw;
		padding-bottom:3vw;
		margin-top:12vw;
		margin-bottom:8vw;
	}
	a.normal-btn {
		padding-top:4.5vw;
		padding-bottom:4.5vw;
		margin-bottom:8vw;
	}
	a.normal-btn:before {
		top:4.5vw;
		left:4vw;
		width:3vw;
		height:3vw;
	}
	.present-btn-box a.normal-btn:last-child {
		margin-bottom:0;
	}
}
@media screen and (min-width : 768px){
	.normal-tt {
		font-size:2.4rem;
		padding-top:0.5em;
		padding-bottom:0.5em;
		margin-top:2em;
		margin-bottom:2em;
	}
	.present-btn-box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
	}
	a.normal-btn {
		padding-top:16px;
		padding-bottom:16px;
	}
	a.normal-btn:before {
		top:16px;
		left:8px;
		width:12px;
		height:12px;
	}
}
/*-----------------------------------------
item-section title+archive-section title
------------------------------------------*/
.custom-tt {
	text-align:center;
}
.custom-tt h2 {
	font-size:larger;
	position: relative;
	z-index: 2;
}
.custom-tt h2:after {
	content:"";
	position: absolute;
	bottom:-8px;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:3px;
	background-color:#000000;
}
@media screen and (max-width : 767px){
	.custom-tt {
		padding-top:8vw;
		padding-bottom:8vw;
		margin-top:8vw;
		margin-bottom:8vw;
	}
}
@media screen and (min-width : 768px){
	.custom-tt {
		padding-bottom:12px;
		margin-top:60px;
		margin-bottom:60px;
	}
}
/*-----------------------------------------
item-section
------------------------------------------*/
.item-list-box {
	display:grid;
}
.item-list-box a {
	display:block;
}
.item-excerpt {
	color:#000000;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.item-price {
	border-top:1px solid #dddddd;
	text-align: center;
	color:var(--color-price);
	padding-top:1em;
	padding-bottom:1em;
}
@media screen and (max-width : 767px){
	.item-list-box {
		grid-template-columns: 42.5vw 42.5vw;
		grid-column-gap: 5vw;
		grid-row-gap: 5vw;
	}
}
@media screen and (min-width : 768px){
	.item-list-box {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
}
/*-----------------------------------------
archive-section
------------------------------------------*/
.archive-list-box {
	display:grid;
}
.archivemovie {
	position:relative;
	width:100%;
	padding-top:177.77%;
}
.archivemovie iframe {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 767px){
	.archive-list-box {
		grid-template-columns: 42.5vw 42.5vw;
		grid-column-gap: 5vw;
		grid-row-gap: 5vw;
	}
}
@media screen and (min-width : 768px){
	.archive-list-box {
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
	}
}
/*-----------------------------------------
sns-section
------------------------------------------*/
.snsbtn-section {
	text-align: center;
	padding-left:23px;
	padding-right:23px;
}
.snsbtn-box {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	margin-left:auto;
	margin-right:auto;
}
.snsbtn-box a {
	display:block;
	max-width:56px;
	max-height:56px;
}
@media screen and (max-width : 767px){
	.snsbtn-section {
		margin-top:8vw;
		margin-bottom:8vw;
		padding-top:23px;
		padding-bottom:23px;
	}
	.snsbtn-box {
		grid-column-gap: 23px;
	}
}
@media screen and (min-width : 768px){
	.snsbtn-box {
		width:340px;
		margin-top:40px;
		margin-bottom:40px;
	}
}
</pre></body></html>