@charset "UTF-8";
main{

}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../../images/area/list/fv_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vw;
  padding-top: 15vw;
  width: 100%;
}
.fvIn{
  position: relative;
  width: 92vw;
  height: 25vw;
  margin: auto;
  background-color: rgba(255,255,255,0.7);
}
.fvIn > h1{
  position: absolute;
  font-size: 5vw;
  letter-spacing: 0.1em;
  color: #005db2;
  font-weight: 600;
  padding: 2vw 0 0 2vw;
}
.fvIn > p{
  position: absolute;
  top: 10vw;
  left: 2vw;
  width: 100%;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: left;
}

/*---------------------------------------------------------------*/
/*--//rankingArea--*/
.rankingArea{
  width: 92vw;
  margin: 10vw auto;
}
.rankingUl{
  width: 92vw;
  margin: 5vw auto;
}
.rankingUl li{
  width: 100%;
  margin: 2vw 0 6vw;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a{
  position: relative;
  display: block;
  background-color: #f2f5f6;
  text-decoration: none;
  padding: 4vw 0 12vw;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a:hover{
  background-color: #005db1;
}
.rankingUl li > a > div{
  width: 80vw;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.rankingUl li > a > strong{
  display: block;
  font-size: 4vw;
  text-align: center;
  padding: 1vw 5vw 0;
  color: #005db1;
  letter-spacing: 0.1em;
}
.rankingUl li > a:hover > strong{
  color: #fff;
}
.rankingUl li > a > p{
  display: block;
  font-size: 3.6vw;
  font-weight: 200;
  line-height: 1.6;
  padding: 2vw 5vw 0;
  color: #005db1;
  letter-spacing: 0.08em;
}
.rankingUl li > a:hover > p{
  color: #fff;
}
.rankingUl li > a > i{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 8vw;
  height: 8vw;
  background-color: #005db1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rankingUl li > a:hover > i{
  background-color: #fff;
}
.rankingUl li > a > i::after{
  content: '';
  position: absolute;
  bottom: 2.8vw;
  left: 2vw;
  width: 3vw;
  height: 3vw;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.rankingUl li > a:hover > i::after{
  border-color: #005db1 #005db1 transparent transparent;
}

/*---------------------------------------------------------------*/
/*--//ratedArea--*/
.ratedArea{
  width: 92vw;
  margin: 24vw auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ratedIn{
  width: 100%;
  margin: 6vw 0 0 0;
}
.TotalNumber{
  padding: 0 0 2vw 0;
}
.ratedDiv{
  margin: auto auto 4vw;
}
.ratedDiv > a{
  display: block;
  position: relative;
  z-index: 30;
  text-decoration: none;
  padding: 4vw;
  background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
box-shadow: 0px 3px 16px -6px rgba(0,93,177,0.6);
}
.ratedDiv > a:hover{
  background-color: #eff8ff;
}
.ratedDiv > a::after{
  content: '';
  position: absolute;
  z-index: 30;
  top: 22vw;
  right: 2vw;
  display: block;
  margin: auto;
  width: 6vw;
  height: 6vw;
  background-color: #005db1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.ratedDiv > a::before{
  content: '';
  position: absolute;
  z-index: 50;
  top: 23.6vw;
  right: 4.4vw;
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.ratedDiv > a > h3{
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #061651;
  width: 45vw;
  padding: 0 0 0 0;
}
.ratedDiv > a > span{
  position: relative;
  width: 36vw;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto auto 0;
  overflow: hidden;
}
.ratedDiv > a > p{
  display: block;
  width: 100%;
  font-size: 3.4vw;
  color: #005eb2;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ratedDiv > a > strong{
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 3vw;
  color: #505050;
  margin: 2vw 0 0;
}
/*--//　もっとみる　--*/
#loadMoreBtn{
  width: 100%;
  height: 12vw;
  margin: 2vw auto 12vw;
}
#loadMoreBtn > span{
  display: grid;
  place-items: center;
  width: 100%;
  height: 12vw;
  font-size: 4vw;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #005db1;
}

/*--//　add　--*/
.ratedAdd{
/*  background-color: #005db1;*/
  width: 90vw;
  margin: 10vw auto;
}
a.AreaDetail{
  display: block;
  display: grid;
  place-items: center;
  width: 100%;
  height: 16vw;
  margin-bottom: 4vw;
  background-color: #005eb2;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  text-decoration: none;
}
a.AreaDetail > span{
  color: #fff;
  font-size: 5vw;
  letter-spacing: 0.2em;
}
a.AreaDetail:hover{
  background-color: #eff8ff;
}
a.AreaDetail:hover > span{
  color: #005eb2;
}

.TopicShop{
  width: 90vw;
  text-align: left;
  margin: 0 auto 5vw;
}
.TopicShop > a{
  display: block;
}
.TopicShop > a > strong{
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}
.TopicShop > p{
  display: block;
  width: 100%;
  min-height: 30vw;
  overflow: hidden;
  background-color: #fff;

}
.TopicShop > p > a{
  display: block;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 30vw;
}
.TopicShop > p > a:hover{
  opacity: 0.6;
}

/*------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  background-image: url(../../images/area/list/fv_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  padding-top: 70px;
}
.fvIn{
  position: relative;
  width: 1200px;
  height: 180px;
  margin: auto;
}
.fvIn > h1{
  position: absolute;
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #005db2;
  font-weight: 600;
  padding: 40px 0 0 100px;
}
.fvIn > p{
  position: absolute;
  top: 100px;
  left: 100px;
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #005db2;
  text-align: left;
}


/*---------------------------------------------------------------*/
/*--//rankingArea--*/
.rankingArea{
  width: 1200px;
  margin: 100px auto;
}
.rankingUl{
  width: 1200px;
  margin: 50px auto;
    display: -webkit-flex;
    display: flex;
/*
    -webkit-justify-content: space-between;
    justify-content: space-between;
*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rankingUl li{
  width: 380px;
  height: 410px;
  margin: 0;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li:nth-child(2){
  margin: 0 30px;
}
.rankingUl li > a{
  position: relative;
  min-height: 100%;
  display: block;
  background-color: #f2f5f6;
  text-decoration: none;
  padding: 20px 0 45px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}
.rankingUl li > a:hover{
  background-color: #005db1;
}
.rankingUl li > a > div{
  width: 285px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.rankingUl li > a > strong{
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px 0;
  color: #005db1;
  letter-spacing: 0.1em;
}
.rankingUl li > a:hover > strong{
  color: #fff;
}
.rankingUl li > a > p{
  display: block;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
  padding: 10px 20px 0;
  color: #005db1;
  letter-spacing: 0.08em;
}
.rankingUl li > a:hover > p{
  color: #fff;
}
.rankingUl li > a > i{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #005db1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rankingUl li > a:hover > i{
  background-color: #fff;
}
.rankingUl li > a > i::after{
  content: '';
  position: absolute;
  bottom:10.5px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.rankingUl li > a:hover > i::after{
  border-color: #005db1 #005db1 transparent transparent;
}

/*---------------------------------------------------------------*/
/*--//ratedArea--*/
.ratedArea{
  width: 1200px;
  margin: 120px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ratedIn{
  width: 850px;
  margin: 60px 0 0 0;
}
.ratedDiv{
  margin: auto auto 40px;
}
.ratedDiv > a{
  display: block;
  position: relative;
  z-index: 30;
  text-decoration: none;
  padding: 20px 30px 20px;
  background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
box-shadow: 0px 3px 16px -6px rgba(0,93,177,0.6);
}
.ratedDiv > a:hover{
  background-color: #eff8ff;
}
.ratedDiv > a::after{
  content: '';
  position: absolute;
  z-index: 30;
  top: auto;
  bottom: 10px;
  right: 10px;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #005db1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.ratedDiv > a::before{
  content: '';
  position: absolute;
  z-index: 50;
  top: auto;
  bottom: 19px;
  right: 22px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}
.ratedDiv > a > h3{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #061651;
  width: 100%;
  padding: 0 0 20px 0;
}
.ratedDiv > a > span{
  position: relative;
  width: 200px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 0;
  overflow: hidden;
}
.ratedDiv > a > p{
  display: block;
  width: 560px;
  font-size: 14px;
  color: #005eb2;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ratedDiv > a > strong{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #505050;
  margin: 10px 0 0;
}

.TotalNumber{
  padding: 0 0 10px 0;
}
/*--//　もっとみる　--*/
#loadMoreBtn{
  width: 50%;
  height: 50px;
  margin: 0 auto 12vw;
}
#loadMoreBtn > span{
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #005db1;
}
#loadMoreBtn:hover > span{
  background-color: #c1c1c1;
}

/*--//　add　--*/
.ratedAdd{
/*  background-color: #005db1;*/
  width: 300px;
  margin: 60px 0 0 0;
}
a.AreaDetail{
  display: block;
  display: grid;
  place-items: center;
  width: 300px;
  height: 64px;
  margin-bottom: 20px;
  background-color: #005eb2;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  text-decoration: none;
}
a.AreaDetail > span{
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
a.AreaDetail:hover{
  background-color: #eff8ff;
}
a.AreaDetail:hover > span{
  color: #005eb2;
}

.TopicShop{
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
}
.TopicShop > a{
  display: block;
}
.TopicShop > a > strong{
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}
.TopicShop > p{
  display: block;
  width: 300px;
  min-height: 200px;
  overflow: hidden;
  background-color: #fff;

}
.TopicShop > p > a{
  display: block;
  display: grid;
  place-items: center;
  width: 300px;
  min-height: 200px;
}
.TopicShop > p > a:hover{
  opacity: 0.6;
}
}/*--　PC css終了　--*/

/*---------------------------------------------------------------*/
/*--//ページャー--*/
