@charset "utf-8";

html {
 font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
	overflow-x: hidden;
}

/*------------------
KV
------------------*/

#kv {
	width:100%;
	position: relative;
}

#kv .kv_inner {
	background: -moz-linear-gradient(left, #D0A2C8, #F090AF);
	background: -webkit-linear-gradient(left, #D0A2C8, #F090AF);
	background: linear-gradient(left, #D0A2C8, #F090AF);
	width:100%;
}

#kv .line_bg1 {
	margin-top: -3%;
}

#kv .circles {
	z-index:1;
	position: relative;
	width:100%;
}

#kv .circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -320px;
}

#kv .circles li:nth-child(1){
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

#kv .circles li:nth-child(2){
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

#kv .circles li:nth-child(3){
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

#kv .circles li:nth-child(4){
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

#kv .circles li:nth-child(5){
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

#kv .circles li:nth-child(6){
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

#kv .circles li:nth-child(7){
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

#kv .circles li:nth-child(8){
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

#kv .circles li:nth-child(9){
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

#kv .circles li:nth-child(10){
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0%{
					transform: translateY(0) rotate(0deg);
					opacity: 1;
					border-radius: 0;
	}
	100%{
					transform: translateY(-1000px) rotate(720deg);
					opacity: 0;
					border-radius: 50%;
	}
}

header .header_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	max-width: 1300px;
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;
}

header .header_inner .youtube_btn {
	width: 35px;
	margin: 10px 25px 0 0;
}

header .header_inner .youtube_btn img {
	width: 100%;
}

header .header_inner .lang_slt_box {
	width: 185px;
	background: url(../image/sltbox.png) no-repeat top center / 100%;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

header .header_inner .lang_slt_box #lang_slt {
	padding: 12px;
	font-size: 1.4rem;
	cursor: pointer;
}

header .header_inner .lang_slt_box #lang_slt img {
	width: 22px;
	padding-right: 10px;
}

@media screen and (max-width: 720px) {
	header .header_inner .youtube_btn {
		width: 35px;
		margin: 7px 30px 0 0;
	}
	header .header_inner .lang_slt_box {
	width: 150px;
	}
	header .header_inner .lang_slt_box #lang_slt {
		padding: 10px;
		font-size: 1.2rem;
	}
	header .header_inner .lang_slt_box #lang_slt img {
		width: 17px;
	padding-right: 7px;
	}
}

#lang_list {
	position: absolute;
	top: 65px;
	right: 0;
	z-index: 99;
}

#lang_list ul li {
	margin-bottom: 6px;
	font-size: 1.5rem;
	text-align: left;
	text-decoration: none;
	background-color:rgba(255,255,255,0.1);
	padding: 6px 10px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

#lang_list ul li::before {
	content: '>';
	padding-right: 4px;
}


#kv .about_cont .char_img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#kv .about_cont .char_intro_inner {
	width:100%;
	display: inline-block;
	position: relative;
	background-image: url(../image/dots_bg.png),url(../image/line_w_top.svg),url(../image/line_w_bottom.svg),linear-gradient(to left, transparent 0%, transparent 30%, #fff 150%);
	background-position: left top,top right 15%,bottom left 70%;
	background-size: 5%,70%,70%,100%;
	background-repeat: repeat,no-repeat,no-repeat,no-repeat;
	border-radius: 20px;
}

#kv .about_cont .char_intro_inner .char_intro_txt{
	padding: 30px 20px 60px 20px;
	margin-top: 30px;
}

#kv .about_cont .char_intro_inner .char_intro_txt p {
	color: #251249;
	font-size: 1.4rem;
	line-height: 1.8;
}

#kv .about_cont .char_intro_inner .char_intro_txt .char_intro_title {
	font-size: 1.9rem;
	margin-bottom: 15px;
}

#kv .about_cont .char_intro_inner .rioch_btn {
	position: absolute;
	text-align: center;
}

@media screen and (min-width: 1000px) {
	#kv .about_cont .char_img {
		width: 40%;
	}
	#kv .about_cont .char_intro {
		width: 55%;
	}
	#kv .about_cont .char_intro_inner {
		margin-top: 20%;
	}
	#kv .about_cont .char_name {
		width: 180px;
		position: absolute;
		top: -20%;
		left: 5%;
	}
	#kv .about_cont .char_intro_inner .rioch_btn {
		width: 200px;
		bottom: -10%;
		right: 5%;
	}
	#kv .about_cont {
		max-width: 1100px;
		width:95%;
		margin: 25px auto 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		z-index:10;
	}
}

@media screen and (max-width: 999px) {
	#kv .about_cont .char_img {
		width: 50%;
		margin: 0 auto;
	}
	#kv .about_cont .char_intro {
		width: 85%;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	#kv .about_cont .char_intro_inner {
		margin-top: 3%;
	}
	#kv .about_cont .char_name {
		width: 170px;
		position: absolute;
		top: -20%;
		left: 5%;
	}
	#kv .about_cont .char_intro_inner .rioch_btn {
		width: 230px;
		bottom: -10%;
		right: 5%;
	}
	#kv .about_cont {
		width:95%;
		margin: 10px auto 0;
		position: relative;
		z-index:10;
	}
}

