@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;
	}

/* @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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

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

.registered-trademark {
	letter-spacing: 0.2em;
	font-size: 92%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#copyright,
.copyright-sign {
	font-size: 109%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #000000;
	text-decoration: underline;
	outline: none;
	}

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 {
	}

.button-style {
	}

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


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

/* @group 共通 */

.list-striped {
	}


.list-striped .topic {
	background: #ffffff;
	display: block;
	padding: 20px;
	}

.list-striped .topic:nth-child(odd) {
	background: #f2f2f2;
	}

.list-striped .topic p {
	font-size: 122%;
	margin-bottom: 1em;
	line-height: 1.5;
	}

.list-striped .topic p:nth-child(0) {
	margin-bottom: 0;
	}

.list-striped .topic p:last-of-type {
	margin-bottom: 0;
	}

.list-striped .topic .at-below-post-homepage {
	display: none;
	}

.list-striped li a {
	}


.page-body .heading-solid {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0.2em 0.4em;
	color: #ffffff;
	background: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	}

#page-top .heading-solid-min {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0.2em 0.4em;
	color: #ffffff;
	background: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	}

.page-body .button-gray {
	display: block;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 0;
	color: #ffffff;
	background: #666666 url(../images/global/button-gray_arrow.png) no-repeat right center;
	font-size: 24px;
	text-decoration: none;
	line-height: 100px;
	}

.page-body .button-gray:hover {
	opacity: 0.8;
	}

.page-body .button-gray .text {
	display: block;
	width: 334px;
	text-align: center;
	}

.page-body .more {
	}

.page-body .more .button-solid {
	display: inline-block;
	box-sizing: border-box;
	min-width: 160px;
	padding: 18px;
	border: 2px solid #000000;
	font-size: 182%;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	}

.page-body .more .button-solid:hover {
	color: #666666;
	border: 2px solid #666666;
	}

.pagination {
	position: relative;
	overflow: hidden;
	padding: 60px 20px;
	text-align: center;
	font-size: 0;
	}

.pagination .page-numbers {
	display: inline-block;
	width: 2em;
	height: 60px;
	margin: 0;
	font-size: 26px;
	line-height: 60px;
	}

.pagination a {
	display: inline-block;
	height: 60px;
	color: #999999;
	line-height: 60px;
	}

.pagination .page-numbers:after {
	content: "|";
	display: inline-block;
	width: 0.5em;
	margin-left: 0.3em;
	color: #000000;
	text-decoration: none;
	}

.pagination .prev {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 60px;
	margin: 0;
	}

.pagination .next {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 60px;
	margin: 0;
	}

.pagination .prev:hover,
.pagination .next:hover {
	opacity: 0.8;
	}

.pagination .prev:after,
.pagination .next:after {
	content: ""
	}

.pagination a.page-numbers:not(.next):nth-last-child(2):after {
	content: "";
	}

.pagination a.page-numbers:not(.next):nth-last-of-type(1):after {
	content: "|";
	}

.pagination span.page-numbers:nth-last-child(1):after {
	content: "";
	}

.page-body .basic-text {
	font-size: 122%;
	}

.page-body .basic-text .section {
	margin-bottom: 2em;
	line-height: 1.6;
	}

/* @group Download */

body.download {
	width: 640px;
	margin: 0 auto;
	}

body.download .page-body {
	width: auto;
	margin: 0;
	}

.main.download {
	padding: 30px;
	font-size: 14px;
	}

.main.download .header {
	margin-bottom: 86px;
	}

.main.download .header .page-title {
	margin-bottom: 1.6em;
	}

.main.download .header .description {
	font-size: 109%;
	line-height: 1.8;
	}

#page-top .main.download .heading-solid {
	font-size: 114%;
	font-weight: normal;
	}

.main.download .section {
	margin-bottom: 80px;
	}

.main.download .section .basic-text {
	font-size: 100%;
	line-height: 1.8;
	}

.main.download .section .basic-text .note {
	font-size: 92%;
	}

.main.download .section .button-group {
	margin: 1.6em 0 1em;
	}

.main.download .section .button-group .column {
	width: 285px;
	}

.main.download .section .button-group .column .note {
	padding: 8px;
	font-size: 85%;
	}

.main.download .section .button-group .column-left {
	margin-right: 10px;
	}

.main.download .button-download {
	margin-bottom: 1em;
	}

.main.download .footer .banner {
	text-align: center;
	}

/* @end */

/* @end */

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

body {
	font-size: 11.7px;
	}

#page-top h1,
#page-top h2,
#page-top h3,
#page-top h4,
#page-top h5,
#page-top h6 {
	font-weight: bold;
	font-weight: 600;
	}


.image-size-adjust {
	width: 100%;
	height: auto;
	}

.page {
	}

.pc-hidden {
	display: none;
	}

.page-body .heading-solid {
	font-size: 20px;
	}

.page-body .more .button-solid {
	min-width: 80px;
	padding: 5px;
	font-size: 144%;
	}

.page-body .button-gray {
	font-size: 20px;
	}

.pagination .page-numbers {
	font-size: 20px;
	}


/* @group page-header */

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

.page-header .site-title {
	width: 1200px;
	height: 210px;
	}

.page-header .site-title a {
	display: block;
	width: 1200px;
	height: 210px;
	opacity: 0;
	}


.home .page-header .site-title {
	overflow: hidden;
	width: 1px;
	height: 1px;
	visibility: hidden;
	}

.page-header .container {
	position: relative;
	height: 210px;
	background: url(../images/global/page-header_pc.jpg) no-repeat 0 0;
	}

