@charset "UTF-8";

/**********
default setting
**********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**********
style
**********/
html {
	height: 100%;
}
body {
	font-family: 'Product Sans', "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333;
	text-align: center;
}
img {
	width: 100%;
}
.fadeInBlock {
	opacity: 0;
}
.scrollIn {
	opacity: 0;
	transform: translate(0,30px);
	-webkit-transform: translate(0,30px);
}
.fadeInTop {
	opacity: 1;
	transition: opacity .8s;
}
.fadeInAnime {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: opacity .8s, transform .6s;
}.hide {
	display:none;
}

.paratest {
	width: 100%;
}

#header {
	width: 100%;
	height: 100%;
	background: url(../img/bg_A.jpg) center 0 repeat;   
	background-size: 100%;
	position: relative;
	z-index: 1000;
}

.secBg {
	width: 100%;
    height: 100%;
	background: url(../img/bg_A.jpg) center 0 repeat;   
	background-size: 108% auto;
	position:fixed;
	top: 0;
	left:0;
	z-index: 0;
}

#header h1 {
	width: 68px;
	height: 67px;
	padding: 14px;
	position: relative;
	z-index: 100;
}
#fixHeader {
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index:1001;
	display: none;
}
#fixHeader h1 {
	width: 182px;
	height: 40px;
	padding: 8px 10px;
	position: relative;
	z-index: 100;
}

.nav {
	width: 100%;
	position: fixed;
	top: calc(-100% + 40px);
	left: 0;
	text-align: center;
	height: 100%;
	overflow: hidden;
	z-index:10;
	transition: .5s;
	background: rgba(45,170,225,0.95);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
.close .nav {
	background: rgba(45,170,225,1);
}

#header .nav {
	top: calc(-100% - 10px);
}

.nav li {
	margin-bottom: 25px;
}

.navButton {
	width: 18px;
	height: 12px;
	top: 14px;
	right: 15px;
	z-index: 1000;
}

#header .navButton {
	position: absolute;
}
#fixHeader .navButton {
	position: fixed;
}
.navButton span,
.navButton:before,
.navButton:after {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    transition: .1s ease-in-out;
}
#header .navButton span,
#header .navButton:before,
#header .navButton:after {
    background: #000;
}
#fixHeader .navButton span,
#fixHeader .navButton:before,
#fixHeader .navButton:after {
    background: #fff;
}
.navButton:before {
	content: '';
    top: 0;
}
.navButton span {
    top: 5px;
}
.navButton:after {
	content: '';
    top: 10px;
}
.open .navButton:before {
	top: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .navButton span {
	width: 0;
	left: 50%;
}
.open .navButton:after {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .nav {
	top: 0;
	padding: 70px 0 0;
}
#header.open .nav {
	top: 0;
	padding: 70px 0 0;
}
.navClose {
	content: "";
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:transparent;
}

.spNav img {
	width: 75%;
	height: auto;
}

.spNav {
	padding-top: 50px;
}

.spNav li {
	padding: 20px;
}

.staffBlog {
	width: 45%;
	height: auto;
	margin-left: 100px;
}

.bestAl {
	width: 70%;
	height: auto;
	margin-left: 55px;
}

#header h2 {
	width: 212px;
	height: 212px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -106px 0 0 -106px;
}
#header .h2Bg {
	width: 212px;
	height: 212px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -106px 0 0 -106px;
	mix-blend-mode: multiply;
}

.snsShare {
	letter-spacing: -.4em;
	padding-top: 35px;
	height: 120px;
	background: url(../img/img_27.svg) center bottom no-repeat;
	background-size: 42px;
}
.snsShare li {
	display: inline-block;
	letter-spacing: normal;
	margin: 8px;
}
.snsShare li img {
	width: 45px;
	height: 45px;
}




.section {
	position: relative;
	z-index: 100;
	overflow: hidden;
}

