@charset "UTF-8";
/**
 *
 * index: トップページ
 *
*/
/*----------------------------
	ツール
-----------------------------*/
/*----------------------------
	Keyvisual
-----------------------------*/
#Keyvisual {
  width: 100%;
  position: relative;
  padding: 79px 0 0 0;
  overflow: hidden;
  background: #fff;
}

#Keyvisual::before {
  content: "";
  width: 1115px;
  height: 1051px;
  background: url("../images/bg_obj_pc.jpg") #fff no-repeat bottom left;
  background-size: 1115px;
  position: absolute;
  top: 60px;
  left: calc(50% - 1270px);
}

#Keyvisual .inner {
  padding-top: 465px;
  padding-bottom: 45px;
}

#Keyvisual .inner #Cache1 {
  position: absolute;
  top: 207px;
  right: 90px;
  width: 706px;
}

#Keyvisual .inner #Cache2 {
  position: absolute;
  top: 22px;
  left: calc(50% - 318px);
  width: 171px;
}
#Keyvisual .inner #Cache2:hover{
  opacity: .7;
}

#Keyvisual .inner .itemlist {
  width: 409px;
  margin: 0 0 0 auto;
  align-items: flex-end;
}

#Keyvisual .inner .itemlist li:first-child {
  width: 135px;
}

#Keyvisual .inner .itemlist li:nth-child(2) {
  width: 169px;
}

#Keyvisual .inner .itemlist li:last-child {
  width: 79px;
}

#Keyvisual .inner .itemlist li a {
  pointer-events: none;
}

#Keyvisual .inner .bottom_contents {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 30px;
  /*.youtube{
        width: 357px;
        line-height: 0;
        margin-right: 36px;
        iframe{
          width: 100%;
          height: 201px;
        }
      }*/
}

#Keyvisual .inner .bottom_contents #MvRanking {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 28px 25px 21px 25px;
  width: calc(100% - 260px);
  max-width: 540px;
  margin-right: 24px;
}

#Keyvisual .inner .bottom_contents #MvRanking .ranking_title {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ff6000;
  padding-left: 42px;
  position: relative;
  margin-bottom: 10px;
}

#Keyvisual .inner .bottom_contents #MvRanking .ranking_title::before {
  content: "";
  width: 35px;
  height: 26px;
  background: url("../images/icon_ranking.png") no-repeat center center;
  background-size: 35px;
  position: absolute;
  top: -4px;
  left: 0;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user {
  width: 100%;
  border-bottom: solid 1px #c8c8c8;
  padding: 8px 0 0 0;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user:nth-child(2) .rank {
  color: #c8dcdf;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user:last-child .rank {
  color: #c88d36;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user .rank {
  width: 52px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
  color: #c8b483;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption {
  width: calc(100% - 96px);
  padding-left: 10px;
  padding-top: 7px;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0;
  -webkit-line-clamp: 1;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom {
  width: 100%;
  align-items: flex-end;
  padding-left: 2px;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .follower {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .follower span {
  display: inline;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .follower label {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #969696;
  display: inline;
  margin-left: 2px;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .adress {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #969696;
  position: relative;
  padding-left: 18px;
}

#Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .adress::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url("../images/icon_pin.jpg") no-repeat center center;
  background-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

#Keyvisual .inner .bottom_contents #MvRanking p {
  font-size: 20px;
  line-height: 38px;
  -webkit-line-clamp: 1;
}

#Keyvisual .inner .bottom_contents .twitter_space {
  width: 409px;
  height: 100%;
}

#Keyvisual .inner .bottom_contents .twitter_space .twitter_title {
  padding-left: 57px;
  position: relative;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000;
}

#Keyvisual .inner .bottom_contents .twitter_space .twitter_title::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icon_x.png") no-repeat center center;
  background-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

#Keyvisual .inner .bottom_contents .twitter_space .twitterbox {
  width: 100%;
  height: 268px;
  margin-top: 20px;
  border: solid 1px #000;
}

#Keyvisual .inner .bottom_contents .twitter_space .twitterbox iframe {
  min-width: auto !important;
  min-width: none !important;
  min-width: unset !important;
  width: 100% !important;
}

@media all and (max-width: 1280px) {
  #Keyvisual::before {
    left: calc(50% - 1170px);
  }
  #Keyvisual .inner #Cache1 {
    right: 40px;
  }
  #Keyvisual .inner #Cache2 {
    left: calc(50% - 226px);
  }
}

