@charset "utf-8";
/*
共通
*/
#nenga2026 {
  color: #2f2f2f;
  background-color: #fcfbf5;
}
#nenga2026 .wrap {
  position: relative;
  z-index: 1;
}
/*  SNS  */
ul.snsbtn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
ul.snsbtn li {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
ul.snsbtn li:last-child {
  border-right: none;
  margin-right: 0px;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.archive ul {
  margin: 50px 0 0;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.archive ul li {
  width: 48%;
  margin: 0 1% 25px;
}
/*
パソコン用
*/
@media (min-width: 768px) {
  #nenga2026 .wrap::before {
    background: url(../../img/page/nenga2026/bg_pc.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #nenga2026 .br-pc {
    display: block;
  }
  #nenga2026 .br-sp {
    display: none;
  }
  #nenga2026 .wrap {
    max-width: 972px;
    margin: 0 auto;
    padding: 30px 15px 0;
  }
  #nenga2026 .wrap p.nenga_ti {
    margin: 4% 0 !important;
  }
  #nenga2026 .wrap .post-header-meta {
    margin: 2% auto 40px;
    text-align: center;
  }
  #nenga2026 .wrap .post-header-meta .fb-like {
    top: 8px;
  }
  #nenga2026 .wrap p.nenga_lead {
    font-size: 132%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2%;
    line-height: 1.8;
    width: 680px;
    padding: 20px 0;
	  color: #fff;
	 text-shadow: 2px 1px 0px rgb(45 52 83);
  }
  #nenga2026 .wrap p.nenga_lead2 {
    padding: 0;
    font-weight: bold;
    text-align: center;
    font-size: 167%;
    line-height: 1.7;
    color: #fff;
  }
  #nenga2026 .wrap .atten a {
    text-decoration: underline;
    color: #fff;
  }
  #nenga2026 .wrap .atten {
    background-color: #b22253;
    padding: 20px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
  }
  #nenga2026 .wrap .atten:before {
    border: 3px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    z-index: -1;
  }
  #nenga2026 .wrap .info {
    background-color: #ffffff;
	padding: 15px;
	 margin-bottom: 40px;
  }
	#nenga2026 .wrap .info p {
    font-size: 132%;
	text-align: center;
  }
	#nenga2026 .wrap .info p a{
    color: #f26968;
	text-decoration: underline;
  }
	#nenga2026 .wrap .info p span {
    font-size: 75%;
  }
  #nenga2026 .wrap p.nenga_lead span.lead_sub {
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
  }
  #nenga2026 .wrap #nenga_list ul {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .list-post li a .inner {
    background-color: #b22253;
    color: #fff;
    padding: 7px 8px 7px !important;
  }
  /*3カラム*/
  #nenga2026 .wrap #nenga_list ul:after {
    content: "";
    display: block;
    width: 32%;
  }
  #nenga2026 .wrap #nenga_list ul li {
    width: 32%;
    margin-bottom: 25px;
  }
  #nenga2026 .wrap #nenga_list ul li a.nolink {
    pointer-events: none;
  }
  #nenga2026 .wrap .follow_btn p {
    text-align: center;
    font-size: 130%;
    padding-top: 30px;
    padding-bottom: 30px;
	  font-weight: bold;
	  color:#fff;        
	text-shadow: 2px 1px 0px rgb(45 52 83 / 60%);
  }
  #nenga2026 .wrap .follow_btn .btn_area {
    display: flex;
    justify-content: center;
    margin: 15px 10px 0;
  }
  #nenga2026 .wrap .follow_btn a img {
    margin: 0 10px;
    display: block;
    width: 400px;
  }
  #nenga2026 .aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
	  margin-bottom: 25px;
  }
  #nenga2026 .btn-tw {
    text-align: center;
  }
  .archive ul li {
    width: 25%;
    margin: 0 1% 10px;
  }
  .list-post li a .inner .date {
    color: #fff !important;
    padding: 0px;
    font-size: 12px;
  }
  .list-post li a .inner .deadline {
    color: #fff !important;
    font-size: 15px;
    text-align: right;
    font-weight: bold;
  }
}
/*
スマホ用
*/
@media (max-width: 767px) {
  #nenga2026 .wrap::before {
    background: url(../../img/page/nenga2026/bg_sp.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #nenga2026 .br-pc {
    display: none;
  }
	#nenga2026 .br-sp {
    display: block;
  }
  #nenga2026 .wrap {
    padding: 30px 0 50px;
    max-width: 95%;
    margin: 0 auto;
  }
  #nenga2026 .wrap p.nenga_ti {
    margin: 4% 0 !important;
  }
  #nenga2026 .wrap .post-header-meta {
    text-align: center;
	  margin-bottom: 40px;
  }
  #nenga2026 .wrap .post-header-meta .fb-like {
    position: relative;
    top: 7px;
  }
  #nenga2026 .wrap p.nenga_lead {
    text-align: center;
    font-size: 15px;
	  color:#fff;
	text-shadow: 2px 1px 0px rgb(45 52 83 / 60%);
    margin: 0 0 5%;
    font-weight: bold;
    padding: 20px 15px;
    line-height: 1.8;
  }
  #nenga2026 .wrap p.nenga_lead2 {
    padding: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 120%;
    line-height: 1.7;
  }
  #nenga2026 .wrap .atten a {
    text-decoration: underline;
    color: #fff;
  }
  #nenga2026 .wrap .atten {
    background-color: #b22253;
    padding: 15px;
    position: relative;
    z-index: 0;
    margin: 0 5px 40px;
  }
  #nenga2026 .wrap .atten:before {
    border: 1px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 5px;
    z-index: -1;
  }
  #nenga2026 .wrap .info {
    text-align: left;
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 40px;
  }
	#nenga2026 .wrap .info p {
    font-size: 15px;
  }
	#nenga2026 .wrap .info p a{
    color: #f26968;
	text-decoration: underline;
  }
	#nenga2026 .wrap .info p span {
    font-size: 14px;
  }
  #nenga2026 .wrap p.nenga_lead span.lead_sub {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #nenga2026 .wrap #nenga_list ul {
    margin-top: 15px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5px;
  }
  #nenga2026 .wrap #nenga_list ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .list-post li a .inner .ttl {
    font-size: 14px;
  }
  #nenga2026 .wrap #nenga_list ul li a.nolink {
    pointer-events: none;
  }
  .list-post li a .thum {
    width: 100%;
    float: none;
  }
  .list-post li a .inner {
    background-color: #b22253;
    color: #fff;
    padding: 5px 5px 0px !important;
  }
  .list-post li a .inner .date {
    color: #fff !important;
    /* padding: 0px 5px 5px !important; */
  }
  #nenga2026 .wrap .follow_btn {
    margin-top: 20px;
  }
  #nenga2026 .wrap .follow_btn p {
	  color:#fff;
    text-align: center;
	font-size: 15px;
	  font-weight: bold;
	  text-shadow: 2px 1px 0px rgb(45 52 83 / 60%);
  }
  #nenga2026 .wrap .follow_btn .btn_area {
    display: block;
    margin: 15px auto 0;
  }
  #nenga2026 .wrap .follow_btn .btn_area a {
    width: 70%;
    margin: 15px auto;
    display: block;
  }
  #nenga2026 .aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
	   margin-top: 20px;
	  margin-bottom: 20px;
  }
  #nenga2026 .btn-tw {
    text-align: center;
  }
  .follow_btn p:nth-child(2) {
    margin-top: 40px;
  }
  .list-post li a .inner .deadline {
    color: #fff !important;
    padding: 0px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
  }
}

@media (max-width: 480px) {
  #nenga2026 .wrap::before {
	  background: url(../../img/page/nenga2026/bg_sp_480.png) no-repeat center;
	
	}
}