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

/*
Theme Name: おこしやす京都AC
*/

.sp {
  display: none;
}

.clm-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.crumb {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
}

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

.crumb li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4f2866;
  border-right: 1px solid #4f2866;
  transform: rotate(45deg) translateY(-0.1em);
  margin: 0 2px;
  vertical-align: middle;
}

.crumb li:last-child:after {
  display: none;
}

a.more {
  width: 64px;
  height: 64px;
  background: #4f2866;
  transform: rotate(45deg);
  display: table;
  margin: 50px auto 0;
  position: relative;
}

a.more:after {
  content: "MORE";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.wt a.more {
  background: #eee;
}
.wt a.more:after {
  color: #4f2866;
}

.linetop {
  position: relative;
}
.linetop:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #4f2866;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.onlinestore-link {
  display: block;
  position: fixed;
  top: 15px;
  right: 114px;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  z-index: 999;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  transition: 0.3s ease;
}

.onlinestore-link.bk {
  color: #4f2866;
  border: 1px solid #4f2866;
}

.top-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 125px;
  height: 68px;
  line-height: 1;
  z-index: 10;
}

.top-link-wrap p {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 40px;
  height: 100%;
}

.top-link-wrap span {
  display: inline-block;
  background: #4f2866;
  width: 68px;
  height: 68px;
  position: relative;
}

.top-link-wrap span:before {
  display: block;
  content: "+";
  font-size: 19px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 125px;
  height: 100vh;
  background: #fff;
  z-index: 3;
}

.oc-logo {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#311641+0,4a2560+100 */
  background: #311641; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #311641 0%,
    #4a2560 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #311641 0%,
    #4a2560 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #311641 0%,
    #4a2560 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311641', endColorstr='#4a2560',GradientType=1 ); /* IE6-9 */
  width: 100%;
  padding: 40px;
}

.head-match-area {
  text-align: center;
  padding: 35px 12px;
}

.head-match-area h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.head-match-area .place {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 700;
}

.head-match-area h2 span {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.head-match-area .team {
  margin-bottom: 10px;
}

.head-match-area .team li {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.head-match-area .team li:first-child:after {
  display: block;
  content: "VS";
  margin: 15px auto;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}

.head-match-area .team li span {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
}

.head-match-area .match-detail {
  display: block;
  color: #1a50b7;
  text-decoration: underline;
}

.head-match-area .match-ranking {
  display: block;
  border: 1px solid #4f2866;
  margin-top: 40px;
  font-size: 12px;
}

.match-link {
  display: none;
}

.side-sns-nav {
  display: table;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  opacity: 0;
  pointer-events: none;

  /*
試合情報非表示時
	opacity: 0;
	pointer-events: none;
*/

  z-index: 999;
}

.sns .side-sns-nav {
  opacity: 1;
  pointer-events: inherit;
}

.sns .head-match-area {
  opacity: 0;
  pointer-events: none;
}

.side-sns-nav li {
  display: block;
  margin-bottom: 25px;
}

header.open .side-sns-nav {
  opacity: 0;
}

.wrap {
  padding-left: 125px;
}

.top-icatch-area {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-icatch-area::after {
  content: "";
  display: block;
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  background: #4f2866;
}

.top-icatch-area .catch-copy-wrap {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 4;
}

.top-icatch-area .catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-icatch-area .catch-copy:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: #4f2866;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.top-icatch-area .catch-copy span {
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  letter-spacing: 0.3em;
  display: block;
  white-space: nowrap;
}

.top-icatch-area .photo-wrap {
  width: 50%;
  z-index: 3;
}

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

.top-icatch-area .photo-wrap .slider.sl1 {
  transform: translate(10%, 5%);
}
.top-icatch-area .photo-wrap .slider.sl2 {
  transform: translate(-20%, 5%);
}
.top-icatch-area .photo-wrap .slider.sl3 {
  transform: translate(20%, 5%);
}
.top-icatch-area .photo-wrap .slider.sl4 {
  transform: translate(20%, 5%);
}
.top-icatch-area .photo-wrap .slider.sl5 {
  transform: translate(20%, 5%);
}

.top-icatch-area .photo-wrap .slick-list {
  overflow: inherit;
}

.top-icatch-area .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 100px;
  z-index: 2;
  transform: translateX(-50%);
}

.top-icatch-area .slick-dots li {
  display: block;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background: #b7abbe;
  border-radius: 100%;
  margin: 20px 0;
  transition: all 0.2s ease;
  position: relative;
}

.top-icatch-area .slick-dots li.slick-active:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #281135;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-icatch-area .slick-dots li:hover,
.top-icatch-area .slick-dots li.slick-active {
  background: #281135;
}

.top-icatch-area .symbol {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}

h2,
.page-contents-wrap h1,
.match-contents-wrap h1 {
  text-align: center;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.wt h2,
.match-contents-wrap.wt h1,
.match-contents-wrap .crumb {
  color: #eee;
}

.match-contents-wrap .crumb li:after {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

h2 span,
.page-contents-wrap h1 span,
.match-contents-wrap h1 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.news-cat {
  background: #4f2866;
  color: #fff !important;
  line-height: 1;
  padding: 10px 15px;
}

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

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

.top-news-pickup-wrap .news .thumb {
  width: 100%;
  position: relative;
  line-height: 0;
}

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

.top-news-pickup-wrap .news .news-cat {
  position: absolute;
  bottom: -20px;
  left: -15px;
}

.top-news-pickup-wrap .date {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
}

.top-news-area {
  padding: 160px 50px 115px;
}

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

.top-news-area .slick-list {
  padding: 0 !important;
}

.top-news-area .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
}

.top-news-area .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 30px;
  height: 4px;
  background: #bdacc8;
  margin: 0 5px;
  transition: all 0.2s ease;
  position: relative;
}

.top-news-area .slick-dots li:hover,
.top-news-area .slick-dots li.slick-active {
  background: #4f2866;
}

.top-news-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.top-news-wrap .news {
  background: #fff;
  padding: 40px 60px 17px 20px;
  margin-bottom: 4px;
  position: relative;
}

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

.top-news-wrap .news .data {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.top-news-wrap .news .data .news-cat {
  margin-right: 4px;
  white-space: nowrap;
}

.top-match-area {
  padding: 120px 0;
  margin-top: 160px;
  background: url(img/common/bg_top-match.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.top-match-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4f2866cc;
  z-index: -1;
  pointer-events: none;
}
.top-match-area .slick-slide {
  margin: 0 5px;
}

.tabs {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 35px;
}

.tabs a.more {
  margin-top: 70px;
}

/*タブのスタイル*/
.tab_item {
  width: calc((100% - 12px) / 3);
  border: 1px solid #fff;
  background: #fff;
  color: #4f2866;
  padding: 10px 15px;
  margin-right: 4px;
  line-height: 1;
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
}
.tab_item:hover {
  background-color: #4f2866;
  color: #fff;
}

.sub .tab_item {
  border: none;
  background: none;
  color: #fff;
  padding: 10px;
  display: inline-block;
  line-height: 1.5;
}

.sub .tab_item:hover {
  background: none;
}

.top-team-area .tab_item {
  width: calc((100% - 12px) / 2);
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  width: 50vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 40px 0 0;
  clear: both;
}

.sub .tab_content {
  padding-top: 30px;
}

/*選択されているタブのコンテンツのみを表示*/
#match:checked ~ #match_content,
#result:checked ~ #result_content,
#ranking:checked ~ #ranking_content,
#member:checked ~ #member_content,
#staff:checked ~ #staff_content,
#obog:checked ~ #obog_content,
#area:checked ~ #area_content,
#society:checked ~ #society_content,
#tenno:checked ~ #tenno_content,
#area-cl:checked ~ #area-cl_content,
#coatch1:checked ~ #coatch1_content,
#coatch2:checked ~ #coatch2_content,
#coatch3:checked ~ #coatch3_content,
#coatch4:checked ~ #coatch4_content,
#coatch5:checked ~ #coatch5_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #4f2866;
  color: #fff;
}

.tabs.sub input:checked + .tab_item {
  background: none;
  border-bottom: 3px solid #fff;
}

.top-match-area .match-content-wrap .slick-list {
  overflow: unset;
}

.top-match-area .match-content-wrap .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  white-space: nowrap;
}

.top-match-area .match-content-wrap .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 30px;
  height: 4px;
  background: #bdacc8;
  margin: 0 5px;
  transition: all 0.2s ease;
  position: relative;
}

