@charset "utf-8";

/* -----------------------------
	.page-title-area
-------------------------------- */
.page-title-area {
	height: 820px;
	align-items: flex-start;
	padding: 170px 0 0;
}

.page-title-area::before {
	top: 120px;
	left: 2.5%;
}

.page-title-area.sideAppear.active::before {
	width: 55%;
}

.page-title-area .bg-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title-area .bg-block img:first-child {
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	height: 720px;
	object-fit: cover;
	z-index: -1;
}

.page-title-area .bg-block img:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	height: 340px;
	object-fit: cover;
	z-index: -1;
}

.page-title-area .ttl-block .en {
	font-size: 12rem;
	letter-spacing: .7rem;
}

.page-title-area .ttl-block .jp {
	font-size: 2.4rem;
}

@media screen and (max-width: 768px){
	.page-title-area {
		height: 300px;
		padding: 70px 0 0;
	}
	
	.page-title-area .bg-block {
		z-index: -2;
	}
	
	.page-title-area .bg-block img:first-child {
		top: 0;
		width: 40%;
		height: 200px;
		right: 0;
	}
	
	.page-title-area .bg-block img:nth-child(2) {
		width: 40%;
		height: 120px;
	}
	
	.page-title-area .ttl-block .en {
		font-size: 4.6rem;
		letter-spacing: .2rem;
	}
	
	.page-title-area .ttl-block .jp {
		font-size: 1.8rem;
		text-shadow: 0 0 5px rgba(255,255,255,1);
	}
	
	.page-title-area.sideAppear::before {
		top: 40px;
		left:0;
		height: 200px;
	}
	
	.page-title-area.sideAppear.active::before {
		width: 86%;
	}
	
	.page-title-area.sideAppear::after {
		display: none;
	}
}

/* -----------------------------
	.breadcrumbs
-------------------------------- */
.breadcrumbs {
    margin: -30px 8% 0 0;
    border-bottom: none;
    width: 92%;
	text-align: right;
}

/* -----------------------------
	.intro-area
-------------------------------- */
.intro-area {
	position: relative;
	padding: 100px 0;
	margin: 100px 0;
}

.intro-area::after {
	content: "KR Dontics KR Dontics KR Dontics KR Dontics";
	position: absolute;
	bottom: -40px;
	left: 0;
	font-size: 20.0rem;
	font-family: var(--en);
	overflow: hidden;
	white-space: nowrap;
	font-weight: 400;
  	animation: marquee 60s linear infinite;
	letter-spacing: .3rem;
	line-height: 1;
	color: #fff;
	/*opacity: .5;*/
	z-index: -1;
}

.intro-area::before {
	content: "";
	display: block;
	width: 1400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--palegreen);
	z-index: -2;
}

.intro-area .inner {
	width: calc( 100% - calc( ( 100% - 1200px ) / 2 ) );
	margin-left: calc( ( 100% - 1200px ) / 2 );
	display: flex;
	justify-content:flex-end;
	align-items: center;
	gap: 5%;
}

@keyframes marquee {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	}
}

.intro-area .txt-wrap {
	width: 46%;
	min-width: 600px;
}

.intro-area .movie-wrap {
	position: relative;
	width: 54%;
	min-width: 500px;
}

.intro-area .movie-wrap .thumb {
	width: 100%;
}

.intro-area .movie-wrap .thumb img {
	width: 100%;
	object-fit: cover;
}

