@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/


/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}

 
body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;*/
	}

.lang-en {
	font-family: 'Roboto', sans-serif;	
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}
	
sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	}

#copyright,
.copyright-sign {
	font-family: 'Roboto', sans-serif;	
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #5e5e5e;
	text-decoration: underline;
	outline: none;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0.40);*/ 
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.columns-row:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

a.behavior-style {
	}

.behavior-style img {
	transition: opacity 0.2s ease-out;
	}

.behavior-style:hover img {
	opacity: 0.8;
/* 	filter: alpha(opacity=80); */
	cursor: pointer;
	}


/* @end */
/* @end */





/* @group flickity */

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  background: hsla(0, 0, 0, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: transparent; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button.disable,
.flickity-prev-next-button:disabled {
  opacity: 1;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #000000;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #9e9e9f;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #ec6c00;
  opacity: 1;
}

/* external */
.carousel {
	min-height: 100%;
}

.flickity-viewport {
	overflow: hidden;
	/*-webkit-transition: height 0 ease 0;
	transition: height 0 ease 0;*/
}

.flickity-viewport-launch {
	/*-webkit-transition: height 0 ease 0;
	transition: height 0 ease 0;*/
}

.works-thumbnail {
	display: none;
	position: absolute;
	/*top: 0; !important;*/
}

.carousel-cell {
	opacity: 0;
	}

.carousel-cell.cell-selected {
	opacity: 1;
	}

.flickity-enabled.is-first .flickity-prev-next-button.next {
	display: none;
}

.flickity-enabled.is-last .flickity-prev-next-button.previous {
	display: none;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* flickity fade と干渉する
.flickity-enabled .detail-panel.is-selected {
	transition: opacity 1s;
	opacity: 0;
}
*/


/* @end */

/* @group 共通 */


html {
	height: 100%;
	}

body {
	position: relative;
	width: 100%;
	color: #5E5E5E;
	font-size: 26px;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}


.page {
	min-height: 100%;
	}


.font-en {
	font-weight: 400;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	}

.fluid-std,
.fluid-min,
.fluid-full {
	box-sizing: border-box;
	margin: 0 auto;
	}

.fluid-std {
	box-sizing: border-box;
	margin: 0 auto;
	}

.text-std {
	font-size: 24px;
	line-height: 1.7;
	}

.has-image {
	opacity: 0;
	}

.has-image.image-loaded {
	opacity: 1;
	}

.button:hover {
	cursor: pointer;
 	opacity: 0.8; 
	}

.button-solid-bordered {
	box-sizing: border-box;
	padding: 0.4em 2em;
	border: 1px solid #231815;
	border-radius: 2em;
	text-decoration: none;
	}

.button-back {
	overflow: hidden;
	margin: 10em 0 150px;
	}

.button-circle {
	display: table;
	float: right;
	width: 82px;
	height: 82px;
	border-radius: 100%;
	background: #999999;
	text-align: center;
	text-decoration: none;
	}

.button-circle .text {
	display: table-cell;
	color: #ffffff;
	font-size: 20px;
	vertical-align: middle;
	}

svg {
	fill: currentColor;
	}

/* @group page-header */


/* @group button */

.page-header .drawer-hamburger {
	position: absolute;
	display: block;
	box-sizing: content-box;
	top: 2px;
	right: 0;
	width: 26px;
	height: 26px;
	padding: 0;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border: 0;
	outline: 0;
	background: transparent;
	z-index: 100;
	}

.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent
	}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	width: 100%;
	height: 1px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: #fff;
	}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	position: absolute;
	top: -4px;
	left: 0;
	content: ' '
	}

.drawer-hamburger-icon:after {
	top: 4px
	}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent
	}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0
	}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #5e5e5e;
	}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #5e5e5e;
	}

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 2px;
	margin: -1px;
	padding: 0;
	border: 0
	}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0
	}

.drawer-hamburger .current-page {
	position: absolute;
	bottom: -42px;
	right: -0.1em;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	opacity: 1;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	}

.drawer-open .drawer-hamburger .current-page {
	opacity: 0;
	}

.drawer--sidebar, .drawer--sidebar .drawer-contents {
	/*background-color: #fff*/
	}

/* @end */


