@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;box-sizing: border-box;}

html {scroll-behavior: smooth;font-size: 62.5%;}
body {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
  overflow-wrap: break-word;
  word-break: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
  line-height: 1.8;
}
a:hover {opacity: 0.7 ;}
ol, ul {list-style: none;}
.pc{display: block;}
.sp{display: none;}

@media screen and (max-width: 599px) {
	body{font-size: 3.5vw!important;}
	.pc{display: none;}
	.sp{display: block;}
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 8rem;
}
header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #999;
	padding:10px;
  display: flex;
}

h1{
	background:url(../img/logo.png) no-repeat;
	margin-left: 5%;
	max-width:320px;
	height:100%;
  text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
  background-size: contain;
}

h1 a {
  display: block;
  height: 100%;
}

h1 a:hover {background:none;}

header nav.globalMenu{
	margin-right: 5%;
	margin-top:5px;
	display: block;
  width: 70%;
}
.globalMenu ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}

header nav.globalMenu ul li a {
	font-size:1.3rem;
	color: #fff;
	/*background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
	display: block;
	padding-left:1.5rem;
}

.container{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	background-color:#fff;
	padding-top:60px;
}

.main-view{
    position: relative;
    width: 100%;
    height: 80vw;
	background: url(../img/topimage_2306.jpg) center center / cover no-repeat;
	color: #fff;
}

.main-view h2{
position: absolute;
top: 45%;
/*left: 40%;*/
right: 5%;
z-index: 2;
/*-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);*/
font: normal 300 64px/1 'Josefin Sans', Book Antiqua;
text-align: right;
white-space: nowrap;
  animation-duration: 2.5s;/* 時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し*/
}

.main-view p{
position: absolute;
left: 50%;
/*width: 50px;*/
margin-left: -25px;
bottom: 30px;
z-index: 7;
display: inline-block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
font: normal 400 20px/1 'Josefin Sans',Franklin Gothic Medium;
letter-spacing: .1em;
text-decoration: none;
transition: opacity .3s;
padding-top: 70px;

}

