@charset "UTF-8";
/*
Theme Name: ダイの大冒険ポータルサイト
Version: v20200901
*/

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}

/* Web Font */
/* @font-face {
	font-family: "DinD";
	src: url('common/fonts/URWDIN-Demi.ttf') format("truetype");
}
@font-face {
	font-family: "DinB";
	src: url('common/fonts/URWDIN-Bold.ttf') format("truetype");
}
@font-face {
	font-family: "DinBl";
	src: url('common/fonts/URWDIN-Black.ttf') format("truetype");
} */

body {
  position: relative;
	padding: 50px 0 180px;
	color: #333;
	font-family: -apple-system, 'BlinkMacSystemFont', Roboto, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', Meiryo, 'メイリオ', Verdana, sans-serif;
	font-size: 16px;
	z-index: 1;
}
h1, h2, h3, h4, h5 {
  font-size: 16px;
}
#background {
	content: '';
	position: fixed;
	top: -20px;
	left: 0;
	display: block;
	width: calc( 100% + 40px );
	height: calc( 100% + 40px );
	background-color: #fff;
	background-image: url(common/images/bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	z-index: 0;
}
.pcbr { display: block !important; height: 0; overflow: hidden }
.spbr { display: none !important }
.box {
  background: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
  border-radius: 5px;
}
.title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 50px;
  border-radius: 50px;
  text-align: center;
  background: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
}
main .title-bar {
  margin-bottom: 20px;
}
.title-bar > span {
  display: block;
}
.title-bar .en {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 9px;
  line-height: 1;
}
.title-bar .en > span {
  font-size: 20px;
}
.title-bar .jp {
  margin-left: 20px;
  font-size: 20px;
  letter-spacing: 6px;
}
.title-bar .jp > span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.bt {
  margin-top: 1em;
  text-align: center;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5578EB), to(#223496));
  background-image: -o-linear-gradient(top, #5578EB 0%, #223496 100%);
  background-image: linear-gradient(180deg, #5578EB 0%, #223496 100%);
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
          box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  border-radius: 5px;
  color: #fff;
  
  -webkit-font-feature-settings: 'palt';
  
          font-feature-settings: 'palt';
  font-size: 28px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.70);
  text-decoration: none;
}
.btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6f8ef3), to(#4558c2));
  background-image: -o-linear-gradient(top, #6f8ef3 0%, #4558c2 100%);
  background-image: linear-gradient(180deg, #6f8ef3 0%, #4558c2 100%);
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.social-links li {
  margin: 0 15px;
}
.social-links a {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 70px;
  background: url(common/images/icon-social.png) no-repeat 0 0;
  background-size: auto 100%;
  overflow: hidden;
}
.social-links a.social-twitter { background-position: 0 0; }
.social-links a.social-facebook { background-position: -70px 0; }
.social-links a.social-line { background-position: -140px 0; }
article .social-links li {
  margin: 0 0 0 20px;
}
article .social-links a {
  width: 40px;
  height: 40px;
  padding-top: 40px;
}
article .social-links a.social-twitter { background-position: 0 0; }
article .social-links a.social-facebook { background-position: -40px 0; }
article .social-links a.social-line { background-position: -80px 0; }

.post-meta-date {
  font-size: 1.5em;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 500;
}



.list-posts figure .thumbnail,
article .detail figure {
	position: relative;
	user-select: none;
	-webkit-touch-callout: none;
}
article .detail figure img {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
}
#home-keyvisual img,
.list-posts figure .thumbnail img,
article .detail figure img {
  pointer-events: none;
  -webkit-touch-callout: none;
  user-select: none;
  position: relative;
	z-index: 1;
}
#touch > * {
	z-index: 10000;
}



header, nav, main, footer {
	position: relative;
	z-index: 3;
}
main, footer {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
header {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	z-index: 3;
}
header .logo img {
  width: 280px;
  height: auto;
}
#home header {
	position: relative;
	width: 960px;
	padding: 0 332px 0 28px;
}
#home header .logo img {
  width: 600px;
}
#home-keyvisual {
  margin: 40px 0 20px;
  padding-bottom: 40px;
}
#home-keyvisual ul {
  list-style: none;
  line-height: 0;
}
#home-keyvisual li {
  border-radius: 5px;
  overflow: hidden;
}
#home-keyvisual > .swiper-pagination-bullets {
  bottom: 0;
}
#home-keyvisual .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #2337A5;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), 0 0 0 2px #fff inset;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), 0 0 0 2px #fff inset;
  border-radius: 8px;

  opacity: 1;}