/* @end */

/* @group page-footer */

.page-footer {
	
	}

.page-footer a {
	text-decoration: none;
	}

/* @end */




/* @end */

@media screen and (min-width: 641px){

 
body {
	overflow-x: hidden;
	font-size: 13px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	}


.pc-hidden {
	display: none;
	}

.fluid-std {
	width: 996px;
	margin: 0 auto;
	}

.fluid-min {
	width: 790px;
	margin: 0 auto;
	}

.fluid-column {
	overflow: hidden;
	}

.fluid-column .column-left {
	float: left;
	}

.fluid-column .column-right {
	float: right;
	}

.text-std {
	font-size: 16px;
	line-height: 1.8;
	}

/* @group page-header */

.page-header {
	display: block;
	position: fixed;
	overflow: visible;
	width: 100%;
	height: 1px;
	z-index: 100;
	}

.page-header .container {
	background: #f1f1f1;
	}

.page-header .drawer-control {
	position: relative;
	width: 100%;
	/* max-width: 1160px; */
	margin: 0 auto;
	}

.page-header .drawer-hamburger {
	right: 46px;
	}

.page-header .navigation {
	display: none;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 154px 0 120px;
	}

.drawer-open .page-header .navigation {
	display: block;
	}

.page-header .navigation .heading {
	margin: 0 0 60px;
	text-align: center;
	}

.page-header .navigation .content {
	margin: 0 0 164px;
	text-align: center;
	}

.page-header .navigation .content li {
	margin: 0 0 52px;
	}

.page-header .social {
	width: 290px;
	margin: 0 auto;
	}

.page-header .social ul {
	overflow: hidden;
	}

.page-header .social ul li {
	display: block;
	float: left;
	width: 32px;
	margin: 0 52px 0 0;
	}

.page-header .social ul li:nth-last-of-type(1) {
	margin: 0 0 0 0;
	}

.page-header .social ul li a {
	display: block;
	}

.page-header .social ul li img  {
	display: block;
	width: 32px;
	height: auto;
	}

/* @end */

/* @group page-body */

.page-body {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0;
	z-index: 1;
	}

.page-body .site-title {
	visibility: hidden;
	}

.hero {
	position: fixed;
	top: 0;
	width: 100%;
	height: 1px;
	margin: 0;
	z-index: 1;
	}

.hero .image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1920px;
	height: auto;
	margin: 0 0 0 -960px;
	}

.hero .image img {
	width: 1920px;
	height: auto;
	}

.main {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding: 408px 0 0;
	mix-blend-mode: multiply;
	z-index: 2;
	}

.aside {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 0 0;
	mix-blend-mode: multiply;
	z-index: 2;
	}

.main .format-page-std,
.aside .format-page-std {
	width: auto;
	max-width: 1080px;
	margin: 0 auto;
	}

.main .format-page-std .page-content,
.aside .format-page-std .page-content {
	box-sizing: border-box;
	width: auto;
	max-width: 650px;
	margin: 0 0 auto 300px;
	}

.page-body .social {
	position: fixed;
	bottom: 60px;
	width: 100%;
	height: 1px;
	z-index: 100;
	}

.page-body .social ul {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: -28px 46px 0;
	}

.page-body .social ul li {
	display: inline-block;
	margin: 0 28px 0 0;
	}

.page-body .social ul li a {
	display: block;
	}

.page-body .social ul li img  {
	display: block;
	width: 28px;
	height: auto;
	}


/* @end */

/* @group home */

.home .main {
	padding: 0;
	mix-blend-mode: none;
	}

.home .hero {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	z-index: 10;
	}

.home .hero .image-group {
	position: relative;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	}

.home .hero .image {
	position: absolute;
	left: 50%;
	width: 100%;
	margin: 0 -50%;
	}

.home .hero .image img {
	width: 1420px;
	width: 100%;
	max-width: 1420px;
	height: auto;
	}

.home .drawer-hamburger-icon:after,
.home .drawer-hamburger-icon:before {
	background-color: #5e5e5e;
	}

.home .main .news {
	width: auto;
	margin: 119px 170px 130px;
	}


.home .main .news .title {
  font-size: 28px;
  margin-bottom: 50px;
}