@media screen and (max-width: 720px) {
	#kv .about_cont .char_name {
		width: 150px;
		position: absolute;
		top: -15%;
		left: 5%;
	}
	#kv .about_cont .char_intro_inner .rioch_btn {
		width: 200px;
		bottom: -7%;
		right: 5%;
	}
	#kv .about_cont .char_img {
		width: 80%;
		margin: 8% auto 5%;
	}
	#kv .about_cont .char_intro {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 15%;
	}
}

#kv .about_cont .char_intro_inner .rioch_btn a {
	width: 100%;
	display: block;
	background: linear-gradient(90deg, rgba(229,93,135,1) 0%,rgba(95,195,239,1) 100%);
 background-size: 100% 100%;
 border: none;
	border-radius: 50vh;
	padding: 20px;
	box-sizing: border-box;
transition-duration: .5s;
}

#kv .about_cont .char_intro_inner .rioch_btn a:hover {
	transform: scale(1.05,1.05);
}

#kv .about_cont .char_intro_inner .rioch_btn img {
	width: 75%;
}

#kv .about_cont .char_intro_inner .char_name img	{
	width: 100%;
}

#kv .about_cont .char_img .char_img_thumb {
	width: 22%;
}

#kv .about_cont .char_img .char_img_thumb > div {
	margin-bottom: 20px;
}

#kv .about_cont .char_img .char_img_thumb > div.thumb_on {
	background: #7ECEF4;
	border-radius: 15px;
	padding: 5px;
	position: relative;
}

#kv .about_cont .char_img .char_img_thumb > div.thumb_on:after{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	background: url(../image/thumb_check.svg) no-repeat;
	position: absolute;
	bottom: -5px;
	right: -7px;
}

#kv .about_cont .char_img .char_img_main {
	width: 55%;
}

@media screen and (max-width: 720px) {
	#kv .about_cont .char_img .char_img_thumb > div.thumb_on {
		background: #7ECEF4;
		border-radius: 15px;
		padding: 5px;
		position: relative;
	}
}

#kv .about_cont .char_img .char_img_thumb img,
#kv .about_cont .char_img .char_img_main img	{
	width: 100%;
}

#kv .bg_r_line {
	position: absolute;
	bottom: 190px;
	right: -10%;
	width: 40%;
	z-index: 10;
}

#kv .bg_l_line {
	position: absolute;
	bottom: -45px;
	left: -5%;
	width: 40%;
	z-index: 10;
}

.bg_line img {
	width:100%;
}

.new_video_cont {
	position: relative;
	padding-top: 50px;
	max-width: 1200px;
	margin: 0 auto;
	width:	100%;
	background: #fff;
}

