@charset "UTF-8";
/* Scss Document */
/*変数*/
/*mixin*/


:root{
    --color_w:#fff;
    --color_main:#f7fe78;
    --color_main2:#b4ead5;
    --color_b:#000;
    --color_gray1:#999;
    --color_gray2:#666;}


/*全体*/
body {
  font-family: 'Comfortaa','Kosugi Maru', sans-serif !important;
  background: radial-gradient(circle at top center,#fff, #f7fe78 40%);
  background: -moz-radial-gradient(circle at top center,#fff, #f7fe78 40%); 
  background: -webkit-radial-gradient(circle at top center,#f7fe78, #f7fe78 40%); 
  background-repeat: no-repeat;
  background-attachment:fixed;}

/* 画像黒色 */
.gray-img {
filter: brightness(0.6);
}
.white-font{
    color:#fff;
    text-shadow:1px 1px 5px var(--color_main),3px 3px 10px var(--color_main);
}
.color-font,.color-font a{
    color:#fff !important;
    text-shadow: 2px 2px var(--color_main2);
}
.color-gray2,.color-gray2 a{
    color:var(--color_gray2) !important;
}
.jan-only{
   font-family: 'Kosugi Maru', sans-serif !important;   
}

  .img_sp2 {
    display: none !important; } 
    
  .img_pc2 {
    display: block; } 

/*共通*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0; }

.wrapper{
      display: flex;
      flex-direction: column;
      min-height: 100vh;
}
.container {
    flex: 1;
}
/* FC TOPページログインボタン */
.front-menu ul{
    position: fixed;
    top: 10px;
    right: 80px;    
    z-index: 200;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: flex-end;
 -webkit-justify-content: flex-end;
}
.front-menu li{
    margin: 0 10px;
    list-style: none;
    background: rgba(255,255,255,0.7);
}
.front-menu li:hover{
    background: rgba(255,255,255,0.2);
}
.front-menu li a{
    border: 1px solid var(--color_gray1);
    padding: 10px 15px;
    color: var(--color_gray1);
    font-weight: bold;
    font-size: 90%;
}
.front-menu li a{
    display: block;
}
.front-menu li a:hover{
    border: 1px solid var(--color_main2);
    padding: 10px 15px;
    color: #fff;
    background-color: var(--color_main2);
    transition:0.5s;
}
/* FC 新規登録ボタン */
.front-menu-join{
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 4em;
    border: 1px solid var(--color_gray2);
    background-color: rgba(255,255,255,0.3);
}
.front-menu-join a{
    font-size: 140%;
    color: var(--color_gray2);
    display: block;
}
.front-menu-join a:hover{
    color: var(--color_w);
    background-color: var(--color_main2);
    transition:0.5s;
}
/* MENU */

.menu_trig {
  width: 90px;
  height: 90px;
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 200;
  cursor: pointer; }

.menu_trig span {
  width: 42px;
  height: 2px;
  background: var(--color_gray1);
  display: block; }

.menu_trig span:nth-of-type(1) {
  position: absolute;
  top: 10px;
  left: 24px; }

.menu_trig span:nth-of-type(2) {
  position: absolute;
  top: 22px;
  left: 24px; }

.menu_trig span:nth-of-type(3) {
  position: absolute;
  top: 34px;
  left: 24px; }

.menu_trig span:nth-of-type(4) {
  position: absolute;
  top: 46px;
  left: 24px; }

.menu_area {
  background: rgba(250,255,164,0.8);
  padding: 30px 150px 0 150px;
  position: fixed;
  top: 0;
  right: -660px;
  width: 350px;
  z-index: 1000;
  height: 100vh;
  transition: 1s;
  border-bottom-left-radius: 854px;
  overflow-y: scroll; 
  z-index: 9999999;}

.menu_show {
  right: 0px; }

.rad_cancel {
  border-bottom-left-radius: 0%; }

.menu_title{
    color: var(--color_gray2);
    font-size: 50px;
    margin: 0 0 20px;
}
.menu_area a,
.menu_area li a {
  text-decoration: none;
  color: var(--color_gray2);
  transition: .6s; }

.menu_area a:hover {
  color: var(--color_gray2);
  text-shadow:0 0 5px #fff;
  text-decoration-line: none;}

.menu_area h2 {
  margin-bottom: 40px; }

.menu_area ul {
  padding-bottom: 20px;}

.menu_area li {
  list-style: none;
  font-size: 26px;
  color: var(--color_main2);
  text-shadow:1px 1px 0 rgba(255,255,255,0.5), -1px -1px 0 rgba(255,255,255,0.5),
              -1px 1px 0 rgba(255,255,255,0.5), 1px -1px 0 rgba(255,255,255,0.5),
              0px 1px 0 rgba(255,255,255,0.5),  0-1px 0 rgba(255,255,255,0.5),
              -1px 0 0 rgba(255,255,255,0.5), 1px 0 0 rgba(255,255,255,0.5);
  margin: 20px 0; }
.social_wrap{
    margin-bottom: 100px;
}
.mail {
  margin-bottom: 60px;
  font-size: 30px; }

.fauclub {
  margin-bottom: 20px;
  font-size: 30px; }

.social_wrap a:hover {
  opacity: 0.7; }

.menu_close {
  width: 90px;
  height: 90px;
  position: fixed;
  top: calc(5% - 45px);
  right: 10px;
  z-index: 9999999;
  display: none;
  cursor: pointer; }

.cross1 {
  width: 42px;
  height: 2px;
  transform: rotate(45deg);
  background: var(--color_gray1);
  position: absolute;
  top: 43px;
  left: 25px; }

.cross2 {
  width: 42px;
  height: 2px;
  transform: rotate(-45deg);
  background: var(--color_gray1);
  border-radius: 2px;
  position: absolute;
  top: 43px;
  left: 25px; }

/*header用　二重に見える部分を透過処理*/

.header_menu_area{
    opacity:0;
}

.membercontent{
    margin:0 0 20px 20px !important;
}

.starrycontent{
    display: inline-block;
    margin:0 0 20px 10px !important;
    border: 1px solid #fff;
    padding: 3px 5px;
}

.starrycontent a{
    font-size: 80% !important;    
}

/*STARRY MENU 管理画面に設定*/
.menu-starry img{
    filter: brightness(0) saturate(100%) invert(37%) sepia(5%) saturate(4%) hue-rotate(328deg) brightness(100%) contrast(81%);
    vertical-align: text-bottom;
}
.dashicons-cart:before{
    vertical-align: text-bottom;    
}
.menu-starry-in {
    display: inline-block;
    margin: 0 0 0 10px !important;
    font-size: 90% !important;
    border: 1px solid var(--color_gray1);
    padding: 9px 5px;
}
.menu-starry-in:hover{
    background-color: rgba(255,255,255,0.7);
    transition: 0.3s;
}

.page_top {
  background: url("../img/page_back.png?0315");
  background-blend-mode:lighten;    
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 150px;}


#mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none; }

.flex_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap; }

.flex_wrap2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

.flex_wrap li {
  list-style: none; }

.flex_wrap3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

.flex_wrap4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_wrap5 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.img_sp {
  display: none !important; }

.no_login_wrap {
  background-size: 100%;
  background-attachment: fixed; }

.no_login_head {
  position: relative;
  height: 47vw; }

.main_back {
  display: block; }

.main_logo-login {
  margin: 50px auto 0;
  text-align: center;
  font-size: 18px;}
.main_logo {
  margin: 11vw auto 0;
  text-align: center;
  font-size: 2vw;}
.main_logo img{
  top: 11vw;
  left: 30vw;
  width: 30vw; }

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 500; }
.white_btn {
  color: #426AB3;
  background: #fff;
  text-decoration: none;
  padding: 6px;
  transition: .6s;
  display: block;
  width: 120px;
  text-align: center; }

.white_btn:hover {
  color: #fff;
  background: #79a8ff; }

.blue_btn {
  color: #fff;
  background: #426AB3;
  text-decoration: none;
  padding: 6px;
  transition: .6s;
  display: block;
  width: 120px;
  text-align: center; }

.blue_btn:hover {
  color: #fff;
  background: #79a8ff; }

.btn_blank {
  width: 120px; }

.simple_link {
  color: #fff;
  text-decoration: none; }

.simple_link:hover {
  text-decoration: underline; }

.top-member{
    margin: 0 5px;
    width: calc((100% - 50px)/5);
    height: auto;
    box-sizing: border-box;}
.top-member img{
    width: 100%;
    height: auto;
}
  @media screen and (max-width: 601px) {
      .top-member{
        margin: 0 auto;
        display: block;
        width: 80%;
        height: auto;}
      .top-member img{
        max-width: 150px !important;}
 }

.club_guide {
  width: 930px;
  padding: 30px;
  margin: 0 auto 30px;}

.club_guide h3 {
  color: var(--color_main2);
  text-align: center;
  font-size: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 30px; }


.club_info img{
    width: calc((100% - 20px)/2);
    height: auto;
    padding: 5px;
}

.content_logo {
  margin-bottom: 60px; }

.club_guide h3:before, .club_guide h3:after {
  content: "";
  flex-grow: 1;
  height: 1;
  display: block;
  border: 1px solid var(--color_main2); }

.club_guide h3:before {
  margin-right: 15px; }

.club_guide h3:after {
  margin-left: 15px; }

.club_guide p {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 30px;}

.topinfo{
    text-align: left;
    padding: 0 23% 0;
    font-size: 14px;
    line-height: 1.3em;
    margin: -2% 0 30px;
}

@media (max-width: 950px) {
.topinfo{
    padding: 0 20% 0;
    font-size: 85%;}}

@media (max-width: 750px) {
.topinfo{
    padding: 0 15% 0;}}

@media (max-width: 600px) {
.topinfo{
    margin: -3% 0 30px;
    padding: 0 20px 0;
}
}
.guide_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 700px;
  margin: 0 auto 20px;
  font-size: 85%;
  line-height: 1.5;}

.guide_flex img {
  margin-bottom: 10px; }

.large_btn1 {
  width: 400px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  text-decoration: none;
  transition: .6s;
  margin: 0 auto; }

.large_btn2 {
  width: 400px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  text-decoration: none;
  transition: .6s;
  margin: 0 auto;
  background: #fff; }

.large_btn1:hover {
  background: #fff;
  color: var(--color_gray1); }

.large_btn2:hover {
  color: var(--color_gray1);
  border: 1px solid var(--color_gray1); }

.large_btn3 {
  width: 330px;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  display: block;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  text-decoration: none;
  transition: .6s;
  margin: 0 auto; }

.large_btn3:hover {
  background: #fff;
  color: var(--color_gray1); }

.large_btn4 {
  width: 330px;
  padding: 20px 0;
  font-size: 20px;
  color: var(--color_gray1);
  text-align: center;
  display: block;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  text-decoration: none;
  transition: .6s;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3); }

.large_btn4:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--color_gray1); }

.foot_btn_pad {
  padding-bottom: 60px; }

button {
  padding: 10px;
  min-width: 100px;
  font-size: 16px;
  text-align: center;
  display: block;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray2);
  text-decoration: none;
  transition: .6s;
  margin: 0 auto;
  background: #fff;
  cursor: pointer; }

