@charset "UTF-8";
/*----------------------------------------------------
☆UNIQ
----------------------------------------------------*/

body {
background-color: #000;
}

#wrap {
	background-color: transparent;
}
#tubular-player {
	top: -3%!important;
}

/*
#header {
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	transition: 0.2s;
}
#header .hdM {
	height: 60px;
}
#header .hdM .logo {
	padding-top: 15px;
	width: 230px;
}
#header .hdM .hdMR {
	padding-top: 15px;
}
#header .hdM .hdMR .hdSub .hdSubMenu ul li a {
	color: #FFF;
	font-family: 'Noto Sans Japanese'!important;
	font-weight: 200;
}
.gsc-control-cse {
	border-color: transparent!important;
	background-color: transparent!important;
}
#gsc-i-id1 {
	background-color: transparent!important;
	color: #FFF!important;
}
.gsc-input-box {
	border: 1px solid #D9D9D9;
	background-color: transparent!important;
	color: #FFF!important;
}
#gNav {
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 10001;
	width: 100%;
	transition: 0.2s;
}
#gNav ul li {
	background: none;
	font-weight: 200;
}
#gNav ul li a {
	color: #FFF;
	padding: 15px 14px;
	background-image: none;
	transition: none!important;
}
#gNav ul li:hover, #gNav ul li:hover > a, #gNav ul li a:hover {
	background-color: #0091E1;
	color: #F7FB24!important;
}
#gNav ul li a.current {
	background-color: #0091E1;
	color: #FFF;
	cursor: default;
}
*/

@media only screen and (min-width: 850px) {
#header {
	background-color: rgba(0,0,0,0.2);
	transition: 0.2s;
}
#header .hdM .hdMR .hdSub .hdSubMenu ul li a {
	color: #FFF;
	font-family: 'Noto Sans Japanese'!important;
	font-weight: 200;
}
#gsc-i-id1 {
	background-color: transparent!important;
	color: #FFF!important;
}
.gsc-input-box {
	border: 1px solid #D9D9D9;
	background-color: transparent!important;
	color: #FFF!important;
}
#gNav {
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 10001;
	width: 100%;
	transition: 0.2s;
}
#gNav ul li a {
	color: #FFF;
	padding: 15px 14px;
	background-image: none;
	transition: none!important;
}
body.action #header {
	background-color: #FFF;
}
body.action #gNav {
	background-color: #F5F5F1;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.08);
}
body.action #gNav ul li a {
	color: #4c505c;
}
body.action #header .hdM .hdMR .hdSub .hdSubMenu ul li a {
	color: #000;
}
body.action .gsc-control-cse {
	border-color: transparent!important;
	background-color: transparent!important;
}
body.action #gsc-i-id1 {
	color: #000!important;
}
}

#movieArea {
	height: calc(100vh - 250px);
}
#movieAreaSp {
display: none;
}
#contents {
	margin-bottom: 0;
	padding-bottom: 0;
}
#specialContents {
	background-color: rgba(255,255,255,0.95);
	padding: 60px 0;
}
#footer .ftT {
	padding: 30px 0;
}
.mm-slideout {
	z-index: 3!important;
}
#viSlider {
	background-color: #F0F4F7;
	padding: 40px 30px;
}
#viSlider .viSliderWrap {
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}
#viSlider .inr {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#viSlider .inr .slider-for {
	max-width: 1100px;
	width: calc(100% - 220px)!important;
}
#viSlider .inr .slider-for img {
	height: auto;
	width: 100%;
}
#viSlider .inr .slider-nav {
	width: 220px;
	height: 440px;
}
#viSlider .inr .slider-nav .slick-list {
	padding-top: 88px!important;
	padding-bottom: 0!important;
	height: 440px!important;
	overflow: hidden;
}
#viSlider .inr .slider-nav .slick-list .slick-slide {
	border: none;
	border-bottom: 1px solid #888;
	position: relative;
}
#viSlider .inr .slider-nav .slick-list .slick-slide:before {
	background: url(../uniq/top/mask.png) left top repeat;
	content: '';
	cursor: pointer;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: 0.2s;
}
#viSlider .inr .slider-nav .slick-list .slick-slide:hover:before {
	opacity: 0.6;
}
#viSlider .inr .slider-nav .slick-list .slick-slide.slick-current:before {
	opacity: 0;
}
#viSlider .inr .slider-nav .slick-prev {
	top: 0;
	left: 46%!important;
	background: url(../uniq/top/arrow_up.png) left top no-repeat!important;
	z-index: 10;
	height: 28px;
	width: 28px;
}
#viSlider .inr .slider-nav .slick-next {
	top: inherit;
	bottom: -25px;
	left: 46%!important;
	background: url(../uniq/top/arrow_down.png) left top no-repeat!important;
	z-index: 10;
	height: 28px;
	width: 28px;
}
#viSlider .inr .slider-nav .slick-prev:before, #viSlider .inr .slider-nav .slick-next:before {
	display: none;
}
#viSliderSp {
display: none;
}

