@charset "utf-8";

/* top
---------------------------------------------------------------------------*/
html,
body,
#wrap {
	background: #0A0C14 !important;
	min-width: 100%;
}

#header-global,
#footer-global {
	background: none !important;
}

html,
body,
#header-global .inner,
#footer-global {
	min-width: 100%;
}

#header-global,
#footer-global,
.bg-top,
#main-area,
#widget-area,
#news-area,
#news-area .news-block {
	opacity: 0;
}

#header-global,
#footer-global,
#main-area,
#news-area,
#widget-area {
	pointer-events: none;
}

#nav-sp-main {
	width: 100vw;
}

.locale-close {
	display: block;
}


/* #loading-top
---------------------------------------------------------------------------*/
#loading-top {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255,255,255,0.4);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: loading_top 0.4s infinite linear;
}

@keyframes loading_top { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }


/* header
---------------------------------------------------------------------------*/
#header-global #header-nav {
	position: static;
}

body.top #header-global .inner {
	padding-top: 45px;
}

#header-global .logo-gt {
	position: static;
	width: 68px;
	margin: 0 auto 15px;
}

#header-global .sns-list {
	position: absolute;
	top: 32px;
	left: 60px;
	padding: 0;
}
#header-global .sns-list:lang(ar) {
	left: initial;
}

#header-global .sns-list li {
	margin-right: 6px;
}

#header-nav #nav-global {
	float: none;
	text-align: center;
}

#header-nav #nav-global ul,
#header-nav #nav-global li {
	display: inline-block;
}

#header-nav #nav-global ul {
	border-bottom: 1px solid rgba(231,231,231,0.2);
	width: calc(100% - 100px);
}

#header-nav #nav-global li {
	position: relative;
	float: none;
}

#header-nav #nav-global li:after {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: -12px;
	background-color: rgba(255,255,255,0.4);
	width: 22px;
	height: 1px;
	transform: rotate(-70deg);
}

#header-nav #nav-global li:last-of-type:after {
	display: none;
}

#header-nav #nav-global li a {
	padding: 15px 18px 15px 16px;
}

#header-nav #nav-global li a span {
	letter-spacing: 0.06em;
}

body.top #header-user {
	right: 60px;
}

.header-user .user-icon,
.header-user .user-alert,
.header-user .user-locale {
	float: left;
}
#header-global .user-locale {
	margin: -7px -15px 0 10px !important;
}

.header-user .user-not-signed-in {
	margin-top: 2px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.header-user .user-not-signed-in::before {
	background-image: url(/common/front/img/global/icon-user.svg);
	background-position: center bottom;
	background-size: auto 19px;
}

/* .btn-nav-pc
------------------------------------*/
.btn-nav-pc {
	position: fixed;
	top: 25px;
	width: 52px;
	height: 52px;
	transition: .4s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	left: initial;
	right: -88px;
}

.btn-nav-pc.active {
	transition: .6s cubic-bezier(0.77, 0, 0.175, 1);
	opacity: 1;
	z-index: 999;
	left: initial;
	right: 25px;
}

.btn-nav-pc:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	/*
	background:-webkit-gradient(linear, right top, left bottom, color-stop(0, #373648), color-stop(1, #4B5872));
	background-image: linear-gradient(225deg, #373648 0%, #4B5872 100%);
	*/
	background-image: linear-gradient(225deg, #454545 0%, #646464 100%);
	border-radius: 50%;
	width: 52px;
	height: 52px;
	z-index: -1;
	transition: .2s ease-out;
}

.btn-nav-pc:hover {
	opacity: 1;
}

.btn-nav-pc:hover:after {
	opacity: 0.7;
}

.btn-nav-pc div {
	width: 19px;
	height: 15px;
	margin: 19px 0 0 16px;
	opacity: 0.7;
}

.btn-nav-pc span {
	background-color: #E7E7E7;
}

.btn-nav-pc span:nth-of-type(2) {
	top: 7px;
}


/* footer
---------------------------------------------------------------------------*/
#footer-global {
/*
	padding: calc(100vh - 290px) 0 30px 60px;
*/
	padding: 200px 0 30px 60px;
}

