@font-face {
	font-family: 'Euphemia-UCAS';
	src: url("../font/Euphemia-UCAS.ttf.woff") format("woff"), url("../font/Euphemia-UCAS.ttf.svg#Euphemia-UCAS") format("svg"), url("../font/Euphemia-UCAS.ttf.eot"), url("../font/Euphemia-UCAS.ttf.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

.mb0 {
	margin-bottom: 0px !important;
}

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* Layout */

.l-body {
	padding-top: 45px;
	overflow-x: hidden;
}

.l-body.is-fixed {
	position: fixed;
	width: 100%;
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #555555;
	z-index: 2000;
	background: #000000;
}

.l-header__inner {
	width: 100%;
	height: 100%;
}

.l-footer {
	background: #222222;
	padding: 24px 0 35px;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
}

.l-wrapper-pc {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper-sm {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 74px);
}

.l-flex-sb {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.l-col-3-2 {
	margin-bottom: 54px;
}

/* common */

.header-logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(215px / 2);
}

.header-logo a {
	display: block;
}

.header-logo img {
	display: block;
}

.globalnavi {
	font-size: 2.0rem;
	font-family: "Euphemia-UCAS", sans-serif;
	letter-spacing: 0.14em;
	background: #000000;
	width: 100%;
	padding: 40px 0 60px;
}

.globalnavi-main__item {
	text-align: center;
	width: 100%;
}

.globalnavi-main__item a {
	display: block;
	padding: 15px 0;
}

.globalnavi-main__item.is-current-pink {
	color: #e4007f;
}

.globalnavi-main__item.is-current-pink a:before {
	background: #e4007f;
}

.globalnavi-main__item.is-current-blue {
	color: #00afec;
}

.globalnavi-main__item.is-current-blue a:before {
	background: #00afec;
}

.globalnavi-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 47px;
}

.globalnavi-sns__item {
	margin: 0 7px 0;
}

.globalnavi-sns__item a {
	border-radius: 50%;
	background: #FFFFFF;
	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;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-align: center;
}

.globalnavi-sns__item img {
	width: 16px;
}

.globalnavi-sns__item--twitter img {
	width: 18px;
}

.globalnavi-sns__item--youtube img {
	width: 18px;
}

.footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-link__company {
	display: block;
	padding-left: 25px;
	margin-bottom: 16px;
}

.footer-link__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
}

.footer-link__item {
	position: relative;
	text-align: center;
}

.footer-link__item:not(:last-child):before {
	content: "";
	background: #555555;
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.footer-link__item a {
	display: block;
	padding: 3px 22px;
}

.pagetop {
	position: absolute;
	top: 24px;
	right: 16px;
	display: block;
	width: 21px;
	height: 40px;
}

.copyright {
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: 0.06em;
}

/* Module */

.overview {
	background: #222222;
	padding: 17px 19px 20px;
	position: relative;
}

.overview__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 9px;
}

.overview__head--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cat-name {
	font-size: 1.0rem;
	letter-spacing: 0.04em;
	margin-right: 1em;
}

.cat-name--pink {
	color: #e4007f;
	text-shadow: transparent 0 0 0, #e4007f 0 0 0;
}

.cat-name--blue {
	color: #00afec;
	text-shadow: transparent 0 0 0, #00afec 0 0 0;
}

.cat-name--orange {
	color: #eb623b;
	text-shadow: transparent 0 0 0, #eb623b 0 0 0;
}

.cat-name--yellow {
	color: #d6de00;
	text-shadow: transparent 0 0 0, #d6de00 0 0 0;
}

.cat-name--bold {
	font-weight: bold;
	text-shadow: none;
}

