@charset "utf-8";
.pc {
  display: block;
}
.sp {
  display: none!important;
}

.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.kv_bg {
  display: block;
  width: 100%;
}
.kv_set img {
  opacity: 0;
}
.kv_navi {
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  display: block;
  width: 52.5%;
  margin: auto;
}
.kv_map {
  position: absolute;
  top: 6.6%;
  right: 0;
  left: 0;
  display: block;
  width: 82.1%;
  margin: auto;
}
.kv_illust {
  position: absolute;
  top: 6.8%;
  right: 0;
  left: 0;
  display: block;
  width: 82.1%;
  margin: auto;
}
.kv_logo {
  position: absolute;
  top: 14.3%;
  right: 0;
  left: 0;
  display: block;
  width: 21.3%;
  margin: auto;
}
.kv_text {
  position: absolute;
  top: 48.3%;
  right: 0;
  left: 0;
  display: block;
  width: 50.9%;
  margin: auto;
}
.kv_period {
  position: absolute;
  top: 73.1%;
  right: 0;
  left: 0;
  display: block;
  width: 29.6%;
  margin: auto;
}
.kv_reco {
  position: absolute;
  top: 12%;
  right: auto;
  left: 0;
  display: block;
  width: 29%;
  margin: auto;
}
.kv_prize {
  position: absolute;
  top: 2%;
  right: 2%;
  left: auto;
  display: block;
  width: 16%;
  margin: auto;
}
.kv_mineo_logo {
  position: absolute;
  top: 3%;
  right: auto;
  left: 2.7%;
  display: block;
  width: 8%;
  margin: auto;
}

.road_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/road_bg.jpg) left center / contain repeat-x;
  width: 100%;
  height: 93px;
}
.road_car {
  opacity: 0;
}
.road_car li {
  width: auto;
}
.road_car li::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 2px;
  width: 38px;
  height: 18px;
  padding-right: 20px;
  margin-left: -10px;
}
.road_car li:nth-child(4n+1):after {
  background: url(../images/road_car_red.png) center / contain no-repeat;
}
.road_car li:nth-child(4n+2):after {
  background: url(../images/road_car_yellow.png) center / contain no-repeat;
}
.road_car li:nth-child(4n+3):after {
  background: url(../images/road_car_blue.png) center / contain no-repeat;
}
.road_car li:nth-child(4n+4):after {
  background: url(../images/road_car_green.png) center / contain no-repeat;
}
.faster {
  padding-top: 13px;
}
.slower {
  padding-top: 11px;
}

.contents {
  position: relative;
  background: url(../images/contents_bg.jpg) left top / contain repeat-y;
  padding-top: 114px;
  padding-bottom: 160px;
  overflow: hidden;
}

.car_wrap {
  position: absolute;
  top: -50%;
  height: 150%;
  width: 60%;
  left: 20%;
  overflow: hidden;
}
.car_right {
  position: absolute;
  right: 0;
  width: 172px;
}
.car_left {
  position: absolute;
  left: 0;
  width: 172px;
}
.car_wrap img {
  display: block;
  height: 100%;
}
.car_right_01 {
  margin-top: -100vh;
  margin-bottom: 300vh;
}
.car_right_02 {
  margin-bottom: 300vh;
}
.car_right_03 {
  margin-bottom: 400vh;
}
.car_right_04 {
  margin-bottom: 500vh;
}
.car_left_01 {
  margin-top: 0;
  margin-bottom: 200vh;
}
.car_left_02 {
  margin-bottom: 500vh;
}
.car_left_03 {
  margin-bottom: 400vh;
}

section {
  position: relative;
  margin-bottom: 160px;
}

.wrap {
  position: relative;
  max-width: 960px;
  margin: auto;
}

.intro {
  margin-bottom: 60px;
}
.intro_title {
  margin-bottom: 44px;
}
.intro_text {
  margin-bottom: 40px;
}
.intro_text_box {
  font-size: 1.4rem;
  font-weight: 400;
  width: 805px;
  border: 2px solid #202020;
  padding: 17px 16px 18px 30px;
  margin: 0 auto 60px;
}