#footer-global:lang(ar) {
	padding: 200px 60px 30px 0 !important;
}

#footer-global .logo-pdi,
#footer-global .logo-gt-type {
	opacity: 0.8;
}

#footer-global .logo-gt-type {
	bottom: 41px;
	right: 184px;
	width: 176px;	
}
#footer-global .logo-gt-type:lang(ar) {
	right: inherit;
    left: 184px !important;
}
#footer-global .logo-pdi:lang(ar) {
	right: initial;
    left: 64px !important;
}

#footer-global .logo-pdi img,
#footer-global .logo-gt-type img {
	width: 100%;
	height: auto;
}

#footer-global .logo-pdi {
	position: absolute;
	bottom: 40px;
	right: 64px;
	width: 85px;
	margin: 0;
}

#footer-global .sns-list {
	margin: 0 0 18px -2px;
}

#footer-global .sns-list li {
	margin-right: 9px;
}

#footer-global .sns-list li img {
	width: 35px;
	height: 35px;
}

#nav-footer {
	margin: 10px 0 30px 2px;
}

.link-footer {
	margin-bottom: 10px;
}

#footer-global .copyright {
	width: auto;
	line-height: 1.6;
	letter-spacing: 0.03em;
	transform-origin: left top;
	transform: scale(0.9);
	max-width: 556px;
}
#footer-global .copyright:lang(ar) {
	transform-origin: right top;
}


/* .bg-top
---------------------------------------------------------------------------*/
.bg-top > div {
/*
	background: url(../img/top/bg-top.jpg) no-repeat center center;
*/
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}


/* #top-wrap
---------------------------------------------------------------------------*/
#top-wrap {
	width: calc(100% - 100px);
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 225px;
}


/* .news-post
---------------------------------------------------------------------------*/
.news-post a:hover {
	opacity: 1;
}

.news-post figure {
	position: relative;
	background-color: #13161B;
}

.news-post.movie figure:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/top/btn-movie-top.svg) no-repeat center center;
	background-size: 100% auto;
	width: 98px;
	height: 98px;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.news-post.movie figure:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.news-post figure img {
	display: block;
	width: 100%;
	height: auto;
	transition: .15s ease-out;
}

.news-post a:hover figure img {
	opacity: 0.5;
}

/* .news-sub
------------------------------------*/
.news-sub {
	display: -webkit-box;
	display: flex;
	white-space: nowrap;
	margin-bottom: 12px;
}

.news-sub .category {
	font-size: 12px;
	letter-spacing: 0.06em;
}

@media all and (-ms-high-contrast:none){
	body:lang(ja) .news-sub .category {
		padding-top: 1px;
	}
}

.news-sub .line {
	position: relative;
	width: 100%;
}

.news-sub time {
	font-size: 11px;
	letter-spacing: 0.08em;
}

/* .news-label
------------------------------------*/
.news-label {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
	margin-left: 6px;
	padding: 2px 11px 5px 32px;
	line-height: 1;
	transform: translateY(5px);
	margin-top: -1em;
}
_::-webkit-full-page-media, _:future, :root body:lang(ja) .news-label {
	transform: translateY(-2px);
}

.news-label .bg {
	background-image: linear-gradient(-140deg, #31224A 11%, #26596A 20%, #26596A 36%, #31224B 45%, #31224B 81%, #26596A 90%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 400%;
	height: 100%;
	transform-origin: center center;
	z-index: 1;
}

.news-label em {
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	z-index: 2;
}

body:lang(ja) .news-label em {
	font-weight: bold;
}

.news-label i {
	display: block;
	position: absolute;
	z-index: 2;
}

.news-label.live i {
	top: 5px;
	left: 10px;
	background: url(../img/top/ico-live.png) no-repeat left top / 16px 14px;
	width: 16px;
	height: 14px;
}


/* #main-area
---------------------------------------------------------------------------*/
#main-area {
	overflow: hidden;
	margin-bottom: 65px;
}

#main-area article {
	float: left;
	width: 48.2%;
}

#main-area article:nth-child(even) {
	float: right;
}