.list-title {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.list-title--sm {
	margin-top: 10px;
	font-size: 1.15rem;
}

.list-title--xsm {
	margin-top: 10px;
	font-size: 1.15rem;
}

.list-title--lg {
	font-size: 1.8rem;
	padding: 8px 0;
	letter-spacing: 0.1em;
}

.list-title--mb {
	margin-bottom: 5px;
}

.list-title--wide {
	font-size: 1.5rem;
}

.number-label {
	padding: 3px 10px 2px;
	text-align: right;
	font-weight: bold;
	font-size: 1.15rem;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	color: #222222;
}

.number-label--pink {
	background: #e4007f;
}

.number-label--blue {
	background: #00afec;
}

.number-label--orange {
	background: #eb623b;
}

.number-label--yellow {
	background: #d6de00;
}

.list-info {
	color: #777777;
	font-size: 1.0rem;
}

.list-info:before,
.list-info:after {
	content: "";
	display: table;
}

.list-info:after {
	clear: both;
}

.list-info__area {
	float: left;
}

.list-info__date {
	float: right;
}

.content-1 {
	padding: 70px 0 50px;
}

.content-2 {
	padding: 37px 0 0px;
}

.content-3 {
	padding: 70px 0 50px;
}

.content-4 {
	margin-bottom: 60px;
}

.content-5 {
	border-top: 1px solid #777777;
	padding: 24px 0 0;
	margin-bottom: 50px;
}

.content-6 {
	padding: 45px 0 50px;
	margin-top: 40px;
	border-top: 1px solid #777777;
}

.heading-1 {
	font-weight: bold;
	font-size: 17vw;
	font-family: "Euphemia-UCAS", sans-serif;
	color: #000000;
	margin-bottom: -2.6vw;
	width: 100%;
}

.heading-1 img {
	height: 55px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.heading-1--first {
	margin-top: 50px;
}

.heading-1--lg {
	width: 100vw;
	margin-left: -15px;
}

.heading-1--sm img {
	width: auto;
	height: 55px;
}

.heading-2 {
	font-family: "Euphemia-UCAS", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.14em;
	position: relative;
	margin-bottom: 24px;
}

.heading-2:before {
	content: "";
	width: calc(100vw - 15px);
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.heading-2 span {
	display: inline-block;
	background: #000000;
	position: relative;
	padding: 0 0.5em 0 0.5em;
}

.heading-2--normal {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.heading-2--normal:before {
	width: 100%;
}

.heading-2--normal span {
	padding-left: 0;
}

.heading-2--yellow {
	color: #d6de00;
}

.heading-2--yellow:before {
	background: #d6de00;
}

.heading-2--pink {
	color: #e4007f;
}

.heading-2--pink:before {
	background: #e4007f;
}

.heading-3 {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.heading-3:before {
	content: "";
	margin: 0 0.3em -0.2em -0.3em;
	display: inline-block;
	width: 3px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heading-3--blue {
	color: #00afec;
}

.heading-3--blue:before {
	background: #00afec;
}

.heading-4 {
	color: #FFFFFF;
	margin-bottom: 15px;
}

.heading-4__en {
	font-size: 1.0rem;
	text-shadow: transparent 0 0 0, rgba(255, 255, 255, 0.7) 0 0 0;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
	display: block;
}

.heading-4__jp {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.heading-5 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 11px;
	padding-top: 10px;
}

.heading-6 {
	position: relative;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}

.button-blue {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(0, 222, 0, 0.5));
	background-color: #00afec;
	width: 240px;
	height: 45px;
	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: 1.25rem;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.button-blue--mt {
	margin-top: 30px;
}

.textbox {
	text-shadow: transparent 0 0 0, rgba(255, 255, 255, 0.7) 0 0 0;
	position: relative;
}

.textbox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.textbox--orange:before {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(214, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(214, 222, 0, 0.5));
	background-color: #eb623b;
}

.textbox--green:before {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 175, 236, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 175, 236, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(0, 175, 236, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(0, 175, 236, 0.5));
	background-color: #d6de00;
}

.textbox--blue:before {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(0, 222, 0, 0.5));
	background-color: #00afec;
}

.textbox--pink:before {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(214, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(214, 222, 0, 0.5));
	background-color: #e4007f;
}

.textbox__inner {
	position: relative;
}

.textbox--type1 {
	font-size: 1.35rem;
	line-height: 2.4;
	padding: 24px 26px 30px;
	margin: -65px 0 40px;
}

.textbox--type2 {
	padding: 16px 20px;
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 0.06em;
}

.textbox a {
	text-decoration: underline;
}

.textbox a:hover {
	text-decoration: none;
}

.list-type-1__item {
	position: relative;
	display: block;
}

.list-type-1__image {
	overflow: hidden;
	position: relative;
}

.list-type-1__main {
	width: calc(100% - 30px);
	margin: -15px auto 0;
}

.list-type-1__text {
	font-size: 1.15rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-bottom: 9px;
}

.list-type-2 .slick-list {
	overflow: visible;
}

.list-type-2__item {
	width: calc(100vw - 55px);
	padding: 0 10px;
	display: block;
}

.list-type-2__image {
	overflow: hidden;
	position: relative;
}

.list-type-2__text {
	font-size: 1.15rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-bottom: 7px;
}

.list-type-3 {
	margin-left: auto;
	margin-right: auto;
}

.list-type-3 .slick-list {
	overflow: visible;
}

.list-type-4 {
	width: calc(100% - 45px);
	margin-left: auto;
	margin-right: auto;
}

.list-type-4--pc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-type-4__item {
	display: block;
	margin-bottom: 10px;
}

.list-type-4__item--lg {
	margin-bottom: 30px;
}

.list-type-4__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #222222;
	margin-bottom: 5px;
}

.list-type-4__head--white {
	background: #FFFFFF;
	color: #000000;
}

.list-type-4__image {
	width: 48.4%;
}

.list-type-4__image img {
	display: block;
}

.list-type-4__overview {
	width: 51.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
}

.list-type-4__main {
	background: #222222;
	padding: 10px;
}

.list-type-4__main--no-bg {
	background: none;
}

.list-type-4__text {
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.list-type-1col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about {
	position: relative;
	border-top: 1px solid #555555;
	padding: 30px 0 22px;
}

.about__heading {
	text-align: center;
	margin-bottom: 22px;
}

.about__heading img {
	width: 108px;
}

.about__inner {
	width: calc(100% - 50px);
	color: #999999;
	margin: 0 auto;
}

.about__text {
	font-size: 1.2rem;
	line-height: 1.9;
	letter-spacing: 0.08em;
	margin-bottom: 13px;
}

.about__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100vw - 10px);
	margin-left: -20px;
}

.about__link__item {
	text-align: center;
	width: 50%;
	color: #FFFFFF;
	font-family: "Euphemia-UCAS", sans-serif;
	font-size: 2.0rem;
	letter-spacing: 0.14em;
	position: relative;
}

.about__link__item a {
	display: block;
	padding: 15px 0;
}

.about__link__item:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	content: "";
	display: block;
	width: 38px;
	height: 40px;
	background: url(../img/icon_bright.png) no-repeat center/contain;
}

.nexster-list {
	position: relative;
	margin-bottom: 51px;
}

.nexster-list__cel {
	margin-bottom: 15px;
}

.nexster-list__heading {
	width: 100%;
	height: 100px;
	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;
	opacity: 0.9;
}

.nexster-list__heading img {
	height: 35px;
}

.nexster-list__heading--orange {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(214, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(214, 222, 0, 0.5));
	background-color: #eb623b;
}

.nexster-list__heading--green {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 175, 236, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 175, 236, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(0, 175, 236, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(0, 175, 236, 0.5));
	background-color: #d6de00;
}

.nexster-list__heading--blue {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(0, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(0, 222, 0, 0.5));
	background-color: #00afec;
}

.nexster-list__heading--pink {
	background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(214, 222, 0, 0.5)));
	background-image: -webkit-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: -o-linear-gradient(left, transparent, rgba(214, 222, 0, 0.5));
	background-image: linear-gradient(90deg, transparent, rgba(214, 222, 0, 0.5));
	background-color: #e4007f;
}

