@charset "UTF-8";

:root{
    --color_w:#fff;
    --color_b:#000;
    --color_main1:#A6ECF0;
    --color_main2:#FF9FE4;
    --color_news:#FFF4F4;
    --color_gray1:#D9D9D9;
    --color_gray2:#949593;
    --color_gray3:#5b5b5b;
}

body {
  font-family: "Titillium Web","Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color_gray2);
  background: var(--color_w);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem; 
  line-height: 1.7;
}

*{
    box-sizing: border-box;
}

/*共通*/
select{
    height: auto !important;
    background: #fff !important;
}
a{
    text-decoration-line: none;
    color: var(--color_gray2);}
.color-w,.color-w a{
    color:var(--color_w) !important;}
.color-main1,.color-main1 a{
    color:var(--color_main1) !important;}
.color-main2,.color-main2 a{
    color:var(--color_main2) !important;}
.color-gray1,.color-gray1 a{
    color:var(--color_gray1) !important;}
.color-gray2,.color-gray2 a{
    color:var(--color_gray2) !important;}
.color-gray3,.color-gray3 a{
    color:var(--color_gray3) !important;}
.color-news,.color-gray3 a{
    color:var(--color_news) !important;}
.back-w{
    background-color:var(--color_w);}
.back-b{
    background-color:#000;}
.back-main1{
    background-color:var(--color_main1);}
.back-main3{
    background-color:var(--color_main3);}
.back-gray1{
    background-color:var(--color_gray1);}
.back-gray2{
    background-color:var(--color_gray2);}
.back-gray3{
    background-color:var(--color_gray3);}
.font-small{
    font-size: 80%;}
.font-bold{
    font-weight: bold;}
.font-en{
    font-family: "Camera" !important;
}
.text-c{
    text-align: center;}
.pc_only{
    display: block;}
.sp_only{
    display: none;}
a img:hover{
    filter: brightness(120%);}

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;
}
.AIs{
    align-items: stretch;
    -webkit-align-items: stretch;
}
.mt10{
    margin-top: 1em;
}
.mt20{
    margin-top: 2em;
}
.mt30{
    margin-top: 3em;
}
.mb05{
    margin-bottom: 0.5em;
}
.mb10{
    margin-bottom: 1em;
}
.mb20{
    margin-bottom: 2em;
}
.mb30{
    margin-bottom: 3em;
}
.mb50{
    margin-bottom: 5em;
}
.pt30{
    padding-top: 3em;
}
.pl10{
    padding-left: 1em;
}
.line-h17{
    line-height: 1.7;
}
/*アニメチラつき防止*/
.preload .wow.slideInRight,
.preload .wow.fadeIn {
	opacity: 0 !important;
}
.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;
}
.area{
    margin: 1em auto 0;
    width: 100%;
    overflow: hidden;
}
/* ページ送り */
.wp-pagenavi{
    margin: 3em 0 5em;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none !important;
    margin: 0 5px !important;
    color: var(--color_gray2);
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
    color: var(--color_gray2);
    background-color: var(--color_main1);
    padding: 3px 5px;
}
.blog-f .wp-pagenavi,.news-archive-f .wp-pagenavi{
    text-align: right;
}


/*ヘッダー*/
header {
  padding: 0;
  width: 100%; 
  height: 60px;
  background-color: var(--color_gray1);
  padding: 0;
  line-height: 60px;
  position: fixed;
  z-index: 50;
}
header img{
    width: 100%;
    height: auto;
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
} 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}    
#header h1{
    width: 100%;
    height: 50px;
    text-align: center;
}
#header h1 img{
    filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
    vertical-align: middle;
}
.menu_close {
  position: absolute;
  top: -67px;
  right: -9px; }