#home-keyvisual .swiper-pagination-bullet-active {
  background: #FF005D;
}
#home-keyvisual > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.youtube-latest {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22,40,139,0.85)), to(rgba(74,193,241,0.85)));
  background-image: -o-linear-gradient(top, rgba(22,40,139,0.85) 0%, rgba(74,193,241,0.85) 100%);
  background-image: linear-gradient(180deg, rgba(22,40,139,0.85) 0%, rgba(74,193,241,0.85) 100%);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
  border-radius: 5px;
  text-align: center;
}
.youtube-latest h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}
.youtube-latest h2 img {
  margin: 5px;
}
.youtube-latest figure {
  position: relative;
  margin: 10px 0;
  padding-top: 56%;
}
.youtube-latest iframe[src*="youtube"],
.youtube-latest iframe[src*="youtu.be"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-latest .readmore {
  text-align: center;
}
.youtube-latest .readmore a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  height: 42px;
  margin: 15px auto 0;
  padding: 0;
  border-radius: 42px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
}
.youtube-latest .readmore a:hover {
  opacity: 0.9;
}

.nav-open,
.nav-close {
  display: none;
}
.nav {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 0 10px;
}
#home .nav {
	margin: 0 auto 50px;
}
.nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
	padding: 15px 25px 10px;
	background: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 2px #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 2px #FFFFFF;
  border-radius: 8px;
  line-height: 1;
}
.nav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.nav nav > ul > li {
  margin: 0 15px 5px 0;
}
.nav nav > ul > li a {
  display: block;
  padding: 7px;
  font-family: 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 24px;
  font-weight: 600;
  color: #2337A5;
  text-decoration: none;
  text-shadow: 1px 1px 0 #FFFFFF;
}
.nav nav > ul > li a:hover {
  background: #FFFFFF;
  -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.3), inset 0 0 0 2px #2337A5;
          box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.3), inset 0 0 0 2px #2337A5;
  border-radius: 5px;
}
.nav nav form {
  position: relative;
  width: 260px;
  min-width: 260px;
  padding-left: 20px;
}
.nav nav form input[type="search"] {
  width: 100%;
  height: 42px;
  padding: 0 0 0 10px;
  background: #FFFFFF;
  border: 3px solid #2337A5;
  -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.2);
          box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.2);
  border-radius: 6px;
  font-size: 16px;
}
.nav nav form:before {
  content: '\f002';
  position: absolute;
  right: 10px;
  top: 10px;
  color: #2337A5;
  font-family: FontAwesome;
  font-size: 21px;
}
.nav nav form.input:before {
  display: none;
}
.nav nav form input[type="search"]::-webkit-input-placeholder {
  color: #9B9B9B;
}
.nav nav form input[type="search"]::-moz-placeholder {
  color: #9B9B9B;
}
.nav nav form input[type="search"]:-ms-input-placeholder {
  color: #9B9B9B;
}
.nav nav form input[type="search"]::-ms-input-placeholder {
  color: #9B9B9B;
}
.nav nav form input[type="search"]::placeholder {
  color: #9B9B9B;
}