.intro-area .movie-wrap .movie-btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.intro-area .movie-wrap .movie-btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px){
	.intro-area {
		padding: 40px 0 50px;
		margin: 0;
	}
	
	.intro-area::before {
		display: none;
	}
	
	.intro-area::after {
		font-size: 7.4rem;
		font-weight: 500;
		top: -60px;
		color: var(--palegreen);
		opacity: 1;
	}
	
	.intro-area .inner {
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
		gap: 0;
		padding: 0 20px;
		justify-content: center;
	}
	
	.intro-area .catch-m {
		text-align: center;
	}
	
	.intro-area .movie-wrap {
		width: 100%;
		min-width: initial;
		order: 2;
		margin: 20px 0 0;
	}
	
	.intro-area .movie-wrap .movie-btn img {
		aspect-ratio: 1/1;
		width: 80px;
	}
	
	.intro-area .txt-wrap {
		display: contents;
	}
	
	.intro-area .catch-l {
		order: 1;
		font-size: 2.4rem;
		width: 100%;
		text-align: center;
	}
	
	.intro-area .basic-txt {
		order: 3;
	}
}


/* -----------------------------
	issue-area
-------------------------------- */
.issue-area {
	margin: 0 0 100px;
}

.issue-area .inner {
	width: 100%;
	padding-right: calc( ( 100% - 1200px ) / 2 );
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4%;
}

.issue-area .img-wrap {
	width: 51%;
}

.issue-area .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.issue-area .txt-wrap {
	width: 45%;
	max-width: 640px;
}

.issue-area .txt-wrap .catch-m {
	position: relative;
}

.issue-area .txt-wrap .catch-m::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: -100px;
	width: 80px;
	height: 1px;
	background: var(--green);
}

@media screen and (max-width: 768px){
	.issue-area {
		margin: 0 0 40px;
	}
	
	.issue-area .inner {
		padding-right: 0;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.issue-area .img-wrap {
		width: 100%;
	}
	
	.issue-area .txt-wrap {
		width: 100%;
		max-width: initial;
		padding: 0 20px;
	}
	
	.issue-area .txt-wrap .catch-m {
		font-size: 2.2rem;
	}
}


/* -----------------------------
	feature-area
-------------------------------- */
.feature-area {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	gap: 5%;
	position: relative;
	padding: 0 0 100px;
}

.feature-area::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	background: var(--palegreen);
	width: 100%;
	height: calc( 100% - 40px );
	z-index: -1;
}

.feature-area .txt-wrap {
	width: 55%;
	padding-left: calc( ( 100% - 1200px ) / 2 );
}

.feature-area .img-wrap {
	width: 40%;
	height: 660px;
	margin-top: -80px;
}

.feature-area .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-area .feature-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin: 60px 0 0;
}

.feature-area .feature-list li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: calc( ( 100% - 40px ) / 3 );
	background: #fff;
	padding: 25px 20px 25px 0;
	box-shadow: 0 0 15px rgba(39,183,187,.1);
}

.feature-area .feature-list li .num {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 3.0rem;
	color: var(--green);
	font-family: var(--en);
}

.feature-area .feature-list li .icon-wrap {
	width: 120px;
	text-align: center;
}

.feature-area .feature-list li .icon-wrap img {
	max-width: 65px;
	height: initial;
	object-fit: cover;
}

.feature-area .feature-list li .txt {
	width: calc( 100% - 120px);
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.feature-area {
		padding: 0 0 60px;
	}
	
	.feature-area .txt-wrap {
		width: 100%;
		padding: 30px 20px;
		order: 2;
	}
	
	.feature-area .img-wrap {
		width: 100%;
		height: 60vw;
		margin-top: 0;
		order: 1;
	}
	
	.feature-area .inner {
		order: 3;
	}
	
	.feature-area .feature-list {
		gap: 25px;
		margin: 0;
		flex-wrap: wrap;
	}
	
	.feature-area .feature-list li {
		width: 100%;
		flex-wrap: wrap;
		padding: 20px 20px 20px 0;
	}
	
	.feature-area .feature-list li .icon-wrap {
		width: 100px;
		text-align: center;
	}
	
	.feature-area .feature-list li .icon-wrap img {
		max-width: 50px;
	}
	
	.feature-area .feature-list li .txt {
		width: calc( 100% - 100px);
	}
}

/* -----------------------------
	〇〇〇
-------------------------------- */

@media screen and (max-width: 768px){
	
}