.btn {
  position: relative;
  display: block;
  width: 424px;
  height: 78px;
  margin: auto;
  transition: all .1s linear;
  will-change: transform;
  cursor: pointer;
}
.btn:hover {
  top: 3px;
  left: 3px;
  width: 420px;
  height: 78px;
  cursor: pointer;
}
.btn_contribute {
  background: url(../images/btn_contribute.png) center / contain no-repeat;
}
.btn_contribute:hover {
  background: url(../images/btn_contribute_hover.png) center / contain no-repeat;
}
.btn_map {
  background: url(../images/btn_map.png) center / contain no-repeat;
}
.btn_map:hover {
  background: url(../images/btn_map_hover.png) center / contain no-repeat;
}
.btn_blog {
  background: url(../images/btn_blog.png) center / contain no-repeat;
  margin-top: -20px;
}
.btn_blog:hover {
  background: url(../images/btn_blog_hover.png) center / contain no-repeat;
}

.map {
  position: relative;
  background: #f4b400;
  padding-top: 98px;
  padding-bottom: 100px;
}
.map_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;    
  padding-top: 30px;
  padding-bottom: 2px;
  overflow: hidden;
}
.map_bg img {
  width: auto;
  display: block;
  margin-bottom: 28px;
}

.map_title {
  position: relative;
  width: 580px;
  margin: 0 auto 34px;
}
.map_title::before {
  content: "";
  display: block;
  width: 430px;
  height: 92px;
  background: url(../images/map_renewing.png) center / contain no-repeat;
  margin: 0 auto -8px;
}
.mymap_wrap {
  width: 750px;
  margin: 0 auto 60px;
}
#mymap {
  width: 750px;
  height: 460px;
  border: 2px solid #202020;
  box-shadow: 8px 8px 0px 0px #202020;
}

.title_01 {
  position: relative;
  width: 512px;
  margin: 0 auto 60px;
}
.title_01 p {
  position: absolute;
  bottom: 17px;
  color: #4285f4;
  font-size: 2rem;
  text-align: center;
}

.col_02 {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: center;
}
.status_wrap {
  width: 365px;
  background: #f4b400;
  border-radius: 10px;
  padding: 10px;
  margin: 0 15px;
  text-align: center;
}
.status_wrap > * {
  border: 4px solid #202020;
  border-radius: 10px;
  padding: 16px;
}
.status_title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.status_number {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 16px auto 10px;
}
.items_images {
  position: relative;
}
.items_images .balloon_02,
.items_images .balloon_03,
.items_images .map_pin_02 {
  position: absolute;
}

.ranking_wrap {
  position: relative;
  width: 100%;
  height: 500px;
  margin: auto;
}
.ranking_bg {
  position: absolute;
  top: 0;
  display: block;
}
.ranking_list {
  display: block;
  position: relative;
  top: 14px;
  width: 912px;
  height: 473px;
  margin: 13px auto;
  overflow-y: scroll;
}
.ranking_item {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 750px;
  left: 10px;
  margin: auto;
  background: #0f9d58;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}
.ranking_item:first-child {
  margin-top: 30px;
}
.spot {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}
.rank {
  width: 120px;
  background: #fff;
  color: #0f9d58;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.8;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-right: 20px;
}
.rank span {
  position: relative;
  top: -2px;
  font-size: 2.4rem;
}
.spot_name {
  width: auto;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}
.number {
  width: auto;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
.number span {
  font-size: 2.4rem;
}
.ranking_list::-webkit-scrollbar{
  width: 10px;
}
.ranking_list::-webkit-scrollbar-track{
  background: #edf0f2;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0px 1px 0px 2px #202020;
}
.ranking_list::-webkit-scrollbar-thumb{
  background: #0f9d58;
  border-radius: 10px;
  box-shadow: none;
}

.present_title {
  width: 750px;
  margin: 0 auto 58px;
}
.content_text {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 38px;
}
.present_list {
  width: 750px;
  margin: auto;
}
.present_item + .present_item {
  margin-top: 18px;
}

.join_title {
  width: 338px;
  margin: 0 auto 58px;
}
.note {
  font-size: 1.4rem;
}
#join {
  padding-top: 80px;
  margin-top: -80px;
}
#join .content_text {
  margin-bottom: 30px;
}
.join_end {
  width: 750px;
  margin: 0 auto 60px;
  padding: 16px;
  color: #db4437;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid #db4437;
}
#join .title_01 {
  margin-bottom: 40px;
}
.join_tw_list {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.join_tw_item {
  position: relative;
  width: 300px;
}
.join_tw_item::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/join_tw_arw.png) center / contain no-repeat;
  width: 76px;
  height: 37px;
  top: calc(50% - 16px);
  right: -53px;
  z-index: 9;
}
.join_tw_item:last-child:after {
  content: none;
}
.join_tw_item:nth-child(1) {
  z-index: 3;
}
.join_tw_item:nth-child(2) {
  z-index: 2;
}
.join_tw_item:nth-child(2) {
  z-index: 1;
}

