/***********
 * img*
 ************/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
/*======================
 #main-visual
 =======================*/
/*#main-visual {
	width : -webkit-calc(100% - 120px);
	width : calc(100% - 120px);
	****margin: 80px auto 0 ;*****
	margin: 0px auto 0 ;
	height : -webkit-calc(100vh - 180px);
	height : calc(100vh - 180px);
	background: url(https://demo10.okimono.life/wp-content/uploads/2023/12/test20.jpg) center 20% no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	}*/
#main-visual::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#main-visual:hover::before { opacity: 0.2;}
#main-visual a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main-visual a .txt-wrap {
	width: 100%;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#main-visual a .txt-wrap p {
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
}
#main-visual a .txt-wrap h2 {
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 44px;
	font-weight: normal;
}
#main-visual a .txt-wrap i {
	width: 80px;
	margin: 0 auto;
	padding-top: 30px;
	display: block;
	line-height: 0;
}

@media screen and (max-width: 1200px) {
	#main-visual {
		width : -webkit-calc(100% - 80px);
		width : calc(100% - 80px);
		/*margin: 140px auto 0;*/
		margin: 0px auto 0 ;
		height : -webkit-calc(100vh - 175px);
		height : calc(100vh - 175px);
	}
	#main-visual a .txt-wrap p { font-size: 14px;}
	#main-visual a .txt-wrap h2 { font-size: 36px;}
	#main-visual a .txt-wrap i {
		width: 66px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 920px) {
	#main-visual { margin: 0 auto;}
}
@media screen and (max-width: 640px) {
	/*#main-visual {
		width : 100%;
		height : 0;
		padding-top: 100%;
		background: url(https://demo10.okimono.life/wp-content/uploads/2023/12/kyoto1-e1704508514284.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
	}*/
	#main-visual a .txt-wrap p { font-size: 12px;}
	#main-visual a .txt-wrap h2 { font-size: 26px;}
	#main-visual a .txt-wrap i {
		width: 50px;
		padding-top: 5px;
	}
}

/*======================
 #lead
 =======================*/
#lead {
	padding-top: 120px;
	text-align: center;
}
#lead h2 {
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #000;
	font-size: 40px;
	font-weight: 100;
}
#lead p {
	max-width: 840px;
	margin: 80px auto 100px;
	padding: 40px 20px;
	text-align: left;
	line-height: 2;
	font-size: 15px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 1200px) {
	#lead { padding-top: 80px;}
	#lead h2 { font-size: 32px;}
	#lead p {
		margin: 60px auto 0;
		padding: 30px 15px;
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	#lead { padding-top: 40px;}
	#lead h2 {
		text-align: left;
		font-size: 26px;
	}
	#lead h2 br { display: none;}
	#lead p {
		margin: 25px auto 0;
		padding: 20px 0;
		line-height: 1.8;
		font-size: 12px;
	}
}

/*======================
 #features
 =======================*/
#features { padding-top: 100px;}
.title {
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	font-weight: normal;
}
.title::after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	margin: 25px auto;
	background: #565656;
}
#features .feature-list {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#features .feature-list li {
	margin-top: 80px;
	position: relative;
	letter-spacing: -5px;
	font-size: 0;
}
#features .feature-list li .sp { display: none;}
#features .feature-list li:first-child { margin-top: 0;}
#features .feature-list li figure {
	width: 60%;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}
#features .feature-list li.even figure {}
#features .feature-list li .txt-box {
	width: 40%;
	padding: 0 0 0 80px;
	display: inline-block;
	vertical-align: middle;
}
#features .feature-list li.even .txt-box {
	padding: 0 80px 0 0;
	left: 0;
	right: auto;
}
#features .feature-list li .txt-box .tit {
	padding-bottom: 10px;
	letter-spacing: 0;
	line-height: 1;
	color: #e80000;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#features .feature-list li .txt-box dl {}
#features .feature-list li .txt-box dl dt {
	padding-bottom: 25px;
	display: block;
	letter-spacing: 0.06em;
	line-height: 1.4;
	font-size: 28px;
	font-weight: 800;
	position: relative;
}
#features .feature-list li .txt-box dl dt i {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	font-style: normal;
}
#features .feature-list li .txt-box dl dt::before {
	width: 40px;
	height: 1px;
	display: block;
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition-delay: 1s;
}
#features .feature-list li .txt-box dl dt.is-visible::before{
	background: #565656;
	opacity: 1;
}
#features .feature-list li .txt-box dl dd {
	padding-top: 1.5em;
	text-align: left;
	letter-spacing: 0.06em;
	line-height: 2;
	font-size: 14px;
}
#features .feature-list li .txt-box .arrow { margin-top: 1.5em;}
#features .feature-list li .txt-box .arrow a {
	display: block;
	color: #ddd;
}
#features .feature-list li .txt-box .arrow a:hover { color: #FFF;}
#features .feature-list li .txt-box .arrow a:hover span {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

