@charset "utf-8";
/*----------------------------------
	keyv
-----------------------------------*/
#keyv {
    position: relative;
    height: 80vh;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;
}
.overlay {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/JPM2024/assets/images/index/movie/mv_overlay.png");
    background-color: rgba(0, 0, 0, .5);
    background-size: 2px 2px;
    background-repeat: repeat;
    z-index: 10;
}
.overlay-service {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/JPM2024/assets/images/index/movie/mv_overlay.png");
    background-color: rgba(0, 0, 0, .1);
    background-size: 2px 2px;
    background-repeat: repeat;
    z-index: 10;
}
.keyv-txt {
	font-family: "Josefin Sans", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 11;
	line-height: 1;
}
.keyv-txt h4{
	font-size: 5.0rem;
	margin-bottom: 2.0rem;
}
.keyv-txt h3{
	font-size: 2.5rem;
	margin-bottom: 2.0rem;
}
.keyv-txt h1{
	background: #b10000;
	font-size: 2.5rem;
	display: inline-block;
	padding: 1.5rem 1.5rem 1.0rem;
}
/*----------------------------------
	ttl
-----------------------------------*/
.index-ttl {
	font-size: 3.5rem;
	margin-bottom: 5.0rem;
	line-height: 1;
}
.index-ttl span{
	display: block;
}
.index-ttl span.en {
	font-size: 2.0rem;
	margin-bottom: 1.0rem;
	color: #ccc;
}
.index-ttl span.jp {
	letter-spacing: 0.4rem;
}
/*----------------------------------
	index
-----------------------------------*/
#concept {
	padding: 5.0rem;
}
#concept .concept-header {
	margin-bottom: 25.0rem;
}
#concept .concept-header h3{
	font-family: "Josefin Sans", sans-serif;
	font-size: 5.0rem;
}
#concept .concept-header h3 em{
	font-size: 2.5rem;
	font-style: normal;
}
#concept .concept-header h2{
	font-size: 3.0rem;
}
#concept .concept-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#concept .concept-content .concept-content-L{
	width: 500px;
}
#concept .concept-content h2{
	font-size: 4.0rem;
	font-weight: 400;
}
#concept .concept-content h3{
	font-family: "Josefin Sans", sans-serif;
	font-size: 2.5rem;
	margin-left: 0.25rem;
	font-weight: 400;
	margin-bottom: 2.0rem;
}
#concept .concept-content .buttonIconText{
	margin: 0;
}
#concept .concept-content .concept-content-R{
	width: calc(100% - 550px);
}
.concept-content-R {
	font-size: clamp(1.6rem, 1.2vw, 1.8rem);
}
#service {
	background: #f5f5f1;
	padding: 10.0rem;
}
.service-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto -3.0rem;
}
.service-list li{
	width: 48%;
    height: 320px;
    margin-bottom: 3.0rem;
}
.service-list li a{
    position: relative;
	overflow: hidden;
	width: 100%;
	height: 320px;
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: stretch;    
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 110%;
  min-height: 110%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-no {
	position: absolute;
	top: 1.0rem;
	left: 2.0rem;
	color: #fff;
	z-index: 100;
	font-size: 5.0rem;
	line-height: 1;
}
.service-index-txt {
	position: absolute;
	bottom: 2.0rem;
	right: 2.0rem;
	background: rgba(255,255,255,0.8);
	z-index: 100;
	width: 350px;
	text-align: center;
	padding: 2.5rem 0;
	border-radius: 2.0rem;
}
.service-index-txt h2{
	font-size: 2.5rem;
	text-align: center;
}
.service-index-txt h2 span{
	display: block;
	font-size: 1.4rem;
}
#newopen {
	padding: 10.0rem;
}
.slick__inner {
  width: min(100%, 1120px);
  margin: 0 auto 5.0rem;
}
.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
  /* / インナー幅から片側をはみ出させる */
}
.slick__images {
  padding: 8.0rem 0 0 0;
  background: #fff;
}
.slick__prev,
.slick__next {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #18212b;
  background: #fff;
}
.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  right: calc((100vw - 100%) + (30px + 50px + 15px));
}
.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  right: calc((100vw - 100%) + (30px));
}
.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: '';
}
.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}
.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}
.slick__image {
  position: relative;
  width: 310px;
  margin-right: 30px;
  padding: 2.0rem;
  border: 1px solid #eee;
}
.slick__image h3{
	margin-bottom: 1.0rem;
}
.newopen-list-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
	margin-bottom: 1.0rem;
}
.newopen-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.newopen-cat {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 1.0rem;
}
.newopen-cat li{
	margin-right: 0.5rem;
	font-size: 1.2rem;
	background: #196fdd1a;
	padding: 0 0.5rem;
	font-weight: 700;
}
.newopen-cat li:last-child{
	margin-right: 0;
}
.newopen-date {
	font-size: 1.2rem;
}
#topics {
	background: #f5f5f1;
	padding: 10.0rem;
}
#topics .index-ttl {
	width: 30%;
}
#topics .topics-list {
	width: 70%;
	margin-bottom: -5.0rem;
}
#topics .topics-list li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 5.0rem;
}
#topics .topics-list li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.topics-list-img {
	width: 200px;
}
.topics-list-img img{
	width: 100%;
	height: 133px;
	object-fit: cover;
	object-position: center;
}
.topics-list-detail {
	width: calc(100% - 250px);
}
.topics-list-detail h3{
	width: 100%;
	font-size: 1.8rem;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), visibility 0.8s;
  visibility: visible;
}
#loader.loaded {
  transform: translateY(-100%);
  visibility: hidden;
}
.loader-content {
  text-align: center;
}
.loader-logo {
  width: 150px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards 0.5s;
  display: block;
  margin: 0 auto;
}
.loader-text {
  margin-top: 15px;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #333;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards 0.8s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}