.home .page-header .container {
	position: relative;
	height: 420px;
	background: url(../images/home/page-header_pc.jpg) no-repeat 0 0;
	}

.page-header .hero {
	box-sizing: border-box;
	width: 385px;
	margin: 69px 0 0 696px;
	padding: 24px;
	background: #ffffff;
	}

.page-header .hero .heading {
	margin-bottom: 0.2em;
	color: #f20000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	}

.page-header .hero .release {
	margin-bottom: 1em;
	color: #f20000;
	font-size: 122%;
	font-weight: bold;
	line-height: 1.2;
	}

.page-header .hero .caption {
	margin-bottom: 1.2em;
	font-size: 122%;
	line-height: 1.5;
	}

.page-header .hero .button {
	margin: 0 auto;
	}

.page-header .hero .button img {
	width: 336px;
	height: auto;
	}

.page-header .nav {
	position: fixed;
	top: 0;
	left: 50%;
	width: 1200px;
	height: 1px;
	margin: 0 0 0 -600px;
	z-index: 10;
	}

.page-header .nav .container {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 360px;
	height: auto;
	}

.page-header .nav-close .container {
	overflow: hidden;
	width: 80px;
	height: 80px;
	}

.page-header .nav .header {
	background: #000000;
	}

.page-header .nav .header .heading {
	display: none;
	}

.page-header .nav .button {
	font-size: 0;
	text-align: right;
	background: #000000;
	}

.page-header .nav .button img {
	width: 80px;
	height: auto;
	}

.page-header ul {
	background: #333333;
	}

.page-header ul li {
	display: block;
	border-bottom: 1px solid #ffffff;
	}

.page-header ul li:last-child {
	border-bottom: none;
	}

.page-header ul a {
	display: block;
	padding: 0 16px;
	color: #ffffff;
	font-size: 136%;
	text-decoration: none;
	line-height: 60px;
	}

.page-header ul a:hover {
	opacity: 0.8;
	}


/* @end */



/* @group page-body */

.page-body {
	width: 1040px;
	margin: 40px auto 0;
	padding-bottom: 100px;
	}

.page-body .container {
	position: relative;
	overflow: hidden;
	}

.page-body .section {
	margin-bottom: 100px;
	}


/* @group Home */

.home .page-body .columns-row .column {
	width: 500px;
	}

.home .page-body .columns-row .column-left {
	margin-right: 40px;
	}

.home .page-body .columns-row .column-single {
	width: 100%;
	margin-right: 0;
	}

/* @end */

.home .article {
	margin-bottom: 60px;
	}

.home .entry-image {
	margin-bottom: 1em;
	}

.home .entry-image img {
	width: 500px;
	height: auto;
	}

.home .entry-date {
	margin-bottom: 0.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.home .entry-title {
	margin-bottom: 0.6em;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.8;
	}

.home .artwork-3 {
	overflow: hidden;
	width: 505px;
	}

.home .artwork-3 li {
	display: block;
	overflow: hidden;
	float: left;
	width: 163px;
	height: 163px;
	margin: 0 5px 5px 0;
	}

.home .artwork-3 li a {
	display: block;
	}

.home .artwork-3 li a img {
	display: block;
	width: 163px;
	height: auto;
	}

.home .artwork-5 {
	overflow: hidden;
	width: 505px;
	}

.home .artwork-5 li {
	display: block;
	overflow: hidden;
	float: left;
	width: 96px;
	height: 96px;
	margin: 0 5px 5px 0;
	}

.home .artwork-5 li a {
	display: block;
	}

.home .artwork-5 li a img {
	display: block;
	width: 96px;
	height: auto;
	}

.home #takeshi-lab {
	}

.home #takeshi-lab .description {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	}

.home #takeshi-lab label {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	}

.home #takeshi-lab .form-input {
	margin-bottom: 24px;
	}

.home #takeshi-lab .form-input input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: none;
	background: #efefef;
	font-size: 20px;
	line-height: 1.6;
	-webkit-appearance : none;
	}

.home #takeshi-lab .form-button {
	overflow: hidden;
	}

.home #takeshi-lab .form-button input {
	display: block;
	box-sizing: border-box;
	width: 235px;
	height: 100px;
	border: none;
	color: #ffffff;
	background: #c2c2c2;
	font-size: 20px;
	line-height: 100px;
	-webkit-appearance : none;
	}

.home #takeshi-lab .form-button .unsubscribe {
	display: block;
	float: left;
	}

.home #takeshi-lab .form-button .subscribe {
	display: block;
	float: right;
	}

.home #takeshi-lab .form-button .subscribe input {
	background: #666666;
	}

.home #profile {
	}

.home #profile .header {
	display: table;
	}

.home #profile .header .hgroup {
	display: table-cell;
	width: 260px;
	vertical-align: middle;
	}

.home #profile .header .hgroup .heading {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	}

.home #profile .header .hgroup .en {
	font-size: 136%;
	font-weight: 600;
	line-height: 1.4;
	}

.home #profile .header .photo {
	display: table-cell;
	width: 240px;
	}

.home #profile .header .photo img {
	width: 240px;
	}

.home #profile .description {
	margin-top: 1.6em;
	}

.home #profile .description p {
	font-size: 136%;
	line-height: 1.8;
	}

.home #tweets .aside {
	margin-top: 40px;
	}

.home #tweets .aside .heading {
	margin-bottom: 0.4em;
	font-size: 122%;
	font-weight: 600;
	line-height: 1.4;
	}

.home #tweets .aside p {
	margin-bottom: 0.4em;
	font-size: 122%;
	line-height: 1.4;
	}

