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

:root {
  --color_w: #fff;
  --color_b: var(--color_main1);
  --color_main1: #404040;
  --color_main2: #f6f6f6;
  --color_main3: #c2c2c2;
  --color_back: #fbfbfb;}

body {
  font-family: 'Comfortaa','Noto Sans JP', sans-serif !important;
  background-color:var(--color_back);
  color: var(--color_main1);
}
a{
  color: var(--color_main1);}
.jan-only{
   font-family: 'Noto Sans JP', 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 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 330px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/    
  overflow: hidden; }

/* FC TOPページログインボタン */
.front-menu{
    position: fixed;
    top: 10px;
    right: 90px;    
    z-index: 200;
}
.front-menu ul{
    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: var(--color_main2);
}
.front-menu li:hover{
    background: var(--color_main2);;
}
.front-menu li a{
    border: 1px solid var(--color_main2);
    padding: 10px 15px;
    color: var(--color_main1);
    font-size: 90%;
}
.front-menu li a{
    display: block;
}
.front-menu li a:hover{
    border: 1px solid var(--color_main2);
    padding: 10px 15px;
    color: var(--color_main1);
    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_main2);
    background-color: var(--color_back);
}
.front-menu-join a{
    font-size: 140%;
    color: var(--color_main1);
    display: block;
    font-size: 1.1rem;
}
.front-menu-join a:hover{
    background-color: var(--color_main2);
    transition:0.5s;
    color: var(--color_main1);
}
/* 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_main1);
  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: var(--color_back);
  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: auto; 
  z-index: 9999999;}

.menu_show {
  right: 0px; }

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

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

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

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

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

.menu_area li {
  list-style: none;
  font-size: 26px;
  color: var(--color_main1);
  margin: 20px 0; }

.mail {
  margin-bottom: 60px;
  font-size: 30px; }

.fauclub {
  margin-bottom: 20px;
  font-size: 30px; }
.social_wrap{
    padding-bottom: 80px;
}
.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_main1);
  position: absolute;
  top: 43px;
  left: 25px; }

.cross2 {
  width: 42px;
  height: 2px;
  transform: rotate(-45deg);
  background: var(--color_main1);
  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 var(--color_main2);
    padding: 3px 5px;
}

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

/*STARRY MENU 管理画面に設定*/
.menu-starry-in-cart {
    font-size: 90% !important;    
    margin: 0 0 10px 10px !important;
    max-width: 150px;
    width: 80%;
    border: 1px solid var(--color_main3);
    padding: 9px 5px;}

.menu-starry-in-entry {
    font-size: 90% !important;    
    margin: 0 0 10px 10px !important;
    max-width: 150px;
    width: 80%;
    border: 1px solid var(--color_main3);
    padding: 9px 5px;}

.menu-starry-in {
    display: inline-block;
    margin: 0 0 10px 10px !important;
    max-width: 150px;
    width: 80%;
    font-size: 90% !important;
    border: 1px solid var(--color_main3);
    padding: 9px 5px;
}


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


#mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 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; }

.plane_btn {
  color: var(--color_main1);
  text-decoration: none;
  padding: 5px;
  border: 1px solid var(--color_main2);
  transition: .6s;
  display: block;
  width: 120px;
  text-align: center; }

.plane_btn:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

.white_btn {
  color: var(--color_main1);
  background: var(--color_main2);
  text-decoration: none;
  padding: 6px;
  transition: .6s;
  display: block;
  width: 120px;
  text-align: center; }

.white_btn:hover {
  color: var(--color_main1);
  background: var(--color_main2); }

.blue_btn {
  color: var(--color_main1);
  background: var(--color_back);
  text-decoration: none;
  padding: 6px;
  transition: .6s;
  display: block;
  width: 120px;
  text-align: center; }

.blue_btn:hover {
  color: var(--color_main1);
  background: var(--color_main2); }

.btn_blank {
  width: 120px; }

.simple_link {
  color: var(--color_main1);
  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 5px 10px;
    width: calc((100% - 30px)/3);
    height: auto;
    box-sizing: border-box;
  }
 }

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

.info_area h3 {
  color: var(--color_main1);
  text-align: center;
  font-size: 25px;
  display: flex;
  align-items: center;
  margin: 3em auto 2em;
}
.content_logo {
  margin-bottom: 60px; }

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

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

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

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