.main-view span {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

.main-view a,
a:visited,
a:link {
color:#fff;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}


h3{
	/*font-family:Eras Light ITC;*/
	color:#ec9307;
	/*font-size:51px;*/
	padding-top:100px;
	margin-top:-100px;
}

.main1 {
	background: #fff;
	width: 100%;
	padding:100px 0 50px;
}

.main2 {
	background: #efefef;
	width: 100%;
	padding:100px 0 50px;
}

.main3 {
	background: #999;
	width: 100%;
	/*padding:10px 0;*/
}

.main3 a {
    display: inline-block;
    width: 49%;
	margin-top: 1%;
}

.main3 a:first-child {
    margin-right: 1%;
}

.main3 img{
	max-width:100%;
}

section{
	max-width:850px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;

}

section img.prof{margin-left:20px;max-width: 300px;}

section .comment{
	margin:auto 0;
	text-align:center;
}

h2.prof-area{font-size:110%;font-weight:bold;padding-left:10px;}

h4.media-area{
	font-size:155%;
	font-weight:bold;
	color:#D4C4A0;
}

h3#aboutme{
	font: normal bold 30px "'Times New Roman", Times, serif;
	color:#333;
	text-align:center;
}

h3#archive{
	background:url(../img/title_archive.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h3#media{
	background:url(../img/title_media.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	/*margin-bottom:-40px;*/
}

h3#liveinfo{
	background:url(../img/title_liveinfo.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h3#infomation{
	background:url(../img/title_infomation.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h3#biography{
	background:url(../img/title_biography.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

h3#works{
	background:url(../img/title_works.png) no-repeat center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* リンクボタン */
a.sec_btn{
  background-color: #333;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  margin: 2rem auto;
  padding: 2rem;
  width: 60%;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 599px){
  a.sec_btn{
    width: 85%;

  }
}

/* info等 */

dl{
	width:100%;
	float:left;
	border-bottom: 1px dotted #999999;
	padding: 2% 0;
}

dt.times{
	width:15%;
	color:#999;
	float:left;
}

dt.times2{
	width:18%;
	color:#F06;
	float:left;
	padding-bottom:20px;
	padding-left:20px;
}

dd.discription1{
	float:left;
	color:#000;
	width:47%;
	padding-bottom:25px;
    font-size: 115%;
	padding-left:2%;
}

dd.discription1 p{
	/*color:#F06;*/
	font-size:75%;
}

dd.discription2{
	float:right;
	color:#000;
	width:28%;
	padding-bottom:25px;
}

dd.discription3{
	float:left;
	color:#000;
	width:80%;
}

dd.discription4{
	float:left;
	color:#000;
	width:80%;
}
img.book , img.book2{margin:0 .8rem 0 0}

a.evLink{
  background-color: #333;
  color: #fff!important;
  padding: .65rem;
  border-radius: 5px;
  margin: 3px 0;
  display: inline-block;
  font-size: 1.15rem;
}

dd.sp_button{
  text-align: center;
	/*display:none !important;*/
}
dd.sp_button a{
  display: inline-block;
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 60%;
  padding: 1rem;
  margin: 1rem;
}

/* works(discography) */

.discgraphydivst{
	width:30%;
  min-height: 425px;
	/*max-height:340px !important;*/
	margin:10px;
	float:left;
	border:solid 1px #CCCCCC;
}

.disc{
	/*width:98%;*/
	color:#000;
	divst-style:none;
	padding:10px 0px 10px 10px;
}

.disc img{
	width:95%;
}

.disc p.cdtitle{
	font-weight:bold;
	font-size:85%;
}

.disc p.release{
	font-size:80%;
	color:#999;
}

.disc p.title2{font-size:70%;}

img.m-play{
	width:15px;
	height:15px;
	position: absolute;
	padding:4px 0 0 5px;
}

.disc-radius{
	display: inline-block;
	border-radius:50px;
	width:100px;
	background-color:#999;
	color:#fff;
	font-size:85%;
	padding:1% 2%;
	text-align:center;
	line-height:15px;
	vertical-align: middle;
}

.disc-area{
	font-size:70%;
}

a,
a:visited,
a:link {
    text-decoration: none;
    color: #000;
}

a:hover {opacity: 0.6;/*background-color: #d4c4a0;color: #fff;*/}

a.sns:hover {
  text-decoration: none;
  opacity: 0.6;
  background:none;
}

/* SNS */
section .sns {
	width:98%;
	margin:auto;
	text-align:center;
}

footer {
	width:100%;
	margin: 0 auto;
	text-align:center;
	background-color:#999;
	color:#fff;
}

/* ボタン */
.linkbtn{
  text-align: center;
}
.linkbtn a{
  display: inline-block;
  background-color: #222;
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 5rem;
}
@media (max-width: 599px){
  .linkbtn a{
    width: 80%;
  }

}

/* トップ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 70px;
  right: 5px;
}

#pageTop i {
  padding-top: 6px
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
  background:none;
}
/* トップ戻るボタン ここまで */

/* スムーススクロール */
.effect-fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 1s;
}

.effect-fadein.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
/* スムーススクロール　ここまで */

/*  Iframe  */
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 2px solid #ccc;
}
.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


hr.line1{border: 2px solid #fff;}
hr.line2{border: 1px solid #fff;}

.copyright{float:right;}

/*　MORE　*/

/*p {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    margin: 0;
}*/


#text-wrap {
    width: 98%;
    height: 100%;
    display: block;
    margin: 0 auto;
    /*padding: 10px;*/
}

.hide-text {
    display: none;
}

button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 40px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}

button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
	overflow:hidden;
}

button.readmore:hover::after {top: 70px;}

.on-click { color: transparent!important;}

.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/*　MOREここまで　*/


/* モーダルウィンド */
#layer_board_area{
	/*position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1000;*/
}
.layer_board_bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
	z-index: 1000;
}
.layer_board {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 2000;
	background-color: #000;
	opacity: 0.95;
	text-align: center;
	padding: 4%;
	color:#fff;
    border-radius: 10px;
	transform: translate(-50%,-50%);
    top: 50%;
}
.layer_board img{width: 70%;}