@media only screen and (max-width: 850px) {
#wrap {
	background-color: #FFF;
}
#movieArea {
display: none;
}
#movieAreaSp {
display: block;
margin-bottom: 15px;
overflow: hidden;
}

#movieAreaSp img {
height: auto;
width: 100%;
}

#viSlider {
display: none;
}
#viSliderSp {
background-color: #E4F1F9;
display: block;
padding: 20px 15px 15px;
margin-top: 20px;
}
#viSliderSp img {
height: auto;
width: 100%;
}
#viSliderSp .slick-dots {
    bottom: -30px;
}
#viSliderSp .slick-dots li button::before {
color: #999;
}
#viSliderSp .slick-prev,
#viSliderSp .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
				z-index: 100;
}
#viSliderSp .slick-prev {
    left: -10px;
}
#viSliderSp .slick-next {
    right: -10px;
}
#viSliderSp .slick-prev::before,
#viSliderSp .slick-next::before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #999;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}



#topTopics {
	background: rgba(255,255,255,0.95);
	clear: both;
	padding: 50px 0 60px;
	overflow: hidden;
}
#topTopics .inr {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
#topTopics .inr h2 {
	color: #0094DE;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
}
#topTopics .inr h2 span {
	display: block;
}
#topTopics .inr h2 span.en {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
}
#topTopics .inr h2 span.ja {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 10px;
}
#topTopics ul {
	overflow: hidden;
}
#topTopics ul li {
	border: 1px solid #DDD;
}
#topTopics ul li a {
	display: block;
	height: 217px;
	transition: 0.2s;
}
#topTopics ul li a:hover {
	opacity: 0.8;
}
#topTopics .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}
#topTopics .bx-wrapper .bx-controls-direction a {
	height: 50px;
	margin-top: -25px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 26px;
	z-index: 9999;
}
#topTopics .bx-wrapper .bx-prev {
	background: url(../cmn_img/img_prev.png) left top no-repeat;
	left: -40px;
	transition: 0.2s;
}
#topTopics .bx-wrapper .bx-next {
	background: url(../cmn_img/img_next.png) left top no-repeat;
	right: -40px;
	transition: 0.2s;
}
#topTopics .bx-wrapper .bx-prev:hover, #topTopics .bx-wrapper .bx-next:hover {
	opacity: 0.7;
}
#topTopics .bx-wrapper .bx-caption {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	/*bottom: 0;
	left: 0;
	*/
	position: relative!important;
	line-height: 1.4;
	width: 100%;
}
#topTopics .bx-wrapper .bx-caption span {
	font-size: 13px !important;
	transition: 0.2s;
}
#topTopics .bx-wrapper li:hover .bx-caption span {
	background: rgba(0, 143, 228, 1) none repeat scroll 0 0;
}
#topTopics .bx-wrapper .bx-pager.bx-default-pager a {
	background: #DDD none repeat scroll 0 0;
}
#topTopics .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0091E1 none repeat scroll 0 0;
}
#topTopics ul li a span.tag {
	background: rgba(0, 143, 228, 0.7) none repeat scroll 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 5px 20px;
	position: absolute;
	top: 0;
	left: 0;
}
#topTopics p.btn {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 5px;
	right: 0;
	display: none;
}
#topTopics p.btn a {
	border: 2px solid #0094de;
	background-color: #0094de;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	line-height: 1.4;
	padding: 6px 20px 5px;
	text-decoration: none;
	transition: 0.2s;
}
#topTopics p.btn a:before {
	content: "\f105";
	display: inline-block;
	font-size: 14px;
	font-family: "fontawesome";
	margin-right: 10px;
	transition: 0.2s;
	transition: 0.2s;
}
#topTopics p.btn a:hover {
	background-color: #FFF;
	color: #0094de;
}
#topTopics p.btn a:before {
	content: "\f105";
	display: inline-block;
	font-size: 14px;
	font-family: "fontawesome";
	margin-right: 10px;
	transition: 0.2s;
	transition: 0.2s;
}
#contents div.whatsNew {
	background-color: #EDF2F5;
	background-color: rgba(237,242,245,0.95);
	padding: 90px 0;
}
#contents div.whatsNew div.inr {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
#contents div.whatsNew h2 {
	color: #0094DE;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
}
#contents div.whatsNew h2 span {
	display: block;
}
#contents div.whatsNew h2 span.en {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
}
#contents div.whatsNew h2 span.ja {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 10px;
}
#contents div.whatsNew p.btn {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 5px;
	right: 0;
}
#contents div.whatsNew p.btn a {
	border: 2px solid #0094de;
	background-color: #0094de;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
	line-height: 1.4;
	padding: 6px 20px 5px;
	text-decoration: none;
	transition: 0.2s;
}
#contents div.whatsNew p.btn a:before {
	content: "\f105";
	display: inline-block;
	font-size: 14px;
	font-family: "fontawesome";
	margin-right: 10px;
	transition: 0.2s;
	transition: 0.2s;
}
#contents div.whatsNew p.btn a:hover {
	background-color: #FFF;
	color: #0094de;
}
#contents div.whatsNew p.btn a:before {
	content: "\f105";
	display: inline-block;
	font-size: 14px;
	font-family: "fontawesome";
	margin-right: 10px;
	transition: 0.2s;
	transition: 0.2s;
}
#contents div.topSP {
	background: url(../uniq/top/bg_sp.jpg) left top repeat-x;
	background-color: rgba(255,255,255,0.95);
	padding: 90px 0;
}
#contents div.topSP .inr {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
#contents div.topSP .inr h2 {
	color: #0094DE;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
}
#contents div.topSP .inr h2 span {
	display: block;
}
#contents div.topSP .inr h2 span.en {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
}
#contents div.topSP .inr h2 span.ja {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 10px;
}
#contents div.topSP .inr ul {
	overflow: hidden;
}
#contents div.topSP .inr ul li {
	float: left;
	text-align: center;
	width: 33.3%;
}
#contents div.topSP .inr ul li a {
	display: block;
	padding: 10px;
}
#contents div.topSP .inr ul li a img {
	height: auto;
	width: 100%;
	max-width: 410px;
	transition: 0.2s;
}
#contents div.topSP .inr ul li a:hover img {
	opacity: 0.7;
}
#contents div.topFa {
	background: rgba(0,146,225,0.6);
	padding: 90px 0 60px;
}
#contents div.topFa .inr {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
#contents div.topFa .inr h2 {
	color: #FFF;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-align: center;
}
#contents div.topFa .inr h2 span {
	display: block;
}
#contents div.topFa .inr h2 span.en {
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
}
#contents div.topFa .inr h2 span.ja {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 10px;
}
#contents div.topFa ul {
	overflow: hidden;
}
#contents div.topFa ul li {
	float: left;
	width: 16.6%;
}
#contents div.topFa ul li.li01 {
	background-color: #FAAB37;
}
#contents div.topFa ul li.li02 {
	background-color: #D14643;
}
#contents div.topFa ul li.li03 {
	background-color: #F4718F;
}
#contents div.topFa ul li.li04 {
	background-color: #12BEC0;
}
#contents div.topFa ul li.li05 {
	background-color: #35B46F;
}
#contents div.topFa ul li.li06 {
	background-color: #4E3CA1;
}
#contents div.topFa ul li p.img {
	line-height: 0;
}
#contents div.topFa ul li p.img img {
	height: auto;
	width: 100%
}
#contents div.topFa ul li div.data {
	padding: 15px 20px 0;
}
#contents div.topFa ul li div.data .iconImg {
	line-height: 0;
	margin-bottom: 0;
	text-align: center;
}
#contents div.topFa ul li div.data h3 {
	color: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	text-align: center;
}
#contents div.topFa ul li div.data h3 a {
	color: #FFF;
	text-decoration: none;
}
#contents div.topFa ul li dl {
	border-top: 1px solid #FFF;
	color: #FFF;
	margin: 0 15px;
	padding: 15px 0;
	min-height: 220px;
}
#contents div.topFa ul li dl dt {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
#contents div.topFa ul li dl dd {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}
#contents div.topFa ul li dl a {
	color: #FFF;
	text-decoration: none;
}
#contents div.topFa ul li dl dd a {
/*padding-left: 10px;*/
}
#contents div.topFa ul li dl dd a:before {
	content: "\f105";
	display: inline-block;
	font-size: 14px;
	font-family: "fontawesome";
	margin-right: 5px;
	transition: 0.2s;
	transition: 0.2s;
}
#contents div.topFa ul li dl a:hover {
	text-decoration: underline;
}
#attention {
	background: url(../uniq/top/bg_attention.jpg) left center no-repeat rgba(255,255,255,1);
	margin: 0 auto;
	padding: 20px 20px 15px 240px;
	position: relative;
	z-index: 1;/*margin-top:-112px;*/
}
#attention ul {
}
#attention ul li {
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 0;
}
#attention ul li span.date {
	font-family: 'Montserrat', sans-serif;
	margin-right: 15px;
}



