/* Responsive --------------------------------------------------    */

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

#wrap-top {
	width: 980px;
}
#wrap-mid {
	width: 980px;
}
#wrap-bottom {
	width: 980px;
}
#top-news-box {
	width: 470px;
}
#top-shows-box {
	width: 470px;
}
#top-merch-box {
	width: 470px;
}
#top-sns-box {
	width: 980px;
}
.top_twt_box {
	width: 320px;
}
.home_panel-video-contents {
	width: 470px;
}
#home_panel-release_wrap {
	width: 980px;
}
#home_panel-release {
	height: 520px;
}
.home_panel-release-contents {
	height: 520px;
}
#home_panel-release img {
	width: 400px;
	height: 400px;
	right: 60px;
}
.home_panel-release-contents_left {
	width: 300px;
	height: 310px;
	margin-left: 90px;
	padding-top: 100px;
}
.home_panel-release-contents_left span {
	font-size: 120%;
}
.home_panel-release-contents_left h3 {
	font-size: 200%;
}
.home_panel-release-contents_left p {
	width: 240px;
	font-size: 180%;
	padding-bottom: 90px;
}
.home_panel-release-contents a {
	bottom: 40px;
	left: 180px;
}



} /* end */


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

#top-photo,
#mid-photo,
#bottom-photo {
	 background-attachment: scroll;
}
#under_button_wrap {
	display: none;
}

} /* end */


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

/* navigation */
.inner {
	width: 95%;
	padding: 0 10px;
}
#global-nav ul li a {
	padding: 0 10px;
}
#top-head.fixed #global-nav ul li a {
	padding: 0 10px;
}

#wrap-top {
	width: 640px;
}
#wrap-mid {
	width: 640px;
}
#wrap-bottom {
	width: 640px;
}
#content {
	width: 640px;
}
#content_store {
	width: 640px;
}
#content-left {
	width: 100%;
	margin-bottom: 50px;
}
#content-right {
	width: 100%;
}
#top-news-box {
	width: 300px;
}
#top-shows-box {
	width: 300px;
}
#top-merch-box {
	width: 300px;
}
#top-sns-box {
	width: 640px;
}
.top_sns_link_box {
	width: 300px;
}
.top_twt_box {
	width: 300px;
}
.release-post {
	width: 290px;
	padding: 10px;
	float: left;
	margin: 0 5px 16px;
}
.release_left {
	width: 320px;
	margin: 30px 0 0;
	float: left;
}
.release_left img {
	width: 320px;
	height: 320px;
}
.release_right {
	width: 300px;
	margin: 30px 0 0;
	float: right;
}
.applemusic iframe {
	width: 100% !important;
	height: 400px !important;
}
.store_link {
	width: 100%;
}
.store_link a {
	margin: 0px 18px 5px;
}
#sidebar {
	display: none;
}
#new_release_wrap {
	padding: 30px 0;
}
#home_panel-release_wrap {
	width: 640px;
}
#home_panel-release {
	height: 380px;
}
.home_panel-video-contents {
	width: 620px;
}
.home_panel-release-contents {
	height: 380px;
}
#home_panel-release img {
	width: 300px;
	height: 300px;
	top: 40px;
	right: 40px;
}
.home_panel-release-contents_left {
	width: 220px;
	height: 200px;
	margin-left: 40px;
	padding-top: 80px;
}
.home_panel-release-contents_left span {
	font-size: 100%;
}
.home_panel-release-contents_left h3 {
	font-size: 140%;
	margin-top: 10px;
}
.home_panel-release-contents_left p {
	width: 180px;
	font-size: 140%;
	padding-bottom: 60px;
	bottom:  20px;
	left: 20px;
}
.home_panel-release-contents a {
	padding: 0 15px;
	line-height: 30px;
	bottom:  35px;
	left: 95px;
}
p.display_none {
	display: none;
}
.page_comment {
	width: 640px;
}
.page_comment h2 {
	width: 640px;
}


}/* end */


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

#top-photo {

}
#mid-photo,
#bottom-photo {
	 display: none;
}

}/* end */


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

#mid-photo {
	display: none;
}
#bottom-photo {
	display: none;
}



/* navigation 変更　*/
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #eee;
	width: 100%;
	height: 70px;
	border-bottom: solid 1px #ccc;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo a,
#top-head .logo a {
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(images/content/ww_logo_50_off2.png) no-repeat;
}
#global-nav {
	position: absolute;
	top: -485px;
	background: #eee;
	width: 100%;
	border-bottom: solid 1px #ccc;
	opacity: 0.9;
	text-align: center;
	padding: 4px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after  {
	display: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #333;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#top-photo {
	margin-top: 60px;
}
#wrap-top {
	width: 460px;
}
#wrap-bottom {
	width: 460px;
}
#content {
	width: 460px;
	margin-top: 80px;
}
#content_store {
	width: 460px;
	margin-top: 80px;
}
#top-news-box {
	width: 100%;
}
#top-shows-box {
	margin-right: 0;
	width: 100%;
}
#top-twt-box {
	width: 100%;
	margin-right: 0;
}
.top_sns_link_box {
	width: 100%;
}
.top_twt_box {
	width: 100%;
}
#top-merch-box {
	width: 100%;
}
#top-sns-box {
	width: 100%;
}
.release-post {
	margin: 0 auto 16px;
	float: none;
}
.first-release-post {
	width: 440px;
}
.first-release-post img {
	width: 440px;
	height: 440px;
}
.first-release-post h3 {
	font-size: 100%;
}
#home_panel-release_wrap {
	width: 460px;
}
#home_panel-release {
	height: 260px;
}
.home_panel-video-contents {
	width: 440px;
}
.home_panel-release-contents {
	height: 260px;
}
#home_panel-release img {
	width: 200px;
	height: 200px;
	top: 30px;
	right: 20px;
}
.home_panel-release-contents_left {
	width: 180px;
	height: 140px;
	margin-left: 20px;
	padding-top: 45px;
}
.home_panel-release-contents_left span {
	font-size: 100%;
}
.home_panel-release-contents_left h3 {
	font-size: 120%;
}
.home_panel-release-contents_left p {
	width: 160px;
	font-size: 120%;
	padding-bottom: 35px;
	bottom:  10px;
	left: 10px;
}
.home_panel-release-contents a {
	bottom:  23px;
	left: 55px;
}
p.archives-display_none {
	display: none;
}
.release_left {
	width: 460px;
	margin: 30px 0 0;
	float: none;
}
.release_left img {
	width: 460px;
	height: 460px;
}
.release_right {
	width: 460px;
	float: none;
}
.applemusic iframe {
	height: 500px !important;
}
.store_link a {
	margin: 0px 0 5px 2px;
}
.wpcf7 {
	width: 460px;
}
.page_comment {
	width: 460px;
}
.page_comment h2 {
	width: 460px;
}
p.show-date,
p.venue-name {
	font-size: 100%;


}/* end */


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

