/*__________________________________________________

PC用
__________________________________________________*/
.main {
    background: #000 url(../img/250711_applemusic/bg.jpg) no-repeat;
    height: 2026px;
    background-color: none;
}
a img, img {
    border: none;
}
h2.title {
    margin: 10px 0;
}
h3, h4, p {
    margin: 0;
    padding: 0;
}
h3.tokusyu_ttl {
    padding-top: 25px;
    margin: 0 auto;
    position: relative;
	text-align: center;
}
h3.tokusyu_ttl + p {
    margin-top: 2px;
	font-size: 16px;
	text-align: center;
    font-weight: normal;
    color: #fff;
    line-height: 1.6em;
}
.float-l .main-l {
    text-align: center;
    margin-top: 25%;
    position: relative;
}
.float-l .pc {
    display: inline-block;
}
.float-l .sp {
    display: none;
}
.float-l .lead {
    position: relative;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
}
.float-l .musiclist-head {
    display: block;
    max-width: 106px;
    margin: 0 auto;
    position: relative;
    z-inde: 2;
}
.float-l .main-l .main_text {
    color: #fff;
    margin: 20px 0 0 40px;
    font-size: 15px;
    line-height: 1.6em;
    text-shadow: 5px 5px 12px rgba(0, 0, 0, 1), -5px -5px 12px rgba(0, 0, 0, 1), 5px 5px 12px rgba(0, 0, 0, 1), -5px -5px 12px rgba(0, 0, 0, 1), 5px 5px 18px rgba(0, 0, 0, 1), -5px -5px 18px rgba(0, 0, 0, 1), 5px 5px 18px rgba(0, 0, 0, 1), -5px -5px 18px rgba(0, 0, 0, 1);
    letter-spacing: 0.05em;
}
.float-l .main-l .main_text p + p {
    margin-top: 1em;
}
.float-l .main-r {
    float: right;
    width: 310px;
}
h3.sp-ptb {
    margin-bottom: 5px;
    text-align: left;
}
/*マック閲覧時のリンク線を消す */
.noborder {
    border: none;
    outline: none;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/*.clearfix {display: block;} */
/* End hide from IE-mac */
.float-l .main-l .musicname {
    color: #e693eb;
}
.float-l .main-l table {
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    width: 700px;
    border-collapse: collapse;
    margin: 15px auto 30px;
    text-align: left;
    font-weight: normal;
}
.float-l .main-l table tr {
    border-bottom: 1px solid #494949;
}
.float-l .main-l table th {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-right: 1px solid #000;
    text-align: center;
    padding: 2px 0;
    font-weight: normal;
}
.float-l .main-l table th:last-child {
    border: none;
}
.float-l .main-l table tr td {
    padding: 5px 8px 5px 4px;
}
.float-l .main-l table tr td:first-child {
    width: 33.3%;
}
.float-l .main-l table tr td:nth-child(2) {
    width: 33.3%;
}
.float-l .main-l table tr td:nth-child(3) {
    width: 33.3%;
}
.float-l .main-l .btn {
    position: relative;
    color: #fff;
    text-align: center;
    width: 380px;
    height: 50px;
    margin: 0 auto;
    background-image: -moz-linear-gradient(13deg, rgb(118, 127, 208) 0%, rgb(123, 69, 157) 100%);
    background-image: -webkit-linear-gradient(13deg, rgb(118, 127, 208) 0%, rgb(123, 69, 157) 100%);
    background-image: -ms-linear-gradient(13deg, rgb(118, 127, 208) 0%, rgb(123, 69, 157) 100%);
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition: 0.3s;
}
.float-l .main-l .btn span {
    display: block;
    font-size: 13px;
    line-height: 1.4em;
}
.float-l .main-l .btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    right: 20px;
}
.float-l .main-l .btn:hover {
	text-decoration: none;
	opacity:0.7;
}
/*__________________________________________________

スマホ用
__________________________________________________*/
@media screen and (max-width: 640px) {
    /*__________________________________________________

body
__________________________________________________*/
    .main {
        width: 100%;
        height: auto;
        background: #000 url(../img/250711_applemusic/bg_sp.jpg) no-repeat top center / 100%;
    }
    div#musicBody {
        width: 100%;
    }
    div#musicBody div.float-l {
        float: none;
        width: 100%;
        margin-top: 0 !important;
    }
    .no {
        display: block;
        background: #252525;
        color: #fff;
        padding: 15px 10px;
        margin: 0;
    }
    /*__________________________________________________

special contents
__________________________________________________*/
    div#musicBody div.float-l h2.sp_title {
        background: #252525;
        padding: 3.3333% 3.90625%;
        color: #f39800;
        font-size: 18px;
        font-weight: normal;
        width: 100%;
    }
    .float-l .pc {
        display: none;
    }
    .float-l .sp {
        display: inline-block;
        ;
    }
    .float-l .main-l {
        padding: 0 20px 40px;
        margin-top: 30%;
    }
    .float-l .main-r {
        display: none;
    }
    h3.tokusyu_ttl {
        padding: 0 20px;
        margin: 0;
    }
    h3.tokusyu_ttl img {
        margin: 8% 0 0;
        width: 100%;
    }
    h3.tokusyu_ttl + p{
        font-size: 4vw;
        line-height: 1.4em;
    }
    .float-l .main-l .main_text {
        color: #fff;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: normal;
        text-align: left;
        padding: 30% 0 0 0;
        margin: 0;
        text-shadow: none;
        letter-spacing: normal;
    }
    .float-l .lead {
        width: 100%;
        top: 10px;
    }
    .float-l .main-l table {
        width: 100%;
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 25px;
    }
    .float-l .main-l table tr td {
        vertical-align: top;
    }
    .float-l .main-l .btn {
        width: 100%;
    }
	/*.float-l .main-l table:last-of-type th{
		display:none;
	}
	.float-l .main-l table:last-of-type td{
		display:list-item;
		list-style: none;
		width:100% !important;
		padding: 8px 0 8px;
	}
	.float-l .main-l table:last-of-type td:first-child{
		font-size:14px;
		line-height:1.4em;
	}
	.float-l .main-l table:last-of-type td:nth-child(2){
		padding:0;
	}
	.float-l .main-l table:last-of-type td:nth-child(3){
		padding:0 0 8px;
		color:#B7B7B7;
	}
	.float-l .main-l table:last-of-type tr{
	}*/
}