.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;
  width: 80%;
  margin: 0 auto 20px;
  font-size: 85%;
  line-height: 1.5;}
.guide_flex img {
  margin-bottom: 10px; 
width: 100%;}
.guide_flex div{
  text-align: center;
  margin: 10px;
  width: calc((100% - 100px)/5);
}


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

.large_btn1:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

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

.large_btn3:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

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

.large_btn4:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

.foot_btn_pad {
  margin-top: 4em;
  padding-bottom: 60px; }

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

.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 {
  text-align: center;
  position: absolute;
  width:100%;
  bottom: 0;
  color: var(--color_main3);}

.fooe_logo_area {
  padding: 20px 0; }

.fooe_logo_area img{
  filter: invert(95%) sepia(0%) saturate(762%) hue-rotate(149deg) brightness(85%) contrast(83%);
  margin: 1em 0;
}
footer li {
  margin: 20px 10px; 
  display: inline-block;}

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

footer li a:hover {
  color: var(--color_main1);
  transition: 0.5s;
  }

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

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 60px;
  bottom: -120px;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../assets/images/back_top.png);
  background-size: contain;
  vertical-align: middle;    
  width: 80px;
  height: 80px;
  filter: invert(92%) sepia(0%) saturate(842%) hue-rotate(145deg) brightness(81%) contrast(104%);
}

.back_top {
  position: absolute;
  right: 30px; 
  bottom: 50px;}

.sp_wrap {
  position: fixed;
  top: 0;
  z-index: 1100;
  right: -100vw;
  width: 100%;
  transition: 1s; }
.member_top {
  width: 100%;
  height: 47vw;
 }
 .top-fc-img{
  margin-top: 2em;
    position: relative;
    width: 100%;
}
.top-fc-img img{    
    width: 100%;
    height: auto;
}
.top-fc-img p img{
  position:absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 50%;
  height: auto;
}
.login_wrap {
  margin: 5vw auto 0;}

.login_head img{
    width: 150px;
    filter: brightness(0);
    margin-bottom: 1em;
}
.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{
    max-width: 1080px;
    width: 95%;
    margin: 20px auto;}

/* MEMBER ROOM */
/* ALL */
.info_area{
    width: 90%;
    max-width: 1080px;
    margin: auto;
}
.member-all{
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 5em;
    font-size: 140%;
    border: 1px solid var(--color_main2);
    background: var(--color_back);
}
.member-all:hover{
    background: var(--color_main2);    
}
.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_main2);
    background-color: var(--color_back);
}
.member-cat div.current{
    border-radius:0;
    width: auto;
    border: 1px solid var(--color_main3);
    }
.member-cat div:hover{
    background-color: var(--color_main3);
    transition: 0.5s;
}
.member-cat div a{
    color: var(--color_main1);
    text-decoration-line: none;
    font-size: 0.8rem;
}
.member-cat div.current a{
    color: var(--color_main1);
    text-decoration-line: none;
}
.room-member-f{
  margin: auto;
}
.room-member-f h2{
    margin: 2em 0 0;
    font-size: 2.5rem;
    text-align: center;
}
.room-member-f h3{
  margin: 2em 0;
  font-size: 1.5rem;
  text-align: center;
}
.room-member-min{
    margin: 15px;
    width: calc((100% - 90px)/3);
}
    @media screen and (max-width: 601px) {
        .room-member-min{
        margin: 10px;
        width: calc((100% - 40px)/2);
        height: auto;
        }
    }
.room-member-min img{
  width: 100%;
  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-min-tit{
    font-size: 1rem;
    text-align: center;
    padding: 10px 0 20px;
}
    @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_main1);
    text-decoration-line: none;
}
.room-member-min-tit a:hover{
    color: var(--color_main1);
}
.room-member-img img{
    width: 150px;
    height: auto;
    box-shadow: 2px 2px 5px 5px var(--color_main2);
}
.room-member-img2 img{
    width: 250px;
    height: auto;
    box-shadow: 2px 2px 5px 5px var(--color_main2);
}

.b_border {
  border-bottom: 1px solid var(--color_main2);
  padding-bottom: 5px;
  margin-bottom: 10px; }

.list_tit {
  border: 1px solid var(--color_main2);
  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;}

.tit_txt {
  font-size: 35px;
  color: var(--color_main1);
  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_main1);
  text-align: center;
  padding: 5px;
  width: 50px; }