.menu_close div:first-child {
  width: 30px;
  height: 3px;
  background: var(--color_w);
  margin-bottom: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

.menu_close div:last-child {
  width: 30px;
  height: 3px;
  background: var(--color_w);
  margin-bottom: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: -29px; }

/*　見出し　*/
h2 {
  font-size: 4em;
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.child h2{
    margin: 1em 0;
}
/* ハンバーガーメニュー */
nav {
  display: block;
  position: fixed;
  top: -100%;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100vh;
  background:linear-gradient(90deg, var(--color_news) 1%, var(--color_main1) 2%, rgba(255,255,255,1) 12%);
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 700;
  opacity: 0;
  filter: drop-shadow(0 0 10px var(--color_main1));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.open nav {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
nav .inner {
  width: 100%;
  padding: 5em 1em 2em;
  margin: auto;
}
nav .inner .navlogo{
    margin-bottom: 1.5em;
}
nav .inner .navlogo img{
    width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
}
nav .inner ul {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;    
 justify-content: flex-start;
 -webkit-justify-content: flex-start;
    list-style: none;
  margin: auto;
  padding: 0;
  width: 90%;
}
nav .inner ul li {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0;
  text-align: left;
 padding-left: 40px;    
}
nav .inner ul li a {
  display: block;
  color: var(--color_b);
  font-size: 1.0em;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover{
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    transition: 0.5s;    
}
nav .inner ul li.point a{
    text-decoration-line: underline;
}
nav .inner ul#STARRY{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;    
    justify-content: center;
    -webkit-justify-content: center;    
}
nav .inner ul#STARRY li{
    margin: 10px 0 10px 10px;
    width: calc(50% - 10px);
    text-align: center;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    padding-left: 0;
}
nav .inner ul#STARRY li a{
    color:var(--color_w);
}
nav .inner ul#STARRY li.entry{
    background-color: var(--color_main1);
}
nav .inner ul#STARRY li.entry:hover{
    transition: 0.3s;
    background-color: var(--color_news);
}
nav .inner ul#STARRY li.login{
    background-color: var(--color_main2);
}
nav .inner ul#STARRY li.login:hover{
    background-color: var(--color_news);
}
nav .inner ul#STARRY li.login:hover a,
nav .inner ul#STARRY li.entry:hover a{
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    transition: 0.5s;    
}

nav .inner ul li img{
    width: auto !important;
    height: 25px !important;
}
nav .inner ul li a img{
    filter: brightness(0) invert(1);}
nav .inner #SNS{
    margin:1em auto;
    width: 90%;
}
nav .inner #SNS li{
    width: 80px;
}

/* toggle_btn */
.toggle_btn {
  display: block;
  position: fixed;
  top: 8px;
  right: 20px;
  width: 55px;
  height: 55px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--color_b);
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 14px;
  left: 13px;
}
.toggle_btn span:nth-child(2) {
  top: 22px;
  left: 13px;
}
.toggle_btn span:nth-child(3) {
  top: 30px;
  left: 13px;
}
.open .toggle_btn span {
  background-color: var(--color_b);
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) 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: rgba(255,255,255,0.9);
  z-index: 2;
  cursor: pointer;
}

/* PAGE TOP*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: -50px;
  opacity: 0.6;
  border-radius: 50%;
    z-index: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: url(../images/pageup.png);
  font-size: 25px;
  color: var(--color_gray2);
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  bottom: 0;
  right: 5px;
  left: 0;
  margin: auto;
  text-align: center;
}
.sns-menu{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

/*トップ ---------------- */
.header-top-menu{
    position: fixed;
    top: 15px;
    right: 80px;
    width: 30%;
    z-index: 100;
}
.header-top-menu ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.header-menu-starry ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;    
}
nav .inner .header-menu-starry ul li{
    margin: 10px !important;
    width: calc((100% - 40px)/2);
    border: 1px solid #fff;
    background: none !important;
}
nav .inner .header-menu-starry ul li a{
    padding:0.1em 1em !important;}