.top-match-area .match-content-wrap .slick-dots li:hover,
.top-match-area .match-content-wrap .slick-dots li.slick-active {
  background: #fff;
}

.top-match-area .match-content {
  width: 31%;
  background: #fff;
  padding: 25px 4%;
  text-align: center;
  opacity: 0.6;
  position: relative;
}

.top-match-area .slick-current .match-content {
  opacity: 1;
}

/* 残り1試合のスタイル */
.top-match-area .slick-list div:only-child.slick-slide .match-content {
  opacity: 1;
  transform: translateX(100%);
}

.top-match-area .match-content.empty {
  opacity: 0;
  display: none;
}

.top-match-area .match-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}

.top-match-area .match-content .place {
  margin-bottom: 10px;
}

.top-match-area .match-content h3 span {
  display: block;
  font-size: 17px;
}

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

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

.top-match-area .match-content .team li {
  display: block;
  width: 40%;
  line-height: 1.4;
}

.top-match-area .match-content .team li.vs {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  width: 20%;
}

.top-match-area .match-content .team li span {
  display: block;
  width: 64px;
  height: 64px;
  max-width: 80px;
  margin: 0 auto 10px;
}

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

.top-match-area .match-content .match-type {
  position: absolute;
  left: 5%;
  text-align: left;
  width: 8em;
  line-height: 1.5;
}

.top-match-area .match-content .match-ground {
  position: absolute;
  right: 5%;
}

.match-content.normal .match-ground {
  font-size: 12px;
}

.top-match-area .ranking-wrap {
  width: 90%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}

.top-match-area .ranking-wrap h4 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.top-match-area .ranking-wrap td {
  background: rgba(255, 255, 255, 1);
}
.top-match-area .ranking-wrap tr:nth-of-type(5) td {
  opacity: 0.4;
}
.top-match-area .ranking-wrap tr:nth-of-type(6) td {
  opacity: 0.2;
}

.top-team-area {
  padding: 260px 0 120px;
  background: url(img/common/bg_gray.png);
  background-size: cover;
}

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

.member-wrap {
  width: 90%;
  max-width: 1242px;
  margin: 0 auto;
}

.member-wrap:before {
  content: "";
  display: block;
  width: 21.8%;
  order: 1;
}

.member-wrap:after {
  content: "";
  display: block;
  width: 21.8%;
}

.member-wrap.gk {
  transform: translateX(13%);
}

.member-wrap .member {
  width: 21.8%;
  margin-bottom: 80px;
}

.member-wrap .member .thumb {
  width: 100%;
  line-height: 0;
}

.member-wrap .member h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.2;
}

.member-wrap .member h3 span {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: middle;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.foot-sns-wrap {
  padding: 120px 0 0;
}

.foot-sns-wrap a.btn img {
  vertical-align: middle;
  margin-right: 10px;
}

.foot-sns-wrap.linetop:before {
  top: 0;
  transform: translate(-50%, -50%);
}

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

.foot-yt-area {
  padding-bottom: 120px;
}

.yt-wrap .movie {
  width: 31%;
  height: 300px;
  background: #000;
}

.yt-wrap .slick-slide {
  margin: 0 15px;
}

.yt-wrap .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
}

.yt-wrap .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 30px;
  height: 4px;
  background: #bdacc8;
  margin: 0 5px;
  transition: all 0.2s ease;
  position: relative;
}

.yt-wrap .slick-dots li:hover,
.yt-wrap .slick-dots li.slick-active {
  background: #4f2866;
}

.yt-wrap .movie iframe {
  width: 100%;
  height: 100%;
}

.foot-yt-area a.btn {
  margin-top: 80px;
}

.foot-insta-area {
  padding-bottom: 120px;
}

.foot-fbtw-area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#311641+0,4a2560+100 */
  background: #311641; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #311641 0%,
    #4a2560 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #311641 0%,
    #4a2560 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #311641 0%,
    #4a2560 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#311641', endColorstr='#4a2560',GradientType=1 ); /* IE6-9 */
  padding: 80px;
  text-align: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.foot-fbtw-area:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #624f6d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.foot-fbtw-area div {
  width: 50%;
  text-align: center;
  font-size: 21px;
}

.foot-fbtw-area div span {
  display: block;
}

.foot-vision-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 260px 0 0;
}

.vision-thumb img {
  width: 100%;
}

.vision-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 80px auto;
  font-size: 15px;
}

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

.vision-text h3 {
  font-size: 35px;
  line-height: 1.6;
  margin-left: 50px;
}

.vision-text p {
  height: 180px;
  line-height: 2.4;
}

.foot-partner-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.partner-wrap {
  align-items: center;
  margin-bottom: 50px;
}

.partner-wrap li {
  width: 15%;
  margin: 0 2.5% 25px;
  position: relative;
}

.partner-wrap li a:hover {
  opacity: 1;
}

.partner-wrap li img {
  transition: 0.3s ease;
}

.partner-wrap li img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.partner-wrap li:hover img:nth-of-type(1) {
  opacity: 1;
}

.partner-wrap li:hover img:nth-of-type(2) {
  opacity: 0;
}

.partner-link {
  text-align: center;
  margin: 0 auto;
}

.partner-link li {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #4f2866;
  width: 260px;
  padding: 10px 15px;
  margin: 5px 10px;
  line-height: 1;
}

footer {
  background: #230534;
  color: #eee;
  position: relative;
  padding: 120px 0;
}

footer h2 {
  font-size: 16px;
  text-align: left;
  margin: 0 0 15px;
}

footer h2:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(img/common/icon_foot_arrow.png) no-repeat;
  background-size: cover;
  margin-right: 0.5em;
}

footer li {
  padding-left: 0.5em;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-bottom: 12px;
}

footer li:before {
  content: ">";
  margin-right: 0.5em;
}

footer .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .info,
footer .store {
  margin-bottom: 20px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 160px;
}

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

.m-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-contents-wrap {
  padding-top: 160px;
  position: relative;
}

.page-contents-wrap h1,
.match-contents-wrap h1 {
  font-size: 80px;
  line-height: 1.3;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-nav h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: inherit;
}

.page-nav a.current {
  color: #fff;
  background: #4f2866;
}

.page-nav a {
  display: inline-block;
  text-align: center;
  background: #fff;
  line-height: 1;
  padding: 15px;
  width: calc(20% - 1px);
}

.page-nav.clm3 a {
  width: calc(33.33% - 1px);
}
.page-nav.clm2 a {
  width: calc(50% - 1px);
}

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