@media all and (max-width: 1024px) {
  #Keyvisual {
    padding: 18.25333vw 0 0 0;
  }
  #Keyvisual::before {
    width: 60.66667vw;
    height: 112vw;
    background: url("../images/bg_obj_sp.jpg") #fff no-repeat top left;
    background-size: 60.66667vw;
    top: 18.25333vw;
    left: 0;
  }
  #Keyvisual .inner {
    padding-top: 2.66667vw;
    padding-bottom: 8vw;
  }
  #Keyvisual .inner .halllink {
    width: 41.86667vw;
    background: #323232;
    border-radius: 4vw;
    padding: 2.4vw 0 2.66667vw 0;
    margin: 0 0 0 auto;
  }
  #Keyvisual .inner .halllink label {
    text-align: center;
    font-size: 2.93333vw;
    line-height: 2.93333vw;
    letter-spacing: 0;
    color: #fff;
  }
  #Keyvisual .inner #Cache1 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 4vw;
  }
  #Keyvisual .inner #Cache2 {
    position: relative;
    top: auto;
    width: 43.33333vw;
    left: auto;
    margin: 4vw 0 0 auto;
  }
  #Keyvisual .inner .itemlist {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 5.33333vw;
  }
  #Keyvisual .inner .itemlist li:nth-child(1) {
    width: 31.46667vw;
    margin-right: 6.66667vw;
  }
  #Keyvisual .inner .itemlist li:nth-child(2) {
    width: 38.93333vw;
  }
  #Keyvisual .inner .itemlist li a {
    pointer-events: auto;
  }
  #Keyvisual .inner .banner {
    width: 80vw;
    margin: 6.66667vw auto 0 auto;
  }
  #Keyvisual .inner .bottom_contents {
    margin-top: 8vw;
    /*.youtube{
          width: getSize(355);
          margin-right: 0;
          margin-bottom: getSize(10);
          iframe{
            height: getSize(200.19);
          }
        }*/
  }
  #Keyvisual .inner .bottom_contents #MvRanking {
    box-shadow: 0px 0px 1.33333vw rgba(0, 0, 0, 0.2);
    padding: 4.8vw 4vw 4vw 4vw;
    width: 100%;
    max-width: unset;
    margin-right: 0;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .ranking_title {
    font-size: 4.26667vw;
    line-height: 4.26667vw;
    letter-spacing: 0.2vw;
    padding-left: 9.06667vw;
    margin-bottom: 2.66667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .ranking_title::before {
    width: 6.98667vw;
    height: 5.33333vw;
    background: url("../images/icon_ranking.png") no-repeat center center;
    background-size: 6.98667vw;
    top: -0.53333vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user {
    padding: 1.6vw 0 0.53333vw 0;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user .rank {
    width: 8.8vw;
    font-size: 8.53333vw;
    line-height: 8.53333vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user .icon {
    width: 8vw;
    height: 8vw;
    margin-top: 0.8vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption {
    width: calc(100% - 16.8vw);
    padding-left: 2.13333vw;
    padding-top: 1.6vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .name {
    font-size: 4.26667vw;
    line-height: 5.86667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom {
    margin-top: 0.8vw;
    padding-left: 0.26667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .follower {
    font-size: 3.46667vw;
    line-height: 3.46667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .follower label {
    font-size: 2.66667vw;
    line-height: 3.46667vw;
    margin-left: 0.26667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .adress {
    font-size: 2.66667vw;
    line-height: 3.46667vw;
    letter-spacing: 0;
    padding-left: 3.2vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking .userlist .user figcaption .flex_bottom .adress::before {
    width: 2.13333vw;
    height: 2.93333vw;
    background: url("../images/icon_pin.jpg") no-repeat center center;
    background-size: 2.13333vw;
    top: 0.26667vw;
  }
  #Keyvisual .inner .bottom_contents #MvRanking p {
    font-size: 4vw;
    line-height: 6.66667vw;
  }
  #Keyvisual .inner .bottom_contents .twitter_space {
    width: 100%;
    margin-top: 5.6vw;
  }
  #Keyvisual .inner .bottom_contents .twitter_space .twitter_title {
    padding-left: 12.8vw;
    font-size: 5.3vw;
    line-height: 5.3vw;
  }
  #Keyvisual .inner .bottom_contents .twitter_space .twitter_title::before {
    width: 8vw;
    height: 8vw;
    background: url("../images/icon_x.png") no-repeat center center;
    background-size: 8vw;
    top: -1.33333vw;
    left: 1.33333vw;
  }
  #Keyvisual .inner .bottom_contents .twitter_space .twitterbox {
    width: 100%;
    height: 71.46667vw;
    margin-top: 4vw;
  }
}

/*----------------------------
	Pickup
-----------------------------*/
#Pickup {
  background: #ff6000;
  padding: 30px 0;
}

#Pickup .inner h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

#Pickup .inner h4 span {
  content: "";
  width: 46px;
  height: 39px;
  background: url("../images/icon_fukidashi.png") no-repeat center center;
  background-size: 46px;
  position: absolute;
  top: -5px;
  left: calc(50% - 122px);
}

#Pickup .inner h4::before, #Pickup .inner h4::after {
  content: "";
  width: calc(50% - 142px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}

#Pickup .inner h4::after {
  width: calc(50% - 90px);
  left: auto;
  right: 0;
}

#Pickup .inner .target li {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
}

@media all and (max-width: 1024px) {
  #Pickup {
    padding: 4.8vw 0;
  }
  #Pickup .inner h4 {
    font-size: 4.53333vw;
    line-height: 4.53333vw;
    letter-spacing: 0.2vw;
    margin-bottom: 2.66667vw;
  }
  #Pickup .inner h4 span {
    width: 7.06667vw;
    height: 6.13333vw;
    background: url("../images/icon_fukidashi.png") no-repeat center center;
    background-size: 7.06667vw;
    top: -1.06667vw;
    left: calc(50% - 19vw);
  }
  #Pickup .inner h4::before, #Pickup .inner h4::after {
    width: calc(50% - 22vw);
    height: 2px;
    top: 2.13333vw;
  }
  #Pickup .inner h4::after {
    width: calc(50% - 14vw);
    left: auto;
    right: 0;
  }
  #Pickup .inner .target li {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
