@charset "UTF-8";
section.hero {
  background-image: url("../img/sponsorship/hero.png");
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07); }
  section.hero .text img {
    max-width: 24em; }
  section.hero::after {
    background-color: #00802F;
    display: none; }

/*--------------------------------------------------------------------*/
section.description {
  overflow: hidden;
  padding: 5em 0;
  margin-bottom: 100px; }
  section.description::before {
    width: 54vw;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.024);
    bottom: 0;
    left: 0; }
  section.description .introduction .bodying {
    max-width: 38em;
    text-align: left; }
section.gallery_title {
  background-color: #F2F2F2;
  padding: 3em 0;
  position: relative; }
  section.gallery_title::before {
    content: "";
    display: block;
    position: absolute;
    width: 5.208vw;
    height: 5.208vw;
    background-color: #fff;
    left: 0;
    top: 0; }
  section.gallery_title::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.59vw;
    height: 3.59vw;
    background-color: #00802F;
    left: 5.208vw;
    top: 5.208vw; }
  section.gallery_title h2 {
    font-size: 48px; }
  section.gallery_title .desc {
    font-size: 90%; }
section.gallery {
  margin-bottom: clamp(3em, 10vw, 6em); }
  section.gallery .slider-for {
    margin-bottom: 4px; }
  section.gallery .slick-prev,
  section.gallery .slick-next {
    z-index: 1; }
  section.gallery .slick-prev {
    left: 20px; }
  section.gallery .slick-next {
    right: 20px; }

@media screen and (max-width: 1700px) {
  section.description .introduction {
    margin-left: 13vw; } }
@media screen and (max-width: 1480px) {
  section.description .leasing img {
    max-width: 100%; } }
@media screen and (max-width: 1340px) {
  section.description .introduction {
    margin-left: 7vw; } }
@media screen and (max-width: 820px) {
  section.hero {
    background-position: right 2.5% center; }
  section.description {
    padding: 5em 0 3em 0;
    margin-bottom: 60px; }
    section.description .introduction {
      margin-left: 0; }
      section.description .introduction .bodying {
        text-align: left !important; }
    section.description.gallery_title {
      padding: 3em 0 3em 0; }
      section.description.gallery_title h2 {
        font-size: 36px; } }
@media screen and (max-width: 520px) {
  section.hero {
    background-position: 75% 50%; }
  section.description {
    padding: 4em 0 2.5em 0; }
    section.description.gallery_title {
      margin-bottom: 40px;
      padding: 2.5em 0 2.5em 0; }
      section.description.gallery_title h2 {
        font-size: 24px; } }
/*--------------------------------------------------------------------*/
.gray_box {
  background-color: #F6F6F6;
  padding: 1.5em 2em;
  margin-bottom: 2em; }

#contents img {
  max-width: 100%; }

/*--------------------------------------------------------------------*/
section.sponsor {
  margin-bottom: clamp(3em, 10vw, 6em);
  padding: 0; }
  section.sponsor .outline {
    margin-bottom: 2em; }
  section.sponsor ._flex .txt {
    margin-right: 5em; }
  section.sponsor .image {
    max-width: 400px; }

@media screen and (max-width: 520px) {
  section.sponsor {
    margin-top: 50px; }
    section.sponsor ._flex {
      flex-wrap: wrap; }
      section.sponsor ._flex .txt {
        margin-right: 0;
        width: 100%; }
      section.sponsor ._flex .image {
        margin: 0 auto;
        width: 75%; } }
/*--------------------------------------------------------------------*/
section.athlete {
  margin-bottom: clamp(3em, 10vw, 6em);
  padding: 0 0 2em; }
  section.athlete .outline {
    margin-bottom: 2em; }
    section.athlete .outline .pc {
      display: block; }
  section.athlete .image {
    margin-bottom: 2em; }
    section.athlete .image:last-child {
      margin-bottom: 0; }
  section.athlete a {
    cursor: pointer; }

@media screen and (max-width: 820px) {
  section.athlete .outline .pc {
    display: none; } }
@media screen and (max-width: 520px) {
  section.athlete .image {
    margin-bottom: 1em; } }
