@charset "utf-8";
/************************************************************
 * コンテンツ
 ************************************************************/
html, body {
  overflow-x: hidden;
}
.header {
  margin-bottom: 2px;
}
.footer {
  margin-top: 0;
}
.sitemap{
    display:none;
}
#contents_wrap {
  background-color: #c4941e;
  background-image: url("../img/back_img1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
#contents_wrap * {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
  font-family: "メイリオ", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#contents_wrap section {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
#contents_wrap .contents_area {
  max-width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 100px;
}
#contents_wrap div {
  line-height: 1;
}
#contents_wrap h4 {
  text-align: center;
    margin-top: 20px;
}
#contents_wrap img{
    width: 100%;
    height: auto;
}
#contents_wrap h4 img{
  width: 40%;
}
#contents_wrap .rankList-1-10, #contents_wrap .rankList-11-100 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#contents_wrap .rankList-1-10 img, #contents_wrap .rankList-11-100 img {
  width: 100%;
  height: auto;
}
#contents_wrap .rankList-1-10 > li {
  width: 47%;
  border: 2px solid #fff;
  margin-top: 40px;
  padding: 15px;
}
#contents_wrap .rankList-1-10 p {
  text-align: center;
  margin-bottom: 10px;
}
#contents_wrap .rankList-1-10 p span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
#contents_wrap .rankList-1-10 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#contents_wrap .rankList-1-10 li li {
  width: 47%;
}
#contents_wrap .rankList-11-100 {
  text-align: center;
}
#contents_wrap .rankList-11-100 li {
  width: 18%;
  margin: 30px 0 0;
}
#contents_wrap .rankList-11-100 li div {
  position: relative;
}
#contents_wrap .rankList-11-100 li div span {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#contents_wrap .rankList-11-100 li a:hover span {
  opacity: 1;
}
#contents_wrap .rankList-11-100 li p {
  line-height: 1.3;
  margin-top: 10px;
}
#contents_wrap #title a:hover img, #contents_wrap #rank1-10 a:hover img, #contents_wrap .side-btn a:hover img, #contents_wrap #page-top a:hover img {
  filter: brightness(85%);
}
#contents_wrap #title article {
  padding: 0 0 100px;
}
#contents_wrap #title article:last-child {
  padding: 0;
}
#contents_wrap #title ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 20px 0 30px;
}
#contents_wrap #title li {
  margin: 10px 20px;
}
#contents_wrap #title p {
  letter-spacing: 0.1em;
}
#contents_wrap #title p span {
	font-size: 26px;
}
#contents_wrap #title .comment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
  padding: 20px;
  border: solid 2px #fff;
}
#contents_wrap #title .comment-box h4 {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents_wrap #title .comment-box h4 span {
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
}
#contents_wrap #title .comment-box h4 small {
  font-size: 26px;
  display: block;
}
#contents_wrap #title .comment-box h4 img {
  width: 85px;
  height: auto;
  border: solid 3px #fff;
  border-radius: 5px;
  margin-left: 30px;
}
#contents_wrap #title .comment-box p {
  letter-spacing: 0;
}
#contents_wrap #title .comment-box div {
  width: 47%;
}
#contents_wrap #rank1-10 {
  background-image: url("../img/main/back_img2.jpg");
}
#contents_wrap #rank1-10 .rank-btn {
  display: flex;
  justify-content: space-around;
  padding: 70px 0 50px;
}
#contents_wrap #rank1-10 .rank-btn li {
  margin: 0 10px;
}
#contents_wrap #rank11-50 {
  background-image: url("../img/main/back_img3.jpg");
}
#contents_wrap #rank11-50 h4 ~ p, #contents_wrap #rank51-100 h4 ~ p {
  margin: 30px 0 0;
  text-align: center;
}
#contents_wrap #rank11-50 #anchor-26-50 {
  margin-top: 100px;
}
#contents_wrap #rank51-100 {
  background-image: url("../img/main/back_img4.jpg");
}
#contents_wrap #information {
  background-image: url("../img/main/back_img5.jpg");
}
#contents_wrap #information h3 img{
    width: 100%;
}
#contents_wrap #information #kanren {
  margin: 70px 0 100px;
}
#contents_wrap #information #kanren li {
  border-bottom: 1px solid #B3B3B3;
}
#contents_wrap #information #kanren li:first-child {
  border-top: 1px solid #B3B3B3;
}
#contents_wrap #information #kanren a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0 0;
}
#contents_wrap #information #kanren .photo {
  width: 25%;
}
#contents_wrap #information #kanren .photo img {
  width: 100%;
  height: auto;
}
#contents_wrap #information #kanren .text {
  width: 73%;
}
#contents_wrap #information #kanren .text span, #contents_wrap #information #kanren p {
  line-height: 1.2;
}
#contents_wrap #information #kanren .text span {
  font-size: 22px;
	margin-bottom: 10px;
	display: block;
}
#contents_wrap #information .archive {
  text-align: center;
}
#contents_wrap #information .archive h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
#contents_wrap #information .archive li a {
  font-size: 18px;
  line-height: 2;
}
/*-------------------------------------------------
  SNSボタン 0609修正対応
-------------------------------------------------*/
#contents_wrap .sns-btnPC {
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.25);
}
#contents_wrap .social-share {
  width: 350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contents_wrap .side-btn {
  position: fixed;
  top: 35%;
  right: 0;
}
#contents_wrap .side-btn a {
  line-height: 0;
  display: block;
  margin-bottom: -2px;
}
#contents_wrap .side-btn p{
    line-height: 0;
}
#contents_wrap #page-top {
  position: fixed;
  bottom: -3px;
  right: 0px;
}
#contents_wrap #page-top img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .nav {
    margin-bottom: 0;
  }
  #contents_wrap {
    background-position: bottom;
    margin-top: -10px;
    padding-top: 10px;
  }
  #contents_wrap * {
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
  }
  #contents_wrap img {
    width: 100%;
    height: auto;
  }
  #contents_wrap .contents_area {
    padding: 15px 10px 30px;
  }
  #contents_wrap h4 img {
    width: 65%;
  }
  #contents_wrap #information h3 img {
    max-width: 590px;
      margin: 0 auto;
  }
  #contents_wrap .rankList-1-10 > li {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
  #contents_wrap .rankList-1-10 p {
    margin-bottom: 20px;
  }
  #contents_wrap #title article {
    padding: 0 0 40px;
  }
  #contents_wrap #title ul {
    margin: 20px 0;
  }
  #contents_wrap #title li {
    margin: 0 5px;
  }
  #contents_wrap #title p {
    letter-spacing: normal;
  }
	#contents_wrap #title p span {
	font-size: 23px;
	}
  #contents_wrap #title .comment-box {
    margin: 30px 0 0;
    padding: 20px;
    display: block;
  }
  #contents_wrap #title .comment-box h4 {
    margin-top: 0;
  }
  #contents_wrap #title .comment-box h4 span {
    font-size: 23px;
  }
  #contents_wrap #title .comment-box h4 small {
    font-size: 16px;
  }
  #contents_wrap #title .comment-box h4 img {
    margin-left: 20px;
  }
  #contents_wrap #rank1-10 h3 {
    margin: 30px auto 0;
      max-width: 590px;
  }
  #contents_wrap #rank1-10 .rank-btn {
    padding: 20px 0 30px;
    flex-wrap: wrap;
  }
  #contents_wrap #rank1-10 .rank-btn li {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  #contents_wrap #rank11-50 h4 ~ p, #contents_wrap #rank51-100 h4 ~ p {
    margin: 20px 0 0;
  }
  #contents_wrap .rankList-11-100 li {
    width: 31%;
    margin: 30px 0 0;
  }
    #contents_wrap .rankList-11-100 li div span {
  display: none;
}
#contents_wrap #title a:hover img, #contents_wrap #rank1-10 a:hover img, #contents_wrap .side-btn a:hover img, #contents_wrap #page-top a:hover img {
  filter: none;
}
  #contents_wrap #rank11-50 #anchor-26-50 {
    margin-top: 50px;
  }
  #contents_wrap #information h3 {
    margin: 20px 0 30px;
  }
  #contents_wrap #information #kanren {
    margin: 0;
  }
  #contents_wrap #information #kanren a {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #contents_wrap #information #kanren .photo, #contents_wrap #information #kanren .text {
    width: 100%;
  }
  #contents_wrap #information #kanren .text span {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  #contents_wrap #information .archive h4 {
    margin: 50px 0 10px;
  }
  #contents_wrap #information .archive li a {
    font-size: 16px;
  }
  /*-------------------------------------------------
  SNSボタン 0609修正対応
-------------------------------------------------*/
  #contents_wrap .sns-btnSP {
    margin: 20px 0;
    padding: 30px 0;
    background: rgba(255,255,255,0.25);
  }
  #contents_wrap .sns-btnSP ul {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #contents_wrap .sns-btnSP ul li {
    margin: 0;
    height: auto;
    float: none;
  }
  #contents_wrap .sns-btnSP .fb-btn div {
    background: #1877f2;
    border-radius: 3px;
    height: 20px;
    padding: 3px 6px 0;
    font-size: 10px;
    display: block;
    box-sizing: border-box;
  }
  #contents_wrap .sns-btnSP .fb-btn a {
    display: block;
    line-height: 0;
  }
  #contents_wrap .sns-btnSP .fb-btn a:hover {
    text-decoration: none;
  }
  #contents_wrap .sns-btnSP .fb-btn div img {
    vertical-align: top;
    width: 13px;
  }
  #contents_wrap .sns-btnSP .fb-btn div span {
    font-weight: bold;
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    vertical-align: bottom;
    padding-left: 4px;
    color: #fff;
    font-size: 10px;
  }
  #contents_wrap .sns-btnSP .mail-btn div {
    background: #ff9500;
    border-radius: 3px;
    font-size: 10px;
    text-align: center;
  }
  #contents_wrap .sns-btnSP .mail-btn img {
    margin: 2px 5px 0 0;
    width: 16px;
    height: auto;
  }
  #contents_wrap .sns-btnSP .mail-btn span {
    margin-top: 3px;
    vertical-align: super;
    display: inline-block;
    font-size: 10px;
  }
  #contents_wrap .sns-btnSP .mail-btn a {
    padding: 0 5px;
    font-weight: bold;
    color: #fff !important;
    display: block;
    height: 20px;
  }
  #contents_wrap .sns-btnSP .mail-btn a:hover {
    text-decoration: none;
    background: #FFA426;
    border-radius: 3px;
  }
  /*-------------------------------------------------
  サイドナビ
-------------------------------------------------*/
  #contents_wrap .side-btn {
    height: 50px;
    position: fixed;
      top:auto;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
    z-index: 100;
      text-align: center;
      display: flex;
      justify-content:center;
  }
  #contents_wrap .side-btn ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-align: center;
  }
  #contents_wrap .side-btn li {
    width: 33%;
  }
  #contents_wrap .side-btn li a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
      height: 100%;
  }
    #contents_wrap .side-btn li p{
        line-height: 1.6;
    }
}