@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


@media screen and (min-width:481px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:480px){
    .pc{
        display: none !important;
    }
}

@media screen and (min-width:960px){
    .sp2{
        display: none !important;
    }
}

@media screen and (max-width:959px){
    .pc2{
        display: none !important;
    }
}

@media screen and (min-width: 960px) {
.header {
   margin-top: 100px;
   }}

.page-id-15 {
margin-top: 0;
}

 .page-id-15 .header {
 display: none;
 }




.content {
    margin-top: 0px;
}

.entry-content {
    margin-top: 0em;
}

.main {
    padding-top: 0px;
}































/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}


.site-name-text{
  display: none;
}

.archive-title {
 display: none;
 }

.page .entry-title{
margin-top: 0;
}


/*キャッチコピーの位置*/
.tagline {
    text-align: center;
    font-size: 14px;
    margin: 0.6em 1em;
    padding-top: 2em;
}

/*リンクの下線を消す*/
a {
	text-decoration: none ;
}


.download-1:hover {
  color: #ffffff;
}


/*グローバルメニュー*/
.pc-menu {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.pc-menu ul {
  display: flex;
  height: 50px;
  }
    
.pc-menu ul li {
  padding: 0 10px;
  height: 100%;
}

.pc-menu ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  transition: .3s;
  position: relative;
  padding: 0 10px;
}



.pc-menu ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 80%;
  background: #c1e0e8;
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: scale(0, 1);
  transition: .3s;
}


.pc-menu ul li a:hover {
  color: #c1e0e8;
}

.pc-menu ul li a:hover::after {
  transform: scale(1, 1);
}

.pc-menu ul {
  list-style-type: none;
}

@media(max-width:980px){
    .pc-menu{
        display: none !important;
    }
}

.page-id-15 .pc-menu {
    display: none;
}



/*グローバルメニュー(トップのみ)*/
.pc-menu-2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}

nav.pc-menu-2 ul {
    padding-left: 0;
}

@media screen and (max-width: 834px) {
    .article ul, .article ol {
        padding-left: 0;
    }
}

.pc-menu-2 ul {
  display: flex;
  height: 50px;
  list-style-type: none;
  }
    
.pc-menu-2 ul li {
  padding: 0 10px;
  height: 100%;
}

.pc-menu-2 ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  transition: .3s;
  position: relative;
  padding: 0 10px;
}



.pc-menu-2 ul li a::after {
  content: '';
  display: block;
  height: 1px;
  width: 80%;
  background: #c1e0e8;
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: scale(0, 1);
  transition: .3s;
}


.pc-menu-2 ul li a:hover {
  color: #c1e0e8;
}

.pc-menu-2 ul li a:hover::after {
  transform: scale(1, 1);
}


@media screen and (max-width: 768px){
.pc-menu-2{
        display: none;
    }
}


.innerblocks-wrap {
    position: relative;
}


/*logo_sp_pcはカスタマイズ*/
.logo1 {
    position: absolute;
    z-index: 1;
    width: 80%;
    transform: rotate(-5deg);
    margin-top: -70%;
    bottom: 5em;
}

@media screen and (max-width:480px) {
.logo1 {
        position: absolute;
        z-index: 1;
        width: 100%;
        transform: rotate(-5deg);
        /* margin-top: -70%; */
        bottom: 12em;
    }}

/*logo*/
.logo2 {
   width: 50%;
   margin: 0 auto;
   padding-top: 20px;
}

.page-id-15 .logo2 {
 display: none;
 }
 



 /*タイトル*/
.title-font {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 40px;
  text-align: center;
}



/*SNS部分文字*/
  .sns-font {
   font-size: 12px;
   text-align:right;
}

@media screen and (max-width: 980px) {
  .sns-font {
   font-size: 12px;
   text-align:center;
}
}


 /*SNS部分アイコン_sp_pcカスタマイズ*/
.sns-icon {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}

.sns-icon li {
    padding: 5px 30px 5px 0px;
  }


