@charset "utf-8";
/*
Theme Name: 2019本番用テーマ
Theme URI: https://getnews.jp/
Description:ニュースサイト
Version: 1.0
Author: satoru
Author URI:razil.jp
*/

@charset "utf-8";
ul, ol, li{list-style-type: none;}
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, input, 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 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0;
/*vertical-align: middle; */
word-break: normal; /*文字の禁則処理*/
line-break: strict; /*IE*/
word-wrap: break-word;
font-style:normal;
font-family:"ソフトゴシック M","Soft Gothic Medium",'游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

body {
  font-weight: 500;
  background: #f2f1ed;
  color: var(--g-drakgray__color,#333);
}
a {
  text-decoration: none;
  color: var(--g-drakgray__color,#333);
}
a:hover {
  text-decoration: underline;
}

blockquote {
  background: #f3f1ec;
  clear: both;
  color: #555;
  position: relative;
  padding: 20px;
  margin: 8px;
  box-shadow: inset 0 0 30px rgba(73,52,0,.05);
}
strong {
  font-weight: 700;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.3;
}
h1{
  font-size: 24px;
}
h2,h3,h4,h5,h6{
  font-size: 18px;
}
p,li{
  font-size: 16px;
}
.large{
  font-size: 22px;
}
.small{
  font-size: 14px;
}
.material-icons,.material-icons-outlined{
  font-size: 22px;
  display: inline-flex;
  vertical-align: middle;
}
.material-icons ~ a,.material-icons-outlined ~ a{
  vertical-align:middle;
}

.get-header{
  background-color: #fefefe;
  display:flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

nav {
  width: 250px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #222;
  overflow-y:scroll;
}
nav.open {
  transform: translate(0); 
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.sp_menu i{
  font-size:16px;
  color: #eee;
}
.sp_menu {
  border-bottom: 4px solid var(--g-theme__color,#c60010);
}
.sp_menu li{
  border-top: 1px solid #4f4f4f;
  padding:6px;
}
.sp_menu li a{
  color: #eee;
  display:block;
}
.pc_menu li a {
  font-weight: 700;
  padding: 6px 20px;
  color: #666;
  display: block;
}
.pc_menu li {
  border: none;
  white-space: nowrap;
  min-width: 90px;
  text-align: center;
  padding: 0;
}
.pc_menu .current-menu-item a, .pc_menu li a:active, .pc_menu li a:hover {
  color: #fefefe;
  text-decoration: none;
  background: #c60010;
}
.redline {
  width:100%;
  display:flex;
  background: #fff;
  border-bottom: 3px solid var(--g-theme__color,#c60010);
}

.btn_menu {
  width: 50px;
  height:50px;
  background-image: url("./img/menu.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0px;
}
.logo {
  width: 230px;
  margin:auto;
}
.logo img{
  width: 180px;
  height:45px;
  vertical-align: bottom;
}
.logo span{
  font-size: 12px;
  display: none;
}
.hd_right{
  margin:auto;
  margin-right:0;
}
.b_write i{
  font-size: 18px;
}
.social_icon{
  display:flex;
}
.social_icon div{
  width:32px;
  height:32px;
  margin:5px;
  padding:4px;
  background-color: var(--g-drakgray__color,#333);
}
.social_icon svg{
  fill:white;
}
.social_icon .insta:hover{
  background: radial-gradient(circle farthest-corner at 32% 106%,rgb(255,225,125) 0%,rgb(255,205,105) 10%,rgb(250,145,55) 28%,rgb(235,65,65) 42%,transparent 82%),linear-gradient(135deg,rgb(35,75,215) 12%,rgb(195,60,190) 58%);
}
.social_icon .yt:hover{
  background: #cd201f;
}
.social_icon .tw:hover{
  background: #41b7d8;
}
.social_icon .fb{
  padding: 0px;
}
.social_icon .fb:hover{
  background: #3b5997;
}
.social_icon .rss:hover{
  background: #e0812a;
}
#searchForm{
  display:flex;
  height:36px;
  margin: 0 0 0 auto;
}
#searchForm input[type="text"]{
  min-width: 0px;
  border: solid 1px #ccc;
  flex:1;
}
#searchForm input[type="submit"]{
  text-indent: -1000px;
  width: 40px;
  flex:0 0 40px;;
  background-image: url("./img/search.svg");
  background-repeat: no-repeat;
  background-position: 8px 6px;
}
#container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 640px;
}
.aligncenter{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* index.php  */
.home-topics {
  color: #fefefe;
  background: var(--g-drakgray__color,#333);
  overflow: hidden;
/* display: flex; */
  display: none;
}
.home-topics ul {
  width:100%;
  overflow: hidden;
}
.home-topics a {
  color: #fefefe;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-topics li {
  border-bottom: 1px solid #3e3e3e;
  padding: 4px 5px;
}

.get_top-pic {
  display: block;
  margin-left: auto;
  margin-right: 0px;
  flex: 0 0 40%;
  width: 40%;
}
.get_top-pic img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.get_top-pic p{
  padding: 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-list{
  background-color:#fff;
}

.article-list a {
  min-height: 90px;
  text-decoration: none;
  padding: 8px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  display: flex;
}
.article-list li:first-of-type .news_thumbnail {
  width: 150px;
  height: 150px;
}
.article-list li:not(:first-of-type) .news_thumbnail {
  width: 120px;
  height: 120px;
}

.news_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_desc {
  flex: 1;
  overflow: hidden;
  margin-left: 8px;
  display: flex;
/*  align-content: space-around; */
  flex-wrap: wrap;
  width: min-content;
}

.news_desc h2 {
  font-weight: 600;
  width: 100%;
}

.news_desc p {
  margin-left:auto;
  margin-right:0px;
}

.add-info {
  color: #999;
  padding: 0;
  display: block;
  margin-left: auto;
  text-align: right;
}
.add-info time{
  vertical-align: middle;
}

.morePict {
  border: 4px solid var(--g-theme__color,#c60010);
  background: var(--g-theme__color,#c60010);
  color: #fefefe!important;
  clear: both;
  display: block;
  font-weight: 600;
  padding: 12px 0;
  margin: 15px 0;
  height: auto;
  text-align: center;
  text-decoration: none;
  -moz-transition: .1s linear;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

.cat_Related {
  background: #fff;
  margin: 0 auto 15px;
}
.cat_Related_H {
  border-bottom: 1px solid var(--g-drakgray__color,#333);
  padding: 5px;
}

.cat_Related li a {
  margin: 3px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--g-drakgray__color,#333);
}
.cat_Related li:not(:last-of-type) {
  border-bottom: 1px dashed #4d4d4d;
}

.more-link {
  display: none;
  padding: 6px 15px;
  background: var(--g-theme__color,#c60010);
  color: #fefefe;
  margin-right: 0px;
  margin-left: auto; 
}

/* single */
.post {
  background-color:#fff;
}
.post h1 {
  font-size: 24px;
  border: none;
  padding: 12px;
  font-weight: 700;
  color: #111;
  text-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
.post img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}
.partnerlogo img {
  width:auto;
  max-width: 300px;
  display: inline;
}
.post h2, .post h3, .post h5, .post h6 {
  color: #2b1c1c;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0,0,0,.06);
  margin: 8px;
  padding: 10px;
}
.post h2, .post h5 {
  border-left: 4px solid var(--g-theme__color,#c60010);
  border-bottom: 1px solid var(--g-theme__color,#c60010);
}
.post h3, .post h6 {
  border-left: 4px solid var(--g-theme__color,#c60010);
  font-size: 18px;
}
/*
.post-bodycopy>p,.entry>p{
  line-break: strict;
  margin: 8px 8px 30px;
  line-height: 1.7;
}
*/
.post-bodycopy p,.entry>p{
  line-break: strict;
  margin: 8px 8px 30px;
  line-height: 1.7;
}
.post a{
  font-weight: 700;
  color: var(--g-theme__color,#c60010);
}
.post p.sponsored {
  text-align: right;
  font-size: 12px;
  margin: 0;
}
.movie-post{
  text-align: center;
}
.movie-post iframe{
  max-width: 100%;
}
.nexthead{
  text-align: center;
}
.post__pagebar{
  text-align: center;
}
.pagebar_numderBox {
  color: #fefefe;
  padding: 12px;
  margin: 0 4px 4px 0;
  background: var(--g-theme__color,#c60010);
  border: 2px solid var(--g-theme__color,#c60010);
  display: inline-block;
}
a .pagebar_numderBox {
  white-space: nowrap;
  color: var(--g-theme__color,#c60010);
  background: #eee;
}

.cattag {
  display: flex;
  color: #777;
  flex-flow: wrap;
}
.cattag span:not(:last-of-type) {
  margin: 0px 3px;
}
.cattag span:last-of-type {
  margin-left: auto;
  margin-right: 3px;
}
.cattag time {
  vertical-align:middle;
}
.cattag a {
  color: #777;
  display: inline-block;
  vertical-align:middle;
}
.si_profile {
  background-color: #fff;
  display: flex;
}
.si_profile_img{
  margin-left: 3px;
}
.si_profile img{
  width:96px;
  height:96px;
  object-fit: cover;
  border: 4px solid var(--g-drakgray__color,#333);
  border-radius: 48px;
  margin: 0;
}
.si_profile_desc{
  overflow: hidden;
  flex:1;
}
.si_profile_desc p{
  margin:0px 6px;
}
.social-banner {
  margin: 20px 0px;
  color: #fefefe;
  height: 160px;
  background: var(--g-drakgray__color,#333);
  display:flex;
}
.social-banner .left {
  width: 100%;
  height: 160px;
  background-size: cover;
}
.social-banner .right li{
  margin: 0 5px;
  width: 220px;
}
.button-smartnews a {
  border-radius: 3px;
  background: #666;
  color: #fefefe;
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .5px;
  padding: 2px 6px;
  text-align: center;
}
.twitter-tweet {
  margin-right:auto !important;
  margin-left:auto !important;
}
.instagram-media {
  margin-right:auto !important;
  margin-left:auto !important;
}

.single-rect {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px 0;
}
.single-rect aside{
  max-width:300px;
}
.single-rect img{
  margin: 0 !important;
  padding: 0 !important;
}

/* gate */
.article_gate_thumbnail {
  position: relative;
  overflow: hidden;
}
.article_gate_thumbnail img{
  width: 100%;
  margin: 0;
}
.layer_gate {
  color: #fefefe;
  width: 100%;
  min-height: 60px;
  padding: 32px 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 100%);
}
.layer_gate h1 {
  border: none;
  color: #fefefe;
}
.layer_gate .cattag {
  color: #fefefe;
  display: inline-block;
}
.layer_gate .cattag a {
  color: #fefefe;
  display: inline-block;
}

/* list */
.page-title {
  background: #fff;
  text-align:center;
}

.page-numbers {
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  margin: 0;
  background: #dfddd9;
}
.page-numbers a:hover, .page-numbers .current {
  display: block;
  color: #fefefe;
  background: var(--g-theme__color,#c60010);
  padding: 8px 14px;
}
.page-numbers a {
  padding: 8px 14px;
  display: block;
}

/* side bar */
.Getnews_ranking {
  overflow: hidden;
  background: var(--g-drakgray__color,#333);
  padding: 4px;
}

.Getnews_ranking .title {
  color: #fff;
  font-weight: 600;
  border-left: 4px solid var(--g-theme__color,#c60010);
  margin: 4px 0 8px 4px;
  padding: 0 0 0 8px;
}

.Getnews_ranking ul {
  background: #fefefe;
  counter-reset: li;
  margin: 0;
  padding: 0;
}

.Getnews_ranking li {
  border-bottom: 1px solid #eee;
  clear: both;
  display: block;
  position: relative;
}

.Getnews_ranking a {
  display: flex;
  padding: 5px;
}

.Getnews_ranking img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  flex: 0 0 80px;
  margin: 5px 0;
}

.Getnews_ranking p {
  margin: 0 5px;
  line-height: 1.3;
}
.Getnews_ranking .no{
  position: absolute;
  top: 0;
  left: 0;
  width:30px;
  height:26px;
  padding:5px 0;
  text-align:center;
  background-color: #ffffff;
  font: 20px monospace;
  font-weight: 700;
  color: var(--g-theme__color,#c60010);
}

.widget_text{
  margin: 0 auto 15px;
}

.widget-Parts {
  overflow: hidden;
  clear: both;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
  background: #fefefe;
}
.widget-header{
  margin:5px;
}
.bg-box a{
  display:flex;
}

.bg-box img {
  width:100px;
  height:100px;
  object-fit: cover;
}

.bg-box p {
  flex: 1;
  margin: 5px;
  min-width: 0px;
}
.taglist li {
  padding:0 5px;
}
.taglist li:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
  width: 100%;
}
.post-list li {
  padding:0 5px;
}
.post-list li:not(:last-child) {
  border-bottom: 1px dashed #dbdbdb;
  width: 100%;
}

i[class^=img-icon-] {
  background: url(./img/site_icon.svg) no-repeat;
  margin: 0;
  padding: 0 0 0 24px;
  content: "";
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}
i.img-icon-rensai {
    background-position: 0 -22px; 
}
i.img-icon-otajo {
    background-position: 0 -50px;
}
i.img-icon-live {
    background-position: 0 -160px;
}

/* footer */
.footer_partners{
  background: #fefefe;
  max-width: 1260px;
  margin-left:auto;
  margin-right:auto;
}
.footer_bg {
  clear: both;
  line-height: 55px;
  text-align: center;
  background: var(--g-drakgray__color,#333);
  color: #efefef;
  max-width: 1260px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 100px;
}
.Related-site {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Related-site li{
  width:  200px;
  max-width:50%;
  height: auto;
  padding: 5px;
}
.Related-site li span{
  font-size: 14px;
  font-weight: 500;
}
i[class*=banner_] {
  position: relative;
  width: 137px;
  height: 50px;
  display: block;
  overflow: hidden;
  margin: auto;
}
i[class*="banner_"]:before{
  content: url("./img/logo-alls.svg");
  position: absolute;
  width: 100%;
  height: auto;
}
.banner_varietyjapan:before{
  top: -615px;
}
.banner_vdc:before{
  top: -4px;
}
.banner_moritapo:before{
  top: -336px;
}
.banner_mogera:before{
  top: -403px;
}
.banner_kosoan:before{
  top: -477px;
}
.banner_cureco:before{
  top: -273px;
}
.banner_horror2:before{
  top: -75px;
}
.banner_rensai:before{
  top: -142px;
}
.banner_otajo:before{
  top: -213px;
}
.banner_getcre:before{
  top: -547px;
}
i.banner_conveni:before{
  content: '';
}
i.banner_conveni{
  background-image: url("./img/header_logo3_ss.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
i.banner_osusume:before{
  content: '';
}
i.banner_osusume{
  background-image: url("./img/osusume_logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ft_ls{
  display:flex;
  flex-wrap: wrap;
}
.ft_ls li{
  width:200px;
  max-width:50%;
  padding: 5px;
}


/* soreppo */
._Getnews_recommend2 {
  background-color: #fff;
}
.soreppo h2{
  font-weight: 700;
  margin: 10px 4px;
}
.soreppo h2:after{
  content: "";
  display:block;
  background: -webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
  background: -moz-linear-gradient(left, #f00, #00f);
  height: 1px;
  width: 100%;
}
.soreppo a{
  color: #111;
}

.soreppo ul{
  display:flex;
  flex-wrap: wrap;
}
.soreppo li{
  max-width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 5px;
}
.soreppo img{
  margin:0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soreppo time{
  display:none;
}
.soreppo_title{
  line-height: 1.4;
}
.soreppo_logo{
  text-align: right;
}

/* single Column*/
.singleColumn{
  max-width: 1260px;
  width:100%;
  margin:auto;
}
/* ad */
#resp_article_undertitle,
#resp_article_underarticle,
#resp_rectangle_1st,
#resp_rectangle_2nd,
#resp_rectangle_3rd
{
  margin: auto;
  text-align: center;
}

/* スマホで消す */
.bigbanner {
  display:none;
}
#leftColumn {
  display:none;
}
.pc_menu{
  display:none;
}
.hd_right{
  display:none;
}
.pc{
  display:none;
}
.sp{
  display:block;
}
/*画面幅が1260px以上の時*/
@media screen and (min-width:1260px){
#container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1260px;
  display:grid;
  gap: 10px;
  grid-template-columns: 300px 640px 300px;
}
.bigbanner {
  margin: 0 auto 0 auto;
  display:block;
}
.mainColumn {
grid-row: 1;
grid-column: 2;
}
.mainColumn2 {
grid-row: 2;
grid-column: 2;
}
#rightColumn, #leftColumn {
grid-row:1/3;
}
#leftColumn {
display:block;
grid-column: 1;
}
#rightColumn {
grid-column: 3;
}
.sp_cat{
  display:none;
}
.pc_menu{
  display:flex;
}
.home-topics {
  display:flex;
}
.hd_right{
  display:block;
}
.logo {
  margin:auto 5px;
}
.logo span{
  display:block;
}
.bg-box {
  min-height: 178px;
  position: relative;
  box-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
.bg-box a {
  display: block;
}
.bg-box p {
  margin: 0;
}
.bg-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.article-list li:first-of-type .news_thumbnail {
  width: 250px;
  height: 250px;
}
.article-list li:not(:first-of-type) .news_thumbnail {
  width: 150px;
  height: 150px;
}
.post h1 {
  font-size: 28px;
}
.layer_1 {
    color: #fefefe;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    min-height: 60px;
    padding: 32px 8px 8px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1.00,rgba(0,0,0,0)),color-stop(0.35,rgba(0,0,0,0.4)),color-stop(0.00,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0.4) 100%);
}


.pc{
  display:block;
}
.sp{
  display:none;
}

}
