@charset "UTF-8";

/*共通*/

body{
	text-align: left;
}

main {
	font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0px;
}

/*@media screen and (max-width: 767px){

main {
font-size: 14px;
}

}*/


.sp{
	display: none;
}

@media screen and (max-width: 767px){

	.sp{
		display: block;
	}

}

.pc{
	display: block;
}

@media screen and (max-width: 767px){

	.pc{
		display: none;
	}

}

#wrapper {
	width: 100%;
}

#topicpath,.firstview__inner, .section__inner {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){

	.firstview__inner, .section__inner {
		width: calc(100% - 20px);
	}

}

#h_inner{
	max-width: 1000px;
	margin: 0 auto;
}

a:link{
	color: #333;
	text-decoration: underline;
}

a:visited{
	color: #18b1d2;
}

p.is-attention{
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px){


	p.is-attention{
		font-size: 14px;
	}

}


.txc {
	text-align: center;
}

/*ヘッダー*/

#gnavi{
	background: unset;
}

#gnavi::before{
	display: none;
}

#header #utility.wide::after{
	display: none;
}

#header #utility.wide {
	margin-bottom: 0;
}

#size_area{
	display: none;
}

/*フッター*/

#footer{
	background-color: #FFF;
}

#footer #copyright{
	background-color: #18b1d2;
}

/*パンくず*/
#topicpath{
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited{
	color: #18b1d2;
}

@media screen and (max-width: 767px){

	#topicpath{
		font-size: 12px;
	}

}

/*LV*/

.firstview {
	width: 100%;
	border-top: 8px solid #18b1d2;
	border-bottom: 8px solid #18b1d2;
}

.firstview__border {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: url(../../common/img/firstview_bg_b.png) left top;
}

.firstview__inner{
	position: relative;
	padding-top: 5px;
}

.firstview__inner img{
	width: 100%;
	vertical-align: bottom;
}

.firstview__img__pc{
	display: block;
}

.firstview__img__sp{
	display: none;
}

.firstview__qr {
	display: none;
}

@media screen and (max-width: 767px){

	.firstview__img__sp{
		display: block;
	}

	.firstview__img__pc{
		display: none;
	}

	.firstview__inner{
		box-sizing: border-box;
		max-width: 500px;
		padding: 20px;
	}

}


/*セクション*/

.section {
	padding: 60px 0;
}

@media screen and (max-width: 767px){

	.section {
		padding: 40px 0;
	}

}

.section__point {
	margin-top: 3rem;
}

.section__namelist {
	width: 60%;
	margin: auto;
}

.section__linkbtn {
	margin-top: 3.2rem;
}

.section--txc {
	text-align: center;
}

.section--dotbg {
	background: url(../images/section_dotbg.png) left top repeat;
}

.section--gray {
	background: #F7F5F5;
}

.section--bottom_dot {
	padding-bottom: 0;
}