/*ラインアニメーション*/
.line-1 {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.line-1{
  position: relative;
  text-align: center;
}

.line-1:before{
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  border-bottom: solid 1px #333333;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition-delay: 2s;
  animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  50%{
    width: 50%;
  }
}

.line-1in {
  text-align: center;
  width: 50%;
}


/*disc文字_sp_pcはカスタマイズ*/

.disc-font1 {
font-size: 14px;
text-align: center;
}

.disc-font2 {
font-size: 15px;
text-align: center;
}

.disc-font3 {
font-size: 18px;
text-align: center;
}

.disc-font4 {
display: block;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-size: 16px;
}

.disc-font5 {
font-size: 12px;
text-align: center;
}




/*ダウンロードボタン*/
.download-1 {
  display: block;
  width: 300px;
  padding: 5px 0;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #f9ce8f 0%,
    #f9ce8f 50%,
    #333333 50%,
    #333333 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.5em;
  text-decoration: none;
  font-size: 14px;
}
 

.download-1:hover {
  background-position: 0 0;
}

.download-1 {
 text-align:center;
 margin:0 auto;
}

/*三角形*/
.triangle1{
  display: block;
  margin: 1px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #f9ce8f;
}



.more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}


.andmore {
color: #333333;
}

.andmore :hover {
color: #f9ce8f;
}



 /*SNS部分アイコン_一番下*/
.sns-icon2 {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}

.sns-icon2 li {
    padding: 10px 10px 10px 0px;
  }



.contents {
  max-width: 90%;
  text-align: center;
  margin: 30px auto 30px;
}
.contents .tab-item {
  width: 10%;
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  border-radius: 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  padding: 8px;
}
.contents .tab-item:hover {
  background: #f9ce8f;
}
.contents input[name="tab-item"] {
  display: none;
}
.contents .tab-content {
  width: 100%;
  max-width: 90%;
  text-align: left;
  margin-top: 30px;
  display: none;
  overflow: hidden;
}
.contents #left + label,
.contents #center + label {
  margin-right: 5px;
}
.contents #left:checked ~ #left-content,
.contents #center:checked ~ #center-content,
.contents #right:checked ~ #right-content {
  display: block;
}
.contents input:checked + .tab-item {
  background: #f9ce8f;
}
.contents .tab-content p {
  font-size: 18px;
}


#main_vidual {
	background: #000;
}

#main_vidual {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
 }

#main_vidual iframe,
#main_vidual object,
#main_vidual embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and  (max-width: 980px) {
.contents {
  max-width: 100%;
  text-align: center;
  margin: 10px auto 10px;
}
.contents .tab-item {
  width: 30%;
  color: #333333;
  font-size: 18px;
  background: #ffffff;
  border-radius: 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  padding: 8px;
}
.contents .tab-item:hover {
  background: #f9ce8f;
}
.contents input[name="tab-item"] {
  display: none;
}
.contents .tab-content {
  width: 100%;
  max-width: 90%;
  text-align: left;
  margin-top: 30px;
  display: none;
  overflow: hidden;
}
.contents #left + label,
.contents #center + label {
  margin-right: 5px;
}
.contents #left:checked ~ #left-content,
.contents #center:checked ~ #center-content,
.contents #right:checked ~ #right-content {
  display: block;
}
.contents input:checked + .tab-item {
  background: #f9ce8f;
}
.contents .tab-content p {
  font-size: 18px;
}


#main_vidual {
	background: #000;
}

#main_vidual {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
 }

#main_vidual iframe,
#main_vidual object,
#main_vidual embed {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}







.video-font1 {
font-size: 15px;
text-align: center;
}





.combing-font {
  color: #333333;
  font-size: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  }



.bio-font1 {
font-size: 14px;
text-align: left;
margin-left: 10%;
}


/*アニメーション要素のスタイル*/
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#555;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#555;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #555;
  background: #fff;
  padding-top: 50px;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #555;
  font-size: 20px;
  padding: 1em 0;
  text-decoration :none;
}

  .globalMenuSp {
font-family: 'M PLUS Rounded 1c', sans-serif;
}

 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}


@media screen and (min-width: 769px){
.hamburger { 
display: none;
}

.globalMenuSp {
display: none;
}
}


