@charset "UTF-8";
body {
  min-width: 880px;
}

.menu_bg {
  display: block;
}

.zdo_drawer_nav_wrapper {
  display: none;
}

.pc_off {
  display: none !important;
}

br.pc_off {
  display: none;
}

.smt_off {
  display: inherit;
}

br.smt_off {
  display: inherit;
}

.webcontents,
.other_player {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  .webcontents,
  .other_player {
    max-width: 90%;
  }
}

#header_top {
  position: relative;
  height: 130px;
  overflow: hidden;
}

#header_top:after {
  content: "";
  display: block;
  border-top: solid 6px #3393a5;
  width: 100%;
  position: absolute;
  top: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  border: none;
  width: 180px;
  height: 130px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  text-align: center;
  outline: none;
  background: #03047c;
  background: url("image/menu_bg.png") no-repeat 0 50%/180px auto;
  padding: 11px 12px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 33px;
}

.logo img {
  width: 153px;
}

.logo h1 {
  font-size: 10px;
  letter-spacing: 0;
}

.logo a:hover {
  text-decoration: none;
}

ul.navi {
  position: absolute;
  right: 50%;
  top: 43px;
  transform: translate(50%, 50%);
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
}

ul.navi li {
  display: inline-block;
}

ul.navi li:last-child {
  margin-right: 0;
}

ul.navi li a {
  font-size: 18px;
  display: block;
  letter-spacing: 0;
}

ul.navi li a span {
  letter-spacing: 2px;
}

ul.navi li a:hover {
  text-decoration: none;
  color: #3393a5;
}

.account {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height:40px;
  width:auto;
  z-index: 99999;
}


.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px 3px 50px;
  border-radius: 20px;
  height: 36px;
  width: 175px;
  overflow: hidden;
}

.search_container input[type="submit"] {
  cursor: pointer;
  border: none;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 15px;
  top: 8px;
  outline: none;
  background: url("../image/icon_search.png") no-repeat 0 50%/18px auto;
}

.search_container input[type="text"] {
  border: none;
  height: 36px;
  font-size: 14px;
  position: absolute;
  top: 0;
}

.search_container input[type="text"]:focus {
  outline: 0;
}

::placeholder {
  color: #c4c4c4;
}

.player_info {
  padding: 14px 20px 20px;
}

.player_info h2 {
  font-size: 20px;
  line-height: 1.6;
}

.player_info h2 span {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  color: #3393a5;
  border: solid 1px #3393a5;
  padding: 0 5px 1px;
  position: relative;
  top: -3px;
  margin-left: 17px;
}

.player_info h3 {
  font-size: 15px;
  color: #3393a5;
  margin-bottom: 5px;
}

.player_info p {
  line-height: 1.5;
}