button:hover {
  color: var(--color_gray1);
  border: 1px solid var(--color_gray1); }

.box_type .grid {
  border: 1px solid var(--color_gray1); }

.ac {
  align-items: center; }

.alignleft {
  display: block;
  margin: 0 auto 20px 0; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.alignright {
  display: block;
  margin: 0 0 20px auto; }
footer{
  width:100%;
  text-align: center;    
}
.fooe_logo_area {
  padding: 20px 0; }

footer li {
  margin: 20px 10px; 
  display: inline-block;}

footer li a {
  font-family: 'Sawarabi Mincho', sans-serif !important;
  color: var(--color_gray2);
  text-decoration: none; }

footer li a:hover {
  text-shadow:0 0 5px var(--color_main2);
  }

small {
  font-size: 80%;
  display: inline-block;
  width: 100%;
  padding: 20px 0; }

.back_top {
  position: fixed;
  right: 30px; 
  bottom: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;}

.sp_wrap {
  position: fixed;
  top: 0;
  z-index: 1100;
  right: -100vw;
  width: 100%;
  transition: 1s; }

.br_hid {
  display: none; }

.member_top {
  width: 100%;
  height: 47vw;
  position: relative; }

.top-fc-img img{    
    width: 100%;
    height: auto;
}

.fctop_logo{
    text-align: center;
    position: absolute;
    top: 50px;
    left: 1%;
}
.fctop_logo img{
    width: 250px;
    height: auto;
}

.login_wrap {
  margin: 5vw auto 0;}

.login_head img{
    width: 150px;
}

.member_top_logo {
  position: absolute;
  bottom: 0;
  left: 0; }

.member_content {
  background-size: cover;
  padding: 60px 0;
  position: relative;
  background: #fff; }

.contents-tit {
    margin: 80px 0 30px;
    display:flex; 
    align-items:center;
    font-size: 50px;
    height: 80px;}

.contents-tit:after {
    margin-left:20px; border-top:1px solid var(--color_main2);
    content:""; flex-grow:1;}

.room_content {
  background-size: cover;
  padding: 60px 0;
  position: relative; }

.page-f{
    width: 80%;
    margin: 20px auto;}

.room-member-box{
    display: inline-block;
    margin: 0 10px 20px;
    width: 45%;
    vertical-align:top;
}


/*MW WP Form*/
.mw_wp_form_input p{
    line-height: 1.6;
}
.mw_wp_form_input input{
    height: 40px;
    width: 100%;
}
.mwform-radio-field input{
    width: auto;
}

  @media screen and (max-width: 601px) {
    .room-member-box{
    display: block;
    margin: auto;
    width: 90%;}}

/* MEMBER ROOM */
/* ALL */
.info_area{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.member-title{
    margin: 3em auto 3em;
    font-size: 50px;
    text-align: center;
}
.member-all{
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 5em;
    font-size: 140%;
    border: 1px solid #fff;
    background: rgba(255,255,255,0.3);
}
.member-all:hover{
    background: rgba(255,255,255,0.6);    
}
.member-all img{
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: auto;
}

.member-cat div{
    margin: 0 10px 20px;
    padding: 5px;
    border: 1px solid var(--color_gray1);
}
.member-cat div.current{
    border-radius:0;
    width: auto;
}
.member-cat div a{
    color: var(--color_gray1);
}

.room-member-min{
    margin: 0 0 20px;
    width: 100%;
    height: 300px;
}
    @media screen and (max-width: 601px) {
        .room-member-min{
        margin: auto;
        width: 250px;
        height: auto;
        }
    }
.room-member-box img{
    width: auto;
    max-height: 300px;
}
  @media screen and (max-width: 1150px) {
      .room-member-box img{
        width: auto;
        max-height: 250px;
      }}
.room-member-min1{
    float: left;
}
.room-member-min2{
    float: left;
    text-align: center;
    width: 60%;
}
    @media screen and (max-width: 768px) {
        .room-member-min2{
            float: none;
            width: 100%;
        }
    }
.room-member-min2 img{
    margin: 20px auto 0;
    width: 180px;
    height:auto;}

.room-member-min-tit{
    font-size: 22px;
    height: 40px;
}
    @media screen and (max-width: 1400px) {
        .room-member-min-tit{
        font-size: 18px;
        height: 35px;
        vertical-align: middle;
}
    }
.room-member-min-tit a{
    color: var(--color_gray1);
}
.room-member-min-tit a:hover{
    color: var(--color_gray1);
}
.room-member-img img{
    width: 150px;
    height: auto;
    box-shadow: 2px 2px 5px 5px rgba(88, 184, 208, 0.2);
}
.room-member-img2 img{
    width: 250px;
    height: auto;
    box-shadow: 2px 2px 5px 5px rgba(88, 184, 208, 0.2);
}

.b_border {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.list_tit {
  border: 1px solid #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px 10px; }

.member_content {
  padding: 60px 0; }

.content_in {
  width: 990px;
  margin: 0 auto;
  color: var(--color_gray2); }

.tit_txt {
  font-size: 35px;
  color: var(--color_main2);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color_main2);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.tit_txt span {
  margin-left: 10px; }

.gal_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0; }

.gal_sect {
  position: relative;
  padding-top: 30px;
  width: 300px; }

.new {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color_main2);
  color: var(--color_gray1);
  text-align: center;
  padding: 5px;
  width: 50px; }

.news_new {
  width: 51px;
  margin-right: 20px; }

.news_new_blank {
  background: rgba(0, 0, 0, 0);
  padding: 5px 10px;
  width: 31px;
  margin-right: 20px; }

.color_white {
  text-align: center;
  padding: 30px 0; }

.gal_flex img {
  margin-bottom: 5px; }

.ms {
  display: none; }

.nb {
  color: #000; }

.pink_btn_1 {
  width: 280px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border: 2px solid var(--color_gray1);
  background: var(--color_gray1);
  color: #fff;
  text-decoration: none;
  transition: .6s; }

.pink_btn_1:hover {
  background: #fff;
  color: var(--color_gray1); }

.sect_mg {
  margin-top: 90px; }

.list_link {
  text-decoration: none; }

.news_wrap {
  padding: 60px 0;}

.c_bk {
  color: #000; }

.member_name {
  padding: 10px 0;
  width: 280px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-bottom: 50px; }

.news_day {
  padding: 0 20px 0 0; }

.ac {
  align-items: center; }

.cat_name {
  padding: 5px 20px;
  color: var(--color_main2);
  border-left: 1px solid var(--color_main2);
  border-right: 1px solid var(--color_main2); }

.day_area {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

.blog_title {
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color_main2); }

.cat_name p {
  width: 100px;
  text-align: center; }

.cat_name2 p {
  width: 100px;
  text-align: center;
  padding: 5px 0;
  color: var(--color_main2);
  background: #fff; }

.news_contents {
  font-family: 'Kosugi Maru', sans-serif !important;
  letter-spacing: 0.1em;
  padding: 50px 0;
  line-height: 1.8em;
  border-bottom: 1px solid var(--color_main2); }

.news_contents img {
  max-width: 100%;
  height: auto; }

.pager_wrap {
  margin: 50px 0; }

.previous_post a, .next_post a {
  color: var(--color_main2) !important;
  text-decoration: none; }

.previous_post a:hover, .next_post a:hover {
  text-decoration: underline; }

.pink {
  color: var(--color_main2); }

.news_link {
  width: calc(100% - 350px);
  margin-left: 20px; }

.news_link a {
  font-family: 'Kosugi Maru', sans-serif !important;
  letter-spacing: 0.1em;
  color: var(--color_gray1);
  text-decoration: none; }

.news_link a:hover {
  text-decoration: underline; }

.news_link2 {
  width: calc(80% - 330px);
  margin-left: 20px; }

.news_link2 a {
  color: var(--color_gray1);
  text-decoration: none; }

.news_link2 a:hover {
  text-decoration: underline; }

.news_sect_wrap {
  padding: 25px 10px; }

.news_sect_wrap:nth-child(odd) {
  background: rgba(254, 239, 246, 0.5);
  border-radius: 10px;}

.news_sect_wrap2 {
  padding: 25px 10px;
  color: var(--color_gray1); }
.news_sect_wrap2 a{
    color: var(--color_gray1);
}
.news_sect_wrap2 a:hover{
    display: block;
}
.news_sect_wrap2:nth-child(even) {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4); }
.news_sect_wrap2 .member-post{
    width: calc(100% - 120px);
}
.news_sect_wrap2 .member-post .news_link2{
    width: calc(100% - 200px);
}
.news_sect_wrap2 .member-cat{
  width: 120px;
  text-align: center;
  font-size: 1rem;
}
.news_sect_wrap2 .member-cat div{
  font-size: 0.7rem;
}
.banner_area {
  padding: 60px 0 0 0; }

.wrap_border {
  display: inline-block;
  padding: 30px;
  border: 1px solid #fff; }

.tit_white {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  text-align: center; }

.member_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto; }

.member_flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto; }

.member_flex a {
  margin: 0 20px 30px 20px; }

.member_flex2 a {
  margin: 0 10px 30px 10px; }

.member_flex2 a {
  transition: .6s; }

.member_flex2 a:hover {
  opacity: 0.7; }

.foot_member p {
  text-align: center;
  margin-bottom: 30px; }

.card_wrap {
  position: relative;
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
  transition: .6s; }

.card_wrap p {
  color: #fff;
  position: absolute;
  top: 4vw;
  right: 1vw;
  width: 239px;
  line-height: 1.3em; }

.card_wrap:hover {
  opacity: 0.8; }

.card {
  margin-top: 60px; }

.room_tit {
  font-size: 25px;
  padding: 30px 0;
  text-align: center;}

.room_member {
  display: block;
  border-bottom: 20px solid var(--color_main2); }

/*gallery*/

.gallery_thum img{
    border-radius: 10px;
}


.news_area {
  color: var(--color_gray1); }

.prev_blank, .next_blank {
  display: none;
  color: var(--color_gray1); }

.news_area a {
  color: var(--color_gray1);
  text-decoration: none; }

.cat_btn {
  width: 110px;
  padding: 46px 0;
  border-radius: 60px;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  text-align: center;
  transition: .6s;
  cursor: pointer; }

.page-numbers {
  width: 15px;
  height: 15px;
  border-radius: 60px;
  border: 1px solid #ffa8d1;
  color: var(--color_gray1);
  background: none;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  text-indent: -9999px; }

.cat_btn:hover {
  background: var(--color_main2);
  border: 1px solid var(--color_main2);
  color: #fff; }

.current {
  width: 15px;
  height: 15px;
  border-radius: 60px;
  border: 1px solid var(--color_main2);
  color: var(--color_w);
  background: var(--color_main2);
  text-align: center; }

.prev {
  background: none !important;
  border: none !important;
  color: var(--color_gray1) !important;
  text-indent: 0 !important;
  width: 30px; }

.next {
  background: none !important;
  border: none !important;
  color: var(--color_gray1) !important;
  text-indent: 0 !important;
  width: 30px; }

.cat_btn2 {
  width: 110px;
  padding: 46px 0;
  border-radius: 60px;
  border: 1px solid var(--color_gray1);
  color: var(--color_gray1);
  background: #000;
  text-align: center;
  transition: .6s;
  cursor: pointer;
  text-decoration: none; }

.current2 {
  width: 110px;
  padding: 46px 0;
  border-radius: 60px;
  border: 1px solid var(--color_gray1);
  color: #fff;
  background: var(--color_gray1);
  text-align: center;
  text-decoration: none; }

.cat_btn2:hover {
  background: var(--color_gray1);
  color: #fff; }

.bk_wrap {
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 10px; }

.w_wrap {
  padding: 20px 10px; }

.bkw {
  color: #000; }

.page--member__paging {
  margin: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }

.error-404 {
  text-align: center;
  color: var(--color_gray1);
  padding: 30px 0;
  line-height: 1.5em; }

.box_type {
  padding: 60px 0; }

.content_in img {
  max-width: 100%;
  height: auto; }

.cat_hide {
  display: none; }


/* 240209 SHOP　*/
.shop-page{
    padding: 30px;
}
.shop-title{
    margin-top: 30px;
}
.shop-info{
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 20px;
}
.shop-f{
    margin: 20px auto;
    align-items:flex-start:
}
.shop-box{
    width: calc((100% - 80px)/4);
    margin: 0 10px 20px;
    overflow-wrap:anywhere;
    text-align: center;
}
.shop-box h3{
    margin: 5px 0;
    line-height: 1.4;
}
.shop-box a{
    color: var(--color_gray1);
}
.shop-box a:hover{
    text-decoration-line: underline;
}
.shop-box span{
    font-size: 80%;
}
.shop-box p{
    font-weight: bold;
}


/*starry + α*/

.logout-in{
    margin: 300px auto 0;   
}

/*starry*/
.stry-margintb10{
    line-height: 1.5;
}
.entry01_ttl{
    line-height: 1.5;
    color: var(--color_main2);
}

.stry-entry01-alert {
  padding: 20px 0; }

#div_support01{
    text-align: left;
}

#btn1, #btn2 {
  width: 100px !important;
  background: -webkit-linear-gradient(var(--color_main2) 0%, #fff 100%);
  background: -o-linear-gradient(var(--color_main2) 0%, #fff 100%);
  background: linear-gradient(var(--color_main2) 0%, #Fff 100%);
  border: solid 1px var(--color_main2);
  border-radius: 10px;
  color: #fff;
  padding: 10px 0; }

#btn1:hover {
  background: -webkit-linear-gradient(#7ca0e2 0%, #6cd9b5 100%);
  background: -o-linear-gradient(#7ca0e2 0%, #6cd9b5 100%);
  background: linear-gradient(#7ca0e2 0%, #6cd9b5 100%); }

#btn2:hover {
  background: -webkit-linear-gradient(#52c9a1 0%, #6cd9b5 100%);
  background: -o-linear-gradient(#52c9a1 0%, #6cd9b5 100%);
  background: linear-gradient(#52c9a1 0%, #6cd9b5 100%); }
/*表に戦*/
#div_entry06 table{
margin: 10px 0 20px;
}
#div_entry06 th, #div_entry06 td {
border:1px solid #ccc;
padding: 10px;
}
#payment_kind{
    padding: 10px 0;
}
/* カード情報入力 */
#div_entry09 input,#div_entry09 select{
margin: 10px auto;
padding: 5px;
}
#div_entry09 select{
width: 100px;
}
.gallery_plugin_area h4#starry-gallery-title {
  display: none !important; }

td.stry-member-info-input-cell input {
  border: 1px solid #000;
  margin-bottom: 10px; }

td.stry-member-info-input-cell select {
  border: 1px solid #000;
  margin-bottom: 10px; }

#div_member02 {
  line-height: 1.5em;
  text-align: center; }

#div_member02 input {
  width: 280px;
  padding: 10px; }

#div_member02 button {
  margin-top: 30px; }

#div_password01 {
  line-height: 1.5em;
  text-align: center; }

#div_password01 input {
  width: 280px;
  padding: 10px; }

#div_password01 button {
  margin-top: 30px; }

#div_member05 {
  line-height: 1.5em; }

#div_member05 input {
  margin-right: 10px;
  padding: 10px; }