#secA {
	background: rgba(255,255,255,.9);
	padding: 60px 0 0;
}
#secA .albumCover {
	margin-bottom: 45px;
}
#secA .albumCover span {
	margin-bottom: 15px;
}
#secB .albumCover {
	margin-bottom: 20px;
}
/*#secA */.albumTitle {
	margin-bottom: 30px;
}
#secA .albumsubTitle {
	margin-bottom: 30px;
}
/*#secA */.albumVar {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 65px;
}
/*#secA */.albumVar li {
	margin-bottom: 4px;
}
#secA .albumDesc {
	margin: 0 10%;
	padding: 4% 5% 10px;
	border: 1px solid #333;
	border-top: none;
	position: relative;
	margin-bottom: 60px;
}
#secA .albumDesc h3 {
	transform:translateY(-75%);
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 2px);
}

#secA .albumDesc h3 img {
	width: 65%;
	transform:translateY(10%);
}
#secA .albumDesc.tsujo h3 img {
	width: 29%;
	transform:translateY(10%);
}
#secA .albumDesc.tsujo.gentei h3 img {
	width: 37%;
	transform:translateY(10%);
}

#secA .albumDesc h3:before,
#secA .albumDesc h3:after {
	content: "";
	display:inline-block;
	height:1px;
	background: #333;
	width: 17.5%;
}
#secA .albumDesc.tsujo h3:before,
#secA .albumDesc.tsujo h3:after {
	width: 35.5%;
}
#secA .albumDesc.tsujo.gentei h3:before,
#secA .albumDesc.tsujo.gentei h3:after {
	width: 31%;
}


#secA .albumDesc.tsujo li {
	text-align: center;
}
#secA .albumDesc.tsujo li dl dt {
	margin-bottom: 20px;
}
#secA .albumDesc.tsujo li dl dd {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 35px;
}
#secA .albumDesc.tsujo li dl dd:nth-child(2) {
	margin-bottom: 25px;
}

#secA .albumDesc.tsujo.gentei li dl dt {
	margin-bottom: 15px;
}


#secA .albumDesc h3 + p {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 20px;
}
#secA .albumDesc h4 {
	position: absolute;
	top: -35px;
	right: -23px;
	width: 63px;
}
#secA .albumDesc h4 img {
	width: 63px;
	height: 63px;
}
#secA .albumDesc li {
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 20px;
}
#secA .albumDesc li .small {
	font-size: 11px;
	line-height: 15px;
}

#secA .albumDesc li .color {
	font-size: 9px;
	line-height: 11px;
	color: #2daae1;
	display: block;
	padding-top: 5px;
}
#secA .albumDesc li .bonusTrack {
	font-size: 9px;
	line-height: 15px;
	padding-left: 5px;
}

#secA .albumDesc .ytLink a {
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(../img/img_28.svg) 0 0 no-repeat;
	background-size: 18px auto;
	margin-left: 10px;
}

#secA .trackList {
	margin-bottom: 45px;
}
#secA .trackList h4 {
	margin-bottom: 18px;
}
/*#secA .trackList h4 */img.tracks {
	width: 59px;
	height: auto;
}
#secA .trackList .trackListSlide {
	font-size: 13px;
	line-height: 21px;
}
#secA .trackList .trackListSlide dt {
	margin-bottom: 15px;
}
#secA .dvdList {
	margin-bottom: 45px;
}
#secA .dvdList h4 {
	margin-bottom: 19px;
}
/*#secA .dvdList h4 */img.dvds {
	width: 98px;
	height: auto;
	margin-bottom: 4px;
}
#secA .dvdList h5 {
	margin-bottom: 15px;
}
#secA .dvdList h5 img {
	width: 62.5%;
	height: auto;
}
#secA .dvdDesc {
}
#secA .dvdDesc .dvdTracks {
	font-size: 11px;
	line-height: 19px;
	padding: 0 10%;
}
#secA .dvdDesc .color {
	color: #2daae1;
}
#secA .dvdDesc.A {
	margin-bottom: 40px;
}
#secA .dvdDesc.A h5 + p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
#secA .dvdDesc.A h5 + p span {
	font-size: 9px;
	line-height: 18px;
}
#secA .dvdDesc.B .edition {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 0;
}
#secA .dvdDesc.B h5 + p,
#secA .dvdDesc.B .edition + p {
	font-size: 9px;
	line-height: 13px;
}
#secA .dvdDesc.B .edition + p {
	margin-bottom: 25px;
}
#secA .movieBlock {
	margin-bottom: 60px;
}
/*#secA */.movieBlock .title {
	font-size: 10px;
	line-height: 13px;
	padding-top: 10px;
}