.supporters {
  background: #f8f8f8;
  padding: 3px 25px 6px 20px;
  text-align: right;
  color: #3393a5;
  width: 100%;
  margin-bottom: 0 !important;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.supporters h4 {
  font-size: 13px;
  margin-right: 6px;
  display: inline-block;
  margin: 0 10px 0 auto;
}

.supporters p {
  font-size: 18px;
  display: inline-block;
}

.bnr_clapship {
  background: url("image/about_clapship.jpg") no-repeat 100% / cover;
  height: 196px;
  position: relative;
  color: #fff;
  margin-bottom: 55px;
}

.bnr_clapship a {
  color: #fff;
  display: block;
  height: 100%;
}

.bnr_clapship div {
  position: absolute;
  left: 50px;
  bottom: 50%;
  transform: translate(0, 50%);
}

.bnr_clapship h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.bnr_clapship p {
  font-weight: 500;
}

.bnr_clapship h5 {
  position: absolute;
  bottom: 37px;
  right: 54px;
  text-align: center;
  width: 138px;
  letter-spacing: 0;
  background: url("../image/icon_more.png") no-repeat right 12px top 50%/10px auto,
    #fff;
  padding: 4px 12px 5px 0;
  font-size: 14px;
  color: #111;
}

.ttl_top_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ttl_top_news h5 {
  border: solid 1px #707070;
  text-align: center;
  width: 126px;
  letter-spacing: 0;
  display: block;
}

.ttl_top_news h5 a {
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto;
  display: block;
  padding: 4px 12px 5px 0;
  font-size: 14px;
}

.ttl_top_news h5 a:hover {
  text-decoration: none;
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto,
    #f8f8f8;
}

h2.ttl {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

h2.ttl:first-letter {
  color: #3393a5;
}

h2.ttl span {
  font-size: 24px;
  display: inline-block;
  margin-left: 15px;
}

ul.new_canvass {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

ul.new_canvass::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

ul.new_canvass::after {
  content: "";
  display: block;
  width: 24%;
}

ul.new_canvass li {
  width: 24%;
  border: solid 1px #d5d5d5;
  margin-bottom: 56px;
}

ul.new_canvass li h2 {
  font-size: 18px;
}

ul.new_canvass li a:hover {
  text-decoration: none;
}

.news_img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.btn_fav {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
}

.btn_fav:hover {
  text-decoration: none;
}

.btn_fav span {
  color: #cecece;
}

.btn_fav.click span {
  color: #3393a5;
}

.ttl_top_ranking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ttl_top_ranking h5 {
  border: solid 1px #707070;
  text-align: center;
  width: 126px;
  letter-spacing: 0;
}

.ttl_top_ranking h5 a {
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto;
  display: block;
  padding: 4px 12px 5px 0;
  font-size: 14px;
}

.ttl_top_ranking h5 a:hover {
  text-decoration: none;
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto,
    #ddd;
}

.ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px;
}

.ranking_box {
  width: 49%;
  padding: 20px 25px 35px;
  border: solid 1px #919191;
}

.ranking_box h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.ranking_box ul {
  margin-bottom: 20px;
}

.ranking_box ul li {
  background: #f7f7f7;
  margin-bottom: 13px;
}

.ranking_box ul li a {
  display: block;
  width: 100%;
  padding: 14px 25px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.ranking_box ul li a:hover {
  text-decoration: none;
  background: #ededed;
  transition: all 0.3s ease 0s;
}

.ranking_box ul li a h3 {
  display: inline-block;
  font-size: 24px;
  color: #3393a5;
  margin-right: 20px;
}

.ranking_box ul li a h3 span {
  font-size: 16px;
}

.ranking_img {
  max-width: 75px;
  margin-right: 12px;
}

.ranking_name h2 {
  line-height: 1.4;
  font-size: 20px;
  display: inline-block;
}

.ranking_name h4 {
  line-height: 1.4;
  font-size: 15px;
  color: #3393a5;
}

.ranking_right {
  margin: 0 0 0 auto;
}

.ranking_right p {
  font-size: 26px;
}

.ranking_right p span {
  font-size: 15px;
}

h3.more_ranking {
  border: solid 1px #707070;
  text-align: center;
  width: 126px;
  letter-spacing: 0;
  margin: auto;
}

h3.more_ranking a {
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto;
  display: block;
  padding: 4px 12px 5px 0;
  font-size: 14px;
}

h3.more_ranking a:hover {
  text-decoration: none;
  background: url("image/icon_more.png") no-repeat right 12px top 50%/10px auto,
    #f8f8f8;
}

.top_search {
  margin-bottom: 27px;
}

.top_search h2.ttl span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

.search_note {
  line-height: 1.7;
  margin-bottom: 20px;
}

.search_box {
  background: #f2f2f2;
  padding: 50px 0;
}

#form5 {
  max-width: 840px;
  max-width: 70%;
  height: 50px;
  margin: auto;
  position: relative;
}

#sbox5 {
  outline: 0;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 730px;
  width: 86%;
  background: #fff;
  border: solid 1px #707070;
}

#sbtn5 {
  width: 93px;
  height: 50px;
  position: absolute;
  left: 740px;
  left: 88%;
  top: 0;
  background: #3393a5;
  color: #fff;
  font-size: 16px;
  border: none;
}

#sbtn5:hover {
  cursor: pointer;
}

.top_category {
  margin-bottom: 40px;
}

.top_category h2.ttl {
  margin-bottom: 10px;
}

.top_category h2.ttl span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

.top_category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top_category ul li {
  width: 23.5%;
  border: solid 1px #707070;
  margin-bottom: 17px;
}

.top_category ul li a {
  width: 100%;
  height: 66px;
  padding: 4px 25px 6px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: url("image/more_cate.png") no-repeat right 15px top 50%/15px auto;
}

.top_category ul li a:hover {
  background: url("image/more_cate.png") no-repeat right 15px top 50%/15px auto,
    #f8f8f8;
  text-decoration: none;
}

.top_category ul li a span {
  font-weight: 300;
  font-size: 14px;
}

.top_information {
  margin-bottom: 45px;
}

.top_information h2.ttl {
  margin-bottom: 10px;
}

.top_information h2.ttl span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

.top_information ul li {
  border-bottom: solid 1px #c4c4c4;
}

.top_information ul li a {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0 21px;
}

.top_information ul li a:hover {
  text-decoration: none;
  background: #f8f8f8;
}

.top_information ul li p {
  display: inline-block;
  width: 87%;
}

.top_information ul li span {
  display: inline-block;
  width: 13%;
  letter-spacing: 2px;
  padding-left: 25px;
  position: relative;
}

.top_information ul li span:before {
  content: "";
  display: inline;
  border-left: solid 11px #3393a5;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

ul.footer_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 70px;
}