#main-area article a {
	display: block;
}

#main-area article figure {
	margin-bottom: 26px;
}

#main-area article h2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.03em;
}

body:lang(ja) #main-area article h2 {
	line-height: 1.7;
	letter-spacing: 0.05em;
}

body:lang(ja) #news-area article h2 {
	letter-spacing: 0.06em;
}

body:lang(ja) .info-list h3 {
	font-size: 14px;
}

/* #news-area
---------------------------------------------------------------------------*/
#news-area {
	box-sizing: border-box;
	float: left;
	width: 74.1%;
	max-width: calc(100% - 260px - 4%);
}

#news-area .news-block {
	overflow: hidden;
	margin: 0 -2.3% 1.5%;
}

#news-area article {
	margin: 0 2.3% 4%;
}

#news-area article.size-l {
	width: 62.1%;
}

#news-area article.size-m,
#news-area article.size-s {
	width: 28.7%;
}

#news-area article figure {
	margin-bottom: 10px;
}

#news-area article h2 {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.55;
	letter-spacing: 0.03em;
}

#news-area article.size-l h2 {
	font-size: 16px;
	line-height: 1.7;
}

#news-area article h2 br {
	display: none;
}

#news-area .news-sub .line:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 10px;
	background-color: rgba(255,255,255,0.33);
	width: calc(100% - 20px);
	height: 1px;
}

/* grid
------------------------------------*/
.grid {
  position: relative;
}

.item {
  display: block;
  position: absolute;
  z-index: 1;
}


/* #widget-area
---------------------------------------------------------------------------*/
#widget-area {
	position: relative;
	float: right;
	width: 22.35%;
	min-width: 260px;
	margin-top: 23px;
}

#widget-area > div:not(:last-of-type) {
	margin-bottom: 30px;
}