/*--------------------------------------------------------------------*/
section.culture {
  margin-bottom: clamp(3em, 10vw, 6em);
  padding: 0 0 2em; }
  section.culture .outline {
    margin-bottom: 2em; }
  section.culture ._flex {
    flex-wrap: wrap; }
    section.culture ._flex.profile {
      margin-bottom: 2em; }
      section.culture ._flex.profile .image,
      section.culture ._flex.profile .txt {
        box-sizing: border-box;
        width: 50%; }
      section.culture ._flex.profile .txt {
        padding-left: 2em; }
        section.culture ._flex.profile .txt h3 {
          font-size: 150%;
          font-weight: 500 !important;
          margin-bottom: 1em; }
          section.culture ._flex.profile .txt h3 .small {
            font-size: 65%; }
        section.culture ._flex.profile .txt .desc {
          margin-bottom: 2em; }
        section.culture ._flex.profile .txt p {
          line-height: 1.6em; }
        section.culture ._flex.profile .txt .sns {
          margin-top: 2em; }
          section.culture ._flex.profile .txt .sns ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: flex-start; }
            section.culture ._flex.profile .txt .sns ul li a {
              padding: 0.5em; }
              section.culture ._flex.profile .txt .sns ul li a img {
                width: 3em; }
            section.culture ._flex.profile .txt .sns ul li.hp {
              text-align: center; }
    section.culture ._flex.history .txt,
    section.culture ._flex.history .sns {
      box-sizing: border-box;
      width: 50%; }
    section.culture ._flex.history .txt ul li {
      line-height: 1.8em; }
    section.culture ._flex.history .sns ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      section.culture ._flex.history .sns ul li {
        margin-bottom: 1em; }
        section.culture ._flex.history .sns ul li a {
          padding: 0.5em; }
          section.culture ._flex.history .sns ul li a img {
            width: 3em; }
        section.culture ._flex.history .sns ul li.hp {
          text-align: center;
          width: 100%; }
  section.culture .history.en .txt {
    margin-bottom: 2em; }
    section.culture .history.en .txt ul {
      margin-top: 2em; }
      section.culture .history.en .txt ul li {
        line-height: 1.8em; }
  section.culture .history.en .sns {
    display: none; }
    section.culture .history.en .sns ul {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
      section.culture .history.en .sns ul li a {
        padding: 0.5em; }
        section.culture .history.en .sns ul li a img {
          width: 3em; }
      section.culture .history.en .sns ul li.hp {
        text-align: center;
        width: 100%; }

@media screen and (max-width: 520px) {
  section.culture ._flex.profile .image,
  section.culture ._flex.profile .txt {
    width: 100%; }
  section.culture ._flex.profile .image {
    margin-bottom: 2em; }
  section.culture ._flex.profile .txt {
    padding-left: 0; }
    section.culture ._flex.profile .txt .desc {
      margin-bottom: 2em; }
      section.culture ._flex.profile .txt .desc.en {
        margin-bottom: 0; }
    section.culture ._flex.profile .txt .sns {
      display: none; }
  section.culture ._flex.history .txt,
  section.culture ._flex.history .sns {
    width: 100%; }
  section.culture ._flex.history .txt {
    margin-bottom: 2em; }
  section.culture ._flex.history .sns ul li a {
    padding: 0.5em 1em; }
    section.culture ._flex.history .sns ul li a img {
      width: 4em; }
  section.culture ._flex.history .sns ul li.hp {
    text-align: center;
    width: 100%; }
  section.culture .history.en .sns {
    display: block; }
    section.culture .history.en .sns ul li a {
      padding: 0.5em 1em; }
      section.culture .history.en .sns ul li a img {
        width: 4em; }
    section.culture .history.en .sns ul li.hp {
      text-align: center;
      width: 100%; } }
section.area {
  margin-bottom: clamp(3em, 10vw, 6em);
  padding: 0 0 2em; }
  section.area ._flex .txt,
  section.area ._flex .image {
    box-sizing: border-box;
    width: 50%; }
  section.area ._flex .txt {
    line-height: 1.6em;
    padding-right: 2em; }
    section.area ._flex .txt.lh_200 {
      line-height: 2em; }
  section.area ._flex.rev .txt {
    order: 2;
    padding-right: 0;
    padding-left: 2em; }
  section.area ._flex.rev .image {
    order: 1; }
  section.area.area02 .txt p {
    margin-bottom: 2em; }
  section.area.area02 .txt ul li {
    font-weight: 500;
    line-height: 1.8em; }
    section.area.area02 .txt ul li::before {
      content: '・'; }
  section.area.area03 .txt p {
    margin-bottom: 1em; }

@media screen and (max-width: 520px) {
  section.area ._flex {
    flex-wrap: wrap; }
    section.area ._flex .txt,
    section.area ._flex .image {
      width: 100%; }
    section.area ._flex .txt {
      margin-bottom: 2em; }
    section.area ._flex.rev .txt {
      order: 1;
      padding-left: 0; }
    section.area ._flex.rev .image {
      order: 2; } }
/*--------------------------------------------------------------------*/
.remodal {
  padding: 0;
  text-align: left;
  max-width: 1000px; }
  .remodal .image {
    width: 100%; }
  .remodal .inner {
    padding: 5%; }
  .remodal h1 {
    margin-bottom: 1em; }
  .remodal h3 {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .remodal p {
    line-height: 1.8em; }
  .remodal ul.sns {
    display: flex;
    justify-content: center;
    margin-top: 2em; }
    .remodal ul.sns li {
      width: 48px;
      margin-right: 1em; }
      .remodal ul.sns li:last-child {
        margin-right: 0; }
      .remodal ul.sns li a {
        display: block; }

.remodal-close:before {
  font-family: 'Noto Sans JP' !important;
  font-size: 32px;
  font-weight: 500; }

@media screen and (max-width: 1200px) {
  .remodal {
    max-width: 800px; } }