ul.footer_bnr li {
  width: 32.5%;
}

.footer_navi {
  background: #edf9fc;
  padding: 42px 0 53px;
}

.footer_navi div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.footer_navi div ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.footer_navi div ul li a {
  font-size: 14px;
  font-weight: 300;
}

.footer_navi div ul li:first-child {
  margin-bottom: 5px;
}

.footer_navi div ul:first-child {
  margin-right: 80px;
}

.footer_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  margin: auto;
  padding: 30px 0 30px;
}

.footer_info .footer_info_left {
  width: 200px;
}

.footer_info .footer_info_left h2 {
  font-size: 11px;
}

.footer_info .footer_info_left h3 {
  width: 144px;
  margin-bottom: 11px;
}

.footer_info .footer_info_right {
  text-align: right;
}

.footer_info .footer_info_right ul.sns li {
  width: 48px;
  display: inline-block;
}

.footer_info .footer_info_right ul.sns li:first-child {
  margin-right: 5px;
}

.footer_info .footer_info_right .f_navi {
  margin-top: 15px;
}

.footer_info .footer_info_right .f_navi li {
  display: inline-block;
}

.footer_info .footer_info_right .f_navi li a {
  font-size: 14px;
  padding: 0 5px;
  font-weight: 300;
}

.footer_info .footer_info_right .f_navi li a:hover {
  text-decoration: none;
  color: #3393a5;
}

.footer_info .footer_info_right .f_navi li::after {
  content: "│";
  font-size: 13px;
  padding: 0;
  position: relative;
  left: 2px;
}

.footer_info .footer_info_right .f_navi li:last-child::after {
  content: "";
}

#page_top {
  width: 33px;
  height: 22px;
  position: fixed;
  right: 18px;
  bottom: 45px;
  z-index: 9999;
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}

#footer {
  margin-bottom: 25px;
  clear: both;
}

@media screen and (max-width: 1260px) {
  .webcontents,
  ul.footer_bnr {
    max-width: 90%;
  }
  .top_category ul li {
    width: 32%;
  }
  ul.navi {
    width: 600px;
  }
}

/* 1260px */
@media screen and (max-width: 1100px) {
  ul.navi {
    width: 540px;
    right: 80px;
    top: 60px;
    transform: translate(0%, 50%);
  }
  ul.navi li {
    margin-right: 30px;
  }
  ul.navi li a {
    font-size: 17px;
  }
  .ranking_box {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* 1100px */
/*---------------------------------------------------------------------

	 下層

---------------------------------------------------------------------*/
.pankuzu {
  width: 100%;
  margin: 0 auto 30px;
}

.pankuzu li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}

.pankuzu li::after {
  content: "\03e";
  padding: 0 0px 0 3px;
  position: relative;
  top: 0px;
}

.pankuzu li:last-child::after {
  content: "";
}

.pankuzu li a {
  font-size: 12px;
  font-weight: 400;
}

.menu_bar {
  background: #3393a5;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 0 0;
}

.menu_bar ul {
  display: inline-block;
}

.menu_bar ul li {
  display: inline-block;
  line-height: 2.7;
}

.menu_bar ul li a {
  font-size: 14px;
  padding: 0 5px;
  font-weight: 300;
}

.menu_bar ul li a:hover {
  text-decoration: none;
  color: #e0e0e0;
}

.menu_bar ul li::after {
  content: "│";
  font-size: 13px;
  padding: 0;
  position: relative;
  left: 2px;
  color: #fff;
}

.menu_bar ul li:last-child::after {
  content: "";
}

.menu_bar a {
  color: #fff;
}

.menu_bar a:hover {
  text-decoration: none;
  color: #e0e0e0;
}

.login {
  position: absolute;
  right: 40px;
}

.login a {
  color: #fff;
  line-height: 2.7;
}

.player_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 60px;
}

.player_main_img {
  width: 560px;
}

.player_main_img img {
  width: 560px;
  height: 373px;
  object-fit: cover;
}

ul.player_sns_btn {
  margin: 10px 0 0;
}

ul.player_sns_btn li {
  display: inline-block;
  width: 88px;
}

ul.player_sns_btn li:nth-child(2) {
  margin: 0 10px;
}

.player_main_txt {
  width: 596px;
}

.player_name_main h1 {
  font-size: 14px;
}

.player_name_main {
  line-height: 1.4;
}

.player_name_main h1 {
  font-size: 32px;
  display: inline-block;
  font-weight: 600;
  margin-right: 20px;
}

.player_name_main .add_fav {
  display: inline-block;
  height: 32px;
  position: relative;
  top: -7px;
}

.player_name_main .add_fav a {
  font-size: 14px;
  color: #575757;
  display: block;
  border: solid 1px #575757;
  padding: 4px 20px 6px 15px;
}