.home .main .news .article {
	width: 100%;
	margin: 0 0 35px;
	}

.home .main .news .article a {
	text-decoration: none;
	}

.home .main .news .article .date {
	width: 100%;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.15em;
	}

/* @end */

/* @group profile */

.main .profile.page-content {
	margin-bottom: 300px;
	}

.main .profile .header {
	}

.main .profile .header .photo {
	margin: 0 0 220px;
	text-align: right;
	}

.main .profile .header .photo img {
	width: 540px;
	}

.main .profile .hgroup  {
	margin: 0 0 80px;
	}

.main .profile .hgroup .heading {
	margin: 0 0 1.2em;
	font-size: 30px;
	text-align: left;
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	}

.main .profile .hgroup p {
	margin: 0 0 0;
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.15em;
	text-indent: -0.15em;
	}

.main .profile .content {
	font-size: 18px;
	text-align: justify;
	line-height: 2.2;
	margin-bottom:3em;
	}

.main .profile .content p {
	margin-bottom:1.5em;
	}

/* @end */

/* @group news */

.format-page-std .news-entry.page-content {
	margin-bottom: 300px;
	}

.news-entry .image {
	overflow: hidden;
	max-width: 648px;
	margin: 0 0 76px;
	}

.news-entry .image img {
	max-width: 648px;
	height: auto;
	}

.news-entry .entry-date {
	margin: 0 0 0.8em;
	font-size: 16px;
	}

.news-entry .entry-title {
	margin: 0 0 3em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	}

.news-entry .content p {
	margin: 0 0 2em;
	word-break: break-all;
	}

/* @end */

/* @group media */

.media-list {
	}

.format-page-std .media-list.article-list.page-content {
	margin: -80px 0 0 300px;
	}

.media .aside {
	background: #fffdf5;
	}

.media .aside .format-page-std .media-list.article-list.page-content {
	margin: 0 0 0 300px;
	}

.media .page-footer {
	background: #fffdf5;
	}

/* @end */

/* @group live */

.live-list {
	}

.format-page-std .live-list.article-list.page-content {
	margin: -80px 0 150px 300px;
	}

.live-list .entry-date {
	margin: 0 0 1.2em;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	}

.live-list .entry-title {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	}


/* @end */



/* @group contact */

.main .contact.page-content {
	}

.contact.page-content .header {
	margin: 0 0 120px;
	font-size: 16px;
	line-height: 2;
	}

.contact.page-content form {
	margin: 0 0 150px;
	}

.contact.page-content .control-group {
	margin: 0 0 100px;
	}

.contact.page-content .control-group:nth-last-of-type(1) {
	margin: 0 0 70px;
	}

.contact.page-content .control-label {
	display: block;
	margin: 0 0 0.4em;
	font-size: 16px;
	line-height: 2;
	}

.contact.page-content .input-group {
	}

.contact.page-content .input-group input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid #999999;
	outline: 1px solid #666666;
	outline: none;
	-webkit-appearance : none;
	}

.contact.page-content .controls textarea {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	min-height: 260px;
	padding: 0.8em 1em;
	border: 1px solid #999999;
	outline: none;
	-webkit-appearance : none;
	}

.contact.page-content .controls .error {
	display: block;
	margin: 0.8em 0 0;
	color: #b70000;
	font-size: 14px;
	}

.contact.page-content .button-submit {
	text-align: right;
	}

.contact.page-content .button-solid-radius {
	display: inline-block;
	width: 152px;
	height: 60px;
	margin: 0 0 0 1em;
	color: #ffffff;
	border: none;
	border-radius: 60px;
	background: #5e5e5e;
	font-size: 17px;
	-webkit-appearance : none;
	}

.contact.page-content .button-solid-radius:nth-last-of-type(2) {
	background: #999999;
	}

.contact.page-content .button-solid-radius:hover {
	opacity: 0.8;
	}

/* @end */

/* @group discography */

.discography {
	}

.local-navigation {
	height: 200px;
	margin: 0 auto ;
	text-align: center;
	}

.select-label {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: auto;
	padding: 0;
	vertical-align: middle;
	}

