@charset "utf-8";
/* ----------------
  .movie-container
    Youtube埋め込み動画枠
------------------ */
.movie-container {
  position: relative;
  width: 100%;
  margin-bottom:20px;
}
.movie-container::before {
  content:"";
  display: block;
  padding-top: 56.6%;
}
.movie-container iframe{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
@media only screen and (min-width: 750px) {
  .movie-container {
    margin-bottom:50px;
  }
}
/* ----------------
  div.category-movie div.postList_thumbnail
    movieタグのついた記事のサムネイルに
    再生ボタンを表示
------------------ */
div.category-movie div.postList_thumbnail a::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    z-index:10;
    background-color:rgba(0,0,0,0.25);
    background-image:url(../img/play.svg);
    background-size:auto 45%;
    background-repeat:no-repeat;
    background-position:50%;
}
/* ----------------
MOREボタン
------------------ */
.accordion {
  overflow:hidden;
  transition:height 0.5s;
}
.more{
    display:block;
    padding:10px 12px;
    background-color:#959595;
    cursor:pointer;
    text-align:center;
    width:96%;
    margin:20px auto 30px;
}
.mainSection .more{
    margin:0px auto 30px;
}
.more span{
    color:#fff;
    font-size:20px;
    background-image:url(../img/svg/arrow-open.svg);
    background-position:right center;
    background-repeat:no-repeat;
    background-size:16px;
    padding-right:20px;
}
.open + .more span{
    background-image:url(../img/svg/arrow-close.svg);
}
.accordion + .more span::before{
    content:"MORE";
}
.open + .more span::before{
    content:"CLOSE";
}
@media (min-width: 750px){
  .accordion + .morePostlist{
    display:none;
  }
	.more span{
	    font-size:18px;
	}
}

/* ----------------
PREV NEXT
------------------ */
#prev_next{
  width:100%;
  margin: 50px 0 0;
  padding:0;
  display: flex;
  flex-direction: column-reverse;
}
#prev_next  #prev, #prev_next  #next{
  width: 100%;
  padding:30px 0 10px;
  margin-bottom:30px;
  position:relative;
  display:block;
  text-decoration:none;
}
#prev_next  #prev{
  margin-bottom:50px;
}
#prev_next  #prev::before, #prev_next  #next::before {
  content:"";
  display: block;
  padding-top: 28%;
}
#prev_next #prev:hover, #prev_next #next:hover{
  opacity:0.75;
}
#prev_next #prev_title, #prev_next #next_title{
top:-0.5em;
position:absolute; 
padding:3px;
color:#000;
font-size:18px;
}
#prev_next #prev_title{
text-align: left;
left:0;
 padding-left:20px;
}
#prev_next #next_title{
text-align: right;
right:0;
 padding-right:20px;
}
#prev_next #prev_title::before, #prev_next #next_title::before{
  content:"";
  width:0;
  height:0;
  display:block;
  border-color:transparent;
  border-style:solid;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
#prev_next #prev_title::before{
  border-width:10px 15px 10px 0;
  border-right-color:#bfbfbf;
  left:0;
}
#prev_next #next_title::before{
  border-width:10px 0 10px 15px ;
  border-left-color:#bfbfbf;
  right:0;
}
#prev_next .thumb{
margin:0 auto 10px;
width:28%;
position:absolute;
top:30px;
left:0;
overflow:hidden;
}
#prev_next .thumb::before {
  content:"";
  display: block;
  padding-top: 100%;
}
#prev_next .thumb img{
  position:absolute;
  height:100%;
  width:auto;
  top:0;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  max-width:none;
}
#prev_next p.date{
  position:absolute;
  bottom:0;
  right:5px;
  font-size:11px;
  margin-bottom:0.5rem;
  text-align:right;
}
#prev_next h3{
  margin:0!important;
  line-height:1.25;
  font-size:17px;
  width:65%;
  width:65vw;
  word-break: break-all;
  top:30px;
  left:30%;
  left:30vw;
  position:absolute;
}
/*-- ここまで --*/
@media only screen and (min-width: 750px) {
/*-- ここから --*/
/*----------------------------
750px PREV NEXT
----------------------------*/
#prev_next{
margin: 120px 0 30px;
display: table;
}
#prev_next  #prev, #prev_next  #next{
  width: 50%;
  display: table-cell;
  height:auto;
}
#prev_next  #prev{
  margin-bottom:0;
}

