@charset "UTF-8";

:root{
    --color_w:#Fff;
    --color_b:#000;
    --color_main1:#ff1d97;
    --color_main2:#f8f05c;
    --color_main3:#0fc5ab;
    --color_main4:#3288fb;
    --color_main5:#b85eee;
}
/* 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;
}
.text-c{
    text-align: center;
}
.font-en{
    font-family: "calibri", sans-serif;
}
body{
    background-color: var(--color_b) !important;
    color: #f2f2f2 !important;
    font-family: 'Sawarabi Gothic', sans-serif;
}
/* TOPのみ背景 */
#page{
    background-image: url(../img/back.jpg);
    background-attachment:fixed;  
    background-position: top center;
    background-size: cover;
}
a, a:visited {
    color: var(--color_w) !important;
}
button{
    border: 1px solid var(--color_w);
}
a img:hover{
    opacity: 0.7;
    transition: 0.3s;
}

/* FONT */
.athena-button.primary, button, input[type="button"], input[type="submit"], .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce a.button, .woocommerce button.button, .woocommerce input[type="submit"]{
    color: var(--color_w) !important;
    background: var(--color_b) !important;
}
#athena-header .header-inner, #athena-header.frontpage .header-inner{
    background:transparent!important;
    height: auto !important;
}

/* navi */


/* じわっと画像が表示される */
.delayed-image {
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*投稿者名など、非表示*/
.byline,
.meta-detail{
    display:none !important;}
#athena-featured {
    display: none;
}
.athena-pagination{
    width: 100%;
}
.entry-title{
    width: 100%;
    text-align: center;
}

/*TOP背景黒用 */
#top{
    background: #000;
}
#top h1{
    color:#fff !important;
    text-align: center;
}
#main.athena-page {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.page-content, .entry-content, .entry-summary{
    word-break: break-all;
}
/* gtranslage */
.gt_switcher_wrapper{
    top:0 !important;
	left:0 !important;
}
.gt_container--581tj2 .gt_switcher .gt_option a{
    color: var(--color_b) !important;
}

/*　TOPページムービー　*/
.top-youtube{
    position: relative;
    aspect-ratio: 16 / 9;        
    width: 100%;
    height: auto;
}
.mask-icon{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 99;
}
.mask-icon img{
    width: 100%;
    height: 100%;
}
/* ローディングアイコン設定 */
#loading{
    background:#000;
    height: 100vh;
    width: 100%;
    z-index: 1;
}
/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear{
     display: none;   
}
/* youtube設定 */
/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.7s;
  animation-fill-mode:forwards;
}
@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
iframe#youtube {
    aspect-ratio: 16 / 9;        
    width: 100%;
    height: auto;
}
iframe.mask-a{
	mask-image: url("../img/Amark.svg?0310");
	mask-repeat: no-repeat;
	mask-position: top center;
	mask-size: contain;
	/* Chrome, Safari用 */
	-webkit-mask-image: url("../img/Amark.svg?0310");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top center;
	-webkit-mask-size: contain;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 1;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}

/*Title*/
.entry-title{
    font-size: 40px !important;
    word-break: break-all;
}
/*footer 固定*/
.wrap {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
}
footer.site-footer {
    font-family: "calibri", sans-serif;
    margin-top: auto;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
}
footer.site-footer a{
      color: #fff;
}
.entry-footer,.entry-footer a{
    color: #000;
    background: none;
}

/*TOP AREA*/
.top-f h1{
    margin: 1em 0;
}
.youtube-f p{
  width:100%;
  aspect-ratio: 16 / 9;
}
.youtube-f iframe{
  width: 100%;
  height: 100%;
}
.top-member-f{
    margin: 5em auto;
    width: 100%;
}
.top-memeber-box{
    margin: 0 5px;
    width: calc((100% - 50px)/5);
    position: relative;
}
.top-memeber-box img{
    clip-path: polygon(0 50%,25% 100%,75% 100%,100% 50%,75% 0,25% 0);
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}


.top-memeber-name{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: 700;
}
.top-memeber-name p{
    margin: 5px 0;
    text-align: center;
}
.top-memeber-box:hover img {
  filter: blur(3px)brightness(0.6);
}
.top-memeber-box:hover .top-memeber-name {
  opacity: 1;
}
.top-free-f img{
    width: 100%;
    height: auto;
}
.top-member-f h2{
    margin: 10px 0;
    font-size: 5rem;
    width: 100%;
    text-align: center;
}
.top-movie-f iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.top-release-f{
    margin: 5em auto;
}
.top-release-f .box1{
    width: 30%;
}
.top-release-f .box2{
    margin: 0 20px;
    width: calc(40% - 40px);
}
.top-release-f .box2 p{
    width: 80%;
    max-width: 300px;
    margin: 0 auto 2em;
}
.top-release-f .box1 img,
.top-release-f .box2 img{
    width: 100%;
}
.top-release-f .no-link{
    opacity: 0.3;
}