.select-label .text {
	display: inline-block;
	position: relative;
	padding: 0 0.1em 0.2em;
	color: #5e5e5e;
	border-bottom: 2px solid #999999;
	font-size: 22px;
	text-transform: uppercase;
	text-indent: 0.2em;
	letter-spacing: 0.1em;
	}

.select-label .text:after {
	content: '';
	position: absolute;
	top: 0.05em;
	right: -1em;
	bottom: 0;
	width: 16px;
	height: 11px;
	margin: auto;
	background: url(../images/global/arrow_down.svg) no-repeat 0 0;
	background-image: 16px auto;
	}

.select-menu {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: none;
	background-image: none;
	outline: none;
	box-shadow: none;
	vertical-align: middle;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
	}

.select-menu select option {
	background-color: transparent;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	}

.discography-list {
	}

.discography-list.article-list .article {
	padding: 120px 0;
	}

.discography-list .article-header {
	overflow: hidden;
	margin: 0 0 48px;
	}

.discography-list .article-header .image {
	float: right;
	}

.discography-list .article-header .image img {
	width: 310px;
	height: auto;
	}

.discography-list .article-header .hgroup {
	float: left;
	width: 324px;
	margin: 4em 0 0;
	}

.discography-list .has-artwork .article-header .hgroup {
	float: left;
	width: 324px;
	margin: 12em 0 0;
	}

.discography-list .article-header .hgroup .release {
	margin: 0 0 0.8em;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

.discography-list .article-header .hgroup .heading {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	}

.discography-list .article .content {
	margin: 0 0 42px;
	}

.discography-list .article .content p {
	font-size: 16px;
	line-height: 2;
	}

.discography-list .article-footer {
	display: table;
	}

.discography-list .article-footer .buy-online {
	display: table-cell;
	}

.discography-list .article-footer .buy-online .button-solid-radius {
	display: table;
	width: 153px;
	height: 46px;
	border-radius: 0.4em;
	background: #aaaaaa;
	text-align: center;
	text-decoration: none;
	}

.discography-list .article-footer .buy-online .button-solid-radius .text {
	display: table-cell;
	color: #ffffff;
	font-size: 18px;
	vertical-align: middle;
	text-transform: uppercase;
	}

.discography-list .article-footer .data {
	display: table-cell;
	padding: 0 0 0 32px;
	vertical-align: middle;
	line-height: 1.4;
	}

.discography-list .button-page-top {
	position: relative;
	width: 650px;
	margin: 120px 0 0;
	}

.discography-list .button-page-top a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	}

.discography-list .button-page-top img {
	display: block;
	width: 48px;
	height: auto;
	}


/* @end */

/* @group article-list */

.format-page-std .article-list.page-content {
	margin: -80px 0 340px 300px;
	}


.article-list .article {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	border-bottom: 1px solid #d6d6d6;
	}

.article-list .article:nth-last-of-type(1) {
	border-bottom: none;
	}

.article-list .article a {
	}

.article-list .article a.behavior-style {
	display: block;
	text-decoration: none;
	}

.article-list .article .heading {
	margin: 0 0 1.4em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	}

.article-list .article .category-label {
	display: inline-block;
	margin: 0 0 1.2em;
	padding: 0.05em 0.8em 0.05em;
	border-radius: 0.3em;
	color: #ffffff;
	background: #d6d6d6;
	font-size: 18px;
	text-transform: uppercase;
	}

.article-list .article .date {
	width: 100%;
	margin: 0 0 1.4em;
	font-weight: 400;
	letter-spacing: 0.15em;
	}

.article-list .article .text-std p {
	margin: 0 0 1em;
	word-break: break-all;
	}

.article-list .article .text-std a {
	text-overflow: ellipsis;
	}

.article-list .article .text-std p:nth-last-of-type(1) {
	margin: 0 0 0;
	}

.article-list .article .thumbnail {
	float: right;
	overflow: hidden;
	width: 100px;
	height: 100px;
	}

.article-list .article .thumbnail img {
	max-width: 100px;
	height: auto;
	}

.article-list .article.has-thumbnail .text-std {
	margin: 0 120px 0 0;
	}

/* @end */


/* @group page-footer */

.page-footer {
	width: 100%;
	position: relative;
	padding: 0 0 60px;
	border-bottom: 10px solid #e5e5e5;
	}