#prev_next  #prev::before, #prev_next  #next::before {
  content:"";
  display: none;
}
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:16px;
padding:3px 10px;
}
#prev_next #prev{
 padding-right:2%;
}
#prev_next #next{
 padding-left:2%;
}
#prev_next #prev_title{
 padding-left:20px;
}
#prev_next #next_title{
 padding-right:20px;
}
#prev_next #prev_title::before{
  border-width:8px 12px 8px 0;
}
#prev_next #next_title::before{
  border-width:8px 0 8px 12px ;
}
#prev_next #next_title::before{
  border-width:8px 0 8px 12px ;
}

#prev_next .thumb::before {
  padding-top: 56.9444%;
}
#prev_next .thumb{
width:100%;
position:relative;
top:0;
}
#prev_next p.date{
  position:relative;
  font-size:14px;
  text-align:left;
}
#prev_next h3{
  position:relative;
  top:0;
  left:0;
  width:auto;
  font-size:20px;
  float:none;
  width:auto;
}
/*-- ここまで --*/
}
/*----------------------------
　関連記事
----------------------------*/
#wp_related_posts_widget{
  padding:0;
}
div.wp_rp_content{
  width:100%;
}
.widget_views ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}
#wp_related_posts_widget h3{
    margin:0!important;
}
.related_post_title {
    line-height:1.25;
}
ul.related_post{
    width:100%;
}
ul.related_post li{
    width:31%!important;
    margin-right:3.5%!important;
}
ul.related_post li a:nth-child(2){
    font-size:12px!important;
}
ul.related_post li:nth-of-type(3n){
  margin-right:0!important;
}
ul.related_post li:nth-of-type(3n)::after{
  content:0;
  position:absolute;
  left:0;
  bottom:0;
  height:0;
  width:100%;
}
ul.related_post li img {
    width: 100% !important;
    height: auto!important;
    border-radius: 0 !important;
    box-shadow: none!important;
  
}
ul.related_post li a.wp_rp_thumbnail{
    position: relative;
    width: 100%;
    overflow:hidden;
}
ul.related_post li a.wp_rp_thumbnail::before{
    content:"";
    display: block;
    padding-top: 100%;
}
ul.related_post li img {
  position:absolute;
  height:100%!important;
  width:auto!important;
  top:0;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  max-width:none!important;
}

@media (min-width: 750px){
#wp_related_posts_widget .subSection-title{
  font-size:34px;
}
  .related_post_title {
    font-size:15px;
    line-height:1.33;
  }
  ul.related_post {
  }
  ul.related_post li {
    width:31%!important;
  }
  ul.related_post li a:nth-child(2){
      font-size:15px!important;
  }
  ul.related_post li img {
    width: 100% !important;
  }
  #wp_related_posts_widget.widget .subSection-title span{
    float:none;
    transform:none;
    padding-left:40px;
  }
  
  ul.related_post li a.wp_rp_thumbnail{
      position: relative;
      width: 100%;
      overflow:hidden;
  }
  ul.related_post li a.wp_rp_thumbnail::before{
      content:"";
      display: block;
      padding-top: 56.9444%;
  }
  ul.related_post li a.wp_rp_thumbnail img{
    position:absolute;
    height:100%;
    width:auto;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    max-width:none;
  }
}

/*----------------------------
 ランキング
----------------------------*/
.widget_views ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}
.widget_views li{
    display:block;
    padding:10px 0 15px;
    margin-bottom:5px;
    border-bottom:solid 1px #aaaaaa;
    position:relative;
}
.widget_views li::after{
    content:'';
    display:block;
    height:0;
    width:100%;
    clear:both;
}
.widget_views li a{
    text-decoration:none;
}
.widget_views li h3{
    font-size:17px;
    margin-bottom:5px;
    line-height:1.33;
}

.widget_views li .right{
    float:right;
    width:67.5%;
}
.widget_views li .left{
    float:left;
    width:27.46%;
    height:27.46%;
}
.widget_views li .left img{
    width:100%;
}
.widget_views li h3::after{
    display:none;
}
.widget_views li .date{
  font-size: 12px;
  text-align:right;
  margin-bottom:10px;
  line-height:1;
  position:absolute;
  bottom:5px;
  right:0;
}
@media (min-width: 750px){
  .widget_views::before{
    font-size:12px;
    top:12px;
  }
  .widget_views ul{
      list-style:none;
      padding:0;
      margin:-5px 0 60px;
  }
  .widget_views li{
      display:block;
      padding:15px 0;
      margin-bottom:0;
  }
  .widget_views li a{
      text-decoration:none;
  }
  .widget_views li h3{
      font-size:14px;
  }

  .widget_views li .right{
      width:168px;
  }
  .widget_views li .left{
      float:left;
      width:70px;
      height:70px;
  }
  .widget_views li .date{
    bottom:5px;
  }
}
/* ----------------
 タグリスト  
------------------ */
.widget_tag_cloud .tagcloud{
  transition:all 0.5s;
  overflow:hidden;
  clear:both;
  line-height:30px;
}
.widget_tag_cloud .tagcloud.open{
  height:auto;
}
.tagcloud + .more{
  width:100%;
  margin-bottom:-10px;
}
.tagcloud + .more span::before{
    content:"MORE";
}
.tagcloud.open + .more span::before{
    content:"CLOSE";
}