.player_name_main .add_fav a:hover {
  text-decoration: none;
}

.player_name_main .supportive {
  font-size: 14px;
  padding: 4px 10px 6px 10px;
  display: inline-block;
  color: #3393a5;
  border: solid 1px #3393a5;
  position: relative;
  top: -7px;
}

h3.sports_event {
  font-size: 20px;
  line-height: 1.6;
  color: #3393a5;
}

.challenge {
  background: #f8f8f8;
  padding: 13px 10px 13px 20px;
  margin: 12px auto 15px;
}

.challenge span:nth-child(1) {
  display: inline-block;
  font-size: 14px;
  color: #3393a5;
  margin-right: 25px;
}

.challenge span:nth-child(2) {
  display: inline-block;
  font-size: 20px;
}

h4.sports_supporter {
  font-size: 16px;
  line-height: 1.7;
  color: #3393a5;
}

ul.player_profile li,
ul.player_tag li {
  display: inline-block;
  margin-right: 20px;
}

ul.player_profile li:last-child,
ul.player_tag li:last-child {
  margin-right: 0;
}

.supporters_number {
  background: #f8f8f8;
  text-align: center;
  padding: 0 0 5px;
  margin: 10px auto 20px;
}

.supporters_number p {
  line-height: 2;
}

.supporters_number p span:nth-child(1) {
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  top: -12px;
}

.supporters_number p span:nth-child(2) {
  font-size: 52px;
  font-weight: 600;
  color: #3393a5;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.supporters_number p span:nth-child(3) {
  font-size: 23px;
  font-weight: 600;
  color: #3393a5;
  position: relative;
  top: -2px;
}

.ttl_activity {
  margin: 10px;
}

.activity_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.activity_contents {
  width: 777px;
}

.activity_contents p {
  margin-bottom: 20px;
}

.activity_side {
  width: 388px;
  margin-bottom: 50px;
}

.hp_sns {
  background: #f8f8f8;
  padding: 28px 30px 40px;
  margin: 0 0 27px;
}

.hp_sns h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

ul.hp_sns_list li {
  font-size: 16px;
  padding-left: 37px;
  margin-bottom: 11px;
}

ul.hp_sns_list .sns_mail {
  background: url("image/sns_icon_hp.png") no-repeat left 0 top 50%/27px auto;
}

ul.hp_sns_list .sns_tw {
  background: url("image/sns_icon_tw.png") no-repeat left 0 top 50%/27px auto;
}

ul.hp_sns_list .sns_fb {
  background: url("image/sns_icon_fb.png") no-repeat left 0 top 50%/27px auto;
}

ul.hp_sns_list .sns_ig {
  background: url("image/sns_icon_ig.png") no-repeat left 0 top 50%/27px auto;
}

ul.hp_sns_list .sns_yt {
  background: url("image/sns_icon_yt.png") no-repeat left 0 top 50%/27px auto;
}

/* stick-state */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
}

.support_contents {
  background: #f8f8f8;
  padding: 24px 30px 23px;
  margin-bottom: 36px;
}

.support_contents h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.support_contents ul li {
  border-top: dotted 1px #888888;
  padding: 4px 0 5px 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.support_contents ul li span {
  display: inline-block;
  text-align: left;
  width: 40%;
}

.support_contents ul li span:nth-child(even) {
  font-weight: 600;
}

ul.support_message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

ul.support_message li {
  width: 49%;
}

.btn_support,
.btn_message {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.btn_support a,
.btn_message a {
  font-size: 22px;
  color: #fff;
  border-radius: 40px;
  display: block;
  font-weight: 600;
}

.btn_support a:hover,
.btn_message a:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: 0.5s;
}

.btn_support a {
  background: #3393a5;
}

.btn_message a {
  background: #156c7c;
}

.size_s {
  padding: 12px 0 16px;
}

.size_m {
  padding: 16px 0 20px;
}

.contents_support_message {
  max-width: 596px;
  margin: 0 auto 70px;
}

h3.ttl_other_player {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

@media screen and (max-width: 1260px) {
  .player_top {
    flex-wrap: nowrap;
  }
  .player_main_img {
    width: 46.66%;
  }
  .player_main_txt {
    width: 49.66%;
  }
  .btn_support a,
  .btn_message a {
    font-size: 19px;
  }
  .supporters_number p span:nth-child(2) {
    font-size: 45px;
    margin-right: 5px;
  }
  .activity_area {
    flex-wrap: nowrap;
  }
  .activity_contents {
    width: 63%;
    margin-right: 3%;
  }
}

.sub_information {
  margin-bottom: 105px;
}

.sub_information h2.ttl {
  margin-bottom: 10px;
}

.sub_information h2.ttl span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}

.sub_information ul li {
  border-bottom: solid 1px #c4c4c4;
}

.sub_information ul li a {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0 21px;
}

.sub_information ul li a:hover {
  text-decoration: none;
  background: #f8f8f8;
}

.sub_information ul li p {
  display: inline-block;
  width: 87%;
}

.sub_information ul li span {
  display: inline-block;
  width: 13%;
  letter-spacing: 2px;
  padding-left: 25px;
  position: relative;
}

.sub_information ul li span:before {
  content: "";
  display: inline;
  border-left: solid 11px #3393a5;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.ttl_sub {
  text-align: center;
  margin-top: 20px;
}

.ttl_sub p {
  font-size: 18px;
  font-weight: 400;
}

.ttl_sub h2 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.3;
}