.nexster-list__front {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFFFFF;
	color: #000000;
}

.nexster-list__item {
	position: relative;
	display: block;
}

.nexster-list__image {
	width: 42%;
}

.nexster-list__image img {
	display: block;
}

.nexster-list__main {
	width: 58%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 13px;
}

.nexster-list__detail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #000000;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.eyecatch {
	position: relative;
	display: block;
}

.eyecatch > img {
	display: block;
	width: 100%;
}

.eyecatch--channeltop {
	overflow: hidden;
	height: 56.25vw;
}

.eyecatch--channeltop img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.eyecatch--channelview {
	margin-bottom: 14px;
}

.eyecatch--youtube {
	position: relative;
}

.eyecatch--youtube:before {
	content: "";
	width: 100%;
	padding-top: 56.25%;
	display: block;
}

.eyecatch--youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sns-share {
	padding-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sns-share__item {
	position: relative;
	margin-left: 25px;
}

.sns-share__item--facebook img {
	width: 24px;
}

.sns-share__item--twitter img {
	width: 28px;
}

.sns-share__item--copy button {
	border: none;
	background: none;
	width: auto;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.sns-share__item--copy img {
	width: 21px;
}

.js-copy-finish {
	display: none;
	position: absolute;
	top: 40px;
	right: -12px;
	width: 165px;
	padding: 5px 0;
	text-align: center;
	color: #777;
	border: 1px solid #777;
	border-radius: 3px;
}

.js-copy-finish:before,
.js-copy-finish:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	right: 16px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.js-copy-finish:before {
	border-bottom: 8px solid #777777;
}

.js-copy-finish:after {
	border-bottom: 8px solid #222222;
	margin-top: 2px;
}

.nexster-head {
	padding: 46px 0 35px;
}

.lead {
	position: relative;
	background: url(../img/bg_hd_channels_sp.jpg) no-repeat center/cover;
	text-align: center;
	position: relative;
	padding: 27px 0 32px;
	margin-bottom: 50px;
}

.lead:before,
.lead:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
}

.lead:before {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: calc(100% - 42px);
	height: calc(100% - 22px);
}

.lead:after {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: calc(100% - 22px);
	height: calc(100% - 42px);
}

.lead__heading {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.12em;
	font-weight: bold;
	margin-bottom: 3px;
	text-shadow: transparent 0 0 0, rgba(255, 255, 255, 0.7) 0 0 0;
}

.lead__text {
	font-size: 1.2rem;
	line-height: 2.1;
	letter-spacing: 0.08em;
}

.channel-logo {
	width: 95px;
	display: block;
	position: relative;
	margin: 0 auto 18px;
}

.channel-logo img {
	width: 100%;
	display: block;
}

.paging {
	text-align: center;
	color: #00afec;
	margin: 10px 0 50px;
	position: relative;
}

.paging .page-numbers {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 1.5rem;
	font-weight: bold;
	margin: 0 1px;
}

.paging .page-numbers.current {
	background: #00afec;
	color: #FFFFFF;
}

.paging .page-numbers.prev,
.paging .page-numbers.next {
	border: 2px solid #00afec;
	position: absolute;
	top: 0;
}

.paging .page-numbers.prev img,
.paging .page-numbers.next img {
	width: 15px;
	display: block;
}

.paging .page-numbers.prev {
	left: 10px;
}

.paging .page-numbers.next {
	right: 10px;
}

.channel-overview {
	margin: 0 0 62px;
	background: #222222;
	padding: 24px 20px 40px;
}

.channel-overview__content {
	padding: 8px 0 30px;
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 0.06em;
}

.channel-overview__content a {
	text-decoration: underline;
}

.channel-overview__content a:hover {
	text-decoration: none;
}

.privacypolicy {
	background: #222222;
	padding: 24px 20px 18px;
	margin: 15px 0 30px;
	color: #999999;
}

.privacypolicy__item {
	margin-bottom: 28px;
}

.privacypolicy__item:last-child {
	margin-bottom: 0;
}

.privacypolicy__text {
	font-size: 1.2rem;
	line-height: 2.4;
	letter-spacing: 0.06em;
}

.privacypolicy__text ul li {
	padding-left: 2em;
	text-indent: -1em;
}

.privacypolicy__text ul li:before {
	content: "・";
}

.privacypolicy__indent {
	display: block;
	padding-left: 1em;
}

.notfound {
	text-align: center;
	padding: 148px 0;
}

.notfound__heading {
	margin-bottom: 10px;
}

.notfound__heading img {
	height: 39px;
}

.notfound__text-1 {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: bold;
	margin-bottom: -4px;
	letter-spacing: 0.1em;
}

.notfound__text-2 {
	font-size: 1.15rem;
	line-height: 2.45;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	text-shadow: transparent 0 0 0, rgba(255, 255, 255, 0.7) 0 0 0;
}

.notfound__link {
	text-decoration: underline;
	font-size: 1.2rem;
	text-shadow: transparent 0 0 0, rgba(255, 255, 255, 0.7) 0 0 0;
}

.notfound__link:hover {
	text-decoration: none;
}

.the_content {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.the_content a {
	color: #e1007f;
	text-decoration: underline;
}

.the_content a:hover {
	text-decoration: none;
}

.the_content h2 {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 54px;
	margin-bottom: 12px;
}

.the_content h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 15px;
}

.the_content img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.the_content strong {
	font-weight: bold;
}

.the_content i,
.the_content em {
	font-style: italic;
}

.the_content ul li {
	padding-left: 10px;
	text-indent: -10px;
}

.the_content ul li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #e4007f;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px 3px 0;
}

