/*全体設定*/
#wrapper {
	background: #fafafa;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	position: relative;
}

a:hover {
	text-decoration: none;
	color: #632089;
}

.img-maru {
	border-radius: 50%;
	width: 100%;
	box-shadow: 0 0 20px rgb(223, 223, 223);
}

.txt_center {
	display: block;
	text-align: center;
	margin-bottom: 12px;
	font-size: .8rem;
	color: #666;
}

.btn {
	position: relative;
	display: block;
	background: #FFD200;
	border: 3px solid #000;
	border-radius: 3px;
	width: 200px;
	height: 60px;
	line-height: 57px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	margin: 24px auto;
}

/* ボタンのテキスト共通スタイル */
.btn__text {
	position: absolute;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
}

.btn__text:nth-child(1) {
	top: 0;
}

.btn__text:nth-child(2) {
	top: -100%;
}

.btn:hover .btn__text:nth-child(1) {
	top: 100%;
}

.btn:hover .btn__text:nth-child(2) {
	top: 0;
}



/*カラー*/
.bg-black {
	background: #000;
}

.red1 {
	color: #F10000;
}

.bg-red1 {
	background: #F10000;
}

.bg-red2 {
	background: #E60011;
}

.bg-red3 {
	background: #FF0000;
}

.red2 {
	color: #bf0000;
}

.bg-red2 {
	background: #bf0000;
}

.blue1 {
	color: #1d9bf0;
}

.bg-blue1 {
	background: #1d9bf0;
}

.blue2 {
	color: #3578E5;
}

.bg-blue2 {
	background: #3578E5;
}

.green1 {
	color: #07b53b;
}

/*コンテンツ大枠*/
#contents {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

#anniv {
	width: auto;
	max-width: 1280px;
	margin: auto;
	background: #fff url(../img/parts/bg.png) center top repeat;
}

#anniv img {
	width: 100%;
	height: auto;
}

#anniv-inner {
	position: relative;
}

.inner {
	width: auto;
	position: relative;
}

.kanban,
.greeting,
.news,
.youtube,
.colaboration,
.event,
.sale,
.sns {
	padding-bottom: 300px;
}

.subttl {
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

.subttl-enja {
	display: block;
	margin: 0 auto;
}

.greeting .subttl-enja {
	width: 350px;
}

.news .subttl-enja {
	width: 350px;
}

.youtube .subttl-enja {
	width: 350px;
}

.colaboration .subttl-enja {
	width: 350px;
}

.event .subttl-enja {
	width: 350px;
}

.sale .subttl-enja {
	width: 350px;
}


/*フレックスボックス*/
.felxcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	gap: 4%;
}

.felx-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 4px 24px 4px;
}

.icon {
	text-align: center;
	display:flex;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 0 auto;
	align-items:center;
	justify-content:center;
}

.icon-txt {
	margin-top: 8px;
	font-size: .65rem;
	color: #666;
}

.icon:hover {
	filter: brightness(70%);
	color: #fff;
}

.felx-artist {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 0 10px #efefef;
	margin: 1% 0;
	max-width: 48%;
}

.inline-box {
	overflow: auto;
	width: 720px;
	background: #fff;
	padding: 20px;
	max-width: 100%;
	margin: auto;
}

.artist-txt {
	padding: 8px;
	font-size: .9rem;
	color: #666;
	line-height: 1.8;
}

.flex-sns {
	-webkit-box-flex: 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	padding: 24px;
	background: rgba(200, 200, 200, .2);
	border-radius: 3px;
}

.felxcontainer_colab {
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	text-align: center;
}

.flex-colab {
	border-radius: 3px;
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 0 1 348px;
	flex: 0 1 348px;
	-ms-flex-item-align: auto;
	align-self: auto;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(223, 223, 223);
	margin: 8px;
}

.flex-colab img {
	max-width: 500px;
	margin: auto;
}

/*コンテンツ個別*/
/*看板*/
.kanban-logo {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding-top: 24px;
	width: 500px;
}

