/* 特殊フォント */
.main_font {
    font-family: "Libre Caslon Text", serif!important;
    font-weight: 400;
    font-style: normal;
}


/* 波打つ動き */
.wave{
    position: relative;
    height: 200px;
}  
.wave canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 100%;
}


/* ロード画面 */
#loading-wrapper {
    /*background: linear-gradient(90deg, rgba(73, 167, 199, 1) 5%, rgba(136, 201, 226, 1) 50%, rgba(185, 215, 226, 1) 95%);*/
    background: #221e1f;
    background: #131a28;
}
.loading-title h3 {
    font-size: 55px;
    margin: 0 auto 20px;
    width: 320px;
    color: #fff;
    text-align: left;
}

/* スライド */
.main_visual .main_item {
    background: unset;
}
.main_visual .main_item .concept_title {
    /*bottom: 50px;*/
    top: 50px;
    left: 50px;
    line-height: 90px;
    font-size: 100px;
}




/* メリット */
.merit_flex {
    display: flex;
    justify-content: center;
}
.merit_flex .txt {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}
.merit_flex .txt span {
    font-size: 36px;
    margin: 0 3px;
    color: #c00;
}
.merit_flex .txt .txt_small {
    font-size: 14px;
    margin: 0;
    color: unset;
    display: block;
}
.merit_flex .txt_line {
    margin: 0 30px;
    display: flex;
    align-items: center;
    font-size: 24px;
}


/* お知らせ */
.sec_information {
    background-image: none;
    /*background:linear-gradient(45deg, #a2e786,#88c9e2,#b9d7e2);*/ /*グラデーションを定義*/
    background: #221e1f;
    background: #131a28;
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient1 20s ease infinite;
    padding-bottom: 42px;
    /*margin-bottom: 150px;*/
}
@keyframes bggradient1{
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
.sec_information .lead {
    /*color: #312E46;*/
    color: #fff;
}
.sec_information .ttl {
    /*color: #312E46;*/
    color: #fff;
    font-size: 3.8rem;
    
}
.sec_information .open_ttl {
    /*color: #312E46;*/
    color: #fff;
    /*font-size: 5rem;*/
    font-size: 2rem;
}
.sec_information .open_date {
    /*color: #312E46;*/
    color: #fff;
    margin-right: 10px;
}
.sec_information .ads {
    /*color: #312E46;*/
    color: #fff;
}
.sec_information .info-nextDay {
    /*color: #312E46;*/
    color: #fff;
    margin-bottom: 0px!important;
}
.sec_information .btn {
    margin-top: 40px;
}


/* キャッチコピー */
/*
.sec_concept {
    height: 634px;
}
*/
.sec_concept .ttl {
    max-width: unset;
    margin: 0 auto 64px;
    font-size: 48px;
    color: #2aa7b8;;
}
.sec_concept .lead {
    max-width: unset;
    font-size: 24px;
}


/* 各メニュー項目 */
.sec_point {
    background-image: none;
    /*background:linear-gradient(45deg, #81d7f1, #4a92a4,#1b477a);*//*グラデーションを定義*/
    background: #221e1f;
    background: #131a28;
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient2 20s ease infinite;
    padding-bottom: 1px; /* 0だと下が白くなるため */
}
@keyframes bggradient2{
    0% {
      background-position: 50% 0%;
    }
    50% {
      background-position: 50% 100%;
    }
    100% {
      background-position: 50% 0%;
    }
}
.sec_point .item h3 {
    height: 130px;
}
.sec_point .item h3 span {
    /*background: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);*/
    background: -webkit-linear-gradient(45deg, rgba(42, 167, 184, 1) 0%, rgba(42, 167, 184, 1) 36%, rgba(42, 167, 184, 1) 57%, rgba(42, 167, 184, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*-webkit-text-stroke: 1px #FFF;*/
}
.sec_point .item p {
    color: #fff;
    font-size: 24px;
    line-height: 2;
}
.sec_point .item .wrap .btn a span {
    color: #fff;
}
.sec_point .item.item01 {
    padding-bottom: 253px;
}
.sec_point_hosoku {
    font-size: 14px!important;
}
.sec_point .item.item02 {
    padding-bottom: 253px;
}


.main_visual {
    padding-top: 140px; /* 固定ヘッダーのheight */
}
.non_wave {
    display: none;
}
.sec_concept {
    height: 700px;
}

/* /////////////////////// */
/* 新　キャッチコピー部分 */
/* /////////////////////// */
.sec_concept_new {
    position: relative;
}
.concept_backimg {
    width: 100%;
    height: 100%;
}
.concept_title {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 30px;
    color: #fff;
    margin: 0;
    font-size: 80px;
    text-shadow: 0 0 10px #000;
}
.concept_txtblock {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 30px;
    width: 630px;
}
.concept_txtblock h3 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    text-shadow:0 0 10px #FF0;
}
.concept_txtblock p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}
.concept_txtblock img {
    width: 560px;
    background: #000;
}
.concept_txt_right {
    /*position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;*/
    font-size: 10px;
    color: #fff;
    background: #221e1f;
    background: #131a28;
    padding-top: 10px;
    padding-left: 10px;
    margin: 0;
}


/* 補足項目 */
.sec_hosoku {
    font-size: 10px;
    color: #fff;
    background: #221e1f;
    background: #131a28;
    /* padding-top: 10px; */
    padding-left: 10px;
    padding-bottom: 50px;
    margin: 0;
}
.sec_hosoku p {
    margin: 0;
}

.club_block {
    width: 620px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    margin-bottom: 80px;
    background-image: url(../image/club_img.jpg);
    background-size: cover;
    background-position: center 50%;
    text-shadow: 0 0 10px #fff;
}
.club_block h3 {
    margin: 0;
    color: #2aa7b8;
    font-size: 32px;
}
.club_block h3 span {
    display: block;
    font-size: 18px;
}
.club_block h4 {
    margin: 0;
    color: #c00;
    margin-top: 20px;
    font-size: 32px;
}
.club_block h4 span {
    margin-left: 10px;
    background: #c00;
    color: #fff;
    padding: 4px 10px;
    font-size: 26px;
    text-shadow: none;
}
.club_block p {
    color: #131a28;
    margin-top: 15px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.7);
}
.btn_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.btn_flex a {
    display: flex;
    width: calc(50% - 20px);
    background: #2e3964;
    color: #fff;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 30px;
    text-shadow: none;
}





