@charset "utf-8";


/* ----------------------------------------------------------------------
	
	 PARADE GROUP　css
	
---------------------------------------------------------------------- */


/* - 共通内容

---------------------------- */


html {
	/*-webkit-font-smoothing: antialiased;*/
	font-size: 62.5%;
}


body {
	font-size: 100%;
	font-family: 'Roboto Mono' , 'Zen Kaku Gothic New', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  color: #666;
  line-height: 1.6;
}


a {
	text-decoration:none;
	color:#666;
}

a:hover {
  text-decoration: underline;
}

img {
	max-width: 100%;
  width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

br.sp {
	display:none;
}


i {
  margin-right: 0.4em;
}

#wrapper {
	width:100%;
	position:relative;
	font-size: 1.4rem;
}

#wrapper * { box-sizing: border-box; }

.dots { list-style: disc; padding-left: 1.2em; }

figcaption {
  margin-top: 8px;
}

.note > li {
  display: table;
  font-size: 1.2rem;
  color: #777;
}

.note > li + li {
  margin-top: 5px;
}

.note > li > span {
  display: table-cell;
  padding-right: 0.4em;
}

.note > li > span.cap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.dot_list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.dot_list > li + li {
  margin-top: 3px;
}

/* ------------------------------------------------------------

	共通パーツなど

------------------------------------------------------------ */


#contentsbody {
  /*padding: 0 0 60px;*/
}

/*#contentsbody .content section {
  padding: 0 15px;
}*/

.-ttl {
  font-family: 'Lora','Noto Sans JP', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 35px;
}

/* - メニュー
---------------------------- */

.nav_inner {
  width: 100%;
  background-color: #000;
  padding: 25px 0;
}

.nav_inner .menu .left img {
  max-width: 140px;
  width: 100%;
}

.nav_inner .menu .left a {
  display: block;
}

.nav_inner .menu .right {
  display: flex;
}

nav {
  font-family: 'Lora','Noto Sans JP', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  /*text-align: right;*/
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

nav ul {
  display: inline-block;
}

nav ul > li {
  display: inline-block;
}

nav ul > li + li {
  margin-left: 25px;
}

nav ul > li a {
  font-size: 1.5rem;
  color: #FFF;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

nav ul > li a:hover {
  color: #d9d9d9;
}

.res_menu {
    display: none;
}

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

nav ul.g-nav {
  display: none;
}

nav {
  justify-content: flex-end;
}


.res_menu {
    display: inline-block;
    /*position: absolute;*/
    /*left: 15px;
    top: 50%;*/
    /*transform: translateY(-50%);*/
}

}


.toggle {
    display: inline-block;
    position: relative;
    z-index: 400;
    text-align: center;
}
.toggle:hover {
    cursor: pointer;
}
.toggle a {
    color: #444;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 24px;
    height: 18px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
}
.bg_top .menu-trigger span {
    background-color: #FFF;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/* - オーバーレイ部分
---------------------------- */
.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
    z-index: 400;
}
.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(189, 189, 189, 0.7);
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}
/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    text-align: left;
    padding-top: 40px;
    z-index: 1;
    color: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
    background-color: #FFF;
    
}
.side-menu .menu-trigger span {
    background-color: #444;
}
.side-menu .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.side-menu .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}
.side-menu .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}
.side-menu .sm_title {
    padding: 0 20px;
    margin-bottom: 30px;
}
.side-menu .sm_title h2 {
    font-weight: normal;
    border-bottom: 1px solid #565656;
    padding-bottom: 4px;
    font-size: 1.3rem;
}
.menu_body {
    padding: 0 20px;
}
.side_list {
    margin-top: 40px;
}

.side_list > li + li {
    margin-top: 30px;
}


.side_list > li > a {
    display: block;
    color: #555;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.4rem;
}