.news-contents-wrap {
  margin-bottom: 120px;
  position: relative;
}

.news-contents-wrap .inner {
  width: 90%;
  max-width: 1376px;
  margin: 0 auto;
  flex-flow: row-reverse;
  position: relative;
}

.news-contents-wrap:before {
  content: "";
  display: block;
  width: calc((100vw - 125px) / 2);
  height: 60vh;
  background: #4f2866;
  position: absolute;
  right: 0;
}

.news-contents-wrap .main-contents {
  width: 66.8%;
  position: relative;
  padding-top: 140px;
}

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

.news-contents-wrap .main-contents .contents {
  background: #fff;
  margin-bottom: 50px;
}

.news-contents-wrap .main-contents .contents .text-wrap {
  padding: 45px;
  word-break: break-all;
}

.news-contents-wrap .thumb {
  position: relative;
  line-height: 0;
}

.news-contents-wrap .news-cat-wrap {
  position: absolute;
  left: 0;
  top: 0;
}

.news-contents-wrap .side-nav .news-cat-wrap {
  top: auto;
  bottom: 0;
}

.news-contents-wrap .news-cat-wrap .news-cat {
  display: inline-block;
  margin: 0 5px 5px 0;
  white-space: nowrap;
}

.news-contents-wrap .side-nav .news-cat-wrap .news-cat {
  margin-bottom: 0;
}

.news-contents-wrap .side-nav .news-cat {
  padding: 5px 10px;
}

.news-contents-wrap .date {
  text-align: right;
  font-size: 12px;
  margin: 8px 8px 0 0;
}

.news-contents-wrap .side-nav .date {
  font-size: 11px;
  margin: 2px 4px 2px 0;
}

.news-contents-wrap .main-contents .contents h2 {
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-contents-wrap .side-nav {
  width: 24%;
  padding-top: 140px;
}

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

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

.news-contents-wrap .side-nav .newpost-wrap .news {
  background: #fff;
  padding: 10px;
  padding-top: 0;
  position: relative;
}

.news-contents-wrap .side-nav .newpost-wrap .news .news-cat-wrap {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 0;
  transform: none;
  line-height: 1;
}

.news-contents-wrap .side-nav .newpost-wrap .news .news-cat-wrap .news-cat {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.news-contents-wrap .side-nav .newpost-wrap .news .date {
  padding-top: 4px;
}

.single-nav a {
  display: inline-block;
  background: #4f2866;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  width: 200px;
  position: relative;
}

.single-nav .prev a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.single-nav .next a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.arc-nav {
  position: relative;
}

.page-numbers {
  display: none;
}

.arc-nav a.next,
.arc-nav a.prev {
  display: inline-block;
  background: #4f2866;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  width: 200px;
  position: relative;
}

.arc-nav a.next {
  position: absolute;
  right: 0;
  top: 0;
}

.arc-nav a.prev {
  position: absolute;
  left: 0;
  top: 0;
}

.arc-nav a.prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.arc-nav a.next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.news-contents-wrap label {
  display: block;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #4f2866;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}

.news-contents-wrap label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
}

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

.news-contents-wrap .arc-box ul {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none;
}

.news-contents-wrap .arc-box li {
  height: 0;
  overflow: hidden;
  transition: all 0.5s, padding 0s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto;
  padding: 10px;
  opacity: 1;
  border-top: 1px solid #bbb;
}

.arc-box.category {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  z-index: 2;
}

.side-nav .arc-box {
  margin-top: 40px;
}

.news-cat-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 15px;
}

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

.club-detail-icatch h3 {
  text-align: center;
  font-size: 40px;
  color: #fff;
}

.club-point-area {
  padding: 120px 0 80px;
}

.club-point {
  width: 32%;
  background: #fff;
  padding: 55px 25px 30px;
  position: relative;
}

.club-point h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.club-point span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.club-point span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #4f2866;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15%) rotate(45deg);
  z-index: -1;
}

h2.club-title {
  width: 100%;
  background: #4f2866;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 30px 0 70px;
  margin: 50px 0 0;
}

table.club-detail {
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(-50px);
}

table.club-detail th {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #4f2866;
  font-weight: 700;
  background: #ede9ef;
}

table.club-detail td {
  padding: 15px 20px;
  border-bottom: 1px solid #4f2866;
}

table.club-detail tr:last-child th,
table.club-detail tr:last-child td {
  border: none;
}

.club-history {
  padding: 25px;
  background: #fff;
  transform: translateY(-50px);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
}

.club-history table {
  transform: none;
  width: 100%;
  max-width: none;
}

.club-history table.club-detail th,
.club-history table.club-detail td {
  border: none;
  color: #333;
  background: none;
}

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

.club-contents-wrap.local {
  margin-bottom: 120px;
}

.club-local-icatch {
  width: 100%;
  background: url(img/common/bg_local.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  height: 400px;
  margin-bottom: 100px;
}

.local-read {
  font-variant: 700;
  color: #1a1a1a;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.local-contents-wrap:before {
  top: 50px;
}

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

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

.local-contents-wrap h3 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}

.local-news-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.local-news-wrap:after {
  content: "";
  display: block;
  width: 23%;
}

.local-news-wrap .news {
  width: 23%;
  margin-bottom: 40px;
}

.local-news-wrap .news .date {
  font-size: 11px;
  text-align: right;
}

.local-news-wrap .news .thumb {
  position: relative;
  line-height: 0;
}

.local-news-wrap .news .news-cat {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.club-league {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 120px;
}

.club-league .text {
  width: 48%;
  background: #fff;
  border: 2px solid #ff0000;
  padding: 20px;
  color: #1a1a1a;
  margin-top: 15px;
}

.club-league .text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 4px;
}

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

.vision-icatch-wrap img {
  width: 100%;
}

.vision-read-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 80px auto 120px;
  font-size: 15px;
}

.vision-read-wrap h3 {
  font-size: 35px;
  line-height: 1.6;
  margin-left: 50px;
}

.vision-read-wrap p {
  height: 240px;
  line-height: 2.4;
}

.vision-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px;
  position: relative;
}

section:nth-of-type(2).vision-content {
  flex-flow: row-reverse;
}

.vision-content .thumb {
  width: 42%;
}

.vision-content .text {
  width: 50%;
  padding-top: 80px;
}

.vision-content .text .inner {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright; /* すべて縦方向に表示 */
  position: relative;
  line-height: 2.4;
  width: 100%;
  height: 400px;
}

.vision-content .text .inner h3 {
  font-size: 30px;
  margin-left: 50px;
  line-height: 1.8;
  text-indent: -0.5em;
}

.vision-content .thumb-icon {
  position: absolute;
  z-index: -1;
}

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

section:nth-of-type(2).vision-content .thumb-icon {
  top: 0;
  left: -20px;
  transform: translateY(-50%);
}

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

.club-mission-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin: 50px auto 150px;
}

.club-mission-wrap h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.mission-content {
  justify-content: space-around;
  margin-top: 30px;
}