.home #tweets .aside .button {
	margin-bottom: 1em;
	}

.home #links li {
	display: block;
	font-size: 0;
	}

.home #links a {
	width: 500px;
	}

.home #links a img{
	width: 500px;
	}

.home .banners {
	overflow: hidden;
	width: 1100px;
	}

.home .banners-2-column {
	float: left;
	width: 500px;
	margin-right: 50px;
	}

.home .banners-2-column li {
	margin-bottom: 20px;
	}



/* @end */



/* @group page-footer */

.page-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	background: #000000;
	}

.page-footer .container {
	overflow: hidden;
	width: 1040px;
	margin: 0 auto;
	padding: 20px 0 16px;
	}

.page-footer .button-page-top {
	float: right;
	}

.page-footer .button-page-top a {
	width: 60px;
	height: 60px;
	}

.page-footer .content {
	display: block;
	float: left;
	color: #666666;
	font-size: 136%;
	line-height: 1.8;
	}

.page-footer .content a {
	color: #666666;
	}

#privacy-policy {
	color: #666666;
	}

#copyright {
	color: #666666;
	}

/* @end */



/* @group discography */

.discography-list {
	margin-top: -20px;
	padding-bottom: 100px;
	}

.discography-list .article {
	min-height: 320px;
	margin-top: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.discography-list .article:first-child {
	margin-top: 0;
	}

.discography-list .header {
	position: relative;
	padding-bottom: 20px;
	}

.discography-list .hgroup {
	position: relative;
	width: 700px;
	margin-left: 340px;
	}

.discography-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	}

.discography-list .hgroup .spec {
	margin-bottom: 1em;
	}

.discography-list .hgroup .spec p {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4;
	}

.discography-list .entry-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	}

.discography-list .entry-image img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	}

.discography-list .article-close .entry-content {
	display: block;
	}

.discography-list .entry-content {
	width: 700px;
	margin-left: 340px;
	padding-bottom: 40px;
	}

.discography-list .tracks {
	font-size: 18px;
	margin-top: 0.5em;
	}

.discography-list .tracks p {
	margin-bottom: 0.8em;
	}

.discography-list .tracks ol {
	padding-left: 2em;
	font-size: 92%;
	}

.discography-list .tracks ol li {
	list-style: decimal;
	margin-bottom: 0.4em;
	line-height: 1.4;
	}

.discography-list .description {
	margin-top: 2em;
	font-size: 13px;
	line-height: 1.8;
	}

.discography-list .description p {
	margin-bottom: 1.4em;
	}

.discography-list .button-close {
	display: none;
	margin: 1em 0 20px;
	text-align: center;
	}

.has-overlay {
	border-bottom: 100px solid #ffffff;
	}

.page-footer .button-buy {
	display: block;
	clear: both;
	padding: 20px;
	background: #191919;
	}

.page-footer .button-buy a {
	display: block;
	box-sizing: border-box;
	clear: both;
	width: 1040px;
	margin: 0 auto;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_cart.png) no-repeat right center;
	font-size: 18px;
	text-decoration: none;
	line-height: 54px;
	}

.page-footer .button-buy a:hover {
	opacity: 0.8;
	}

#buy-overlay {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10;
	}

#buy-overlay-base {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

#buy-overlay .buy-header {
	display: block;
	position: relative;
	padding: 20px;
	z-index: 1;
	}

#buy-overlay .buy-header span {
	display: block;
	box-sizing: border-box;
	clear: both;
	width: 1040px;
	margin: 0 auto;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_cart.png) no-repeat right center;
	font-size: 18px;
	text-decoration: none;
	line-height: 54px;
	}

#buy-overlay .buy-header a:hover {
	opacity: 0.8;
	}

#buy-overlay .store {
	position: relative;
	width: 600px;
	margin: 100px auto 0;
	font-size: 0;
	z-index: 1;
	}

#buy-overlay .store li {
	display: inline-block;
	width: 196px;
	height: 196px;
	margin: 4px 2px;
	}

#buy-overlay .store li a {
	display: table-cell;
	box-sizing: border-box;
	width: 196px;
	height: 196px;
	padding: 30px;
	border-radius: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.4;
	}

#buy-overlay .store li a:hover {
	opacity: 0.9;
	}

#buy-overlay .store .tower-records {
	color: #000000;
	background: #f8d147;
	text-transform: uppercase;
	}

#buy-overlay .store .hmv {
	color: #000000;
	background: #f94a91;
	}

#buy-overlay .store .amazon {
	color: #000000;
	background: #f29d39;
	}

#buy-overlay .store .tsutaya {
	color: #ffffff;
	background: #0f2350;
	text-transform: uppercase;
	}

#buy-overlay .store .itunes {
	color: #ffffff;
	background: #575757;
	}

#buy-overlay .button-close {
	position: relative;
	width: 600px;
	left: 0;
	bottom: 0;
	margin: 100px auto 0;
	text-align: center;
	z-index: 1;
	}


/* @end */





/* @group works */



.works .nav-archive {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px;
	margin: 0;
	background: #575757;
	color: #ffffff;
	z-index: 5;
	}

.works .nav-archive .current .arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	}

.works .nav-archive .current .arrow img {
	width: auto;
	height: 10px;
	}

.works .nav-archive .current,
.works .nav-archive li {
	display: block;
	position: relative;
	line-height: 36px;
	text-align: center;
	}


.works .nav-archive ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	background: #575757;
	}

.works .nav-archive:hover ul {
	display: block;
	}

.works .nav-archive li {
	width: 100%;
	border-top: 1px solid #ffffff;
	}