#div_member05 select {
  margin-right: 10px;
  padding: 10px; }

#div_member05 td {
  padding: 10px 0;
  margin-bottom: 10px; }

#div_member08 p {
  display: flex;
  justify-content: center; }

#div_member08 p button {
  margin: 10px !important; }

#payment_history {
  line-height: 1.3em; }

#div_support03 {
  line-height: 1.5em; }

#div_support03 div {
  margin: 0 auto 10px auto !important; }

#div_support03 td {
  padding: 10px !important; }

td.stry-support01-column01, td.stry-support01-column02 {
  vertical-align: middle; }

.stry-support01-button {
  width: 280px;
  margin: 0 auto; }

.stry-support01-column02 input {
  padding: 10px 0; }

#div_support02 {
  text-align: center;
  line-height: 1.5em; }

#div_support02 td {
  border: 1px solid #000;
  padding: 10px; }

#div_support02 table {
  width: 100%;
  margin-bottom: 20px; }

#div_support02 div {
  width: 100%;
  margin: 0 auto 20px auto !important; }

#div_support02 button {
  width: 200px !important; }

#div_support04 {
  line-height: 2em; }

table {
  width: 100%;
  margin-bottom: 20px; }

#div_support04 td {
  border: 1px solid #000;
  padding: 10px; }