.header-top-menu li{
    text-align: center;
    box-sizing: border-box;
    margin: 0 10px;
    width: 70px;
    height: 30px;
    line-height: 28px;
}
.header-top-menu li a{
    display: block;
    font-size: 13px;
    color: var(--color_b);
}
.header-top-menu li a:hover{
   display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    transition: 0.5s;       
}
.header-menu{
    position: relative;
    z-index: 100;
}
/* TOP IMAGES */
.topimg_back{
    width: 100%;
    min-height: 100vh;
    padding-top:60px; 
}
.topimg_back img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* TOP */
.block{
    width: 95%;
    margin: 3em auto;
    max-width: 1200px;
}
/* TOP TOPICS */
.info-f{
    display: grid;
    grid-template-rows: calc(100% - 100px) 70px 30px;
    grid-template-columns: 60% 1fr;    
}
.topics-f{
    grid-row: 1 / 4;
    grid-column: 1 / 2;
}
.topics-slider{
    width: 100%;
}
.about-f{
    margin: 0 20px 20px;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    background-color: var(--color_news);
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(145deg, rgba(255,244,244,1) 85%, rgba(255,159,228,1) 100%);
    text-align: center;
    position: relative;
    min-height: 330px;
}
.about-f h2{
    width: 100%;
    text-align: center;
}
.about-f p{
    width: 100%;
    position: absolute;
    top:40%;
    left:50%;
    transform:translateX(-50%);    
    font-size: 14px;
    line-height: 1.8;
}
.info-f .promise{
    margin: 0 20px;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background: var(--color_gray1);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);
    border-radius: 20px;
    height: 100%;
    text-align: center;
    position: relative;
}
.info-f .promise:hover{
    background: linear-gradient(145deg, var(--color_w) 85%, var(--color_main2) 100%);
    transition: 0.5s;
}
.info-f .promise p{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.info-f .promise a{
    display: block;
    filter: drop-shadow(2px 2px 3px var(--color_main1));
}
/* TOP NEWS */
.news-title{
    width: 200px;
    text-align: right;
}
.news-title h2{
    margin: 10px 0;
}
.news-title .more{
    font-size: 2em;
}
.news-title .more:hover{
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    transition: 0.5s;
}
.more img{
    vertical-align:baseline;
    height: 25px;
    width: auto;
    padding-left: 15px;
}
.more:hover img{
  filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(1331%) hue-rotate(286deg) brightness(102%) contrast(107%);
}
.news-box-f{
    width:  calc(100% - 250px);
}
.news-box-f a{
    width: calc((100% - 120px)/3);
    aspect-ratio: 1 / 1;
    height: 100%;
    border-radius: 20px;
    color: var(--color_gray2);
    background-color: var(--color_news);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    margin: 0 20px;
}
.news-box p{
    text-align: center;
    color: var(--color_gray2);
}
.news-box .day2{
    width: calc(100% - 40px);
    font-size: 32px;
    margin: 10px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color_gray2);
    line-height: 20px;
}
.news-box h3{
    margin: 10px 20px;
    width: calc(100% - 40px);
    font-size: 12px;
    line-height: 1.8;
    padding: 10px 20px 0;
}
/* TOP MEMBER */

.member-f h2{
    position: relative;
    left:50%;
    transform:translateX(-50%);    
}
.member-f a{
    margin: 15px;
    width: calc((100% - 60px)/2);    
    aspect-ratio: 3 / 4;
    height: 100%;
}
.member-box{
    border-radius: 20px;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.member-box img{
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top center;
}
.member-box h3{
    position: absolute;
    color: rgba(255,255,255,0.7);
    bottom: -15px;
    left:50%;
    transform:translateX(-50%);
    font-size: 68px;
}
.member01{
    background-color: #A9D1D3;    
}
.member02{
    background-color: #D7B7B7;    
}
.member03{
    background-color: #D2C4D3;    
}
.member04{
    background-color: #C8E4B7;    
}

/* SCHEDULE */
.sche-f{
    position: relative;
}
.sche-box{
    width: 70%;
    aspect-ratio: 4 / 3; 
    padding:15px;
}
.sche-box iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: solid 1px var(--color_news) !important;
}
.sche-f p{
    text-align: right;
    width: 100%;
}
.sche-f p a:hover{
    text-decoration-line: underline;
    transition: 0.3s;
}
.border{
    position: absolute;
    width: 100%;
    top: 60%;
    border-image: linear-gradient(to right, var(--color_main1), var(--color_main2)) 1;
    border-top: 1px solid;
    z-index: -1;
}