.works .nav-archive li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

.works .nav-archive li a:hover {
	display: block;
	background: #333333;
	}

.works-list {
	margin-top: -20px;
	padding-bottom: 100px;
	}

.works-list .article {
	min-height: 320px;
	margin-top: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.works-list .article:first-child {
	margin-top: 0;
	}

.works-list .header {
	position: relative;
	padding-bottom: 20px;
	}

.works-list .hgroup {
	position: relative;
	width: 700px;
	margin-left: 340px;
	}

.works-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	}

.works-list .hgroup .spec {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4;
	}

.works-list .entry-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	}

.works-list .entry-image img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	}

.works-list .article-close .entry-content {
	display: block;
	}

.works-list .entry-content {
	width: 700px;
	margin-left: 340px;
	padding-bottom: 40px;
	}

.works-list .description {
	margin-top: 2em;
	font-size: 13px;
	line-height: 1.8;
	}

.works-list .description p {
	margin-bottom: 1.4em;
	}


.works-list .entry-link {
	margin-top: 2em;
	font-size: 18px;
	line-height: 1.8;
	}

/* @end */

/* @group event-live */


.event-live .pagination {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 0 20px;
	padding: 60px 20px;
	text-align: center;
	font-size: 0;
	}

.event-live .nav-archive {
	position: relative;
	width: 174px;
	margin: 0;
	background: #575757;
	color: #ffffff;
	}

.event-live .nav-category {
	position: absolute;
	top: 0;
	right: 210px;
	}

.event-live .nav-date {
	position: absolute;
	top: 0;
	right: 20px;
	}

.event-live .nav-archive .current .arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	}

.event-live .nav-archive .current .arrow img {
	width: auto;
	height: 10px;
	}


.event-live .nav-archive .current,
.event-live .nav-archive li {
	display: block;
	position: relative;
	line-height: 36px;
	text-indent: 1em;
	}

.event-live .nav-archive ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	background: #575757;
	}

.event-live .nav-archive:hover ul {
	display: block;
	}

.event-live .nav-archive li {
	width: 100%;
	border-top: 1px solid #ffffff;
	}

.event-live .nav-archive li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

.event-live .nav-archive li a:hover {
	display: block;
	background: #333333;
	}

.event-live-list {
	overflow: hidden;
	width: 1080px;
	margin-top: 0;
	padding-bottom: 0;
	}

.event-live-list .article {
	float: left;
	width: 500px;
	min-height: 520px;
	margin-right: 40px;
	margin-bottom: 60px;
	}

.event-live-list .entry-image {
	overflow: hidden;
	height: auto;
	max-height: 356px;
	margin-bottom: 1em;
	}

.event-live-list .entry-image img {
	width: 500px;
	height: auto;
	}

.event-live-list .entry-date {
	margin-bottom: 0.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.event-live-list .entry-title {
	margin-bottom: 0.6em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	}

.event-live-single .article {
	float: none;
	width: 640px;
	min-height: 520px;
	}

.event-live-single .entry-image {
	width: 640px;
	margin-bottom: 1em;
	}

.event-live-single .entry-image img {
	width: 640px;
	height: auto;
	}

.event-live-single .entry-date {
	margin-bottom: 1.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.event-live-single .entry-title {
	margin-bottom: 0.6em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	}

.event-live-single .entry-content {
	width: 640px;
	margin-top: 30px;
	font-size: 122%;
	line-height: 1.8;
	}

.event-live-single .entry-content p {
	margin-bottom: 2em;
	}


/* @end */

/* @group shop */

.shop-banner {
	}

.shop-banner a {
	display: block;
	position: relative;
	padding: 50px 30px;
	color: #ffffff;
	background: #f20000;
	text-decoration: none;
	}

.shop-banner a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.8;
	}

.shop-banner a span {
	display: block;
	}

.shop-banner .heading-online-shop {
	width: 310px;
	height: auto;
	}

.shop-banner .caption {
	width: 14em;
	margin-top: 0.4em;
	font-size: 24px;
	line-height: 1.4;
	}

.shop-banner .icon {
	position: absolute;
	top: 56px;
	right: 30px;
	}

.shop-banner .icon-shopping-bag {
	width: 76px;
	height: auto;
	}

.shop .nav-guide {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 16px;
	z-index: 5;
	}

.products-list {
	margin-top: -20px;
	padding-bottom: 100px;
	}

.products-list .article {
	min-height: 320px;
	margin-top: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.products-list .article:first-child {
	margin-top: 0;
	}

.products-list .header {
	position: relative;
	padding-bottom: 20px;
	}

.products-list .hgroup {
	position: relative;
	width: 700px;
	margin-left: 340px;
	}

.products-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	}

.products-list .hgroup .spec {
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4;
	}

.products-list .entry-image {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	}

.products-list .entry-image img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 300px;
	}

.products-list .article-close .entry-content {
	display: block;
	}

.products-list .entry-content {
	width: 700px;
	margin-left: 340px;
	padding-bottom: 40px;
	}

.products-list .description {
	margin-top: 2em;
	font-size: 13px;
	line-height: 1.8;
	}

.products-list .description p {
	margin-bottom: 1.4em;
	}

.shopping-guide {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 50px;
	}

.shopping-guide .column {
	width: 490px;
	}

.shopping-guide .column-left {
	margin-right: 60px;
	}

.shopping-guide .section {
	margin-bottom: 70px;
	}

.shopping-guide dl {
	margin-bottom: 1.2em;
	}

.shopping-guide dl dt {
	font-weight: 600;
	}

