@charset "utf-8";

@media screen and (max-width: 767px){
body{
  -webkit-text-size-adjust : none;
  min-width: initial;
}
img {
max-width: 100%;
height: auto;
width: auto;　
}

/*====================
 +ベースエレメント
====================*/
html {
	background: #fff;
	}

body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	background: #fff;
	/*position: relative;*/
	}

.t10 {
	font-size: 10px;
}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}

.mt1em {margin-top: 1em!important;}
.mt2em {margin-top: 2em!important;}
.mt3em {margin-top: 3em!important;}

.mb20 {margin-bottom: 20px!important;}
.mb40 {margin-bottom: 40px!important;}


/*====================
 +リンク
====================*/
a {
	color: #0085b9;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #2594e2;
	text-decoration: none;
	}
a { 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	}
a.zoom {
	position: relative;
}
a.zoom:after {
	display: block;
	content:"";
	background: url(../images/icon/icon_zoom.png) no-repeat bottom right;
	width: 100%;
	height: 28px;
	opacity: 1;
	margin-top: -28px;
	text-align: right;
	padding: 0;
}
a:hover.zoom:after {
	opacity: 0.7;
}
.linkTxt {
	color: #0085b9 !important;
	text-decoration: underline !important;
}
a:hover img {
	opacity: 0.8;
	transition: all 0.3s ease-out;
}

ol.olNormal > li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 1.5em;
}

/*====================
 +レイアウト
====================*/
.wrapper {
	background: #FFF;
}
.honmon_box {
	margin: 0 5%;
}
.honmon_box2 {
	margin: 0 5%;
}
.honmon_box3 {
	margin: 0 0;
}
.honmon_box4 {
	margin: 0 5%;
}
article#contents {
	z-index: 1;
	padding-bottom: 20px;
}
article#contents section.mainsection {
	margin: 0px 0px;
}


/*====================
 +ヘッダー
====================*/

/*#top　ヘッダ*/
#top #mainheader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 999;
	background: rgba(255,255,255,0);
	border: none;
}
#top #mainheader .wrapper {
	width: auto;
	background: rgba(255,255,255,0);
}

/*ロゴタイトル*/
#top #mainheader h1 {
	width: auto;
	height: auto;
	float: none;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-image: none;
	background-color: rgba(0,0,0,0); 
	text-indent: 0px;
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 13px;
	line-height: 2.4em;
	font-weight: normal;
	margin: 80px 10px 0 3%;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 7px rgba(255,255,255,0.9);
	/*text-shadow: 0px 0px 7px rgba(0,0,0,0.9);*/
	z-index: 9999;
}
#top #mainheader h1 .en {
	margin: 0 1em 0 0;
	font-family: 'Marcellus', serif;
	font-weight: bold;
}
#top #mainheader h1 .site {
	font-family: 'Marcellus', serif;
	font-weight: bold;
}
#top #mainheader h1 .name {
	font-size: 2.8em;
	letter-spacing: 0.2em;
	color: rgba(51,51,51,1);
	/*color: rgba(255,255,255,1);*/
}
#top #mainheader h1 a {
	text-decoration: none;
	color: #333;
	/*color: #fff;*/
}
#top #mainheader h1 a:hover {
	opacity: 0.85;
}

#mainheader {
	border-bottom: 1px solid rgba(35,45,55,0.3);
	box-sizing: border-box;
}

/*ロゴタイトル*/
#mainheader h1 {
	width: calc(100% - 50px);
	height: 48px;
	float: none;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-image: none;
	background-color: rgba(255,255,255,1); 
	text-indent: 0px;
	color: rgba(35,45,55,0.7);
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 2px 10px 0 5%;
	letter-spacing: 0.2em;
	box-sizing: border-box;
	z-index: 9999;
}
#mainheader h1 .en {
	margin: 0 1em 0 0;
	font-family: 'Marcellus', serif;
	font-weight: bold;
}
#mainheader h1 .site {
	font-family: 'Marcellus', serif;
	font-weight: bold;
}
#mainheader h1 .name {
	font-size: 1.85em;
	letter-spacing: 0.2em;
	color: rgba(35,45,55,1);
}
#mainheader h1 a {
	text-decoration: none;
	color: inherit;
}
#mainheader h1 a:hover {
	opacity: 0.85;
}