.top-news-f{
    margin: 2em auto;
    word-break: break-all;
}
.top-news-f img{
    filter: brightness(0) invert(1);
}
.top-news-f a{
    text-decoration: unset;
    display: block;
}
.news-box{
    margin-bottom: 1em;
    padding: 15px;
    background: linear-gradient(-120deg,rgba(0, 0, 0, 1) 0%, rgba(139, 42, 13, 1) 20%, rgba(81, 35, 30, 0.9) 43%,rgba(30, 28, 46, 0.9) 65%, rgba(47, 43, 70, 0.5) 100%);
}
.news-f .news-box:hover,
.top-news-f .news-box:hover{
    background: linear-gradient(-120deg,rgba(0, 0, 0, 1) 0%, rgba(139, 42, 13, 1) 20%, rgba(81, 35, 30, 0.9) 43%,rgba(30, 28, 46, 0.9) 65%, rgba(47, 43, 70, 0.9) 100%);    
    transition: 0.3s;
}
.news-box .day{
    font-size: 2.2rem;
    margin: 0;
}
.news-box h3{
    margin: 0.5em 0 0;
    font-size: 1.8rem;
    line-height: 1.4;
}
.news-box:hover a h3{
    text-decoration: underline;
    transition: 0.3s;
}
.top-bottom div{
    margin: 2em 15px;
    width: calc((100% - 60px)/2);
}
.top-bottom div img{
    width: 100%;
    height: auto;
}
.top-bottom p{
    margin: 0;
}
.top-link img{
    width: auto;
    margin: 2em 15px;
    height: 100px;
}

/* News */
#athena-posts-image{
    text-align: center;
}
.athena-blog-post{
    background-color: rgba(0,0,0,0.7);
}
.single-f .thum{
    max-width: 400px;
    width: 95%;
    text-align: left;
    border: 1px solid #fff;
}
.single-f .thum img{
    object-fit: contain;
    width: 100%;
    height: auto;
}
.single-f h2{
    font-size: 3.5rem;
}
.single-f .day{
    font-family: "calibri", sans-serif;
    width: 100%;
    text-align: right;
    color: var(--color_w);
    font-size: 2.5rem;
    margin: 1em 0;
}
/*PROF AREA*/
.prof-f{
    box-sizing: border-box;
    width: 100%;
    margin: 2em auto;    
}
.group-img img{
    width: 100%;
    height: auto;
}
.prof-text{
    padding: 15px;
    line-height: 1.7;
}
.prof-name{
    text-align: center;
    padding: 10px 0 5px;
    font-size: 2.2rem;
    font-weight: bold;
    color: var(--color_main2);
}
.prof-member-f .sns a img{
    clip-path: unset;
    height: 25px;
    width: auto;
    margin: 1em 0.5em;
}
.prof-member-f .sns a img:hover{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.prof-more{
    margin: 5px auto;
    width: 95%;
    max-width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top: var(--color_w) 1px solid;
    border-bottom: var(--color_w) 1px solid;
}
.prof-more a{
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
}
.prof-more:hover{
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    transition: 0.3s;
}
.prof-more:hover a{
    color:#fff !important;
    transition: 0.3s;
}
.prof-info{
    color: #fff;
    padding: 0 10px;
}
.prof-f .top-memeber-box .sns img{
    clip-path:unset;
    filter: brightness(0) invert(1);
    height: 25px;
    margin: 1em 5px;
}

/* slider */
img.slide-arrow{
    width: 50px;
    height: auto;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
img.prev-arrow{
    left: -50px;
}
img.next-arrow{
    right: -50px;
}
.member-slider{
    max-width: 600px;
    width: 70%;
    margin: 2em auto;
    padding: 0;
}
.slick-dots li button{
    background-color: unset !important;
}

/* Music */
/* 六角形のゾーン */
.music-f {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 1030px;
  padding: 40px 0;
}
.music-f .icon {
  display: flex;
  z-index: 0;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 231px;
  font-size: 32px;
}
.music-f .icon::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 200px;
  height: 231px;
  clip-path: polygon(50% 0, 0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%);
}
.music-f .icon::after {
  content: "";
  z-index: -2;
  position: absolute;
  width: 200px;
  height: 231px;
  clip-path: polygon(50% 0, 0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%);
  transition: all 0.5s linear;
}
.music-f .icon.a,.music-f .icon.d{
  margin-left: 100px;
}
.music-f .icon.c,.music-f .icon.g{
  margin-right: 100px;
}
.music-f .icon.d,.music-f .icon.e,.music-f .icon.f,.music-f .icon.g{
  margin-top: -58px;
}
.music-f .icon.i,.music-f .icon.h{
    margin-top: -58px;
}
.music-f .icon.i{
  margin-right: 208px;
}

.back{
    text-align: center;
    margin: 3em 0;
}
.back img{
    vertical-align: middle;
    height: 20px;
    width: auto;
    padding-right: 10px;
    filter: invert(27%) sepia(56%) saturate(4184%) hue-rotate(316deg) brightness(107%) contrast(111%);
}
.back a{
    display: block;
}
.back:hover a{
    color: var(--color_w) !important;
    transition: 0.1s;
}
.back:hover img{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}

/* interview */
.interview-f h1{
    margin-bottom: 2em;
}
.interview-box{
    padding: 15px;
    background: linear-gradient(-120deg,rgba(0, 0, 0, 1) 0%, rgba(119, 0, 16, 1) 30%, rgba(127, 0, 17, 0.7) 46%, rgba(0, 60, 191, 0.5) 100%);
}

.interview-f .thum{
    width: 40%;
}
.interview-f .thum img{
    width: 100%;
    height: auto;
}
.interview-f .text{
    width: 60%;
    padding-left: 15px;
}
/* gallery */
#post-1055{
    height: calc(100vh - 85px);}

