@charset "utf-8";
/* CSS Document */
.body{
  background: url("../img/container_bg.png");
 
background-position: 94% 70%;
  background-attachment: fixed;
  
}
.rogo{
    position: relative;
  text-align: center;
  right: 6%;
  margin-top: 20px;
  z-index: 999;
}
.rogo img{
  position: fixed;
  width: 15%;
}
.rogo2 {
    right: 2%;
    top: 3%;
    position: fixed;
    z-index: 3;
    font-weight: bold;
    margin-top: 8px;
    text-align: right;
    color: #333;
    /* font-family: dunhill-script, sans-serif; */
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
}
.rogo2 span{
   font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
    font-style: normal;
    font-size: 0.8rem;
}

.rogo2 h4{
  font-size: 0.7rem;
  font-weight: 200;
  margin-top: 8px;
  text-align: right;
  color: #C75A81;
}
.opacity{
  opacity: 0;
  transition: all 600ms;
}
@media(max-width:950px){
  .rogo{
    display: none;
  }
  .rogo2{
            top: auto;
    bottom: 0px;
    position: fixed;
    padding-left: 18px;
    z-index: 1;
    right: auto;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    height: 7%;
    padding-top: 35px;
    text-align: left;
  }
}
@media (min-width:950px){
    .openbtn1{
    display: none;
  }
}
button{
  border: none;
  background: none;
}
.openbtn1{
      position: fixed;
    z-index: 3;
    top: 93%;
    cursor: pointer;
    /* width: 100%; */
    height: 56px;
    right: 75px;
    /* text-align: right; */
    /* margin-right: 65px; */
    /* background: #333; */
  
}