#div_support04 div {
  width: 100% !important;
  margin: 0 auto 30px auto !important;
  display: block !important; }

.mejs-button > button {
  min-width: inherit !important; }

.box_modal_meta_right {
  display: none; }

.box_type .content_title_text .date_block {
  display: none !important; }

.list_type ul {
  margin-bottom: 20px !important; }

.list_type li .detail-td .content-date {
  display: none !important; }

.box_modal_meta_left .content_date {
  display: none !important; }

.list_type .hover_alert1 {
  display: none !important; }

.box_type .hover_alert1 {
  display: none !important; }

.list_type .hover_alert2 {
  display: none !important; }

.box_type .hover_alert2 {
  display: none !important; }

.list_type .hover_alert3 {
  display: none !important; }

.box_type .hover_alert3 {
  display: none !important; }

.list_type .hover_alert4 {
  display: none !important; }

.box_type .hover_alert4 {
  display: none !important; }

.list_type li .detail-td .content-title {
  display: none !important; }

.box_type .content_title_text {
  display: none !important; }

.box_modal_meta_left {
  display: none !important; }

.cart-item-count {
  display: inline-block;
  padding: 0 !important;
  margin: 0 0 0 4px; }

.member_info h5 {
  font-size: 20px;
  margin-bottom: 20px; }