.news_new {
  font-family: 'Comfortaa', sans-serif !important;
  width: 51px;
  margin-right: 20px; }

.news_new_blank {
  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: var(--color_main1); }

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

.pink_btn_1:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

.sect_mg {
  margin-top: 90px; }

.list_link {
  text-decoration: none; }

.news_wrap {
  padding: 60px 0;}

.c_bk {
  color: var(--color_main1); }

.member_name {
  padding: 10px 0;
  width: 280px;
  background: var(--color_main2);
  text-align: center;
  margin-bottom: 50px; }

.news_day {
  width: 100px;}

.ac {
  align-items: center; }

.cat_name {
  padding: 5px 20px;
  color: var(--color_main1);
  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_main1);
  background: var(--color_main2); }

.news_contents {
  font-family: 'Noto Sans JP', 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_main1) !important;
  text-decoration: none; }

.previous_post a:hover, .next_post a:hover {
  text-decoration: underline; }
.news_link {
  width: calc(100% - 100px);}

.news_link a {
  font-family: 'Noto Sans JP', sans-serif !important;
  letter-spacing: 0.1em;
  color: var(--color_main1);
  text-decoration: none; }

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

.news_link2 {
  width: calc(100% - 200px);
  }
.news_link2 a {
  display: block;
  color: var(--color_main1);
  text-decoration: none; }

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

.news_sect_wrap {
  padding: 25px 10px; }

.news_sect_wrap:nth-child(odd) {
  background:var(--color_main2);
  }

.news_sect_wrap2 {
  padding: 25px 10px;
  color: var(--color_main1); }

.news_sect_wrap2:nth-child(even) {
  border-radius: 10px;
  background: var(--color_main2); }

.banner_area {
  padding: 60px 0 0 0; }

.wrap_border {
  display: inline-block;
  padding: 30px;
  border: 1px solid var(--color_main2); }

.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: var(--color_main1);
  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_main1); }

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

.news_area a {
  color: var(--color_main1);
  text-decoration: none; 
  display: block;}

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

.page-numbers {
  width: 15px;
  height: 15px;
  border-radius: 60px;
  border: 1px solid var(--color_main3);
  color: var(--color_main1);
  background: none;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
  text-indent: -9999px; }
.page-numbers:hover{
  background: var(--color_main2);
  transition: 0.5s;
}

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

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

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

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

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

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

.cat_btn2:hover {
  background: var(--color_main2);
  color: var(--color_main1); }

.bk_wrap {
  background: var(--color_back);
  padding: 20px 10px; }

.w_wrap {
  padding: 20px 10px; }

.bkw {
  color: var(--color_main1); }

.page--member__paging {
  margin: 0 0 30px;
  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_main1);
  padding: 30px 0;
  line-height: 1.5em; }

.box_type {
  padding: 60px 0; }

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

.cat_hide {
  display: none; }


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



/* ORBITV */

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

.tv-new{
    text-align: center;
    margin: 20px auto 50px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

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

.tv-box iframe{
    display: inline-block;
    width: 300px;
    height: 170px;
    box-shadow: 5px 5px 10px 0 var(--color_main2);
}

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


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

.ticket_url a:hover{
background:var(--color_main2);
opacity:0.8;
color: var(--color_main1);
}
@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;
}

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

#bbpress-forums{
    background-color: var(--color_main2);
    padding: 10px;
    color: var(--color_main1);
}
#new-reply-8866,
#new-reply-867{
  display: none;
}

.bbp-reply-form button{
    background-color: var(--color_main2);
    border: 1px var(--color_main2) solid;
    color: var(--color_main1); 
}

.bbp-reply-form button:hover{
    background-color: var(--color_main2);
}

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

.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: var(--color_main1);
}

#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: var(--color_main1);
    background-color: var(--color_main3);
    
}
/* gtranslate */

#gtranslate_wrapper{
 left: 40px !important;
}

#gtranslate_wrapper select{
 color: var(--color_main1);
 font-family: 'Comfortaa', sans-serif !important;
 font-size: 13px;
 width: 180px;
 height: 30px;
 border-radius: 10px;
 border:1px solid var(--color_main2);
 background: var(--color_main2);
 padding: 0 0 0 10px;
}

#gtranslate_wrapper select::-ms-expand{
    color:var(--color_main2);
}

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