@charset "UTF-8";
/* CSS Document */

@media (max-height: 1000px) {
  .match-contents-wrap:before {
    height: 80vh;
  }
}

@media (max-width: 1400px) {
  /* .top-match-area{
	background: url(../../img/common/bg_top-match.png) center top no-repeat;
	background-size: cover;
}
 */
  .amitie-nav {
    font-size: 1vw;
  }

  .amitie-icatch-wrap .read-wrap {
    padding: 4vw;
    bottom: 1.2vw;
  }

  .amitie-btn {
    margin-top: 2vw;
  }

  .amitie-age-wrap .age-wrap {
    font-size: 1vw;
  }

  .amitie-age-wrap .age-wrap a span:nth-of-type(2) {
    font-size: 13px !important;
  }
}

@media (max-width: 1200px) {
  .top-icatch-area .photo-wrap .slider.sl4 {
    transform: translate(-70%, 12%);
  }

  .top-match-area .clm2 .match-content {
    transform: none;
  }

  .business-contents-wrap .side-nav {
    padding-right: 0;
  }

  .business-contents-wrap .side-content-wrap.fixed {
    padding: 0 80px 0 0;
  }

  .business-icatch-wrap .text-wrap .inner {
    font-size: 16px;
  }

  .business-icatch-wrap .text-wrap .inner h3 {
    font-size: 38px;
  }
}

