@charset "UTF-8";

.index article {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.index header .backBtn {
  display: none;
}

.index_top {
  background-image: url(../img/top/fv_s.webp);
  background-size: cover;
}

.index_top h1 {
  font-size: 85%;
  margin-bottom: 5em;
  color: #fff;
  background-color: rgba(0, 152, 255, 0.6);
  line-height: 1.8;
  padding: 0;
}

.index_top > p {
  background-color: rgba(3, 90, 117, 0.6);
  padding: 1em 1em 2em;
  margin: 2em auto -1em;
  /* width: 96%; */
  color: #fff;
}

.index_top ul {
  text-align: center;
  margin: 1em auto 0;
  width: 96%;
  padding-bottom: 1em;
}

.index_top ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 76px;
  height: 76px;
  z-index: 0;
  margin-right: -7px;
}

.index_top ul li a {
  display: block;
  font-size: 80%;
  width: 100%;
  height: 100%;
  padding-top: 1.4em;
  line-height: 1.2;
  color: #fff;
}

.index_top ul li a:hover {
  transform: scale(1.2);
}

.index_top ul li a span {
  display: block;
  font-size: 2.4em;
  line-height: 1.2;
}

.index_top ul li a span i {
  color: #fff;
}

.index_top ul li a span img {
  width: auto;
  height: 1.2em;
}

.index_about {
  margin: 0 0 -1rem 0;
  background-color: #045a75;
  color: #fff;
  padding: 1em;
}

.index_about h2 {
  text-align: center;
  background: none;
  line-height: 1;
  padding: 0;
  color: #fff;
  justify-content: center;
  margin: 0 0 .5rem;
}

.index_about h2 img {
  width: 4em;
  vertical-align: middle;
  margin-right: 0.2em;
}

.index_about_line {
  background-color: #00b900;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: 110% center;
  padding: 1em 0;
}

.index_about_line a {
  padding: 1em 8em 1em 1em;
  display: block;
  color: inherit;
}

.index_report > div {
  padding: 0em;
}

.index_report div ul li p,
.index_report div ul li dl {
  color: #1c1c1c;
}

.index_ranking.ranking-bad {
  background-image: url(../img/bg02.png);
  background-size: 24px;
  background-position: center;
}

.index_ranking.ranking-bad > div {
  background: none;
}

.index_ranking.ranking-bad h2 {
  background: none;
  color: #f44336;
  font-weight: 900;
  font-size: 1.4em;
}

.index_ranking.ranking-bad li {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ddd;
  border-bottom: none;
}

.ranking-bad li figure {
  left: 1em;
}

.ranking-bad dt {
  padding-left: 6em;
  position: relative;
}

.ranking-bad li figure::before {
  content: "";
  background: var(--skull);
  background-size: contain;
  display: block;
  width: 2em;
  height: 2em;
  margin-left: 0.5em;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: -17px;
}

.ranking-bad .btnArea > p {
  width: 100%;
  max-width: 200px;
}

.index_ranking > div {
  padding: 0 1em 1em;
}

.index_ranking .btnArea {
}

.ranking-bad li .btnArea p:first-of-type {
  display: none;
}

.ranking_free tbody tr:nth-last-of-type(-n + 3) th {
  background-color: #8bc34a;
}

.index_topics li {
  position: relative;
}

.index_topics li a {
    display: block;
    color: inherit;
    text-decoration: underline;
}

.index_topics li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_topics li a figure img {
}

.index_topics_title {
	font-weight: bold;
	margin-bottom: 0;
	white-space: normal;
	line-height: 1.25;
}

.index_topics_date {
    font-size: 90%;
    margin: 0.25em 0;
    text-align: center;
}

.index_topics_title.picup::before {
  content: "注目!!";
  display: inline-block;
  background-color: #f44336;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1.5;
  margin-right: 0.25em;
}

.index_topics_content {
  margin: 0;
}

/*新着記事*/
.index_newtopics ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    margin-bottom: 1em !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 1rem 0;
    	gap: 1rem;

}
.index_newtopics ul::-webkit-scrollbar {
  display: none;
}

.index_newtopics li figure {
	width: 10rem;
	position: relative;
}

.index_newtopics li figure::before {
	content: "NEW";
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #ff9900;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	justify-content: center;
	line-height: 1;
	width: 3em;
	height: 3em;
	border-radius: 100%;
	font-size: 80%;
}

.index_newtopics li img {
}

.index_newtopics li .more {
  text-align: center;
}

.index_topics_date.new	{
	text-align: center;
}

.index_today ul {
  margin: 1rem 0;
}
/*注目記事*/
.index_attentiontopics li {
}

.index_attentiontopics li a {
  padding-left: 0;
  display: flex;
  margin-bottom: 1em;
  border-bottom: solid 0.1em #61d4ff;
}

.index_attentiontopics li:last-child a {
  border-bottom: none;
}

.index_attentiontopics li a figure {
  position: static;
  width: 15em;
  margin-right: 0.5em;
}