.widget .tagcloud a{
  border:none;
  background:none;
  border-radius:0;
  font-size:18px!important;
  padding:0;
  line-height:25px;
}
.widget .tagcloud.open a:nth-of-type(n + 20){
  display:inline;
}
.tagcloud a:before {
  content:"";
  display:none;
}
.tagcloud a:after {
  content:",";
}
.tagcloud a:last-of-type:after {
  content:"";
}
@media (min-width: 750px){
  .widget_tag_cloud{
    margin-bottom:40px!important;
  }
  .widget_tag_cloud .tagcloud{
      transition:all 1s;
      overflow:hidden;
      padding:8px 0;
  }
}
/* バナーの画像サイズ 
------------------ */
.widget_sp_image{ 
	text-align:center;
}
.subSection .widget_sp_image-image-link img{  width:90%;
}
.widget_sp_image-image-link img{
  width:100%;
}
/*----------------------------
 アーカイブ
----------------------------*/
#archive{
  margin-bottom:60px;
}
#archive ul{
  list-style:none;
  padding:0.75rem 0 0;
  margin-top:0;
}
#archive li{
  padding-left:1.5rem;
  font-size:18px;
}
#archive div.head{
  background-color:#000;
  color:#fff;
  font-size:16px;
  text-align:center;
  line-height:1;
  padding:10px;
  margin-bottom:1rem;
}
#archive .accordion ul.monthly li:nth-of-type( n + 7){
  display:none;
}
#archive .accordion ul.yearly{
  display:none;
}
#archive .accordion.open ul.monthly li:nth-of-type( n + 7),
#archive .accordion.open ul.yearly{
  display:block;
}
#archive .more{
  width:100%;
}
@media (min-width: 750px){
  #archive{
    border-bottom: solid 1px #aaaaaa;
  }
  #archive li{
    font-size:16px;
  }
  #archive ul.monthly  .accordion li:nth-of-type( n + 7){
    display:block;
  }
  #archive .accordion ul.yearly{
    display:block;
  }
}

/* ----------------
 検索窓  
------------------ */
.subSection .widget_search{
	margin-bottom:60px;
}
/*----------------------------
　オススメ記事
----------------------------*/
#recommend ul{
  display:block;
  list-style:none;
  padding:0;
  margin:18px 0 30px;
}
#recommend ul::after{
  content:'';
  display:block;
  height:0;
  width:100%;
  clear:both;
}
#recommend li{
  float:left;
  width:31%;
  margin-right:3.5%;
}

#recommend li:nth-of-type(3n){
  margin-right:0;
}
#recommend li a{
    text-decoration:none;
}
#recommend li h3{
    font-size:12px;
    margin-bottom:5px;
    line-height:1.33;
    word-break:break-all;
}
#recommend li .right{
  height:45px;
  overflow:hidden;
}
#recommend li .left{
}
#recommend li .left img{
    width:100%;
    margin:0 0 8px;
}
#recommend li h3::after{
  display:none;
}
#recommend li .date{
  display:none;
}

@media (min-width: 750px){
  #recommend ul{
    padding:0;
    margin:-5px 0 60px;
  }
  #recommend li{
    float:none;
    width:auto;
    display:block;
    padding:15px 0;
    margin:0;
    border-bottom:solid 1px #aaaaaa;
    position:relative;
  }
  
  #recommend li::after{
      content:'';
      display:block;
      height:0;
      width:100%;
      clear:both;
  }
  #recommend li a{
      text-decoration:none;
  }
  #recommend li h3{
      font-size:14px;
  }

  #recommend li .right{
    width:168px;
    height:auto;
    float:right;
  }
  #recommend li .left{
      float:left;
      width:70px;
      height:70px;
  }
  #recommend li .date{
    display:block;
    font-size: 12px;
    text-align:right;
    margin-bottom:10px;
    line-height:1;
    position:absolute;
    right:0;
    bottom:5px;
  }
}

/*----------------------------
検索
----------------------------*/

/*LINEボタン*/
.banner_area {
  display: none;
}

.banner_area_inner {
  display: flex;
  justify-content: center;
  background:#f3f3f3;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  z-index: 1000;  
}

.btn_line p {
  position: relative;
  margin: 0;
}

#btn_close {
  content:"×";
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  top:-10px;
  right: -10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .btn_line p {
    width:80%;
    margin: 0 auto;
  }
}