@media screen and (max-width: 768px){
.hamburger {	
 display: inline-block;
}

.globalMenuSp {	
 display: inline-block;
}
}



/* カテゴリーラベル非表示 */
.entry-card .cat-label{
display: none;
}

.home .entry-title { display: none; }



/* トップへ戻るボタン*/
.go-to-top {
  right: 20px; /*右から20px*/
  bottom: 45px; /*下から45px*/
}

.go-to-top-button {
  border-radius: 50%; /*丸くする*/
  width: 60px; /*横幅*/
  height: 60px; /*高さ*/
  font-size: 30px; /*アイコンフォントのサイズ*/
  opacity:0.9; /*透明度*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2); /*影*/
}

/*ホバー時*/
.go-to-top-button:hover {
  color: #333; /*アイコンフォントの色*/
  background-color:#aaa; /*背景色*/
}


.line-2 {
    width: 50%;
    display: block;
    margin: 5em auto;
}


.end-font {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 960px) {
.end-font {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  text-align: left;
}}



/*背景なしver*/

.header_wrap{
	position: relative;
	width: 100vw;
	min-height: 100vh;
	margin: 0 calc(50% - 50vw);
}
.header_movie{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 102vw;
	height: 100%;
	z-index: -1;
}
.header_movie video {
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* width: auto; */
    /* height: auto; */
    width: 100%;
    /* height: 100%; */
    /* transform: translate(-50%, -50%); */
}


@media screen and (min-width:391px){
.header_wrap{
	position: relative;
	width: 100vw;
	min-height: 100vh;
	margin: 0 calc(50% - 50vw);
}
}

@media screen and (max-width:390px){
.header_wrap {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw);
}
}


@media screen and (min-width:980px){
.header_movie{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 102vw;
	height: 100%;
	z-index: -1;
}
.header_movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}}



@media screen and (max-width:480px) {

.header_movie{
	overflow: hidden;
	position: absolute;
	background-image: url(https://chiikaman.com/wp-content/uploads/2022/11/chiikaman_img2-1.jpg) top center;
	background-size: 480px auto;
	background-repeat: no-repeat; 
	top: 0;
	left: 0;
	width: 101vw;
	height: 100%;
	z-index: 1;
}
.header_movie video {
        position: absolute;
        top: 0;
        /* left: 50%; */
        width: auto;
        height: auto;
        /* min-width: 100%; */
        /* min-height: 100%; */
        /* transform: translate(-50%, -50%); */
    }}



html {
	overflow: auto;
}
body {
	overflow: hidden;
}





.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #20a3ea;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.spinner {
  margin: 300px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}




































@media screen and (min-width: 769px){
.jkt-img-pc img {
    display: block;
    margin: 0 0 0 auto;
}
}

@media screen and (max-width: 768px){
.jkt-img-pc img {
    display: block;
    margin: 0 auto;
}
}


































/*new disco*/

@media screen and (min-width: 769px){
.discography-1-flex {
    display: flex;
    max-width: 1000px;
    margin: 2em auto;
/*     justify-content: center; */
}

.discography-1-flex-left {
    width: calc(100% / 2 - 40px);
    margin: 0 20px;
}

.discography-1-flex-left img {
    width: 90%;
    max-width: 350px;
    margin: 0 0 0 auto;
    display: block;
}
	
    .download-1 {
        margin-left: 0%;
    }	
}

@media screen and (max-width: 768px){
.discography-1-flex {
    display: flex;
    flex-direction: column;
    margin: 2em auto;
    justify-content: center;
}

.discography-1-flex-left {
}

.discography-1-flex-left img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

.discography-1-flex-right {
    max-width: 500px;
    margin: 2em auto;
}
	
	
}





p.discography-1-flex-right-font-1 {
    font-size: 15px;
    margin-bottom: 0;
}

p.discography-1-flex-right-font-2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.8em;
}

p.discography-1-flex-right-font-3 {
    font-size: 12px;
}

p.discography-1-flex-right-font-4 {
    font-size: 14px;
    margin-bottom: 0.8em;
}

p.discography-1-flex-right-font-5 {
    font-size: 14px;
}