.layer_board .linkbox {
    background-color: #333;
    padding: 2%;
    border-radius: 10px;
    margin: 2% auto;
    text-align: center;
}
.layer_board a {color:#fff;}
.layer_board .btn_close{padding: 6% 0 0;}

/* //モーダルウィンド */


/* サイドバナー */
a#rightArea {
 width: 50px; /*画像の全体幅*/
 position: fixed;
 top: 500px;
 right: 0; /*マウスを乗せた時に出てくる幅*/
 display: inline-block;
 transition: all .2s ease;
 z-index: 9999;
}
a#rightArea:hover{
 right: 0;
 background:none;
 opacity: 0.7;
}

p.text-area{margin:10px;}

span.smallfont{font-size:85%;}

/*--------------------*/
/*　購入ボタン　　　　*/
/*--------------------*/
.cd-bttn {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
}
.cd-bttn .btn-open {
  display: inline-block;
  width: 90%;
  height:45px;
  text-align: center;
  background-color: #eca920;
  font-size: 14px;
  line-height: 45px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #eca920;
  position: relative;
  overflow: hidden;
  z-index: 1;
  letter-spacing: -0.1em;
}
.cd-bttn .btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.cd-bttn .btn-open:hover{
  color: #CC700F;
}
.cd-bttn .btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.cd-bttn .btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.sp_only { display: none !important; }
.pc_only { display: inline !important; }

nav.globalMenuSp ,.navToggle {display: none!important;}

/* 固定ボトムメニュー */
#fix-sp-under-menu{
	position: fixed;
	width: 100%;
	height:70px;
	bottom: 0px;
	text-align:center;
	background-color:#cfcfcf;
	font-size: 0;
	opacity: 0.9;
	z-index: 10;
}
#fix-sp-under-menu ul {max-width: 850px;margin: auto;display: flex;}

#fix-sp-under-menu ul li {
    width:20%;
    list-style-type:none;
    text-align:center;
    font-size:3rem;/*アイコンのサイズ*/
}

#fix-sp-under-menu ul li a {
    display: block;
    padding-top:7px;
    padding-bottom:5px;
    line-height:5px;
    text-decoration:none;
}
#fix-sp-under-menu .mini-text{font-size: 1rem;}

@media (max-width: 1035px){

h1{margin-left:0;}
header nav.globalMenu{display: none;}
  .container {
    flex-direction: column;
}
  .main,.side {
    width: 100%;
}
.container{margin: 0 auto;}

/* SPメニュー */
nav.globalMenuSp {
  display: block!important;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #ccc;
    color: #000;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	opacity: 0.9;
}

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

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0 20px;
    width: 100%;
    border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block!important;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #999;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;
    width: 34px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) { top: 9px;}
.navToggle span:nth-child(2) { top: 18px;}
.navToggle span:nth-child(3) { top: 27px;}
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size:0.5rem;
    font-weight: bold;
    top: 31px;
	letter-spacing:0.2em;
}


.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#fix-sp-under-menu{
	display:block;
}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/
}

#fix-sp-under-menu .mini-text{font-size:8px;}
}

@media (max-width: 1024px){
.main-view h2{right:1%;left: 0;font: normal 300 45px/1 'Josefin Sans', Book Antiqua}
}

@media (max-width: 768px){
  .main-view h2{font-size: 6.5vw;margin-right: 2%;}
section{margin: auto 20px;}
h3#archive{background-size:50%;}
h3#liveinfo{background-size:50%;}
h3#infomation{background-size:50%;}
h3#biography{background-size:50%;}
h3#works{background-size:50%;}
h3#media{background-size:50%;}
img.infobunner{width:100%;}
.release,.title2{ display:none;}
a#rightArea {display:none;}
#fix-sp-under-menu{display:block}

.sp_only { display: block !important; }
.pc_only { display: none !important; }
}

@media (max-width: 499px){
  section img.prof{width: 100%;margin: 0 0 5%;padding: 0;max-width: 100%;}
  dt.times2 ,dd.discription1, dd.discription2 ,dt.times ,dd.discription3 , dd.discription4{width: 100%;margin-bottom: 2%;padding: 0;}
  .discgraphydivst{width: calc(97%/2);margin: 1rem 1rem 0 0;    min-height: 300px;}
  .discgraphydivst:nth-child(2n){margin: 1rem 0 0 0 ;}
  .main3 a{width: 48%;}
}