@charset "utf-8";
/*------------------------------------------------------------
	cinemalens
------------------------------------------------------------*/
.key-visual {
	margin-bottom: 38px;
}
#conts .bg-box {
	padding: 0 0 33px;
	background: url(../img/cinemalens/bg.jpg) repeat-x left top / 1px 100%;
}
#conts .ttl-box {
	margin-bottom: 55px;
	text-align: center;
}
#conts .ttl-box .logo {
	margin: 0 auto 18px;
	width: 614px;
}
#conts .ttl-box p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.08em;
}
#conts .headline03 {
	margin-bottom: 24px;
	letter-spacing: 0;
}
#conts .sub {
	margin-bottom: 65px;
}
#conts .sub-ttl {
	margin-bottom: 13px;
	font-size: 2.4rem;
	font-weight: bold;
}
#conts .sub-ttl:last-child {
	margin-bottom: 0;
}
#conts .photo-list {
	display: flex;
	justify-content: space-between;
}
#conts .photo-list li {
	width: 47%;
}
#conts .photo-list a {
	display: block;
}
#conts .photo-list .photo {
	margin-bottom: 10px;
	border: 2px solid #929292;
}
#conts .photo-list .photo img {
	width: 100%;
}
#conts .photo-list p {
	display: inline-block;
	padding-right: 38px;
	font-size: 2.4rem;
	background: url(../img/common/icon-arrow03.png) no-repeat right 1rem/15px auto;
}
#conts .accordion h2 {
	cursor: pointer;
	background: url(../img/cinemalens/icon01.png) no-repeat right 1rem center/30px auto;
}
#conts .accordion h2.on {
	background-image: url(../img/cinemalens/icon02.png);
}
#conts .hide-box {
	padding-top: 13px;
	display: none;
}
#conts .hide-box .img-box {
	display: flex;
	justify-content: space-between;
}
#conts .hide-box .img-box .txt-box {
	width: 57%;
}
#conts .hide-box p {
	line-height: 1.6;
	letter-spacing: 0.08em;
	text-align: justify;
}
#conts .hide-box .img-box .photo-box {
	margin-top: 5px;
	width: 40.5%;
}
#conts .hide-box .img-box .photo-box img {
	width: 100%;
}
#conts .btn {
	margin-top: 35px;
	text-align: right;
}
#conts .hide-box02 .btn {
	margin-top: 65px;
}
#conts .btn img {
	width: 90px;
}
#conts .history-list li:not(:last-child) {
	padding-bottom: 50px;
}
#conts .history-list li {
	padding-left: 50px;
	display: flex;
	position: relative;
}
#conts .history-list li:before {
	position: absolute;
	left: 8px;
	top: 13px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	content: "";
	border-radius: 50%;
}
#conts .history-list li:after {
	position: absolute;
	left: 13px;
	top: 15px;
	width: 2px;
	height: 100%;
	background-color: #fff;
	content: "";
}
#conts .history-list li:last-child:after {
	display: none;
}
#conts .history-list .date {
	font-size: 2.4rem;
	font-weight: bold;
	width: 90px;
}
#conts .history-list .on .date {
	color : #B60000;
}
#conts .history-list .r-box {
	flex: 1;
}
#conts .history-list .r-box .ttl {
	padding-right: 3rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0;
	cursor: pointer;
	line-height: 1.4;
	text-align: left;
	background: url(../img/cinemalens/icon01.png) no-repeat right center/20px auto;
}
#conts .history-list .on .ttl {
	background-image: url(../img/cinemalens/icon02.png);
}
#conts .history-list .bg-inner {
	display: none;
	padding: 50px 0 0 5px;
	position: relative;
}
#conts .history-list .bg-inner:before {
	position: absolute;
	left: 45px;
	top: 6px;
	width: 30px;
	height: 70px;
	background: url(../img/cinemalens/arrow.png) no-repeat left top/30px auto;
	content: "";
}
#conts .history-list .bg-inner .close {
	position: absolute;
	right: 0;
	top: 17px;
	width: 22px;
}
#conts .history-list .bg-inner .img-box {
	padding: 25px;
	background : #898989;
}
#conts .history-list .bg-inner .img-box .txt-box {
	width: 51%;
}
#conts .history-list .bg-inner .img-box .txt-box p {
	color: #000;
	font-weight: 500;
}
#conts .history-list .bg-inner .img-box .photo-box {
	margin-top: 0;
	width: 45.5%;
}
#conts .history-list .bg-inner .img-box .photo-box p {
	text-align: right;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
}
#conts .history-list .bg-inner .img-box .photo-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .history-list .bg-inner .img-box .photo-box li {
	display: block;
	width: 48%;
	padding: 0;
	position: static;
}
#conts .history-list .bg-inner .img-box .photo-box li:before,
#conts .history-list .bg-inner .img-box .photo-box li:after {
	display: none;
}
#conts .history-list .bg-inner .img-box .photo-box li:not(:last-child) {
	margin-bottom: 15px;
}
#conts .history-list .bg-inner .img-box .photo-box li p {
	font-size: 1.4rem;
	letter-spacing: 0;
}
#conts .hide02 .hide-sub {
	margin-bottom: 60px;
}
#conts .hide02 .hide-sub:nth-last-child(2) {
	margin-bottom: 0 !important;
}
#conts .hide02 .img-box {
	margin-bottom: 30px;
}
#conts .hide02 h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	letter-spacing: 0;
}
#conts .hide02 h3:before {
	bottom: 5px;
	top: 8px;
}
#conts .hide02 p:not(:last-child) {
	margin-bottom: 45px;
}
#conts .hide02 p:not(:last-child).txt01 {
	margin-bottom: 30px;
}
#conts .hide02 .pho-list {
	margin: 0 auto;
	max-width: 86%;
	display: flex;
	justify-content: space-between;
}
#conts .hide02 .pho-list li {
	width: 48%;
}
#conts .hide02 .pho-list img {
	width: 100%;
}
#conts .hide02 .pho-list .notes {
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin: 10px -8px 0 0;
}
#conts .hide02 .photo {
	margin: 0 auto;
	width: 84%;
	text-align: center;
}
#conts .hide02 .img-box02 {
	margin-bottom: 75px;
}
#conts .hide02 .img-box02 .txt-box {
	width: 62%;
}
#conts .hide02 .img-box02 .photo-box {
	margin-top: 55px;
	width: 34%;
}
#conts .hide-box .movie {
	max-width: 600px;
	margin-bottom: 15px;
	aspect-ratio: 404/250;
}
#conts .hide-box .movie iframe {
	width: 100%;
	height: 100%;
}
.common-pop-box .pop-inner-box {
	padding-top: 45px;
}
.common-pop-box .pop-inner-box .photo {
	margin-bottom: -30px;
	overflow: hidden;
}
.common-pop-box .photo img {
	width: 122%;
	margin: 0 -12%;
	max-width: inherit;
}
.common-pop-box h2 {
	margin-bottom: 10px;
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box p {
	margin-bottom: 35px;
	line-height: 1.6;
}
.common-pop-box .pop-inner-box .headline02 {
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 500;
}
.common-pop-box .pop-inner-box .headline02:before {
	bottom: 3px;
}
.common-pop-box .info {
	width: 100%;
	border-collapse: collapse;
}
.common-pop-box .info th,
.common-pop-box .info td {
	padding: 0.35rem 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.2;
	font-feature-settings: "palt";
	vertical-align: middle;
	border: 1px solid #fff;
}
.common-pop-box .info .wid01 {
	width: 24.4%;
}
.common-pop-box .info .wid02 {
	width: 10.8%;
}
.common-pop-box .info .wid03 {
	width: 6.5%;
	line-height: 1.4;
}
.common-pop-box .info th {
	padding-left: 0.5rem;
	text-align: left;
	background : #3C3C3C;
}
.common-pop-box .info td {
	letter-spacing: -0.04em;
	word-break: break-all;
}
.common-pop-box .notes {
	font-size: 1.2rem;
	margin-top: 10px;
	padding-left: 1.5rem;
	text-indent: -1.5em;
}
#pop02 .info td {
	width: 45%;
}
#pop02 .info .wid01 {
	width: 55%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.key-visual .text h1 {
		font-size: 4vw;
	}
}
@media all and (max-width: 767px) {
	.key-visual {
		margin-bottom: 28px;
	}
	#conts .bg-box {
		padding: 0 0 15px;
	}
	#conts .ttl-box {
		margin-bottom: 35px;
	}
	#conts .ttl-box .logo {
		margin-bottom: 7px;
		width: 293px;
	}
	#conts .ttl-box p {
		margin: 0 -0.5rem;
		font-size: 1.4rem;
		line-height: 1.45;
		letter-spacing: 0.07em;
	}
	#conts .headline03 {
		margin-bottom: 15px;
		font-size: 1.9rem;
	}
	#conts .sub {
		margin-bottom: 32px;
	}
	#conts .sub04 {
		margin-bottom: 0;
	}
	#conts .sub-ttl {
		margin-bottom: 24px;
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing: 0.07em;
	}
	#conts .photo-list {
		display: block;
	}
	#conts .photo-list li {
		width: auto;
	}
	#conts .photo-list li:not(:last-child) {
		margin-bottom: 23px;
	}
	#conts .photo-list .photo {
		margin-bottom: 2px;
		border-width: 1px;
		overflow: hidden;
	}
	#conts .photo-list p {
		padding-right: 17px;
		font-size: 1.4rem;
		background-position: right 0.5rem;
		background-size: 9px auto;
	}
	#conts .accordion h2 {
		background-position: right 9px;
		background-size: 18px auto;
	}
	#conts .hide-box {
		padding-top: 0;
	}
	#conts .hide-box .img-box {
		display: block;
	}
	#conts .hide-box .img-box .txt-box {
		width: auto !important;
	}
	#conts .hide-box p {
		line-height: 1.45;
	}
	#conts .hide-box .img-box .photo-box {
		margin-top: 25px;
		width: auto !important;
	}
	#conts .btn {
		margin-top: 0;
	}
	#conts .hide-box .btn {
		margin-top: 28px;
	}
	#conts .btn img {
		width: 55px;
	}
	#conts .history-list {
		margin-top: 0;
	}
	#conts .history-list li:not(:last-child) {
		padding-bottom: 45px;
	}
	#conts .history-list li {
		padding-left: 20px;
		display: block;
	}
	#conts .history-list li:before {
		left: 0;
		top: 8px;
		width: 8px;
		height: 8px;
	}
	#conts .history-list li:after {
		left: 4px;
		top: 10px;
		width: 1px;
	}
	#conts .history-list .date {
		font-size: 1.6rem;
		width: auto;
		position: absolute;
		left: 18px;
		letter-spacing: 0;
		top: 0;
	}
	#conts .history-list .r-box .ttl {
		padding: 0 0 0 48px;
		font-size: 1.6rem;
		line-height: 1.4;
		background-position: right 4px bottom 4px;
		background-size: 14px auto;
	}
	#conts .history-list .bg-inner {
		padding: 46px 0 0;
	}
	#conts .history-list .bg-inner:before {
		left: 58px;
		top: 5px;
		width: 18px;
		height: 42px;
		background-size: 18px auto;
	}
	#conts .history-list .bg-inner .close {
		top: 22px;
		right: 2px;
		width: 15px;
	}
	#conts .history-list .bg-inner .img-box {
		padding: 10px 10px 14px;
	}
	#conts .history-list .bg-inner .img-box .photo-box {
		margin: 12px 2px 0;
	}
	#conts .history-list .bg-inner .img-box .photo-box li p {
		font-size: 1.1rem;
	}
	#conts .hide02 .hide-sub {
		margin-bottom: 43px;
	}
	#conts .hide02 .img-box {
		margin-bottom: 43px;
	}
	#conts .hide02 .img-box .photo-box {
		margin-top: 17px;
	}
	#conts .hide02 h3 {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	#conts .hide02 h3:before {
		bottom: 4px;
		top: 5px;
	}
	#conts .hide02 p:not(:last-child) {
		margin-bottom: 15px;
	}
	#conts .hide02 p:not(:last-child).txt01 {
		margin-bottom: 18px;
	}
	#conts .hide02 .pho-list {
		max-width: inherit;
		display: block;
	}
	#conts .hide02 .pho-list li {
		width: auto;
	}
	#conts .hide02 .pho-list li:not(:last-child) {
		margin-bottom: 22px;
	}
	#conts .hide02 .pho-list .notes {
		font-size: 1.4rem;
		margin: 10px -5px 0 0;
		letter-spacing: 0.07em;
	}
	#conts .hide02 .photo {
		width: auto;
	}
	#conts .hide02 .img-box02 {
		margin-bottom: 40px;
	}
	#conts .hide02 .img-box02 .photo-box {
		margin-top: 18px;
	}
	#conts .hide-box .movie {
		max-width: inherit;
		margin-bottom: 3px;
		aspect-ratio: 670/445;
	}
	.common-pop-box .mfp-close {
		width: 36px;
		top: -50px;
	}
	.mfp-container {
		padding-left: 14px;
		padding-right: 14px;
	}
	.common-pop-box .mfp-close::before, .common-pop-box .mfp-close::after {
		width: 36px;
	}
	.common-pop-box {
		max-width: calc(100vw - 28px);
	}
	.common-pop-box .pop-inner-box {
		padding: 0 13px 12px;
	}
	.common-pop-box .pop-inner-box .photo {
		margin-bottom: -18px;
	}
	.common-pop-box h2 {
		margin-bottom: 7px;
		font-size: 1.6rem;
	}
	.common-pop-box .pop-inner-box p {
		margin-bottom: 22px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.common-pop-box .pop-inner-box .headline02 {
		padding-left: 10px;
		font-size: 1.5rem;
	}
	.common-pop-box .pop-inner-box .headline02:before {
		bottom: 3px;
		width: 1px;
	}
	.common-pop-box .tab-box {
		margin-right: -13px;
		overflow-x: auto;
	}
	.common-pop-box .tab-box table {
		width: 779px;
	}
	.common-pop-box .notes {
		font-size: 1.2rem !important;
	}
}