.mission-content div {
  width: 48%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

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

.partner-contents-wrap {
  margin-bottom: 120px;
}

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

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

.partner-contents-wrap .partner-wrap {
  margin-top: 40px;
  align-items: flex-start;
}

.partner-contents-wrap .partner-wrap.main {
  margin-top: 120px;
  justify-content: space-between;
}

.partner-wrap-sub {
  margin-top: 40px;
}
/*
.partner-contents-wrap .partner-wrap:before{
	content: "";
	display: block;
	width: 22%;
	order: 1;
}

.partner-contents-wrap .partner-wrap:after{
	content: "";
	display: block;
	width: 22%;
}
*/
.partner-contents-wrap .partner-wrap .partner {
  display: block;
  width: 22%;
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
  transition: 0.3s ease;
}

.partner-contents-wrap .partner-wrap.sub .partner {
  display: block;
  width: 15%;
  text-align: center;
  margin-bottom: 40px;
  text-decoration: underline;
  transition: 0.3s ease;
}

.partner-contents-wrap .partner-wrap .thumb {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1;
}

.partner-contents-wrap .partner-wrap-sub {
  margin: 80px auto 100px;
}

.partner-contents-wrap .partner-wrap-sub p {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
}

.partner-contents-wrap .partner-wrap-sub li:first-child,
.partner-contents-wrap .partner-wrap-sub li:last-child {
  display: block;
  text-decoration: none;
  margin: 4px 0;
}

h3.partner-tit {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.partner-form-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 120px;
  padding-top: 80px;
}

.partner-form-wrap dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.partner-form-wrap dd {
  padding-bottom: 20px;
}

.partner-form-wrap dd span {
  margin-top: 10px;
  display: block;
  font-size: 13px;
}

.partner-read {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
}

.business-contents-wrap .side-nav {
  width: 25%;
  padding: 0 50px 0 50px;
  position: relative;
}

.business-contents-wrap .side-content-wrap.fixed {
  position: fixed;
  width: 25%;
  padding: 0 130px 0 0;
  top: 50px;
  transition: opacity 0.4s ease;
}

.business-contents-wrap .side-content-wrap.fixed-end {
  opacity: 0;
}

.business-contents-wrap .side-nav .inner {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
}

.business-contents-wrap .side-nav .inner li,
.side-nav.business_cat .category-wrap li {
  text-indent: -1.2em;
  padding-left: 1.5em;
}

.business-contents-wrap .side-nav .inner li::before,
.side-nav.business_cat .category-wrap li::before {
  content: "●";
  display: inline-block;
  color: #4f2866;
  font-size: 11px;
  margin-left: 1.2em;
}

.business-contents-wrap .side-nav .contact-btn-wrap a {
  background: #a98a47;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: block;
  padding: 20px;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
}

.business-contents-wrap .side-nav .category-wrap h3,
.side-nav.business_cat .category-wrap h3 {
  background: #4f2866;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.side-nav.business_cat .category-wrap {
  background: #fff;
  padding: 10px;
}

.business-contents-wrap .side-nav .category-wrap a,
.side-nav.business_cat .category-wrap li {
  color: #1a1a1a;
  text-decoration: underline;
}

.business-contents-wrap .main-contents {
  width: 75%;
  padding-right: 4%;
}

.business-icatch-wrap {
  margin: 50px 0 100px;
  width: 100%;
  line-height: 1;
}

.business-icatch-wrap .text-wrap {
  width: 50%;
  position: relative;
  background: url(img/page/business_icatch_bg.jpg) no-repeat;
  background-size: cover;
}

.business-icatch-wrap .text-wrap .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.business-icatch-wrap .text-wrap .inner h3 {
  font-size: 47px;
  font-weight: 700;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  white-space: nowrap;
  margin-bottom: 20px;
}

.business-icatch-wrap .text-wrap .inner h3 span {
  font-weight: normal;
  margin: 0 0.5em;
}

.business-icatch-wrap .thumb-wrap {
  width: 50%;
  line-height: 0;
}

.business-read {
  background: #fff;
  color: #1a1a1a;
  padding: 50px;
  width: 85%;
  margin: 0 auto 60px;
}

.business-read h3 {
  font-size: 25px;
  color: #4f2866;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.business-read h3 span {
  font-size: 20px;
  display: table;
  margin: 0 auto 50px;
  border-bottom: 3px solid #4f2866;
}

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

.business-read .thumb-wrap.foot {
  margin: 0;
  margin-top: 40px;
}

.business-point {
  width: 85%;
  margin: 0 auto 60px;
}

.business-point h3 {
  background: #4f2866;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-size: 20px;
  margin-bottom: 50px;
}

.business-point .point-wrap div {
  width: 30%;
  margin-bottom: 15px;
}

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

.perf-contents-wrap:before {
  top: 0;
  transform: translate(-50%, -90%);
}

.perf-read {
  position: relative;
  padding-top: 50px;
}

.perf-read:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #4f2866;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.perf-read h3 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 100px;
  text-align: center;
}

.perf-read .text-wrap {
  color: #1a1a1a;
  background: #fff;
  padding: 50px;
  transform: translateY(-50px);
  width: 85%;
  margin: 0 auto;
}

.perf-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.perf-contents {
  background: #fff;
  padding: 50px;
  width: 85%;
  margin: 0 auto 25px;
  color: #1a1a1a;
}

.perf-contents .thumb-wrap {
  width: 40%;
}

.perf-contents .thumb-wrap h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.perf-contents .thumb-wrap h5 span {
  display: block;
  font-size: 15px;
}

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

.perf-contents .text-wrap .title {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #4f2866;
}

.business-media {
  text-align: center;
  margin-bottom: 100px;
}

.business-media h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.business-media .media-list {
  color: #1a1a1a;
  margin: 20px auto 40px;
}

.business-media .media-list li {
  display: inline-block;
}

.business-media .media-list li:after {
  content: "/";
  margin-left: 10px;
}

.business-media .media-list li:last-child:after {
  display: none;
}

.business-media .media-list li a {
  text-decoration: underline;
}

.business-media .local-news-wrap {
  text-align: left;
}

.business-media a.btn {
  margin-top: 0;
}

.business-message {
  position: relative;
  padding-top: 50px;
}

.business-message:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #4f2866;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.business-message h3 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 100px;
  text-align: center;
}

.business-message .text-wrap {
  background: #fff;
  padding: 50px;
  transform: translateY(-50px);
  width: 85%;
  margin: 0 auto;
  color: #1a1a1a;
}

.business-message .text-wrap h4 {
  font-size: 25px;
  font-weight: 700;
  color: #4f2866;
  margin-bottom: 25px;
}

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

.business-message .profile {
  width: 25%;
}

.business-message .profile p {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #4f2866;
  margin-top: 5px;
  line-height: 1.5;
}

.business-faq {
  width: 85%;
  margin: 0 auto 50px;
}

.business-faq h3 {
  background: #4f2866;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-size: 20px;
  margin-bottom: 50px;
}

.business-faq .faq {
  width: 48%;
  background: #fff;
  margin-bottom: 25px;
}

.business-faq .faq dt {
  padding: 20px;
  padding-left: 80px;
  background: #e6e0e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.business-faq .faq dt:before {
  content: "Q";
  font-size: 25px;
  display: inline-block;
  position: absolute;
  left: 30px;
  font-weight: 700;
}

.business-faq .faq dd {
  padding: 20px;
  padding-left: 80px;
  position: relative;
  color: #1a1a1a;
}

.business-faq .faq dd:before {
  content: "A";
  font-size: 25px;
  display: inline-block;
  position: absolute;
  left: 30px;
  color: #4f2866;
  font-weight: 700;
}

.business-contact {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

.business-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #4f2866;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.business-contact h3 {
  font-size: 26px;
  color: #fff;
  margin: 0 0 100px;
  text-align: center;
}

.business-contact .text-wrap {
  color: #1a1a1a;
  background: #fff;
  padding: 50px;
  transform: translateY(-50px);
  width: 85%;
  margin: 0 auto;
}

