@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/
/*全体*/
body {
  font-family: 'Roboto Condensed','Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-size: 1rem; 
  box-sizing: border-box;}
a{
    text-decoration-line: none;
}
*{
    box-sizing: border-box;
}

/* STARRY */
/* 12ヶ月コースボタン */
select{
    background: none !important;    
}
.stry-course-select-table button{
height: 40px;
line-height: 40px;
background:var(--color_main);
border:solid var(--color_yellow) 1px;}
#div_entry05 select{
    padding: 0 !important;
}
#job_kind{
    width: 100%;
}
#div_entry06 td{
    padding: 5px;
}
#div_entry06 table{
    margin-bottom: 2em;
}
/*支払い方法見た目調整*/
#div_entry09 input,#div_entry09 select,
#div_entry10 input,#div_entry10 select,
#div_entry11 input,#div_entry11 select{
    margin-bottom: 1em;
    height: 35px;
}
#div_entry09 select{
    width: 70px;
}
#div_member05 input,#div_member05 select{
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.stry-wrap{
    line-height: 1.7;
}
button{
    height: 40px;
    line-height: 40px;
    background: var(--color_main);
    border: none;
    color: var(--color_w);
}


:root{
    --color_w:#Fff;
    --color_b:#000;
    --color_main:#1f9bde;/* 31　155　222 */
    --color_blue:#1e3650;
    --color_yellow:#fff001;
    --color_red:#e70012;
    --color_ore:#f47800;
    --color_gray1:#eee;
    --color_gray2:#666666;
    --color_gray3:#999999;
}
/*背景画像*/
.back_img{
  background-image: url(../images/back2_img.jpg);
  background-size: cover;
  position: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: -1;    
  filter: opacity(0.5);
}

/*共通*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }
.wrapper {
  width: 100%; 
  display: flex;
  flex-direction: column;
  min-height: 100vh;}
.clear{
  clear: both;    
}
.pc_only{
    display: block;
}
.sp_only{
    display: none;
}
a img:hover {
  transform: scale(1.07);
  transition: 0.7s;
}
li{
    list-style: none;
}

/* Flex  ------------------------------------*/
.flexwrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
}
.flexnowrap{
 display: -webkit-flex;
 display: flex;
 flex-wrap: nowrap;
 -webkit-flex-wrap: nowrap;
}
.JCfs{
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
}
.JCfe{
 justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.JCc{
 justify-content: center;
 -webkit-justify-content: center;
}
.JCsb{
 justify-content: space-between;
 -webkit-justify-content: space-between;
}
.AIc{
    align-items: center;
    -webkit-align-items: center;
}
.AIfs{
    align-items:flex-start;
    -webkit-align-items: flex-start;
}
.mt10{
    margin-top: 1em !important;
}
.mt20{
    margin-top: 2em !important;
}
.mt30{
    margin-top: 3em !important;
}
.mt40{
    margin-top: 4em !important;
}
.mt50{
    margin-top: 5em !important;
}
.mb10{
    margin-bottom: 1em !important;
}
.mb20{
    margin-bottom: 2em !important;
}
.mb30{
    margin-bottom: 3em !important;
}
.mb40{
    margin-bottom: 4em !important;
}
.mb50{
    margin-bottom: 5em !important;
}
.padding{
    padding: 20px;
}
.color_w,.color_w a{
    color:var(--color_w);
}
.color_main,.color_main a{
    color:var(--color_main);
}
.color_blue,.color_blue a{
    color:var(--color_blue);
}
.color_yellow,.color_yellow a{
    color:var(--color_yellow);
}
.back_main{
    background: var(--color_main);
}
.back_main2{
    background: rgba(31,155,222,0.8);
    color: #fff;
}
.back_gray1{
    background: var(--color_gray1);
}
.back_gray1_2{
    background: rgba(238,238,238,0.5);
}
.back_gray2{
    background: -moz-linear-gradient(top,  #8f898b 0%, #f8f8f8 50%, #8f898b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8f898b 0%,#f8f8f8 50%,#8f898b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8f898b 0%,#f8f8f8 50%,#8f898b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f898b', endColorstr='#8f898b',GradientType=0 ); /* IE6-9 */    
}
.back_w{
    background: var(--color_w);
}
.back_w2{
    background: rgba(255,255,255,0.7);
}
.back_b{
    background: var(--color_b);
}
.back_b2{
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.back_blue{
    background: var(--color_blue);
}
.back_yellow{
    background: var(--color_yellow);
}
.back_yellow2{
background: rgba(255,240,0,0.3);
}
.font_w{
    font-weight: bold;
}
.font_small{
    font-size: 85%;
}
.text_c{text-align: center;}
.text_line{
    line-height: 1.7;
}


/*ヘッダー*/
header {
  background: var(--color_main);
  border-top: 10px solid var(--color_blue);
  position: relative;
  width: 100%; }
header img{
    height: 60px;
    width: auto;
}
.top_contact{
    margin: 0 20px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    background: var(--color_blue);  
    border-bottom:3px solid var(--color_blue);    
    background: -moz-linear-gradient(top,  var(--color_blue) 0%, var(--color_b) 50%, var(--color_blue) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  var(--color_blue) 0%,var(--color_b) 50%,var(--color_blue) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  var(--color_blue) 0%,var(--color_b) 50%,var(--color_blue) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color_b)', endColorstr='var(--color_blue)',GradientType=0 ); /* IE6-9 */       
}
.top_contact a{
    display: block;
    color: var(--color_w);
    font-weight: bold;
}
.top_contact:hover{
    border-bottom:3px solid var(--color_yellow);    
    transition: 0.5s;
}

.pc_menu ul#STARRY_MENU{
 display: -webkit-flex;
 display: flex;
 flex-wrap: wrap;
 -webkit-flex-wrap: wrap;    
 justify-content: flex-end;
 -webkit-justify-content: flex-end;    
 background: var(--color_blue);
 border-bottom: 1px solid rgba(255,255,255,0.5);
}
.pc_menu ul#STARRY_MENU li{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-bottom: 3px solid var(--color_blue);
    
    background: -moz-linear-gradient(to bottom,var(--color_blue),var(--color_main) 40%,var(--color_blue)); 
    background: -webkit-linear-gradient(to bottom,var(--color_blue),var(--color_main) 40%,var(--color_blue)); 
    background: linear-gradient(to bottom,var(--color_blue),var(--color_main) 40%,var(--color_blue));        
}
.pc_menu ul#STARRY_MENU li a{
    color: var(--color_w);
    display: block;
}
.pc_menu ul#STARRY_MENU li:hover{
    border-bottom: 3px solid var(--color_red);
    transition: 0.5s;
}
/*ブースター*/
.pc_menu ul#STARRY_MENU li.club{
   border-bottom: 3px solid var(--color_blue);

 }