@media screen and (max-width: 1200px) {
	#features { padding: 80px 0 0;}
	.title { font-size: 24px;}
	.title::after { margin: 20px auto;}
	#features .txt-wrap p {
		line-height: 2;
		font-size: 12px;
	}
	#features .feature-list {}
	#features .feature-list li { margin-top: 60px;}
	#features .feature-list li .txt-box { padding: 0 0 0 5%;}
	#features .feature-list li.even .txt-box {  padding: 0 5% 0 0;}
	#features .feature-list li .txt-box .tit { font-size: 16px;}
	#features .feature-list li .txt-box dl dt {
		padding-bottom: 20px;
		font-size: 22px;
	}
	#features .feature-list li .txt-box dl dt i { font-size: 10px;}
	#features .feature-list li .txt-box dl dd {
		line-height: 2;
		font-size: 12px;
	}
}
@media screen and (max-width: 920px) {
	#features .feature-list { width: 100%;}
	#features .feature-list li figure {
		width: 100%;
		float: none;
	}
	#features .feature-list li .pc { display: none;}
	#features .feature-list li .sp { display: block;}
	#features .feature-list li .txt-box,
	#features .feature-list li.even .txt-box {
		width: 100%;
		height: auto;
		padding: 30px 40px 0;
	}
	#features .feature-list li .txt-box dl dt { padding-bottom: 0;}
	#features .feature-list li .txt-box dl dt::before { content: none;}
	#features .feature-list li .txt-box dl dd { padding-top: 1.25em;}
}
@media screen and (max-width: 768px) {
	#features { padding: 60px 0 0;}
	#features .feature-list li { margin-top: 50px;}
	#features .note { margin-top: 50px;}
}
@media screen and (max-width: 640px) {
	.title { font-size: 22px;}
	.title::after {
		height: 30px;
		margin: 15px auto;
	}
	#features .feature-list li { margin-top: 40px;}
	#features .feature-list li .txt-box,
	#features .feature-list li.even .txt-box { padding: 20px 30px 0;}
	#features .feature-list li .txt-box .tit { font-size: 14px;}
	#features .feature-list li .txt-box dl dt { font-size: 20px;}
	#features .feature-list li .txt-box dl dt i { font-size: 9px;}
	#features .feature-list li .txt-box dl dd { line-height: 1.8;}
}

/*======================
 #story
 =======================*/
#story {
	margin-top: 120px;
	padding-top: 100px;
	position: relative;
}
#story::before {
	content: "";
	width: 100%;
	height: 440px;
	background: #2d2d2d;
	position: absolute;
	left: 0;
	top: 0;
}
#story .title { color: #FFF;}
#story .title::after { background-color: #e4e4e4;}
#story .movie-list {
	width: 90%;
	max-width: 1340px;
	margin: 0 auto;
	letter-spacing: -5px;
	font-size: 0;
}
#story .movie-list li {
	width: 47.75%;
	margin-left: 4.5%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#story .movie-list li:first-child { margin-left: 0;}
#story .movie-list li figure {
	width: 100%;
	line-height: 0;
	position: relative;
	background: #000;
	overflow: hidden;
}
#story .movie-list li figure .thumb {
	opacity: 0.8;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#story .movie-list li:hover figure .thumb {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#story .movie-list li figure i {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#story .movie-list li .txt-wrap { padding: 25px 25px 0;}
#story .movie-list li .txt-wrap h3 {
	letter-spacing: 0.1em;
	line-height: 1.66;
	font-family: 'Abel', sans-serif;
	font-size: 22px;
	font-weight: normal;
}
#story .movie-list li .txt-wrap p {
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