.page-footer .container {
	width: 95%;
	margin: 0 auto;
	}

.page-footer #copyright {
	font-size: 14px;
	text-align: right;
	}



/* @end */

}

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

.page-header .navigation {
	position: relative;
	max-width: 1080px;
	width: auto;
	}


.main .format-page-std,
.aside .format-page-std {
	width: auto;
	max-width: auto;
	margin: 0 auto;
	}

.main .format-page-std .page-content,
.aside .format-page-std .page-content {
	box-sizing: border-box;
	width: auto;
	max-width: 650px;
	margin: 0 auto auto auto;
	}

.format-page-std .live-list.article-list.page-content {
	margin: -80px auto 150px auto;
	}

.format-page-std .media-list.article-list.page-content {
	margin: -80px auto 0 auto;
	}

.media .aside .format-page-std .media-list.article-list.page-content {
	margin: 0 auto 0 auto;
	}


}

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

body {
	overflow-x: hidden;
	font-size: 26px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	}

body.drawer-open  {
	background: #f1f1f1;
	}

.page {
  overflow-x: hidden;
	}

.mobile-hidden {
	display: none;
	}

.fluid-std {
	width: 548px;
	margin: 0 auto;
	}

.fluid-min {
	width: 342px;
	margin: 0 auto;
	}

span.row {
	display: inline-block;
	}

span.row br {
	display: none;
	}


.text-std {
	font-size: 24px;
	line-height: 1.8;
	}


.button-solid-bordered {
	display: inline-block;
	padding: 0.2em 1em;
	border: 2px solid #231815;
	}

.button-back {
	margin: 10em 0 200px;
	}

.button-circle {
	width: 110px;
	height: 110px;
	margin: 0 0 0.2em;
	}

.button-circle .text {
	font-size: 26.4px;
	}


/* @group page-header */

.page-header {
	position: fixed;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.95);
	background: #f1f1f1;
	z-index: 100;
	}

.page-header .container {
	position: relative;
	width: 640px;
	min-height: 100%;
	margin: 0;
	z-index: 1;
	}

.page-header .drawer-control {
	position: relative;
	width: 522px;
	margin: 0 auto;
	}

.page-header .navigation {
	display: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 102px 0 80px;
	background: #f1f1f1;
	}

.page-header .drawer-hamburger {
	top: 46px;
	right: 0;
	width: 30px;
	height: 30px;
	}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	height: 2px;
	}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	top: -7px;
	}

.drawer-hamburger-icon:after {
	top: 7px
	}

.drawer-hamburger .current-page {
	bottom: -53px;
	right: -0.1em;
	font-size: 20px;
	letter-spacing: 0.125em;
	}


.drawer-open .page-header .navigation {
	display: block;
	}

.page-header .navigation .heading {
	margin: 0 0 72px;
	text-align: center;
	}

.page-header .navigation .heading img {
	width: auto;
	height: 23px;
	}

.page-header .navigation .content {
	margin: 0 0 213px;
	text-align: center;
	}

.page-header .navigation .content li {
	margin: 0 0 80px;
	}

.page-header .navigation .content li img {
	width: auto;
	height: 34px;
	}

.page-header .social {
	width: 300px;
	margin: 0 auto;
	}

.page-header .social ul {
	overflow: hidden;
	}

.page-header .social ul li {
	display: block;
	float: left;
	width: 33px;
	margin: 0 53px 0 0;
	}

.page-header .social ul li:nth-last-of-type(1) {
	margin: 0 0 0 0;
	}

.page-header .social ul li a {
	display: block;
	}

.page-header .social ul li img  {
	display: block;
	width: 33px;
	height: auto;
	}

/* @end */

/* @group page-body */

.page-body {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0;
	z-index: 1;
	}

.drawer-open .page-body {
	visibility: hidden;
	}

.page-body .site-title {
	visibility: hidden;
	}

.hero {
	position: fixed;
	width: 640px;
	margin: 0;
	z-index: 1;
	}

.hero .image {
	width: 100%;
	}

.hero .image img {
	width: 640px;
	height: auto;
	}

.main {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 640px 0 0;
	mix-blend-mode: multiply;
	z-index: 2;
	}