/*×に変化*/  
.openbtn1 span{
        display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 50px;
    z-index: 1000;
    margin-left: 40%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
     top: 18px;
    /* left: 18px; */
    transform: translateY(5px) rotate(-25deg);
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(3){
        top: 30px;
    /* left: 18px; */
    transform: translateY(-7px) rotate(25deg);
    background-color: #fff;
}

.header{
    position: fixed;
    padding-top: 13%;
  z-index: 90;
}
.menu{
font-size: 2rem;
    text-align: center;
    width: 290px;
}
.gnavi__wrap {
    width: 120px;
    margin-left: 80px;
}
.gnavi__list {
  width: 30%;
    height: 50px;
    position: relative;
    transition: all .3s;
    list-style: none;
}

.gnavi__list:hover {
    
}

.gnavi__list:hover::before {
    
}
.gnavi__list a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0 20px;
    transition: all .3s;
    border-left: solid 1px #333;
  color: #333;
  font-family: 'Josefin Sans', sans-serif;
}
.gnavi__list:hover a {
    color:#C75A81;
}
.gnavi__list:hover .dropdown__lists {
    opacity: 1;/*Gナビメニューにホバーしたら表示*/
}
.link-solid {
    margin-left: 8px;
    margin-bottom: 5px;
}
.mobile{
  display: none;
}
.dropdown__lists {
    opacity: 0;/*デフォルトでは非表示の状態にしておく*/
    
    position: absolute ;
    top: 50px ;
    left: 0;
  transition: all .3s;/*表示の変化を0.3秒に指定*/
  width: 160px;
}
.dropdown__list {
   list-style: none;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list span{
  display: none;
}

.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #C75A81;
    border-left: 2px solid #C75A81;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.dropdown__list a {
     display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    text-decoration: none;
    position: relative;
    width: 120px;
  font-family: 'Josefin Sans', sans-serif;
font-family: 'Zen Maru Gothic', serif;
}
.dropdown__list:hover {
   background:rgba(199,90,129,0.2);
}
  .snsbtniti{
    display: flex;
    margin-top: 65%;
    list-style: none;
  padding-left: 25%;
}
.snsbtniti li{
  padding-left: 20px;
}
.snsbtniti-mobile{
  display: none;
}
/* ボタン全体 */
.flowbtn17 {
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-decoration: none;
    transition: .5s;
  
  margin-left: 20px;
  
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.paragraph img{
  width: 30vw;
   transform:rotate(90deg);
  position: absolute;
    right: -8%;
    top: 35%;
    z-index: -1;
}
@media(max-width:950px){
   .header{
    padding-top: 0;
    z-index: 1;
  }
   .menu{
    display: none;
  }
    .gnavi__wrap {
    width: 120px;
    margin-left: 0px;
}
    .gnavi__lists {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
  .gnavi__lists a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-left: none;
}
   .link{
    display: flex;
  }
  .link-solid{
    display: none;
  }
   .mobile{
    display: block;
  }
   .dropdown__lists {
    
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute !important;
    left: 0;
       display: block !important;
   transform:none !important;
   opacity: 1;
 
}
   .dropdown__list a{
   margin-left: 15px;
    color: #fff !important;
  }
    .dropdown__list a::before {
    display: none;
  }
  .dropdown__list span{
    display: block;
    padding-bottom: 4px;
    padding-right: 4px;
    font-size: 1.5rem;
  }
    .snsbtniti-mobile{
 display: block;
        margin-top: 75vh;
    margin-left: 15px;
  }
  .snsbtniti-mobile li{
    margin-top: 15px;
    text-align: left;
  }
  .snsbtniti-mobile img{
    width: 40px;
  }
    #g-nav{
    position: fixed;
    /* bottom: -120%; */
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(199,90,129,0.8);
    transition: all 1.3s;
    text-align: center;
    z-index: 2;
}

  .snsbtniti {
display: none !important;
}
  .snsbtniti img {
    width: 33px;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{ 
    opacity: 1;
  visibility: visible;
    z-index: 10;
}
.rogo_Heart-mobile {
  margin-top: 60px;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}



/*リストのレイアウト設定*/

#g-nav li{
  
  list-style: none;
 
}
    .paragraph {
writing-mode: horizontal-tb !important;
    text-align: center;
     
  }
   .paragraph img{
transform: none !important;
    width: 50vw !important;
    z-index: -1;
    position: static;
    top: 0 !important;
    margin-top: 80px;
  }
}
.top{
   position: relative;
    margin: 0 auto;
   
    padding-right: 15%;
    padding-left: 20%;
  text-align: center;
}
.top-img{
  width: 43%;
    margin-top: 15%;
  position: relative;
    filter: drop-shadow(10px 10px 5px rgba(160, 160, 160, 0.6));
}
.top_img-more {
  width: 13vw;
    position: absolute;
        left: 24%;
    top: 18%;
 
}
.top_img-more:hover{
   transform: translateY(-5px);
  transition: 0.5s;
}
.top_img-hashtag{
   width: 13vw;
    position: absolute;
    right: 22%;
    top: 13%;
 
}
.top_img-hashtag:hover{
  transform: translateY(-5px);
  transition: 0.5s;
}
.top_img-fanart{
 width: 13vw;
    position: absolute;
      left: 25%;
    top: 50%;
  
}
.top_img-fanart:hover{
  transform: translateY(-5px);
  transition: 0.5s;
}
.top_img-guideline{
  width: 13vw;
    position: absolute;
    right: 17%;
    top: 40.5%;
}
.top_img-guideline:hover{
  transform: translateY(-5px);
  transition: 0.5s;
}
.top_img-ets{
     width: 13vw;
    position: absolute;
    right: 19%;
    top: 65%;
 
}
.top_img-ets:hover{
  transform: translateY(-5px);
  transition: 0.5s;
}
html {
  scroll-behavior: smooth;
}
.top_treat_img01{
width: 7vw;
    position: absolute;
    right: 15%;
    top: 80%;
  z-index: -1;
}
.top_treat_img02{
  width: 5vw;
    position: absolute;
    left: 30%;
    top: 39%;
  z-index: -1;
}
.top_treat_img03{
    width: 7vw;
    position: absolute;
    left: 26%;
    top: 73%;
  z-index: -1;
}
.top_treat_img04{
         width: 6vw;
    position: absolute;
    right: 16%;
    top: 26%;
  z-index: -1;
}
.top_treat_img05{
       width: 6vw;
    position: absolute;
    right: 35%;
    top: 60%;
  z-index: -1;
}
.top_treat_img06{
    width: 3vw;
    position: absolute;
    left: 41%;
    top: 15%;
  z-index: -1;
}

