@charset "UTF-8";
/***************************PC********************************/
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .sp {
    display: none !important;
  }
}
/**************base*****************/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.04;
  font-family: "游ゴシック";
}

#wrapper {
  min-width: 1200px;
  background: url("../images/bottom_bg.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.txthmg_pc {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  margin: 15px auto;
}

a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
}

.em01 {
  font-weight: bold;
  color: #fb000c;
}

.em02 {
  font-weight: bold;
}

/***************style****************/
/*#bg{
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}*/
#top {
  background: url("../images/top_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 50px 0 80px;
  position: relative;
}

h1 {
  width: 60%;
  margin: 0 auto;
}

#top3 {
  background: url("../images/top3_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9% 0 80px;
  margin-top: -7%;
}
#top3 .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#top3 .inner dl dt {
  text-align: center;
  margin-bottom: 30px;
}
#top3 .inner dl .column {
  display: flex;
  justify-content: space-between;
}
#top3 .inner dl .column p {
  width: 44%;
}
#top3 .inner dl .column .text {
  text-align: left;
  width: 52%;
}
#top3 .inner dl .column p a {
  display: inline-block;
  margin-top: 20px;
}
#top3 .inner .rank1 {
  margin: 120px auto;
}
#top3 .inner .rank1 dd {
  display: flex;
  gap: 4%;
}
#top3 .inner .rank1 dd p {
  width: 48%;
}
#top3 .inner .rank1 dd .text {
  font-size: 1.8rem;
  line-height: 3rem;
  padding-top: 30px;
}
#top3 .inner .rank1 dd .thumb img {
  padding-left: 40px;
}
#top3 .inner .rank2_3 {
  display: flex;
  justify-content: space-between;
}
#top3 .inner .rank2_3 .detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  width: 48%;
  text-align: center;
}
#top3 .inner .rank2_3 dl dd {
  display: flex;
  gap: 20px;
  text-align: left;
}
#top3 .inner .rank2_3 dl dd p {
  width: 44%;
}
#top3 .inner .rank2_3 dl dd .text {
  width: 52%;
}

#under8 {
  background: #fff;
  padding: 90px 0;
}
#under8 .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#under8 .inner dl {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#under8 .inner dl:not(:nth-child(4n), :last-child) {
  margin-right: 30px;
}
#under8 .inner dl dt {
  margin-bottom: 20px;
}
#under8 .bnr_area {
  text-align: center;
  margin-top: 60px;
}
#under8 .bnr_area_text {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#under8 .bnr_area .bnr {
  display: inline-block;
}
#under8 .bnr_area .bnr:not(:last-child) {
  margin-bottom: 30px;
}