/*グローバルナビ*/
.hamburger {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	display:block;
	width: 50px;
	height: 50px;
	margin: 0px 0 auto auto;
	cursor: pointer;
	text-align: center;
	background: #fff url("../images/icon/icon_menu.png") 16px 18px no-repeat;
	color: rgba(35,45,55,1);
	z-index: 9998;
	
}
.hamburger.open {
	background: #fff url("../images/icon/icon_close.png") 16px 18px no-repeat;
}

#top #globalnav {
	top: 0;
	padding-top: 50px;
}

#globalnav {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-top: 0;
	border-bottom: 1px solid #e2e2e2;
	display:none;
 	z-index:9997;
	
	background: #fff;
	box-sizing: border-box;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.2em;
}

#globalnav ul {
	margin-top: 0;
	width: 100%;
}
#globalnav ul li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px 20px;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; 
    -o-text-overflow: ellipsis; 
}

#globalnav ul li::after {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: rgba(35,45,55,0.5);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -18px;
}

#globalnav ul li a {
	text-decoration: none;
	color: rgba(35,45,55,1);
	display: block;
}
#globalnav ul li a:hover {
	color: #0085b9;
}
#globalnav ul.mainMenu {
	margin: 0;
	border-top: 1px solid rgba(35,45,55,0.3);
}
#globalnav ul#otorie {
	margin: 2em 0 0;
}
#globalnav ul#otorie li#otorieH {
	display: none;
}
#globalnav ul#otorie li#btnFb,
#globalnav ul#otorie li#btnYoutube {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 0.05em;
}
#globalnav ul#otorie li#btnFb i,
#globalnav ul#otorie li#btnYoutube i {
	font-size: 1.8em;
	padding-right: 0.5em;
	width: 1em;
	text-align: center;
	vertical-align: middle;
	color: rgba(35,45,55,0.5);
}

/*====================
 +メイン動画
====================*/

.wrapMov {
	width: auto;
	height: auto;
	margin: 0;
	max-width: 767px;
}

/*
.movBox {
	position: relative;
	width: 100%;
	max-width: 767px;
	height: 85vh;
	z-index: 1;
	overflow: hidden;
	background: url('../images/contents/top_mov_sp06.jpg') no-repeat top center / auto 100%;
}
.movBox:after {
	content: "";
	display: table;
	clear: both;
}
#youtube-wrap {
	height: 100%;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#youtube {
	display: none;
}
*/
.top_main_wrap {
	position: relative;
	width: 100%;
	max-width: 767px;
	height: 85vh;
	z-index: 1;
	overflow: hidden;
	background: url('../images/contents/top_main_sp.jpg') no-repeat top center / auto 100%;
}
.movBox:after {
	content: "";
	display: table;
	clear: both;
}
/*
.movBox .scrollBtn {
	display: none;
}
*/	
.top_main_wrap .scrollBtn {
	/*display: none;*/
	z-index: 6;
	position: absolute;
	bottom: 4%;
	left: 0;
	width: 100% !important;
	height: 60px;
	text-align: center;
	border: 0;
}
.scrollBtn a {
	padding-top: 0px;
	color: #ccc;
	line-height: 120px;
	opacity: 0.5;
}
.scrollBtn a:hover {
	opacity: 1;
}
.scrollBtn a span {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #ccc;
	border-radius: 50px;
	box-sizing: border-box;
	
}
.scrollBtn a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #ccc;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.movBox .tsuzuki {
	position: absolute;
	bottom: 36%;
	/*bottom: 130px;*/
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}
.movBox .tsuzuki a {
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	/*border: 1px solid rgba(0,0,0,0.7);*/
	color: #000;
	padding: 0.6em 1.2em;
	border-radius: 20px;
	height: 40px;
	text-decoration: none;
}
.movBox .tsuzuki a::before {
	display: inline-block;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 1.2em;
	margin: 0 0.7em -0.4em 0;
}
.movBox .movCap {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	/*bottom: 194px;*/
	bottom: 36%;
	left: 0;
	right: 0;
	margin: 0 auto 40px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}