.the_content ol {
	counter-reset: item;
	list-style-position: inside;
}

.the_content ol li {
	position: relative;
	padding-left: 1.5em;
}

.the_content ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	counter-increment: item;
	content: counter(item) ".";
	padding-right: .5em;
	font-weight: 500;
	font-family: "Euphemia-UCAS", sans-serif;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	padding-bottom: 38px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 40px;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	bottom: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 100;
	margin-top: -30px;
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	opacity: 1;
}

.slick-prev {
	left: 50%;
	-webkit-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	transform: translateX(-200%);
}

.slick-theme-pink .slick-prev {
	background: url(../img/icon_arrow_l_pink.svg) no-repeat center/contain;
}

.slick-theme-blue .slick-prev {
	background: url(../img/icon_arrow_l_blue.svg) no-repeat center/contain;
}

.slick-theme-orange .slick-prev {
	background: url(../img/icon_arrow_l_orange.svg) no-repeat center/contain;
}

.slick-theme-arrow-side .slick-prev {
	left: 24px;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.slick-next {
	right: 50%;
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.slick-theme-pink .slick-next {
	background: url(../img/icon_arrow_r_pink.svg) no-repeat center/contain;
}

.slick-theme-blue .slick-next {
	background: url(../img/icon_arrow_r_blue.svg) no-repeat center/contain;
}

.slick-theme-orange .slick-next {
	background: url(../img/icon_arrow_r_orange.svg) no-repeat center/contain;
}

.slick-theme-arrow-side .slick-next {
	right: 24px;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	list-style: none;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	margin: 0 0 0;
	width: calc(100% - 176px);
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 5px;
	width: calc((100% - 20px) / 5);
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-theme-pink .slick-dots li.slick-active {
	border: 1px solid #e4007f;
	background: #e4007f;
}

@media screen and (min-width: 737px) {

.l-body { /* pc */
	padding-top: 70px;
}

.l-header { /* pc */
	height: auto;
}

.l-header__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1100px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

.l-navi { /* pc */
	width: calc(100% - 187px);
}

.l-footer { /* pc */
	padding: 16px 0;
}

.l-footer__inner { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 940px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}

.l-wrapper { /* pc */
	max-width: 1100px;
}

.l-wrapper-pc { /* pc */
	width: calc(100% - 30px);
	max-width: 1100px;
}

.l-wrapper-sm { /* pc */
	max-width: 1100px;
}

.header-logo { /* pc */
	position: static;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sp-menu-btn { /* pc */
	display: none;
}

.globalnavi { /* pc */
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.globalnavi-main { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.globalnavi-main__item { /* pc */
	position: relative;
	width: auto;
}

.globalnavi-main__item a { /* pc */
	width: auto;
	height: 100%;
	padding: 23px 0 26px;
	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;
}

.globalnavi-main__item a:hover {
	opacity: 1;
}

.globalnavi-main__item { /* pc */
}

.globalnavi-main__item:not(:last-child) {
	padding-right: 69px;
	margin-right: 28px;
}

.globalnavi-main__item:not(:last-child):after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 38px;
	height: 40px;
	background: url(../img/icon_bright.png) no-repeat center/contain;
}

.globalnavi-main__item.is-current-pink,
.globalnavi-main__item.is-current-blue { /* pc */
	position: relative;
}

.globalnavi-main__item.is-current-pink a,
.globalnavi-main__item.is-current-blue a {
	position: relative;
}

.globalnavi-main__item.is-current-pink a:before,
.globalnavi-main__item.is-current-blue a:before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.globalnavi-sns { /* pc */
	padding-top: 0;
}

.globalnavi-sns__item { /* pc */
	margin: 0 0 0 30px;
}

.globalnavi-sns__item a { /* pc */
	background: none;
	width: 100%;
	height: 100%;
	width: auto;
	height: 100%;
}

.globalnavi-sns__item a:hover {
	opacity: 1;
}

.globalnavi-sns__item img { /* pc */
	width: auto;
}

.footer-link { /* pc */
	font-size: 1.2rem;
}

.footer-link__company { /* pc */
	padding-left: 0;
	margin-bottom: 0;
	margin-right: 20px;
}

.footer-link__navi { /* pc */
	margin-bottom: 0;
}

.footer-link__item a { /* pc */
	padding: 3px 18px;
	letter-spacing: 0.06em;
}

.footer-link__item a:hover {
	opacity: 1;
}

.pagetop { /* pc */
	width: 31px;
	height: 70px;
	top: 50px;
	right: 40px;
}

.pagetop:hover {
	opacity: 1;
}

.copyright { /* pc */
	font-size: 1.2rem;
}

.overview { /* pc */
	padding: 28px 30px 28px;
}

.overview--wide { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 920px;
	width: calc(100% - 40px);
	padding: 0;
}

.overview--wide__head { /* pc */
	border-right: 1px solid #000000;
	width: 41.4%;
	padding: 30px 40px;
}

.overview--wide__main { /* pc */
	width: calc(58.6% - 1px);
	padding: 30px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.overview__head { /* pc */
	display: block;
}

.overview__head--left { /* pc */
	padding-bottom: 0;
}

.cat-name { /* pc */
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.cat-name--pc-sm {
	font-size: 1.2rem;
}

.cat-name--wide { /* pc */
	margin-bottom: 8px;
}

.list-title { /* pc */
	font-size: 1.7rem;
	margin-bottom: 8px;
}

.list-title--sm { /* pc */
	margin-top: 0;
	font-size: 1.7rem;
}

.list-title--xsm { /* pc */
	margin-top: 0;
	font-size: 1.3rem;
}

.list-title--lg { /* pc */
	font-size: 3.0rem;
	padding: 2px 0;
}

.list-title--mb { /* pc */
	margin-bottom: 20px;
}

.list-title--wide { /* pc */
	font-size: 2.0rem;
	margin-bottom: 12px;
}

.number-label { /* pc */
	font-size: 1.3rem;
	padding: 3px 7px 2px;
}

.number-label:not(:last-child) {
	margin-bottom: 10px;
}

.list-info { /* pc */
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}

.content-1 { /* pc */
	padding: 120px 0 100px;
}

.content-2 { /* pc */
	padding: 77px 0 50px;
}

.content-3 { /* pc */
	padding: 45px 0 100px;
}

.content-4 { /* pc */
	margin-bottom: 125px;
}

.content-5 { /* pc */
	padding-top: 50px;
	margin-bottom: 100px;
}

.content-6 { /* pc */
	margin-top: 210px;
	padding: 95px 0 100px;
}

.heading-1 img { /* pc */
	height: auto;
	max-height: 182px;
	width: 100%;
}

.heading-1--first { /* pc */
	margin-top: 95px;
}

.heading-1--lg { /* pc */
	width: 100%;
	margin-left: 0;
}

.heading-1--sm img { /* pc */
	height: 179px;
}

.heading-2 { /* pc */
	font-size: 2.4rem;
	margin-bottom: 40px;
	letter-spacing: 0.15em;
}

.heading-2:before { /* pc */
	width: 100%;
}

.heading-2 span { /* pc */
	padding: 0 1em 0 0;
}

.heading-2--normal { /* pc */
	letter-spacing: 0.1em;
}

.heading-3 { /* pc */
	font-size: 4.0rem;
	margin-bottom: 56px;
}

.heading-3:before { /* pc */
	width: 5px;
	height: 100px;
	margin: 0 0.3em -0.3em -0.3em;
}

.heading-4 { /* pc */
	margin-bottom: 30px;
}

.heading-4__en { /* pc */
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.heading-4__jp { /* pc */
	font-size: 3.0rem;
}

.heading-5 { /* pc */
	font-size: 2.0rem;
	padding-top: 18px;
}

.heading-6 { /* pc */
	font-size: 3.8rem;
	text-align: left;
	margin-bottom: 8px;
}

.button-blue--mt { /* pc */
	margin-top: 40px;
}

.button-blue { /* pc */
	font-size: 1.7rem;
	width: 346px;
	height: 60px;
}

.button-blue:hover {
	opacity: 1;
}

.textbox--type1 { /* pc */
	margin: -130px auto 100px;
	width: calc(100% - 160px);
	font-size: 1.6rem;
	line-height: 2.375;
	padding: 40px 40px 57px;
	letter-spacing: 0.06em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.textbox--type1__main { /* pc */
	width: calc(100% - 160px);
	padding: 18px 0 0 40px;
}

.textbox--type2 { /* pc */
	font-size: 1.6rem;
	padding: 38px 50px;
	line-height: 2.42;
}

.list-type-1 { /* pc */
	max-width: 1102px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding-top: 30px;
}

.list-type-1 .slick-list { /* pc */
	overflow: visible;
}

.list-type-1__item { /* pc */
	margin: 0 29px;
	position: relative;
	overflow: hidden;
}

.list-type-1__item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.list-type-1__item:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.list-type-1__item:hover .list-type-1__image::after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-10deg) scale(1, 1);
	-ms-transform: skewY(-10deg) scale(1, 1);
	transform: skewY(-10deg) scale(1, 1);
}

.list-type-1__item:hover .overview > * {
	opacity: 1;
}

.list-type-1__main { /* pc */
	margin: -30px auto 0;
}

.list-type-1__text { /* pc */
	font-size: 1.4rem;
	line-height: 1.714285;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.list-type-2__item { /* pc */
	width: 550px;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
}

.list-type-2__item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.list-type-2__item:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.list-type-2__item:hover .list-type-2__image::after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-10deg) scale(1, 1);
	-ms-transform: skewY(-10deg) scale(1, 1);
	transform: skewY(-10deg) scale(1, 1);
}

.list-type-2__item:hover .overview > * {
	opacity: 1;
}

.list-type-2__item--sm { /* pc */
	width: 376px;
}

.list-type-2__text { /* pc */
	font-size: 1.2rem;
	line-height: 1.67;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.list-type-3 { /* pc */
	width: 752px;
}

.list-type-4 { /* pc */
	width: 100%;
}

.list-type-4__item { /* pc */
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}

.list-type-4__item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.list-type-4__item:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.list-type-4__item:hover .list-type-4__image::after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-10deg) scale(1, 1);
	-ms-transform: skewY(-10deg) scale(1, 1);
	transform: skewY(-10deg) scale(1, 1);
}

.list-type-4__item:hover .list-type-4__overview,
.list-type-4__item:hover .list-type-4__main {
	opacity: 1;
}

.list-type-4__item--lg { /* pc */
}

.list-type-4__item--lg:nth-child(even) .list-type-4__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.list-type-4__item--vertical { /* pc */
	width: 346px;
	margin-right: 31px;
	margin-bottom: 25px;
}

.list-type-4__item--vertical .list-type-4__head {
	display: block;
}

.list-type-4__item--vertical .list-type-4__image {
	width: 100%;
}

.list-type-4__item--vertical .list-type-4__overview {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
}

.list-type-4__item--vertical .list-type-4__main {
	margin-top: 10px;
}

.list-type-4__image { /* pc */
	width: 53.5%;
	overflow: hidden;
	position: relative;
}

.list-type-4__image--sm {
	width: 45.5%;
}

.list-type-4__overview { /* pc */
	width: 46.5%;
	padding: 10px 30px;
}

.list-type-4__overview--sm {
	width: 54.5%;
	padding: 10px 20px 0px;
}

.list-type-4__main--inner { /* pc */
	padding: 0;
	width: 100%;
}

.list-type-4__main--no-bg { /* pc */
	padding: 10px 20px 0;
}

.list-type-4__text { /* pc */
	font-size: 1.2rem;
	line-height: 1.66667;
	letter-spacing: 0.04em;
}

.about { /* pc */
	text-align: center;
	padding: 50px 0 48px;
}

.about__heading { /* pc */
	margin-bottom: 30px;
}

.about__text { /* pc */
	font-size: 1.4rem;
	line-height: 2.3;
	margin-bottom: 32px;
}

.about__link { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__link__item { /* pc */
	width: auto;
}

.about__link__item a { /* pc */
	width: auto;
	height: 100%;
	padding: 10px 50px 10px;
	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;
}

.about__link__item a:hover {
	opacity: 1;
}

.nexster-list { /* pc */
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 25px);
}

.nexster-list__cel { /* pc */
	width: 200px;
	height: 287px;
	margin-right: 25px;
	margin-bottom: 30px;
}

.nexster-list__dummy { /* pc */
	width: 200px;
	margin-right: 25px;
}

.nexster-list__heading img { /* pc */
	height: auto;
}

.nexster-list__front { /* pc */
	width: 100%;
	height: 100%;
	display: block;
}

.nexster-list__image { /* pc */
	width: 100%;
	height: 200px;
}

.nexster-list__main { /* pc */
	width: 100%;
	height: 87px;
	padding: 10px 24px;
	background-color: #fff;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}

.nexster-list__detail { /* pc */
	font-size: 1.5rem;
	line-height: 1.66667;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #e4007f;
	padding: 20px;
	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;
}

.nexster-list__detail:hover {
	opacity: 1;
}

.eyecatch--channeltop { /* pc */
	width: calc(100% - 60px);
	height: auto;
	margin: 30px auto 0;
}

.eyecatch--channeltop:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.eyecatch--channeltop img { /* pc */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.eyecatch--channelview { /* pc */
	margin-top: 50px;
	margin-bottom: 90px;
}

a.eyecatch { /* pc */
	overflow: hidden;
	position: relative;
}

a.eyecatch:hover::after {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-10deg) scale(1, 1);
	-ms-transform: skewY(-10deg) scale(1, 1);
	transform: skewY(-10deg) scale(1, 1);
}

.sns-share { /* pc */
	padding-top: 28px;
}

.sns-share__item { /* pc */
	margin-left: 30px;
	cursor: pointer;
}

.sns-share__item a,
.sns-share__item button { /* pc */
}

.sns-share__item a:hover,
.sns-share__item button:hover {
	opacity: 1;
}

.sns-share__item img { /* pc */
	width: auto;
}

.sns-share__item--copy img { /* pc */
	width: 17px;
}

.js-copy-finish { /* pc */
	top: 34px;
}

.js-copy-finish:before,
.js-copy-finish:after { /* pc */
	right: 14px;
}

.nexster-head { /* pc */
	padding: 98px 0 75px;
}

.lead { /* pc */
	padding: 104px 0 112px;
	margin-bottom: 100px;
	background: url(../img/bg_hd_channels_pc.jpg) no-repeat center/cover;
}

.lead:before { /* pc */
	width: calc(100% - 80px);
	height: calc(100% - 40px);
}

.lead:after { /* pc */
	width: calc(100% - 40px);
	height: calc(100% - 80px);
}

.lead__heading { /* pc */
	font-size: 3.6rem;
	line-height: 2;
	margin-bottom: 26px;
}

.lead__text { /* pc */
	font-size: 2.4rem;
}

.channel-logo { /* pc */
	width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.paging { /* pc */
	margin: 52px 0 100px;
	width: 584px;
	margin-left: auto;
	margin-right: auto;
}

.paging .page-numbers { /* pc */
	font-size: 3.0rem;
	width: 60px;
	height: 60px;
	margin: 0 3px;
}

.paging .page-numbers.prev,
.paging .page-numbers.next { /* pc */
	border: 3px solid #00afec;
}

.paging .page-numbers.prev img,
.paging .page-numbers.next img { /* pc */
	width: auto;
	margin-bottom: 7px;
}

.paging a { /* pc */
}

.paging a:hover {
	opacity: 1;
}

.channel-overview { /* pc */
	padding: 50px 50px 45px;
	margin-bottom: 0;
}

.channel-overview__content { /* pc */
	padding: 28px 0 40px;
	font-size: 1.6rem;
	line-height: 2.375;
}

.privacypolicy { /* pc */
	margin: 55px 0 102px;
	padding: 51px 47px 48px;
}

.privacypolicy__item { /* pc */
	margin-bottom: 32px;
}

.privacypolicy__text { /* pc */
	font-size: 1.4rem;
	line-height: 2.29;
	letter-spacing: 0.08em;
}

.privacypolicy__indent { /* pc */
	padding-left: 2em;
	text-indent: -1em;
}

.notfound { /* pc */
	padding: 298px 0;
}

.notfound__heading { /* pc */
	margin-bottom: 18px;
}

.notfound__heading img { /* pc */
	height: auto;
}

.notfound__text-1 { /* pc */
	font-size: 3.0rem;
}

.notfound__text-2 { /* pc */
	font-size: 1.4rem;
	line-height: 2.3;
	margin-bottom: 40px;
}

.notfound__link { /* pc */
	font-size: 1.4rem;
}

.slick-slider { /* pc */
	padding-bottom: 74px;
}

.slick-slider.slick-theme-arrow-side { /* pc */
	padding-bottom: 49px;
}

.slick-prev,
.slick-next { /* pc */
	width: 70px;
	height: 31px;
	margin-top: 0;
}

.slick-theme-arrow-side .slick-prev,
.slick-theme-arrow-side
		.slick-next { /* pc */
	bottom: auto;
	top: 320px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-prev { /* pc */
	left: 50%;
	margin-left: -180px;
}

.slick-theme-arrow-side .slick-prev { /* pc */
	left: -9px;
	margin-left: 0;
}

.slick-next { /* pc */
	right: 50%;
	margin-right: -180px;
}

.slick-theme-arrow-side .slick-next { /* pc */
	right: -9px;
	margin-right: 0;
}

.slick-dots { /* pc */
}

.slick-dots li { /* pc */
	width: 50px;
}

}

@media screen and (min-width: 950px) {

.l-flex-sb { /* pc */
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-col-3-2 { /* pc */
	width: 64.5%;
	margin-bottom: 0;
}

.l-col-3-1 { /* pc */
	width: 32%;
	max-width: 700px;
}

}

@media screen and (min-width: 1145px) {

.list-type-4__item--vertical:nth-child(3n) {
	margin-right: 0;
}

}

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

.nexster-list { /* pc */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

}

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

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-navi { /* sp */
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: calc(100% - 45px);
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

.sp-menu-btn { /* sp */
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 45px;
	display: block;
}

.sp-menu-btn span {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #FFFFFF;
	width: 25px;
	height: 3px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.sp-menu-btn span:nth-child(1) {
	margin-top: -8px;
}

.sp-menu-btn span:nth-child(3) {
	margin-top: 8px;
}

.sp-menu-btn.is-open span {
	width: 30px;
}

.sp-menu-btn.is-open span:nth-child(1) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.sp-menu-btn.is-open span:nth-child(2) {
	opacity: 0;
}

.sp-menu-btn.is-open span:nth-child(3) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.the_content { /* sp */
}

.the_content h3 { /* sp */
	font-size: 1.8rem;
}

.slick-next { /* sp */
}

}

@-webkit-keyframes circle {

0% {
	opacity: 1;
}

40% {
	opacity: 0.5;
}

100% {
	width: 200%;
	height: 200%;
	opacity: 0;
}

}

@keyframes circle {

0% {
	opacity: 1;
}

40% {
	opacity: 0.5;
}

100% {
	width: 200%;
	height: 200%;
	opacity: 0;
}

}