/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 850px) {
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

body {
background-color: #FFF;
}

#topMv {
	margin-bottom: 10px;
	height: 200px;
}
#topMv ul.bxslider li {
	background-size: auto 200px;
	height: 200px;
}
#topMv ul.bxslider li span.noLink, #topMv ul.bxslider li a {
	background-size: auto 200px;
	height: 200px;
}
#topTopics {
	padding: 40px 10px 20px;
}
#topTopics .inr h2 {
	margin-bottom: 30px;
}
#topTopics .inr h2 span.en {
	font-size: 24px;
	font-size: 2.4rem;
}
#topTopics .inr h2 span.ja {
	font-size: 12px;
	font-size: 1.2rem;
}
#topTopics .bx-wrapper {
	margin: 0 auto 30px;
}
#topTopics ul li a span.tag {
	font-size: 9px;
	padding: 5px 10px;
}
#contents div.whatsNew {
	margin-bottom: 0;
	padding: 40px 0;
}
#contents div.whatsNew div.tabMenu ul#nav {
	padding-left: 5px;
}
#contents div.whatsNew .inr h2 {
	margin-bottom: 30px;
}
#contents div.whatsNew .inr h2 span.en {
	font-size: 24px;
	font-size: 2.4rem;
}
#contents div.whatsNew .inr h2 span.ja {
	font-size: 12px;
	font-size: 1.2rem;
}
#contents div.whatsNew #tab {
	padding: 0 10px;
}
#contents div.whatsNew p.btn {
	font-size: 13px;
	font-size: 1.3rem;
	position: static;
	text-align: center;
	padding: 25px 15px 0;
}
#contents div.whatsNew p.btn a {
	display: block;
}
#contents div.topSP {
	background-repeat: repeat;
	padding: 40px 5px 20px;
}
#contents div.topSP .inr h2 {
	margin-bottom: 15px;
}
#contents div.topSP .inr h2 span {
	display: block;
}
#contents div.topSP .inr h2 span.en {
	font-size: 24px;
	font-size: 2.4rem;
}
#contents div.topSP .inr h2 span.ja {
	font-size: 12px;
	font-size: 1.2rem;
}
#contents div.topSP .inr ul li {
	width: 50%;
}
#contents div.topSP .inr ul li a {
	padding: 5px;
}
#contents div.topFa {
	padding: 40px 0 0;
}
#contents div.topFa .inr h2 {
	margin-bottom: 25px;
}
#contents div.topFa .inr h2 span {
	display: block;
}
#contents div.topFa .inr h2 span.en {
	font-size: 24px;
	font-size: 2.4rem;
}
#contents div.topFa .inr h2 span.ja {
	font-size: 12px;
	font-size: 1.2rem;
}
#contents div.topFa ul li {
	float: none;
	padding: 10px;
	overflow: hidden;
	width: auto;
}
#contents div.topFa ul li p.img {
	float: left;
	margin-right: 3%;
	width: 30%;
}
#contents div.topFa ul li div.data {
	float: left;
	width: 67%;
	padding: 0;
}
#contents div.topFa ul li div.data .iconImg img {
	height: auto;
	width: 35px;
}
#contents div.topFa ul li div.data h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#contents div.topFa ul li dl {
	color: #FFF;
	margin: 0 10px;
	padding: 10px 0;
	min-height: inherit;
}
#contents div.topFa ul li dl dt {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#contents div.topFa ul li dl dd {
	font-size: 12px;
	font-size: 1.2rem;
}
#attention {
	background-image: none;
	border: 1px solid #DDD;
	margin: 15px 15px 0;
	padding: 0;
	max-width: 1100px;
	margin-top: 0;
}
#attention:before {
	background-color: #008FE4;
	color: #FFF;
	content: '重要なお知らせ';
	display: block;
	padding: 10px 10px 5px;
}
#attention ul {
	padding: 10px;
}
#attention ul li {
	font-size: 12px;
}
#attention ul li span.date {
	display: block;
}

#specialContents {
    background-color: rgba(255,255,255,0.95);
    padding: 30px 10px 0;
}


}

@media only screen and (max-width: 600px) {
#topTopics .bx-wrapper .bx-caption span {
	height: 90px;
}
#topTopics ul li a {
	min-height: 182px;
	position: relative;
	height: auto;
	display: flex;
	overflow: hidden;
	max-width: 280px;
}
#topTopics .bx-wrapper img {
	max-width: 100%;
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
}

@media only screen and (max-width: 520px) {
#topTopics ul li a {
	min-height: 161px;
}
}

@media only screen and (max-width: 450px) {
#topTopics .bx-wrapper .bx-caption span {
	height: 90px;
}
#topTopics ul li a {
	min-height: 136px;
	max-width: 205px;
}
}

@media only screen and (max-width: 380px) {
#topTopics .bx-wrapper .bx-caption span {
	height: 105px;
}
#topTopics ul li a {
	min-height: 108px;
}
}