.page-footer .button-shopping {
	display: block;
	clear: both;
	padding: 20px;
	background: #191919;
	}

.page-footer .button-shopping a {
	display: block;
	box-sizing: border-box;
	clear: both;
	width: 1040px;
	margin: 0 auto;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_shopping.png) no-repeat right center;
	font-size: 18px;
	text-decoration: none;
	line-height: 54px;
	}

.page-footer .button-buy a:hover {
	opacity: 0.8;
	}

#shopping-overlay {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10;
	}

#shopping-overlay-base {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

#shopping-overlay .shopping-header {
	display: block;
	position: relative;
	padding: 20px;
	z-index: 1;
	}

#shopping-overlay .shopping-header span {
	display: block;
	box-sizing: border-box;
	clear: both;
	width: 1040px;
	margin: 0 auto;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_shopping.png) no-repeat right center;
	font-size: 18px;
	text-decoration: none;
	line-height: 54px;
	}

#shopping-overlay .columns-row {
	position: relative;
	color: #ffffff;
	width: 1040px;
	margin: 60px auto 0;
	font-size: 18px;
	line-height: 1.8;
	}

#shopping-overlay .columns-row a {
	color: #ffffff;
	}

#shopping-overlay .column {
	width: 490px;
	}

#shopping-overlay .column-left {
	margin-right: 60px;
	}

#shopping-overlay .column p {
	margin-bottom: 1em;
	}

#shopping-overlay .column .mail-format {
	border: 1px solid #ffffff;
	padding: 26px;
	}

#shopping-overlay .column .mail-format p {
	margin-bottom: 0;
	}

#shopping-overlay .button-close {
	position: relative;
	width: 600px;
	left: 0;
	bottom: 0;
	margin: 100px auto 0;
	text-align: center;
	z-index: 1;
	}


/* @end */

/* @group privacy-policy */

body .privacy-policy {
	width: 640px;
	margin: 0 auto;
	
	}

.privacy-policy .basic-text {
	width: 640px;
	margin: 0 auto;
	}

/* @end */



}

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

.image-size-adjust {
	width: 100%;
	height: auto;
	}

body {
	min-width: 640px;
	font-size: 26px;
	}

.page {
	overflow: hidden;
	width: 640px;
	margin: 0;
	}

.pc-hidden {
	display: block;
	}

.mobile-hidden {
	display: none;
	}

.page-body .more .button-solid {
	font-size: 100%;
	}

#page-top .heading-solid-min {
	font-size: 100%;
	}


/* @group page-header */

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

.page-header .site-title {
	width: 640px;
	height: 100px;
	}

.page-header .site-title a {
	display: block;
	width: 640px;
	height: 100px;
	opacity: 0;
	}

.home .page-header .site-title {
	width: 1px;
	height: 1px;
	visibility: hidden;
	}

.page-header .container {
	position: relative;
	padding-bottom: 0;
	height: 100px;
	background: url(../images/global/page-header_mobile.jpg) no-repeat 0 0;
	}

.home .page-header .container {
	position: relative;
	padding: 369px 0 60px;
	height: auto;
	background: url(../images/home/page-header_mobile.jpg) no-repeat 0 0;
	}

.page-header .hero {
	box-sizing: border-box;
	width: 480px;
	margin: 0 auto 0 auto;
	padding: 24px;
	background: #ffffff;
	}

.page-header .hero .heading {
	margin-bottom: 0.2em;
	color: #f20000;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	}

.page-header .hero .release {
	margin-bottom: 1em;
	color: #f20000;
	font-size: 92%;
	font-weight: bold;
	line-height: 1.2;
	}

.page-header .hero .caption {
	margin-bottom: 1.2em;
	font-size: 92%;
	line-height: 1.5;
	}

.page-header .hero .button {
	margin: 0 auto;
	}

.page-header .hero .button img {
	width: 100%;
	height: auto;
	}

.page-header .nav {
	position: fixed;
	top: 0;
	left: 50%;
	width: 640px;
	height: 1px;
	margin: 0 0 0 -320px;
	z-index: 10;
	}

.page-header .nav .container {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 640px;
	height: auto;
	padding: 0;
	background: #000000 url(../images/global/nav_header_mobile.png) no-repeat 1px 0;
	}

.page-header .nav-close .container {
	overflow: hidden;
	width: 100px;
	height: 100px;
	padding-bottom: 0;
	}

.page-header .nav .header {
	}

.page-header .nav .header .heading {
	display: block;
	float: left;
	margin-left: 20px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	opacity: 0;
	}

.page-header .nav-close .header .heading {
	display: block;
	}

.home .page-header .nav-close .header .heading {
	display: none;
	}

.page-header .nav .button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	text-align: right;
	z-index: 1;
	background: #000000;
	}

.page-header .nav .button img {
	width: 100px;
	height: 100px;
	}

.page-header ul {
	clear: both;
	background: #333333;
	}

.page-header ul li {
	display: block;
	border-bottom: 1px solid #ffffff;
	}

.page-header ul li:last-child {
	border-bottom: none;
	}

.page-header ul a {
	display: block;
	padding: 0 20px;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	line-height: 86px;
	}

.page-header ul a:hover {
	opacity: 0.8;
	}


/* @end */



/* @group page-body */

.page-body {
	width: 640px;
	margin: 40px auto 0;
	padding-bottom: 0;
	}

.page-body .container {
	position: relative;
	overflow: hidden;
	}

.page-body .section {
	margin-bottom: 100px;
	}

.page-body .heading-solid {
	margin-left: 20px;
	font-size: 30px;
	}

.section .content {
	width: 600px;
	margin: 0 auto;
	}

