@charset "utf-8";
@import url('common.css');

nav {
	margin-top: 0px;
}

ul li a .jap{
	display: none;
}

ul li a:hover .eng{
	display: none;
}

ul li a:hover .jap{
	display: inline;
}

main {
	margin-top: 0px;
}

.top .contents_blank{
	background-color: #FFFFFF;
}

.contents_blank {
	height: 85px;
}

.bg_under_line {
	background: url(../../../resource/image/index/underline.png?riv=0) no-repeat bottom / contain;
}

.contents_move {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.fadeIn {
	opacity: 0;
}

.fadeLeft {
	opacity: 0;
}

.fadeRight {
	opacity: 0;
}

.fadeBase {
	opacity: 0;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.fadeBase.In{
	animation-name: fadeIn;
	animation-duration: 3s;
}

.fadeBase.LtoR{
	animation-name: fadeLeftToRight;
}

.fadeBase.RtoL{
	animation-name: fadeRightToLeft;
}

.main_contents .row {
	font-family: "kiwi";
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 2px solid #ffd700;
}

.separator_line {
	margin-top: 30px;
	margin-bottom: 30px;
}

.plan {
	position: relative;
	font-family: "kosugi";
	width: 100%;
	margin-top: 30px;
	padding: 50px;
}

.plan::before,
.plan::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 80px;
}

.plan::before{
	background: url(../../../resource/image/index/frame_01.png?rev=0) top left /contain no-repeat;
}

.plan::after{
	right: 0;
	background: url(../../../resource/image/index/frame_02.png?rev=0) top left /contain no-repeat;
}

@media screen and (min-width: 960px) {
	.QA-lg {
		width: 50%;
	}

	.insta-str {
		display: none;
	}

	.carousel-inner img {
		height: 800px;
	}
}

@media screen and (max-width: 959px) {
	.carousel-inner img {
		height: 500px;
	}
}

@keyframes fadeLeftToRight {
	from {
		opacity: 0;
		transform: translateX(-200px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeRightToLeft {
	from {
		opacity: 0;
		transform: translateX(200px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
