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

 club.css

-- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);
@import url("https://fonts.googleapis.com/css?family=Kosugi&display=swap");
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

-- */
/*-----------------------------------

 keyframes - アニメーションキーフレーム集

-----------------------------------*/
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    padding: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
/*-----------------------------------

	$contents

-----------------------------------*/
/* --

 club.css

-- */
/**======================================
	setting
======================================**/
.contents {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 0;
  }
  #top .contents, .course .contents {
    margin: 0 !important;
  }
}
.contents__title h2 {
  margin: 0 0 5rem;
}
@media screen and (max-width: 1024px) {
  .contents__title h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__title h2 {
    margin-bottom: 1.5rem;
  }
}
.course .contents__wrap, .schooldays .contents__wrap {
  padding: 8rem 0 10rem;
}
#liberty .contents__wrap {
  background: #FFF5FA;
}
#international .contents__wrap {
  background: #E5F6FC;
}
#sbc .contents__wrap {
  background: #E9F8F8;
}
#music .contents__wrap {
  background: #FFEDEB;
}
#schooldays .contents__wrap {
  background: #fdeff5;
}
@media screen and (max-width: 640px) {
  .course .contents__wrap {
    padding: 0;
    position: relative;
  }
  .course .contents__wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
  }
  .schooldays .contents__wrap {
    padding: 3rem 0;
  }
}
.contents__mv {
  width: 100%;
  max-width: 108rem;
  aspect-ratio: 1080/600;
  border-radius: 9rem;
  overflow: hidden;
}
.contents__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contents__mv {
    border-radius: 6rem;
  }
}
.contents__lead {
  width: 90%;
  max-width: 77rem;
  margin: 0 auto 5rem;
}
.contents__lead-ttl {
  font-size: 3.3rem;
  line-height: 1.6;
  color: #E881C9;
  text-align: center;
  margin: 0 0 3rem;
}
.contents__lead-ttl span {
  display: inline;
}
.contents__lead-ttl span:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .contents__lead-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contents__lead-ttl {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .contents__lead-ttl span {
    display: block;
    padding: 0;
  }
}

.breadcrumbs {
  margin: 1rem 0 2.5rem;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumbs > span {
  display: inline-block;
}
.breadcrumbs > span:not(:first-child)::before {
  content: "＞";
  color: #8D8D8D;
  padding: 0 0.5em;
}

.pagelink {
  width: 96%;
  max-width: 108rem;
  margin: 4rem auto 0;
}
.pagelink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1em 0;
}
.pagelink li {
  display: inline-block;
}
.pagelink li:not(:last-child) {
  border-right: 1px solid #ccc;
}
.pagelink li a {
  display: block;
  padding: 0.2em 1em;
  text-align: center;
}
.pagelink li a:hover {
  color: #eb6ea5;
}
@media screen and (max-width: 640px) {
  .pagelink ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pagelink li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .pagelink li a {
    display: block;
    padding: 1em 0;
  }
}

/*-----------------------------------

	$contents

-----------------------------------*/
/*-----------------------------------

	$club

-----------------------------------*/
.club {
  /*
  &__other {
   padding: 4em 0 2em;
  	background: #fff;
  	border-radius: 20px;
   ul {
    margin: 2em 0 0;
    li {
     display: inline-block;
     width: 20%;
    }
   }
  }
  */
}
.club__main {
  text-align: center;
  margin-bottom: 4rem;
}
.club__title {
  font-family: "Barlow Condensed", "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.club__title b {
  font-size: 7rem;
  display: block;
  line-height: 1;
}
.club__title span {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 640px) {
  .club__title b {
    font-size: 5rem;
  }
  .club__title span {
    font-size: 1.5rem;
  }
}
.club__bg.sports {
  background: #e5fafa;
}
.club__bg.culture {
  background: #FFF0FB;
}
.club__list {
  padding: 4em 0;
}
.club__list h2 {
  font-size: 4rem;
  color: #27B9B9;
  text-align: center;
  margin: 0 0 1em;
}
.culture .club__list h2 {
  color: #E881C9;
}
.club__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 2em 2%;
}
.club__list > ul > li {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.club__list > ul > li figure {
  width: 46.2%;
}
.club__list > ul > li .text {
  width: 52%;
}
.club__list > ul > li h3 {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1024px) {
  .club__list {
    padding: 2em 0;
  }
  .club__list h2 {
    font-size: 3rem;
  }
  .club__list > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .club__list > ul > li figure {
    margin: 0 auto 1em;
    width: 100%;
    max-width: 24rem;
  }
  .club__list > ul > li .text {
    width: 100%;
  }
  .club__list > ul > li .text h3 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .club__list > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .club__list > ul > li {
    width: 100%;
  }
}
.club__result {
  color: #27B9B9;
  margin: 1em 0 0;
  font-size: 1.4rem;
}
.club__result li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.club__result li::before {
  content: "●";
  padding-right: 0.25em;
}
.culture .club__result {
  color: #E881C9;
}
.club .icon-tiktok {
  font-size: 1.2rem;
  display: inline-block;
  background: #222;
  border-radius: 4px;
  color: #fff;
  padding: 0.4em 0.6em;
  margin-left: 0.5em;
}
.club .other {
  padding: 4em 0 2em;
  background: #fff;
}
.club .other__list {
  max-width: 86rem;
  margin: 2em auto 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
.club .other__list li {
  margin: 0 0 0.25em;
}
.club .other__list li::before {
  content: "・";
  color: #E881C9;
}
.club__link {
  text-align: center;
  margin: 2em 0 0;
}
.club__link a {
  display: inline-block;
  padding: 0.4em 1.5em 0.4em 1em;
  background: #e9528e;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.club__link a:after {
  display: inline-block;
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  display: inline-block;
  right: 1em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.club__message {
  width: 100%;
  padding: 0 0 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em 2%;
}
.club__message-unit {
  width: 48%;
  background: #eee;
  background: #fff;
  padding: 1.5em;
  border-radius: 20px;
}
.club__message .image {
  margin-bottom: 1em;
}
.club__message .image p {
  margin: 0.5em 0 0;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.club__message .image p span {
  font-size: 1.3rem;
}
.club__message .text h4 {
  font-size: 2rem;
  color: #27B9B9;
}
.culture .club__message .text h4 {
  color: #E881C9;
}
.club__message-profile {
  text-align: center;
}
.club__message-profile span, .club__message-profile b {
  display: inline-block;
  padding: 0 0.25em;
}
.club__message-name {
  text-align: center;
}
.club__message-name span {
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 1em;
  border: 1px solid #ddd;
  border-radius: 100px;
  margin-bottom: 0.5em;
}
.sports .club__message-name span {
  color: #6bb6bb;
  border-color: #6bb6bb;
}
.culture .club__message-name span {
  color: #d06d97;
  border-color: #d06d97;
}
@media screen and (max-width: 640px) {
  .club__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .club__message-unit {
    width: 100%;
  }
}

/*-----------------------------------

    print - 印刷設定

-----------------------------------*/
@media print {
  [id=wrapper] {
    width: 1060px;
    overflow: hidden;
  }
  .header {
    position: static;
  }
}