.stry-margintb5 {
  margin: 10px 0 !important; }

.stry-ec04-member_info_table input {
  height: 25px;
  width: calc(100% - 10px); }

.stry-ec04-member_info_table select {
  height: 25px; }

.stry-ec04-member_info_table td {
  height: 25px;
  padding: 10px 0; }

.stry-ec04-delivery_info_table input {
  height: 25px;
  width: calc(100% - 10px); }

.stry-ec04-delivery_info_table select {
  height: 25px; }

.stry-ec04-delivery_info_table td {
  height: 25px;
  padding: 10px 0; }

.stry-margintb5 {
  width: auto !important; }

#div_item_ec05 td {
  text-align: left !important;
  padding: 10px 0; }

.stry-ec03-enrollment {
  display: none; }

.stry-ec02-breadcrumbs {
  display: none; }

.stry-margintb20{
    color:var(--color_gray1);    
}
.stry-ec03-enrollment{
    color:var(--color_gray1);        
}


@media (max-width: 750px) {
  pre.entry_rule {
    overflow: undest !important;
    height: auto !important;
    width: 100% !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important; } }
@media (max-width: 480px) {
  #div_member05 {
    overflow-x: scroll; } }

/* ORBITV */

.tv-f{
    text-align: left;
}

.tv-new{
    text-align: center;
}