/* 共通 ----------------------- */
.back_border {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 30%;
  right: 0;
  transform: skewY(-10deg);
  z-index: -1;    
}
.back_border::before {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--color_main1);
  animation: diagonal-grow 5s ease-out infinite alternate forwards running;
}
@keyframes diagonal-grow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.content-area{
  transform: unset;
    
}


/* DISCOGRAPHY ---------------- */
.disco-top-f h2{
    padding-right: 30px;
    text-align: right;
    width: 500px;
    height: auto;
    margin-left: auto;
}
.disco-top-f .more{
    padding-right: 30px;
    text-align: right;
    font-size: 2em;
    padding-left: 30px;
}
.disco-top-f .disco-top{
    margin-left: auto;
    width: 80%;
    max-width: 1200px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
}
.disco-top-f .disco-top::-webkit-scrollbar {
  background: var(--color_news);
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.disco-top-f .disco-top::-webkit-scrollbar-thumb {
  background-color: var(--color_main1);
  border: none;
}
.disco-top-f .disco-top::-webkit-scrollbar-thumb:hover {
  background-color: var(--color_main1);
}

.disco-top-f .disco-box{
    display: inline-block;
    width: calc((100% - 200px)/ 5.4);
    height: auto;
    margin: 20px;
    aspect-ratio: 1 / 1;    
}
.disco-box img{
    width: 100%;
    height: 100%;
}
.disco-f .cat .active{
    background: linear-gradient(285deg, var(--color_w) 70%, var(--color_main2));
    background: -webkit-linear-gradient(285deg, var(--color_w) 70%, var(--color_main2));
}
.disco-f .cat li{
    padding: 0 10px 0 0;
}
.disco-f .cat li a{
    padding: 5px;
}
.disco-f a.disco-box{
    width: calc((100% - 160px)/ 4);
    height: auto;
    margin: 20px;
}
.disco-f .disco-box img{
    padding: 20px;
    object-fit: contain;
}
.disco-f .disco-box p{
    text-align: center;
}
.disco-box .more img{
    padding: 0;
    margin-left: 5px;
    width: auto;
    height: 15px;
    vertical-align: middle;
}
.disco-box .more{
    text-align: center;
}
.disco-single-f{
    margin: 0 auto 3em;
    width: 90%;
    max-width: 1000px;
}
.disco-f h2.main-title,
.disco-single-f h2.main-title{
    position: relative;
    left:50%;
    transform:translateX(-50%);    
}
.disco-single-f .thum img{
    width: 100%;
    height: auto;
}
.disco-single-f .content{
    margin-left: auto;
    width: calc(50% - 40px);
    height: auto;
    color: var(--color_gray2);
    padding: 30px 20px;
}
.disco-single-f .content .btn{
    margin: 0.5em auto 1em;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);    
}
.disco-single-f .content .stream{
    background: linear-gradient(90deg, var(--color_w) 60%, var(--color_main2));
    background: -webkit-linear-gradient(0deg, var(--color_w) 60%, var(--color_main2));    
}
.disco-single-f .content .stream:hover{
    background: var(--color_main2);
    transition: 0.3s;
}
.disco-single-f .content a .stream:hover{
    color: var(--color_w);
    transition: 0.3s;
}
.disco-single-f .content .buy{
    background: linear-gradient(90deg, var(--color_w) 60%, var(--color_main1));
    background: -webkit-linear-gradient(0deg, var(--color_w) 60%, var(--color_main1));    
}
.disco-single-f .content .buy:hover{
    background: var(--color_main1);
    transition: 0.3s;
}
.disco-single-f .content a .buy:hover{
    color: var(--color_w);
    transition: 0.3s;
}
.disco-single-f .content .buy img{
    width: auto;
    height: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.disco-single-f .info{
    font-size: 90%;
    border-radius: 20px;
    background-color: var(--color_news);
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .1);    
}
.disco-single-f .info dt{
    margin: 5px 0;
    width: 100px;
    text-align: center;
}
.disco-single-f .info dd{
    margin: 5px 0;
    width: calc(100% - 100px);
}
.disco-single-f iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
.disco-single-f .more{
    text-align: right;
}
.disco-single-f .more img{
    vertical-align: middle;
}


