@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/vr/main_bg.webp");
}
.mainArea .inner h1:before {
  content: "VR Gallery";
}
.vrArea .inner {
	padding: 60px 20px;
}
.vrArea .inner .h2Area {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
}
.vrArea .inner .h2Area:after {
	content: "VR Gallery";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 1;
	color: #baa58c;
	font-weight: 700;
}
.vrArea .inner .h2Area h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	padding: 0 20px 20px;
	position: relative;
}
.vrArea .inner .h2Area h2:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}
.vrArea .inner .h2Area h2:after {
	content: "/";
	position: absolute;
	top: 0;
	right: 0;
}
.vrArea .inner .txt {
	text-align: center;
}
.vrArea .inner .txt p {
	font-size: 14px;
	padding-bottom: 80px;
}
.vrArea .inner ul {
	max-width: 960px;
    margin: 0 auto;
}
.vrArea .inner ul li {
	text-align: center;
	padding-bottom: 130px;
}
.vrArea .inner ul li iframe {
	padding-bottom: 10px;
}
.vrArea .inner ul li p {
	font-size: 18px;
}
.vrArea .inner ul li p span.txt {
	font-size: 14px;
}
.vrArea .inner .btn {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.vrArea .inner .btn a .tel {
	font-size: 24px;
	font-weight: bold;
	padding-left: 1em;
}
.btnarrow {
	width: 490px;
	position: relative;
	border: 1px solid #534741;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	transition: all .2s linear;
	font-size: 13px;
	background-color: #fff;
}
.btnarrow:hover {
	background: #534741;
	color: #fff;
}
.btnarrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	height: 1px;
	background: #534741;
	transition: all .2s linear;
}
.btnarrow:hover::before {
    right: -20px;
}
.modal-video {
    background-color: rgba(0,0,0,0.85);
}
.vrArea .inner .vrList {
	display: flex;
	flex-wrap: wrap;
}
.vrArea .inner .vrList li {
	width: calc(100% / 2 - 5vw);
	margin: 10px 2.5vw;
}
.vrList li .k_movie a .movie_btn {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
  aspect-ratio: 600 / 450;
}
.vrList li .k_movie a .movie_btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.vrList li .k_movie a:hover .movie_btn img {
	opacity: .8;
}
.vrList li .k_movie a .name {
	display: block;
	font-weight:bold;
	padding-top: 10px;
}
.vrList li .k_movie a .name span {
    display: block;
    font-size: .9em;
}
@media screen and (max-width: 767px) {
.vrArea .inner .txt {
	text-align: initial;
}
.vrArea .inner ul li p {
	text-align: initial;
}
.vrList li .k_movie a .name span {
    display: block;
    font-size: .8em;
}
}
@media screen and (max-width: 600px) {
.mainArea .inner h1 {
	/*padding-top: 16px;*/
}
.mainArea .inner h1:before {
	/*font-size: 18px;*/
}
.vrArea .inner {
	padding: 40px 6vw 30px;
}
.vrArea .inner .h2Area{
	margin-bottom: 30px;
}
.vrArea .inner .h2Area h2{
	font-size: 20px;
}
.vrArea .inner .txt p {
	padding-bottom: 40px;
}
.vrArea .inner ul li {
	padding-bottom: 60px;
}
.vrArea .inner .vrList li {
	padding-bottom: 10px;
}
.vrArea .inner ul li p {
	font-size: 15px;
}
.vrArea .inner ul li iframe {
	height: 400px;
}
.btnarrow {
	width: 90%;
	font-size: 12px;
}
.vrArea .inner .btn a .tel {
	font-size: 20px;
}
}
@media screen and (max-width: 500px) {
.vrArea .inner ul li iframe {
	height: 300px;
}
.btnarrow {
	font-size: 2.5vw;
}
.btnarrow:before {
	width: 20px;
}
.vrArea .inner .btn a .tel {
	font-size: 3vw;
}
}