﻿@charset "utf-8";
* {
    box-sizing: border-box;
  }
body {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    word-break: break-all;
	background: #000;
	color: #FFF;
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
} 
.to { overflow: hidden;}

#wrapper {
	height: 100%;
	box-sizing: border-box;
	word-break: break-all;
}
section { position: relative;}

/* margin
**********************************/
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb60 { margin-bottom: 60px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mr0 { margin-right: 0 !important;}
.mr1 { margin-right: 1px !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.ml35 { margin-left: 35px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml01 { margin-left: -1px !important;}
/* padding
**********************************/
.pt20 { padding-top:20px !important;}
.pl20 { padding-left:20px !important;}
.pb20 { padding-bottom:20px !important;}
.pb40 { padding-bottom:40px !important;}
/* 汎用
**********************************/
.tc { text-align: center !important;}
.tr { text-align: right !important;}
.fb { font-weight: bold;}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.red {
	color: red;
	font-weight: bold;
}
.blue {
	color: #0066ff;
	font-weight: bold;
}
.yellow {
	color: #FFE600;
}
a { color:#FFE600;}
/*************************
MOVIE
*************************/
.movie_box {
	width: 750px;
	margin: 0 auto 40px;
}
.movie_player {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin: 0 auto;
}
.movie_player iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************
SPECIAL下層
*************************/
.special-wrap {
	width: 1000px;
	padding: 15px 40px;
	margin: 0 auto 0px;
}
.special-contents {
	margin: 0 0 60px;
}
.special-contents-title01 {
	background: #FFE600;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-radius: 5px;
}
.special-contents-title02 {
	color: #FFE600;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: solid 1px #FFE600;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
}
.fs-b{
	font-size: 1.4em;
}

.special-contents-title02 span {
	color: #FFF;
}
.special-contents-title03 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 10px;
}
.special-contents-img01 {
	text-align: center;
}
.special-contents-img01 img {
	width: 50%;
}
.special-btn01, .special-btn02 {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.special-btn01 a {
	padding: 15px 40px;
	background: #FF0012;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
}
.special-btn01 a:hover {
	background: #FFE600;
	color: #000;
}
.special-btn02 a {
	padding: 15px 40px;
	border: solid 2px #FF0012;
	color: #FF0012;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	border-radius: 50px;
	text-align: center;
	position: relative;
	transition: .5s;
}
.special-btn02 a:hover {
	background: #FF0012;
	color: #FFF;
}
.special-btn02 a::before {
	content: "";
	position: absolute;
	top: 45%;
	right: 15px;
	width: 10px;
	height: 2px;
	background: #FF0012;
	transform: rotate(45deg);
}
.special-btn02 a::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 15px;
	width: 10px;
	height: 2px;
	background: #FF0012;
	transform: rotate(-45deg);
}
.special-btn02 a:hover::before ,.special-btn02 a:hover::after {
	background: #FFF;
}
.special-text01 {
	margin: 0 0 20px;
}

.fw-b{
	font-weight: bold;
}
.f-line{text-decoration: underline;
}
.fc-y{
	color: #FFE600;
}
.special-text01_2{
	/* font-weight: bold;
	color: #FFE600; */
    text-align: center;

}
.special-music-list {
	padding: 20px;
	border: solid 1px #ccc;
}
.music-list-wrap {
	padding: 20px 20px 0;
	border: #ccc 1px solid;
}
.music-list {
	padding: 0 0 20px;
}
.music-list-items {
	padding:0 0 15px;
	line-height: .9;
}
.music-list-items a {
	color: #ccc;
	font-size: .8em;
	text-decoration: none;
}
.music-list a:hover {
	color: #FFE600;
}
/* サブスクリプション */
.subscription-list {
    display: flex;
	padding:  0 0 20px;
}
.subscription-list-items {
    width: 33%;
}
.items-name {
    /* font-family: 'Noto Serif JP', serif; */
    color: #ccc;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px;
}
/* アフェリエイト */
.affiliate-list {
    display: flex;
    flex-wrap: wrap;
}
.affiliate-list .affiliate-list-items {
    text-align: center;
}
.affiliate-list .affiliate-list-items a {
    display: inline-block;
    width: 168px;
    height: 60px;
    margin: 0 15px 10px 0;
    border-radius: 10px;
    border:solid 1px #B7B7B7;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}
.affiliate-list .affiliate-list-items a:hover {
    opacity: .6;
    transition: opacity .3s;
}
.affiliate-list .affiliate-list-items img {
	display: none;
}
.affiliate-list .items_itunes a {
    background: url(../images/special/btn/btn-itunes.jpg) no-repeat center center #000;
    background-size: contain;
}
.affiliate-list .items_mora a {
    background: url(../images/special/btn/btn-mora.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_rcochoku a {
    background: url(../images/special/btn/btn-recochoku.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_amazon-music a {
    background: url(../images/special/btn/btn-amazon.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_apple-music a {
    background: url(../images/special/btn/btn-applemusic.jpg) no-repeat center center #000;
    background-size: contain;
}
.affiliate-list .items_awa a {
    background: url(../images/special/btn/btn-awa.jpg) no-repeat center center #221E1F;
    background-size: contain;
}
.affiliate-list .items_line a {
    background: url(../images/special/btn/btn-line.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_tower a {
    background: url(../images/special/btn/btn-tower.jpg) no-repeat center center #FDD000;
    background-size: contain;
}
.affiliate-list .items_rakuten a {
    background: url(../images/special/btn/btn-rakuten.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_spotify a {
    background: url(../images/special/btn/btn-spotify.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_youtube a {
    background: url(../images/special/btn/btn-youtube.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_kkbox a {
    background: url(../images/special/btn/btn-kkbox.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_utapass a {
    background: url(../images/special/btn/btn-utapass.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_recochoku a {
    background: url(../images/special/btn/btn-recochoku.jpg) no-repeat center center #FFF;
    background-size: contain;
}

.affiliate-list .items_vap-store a {
    background: url(../images/special/btn/btn-vapstore.jpg) no-repeat center center #84b343;
    background-size: contain;
}
.affiliate-list .items_Columbia-Music-Shop a {
    background: url(../images/special/btn/btn-cms.jpg) no-repeat center center #FFF;
    background-size: contain;
}
.affiliate-list .items_tower_records_online a {
    background: url(../images/special/btn/btn-tower_records.jpg) no-repeat center center #fdd000;
    background-size: contain;
}

/*クリック無効*/
/*.affiliate-list li a {
	pointer-events:none;
	opacity: .7;
}*/

/* フッター */

.special_footer {
	position: relative;
	background: #222;
	padding: 40px 0 100px;
}
.special_footer .link-list {
	width: 920px;
	padding: 0 15px;
	margin: 0 auto;
}
.pagetop a {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 127px;
	height: 57px;
	background: url(../images/common/btn_pagetop.png);
}

.link-list-items a {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 2;
	font-weight: bold;
}
.link-list-items a:hover {
	color: red;
}


/*店舗一覧*/
.shop-list{
	border-left: 1px solid #FFE600;
    border-right: 1px solid #FFE600;
}
.shop-list-last{
	margin-bottom: 20px;
}
.shop-list h6{
	position: relative;
	color: #000;
    padding: 15px 20px;
    background: #FFE600;
    border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.1em;
}
/*開閉*/
.shop-list h6::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 45%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
　}
.shop-list h6.open:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 38%;
  }

.shop-list ul{
	padding: 20px;
	border-bottom: 1px solid #FFE600;
	display: none;/*最初閉じた状態にする*/
}
.shop-list ul li{
	padding-bottom: 10px;
	padding-left: 1em;
    text-indent: -1em;
}
.shop-list ul li:last-of-type{
	padding-bottom: 0;
}
.shop-list ul li span{
	font-size: 1em;
}
.shop-list ul li .fw-b{
	font-weight: bold;
}
.shop-list .todouhuken{
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFE600;
}


@media only screen and (max-width:1000px) {
    .special-wrap {
		width: 100%;
		padding: 15px 15px;
	}
	.special_footer .link-list {
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	/* .special-wrap {
		width: 100%;
		padding: 15px 15px;
	} */
	.special-contents-img01 img {
		width: 80%;
	}
	.movie_box {
		width: 100%;
	}
    .subscription-list {
        display: block;
    }
    .subscription-list-items {
        width: 100%;
    }
    .subscription-list-items:last-child .items-name {
        padding: 20px 0 10px;
    }
	.affiliate-list {
		justify-content: space-between;
	}
	.affiliate-list .affiliate-list-items {
		width: 32%;
		/* margin: 0 15px 10px 0; */
	}
	.affiliate-list .affiliate-list-items a {
		width: 100%;
		/* height: 100px; */
	}
	.special_list {
		display: block;
	}
	.special_list .special_list_items {
		margin: 0 0 25px;
		width: 100%;
	}
}