.business-contact .read {
  font-weight: 700;
  margin-bottom: 40px;
}

.business-contact .contact-thumb-wrap div {
  width: 48%;
  margin-bottom: 25px;
}

.business-contact .tel {
  color: #4f2866;
  font-weight: 700;
  margin-bottom: 40px;
}

.business-contact .form-wrap {
  text-align: left;
  color: #4f2866;
}

.business-contact .form-wrap dd {
  margin-bottom: 20px;
}

.business-contact .form-wrap .submit {
  width: 80%;
}

.business-contact .form-wrap input[type="submit"] {
  width: 100%;
  font-size: 20px;
  color: #fff;
  background: #a88a47;
  border-radius: 5px;
  padding: 20px;
}

.business-contact .form-wrap input[type="button"] {
  display: table;
  margin: 40px auto 0;
}

.business-contact .form-wrap dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.program-icatch-wrap {
  text-align: center;
  padding: 200px 20px;
  background: url(img/page/program_bg.jpg) no-repeat;
  background-size: cover;
}

.program-icatch-wrap h3 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.program-read {
  text-align: center;
  padding: 100px 20px;
  color: #333;
}

.program-read h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #4f2866;
}

.program-point,
.program-partner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
}

.program-point h4 {
  background: #4f2866;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

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

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

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

.program-point.point1 .point-wrap div h5 {
  font-weight: 700;
}

.program-point .point-foot {
  font-weight: 700;
}

.program-point .point-foot a {
  text-decoration: underline;
}

.program-point.point2 a.btn {
  font-size: 20px;
  font-weight: 700;
  color: #4f2866;
  background: #fff;
  border: 2px solid #4f2866;
  padding: 20px 80px;
  position: relative;
}

.program-point.point2 a.btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4f2866;
  border-right: 2px solid #4f2866;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}

.program-partner {
  padding-top: 50px;
}

.program-partner h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 50px;
}

.program-partner .partner-wrap .partner {
  width: calc((100% - 10px) / 5);
  margin-bottom: 2px;
  line-height: 1;
}

.program-partner .partner-wrap .partner.main {
  width: calc((100% - 6px) / 4);
}

.program-partner .info {
  text-align: right;
  font-weight: 700;
  font-size: 15px;
}

.program-contact {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px;
  text-align: center;
}

.program-contact.business-contact .text-wrap {
  width: 90%;
}

.program-banner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

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

.team-icatch {
  width: 100%;
  background: url(img/common/bg_team.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 50px;
  text-align: center;
  color: #fff;
}

.team-icatch h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.team-icatch .subtitle {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 80px;
}

.team-icatch .concept {
  font-size: 15px;
  margin: 0 0 80px;
}

.team-icatch .concept h4 {
  font-size: 18px;
}

.team-icatch .vision h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.team-icatch .vision h4 span {
  font-size: 15px;
  display: block;
  font-weight: normal;
}

.tabs.team {
  width: 90%;
  max-width: 740px;
}

.tabs.team .tab_item {
  border: none;
}

.tabs.team .tab_item h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: inherit;
}

.tabs.team .tab_content {
  padding-top: 80px;
}