@media(max-width:950px){
  .top{
        padding-right: 20%;
    
  }
   .top-img{
  width: 100%;
 
}
  .top_img-more {
      left: 19%;
    top: 16%;
    width: 18vw;
    z-index: 1;
}
.top_img-hashtag{
   right: 18%;
    top: 13%;
    width: 18vw;
  z-index: 1;
}
.top_img-fanart{
      left: 12%;
    top: 50%;
  width: 18vw;
}
.top_img-guideline{
    right: 10%;
    top: 40.5%;
  width: 18vw;
}
.top_img-ets{
right: 20%;
    top: 68%;
    width: 18vw;
  z-index: 1;
}
.top_treat_img01{
    width: 9vw;
}
.top_treat_img02{
    width: 8vw;
    left: 22%;
    top: 36%;
}
.top_treat_img03{
    width: 11vw;
    left: 15%;
    top: 72%;
}
.top_treat_img04{
    width: 10vw;
    right: 11%;
    top: 25%;
}
.top_treat_img05{
width: 7vw;
    right: 30%;
    top: 57%;
}
.top_treat_img06{
width: 4vw;
    left: 36%;
    top: 8%;
}
}
.guideline{
      margin: 0 auto;
    padding-right: 15%;
    padding-left: 20%;
    margin-bottom: 120px;
  margin-top: 100px;
}
.guideline h2{
      font-size: 1.2rem;
    font-family: 'Zen Maru Gothic', serif;
  margin-bottom: 20px;
}
.guideline h2::before{
      content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
.guideline span {
    font-size: 1rem;
    color: #C75A81;
    font-family: 'Josefin Sans', sans-serif;
}
.guideline p{
      font-family: 'Zen Maru Gothic', serif;
  line-height: 2rem;
}
@media(max-width:950px){
  .guideline{
        width: auto;
    padding: 5%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.hashtag{
   margin: 0 auto;
    padding-right: 15%;
    padding-left: 20%;
  margin-bottom: 120px;
}
.hashtag h2::before{
      content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
.hashtag h2{
      font-size: 1.2rem;
    font-family: 'Zen Maru Gothic', serif;
  margin-bottom: 20px;
  margin-top: 120px;
}
.hashtag span {
    font-size: 1rem;
    color: #C75A81;
    font-family: 'Josefin Sans', sans-serif;
}
.avatar_profile li{
  line-height: 2rem; 
  font-family: 'Zen Maru Gothic', serif;
  list-style: none;
}
.avatar_profile li:before{
  color:#C75A81;
    content:"♢ ";
}
.hashtag_list h3{
  font-size: 1.2rem;
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', serif;
}
.hashtag_list li{
  line-height: 2rem;
  font-family: 'Zen Maru Gothic', serif;
  list-style: none;
}
.hashtag_list li:before{
   color:#C75A81;
    content:"♢ ";
}
@media(max-width:950px){
  .hashtag{
    width: auto;
    padding: 5%;
    text-align: left;
    margin-bottom: 10px;
  }
  .hashtag h2{
  margin-top: 30px;
}
}
.streaming_rule{
   margin: 0 auto;
    padding-right: 15%;
    padding-left: 20%;
  margin-bottom: 120px;
}
.streaming_rule h2{
   font-size: 1.2rem;
    font-family: 'Zen Maru Gothic', serif;
  margin-bottom: 20px;
  margin-top: 120px;
}
.streaming_rule span{
   font-size: 1rem;
    color: #C75A81;
    font-family: 'Josefin Sans', sans-serif;
}
.streaming_rule p{
  font-family: 'Zen Maru Gothic', serif;
  line-height: 2rem;
}
.streaming_rule h3{
  font-size: 1.2rem;
  margin-top: 120px;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', serif;
}
.prohibited-acts_list li{
  line-height: 2rem;
  font-family: 'Zen Maru Gothic', serif;
  list-style: none;
}
.prohibited-acts_list li:before{
    color:#C75A81;
    content:"♢ ";
}
@media(max-width:950px){
  .streaming_rule{
       width: auto;
    padding: 5%;
    text-align: left;
    margin-bottom: 10px;
  }
  .streaming_rule h2 {
    margin-top: 30px;
}
}
.fanart{
   margin: 0 auto;
    padding-right: 15%;
    padding-left: 20%;
  margin-bottom: 120px;
}
.fanart h2{
   font-size: 1.2rem;
    font-family: 'Zen Maru Gothic', serif;
  margin-bottom: 20px;
}
.fanart span{
   font-size: 1rem;
    color: #C75A81;
    font-family: 'Josefin Sans', sans-serif;
}
.fanart p{
  font-family: 'Zen Maru Gothic', serif;
  line-height: 2rem;
}
@media(max-width:950px){
  .fanart{
        width: auto;
    padding: 5%;
    text-align: left;

  }
}
.footer{
  font-size: 0.8rem;
  color: #C75A81;
  text-align: center;
  margin: 0 auto;
 /* background-color: #FFFFFF;*/
  height: 80px;
  font-family: 'Josefin Sans', sans-serif;
}
.footer div{
  padding-top: 40px;
 
}
@media(max-width:950px){
   .footer{
  margin-bottom: 90px;
  }
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.delay-time{
  animation-delay: 0.5s;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}