.ttl_sub h2:first-letter {
  color: #3393a5;
}

.page_pickup .pankuzu {
  margin: 0 auto 13px;
}

.pickup_list li.box {
  position: relative;
  border: solid 1px #9f9f9f;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 43px 30px;
}

.pickup_list li.box .pickup_img {
  width: 286px;
  margin-right: 4%;
}

.pickup_list li.box .pickup_txt {
  width: 572px;
}

.pickup_list li.box .pickup_arrow {
  position: absolute;
  right: 45px;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pickup_list li.box .pickup_arrow img {
  width: 45px;
  height: 90px;
}

.pickup_list li.box .pickup_arrow a {
  display: block;
  padding: 30px;
}

.pickup_list li.box .pickup_player_img {
  max-width: 50px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.pickup_list li.box .pickup_name {
  display: inline-block;
}

.pickup_list li.box .pickup_name h2 {
  line-height: 1.5;
  font-size: 20px;
}

.pickup_list li.box .pickup_name h4 {
  line-height: 1.4;
  font-size: 15px;
  color: #3393a5;
}

.pickup_list li.box .pickup_profile {
  margin: 0 0 15px;
}

.pickup_list li.box .pickup_profile ul li {
  display: inline-block;
  margin-right: 10px;
}

.pickup_list li.box .pickup_profile p {
  font-size: 14px;
}

.pickup_img img {
  width: 286px;
  height: 190px;
  object-fit: cover;
}

.pick_up_support .pick_up_supporters_number {
  background: #f8f8f8;
  text-align: center;
  padding: 4px 70px;
  min-width: 288px;
  display: inline-block;
  margin-right: 20px;
}

.pick_up_support .pick_up_supporters_number p span:nth-child(1) {
  font-size: 13px;
  margin-right: 15px;
  display: inline-block;
}

.pick_up_support .pick_up_supporters_number p span:nth-child(2),
.pick_up_support .pick_up_supporters_number p span:nth-child(3) {
  font-size: 16px;
  display: inline-block;
  color: #3393a5;
}

.pick_up_support .add_fav {
  display: inline-block;
  height: 32px;
  position: relative;
  top: -2px;
}

.pick_up_support .add_fav a {
  font-size: 14px;
  color: #343434;
  display: block;
  border: solid 1px #343434;
  padding: 4px 20px 6px 15px;
}

.pick_up_support .supportive {
  font-size: 14px;
  padding: 4px 10px 6px 10px;
  display: inline-block;
  color: #3393a5;
  border: solid 1px #3393a5;
  position: relative;
  top: -2px;
}

.wp-pagenavi {
  text-align: center;
  margin: 40px auto 100px !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #707070;
  padding: 10px 15px !important;
  margin: 3px;
}

.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #707070 !important;
  padding: 3px 5px;
  margin: 0 3px !important;
}

.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #707070 !important;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #3393a5 !important;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
  background: #3393a5 !important;
  color: #fff !important;
}

.wp-pagenavi a:hover {
  background: #3393a5 !important;
  color: #fff !important;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  border: 1px solid #3393a5 !important;
}

@media screen and (max-width: 1150px) {
  .pickup_list li.box .pickup_txt {
    width: 53%;
  }
  .pick_up_supporters_number {
    margin-bottom: 20px;
  }
}

/* message */
.page_message .pankuzu {
  margin: 0 auto 13px;
}

/*---------- vertical tab nav */
section#vertical_tab_nav {
  display: block;
  width: 100%;
  overflow: hidden;
  border: solid 3px #c4c4c4;
  margin: 0 auto 50px;
}

section#vertical_tab_nav ul {
  display: block;
  float: left;
  margin: 0px;
  padding: 15px;
  list-style: none;
  overflow: hidden;
  width: 28.5%;
}

section#vertical_tab_nav li {
  text-align: left;
  padding: 0px;
}

section#vertical_tab_nav li img {
  width: 46px;
  margin-right: 15px;
  z-index: 1;
}

section#vertical_tab_nav li h3 {
  display: inline-block;
  font-size: 14px;
  z-index: 1;
}