.tv-new iframe{
    margin: 20px auto 50px;
    width: 100%;
    height: 300px;
}

.tv-box{
    display: inline-block;
    margin: 20px 10px;
}

.tv-box iframe{
    display: inline-block;
    width: 300px;
    height: 170px;
    box-shadow: 5px 5px 10px 0 rgba(88, 184, 208, 0.8);
}

.tv-box-title{
    height: 20px;
}


/*　TICKET　*/
.ticket_url a{
margin-bottom: 30px;
display:block;
padding:10px 20px;
border:1px solid #fff;
font-size: 16px;}

.ticket_url a:hover{
background:#fff;
opacity:0.8;
}
@media (max-width: 600px) {
.ticket_url a{
    line-height: 1.8;
}
}
/* ppbrss */

.bbs-banner{
    width: 990px;
    height: auto;
    margin: 20px 0;
}

.bbs-banner img{
    width: 100%;
    height: auto;
}


@media (max-width: 1024px) {
.bbs-banner{
    width: 100%;
    height: auto;
    margin: 20px 0;
}
}

.bbs-info{
    line-height: 2;
    margin-bottom: 30px;
}

.bbs-info-ex{
    font-size: 14px;
    line-height: 1.6;
}

#bbpress-forums{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.bbp-reply-form button{
    background-color: rgba(0, 0, 0, 0.30);
    border: 1px var(--color_gray1) solid;
    color: var(--color_gray1); 
}