.join_tw_item .btn {
  position: absolute;
  top: 277px;
  left: 23px;
  display: block;
  width: 254px;
  height: 58px;
  margin: auto;
}
.join_tw_item .btn:hover {
  position: absolute;
  top: 279px;
  left: 25px;
  width: 254px;
  height: 58px;
}
.btn_join_tw_01 {
  background: url(../images/btn_join_tw_01.png) center / contain no-repeat;
}
.btn_join_tw_01:hover {
  background: url(../images/btn_join_tw_01_hover.png) center / contain no-repeat;
}
.btn_join_tw_03 {
  background: url(../images/btn_join_tw_03.png) center / contain no-repeat;
}
.btn_join_tw_03:hover {
  background: url(../images/btn_join_tw_03_hover.png) center / contain no-repeat;
}
.join_tw_item .text_link {
  position: absolute;
  display: inline-block;
  width: auto;
  left: 28px;
  top: 302px;
  border-bottom: 2px solid #f4b400;
  cursor: pointer;
}
.text_link span {
  color: #f4b400;
}
.attention {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  width: calc(100% + 40px);
  left: -10px;
}
.attention::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_attention.png) center / contain no-repeat;
  width: 59px;
  height: 53px;
  margin-right: 13px;
}
.attention span {
  line-height: 1.4;
}
.text_red {
  color: #db4437;
  font-size: 2rem;
}
.period {
  margin: 120px auto;
}
.attention_title {
  width: 160px;
  margin: 0 auto 40px;
}
.attention_list {
  width: 750px;
  margin: auto;
  background: #fff;
  border: 2px solid #202020;
  border-radius: 20px;
  padding: 60px 40px;
}
.attention_list li {
  padding-left:1em;
  text-indent:-1em;
}

.reco {
  margin-bottom: 0;
}
.reco_title {
  width: 870px;
  margin: 0 auto 58px;
}
.reco_text {
  width: 750px;
  margin: 0 auto 60px;
  letter-spacing: 0.07em;
}
.reco_text span {
  font-size: 1.6rem;
  font-weight: 700;
}
.text_green {
  color: #0f9d58;
}
.banner_title {
  width: 440px;
  margin: 0 auto 26px;
}
.btn_banner {
  position: relative;
  display: block;
  width: 758px;
  height: 238px;
  background: url(../images/btn_banner.png) center / contain no-repeat;
  margin: auto;
  transition: all .1s linear;
}
.btn_banner:hover {
  top: 3px;
  left: 3px;
  width: 755px;
  height: 238px;
  background: url(../images/btn_banner_hover.png) center / contain no-repeat;
}

.btn_join {
  position: fixed;
  bottom: 46px;
  right: 40px;
  width: 216px;
  height: 216px;
  background: url(../images/btn_fixed_contribute.png) center / contain no-repeat;
  z-index: 99;
  transition: all .1s linear;
  will-change: transform;
}
.btn_join:hover {
  background: url(../images/btn_fixed_contribute_hover.png) center / contain no-repeat;
}

footer {
  background: #0f9d58;
  text-align: center;
  color: #fff;
  padding: 60px 0;
}
footer .mineo_logo {
  display: block;
  width: 113px;
  margin: 0 auto 30px;
}
footer p {
  font-size: 1.4rem;
  font-weight: 400;
}