.aside {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 0 0 0;
	mix-blend-mode: multiply;
	z-index: 2;
	}

.page-body .social {
	position: fixed;
	bottom: 40px;
	width: 100%;
	height: 1px;
	z-index: 100;
	}

.page-body .social ul {
	position: relative;
	width: 522px;
	margin: -33px auto 0;
  display: none;
	}

.page-body .social ul li {
	display: inline-block;
	margin: 0 30px 0 0;
	}

.page-body .social ul li a {
	display: block;
	}

.page-body .social ul li img  {
	display: block;
	width: 33px;
	height: auto;
	}

/* @end */

/* @group home */



.home .hero {
	position: relative;
	width: 640px;
  width: 100%;
	height: auto;
	margin: 0 auto 153px;
	}

.home .hero .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1033px;
	margin: 0 0 0 0;
	}

.home .hero .image img {
	width: 640px;
	height: auto;
	}



.home .main {
	width: 640px;
	margin: 0 auto;
	padding: 0 0 0;
	mix-blend-mode: none;
	}

.home .drawer-hamburger-icon:after,
.home .drawer-hamburger-icon:before {
	background-color: #5e5e5e;
	}

.home .main .news {
	width: 87%;
  margin: 0 auto 135px;
}

.home .main .news .title {
  font-size: 40px;
  margin-bottom: 70px;
}

.home .main .news .article {
	width: 100%;
	margin: 0 0 60px;
	}

.home .main .news .article a {
	text-decoration: none;
	}

.home .main .news .article .date {
	width: 100%;
	margin: 0 0 1em;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.15em;
	}

/* @end */

/* @group news */


.format-page-std .news-entry.page-content {
	max-width: 517px;
	margin: 0 auto 300px;
	}

.news-entry .image {
	overflow: hidden;
	max-width: 517px;
	margin: 0 0 100px;
	}

.news-entry .image img {
	max-width: 99px;
	height: auto;
	}

.news-entry .entry-date {
	margin: 0 0 0.8em;
	font-size: 18px;
	}

.news-entry .entry-title {
	margin: 0 0 2.4em;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	}

.news-entry .content p {
	margin: 0 0 2em;
	word-break: break-all;
	}

/* @end */



/* @group media */

.media-list {
	}

.format-page-std .media-list.article-list.page-content {
	margin: -75px auto 0;
	}

.media .aside {
	padding-bottom: 198px;
	background: #fffdf5;
	}

.media .aside .format-page-std .media-list.article-list.page-content {
	margin: 0 auto 0;
	}

.media .page-footer {
	background: #fffdf5;
	}

/* @end */



/* @group live */

.live-list {
	}

.format-page-std .live-list.article-list.page-content {
	margin: -75px auto 198px;
	}

.live-list .entry-date {
	margin: 0 0 1.2em;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	}

.live-list .entry-title {
	margin: 0 0 2em;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	}


/* @end */

/* @group profile */



.main .profile.page-content {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 237px;	
	padding: 0 58px 0;
	}

.main .profile .header {
	}

.main .profile .header .photo {
	margin: 0 0 132px;
	text-align: center;
	}

.main .profile .header .photo img {
	width: 517px;
	}

.main .profile .hgroup  {
	margin: 0 0 56px;
	}

.main .profile .hgroup .heading {
	margin: 0 0 28px;
	font-size: 34px;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: -0.2em;
	}

.main .profile .hgroup p {
	margin: 0 0 0;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.15em;
	text-indent: -0.15em;
	}

.main .profile .content {
	font-size: 22px;
	text-align: justify;
	line-height: 1.9;
	margin-bottom:3em;
	}

.main .profile .content p {
	margin-bottom: 1.5em;
	}


/* @end */

/* @group contact */

.main .contact.page-content {
	width: 517px;
	margin: 0 auto;
	}

.contact.page-content .header {
	margin: 0 0 79px;
	font-size: 22px;
	line-height: 2;
	}

.contact.page-content form {
	margin: 0 0 198px;
	}

.contact.page-content .control-group {
	margin: 0 0 66px;
	}

.contact.page-content .control-group:nth-last-of-type(1) {
	margin: 0 0 46px;
	}