/* @group Home */



.home .page-body .columns-row .column {
	float: none;
	width: auto;
	}

.home .page-body .columns-row .column-left {
	margin-right: 0;
	}

/* @end */

.home .article {
	margin-bottom: 60px;
	}

.home .entry-image {
	margin-bottom: 1em;
	}

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

.home .entry-date {
	margin-bottom: 0.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.home .entry-title {
	margin-bottom: 0.6em;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.8;
	}

.home .artwork-3 {
	overflow: hidden;
	width: 606px;
	}

.home .artwork-3 li {
	display: block;
	overflow: hidden;
	float: left;
	width: 196px;
	height: 196px;
	margin: 0 6px 5px 0;
	}

.home .artwork-3 li a {
	display: block;
	}

.home .artwork-3 li a img {
	display: block;
	width: auto;
	max-width: 196px;
	min-width: 196px;
	height: auto;
	}

.home .artwork-5 {
	overflow: hidden;
	width: 606px;
	}

.home .artwork-5 li {
	display: block;
	overflow: hidden;
	float: left;
	width: 115px;
	height: 115px;
	margin: 0 6px 5px 0;
	}

.home .artwork-5 li a {
	display: block;
	}

.home .artwork-5 li a img {
	display: block;
	width: auto;
	max-width: 115px;
	min-width: 115px;
	height: auto;
	}

.home #takeshi-lab {
	}

.home #takeshi-lab .description {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
	}

.home #takeshi-lab label {
	display: block;
	font-size: 27px;
	line-height: 1.2;
	}

.home #takeshi-lab .form-input {
	margin-bottom: 24px;
	}

.home #takeshi-lab .form-input input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 0;
	background: #efefef;
	font-size: 27px;
	line-height: 1.6;
	-webkit-appearance : none;
	}

.home #takeshi-lab .form-button {
	overflow: hidden;
	}

.home #takeshi-lab .form-button input {
	display: block;
	box-sizing: border-box;
	width: 285px;
	height: 120px;
	border: none;
	border-radius: 0;
	color: #ffffff;
	background: #c2c2c2;
	font-size: 27px;
	line-height: 120px;
	-webkit-appearance : none;
	}

.home #takeshi-lab .form-button .unsubscribe {
	display: block;
	float: left;
	}

.home #takeshi-lab .form-button .subscribe {
	display: block;
	float: right;
	}

.home #takeshi-lab .form-button .subscribe input {
	background: #666666;
	}

.home #profile {
	}

.home #profile .header {
	display: table;
	}

.home #profile .header .hgroup {
	display: table-cell;
	width: 290px;
	vertical-align: middle;
	}

.home #profile .header .hgroup .heading {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	}

.home #profile .header .hgroup .en {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	}

.home #profile .header .photo {
	display: table-cell;
	width: auto;
	}

.home #profile .header .photo img {
	width: auto;
	}

.home #profile .description {
	margin-top: 1.6em;
	}

.home #profile .description p {
	font-size: 92%;
	line-height: 1.8;
	}

.home #tweets .timeline .content {
	position: relative;
	overflow: hidden;
	width: 600px !important;
	height: 1200px;
	margin-left: 20px;
	margin-bottom: 20px;
	}

.home #tweets iframe {
	position: static;
	width: 600px;
	height: 600px;
	/*pointer-events: none;*/
	}

.home #tweets .twitter-timeline {
	position: static;
	width: 400px !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	}


.home #tweets .aside {
	margin-top: 40px;
	}

.home #tweets .aside .heading {
	margin-bottom: 0.4em;
	font-size: 122%;
	font-weight: bold;
	line-height: 1.4;
	}

.home #tweets .aside p {
	margin-bottom: 0.4em;
	font-size: 122%;
	line-height: 1.4;
	}

.home #tweets .aside .button {
	margin-bottom: 1em;
	}

.home #tweets .aside .button iframe {
    -webkit-transform-origin: 0 0;  
    transform-origin: 0 0;  
	-webkit-transform: scale(2);
	transform: scale(2);
	}


.home #links li {
	display: block;
	font-size: 0;
	}

.home #links a {
	width: 640px;
	}

.home #links a img {
	width: 640px;
	}



/* @end */

/* @group page-footer */

.page-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	background: #000000;
	}

.page-footer .container {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	padding: 20px 0 16px;
	}

.page-footer .button-page-top {
	float: right;
	}

.page-footer .button-page-top a {
	width: 60px;
	height: 60px;
	}

.page-footer .content {
	display: block;
	float: left;
	color: #666666;
	font-size: 85%;
	line-height: 1.4;
	}

.page-footer .content a {
	color: #666666;
	}

#privacy-policy {
	color: #666666;
	}

#copyright {
	color: #666666;
	}


#copyright {
	/*display: inline-block;
	float: left;
	color: #666666;
	font-size: 92%;
	line-height: 60px;*/
	}

/* @end */

/* @group discography */

.discography-list {
	border-top: 2px solid #e8e8e8;
	padding-bottom: 100px;
	}

.discography-list .article {
	padding-top: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.discography-list .header {
	overflow: hidden;
	padding-bottom: 20px;
	}

.discography-list .hgroup {
	float: right;
	width: 330px;
	}

.discography-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 107%;
	font-weight: bold;
	line-height: 1.2;
	}

.discography-list .hgroup .spec {
	margin-bottom: 1em;
	}

.discography-list .hgroup .spec p {
	margin-bottom: 1em;
	font-size: 92%;
	line-height: 1.4;
	}

.discography-list .entry-image {
	float: left;
	width: 240px;
	}