/* .widget-common
------------------------------------*/
.widget-common {
	box-sizing: border-box;
	background-image: linear-gradient(135deg, #2E3843 0%, #1B2027 100%);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 38px 18px 14px;
	border-radius: 7px;
}

.widget-common .title {
	position: relative;
	margin-bottom: 5px;
	padding-left: 5px;
}

.widget-common h2 {
	display: inline-block;
    font-size: 18px;
	letter-spacing: 0.06em !important;
}

.widget-common h2 span {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	letter-spacing: 0.06em;
}

.btn-all {
	position: absolute;
	top: 3px;
	right: 0;
}

.btn-all a {
	display: inline-block;
	background: url(../img/global/icon-arrow.svg) no-repeat right top 6px;
	background-size: 13px 10px;
	padding: 5px 22px 5px 5px;
    font-size: 12px;
	letter-spacing: 0 !important;
}

/* .widget-slide
------------------------------------*/
.widget-slide {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.widget-slide .title {
	margin-bottom: 15px;
	padding-left: 0;
}

.widget-slide .title h2 {
	margin: 0;
	padding-left: 26px;
	padding-bottom: 8px;
	white-space: nowrap;
	cursor: pointer;
	opacity: 0.3;
	transition: .05s ease-out;
	height: auto;
}

.widget-slide .slider-inner {
	height: auto;
}


.widget-slide .title h2.active,
.widget-slide .title h2.slick-current {
	position: relative;
	opacity: 1;
	transition: .1s ease-out;
}

.widget-slide .title h2.active:after,
.widget-slide .title h2.slick-current:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 25px;
	background-color: #aaa;
	width: calc(100% - 25px);
	height: 1px;
}

.widget-slide .slider-nav .slick-track {
	margin-left: -42px !important;
}

.widget-slide .slider-inner {
	padding: 0 18px;
}

/* .info-list
------------------------------------*/
.info-list article {
	border-top: 1px solid rgba(255,255,255,0.1);
}

.info-list article a {
	display: block;
	padding: 18px 6px 13px 10px;
	color: #E7E7E7;
}

.info-list .label {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 3px;
	min-width: 50px;
	margin: 0 4px 0 -2px;
	padding: 2px 6px 2px 6px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.04em;
	font-weight: 500;
}

.info-list .label.today { background-color: #A16F6F; }
.info-list .label.one-day { background-color: #647186; }

.info-list time {
	display: inline-block;
	margin-left: 0.5px;
	font-size: 11px;
	letter-spacing: 0.08em;
	opacity: 0.6;
}

.info-list h3 {
	clear: both;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.5 !important;
	letter-spacing: 0.04em !important;
}

.info-list h3 span {
	display: block;
	margin: 4px 0 2px;
	font-size: 12px;
}

/* .widget-info
------------------------------------*/
.widget-info .title {
	padding-left: 11px;
}

/* .widget-ranking
------------------------------------*/
.widget-ranking {
	padding-bottom: 24px;
}

.ranking-list li {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 16px 2px 14px 8px;
}

.ranking-list i {
	width: 25px;
	min-width: 25px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.ranking-list .locale {
	width: 24px;
	min-width: 24px;
}

.ranking-list .logo {
	position: relative;
	overflow: hidden;
	background-color: #0A0C14;
	width: 48px;
	min-width: 48px;
	height: 36px;
	margin-bottom: -2px;
	transform: translateY(-1px);
}

.ranking-list .locale img,
.ranking-list .logo img {
	width: 100%;
	height: auto;
}

.ranking-list .logo img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ranking-list .name {
	width: 100%;
	padding: 0 6px 0 12px;
}

.ranking-list .locale + .name {
	transform: translateY(-1px);
}

.ranking-list .name strong {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.ranking-list .name em {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	opacity: 0.6;
}

.ranking-list .point {
	text-align: right;
	font-size: 15px;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.ranking-list .point span {
	padding-left: 4px;
	font-size: 10px;
	opacity: 0.6;
}

.ranking-list .btn-all-l {
	border: 1px solid rgba(255,255,255,0.2);
	margin-top: 26px;
}

.ranking-list .btn-all-l a {
	display: block;
	background: rgba(216,216,216,0.04) url(../img/top/icon-arrow-wide.svg) no-repeat right 13px top 20px;
	background-size: 20px 7px;
	padding: 16px 10px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.08em;
}

/* .widget-bnr
------------------------------------*/
.widget-bnr:not(:first-child) {
	margin-top: 40px;
}

.widget-bnr li:not(:last-of-type) {
	margin-bottom: 16px;
}

.widget-bnr li img {
	border-radius: 3px;
	width: 100%;
	height: auto;
}

.widget-bnr a {
	border-radius: 8px;
    background-color: #000;
    display: block;
	margin: 0 0 15px;
	overflow: hidden;
	outline: solid 1px rgba(255, 255, 255, 0.3);
}

.widget-bnr img {
	width: 100%;
	height: auto;
}
.widget-bnr dd {
	display: block;
}
.widget-bnr dt {
	display: block;
    text-align: center;
    padding: 8px 16px 12px;

	font-size: 15px;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.07rem;
}


/* ------------------------------------------------------------------------*/
/* pc
---------------------------------------------------------------------------*/
@media (max-width: 1400px) {

/* .widget-common
------------------------------------*/
.widget-common h2 {
    font-size: 16px;
	letter-spacing: 0 !important;
}

.widget-common h2 span {
	font-size: 10px;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.btn-all {
	top: 2px;
}

/* .widget-slide
------------------------------------*/
.widget-slide .slider-nav .slick-track {
	margin-left: -30px !important;
}

.widget-slide .title h2 {
	padding-left: 22px;
}

.widget-slide .title h2.active:after,
.widget-slide .title h2.slick-current:after {
	left: 21px;
	width: calc(100% - 21px);
}

/* .info-list
------------------------------------*/
.info-list article a {
	padding-left: 5px;
}

.info-list h3 {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.info-list h3 span {
	font-size: 11px;
	letter-spacing: 0.06em;
}

/* .widget-info
------------------------------------*/
.widget-info .title {
	padding-left: 6px;
}

/* .ranking-list
------------------------------------*/
.ranking-list li {
	padding-right: 0;
	padding-left: 5px;
}

.ranking-list i {
	width: 22px;
	min-width: 22px;
}

.ranking-list .logo {
	width: 40px;
	min-width: 40px;
	height: 30px;
}

.ranking-list .name {
	padding-left: 10px;
	transform: translateY(-1px);
}

.ranking-list .name strong,
.ranking-list .point {
	font-size: 14px;
}

.ranking-list .btn-all-l a {
	font-size: 13px;
}

} /* pc */


/* ------------------------------------------------------------------------*/
/* tablet
---------------------------------------------------------------------------*/
@media (min-width: 785px) and (max-width: 1215px) {

/* #top-wrap
------------------------------------*/
#top-wrap {
	width: calc(100% - 80px);
	padding-top: 225px;
}

/* header
------------------------------------*/
#header-global .sns-list {
	left: 40px;
}
#header-global .sns-list:lang(ar){
	left: initial;
}

body.top #header-user {
	right: 40px;
}

#nav-global ul {
	width: calc(100% - 70px);
}

#nav-global li a {
	padding: 14px 14px 14px 12px;
}

#nav-global li a span {
	font-size: 15px;
}

.header-user .user-not-signed-in {
	margin-top: -2px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.04em;
}

/* footer
------------------------------------*/
#footer-global {
	padding-left: 40px;
}
#footer-global:lang(ar) {
	padding-right: 40px;
}

