@charset "shift_jis";
body {
	font-family:'ヒラギノ角ゴ Pro W3','Century Gothic','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
//	min-width:512px;
	-webkit-text-size-adjust: 100%; 	/* iPhoneフォントサイズ自動調整機能をオフ */
	background-color:#fffff;		/* fff9e8 */
}

img {
	//border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 18px;
	font-size: 12px;
	color: #787878;
	padding-top: 3px;
	padding-bottom: 3px;
}

.txt10 {
	font-size: 10px;
}
.txt14 {
	font-size: 14px;
	line-height: 16px;
}
.txt16 {
	font-size: 16px;
	line-height: 20px;
}
.txt18 {
	font-size: 18px;
	line-height: 24px;
}
.txt20 {
	font-size: 20px;
	line-height: 24px;
	margin:0.5em 0px;
}
.txt24 {
	font-size: 24px;
	line-height: 28px;
	margin:0.5em 0px;
}
.txt28 {
	font-size: 28px;
	line-height: 32px;
	margin:0.5em 0px;
}
.txt32 {
	font-size: 32px;
	line-height: 36px;
	margin:0.5em 0px;
}
.txt36 {
	font-size: 36px;
	line-height: 38px;
}
.txt48 {
	font-size: 48px;
	line-height: 64px;
	margin:0.3em 0px;
}
.txt72 { /*event_のみ*/
	font-size: 72px;
	line-height: 96px;
	margin:0.5em 0px;
}
.txt144 { /*event_のみ*/
	font-size: 144px;
	line-height: 160px;
	margin:0.5em 0px;
}
.txt_akpttl {
	font-family:Century Gothic;
	font-size: 40px;
	line-height: 48px;
	margin:0.5em 0px;
	text-align: center;
}
.txt_akpttl2 {
	font-family:Century Gothic;
	font-size: 96px;
	line-height: 96px;
	margin:0.5em 0px;
	text-align: center;
}
.txt_akptag {
	//font-family:Century Gothic;
	font-size: 32px;
	line-height: 36px;
	margin:0.5em 0px;
	text-align: center;
}
.txt_akpnum {
	font-family:Century Gothic;
	font-size: 14px;
	line-height: 16px;
	margin:0.5em 0px;
	text-align: center;
}
li {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.clear {
	clear: both;
}
.fl-r {
	float:right;
}

.all {
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
//	text-align: left;
	text-align: center;
	width: 1000px;		/* この数値が、レスポンシブの閾値？？？ */
}

.header {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 960px;
}

/* レスポンシブ対応 start */

.for-pc { display:block; }
.for-sp { display:none; }
	
@media only screen and (max-width : 1000px){
	.for-pc { display:none; }
	.for-sp { display:block; }
}

/* レスポンシブ対応 end */


/* ハンバーガーメニュー実装　start */

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 120px;
    width: 120px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #c0c0c0;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 6px;
    width: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 16px;
}
.menu-btn span:after {
    top: 16px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);	/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}


/* メニューの装飾 */
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #c0c0c0;
}
.menu-content ul {
    padding: 70px 10px 0px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 70px;
    font-size: 64px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
//    content: "";
//    width: 7px;
//    height: 7px;
//    border-top: solid 2px #ffffff;
//    border-right: solid 2px #ffffff;
//    transform: rotate(45deg);
//    position: absolute;
//    right: 11px;
//    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;			/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #c0c0c0;
//    transition: all 0.5s;	/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;			/*メニューを画面内へ*/
}

/* ハンバーガーメニュー実装　end */

.for-pc img {
	//text-align: left;
	float: left;
	//width: 224px;
	padding-top: 16px;
}

.for-sp img {
	float: left;
//	margin-right: auto;
//	margin-left: auto;
//	text-align: left;
}

.for-pc ul {
//	margin-top: 24px;
	padding-top: 24px;
//	border: solid thin blue;
}
.for-pc li {
	padding-top: 16px;
	float: right;
	padding-left: 28px;
	list-style-type: none;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
}

.works ul {
	display: flex;
	justify-content: center;
}
.works li {
	list-style: none;
}
.works img {
	border-radius: 5px;
}

.works li:nth-child(2) {
	margin: 0 10px;
}

#main.lyric .fl-l {
	float: left;
	margin-top: 0px;
	width:256px;
	padding-bottom:192px;
	padding-left: 64px;
}
#main.lyric .fl-r {
	float: right;
	text-align: left;
	width:512px;
	padding-top:0px;
	padding-right:72px;
}

#footer {
	color:gray;
	font-size:10px;
	padding-top: 5px;
	margin-top: 25px;
	letter-spacing: 1px;
	padding-left: 5px;
	width: 1000px;
}
#footer div {
	float: right;
	text-align: right;
	width: 256px;
	padding-top: 0px;
}
#cdcmt {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	text-align: left;
	width: 640px;
}
#tcd {
	padding-top: 10px;
	padding-right: 32px;
	padding-left: 32px;
	clear: both;
	text-align: left;
	position: relative; 
	width: 448px;
}
#tcd img {
	margin-left: 0px;
	width:448px;
	height:448px;
	/*border: 1px solid #CCCCCC;*/
}

#evnt_main {
	padding-right: 15px;
	padding-left: 15px;
	width: 970px;
	text-align: center;
}

#ok_detail {
	padding-right: 15px;
	padding-left: 15px;
	width: 970px;
	text-align: left;
}

#ktma_detail {
	padding-right: 15px;
	padding-left: 15px;
	width: 970px;
	text-align:right;
}


.hover-opacity50:hover{
opacity:0.5;
}


a:link {
color:#888888;
text-decoration:none;
}
a:visited {
color:#888888;
text-decoration:none;
}
a:hover {
color:#6ab5ff;
text-decoration:none;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
content:attr(title)
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

a{position:relative;}
a:hover:after {content:"";position:absolute;top:0;left:0;}