.discography-list .entry-image img {
	width: 240px;
	height: auto;
	}

.discography-list .article-close .entry-content {
	display: none;
	}

.discography-list .tracks {
	margin-top: 0.5em;
	}

.discography-list .tracks p {
	margin-bottom: 0.8em;
	}

.discography-list .tracks ol {
	padding-left: 2em;
	font-size: 92%;
	}

.discography-list .tracks ol li {
	list-style: decimal;
	margin-bottom: 0.4em;
	line-height: 1.4;
	}

.discography-list .description {
	margin-top: 2em;
	font-size: 92%;
	line-height: 1.8;
	}

.discography-list .description p {
	margin-bottom: 1.4em;
	}

.discography-list .button-close {
	margin: 1em 0 20px;
	text-align: center;
	}

.has-overlay {
	/*border-bottom: 100px solid #000000;*/
	}

.page-footer .button-buy {
	display: block;
	clear: both;
	padding: 20px;
	background: #191919;
	}

.page-footer .button-buy a {
	display: block;
	clear: both;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_cart.png) no-repeat right center;
	font-size: 92%;
	text-decoration: none;
	line-height: 1.3;
	}

.page-footer .button-buy a:hover {
	opacity: 0.8;
	}

#buy-overlay {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10;
	}

#buy-overlay .buy-header {
	display: block;
	padding: 20px;
	}

#buy-overlay .buy-header span {
	display: block;
	clear: both;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_cart.png) no-repeat right center;
	font-size: 92%;
	text-decoration: none;
	line-height: 1.3;
	}

#buy-overlay .buy-header a:hover {
	opacity: 0.8;
	}

#buy-overlay .store {
	width: 600px;
	margin: 200px auto 0;
	font-size: 0;
	}

#buy-overlay .store li {
	display: inline-block;
	width: 196px;
	height: 196px;
	margin: 4px 2px;
	}

#buy-overlay .store li a {
	display: table-cell;
	box-sizing: border-box;
	width: 196px;
	height: 196px;
	padding: 30px;
	border-radius: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1.4;
	}

#buy-overlay .store li a:hover {
	opacity: 0.9;
	}

#buy-overlay .store .tower-records {
	color: #000000;
	background: #f8d147;
	text-transform: uppercase;
	}

#buy-overlay .store .hmv {
	color: #000000;
	background: #f94a91;
	}

#buy-overlay .store .amazon {
	color: #000000;
	background: #f29d39;
	}

#buy-overlay .store .tsutaya {
	color: #ffffff;
	background: #0f2350;
	text-transform: uppercase;
	}

#buy-overlay .store .itunes {
	color: #ffffff;
	background: #575757;
	}

#buy-overlay .button-close {
	position: static;
	width: 600px;
	left: 0;
	bottom: 0;
	margin: 100px auto 0;
	text-align: center;
	}


/* @end */

/* @group works */

.works .nav-archive {
	position: relative;
	width: 600px;
	margin: 10px auto 0;
	background: #575757;
	color: #ffffff;
	}

.works .nav-archive .current .arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	}

.works .nav-archive .current,
.works .nav-archive li {
	display: block;
	position: relative;
	line-height: 60px;
	text-align: center;
	}

.works .nav-archive ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #575757;
	}

.works .nav-archive:hover ul {
	display: block;
	}

.works .nav-archive li {
	width: 100%;
	border-top: 1px solid #ffffff;
	}

.works .nav-archive li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

.works .nav-archive li a:hover {
	display: block;
	background: #333333;
	}

.works-list {
	padding-bottom: 100px;
	}

.works-list .article {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.works-list .header {
	overflow: hidden;
	padding-bottom: 20px;
	}

.works-list .hgroup {
	float: right;
	width: 330px;
	}

.works-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 107%;
	font-weight: bold;
	line-height: 1.2;
	}

.works-list .hgroup .spec {
	margin-bottom: 1em;
	font-size: 92%;
	line-height: 1.4;
	}

.works-list .entry-image {
	float: left;
	width: 240px;
	}

.works-list .entry-image img {
	width: 240px;
	height: auto;
	}

.works-list .article-close .entry-content {
	display: none;
	}

.works-list .description {
	font-size: 92%;
	line-height: 1.8;
	}

.works-list .description p {
	margin-bottom: 1.5em;
	}

.works-list .button-close {
	margin: 1em 0 20px;
	text-align: center;
	}

/* @end */



/* @group event-live */

.event-live .nav-archive {
	position: relative;
	width: 290px;
	margin: 0;
	background: #575757;
	color: #ffffff;
	}

.event-live .nav-category {
	position: absolute;
	top: 70px;
	left: 20px;
	}

.event-live .nav-date {
	position: absolute;
	top: 70px;
	right: 20px;
	}

.event-live .nav-archive .current .arrow {
	display: block;
	position: absolute;
	top: 0;
	right: 18px;
	}

.event-live .nav-archive .current,
.event-live .nav-archive li {
	display: block;
	position: relative;
	line-height: 60px;
	text-indent: 1em;
	}

.event-live .nav-archive ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #575757;
	}

.event-live .nav-archive:hover ul {
	display: block;
	}

.event-live .nav-archive li {
	width: 100%;
	border-top: 1px solid #ffffff;
	}

.event-live .nav-archive li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	}

.event-live .nav-archive li a:hover {
	display: block;
	background: #333333;
	}

.event-live-list {
	margin-top: 80px;
	padding-bottom: 160px;
	}

.event-live-list .article {
	margin-bottom: 60px;
	}

.event-live-list .entry-image {
	margin-bottom: 1em;
	}