.new_video_inner {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.new_video_inner .new_video_l {
	width: 30%;
	margin-top: 70px;
}

.new_video_inner .new_video_r {
	width: 55%;
	position: relative;
}

.new_video_inner img {
	width: 100%;
}

.new_video_inner .new_video_r .new_youtube_area {
	width: 100%;
	z-index: 10;
	position: relative;
}

.new_video_inner .new_video_r .new_youtube_area iframe {
	aspect-ratio: 2 / 1.1;
 width: 100%;
 height: 100%;
 border: none;
	display: inline-block;
}

.new_video_inner .new_video_r .new_youtube_frame {
	background: linear-gradient(90deg, rgba(229,93,135,1) 0%,rgba(95,195,239,1) 100%);
	padding: 1px;
	position: absolute;
	left: -5%;
 width: 100%;
	z-index:1;
}

.new_video_inner .new_video_r .new_youtube_frame img {
	width: 2.5%;
	margin: 1.3% 0 0 1.3%;
}

.new_video_inner .new_video_r .new_youtube_frame_inner {
	background: #fff;
	height: 100%;
}

@media screen and (min-width: 721px) {
	.new_video_inner {
		max-width: 1000px;
		width:95%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.new_video_inner .new_video_r {
	width: 55%;
	position: relative;
	}
	.new_video_inner .new_video_r .new_video_title {
		width: 200px;
		margin-bottom: 20px;
	}
	.new_video_inner .new_video_r .new_youtube_frame {
		height: 58%;
		top: 17%;
	}
}

@media screen and (max-width: 720px) {
	.new_video_cont {
		padding-bottom: 20%;
	}
	.new_video_inner {
		width:70%;
	}
	.new_video_inner .new_video_l {
		display: none;
	}
	.new_video_inner .new_video_r {
		width: 100%;
		position: relative;
	}
	.new_video_inner .new_video_r .new_video_title {
		width: 50%;
		margin-bottom: 20px;
	}
	.new_video_inner .new_video_r .new_youtube_frame {
		height: 80%;
		top: 25%;
	}
}

.new_video_cont .new_video_bg {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.new_video_cont .new_video_bg div {
	position: absolute;
}

.new_video_cont .new_video_bg > div:nth-child(1) {
	top: -12%;
	right: 0;
	width: 17%;
}

.new_video_cont .new_video_bg > div:nth-child(2) {
	top: 40%;
	left: -2%;
	width: 8%;
}

.new_video_cont .new_video_bg > div:nth-child(3) {
	top: 40%;
	left: 30%;
	width: 18%;
}

.new_video_cont .new_video_bg > div:nth-child(4) {
	bottom: 20%;
	right: 0%;
	width: 10%;
}

.new_video_cont .new_video_bg > div:nth-child(5) {
	top: 0%;
	left: 30%;
	width: 10%;
}

.new_video_cont .new_video_bg > div:nth-child(6) {
	bottom: -5%;
	right: 20%;
	width: 17%;
}

.new_video_cont .new_video_bg img {
	width: 100%;
}


.rec_video_cont {
	position: relative;
	width:	100%;
	z-index: 20;
}

@media screen and (min-width: 1301px) {
	.rec_video_cont {
		margin-top: -10%;
	}
}

@media screen and (max-width: 1300px) {
	.rec_video_cont {
		margin-top: -8.5%;
	}
}


.rec_video_cont img {
	width: 100%;
}

.rec_video_cont .rec_video_inner {
	width:	100%;
	background: -moz-linear-gradient(left, #D0A2C8, #F090AF);
	background: -webkit-linear-gradient(left, #D0A2C8, #F090AF);
	background: linear-gradient(left, #D0A2C8, #F090AF);
	padding-bottom: 15%;
}

.rec_video_cont .rec_video_list {
	max-width: 1000px;
	width: 95%;
	margin: -1% auto 0;
	padding: 50px 0 0;
}

.rec_video_cont .rec_video_list .rec_video_title {
	max-width: 500px;
	width: 90%;
}

@media screen and (max-width: 720px) {
	.rec_video_cont .rec_video_list .rec_video_title {
		width: 60%;
		margin: 0 auto;
	}
}

.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 5% 0;
}

.sliderArea.w300 {
	max-width: 300px;
}

.slick-slide {
	margin: 0 5px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

.slick-prev, .slick-next {
	z-index: 1;
}

.slick-prev:before, .slick-next:before {
	color: #000;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.thumb {
	margin: 20px 0 0;
}

.thumb .slick-slide {
	cursor: pointer;
}

.thumb .slick-slide:hover {
	opacity: .7;
}

.slick-prev {
	top: -35% !important;
	right: 80px !important;
	left: auto !important;
	border: 1px solid #fff !important;
	padding: 10px 12px !important;
	width: auto !important;
	height: auto !important;
}

.slick-next {
	top: -35% !important;
	right: 0 !important;
	border: 1px solid #fff !important;
	padding: 10px 12px !important;
	width: auto !important;
	height: auto !important;
}

@media screen and (max-width: 720px) {
	.slick-prev {
		top: -14% !important;
		left: 1% !important;
		right: auto !important;
		border: 1px solid #fff !important;
		padding: 15px 17px !important;
		width: auto !important;
		height: auto !important;
	}
	.slick-next {
		top: -14% !important;
		right: 1% !important;
		border: 1px solid #fff !important;
		padding: 15px 17px !important;
		width: auto !important;
		height: auto !important;
	}
.slick-dots{
		display: none !important;
	}
	.sliderArea {
	}
}

.sliderArea .slider > div iframe {
	aspect-ratio: 2 / 1.1;
 width: 100%;
 height: 100%;
 border: none;
	display: inline-block;
}

.rec_video_btn {
	text-align: center;
}

.rec_video_btn a {
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 10px;
}

.rec_video_btn a.btn-svg {
	line-height: 55px;
	width: 205px;
	height: 55px;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
}

.rec_video_btn a.btn-svg svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rec_video_btn a.btn-svg svg rect {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 200px, 16px;
	stroke-dashoffset: 70px;
}

.rec_video_btn a.btn-svg:hover svg rect {
	stroke-dashoffset: 284px;
}

.rec_video_btn a.btn-svg span {
	color: #fff;
}









footer {
	width: 100%;
	background: #251249;
	padding: 50px 0;
	position: relative;
}

footer .footer_line_l {
	width:60%;
	position: absolute;
	top: -10%;
	left: -35%;
	z-index:30;
}

footer .footer_line_r {
	width:60%;
	position: absolute;
	top: -10%;
	right: -10%;
	z-index:30;
}


@media screen and (max-width: 720px) {
	footer .footer_line_l {
		width:80%;
		position: absolute;
		top: -10%;
		left: -50%;
		z-index:30;
	}
	
	footer .footer_line_r {
		width:80%;
		position: absolute;
		top: -10%;
		right: -40%;
		z-index:30;
	}
}

footer .footer_inner {
	max-width: 600px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

footer img {
	width: 100%;
}

footer .footer_inner .footer_logo {
	width: 400px;
	margin: 0 auto;
}

footer .footer_inner .youtube_footer {
	width: 50px;
	margin: -30px auto 80px;
}

footer .footer_inner .copyright {
	font-size: 0.8rem;
	letter-spacing: .1rem;
}
