/* color */
body, td {
  font-family: "M PLUS Rounded 1c", sans-serif;
  position: relative;
  line-height: 1.6;
  color: #262626;
}

img {
  vertical-align: bottom;
}

.sp-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}
body {
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: inherit;
}

a, .btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

figure {
  margin: 0;
  padding: 0;
}

footer,
header {
  background: -webkit-linear-gradient(30deg, #ce7022, #f1c35a);
  background: linear-gradient(60deg, #ce7022, #f1c35a);
}
footer > .box-in,
header > .box-in {
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer a.btn,
header a.btn {
  background: #e08b2a;
  padding: 6px 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 0.9rem;
  border-radius: 20px;
}
footer a.btn:hover,
header a.btn:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #d27e1f;
}

.logo_com {
  -webkit-filter: brightness(2000%);
          filter: brightness(2000%);
  height: 30px;
  width: auto;
}

main {
  overflow-x: hidden;
}

#mv {
  background: #FFF;
  background: url(../img_athtag/bgimg00.png) repeat-x 0 0;
  background-size: 100% 100%;
}
#mv > .box-in {
  margin: auto;
  max-width: 1080px;
  position: relative;
}
#mv > .box-in .mv-img {
  z-index: 0;
  width: 100%;
}
#mv > .box-in .logo_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  width: 40%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  #mv > .box-in .logo_x {
    width: 320px;
    left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  #mv > .box-in .logo_x {
    width: 420px;
    left: 100px;
    bottom: 40px;
  }
}
#mv > .box-in .logo_x > figure {
  width: 50%;
}
#mv > .box-in .logo_x > figure img {
  width: 100%;
  height: auto;
}
#mv > .box-in .logo_x > figure.c2 img {
  width: 80%;
  height: auto;
}

.mv-read {
  padding: 20px;
}
.mv-read h2 {
  font-size: 1em;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 896px) {
  .mv-read {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  .mv-read {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1280px) {
  .mv-read {
    font-size: 1.3em;
  }
}

.container {
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1080px;
  }
}

.m-tit {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
}
.m-tit img {
  z-index: 1;
  max-width: 105%;
  min-height: 38px !important;
  margin-left: -10%;
  vertical-align: bottom;
}
@media screen and (min-width: 896px) {
  .m-tit:before {
    content: "";
    display: block;
    background: #5f1985;
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m-tit img {
    z-index: 1;
    margin-left: 10vw;
  }
}

#section1 {
  position: relative;
  width: 100%;
}
#section1 .container {
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img_athtag/image_award_bg_0.png) no-repeat 100px 0px;
}
@media screen and (min-width: 768px) {
  #section1 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#section1 .txt-body {
  margin: 0px 0;
  line-height: 2;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #section1 .txt-body {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  #section1 .txt-body {
    width: 50%;
  }
}
#section1 .pic {
  width: 99%;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #section1 .pic {
    margin-top: -190px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#section1 .pic img {
  margin: auto;
  max-width: 100%;
  height: auto;
}

#section2 > .container {
  padding: 10px 0;
  margin-bottom: 100px;
}

#lst-athlete ul {
  list-style: none;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
#lst-athlete ul li {
  width: calc(95% - 40px);
}
@media screen and (min-width: 1024px) {
  #lst-athlete ul li {
    width: calc(33.33333% - 40px);
  }
}
#lst-athlete ul li p {
  font-size: 0.9rem;
}
#lst-athlete ul li .item {
  position: relative;
}
#lst-athlete ul li .item figure.man {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lst-athlete ul li .item figure.man {
    min-width: 320px;
  }
}
#lst-athlete ul li .item figure.man img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
#lst-athlete ul li .item figure.mark {
  position: absolute;
  bottom: -40px;
  left: 5px;
  right: auto;
  z-index: 2;
  width: 100px;
}
#lst-athlete ul li .item figure.mark img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  #lst-athlete ul li.no1 {
    width: calc(100% - 40px);
    gap: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#lst-athlete ul li.no1 figure.mark {
  top: 0;
  bottom: auto;
  right: auto;
  left: -50px;
  width: 100px;
}
#lst-athlete ul li.no1 .txt-name {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #lst-athlete ul li.no1 .txt-name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#lst-athlete ul li.no1 .txt-name strong {
  line-height: 1;
  margin-right: 10px;
  font-size: 1.7rem;
}
#lst-athlete ul li.no1 .txt-name h3 {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  #lst-athlete ul li.no1 .item {
    width: calc(33.333333333% - 40px);
  }
  #lst-athlete ul li.no1 .wrapper {
    width: calc(66.7% - 40px);
  }
}
#lst-athlete ul li .txt-name {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
}
@media screen and (min-width: 1024px) {
  #lst-athlete ul li .txt-name {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#lst-athlete ul li .txt-name * {
  margin: 0;
  font-style: normal;
}
#lst-athlete ul li .txt-name h3 {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 800;
}
#lst-athlete ul li .txt-name h3 small {
  font-size: 80%;
  padding-left: 10px;
}
#lst-athlete ul li .txt-name em {
  font-size: 0.9rem;
}
#lst-athlete ul li .txt-name strong {
  color: #dd177d;
  font-size: 1.2rem;
  font-family: serif;
}
#lst-athlete ul li .txt-name strong i {
  font-family: sans-serif;
  font-style: oblique;
  margin-right: 4px;
}