/*
 * base css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
}

@media (min-width: 600px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width:767px) {
}

@media (min-width: 768px) and (max-width:959px) {
}

@media (min-width: 960px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

/* ---------------------------------------- common */

article .inner > .date {
	font-weight: 500;
	margin: 0 0 1em;
}
article .inner > h2 {
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 2em;
}

#editors {
	line-height: 2;
}

#editors h3 {
	font-weight: 600;
	line-height: 1.6;
	margin: 0 0 1.5em;
}

@media (max-width: 767px) {

	article .inner > h2 { font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem); }
	article h3 { font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem); }

}

@media (min-width: 768px) {

	article { padding: 0 1.5em; }
	article .inner > h2 { font-size: clamp(1.125rem, -0.116rem + 2.59vw, 1.5rem); }
	#editors h3 { font-size: clamp(1rem, 0.172rem + 1.72vw, 1.25rem); }

}

/* ---------------------------------------- editors */

#editors p { line-height: 2; }

#editors a { color:#0000ee; }

#editors table{
	width: 100%;
}
#editors table th, #editors table td {
	border: #6b6868 1px solid;
	padding: 1em;
	vertical-align: middle;
}
#editors table th {
	background-color: #211b1b;
	text-align: center;
}

b, strong {
    font-weight: bolder;
}

#game-info-table {
	border-collapse: collapse;
	border-color: #f7f2f2;
	border: 1px solid;
	margin-bottom: 60px;
}

#game-info-table th {
	width: 20%;
	background-color: #211b1b;
	text-align: center;
	color: #fff;
	font-weight: bolder;
}
#game-info-table td {
	width: 80%;
	text-align: left;
	padding-left: 2rem !important;
}

#editors ul { padding:0 0 30px 44px; }
#editors li { 
	list-style-type: circle;
}
#editors li a { 
	color:blue;
	text-decoration:underline;
}

.alignleft { float: left; }

#single-news {
    width: 75%;
    max-width: 800px;
    margin: 0 auto 100px;
}
.wp-caption-text {
    font-size: .8em;
    margin-top: 1em;
    opacity: .8;
}

/* ---------------------------------------- common */

.pagelink { 
	text-align: center;
	margin: 3em 0 0;
}
.pagelink a {
	display: inline-block;
	color: #fff;
	background: #000 url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
	background-size: auto 1em;
	padding: .75em 2.5em .75em 1.5em;
	border-radius: 100px;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.pagelink a:hover {
	background: #e1123a url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
}
#game-info-table .links a {
	color: #000;
    background: #fff url(../images/commons/link.svg) no-repeat center left 0.2em;
    background-size: auto 1.5em;
	padding: 0em 2.5em 0em 1.5em !important;
	margin-right: 2em;
    -webkit-transition: all 0.3s 
ease-out;
    transition: all 0.3s 
ease-out;
}
#game-info-table .links a:hover {
	background: #e1123a url( ../images/commons/arrwo-brackets-right-w.svg) no-repeat right 1em center;
	color: #fff;
}


/* ---------------------------------------- p-blogCard */

.p-blogCard {
    cursor: pointer;
    display: block;
    margin: 2.5em 0 2em;
    max-width: 880px;
    transition: box-shadow .25s;
    width: 100%
}

.wp-block-embed>.p-blogCard {
    margin: 0 auto
}

.p-blogCard:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.1),0 12px 28px -12px rgba(0,0,0,.05)
}

.p-blogCard:hover .c-postThumb__img {
    opacity: 1
}

.p-blogCard__caption {
    background: var(--color_content_bg);
    border-radius: 2px;
    display: inline-block;
    font-size: 11px;
    left: 16px;
    line-height: 2;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
    z-index: 1
}

.p-blogCard__caption:before {
    content: "\e923";
    display: inline-block;
    font-family: icomoon;
    margin-right: 3px
}

.-external .p-blogCard__caption:before {
    content: "\e91a"
}

.p-blogCard__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 16px;
    position: relative;
    transition: box-shadow .25s
}

.-noimg>.p-blogCard__inner {
    min-height: 5em
}

.p-blogCard__thumb {
    flex-shrink: 0;
    margin: 0 1em 0 0;
    width: 30%
}

.p-blogCard__thumb .c-postThumb__figure {
    margin: 0;
    position: relative;
    width: 100%
}

.p-blogCard__body {
    flex: 1 1 auto;
    margin: 0
}

.p-blogCard__title {
    color: inherit;
    display: block;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none
}

.p-blogCard__excerpt {
    display: block;
    font-size: .8em;
    line-height: 1.4;
    margin-top: .5em;
    opacity: .8;
    word-break: break-word
}

[data-type=type1] .p-blogCard__caption {
    bottom: auto;
    right: auto
}

[data-type=type1] .p-blogCard__inner {
    padding-top: 21px
}

[data-type=type1] .p-blogCard__inner:before {
    border: 1px solid;
    border-radius: var(--swl-radius--2,0);
    display: block;
    pointer-events: none
}

[data-type=type2] .p-blogCard__caption {
    background: var(--color_main);
    bottom: auto;
    color: #fff;
    padding: 0 .75em;
    right: auto
}

[data-type=type2] .p-blogCard__inner {
    border: 1px solid var(--color_main);
    border-radius: 2px;
    padding-top: 24px
}

[data-type=type3] .p-blogCard__caption {
    background: none;
    bottom: 2px;
    font-size: 10px;
    left: auto;
    opacity: .8;
    right: 4px;
    top: auto;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[data-type=type3] .p-blogCard__inner {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.08);
    color: #333
}