/* SHOP ---------------- */
.shop-f .more{
    font-size: 2em;
    padding-left: 30px;
}
.shop-f .more:hover{
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main1), var(--color_main2));
  background: -webkit-linear-gradient(0deg, var(--color_main1), var(--color_main2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
    transition: 0.5s;
}
.shop-box{
    width: calc((100% - 160px)/4);
    margin: 20px;
}
.shop-thum{
    position: relative;
    aspect-ratio: 1 / 1;        
    margin-bottom: 0.5em;
}
.shop-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-box h3{
    margin-bottom: 0.5em;  
}
.shopcat{
    position: absolute;        
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;        
    background: rgba(255,255,255,0.9);
}
.shopcat p{
    position: absolute;    
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size: 24px;
}
.sns-f{
    margin: 8em auto 5em;
    width: 95%;
    max-width: 1200px;
}
.shop-title{
    line-height: 1.5;
}
.sns p{
    color: var(--color_gray2);
    font-size: 1.8em;
    margin-bottom: 1em;
    font-family: "Camera" !important;
}
.sns p img{
    width: auto;
    height: 35px;
    vertical-align: middle;
    filter: invert(23%) sepia(10%) saturate(18%) hue-rotate(334deg) brightness(96%) contrast(82%);
}


/*NEWS ---------------- */
.content-area .news-box-f{
    width: 100%;
}
.content-area .news-box-f a{
    width: 100%;
    aspect-ratio: unset;
    height: auto;
    border-radius: 0;
    color: var(--color_gray2);
    background-color: unset;
    box-shadow: unset;
    padding: 0;
    margin: 0 20px;    
}
.news-box-f a:hover{
    background: linear-gradient(285deg, var(--color_news) 70%, var(--color_main1));
    background: -webkit-linear-gradient(285deg, var(--color_news) 70%, var(--color_main1));
    transition: 0.5s;
}
.content-area .news-box-f a:hover{
    color: var(--color_main2);
    transition: 0.5s;
}
.content-area a .news-box{
    border-bottom: 1px solid var(--color_gray1);
}
.content-area a .news-box{
    margin: 0;
}
.content-area .news-box h3{
    width: 100%;
    font-size: 12px;    
    margin: 0;
    line-height: 1.8;
    padding: 10px 20px;    
}
.content-area .news-box p{
    font-size: 18px;
    text-align: left;
    color: var(--color_gray2);
    position: unset;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 0;
}
.news-single{
    width: 95%;
    margin: auto;
    max-width: 1200px;
}
.news-single .text img{
    margin: 10px 0; 
}
.news-single p{
    font-size: 100%;
}


/* MEMBER PAGE */
/* MEMBER SHINGLE*/
.member-single .block{
    margin: 1em auto 0;
    padding-bottom: 1em;
}
/*個人名グラデ外し*/
.member-single h2.color-w{
  margin: 10px 0 0.7em;
  font-size: 6em;
  display: inline-block;
  background: unset;
  background: -webkit-unset,    
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  line-height: 1;
}
.member-single.back{
    z-index: 2;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode:lighten;
}
.member-single .back_border{
    z-index: 1 !important;
    background-color: var(--color_w) !important;
    bottom: 60% !important;
}
.member-single .char{
    position: relative;
    z-index: 2;
}
.member-single .char img{
    position: relative;
    height: calc(100vh - 100px);
    width: auto;
    z-index: 1;
    filter: drop-shadow(2px 4px 6px var(--color_gray3));
}
.member-single .char .content{
    position: absolute;
    top:50%;
    left:40%;
    transform:translatey(-50%);
    z-index: 5;
}
.member-single .char .content p{
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 20px;    
}
.member-single .char .content .sns img{
    margin: 0 10px 10px 0;
    width: auto;
    height: 20px;
    filter: brightness(0) invert(1);
}
.member-single .char .content dl{
    font-size: 90%;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    background-color: var(--color_news);
    border-radius: 20px;        
}
.member-single .char .content dl dt{
    width: 160px;
}
.member-single .char .content dl dd{
    width: calc(100% - 160px);
    padding-left: 10px;
}

/*SINGLE ---------------- */

.single_title{
    text-align: left !important;
    font-size: 36px;
    width: 100%;
}
.single_contents{
    margin-bottom: 30px;
}
.single_contents p{
    line-height: 1.8;
}
.site-main{
    width: 95%;
    margin: auto;
    max-width: 1600px;
    padding-top: 60px;
}


/* promise */
.promise-f{
    background: #fff;
}
.promise-f .header img{
    width: 100%;    
    height: auto;
}
.promise-box{
    padding: 20px;
}
.promise-f .title{
    color: #ff5b5b;
    font-size: 32px;
}
.promise-f .green{
    color: #0fe4b4;
}
.promise-f .pink{
    color: #ff5b5b;  
}
.promise-f .back-gray{
    background-color: #f0f0f0;
    padding: 10px 20px;
}
.promise-f .back-gray .green{
    font-size: 18px;
    line-height: 1.7;
}
.promise-f .back-gray img{
    width: 50px;
    height: auto;
    vertical-align:sub;
    padding-right: 10px;
}
.promise-f .ex1{
    width: 40%;
    margin: 10px;
}
.promise-f .ex1 img{
    width: 100%;
    height: auto;
}
.promise-f .ex1 p{
    font-size: 24px;
}
.promise-f .ex1 div{
    font-size: 12px;    
}
.promise-f .ex2 img{
    width: calc((100% - 80px)/4);
    height: auto;
    margin: 10px;
}
.promise-f .logo img{
    filter: drop-shadow(2px 2px 4px #666);
    width: auto;
    height: 80px;
    vertical-align: sub;
}

/* Q&A*/
.cp_qa{
    width: 80%;
    margin:auto;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 4em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #f0f0f0;
}
.cp_qa .cp_actab label::before {
	font-size: 16px;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #0fe4b4;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
    color: #0fe4b4;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
    color: #ff5b5b;
	max-height: 0;
	padding: 0 0 0 2.5em;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 16px;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #0fe4b4;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



/*フッター*/
footer{
    margin-top: auto;    
    width: 100%;
    border-top: 2px solid;
    border-image: linear-gradient(to right, var(--color_main1), var(--color_main2)) 1;
}
.footer-menu{
    padding: 20px 10px;
    background-color: var(--color_gray1);    
}
.footer-menu img{
    margin: 20px;
    height: 50px;
    width: auto;
    vertical-align: middle;
}
footer ul#SNS{
    margin: 40px auto;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
footer ul#SNS img{
    width: auto;
    height: 20px;    
    margin: 10px 20px;
    filter: brightness(0) saturate(100%) invert(63%) sepia(8%) saturate(54%) hue-rotate(48deg) brightness(93%) contrast(89%);
}
footer ul#SNS img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(18%) saturate(1331%) hue-rotate(286deg) brightness(102%) contrast(107%);
    transition: 0.3s;
}
.copy {
  color: var(--color_w);
  background-color: var(--color_gray2);
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding: 0;}
.copy p a:hover {
  opacity: 0.7; }