.pc_menu ul#STARRY_MENU li.club:hover{
   border-bottom: 3px solid var(--color_main);

 }
/*公式サイト*/
.pc_menu ul#STARRY_MENU li.official{
   border-bottom: 3px solid var(--color_main);
    background: -moz-linear-gradient(to bottom,var(--color_main),var(--color_blue) 40%,var(--color_main)); 
    background: -webkit-linear-gradient(to bottom,var(--color_main),var(--color_blue) 40%,var(--color_main)); 
    background: linear-gradient(to bottom,var(--color_main),var(--color_blue) 40%,var(--color_main));     
 }
.pc_menu ul#STARRY_MENU li.official:hover{
   border-bottom: 3px solid var(--color_red);    
}


.menu_close {
  position: absolute;
  top: -67px;
  right: -9px; }

.menu_close div:first-child {
  width: 30px;
  height: 3px;
  margin-bottom: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.menu_close div:last-child {
  width: 30px;
  height: 3px;
  margin-bottom: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.header_space {
  width: 100%;
  height: 100px;
  display: none; }

.txt_link:hover {
  opacity: 0.7; }

/*　見出し　*/
h2 {
  padding: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  background: var(--color_main);
  color: var(--color_b);
}

/* ハンバーガーメニュー */

nav {
  display: block;
  position: fixed;
  top: 0;    
  right: -450px;
  bottom: 0;
  width: 100%;
  height: 540px;    
  padding-top: 20px;    
  background: var(--color_main);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 700;
  opacity: 0;
}
.open nav {
  right: 0;
  opacity: 1;
}
nav .inner {
  padding: 20px 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 2px solid var(--color_g);
}
nav .inner ul li.entry{
    background: var(--color_main);
    border: 2px solid var(--color_main);
}
nav .inner ul li .sub-menu{
    background: rgba(31,155,222,0.3);   
}
nav .inner ul li .sub-menu li{
    padding-left: 30px !important;
}
nav .inner ul li .sub-menu li a:last-child{
    border-bottom: none !important;
}
nav .inner ul li a {
  display: block;
  color: var(--color_b);
  font-size: 16px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  border-bottom: 2px solid var(--color_main);
}
nav .inner ul li:hover{
    background: rgba(255,255,255,0.3);
    transition: 0.5s;
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;
  background: var(--color_main);
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 18px;
  left: 13px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
  left: 13px;
}
.toggle_btn span:nth-child(3) {
  top: 38px;
  left: 13px;
}
.toggle_btn:hover,
.toggle_btn p:hover{
    color: var(--color_blue);   
}
.open .toggle_btn span {
  color: var(--color_blue);   
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_blue);
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

/* PAGE TOP*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  background: var(--color_w);
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

/* page */
.entry-content{
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

/* ページネーション　*/
.page--member__paging{
    margin: auto;
    max-width: 1200px;
    width: 95%;
}
.page--member__paging a{
    color: var(--color_blue);
}
.page--member__paging .current{
    background: var(--color_blue);
    color: var(--color_w);
    padding: 3px;
}

/*トップ ---------------- */
.slider{
    padding: 0;
    overflow: hidden;
}
.slider img{
    width: 100%;    
    height: auto;
    max-width: 1200px;
    margin: auto;
}
.slider a:hover{
  transform: scale(1) !important;    
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slick-dots{
    bottom: 15px !important;
}
.slick-dots li button:before{
    color:  var(--color_main) !important;
}
.top_main{
    margin: 1em auto 3em;
    width: 95%;
    max-width: 1200px;
}
.shadow{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);    
}
/* MYPAGEボタン*/
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.my_bt {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--color_blue);
    cursor: pointer;
    overflow: hidden;
}
.my_bt::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .8) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.my_bt a{
    color: #fff;
}
.my_bt:hover{
    background-color: var(--color_main);    
    transition: 1s;
}
.my_bt img{
    width: auto;
    height: 20px;
    filter: invert(100%) sepia(92%) saturate(1%) hue-rotate(113deg) brightness(109%) contrast(101%);
    vertical-align: middle;
}

/* NEWS*/
.news-box{
    padding: 20px;    
    max-width: 1200px;
    margin: auto;
    line-height: 1.7;
}
.news-text{
    padding: 20px;
    background: var(--color_w);
    font-size: 14px;
}
/* アーカイブ　*/
.content-area{
    margin: auto;
    width: 95%;
    max-width: 1200px;
}
.news-title{
    border-left: 3px solid var(--color_main);
    padding: 10px;
    border-bottom:1px solid var(--color_main);    
}
.news-title a{
    color: var(--color_b);
    display: block;
}
.news-title:hover{
    background: rgba(31,155,222,0.3);
    transition: 0.5s;
}


/* 会員区分と年会費 */
.membership_other-f a:hover{
    background: var(--color_blue);
    color: var(--color_w) !important;
    transition: 0.5s;
}
.membership_other{
    margin: auto;
    width: 90%;
    padding: 5px 0;
    border: 1px solid var(--color_blue);
}
.membership_other-f a{
    width: 90%;
    margin: auto;
    display: block;
    padding: 5px 0;
}
.membership .box{
    width: calc((100% - 60px) / 2);
}
.membership .box a{
    display: block;
}
.membership .membership2{
    box-shadow:inset 0 1px 5px rgba(31,155,222,0.3);   
}
.membership .box:hover{
    background: rgba(31,155,222,0.3);
    transition: 0.5s;
}
.membership div p{
    text-align: center;
}
.membership div img{
    width: 100%;
    height: auto;
}
.membership_info{
    margin: 10px;
}
.membership_info .box{
    border-right: 1px solid var(--color_gray1);    
    width: calc(100% / 2);
    border-bottom: 1px solid var(--color_gray1);
    border-left: 1px solid var(--color_gray1);
}
.membership_info .box p{
    border-top: 1px solid var(--color_gray1);
    height: 40px;
    line-height: 40px;
}
.entry_bt{
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: var(--color_main);
}
.entry_bt{
    width: 90%;
    height: 30px;
    line-height: 30px;
    background: var(--color_blue);
}
.entry_bt a{
    display: block;
}
.entry_bt:hover{
    color: var(--color_w);
    background: var(--color_main);
    transition: 0.5s;
}
.info-f .entry_bt{
    width: 200px;
}
.info-f .entry_bt a{
    color: var(--color_w);
}
/*カード下の入会ボタン*/
.membership .entry_bt{
    margin: auto;
    background:  var(--color_blue);
    border-bottom: 5px solid var(--color_gray3);
}
.membership .entry_bt:hover {
  margin-top: 3px;
  border-bottom: 2px solid var(--color_gray3);
  transition: 0.5s;
}
.membership .entry_bt img{
    width: auto;
    height: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(197deg) brightness(104%) contrast(102%);
}
.title-min {
  color: var(--color_w);
  background: var(--color_main);
  min-width: 120px;
  padding: 0.5em 0.8em 0.5em 0.5em;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
.title-min:before {
  content: '●';
  color: var(--color_w);
  margin-right: 8px;
}
.info-f .box{
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
}


/*フッター*/
footer{
     margin-top: auto;
    padding: 2em 0 0;
    border-top:  var(--color_gray2) 1px solid;
}
.footer-logo img{
    width: 150px;
    height: auto;
    z-index: 1;
}
.footer-club{
    margin: auto;
    width: 80%;
    height: 35px;
    line-height: 35px;
    max-width: 500px;
    border-radius: 10px;
}
.footer-club a{
    color: var(--color_w);
    display: block;
}
.footer-club:hover{
    transition: 0.5s;
    background: var(--color_main);
}
.footer-club a:hover{
    color: var(--color_b);
}
.sns li{
    margin: 0 10px;
    z-index: 5;
}
.sns li img{
    width: 30px;
    height: auto;
}
.copy {
  background: var(--color_gray1);
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 15px 0 15px;}

.copy p a {
  color: var(--color_b);
  text-decoration: none; }

.copy p a:hover {
  opacity: 0.7; }


.stry-ec02-breadcrumbs {
  display: none !important; }

.stry-ec02-breadcrumbs a {
  color: #000 !important;
  margin-left: 20px !important; }

.site-main {
  width: 60%;
  margin: 0 auto; }


@media (max-width: 780px) {
  .site-main {
    width: 90%; } }