h3.position-tit {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.member-single-icatch {
  width: 100%;
  height: 80vh;
  flex-flow: row-reverse;
  margin-bottom: 60px;
}

.member-single-icatch .thumb-wrap {
  width: 50%;
  height: 100%;
  background: #4f2866;
  overflow: hidden;
  position: relative;
}

.member-single-icatch .thumb-wrap img {
  width: auto;
  max-width: none;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.member-single-icatch .text-wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.4vw;
  font-weight: bold;
  white-space: nowrap;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.member-single-icatch .text-wrap h1 span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.member-single-icatch .text-wrap h1 span.num {
  font-size: 2.5em;
  line-height: 1;
}

.member-single-icatch .text-wrap h1 span.position {
  font-size: 0.6em;
  margin-bottom: 40px;
}

.member-single-icatch .text-wrap h1 span.kana {
  font-size: 0.26em;
  margin-top: 20px;
}

.member-single-detail {
  background: #fff;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto 160px;
  padding: 40px 10vw;
  position: relative;
}

.member-single-detail .inner {
  height: 300px;
  overflow: hidden;
  transition: 0.3s ease;
}

.member-single-detail.active .inner {
  height: auto;
}

.member-single-detail h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.member-single-detail table {
  width: 100%;
  border-top: 1px solid #4f2866;
  margin-bottom: 50px;
}

.member-single-detail th {
  padding: 20px;
  border-bottom: 1px solid #4f2866;
  font-weight: bold;
}

.member-single-detail .staff th {
  width: 20%;
}

.member-single-detail td {
  padding: 20px;
  border-bottom: 1px solid #4f2866;
}

.member-single-detail .toggle-btn {
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
}

.member-single-detail .toggle-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4f2866;
  transform: rotate(45deg);
}

.member-single-detail .toggle-btn:after {
  content: "OPEN";
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.member-single-detail.active .toggle-btn:after {
  content: "CLOSE";
}

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

.member-single-sns h3 {
  text-align: center;
  background: #4f2866;
  color: #fff;
  font-size: 17px;
  padding: 25px;
  font-weight: bold;
}

.member-single-career {
  background: #fff;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 50px;
}

.member-single-career.season {
  padding: 0 50px 100px;
}

.member-single-career h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

.member-single-career table {
  width: 100%;
  border-top: 1px solid #4f2866;
}

.member-single-career th {
  padding: 20px;
  border-bottom: 1px solid #4f2866;
  font-weight: bold;
}

.member-single-career td {
  padding: 20px;
  border-bottom: 1px solid #4f2866;
}

.member-single-career td h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.member-single-career td h3:nth-of-type(2) {
  margin-top: 10px;
}

.member-single-career thead td {
  padding: 5px;
  background: #4f2866;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

.member-goods-wrap:after {
  content: "";
  display: block;
  width: 30%;
}

.member-goods-wrap .goods {
  width: 30%;
  margin-bottom: 40px;
  line-height: 2;
}

.member-goods-wrap .goods h4 {
  font-weight: bold;
}

.member-goods-wrap .goods p {
  font-size: 12px;
}

.season-wrap td {
  text-align: center;
}

.member-single-sns .sns-btn {
  display: table;
  margin: 0 auto;
  text-align: center;
}

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

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

.member-single-post {
  width: 90%;
  max-width: 1400px;
  margin: 80px auto 0;
}

.member-single-post h3 {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}

.member-news-wrap:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.member-news-wrap:after {
  content: "";
  display: block;
  width: 23%;
}

.member-news-wrap .news {
  width: 23%;
  margin-bottom: 40px;
}

.member-news-wrap .news .date {
  font-size: 11px;
  text-align: right;
}

.member-news-wrap .news .thumb {
  position: relative;
  line-height: 0;
}

.member-news-wrap .news .news-cat {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.member-single-nav {
  width: 90%;
  max-width: 1240px;
  margin: 80px auto 160px;
}

.member-single-nav p {
  position: relative;
  max-width: 325px;
  width: 48%;
}

.member-single-nav span {
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 4em;
  top: 50%;
  transform: translateY(-50%);
}

.member-single-nav a {
  padding: 20px 50px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: block;
  background: #4f2866;
  font-size: 15px;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}

.member-single-nav p:nth-of-type(1) a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.member-single-nav p:nth-of-type(2) a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.top-team-area.single {
  padding: 100px 0 120px;
  margin-top: 100px;
}

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

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

.match-contents-wrap {
  padding: 160px 0 120px;
  position: relative;
  z-index: 1;
}

.match-contents-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 60vh;
  background: url(img/common/bg_top-match.jpg) center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -4;
}
.match-contents-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 80vh;
  background: #4f2866cc;
  z-index: -3;
  pointer-events: none;
}

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

.match-schedule-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.match-schedule-wrap .match-content {
  background: #fff;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.match-contents-wrap.page .tabs {
  max-width: 1000px;
}

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

.match-schedule-wrap .match-content.main {
  padding: 40px 15%;
}

.match-schedule-wrap .match-content.main h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

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

.match-schedule-wrap .match-content.main .place {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

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

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

.match-schedule-wrap .match-content .team.away {
  flex-flow: row-reverse;
}

.match-schedule-wrap .match-content .team li {
  display: block;
  width: 40%;
  line-height: 1.4;
}

.match-schedule-wrap .match-content .team li.vs {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  width: 20%;
}

.match-schedule-wrap .match-content.normal .match-type {
  width: 20%;
}

.match-schedule-wrap .match-content.normal .date {
  width: 40%;
  text-align: left;
}

.match-schedule-wrap .match-content.normal .team li.vs {
  font-size: 22px;
}

.match-schedule-wrap .match-content .team li span {
  display: block;
  width: 80%;
  max-width: 80px;
  margin: 0 auto 10px;
}

.match-content .team li h4 {
  height: 2.2em;
}

.result .match-content .team li h4 {
  height: 3.2em;
}

.result .match-content .team li span {
  width: 60%;
  max-width: 60px;
}

.match-content .team li span.score {
  font-size: 40px;
  font-weight: 700;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  margin: 4px auto 0;
  height: auto;
  line-height: 1;
}

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

.match-content .match-type {
  width: 10em;
  font-weight: 700;
  text-align: left;
}

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

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

.match-schedule-wrap .match-content.main .match-type {
  position: absolute;
  left: 15%;
  text-align: left;
  width: 10em;
  line-height: 1.5;
}

.match-schedule-wrap .match-content.main .match-ground {
  position: absolute;
  right: 15%;
}

.match-schedule-wrap .match-content.normal {
  padding: 25px 40px;
  align-items: center;
}

.match-schedule-wrap .match-content.normal .team {
  width: 30%;
  border: none;
  padding: 0;
}

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

.match-schedule-wrap .match-content.normal h3 {
  font-size: 25px;
  font-weight: 700;
}

.match-schedule-wrap .match-content.normal h3 span {
  font-size: 18px;
  margin-left: 5px;
}

.match-schedule-wrap .match-content.normal .date li {
  display: inline-block;
}

.match-schedule-wrap .match-content.normal .date .place {
  font-weight: 700;
}

.match-banner {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
  justify-content: space-around;
}

.match-banner a {
  display: block;
  width: 48%;
  height: 200px;
  background: #000;
  position: relative;
}

.match-banner a:nth-of-type(1) {
  background: url(img/common/bg_studium.jpg) no-repeat;
  background-size: cover;
}

.match-banner a:nth-of-type(2) {
  background: url(img/common/bg_manners.jpg) no-repeat;
  background-size: cover;
}

.match-banner h3 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.match-banner h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

h2.practice-title {
  background: #4f2866;
  padding: 15px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 80px 0 40px;
}

.practice-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.practice-wrap .practice {
  width: 15%;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 25px;
}

.practice-wrap .practice.sat {
  border-top: 8px solid #3e8bd2;
}

.practice-wrap .practice.sun {
  border-top: 8px solid #f26086;
}

.practice-wrap .practice h4 {
  font-size: 22px;
  font-weight: 700;
}

.practice-wrap .practice h4 span {
  display: block;
  font-size: 15px;
}

.practice-wrap .practice .game {
  margin: 20px auto 0;
  color: #4f2866;
}

.practice-wrap .practice .game h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.practice-wrap .practice .game p {
  font-size: 12px;
}

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

.ground-map-area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.ground-map-wrap {
  margin-top: 80px;
  text-align: center;
}

.ground-map-wrap h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.ground-map-wrap p {
  margin-bottom: 15px;
  font-size: 16px;
}

.ground-map-wrap iframe {
  width: 100%;
  height: 400px;
}

.ranking-wrap {
  padding: 40px;
}

.ranking-wrap h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.ranking-wrap table {
  width: 100%;
  border-right: 1px solid #341348;
  line-height: 1.5;
}

.ranking-wrap table thead {
  color: #fff;
  background: #341348;
  font-size: 700;
}

.ranking-wrap table .hometeam td {
  background: #bdacc8;
  color: #fff;
}

.ranking-wrap table thead th {
  padding: 5px;
  text-align: center;
}

.ranking-wrap table td {
  border-left: 1px solid #341348;
  border-bottom: 1px solid #341348;
  padding: 5px;
  position: relative;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.ranking-wrap table td.logo {
  text-align: left;
  padding: 5px 10px;
}

.ranking-wrap table td.logo img {
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}

.ranking-wrap table tr:nth-of-type(1) td:nth-of-type(1):before {
  content: "1";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(2) td:nth-of-type(1):before {
  content: "2";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(3) td:nth-of-type(1):before {
  content: "3";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(4) td:nth-of-type(1):before {
  content: "4";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(5) td:nth-of-type(1):before {
  content: "5";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(6) td:nth-of-type(1):before {
  content: "6";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(7) td:nth-of-type(1):before {
  content: "7";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ranking-wrap table tr:nth-of-type(8) td:nth-of-type(1):before {
  content: "8";
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.match-nav {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 35px;
}

.match-nav h2 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  color: inherit;
}

/*タブのスタイル*/
.match-nav a {
  width: 33%;
  border: 1px solid #fff;
  background: #fff;
  color: #4f2866;
  padding: 10px 15px;
  line-height: 1;
  text-align: center;
  display: block;
  transition: all 0.2s ease;
}
.match-nav a:hover,
.match-nav a.current {
  background-color: #4f2866;
  color: #fff;
}

.season-end {
  width: 90%;
  max-width: 1000px;
  padding: 100px 50px;
  margin: 0 auto 20px;
  background: #fff;
  text-align: center;
}

.top-match-area .season-end {
  max-width: 600px;
  background: 0;
  padding: 0;
}

.season-end p {
  font-weight: bold;
  border: 2px solid #c30909;
  color: #c30909;
  padding: 10px;
}

.top-match-area .season-end p {
  color: #fff;
  border-color: #fff;
  margin: 40px 0;
}

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

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

.policy-contents-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 120px;
}

.policy-contents-wrap .policy-read {
  margin-bottom: 40px;
}

.policy-contents-wrap .policy {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
}

.policy-contents-wrap .policy h2 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.policy-contents-wrap .policy-info {
  text-align: right;
}

/*
======================
CONTACT
======================
*/

.contact-contents-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 120px;
}

.contact-contents-wrap dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-contents-wrap dd {
  padding-bottom: 20px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  height: 60px;
  padding: 20px 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85714;
  letter-spacing: 0.1em;
  border: 1px solid #ccc;
  margin-top: 0;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  outline: none;
  -webkit-appearance: none;
}

textarea {
  height: 200px;
}

input[type="submit"] {
  padding: 15px 77px;
  background: #4f2866;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in;
  box-sizing: border-box;
  margin: 0 10px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
}

input[type="button"] {
  padding: 15px 77px;
  background: #bbb;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in;
  margin: 0 10px;
}

.confirm {
  text-align: center;
  margin: 0 0 40px;
  padding-top: 80px;
  font-weight: 700;
  font-size: 16px;
}

.submit {
  position: relative;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

.wpcf7c-conf {
  background: none !important;
  border: none !important;
  color: #999 !important;
}

.ajax-loader,
div.wpcf7-mail-sent-ok {
  display: none !important;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
input:-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
textarea:-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}
textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

select::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
select:-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}
select::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.info-wrap {
  text-align: center;
  margin: 100px auto 120px;
  width: 90%;
}

.info-wrap h2 {
  font-size: 30px;
}

.info-wrap a {
  display: block;
  margin-top: 40px;
  text-decoration: underline;
}

/* AMITIE */

.amitie-contents-wrap {
  position: relative;
  color: #111;
}

.amitie-btn {
  padding: 1.4em 7em;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: table;
  background: #efa61a;
  font-size: 1.2em;
  border-radius: 0.5em;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
  position: relative;
  margin: 50px auto 0;
  min-width: 325px;
}

.amitie-btn:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(img/page/icon_amitie_contact.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}

.amitie-contents-title {
  color: #1ba560;
  text-align: center;
  font-size: 53px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: Helvetica, tbudgothic-std, sans-serif;
}

.amitie-contents-title span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.amitie-icatch-wrap {
  width: 100%;
  height: calc(100vh - 60px);
  background: url(img/page/amitie_icatch.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 4em;
}

.amitie-read-wrap {
  width: 60%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.7);
  padding: 4em 6em;
  position: absolute;
  right: 10%;
  top: 40vh;
  color: #fff;
}

@media (max-height: 900px) {
  .amitie-read-wrap {
    top: 30vh;
    padding: 2em;
  }
}

.amitie-read-wrap .read {
  font-size: 1.66em;
  text-align: left;
  margin-bottom: 1.6em;
}

.amitie-read-wrap .amitie-logo {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 26%;
  max-width: 160px;
  min-width: 100px;
}

.amitie-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #1ba560;
  color: #fff;
  position: absolute;
  top: calc(100vh - 60px);
}

.amitie-nav li {
  width: calc(100% / 6);
  border-left: 1px solid #fff;
  font-size: 1.13em;
}

.amitie-nav li a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amitie-nav li:first-child {
  border-left: none;
}

.amitie-nav li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

.amitie-age-wrap {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 7em;
}

.amitie-age-wrap .title {
  font-size: 1.66em;
  margin-bottom: 1em;
  line-height: 2;
}

.amitie-age-wrap .sub-title {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 2em;
  color: #1ba560;
  border: 2px solid #1ba560;
  padding: 1.3em 4em;
  text-align: center;
  position: relative;
}

.amitie-age-wrap .sub-title:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #1ba560;
  border-right: 2px solid #1ba560;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 56%) rotate(135deg);
}

.amitie-age-wrap .age-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amitie-age-wrap .age-wrap a {
  display: block;
  width: calc((100% - 16px) / 3);
  height: 10.5em;
  margin-bottom: 8px;
  background: #efa61a;
  border-radius: 0.66em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.4;
}

.amitie-age-wrap .age-wrap a span {
  display: inline-block;
}

.amitie-age-wrap .age-wrap a span.num {
  font-size: 5em;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  font-weight: 700;
}

.amitie-school-wrap {
  background: #fff;
  padding: 6em 0 10em;
  margin-bottom: 6em;
}

.amitie-school-wrap .title {
  display: table;
  font-size: 1.4em;
  line-height: 1;
  color: #1ba560;
  border: 2px solid #1ba560;
  padding: 1.3em 4em;
  margin: 0 auto 3em;
}

.amitie-school-slider-wrap .thumbnail {
  width: 90%;
  max-width: 880px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6em auto 0;
}

.amitie-school-slider-wrap .slick-list {
  overflow: inherit;
}

.amitie-school-slider-wrap .thumbnail .slick-slide {
  margin: 0 0.3em;
  opacity: 0.7;
}

.amitie-school-slider-wrap .thumbnail .slick-slide.slick-current {
  opacity: 1;
}

.amitie-school-slider .slide .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.amitie-school-slider .slide .thumb-wrap {
  width: 50%;
}

.amitie-school-slider .slide .thumb-wrap img {
  width: 100%;
}

.amitie-school-slider .slide .text-wrap {
  width: 50%;
  padding: 0 10% 0 10em;
  position: relative;
  transform: translateY(2em);
}

.amitie-school-slider .slide .text-wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #1ba560;
  color: #fff;
  width: 6em;
  height: 6em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translate(80%, -110%);
}

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

.amitie-school-slider .slide .text-wrap .slide-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.amitie-school-slider .slide .text-wrap .-title {
  font-size: 1.1em;
}

.amitie-contents-wrap .slick-next {
  width: 1.6em;
  height: 1.6em;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 3em;
  z-index: 2;
  border-top: 4px solid #1ba560;
  border-right: 4px solid #1ba560;
  transform: translateY(-50%) rotate(45deg);
}

.amitie-contents-wrap .slick-prev {
  width: 1.6em;
  height: 1.6em;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  border-top: 4px solid #1ba560;
  border-left: 4px solid #1ba560;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 3em;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
}

.amitie-contents-wrap .slick-next.slick-disabled,
.amitie-contents-wrap .slick-prev.slick-disabled {
  display: none !important;
}

.amitie-school-wrap a.btn {
  background: #1ba560;
  border-radius: 5px;
  margin-top: 5em;
}

.amitie-voice-wrap {
  padding: 6em 0;
  background: url(img/page/amitie_voice_bg.jpg) no-repeat;
  background-size: cover;
}

.amitie-voice-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}

.amitie-contents-wrap .amitie-voice-slider .slick-next {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  right: 2em;
}

.amitie-contents-wrap .amitie-voice-slider .slick-prev {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  left: 2em;
}

.amitie-voice-slider .slick-slide {
  width: 21%;
  background: #fff;
  padding: 1.5em 1.5em 3em;
  position: relative;
  overflow: hidden;
  margin: 0 1em;
}

.amitie-voice-slider .slide:after {
  content: "VIEW";
  font-size: 0.9em;
  letter-spacing: 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  transform: rotate(-45deg);
  color: #fff;
}

.amitie-voice-slider .slide:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: 0;
  right: 0;
  border-top: 2em solid transparent;
  border-right: 2em solid #e89902;
  border-bottom: 2em solid #e89902;
  border-left: 2em solid transparent;
}

.amitie-voice-slider .slide .thumb-wrap {
  margin-bottom: 1em;
}

.amitie-voice-wrap .amitie-contents-title {
  color: #fff;
}

.amitie-voice-slider .slide .name {
  font-size: 1.2em;
  margin: 0.6em 0 0;
}

.amitie-voice-contents {
  background: #fff;
  padding: 1.5em 1.5em 3em;
  width: 100%;
  color: #111;
}

.amitie-voice-contents .name {
  font-size: 1.2em;
  margin: 0.6em 0 1em;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxClose,
#cboxMiddleRight,
#cboxMiddleLeft,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none !important;
}

.amitie-coach-wrap.top-team-area .tab_item {
  width: calc((100% - 24px) / 5);
  color: #1ba560;
}

.amitie-coach-wrap .tabs input:checked + .tab_item,
.amitie-coach-wrap .tab_item:hover {
  background-color: #1ba560;
  color: #fff;
}

.amitie-place-wrap {
  width: 90%;
  max-width: 1240px;
  margin: 6em auto 10em;
}

.amitie-place-wrap .sub-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 3em;
}

.amitie-place-wrap dl {
  background: #fff;
  border: 2px solid #1ba560;
  border-radius: 0.6em;
  color: #1ba560;
  margin-bottom: 1em;
  font-size: 1.4rem;
  cursor: pointer;
}

.amitie-place-wrap dl dt {
  padding: 0.6em 2em;
  border-radius: 0.6em;
  position: relative;
}

.amitie-place-wrap dl.active > dt {
  border-radius: 0;
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
}

.amitie-place-wrap dl dt:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 2px;
  background: #1ba560;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}

.amitie-place-wrap dl dt:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 2px;
  background: #1ba560;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(90deg);
}

.amitie-place-wrap dl.active > dt:after {
  transform: translateY(-50%) rotate(0);
}

.amitie-place-wrap dl dd {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}

.amitie-place-wrap dl.active > dd {
  max-height: 9999px;
  padding: 0.6em 2em;
}

.amitie-place-wrap dl dd dt {
  background: #eee;
}

.amitie-place-wrap dl dd dd dd {
  color: #111;
}

.amitie-form-wrap {
  background: #1ba560;
  color: #fff;
  padding: 6em 0 10em;
}

.amitie-form-wrap .title {
  display: table;
  font-size: 1.4em;
  line-height: 1;
  border: 2px solid #fff;
  padding: 1.3em 4em;
  margin: 0 auto 3em;
}

.amitie-form-wrap .form-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.amitie-form-wrap .form-wrap dt {
  font-size: 1.1em;
  margin-bottom: 0.6em;
}

.amitie-form-wrap .form-wrap dd {
  margin-bottom: 1.6em;
}

.amitie-form-wrap select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  padding: 20px 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85714;
  letter-spacing: 0.1em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0.5em;
  color: #111;
}

.amitie-form-wrap select::-ms-expand {
  display: none;
}

.amitie-form-wrap dd.select {
  position: relative;
  width: 80%;
  max-width: 400px;
}

.amitie-form-wrap dd.select:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-color: transparent transparent #1ba560 #1ba560;
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%) rotate(-45deg);
}