#secA #storeLink {
	padding-bottom: 75px;
}
#secA #storeLink h4 {
	margin-bottom: 35px;
}
#secA #storeLink h4 img {
	width: 122px;
	height: auto;
}
#secA #storeLink li {
	margin-bottom: 15px;
}
#secA #storeLink a {
	display: block;
	width: 162px;
	height: 45px;
	margin: 0 auto;
}

#secB {
	padding: 55px 0;
}
#secB .albumCover img {
	width: 62.5%;
}
#secB .hamaJk {
	margin: 50px 0 35px 0;
}

#secB .hamaTitle {
	margin: 0 10px;
}
/*#secB */.albumCover span {
	display: block;
	font-size: 9px;
	line-height: 9px;
	padding: 10px 0 0;
}
#secB .albumCover + div {
	margin-bottom: 30px;
}
#secB .albumsubTitle {
	margin-bottom: 19px;
}
#secB .albumVar {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 45px;
}
#secB dl dt {
	margin-bottom: 10px;
}
#secB dl dd {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 26px;
}
#secB dl dd span {
	margin-bottom: 8px;
	display: inline-block;
}

#secB dl dd span.small {
	font-size: 9px;
	line-height: 9px;
}
#secB dl dd div:first-child {
	margin-bottom: 25px;
}

#secB .txTitleSp {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 -15px 0;
	display: block;
}

.secB_blend {
	width: 100%;
	position: absolute;
	left: 0;
	background: url(../img/bg_bordersp.png) center top repeat-y;
	background-size: 100%;
	z-index: 1;
	height: 1669px;
	top: 4732px;
}

#secC {
	padding: 65px 10%;
}
#secC h3 {
	margin-bottom: 30px;
}
#secC .liveInfo {
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 25px;
	padding:10px;
}
#secC .liveInfo a {
	color: #fff;
}
#secC .tokuLink {
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}
#secC .tokuLink a {
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
#secC .tokuLink span {
	font-size: 8px;
	line-height: 8px;
	padding-top: 5px;
	display: inline-block;
}
.secC_blend {
	width: 100%;
	position: absolute;
	left: 0;
	background: url(../img/bg_bluesp.png) center top repeat-y;
	background-size: 100%;
	z-index: 1;
}

#secD {
	padding: 55px 10% 35px;
	background: rgba(0,0,0,.6);
}
#secD h3 {
	margin-bottom: 35px;
}
#secD .postWrap {
	margin-bottom: 30px;
}
#secD .postWrap .postLabel {
	color: #000;
	font-size: 9px;
	line-height: 14px;
	width: 44px;
	margin: 0 auto 7px;
	background: #fff;
	border-radius: 7px;
}
#secD .postWrap .postTitle {
	color: #2daae1;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
}
#secD .postWrap.postOpen .postTitle {
	text-decoration: none;
}
#secD .postWrap .postDesc {
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	position: relative;
	height: 0;
	overflow: hidden;
	transition: .5s;
}
#secD .postWrap .postDesc .inner {
	padding-top: 16px;
}
#secD .postWrap .postDesc a {
	color: #fff;
}
#secD .postWrap .postDesc .postClose {
	width: 100%;
	text-align: right;
	padding: 15px 0 0;
	position: relative;
}
#secD .postWrap .postDesc .postClose img {
	width: 15px;
	height: 15px;
}
#secD .postWrap .postDesc .postClose:after {
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 20px);
	background: #fff;
	position: absolute;
	bottom: 7px;
	left: 0;
}


#secE {
	padding: 40px 6.5% 80px;
	background: url(../img/bg_bluesp.png) center top repeat-y;
	background-size: 100%;
}
#secE h3 {
	margin-bottom: 35px;
}
#secE .bookDesc {
	padding-top: 35px;
}
#secE .bookDesc h4 {
	margin-bottom: 15px;
}
#secE .bookDesc dt {
	width: 32%;
	float: left;
}
#secE .bookDesc dd {
	width: 68%;
	float: right;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	padding-left: 12px;
    margin-top: -2px;
}

#footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	line-height: 8px;
	color: #000;
	letter-spacing: 0.01em;
	padding: 45px 0 75px;
	background: rgba(255,255,255,.9);
	position: relative;
	z-index: 100;
	overflow: hidden;
}
#footer h2 {
	margin-bottom: 50px;
}
#footer h2 img {
	width: 131px;
	height: auto;
}
#footer ul {
	letter-spacing: -.4em;
}
#footer li {
	width: 38px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 7px 10px;
}
#footer li img {
	width: 38px;
	height: 38px;
}
#footer h3 {
	padding: 60px 0 38px;
}
#footer h3 img {
	width: 95px;
	height: auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#topics {
	position: relative;
	padding: 50px 0 45px;
}
#topics .topicWrap {
	position: relative;
	padding: 0 10%;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	text-align: left;
	z-index: 10;
}
#topics .blogPost {
	margin-bottom: 40px;
}
#topics .topicWrap li {
	margin-bottom: 25px;
}

#topics .topicWrap .postdDate {
	padding-right: 13px;
}
#topics .topicWrap a {
	color: #fff;
}
#topics h2 {
	margin-bottom: 42px;
}
#topics .blogLink {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#topics .blogLink a {
	text-decoration: none;
}
#topics .blogLink img{
	width: 20px;
	height: 20px;
	padding-left: 5px;
}
.topics_blend {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_bluesp.png) center top repeat-y;
	background-size: 100%;
	z-index: 1;
}


/*--  170425　UM追記　--*/

.yokohama{
	text-align:center;
	border:1px solid #999;
	padding:10px;
	width:95%;
	margin:0 auto;
	background:#2daae1;
	color:#fff;
	line-height:1.5;
	font-size:80%;
}


.yokohama strong{
	font-weight:bold;
}


.yokohama a {
	color: #fff;
	text-decoration:none;
}
.yokohama a:after {
	color: #fff;
}
.yokohama a:hover{
	color: #fff;
	text-decoration:underline;
}


/*--  170502　UM追記　--*/
.digital{
	text-align:center;
	border:1px solid #999;
	padding:10px;
	width:95%;
	margin:0 auto;
	background:#FFF;
	color:#000;
	line-height:1.5;
	font-size:80%;
}

.digital strong{
	font-weight:bold;
}

.digital img {
	width: 120px;
}

.digital a img.css-hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.digital a:hover img.css-hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.mt30{
	margin-top:30px;
}

.uline{
	text-decoration:underline;
}

.txtblack{
	color:#000;
}

/*--  170607　UM追記　--*/
.swiper-wrapper {
	padding-bottom: 35px; 
}


/*--  170626　UM追記　--*/



/* リンク設定
----------------------------------------------------------- */
.hgroup02 {
	background:#F4F4F4 repeat-x bottom left;
	position: relative;
	color:#000;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

#secE .hgroup02 h3 {
	margin-bottom:0px;
	}

.hgroup02 span {
	    color: #666666;
    font-size: 70%;
}

.hgroup02:hover {
	cursor: pointer;
	background-color: ##F4F4F4;
}

.hgroup02 .title01{
	font-size: 113%;
	font-weight: bold;
}


.hgroup02 .text01,
.hgroup02 .text02 {
	position: absolute;
	top: 4px;
	right: 5px;
	padding-right:25px;
}


.hgroup02 .text01:after{
	 border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 15px 10px 10px;
    content: " ";
    height: 0;
    margin-top:5px;
    position: absolute;
}

.hgroup02.open .text01:after {
	margin-top:4px;
	border-top: solid 6px transparent;
	border-right: solid 10px transparent;
	border-bottom: solid 15px #fff;
	border-left: solid 10px transparent;
}



.hgroup02 .text02:after{
	 border-color: #46B0DF transparent transparent;
    border-style: solid;
    border-width: 15px 10px 10px;
    content: " ";
    height: 0;
    margin-top:5px;
    position: absolute;
}


.hgroup02.open .text02:after {
	margin-top:0px;
	border-top: solid 6px transparent;
	
	border-right: solid 10px transparent;
	border-bottom: solid 15px #fff;
	border-left: solid 10px transparent;
	border-color: transparent transparent #46b0df;
}
.jqArea01 p{
	padding:10px;
	background-color: #44b1e1;
	font-size:80%;
}