.side_list > li > a:hover {
    color: #bdbdbd;
}
/* サイドメニューオープン */
.side-open .c_contents, .side-open .overlay {
    /*-webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);*/
}
.side-open .side-menu {
    display: block;
    z-index: 500;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#side_block {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    z-index: 100;
    background-color: #FFF;
}
#side_block .content {
    padding: 60px 25px 10px;
}
#side_block h1 {
    text-align: center;
}
#side_block h1 img {
    max-width: 150px;
    vertical-align: top;
    width: 100%;
}
@media screen and (max-width: 979px) {
    .res_menu.side-no {
        display: none;
    }
    
    .detail_block > ul > li > .content > div.layout h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .side-open .overlay {
        -webkit-transform: translate3d(220px, 0, 0);
        transform: translate3d(220px, 0, 0);
    }
    /* サイドメニュー ※リストのスタイルは省略 */
    .side-menu {
        width: 220px;
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
    .side-menu .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .side-menu .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .side-menu .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    .menu_body {
        padding: 0 15px;
    }
    
    .side-menu .sm_title {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .side_list {
        margin-top: 30px;
    }
    
}




/* - common
---------------------------- */

.-section + .-section {
  padding: 120px 15px;
}

.-section > .content {
  max-width: 1100px;
  margin: 0 auto;
}

h1.sectionTitle {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #52A0A6;
  margin-bottom: 70px;
}

h1.sectionTitle > span {
  border-bottom: 3px solid #52A0A6;
  padding: 0 8px 5px;
}

.-center {
  text-align: center;
}

.st-line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

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

.-section + .-section {
  margin-top: 80px;
}

}

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

h1.sectionTitle {
  font-size: 3rem;
  margin-bottom: 50px;
}

}


.-section h2 {
  font-size: 2.8rem;
  margin-bottom: 80px;
  text-align: center;
}

/* - KV
---------------------------- */

#contentsbody .content section.-kv {
  padding: 120px 15px 120px;
  background-color: #4d4d4d;
  color: #FFF;
}

.kv {
  width: 100%;
  margin: 0 auto;
}

.kv h1 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

div.kv-caption {
  font-size: 1.6rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

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

.kv {
  padding-top: 40px;
}

}


/* - music
---------------------------- */

#music {
  background-color: #f7f7f7;
}

.-blockUnit {
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: center;
}

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

.-blockUnit {
  flex-direction: column;
  align-items: flex-start;
}

}

.-blockUnit .logo {
  margin-bottom: 30px;
}

.subUnit {
  border-top: 1px solid #dbdbdb;
  margin-top: 60px;
  padding-top: 60px;
}

.subUnit h3 {
  font-size: 1.8rem;
}

p.attention {
  color: #888;
  font-size: 1.2rem
}

.detailList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.detailList li {
  width: calc(50% - 60px / 2 );
  margin-right: 30px;
  font-size: 1.4rem;
}

.detailList li :nth-child(2n) {
    margin-right: 0;
}

.detailList li:nth-child(n+3) {
    margin-top: 40px;
}

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

.detailList {
  flex-direction: column;
  row-gap: 35px;
}

.detailList li {
  width: 100%;
  margin-right: 0;
}

.detailList li :nth-child(2n) {
    margin-right: 0;
}

.detailList li:nth-child(n+3) {
    margin-top: 0;
}

}

.detailList h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.detailList svg {
  margin-right: 0.2em;
  color: #eb7c7c;
  font-size: 1.2rem;
}

.detailList a:hover {
  text-decoration: underline;
}

.detailList .list {
  padding-top: 10px;
}

.detailList .list p + p {
  margin-top: 7px;
}

.businessTitle {
  margin-bottom: 40px;
}

.subUnit .businessTitle,
#creator h2{
  margin-bottom: 40px;
  font-size: 2.2rem;
  text-align: left;
}

.catTitle {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.subUnit .yearTitle {
  background-color: #e6e6e6;
  padding: 2px 8px;
  font-size: 1.6rem;
}

.detailList + .yearTitle {
  margin-top: 50px;
}

.detailList + .catTitle {
  margin-top: 70px;
}

#creator .unit {
  display: flex;
  column-gap: 60px;
}

#creator .unit + .unit {
  margin-top: 100px;
}

#creator .unit .img {
  width: 43%;
}

#creator .unit .txt {
  width: 57%;
}

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

#creator .unit {
  flex-direction: column;
  column-gap: 0;
  row-gap: 30px;
}

#creator .unit + .unit {
  margin-top: 60px;
}

#creator .unit .img {
  width: 100%;
}

#creator .unit .txt {
  width: 100%;
}

}

.subUnit.person h3 {
  font-size: 1.8rem;
}

.subUnit.person h4 {
  font-size: 1.6rem;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 2px;
}

.otherUnit {
  background-color: #efefef;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  padding: 20px;
}

.kigyoTitle {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 2px;
}



/* - フッター
---------------------------- */

#footer {
  background-color: #000;
  padding: 25px 15px;
  color: #FFF;
  text-align: center;
}


/* - ページトップ
---------------------------- */

.pagetop {
	 display: none;
	 position: fixed;
	 bottom: 20px;
	 right: 20px;
	 z-index:1000;
	 font-size: 3.4rem;
	 line-height:0;
}


.pagetop > p a {
	 display: block;
	 text-decoration: none;
	 color:#555;
	 text-align:center;
}