@media (max-width: 1025px) {
  .top-icatch-area .photo-wrap .slider.sl1 {
    transform: translate(-60%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl2 {
    transform: translate(-60%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl3 {
    transform: translate(-10%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl4 {
    transform: translate(-30%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl5 {
    transform: translate(-50%, 2%);
  }

  .vision-content {
    display: block;
  }

  .vision-content .thumb {
    width: 64%;
    margin: 0 auto;
  }

  .vision-content .text {
    width: max-content;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 80px;
  }

  .vision-content .thumb-icon {
    width: 45%;
  }

  .business-contents-wrap .side-nav {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .business-contents-wrap .contact-btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 10;
    pointer-events: none;
  }

  .business-contents-wrap .fixed .contact-btn-wrap {
    opacity: 1;
    pointer-events: inherit;
  }

  .business-contents-wrap .side-nav .contact-btn-wrap a {
    border-radius: 0px;
    padding: 15px;
    font-size: 14px;
  }

  .business-contents-wrap .side-nav .contact-btn-wrap a:hover {
    opacity: 1;
  }

  .business-contents-wrap .side-nav .contact-btn-wrap a br {
    display: none;
  }

  .business-contents-wrap .main-contents {
    width: 100%;
    padding: 0;
  }

  .business-contents-wrap .side-content-wrap.fixed {
    width: 100%;
    padding: 0;
    position: static;
  }

  .business-icatch-wrap {
    margin: 25px 0 30px;
  }

  .business-icatch-wrap .text-wrap {
    width: 100%;
  }

  .business-icatch-wrap .text-wrap .inner {
    position: static;
    padding: 10vw 20px;
    transform: none;
  }

  .business-icatch-wrap .text-wrap .inner h3 span {
    margin: 0 0.2em;
  }

  .business-icatch-wrap .thumb-wrap {
    width: 100%;
  }

  .business-read {
    width: 90%;
    padding: 45px 30px;
  }

  .business-read h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
  }

  .business-read h3 span {
    font-size: 16px;
    margin: 0 auto 20px;
    border-bottom: 2px solid #4f2866;
  }

  .business-point h3,
  .perf-title {
    font-size: 16px;
  }

  .perf-read h3,
  .business-message h3,
  .business-contact h3 {
    font-size: 20px;
    padding: 0 5%;
  }

  .perf-read .text-wrap,
  .perf-contents,
  .business-message .text-wrap,
  .business-contact .text-wrap {
    padding: 40px 25px;
    width: 90%;
  }

  .perf-title {
    margin-bottom: 30px;
  }

  .perf-contents .thumb-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .perf-contents .text-wrap {
    width: 100%;
  }

  .perf-contents .text-wrap .title {
    font-size: 18px;
  }

  .partner-contents-wrap .perf-contents-wrap.linetop {
    padding-top: 100px;
  }

  .business-media {
    width: 90%;
    margin: 0 auto 100px;
    text-align: left;
  }

  .business-media .local-news-wrap {
    width: 100%;
  }

  .business-message .text-wrap h4 {
    font-size: 18px;
  }

  .business-message .clm-wrap {
    display: block;
  }

  .business-message .clm-wrap p {
    width: 100%;
  }

  .business-message .profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto 0;
  }

  .business-message .profile img {
    width: 40%;
  }

  .business-message .profile p {
    width: 50%;
  }

  .business-message .profile p {
    font-size: 14px;
  }

  .business-faq .faq {
    width: 100%;
  }

  .business-faq .faq dt br {
    display: none;
  }

  .business-faq .faq dt {
    font-size: 15px;
  }

  .business-contact .form-wrap input[type="submit"] {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }

  .crumb {
    position: absolute;
    left: 10px;
    top: 70px;
  }

  .crumb li {
    font-size: 10px;
    display: inline-block;
  }

  body {
    font-size: 13px;
  }

  a.more {
    width: 55px;
    height: 55px;
  }

  .wrap {
    padding: 0;
  }

  .linetop:before {
    top: 50px;
  }

  header {
    width: auto;
    height: auto;
  }

  .oc-logo {
    padding: 14px;
    transition: height 0.5s ease;
  }

  .oc-logo img {
    width: 42px;
  }

  .oc-logo .scroll_on,
  .scroll .oc-logo .scroll_off,
  .page .oc-logo .scroll_off {
    opacity: 0;
    position: absolute;
  }

  .scroll .oc-logo .scroll_on,
  .page .oc-logo .scroll_on {
    opacity: 1;
  }

  .page .oc-logo,
  .scroll .oc-logo {
    padding: 14px;
    width: 60px;
    height: 60px;
    overflow: hidden;
  }

  .page .oc-logo img,
  .scroll .oc-logo img {
    width: 32px;
  }

  .head-match-area {
    display: none !important;
  }

  .top-icatch-area {
    height: 85vh;
  }

  .top-icatch-area::after {
    width: 45%;
    height: 85vh;
  }

  .top-icatch-area .catch-copy {
    width: 100%;
    top: 45%;
    left: 5%;
    transform: none;
  }

  .top-icatch-area .photo-wrap .slider img {
    width: auto;
    max-width: none;
    height: 80vh;
  }

  .top-icatch-area .catch-copy span {
    font-size: 12px;
    margin-top: 10px;
  }

  .top-icatch-area .catch-copy:before {
    display: none;
  }

  .top-link-wrap {
    position: static;
    height: 50px;
    margin: 0 auto 45px;
  }

  .top-link-wrap span {
    width: 50px;
    height: 50px;
  }

  .top-link-wrap p {
    display: inline-block;
    font-size: 13px;
    padding: 20px 20px;
    width: calc(100% - 50px);
    text-align: center;
  }

  .top-icatch-area .slick-dots {
    right: 15px;
    bottom: 5px;
    transform: none;
  }

  .top-icatch-area .slick-dots li {
    display: inline-block;
    margin: 0 8px;
  }

  .top-news-pickup-wrap {
    margin-bottom: 65px;
  }

  .top-news-pickup-wrap .news {
    width: 100%;
  }

  .top-news-pickup-wrap .date {
    letter-spacing: 0;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .top-news-wrap .news .date,
  .news-contents-wrap .date {
    font-size: 11px;
    letter-spacing: 0;
  }

  .news-cat {
    font-size: 11px;
    padding: 6px 10px;
  }

  .top-news-pickup-wrap .news .news-cat {
    left: 0;
  }

  .top-news-area {
    padding: 60px 25px 80px;
  }

  .top-news-area .slick-slide {
    margin: 0;
  }

  .top-news-area .slick-dots {
    bottom: -20px;
  }

  .top-news-wrap .news {
    padding: 35px 40px 10px 15px;
  }

  .top-news-wrap .news:after {
    right: 20px;
  }

  .top-news-wrap .news .data .news-cat {
    font-size: 12px;
  }

  .top-match-area {
    padding: 60px 0;
    margin-top: 0;
  }

  .top-match-area .match-content-wrap {
    margin: 0 auto 60px;
  }

  .top-match-area .match-content-wrap .slick-list {
    padding: 0 20px !important;
  }

  .top-match-area .match-content {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
  }

  .top-match-area .slick-list div:only-child.slick-slide .match-content {
    transform: translateX(calc(100% + 10px));
  }

  .top-match-area .match-content .match-type,
  .match-schedule-wrap .match-content.main .match-type {
    position: static;
    width: auto;
    margin-bottom: 10px;
  }

  .top-match-area .match-content .match-ground {
    position: static;
    margin-bottom: 10px;
  }

  .top-match-area .match-content h3,
  .top-match-area .match-content .team li.vs {
    font-size: 20px;
  }

  .top-match-area .match-content .team {
    padding: 15px 20px;
  }

  .top-match-area .match-content .team li span {
    width: 45%;
    height: 0;
    position: relative;
    display: block;
    padding-top: 50%;
  }

  .top-match-area .match-content .team li span img {
    position: absolute;
    top: 0;
  }

  .match-content .team li span.score {
    padding: 0;
    height: auto;
  }

  .top-match-area .match-content-wrap .slick-dots {
    bottom: -20px;
  }

  .top-team-area {
    padding: 150px 0 100px;
  }

  .page-contents-wrap .top-team-area {
    padding: 150px 0 50px;
  }

  .top-team-area h2 {
    margin-bottom: 40px;
  }

  .member-wrap.gk {
    transform: none;
  }

  .member-wrap .member {
    width: 46%;
    margin-bottom: 25px;
  }

  .member-wrap .member h3 {
    font-size: 14px;
    margin-top: 10px;
  }

  .yt-wrap {
    width: 90%;
    margin: 0 auto;
  }

  .yt-wrap .movie {
    width: 100%;
    margin-bottom: 15px;
  }

  .foot-fbtw-area {
    padding: 40px 20px;
  }

  .vision-text {
    writing-mode: inherit;
    margin-top: 40px;
  }

  .vision-text h3 {
    font-size: 22px;
    margin: 0;
  }

  .vision-text h3 br {
    display: none;
  }

  .vision-text p {
    padding-top: 20px;
    height: auto;
  }

  .foot-sns-wrap {
    padding-top: 80px;
  }

  .foot-vision-wrap {
    padding-top: 120px;
  }

  .foot-vision-wrap a.more {
    margin-bottom: 80px;
  }

  .foot-partner-wrap .partner-wrap {
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .partner-wrap li {
    width: 28%;
  }

  footer {
    padding: 80px 0;
  }

  footer .inner {
    padding: 0 4%;
  }

  footer .inner .nav-wrap div {
    width: 48%;
    margin-bottom: 25px;
  }

  .copyright {
    margin-top: 60px;
  }

  h2,
  .page-contents-wrap h1,
  .match-contents-wrap h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .foot-fbtw-area div {
    font-size: 14px;
  }

  .foot-fbtw-area div img {
    height: 25px;
    width: auto;
  }

  .foot-sns-wrap h2 {
    margin-bottom: 40px;
  }

  .foot-yt-area,
  .foot-insta-area {
    padding-bottom: 80px;
  }

  .foot-partner-wrap {
    padding-bottom: 80px;
  }

  .foot-partner-wrap .partner-link li {
    font-size: 14px;
  }

  footer h2 {
    font-size: 13px;
  }

  .linetop:before {
    height: 60px;
  }

  .tab_content {
    width: 100vw;
    padding: 40px 0 0;
  }

  /*
==================
PAGE
==================
*/

  .page-contents-wrap {
    padding-top: 100px;
  }

  .page-nav a {
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 8px;
  }

  .page-contents-wrap h1,
  .match-contents-wrap h1 {
    font-size: 40px;
  }

  /*
==================
TEAM
==================
*/

  .team-contents-wrap {
    padding-top: 25px;
  }

  .team-icatch h3 {
    font-size: 35px;
  }

  .team-icatch {
    padding: 60px 20px;
  }

  .team-icatch .subtitle,
  .team-icatch .concept {
    margin-bottom: 40px;
  }

  .member-nav {
    margin-bottom: 40px;
  }

  .member-single-icatch {
    height: auto;
    display: block;
    margin-bottom: 60px;
  }

  .member-single-icatch .thumb-wrap {
    width: 100%;
    height: 60vh;
    margin-bottom: 40px;
  }

  .member-single-icatch .text-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .member-single-icatch .text-wrap h1 {
    position: static;
    transform: none;
    font-size: 6.4vw;
    font-weight: bold;
    white-space: nowrap;
    font-family: Helvetica, tbudgothic-std, sans-serif;
  }

  .member-single-icatch .text-wrap h1 span.position {
    margin-bottom: 20px;
  }

  .member-single-icatch {
    margin-bottom: 40px;
  }

  .member-single-detail,
  .member-single-career {
    padding: 25px 6vw;
  }

  .member-single-detail {
    margin-bottom: 80px;
  }

  .member-single-detail th,
  .member-single-detail .staff th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .member-single-detail td {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .member-single-sns h3 {
    font-size: 14px;
  }

  .member-single-sns {
    margin-bottom: 40px;
  }

  .member-single-sns .sns-btn li.pc {
    display: none;
  }

  .member-single-sns .sns-btn li.sp {
    display: inline-block;
  }

  .member-single-sns .sns-btn li {
    display: inline-block;
    width: 50px;
    margin: 0 2px;
  }

  .member-news-wrap .news {
    width: 48%;
    margin-bottom: 20px;
  }

  .member-single-nav {
    margin: 40px auto 60px;
  }

  .member-single-nav p {
    max-width: none;
    width: 80%;
    margin: 20px auto 0;
  }

  .member-single-nav a {
    width: 100%;
  }

  .top-team-area.single {
    padding-top: 80px;
    margin-top: 80px;
  }

  .top-team-area.single.linetop:before {
    top: -30px;
  }

  .member-single-career h2,
  .member-single-post h3 {
    font-size: 19px;
  }

  .member-single-career td {
    display: block;
  }

  .member-single-career .season-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .member-single-career .season-wrap td {
    display: table-cell;
    white-space: nowrap;
  }

  .member-goods-wrap .goods {
    width: 48%;
    margin-bottom: 25px;
  }

  /*
==================
CLUB
==================
*/

  .club-contents-wrap {
    padding-top: 25px;
  }

  .club-detail-icatch h3 {
    font-size: 22px;
  }

  .club-detail-icatch {
    padding: 80px 20px;
  }

  .club-point-area {
    padding-bottom: 0;
  }

  .club-point {
    width: 100%;
    padding: 55px 25px 30px;
    margin-bottom: 40px;
  }

  .club-point h3 {
    font-size: 19px;
  }

  h2.club-title {
    margin: 40px 0 0;
    font-size: 18px;
    padding: 20px 0 60px;
  }

  table.club-detail th {
    padding: 10px;
  }

  table.club-detail th,
  table.club-detail td {
    display: block;
    width: 100%;
  }

  .club-history table.club-detail tr:nth-of-type(even) th,
  .club-history table.club-detail tr:nth-of-type(even) td {
    background: none;
  }

  .club-history table.club-detail th {
    background: #eee !important;
  }

  .club-history {
    padding: 20px;
    margin-bottom: 40px;
  }

  .local-news-wrap .news {
    width: 48%;
  }

  .local-contents-wrap {
    padding: 150px 0 0;
  }

  .club-local-icatch {
    margin-bottom: 50px;
    height: 240px;
  }

  .local-contents-wrap h3 {
    font-size: 16px;
  }

  .local-contents-wrap a.btn {
    margin-top: 20px;
  }

  .club-point-area {
    padding-top: 100px;
  }

  .club-league .text {
    width: 100%;
  }

  .club-vision-wrap h2.title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: Helvetica, tbudgothic-std, sans-serif;
    line-height: 1.3;
    margin: 50px 0 30px;
  }

  .vision-read-wrap,
  .vision-content .text .inner {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }

  .vision-read-wrap {
    margin: 15px 0 80px;
  }

  .vision-read-wrap p {
    height: auto;
    margin-bottom: 8px;
  }

  .vision-read-wrap h3 {
    font-size: 25px;
    margin: 0 0 15px;
  }

  .vision-content {
    margin-bottom: 80px;
  }

  .vision-content .text .inner h3 {
    font-size: 23px;
    margin: 0 0 15px;
  }

  .vision-content .text .inner h3 br {
    display: none;
  }

  .vision-content .text {
    width: 100%;
    padding-top: 20px;
  }

  .vision-content .text .inner {
    height: auto;
  }

  section:nth-of-type(1).vision-content .thumb-icon {
    top: 0;
    right: -10px;
    transform: translateY(-60%);
  }

  section:nth-of-type(3).vision-content .thumb-icon {
    top: 0;
    right: -10px;
    transform: translateY(-40%);
  }

  .club-mission-wrap {
    margin: 0 0 80px;
    text-align: left;
  }

  .club-mission-wrap h3 {
    font-size: 25px;
  }

  .mission-content {
    display: block;
    margin-top: 15px;
  }

  .mission-content div {
    width: 100%;
    padding: 15px 20px;
  }

  .business-point .point-wrap div {
    width: 47%;
  }

  .perf-read,
  .business-message,
  .business-contact h3 {
    padding-top: 30px;
  }

  .perf-read h3,
  .business-message h3,
  .business-contact h3 {
    margin: 0 0 80px;
  }

  .business-contact {
    text-align: left;
  }

  /*
==================
PARTNER
==================
*/

  .partner-contents-wrap .partner-wrap a {
    width: 45%;
  }

  .partner-contents-wrap .linetop {
    padding: 160px 0 0;
  }

  .partner-contents-wrap .partner-wrap.main {
    margin-top: 50px;
  }

  .partner-contents-wrap .partner-wrap {
    margin: 0 auto;
  }

  .program-icatch-wrap {
    padding: 100px 20px;
  }
  .partner-contents-wrap .partner-wrap:before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .partner-contents-wrap .partner-wrap:after {
    content: "";
    display: block;
    width: 22%;
  }
  .program-icatch-wrap p {
    width: 50%;
    margin: 0 auto;
  }

  .program-icatch-wrap h3 {
    font-size: 25px;
  }

  .program-read {
    padding: 35px 20px;
    text-align: left;
  }

  .program-read h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .program-point h4 {
    font-size: 16px;
  }

  .program-point .point-wrap div {
    width: 46%;
    text-align: left;
    line-height: 1.3;
  }

  .program-point .point-wrap div h5 {
    margin-top: 8px;
  }

  .program-point.point1 .point-wrap div {
    margin-bottom: 30px;
  }

  .program-point .point-foot {
    margin-top: 40px;
  }

  .program-point,
  .program-partner {
    margin-bottom: 50px;
  }

  .program-point.point2 a.btn {
    font-size: 16px;
    margin-top: 25px;
    padding: 20px;
  }

  .program-point.point2 a.btn:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }

  .program-partner {
    padding-top: 0;
  }

  .program-partner h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .program-partner .partner-wrap .partner {
    width: calc((100% - 4px) / 3) !important;
  }

  .program-partner .partner-wrap .partner.main {
    width: calc((100% - 2px) / 2) !important;
  }

  .program-partner .info {
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }

  .business-contact {
    margin-bottom: 0;
  }

  /*
==================
MATCH
==================
*/

  .match-contents-wrap {
    padding: 120px 0 80px;
  }

  .match-contents-wrap h2 {
    margin-bottom: 60px;
  }

  .match-nav h2 {
    margin: 0;
  }

  .match-contents-wrap.page .tab_item {
    width: calc((100% - 8px) / 2);
  }

  .match-schedule-wrap .match-content.main,
  .match-schedule-wrap .match-content.normal {
    padding: 20px;
  }

  .match-schedule-wrap .match-content.main h3 {
    font-size: 20px;
  }

  .match-schedule-wrap .match-content.main .place {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .match-schedule-wrap .match-content.main h3 span {
    display: block;
    font-size: 20px;
    margin-left: 10px;
  }

  .match-schedule-wrap .match-content.main .match-type {
    position: static;
  }

  .match-schedule-wrap .match-content .team li span {
    width: 60%;
  }

  .match-schedule-wrap .match-content.main .match-ground {
    position: static;
    margin-bottom: 15px;
  }

  .match-schedule-wrap .match-content.normal {
    text-align: center;
    display: block;
  }

  .match-schedule-wrap .match-content.normal .match-type,
  .match-schedule-wrap .match-content.normal .date {
    width: 100%;
    margin-bottom: 20px;
  }

  .match-schedule-wrap .match-content.normal .team li span {
    width: 45%;
  }

  .match-banner a {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
  }

  .match-banner h3 {
    font-size: 33px;
  }

  .practice-wrap .practice {
    width: 100%;
    margin-bottom: 25px;
  }

  h2.practice-title {
    margin-top: 60px;
    font-size: 15px;
  }

  .practice-wrap .practice .game img {
    width: 20%;
  }

  .ranking-wrap {
    padding: 20px;
  }

  .ranking-wrap h3,
  .practice-wrap .practice h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .ranking-wrap table {
    width: 180%;
  }

  .ranking-wrap table thead th {
    white-space: nowrap;
  }

  .match-schedule-wrap .match-content.ranking-wrap:after {
    content: "→";
    display: block;
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 20px;
  }

  .ranking-wrap table tr:nth-of-type(1) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(2) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(3) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(4) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(5) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(6) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(7) td:nth-of-type(1):before,
  .ranking-wrap table tr:nth-of-type(8) td:nth-of-type(1):before {
    font-size: 17px;
  }

  .ranking-wrap table td,
  .ranking-wrap table td.logo {
    font-size: 13px;
    padding: 5px;
  }

  .ranking-wrap table td {
    width: 5%;
  }

  .ranking-wrap table td.logo {
    width: 20%;
  }

  .ranking-scroll {
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }

  .match-schedule-wrap .match-content.normal .team {
    width: 100%;
  }

  .season-end {
    padding: 20px;
  }

  /*
==================
PARTNER
==================
*/

  .partner-contents-wrap .partner-wrap .partner {
    width: 46%;
    text-align: left;
  }

  .partner-contents-wrap .partner-wrap.sub .partner {
    width: 31%;
    font-size: 12px;
  }

  .partner-contents-wrap .partner-wrap-sub {
    margin: 10px auto 50px;
  }

  .partner-contents-wrap .partner-wrap-sub p {
    text-align: left;
    font-size: 14px;
  }

  /*
==================
NEWS
==================
*/

  .news-contents-wrap:before {
    display: none;
  }

  .news-contents-wrap .inner {
    flex-flow: wrap;
  }

  .news-contents-wrap .main-contents {
    width: 100%;
  }

  .news-contents-wrap .side-nav {
    width: 100%;
  }

  .arc-box {
    padding: 10px;
  }

  .arc-box.category {
    left: auto;
    right: 0;
    width: 180px;
  }

  .news-contents-wrap {
    margin-bottom: 80px;
  }

  .news-contents-wrap .main-contents {
    padding-top: 80px;
  }

  .news-contents-wrap.business .main-contents {
    padding-top: 0;
  }

  .side-nav.business_cat .category-wrap {
    width: 100%;
    padding: 20px;
  }

  .news-contents-wrap .main-contents .contents {
    margin-bottom: 30px;
  }

  .news-contents-wrap .main-contents .contents .text-wrap {
    padding: 20px;
  }

  .news-contents-wrap .main-contents .contents h2 {
    font-size: 19px;
  }

  .news-contents-wrap label {
    font-size: 12px;
    padding: 10px;
  }

  .single-nav a {
    width: 125px;
  }

  .arc-nav a.next,
  .arc-nav a.prev {
    width: 120px;
  }

  .top-sp-match .match-content {
    background: #fff;
    padding: 10px 50px 10px 20px;
    align-items: center;
    text-align: center;
    position: relative;
  }

  .top-sp-match .match-content:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #4f2866;
    border-bottom: 2px solid #4f2866;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-45deg);
  }

  .top-sp-match .match-content .team {
    padding: 25px 20px;
    border-top: 2px solid #4f2866;
    border-bottom: 2px solid #4f2866;
  }

  .top-sp-match .match-content .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .top-sp-match .match-content .team li {
    display: block;
    width: 40%;
    line-height: 1.2;
    font-size: 11px;
  }

  .top-sp-match .match-content .team li.vs {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    width: 20%;
    font-family: Helvetica, tbudgothic-std, sans-serif;
  }

  .top-sp-match .match-content .team li span {
    display: block;
    width: 45%;
    max-width: 80px;
    margin: 0 auto;
  }

  .top-sp-match .match-content a {
    color: #1a50b7;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
  }

  .top-sp-match .match-content .match-type {
    font-weight: 700;
  }

  .top-sp-match .match-content .match-ground {
    background: #4f2866;
    color: #fff;
    line-height: 1;
    padding: 5px 25px;
  }

  .top-sp-match .match-content .match-ground.away {
    background: #bdacc8;
  }

  .top-sp-match .match-content .team {
    width: 45%;
    border: none;
    padding: 0;
  }

  .top-sp-match .match-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }

  .top-sp-match .match-content h3 span {
    display: block;
    font-size: 16px;
    margin-left: 5px;
  }

  .top-sp-match .match-content .date {
    width: 53%;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    font-family: Helvetica, tbudgothic-std, sans-serif;
    align-items: center;
  }

  .top-sp-match .match-content .date h3 {
    width: 30%;
  }

  .top-sp-match .match-content .date ul {
    width: 60%;
  }

  .top-sp-match .match-content .date li {
    display: block;
    text-align: left;
  }

  .top-sp-match .match-content .date .place {
    font-weight: 700;
  }

  .news-contents-wrap.business .side-nav {
    padding-top: 0;
  }

  /*
==================
POLICY
==================
*/

  .page-contents-wrap h2.policy-tit {
    font-size: 30px;
  }

  .page-contents-wrap {
    margin-bottom: 80px;
  }

  .side-sns-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .top-icatch-area .photo-wrap .slider.sl1 {
    transform: translate(-60%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl2 {
    transform: translate(-60%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl3 {
    transform: translate(-20%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl4 {
    transform: translate(-30%, 5%);
  }
  .top-icatch-area .photo-wrap .slider.sl5 {
    transform: translate(-20%, 4%);
  }

  .top-sp-match .match-content .date {
    font-size: 13px;
  }

  .top-sp-match .match-content .match-time span {
    display: none;
  }

  .ranking-wrap table td.logo {
    width: 17%;
  }

  .match-contents-wrap .ranking-wrap table td.logo {
    width: 25%;
  }

  .business-icatch-wrap .text-wrap .inner {
    font-size: 14px;
  }

  .business-read {
    padding: 30px 20px;
  }

  .business-read h3 {
    font-size: 16px;
  }

  .business-read h3 span {
    font-size: 14px;
  }

  .business-read .thumb-wrap {
    margin-bottom: 30px;
  }

  .business-icatch-wrap .text-wrap .inner h3 {
    font-size: 30px;
  }

  .business-icatch-wrap .text-wrap .inner {
    font-size: 12px;
    white-space: nowrap;
  }

  .business-point h3,
  .perf-title {
    font-size: 16px;
    padding: 12px;
    border-radius: 50px;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .perf-read h3,
  .business-message h3,
  .business-contact h3,
  .business-faq h3,
  .business-message .text-wrap h4 {
    font-size: 16px;
  }

  .business-point {
    margin-bottom: 40px;
  }

  .partner-contents-wrap {
    margin-bottom: 0;
  }

  .business-contact {
    padding-top: 20px;
  }

  .amitie-nav {
    font-size: 11px;
  }

  .amitie-nav li {
    width: calc(100% / 3);
    border-bottom: 1px solid #fff;
  }

  .amitie-nav li a {
    height: 2.4em;
  }

  .amitie-nav li img {
    margin-right: 0.5em;
    width: 2em;
  }

  .amitie-icatch-wrap {
    margin-bottom: 14em;
    height: calc(60vh - 60px);
    margin-bottom: 9em;
  }

  .amitie-read-wrap {
    position: static;
    width: 100%;
    padding: 4em 5%;
  }

  .amitie-read-wrap .read {
    font-size: 1.3em;
    margin-bottom: 1.2em;
  }

  .amitie-btn {
    margin-top: 2em;
  }

  .amitie-age-wrap .title,
  .amitie-age-wrap .sub-title {
    font-size: 1.2em;
  }

  .amitie-age-wrap .age-wrap {
    font-size: 0.6em;
  }

  .amitie-nav {
    top: calc(60vh - 60px);
  }

  .amitie-age-wrap {
    margin-bottom: 5em;
  }

  .amitie-school-wrap .title {
    font-size: 1.2em;
    padding: 1.1em 3em;
    margin: 0 auto 2em;
  }

  .amitie-school-wrap {
    padding: 5em 0 5em;
  }

  .amitie-school-slider .slide .inner {
    display: block;
  }

  .amitie-school-slider .slide .thumb-wrap {
    width: 100%;
    margin-bottom: 2em;
  }

  .amitie-school-slider .slide .text-wrap {
    width: 100%;
    padding: 0 8%;
    padding-left: 8em;
  }

  .amitie-school-slider .slide .text-wrap .num {
    transform: none;
    left: 4%;
  }

  .amitie-school-slider .slide .text-wrap .num {
    width: 6em;
    height: 6em;
    font-size: 0.7em;
  }

  .amitie-school-slider .slide .text-wrap .num span {
    font-size: 2.4em;
  }

  .amitie-school-slider-wrap .thumbnail {
    margin-top: 3em;
  }

  .amitie-school-wrap a.btn {
    margin-top: 3em;
  }

  .amitie-contents-title {
    font-size: 30px;
  }

  .amitie-place-wrap dl {
    font-size: 1.1em;
  }

  .amitie-place-wrap {
    margin: 5em auto 7em;
  }

  .amitie-place-wrap .sub-title {
    margin-bottom: 2em;
  }

  .amitie-page-icatch-wrap .page-title {
    font-size: 1.3em;
  }

  .page .amitie-school-wrap {
    padding-top: 9em;
  }

  .page .amitie-age-wrap {
    padding-top: 8em;
  }

  .page .amitie-age-wrap .age-wrap a {
    width: calc((100% - 20px) / 3);
  }

  .page .amitie-age-wrap .age-wrap {
    font-size: 0.6em;
  }

  .amitie-point-wrap {
    padding-top: 4em;
  }

  .amitie-point-contents {
    width: 90%;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding-bottom: 0;
  }

  .amitie-point-contents .read-wrap {
    display: block;
    margin-bottom: 2em;
  }

  .amitie-point-contents .read-wrap .thumb-wrap {
    width: 100%;
    margin-bottom: 1em;
  }

  .amitie-point-contents .read-wrap .text-wrap {
    width: 100%;
  }

  .amitie-point-contents .read-wrap .title-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .amitie-point-contents .read-wrap .title-wrap h3 {
    font-size: 0.6em;
  }

  .amitie-point-contents .read-wrap .title-wrap {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 2em;
  }

  .amitie-point-contents .point-contents-wrap {
    display: block;
  }

  .amitie-point-contents .point-contents-wrap .point-contents {
    width: 100%;
    margin-bottom: 2em;
  }

  .amitie-point-contents .point-contents-wrap .point-contents .title-wrap {
    margin-bottom: 1em;
  }

  .amitie-point-contents
    .point-contents-wrap
    .point-contents
    .title-wrap
    .title {
    font-size: 1.2em;
  }

  .amitie-point-contents .point-contents-wrap .point {
    font-size: 0.8em;
  }

  .amitie-point-contents .point-voice-contents-wrap .point-voice-contents {
    width: 100%;
    margin-bottom: 3em;
  }

  .amitie-point-contents .point-voice-wrap .contents-title {
    font-size: 1.2em;
    margin-bottom: 2em;
  }

  .amitie-point-contents .read-wrap .title-wrap .text {
    font-size: 1.4em;
  }

  .amitie-form-wrap .title {
    font-size: 1.2em;
  }

  .amitie-contents-wrap .amitie-school-slider-wrap .slick-next {
    width: 1em;
    height: 1em;
    top: auto;
    bottom: 5em;
    right: 1em;
  }

  .amitie-contents-wrap .amitie-school-slider-wrap .slick-prev {
    width: 1em;
    height: 1em;
    top: auto;
    bottom: 5em;
    left: 1em;
  }

  .amitie-contents-wrap .amitie-voice-slider .slick-next,
  .amitie-contents-wrap .amitie-voice-slider .slick-prev {
    width: 1em;
    height: 1em;
    top: -6em;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  .amitie-form-wrap select {
    height: 48px;
    padding: 10px 15px;
  }
}

@media (max-width: 400px) {
  .oc-logo img {
    width: 35px;
  }

  .top-news-area {
    padding: 60px 15px;
  }

  h2 {
    font-size: 30px;
  }

  .top-match-area .match-content {
    padding: 15px;
  }

  .top-match-area .match-content h3,
  .top-match-area .match-content .team li.vs {
    font-size: 16px;
  }

  .top-icatch-area::after {
    width: 42%;
  }

  .top-icatch-area .catch-copy span {
    letter-spacing: 0.2em;
  }

  .club-detail-icatch h3 {
    font-size: 18px;
  }

  .club-point {
    padding: 55px 15px 30px;
  }

  .club-detail-icatch {
    padding: 60px 20px;
  }

  .club-detail-icatch {
    margin-bottom: 70px;
  }

  .team-icatch h3,
  .match-banner h3 {
    font-size: 30px;
  }

  .team-icatch .vision h4 {
    font-size: 22px;
  }

  .match-contents-wrap {
    padding-top: 100px;
  }

  .match-contents-wrap h2 {
    margin-bottom: 0;
  }

  .news-contents-wrap .main-contents .contents h3 {
    margin-bottom: 5px;
  }

  .arc-box {
    padding: 0;
  }

  .top-sp-match .match-content {
    padding: 15px 40px 15px 20px;
  }

  .top-sp-match .match-content .team li.vs {
    font-size: 14px;
  }

  .ranking-wrap table {
    width: 250%;
  }

  .match-contents-wrap .ranking-wrap table {
    width: 260%;
  }

  .business-read h3 span {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .member-single-detail h2,
  .member-single-career h2 {
    font-size: 19px;
  }
}

@media screen and (min-width: 800px) and (max-height: 870px) {
  .head-match-area .team li span {
    width: 40px;
  }
  .head-match-area .team li:first-child:after {
    font-size: 18px;
  }
  .head-match-area {
    padding: 20px 16px;
  }
  .oc-logo {
    padding: 20px 40px;
  }
  .oc-logo img {
    width: 40px;
  }
  .head-match-area .match-ranking {
    margin-top: 25px;
  }
  .side-sns-nav {
    top: 70%;
  }
}

@media (max-width: 1025px) {
  .top-icatch-area .photo-wrap .slider.sl1 {
    transform: translate(-5%, 5%);
  }
}
@media (max-width: 640px) {
  .top-icatch-area .photo-wrap .slider.sl1 {
    transform: translate(-53%, 5%);
  }
}
@media (max-width: 800px) {
  /* 250620 TOP fv*/
  .top-icatch-area .photo-wrap {
    height: 86vh !important;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .top-icatch-area .photo-wrap .slider img {
    object-fit: contain;
    width: auto;
    height: 100%;
  }
  .top-icatch-area .photo-wrap .slider {
    height: 86vh;
    max-height: 86vh;
  }
  .top-icatch-area .photo-wrap .slick-slide {
    height: 86vh;
    max-height: 86vh;
    justify-content: flex-end;
  }
  .top-icatch-area .photo-wrap .slider.slider--miyagi {
    height: 80vh;
  }
  .top-icatch-area .photo-wrap .slider.slider--yamamoto {
    translate: 20vw 0;
  }
  .page-id-3112 .top-team-area .btn {
    margin-top: 20px;
  }
		        .top-icatch-area .photo-wrap .slider--fujioka {
  height: 70vh;
					translate:20vw 0;
}