.catch,
.list-banner > li {
	line-height: 0;
}
.list-banner,
.copyright {
	list-style: none;
}
.catch {
	position: relative;
	margin-top: 30px;
}
.catch span {
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.catch img {
	position: relative;
	z-index: 2;
	border-radius: 5px;
}
.catch::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border: 0;
	display: block;
	width: 100%;
	height: calc( 100% - 50px);
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	border-radius: 5px;
}
.list-banner li {
	position: relative;
	margin: 30px 0;
	padding: 10px;
	background: rgba(255, 255, 255, 0.50);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	border-radius: 5px;
}
.list-banner li:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 137px;
	height: 23px;
	background: url(common/images/click.png) no-repeat 0 0;
	background-size: cover;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.50), 0 0 10px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.50), 0 0 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 5px;
	z-index: 3;
}
.list-banner a {
	position: relative;
	display: block;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.30), 0 0 4px 0 rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.30), 0 0 4px 0 rgba(0, 0, 0, 0.10);
	border-radius: 3px;
	border-radius: 5px;
	overflow: hidden;
}
.social-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 610px;
	max-width: 100%;
	margin-bottom: 30px;
}
.social-banner > .social {
	width: 280px;
	min-width: 280px;
	margin-right: 20px;
}
.social-banner > .banner {
	width: 310px;
	min-width: 310px;
}
.banner ul {
	list-style: none;
}
.banner li {
	position: relative;
	padding: 10px;
	background: rgba(255, 255, 255, 0.50);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	border-radius: 5px;
	line-height: 0;
}
.banner li + li {
	margin-top: 15px;
}
.banner a,
#home-keyvisual a {
	position: relative;
	display: block;
	overflow: hidden;
}
.banner img {
	max-width: 100%;
	height: auto;
}
#home-keyvisual a:after,
.list-banner a:after,
.banner a:after {
	content: '';
	position: absolute;
	top: -100px;
	left: -500px;
	display: block;
	width: 400px;
	height: 400px;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	opacity: 0.7;
	z-index: 2;
}
#home-keyvisual a:hover:after,
.list-banner a:hover:after,
.banner a:hover:after {
	left: 600px;
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	-webkit-transition: left .3s ease;
	-o-transition: left .3s ease;
	transition: left .3s ease;
}
.banner a:hover:after {
	left: 300px;
}
#home-keyvisual a:hover:after {
	left: 700px;
}
.home-about-social-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  margin: 0 20px 30px 0;
  padding: 20px;
  text-align: center;
}
.home-about figure {
  margin-bottom: 15px;
}
.home-about summary {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.home-about summary p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.home-about summary p span {
  display: block;
}
.home-about summary p span.br {
  width: 100%;
}

section.list-pickup,
section.list-ranking {
  margin-bottom: 30px;
}
section.list-news {
  margin-bottom: 50px;
}
.list-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
}
.list-posts, .list-posts ul, .list-posts ol {
  list-style: none;
}
.list-posts > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( ( 100% - 20px * 3 ) / 4 );
  margin-left: 20px;
  margin-bottom: 20px;
  /* padding: 10px; */
  background: rgba(255,255,255,0.85);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
  border-radius: 5px;
}
.list-posts > li:nth-child(4n-3) {
  margin-left: 0;
}
.list-posts-pickup > li,
.list-posts-pickup > li:nth-child(1)
.list-posts-pickup > li:nth-child(4n-3) {
  width: calc( ( 100% - 20px * 2 ) / 3 );
}
.list-posts-pickup > li:nth-child(3n-2) {
  margin-left: 0;
}
.list-posts-ranking {
  counter-reset: ranking;
}
.list-posts-ranking > li:before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background: url(common/images/rank.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  z-index: 30000;
}