.contact.page-content .control-label {
	display: block;
	margin: 0 0 0.4em;
	font-size: 22px;
	line-height: 2;
	}

.contact.page-content .input-group {
	}

.contact.page-content .input-group input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid #999999;
	outline: 1px solid #666666;
	outline: none;
	-webkit-appearance : none;
	}

.contact.page-content .controls textarea {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	min-height: 343px;
	padding: 0.4em 1em;
	border: 1px solid #999999;
	outline: none;
	-webkit-appearance : none;
	}

.contact.page-content .controls .error {
	display: block;
	margin: 0.8em 0 0;
	color: #b70000;
	font-size: 20px;
	}

.contact.page-content .button-submit {
	text-align: center;
	}

.contact.page-content .button-solid-radius {
	display: inline-block;
	width: 200px;
	height: 66px;
	margin: 0 0.8em 0;
	color: #ffffff;
	border: none;
	border-radius: 40px;
	background: #5e5e5e;
	font-size: 22px;
	-webkit-appearance : none;
	}

.contact.page-content .button-solid-radius:nth-last-of-type(2) {
	background: #999999;
	}

.contact.page-content .button-solid-radius:hover {
	opacity: 0.8;
	}

/* @end */




/* @group discography */

.discography {
	}

.local-navigation {
	height: 200px;
	margin: 0 auto ;
	text-align: center;
	}

.select-label {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: auto;
	padding: 0;
	vertical-align: middle;
	}

.select-label .text {
	display: inline-block;
	position: relative;
	padding: 0 0.1em 0.2em;
	color: #5e5e5e;
	border-bottom: 2px solid #999999;
	font-size: 26px;
	text-transform: uppercase;
	text-indent: 0.2em;
	letter-spacing: 0.1em;
	}

.select-label .text:after {
	content: '';
	position: absolute;
	top: 0.05em;
	right: -1.5em;
	bottom: 0;
	width: 26px;
	height: 11px;
	margin: auto;
	background: url(../images/global/arrow_down.svg) no-repeat 0 0;
	background-image: 16px auto;
	}

.select-menu {
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: none;
	background-image: none;
	outline: none;
	box-shadow: none;
	vertical-align: middle;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
	}

.select-menu select option {
	background-color: transparent;
	font-size: 26px;
	-webkit-appearance: none;
	appearance: none;
	}

.format-page-std .article-list.discography-list.page-content {
	width: 500px;
	margin: -75px auto 284px;
	}


.discography-list.article-list .article {
	padding: 200px 0;
	}

.discography-list .article-header {
	width: 464px;
	margin: 0 auto 48px;
	}

.discography-list .article-header .image {
	width: 370px;
	margin: 0 auto 76px;
	}

.discography-list .article-header .image img {
	width: 370px;
	height: auto;
	}

.discography-list .article-header .hgroup {
	margin: 0 0 94px;
	text-align: center;
	}


.discography-list .article-header .hgroup .release {
	margin: 0 0 0.4em;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

.discography-list .article-header .hgroup .heading {
	margin: 0;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.4;
	}

.discography-list .article .content {
	width: 464px;
	margin: 0 auto 0;
	}

.discography-list .article .content p {
	font-size: 22px;
	line-height: 2;
	}

.discography-list .article-footer {
	display: table;
	width: 464px;
	margin: 80px auto 0;
	}

.discography-list .article-footer .buy-online {
	display: table-cell;
	width: 182px;
	}

.discography-list .article-footer .buy-online .button-solid-radius {
	display: table;
	width: 182px;
	height: 67px;
	border-radius: 0.4em;
	background: #aaaaaa;
	text-align: center;
	text-decoration: none;
	}

.discography-list .article-footer .buy-online .button-solid-radius .text {
	display: table-cell;
	color: #ffffff;
	font-size: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	}

.discography-list .article-footer .data {
	display: table-cell;
	padding: 0 0 0 30px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.4;
	}

.discography-list .button-page-top {
	position: relative;
	width: 464px;
	margin: 120px auto 90px;
	}

.discography-list .button-page-top a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 79px;
	height: 79px;
	}

.discography-list .button-page-top img {
	display: block;
	width: 79px;
	height: auto;
	}


/* @end */


/* @group article-list */