.event-live-list .entry-image img {
	width: 100%;
	height: auto;
	}

.event-live-list .entry-date {
	margin-bottom: 0.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.event-live-list .entry-title {
	margin-bottom: 0.6em;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.8;
	}

.event-live-single .article {
	float: none;
	width: 640px;
	min-height: 520px;
	margin-top: 10px;
	padding-bottom: 100px;
	}

.event-live-single .entry-image {
	width: 640px;
	margin-bottom: 1em;
	}

.event-live-single .entry-image img {
	width: 640px;
	height: auto;
	}

.event-live-single .entry-date {
	margin-bottom: 1.6em;
	font-size: 122%;
	line-height: 1.2;
	}

.event-live-single .entry-title {
	margin-bottom: 0.6em;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	}

.event-live-single .entry-content {
	margin-top: 30px;
	font-size: 100%;
	line-height: 1.8;
	}

.event-live-single .entry-content p {
	margin-bottom: 2em;
	}

.event-live-single .entry-content p img {
	margin-left: -20px;
	}

.event-live-single .pagination .prev {
	top: 0;
	}

.event-live-single .pagination .next {
	top: 0;
	}


/* @end */

/* @group shop */


.shop-banner {
	}

.shop-banner a {
	display: block;
	position: relative;
	padding: 50px;
	color: #ffffff;
	background: #f20000;
	text-decoration: none;
	}

.shop-banner a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.8;
	}

.shop-banner a span {
	display: block;
	}

.shop-banner .heading-online-shop {
	width: auto;
	height: auto;
	}

.shop-banner .caption {
	width: 14em;
	margin-top: 0.4em;
	font-size: 27px;
	line-height: 1.4;
	}

.shop-banner .icon {
	position: absolute;
	top: 70px;
	right: 50px;
	}

.shop-banner .icon-shopping-bag {
	width: auto;
	height: auto;
	}



.shop .nav-guide {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
	font-size: 92%;
	z-index: 5;
	}

.products-list {
	padding-bottom: 100px;
	}

.products-list .article {
	min-height: 320px;
	margin-top: 40px;
	padding-top: 20px;
	border-bottom: 2px solid #e8e8e8;
	}

.products-list .article .content {
	overflow: hidden;
	}

.products-list .article:first-child {
	margin-top: 0;
	}

.products-list .header {
	}

.products-list .hgroup {
	float: right;
	width: 330px;
	}

.products-list .hgroup .entry-title {
	margin-bottom: 1em;
	font-size: 107%;
	font-weight: bold;
	line-height: 1.2;
	}

.products-list .hgroup .spec {
	margin-bottom: 1em;
	font-size: 92%;
	line-height: 1.4;
	}

.products-list .entry-image {
	float: left;
	width: 240px;
	}

.products-list .entry-image img {
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 240px;
	}

.products-list .entry-content {
	clear: both;
	float: none;
	font-size: 92%;
	}

.products-list .description {
	font-size: 92%;
	line-height: 1.8;
	}

.products-list .description p {
	margin-bottom: 1.5em;
	}

.shopping-guide {
	margin: 0 20px;
	font-size: 92%;
	line-height: 1.8;
	padding-bottom: 200px;
	}

.shopping-guide .section {
	margin-bottom: 70px;
	}

.shopping-guide .section .heading {
	font-weight: 600;
	}

.shopping-guide dl {
	margin-bottom: 1.2em;
	}

.shopping-guide dl dt {
	font-weight: 600;
	}

.shopping-guide a {
	word-break: break-all;
	}



.page-footer .button-shopping {
	display: block;
	clear: both;
	padding: 20px;
	background: #191919;
	}

.page-footer .button-shopping a {
	display: block;
	clear: both;
	padding: 0 260px 0 0;
	color: #ffffff;
	background: url(../images/global/button_shopping.png) no-repeat right center;
	font-size: 92%;
	text-decoration: none;
	line-height: 1.3;
	}

.page-footer .button-shopping a:hover {
	opacity: 0.8;
	}
	


#shopping-overlay {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10;
	}

#shopping-overlay .shopping-header {
	display: block;
	padding: 20px;
	}

#shopping-overlay .shopping-header span {
	display: block;
	clear: both;
	padding: 0 130px 0 0;
	color: #ffffff;
	background: url(../images/global/button_cart.png) no-repeat right center;
	font-size: 92%;
	text-decoration: none;
	line-height: 1.3;
	}

#shopping-overlay .shopping-header a:hover {
	opacity: 0.8;
	}



#shopping-overlay .columns-row {
	color: #ffffff;
	margin: 0 20px 0;
	font-size: 92%;
	line-height: 1.8;
	}

#shopping-overlay .columns-row a {
	color: #ffffff;
	}

#shopping-overlay .column {
	float: none;
	}

#shopping-overlay .column-left {
	margin-bottom: 1em;
	}

#shopping-overlay .column p {
	margin-bottom: 1em;
	}

#shopping-overlay .column .mail-format {
	border: 1px solid #ffffff;
	padding: 26px;
	}

#shopping-overlay .column .mail-format p {
	margin-bottom: 0;
	}

#shopping-overlay .button-close {
	position: static;
	width: 600px;
	left: 0;
	bottom: 0;
	margin: 100px auto 0;
	text-align: center;
	}
	

/* @end */

/* @group privacy-policy */


.privacy-policy .basic-text {
	font-size: 100%;
	margin: 0 20px;
	padding-bottom: 100px;
	}

.privacy-policy .basic-text .heading {
	font-weight: 600;
	}

/* @end */


}