.movBox .volume {
	display: none;
}
.movBox #mute,
.movBox #play {
	display: none;
}

/*====================
 +見出し
====================*/

article#contents h2.h2_honmon {
	display: block;
	margin: 30px auto 60px;
	text-align: center;
}
article#contents h2.h2_honmon span {
	display: inline-block;
	width: auto;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Marcellus', serif;
	letter-spacing: 0.05em;
	color: rgba(35,45,55,0.4);
}
article#contents h2.h2_honmon span::after {
	display: block;
	content: "●　●　●";
	font-size: 12px;
	letter-spacing: 0em;
	color: rgba(35,45,55,0.2);
	margin: 10px 0 0;
}


/*====================
 +フッター
====================*/
#mainfooter {
	color: #666;
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.1em;
}
#mainfooter .wrapper {
	background: rgba(35,45,55,0.03);
	border-top: 1px solid rgba(35,45,55,0.1);
	margin: 20px auto 0;
	position: relative;
}
#mainfooter .wrapper p#footer_title {
	font-size: 115%;
	position: absolute;
	bottom: 50px;
	left: auto;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
#mainfooter .wrapper ul#footer_link {
	margin: 0px 0px 20px;
	padding-bottom: 90px;
}
#mainfooter .wrapper ul#footer_link li {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	
	display: block;
	border-bottom: 1px solid rgba(35,45,55,0.1); 
}
#mainfooter .wrapper ul#footer_link li:last-child {
	
}
#mainfooter .wrapper ul#footer_link a {
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	color: rgba(35,45,55,1);
}
#mainfooter .wrapper ul#footer_link a:hover {
	color: #0085b9; 
}


/*コピーライト*/
#mainfooter #copyright {
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

/*ページトップへ*/
#mainfooter #gototop a {
	width: 40px;
	height: 40px;
	background-image: url(../images/btn/gototop.png);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 52px 52px;
	background-size: 52px 52px;
	text-indent: -9999px;
	position: fixed;
	right: 10px;
	bottom:0px;
	z-index: 99;
	display: block;
	pointer: cursor;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#mainfooter #gototop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*====================
 + general class
====================*/
.clearfix {
	overflow: hidden;
	}
.hidden {
	font-size: 0px;
	line-height: 0px;
	display: none;
	visibility: hidden;
}
.btn_onmouse a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.align_center {
	text-align: center;
}
.column {
	background: #f5f5f5;
	padding: 15px 10px 10px;
	border: 1px solid #e3e3e3;
	margin: 2.2em 0;
	/*角丸*/
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	behavior: url(/home/common/css/PIE.htc); /*IE*/
}
.large {
	font-size: 18px;
}
#spec span.large {
	display: block;
}
.small {
	font-size: 10px;
}