@media screen and (max-width: 1200px) {
	#story {
		margin-top: 100px;
		padding-top: 80px;
	}
	#story::before { height: 360px;}
	#story .movie-list li figure i { width: 50px;}
	#story .movie-list li .txt-wrap { padding: 20px 20px 0;}
	#story .movie-list li .txt-wrap h3 { font-size: 18px;}
	#story .movie-list li .txt-wrap p { font-size: 10px;}
}
@media screen and (max-width: 920px) {
	#story .movie-list li {
		width: 100%;
		margin-top: 60px;
		margin-left: 0;
		display: block;
	}
	#story .movie-list li:first-child { margin-top: 0;}
}
@media screen and (max-width: 768px) {
	#story {
		margin-top: 80px;
		padding-top: 60px;
	}
	#story .movie-list li { margin-top: 50px;}
}
@media screen and (max-width: 640px) {
	#story {
		margin-top: 60px;
		padding-top: 40px;
	}
	#story::before { height: 280px;}
	#story .movie-list li { margin-top: 40px;}
	#story .movie-list li figure i { width: 44px;}
	#story .movie-list li .txt-wrap { padding: 15px 15px 0;}
	#story .movie-list li .txt-wrap h3 {
		text-align: center;
		font-size: 18px;
	}
	#story .movie-list li .txt-wrap p {
		text-align: center;
		font-size: 10px;
	}
}

/*======================
 #recommend
 =======================*/
#recommend {
	padding-top: 100px;
	position: relative;
}
#recommend .recommend-list {
	max-width: 1480px;
	margin: 0 auto;
	letter-spacing: -5px;
	font-size: 0;
}
#recommend .recommend-list li {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}
#recommend .recommend-list li a {display: block;}
#recommend .recommend-list li a figure { overflow: hidden;}
#recommend .recommend-list li a figure img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#recommend .recommend-list li a:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#recommend .recommend-list li a .txt-wrap { padding: 25px 25px 0;}
#recommend .recommend-list li a .txt-wrap h3 {
	letter-spacing: 0.1em;
	line-height: 1.66;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 1200px) {
	#recommend { padding-top: 80px;}
	#recommend .recommend-list li a .txt-wrap { padding: 20px 20px 0;}
}
@media screen and (max-width: 920px) {
	#recommend {
		width: 90%;
		margin: 0 auto;
	}
	#recommend .recommend-list li {
		width: 100%;
		margin-top: 60px;
		display: block;
	}
	#recommend .recommend-list li:first-child { margin-top: 0;}
}
@media screen and (max-width: 768px) {
	#recommend { padding-top: 60px;}
	#recommend .recommend-list li { margin-top: 50px;}
}
@media screen and (max-width: 640px) {
	#recommend { padding-top: 40px;}
	#recommend .recommend-list li a { margin-top: 40px;}
	#recommend .recommend-list li a .txt-wrap { padding: 15px 15px 0;}
	#recommend .recommend-list li a .txt-wrap h3 {
		text-align: center;
		font-size: 16px;
	}
}

/*======================
 #more
 =======================*/
#more {
	margin-top: 120px;
	padding-top: 100px;
	padding-bottom: 40px;
	background: #f2f2f2;
}
#more .more-list {
	width: 90%;
	max-width: 1340px;
	margin: 0 auto;
	letter-spacing: -5px;
	font-size: 0;
}
#more .more-list li {
	width: 23%;
	margin-left: 2.66%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2.66%;
}
#more .more-list li:first-child, #more .more-list li:nth-child(4n+1) { margin-left: 0;}
#more .more-list li a {display: block;}
#more .more-list li a figure { overflow: hidden;}
#more .more-list li a figure img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#more .more-list li a:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#more .more-list li a .txt-wrap { padding: 25px 25px 0;}
#more .more-list li a .txt-wrap h3 {
	letter-spacing: 0.1em;
	line-height: 1.66;
	font-family: 'Abel', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

@media screen and (max-width: 1200px) {
	#more {
		margin-top: 100px;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	#more .more-list li a .txt-wrap { padding: 20px 20px 0;}
}
@media screen and (max-width: 920px) {
	#more .more-list li {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
		padding: 10px;
		display: block;
		font-size: 0;
		letter-spacing: -5px;
		background: #FFF;
	}
	#more .more-list li:first-child { margin-top: 0;}
	#more .more-list li a figure {
		width: 33.333%;
		display: inline-block;
		vertical-align: middle;
	}
	#more .more-list li a .txt-wrap {
		width: 66.666%;
		padding: 0 0 0 20px;
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (max-width: 640px) {
	#more {
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 0;
	}
	#more .more-list li {
		margin-top: 8px;
		padding: 2px;
	}
	#more .more-list li a .txt-wrap { padding-left: 15px; }
	#more .more-list li a .txt-wrap h3 { font-size: 14px;}
}