.kanban_txt {
	width: 600px;
	margin: 50px auto;
}

/*Greeting設定*/
.greeting-box {
	width: 300px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

/*News設定*/
.news-box {
	margin: 24px;
	position: relative;
	z-index: 2;
}

.news-day {
	font-size: .7rem;
	text-align: left;
	margin-bottom: 12px;
}

.news-description {
	font-size: .85rem;
	text-align: left;
	line-height: 1.5;
}

.news-more {
	padding: 12px;
	font-size: .7rem;
	background: #FFD200;
	color: #000;
	border: 2px solid #000;
	display: inline-block;
	border-radius: 3px;
	transition: .2s;
	margin-top: 36px;
}

.news-more:hover {
	background: #7B00E7;
	color: #fff;
}

/*Sale設定*/
.sale-box {
	max-width: 600px;
	margin: 0 auto 36px;
	position: relative;
	z-index: 2;
}

/*sns設定*/
.sns-box {
	padding: 24px;
	width: 768px;
	margin: 24px auto 0;
	text-align: center;
	position: relative;
	z-index: 2;
}


/*アコーディオン全体*/
.accordion-area {
	list-style: none;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area section {
	border-radius: 3px;
	text-align: center;
}

.title {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	font-weight: normal;
	padding: 16px 16px 16px 50px;
	transition: all .5s ease;
	max-width: 300px;
	margin: 24px auto;
	background: #632089;
	color: #fff;
	border-radius: 3px;
	line-height: 1.5;
}

.title::before,
.title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #fff;

}

.title::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);

}

.title::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);

}

.title.close::before {
	transform: rotate(45deg);
}

.title.close::after {
	transform: rotate(-45deg);
}

.box {
	display: none;
	background: url(../img/parts/bg-wall.png) center top repeat;
	margin: 24px 0;
	padding: 24px;
	border-radius: 3px;
	text-align: left;
	line-height: 2;
	font-size: .9rem;
}

.event-box {
	max-width: 600px;
	margin: 0 auto 36px;
}

.event-accordion-area {
	list-style: none;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}

.event-accordion-area li {
	margin: 10px 0;
}

.event-accordion-area section {
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.event-title {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	font-weight: normal;
	padding: 24px 24px 24px 50px;
	transition: all .5s ease;
}

.event-title::before,
.event-title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background-color: #333;

}

.event-title::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);

}

.event-title::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);

}

.event-title.close::before {
	transform: rotate(45deg);
}

.event-title.close::after {
	transform: rotate(-45deg);
}

.event-acobox {
	display: none;
	background: #fafafa;
	padding: 24px;
	line-height: 2;
	font-size: .9rem;
}

/*固定画像*/
.kanban-img {
	position: absolute;
}

.kanban-mafuyu {
	z-index: 2;
	bottom: 10px;
	left: -150px;
	width: 150px;
}

.kanban-metako {
	z-index: 2;
	bottom: 10px;
	right: -150px;
	width: 150px;
}


.img-amp {
	top: 480px;
	left: 380px;
	width: 150px;
}

.img-guitar {
	top: 120px;
	left: 250px;
	width: 180px;
}

.img-effector {
	top: 470px;
	left: 575px;
	width: 100px;
}

.img-bass {
	top: 0;
	left: 860px;
	width: 180px;
}

.img-headphone {
	top: 20px;
	left: 300px;
	width: 150px;
}

.img-synth {
	top: 450px;
	left: 720px;
	width: 400px;
}

.img-drum {
	top: 20px;
	left: 800px;
	width: 150px;
}

.img-speaker {
	top: -50px;
	left: 550px;
	width: 120px;
}


/*swiper スライダー*/
.mySwiper {
	overflow: hidden;
	padding: 24px;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 20px rgb(223, 223, 223);
	border-radius: 4px;
	overflow: hidden;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	height: auto;
}