section#vertical_tab_nav li a {
  display: block;
  font-size: 14pt;
  text-decoration: none;
  padding: 10px 8.5%;
  display: flex;
  align-items: center;
}

#vertical_tab_nav li a.selected {
  background: #efefef;
}

#vertical_tab_nav li a.selected img {
  width: 46px;
  margin-right: 15px;
  z-index: 1;
}

#vertical_tab_nav li a.selected h3 {
  display: inline-block;
  font-size: 14px;
  z-index: 1;
}

#vertical_tab_nav .message_box {
  display: block;
  float: left;
  background: #fff;
  width: 71.5%;
  min-height: 500px;
  border-left: solid 1px #c4c4c4;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 15px;
}

#vertical_tab_nav .message_box img {
  width: 40px;
}

#vertical_tab_nav div article {
  padding: 30px 50px 30px 30px;
}

#vertical_tab_nav div article .message_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#vertical_tab_nav div article .message_flex .message_cont {
  margin: 0 0 20px 15px;
}

#vertical_tab_nav div article .message_flex .message_cont .cont_top {
  line-height: 1.4;
}

#vertical_tab_nav div article .message_flex .message_cont .cont_top h3 {
  font-size: 13px;
  margin-right: 12px;
  display: inline-block;
}

#vertical_tab_nav
  div
  article
  .message_flex
  .message_cont
  .cont_top
  p.post_time {
  font-size: 11px;
  color: #8d8d8d;
  display: inline-block;
  margin-bottom: 7px;
}

#vertical_tab_nav div article .message_flex .message_cont .message_txt p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.7;
}

#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}

.messeage_post_area {
  position: relative;
}

textarea#message {
  padding: 20px 30px;
  width: 100%;
  height: 150px;
  border: none;
  border-top: solid 1px #c4c4c4;
  display: block;
  position: relative;
}

input[name="btn_submit"] {
  background: #3393a5;
  color: #fff;
  width: 80px;
  text-align: center;
  border-radius: 40px;
  padding: 5px 10px;
  border: none;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

input[name="btn_submit"]:hover {
  cursor: pointer;
}

/* about */
.about_top {
  min-height: 614px;
  position: relative;
  text-shadow: 1px 1px 0 white, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0 -1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF; ;
}

.about_top div {
  position: absolute;
  /*right: 32%;
  bottom: 72%;*/
  transform: translate(30%, 30%);
  max-width: 560px;
}

.about_top div h2 {
  font-size: 33px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about_top div h2 span {
  display: block;
  font-size: 24px;
}

.about_top div p {
  font-size: 16px;
  margin-bottom: 18px;
  letter-spacing: 0px;
  line-height: 1.85;
}

.about_top div h4 {
  font-size: 14px;
  margin-bottom: 15px;
}

.about_top div h5 a {
  font-size: 16px;
  letter-spacing: 0px;
  background: #3393a5;
  color: #fff;
  text-shadow:none;
  width: 280px;
  text-align: center;
  padding: 12px 10px 12px;
  border-radius: 40px;
  display: block;
}

.about_top div h5 a:hover {
  text-decoration: none;
}

.find_be {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 35px;
}

.find_supporter {
  background: #3393a5;
  width: 50%;
  height: 485px;
  position: relative;
}

.find_supporter div {
  position: absolute;
  right: 50%;
  bottom: 53%;
  transform: translate(50%, 50%);
  z-index: 999;
  width: 53%;
}

@media screen and (max-width: 1200px) {
  .find_supporter div {
    right: 55%;
    width: 30vw;
  }
}

.find_supporter div h3 {
  width: 470px;
  margin: 0 auto 10px auto;
}

.find_supporter div h3 img {
  max-width: 100%;
}

.find_supporter div h2 {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 10px 0 15px 0;
  color: #fff;
  text-align: center;
}

.find_supporter div h2 span {
  display: block;
  font-size: 23px;
  color: #fff;
}

.find_supporter div p {
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0px;
}

.find_supporter::after {
  content: "";
  display: inline-block;
  background: url("../image/type_bg.png") no-repeat 0 0/230px auto;
  width: 230px;
  height: 486px;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(50%, 50%);
  margin-left: -115px;
  z-index: 99;
}

.be_supporter {
  background: #10637c;
  width: 50%;
  height: 485px;
  position: relative;
}

.be_supporter div {
  position: absolute;
  right: 50%;
  bottom: 53%;
  transform: translate(50%, 50%);
  z-index: 999;
  width: 53%;
}

@media screen and (max-width: 1200px) {
  .be_supporter div {
    right: 45%;
    width: 30vw;
  }
}

.be_supporter div h3 {
  width: 399px;
  margin: 0 auto 10px auto;
}

.be_supporter div h3 img {
  max-width: 100%;
}

.be_supporter div h2 {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 10px 0 15px 0;
  color: #fff;
  text-align: center;
}

.be_supporter div h2 span {
  display: block;
  font-size: 23px;
  color: #fff;
}

.be_supporter div p {
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0px;
}

@media screen and (max-width: 1600px) {
  .find_supporter div {
    right: 60%;
  }
  .be_supporter div {
    right: 40%;
  }
}

@media screen and (max-width: 1360px) {
  .find_supporter div h2 {
    font-size: 30px;
  }
  .find_supporter div h3 {
    width: 350px;
  }
  .be_supporter div h3 {
    width: 300px;
  }
  .be_supporter div h2 {
    font-size: 30px;
  }
  .find_supporter::after {
    background: url("../image/type_bg.png") no-repeat 0 0/230px auto;
    width: 230px;
    height: 486px;
    margin-left: -115px;
  }
}

.ttl_about_sub {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ttl_about_sub h2 {
  font-size: 27px;
  letter-spacing: 0px;
  font-weight: 600;
}

.ttl_about_sub h3 {
  font-size: 39px;
  letter-spacing: 0px;
  font-weight: 600;
}

ul.support_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 20px;
  max-width: 1200px;
  width:90%;
}

ul.support_type li {
  width: 30%;
}

ul.support_type li h4 {
  text-align: center;
  font-size: 20px;
  margin: 21px 0 16px;
  line-height: 1.5;
  font-weight: bold;
}

ul.support_type li p {
  letter-spacing: 0;
}

.support_flow {
  background: #fff;
  padding: 20px 0 30px;
  max-width: 1000px;
  margin: 0 10% 40px;
  position:relative;
}

.support_flow h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}

.support_flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}