.section--bottom_dot::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 72px;
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(left, #18b1d2, #18b1d2 2px, transparent 2px, transparent 6px);
	background-image: linear-gradient(to right, #18b1d2, #18b1d2 2px, transparent 2px, transparent 6px);
}

/*タイトル*/

.section__title {
	text-align: center;
	margin-bottom: 1.6rem;
}

/*ページトップ*/
.pagetop{
	display: block;
	width: 50px;
	height: 50px;
	margin: 20px 0px 0px auto;
	border-radius: 45% 55% 45% 55% / 54% 56% 44% 46% ;
	background-color: #FFF;
}

@media screen and (max-width: 767px){

	.pagetop{
		width: 40px;
		height: 40px;
	}

}

.pagetop::before{
	display: none;
}

.pagetop a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.pagetop img{
	width: 50%;
	height: 50%;
	margin-left: 5px;
}





.section__title {
	text-align: center;
	margin-bottom: 24px;
}

.section--newmovie {
	padding-bottom: 120px;
}

@media screen and (max-width: 767px){

	.section--newmovie {
		padding-bottom: 60px;
	}

}

.section--intro {
	padding-bottom: 0;
	text-align: center;
}

.section--video {
	background: #18b1d2;
}

.newmovie {
	height: 405px;
	padding-top: 35px;
	background: url(../images/new_bg.png) top center no-repeat;
}

@media screen and (max-width: 767px){

	.newmovie {
		height: auto;
		background-size: contain;
		padding-top: 10px;
	}

}

.newmovie__youtube {
	width: 560px;
	margin: 0 auto;
	position: relative;
}

.newmovie__youtube::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.newmovie__youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.newmovie__link {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

@media screen and (max-width: 767px){

	.newmovie__link {
		width: auto;
	}

}

.newmovie__link img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.newmovie__link:hover .newmovie__thumb, .newmovie__link:focus .newmovie__thumb {
	opacity: .8;
}

.newmovie__link:hover .newmovie__title, .newmovie__link:focus .newmovie__title {
	background: #f7dd62;
}

.newmovie__link:hover .newmovie__inner::before, .newmovie__link:focus .newmovie__inner::before {
	border-color: transparent transparent transparent #fff;
}

.newmovie__thumb {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	position: relative;
	overflow: hidden;
	border: 2px solid #333;
}


@media screen and (max-width: 767px){

	.newmovie__thumb {
		width: 70%;
		margin: 0 auto;
	}

}

.newmovie__thumb::before {
	content: "";
	display: block;
	padding-top: 60%;
}

.newmovie__thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.newmovie__thumb::after {
	z-index: 2;
	width: 128px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	background: url(../images/youtube_social_icon_red.png) no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px){

	.newmovie__thumb::after {
		width: 14.2vw;
		height: 10vw;
		max-width: 128px;
		max-height: 90px;
	}

}

.newmovie__title {
	box-sizing: border-box;
	width: 520px;
	max-width: calc(100% - 20px);
	margin: 70px auto 0;
	position: relative;
	border: 1px solid #000;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	overflow: hidden;
	padding: 8px 18px;
	min-height: 30px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	background: #fff;
	-webkit-transition: background .25s;
	transition: background .25s;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px){

	.newmovie__title {
		margin: 8vw auto 0;
	}

}

.newmovie__inner {
	position: relative;
	text-indent: -1rem;
	padding-left: 1.45rem;
}

.newmovie__inner::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	margin-right: 8px;
	border-color: transparent transparent transparent #0eaed0;
}

.videolist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	margin: 0 -10px;
}

.videolist__item {
	width: calc((100% - 60px) / 3);
	margin: 10px 10px 40px;
}

@media screen and (max-width: 767px){

	.videolist__item {
		width: calc((100% - 40px) / 2);
		margin: 10px 10px 20px;
	}

}

.videolist__youtube {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.videolist__youtube::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.videolist__youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videolist__link {
	display: block;
	text-decoration: none;
}

.videolist__link:hover .videolist__thumb, .videolist__link:focus .videolist__thumb {
	opacity: .8;
}

.videolist__link:hover .videolist__title, .videolist__link:focus .videolist__title {
	background: #f7dd62;
}

.videolist__link:hover .videolist__inner::before, .videolist__link:focus .videolist__inner::before {
	border-color: transparent transparent transparent #fff;
}

.videolist__thumb {
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	position: relative;
	overflow: hidden;
	border: 2px solid #333;
}

.videolist__thumb::before {
	content: "";
	display: block;
	padding-top: 60%;
}

.videolist__thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.videolist__thumb::after {
	z-index: 2;
	width: 76.8px;
	height: 54px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	background: url(../images/youtube_social_icon_red.png) no-repeat;
	background-size: cover;
}

.videolist__title {
	margin-top: 5px;
	position: relative;
	border: 1px solid #000;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	overflow: hidden;
	padding: 8px 8px 8px 4px;
	min-height: 30px;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	background: #fff;
	-webkit-transition: background .25s;
	transition: background .25s;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 559px){

	.videolist__title {
		font-size: 13px;
		padding: 5px 5px 5px 3px;
	}
}

.videolist__inner {
	position: relative;
	text-indent: -1rem;
	padding-left: 1.45rem;
}

.videolist__inner::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	margin-right: 8px;
	border-color: transparent transparent transparent #0eaed0;
}