.format-page-std .article-list.page-content {
	width: 517px;
	margin: -75px auto 224px;
	}

.article-list .article {
	width: 100%;
	margin: 0 0 0;
	padding: 75px 0;
	border-bottom: 1px solid #d6d6d6;
	}

.article-list .article:nth-last-of-type(1) {
	border-bottom: none;
	}

.article-list .article a {
	}

.article-list .article a.behavior-style {
	display: block;
	text-decoration: none;
	}


.article-list .article .heading {
	margin: 0 0 1.4em;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	}

.article-list .article .category-label {
	display: inline-block;
	margin: 0 0 1.2em;
	padding: 0.05em 0.8em 0.05em;
	border-radius: 0.3em;
	color: #ffffff;
	background: #d6d6d6;
	font-size: 24px;
	text-transform: uppercase;
	}

.article-list .article .date {
	width: 100%;
	margin: 0 0 1.4em;
	font-weight: 400;
	letter-spacing: 0.15em;
	}

.article-list .article .text-std p {
	margin: 0 0 1em;
	word-break: break-all;
	}

.article-list .article .text-std a {
	text-overflow: ellipsis;
	}

.article-list .article .text-std p:nth-last-of-type(1) {
	margin: 0 0 0;
	}

.article-list .article .thumbnail {
	float: right;
	overflow: hidden;
	width: 112px;
	height: 112px;
	}

.article-list .article .thumbnail img {
	max-width: 112px;
	height: auto;
	}

.article-list .article.has-thumbnail .text-std {
	margin: 0 132px 0 0;
	}

/* @end */

/* @group page-footer */

.page-footer {
	position: relative;
	padding: 67px 0 66px;
	padding: 0 0 33px;
	border-bottom: 13px solid #e5e5e5;
	}

.page-footer .container {
	width: 517px;
	margin: 0 auto;
	}

.page-footer #copyright {
	font-size: 15px;
	text-align: center;
	}



/* @end */

}

/* @group Animation */

.home .hero .image {
	animation: slideshow_4 24s ease-out 0s infinite;
	opacity: 0;
	}

.home .hero .image:nth-child(2){
	animation-delay: 6s;
	}

.home .hero .image:nth-child(3){
	animation-delay: 12s;
	}

.home .hero .image:nth-child(4){
	animation-delay: 18s;
	}

@keyframes effect_fadein {
	0% {
		display: none;
		opacity: 0;
	}

	1% {
		display: block;
		opacity: 0;
	}

	100% {
		display: block;
		opacity: 1;
	}
}


@keyframes effect_fadeout {
	0% {
		display: block;
		opacity: 1;
	}

	99% {
		display: block;
		opacity: 0;
	}

	100% {
		display: none;
		opacity: 0;
	}
}

@keyframes slideshow_3 {
	0%{
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	28%{
		opacity: 1
	}
	38%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

@keyframes slideshow_4 {
	0%{
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	20%{
		opacity: 1
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}

/* @end */


/*============================
ここから追加
============================*/

.p-hero__slide {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__slide {
    width: 100%;
    padding-top: 109px;
  }
}

.p-hero__slide-slide {
  position: relative;
  padding-top: 58.3%;
}

.p-hero__slide-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hero__slide-slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.p-hero__slide-link img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  width: 100%;
}

.p-hero__swiper-btn.-prev {
  background: url(../img/btn_prev.png);
  width: 20px;
  height: 64px;
  left: -56px;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__swiper-btn.-prev {
    left: 43%;
    transform: translate(-50%,0);
    top: auto;
    bottom: -94px;
  }
}


.p-hero__swiper-btn.-next {
  background: url(../img/btn_next.png);
  width: 20px;
  height: 64px;
  right: -50px;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__swiper-btn.-next {
    right: 44%;
    transform: translate(50%,0);
    top: auto;
    bottom: -94px;
  }
}

.p-hero__logo {
  width: 80%;
  max-width: 1200px;
  margin: 27px auto 0;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__logo {
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    width: 28%;
    margin-top: 0;
  }
}

.p-hero__logo-img img {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__logo-img img {
    margin: 0 auto;
  }
  }

.p-hero__logo-img img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {
  .p-hero__logo-img {
    text-align: center;
  }
}