.amitie-form-wrap input[type="text"],
.amitie-form-wrap input[type="tel"],
.amitie-form-wrap input[type="email"],
.amitie-form-wrap textarea {
  border-radius: 0.5em;
}

.mwform-radio-field {
  display: inline-block;
  font-size: 1.1em;
}

input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-wrap label {
  position: relative;
  display: block;
  word-break: break-all;
  margin-bottom: 10px;
}

.form-wrap label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 30px;
}

.form-wrap label span {
  display: inline-block;
}
.form-wrap label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-wrap label input[type="radio"] + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  border-radius: 100%;
  background: #fff;
}
.form-wrap label input[type="radio"] + span::after {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 100%;
  content: "";
  z-index: 0;
}
.form-wrap label input[type="radio"]:checked + span::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1ba560;
  content: "";
  z-index: 2;
}

.amitie-submit {
  position: relative;
  display: table;
  margin: 50px auto 0;
}

.amitie-form-wrap .submit {
  margin-top: 50px;
}

.amitie-form-wrap input[type="submit"] {
  background: #bbb;
  border-radius: 0.5em;
}

.amitie-submit input[type="submit"] {
  padding: 1.4em 7em;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: table;
  background: #efa61a;
  font-size: 1.2em;
  border-radius: 0.5em;
  color: #fff;
  z-index: 2;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  min-width: 325px;
}