.support_flow ul li .flow_img {
  position: relative;
  margin-bottom: 15px;
}


.support_flow ul li .flow_img .step {
  position: absolute;
  right: 50%;
  bottom: 0px;
  transform: translate(50%, 0%);
  width: 75%;
  background: #3393a5;
  color: #fff;
  text-align: center;
  padding: 6px 0px 8px;
  border-radius: 40px;
  font-size: 16px !important;
  font-weight:bold;
}

.support_flow ul li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.support_flow ul li p {
  letter-spacing: 0;
  font-size: 15px;
}

.support_list_bg {
  background: #edf9fc;
  padding: 70px 0 60px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .be_supporter div h2 {
    font-size: 28px;
  }
  .be_supporter div h2 span {
    font-size: 20px;
  }
  .find_supporter div h2 {
    font-size: 28px;
  }
  .find_supporter div h2 span {
    font-size: 20px;
  }
  .about_top {
    min-height: 560px;
    min-height: 614px;
    height: calc(85vh - 257px);
  }
}

/* 1200px */
@media screen and (max-width: 950px) {
  .footer_info .footer_info_right .f_navi li a {
    font-size: 13px;
    padding: 0 3px;
  }
}

ul.support_link {
  text-align: center;
  margin-bottom: 22px;
}

ul.support_link li {
  display: inline-block;
}

ul.support_link li:first-child {
  margin-right: 50px;
}

ul.support_link li a {
  font-size: 19px;
  background: url(../image/arrow_link.png) no-repeat 0 6px/27px auto;
  padding-left: 33px;
  min-height: 50px;
  display: block;
  font-weight: 600;
}

.about_copy {
  margin: 0 auto 60px;
  text-align: center;
}

.about_copy p {
  font-size: 18px;
}

