@charset "utf-8";
/* CSS Document */

/***フォントメモ
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900
***/

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;	
}

body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height:2;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

    background-color: #000;
    text-align: center;
}


#header{}

#navi{}

#main{}

#footer{}

#wrap{}

.wrap {}

.header {
    margin: 3em auto 1em;
}

.header .logo {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
}
.header .logo img {
    max-width: 100%;
}

.main{
    margin: 1em;
	word-wrap: break-word;
}

.footer{
	margin: 60px auto 20px;
	text-align: center;
	font-size: 16rem;
}

.footer .copy {
	color: #fff;
}

.footer .sns_link {
}

.footer .sns_link {
    display: inline-block;
    text-align: center;
    margin-top: -10px;
    padding-left: 1em;
    vertical-align: top;
}


/*
.wrap{ 
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
    overflow: hidden;
}
*/
/*ページトップへ*/

#top_link{
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1000;
}

/********リンク********/
a:link{ color: #CBA400;}
a:hover{ color: #f2c715;}
a:visited{ color: #ae8d03;}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********見出し********/

.heading_page {
    margin: 0 auto 0.5em;
    padding-top: 30px;
font-family: 'Noto Serif JP', serif;
font-weight: 900;
    letter-spacing: 0.1em;

    font-size: 3em;

    color: #eeb503;
    background: -webkit-linear-gradient(90deg, #e17101, #eeb503, #eeb503, #eeb503);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading_page_sub {
    margin: 0 auto 40px;
/*    padding-top: 30px;*/
font-family: 'Noto Serif JP', serif;
font-weight: 900;
font-style: normal;

    font-size: 2.6em;

    color: #eeb503;
    background: -webkit-linear-gradient(90deg, #e17101, #eeb503, #eeb503, #eeb503);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading_page_sub .s {
    font-size: 0.8em;
}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.caution {
	font-size: 0.9em;
	text-align: left;
}

.caution li{
	padding-left: 1em;
	text-indent: -1em;
}



/********BD　ブルーレイ********/

.bd {
    width: 800px;
    margin: 0 auto;
}

.bd .heading_page_sub {
    margin-bottom: 0;
}

.bd .lead {
    margin: 2em auto 3em;
    text-align: center;
font-family: 'Noto Serif JP', serif;
    font-size: 1.3em;
    line-height: 2em;
}

.bd .lead .text {
    margin-bottom: 1em;
}
.bd .data {
    margin: 0 auto 2.5em;
    padding: 2em 1em 1em;
    border: 1px solid #eeb503;
    font-weight: 500;
    font-size: 1.1em;
}

.bd .detail dt {
    background: #eeb503;
    color: #000;
    font-size: 1.2em;
font-family: 'Noto Serif JP', serif;
font-weight: 900;
}

.bd .detail dd {
    padding: 1em;

}
.bd .detail .caution {
    margin: 1em auto 0;
    text-align: center;
    font-size: 0.8em;
}

.bd .data .hosoku {
    font-size: 0.9em;
    margin-left: 0.3em;
}

.bd .data .btn_hmv {
    display: block;
    max-width: 10em;
    width: 100%;
    margin: 1em auto;
    padding: 0.8em 0 0.6em;
    background: #eeb503;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2em;
    color: #000;
    line-height: 1;
    transition: 1.0s ;
    border-radius: 2px;
}

.bd .data .btn_hmv:hover {
    background: #fde303;
}

.bd .data .btn_hmv .fas {
    margin-right:  0.3em;
}