.amitie-submit:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(img/page/icon_amitie_contact.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
  z-index: 2;
}

.amitie-form-wrap .comp-text {
  text-align: center;
  padding: 5em 0;
}

/* school */
.amitie-page-icatch-wrap {
  width: 100%;
  height: calc(40vh - 60px);
  background: url(img/page/amitie_icatch.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.amitie-page-icatch-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.amitie-page-icatch-wrap .page-title {
  font-size: 2em;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

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

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

.page .amitie-age-wrap {
  max-width: none;
  width: 80%;
  margin: 0 auto;
}

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

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

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

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

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

.amitie-point-contents {
  width: 80%;
  margin: 0 auto 6em;
  background: #fff;
  border-bottom-left-radius: 3em;
  border-bottom-right-radius: 3em;
  border-top-right-radius: 3em;
  padding-bottom: 8em;
}

.amitie-point-contents .read-wrap {
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
}

.amitie-point-wrap section:nth-of-type(even).amitie-point-contents .read-wrap {
  flex-flow: row-reverse;
}

.amitie-point-contents .read-wrap .thumb-wrap {
  width: 50%;
}

.amitie-point-contents .read-wrap .title-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amitie-point-contents .read-wrap .title-wrap h3 {
  display: block;
  width: 10em;
  height: 10em;
  margin-bottom: 8px;
  background: #efa61a;
  border-radius: 0.66em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6vw;
  line-height: 1.4;
}

.amitie-point-contents .read-wrap .title-wrap h3 .num {
  font-size: 5em;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  font-weight: 700;
}

.amitie-point-contents .read-wrap .title-wrap .text {
  font-size: 1.6em;
  margin-left: 1em;
  color: #efa61a;
  font-weight: bold;
}

.amitie-point-contents .point-contents-wrap {
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
  margin-bottom: 4em;
}

.amitie-point-contents .point-contents-wrap .point {
  color: #1ba560;
  border: 2px solid #1ba560;
  width: 5em;
  height: 5em;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, tbudgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

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

.amitie-point-contents .point-contents-wrap .point font {
  display: block;
  font-size: 2em;
}

.amitie-point-contents .point-contents-wrap:after {
  content: "";
  display: block;
  width: 31%;
}

.amitie-point-contents .point-contents-wrap .point-contents {
  width: 31%;
}

.amitie-point-contents .point-contents-wrap .point-contents .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

.amitie-point-contents .point-contents-wrap .point-contents .title-wrap .title {
  font-size: 1.4em;
  margin-left: 1em;
  font-weight: bold;
}

.amitie-point-contents .point-voice-wrap {
  padding: 0 5%;
}

.amitie-point-contents .point-voice-wrap .contents-title {
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  background: #1ba560;
  border-radius: 0.3em;
  margin-bottom: 3em;
}

.amitie-point-contents .point-voice-contents-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

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

.amitie-point-contents .point-voice-contents-wrap .point-voice-contents .title {
  font-size: 1.1em;
  margin: 1em 0 0.6em;
  font-weight: bold;
}

/* 250414 */
.foot-partner-wrap .partner-wrap {
  justify-content: flex-start;
}

/* 250620 TOP fv*/
.top-icatch-area .photo-wrap .slider img {
  object-fit: contain;
  width: auto;
  height: 100%;
}
.top-icatch-area .photo-wrap .slider {
  height: 108vh;
  max-height: 108vh;
}
.top-icatch-area .photo-wrap {
  height: 108vh;
  max-height: 108vh;
}
.top-icatch-area .photo-wrap .slick-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 108vh;
  max-height: 108vh;
}
.top-icatch-area .photo-wrap .slider.slider--miyagi {
  height: 95vh;
}

/* 250714 /school */
.member-wrap .member {
  margin-top: auto;
}
.page-id-3112 .top-team-area .btn {
  margin-top: 0;
}
.top-icatch-area .photo-wrap .slider--fujioka {
  height: 90vh;
}
.partner-wrap li img{
    display: block;
}