/*テキストリンク（シンプル矢印）*/
.textlink {
	font-size: 10px;
	line-height: 1.2;
	background: url(../images/icon/arrow.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 10px;
}

.top_header_margin {
	margin-top: 0px;
}
.header_margin {
	margin-top: 0px;
}

.btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2e9), to(#d1cab5));
	background: -webkit-linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);
	background: linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);
	font-size: 14px;
	color: #333;
	text-shadow: 0px 2px 1px rgba(255,255,255,0.7);
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	padding: 0px 5px;
	margin: 20px auto;
	text-decoration: none;
	border: solid 1px #c4bba2; 
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	behavior: url(/home/common/css/PIE.htc);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	behavior: url(/home/common/css/PIE.htc);
}
div.link a {
	color: #333;
	text-decoration: none !important;
}
a:hover .btn {
	color: #fff;
	text-decoration: none;
	background: #666;
}
.btn_noLink {
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f5f2e9), to(#d1cab5));
	background: -webkit-linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);
	background: linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);*/
	background: #eeece5;
	font-size: 14px;
	color: #999;
	/*text-shadow: 0px 2px 1px rgba(255,255,255,0.7);*/
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	padding: 0px 5px;
	margin: 20px auto;
	text-decoration: none;
	border: solid 1px #e6e4de; 
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	/*behavior: url(/home/common/css/PIE.htc);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	behavior: url(/home/common/css/PIE.htc);*/
}
.btn_amazon {
	height: 36px;
	/*background: #fff;*/
	background: linear-gradient(to bottom, #fff, #efefef);
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	font-size: 0;
	line-height: 36px;
	padding: auto 5px;
	margin: 20px auto;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.btn_amazon img {
	width: 100px !important;
	height: auto;
	margin: 0px 0 0px;
}
.btn_txt {
	height: 28px;
	line-height: 28px;
	/*background: #fff;*/
	background: linear-gradient(to bottom, #fff, #efefef);
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center;
	padding: 0 5px;
	margin: 20px auto;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
a:hover .btn_txt {
	color: #BFB6A2;
	text-decoration: none;
}
.btn_txt .otonano {
	font-size: 1.2em;
}
.btn_txt .spnyMusicShop {
	font-size: 1.0em;
}
.btn_mail {
	font-size:1.2em;
	border:1px solid #ddd;
	border-radius:0.3em;
	padding:0.4em 0.5em 0.4em 2.5em;
	marfin:0 auto;
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	text-decoration: none!important;
	transition: 0.8s;
	background: rgba(0,0,0,0.04) url("../images/icon/icon_mail.svg") no-repeat left 0.5em center / 1.5em auto;
}
.btn_mail:hover {
	background: url("../images/icon/icon_mail.svg") no-repeat left 0.5em center / 1.5em auto;
}



/*
div.link a p.btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f2e9), to(#d1cab5));
	background: -webkit-linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);
	background: linear-gradient(top, #f5f2e9 0%, #d1cab5 100%);
	font-size: 14px;
	color: #333;
	text-shadow: 0px 2px 1px rgba(255,255,255,0.7);
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	padding: 0px 5px;
	margin: 20px auto;
	text-decoration: none;
	border: solid 1px #c4bba2; 
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	behavior: url(/home/common/css/PIE.htc);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	behavior: url(/home/common/css/PIE.htc);
}
div.link a:hover p.btn {
	color: #fff;
	text-decoration: none;
	background: #666 url(../images/icon/arrow_white.gif) no-repeat 6px 20px;
}
*/

a:hover .btn_onmouse img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.mgn_btm {
	margin-bottom: 20px;
}
p.tmb img {
	padding: 10px;
	margin: 5px 0px;
	border: 4px solid #ededed;
	/*シャドウ*/
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	behavior: url(/home/common/css/PIE.htc); /*IE*/
}
div.pdfBox {
	display: inline-block;
}
div.pdfBox a {
	text-decoration: none;
}

div.pdfBox a p.pdf {
	font-size: 10px;
	color: #888;
	background: url(../images/icon/icon_pdf.gif) no-repeat 0px 0px;
	padding: 2px 0px 2px 22px;
	line-height: 1.3;
	text-decoration: none;
	color: #888;
}
div.pdfBox a p.onlinemag {
	font-size: 10px;
	color: #888;
	padding: 2px 0px 2px 0px;
	line-height: 1.3;
	text-decoration: none;
	color: #888;
}


div.pdfBox a:hover p.pdf,
div.pdfBox a:hover p.onlinemag {
	color: #2594e2;
	text-decoration: underline;
}

.br_pc,
.spNone {
	display: none;
}

.alignRight {
	text-align: right;
}

.spCenter {
	text-align:center;
}

.colorRed {
	color: #C00;
}

figure img {
	width: 100%;
}

.img_w200 {
	width: 200px;
}
/*.floatLeft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1.2em;
}
.floatRight {
	float: right;
	margin-left: 2em;
	margin-bottom: 1.2em;
}*/

}/*@media*/