#footer-global .logo-pdi {
	right: 40px;
}

#footer-global .logo-pdi:lang(ar) {
	right:initial;
	left: 40px !important;
}

#footer-global .logo-gt-type {
	right: 155px;
}

#footer-global .logo-gt-type:lang(ar) {
	right:initial;
	left: 155px !important;
}

/* .news-label
------------------------------------*/
.news-label {
	padding: 2px 9px 4px 29px;
	transform: translateY(-1.5px);
}

.news-label.live i {
	top: 5px;
	left: 9px;
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
}

/* #main-area
------------------------------------*/
#main-area article h2 {
	font-size: 16px;
	line-height: 1.7;
}

/* .#news-area
------------------------------------*/
#news-area article.size-l {
	width: 94.8%;
}

#news-area article.size-m,
#news-area article.size-s {
	width: 45%;
}

} /* tablet */


@media (min-width: 785px) and (max-width: 1099px) {

#footer-global {
	padding-left: 35px;
}

#footer-global .copyright {
	padding-right: 265px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
#footer-global .copyright:lang(ar) {
	padding-right: 0;
	padding-left: 265px;
}


#footer-global .copyright br {
	display: none;
}

#footer-global .logo-pdi {
	bottom: 43px;
	right: 30px;
	width: 75px;
}

#footer-global .logo-gt-type {
	bottom: 43px;
	right: 125px;
	width: 150px;
}

} /* tablet */


/* ------------------------------------------------------------------------*/
/* sp
---------------------------------------------------------------------------*/

@media (max-width: 800px) {
.news-sub .category,
.news-sub time {
	font-size: 10px;
}
}

@media (max-width: 785px) {
.locale-close {
	display: none;
}

/* header
------------------------------------*/
#header-global {
	position: relative;
	z-index: 1;
}

body.top #header-global .inner {
	padding-top: 0;
}

/*#header-nav,*/
#nav-global,
.btn-nav-pc {
	display: none;
}
#header-global .sns-list {
	left: calc(5.5% + 53px);
	top: 22px;
}
#header-global .sns-list li {
	margin-right: 1px;
}


#header-global .logo-gt {
	margin: 25px 0 0 5.5%;
}

#header-global .logo-gt img {
	width: 48px;
	aspect-ratio: auto 58 / 38;
	height: 38px;
}

.header-user {
	/*
	margin: 25px calc(4.5% + 45px) 0 0;
	display: none;
	*/
	display: block;
	top: 30px !important;
	right: 59px !important;
}

.header-user .user-not-signed-in::before {
	background-size: auto 18px;
	margin: 4px 3px 0 0;
}

.header-user .user-not-signed-in {
	margin: -10px 2px 0 0;
	font-size: 12px;
	letter-spacing: -.03em;
}

.btn-nav-open {
	top: 12px;
	right: 4.5%;
	margin-right: -12px;
	z-index: 2;
}

