/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  width: 100%;
  height: auto; }

.sp-only {
  display: none; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
header {
  position: fixed;
  height: 90px;
  padding-top: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
header::before {
  content: "";
  background-color: #F9BE00;
  width: 30%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0; }
header::after {
  content: "";
  background-color: #009C84;
  width: 70%;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0; }
header .inner {
  width: 90%;
  margin: 0 auto; }
header .left {
  float: left;
  display: flex; }
header .left .logo {
  width: 160px;
  padding: 20px 0; }
header .left .logo a {
  display: block; }
header .left .logo img {
  display: block; }
header .left ul {
  display: flex;
  padding: 20px 0;
  margin-left: 40px;
  align-items: center; }
header .left li {
  margin-right: 30px; }
header .left li a {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333; }
/* ドロップダウン全体 */
.dropdown {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333333;
}
/* サブメニューの初期状態（非表示） */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 100;
  padding: 0;
  margin: 0;
}
header .left .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
}
.dropdown-up .dropdown-menu {
  bottom: 45px;
  right: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding:5px;
  text-align: left;
  width: 200px;
}

/* サブメニュー内の各リンク */
header .left .dropdown-menu li{
  margin-right: 0;
}
header .left li.dropdown {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1300px) {
  header .left li.dropdown {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  header .left li.dropdown {
    font-size: 12px;
  }
}


/* サブメニュー内の各リンク */
.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;

}

/* ホバー時に表示 */

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ホバー時のリンク装飾 */
header .left .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

header .left li a:hover {
  color: #009C84; }
header .left li a .fa-arrow-up-right-from-square {
  display: inline-block;
  padding-left: 8px;
  font-size: 14px; }
header .left li:last-child {
  margin-right: 0; }
header .left li.active a {
  color: #009C84; }
header .right {
  float: right;
  display: flex;
  padding: 28px 0;
  align-items: center; }
header .right .txt p {
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-right: 20px; }
header .right .logo2 {
  width: 80px; }
header .right .logo2 a {
  display: block; }
header .right .logo2 img {
  display: block; }

@media screen and (max-width: 1300px) {
  header .left .logo {
    width: 140px; }
  header .left ul {
    margin-left: 20px; }
  header .left li {
    margin-right: 30px; }
  header .left li a {
    font-size: 14px; }
  header .left li a .fa-arrow-up-right-from-square {
    font-size: 12px; }
  header .right .txt p {
    margin-right: 30px; } }
@media screen and (max-width: 1200px) {
  header .right {
    padding: 22px 0; }
  header .right .txt p {
    line-height: 1.5;
    text-align: right; }
  header .right .txt p.pc {
    display: none; }
  header .right .txt p.sp {
    display: block;
    text-align: left;
  } }
@media screen and (max-width: 900px) {
  header .left ul {
    margin-left: 15px;
    padding: 0; }
  header .left li {
    margin-right: 15px; }
  header .left li a {
    font-size: 12px; } }
@media screen and (max-width: 1024px) {
  header {
    height: 80px; }
  header .inner {
    height: 70px; }
  header .left {
    align-items: center;
    height: 100%; }
  header .left .logo {
    width: 100px;
    padding: 0; }
  header .right {
    padding: 0;
    height: 100%; }
  header .right .txt p {
    margin-right: 5px;
    font-size: 8px; }
  header .right .logo2 {
    width: 60px; } }
@media screen and (max-width: 767px) {
  header {
    height: 45px;
    padding-top: 5px;
    position: relative; }
  header::before, header::after {
    height: 5px; }
  header .inner {
    width: 92%;
    height: 40px; }
  header .left .logo {
    width: 80px; }
  header .left ul {
    display: none; }
  header .right .txt p {
    line-height: 1.5;
    text-align: right;
    margin-right: 5px; }
  header .right .logo2 {
    width: 60px; } }
footer {
  /*height: 120px;*/
  position: relative;
  background: #333333; }
footer::before {
  content: "";
  background: #009C84;
  height: 10px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0; }
footer::after {
  content: "";
  background: #F9BE00;
  height: 10px;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0; }
footer .inner {
  width: 90%;
  margin: auto;
  overflow: hidden; }
footer .logo {
  float: left;
  width: 80px;
  padding: 50px 0 40px; }
footer .logo a, footer .logo img {
  display: block;
  filter: brightness(0) invert(1); }
footer .copyright {
  padding: 50px 0 0;
  float: right;
  margin-right: 5%; }
footer .copyright p {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff; }

@media screen and (max-width: 1024px) {
  footer .logo {
    width: 80px;
    padding: 40px 0 30px; }
  footer .copyright {
    padding: 40px 0 0; }
  footer .copyright p {
    font-size: 10px; } }
@media screen and (max-width: 900px) {
  footer::before, footer::after {
    height: 5px; }
  footer .inner {
    width: 100%; }
  footer .logo {
    width: 60px;
    padding: 30px 0 20px;
    float: none;
    margin: auto; }
  footer .copyright {
    float: none;
    padding: 0 0 20px;
    margin-right: 0; }
  footer .copyright p {
    font-size: 10px;
    text-align: center;
    line-height: 1.8; } }
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 50px; } }
.sp {
  display: none; }

main {
  position: relative;
  padding-top: 90px; }
main .mv {
  position: relative;
}
main .mv::before {
  content: "";
  background: #009C84;
  width: 65%;
  height: 93.9%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }
main .mv::after {
  content: "";
  background: #F9BE00;
  width: 50%;
  height: 100.5%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  z-index: 1; }
main .mv .circle1 {
  position: absolute;
  width: 24.1%;
  height: 104%;
  top: 10.2%;
  left: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_1.svg) no-repeat top right;
  background-size: auto 100%;
  z-index: 3; }
main .mv .circle2 {
  position: absolute;
  width: 16%;
  height: 30%;
  top: 0;
  right: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_2.svg) no-repeat bottom left;
  background-size: 160% auto;
  z-index: 5; }
main .mv .inner {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 43.75%;
}
main .mv h1 {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 5;
  width: 40%;
  border-radius: 20px;
  background: #fff;
  padding: 50px; }
main .mv .photo_slide {
  position: absolute;
  z-index: 4;
  width: 65%;
  margin: 50px 0 0 auto;
  display: none;
  transition: opacity .3s linear;
  top:0;
  right:0;
}
main .mv .photo_slide.slick-initialized {
  display: block; }
main .mv .photo_slide figure {
  position: relative;
}
main .mv .photo_slide figure img {
  border-radius: 20px;
}
main .mv .photo_slide figure .name {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0px;
  background: #333;
  padding: 10px 30px 10px 30px; }
main .mv .photo_slide figure .name p {
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .mv .photo_slide figure .name p small {
  font-size: 14px; }
main .read {
  max-width: 1000px;
  margin: 100px auto 80px; }
main .read p {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .search {
  background: #FFFAEB;
  position: relative; }
main .search::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_search.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 476px;
  position: absolute;
  left: 7%;
  top: 100px;
  z-index: 1; }
main .search .inner {
  padding: 100px 15% 100px 15%;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative; }
main .search h2 {
  font-size: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 60px; }
main .search .search_box .top {
  background: #009C84;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
main .search .search_box .top p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .search_box .bottom {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 0 0 10px 10px; }
main .search .search_box .bottom .col4 {
  display: flex;
  padding: 30px;
  justify-content: flex-start; }
main .search .search_box .bottom .col4 > div {
  max-width: 300px;
  width: 22.3%;
  margin-right: 3.6%; }
main .search .search_box .bottom .col4 > div:last-child {
  margin-right: 0; }
main .search .search_box .bottom .col4 .title p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
  color: #333; }
main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333333; }
main .search .search_box .bottom .col4 select {
  appearance: none;
  background-color: #fff; }
main .search .search_box .bottom .col4 input {
  border-top-color: #ccc;
  border-left-color: #ccc; }
main .search .search_box .bottom .btn {
  width: 180px;
  margin: 0 auto;
  padding-bottom: 30px; }
main .search .search_box .bottom .btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: normal; }
main .search .clearfix {
  overflow: hidden; }
main .search .map {
  float: left;
  width: 50%;
  position: relative;
  margin-top: 80px; }
main .search .map img {
  width: 100%; }
main .search .map .btn {
  height: 52px;
  width: 270px;
  position: absolute;
  top: 10%;
  left: 4%; }
main .search .map .btn a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F9BE00;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .map .title {
  position: absolute;
  width: 45%;
  left: 0%;
  top: 35%; }
main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
  border: 1px solid #009C84;
  position: absolute;
  border-radius: 5px;
  background: #fff;
  height: 36px; }
main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
  line-height: 32px;
  font-size: 16px;
  color: #009C84;
  padding: 0 12px 0 12px;
  height: 100%;
  display: block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
  margin-left: 10px; }
main .search .map .modal1 {
  top: 33%;
  right: 16%; }
main .search .map .modal2 {
  bottom: 34%;
  right: 20%; }
main .search .map .modal3 {
  bottom: 39%;
  right: 38%; }
main .search .map .modal4 {
  bottom: 32%;
  left: 30%; }
main .search .map .modal5 {
  left: 0;
  bottom: 22%; }
main .search .list {
  float: right;
  margin-top: 80px;
  width: 45%; }
main .search .list > div {
  margin-bottom: 30px; }
main .search .list > div:last-child {
  margin-bottom: 0; }