#wrap-top {
	width: 320px;
}
#wrap-bottom {
	width: 320px;
}
#content {
	width: 320px;
}
#content_store {
	width: 320px;
}
.eplus_button {
	display: block;
	margin-bottom: 10px;
}
.pcode_button {
	display: block;
}
.first-release-post {
	width: 290px;
}
.first-release-post img {
	width: 290px;
	height: 290px;
}
.first-release-post h3 {
	font-size: 100%;
	margin-right: 0;
	float: none;
}
.home_panel-video-contents {
	width: 300px;
}
#home_panel-release_wrap {
	width: 320px;
}
#home_panel-release {
	width: 100%;
	height: 572px;
	padding: 0;
	position: relative;
	border: 1px solid #333;
}
.home_panel-release-contents {
	height: 572px;
}
#home_panel-release img {
	width: 320px;
	height: 320px;
	top: 0;
	left: 0;
	box-shadow:none;
	position: absolute;
}
.home_panel-release-contents_left {
	width: 320px;
	height: 200px;
	top: 320px;
	left: 0;
	margin: 0;
	padding-top: 20px;
	position: absolute;
}
.home_panel-release-contents_left span {
	font-size: 120%;
}
.home_panel-release-contents_left h3 {
	font-size: 200%;
	margin-top: 20px;
}
.home_panel-release-contents_left p {
	width: 280px;
	font-size: 180%;
	padding-bottom: 30px;
	bottom:  30px;
	left: 20px;
}
.home_panel-release-contents a {
	width: 318px;
	text-align: center;
	padding: 0;
	border-top: 1px solid #333;
	line-height: 30px;
	bottom: 0;
	left: 0;
	position: absolute;
}
.release_left {
	width: 320px;
	margin: 0;
}
.release_left img {
	width: 320px;
	height: 320px;
}
.release_right {
	width: 320px;
	margin: 0;
}
.applemusic iframe {
	height: 500px !important;
}
.store_link a {
	margin: 0px 19px 5px;
}
.wpcf7 {
	width: 320px;
}
.page_comment {
	width: 320px;
}
.page_comment h2 {
	width: 320px;
}
.top-all_view-button a {
	display: block;
	line-height: 30px;
}


}/* end */


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

#wrap-top {
	width: 280px;
}
#wrap-bottom {
	width: 280px;
}
#content {
	width: 280px;
}
#content_store {
	width: 280px;
}
.first-release-post {
	width: 250px;
}
.first-release-post img {
	width: 250px;
	height: 250px;
}
.first-release-post h3 {
	font-size: 100%;
	margin-right: 0;
	float: none;
}
.release-post {
	width: 250px;
}
.release-post img {
	width: 250px;
	height: 250px;
}
.release-post h3 {
	font-size: 100%;
	margin-right: 0;
	float: none;
}
.home_panel-video-contents {
	width: 260px;
}
#home_panel-release_wrap {
	width: 280px;
}
#home_panel-release {
	width: 100%;
	height: 552px;
	padding: 0;
	position: relative;
}
.home_panel-release-contents {
	height: 532px;
}
#home_panel-release img {
	width: 280px;
	height: 280px;
	top: 0;
	left: 0;
	box-shadow:none;
	position: absolute;
}
.home_panel-release-contents_left {
	width: 280px;
	height: 200px;
	top: 280px;
	left: 0;
	margin: 0;
	padding-top: 20px;
	position: absolute;
}
.home_panel-release-contents_left span {
	font-size: 120%;
}
.home_panel-release-contents_left h3 {
	font-size: 200%;
	margin-top: 20px;
}
.home_panel-release-contents_left p {
	width: 240px;
	font-size: 180%;
	padding-bottom: 30px;
	bottom:  30px;
	left: 20px;
}
.home_panel-release-contents a {
	width: 278px;
}
.release_left {
	width: 280px;
	margin: 30px 0 0;
}
.release_left img {
	width: 280px;
	height: 280px;
}
.release_right {
	width: 280px;
}
.store_link a {
	margin: 0px 13px 5px;
}
.all_view-button a {
	margin-top: 20px;
}
.wpcf7 {
	width: 280px;
}
.page_comment {
	width: 280px;
}
.page_comment h2 {
	width: 280px;
}
ul.sns_link {
	width: 280px;
}
p.sold_out_mark {
	left: 160px;
}


}/* end */