.ttl_feature {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.btn_faq {
  width: 485px;
  margin: 70px auto 72px;
}

/*良くある質問の表示*/
.checks{
  display:none;
}
.check1-content{
  margin-top: 20px;
  border: none;
  background-color: none;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  visibility: hidden;
  transition:.5s;
}

.checks:checked + .label1 + .check1-content{
  height: 200px;
  opacity: 1;
  visibility: visible;
}

.bold1{
  font-weight: bold;
  text-decoration: underline;
  font-size: 120%;
  color:red;
}

/*良くある質問の表示ここまで*/
.challenge_bg {
  background: #edf9fc;
  padding: 74px 0 55px;
}

.ttl_about_sub {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 38px;
}

.ttl_about_sub h2 {
  font-size: 27px;
  letter-spacing: 0px;
  font-weight: 600;
}

.ttl_about_sub h3 {
  font-size: 39px;
  letter-spacing: 0px;
  font-weight: 600;
  color: #156c7c;
  text-shadow:#3393a5 1px 1px 1px;
}

.txt_about_sub {
  max-width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.txt_about_sub h4 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
}

.txt_about_sub p {
  font-size: 16px;
  margin-bottom: 35px;
}

.txt_about_sub h3 {
  font-size: 30px;
  font-weight: 600;
}

.txt_about_sub2 {
  text-align: center;
  margin: 82px auto 35px;
}

.txt_about_sub2 p {
  font-size: 26px;
  line-height: 1.9;
  font-weight: 600;
}

.btn_challenge {
  max-width: 485px;
  margin: 0 auto 40px;
}

.challenge_bg2 {
  background: #fff;
  padding: 70px 0 55px;
}

.challenge_bg2 .txt_about_sub h4 {
  font-size: 26px;
  margin-bottom: 27px;
  font-weight: 600;
  line-height: 1.5;
}

.challenge_bg2 .txt_about_sub p {
  font-size: 16px;
  margin-bottom: 81px;
}

.challenge_bg2 .support_flow {
  background: #edf9fc;
  margin-top: 100px;
}

/*表示調整用上書き*/

.webcontents {
  display: block;
}
.sliderArea {
  margin-bottom: 26px;
  padding: 18px 0;
}
.ml-2 select {
  font-size: 18px;
  padding: 8px;
}
.mt-2 select {
  font-size: 18px;
  padding: 8px;
}
.mt-2 label {
  font-size: 18px;
}
.debug-border {
  border: none;
}
.w-1\/3 {
  font-size: 18px;
}
.small-button {
  padding: 4px 10px;
  background-color: #3393a5;
  color: #fff;
}
.pickup_list li.box .pickup_profile ul li {
  font-size: 16px;
}

.text_email,
.text_password {
  width: 100%;
}
.email_box {
  width: 100%;
}
.label_email,
.label_password {
  text-align: left;
}
.normal-button {
  color: #fff;
  background: #3393a5;
}
.email_contents {
  margin-bottom: 30px;
}
.account_detail {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.label_item {
  font-size: 13px;
}
div.labelbox {
  line-height: 1.5;
  padding: 12px 0 !important;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.sns_label {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.value_goal {
  padding: 6px;
}
.value_description {
  padding: 6px;
}

.ttl_about_sub h3::before{
  content:"";
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #156c7c;
  margin-right:15px;
}

.footer_info .footer_info_right{
  margin: auto;
}

.coming{
  color:#156c7c;
  font-family:tahoma;
  position:relative;
  display:block;
  padding-right:10%;
  text-align:end;
}

.btn_challenge h5 a {
  font-size: 16px;
  font-weight:500;
  letter-spacing: 0px;
  background: #3393a5;
  color: #fff;
  text-shadow:none;
  width: 280px;
  text-align: center;
  padding: 12px 10px 12px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
}


@media screen and (min-width: 901px) {

  .support_flow ul {
    padding-top:30px;
  }

  .support_flow ul li {
    width: 40%;
  }

  .support_flow ul li:nth-child(1) {
    margin-right:45%;
  }
  .support_flow ul li:nth-child(2) {
    margin-left:45%;
  }
  .support_flow ul li:nth-child(3) {
    margin-right:45%;
  }
  .support_flow ul li:nth-child(4) {
    margin-left:45%;
  }
  .support_flow ul li:nth-child(5) {
    margin-right:45%;
  }
  .support_flow ul li:nth-child(6) {
    margin-left:45%;
  }

  .challenge_bg .support_flow ul li:nth-child(1)::after {
    content:"";
    width:50%;
    position:absolute;
    border-right:3px solid #3393a5;
    min-height:1070px;
    height:calc((1500px - 100vw) * 2 / 3 + 890px);
    top:120px;
    left:0;
  }
  .challenge_bg .support_flow ul li:nth-child(1)::before {
    content:"";
    display: inline-block;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #3393a5 transparent transparent transparent;
    position:absolute;
    top:calc((1500px - 100vw) * 2 / 3 + 1010px);
    left:calc(50% - 8.5px);
  }

  .challenge_bg2 .support_flow ul li:nth-child(1)::after {
    content:"";
    width:50%;
    position:absolute;
    border-right:3px solid #3393a5;
    min-height:900px;
    height:calc((1500px - 100vw) * 2 / 3 + 720px);
    top:120px;
    left:0;
  }
  .challenge_bg2 .support_flow ul li:nth-child(1)::before {
    content:"";
    display: inline-block;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #3393a5 transparent transparent transparent;
    position:absolute;
    top:calc((1500px - 100vw) * 2 / 3 + 840px);
    left:calc(50% - 8.5px);
  }


}

@media screen and (min-width: 1231px) {
  .challenge_bg .support_flow ul li:nth-child(1)::before {
    content:"";
    display: inline-block;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #3393a5 transparent transparent transparent;
    position:absolute;
    top:1190px;
    left:calc(50% - 8.5px);
  }

  .challenge_bg2 .support_flow ul li:nth-child(1)::before {
    content:"";
    display: inline-block;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #3393a5 transparent transparent transparent;
    position:absolute;
    top:1020px;
    left:calc(50% - 8.5px);
  }
}