.index_attentiontopics li:nth-child(n + 2) a figure {
  max-width: 4em;
}
.index_attentiontopics li:nth-child(n + 2) a .index_topics_content,
.index_attentiontopics li:nth-child(n + 2) a .index_topics_date {
  display: none;
}

.index_attentiontopics li:nth-child(n + 2) a .index_topics_title {
  font-size: 0.9em;
}

.index_attentiontopics .index_topics_title.picup::before {
  content: "PickUp！";
  display: block;
  background: none;
  color: red;
  padding: 0;
  animation: blink 0.8s ease-in-out infinite alternate;
}

.index_attentiontopics .more span {
  color: #0017ff;
  background: none;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gear {
  100% {
    transform: rotate(90deg);
  }
}

.gear li::before {
  content: "";
  animation-name: gear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}

.gear_red::before {
  background-image: url(../img/gear_red.webp);
  animation-direction: reverse;
}

.gear_org::before {
  background-image: url(../img/gear_org.webp);
}

.gear_grn::before {
  background-image: url(../img/gear_grn.webp);
  animation-direction: reverse;
}

.gear_blu::before {
  background-image: url(../img/gear_blu.webp);
}

.index_point dl {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

.index_point dl > div {
    background-color: #f0f0f0;
    padding: 1rem;
}

.index_point dt {
    font-weight: 900;
    margin-bottom: .25em;
}

.index_point dd {
  
}


/*---------------------*/

.ranking_osusume {
}

article > section.ranking_osusume > div {
  /* margin-left: -1em; */
  /* margin-right: -1em; */
  padding: 1rem 0;
}

.ranking_osusume > div > ul > li > figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.ranking_osusume > div > ul > li > figure figcaption {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2;
}

.ranking_osusume > div > ul > li {
  margin-bottom: 0;
  padding: 2em 1em;
  position: relative;
}

.ranking_osusume > div > ul > li::before {
  content: "";
  width: 5em;
  height: 7em;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  top: 0.5em;
  right: 0.5em;
  background-image: url(../img/medal_yuryo.png);
  filter: drop-shadow(0 4px 2px #333);
}

.ranking_osusume > div > ul > li:first-of-type {
  padding-top: 0;
}
.ranking_osusume > div > ul > li:nth-of-type(1)::before {
  top: -1em;
}

.index .freelist li:nth-of-type(n + 11) {
  display: none;
}

.index .freelist li:nth-of-type(n + 4) .freelist_name {
  font-size: 1em;
}

.index .freelist li:nth-of-type(n + 6) a {
  padding-left: 5.5em;
  height: 4em;
}

.index .freelist li:nth-of-type(n + 6) a figure {
  width: 3em;
}

.index .freelist li:nth-of-type(n + 6) .freelist_point {
  display: inline-block;
  font-size: 0.9em;
}

.index .freelist li:nth-of-type(n + 6) .freelist_spec {
  display: inline-block;
  font-size: 0.8em;
}

.index .freelist li:nth-of-type(n + 8) .freelist_num {
  background-color: #8bc34a;
}

.index .freelist li:nth-of-type(n + 6) .freelist_num {
  font-size: 80%;
  top: 50%;
  margin-top: -1em;
  left: 0.25em;
}

.index_today h2 span {
  font-size: 80%;
  display: inline-block;
  line-height: 1;
  background-color: #ff5722;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  vertical-align: top;
}

.index_today li {
  display: inline-block;
  width: 31%;
  margin: 0 0.5%;
}

.index_today li a {
  display: block;
  text-align: center;
  border: 1px #ccc solid;
  line-height: 3;
  border-radius: 0.4em;
  box-shadow: 0 1px 2px #333;
  background-color: #206cdf;
  color: #fff;
  font-weight: bold;
}

.index_today li a i {
  opacity: 0.8;
  margin-right: 0.5em;
}

.index_today li a .icon {
  opacity: 0.8;
  margin-right: 0.5em;
}

/*--------------------------------------*/

@media (min-width: 480px) {

.index_top {
    background-image: url(../img/top/fv_m.webp);
}



}

/*--------------------------------------*/


@media (min-width: 768px) {

  .wrap {
    /* padding-bottom: 42em; */
  }

  .index_report {
    width: 100%;
  }

  .index_top ul li {
    width: 100px;
    height: 100px;
  }

  .index_top ul li a {
    font-size: 1.1em;
  }

  .ranking-bad li:nth-of-type(-n + 3) figure::before {
    top: -10px;
    font-size: 3.5em;
    left: -90px;
  }

  .index_about_line {
    background-position: 70% 30%;
    background-size: 30%;
  }

  .index_about_line a {
    padding-right: 0;
    text-align: left;
  }

  .index_about_line figure {
    padding-right: 340px;
  }

  .index_about_line .btn {
    position: absolute;
    width: 200px;
    bottom: 1.5em;
    right: 1em;
  }

  section.ranking_osusume > div {
    margin-left: 0;
    margin-right: 0;
  }

  .ranking_osusume > div > ul > li::before {
    width: 7em;
    height: 10em;
    left: 1em;
  }

  .index .freelist li:nth-of-type(11) {
    display: block;
  }

  .index .jisseki ul {
    padding: 0.5em;
  }

  .index .jisseki li {
    margin-right: 0;
    display: table;
    position: relative;
    width: auto;
    margin: 0 auto;
  }

  .index .jisseki li figure {
    width: 4em;
    height: 4em;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
  }

  .index .jisseki li > div.clearfix {
    display: table-cell;
    padding-left: 5em;
  }

  .index .jisseki_course span {
    display: inline;
  }

  .index .jisseki_get {
    display: table-cell;
    vertical-align: middle;
  }

  .index .ranking_osusume_btnArea {
  }

  .index .ranking_osusume_btnArea > .btn {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
  }

  .index .ranking_osusume_btnArea > .btn:last-of-type {
    margin-right: 0;
  }

  .index .ranking_osusume_btnArea > .btn i {
    position: absolute;
    left: 0.5em;
    top: auto;
    line-height: 1;
  }

  .index_today .today_list {
    text-align: center;
    margin-top: 1em;
  }

  .index_today .today_list li {
    display: inline-block;
    width: 32%;
    text-align: left;
    border-bottom: none;
  }

  .index_today .today_race span {
    display: block;
    margin-top: 0.25em;
  }

  /*注目記事*/
  .index_attentiontopics ul {
    display: flex;
    flex-wrap: wrap;
  }

  .index_attentiontopics li a figure {
    width: 10em;
  }

  .index_attentiontopics li {
    width: 100%;
    padding: 1em;
  }

  .index_attentiontopics li a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .index_attentiontopics li:nth-child(n + 2) {
    width: 50%;
  }

  .index_attentiontopics li:nth-child(n + 2) a figure {
    max-width: 5em;
  }

  .index_attentiontopics li:nth-child(n + 2) a .index_topics_title {
    font-size: 1em;
  }

  .ranking-bad li figure::before {
    width: 1em;
    height: 1em;
    top: -8px;
    left: -17px;
  }

  .index_point dl {
      flex-direction: row;
      flex-wrap: wrap;
  }

  .index_point dl > div {
    width: calc( 50% - 1rem);
  }



} /*--------------------------------------*/

@media (min-width: 1024px) {
  .index .wrap {
    padding-bottom: 0;
  }

  .index article {
    margin-left: auto;
    margin-right: auto;
    padding: 2.5em 0 0 260px;
  }

.index_top {
    background-image: url(../img/top/fv_l.webp);
    background-size: auto 150%;
    background-position: center top;
    margin-bottom: -3em;
    padding-bottom: 2em;
    padding-top: 2em;
}

  .index_top h1 {
    background: none;
    color: #000;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-shadow: 0 1px 4px #999;
  }

  .index_top > p {
    width: 800px;
    margin: 2em auto 0;
  }

  .index_about {
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
} 

  .index_about h2 {
    margin-bottom: 0;
  }

  .index_about > p {
    text-align: left;
  }

  .index_about_line {
    position: relative;
    background-position: 75% 30%;
    background-size: 30%;
    margin: 2em 0;
  }

  .index_about_line::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 110px;
    height: 110px;
    background-image: url(../img/line_qr.png);
    background-size: cover;
    margin-left: 30px;
  }

  .index_about_line a {
    pointer-events: none;
    width: 700px;
    margin: 0 auto;
    padding-right: 340px;
    display: block;
  }

  .index_about_line figure {
    padding: 0;
  }

  .index_about_line a > p {
    margin: 0.5em 0 0 0;
    font-size: 1.2em;
  }

  .index_about_line a > p br {
    display: none;
  }

  .index_about_line .btn {
    display: none;
  }

  .index_report > h2 {
    background-color: rgba(0, 0, 0, 0);
  }


  .index_column > div ul {
    padding: 0;
    margin: 0 auto;
  }

  .index_report {
    margin-top: 2em;
    margin-bottom: 2em;
    background: none;
  }


  .index_ranking {
    background: none;
  }

  .index_ranking.ranking-good li:nth-child(-n + 3) a {
  }

  .index_ranking.ranking-good li:nth-child(-n + 3) a::after {
    content: "";
  }

  .index_ranking.ranking-good li:nth-child(-n + 3) dd {
    text-align: left;
    padding: 1em;
  }

  .ranking-bad li:nth-of-type(n + 4) dd {
    min-height: 116px;
  }

  .ranking_osusume {
    margin: 3em auto;
    background: none;
  }

  .ranking_osusume > div > ul > li::before {
    width: 8em;
    height: 12em;
    top: 1em !important;
  }

  article > section.ranking_osusume > div {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .ranking_osusume > div > ul > li {
    margin-bottom: 2em;
    padding: 2em !important;
    background-color: #fff !important;
  }

  .index .jisseki_comment {
    display: table;
  }

  .index .jisseki_comment span {
    display: table-cell;
    vertical-align: middle;
    padding: 0em 1.5em;
  }

  .index .jisseki_get span {
    font-size: 2em;
  }
}