main .search .list .title {
  border-bottom: 1px solid #009C84; }
main .search .list .title p {
  padding: 0 0 12px 16px;
  font-size: 20px;
  color: #009C84;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .list ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap; }
main .search .list li {
  margin: 14px 14px 0 0;
  padding-right: 14px;
  border-right: 1px solid #333; }
main .search .list li a {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333333; }
main .report {
  position: relative; }
main .report::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_report.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 476px;
  position: absolute;
  right: 7%;
  top: 100px;
  z-index: 1; }
main .report .inner {
  padding: 100px 5% 100px 10%;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1800px;
}
main .report_slide {
  float: left;
  max-width: 1152px;
  width: 75%; }
main .report_slide ul {
  display: none; }
main .report_slide ul.slick-initialized {
  display: block; }
main .report_slide li {
  margin-right: .75%;
  position: relative; }
main .report_slide li img {
  width: 100%;
  border-radius: 20px; }
main .report_slide li .semititle {
  margin-top: 20px;
  /*p {
          	font-size: 14px;
          	font-family: $Noto;
          	padding-left: 10px;
          	border-left: 3px solid #009C84;
          	color: #333;
          	span {
          		margin-left: 15px;
          		width: 32px;
          		height: 16px;
          		font-size: 10px;
          		line-height: 16px;
          		text-align: center;
          		border-radius: 2px;
          		display: inline-block;
          		background: #f9be00;
          	}
          }*/ }
main .report_slide li .semititle span {
  width: 36px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background: #f9be00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_slide li .title {
  margin-top: 15px; }
main .report_slide li .title p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333; }
main .report_slide li .date {
  margin-top: 40px; }
main .report_slide li .date p {
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_slide li .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 3px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  pointer-events: none; }
main .report_slide .slick-prev {
  top: 200px;
  right: -15%;
  left: unset;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .report_slide .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .report_slide .slick-next {
  top: 200px;
  right: -24%;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .report_slide .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .report_right {
  float: right;
  width: 25%;
  padding-top: 80px; }
main .report_right .title {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_right .link {
  margin-top: 155px;
  text-align: center; }
main .report_right .link a {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  margin: auto;
  line-height: 20px; }
main .report_right .link a i {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff; }
main .athlete {
  position: relative; }
main .athlete::before {
  content: "";
  background-color: #009c84;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
main .athlete::after {
  content: "";
  background-color: #f9be00;
  height: 15vw;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }
main .athlete .logo {
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 536px;
  position: absolute;
  left: 7%;
  top: 100px;
  z-index: 3;
  opacity: 0.5; }
main .athlete .inner {
  padding: 100px 5% 100px 10%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  position: relative;
  display: block;
  overflow: hidden; }
main .athlete_slide {
  float: right;
  width: 75%; }
main .athlete_slide ul {
  display: none; }
main .athlete_slide ul.slick-initialized {
  display: block; }
main .athlete_slide li {
  margin-right: 1%;
  position: relative; }
main .athlete_slide li img {
  width: 100%;
  border-radius: 50%; }
main .athlete_slide li .semititle {
  margin-top: 30px; }
main .athlete_slide li .semititle p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff;
  background: #009C84;
  width: 80px;
  height: 30px;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 5px; }
main .athlete_slide li .sports {
  margin-top: 20px; }
main .athlete_slide li .sports p {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #333; }
main .athlete_slide li .name {
  margin-top: 20px; }
main .athlete_slide li .name p {
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  text-align: center;
  line-height: 30px; }
main .athlete_slide li .name p span {
  display: inline-block;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .athlete_slide li .name p small {
  font-size: 12px;
  color: #333; }
main .athlete_slide li .address {
  margin-top: 10px; }
main .athlete_slide li .address p {
  font-size: 12px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .athlete_slide .slick-prev {
  top: 230px;
  left: -27%;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .athlete_slide .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .athlete_slide .slick-next {
  top: 230px;
  left: -18%;
  right: unset;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .athlete_slide .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .athlete_left {
  float: left;
  width: 20%;
  padding-top: 100px; }
main .athlete_left .title {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .athlete_left .link {
  margin-top: 155px;
  text-align: center; }
main .athlete_left .link a {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  margin: auto;
  line-height: 20px; }
main .athlete_left .link a i {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff; }
main .fix {
  position: fixed;
  left: 3%;
  top: 40%;
  z-index: 97; }
main .fix .facebook {
  margin-bottom: 40px; }
main .fix .facebook a, main .fix .facebook img {
  display: block;
  width: 30px;
  margin: auto; }
main .fix .x-twitter {
  margin-bottom: 40px; }
main .fix .x-twitter a, main .fix .x-twitter img {
  display: block;
  width: 24px;
  margin: auto; }
main .fix .txt p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px; }
main .breadcrumb {
  height: 40px;
  background-color: #F5F5F5;
  z-index: 6;
  position: relative; }
main .breadcrumb ul {
  width: 90%;
  max-width: 1536px;
  margin: auto;
  display: flex;
  padding: 12px 0;
  align-items: center;
}
main .breadcrumb li {
  padding: 0 0 0 13px; }
main .breadcrumb li a {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-right: 14px; }
main .breadcrumb li::after {
  content: "\f105";
  font: var(--fa-font-solid);
  color: #333;
  font-size: 14px; }
main .breadcrumb li:first-child {
  padding-left: 0; }
main .breadcrumb li:last-child {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .breadcrumb li:last-child::after {
  content: none; }
main .projects .kv2 {
  position: relative; }
main .projects .kv2::before {
  content: "";
  background: #009C84;
  width: 65%;
  height: 83%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0 0 20px 0; }
main .projects .kv2::after {
  content: "";
  background: #F9BE00;
  width: 50%;
  height: calc((740/710)*100%);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  z-index: 1; }
main .projects .kv2 .circle1 {
  position: absolute;
  width: 25%;
  height: 123.4%;
  top: -15.5%;
  left: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_1.svg) no-repeat top right;
  background-size: auto 100%;
  z-index: 3; }
main .projects .kv2 .circle2 {
  position: absolute;
  width: 20%;
  height: 36%;
  top: 0;
  right: -50px;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_2.svg) no-repeat bottom left;
  background-size: 160% auto;
  z-index: 5; }
main .projects .kv2 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: flex-start; }
main .projects .kv2 h1 {
  margin-top: 50px;
  float: left;
  position: relative;
  width: 40%;
  z-index: 5;
  border-radius: 0 20px 20px 0;
  padding: 40px 4% 40px 10%;
  background-color: #fff; }
main .projects .kv2 h1 .sub {
  margin-top: 20px; }
main .projects .kv2 h1 .sub p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.6; }
main .projects .kv2 h1 .address {
  margin-top: 40px;
  height: 40px;
  display: inline-block; }
main .projects .kv2 h1 .address p {
  height: 100%;
  padding: 0 24px;
  background: #009C84;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 40px; }
main .projects .kv2 h1 .sports {
  margin-top: 20px; }
main .projects .kv2 h1 .sports p {
  font-size: 24px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .name {
  margin-top: 20px; }
main .projects .kv2 h1 .name p {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .furigana {
  margin-top: 20px; }
main .projects .kv2 h1 .furigana p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .charge {
  margin-top: 29px; }
main .projects .kv2 h1 .charge p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .projects .kv2_img {
  max-width: 960px;
  z-index: 4;
  position: relative;
  margin: 0 5% 0 auto;
  width: 50%;
  float: right; }
main .projects .kv2_img img {
  border-radius: 20px; }
main .projects .kv2 .sns {
  position: relative;
  margin-left: 10%;
  margin-top: calc((-50 / 1920)* 100%);
  z-index: 5;
  float: left; }
main .projects .kv2 .sns .link a {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  padding-right: 36px;
  position: relative; }
main .projects .kv2 .sns .link a::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #F9BE00;
  content: "\f0da";
  font: var(--fa-font-solid);
  right: 0;
  color: #F9BE00;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  top: 2px; }
main .projects .kv2 .sns ul {
  display: flex;
  margin-top: 30px; }
main .projects .kv2 .sns li:last-child {
  margin-left: 12px; }
main .projects .kv2 .sns li:last-child a {
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background: #1877f2;
  padding: 2px 11px 2px 8px;
  line-height: 12px; }
main .projects .kv2 .sns li:last-child a i {
  margin-right: 7px; }
main .projects .contents {
  padding: 120px 0 80px;
  position: relative; }
main .projects .contents::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 538px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .projects .contents .inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 5% 0 15%;
  z-index: 2;
  position: relative; }
main .projects .contents .block {
  width: 65%;
  float: left; }
main .projects .contents .block h2 {
  font-size: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  margin-bottom: 60px; }
main .projects .contents .block h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 53px;
  padding-left: 16px;
  position: relative; }
main .projects .contents .block h3::before {
  content: "";
  background-color: #F9BE00;
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -18px; }
main .projects .contents .block h3::after {
  content: "";
  background-color: #009C84;
  width: 80%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -18px; }
main .projects .contents .block p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 30px; }
main .projects .contents .block p + h3, main .projects .contents .block p + .img {
  margin-top: 60px; }
main .projects .contents .block .img {
  width: 80%;
  margin: 0 auto 60px; }
main .projects .contents .block .img figure img {
  width: 100%;
  height: auto;
  border-radius: 20px; }
main .projects .contents .block .img figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 15px; }
main .projects .contents .block .port {
  margin-top: 60px; }
main .projects .contents .block .port .img figure {
  width: 60%;
  margin: auto; }
main .projects .contents .side {
  float: right;
  /*width: 360px;*/
  width: 30%; }
main .projects .contents .side .info .top {
  background: #009C84;
  border-radius: 20px 20px 0 0; }
main .projects .contents .side .info .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 20px 10px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 0 28px; }
main .projects .contents .side .info .bottom .clearfix {
  overflow: hidden;
  padding: 0 30px; }
main .projects .contents .side .info .bottom .clearfix .left {
  float: left;
  width: calc((210 / 338)* 100%); }
main .projects .contents .side .info .bottom .clearfix .left .address p {
  display: inline-block;
  line-height: 24px;
  padding: 0 12px;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .sports p {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .name p {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .furigana p {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .place p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .charge p {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .right {
  float: right;
  width: calc((120 / 338)* 100%); }
main .projects .contents .side .info .bottom .clearfix .right .img img {
  border-radius: 50%;
  display: block; }
main .projects .contents .side .info .bottom .clearfix .right .sns {
  margin-top: 30px; }
main .projects .contents .side .info .bottom .clearfix .right .sns ul {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
main .projects .contents .side .info .bottom .clearfix .right .sns li {
  width: 22px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.facebook {
  width: 22px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.instagram {
  width: 20px;
  margin-left: 12px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.x {
  width: 16px;
  margin-left: 12px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li a, main .projects .contents .side .info .bottom .clearfix .right .sns li img {
  display: block; }
main .projects .contents .side .info .bottom .check {
  padding: 0 30px;
  margin-top: 40px; }
main .projects .contents .side .info .bottom .check p {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.4;
  color: #009C84;
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .check p::before, main .projects .contents .side .info .bottom .check p::after {
  width: 1px;
  height: 120%;
  content: "";
  position: absolute;
  background: #009C84;
  top: 0; }
main .projects .contents .side .info .bottom .check p::before {
  left: 0px;
  transform: rotate(-15deg); }
main .projects .contents .side .info .bottom .check p::after {
  right: 0px;
  transform: rotate(15deg); }
main .projects .contents .side .info .bottom .event {
  margin-top: 40px;
  padding: 0 30px; }
main .projects .contents .side .info .bottom .event a {
  overflow: hidden;
  display: block; }
main .projects .contents .side .info .bottom .event .left {
  float: left;
  width: calc((110 / 338)* 100%); }
main .projects .contents .side .info .bottom .event .left img {
  border-radius: 10px; }
main .projects .contents .side .info .bottom .event .right {
  margin-left: calc((20 / 338)* 100%);
  width: calc((208 / 338)* 100%);
  float: left;
  position: relative; }
main .projects .contents .side .info .bottom .event .right .place p {
  padding-left: 10px;
  border-left: 3px solid #009C84;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .title p {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .date p {
  margin-top: 21px;
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .mark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00; }
main .projects .contents .side .search_area {
  margin-top: 40px; }
main .projects .contents .side .search_area .top {
  background: #009C84;
  border-radius: 20px 20px 0 0;
  padding: 20px 10px;
  line-height: 1.5; }
main .projects .contents .side .search_area .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .search_area .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px; }
main .projects .contents .side .search_area .bottom .col4 {
  flex-wrap: wrap; }
main .projects .contents .side .search_area .bottom .col4 > div {
  width: 100%;
  margin: 0 0 30px;
  max-width: unset; }
main .projects .contents .side .search_area .bottom .col4 > div:last-child {
  margin-bottom: 30px; }
main .projects .contents .side .search_area .bottom .col4 .title p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .projects .contents .side .search_area .bottom .col4 select, main .projects .contents .side .search_area .bottom .col4 input {
  width: 100%;
  font-size: 12px;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
main .projects .contents .side .search_area .bottom .col4 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }
main .projects .contents .side .search_area .bottom .btn {
  width: 180px;
  margin: 0 auto; }
main .projects .contents .side .search_area .bottom .btn input {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  color: #333;
  font-weight: normal; }
main .category .maintitle {
  padding-bottom: 50px;
  position: relative;
  font-weight: normal; }
main .category .maintitle::before {
  content: "";
  background: #F9BE00;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((576/1920)*100%);
  height: 10px; }
main .category .maintitle::after {
  content: "";
  background: #009C84;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((1344/1920)*100%);
  height: 10px; }
main .category .maintitle .img {
  padding: 40px 0 0;
  max-width: 558px;
  width: 90%;
  margin: 0 auto; }
main .category .maintitle .semititle p {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .maintitle .title p {
  font-size: 40px;
  text-align: center;
  margin-top: 40px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents {
  padding: 60px 0;
  position: relative; }
main .category .contents.athlete2::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 538px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .category .contents.report2::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_report.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 592px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .category .contents.report2 .btn {
  height: 40px;
  width: 200px;
  margin: auto;
  margin-bottom: 40px; }
main .category .contents.report2 .btn a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F9BE00;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .inner {
  overflow: hidden;
  width: 100%;
  padding: 0 5% 0 15%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
main .category .contents .block {
  width: 65%;
  float: left; }
main .category .contents .block p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 35px; }
main .category .contents .block p + h3, main .category .contents .block p + .img {
  margin-top: 40px; }
main .category .contents .block .img {
  width: calc((768/960)*100%);
  margin: 0 auto 40px; }
main .category .contents .block .img figure img {
  width: 100%;
  border-radius: 20px; }
main .category .contents .block .img figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 15px; }
main .category .contents .block .anchor {
  margin-bottom: 40px; }
main .category .contents .block .anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .anchor li {
  width: 14%;
  height: 40px;
  margin-bottom: 20px; }
main .category .contents .block .anchor li a {
  border-radius: 5px;
  border: 1px solid #009C84;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  background-color: #fff; }
main .category .contents .block .anchor li a:hover {
  background: #009c84;
  color: #fff; }
main .category .contents .block .anchor li:first-child {
  width: 22%; }
main .category .contents .block .anchor li:last-child {
  width: 26%;
  margin-right: 0; }
main .category .contents .block .box > div {
  margin-top: 40px; }
main .category .contents .block .box > div:first-child {
  margin-top: 0; }
main .category .contents .block .box .place {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #009C84;
  margin-bottom: 40px;
  font-weight: normal; }
main .category .contents .block .box .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .box .list ul::before {
  content: "";
  display: block;
  width: 22%;
  order: 1; }
main .category .contents .block .box .list ul::after {
  content: "";
  width: 22%;
  display: block; }
main .category .contents .block .box .list li {
  width: 22%;
  margin-bottom: 40px; }
main .category .contents .block .box .list li a {
  display: block; }
main .category .contents .block .box .list li img {
  border-radius: 50%; }
main .category .contents .block .box .list li .semititle {
  width: 100px;
  height: 30px;
  margin: 30px auto 20px; }
main .category .contents .block .box .list li .semititle p {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1; }
main .category .contents .block .box .list li .sports p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: unset; }
main .category .contents .block .box .list li .name {
  text-align: center; }
main .category .contents .block .box .list li .name p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  line-height: unset;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .category .contents .block .box .list li .name p a {
  color: #009c84; }
main .category .contents .block .box .list li .address p {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  line-height: unset;
  font-size: 12px; }
main .category .contents .block .box .list li .btn {
  text-align: center; }
main .category .contents .block .box .list li .btn a {
  line-height: 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .box .list li .btn a i {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9be00;
  border-radius: 50%;
  color: #f9be00; }
main .category .contents .block .clearfix {
  overflow: hidden; }
main .category .contents .block .sns {
  float: right;
  width: 180px; }
main .category .contents .block .sns ul {
  display: flex; }
main .category .contents .block .sns li:last-child {
  margin-left: 12px; }
main .category .contents .block .sns li:last-child a {
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background: #1877f2;
  padding: 2px 10px 2px 8px;
  line-height: 12px; }
main .category .contents .block .sns li:last-child a i {
  margin-right: 7px; }
main .category .contents .block h1 {
  float: left;
  width: calc(100% - 190px);
  font-size: 30px;
  margin-bottom: 60px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .join {
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-bottom: 35px; }
main .category .contents .block .join .title {
  width: 157px;
  height: 30px; }
main .category .contents .block .join .title p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  background: #009C84;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: 100%;
  height: 100%; }
main .category .contents .block .join ul {
  display: flex;
  margin-left: 20px; }
main .category .contents .block .join li:last-child {
  margin-left: 15px; }
main .category .contents .block .join li a {
  font-size: 14px;
  color: #009C84;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 4px; }
main .category .contents .block .report_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .report_list::after {
  display: block;
  content: "";
  width: 30%; }
main .category .contents .block .report_list > div {
  width: 30%;
  margin-bottom: 60px; }
main .category .contents .block .report_list a {
  display: block;
  position: relative;
  color: #333; }
main .category .contents .block .report_list a:visited {
  color: #333; }
main .category .contents .block .report_list img {
  width: 100%;
  border-radius: 20px; }
main .category .contents .block .report_list .semititle {
  margin-top: 15px;
  /*p {
          	font-size: 14px;
          	font-family: $Noto;
          	padding-left: 10px;
          	border-left: 3px solid #009C84;
          	color: #333;
          	line-height: unset;
          	margin-bottom: 0;
          	span {
          		margin-left: 15px;
          		width: 32px;
          		height: 16px;
          		font-size: 10px;
          		line-height: 16px;
          		text-align: center;
          		border-radius: 2px;
          		display: inline-block;
          		background: #f9be00;
          	}
          }*/ }
main .category .contents .block .report_list .semititle span {
  width: 36px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background: #f9be00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .report_list .title {
  margin-top: 10px; }
main .category .contents .block .report_list .title p {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0; }
main .category .contents .block .report_list .date {
  margin-top: 25px; }
main .category .contents .block .report_list .date p {
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 0; }
main .category .contents .block .report_list .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -35px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  pointer-events: none; }
main .category .contents .block .pagenation {
  padding-top: 20px; }
main .category .contents .block .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center; }
main .category .contents .block .pagenation li {
  margin-right: 20px;
  width: 40px;
  height: 40px; }
main .category .contents .block .pagenation li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .pagenation li a:hover {
  background: #009c84;
  color: #fff; }
main .category .contents .block .pagenation li.active a {
  background: #009c84;
  color: #fff;
  border-color: #009c84; }
main .category .contents .block .pagenation li.arrow-prev {
  margin-right: 33px;
  width: auto; }
main .category .contents .block .pagenation li.arrow-prev a {
  font-size: 18px;
  color: #ccc;
  border: none; }
main .category .contents .block .pagenation li.arrow-prev a:hover {
  background: none; }
main .category .contents .block .pagenation li.arrow-next {
  margin-left: 10px;
  margin-right: 0;
  width: auto; }
main .category .contents .block .pagenation li.arrow-next a {
  font-size: 18px;
  color: #ccc;
  border: none; }
main .category .contents .block .pagenation li.arrow-next a:hover {
  background: none; }
main .category .contents .block .pagenation li.dots {
  width: auto; }
main .category .contents .block .pagenation li.dots a {
  border: none;
  pointer-events: none; }
main .category .contents .block .pagenation .number {
  margin-bottom: 20px; }
main .category .contents .block .pagenation .number p {
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: unset; }
main .category .contents .block .result_number p {
  font-size: 30px;
  line-height: unset;
  padding-left: 30px;
  margin-bottom: 60px; }
main .category .contents .block .result_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .result_list ul::before {
  content: "";
  display: block;
  width: 22%;
  order: 1; }
main .category .contents .block .result_list ul::after {
  content: "";
  width: 22%;
  display: block; }
main .category .contents .block .result_list li {
  width: 22%;
  margin-bottom: 60px; }
main .category .contents .block .result_list li a {
  color: #009c84;
  display: block; }
main .category .contents .block .result_list li img {
  border-radius: 50%; }
main .category .contents .block .result_list li .semititle {
  width: 100px;
  height: 30px;
  margin: 30px auto 20px; }
main .category .contents .block .result_list li .semititle p {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1; }
main .category .contents .block .result_list li .sports p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: unset; }
main .category .contents .block .result_list li .name {
  text-align: center; }
main .category .contents .block .result_list li .name p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  line-height: unset;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .category .contents .block .result_list li .address p {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  line-height: unset;
  font-size: 12px; }
main .category .contents .block .result_list li .btn {
  text-align: center; }
main .category .contents .block .result_list li .btn a {
  line-height: 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .result_list li .btn a i {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9be00;
  border-radius: 50%;
  color: #f9be00; }
main .category .contents .side {
  float: right;
  width: 30%; }
main .category .contents .side .search_area .top {
  background: #009C84;
  border-radius: 20px 20px 0 0;
  padding: 20px 10px;
  line-height: 1.5; }
main .category .contents .side .search_area .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .side .search_area .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px; }
main .category .contents .side .search_area .bottom .col4 {
  flex-wrap: wrap; }
main .category .contents .side .search_area .bottom .col4 > div {
  width: 100%;
  margin: 0 0 30px;
  max-width: unset; }
main .category .contents .side .search_area .bottom .col4 > div:last-child {
  margin-bottom: 30px; }
main .category .contents .side .search_area .bottom .col4 .title p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .category .contents .side .search_area .bottom .col4 select, main .category .contents .side .search_area .bottom .col4 input {
  width: 100%;
  font-size: 12px;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
main .category .contents .side .search_area .bottom .col4 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }
main .category .contents .side .search_area .bottom .btn {
  width: 180px;
  margin: 0 auto; }
main .category .contents .side .search_area .bottom .btn input {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  color: #333;
  font-weight: normal; }

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px 0px 0px 0px;
  background: #f9be00;
  z-index: 97; }
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff; }

.teaser header .left ul {
  display: none; }
.teaser main div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto; }
.teaser main div h1 {
  width: 600px; }
.teaser .pagetop {
  display: none; }
.teaser footer .copyright {
  margin-right: 0; }
@media screen and (max-width: 1024px) {
  .teaser main div {
    margin: 0 auto;
    height: 80vh; }
  .teaser main div h1 {
    width: 60%; } }
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .teaser main div h1 {
    width: 70%; } }
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .teaser main div h1 {
    width: 80%; } }
@media screen and (max-width: 1024px) {
  .teaser .spmenu {
    display: none; }
  .teaser .pagetop {
    display: none !important; }
  .teaser footer {
    margin-bottom: 0;
    height: 20vh; }
  .teaser footer .copyright {
    padding-bottom: 0; } }

.cs h2 {
  text-align: center;
  font-size: 30px; }

.cs h2 + p {
  text-align: center;
  color: #999;
  font-size: 60px;
  font-family: "Lato";
  margin-top: 100px;
  letter-spacing: 4px;
  font-weight: 600; }

.cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
  padding: 100px 4%; }

.cs main .athlete .inner {
  margin-bottom: 80px; }

.cs main .search::before, .cs main .report::before {
  background: none; }

.cs main .athlete::before, .cs main .athlete::after {
  height: 390px; }

@media screen and (max-width: 767px) {
  .cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
    display: block; }

  .cs h2 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }

  .cs h2 + p {
    margin-top: 60px;
    font-size: 40px; }

  .cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
    padding: 60px 10%; }

  .cs main .athlete::before, .cs main .athlete::after {
    height: 100%; }

  .cs main .athlete::before {
    width: 15%; }

  .cs main .athlete::after {
    width: 85%; }

  .cs footer {
    margin-bottom: 0; }

  .cs footer .copyright {
    margin-right: 0; }

  .cs .spmenu {
    display: none; }

  /*.pagetop.pc {
      display: block !important;
      width: 40px;
      height: 40px;
  }
  .pagetop.pc a {
      font-size: 20px;
  }*/ }
@media screen and (max-width: 599px) {
  .cs main .search h2, .cs h2 {
    font-size: 20px; }

  .cs h2 + p {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 2px; } }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(40, 25, 12, 0.5);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 98; }
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }
.modal.active {
  opacity: 1;
  visibility: visible; }
.modal .content {
  width: 90%;
  max-width: 1000px;
  max-height: 600px;
  height: 80%;
  margin: auto;
  position: relative;
  vertical-align: middle;
  display: inline-block; }
.modal .content .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  cursor: pointer; }
.modal .content .top {
  border-radius: 20px 20px 0 0;
  background: #009c84; }
.modal .content .top .title p {
  padding: 40px 0 40px;
  font-size: 36px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff; }
.modal .content .top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10% 5px;
  background: #00826f; }
.modal .content .top li {
  margin-right: 20px;
  margin-bottom: 15px; }
.modal .content .top li:last-child {
  margin-right: 0; }
.modal .content .top li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .top li a i {
  font-size: 16px;
  margin-left: 8px;
  height: 16px;
  vertical-align: middle;
  line-height: 9px; }
.modal .content .list {
  background: #fff;
  overflow-y: scroll;
  border-radius: 0 0 0 20px;
  padding: 0 0 40px;
  height: calc(100% - 168.66px); }
.modal .content .list > div {
  width: calc((800 / 983)* 100%);
  margin: 50px auto 0; }
.modal .content .list .place p {
  background: #f9be00;
  height: 48px;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  border-radius: 10px; }
.modal .content .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.modal .content .list li {
  margin-top: 30px;
  width: calc((240/800)*100%);
  margin-right: calc((40/800)*100%);
  overflow: hidden; }
.modal .content .list li:nth-child(3n+3) {
  margin-right: 0; }
.modal .content .list li .img {
  width: calc((100 / 240)* 100%);
  float: left; }
.modal .content .list li .img img {
  display: block;
  border-radius: 50%; }
.modal .content .list li .right {
  float: right;
  margin-left: calc((19 / 240)* 100%);
  width: calc((121 / 240)* 100%); }
.modal .content .list li .sports p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .list li .name p {
  text-align: left; }
.modal .content .list li .name p a {
  font-size: 18px;
  color: #009c84;
  /*text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-thickness: 2px;*/
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #009c84;
  padding-bottom: 4px; }
.modal .content .list li .btn {
  margin-top: 24px;
  text-align: left; }
.modal .content .list li .btn a {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .list li .btn a i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  text-align: center;
  line-height: 20px;
  font-size: 12px; }

@media screen and (max-width: 1600px) {
  main .projects .kv2 h1 .sub {
    margin-top: 15px; }
  main .projects .kv2 h1 .address {
    margin-top: 20px; }
  main .projects .kv2 h1 .sports, main .projects .kv2 h1 .name {
    margin-top: 15px; }
  main .projects .kv2 h1 .furigana {
    margin-top: 15px; }
  main .projects .kv2 h1 .charge {
    margin-top: 15px; }
  main .projects .kv2 h1 .address p {
    font-size: 20px; }
  main .projects .kv2 h1 .sports p {
    font-size: 20px; }
  main .projects .kv2 h1 .name p {
    font-size: 40px; } }
@media screen and (max-width: 1500px) {
  main .projects .kv2 .sns {
    margin-top: -10px; }
  main .projects .kv2::after {
    height: 98%; } }
@media screen and (max-width: 1450px) {
  main .category .contents .inner {
    padding: 0 5% 0 10%; }
  main .category .contents .block .box .list li .sports p {
    font-size: 14px; }
  main .category .contents .block .box .list li .name p {
    font-size: 20px; }
  main .category .contents .block .result_list li .sports p {
    font-size: 14px; }
  main .category .contents .block .result_list li .name p {
    font-size: 20px; }
  main .projects .contents .inner {
    padding: 0 5% 0 10%; } }
@media screen and (max-width: 1300px) {
  main .search .inner {
    padding: 100px 10%; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    padding: 12px; }
  main .search .map .btn {
    width: 250px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    padding: 0 10px 0 14px; }
  main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
    margin-left: 10px; }
  main .projects .contents .side .search_area .top p, main .category .contents .side .search_area .top p {
    font-size: 16px; }
  main .report .inner {
    width: 100%;
    padding: 80px 5% 220px 10%;
  }
  main .report_slide {
    float: none;
    width: 100%;
    margin-top: -600px; }
  main .report_slide li {
    margin-right: .5%; }
  main .report_slide .slick-prev {
    top: 525px;
    right: 53%; }
  main .report_slide .slick-next {
    top: 525px;
    right: 42%; }
  main .report_right {
    float: none;
    width: 100%;
    padding-top: 0; }
  main .report_right .title {
    line-height: 1.4; }
  main .report_right .link {
    margin-top: 630px; }
  main .athlete .inner {
    width: 100%;
    padding: 80px 5% 220px 10%; }
  main .athlete::before {
    height: 20vw; }
  main .athlete::after {
    height: 20vw; }
  main .athlete_left {
    float: none;
    width: 100%;
    padding-top: 0; }
  main .athlete_left .title {
    line-height: 1.4; }
  main .athlete_left .link {
    margin-top: 570px; }
  main .athlete_slide {
    float: none;
    width: 100%;
    margin-top: -540px; }
  main .athlete_slide li {
    margin-left: 0.5%;
    margin-right: 0.5%; }
  main .athlete_slide .slick-prev {
    top: 460px;
    left: 42%; }
  main .athlete_slide .slick-next {
    top: 460px;
    left: 53%; }
  main .projects .kv2 .inner {
    padding-top: calc((50/1300)*100vw); }
  main .projects .kv2 h1 {
    margin-top: calc((50/1300)*100%); }
  main .projects .kv2 .sns {
    margin-top: 70px; }
  main .projects .kv2::after {
    height: 92%; } }
@media screen and (max-width: 1024px) {
  main {
    padding-top: 80px; }
  main .mv h1 {
    padding: 25px; }
  main .mv .photo_slide figure .name {
    padding: 10px 20px; }
  main .read {
    margin: 80px auto 60px;
    padding: 0 10%; }
  main .read p {
    font-size: 16px; }
  main .search .search_box .bottom .col4 > div {
    width: 23.65%;
    margin-right: 1.8%; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    font-size: 12px;
    padding: 13px 10px; }
  main .search .map {
    width: 100%; }
  main .search .map .btn {
    width: 240px;
    height: 50px; }
  main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
    height: 35px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    padding: 0 8px 0 10px;
    font-size: 18px;
    line-height: 35px; }
  main .search .map .modal1 {
    right: 17%; }
  main .search .map .modal2 {
    right: 26%;
    bottom: 39%; }
  main .search .map .modal3 {
    right: 42%;
    bottom: 39%; }
  main .search .map .modal4 {
    bottom: 33%; }
  main .search .map .modal5 {
    bottom: 22%; }
  main .search .list {
    width: 100%; }
  main .report::before {
    width: 100px;
    height: 340px; }
  main .report .inner {
    padding: 80px 10% 220px; }
  main .report_slide {
    margin-top: -560px; }
  main .report_slide li {
    margin-right: 25px; }
  main .report_slide .slick-prev {
    top: 480px;
    right: 54%; }
  main .report_slide .slick-next {
    top: 480px;
    right: 40%; }
  main .report_right .link {
    margin-top: 590px; }
  main .report_right .link a i {
    margin-left: 12px; }
  main .athlete .logo {
    width: 100px;
    height: 447px;
    top: 30px; }
  main .athlete .inner {
    padding: 80px 10% 220px; }
  main .athlete_slide {
    margin-top: -480px; }
  main .athlete_slide li {
    margin-left: 15px; }
  main .athlete_slide li .semititle p {
    font-size: 15px;
    width: 80px;
    height: 25px; }
  main .athlete_slide li .sports {
    margin-top: 20px; }
  main .athlete_slide li .sports p {
    font-size: 14px; }
  main .athlete_slide li .name {
    margin-top: 20px; }
  main .athlete_slide li .name p {
    font-size: 20px;
    line-height: 1.4; }
  main .athlete_slide .slick-prev {
    top: 400px;
    left: 42%; }
  main .athlete_slide .slick-next {
    top: 400px;
    left: 53%; }
  main .athlete_left {
    padding-top: 0; }
  main .athlete_left .link {
    margin-top: 500px; }
  main .athlete_left .link a i {
    margin-left: 12px; }
  main .fix {
    width: 30px; }
  main .projects .kv2 h1 {
    width: 42%; }
  main .projects .kv2 h1 .sub p {
    font-size: 14px; }
  main .projects .kv2 h1 .address {
    height: 30px;
    margin-top: 15px; }
  main .projects .kv2 h1 .address p {
    font-size: 18px;
    line-height: 30px; }
  main .projects .kv2 h1 .sports p {
    font-size: 24px; }
  main .projects .kv2 h1 .name p {
    font-size: 36px; }
  main .projects .kv2 h1 .furigana p {
    font-size: 12px; }
  main .projects .kv2 h1 .charge p {
    font-size: 12px; }
  main .projects .kv2_img {
    margin-right: 5%; }
  main .projects .kv2 .sns ul {
    margin-top: 20px; }
  main .projects .kv2 .sns .link a {
    font-size: 14px; }
  main .projects .contents {
    padding-top: 100px; }
  main .projects .contents .inner {
    padding: 0 10%; }
  main .projects .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 60px; }
  main .projects .contents .side {
    float: none;
    width: 100%; }
  main .projects .contents .side .info .bottom {
    padding: 30px; }
  main .projects .contents .side .info .bottom .clearfix {
    padding: 0 10px; }
  main .projects .contents .side .info .bottom .clearfix .left .address p {
    font-size: 16px;
    line-height: 28px; }
  main .projects .contents .side .info .bottom .clearfix .left .sports p {
    font-size: 18px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .clearfix .left .name p {
    font-size: 30px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .clearfix .left .furigana p {
    font-size: 14px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .place p {
    font-size: 14px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .check {
    padding: 0 10px;
    text-align: center; }
  main .projects .contents .side .info .bottom .check p {
    font-size: 18px;
    display: inline-block; }
  main .projects .contents .side .info .bottom .check p::before {
    left: -10px; }
  main .projects .contents .side .info .bottom .check p::after {
    right: -10px; }
  main .projects .contents .side .info .bottom .event {
    padding: 0 10px; }
  main .projects .contents .side .search_area .bottom {
    padding: 30px; }
  main .category .contents .inner {
    padding: 0 10%; }
  main .category .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 60px; }
  main .category .contents .side {
    float: none;
    width: 100%; }
  main .category .contents .side .search_area .bottom {
    padding: 30px; }
  main .category .contents.athlete2 .block {
    margin-bottom: 20px; }

  .pagetop {
    width: 60px;
    height: 60px; } }
@media screen and (max-width: 1300px) {
  main .category .contents .inner {
    padding: 0 5% 0 10%; }
  main .category .contents .block .box .list ul::before {
    width: 28%; }
  main .category .contents .block .box .list ul::after {
    width: 28%; }
  main .category .contents .block .box .list li {
    width: 28%; }
  main .category .contents .block .result_list ul::before {
    width: 28%; }
  main .category .contents .block .result_list ul::after {
    width: 28%; }
  main .category .contents .block .result_list li {
    width: 28%; } }
@media screen and (max-width: 920px) {
  main .athlete_slide li .sports p {
    font-size: 12px; }
  main .athlete_slide li .name p {
    font-size: 18px; }
  main .projects .kv2 .inner {
    padding-top: calc((50/1300)*100vw); }
  main .projects .kv2 h1 {
    margin-top: calc((50/1300)*100%); }
  main .projects .kv2 .sns {
    margin-top: 60px; } }
@media screen and (max-width: 900px) {
  main .report .inner {
    padding: 80px 10% 220px; }
  main .report_slide {
    margin-top: -520px; }
  main .report_slide .slick-prev {
    top: 440px;
    right: 54%; }
  main .report_slide .slick-next {
    top: 440px;
    right: 38%; }
  main .report_right .link {
    margin-top: 550px; }
  main .athlete .inner {
    padding: 80px 10% 220px; }
  main .athlete_slide {
    margin-top: -440px; }
  main .athlete_slide .slick-prev {
    top: 360px;
    left: 39%; }
  main .athlete_slide .slick-next {
    top: 360px;
    left: 54%; }
  main .athlete_left .link {
    margin-top: 480px; }
  main .athlete::after, main .athlete::before {
    height: 30vw; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .pagetop.pc {
    display: none !important; }

  main {
    padding-top: 0; }
  main .mv::before {
    height: 104.2%;
    width: 66.6%;
    border-radius: 0 0 20px 0; }
  main .mv::after {
    height: 108.4%;
    width: 80%; }
  main .mv .circle1 {
    z-index: 5;
    width: 24.3%;
    height: 48.8%;
    top: 35.8%;
    background-size: auto 110%; }
  main .mv .circle2 {
    width: 20%;
    height: 25%;
    background-size: 310% auto; }
  main .mv .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  main .mv h1 {
    order: 2;
    position: relative;
    border-radius: 0 15px 15px 0;
    width: 96%;
    padding: 20px 8% 20px 8%;
    max-width: unset;
    top: unset; }
  main .mv .photo_slide {
    order: 1;
    width: 92%;
    margin: 20px auto;
  }
  main .mv .photo_slide figure .name {
    padding: 8px 12px 8px 12px; }
  main .mv .photo_slide figure .name p {
    font-size: 12px;
    line-height: 1.5; }
  main .mv .photo_slide figure .name p small {
    font-size: 10px; }
  main .read {
    width: 100%;
    padding: 0 8%;
    margin: 80px 0 40px; }
  main .read p {
    font-size: 14px; }
  main .read .btn {
    width: 240px;
    height: 42px;
    margin: 40px auto 0; }
  main .read .btn a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    background: #F9BE00;
    width: 100%;
    height: 100%;
    line-height: 42px;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
  main .search::before {
    content: none; }
  main .search .inner {
    width: 100%;
    padding: 60px 8% 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important; }
  main .search h2 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 24px; }
  main .search .search_box {
    order: 2;
    margin-top: 40px; }
  main .search .search_box .top p {
    font-size: 16px;
    padding: 15px;
    text-align: center;
    line-height: 1.5; }
  main .search .search_box .bottom .col4 {
    padding: 30px 8%;
    flex-wrap: wrap; }
  main .search .search_box .bottom .col4 > div {
    width: 100%;
    margin: 0 0 20px;
    max-width: unset; }
  main .search .search_box .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .search .search_box .bottom .col4 > div:last-child {
    margin-bottom: 0; }
  main .search .search_box .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 12px; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    font-size: 11px;
    padding: 8px 16px 8px; }
  main .search .search_box .bottom .btn {
    padding-bottom: 30px;
    width: 125px; }
  main .search .search_box .bottom .btn input {
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    color: #333;
    font-weight: normal; }
  main .search .clearfix {
    order: 1; }
  main .search .map {
    float: none;
    width: 100%;
    margin: 0 auto; }
  main .search .map img {
    width: 100%; }
  main .search .map .btn {
    display: none; }
  main .search .map .title {
    width: 58%;
    left: 0;
    top: 40px; }
  main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
    height: 30px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px 0 10px; }
  main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
    margin-left: 8px; }
  main .search .map .modal1 {
    right: calc((70/630)*100%);
    top: 33%; }
  main .search .map .modal2 {
    right: calc((110/630)*100%);
    bottom: 32%; }
  main .search .map .modal3 {
    right: calc((234/630)*100%);
    bottom: 40%; }
  main .search .map .modal4 {
    left: calc((183/630)*100%);
    bottom: 32%; }
  main .search .map .modal5 {
    left: calc((30/630)*100%);
    bottom: 20%; }
  main .search .list {
    display: none; }
  main .search .btn2 {
    order: 3;
    width: 240px;
    height: 42px;
    margin: 40px auto 0; }
  main .search .btn2 a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    border-radius: 10px;
    background: #F9BE00; }
  main .report::before {
    content: none; }
  main .report .inner {
    width: 100%;
    padding: 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important; }
  main .report_slide {
    float: none;
    order: 2;
    width: 100%;
    padding-left: 8%;
    margin-top: 0; }
  main .report_slide ul .slick-list {
    padding: 0 30% 0 0 !important; }
  main .report_slide li {
    margin-right: .5%; }
  main .report_slide li .semititle {
    margin-top: 12px; }
  main .report_slide li .semititle p {
    font-size: 12px;
    padding-left: 8.15px;
    border-left: unset;
    position: relative; }
  main .report_slide li .semititle p::before {
    content: "";
    background: #009C84;
    width: 2.25px;
    height: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0; }
  main .report_slide li .semititle p span {
    width: 30px;
    height: 14px;
    line-height: 14px;
    margin-left: 10px; }
  main .report_slide li .title {
    margin-top: 15px; }
  main .report_slide li .title p {
    font-size: 14px;
    line-height: 1.5; }
  main .report_slide li .date {
    margin-top: 24px; }
  main .report_slide li .date p {
    font-size: 10px; }
  main .report_slide li .btn {
    width: 25px;
    height: 25px;
    border-radius: 12px; }
  main .report_slide .slick-prev {
    top: unset;
    bottom: -110px;
    left: 27%;
    right: unset; }
  main .report_slide .slick-next {
    top: unset;
    bottom: -110px;
    right: 35%; }
  main .report_right {
    order: 1;
    width: 100%;
    padding-top: 20px; }
  main .report_right .title {
    font-size: 24px;
    margin-bottom: 40px; }
  main .report_right .link {
    display: none; }
  main .report .link2 {
    margin: 120px auto 0;
    order: 3;
    text-align: center; }
  main .report .link2 a {
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    text-align: center;
    margin: auto;
    line-height: 20px; }
  main .report .link2 a i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #F9BE00;
    color: #F9BE00;
    margin-left: 15px;
    line-height: 20px; }
  main .report .link2.sp a i::before {
    position: relative;
    top: -1px; }
  main .athlete::before {
    width: 20%;
    height: 50vw;
    left: unset; }
  main .athlete::after {
    width: 80%;
    height: 50vw; }
  main .athlete .logo {
    display: none; }
  main .athlete .inner {
    width: 100%;
    padding: 40px 8% 40px;
    margin: 0 !important; }
  main .athlete_left {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 20px; }
  main .athlete_left .title {
    font-size: 24px;
    margin-bottom: 40px; }
  main .athlete_slide {
    float: none;
    width: 100%;
    margin-top: 0; }
  main .athlete_slide li {
    margin: 0 12px; }
  main .athlete_slide li .semititle {
    margin-top: 20px; }
  main .athlete_slide li .semititle p {
    width: 75px;
    height: 25px;
    font-size: 12px; }
  main .athlete_slide li .sports p {
    font-size: 12px; }
  main .athlete_slide li .name {
    margin-top: 15px; }
  main .athlete_slide li .name p {
    font-size: 18px; }
  main .athlete_slide li .name p small {
    font-size: 10px; }
  main .athlete_slide li .address {
    margin-top: 15px; }
  main .athlete_slide li .address p {
    font-size: 10px; }
  main .athlete_slide .slick-prev {
    top: unset;
    bottom: -110px;
    left: 27%; }
  main .athlete_slide .slick-next {
    top: unset;
    bottom: -110px;
    left: unset;
    right: 27%; }
  main .athlete .link2 {
    margin: 120px auto 0;
    text-align: center; }
  main .athlete .link2 a {
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    text-align: center;
    margin: auto;
    line-height: 20px; }
  main .athlete .link2 a i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #F9BE00;
    color: #F9BE00;
    margin-left: 15px;
    line-height: 20px; }
  main .athlete .link2.sp a i::before {
    position: relative;
    top: -1px; }
  main .fix {
    width: 100%;
    position: relative;
    left: unset;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center; }
  main .fix .facebook {
    margin: 0 40px 0 0;
    width: 30px; }
  main .fix .x-twitter {
    width: 24px;
    margin: 3px 0 0; }
  main .fix .txt {
    width: 100%;
    margin-top: 30px; }
  main .fix .txt p {
    writing-mode: unset; }
  main .breadcrumb {
    height: 30px; }
  main .breadcrumb ul {
    width: 92%;
    padding: 10px 0;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap; }
  main .breadcrumb li {
    font-size: 10px;
    padding-left: 11px; }
  main .breadcrumb li a {
    font-size: 10px;
    margin-right: 10px; }
  main .breadcrumb li::after {
    font-size: 10px; }
  main .breadcrumb li:last-child {
    font-size: 10px; }
  main .projects .kv2::before {
    width: calc((500/750)*100%);
    height: 80%; }
  main .projects .kv2::after {
    width: calc((600/750)*100%);
    height: 84%; }
  main .projects .kv2 .circle1, main .projects .kv2 .circle2 {
    display: none; }
  main .projects .kv2 .inner {
    padding-top: 20px; }
  main .projects .kv2 h1 {
    order: 2;
    float: none;
    width: 96%;
    padding: 30px 4% 30px 4%; }
  main .projects .kv2 h1 .sub {
    margin-top: 15px; }
  main .projects .kv2 h1 .sub p {
    font-size: 13px; }
  main .projects .kv2 h1 .address {
    height: 24px;
    margin-top: 0; }
  main .projects .kv2 h1 .address p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 5px; }
  main .projects .kv2 h1 .sports {
    margin-top: 0;
    margin-left: 15px; }
  main .projects .kv2 h1 .sports p {
    font-size: 16px; }
  main .projects .kv2 h1 .name {
    margin-top: 0; }
  main .projects .kv2 h1 .name p {
    font-size: 24px; }
  main .projects .kv2 h1 .furigana {
    margin-top: 0;
    margin-left: 15px; }
  main .projects .kv2 h1 .furigana p {
    font-size: 10px; }
  main .projects .kv2 h1 .charge {
    margin-top: 15px; }
  main .projects .kv2 h1 .charge p {
    font-size: 10px; }
  main .projects .kv2 h1 .data1, main .projects .kv2 h1 .data2 {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  main .projects .kv2_img {
    order: 1;
    width: 92%;
    margin: 0 auto;
    float: none; }
  main .projects .kv2_img img {
    border-radius: 15px; }
  main .projects .kv2 .sns {
    order: 3;
    margin: 90px 0 0 4%; }
  main .projects .kv2 .sns .link a {
    font-size: 16px;
    padding-right: 25px; }
  main .projects .kv2 .sns .link a::after {
    position: static;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 12px;

  }
  main .projects .kv2 .sns ul {
    margin-top: 30px; }
  main .projects .contents {
    padding: 40px 0; }
  main .projects .contents::before {
    content: none; }
  main .projects .contents .inner {
    width: 92%;
    margin: 0 auto !important;
    padding: 0; }
  main .projects .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  main .projects .contents .block h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px; }
  main .projects .contents .block h3 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 40px; }
  main .projects .contents .block h3::before, main .projects .contents .block h3::after {
    bottom: -15px; }
  main .projects .contents .block p {
    font-size: 14px;
    margin-bottom: 20px; }
  main .projects .contents .block p + h3 {
    margin-top: 40px; }
  main .projects .contents .block p + .img {
    margin-top: 40px; }
  main .projects .contents .block p:last-child {
    margin-bottom: 40px; }
  main .projects .contents .block .img {
    width: 100%;
    margin: 0 auto 40px; }
  main .projects .contents .block .img figure figcaption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 12px; }
  main .projects .contents .block .port {
    margin-top: 40px; }
  main .projects .contents .block .port .img figure {
    width: 80%; }
  main .projects .contents .side {
    float: none;
    width: 100%; }
  main .projects .contents .side .info .top {
    border-radius: 15px 15px 0 0; }
  main .projects .contents .side .info .top p {
    font-size: 16px;
    padding: 15px; }
  main .projects .contents .side .info .bottom {
    padding: 30px 0 28px; }
  main .projects .contents .side .info .bottom .clearfix {
    padding: 0 20px; }
  main .projects .contents .side .info .bottom .clearfix .left {
    width: calc((212.5 / 330)* 100%); }
  main .projects .contents .side .info .bottom .clearfix .left .charge p {
    margin-top: 10px;
    font-size: 10px; }
  main .projects .contents .side .info .bottom .clearfix .right {
    width: calc((90 / 303)* 100%); }
  main .projects .contents .side .info .bottom .check {
    padding: 0 20px;
    text-align: center; }
  main .projects .contents .side .info .bottom .event {
    margin-top: 40px;
    padding: 0 20px; }
  main .projects .contents .side .info .bottom .event .left {
    width: calc((100 / 303)* 100%); }
  main .projects .contents .side .info .bottom .event .right {
    margin-left: calc((15.6 / 303)* 100%);
    width: calc((187.4/303)*100%); }
  main .projects .contents .side .info .bottom .event .right .place p {
    font-size: 12px;
    padding-left: 10px;
    border-left-width: 2px; }
  main .projects .contents .side .info .bottom .event .right .title p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5; }
  main .projects .contents .side .info .bottom .event .right .date p {
    margin-top: 26px;
    font-size: 10px; }
  main .projects .contents .side .info .bottom .event .right .mark {
    width: 20px;
    height: 20px; }
  main .projects .contents .side .info .bottom .event .right .mark i {
    font-size: 14px; }
  main .projects .contents .side .search_area .top {
    border-radius: 15px 15px 0 0;
    padding: 0; }
  main .projects .contents .side .search_area .top p {
    font-size: 16px;
    padding: 15px; }
  main .projects .contents .side .search_area .bottom {
    padding: 30px 15px 30px; }
  main .projects .contents .side .search_area .bottom .col4 > div {
    margin-bottom: 20px; }
  main .projects .contents .side .search_area .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .projects .contents .side .search_area .bottom .col4 > div:last-child {
    margin-bottom: 30px; }
  main .projects .contents .side .search_area .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 10px; }
  main .projects .contents .side .search_area .bottom .col4 input, main .projects .contents .side .search_area .bottom .col4 select {
    font-size: 12px;
    padding: 8px 16px;
    color: #333; }
  main .projects .contents .side .search_area .bottom .btn {
    width: 125px; }
  main .projects .contents .side .search_area .bottom .btn input {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  main .category .maintitle {
    padding-bottom: 35px; }
  main .category .maintitle::before, main .category .maintitle::after {
    height: 5px; }
  main .category .maintitle .img {
    width: 80%;
    padding-top: 30px; }
  main .category .maintitle .semititle p {
    font-size: 16px;
    margin-top: 20px; }
  main .category .maintitle .title p {
    margin-top: 30px;
    font-size: 24px; }
  main .category .contents {
    padding: 30px 0; }
  main .category .contents::before {
    content: none; }
  main .category .contents.athlete2::before, main .category .contents.report2::before {
    content: none; }
  main .category .contents .inner {
    width: 92%;
    margin: 0 auto !important;
    padding: 0; }
  main .category .contents.report2 .block {
    margin-bottom: 40px; }
  main .category .contents.report2 .block .btn a {
    font-size: 14px; }
  main .category .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  main .category .contents .block p {
    font-size: 14px;
    margin-bottom: 25px; }
  main .category .contents .block p + h3 {
    margin-top: 34px; }
  main .category .contents .block p + .img {
    margin-top: 40px; }
  main .category .contents .block p:last-child {
    margin-bottom: 40px; }
  main .category .contents .block .img {
    width: 100%;
    margin: 0 auto 36px; }
  main .category .contents .block .img figure figcaption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 12px; }
  main .category .contents .block .anchor {
    width: calc((670 / 690)* 100%);
    margin: 0 auto 25px; }
  main .category .contents .block .anchor ul {
    justify-content: space-between; }
  main .category .contents .block .anchor li {
    width: 48%;
    margin: 0 0 15px;
    height: 30px; }
  main .category .contents .block .anchor li a {
    font-size: 12px; }
  main .category .contents .block .anchor li:first-child, main .category .contents .block .anchor li:last-child {
    width: 48%; }
  main .category .contents .block .box {
    margin-bottom: 10px; }
  main .category .contents .block .box .place {
    padding-left: calc((15 / 690)* 100%);
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 30px; }
  main .category .contents .block .box .list {
    width: calc((650/690)*100%);
    margin: 0 auto; }
  main .category .contents .block .box .list ul {
    justify-content: flex-start; }
  main .category .contents .block .box .list ul::before {
    width: 46%; }
  main .category .contents .block .box .list ul::after {
    width: 46%; }
  main .category .contents .block .box .list li {
    width: 46%;
    margin: 0 calc((50/650)*100%) 30px 0; }
  main .category .contents .block .box .list li:nth-child(2n+2) {
    margin-right: 0; }
  main .category .contents .block .box .list li .semititle {
    margin: 20px auto 14px;
    width: 75px;
    height: 25px; }
  main .category .contents .block .box .list li .semititle p {
    font-size: 12px; }
  main .category .contents .block .box .list li .sports p {
    margin-bottom: 15px;
    font-size: 12px; }
  main .category .contents .block .box .list li .name p {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-width: 1px; }
  main .category .contents .block .box .list li .address p {
    font-size: 10px;
    margin-bottom: 15px; }
  main .category .contents .block .box .list li .btn a {
    font-size: 12px; }
  main .category .contents .block .box .list li .btn a i {
    margin-left: 10px;
    width: 16px;
    height: 16px; }
  main .category .contents .block .box .list li .btn a i::before {
    position: relative;
    top: 1px; }
  main .category .contents .block .result_list li .sports p {
    font-size: 12px; }
  main .category .contents .block .result_list li .name p {
    font-size: 18px; }
  main .category .contents .block .sns {
    float: none;
    margin-bottom: 30px; }
  main .category .contents .block h1 {
    font-size: 20px;
    margin-bottom: 30px;
    float: none;
    width: 100%; }
  main .category .contents .block .join {
    margin-bottom: 30px; }
  main .category .contents .block .join .title {
    height: 24px;
    width: 132px; }
  main .category .contents .block .join .title p {
    font-size: 12px; }
  main .category .contents .block .join li:last-child {
    margin-left: 10px; }
  main .category .contents .block .join li a {
    font-size: 12px; }
  main .category .contents .block .report_list > div {
    width: calc((330/690)*100%);
    margin-bottom: 30px; }
  main .category .contents .block .report_list::after {
    width: calc((330/690)*100%); }
  main .category .contents .block .report_list .semititle {
    margin-top: 12px; }
  main .category .contents .block .report_list .semititle p {
    font-size: 12px;
    padding-left: 8.15px;
    border-left: unset;
    position: relative; }
  main .category .contents .block .report_list .semititle p::before {
    content: "";
    background: #009C84;
    width: 2.25px;
    height: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0; }
  main .category .contents .block .report_list .semititle p span {
    font-size: 10px;
    width: 30px;
    height: 12px;
    line-height: 12px;
    margin-left: 10px; }
  main .category .contents .block .report_list .title {
    margin-top: 15px; }
  main .category .contents .block .report_list .title p {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  main .category .contents .block .report_list .date {
    margin-top: 20px; }
  main .category .contents .block .report_list .date p {
    font-size: 10px; }
  main .category .contents .block .report_list .btn {
    width: 20px;
    height: 20px;
    border-radius: 10px; }
  main .category .contents .block .report_list .btn i {
    font-size: 14px; }
  main .category .contents .block .pagenation {
    padding-top: 10px; }
  main .category .contents .block .pagenation li {
    margin-right: 15px; }
  main .category .contents .block .pagenation li.arrow-prev {
    margin-right: 24px; }
  main .category .contents .block .pagenation li.arrow-next {
    margin-right: 0;
    margin-left: 10px; }
  main .category .contents .block .pagenation .number {
    margin-bottom: 40px; }
  main .category .contents .block .result_number p {
    padding: 0;
    margin-bottom: 30px; }
  main .category .contents .block .result_list {
    width: calc((650/690)*100%);
    margin: 0 auto; }
  main .category .contents .block .result_list ul {
    justify-content: flex-start; }
  main .category .contents .block .result_list ul::before {
    width: 46%; }
  main .category .contents .block .result_list ul::after {
    width: 46%; }
  main .category .contents .block .result_list li {
    width: 46%;
    margin: 0 calc((50/650)*100%) 30px 0; }
  main .category .contents .block .result_list li:nth-child(2n+2) {
    margin-right: 0; }
  main .category .contents .block .result_list li .semititle {
    margin: 20px auto 14px;
    width: 75px;
    height: 25px; }
  main .category .contents .block .result_list li .semititle p {
    font-size: 12px; }
  main .category .contents .block .result_list li .sports p {
    margin-bottom: 15px;
    font-size: 12px; }
  main .category .contents .block .result_list li .name p {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-width: 1px; }
  main .category .contents .block .result_list li .address p {
    font-size: 10px;
    margin-bottom: 15px; }
  main .category .contents .block .result_list li .btn a {
    font-size: 12px; }
  main .category .contents .block .result_list li .btn a i {
    margin-left: 10px;
    width: 16px;
    height: 16px; }
  main .category .contents .block .result_list li .btn a i::before {
    position: relative;
    top: 1px; }
  main .category .contents .side {
    float: none;
    width: 100%; }
  main .category .contents .side .search_area .top {
    border-radius: 15px 15px 0 0;
    padding: 0; }
  main .category .contents .side .search_area .top p {
    font-size: 16px;
    padding: 15px; }
  main .category .contents .side .search_area .bottom {
    padding: 30px 15px 30px; }
  main .category .contents .side .search_area .bottom .col4 > div {
    margin-bottom: 20px; }
  main .category .contents .side .search_area .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .category .contents .side .search_area .bottom .col4 > div:last-child {
    margin-bottom: 30px; }
  main .category .contents .side .search_area .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 10px; }
  main .category .contents .side .search_area .bottom .col4 input, main .category .contents .side .search_area .bottom .col4 select {
    font-size: 12px;
    padding: 8px 16px;
    color: #333; }
  main .category .contents .side .search_area .bottom .btn {
    width: 125px; }
  main .category .contents .side .search_area .bottom .btn input {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  main .category .contents.athlete2 .block {
    margin-bottom: 10px; }

  .spmenu {
    width: 100%;
    height: 50px;
    line-height: 1.4;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
  .spmenu > div:first-child {
    float: left;
    width: 16%;
    height: 100%; }
  .spmenu > div:first-child a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    background: #fff;
    cursor: pointer; }
  .spmenu > div:first-child.active a {
    color: #fff;
    background: #009C84; }
  .spmenu > div:nth-of-type(2), .spmenu > div:nth-of-type(3), .spmenu > div:nth-of-type(4) {
    width: 24%;
    height: 100%;
    float: left; }
  .spmenu > div:nth-of-type(2) a, .spmenu > div:nth-of-type(3) a, .spmenu > div:nth-of-type(4) a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    cursor: pointer; }
  .spmenu > div:nth-of-type(2).active a, .spmenu > div:nth-of-type(3).active a, .spmenu > div:nth-of-type(4).active a {
    color: #fff;
    background: #009C84; }
  .spmenu > div:nth-of-type(4) {
    width: 24%; }
  .spmenu > div:last-of-type {
    width: 12%;
    height: 100%;
    float: left;
    position: relative; }
  .spmenu > div:last-of-type a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #F9BE00; }
  .spmenu > div.dropdown {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    background: #fff;
  }

  .spmenu > div.dropdown a{
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
    align-items: center;
    padding:10px 0;
  }

  .modal .content {
    width: 92%;
    height: auto;
    max-height: calc(100% - 90px);
    vertical-align: top;
    margin-top: 20px; }
  .modal .content .close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -7.5px; }
  .modal .content .top {
    border-radius: 15px 15px 0 0; }
  .modal .content .top .title p {
    font-size: 24px;
    padding: 30px 0; }
  .modal .content .top ul {
    width: 100%;
    padding: 20px 5% 0;
    justify-content: flex-start; }
  .modal .content .top li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left; }
  .modal .content .top li a {
    font-size: 14px; }
  .modal .content .top li:nth-child(4n+4) {
    margin-right: 0; }
  .modal .content .list {
    border-radius: 0 0 15px 15px;
    padding: 0 0 30px; }
  .modal .content .list > div {
    width: 90%;
    margin-top: 40px; }
  .modal .content .list ul {
    width: calc((570 / 630)* 100%);
    margin: 0 auto; }
  .modal .content .list li {
    margin: 30px calc((90/570)*100%) 0 0 !important;
    width: calc((240 / 570)* 100%); }
  .modal .content .list li:nth-child(2n+2) {
    margin-right: 0 !important; }
  .modal .content .list li .img {
    width: calc((200/240)*100%);
    margin: 0 auto;
    float: none; }
  .modal .content .list li .right {
    float: none;
    width: 100%;
    margin: 15px 0 0; }
  .modal .content .list li .sports p {
    text-align: center;
    font-size: 10px; }
  .modal .content .list li .name p {
    text-align: center; }
  .modal .content .list li .name p a {
    font-size: 16px; }
  .modal .content .list li .btn {
    margin-top: 25px;
    text-align: center; }
  .modal .content .list .place p {
    height: 36px;
    font-size: 16px; } }
@media screen and (max-width: 599px) {
  main .category .maintitle .semititle p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5; }
  main .projects .contents .side .info .bottom .clearfix .left .address p {
    font-size: 12px;
    line-height: 22px; }
  main .projects .contents .side .info .bottom .clearfix .left .sports p {
    font-size: 14px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .name p {
    font-size: 18px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .furigana p {
    font-size: 10px;
    margin-top: 10px; }
  main .projects .contents .side .info .bottom .clearfix .left .place p {
    font-size: 10px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .check p {
    font-size: 14px; }
  main .projects .contents .side .info .bottom .check p::before {
    left: -5px; }
  main .projects .contents .side .info .bottom .check p::after {
    right: -5px; } }
#article-end {
  display: block;
  margin-top: -1px;
  width: 1px;
  height: 1px; }

/*# sourceMappingURL=style.css.map *//* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

body {
  position: relative; }

li {
  list-style: none; }

a {
  text-decoration: none; }

br {
  display: inherit;
  line-height: 0;
  height: 0; }

img {
  width: 100%;
  height: auto; }

.sp-only {
  display: none; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
header {
  position: fixed;
  height: 90px;
  padding-top: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
header::before {
  content: "";
  background-color: #F9BE00;
  width: 30%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0; }
header::after {
  content: "";
  background-color: #009C84;
  width: 70%;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0; }
header .inner {
  width: 90%;
  margin: 0 auto; }
header .left {
  float: left;
  display: flex; }
header .left .logo {
  width: 160px;
  padding: 20px 0; }
header .left .logo a {
  display: block; }
header .left .logo img {
  display: block; }
header .left ul {
  display: flex;
  padding: 20px 0;
  margin-left: 40px;
  align-items: center; }
header .left li {
  margin-right: 30px; }
header .left li a {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333; }
/* ドロップダウン全体 */
.dropdown {
  position: relative;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333333;
}
/* サブメニューの初期状態（非表示） */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  z-index: 100;
  padding: 0;
  margin: 0;
}
header .left .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
}
.dropdown-up .dropdown-menu {
  bottom: 45px;
  right: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding:5px;
  text-align: left;
  width: 200px;
}

/* サブメニュー内の各リンク */
header .left .dropdown-menu li{
  margin-right: 0;
}
header .left li.dropdown {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1300px) {
  header .left li.dropdown {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  header .left li.dropdown {
    font-size: 12px;
  }
}


/* サブメニュー内の各リンク */
.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;

}

/* ホバー時に表示 */

.dropdown:hover .dropdown-menu {
  display: block;
}

/* ホバー時のリンク装飾 */
header .left .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

header .left li a:hover {
  color: #009C84; }
header .left li a .fa-arrow-up-right-from-square {
  display: inline-block;
  padding-left: 8px;
  font-size: 14px; }
header .left li:last-child {
  margin-right: 0; }
header .left li.active a {
  color: #009C84; }
header .right {
  float: right;
  display: flex;
  padding: 28px 0;
  align-items: center; }
header .right .txt p {
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-right: 20px; }
header .right .logo2 {
  width: 80px; }
header .right .logo2 a {
  display: block; }
header .right .logo2 img {
  display: block; }

@media screen and (max-width: 1300px) {
  header .left .logo {
    width: 140px; }
  header .left ul {
    margin-left: 20px; }
  header .left li {
    margin-right: 30px; }
  header .left li a {
    font-size: 14px; }
  header .left li a .fa-arrow-up-right-from-square {
    font-size: 12px; }
  header .right .txt p {
    margin-right: 30px; } }
@media screen and (max-width: 1200px) {
  header .right {
    padding: 22px 0; }
  header .right .txt p {
    line-height: 1.5;
    text-align: right; }
  header .right .txt p.pc {
    display: none; }
  header .right .txt p.sp {
    display: block;
    text-align: left;
  } }
@media screen and (max-width: 900px) {
  header .left ul {
    margin-left: 15px;
    padding: 0; }
  header .left li {
    margin-right: 15px; }
  header .left li a {
    font-size: 12px; } }
@media screen and (max-width: 1024px) {
  header {
    height: 80px; }
  header .inner {
    height: 70px; }
  header .left {
    align-items: center;
    height: 100%; }
  header .left .logo {
    width: 100px;
    padding: 0; }
  header .right {
    padding: 0;
    height: 100%; }
  header .right .txt p {
    margin-right: 5px;
    font-size: 8px; }
  header .right .logo2 {
    width: 60px; } }
@media screen and (max-width: 767px) {
  header {
    height: 45px;
    padding-top: 5px;
    position: relative; }
  header::before, header::after {
    height: 5px; }
  header .inner {
    width: 92%;
    height: 40px; }
  header .left .logo {
    width: 80px; }
  header .left ul {
    display: none; }
  header .right .txt p {
    line-height: 1.5;
    text-align: right;
    margin-right: 5px; }
  header .right .logo2 {
    width: 60px; } }
footer {
  /*height: 120px;*/
  position: relative;
  background: #333333; }
footer::before {
  content: "";
  background: #009C84;
  height: 10px;
  width: 70%;
  position: absolute;
  top: 0;
  right: 0; }
footer::after {
  content: "";
  background: #F9BE00;
  height: 10px;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0; }
footer .inner {
  width: 90%;
  margin: auto;
  overflow: hidden; }
footer .logo {
  float: left;
  width: 80px;
  padding: 50px 0 40px; }
footer .logo a, footer .logo img {
  display: block;
  filter: brightness(0) invert(1); }
footer .copyright {
  padding: 50px 0 0;
  float: right;
  margin-right: 5%; }
footer .copyright p {
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff; }

@media screen and (max-width: 1024px) {
  footer .logo {
    width: 80px;
    padding: 40px 0 30px; }
  footer .copyright {
    padding: 40px 0 0; }
  footer .copyright p {
    font-size: 10px; } }
@media screen and (max-width: 900px) {
  footer::before, footer::after {
    height: 5px; }
  footer .inner {
    width: 100%; }
  footer .logo {
    width: 60px;
    padding: 30px 0 20px;
    float: none;
    margin: auto; }
  footer .copyright {
    float: none;
    padding: 0 0 20px;
    margin-right: 0; }
  footer .copyright p {
    font-size: 10px;
    text-align: center;
    line-height: 1.8; } }
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 50px; } }
.sp {
  display: none; }

main {
  position: relative;
  padding-top: 90px; }
main .mv {
  position: relative;
}
main .mv::before {
  content: "";
  background: #009C84;
  width: 65%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }
main .mv::after {
  content: "";
  background: #F9BE00;
  width: 50%;
  height: 102.5%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  z-index: 1; }
main .mv .circle1 {
  position: absolute;
  width: 24.1%;
  height: 104%;
  top: 10.2%;
  left: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_1.svg) no-repeat top right;
  background-size: auto 100%;
  z-index: 3; }
main .mv .circle2 {
  position: absolute;
  width: 16%;
  height: 30%;
  top: 0;
  right: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_2.svg) no-repeat bottom left;
  background-size: 160% auto;
  z-index: 5; }
main .mv .inner {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 45%;
}
main .mv h1 {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 5;
  width: 40%;
  border-radius: 20px;
  background: #fff;
  padding: 50px; }
main .mv .photo_slide {
  position: absolute;
  z-index: 4;
  width: 65%;
  margin: 50px 0 0 auto;
  display: none;
  transition: opacity .3s linear;
  top:0;
  right:0;
}
main .mv .photo_slide.slick-initialized {
  display: block; }
main .mv .photo_slide figure {
  position: relative;
}
main .mv .photo_slide figure img {
  border-radius: 20px;
}
main .mv .photo_slide figure .name {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0px;
  background: #333;
  padding: 10px 30px 10px 30px; }
main .mv .photo_slide figure .name p {
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .mv .photo_slide figure .name p small {
  font-size: 14px; }
main .read {
  max-width: 1000px;
  margin: 100px auto 80px; }
main .read p {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .search {
  background: #FFFAEB;
  position: relative; }
main .search::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_search.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 476px;
  position: absolute;
  left: 7%;
  top: 100px;
  z-index: 1; }
main .search .inner {
  padding: 100px 15% 100px 15%;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative; }
main .search h2 {
  font-size: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 60px; }
main .search .search_box .top {
  background: #009C84;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
main .search .search_box .top p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .search_box .bottom {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  border-radius: 0 0 10px 10px; }
main .search .search_box .bottom .col4 {
  display: flex;
  padding: 30px;
  justify-content: flex-start; }
main .search .search_box .bottom .col4 > div {
  max-width: 300px;
  width: 22.3%;
  margin-right: 3.6%; }
main .search .search_box .bottom .col4 > div:last-child {
  margin-right: 0; }
main .search .search_box .bottom .col4 .title p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
  color: #333; }
main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333333; }
main .search .search_box .bottom .col4 select {
  appearance: none;
  background-color: #fff; }
main .search .search_box .bottom .col4 input {
  border-top-color: #ccc;
  border-left-color: #ccc; }
main .search .search_box .bottom .btn {
  width: 180px;
  margin: 0 auto;
  padding-bottom: 30px; }
main .search .search_box .bottom .btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: normal; }
main .search .clearfix {
  overflow: hidden; }
main .search .map {
  float: left;
  width: 50%;
  position: relative;
  margin-top: 80px; }
main .search .map img {
  width: 100%; }
main .search .map .btn {
  height: 52px;
  width: 270px;
  position: absolute;
  top: 10%;
  left: 4%; }
main .search .map .btn a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F9BE00;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .map .title {
  position: absolute;
  width: 45%;
  left: 0%;
  top: 35%; }
main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
  border: 1px solid #009C84;
  position: absolute;
  border-radius: 5px;
  background: #fff;
  height: 36px; }
main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
  line-height: 32px;
  font-size: 16px;
  color: #009C84;
  padding: 0 12px 0 12px;
  height: 100%;
  display: block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
  margin-left: 10px; }
main .search .map .modal1 {
  top: 33%;
  right: 16%; }
main .search .map .modal2 {
  bottom: 34%;
  right: 20%; }
main .search .map .modal3 {
  bottom: 39%;
  right: 38%; }
main .search .map .modal4 {
  bottom: 32%;
  left: 30%; }
main .search .map .modal5 {
  left: 0;
  bottom: 22%; }
main .search .list {
  float: right;
  margin-top: 80px;
  width: 45%; }
main .search .list > div {
  margin-bottom: 30px; }
main .search .list > div:last-child {
  margin-bottom: 0; }
main .search .list .title {
  border-bottom: 1px solid #009C84; }
main .search .list .title p {
  padding: 0 0 12px 16px;
  font-size: 20px;
  color: #009C84;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .search .list ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap; }
main .search .list li {
  margin: 14px 14px 0 0;
  padding-right: 14px;
  border-right: 1px solid #333; }
main .search .list li a {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333333; }
main .report {
  position: relative; }
main .report::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_report.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 476px;
  position: absolute;
  right: 7%;
  top: 100px;
  z-index: 1; }
main .report .inner {
  padding: 100px 5% 100px 10%;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1800px;
}
main .report_slide {
  float: left;
  max-width: 1152px;
  width: 75%; }
main .report_slide ul {
  display: none; }
main .report_slide ul.slick-initialized {
  display: block; }
main .report_slide li {
  margin-right: .75%;
  position: relative; }
main .report_slide li img {
  width: 100%;
  border-radius: 20px; }
main .report_slide li .semititle {
  margin-top: 20px;
  /*p {
          	font-size: 14px;
          	font-family: $Noto;
          	padding-left: 10px;
          	border-left: 3px solid #009C84;
          	color: #333;
          	span {
          		margin-left: 15px;
          		width: 32px;
          		height: 16px;
          		font-size: 10px;
          		line-height: 16px;
          		text-align: center;
          		border-radius: 2px;
          		display: inline-block;
          		background: #f9be00;
          	}
          }*/ }
main .report_slide li .semititle span {
  width: 36px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background: #f9be00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_slide li .title {
  margin-top: 15px; }
main .report_slide li .title p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333; }
main .report_slide li .date {
  margin-top: 40px; }
main .report_slide li .date p {
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_slide li .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 3px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  pointer-events: none; }
main .report_slide .slick-prev {
  top: 200px;
  right: -15%;
  left: unset;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .report_slide .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .report_slide .slick-next {
  top: 200px;
  right: -24%;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .report_slide .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .report_right {
  float: right;
  width: 25%;
  padding-top: 80px; }
main .report_right .title {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .report_right .link {
  margin-top: 155px;
  text-align: center; }
main .report_right .link a {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  margin: auto;
  line-height: 20px; }
main .report_right .link a i {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff; }
main .athlete {
  position: relative; }
main .athlete::before {
  content: "";
  background-color: #009c84;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
main .athlete::after {
  content: "";
  background-color: #f9be00;
  height: 15vw;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }
main .athlete .logo {
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 536px;
  position: absolute;
  left: 7%;
  top: 100px;
  z-index: 3;
  opacity: 0.5; }
main .athlete .inner {
  padding: 100px 5% 100px 10%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  position: relative;
  display: block;
  overflow: hidden; }
main .athlete_slide {
  float: right;
  width: 75%; }
main .athlete_slide ul {
  display: none; }
main .athlete_slide ul.slick-initialized {
  display: block; }
main .athlete_slide li {
  margin-right: 1%;
  position: relative; }
main .athlete_slide li img {
  width: 100%;
  border-radius: 50%; }
main .athlete_slide li .semititle {
  margin-top: 30px; }
main .athlete_slide li .semititle p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff;
  background: #009C84;
  width: 80px;
  height: 30px;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 5px; }
main .athlete_slide li .sports {
  margin-top: 20px; }
main .athlete_slide li .sports p {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  color: #333; }
main .athlete_slide li .name {
  margin-top: 20px; }
main .athlete_slide li .name p {
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  text-align: center;
  line-height: 30px; }
main .athlete_slide li .name p span {
  display: inline-block;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .athlete_slide li .name p small {
  font-size: 12px;
  color: #333; }
main .athlete_slide li .address {
  margin-top: 10px; }
main .athlete_slide li .address p {
  font-size: 12px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .athlete_slide .slick-prev {
  top: 230px;
  left: -27%;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .athlete_slide .slick-prev::before {
  content: "\f060";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .athlete_slide .slick-next {
  top: 230px;
  left: -18%;
  right: unset;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /*border: 1px solid #F9BE00;*/
  background: #F9BE00; }
main .athlete_slide .slick-next::before {
  content: "\f061";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 20px; }
main .athlete_left {
  float: left;
  width: 20%;
  padding-top: 100px; }
main .athlete_left .title {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .athlete_left .link {
  margin-top: 155px;
  text-align: center; }
main .athlete_left .link a {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
  margin: auto;
  line-height: 20px; }
main .athlete_left .link a i {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff; }
main .fix {
  position: fixed;
  left: 3%;
  top: 40%;
  z-index: 97; }
main .fix .facebook {
  margin-bottom: 40px; }
main .fix .facebook a, main .fix .facebook img {
  display: block;
  width: 30px;
  margin: auto; }
main .fix .x-twitter {
  margin-bottom: 40px; }
main .fix .x-twitter a, main .fix .x-twitter img {
  display: block;
  width: 24px;
  margin: auto; }
main .fix .txt p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: "Lato";
  font-size: 12px;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px; }
main .breadcrumb {
  height: 40px;
  background-color: #F5F5F5;
  z-index: 6;
  position: relative; }
main .breadcrumb ul {
  width: 90%;
  max-width: 1536px;
  margin: auto;
  display: flex;
  padding: 12px 0; }
main .breadcrumb li {
  padding: 0 0 0 13px; }
main .breadcrumb li a {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-right: 14px; }
main .breadcrumb li::after {
  content: "\f105";
  font: var(--fa-font-solid);
  color: #333;
  font-size: 14px; }
main .breadcrumb li:first-child {
  padding-left: 0; }
main .breadcrumb li:last-child {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .breadcrumb li:last-child::after {
  content: none; }
main .projects .kv2 {
  position: relative; }
main .projects .kv2::before {
  content: "";
  background: #009C84;
  width: 65%;
  height: 83%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0 0 20px 0; }
main .projects .kv2::after {
  content: "";
  background: #F9BE00;
  width: 50%;
  height: calc((740/710)*100%);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 20px;
  z-index: 1; }
main .projects .kv2 .circle1 {
  position: absolute;
  width: 25%;
  height: 123.4%;
  top: -15.5%;
  left: 0;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_1.svg) no-repeat top right;
  background-size: auto 100%;
  z-index: 3; }
main .projects .kv2 .circle2 {
  position: absolute;
  width: 20%;
  height: 36%;
  top: 0;
  right: -50px;
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/deco_2.svg) no-repeat bottom left;
  background-size: 160% auto;
  z-index: 5; }
main .projects .kv2 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: flex-start; }
main .projects .kv2 h1 {
  margin-top: 50px;
  float: left;
  position: relative;
  width: 40%;
  z-index: 5;
  border-radius: 0 20px 20px 0;
  padding: 40px 4% 40px 10%;
  background-color: #fff; }
main .projects .kv2 h1 .sub {
  margin-top: 20px; }
main .projects .kv2 h1 .sub p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.6; }
main .projects .kv2 h1 .address {
  margin-top: 40px;
  height: 40px;
  display: inline-block; }
main .projects .kv2 h1 .address p {
  height: 100%;
  padding: 0 24px;
  background: #009C84;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 40px; }
main .projects .kv2 h1 .sports {
  margin-top: 20px; }
main .projects .kv2 h1 .sports p {
  font-size: 24px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .name {
  margin-top: 20px; }
main .projects .kv2 h1 .name p {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .furigana {
  margin-top: 20px; }
main .projects .kv2 h1 .furigana p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333; }
main .projects .kv2 h1 .charge {
  margin-top: 29px; }
main .projects .kv2 h1 .charge p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .projects .kv2_img {
  max-width: 960px;
  z-index: 4;
  position: relative;
  margin: 0 5% 0 auto;
  width: 50%;
  float: right; }
main .projects .kv2_img img {
  border-radius: 20px; }
main .projects .kv2 .sns {
  position: relative;
  margin-left: 10%;
  margin-top: calc((-50 / 1920)* 100%);
  z-index: 5;
  float: left; }
main .projects .kv2 .sns .link a {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  padding-right: 36px;
  position: relative; }
main .projects .kv2 .sns .link a::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #F9BE00;
  content: "\f0da";
  font: var(--fa-font-solid);
  right: 0;
  color: #F9BE00;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  top: 2px; }
main .projects .kv2 .sns ul {
  display: flex;
  margin-top: 30px; }
main .projects .kv2 .sns li:last-child {
  margin-left: 12px; }
main .projects .kv2 .sns li:last-child a {
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background: #1877f2;
  padding: 2px 11px 2px 8px;
  line-height: 12px; }
main .projects .kv2 .sns li:last-child a i {
  margin-right: 7px; }
main .projects .contents {
  padding: 120px 0 80px;
  position: relative; }
main .projects .contents::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 538px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .projects .contents .inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 5% 0 15%;
  z-index: 2;
  position: relative; }
main .projects .contents .block {
  width: 65%;
  float: left; }
main .projects .contents .block h2 {
  font-size: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  margin-bottom: 60px; }
main .projects .contents .block h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: 53px;
  padding-left: 16px;
  position: relative; }
main .projects .contents .block h3::before {
  content: "";
  background-color: #F9BE00;
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -18px; }
main .projects .contents .block h3::after {
  content: "";
  background-color: #009C84;
  width: 80%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: -18px; }
main .projects .contents .block p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 30px; }
main .projects .contents .block p + h3, main .projects .contents .block p + .img {
  margin-top: 60px; }
main .projects .contents .block .img {
  width: 80%;
  margin: 0 auto 60px; }
main .projects .contents .block .img figure img {
  width: 100%;
  height: auto;
  border-radius: 20px; }
main .projects .contents .block .img figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 15px; }
main .projects .contents .block .port {
  margin-top: 60px; }
main .projects .contents .block .port .img figure {
  width: 60%;
  margin: auto; }
main .projects .contents .side {
  float: right;
  /*width: 360px;*/
  width: 30%; }
main .projects .contents .side .info .top {
  background: #009C84;
  border-radius: 20px 20px 0 0; }
main .projects .contents .side .info .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  padding: 20px 10px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 0 28px; }
main .projects .contents .side .info .bottom .clearfix {
  overflow: hidden;
  padding: 0 30px; }
main .projects .contents .side .info .bottom .clearfix .left {
  float: left;
  width: calc((210 / 338)* 100%); }
main .projects .contents .side .info .bottom .clearfix .left .address p {
  display: inline-block;
  line-height: 24px;
  padding: 0 12px;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .sports p {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .name p {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .furigana p {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .place p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .left .charge p {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .clearfix .right {
  float: right;
  width: calc((120 / 338)* 100%); }
main .projects .contents .side .info .bottom .clearfix .right .img img {
  border-radius: 50%;
  display: block; }
main .projects .contents .side .info .bottom .clearfix .right .sns {
  margin-top: 30px; }
main .projects .contents .side .info .bottom .clearfix .right .sns ul {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
main .projects .contents .side .info .bottom .clearfix .right .sns li {
  width: 22px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.facebook {
  width: 22px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.instagram {
  width: 20px;
  margin-left: 12px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li.x {
  width: 16px;
  margin-left: 12px; }
main .projects .contents .side .info .bottom .clearfix .right .sns li a, main .projects .contents .side .info .bottom .clearfix .right .sns li img {
  display: block; }
main .projects .contents .side .info .bottom .check {
  padding: 0 30px;
  margin-top: 40px; }
main .projects .contents .side .info .bottom .check p {
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.4;
  color: #009C84;
  position: relative;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .check p::before, main .projects .contents .side .info .bottom .check p::after {
  width: 1px;
  height: 120%;
  content: "";
  position: absolute;
  background: #009C84;
  top: 0; }
main .projects .contents .side .info .bottom .check p::before {
  left: 0px;
  transform: rotate(-15deg); }
main .projects .contents .side .info .bottom .check p::after {
  right: 0px;
  transform: rotate(15deg); }
main .projects .contents .side .info .bottom .event {
  margin-top: 40px;
  padding: 0 30px; }
main .projects .contents .side .info .bottom .event a {
  overflow: hidden;
  display: block; }
main .projects .contents .side .info .bottom .event .left {
  float: left;
  width: calc((110 / 338)* 100%); }
main .projects .contents .side .info .bottom .event .left img {
  border-radius: 10px; }
main .projects .contents .side .info .bottom .event .right {
  margin-left: calc((20 / 338)* 100%);
  width: calc((208 / 338)* 100%);
  float: left;
  position: relative; }
main .projects .contents .side .info .bottom .event .right .place p {
  padding-left: 10px;
  border-left: 3px solid #009C84;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .title p {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .date p {
  margin-top: 21px;
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .info .bottom .event .right .mark {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00; }
main .projects .contents .side .search_area {
  margin-top: 40px; }
main .projects .contents .side .search_area .top {
  background: #009C84;
  border-radius: 20px 20px 0 0;
  padding: 20px 10px;
  line-height: 1.5; }
main .projects .contents .side .search_area .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .projects .contents .side .search_area .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px; }
main .projects .contents .side .search_area .bottom .col4 {
  flex-wrap: wrap; }
main .projects .contents .side .search_area .bottom .col4 > div {
  width: 100%;
  margin: 0 0 30px;
  max-width: unset; }
main .projects .contents .side .search_area .bottom .col4 > div:last-child {
  margin-bottom: 30px; }
main .projects .contents .side .search_area .bottom .col4 .title p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .projects .contents .side .search_area .bottom .col4 select, main .projects .contents .side .search_area .bottom .col4 input {
  width: 100%;
  font-size: 12px;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
main .projects .contents .side .search_area .bottom .col4 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }
main .projects .contents .side .search_area .bottom .btn {
  width: 180px;
  margin: 0 auto; }
main .projects .contents .side .search_area .bottom .btn input {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  color: #333;
  font-weight: normal; }
main .category .maintitle {
  padding-bottom: 50px;
  position: relative;
  font-weight: normal; }
main .category .maintitle::before {
  content: "";
  background: #F9BE00;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((576/1920)*100%);
  height: 10px; }
main .category .maintitle::after {
  content: "";
  background: #009C84;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((1344/1920)*100%);
  height: 10px; }
main .category .maintitle .img {
  padding: 40px 0 0;
  max-width: 558px;
  width: 90%;
  margin: 0 auto; }
main .category .maintitle .semititle p {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .maintitle .title p {
  font-size: 40px;
  text-align: center;
  margin-top: 40px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents {
  padding: 60px 0;
  position: relative; }
main .category .contents.athlete2::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_athlete.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 538px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .category .contents.report2::before {
  content: "";
  background: url(https://p.potaufeu.asahi.com/4years/meijiyasuda/jimoto/assets/images/title_report.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 592px;
  position: absolute;
  top: 88px;
  left: 7%;
  z-index: 1; }
main .category .contents.report2 .btn {
  height: 40px;
  width: 200px;
  margin: auto;
  margin-bottom: 40px; }
main .category .contents.report2 .btn a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F9BE00;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .inner {
  overflow: hidden;
  width: 100%;
  padding: 0 5% 0 15%;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
main .category .contents .block {
  width: 65%;
  float: left; }
main .category .contents .block p {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 35px; }
main .category .contents .block p + h3, main .category .contents .block p + .img {
  margin-top: 40px; }
main .category .contents .block .img {
  width: calc((768/960)*100%);
  margin: 0 auto 40px; }
main .category .contents .block .img figure img {
  width: 100%;
  border-radius: 20px; }
main .category .contents .block .img figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 15px; }
main .category .contents .block .anchor {
  margin-bottom: 40px; }
main .category .contents .block .anchor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .anchor li {
  width: 14%;
  height: 40px;
  margin-bottom: 20px; }
main .category .contents .block .anchor li a {
  border-radius: 5px;
  border: 1px solid #009C84;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  background-color: #fff; }
main .category .contents .block .anchor li a:hover {
  background: #009c84;
  color: #fff; }
main .category .contents .block .anchor li:first-child {
  width: 22%; }
main .category .contents .block .anchor li:last-child {
  width: 26%;
  margin-right: 0; }
main .category .contents .block .box > div {
  margin-top: 40px; }
main .category .contents .block .box > div:first-child {
  margin-top: 0; }
main .category .contents .block .box .place {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #009C84;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #009C84;
  margin-bottom: 40px;
  font-weight: normal; }
main .category .contents .block .box .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .box .list ul::before {
  content: "";
  display: block;
  width: 22%;
  order: 1; }
main .category .contents .block .box .list ul::after {
  content: "";
  width: 22%;
  display: block; }
main .category .contents .block .box .list li {
  width: 22%;
  margin-bottom: 40px; }
main .category .contents .block .box .list li a {
  display: block; }
main .category .contents .block .box .list li img {
  border-radius: 50%; }
main .category .contents .block .box .list li .semititle {
  width: 100px;
  height: 30px;
  margin: 30px auto 20px; }
main .category .contents .block .box .list li .semititle p {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1; }
main .category .contents .block .box .list li .sports p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: unset; }
main .category .contents .block .box .list li .name {
  text-align: center; }
main .category .contents .block .box .list li .name p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  line-height: unset;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .category .contents .block .box .list li .name p a {
  color: #009c84; }
main .category .contents .block .box .list li .address p {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  line-height: unset;
  font-size: 12px; }
main .category .contents .block .box .list li .btn {
  text-align: center; }
main .category .contents .block .box .list li .btn a {
  line-height: 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .box .list li .btn a i {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9be00;
  border-radius: 50%;
  color: #f9be00; }
main .category .contents .block .clearfix {
  overflow: hidden; }
main .category .contents .block .sns {
  float: right;
  width: 180px; }
main .category .contents .block .sns ul {
  display: flex; }
main .category .contents .block .sns li:last-child {
  margin-left: 12px; }
main .category .contents .block .sns li:last-child a {
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  background: #1877f2;
  padding: 2px 10px 2px 8px;
  line-height: 12px; }
main .category .contents .block .sns li:last-child a i {
  margin-right: 7px; }
main .category .contents .block h1 {
  float: left;
  width: calc(100% - 190px);
  font-size: 30px;
  margin-bottom: 60px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .join {
  overflow: hidden;
  align-items: center;
  display: flex;
  margin-bottom: 35px; }
main .category .contents .block .join .title {
  width: 157px;
  height: 30px; }
main .category .contents .block .join .title p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  background: #009C84;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: 100%;
  height: 100%; }
main .category .contents .block .join ul {
  display: flex;
  margin-left: 20px; }
main .category .contents .block .join li:last-child {
  margin-left: 15px; }
main .category .contents .block .join li a {
  font-size: 14px;
  color: #009C84;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 4px; }
main .category .contents .block .report_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .report_list::after {
  display: block;
  content: "";
  width: 30%; }
main .category .contents .block .report_list > div {
  width: 30%;
  margin-bottom: 60px; }
main .category .contents .block .report_list a {
  display: block;
  position: relative;
  color: #333; }
main .category .contents .block .report_list a:visited {
  color: #333; }
main .category .contents .block .report_list img {
  width: 100%;
  border-radius: 20px; }
main .category .contents .block .report_list .semititle {
  margin-top: 15px;
  /*p {
          	font-size: 14px;
          	font-family: $Noto;
          	padding-left: 10px;
          	border-left: 3px solid #009C84;
          	color: #333;
          	line-height: unset;
          	margin-bottom: 0;
          	span {
          		margin-left: 15px;
          		width: 32px;
          		height: 16px;
          		font-size: 10px;
          		line-height: 16px;
          		text-align: center;
          		border-radius: 2px;
          		display: inline-block;
          		background: #f9be00;
          	}
          }*/ }
main .category .contents .block .report_list .semititle span {
  width: 36px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
  background: #f9be00;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .report_list .title {
  margin-top: 10px; }
main .category .contents .block .report_list .title p {
  font-size: 14px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0; }
main .category .contents .block .report_list .date {
  margin-top: 25px; }
main .category .contents .block .report_list .date p {
  font-size: 12px;
  color: #999999;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  margin-bottom: 0; }
main .category .contents .block .report_list .btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -35px;
  right: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  pointer-events: none; }
main .category .contents .block .pagenation {
  padding-top: 20px; }
main .category .contents .block .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center; }
main .category .contents .block .pagenation li {
  margin-right: 20px;
  width: 40px;
  height: 40px; }
main .category .contents .block .pagenation li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .pagenation li a:hover {
  background: #009c84;
  color: #fff; }
main .category .contents .block .pagenation li.active a {
  background: #009c84;
  color: #fff;
  border-color: #009c84; }
main .category .contents .block .pagenation li.arrow-prev {
  margin-right: 33px;
  width: auto; }
main .category .contents .block .pagenation li.arrow-prev a {
  font-size: 18px;
  color: #ccc;
  border: none; }
main .category .contents .block .pagenation li.arrow-prev a:hover {
  background: none; }
main .category .contents .block .pagenation li.arrow-next {
  margin-left: 10px;
  margin-right: 0;
  width: auto; }
main .category .contents .block .pagenation li.arrow-next a {
  font-size: 18px;
  color: #ccc;
  border: none; }
main .category .contents .block .pagenation li.arrow-next a:hover {
  background: none; }
main .category .contents .block .pagenation li.dots {
  width: auto; }
main .category .contents .block .pagenation li.dots a {
  border: none;
  pointer-events: none; }
main .category .contents .block .pagenation .number {
  margin-bottom: 20px; }
main .category .contents .block .pagenation .number p {
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: unset; }
main .category .contents .block .result_number p {
  font-size: 30px;
  line-height: unset;
  padding-left: 30px;
  margin-bottom: 60px; }
main .category .contents .block .result_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
main .category .contents .block .result_list ul::before {
  content: "";
  display: block;
  width: 22%;
  order: 1; }
main .category .contents .block .result_list ul::after {
  content: "";
  width: 22%;
  display: block; }
main .category .contents .block .result_list li {
  width: 22%;
  margin-bottom: 60px; }
main .category .contents .block .result_list li a {
  color: #009c84;
  display: block; }
main .category .contents .block .result_list li img {
  border-radius: 50%; }
main .category .contents .block .result_list li .semititle {
  width: 100px;
  height: 30px;
  margin: 30px auto 20px; }
main .category .contents .block .result_list li .semititle p {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  background: #009C84;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1; }
main .category .contents .block .result_list li .sports p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: unset; }
main .category .contents .block .result_list li .name {
  text-align: center; }
main .category .contents .block .result_list li .name p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  line-height: unset;
  border-bottom: 1px solid #009c84;
  color: #009c84;
  padding-bottom: 8px; }
main .category .contents .block .result_list li .address p {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  line-height: unset;
  font-size: 12px; }
main .category .contents .block .result_list li .btn {
  text-align: center; }
main .category .contents .block .result_list li .btn a {
  line-height: 20px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .block .result_list li .btn a i {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  border: 1px solid #f9be00;
  border-radius: 50%;
  color: #f9be00; }
main .category .contents .side {
  float: right;
  width: 30%; }
main .category .contents .side .search_area .top {
  background: #009C84;
  border-radius: 20px 20px 0 0;
  padding: 20px 10px;
  line-height: 1.5; }
main .category .contents .side .search_area .top p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
main .category .contents .side .search_area .bottom {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px; }
main .category .contents .side .search_area .bottom .col4 {
  flex-wrap: wrap; }
main .category .contents .side .search_area .bottom .col4 > div {
  width: 100%;
  margin: 0 0 30px;
  max-width: unset; }
main .category .contents .side .search_area .bottom .col4 > div:last-child {
  margin-bottom: 30px; }
main .category .contents .side .search_area .bottom .col4 .title p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333; }
main .category .contents .side .search_area .bottom .col4 select, main .category .contents .side .search_area .bottom .col4 input {
  width: 100%;
  font-size: 12px;
  padding: 12px 16px;
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
main .category .contents .side .search_area .bottom .col4 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }
main .category .contents .side .search_area .bottom .btn {
  width: 180px;
  margin: 0 auto; }
main .category .contents .side .search_area .bottom .btn input {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  height: 40px;
  line-height: 40px;
  border: unset;
  background: #F9BE00;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  color: #333;
  font-weight: normal; }

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px 0px 0px 0px;
  background: #f9be00;
  z-index: 97; }
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff; }

.teaser header .left ul {
  display: none; }
.teaser main div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto; }
.teaser main div h1 {
  width: 600px; }
.teaser .pagetop {
  display: none; }
.teaser footer .copyright {
  margin-right: 0; }
@media screen and (max-width: 1024px) {
  .teaser main div {
    margin: 0 auto;
    height: 80vh; }
  .teaser main div h1 {
    width: 60%; } }
@media screen and (max-width: 1024px) and (max-width: 800px) {
  .teaser main div h1 {
    width: 70%; } }
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .teaser main div h1 {
    width: 80%; } }
@media screen and (max-width: 1024px) {
  .teaser .spmenu {
    display: none; }
  .teaser .pagetop {
    display: none !important; }
  .teaser footer {
    margin-bottom: 0;
    height: 20vh; }
  .teaser footer .copyright {
    padding-bottom: 0; } }

.cs h2 {
  text-align: center;
  font-size: 30px; }

.cs h2 + p {
  text-align: center;
  color: #999;
  font-size: 60px;
  font-family: "Lato";
  margin-top: 100px;
  letter-spacing: 4px;
  font-weight: 600; }

.cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
  padding: 100px 4%; }

.cs main .athlete .inner {
  margin-bottom: 80px; }

.cs main .search::before, .cs main .report::before {
  background: none; }

.cs main .athlete::before, .cs main .athlete::after {
  height: 390px; }

@media screen and (max-width: 767px) {
  .cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
    display: block; }

  .cs h2 {
    font-size: 24px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }

  .cs h2 + p {
    margin-top: 60px;
    font-size: 40px; }

  .cs main .search .inner, .cs main .report .inner, .cs main .athlete .inner {
    padding: 60px 10%; }

  .cs main .athlete::before, .cs main .athlete::after {
    height: 100%; }

  .cs main .athlete::before {
    width: 15%; }

  .cs main .athlete::after {
    width: 85%; }

  .cs footer {
    margin-bottom: 0; }

  .cs footer .copyright {
    margin-right: 0; }

  .cs .spmenu {
    display: none; }

  /*.pagetop.pc {
      display: block !important;
      width: 40px;
      height: 40px;
  }
  .pagetop.pc a {
      font-size: 20px;
  }*/ }
@media screen and (max-width: 599px) {
  .cs main .search h2, .cs h2 {
    font-size: 20px; }

  .cs h2 + p {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 2px; } }
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(40, 25, 12, 0.5);
  padding: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 98; }
.modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }
.modal.active {
  opacity: 1;
  visibility: visible; }
.modal .content {
  width: 90%;
  max-width: 1000px;
  max-height: 600px;
  height: 80%;
  margin: auto;
  position: relative;
  vertical-align: middle;
  display: inline-block; }
.modal .content .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  cursor: pointer; }
.modal .content .top {
  border-radius: 20px 20px 0 0;
  background: #009c84; }
.modal .content .top .title p {
  padding: 40px 0 40px;
  font-size: 36px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #fff; }
.modal .content .top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10% 5px;
  background: #00826f; }
.modal .content .top li {
  margin-right: 20px;
  margin-bottom: 15px; }
.modal .content .top li:last-child {
  margin-right: 0; }
.modal .content .top li a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .top li a i {
  font-size: 16px;
  margin-left: 8px;
  height: 16px;
  vertical-align: middle;
  line-height: 9px; }
.modal .content .list {
  background: #fff;
  overflow-y: scroll;
  border-radius: 0 0 0 20px;
  padding: 0 0 40px;
  height: calc(100% - 168.66px); }
.modal .content .list > div {
  width: calc((800 / 983)* 100%);
  margin: 50px auto 0; }
.modal .content .list .place p {
  background: #f9be00;
  height: 48px;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #333;
  border-radius: 10px; }
.modal .content .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
.modal .content .list li {
  margin-top: 30px;
  width: calc((240/800)*100%);
  margin-right: calc((40/800)*100%);
  overflow: hidden; }
.modal .content .list li:nth-child(3n+3) {
  margin-right: 0; }
.modal .content .list li .img {
  width: calc((100 / 240)* 100%);
  float: left; }
.modal .content .list li .img img {
  display: block;
  border-radius: 50%; }
.modal .content .list li .right {
  float: right;
  margin-left: calc((19 / 240)* 100%);
  width: calc((121 / 240)* 100%); }
.modal .content .list li .sports p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .list li .name p {
  text-align: left; }
.modal .content .list li .name p a {
  font-size: 18px;
  color: #009c84;
  /*text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-thickness: 2px;*/
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #009c84;
  padding-bottom: 4px; }
.modal .content .list li .btn {
  margin-top: 24px;
  text-align: left; }
.modal .content .list li .btn a {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
.modal .content .list li .btn a i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #F9BE00;
  color: #F9BE00;
  text-align: center;
  line-height: 20px;
  font-size: 12px; }

@media screen and (max-width: 1600px) {
  main .projects .kv2 h1 .sub {
    margin-top: 15px; }
  main .projects .kv2 h1 .address {
    margin-top: 20px; }
  main .projects .kv2 h1 .sports, main .projects .kv2 h1 .name {
    margin-top: 15px; }
  main .projects .kv2 h1 .furigana {
    margin-top: 15px; }
  main .projects .kv2 h1 .charge {
    margin-top: 15px; }
  main .projects .kv2 h1 .address p {
    font-size: 20px; }
  main .projects .kv2 h1 .sports p {
    font-size: 20px; }
  main .projects .kv2 h1 .name p {
    font-size: 40px; } }
@media screen and (max-width: 1500px) {
  main .projects .kv2 .sns {
    margin-top: -10px; }
  main .projects .kv2::after {
    height: 98%; } }
@media screen and (max-width: 1450px) {
  main .category .contents .inner {
    padding: 0 5% 0 10%; }
  main .category .contents .block .box .list li .sports p {
    font-size: 14px; }
  main .category .contents .block .box .list li .name p {
    font-size: 20px; }
  main .category .contents .block .result_list li .sports p {
    font-size: 14px; }
  main .category .contents .block .result_list li .name p {
    font-size: 20px; }
  main .projects .contents .inner {
    padding: 0 5% 0 10%; } }
@media screen and (max-width: 1300px) {
  main .search .inner {
    padding: 100px 10%; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    padding: 12px; }
  main .search .map .btn {
    width: 250px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    padding: 0 10px 0 14px; }
  main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
    margin-left: 10px; }
  main .projects .contents .side .search_area .top p, main .category .contents .side .search_area .top p {
    font-size: 16px; }
  main .report .inner {
    width: 100%;
    padding: 80px 5% 220px 10%;
  }
  main .report_slide {
    float: none;
    width: 100%;
    margin-top: -600px; }
  main .report_slide li {
    margin-right: .5%; }
  main .report_slide .slick-prev {
    top: 525px;
    right: 53%; }
  main .report_slide .slick-next {
    top: 525px;
    right: 42%; }
  main .report_right {
    float: none;
    width: 100%;
    padding-top: 0; }
  main .report_right .title {
    line-height: 1.4; }
  main .report_right .link {
    margin-top: 630px; }
  main .athlete .inner {
    width: 100%;
    padding: 80px 5% 220px 10%; }
  main .athlete::before {
    height: 20vw; }
  main .athlete::after {
    height: 20vw; }
  main .athlete_left {
    float: none;
    width: 100%;
    padding-top: 0; }
  main .athlete_left .title {
    line-height: 1.4; }
  main .athlete_left .link {
    margin-top: 570px; }
  main .athlete_slide {
    float: none;
    width: 100%;
    margin-top: -540px; }
  main .athlete_slide li {
    margin-left: 0.5%;
    margin-right: 0.5%; }
  main .athlete_slide .slick-prev {
    top: 460px;
    left: 42%; }
  main .athlete_slide .slick-next {
    top: 460px;
    left: 53%; }
  main .projects .kv2 .inner {
    padding-top: calc((50/1300)*100vw); }
  main .projects .kv2 h1 {
    margin-top: calc((50/1300)*100%); }
  main .projects .kv2 .sns {
    margin-top: 70px; }
  main .projects .kv2::after {
    height: 92%; } }
@media screen and (max-width: 1024px) {
  main {
    padding-top: 80px; }
  main .mv h1 {
    padding: 25px; }
  main .mv .photo_slide figure .name {
    padding: 10px 20px; }
  main .read {
    margin: 80px auto 60px;
    padding: 0 10%; }
  main .read p {
    font-size: 16px; }
  main .search .search_box .bottom .col4 > div {
    width: 23.65%;
    margin-right: 1.8%; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    font-size: 12px;
    padding: 13px 10px; }
  main .search .map {
    width: 100%; }
  main .search .map .btn {
    width: 240px;
    height: 50px; }
  main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
    height: 35px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    padding: 0 8px 0 10px;
    font-size: 18px;
    line-height: 35px; }
  main .search .map .modal1 {
    right: 17%; }
  main .search .map .modal2 {
    right: 26%;
    bottom: 39%; }
  main .search .map .modal3 {
    right: 42%;
    bottom: 39%; }
  main .search .map .modal4 {
    bottom: 33%; }
  main .search .map .modal5 {
    bottom: 22%; }
  main .search .list {
    width: 100%; }
  main .report::before {
    width: 100px;
    height: 340px; }
  main .report .inner {
    padding: 80px 10% 220px; }
  main .report_slide {
    margin-top: -560px; }
  main .report_slide li {
    margin-right: 25px; }
  main .report_slide .slick-prev {
    top: 480px;
    right: 54%; }
  main .report_slide .slick-next {
    top: 480px;
    right: 40%; }
  main .report_right .link {
    margin-top: 590px; }
  main .report_right .link a i {
    margin-left: 12px; }
  main .athlete .logo {
    width: 100px;
    height: 447px;
    top: 30px; }
  main .athlete .inner {
    padding: 80px 10% 220px; }
  main .athlete_slide {
    margin-top: -480px; }
  main .athlete_slide li {
    margin-left: 15px; }
  main .athlete_slide li .semititle p {
    font-size: 15px;
    width: 80px;
    height: 25px; }
  main .athlete_slide li .sports {
    margin-top: 20px; }
  main .athlete_slide li .sports p {
    font-size: 14px; }
  main .athlete_slide li .name {
    margin-top: 20px; }
  main .athlete_slide li .name p {
    font-size: 20px;
    line-height: 1.4; }
  main .athlete_slide .slick-prev {
    top: 400px;
    left: 42%; }
  main .athlete_slide .slick-next {
    top: 400px;
    left: 53%; }
  main .athlete_left {
    padding-top: 0; }
  main .athlete_left .link {
    margin-top: 500px; }
  main .athlete_left .link a i {
    margin-left: 12px; }
  main .fix {
    width: 30px; }
  main .projects .kv2 h1 {
    width: 42%; }
  main .projects .kv2 h1 .sub p {
    font-size: 14px; }
  main .projects .kv2 h1 .address {
    height: 30px;
    margin-top: 15px; }
  main .projects .kv2 h1 .address p {
    font-size: 18px;
    line-height: 30px; }
  main .projects .kv2 h1 .sports p {
    font-size: 24px; }
  main .projects .kv2 h1 .name p {
    font-size: 36px; }
  main .projects .kv2 h1 .furigana p {
    font-size: 12px; }
  main .projects .kv2 h1 .charge p {
    font-size: 12px; }
  main .projects .kv2_img {
    margin-right: 5%; }
  main .projects .kv2 .sns ul {
    margin-top: 20px; }
  main .projects .kv2 .sns .link a {
    font-size: 14px; }
  main .projects .contents {
    padding-top: 100px; }
  main .projects .contents .inner {
    padding: 0 10%; }
  main .projects .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 60px; }
  main .projects .contents .side {
    float: none;
    width: 100%; }
  main .projects .contents .side .info .bottom {
    padding: 30px; }
  main .projects .contents .side .info .bottom .clearfix {
    padding: 0 10px; }
  main .projects .contents .side .info .bottom .clearfix .left .address p {
    font-size: 16px;
    line-height: 28px; }
  main .projects .contents .side .info .bottom .clearfix .left .sports p {
    font-size: 18px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .clearfix .left .name p {
    font-size: 30px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .clearfix .left .furigana p {
    font-size: 14px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .place p {
    font-size: 14px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .check {
    padding: 0 10px;
    text-align: center; }
  main .projects .contents .side .info .bottom .check p {
    font-size: 18px;
    display: inline-block; }
  main .projects .contents .side .info .bottom .check p::before {
    left: -10px; }
  main .projects .contents .side .info .bottom .check p::after {
    right: -10px; }
  main .projects .contents .side .info .bottom .event {
    padding: 0 10px; }
  main .projects .contents .side .search_area .bottom {
    padding: 30px; }
  main .category .contents .inner {
    padding: 0 10%; }
  main .category .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 60px; }
  main .category .contents .side {
    float: none;
    width: 100%; }
  main .category .contents .side .search_area .bottom {
    padding: 30px; }
  main .category .contents.athlete2 .block {
    margin-bottom: 20px; }

  .pagetop {
    width: 60px;
    height: 60px; } }
@media screen and (max-width: 1300px) {
  main .category .contents .inner {
    padding: 0 5% 0 10%; }
  main .category .contents .block .box .list ul::before {
    width: 28%; }
  main .category .contents .block .box .list ul::after {
    width: 28%; }
  main .category .contents .block .box .list li {
    width: 28%; }
  main .category .contents .block .result_list ul::before {
    width: 28%; }
  main .category .contents .block .result_list ul::after {
    width: 28%; }
  main .category .contents .block .result_list li {
    width: 28%; } }
@media screen and (max-width: 920px) {
  main .athlete_slide li .sports p {
    font-size: 12px; }
  main .athlete_slide li .name p {
    font-size: 18px; }
  main .projects .kv2 .inner {
    padding-top: calc((50/1300)*100vw); }
  main .projects .kv2 h1 {
    margin-top: calc((50/1300)*100%); }
  main .projects .kv2 .sns {
    margin-top: 60px; } }
@media screen and (max-width: 900px) {
  main .report .inner {
    padding: 80px 10% 220px; }
  main .report_slide {
    margin-top: -520px; }
  main .report_slide .slick-prev {
    top: 440px;
    right: 54%; }
  main .report_slide .slick-next {
    top: 440px;
    right: 38%; }
  main .report_right .link {
    margin-top: 550px; }
  main .athlete .inner {
    padding: 80px 10% 220px; }
  main .athlete_slide {
    margin-top: -440px; }
  main .athlete_slide .slick-prev {
    top: 360px;
    left: 39%; }
  main .athlete_slide .slick-next {
    top: 360px;
    left: 54%; }
  main .athlete_left .link {
    margin-top: 480px; }
  main .athlete::after, main .athlete::before {
    height: 30vw; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .pagetop.pc {
    display: none !important; }

  main {
    padding-top: 0; }
  main .mv::before {
    height: 104.2%;
    width: 66.6%;
    border-radius: 0 0 20px 0; }
  main .mv::after {
    height: 108.4%;
    width: 80%; }
  main .mv .circle1 {
    z-index: 5;
    width: 24.3%;
    height: 48.8%;
    top: 35.8%;
    background-size: auto 110%; }
  main .mv .circle2 {
    width: 20%;
    height: 25%;
    background-size: 310% auto; }
  main .mv .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 72.5%;
  }
  main .mv h1 {
    order: 2;
    position: relative;
    border-radius: 0 15px 15px 0;
    width: 96%;
    padding: 20px 8% 20px 8%;
    max-width: unset;
    top: unset; }
  main .mv .photo_slide {
    order: 1;
    width: 92%;
    margin: 20px auto;
  }
  main .mv .photo_slide figure .name {
    padding: 8px 12px 8px 12px; }
  main .mv .photo_slide figure .name p {
    font-size: 12px;
    line-height: 1.5; }
  main .mv .photo_slide figure .name p small {
    font-size: 10px; }
  main .read {
    width: 100%;
    padding: 0 8%;
    margin: 80px 0 40px; }
  main .read p {
    font-size: 14px; }
  main .read .btn {
    width: 240px;
    height: 42px;
    margin: 40px auto 0; }
  main .read .btn a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    background: #F9BE00;
    width: 100%;
    height: 100%;
    line-height: 42px;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif; }
  main .search::before {
    content: none; }
  main .search .inner {
    width: 100%;
    padding: 60px 8% 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important; }
  main .search h2 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 24px; }
  main .search .search_box {
    order: 2;
    margin-top: 40px; }
  main .search .search_box .top p {
    font-size: 16px;
    padding: 15px;
    text-align: center;
    line-height: 1.5; }
  main .search .search_box .bottom .col4 {
    padding: 30px 8%;
    flex-wrap: wrap; }
  main .search .search_box .bottom .col4 > div {
    width: 100%;
    margin: 0 0 20px;
    max-width: unset; }
  main .search .search_box .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .search .search_box .bottom .col4 > div:last-child {
    margin-bottom: 0; }
  main .search .search_box .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 12px; }
  main .search .search_box .bottom .col4 select, main .search .search_box .bottom .col4 input {
    font-size: 11px;
    padding: 8px 16px 8px; }
  main .search .search_box .bottom .btn {
    padding-bottom: 30px;
    width: 125px; }
  main .search .search_box .bottom .btn input {
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    color: #333;
    font-weight: normal; }
  main .search .clearfix {
    order: 1; }
  main .search .map {
    float: none;
    width: 100%;
    margin: 0 auto; }
  main .search .map img {
    width: 100%; }
  main .search .map .btn {
    display: none; }
  main .search .map .title {
    width: 58%;
    left: 0;
    top: 40px; }
  main .search .map .modal1, main .search .map .modal2, main .search .map .modal3, main .search .map .modal4, main .search .map .modal5 {
    height: 30px; }
  main .search .map .modal1 a, main .search .map .modal2 a, main .search .map .modal3 a, main .search .map .modal4 a, main .search .map .modal5 a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 10px 0 10px; }
  main .search .map .modal1 a i, main .search .map .modal2 a i, main .search .map .modal3 a i, main .search .map .modal4 a i, main .search .map .modal5 a i {
    margin-left: 8px; }
  main .search .map .modal1 {
    right: calc((70/630)*100%);
    top: 33%; }
  main .search .map .modal2 {
    right: calc((110/630)*100%);
    bottom: 32%; }
  main .search .map .modal3 {
    right: calc((234/630)*100%);
    bottom: 40%; }
  main .search .map .modal4 {
    left: calc((183/630)*100%);
    bottom: 32%; }
  main .search .map .modal5 {
    left: calc((30/630)*100%);
    bottom: 20%; }
  main .search .list {
    display: none; }
  main .search .btn2 {
    order: 3;
    width: 240px;
    height: 42px;
    margin: 40px auto 0; }
  main .search .btn2 a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    border-radius: 10px;
    background: #F9BE00; }
  main .report::before {
    content: none; }
  main .report .inner {
    width: 100%;
    padding: 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important; }
  main .report_slide {
    float: none;
    order: 2;
    width: 100%;
    padding-left: 8%;
    margin-top: 0; }
  main .report_slide ul .slick-list {
    padding: 0 30% 0 0 !important; }
  main .report_slide li {
    margin-right: .5%; }
  main .report_slide li .semititle {
    margin-top: 12px; }
  main .report_slide li .semititle p {
    font-size: 12px;
    padding-left: 8.15px;
    border-left: unset;
    position: relative; }
  main .report_slide li .semititle p::before {
    content: "";
    background: #009C84;
    width: 2.25px;
    height: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0; }
  main .report_slide li .semititle p span {
    width: 30px;
    height: 14px;
    line-height: 14px;
    margin-left: 10px; }
  main .report_slide li .title {
    margin-top: 15px; }
  main .report_slide li .title p {
    font-size: 14px;
    line-height: 1.5; }
  main .report_slide li .date {
    margin-top: 24px; }
  main .report_slide li .date p {
    font-size: 10px; }
  main .report_slide li .btn {
    width: 25px;
    height: 25px;
    border-radius: 12px; }
  main .report_slide .slick-prev {
    top: unset;
    bottom: -110px;
    left: 27%;
    right: unset; }
  main .report_slide .slick-next {
    top: unset;
    bottom: -110px;
    right: 35%; }
  main .report_right {
    order: 1;
    width: 100%;
    padding-top: 20px; }
  main .report_right .title {
    font-size: 24px;
    margin-bottom: 40px; }
  main .report_right .link {
    display: none; }
  main .report .link2 {
    margin: 120px auto 0;
    order: 3;
    text-align: center; }
  main .report .link2 a {
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    text-align: center;
    margin: auto;
    line-height: 20px; }
  main .report .link2 a i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #F9BE00;
    color: #F9BE00;
    margin-left: 15px;
    line-height: 20px; }
  main .report .link2.sp a i::before {
    position: relative;
    top: -1px; }
  main .athlete::before {
    width: 20%;
    height: 50vw;
    left: unset; }
  main .athlete::after {
    width: 80%;
    height: 50vw; }
  main .athlete .logo {
    display: none; }
  main .athlete .inner {
    width: 100%;
    padding: 40px 8% 40px;
    margin: 0 !important; }
  main .athlete_left {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 20px; }
  main .athlete_left .title {
    font-size: 24px;
    margin-bottom: 40px; }
  main .athlete_slide {
    float: none;
    width: 100%;
    margin-top: 0; }
  main .athlete_slide li {
    margin: 0 12px; }
  main .athlete_slide li .semititle {
    margin-top: 20px; }
  main .athlete_slide li .semititle p {
    width: 75px;
    height: 25px;
    font-size: 12px; }
  main .athlete_slide li .sports p {
    font-size: 12px; }
  main .athlete_slide li .name {
    margin-top: 15px; }
  main .athlete_slide li .name p {
    font-size: 18px; }
  main .athlete_slide li .name p small {
    font-size: 10px; }
  main .athlete_slide li .address {
    margin-top: 15px; }
  main .athlete_slide li .address p {
    font-size: 10px; }
  main .athlete_slide .slick-prev {
    top: unset;
    bottom: -110px;
    left: 27%; }
  main .athlete_slide .slick-next {
    top: unset;
    bottom: -110px;
    left: unset;
    right: 27%; }
  main .athlete .link2 {
    margin: 120px auto 0;
    text-align: center; }
  main .athlete .link2 a {
    font-size: 14px;
    color: #333;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    text-align: center;
    margin: auto;
    line-height: 20px; }
  main .athlete .link2 a i {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #F9BE00;
    color: #F9BE00;
    margin-left: 15px;
    line-height: 20px; }
  main .athlete .link2.sp a i::before {
    position: relative;
    top: -1px; }
  main .fix {
    width: 100%;
    position: relative;
    left: unset;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center; }
  main .fix .facebook {
    margin: 0 40px 0 0;
    width: 30px; }
  main .fix .x-twitter {
    width: 24px;
    margin: 3px 0 0; }
  main .fix .txt {
    width: 100%;
    margin-top: 30px; }
  main .fix .txt p {
    writing-mode: unset; }
  main .breadcrumb {
    height: 30px; }
  main .breadcrumb ul {
    width: 92%;
    padding: 10px 0;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap; }
  main .breadcrumb li {
    font-size: 10px;
    padding-left: 11px; }
  main .breadcrumb li a {
    font-size: 10px;
    margin-right: 10px; }
  main .breadcrumb li::after {
    font-size: 10px; }
  main .breadcrumb li:last-child {
    font-size: 10px; }
  main .projects .kv2::before {
    width: calc((500/750)*100%);
    height: 80%; }
  main .projects .kv2::after {
    width: calc((600/750)*100%);
    height: 84%; }
  main .projects .kv2 .circle1, main .projects .kv2 .circle2 {
    display: none; }
  main .projects .kv2 .inner {
    padding-top: 20px; }
  main .projects .kv2 h1 {
    order: 2;
    float: none;
    width: 96%;
    padding: 30px 4% 30px 4%; }
  main .projects .kv2 h1 .sub {
    margin-top: 15px; }
  main .projects .kv2 h1 .sub p {
    font-size: 13px; }
  main .projects .kv2 h1 .address {
    height: 24px;
    margin-top: 0; }
  main .projects .kv2 h1 .address p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 5px; }
  main .projects .kv2 h1 .sports {
    margin-top: 0;
    margin-left: 15px; }
  main .projects .kv2 h1 .sports p {
    font-size: 16px; }
  main .projects .kv2 h1 .name {
    margin-top: 0; }
  main .projects .kv2 h1 .name p {
    font-size: 24px; }
  main .projects .kv2 h1 .furigana {
    margin-top: 0;
    margin-left: 15px; }
  main .projects .kv2 h1 .furigana p {
    font-size: 10px; }
  main .projects .kv2 h1 .charge {
    margin-top: 15px; }
  main .projects .kv2 h1 .charge p {
    font-size: 10px; }
  main .projects .kv2 h1 .data1, main .projects .kv2 h1 .data2 {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  main .projects .kv2_img {
    order: 1;
    width: 92%;
    margin: 0 auto;
    float: none; }
  main .projects .kv2_img img {
    border-radius: 15px; }
  main .projects .kv2 .sns {
    order: 3;
    margin: 90px 0 0 4%; }
  main .projects .kv2 .sns .link a {
    font-size: 16px;
    padding-right: 25px; }
  main .projects .kv2 .sns .link a::after {
    position:static;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 12px;
    margin-left: 5px; }
  main .projects .kv2 .sns ul {
    margin-top: 30px; }
  main .projects .contents {
    padding: 40px 0; }
  main .projects .contents::before {
    content: none; }
  main .projects .contents .inner {
    width: 92%;
    margin: 0 auto !important;
    padding: 0; }
  main .projects .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  main .projects .contents .block h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px; }
  main .projects .contents .block h3 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 40px; }
  main .projects .contents .block h3::before, main .projects .contents .block h3::after {
    bottom: -15px; }
  main .projects .contents .block p {
    font-size: 14px;
    margin-bottom: 20px; }
  main .projects .contents .block p + h3 {
    margin-top: 40px; }
  main .projects .contents .block p + .img {
    margin-top: 40px; }
  main .projects .contents .block p:last-child {
    margin-bottom: 40px; }
  main .projects .contents .block .img {
    width: 100%;
    margin: 0 auto 40px; }
  main .projects .contents .block .img figure figcaption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 12px; }
  main .projects .contents .block .port {
    margin-top: 40px; }
  main .projects .contents .block .port .img figure {
    width: 80%; }
  main .projects .contents .side {
    float: none;
    width: 100%; }
  main .projects .contents .side .info .top {
    border-radius: 15px 15px 0 0; }
  main .projects .contents .side .info .top p {
    font-size: 16px;
    padding: 15px; }
  main .projects .contents .side .info .bottom {
    padding: 30px 0 28px; }
  main .projects .contents .side .info .bottom .clearfix {
    padding: 0 20px; }
  main .projects .contents .side .info .bottom .clearfix .left {
    width: calc((212.5 / 330)* 100%); }
  main .projects .contents .side .info .bottom .clearfix .left .charge p {
    margin-top: 10px;
    font-size: 10px; }
  main .projects .contents .side .info .bottom .clearfix .right {
    width: calc((90 / 303)* 100%); }
  main .projects .contents .side .info .bottom .check {
    padding: 0 20px;
    text-align: center; }
  main .projects .contents .side .info .bottom .event {
    margin-top: 40px;
    padding: 0 20px; }
  main .projects .contents .side .info .bottom .event .left {
    width: calc((100 / 303)* 100%); }
  main .projects .contents .side .info .bottom .event .right {
    margin-left: calc((15.6 / 303)* 100%);
    width: calc((187.4/303)*100%); }
  main .projects .contents .side .info .bottom .event .right .place p {
    font-size: 12px;
    padding-left: 10px;
    border-left-width: 2px; }
  main .projects .contents .side .info .bottom .event .right .title p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5; }
  main .projects .contents .side .info .bottom .event .right .date p {
    margin-top: 26px;
    font-size: 10px; }
  main .projects .contents .side .info .bottom .event .right .mark {
    width: 20px;
    height: 20px; }
  main .projects .contents .side .info .bottom .event .right .mark i {
    font-size: 14px; }
  main .projects .contents .side .search_area .top {
    border-radius: 15px 15px 0 0;
    padding: 0; }
  main .projects .contents .side .search_area .top p {
    font-size: 16px;
    padding: 15px; }
  main .projects .contents .side .search_area .bottom {
    padding: 30px 15px 30px; }
  main .projects .contents .side .search_area .bottom .col4 > div {
    margin-bottom: 20px; }
  main .projects .contents .side .search_area .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .projects .contents .side .search_area .bottom .col4 > div:last-child {
    margin-bottom: 30px; }
  main .projects .contents .side .search_area .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 10px; }
  main .projects .contents .side .search_area .bottom .col4 input, main .projects .contents .side .search_area .bottom .col4 select {
    font-size: 12px;
    padding: 8px 16px;
    color: #333; }
  main .projects .contents .side .search_area .bottom .btn {
    width: 125px; }
  main .projects .contents .side .search_area .bottom .btn input {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  main .category .maintitle {
    padding-bottom: 35px; }
  main .category .maintitle::before, main .category .maintitle::after {
    height: 5px; }
  main .category .maintitle .img {
    width: 80%;
    padding-top: 30px; }
  main .category .maintitle .semititle p {
    font-size: 16px;
    margin-top: 20px; }
  main .category .maintitle .title p {
    margin-top: 30px;
    font-size: 24px; }
  main .category .contents {
    padding: 30px 0; }
  main .category .contents::before {
    content: none; }
  main .category .contents.athlete2::before, main .category .contents.report2::before {
    content: none; }
  main .category .contents .inner {
    width: 92%;
    margin: 0 auto !important;
    padding: 0; }
  main .category .contents.report2 .block {
    margin-bottom: 40px; }
  main .category .contents.report2 .block .btn a {
    font-size: 14px; }
  main .category .contents .block {
    float: none;
    width: 100%;
    margin-bottom: 40px; }
  main .category .contents .block p {
    font-size: 14px;
    margin-bottom: 25px; }
  main .category .contents .block p + h3 {
    margin-top: 34px; }
  main .category .contents .block p + .img {
    margin-top: 40px; }
  main .category .contents .block p:last-child {
    margin-bottom: 40px; }
  main .category .contents .block .img {
    width: 100%;
    margin: 0 auto 36px; }
  main .category .contents .block .img figure figcaption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 12px; }
  main .category .contents .block .anchor {
    width: calc((670 / 690)* 100%);
    margin: 0 auto 25px; }
  main .category .contents .block .anchor ul {
    justify-content: space-between; }
  main .category .contents .block .anchor li {
    width: 48%;
    margin: 0 0 15px;
    height: 30px; }
  main .category .contents .block .anchor li a {
    font-size: 12px; }
  main .category .contents .block .anchor li:first-child, main .category .contents .block .anchor li:last-child {
    width: 48%; }
  main .category .contents .block .box {
    margin-bottom: 10px; }
  main .category .contents .block .box .place {
    padding-left: calc((15 / 690)* 100%);
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 30px; }
  main .category .contents .block .box .list {
    width: calc((650/690)*100%);
    margin: 0 auto; }
  main .category .contents .block .box .list ul {
    justify-content: flex-start; }
  main .category .contents .block .box .list ul::before {
    width: 46%; }
  main .category .contents .block .box .list ul::after {
    width: 46%; }
  main .category .contents .block .box .list li {
    width: 46%;
    margin: 0 calc((50/650)*100%) 30px 0; }
  main .category .contents .block .box .list li:nth-child(2n+2) {
    margin-right: 0; }
  main .category .contents .block .box .list li .semititle {
    margin: 20px auto 14px;
    width: 75px;
    height: 25px; }
  main .category .contents .block .box .list li .semititle p {
    font-size: 12px; }
  main .category .contents .block .box .list li .sports p {
    margin-bottom: 15px;
    font-size: 12px; }
  main .category .contents .block .box .list li .name p {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-width: 1px; }
  main .category .contents .block .box .list li .address p {
    font-size: 10px;
    margin-bottom: 15px; }
  main .category .contents .block .box .list li .btn a {
    font-size: 12px; }
  main .category .contents .block .box .list li .btn a i {
    margin-left: 10px;
    width: 16px;
    height: 16px; }
  main .category .contents .block .box .list li .btn a i::before {
    position: relative;
    top: 1px; }
  main .category .contents .block .result_list li .sports p {
    font-size: 12px; }
  main .category .contents .block .result_list li .name p {
    font-size: 18px; }
  main .category .contents .block .sns {
    float: none;
    margin-bottom: 30px; }
  main .category .contents .block h1 {
    font-size: 20px;
    margin-bottom: 30px;
    float: none;
    width: 100%; }
  main .category .contents .block .join {
    margin-bottom: 30px; }
  main .category .contents .block .join .title {
    height: 24px;
    width: 132px; }
  main .category .contents .block .join .title p {
    font-size: 12px; }
  main .category .contents .block .join li:last-child {
    margin-left: 10px; }
  main .category .contents .block .join li a {
    font-size: 12px; }
  main .category .contents .block .report_list > div {
    width: calc((330/690)*100%);
    margin-bottom: 30px; }
  main .category .contents .block .report_list::after {
    width: calc((330/690)*100%); }
  main .category .contents .block .report_list .semititle {
    margin-top: 12px; }
  main .category .contents .block .report_list .semititle p {
    font-size: 12px;
    padding-left: 8.15px;
    border-left: unset;
    position: relative; }
  main .category .contents .block .report_list .semititle p::before {
    content: "";
    background: #009C84;
    width: 2.25px;
    height: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 0; }
  main .category .contents .block .report_list .semititle p span {
    font-size: 10px;
    width: 30px;
    height: 12px;
    line-height: 12px;
    margin-left: 10px; }
  main .category .contents .block .report_list .title {
    margin-top: 15px; }
  main .category .contents .block .report_list .title p {
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  main .category .contents .block .report_list .date {
    margin-top: 20px; }
  main .category .contents .block .report_list .date p {
    font-size: 10px; }
  main .category .contents .block .report_list .btn {
    width: 20px;
    height: 20px;
    border-radius: 10px; }
  main .category .contents .block .report_list .btn i {
    font-size: 14px; }
  main .category .contents .block .pagenation {
    padding-top: 10px; }
  main .category .contents .block .pagenation li {
    margin-right: 15px; }
  main .category .contents .block .pagenation li.arrow-prev {
    margin-right: 24px; }
  main .category .contents .block .pagenation li.arrow-next {
    margin-right: 0;
    margin-left: 10px; }
  main .category .contents .block .pagenation .number {
    margin-bottom: 40px; }
  main .category .contents .block .result_number p {
    padding: 0;
    margin-bottom: 30px; }
  main .category .contents .block .result_list {
    width: calc((650/690)*100%);
    margin: 0 auto; }
  main .category .contents .block .result_list ul {
    justify-content: flex-start; }
  main .category .contents .block .result_list ul::before {
    width: 46%; }
  main .category .contents .block .result_list ul::after {
    width: 46%; }
  main .category .contents .block .result_list li {
    width: 46%;
    margin: 0 calc((50/650)*100%) 30px 0; }
  main .category .contents .block .result_list li:nth-child(2n+2) {
    margin-right: 0; }
  main .category .contents .block .result_list li .semititle {
    margin: 20px auto 14px;
    width: 75px;
    height: 25px; }
  main .category .contents .block .result_list li .semititle p {
    font-size: 12px; }
  main .category .contents .block .result_list li .sports p {
    margin-bottom: 15px;
    font-size: 12px; }
  main .category .contents .block .result_list li .name p {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-width: 1px; }
  main .category .contents .block .result_list li .address p {
    font-size: 10px;
    margin-bottom: 15px; }
  main .category .contents .block .result_list li .btn a {
    font-size: 12px; }
  main .category .contents .block .result_list li .btn a i {
    margin-left: 10px;
    width: 16px;
    height: 16px; }
  main .category .contents .block .result_list li .btn a i::before {
    position: relative;
    top: 1px; }
  main .category .contents .side {
    float: none;
    width: 100%; }
  main .category .contents .side .search_area .top {
    border-radius: 15px 15px 0 0;
    padding: 0; }
  main .category .contents .side .search_area .top p {
    font-size: 16px;
    padding: 15px; }
  main .category .contents .side .search_area .bottom {
    padding: 30px 15px 30px; }
  main .category .contents .side .search_area .bottom .col4 > div {
    margin-bottom: 20px; }
  main .category .contents .side .search_area .bottom .col4 > div:first-child {
    margin-bottom: 25px; }
  main .category .contents .side .search_area .bottom .col4 > div:last-child {
    margin-bottom: 30px; }
  main .category .contents .side .search_area .bottom .col4 .title p {
    font-size: 14px;
    margin-bottom: 10px; }
  main .category .contents .side .search_area .bottom .col4 input, main .category .contents .side .search_area .bottom .col4 select {
    font-size: 12px;
    padding: 8px 16px;
    color: #333; }
  main .category .contents .side .search_area .bottom .btn {
    width: 125px; }
  main .category .contents .side .search_area .bottom .btn input {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  main .category .contents.athlete2 .block {
    margin-bottom: 10px; }

  .spmenu {
    width: 100%;
    height: 50px;
    line-height: 1.4;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
  .spmenu > div:first-child {
    float: left;
    width: 16%;
    height: 100%; }
  .spmenu > div:first-child a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    background: #fff;
    cursor: pointer; }
  .spmenu > div:first-child.active a {
    color: #fff;
    background: #009C84; }
  .spmenu > div:nth-of-type(2), .spmenu > div:nth-of-type(3), .spmenu > div:nth-of-type(4) {
    width: 24%;
    height: 100%;
    float: left; }
  .spmenu > div:nth-of-type(2) a, .spmenu > div:nth-of-type(3) a, .spmenu > div:nth-of-type(4) a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    cursor: pointer; }
  .spmenu > div:nth-of-type(2).active a, .spmenu > div:nth-of-type(3).active a, .spmenu > div:nth-of-type(4).active a {
    color: #fff;
    background: #009C84; }
  .spmenu > div:nth-of-type(4) {
    width: 24%; }
  .spmenu > div:last-of-type {
    width: 12%;
    height: 100%;
    float: left;
    position: relative; }
  .spmenu > div:last-of-type a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #F9BE00; }
  .spmenu > div.dropdown {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #333;
    background: #fff;
  }

  .spmenu > div.dropdown a{
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
    align-items: center;
    padding:10px 0;
  }

  .modal .content {
    width: 92%;
    height: auto;
    max-height: calc(100% - 90px);
    vertical-align: top;
    margin-top: 20px; }
  .modal .content .close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -7.5px; }
  .modal .content .top {
    border-radius: 15px 15px 0 0; }
  .modal .content .top .title p {
    font-size: 24px;
    padding: 30px 0; }
  .modal .content .top ul {
    width: 100%;
    padding: 20px 5% 0;
    justify-content: flex-start; }
  .modal .content .top li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left; }
  .modal .content .top li a {
    font-size: 14px; }
  .modal .content .top li:nth-child(4n+4) {
    margin-right: 0; }
  .modal .content .list {
    border-radius: 0 0 15px 15px;
    padding: 0 0 30px; }
  .modal .content .list > div {
    width: 90%;
    margin-top: 40px; }
  .modal .content .list ul {
    width: calc((570 / 630)* 100%);
    margin: 0 auto; }
  .modal .content .list li {
    margin: 30px calc((90/570)*100%) 0 0 !important;
    width: calc((240 / 570)* 100%); }
  .modal .content .list li:nth-child(2n+2) {
    margin-right: 0 !important; }
  .modal .content .list li .img {
    width: calc((200/240)*100%);
    margin: 0 auto;
    float: none; }
  .modal .content .list li .right {
    float: none;
    width: 100%;
    margin: 15px 0 0; }
  .modal .content .list li .sports p {
    text-align: center;
    font-size: 10px; }
  .modal .content .list li .name p {
    text-align: center; }
  .modal .content .list li .name p a {
    font-size: 16px; }
  .modal .content .list li .btn {
    margin-top: 25px;
    text-align: center; }
  .modal .content .list .place p {
    height: 36px;
    font-size: 16px; } }
@media screen and (max-width: 599px) {
  main .category .maintitle .semititle p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.5; }
  main .projects .contents .side .info .bottom .clearfix .left .address p {
    font-size: 12px;
    line-height: 22px; }
  main .projects .contents .side .info .bottom .clearfix .left .sports p {
    font-size: 14px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .name p {
    font-size: 18px;
    margin-top: 15px; }
  main .projects .contents .side .info .bottom .clearfix .left .furigana p {
    font-size: 10px;
    margin-top: 10px; }
  main .projects .contents .side .info .bottom .clearfix .left .place p {
    font-size: 10px;
    margin-top: 20px; }
  main .projects .contents .side .info .bottom .check p {
    font-size: 14px; }
  main .projects .contents .side .info .bottom .check p::before {
    left: -5px; }
  main .projects .contents .side .info .bottom .check p::after {
    right: -5px; } }
#article-end {
  display: block;
  margin-top: -1px;
  width: 1px;
  height: 1px; }

/*# sourceMappingURL=style.css.map */