/* RULE */
#post-576{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2%;
}
.rule-f{
    font-size: 1.5rem;
    line-height: 1.7;   
}
.rule-f h1{
    margin: 0.5em 0;
    line-height: 1;   
    font-size: 4rem !important;
}
.rule-f h2{
    font-weight: 300;
    font-size: 2rem !important;
    margin:0 0 3em;
    line-height: 1;   
}
.rule-f h3{
    font-weight: 300;
    font-size: 2rem !important;
    margin:2em 0 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
    border-image-slice: 1;
}

/* contact */
#div_support02 button,
#div_support01 .stry-support01-button button{
    max-width: 300px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.5);
    font-size:1.5rem;
    margin-right: 0 !important;
    cursor: pointer;
}
#div_support02 button:hover,
#div_support01 .stry-support01-button button:hover{
    background-color: var(--color_w) !important;
    transition: 0.3s;
    color: var(--color_b) !important;
}
#div_support01 table.stry-support01-table{
    background-color:rgba(255,255,255,0.1);
    border: 5px solid rgba(255,255,255,0.1);
    margin: 50px auto;
}
#div_support01 .stry-tableodd{
    background-color: unset !important;
}
#div_support01 td.stry-support01-column01, td.stry-support01-column02{
    border:none !important;
    vertical-align: middle;
}
#div_support01 select,#div_support01 option{
    color: var(--color_b);
}
/* 表に色　*/
table{
margin: 10px 0 20px;
}
th, td {
border:1px solid #666;
padding: 5px !important;
}
#div_support02 button{
    width: 200px;
}

/* FANCLUB */

.fan-f{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    margin: 0 auto 2em;
}
.fanclub-f h1,.fanclub-f h2{
    text-align: center;
}
.fanclub-f h2{
    font-size: 5rem;
    margin: 2em 0 0;
}
.fan-box{
    width: calc((100% - 50px)/5);
    margin: 5px;
    padding: 5px;
}
.fan-box img{
     max-height: 350px;
    object-fit: contain;
    width: 100%;
    }
.funclub_description_area{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid;
    padding: 1em 2em;
    text-align: left;
    line-height: 1.5;
}
/*FUN CLUB DIV TABLE*/
.col_funclub{
	width: 46%;
	margin:5px;
	padding:4px;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	float:  left;
	text-align: center;
	background: #EEEEEE;
}
.col_funclub > div{
	width: 20%;
	padding: 10px;
}
.col_funclub > div > div{
	position: relative;
	overflow: hidden
}

a, a:visited {
    color: #222222;
}

/*Gtranslote*/
#gtranslate_wrapper{
    top:85px !important;
	  left:21% !important;
	}	