.list-posts .thumbnail {
  border-radius: 5px;
  line-height: 0;
  overflow: hidden;
}
.list-posts img {
  max-width: 100%;
  height: auto;
}
.list-posts > li > a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
}
.list-posts a:hover {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 2px #2337A5;
          box-shadow: inset 0 0 0 2px #2337A5;
}
.list-posts figcaption {
  margin-top: 5px;
  line-height: 1.3;
}
.list-posts .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
}
.list-posts .post-meta > li {
  display: block;
  margin-top: 5px;
  padding: 0;
}
.list-posts .post-meta > li.post-meta-category {
  margin-right: 10px;
}
.post-meta-category > a,
.post-meta-category > span {
  display: inline-block;
  padding: 4px 6px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.list-posts .post-meta-category > a,
.list-posts .post-meta-category > span {
  padding: 3px;
}
.list-posts .post-meta-category > a + a,
.list-posts .post-meta-category > span + span {
  margin-left: 3px;
}
.post-meta-category > [data-category="マンガ"] { background: #FF005D }
.post-meta-category > [data-category="アニメ"] { background: #FF8500 }
.post-meta-category > [data-category="ゲーム"] { background: #007AFF }
.post-meta-category > [data-category="カード"] { background: #16A04D }
.post-meta-category > [data-category="グッズ"] { background: #9013FE }
.post-meta-category > [data-category="イベント・キャンペーン"] { background: #B8E986; color: #006A2B }
.post-meta-category > [data-category="スペシャル"] { background: #F8E71C; color: #000 }
.post-meta-category a:hover {
  text-decoration: underline;
}
.subtext {
  margin-top: 4px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  list-style: none;
}
.paging a {
  display: block;
  padding: 5px 8px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.paging a:hover {
  background: #FFFFFF;
  -webkit-box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.3), inset 0 0 0 2px #2337A5;
          box-shadow: inset 2px 2px 5px 0 rgba(0,0,0,0.3), inset 0 0 0 2px #2337A5;
  border-radius: 5px;
}
.paging .prev a:before,
.paging .list a:before,
.paging .next a:after {
  color: #2337A5;
  font-family: FontAwesome;
  font-size: 1.3em;
  font-weight: normal;
  vertical-align: -8%;
}
.paging .prev a:before { content: '\f060'; margin-right: 5px; }
.paging .list a:before { content: '\f062'; margin-right: 5px; }
.paging .next a:after { content: '\f061'; margin-left: 5px; }

article {
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
          box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.10), inset 0 0 5px 0 #FFFFFF;
  border-radius: 5px;
}
article + .paging {
  margin: 20px 0 80px;
}
article h1 {
  margin-bottom: 30px;
  font-family: 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 36px;
  line-height: 1.4;
}
.post-meta-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-meta-social ul {
  list-style: none;
}
article .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  line-height: 1;
}
article .post-meta .post-meta-date {
  margin-bottom: 10px;
  font-size: 1.2em;
}

article .detail {
  display: block;
  margin-top: 40px;
  line-height: 1.8;
}
article .detail p,
article .detail h3,
article .detail h4,
article .detail h5,
article .detail figure {
  margin: 1.2rem 0;
}
article .detail h2 {
  margin: 40px 0;
}
article .detail h2,
article .detail h3,
article .detail h4,
article .detail h5 {
  line-height: 1.2;
}
article .detail figure {
  line-height: 1;
}
article .detail h2 {
  position: relative;
  padding-left: 42px;
  font-size: 1.9em;
}
article .detail h2:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 40px;
  height: 40px;
  background: url(common/images/icon.png) no-repeat 0 0;
  background-size: cover;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized,
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
  display: block !important;
}
article .detail figure {
  text-align: center;
}
article .detail figure figcaption {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.5;
}







.footer-social {
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
}

.copyright {
  width: 610px;
  max-width: 100%;
  margin: 0 auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.20), 0 0 10px 0 rgba(0, 0, 0, 0.10), inset 0 0 5px 0 #FFFFFF;
	border-radius: 5px;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
.copyright li + li {
	margin-top: 10px;
}




@media screen and (max-width: 1080px) {
	body { padding: 75px 0 180px }
	img { max-width: 100%; height: auto; }
	#home header  { width: 640px; max-width: 100%; margin: 0 auto; padding: 0 20px; }
	#background { background-image: url(common/images/bg_sp.jpg); }
	iframe[src*="youtube"], iframe[src*="youtu.be"] {
    max-width: 100%;
    height: 55vw;
    border: 0 none;
  }
}
@media screen and (max-width: 1023px) {
  #home-keyvisual { margin: 30px 0 }
  .home-about-social-banner { display: block }
  .home-about { margin-right: 0; }
  .home-about, .social-banner { width: 610px; max-width: 100%; margin: 0 auto 50px; }
  .nav nav > ul > li a { font-size: 20px }
}
@media screen and (max-width: 640px) {
  body { padding: 10px 0 100vh }
  body#home { padding: 75px 0 100vh }
  header { text-align: left }
  header .logo { margin-bottom: 10px }
  header .logo img { width: 120px }
  #home header .logo img { width: 100% }
  .spbr { display: block !important; height: 0; overflow: hidden }
  .pcbr { display: none !important }
  .title-bar {
    display: block;
    height: auto;
    padding: 10px 0;
    border-radius: 10px;
  }
  .title-bar .jp {
    margin-left: 0;
    letter-spacing: 1px;
  }
  .title-bar .en {
    letter-spacing: 3px;
  }
  .nav-open {
    position: fixed;
    top: -20px;
    right: 0;
    display: block;
    width: 130px;
    height: 91px;
    padding-top: 91px;
    background: url(common/images/nav-open.png) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    z-index: 20000;
    cursor: pointer;
  }
  .nav-close {
    position: fixed;
    top: 40px;
    right: 30px;
    display: none;
    width: 35px;
    height: 46px;
    padding-top: 46px;
    background: url(common/images/nav-close.png) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
    z-index: 200;
    cursor: pointer;
  }
  #nav-open {
    position: fixed;
    top: -100px;
  }
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    margin: 0;
    padding: 10px;
    z-index: 100;
  }
  #nav-open:checked + label {
    display: none;
  }
  #nav-open:checked + label + .nav,
  #nav-open:checked + label + .nav + label {
    display: block;
  }
  .nav nav {
    position: absolute;
    top: 20px;
    left: 20px;
    -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;
    width: calc( 100% - 40px );
    height: calc( 100% - 40px );
    margin: 0;
    padding: 0;
    background: rgba(255,255,255,0.95);
  }
  .nav nav form {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc( 100% - 80px );
    min-width: 0;
    padding-left: 0;
  }
  .nav nav > ul {
    display: block;
    text-align: center;
  }
  .nav nav > ul > li {
    margin: 0;
  }
  .nav nav > ul > li + li {
    margin-top: 30px;
  }
  .nav nav > ul > li a {
    padding: 0;
    font-size: 24px;
  }
  .nav nav > ul > li a:hover {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .body-nav-open header,
  .body-nav-open main,
  .body-nav-open footer {
    display: none;
  }
  
  .list-posts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-posts > li,
  .list-posts > li:nth-child(4n-3) {
    width: calc( (100% - 15px) / 2 );
    margin-left: 0;
  }
  .list-posts-pickup > li,
  .list-posts-pickup > li:nth-child(1),
  .list-posts-pickup > li:nth-child(4n-3) {
    width: 100%;
    margin-left: 0;
  }
  .list-posts h2,
  .list-posts h3 {
    font-size: 14px;
  }
  .list-posts-pickup h2,
  .list-posts-pickup h3 {
    font-size: 16px;
  }
  
  .btn { width: 100%; padding: 10px 0 11px; }
  .paging { font-size: 14px; }
  .paging a { padding: 0; }
  .paging a:hover { background: none; -webkit-box-shadow: none; box-shadow: none; }
  article + .paging { margin: 10px 0 50px }
  
  article {
    margin: 0 -10px;
    padding: 20px;
    border-radius: 0;
  }
  article h1 { font-size: 24px; }
  article .post-meta .post-meta-date { font-size: 1em }
  article .post-meta-category { font-size: 15px; }
  article .post-meta-category > a { margin-bottom: 5px; }
  article .social-links li { margin-left: 10px; }
  article .detail figure { margin-left: -20px !important; margin-right: -20px !important; }
  
	.catch { margin-top: 0 }
	.list-banner li { margin: 15px 0 }
	.list-banner li:after { width: 90px; height: 15px; }
	.banner li + li { margin-top: 15px }
	.catch::after { top: 8vw; height: calc( 100% - 8vw); }
	.social-banner { display: block; }
	.social-banner > .social, .social-banner > .banner { width: 100%; min-width: 100% }
	.social-banner > .social { margin: 30px 0; }
	[id*="twitter-widget"] { width: 100% !important }
	.copyright { font-size: 9px; }
	footer { margin-top: 50px }
}

@media screen and (max-width: 320px) {
  .nav nav form input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .nav nav form input[type="search"]::-moz-placeholder {
    font-size: 14px;
  }
  .nav nav form input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .nav nav form input[type="search"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .nav nav form input[type="search"]::placeholder {
    font-size: 14px;
  }
  .nav nav > ul > li + li {
    margin-top: 25px;
  }
  .nav nav > ul > li a {
    font-size: 20px;
  }
}