/*テーブル設定*/
.tbl {
	width: 100%;
	margin: 12px auto;
	font-size: .9rem;
	background: #fff;
}

.tbl th {
	background: #efefef;
	border: solid 1px #333;
	color: #333;
	padding: 10px;
	font-weight: bold;
}

.tbl td {
	border: solid 1px #333;
	padding: 10px;
	text-align: left;
	color: #666;
}

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

	.kanban-logo {
		width: 39.1vw;
	}

	.img-amp {
		top: 37.5vw;
		left: 29.688vw;
		width: 11.719vw;
	}

	.img-guitar {
		top: 9.375vw;
		left: 19.531vw;
		width: 14.063vw;
	}

	.img-effector {
		top: 36.719vw;
		left: 44.922vw;
		width: 7.813vw;
	}

	.img-bass {
		top: 0;
		left: 67.188vw;
		width: 14.063vw;
	}

	.img-headphone {
		top: 1.563vw;
		left: 23.438vw;
		width: 11.719vw;
	}

	.img-synth {
		top: 35.156vw;
		left: 56.25vw;
		width: 31.25vw;
	}

	.img-drum {
		top: 1.563vw;
		left: 62.5vw;
		width: 11.719vw;
	}

	.img-speaker {
		top: -3.906vw;
		left: 42.969vw;
		width: 9.375vw;
	}
}

@media screen and (max-width: 768px) {
	.subttl {
		padding-bottom: 5vw;
	}

	.kanban,
	.greeting,
	.news,
	.youtube,
	.colaboration,
	.event,
	.sale {
		padding-bottom: 40vw;
	}

	.kanban-logo {
		width: 52.083vw;
	}

	.kanban_txt {
		width: 78vw;
	}

	.kanban-mafuyu {
		left: -20vw;
		bottom: 1vw;
		width: 25vw;
	}

	.kanban-metako {
		right: -20vw;
		bottom: 1vw;
		width: 25vw;
	}

	.img-amp {
		top: 51vw;
		left: 24vw;
		width: 15.625vw;
	}

	.img-guitar {
		top: 13vw;
		left: 9.3vw;
		width: 18.75vw;
	}

	.img-effector {
		top: 50vw;
		left: 43vw;
		width: 10.417vw;
	}

	.img-bass {
		top: 0;
		left: 72.5vw;
		width: 18.75vw;
	}

	.img-headphone {
		top: 3vw;
		left: 15vw;
		width: 15.625vw;
	}

	.img-drum {
		top: 2vw;
		left: 67vw;
		width: 15.625vw;
	}

	.img-synth {
		top: 48vw;
		left: 56vw;
		width: 41.667vw;
	}

	.img-speaker {
		top: -4.3vw;
		left: 40.5vw;
		width: 12.5vw;
	}

	.greeting .subttl-enja {
		width: 60vw;
	}

	.news .subttl-enja {
		width: 60vw;
	}

	.youtube .subttl-enja {
		width: 60vw;
	}

	.colaboration .subttl-enja {
		width: 60vw;
	}

	.event .subttl-enja {
		width: 60vw;
	}

	.sale .subttl-enja {
		width: 60vw;
	}

	.greeting-box {
		width: 55vw;
	}

	.title {
		padding: 16px 16px 16px 50px;
	}

	.accordion-area,
	.event-accordion-area {
		width: 92vw;
	}

	.sale-box,
	.event-box {
		width: 85vw;
	}

	.flex-sns {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 24px 0;
		padding: 16px;
	}

	.sns-box {
		padding: 2%;
		width: 98vw;
	}
}

@media screen and (max-width: 640px) {
	.mySwiper {
		padding: 24px 0;
	}

	.last td:last-child {
		border-bottom: solid 1px #000;
		width: 100%;
	}

	.tbl th,
	.tbl td {
		border-bottom: none;
		display: block;
		width: 100%;
	}

	.felx-artist {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 0 1 48%;
		margin-bottom: 2%;
	}
}