.bbp-reply-form button:hover{
    background-color: rgba(255, 255, 255, 0.30);
}

.bbp-form{
    color: var(--color_gray1);
}

.form-allowed-tags,
.bbp-author-role,
.bbp-author-avatar,
.bbp-breadcrumb,
.bbp-template-notice,
.bbp-author-ip{
    display: none;
}

.bbp-author-name{
    padding: 2px;
}

.bbp-reply-author a,
.bbp-reply-author a{
    pointer-events: none;
}

.bbp-pagination{
    color: #fff;
}

#bbpress-forums div.wp-editor-container,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics{
    border-radius: 5px;
}

.user-id-17782 .bbp-author-avatar,
.user-id-17783 .bbp-author-avatar{
    display: block;
}

.user-id-17782 .bbp-author-name,
.user-id-17783 .bbp-author-name{
    color: #fff;
    background-color: var(--color_gray1);
    
}
/* gtranslate */

#gtranslate_wrapper{
 left: 40px !important;
}
.gt_selector{
 color: var(--color_gray2);    
 font-family: 'Comfortaa', sans-serif !important;
 font-size: 13px;
 width: 140px;
 height: 30px;
 border-radius: 10px;
 border:1px solid var(--color_gray2);
}
#gtranslate_wrapper select::-ms-expand{
    color:#fff;
}

@media (max-width: 600px) {
#gtranslate_wrapper select{    
 color:var(--color_gray1);
 font-size: 11px;
 width: 130px;
 margin:0 0 0 -25px;
}
}