@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    width: 768px;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }

  .kv_navi {
    top: auto;
    bottom: 122px;
    width: 728px;
  }
  .kv_map {
    top: auto;
    bottom: 298px;
    left: -183px;
    width: 1130px;
  }
  .kv_illust {
    top: auto;
    bottom: 300px;
    left: -164px;
    width: 1140px;
  }
  .kv_illust_01 {
  bottom: 302px;
  left: -73px;
  width: 1000px;
  }
  .kv_illust_02 {
  bottom: 306px;
  left: -145px;
  width: 1138px;
  }
  .kv_illust_03 {
  bottom: 306px;
  left: -148px;
  }
  .kv_illust_04 {
  left: -180px;
  }
  .kv_illust_05 {
  bottom: 308px;
  left: -182px;
  }
  .kv_illust_06 {
  bottom: 312px;
  left: -203px;
  }
  .kv_illust_07 {
  bottom: 297px;
  left: -180px;
  }
  .kv_illust_08 {
  bottom: 324px;
  left: -212px;
  }
  .kv_illust_09 {
  bottom: 297px;
  left: -191px;
  }
  .kv_illust_10 {
  bottom: 296px;
  left: -202px;
  }
  .kv_logo {
    top: 310px;
    width: 330px;
  }
  .kv_text {
    top: auto;
    bottom: 322px;
    width: 735px;
  }
  .kv_period {
    top: auto;
    bottom: 225px;
    width: 422px;
  }
  .kv_reco {
    top: auto;
    left: -11px;
    bottom: 833px;
    width: 501px;
  }
  .kv_prize {
    top: auto;
    bottom: 802px;
    right: 26px;
    width: 230px;
  }
  .kv_mineo_logo {
    top: 10px;
    left: 24px;
    width: 98px;
  }
  .road_wrap {
    margin-top: -212px;
    height: 186px;
  }
  .road_car {
    width: auto;
    font-size: 3.2rem;
  }
  .road_car li::after {
    width: 80px;
    height: 36px;
    top: 5px;
    padding-right: 12px;
    margin-left: -16px;
  }
  .faster {
    padding-top: 25px;
  }
  .slower {
    padding-top: 19px;
  }

  .contents {
    background: url(../images/contents_bg_sp.jpg) left top / contain repeat-y;
  }

  .car_wrap {
    width: 540px;
    left: 120px;
  }

  section {
    padding: 0 40px;
  }

  .btn_join {
    bottom: 46px;
    right: 22px;
    width: 257px;
    height: 257px;
  }
  .btn_join:hover {
    background: url(../images/btn_fixed_contribute.png) center / contain no-repeat;
  }


  .intro {
    margin-bottom: 256px;
  }
  .intro_title {
    margin-bottom: 27px;
  }
  .intro_text {
    margin-bottom: 80px;
  }
  .intro_text_box {
    font-size: 2.4rem;
    width: 100%;
    padding: 33px 36px 35px 40px;
    margin: 0 auto 80px;
  }
  .btn,
  .btn:hover {
    width: 490px;
    height: 91px;
  }
  .btn_contribute:hover {
    background: url(../images/btn_contribute.png) center / contain no-repeat;
  }
  .btn_map:hover {
    background: url(../images/btn_map.png) center / contain no-repeat;
  }
  .btn_blog:hover {
    background: url(../images/btn_blog.png) center / contain no-repeat;
  }

  .map_title {
    width: 575px;
    margin: -38px auto 54px;
  }

  .map {
    padding: 4px 0 157px;
  }
  .map_bg {
    padding-top: 34px;
  }
  .map_bg img {
    margin-bottom: 21px;
  }
  .mymap_wrap {
    position: relative;
    width: 768px;
    height: 1316px;
    max-width: 0 auto 80p;
    overflow: hidden;
  }
  #mymap {
    width: 329.613733905px;
    height: 564.8068686868px;
    border: 3px solid #202020;
    box-shadow: none;
    transform: scale(2.33);
    transform-origin: left top;
  }

  .title_01 {
    width: 710px;
    left: -10px;
    margin-bottom: 80px;
  }
  .title_01 p {
    bottom: 24px;
    font-size: 3rem;
  }

  .status {
    margin-bottom: 200px;
  }
  .col_02 {
    flex-direction: column;
  }
  .status_wrap {
    width: 460px;
    padding: 13px;
  }
  .status_wrap > * {
    padding: 20px;
  }
  .status_title {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
  .status_number {
    font-size: 8rem;
    margin: 20px auto 18px;
  }
  .status_wrap + .status_wrap {
    margin-top: 30px;
  }


  .ranking_wrap {
    width: 670px;
    height: 670px;
  }
  .ranking_list {
    top: 20px;
    width: 620px;
    height: 620px;
    margin: 0 auto;
  }
  .ranking_item {
    width: 89%;
    left: -1.6%;
    border-radius: 10px;
    padding: 10px;
    margin-top: 16px;
  }
  .ranking_item:first-child {
    margin-top: 34px;
  }
  .rank {
    width: 112px;
    padding-top: 16px;
    padding-bottom: 23px;
    margin-right: 16px;
  }
  .rank span {
    font-size: 1.6rem;
  }
  .spot_name {
    width: 280px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .number span {
    font-size: 2.8rem;
  }

  .present {
    margin-bottom: 200px;
  }
  .present_title {
    width: 654px;
    margin-bottom: 55px;
  }
  .content_text {
    font-size: 2.8rem;
  }
  .present_list {
    width: 100%;
  }
  .present_item + .present_item {
    margin-top: 20px;
  }

  #join {
    margin-bottom: 200px;
  }
  .join_title {
    width: 342px;
  }
  .note {
    font-size: 2.4rem;
  }
  #join .content_text,
  #join .title_01 {
    margin-bottom: 60px;
  }
  .join_end {
    width: 100%;
    font-size: 3rem;
    margin-bottom: 100px;
    border-width: 3px;
  }
  .join_tw_list {
    flex-direction: column;
    margin-bottom: 76px;
  }
  .join_tw_item {
    width: 590px;
  }
  .join_tw_item::after {
    position: relative;
    background: url(../images/join_tw_arw_sp.png) center / contain no-repeat;
    width: 74px;
    height: 152px;
    top: 0;
    right: auto;
    margin: 20px auto;
  }
  .join_tw_item .btn,
  .join_tw_item .btn:hover {
    width: 496px;
    height: 112px;
    top: 544px;
    left: 46px;
  }
  .btn_join_tw_01:hover {
    background: url(../images/btn_join_tw_01.png) center / contain no-repeat;
  }
  .btn_join_tw_03:hover {
    background: url(../images/btn_join_tw_03.png) center / contain no-repeat;
  }

  .join_tw_item .text_link {
    font-size: 3.2rem;
    left: 46px;
    top: 592px;
  }
  .attention {
    margin-bottom: 200px;
  }
  .attention::before {
    width: 126px;
    height: 113px;
    margin-right: 16px;
    margin-top: 8px;
  }
  .attention > span {
    width: 580px;
  }
  .text_red {
    font-size: 3rem;
    font-weight: 700;
  }

  .btn_blog {
    margin-top: 0;
    margin-bottom: 200px;
  }

  .period {
    margin-bottom: 200px;
  }

  .attention_title {
    width: 220px;
    margin-bottom: 60px;
  }
  .attention_list {
    position: relative;
    width: calc(100% + 1.96px);
    left: -0.9px;
    border-width: 3px;
  }
  .attention_list li {
    font-size: 2.4rem;
    line-height: 1.9;
  }
  
  .reco_title {
    width: 672px;
    margin-bottom: 55px;
  }
  .reco_text {
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0;
  }
  .reco_text span {
    font-size: 2.8rem;
  }

  .banner_title {
    width: 515px;
    margin-bottom: 60px;
  }
  .btn_banner,
  .btn_banner:hover {
    width: 100%;
    height: 216px;
  }
  .btn_banner:hover {
    background-image: url(../images/btn_banner.png);
  }

  footer {
    padding: 50px 0;
  }
  footer .mineo_logo {
    width: 140px;
  }
  footer p {
    font-size: 2.8rem;
    font-weight: 500;
  }
}