.btn-nav-open div {
	width: 26px;
	margin: 17px 0 0 12px;
}

.btn-nav-sp {
	z-index: 9999;
}

/* footer
------------------------------------*/
.link-footer li:nth-of-type(1) img {
	height: 24px;
}

#nav-footer {
	margin-bottom: 12px;
	margin-top: 5px;
}

#footer-global {
/*
	padding: calc(100vh - 320px) 5% 5%;
*/
	padding: 100px 5% 5%;
}

#footer-global .logo-pdi {
	float: none;
	position: static;
	width: 75px;
	margin: 0 0 20px 2px;
}

#footer-global .sns-list {
	float: none;
	margin: 0 0 0 -7px;
}

#footer-global .sns-list li {
	margin-right: 0;
}

#footer-global ul {
	margin: 0 0 5px 1px;
}

#footer-global .copyright {
	line-height: 1.2;
	letter-spacing: 0;
	transform: none;
}

/* .bg-top
------------------------------------*/
.bg-top {
	background: url(../img/top/bg-top_sp.jpg) no-repeat right bottom;
	background-size: cover;
}

/* #top-wrap
------------------------------------*/
#top-wrap {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	padding: 20px 4.5% 0;
}

/* .news-post
------------------------------------*/
.news-post.movie figure:before {
	width: 54px;
	height: 54px;
}

/* .news-sub
------------------------------------*/
.news-sub {
	min-height: 10px;
	margin-bottom: 10px;
}

.news-sub .category {
	font-size: 10px;
	transform-origin: left bottom;
}

.news-sub time {
	font-size: 10px;
	transform-origin: right bottom;
}

.news-sub .category,
.news-sub time {
	opacity: 0.6;
}

/* .news-label
------------------------------------*/
.news-label {
	display: inline-block;
	margin-left: 7px;
	padding: 1px 8px 4px 26px;
	transform: translateY(-1.5px);
}

.news-label em {
	font-size: 10px;
	letter-spacing: 0.04em;
}

.news-label.live i {
	top: 4px;
	left: 8px;
	background-size: 13px 11px;
	width: 13px;
	height: 11px;
}

/* #main-area
------------------------------------*/
#main-area {
	margin-bottom: 65px;
}

#main-area article {
	float: none;
	width: 100%;
	margin-bottom: 10%;
}

#main-area article:last-of-type {
	margin-bottom: 0;
}

#main-area article figure {
	margin-bottom: 18px;
}

#main-area .news-post.movie figure:before {
	width: 80px;
	height: 80px;
}

#main-area .news-sub {
	margin-bottom: 8px;
}

#main-area article h2 {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.02em;
}

/* #news-area
------------------------------------*/
#news-area {
	float: none;
	width: 100%;
	min-width: 100%;
	opacity: 0;
}

#news-area .news-block {
	overflow: hidden;
	margin: 0 0 4%;
}

#news-area article {
	width: 100%;
	margin: 0 6% 7% 0;
}

#news-area article:nth-child(even),
#news-area article:last-of-type {
	margin-right: 0;
}

#news-area article.size-l {
	width: 100%;
}

#news-area article.size-m,
#news-area article.size-s {
	width: 47%;
}

#news-area .news-sub .line:after {
	top: 5px;
	left: 8px;
	width: calc(100% - 16px);
}

#news-area article.size-m .news-sub,
#news-area article.size-s .news-sub {
	padding-right: 30px;
	white-space: normal;
}

#news-area article.size-m .news-sub .line,
#news-area article.size-s .news-sub .line {
	display: none;
}

#news-area article.size-m .news-sub .category,
#news-area article.size-s .news-sub .category {
	letter-spacing: 0;
	transform: scale(0.82);
}

#news-area article.size-m .news-sub time,
#news-area article.size-s .news-sub time {
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 0.06em;
	transform: scale(0.82);
}

#news-area article h2 {
	font-size: 11px;
	letter-spacing: 0.01em;
}

#news-area article.size-l h2 {
	font-size: 12px;
	line-height: 1.5;
}

/* #widget-area
------------------------------------*/
#widget-area {
	float: none;
	width: 100%;
	margin-top: 40px;
}