/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1200px){
    .concept_txtblock {
        width: 560px;
    }
    .concept_txtblock h3 {
        font-size: 32px;
    }
    .concept_txtblock p {
        font-size: 14px;
    }
}
@media screen and (max-width:1000px){
    .concept_txtblock_sp {
        display: none!important;
    }

    .sec_point .item.item01 {
        padding-bottom: 400px;
    }
    .sec_point .item.item02 {
        padding-bottom: 430px;
    }
    .main_visual .main_item .concept_title {
        /*bottom: 30px;*/
        top: 30px;
        left: 30px;
        line-height: 80px;
        font-size: 80px;
    }
}
@media screen and (max-width:900px){
    .merit_flex .txt {
        font-size: 20px;
    }
    .concept_title {
        font-size: 72px;
    }
}

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
  .main_visual {
    padding-top: 200px;
  }
  .main_visual .main_item .concept_title {
    /*bottom: 15px;*/
    top: 15px;
    left: 15px;
    line-height: 46px;
    font-size: 46px;
    }

  .merit_flex {
    flex-wrap: wrap;
  }
  .merit_flex .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .merit_flex .txt_line {
      display: none;
  }
  .sec_information .open_ttl {
    /*font-size: 3.5rem;*/
  }

  .sec_point .item p {
    font-size: 20px;
  }
  .sec_point .item h3 {
    height: 90px;
  }

  .sec_concept .lead {
    font-size: 22px;
  }
  .sec_concept p {
    text-align: left;
  }

  .concept_title {
    font-size: 48px;
    line-height: 1.1;
    left: 10px;
  }
  .concept_txtblock {
      display: none;
  }
  .concept_txtblock_sp {
    display: block!important;
    padding: 20px;
    background: #000;
  }
  .concept_txtblock_sp h3 {
    margin: 0;
    color: #FF0;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .concept_txtblock_sp p {
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
  }

  .sec_hosoku {
      padding-left: 0;
  }
  .sec_hosoku p {
      padding-left: 10px;
  }
  .club_block {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .club_block h3 {
    font-size: 28px;
    line-height: 1.5;
  }
  .club_block h3 span {
    font-size: 16px;
  }
  .club_block p {
      padding-left: 0;
      text-align: left;
  }
  .btn_flex {
    flex-wrap: wrap;
  }
  .btn_flex a {
    width: 100%;
    margin-bottom: 20px;
  }
}