#widget-area .widget-slide .title h2 {
	padding-bottom: 6px;
	padding-left: 19px;
	font-size: 19px;
}

.widget-slide .slider-nav .slick-track {
	margin-left: -32px !important;
}

.widget-slide .title h2.active:after,
.widget-slide .title h2.slick-current:after {
	left: 19px;
	width: calc(100% - 19px);
}

/* .widget-common
------------------------------------*/
.widget-common {
	padding: 32px 18px 16px;
}

.widget-common .title {
	padding-left: 8px;
}

.widget-common h2 {
	font-size: 16px;
}

.widget-common h2 span {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	letter-spacing: 0.06em;
}

.btn-all {
	position: absolute;
	top: 3px;
	right: 8px;
}

.btn-all a {
	padding: 5px 20px 5px 5px;
	font-size: 13px;
	letter-spacing: 0.07em;
}

/* .info-list
------------------------------------*/
.info-list article a {
	padding: 11px 0 10px 8px;
}

.info-list .label {
	min-width: 46px;
	padding: 2px 4px 2px;
	font-size: 10px;
	transform: translateY(-1px);
}

.info-list time {
	letter-spacing: 0.1em;
}

.info-list h3 {
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.55 !important;
	letter-spacing: 0.02em !important;
}

.info-list h3 span {
	font-size: 10px;
}

/* .ranking-list
------------------------------------*/
.widget-ranking {
	padding-bottom: 24px;
}

.ranking-list li {
	padding-top: 14px;
	padding-bottom: 13px;
}

.ranking-list .btn-all-l a {
	background-position: right 13px top 17px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 12px;
	letter-spacing: 0.15em;
}
}

/* .widget-bnr
------------------------------------*/
.widget-bnr li {
	margin: 0 10px 20px;
}

.widget-bnr li:last-of-type {
	margin-bottom: 0;
}

.widget-bnr li img {
	border-radius: 3px;
}

.head_banner a {
	font-weight: bold;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

#footer-global .logo-pdi,
#footer-global .logo-gt-type {
	opacity: 1;
}

#nav-footer ul {
	margin-bottom: -8px;
}

#nav-footer li {
	margin-bottom: 8px;
}

@media (max-width: 785px) {
	#footer-global .logo-pdi {
		float: inline-start;
		width: 72px;
		margin: 0 0 32px;
	}

	#footer-global .logo-pdi img {
		width: 72px;
		vertical-align: bottom;
	}

	#footer-global .sns-list {
		float: inline-end;
		margin: 24px 0 0;
	}

	#footer-global .sns-list li {
		margin-inline-start: 6px;
	}

	#footer-global .sns-list li img {
		width: 32px;
		height: 32px;
	}

	#nav-footer {
		clear: both;
		padding: 0;
		margin: 0 0 8px;
	}
	
	#nav-footer ul {
		margin-bottom: 0;
	}

	#nav-footer li {
		margin: 0 0 8px;
		margin-inline-end: 26px;
	}

	#nav-footer li a {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	#footer-global ul {
		overflow: hidden;
	}

	#footer-global li {
		float: inline-start;
	}

	#nav-footer .nav-footer-list,
	#footer-global .link-footer {
		margin: 0 0 8px;
	}

	#footer-global .link-footer li:nth-of-type(1) {
		margin: 0 0 8px;
		margin-inline-end: 12px;
	}

	#footer-global .link-footer li:nth-of-type(2) {
		margin: 4px 0 8px;
	}

	#footer-global .link-footer li:nth-of-type(1) a,
	#footer-global .link-footer li:nth-of-type(2) a {
		margin-top: 0;
	}

	#footer-global .link-footer li:nth-of-type(1) img {
		width: auto;
		height: 25px;
		vertical-align: bottom;
	}

	#footer-global .link-footer li:nth-of-type(2) img {
		width: auto;
		height: 18px;
		vertical-align: bottom;
	}

	#footer-global .copyright {
		padding: 0;
		font-size: 10px;
		line-height: 1.6;
		opacity: 0.5;
	}

	#footer-global .copyright br {
		display: none;
	}
}