@charset "utf-8";
/* ********************************

	キュウソネコカミ

*********************************** */

@import url(https://fonts.googleapis.com/css?family=Jolly+Lodger);

/* reset css
================================= */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

#logo.logoLower {
	display: none;
}

/* clearfix
--------------------------------- */
.clearfix:after { content:" "; display:block; clear:both; }


/* base
================================= */
html,body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 14px;
	line-height: 150%;
}

body{ background: #fff; color: #000; }
.detail { background:#000; }
img { max-width: 100%; }
a { color: #0000FF; -webkit-transition: all .3s ease; transition: all .3s ease; text-decoration:underline ; }
a:link { color:#0000FF; }
a:visited { color:#FF0000; }
a,div,p,span,ul,ol,li,figure{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ph{position: relative;text-align:center;line-height:0;}

.dummy{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#container{min-width: 1000px;}
.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
	0% { transform: translateY(0%); }
	50% { transform: translateY(2%); }
	100% { transform: translateY(0%); }
}
@-webkit-keyframes floating {
	0% { -webkit-transform: translateY(0%); }
	50% { -webkit-transform: translateY(3%); }
	100% { -webkit-transform: translateY(0%); }
}

/*
.contentTit,.nav li a,.more a{ font-family: 'Allerta', sans-serif; }
.date,.discoInfo dt,#footer,.cat{ font-family: 'Quantico', sans-serif; }
.up{ color:#F00; font-family: 'Quantico', sans-serif; }
.topicsList li a{ text-decoration:none; }
.liveArea .date{ font-family: 'Acme', sans-serif; }
*/

.noInfo{
	font-size:12px;
	color:#999;
	background:transparent !important;
	border:none !important;
	text-align:center;
	padding:10px 0 30px;
}
.noInfo:after{ background:transparent !important; }
.noData{ text-align:center; font-size:12px; color:#999; }
.home .subMenu{ display:none; }


/* PROFILE AREA
--------------------------------- */
#profPh{ text-align:center; margin-top:-30px; }
.member{ margin-bottom:20px; }
.member li{ text-align:center; font-size:16px; padding-bottom:18px; }

.home .topLink,
.detail .sns{ display:none; }
.sns li.vine,
.sns li.tw{ display: inline-block; }
.sns li.tw{ font-size: 30px; color: #F00; line-height: 1.6em; }
.sns li.tw a img{ opacity:1 !important; }
.sns li.tw a:hover img{
	animation-name: flor;
	-webkit-animation-name: flor;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes flor {
	0% { transform: translateY(0%); }
	50% { transform: translateY(2%); }
	100% { transform: translateY(0%); }
}
@-webkit-keyframes flor {
	0% { -webkit-transform: translateY(0%); }
	50% { -webkit-transform: translateY(3%); }
	100% { -webkit-transform: translateY(0%); }
}
.topLink{ text-align:center; font-size:15px; padding:40px 0 15px; }
.btn .main{
	display:block;
	width:300px;
	border:solid 3px #fff;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	border-radius:8px;
	padding:10px 0;
	margin:0 auto 15px;
}
.home .goodsArea{ position:relative; }
.pswp__caption__center{ max-width:auto !important; text-align:center !important; color:#FFF !important; }
.pswp__caption__center span{ display:block !important; }
.pswp__button--share{ display:none !important; }
.goodsArea .captionTxt{ display:none; }
.twitterBtn{
	display: inline-block;
	margin-right: 0;
	margin-bottom: 20px;
	position: relative;
	top: 24px;
}
.fb-like{ display: inline-block; position: relative; top: 0; }



/* page--questionnaire
--------------------------------- */

.page--questionnaire .infoWrap {
    color: #000;
}

.page--questionnaire .ph {
    width: 100%;
    margin: 0 auto 40px;
    line-height: 0;
}

.page--questionnaire .txt--lead {
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.7;
}

.page--questionnaire .form--post {
    margin-bottom: 40px;
}

.page--questionnaire .form--post dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.page--questionnaire .form--post dd {
    margin-bottom: 30px;
}
.page--questionnaire .form--post dd:last-child {
    margin-bottom: 0;
}

.page--questionnaire form .icon--required::before {
  content: "＊必須";
  color: #ea002a;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: text-top;
  padding-left: 10px;
}

.page--questionnaire .txt--sub.center {
    text-align: center;
    margin-bottom: 20px;
}

.page--questionnaire .btn--main {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: none;
    position: relative;
    z-index: 1;
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 700;
    font-size: 17px;
    width: 300px;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
}
.page--questionnaire .btn--main:hover {
    opacity: 0.7;
}

.page--questionnaire .btn {
    margin-bottom: 15px;
}
.page--questionnaire .btn:last-child {
    margin-bottom: 0px;
}

.page--questionnaire .btn--main.btn--sub {
    background: #8f8f8f;
}


.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  font-weight: 700 !important;
  padding: 0.6em;
  padding-right: 2.3em;
  border: 3px solid #000;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__select select {
    border: 4px solid #000;
  }
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #fff;
  border-color: #2f77bd;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    padding: 5px 0;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    border: 1px solid #888;
    margin: -0.5em 0 0;
    position: absolute;
    top: 50%;
    left: 0;
}
.form__radio :checked ~ p::before {
    background: #000;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #2f77bd;
  border-color: #2f77bd;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.form--post textarea {
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0.3em;
    padding: 0.5em;
    height: 10em;
    border-radius: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}

.form--post input[type="text"] {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.form--confirm {
  margin: 0 0 40px;
}

.form--confirm {
border: 0.5px solid #888;
    padding: 30px;
    margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}
.form--confirm dd:last-child {
    margin-bottom: 0;
}


@media screen and (min-width: 1px) and (max-width: 960px) {

.page--questionnaire .ph {
    margin-bottom: 25px;
}
.page--questionnaire .txt--lead {
    font-size: 14px;
    margin-bottom: 20px;
}
.page--questionnaire .form--post dt {
    margin-bottom: 8px;
}
.page--questionnaire .form--post dd {
    margin-bottom: 25px;
}

.form__select {
    width: 100%;
}

.page--questionnaire .form--post {
    margin-bottom: 20px;
}

.page--questionnaire .txt--sub.center {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}

.page--questionnaire .btn--main {
    font-size: 15px;
}

.form--confirm {
    margin-bottom: 25px;
    padding: 20px;
}

.form--confirm dt {
    font-size: 12px;
    margin-bottom: 6px;
}

.form--confirm dd {
    margin: 0 0 15px;
}

}

/* ERROR
--------------------------------- */
#error #content{ color: #fff; text-align: center;}
#error #content .errTxt {
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 30px auto 60px;
}
#error #content .errTxt + img{ width: 160px; margin-bottom: 50px; }



/* PC only
============================== */
@media screen and (min-width: 1000px) {

	.sp{ display:none; }
	.detail{ font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
	#next a{ color:#000; font-weight:bold; }
	#wrap{
		/*width:1100px;*/
		width:100%;
		min-height: 100%;
		margin:0 auto;
		position:relative;
	}
	.detail #wrap{ padding-bottom:150px; background:#000; }
	.btn .main:hover{ background:#FFF; color:#000; }
	.btn .sml{ width:150px; padding:5px 0; font-size:13px; }

	#contents{
	/*width:1000px;*/
	margin:0 auto;
	}

	#pageTop{ position:fixed; right:20px; bottom: -200px; }
	#pageTop img{ width:80px; opacity:1 !important; }
	.detail .infoDetail .infoWrap{ background:#FFF; border-radius:8px; padding:50px; }
	.detail .infoDetail .text{ margin-bottom:60px; }
	.detail #section{ padding-top:120px; margin:0 auto; }
	.detail #content{ width:800px; margin:0 auto 30px; }
	.live #content,.news #content{ width:960px; margin:0 auto 30px; }
	.detail #headerNavWrap{ display:none; }

	.detail #header{
		width:100%;
		min-width:1110px;
		background:#FFF;
		border-bottom:solid 3px #000;
		overflow:hidden;
		padding:5px 40px;
		margin-bottom:50px;
		position:fixed;
		top:0;
		left:0;
		z-index:3;
	}
	.detail #logo{
		width: 250px;
		float:left;
		border:none;
		padding:0;
		margin:3px 0 0;
	}
	.detail #logo a{ display:block; width: 127px; float:left; }
	.detail .nav{
		width: 924px;
		float:right;
		text-align: center;
		border-bottom: none;
		padding:22px 0 0;
	}
	.detail .nav li{ padding-right:35px; }
	.nav li a{ position:relative; }
	.detail .nav .newsNav a{ width: 70px; height: 15px; }
	.detail .nav .liveNav a{ width: 63px; height: 16px; }
	.detail .nav .mediaNav a{ width: 80px; height: 16px; }
	.detail .nav .discNav a{ width: 59px; height: 16px; }
	.detail .nav .profileNav a{ width: 110px; height: 16px; }
	.detail .nav .goodsNav a{ width: 79px; height: 15px; }
	.detail .nav .videoNav a{ width: 79px; height: 16px; }
	.detail .nav .fanclubNav a{ width: 103px; height: 15px; }
	.nav li a:hover{ opacity:0.4; }

	.pulldownBox{ display:none; }
	#logo{
		width:100%;
		border-bottom:solid 3px #000;
		text-align:center;
		padding-bottom:30px;
		margin:30px auto 80px;
	}
	#logo img{ width:380px; }
	.nav .newsNav a{
		width: 80px;
		height: 17px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_news.png);
		background-size: cover;
	}
	.nav .liveNav a{
		width: 73px;
		height: 18px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_live.png);
		background-size: cover;
	}
	.nav .mediaNav a{
		width: 93px;
		height: 18px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_media.png);
		background-size: cover;
	}
	.nav .discNav a{
		width: 69px;
		height: 18px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_disc.png);
		background-size: cover;
	}
	.nav .profileNav a{
		width: 122px;
		height: 18px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_profile.png);
		background-size: cover;
	}
	.nav .goodsNav a{
		width: 89px;
		height: 17px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_goods.png);
		background-size: cover;
	}
	.nav .videoNav a{
		width: 89px;
		height: 18px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_video.png);
		background-size: cover;
	}
	.nav .fanclubNav a{
		width: 116px;
		height: 17px;
		text-indent: -99999px;
		background: url(/static/kyusonekokami/official-pc/cmn/m_fanclub.png);
		background-size: cover;
	}

	
	.split{
		border-bottom:solid 3px #000;
		text-align:center;
		line-height:1.5em;
		color:#F00;
		font-size:32px;
		/*visibility: hidden;*/
		padding:0 0 80px;
		margin:0 auto 80px;
	}
	.topicsWraper { width:1060px; margin:0 auto; }
	.topicsList{ width: 320px; float: left; text-align:center; position: relative; margin: 0 50px 0 0; }
	.mediaArea{ margin:0; }
	.newsList [id^="blkNews"]{ position:relative; }
	[id^="blkNews"]{ display:none; }
	.newsList [id^="blkNews"] a{
		width:960px;
		border:solid 4px #000 !important;
		box-shadow: 0 0 0 4px #F00;
		padding: 55px;
		margin-bottom:30px;
	}
[id^="blkNews"] a:before {
		content: "";
		width: 952px;
		height: 58px;
		background: url(/static/kyusonekokami/official-pc/cmn/bg_live_top.jpg);
		background-size: 952px 58px;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	[id^="blkNews"] a:after {
		content: "";
		width: 952px;
		height: 58px;
		background: url(/static/kyusonekokami/official-pc/cmn/bg_live_bottom.jpg);
		background-size: 952px 58px;
		border-radius: 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
	.newsList [id^="blkNews"] a:hover{ color:#F00; background:#FFF; }
	.iconCheck {
		width: 130px;
		position: absolute;
		top: -35px;
		left: -47px;
		z-index: 2;
	}
	.newsList [id^="blkNews"] .floating{
		animation-name: fl;
		-webkit-animation-name: fl;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}

	@keyframes fl {
		0% { transform: translateY(5%); }
		50% { transform: translateY(0%); }
		100% { transform: translateY(5%); }
	}
	@-webkit-keyframes fl {
		0% { -webkit-transform: translateY(5%); }
		50% { -webkit-transform: translateY(0%); }
		100% { -webkit-transform: translateY(5%); }
	}

	/* Wobble Vertical */
	@-webkit-keyframes hvr-wobble-vertical {
		16.65% { -webkit-transform: translateY(8px); transform: translateY(8px); }
		33.3% { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
		49.95% { -webkit-transform: translateY(4px); transform: translateY(4px); }
		66.6% { -webkit-transform: translateY(-2px); transform: translateY(-2px); }
		83.25% { -webkit-transform: translateY(1px); transform: translateY(1px); }
		100% { -webkit-transform: translateY(0); transform: translateY(0); }
	}
	@keyframes hvr-wobble-vertical {
		16.65% { -webkit-transform: translateY(8px); transform: translateY(8px); }
		33.3% { -webkit-transform: translateY(-6px); transform: translateY(-6px); }
		49.95% { -webkit-transform: translateY(4px); transform: translateY(4px); }
		66.6% { -webkit-transform: translateY(-2px); transform: translateY(-2px); }
		83.25% { -webkit-transform: translateY(1px); transform: translateY(1px); }
		100% { -webkit-transform: translateY(0); transform: translateY(0); }
	}
	.hvr-wobble-vertical {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
	}
	.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
		-webkit-animation-name: hvr-wobble-vertical;
		animation-name: hvr-wobble-vertical;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}

	.contentTit{ font-size:40px; letter-spacing:-0.05em; text-align:center; margin-bottom:35px; }
	.detail { font-family: Helvetica, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; }
	.detail .contentTit{
		font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
		text-align:center;
		font-size:42px;
		letter-spacing:0.1em;
		margin-bottom:45px;
	}
	.date{ font-size:15px; padding-bottom:10px; }
	.detail .date{ font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; letter-spacing:0.08em; color:#999; }
	.topicsList ul{ margin-bottom: 25px; }
	.topicsList .date{ font-size: 16px; }
	.topicsList li{ font-size:22px; margin-bottom:36px; }
	.topicsList li a{
		display: block;
		font-size: 20px;
		line-height:1.4em;
		font-weight:bold;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.topicsList li a .title{ font-size:24px; font-weight: normal; line-height:1.3em; padding-top:3px; }
	.more{
		font-size:16px;
		text-align:center;
		/*position:absolute;
		top:3px;
		right:0;
		letter-spacing:-0.02em;
		*/
	}
	.discoArea .more{ padding-right:10px; }
	.more a{ display: inline-block; font-weight:bold; }
	.proflead{ text-align:center; font-size:14px; line-height:1.6em; margin:0 0 80px; }
	.proflead a{ color:#333; }

	/*.goodsItem a{
	display:block;
	width:750px;
	height:475px;
	margin:0 auto;
	background: url(/static/kyusonekokami/official-pc/top/ph_goods.jpg);
	background-size: cover;
	}
	*/

	.goodsItem{ width:750px; height:475px; margin:0 auto; position:relative;}
	.goodsItem .phGoods{ display:none; position:absolute; }
	.goodsItem #key01{ right: 30px; top: -70px; }
	.goodsItem #key02{ left: -30px; top: -50px; }
	.goodsItem #key03{ left: 150px; top: -30px; }
	.goodsItem #key04{ left: -65px; top: 100px; }
	.goodsItem #key05{ right: 2px; top: 100px; }
	.goodsItem #key06{ width: 400px; top: 170px; right: 160px; }
	#key {
		display: none;
		width: 250px;
		margin-left:-125px;
		position: absolute;
		left: 50%;
		top: 1000px;
		z-index:5;
	}
	#key.move{ top:300px; }
	.goodsArea .action03,
	.goodsArea .action06{
		display:block !important;
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		visibility: visible !important;
	}

	@keyframes fadeIn {
		0% { transform: scale(0); }
		60% { transform: scale(1.1); }
		80% { transform: scale(0.9); }
		100% { transform: scale(1); }
	}
	@-webkit-keyframes fadeIn {
		0% { -webkit-transform: scale(0); }
		60% { -webkit-transform: scale(1.1); }
		80% { -webkit-transform: scale(0.9); }
		100% { -webkit-transform: scale(1); }
	}

	.goodsArea .action01,
	.goodsArea .action02,
	.newsList .action02{
		display:block !important;
		animation-name: slideDown;
		-webkit-animation-name: slideDown;
		animation-duration: 0.7s;
		-webkit-animation-duration: 0.7s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		visibility: visible !important;
	}

	@keyframes slideDown {
		0% { transform: translateY(-100%); }
		50%{ transform: translateY(8%); }
		65%{ transform: translateY(-4%); }
		80%{ transform: translateY(4%); }
		95%{ transform: translateY(-2%); }
		100% { transform: translateY(0%); }
	}
	@-webkit-keyframes slideDown {
		0% { -webkit-transform: translateY(-40%); }
		50%{ -webkit-transform: translateY(8%); }
		65%{ -webkit-transform: translateY(-4%); }
		80%{ -webkit-transform: translateY(4%); }
		95%{ -webkit-transform: translateY(-2%); }
		100% { -webkit-transform: translateY(0%); }
	}

	.goodsArea .action04,
	.goodsArea .action05{
		display:block !important;
		animation-name: bounce;
		-webkit-animation-name: bounce;
		animation-duration: 0.6s;
		-webkit-animation-duration: 0.6s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
	}

	@keyframes bounce {
		0% { transform: translateY(0%) scaleY(0.8); }
		60%{ transform: translateY(-60%) scaleY(1.1); }
		70%{ transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
		80%{ transform: translateY(0%) scaleY(1.05) scaleX(1); }
		90%{ transform: translateY(0%) scaleY(0.95) scaleX(1); }
		100%{ transform: translateY(0%) scaleY(1) scaleX(1); }
	}

	@-webkit-keyframes bounce {
		0% { -webkit-transform: translateY(0%) scaleY(0.8); }
		60%{ -webkit-transform: translateY(-60%) scaleY(1.1); }
		70%{ -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
		80%{ -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
		90%{ -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
		100%{ -webkit-transform: translateY(0%) scaleY(1) scaleX(1); }
	}

	.goodsArea .move{
		display:block !important;
		animation-name: bounce;
		-webkit-animation-name: bounce;
		-moz-animation-name: bounce;
		animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
		visibility: visible !important;
	}

	@keyframes slideLeft {
		0% { transform: translate(-150%,150%); }
		50%{ transform: translateY(-8%); }
		65%{ transform: translateY(4%); }
		80%{ transform: translateY(-4%); }
		100% { transform: translateY(0%); }
	}
	@-webkit-keyframes slideLeft {
		0% { -webkit-translate(-150%,150%); }
		50%{ -webkit-transform: translateY(-8%); }
		65%{ -webkit-transform: translateY(4%); }
		80%{ -webkit-transform: translateY(-4%); }
		100% { -webkit-transform: translateY(0%); }
	}
	@-moz-keyframes slideLeft {
		0% { -webkit-translate(-150%,150%); }
		50%{ -webkit-transform: translateY(-8%); }
		65%{ -webkit-transform: translateY(4%); }
		80%{ -webkit-transform: translateY(-4%); }
		100% { -webkit-transform: translateY(0%); }
	}

	.tossing{
		animation-name: tossing;
		-webkit-animation-name: tossing;
		animation-duration: 2.5s;
		-webkit-animation-duration: 2.5s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}

	@keyframes tossing {
		0% { transform: rotate(-4deg); }
		50% { transform: rotate(4deg); }
		100% { transform: rotate(-4deg); }
	}

	@-webkit-keyframes tossing {
		0% { -webkit-transform: rotate(-4deg); }
		50% { -webkit-transform: rotate(4deg); }
		100% { -webkit-transform: rotate(-4deg); }
	}

	#key a img,
	.phGoods a img{ opacity:1 !important; }

	/* DISCO AREA
	--------------------------------- */
	.discoArea{ border-bottom: 3px #000 solid; margin:0 auto 80px; padding:0 0 80px; }
	.discoInr{ width:315px; margin:0 auto; }
	.discoInfo dt{ font-size:24px; text-decoration:underline; padding-top:10px; }
	.discoInfo dd{ font-size:24px; line-height: 1.4em; text-decoration:underline; padding:7px 0 10px; }

	.discoBox .jkt{ width: 300px; float: left; }
	.discoBox { background:#fff; border-radius:5px; padding:50px; margin-bottom:30px; }
	.commentArea dd{ font-size:14px; line-height:1.8em; margin-bottom:15px; }
	.commentArea dt{ font-size:22px; font-weight:bold; line-height:1.5em; margin-bottom:50px; }
	.discoBox .jkt img{ width:100%; line-height:0; border:solid 1px #ddd; }

	.discoBox .songDetail{ width: 520px; float: right; color:#000; }
	.discoBox .songDetail .comment{ font-size:13px; margin-bottom:20px; }
	.discoBox .songDetail .date{ margin-bottom:7px; }
	.discoBox .songDetail .songTit{ font-size:23px; line-height:1.3em; margin-bottom:20px; }
	.discoBox .songDetail .songList h2{ font-size:13px; font-weight:bold; margin:15px 0 5px; }
	.discoBox .songDetail .songList { background: #eee; border-radius: 5px; padding: 5px 20px 15px; }
	.discoBox .songDetail .songList ol li{ font-size:14px; line-height:1.4em; margin-bottom:8px; }
	.discoBox .songDetail .songList ol li a{ color:#333; text-decoration:none; }
	.discoBox .songDetail .songList ol li a:hover{ color:#999; }
	.discoBox .songDetail .songList ol li .caption{ font-size:12px; color:#999; padding:2px 0 0 15px; }
	.fa-youtube-play{ font-size: 18px; vertical-align:-1px; padding-left: 3px; }
	.pswp__button--share{ display:none !important; }


	/* スライダー */
	#slider { width:315px; margin: 0 auto 5px; }
	#sliderInner { position:relative;}
	#sliderInner li { width:315px; margin:0 auto; text-align:center; }
	#sliderInner li a{ text-decoration:none; }
	.bx-wrapper img{ height:300px; text-align: center; margin: 0 auto; }
	.bx-wrapper { margin:0 auto !important; position:relative; }
	.bx-wrapper .bx-pager { display:none; background:#fff; margin:0 auto; bottom: -15px !important; }
	.home .bx-wrapper .bx-controls-direction a{
		display:block;
		width: 50px;
		height: 50px;
		background-position:5px center;
		font-size:24px;
		font-weight:normal;
		text-decoration:none;
		margin-top:-69px;
		opacity: 1;
	}
	.home .bx-wrapper .bx-controls-direction .bx-prev{ left: -36px; }
	.home .bx-wrapper .bx-controls-direction .bx-next{ right: -60px; }


	/* VIDEO AREA */
	.videoArea{ border-bottom: 3px #000 solid; padding:0 0 80px; margin:0 auto 80px; }
	.videoInr{ width:560px; margin:0 auto; }

	.videoArea #slider { width:560px; margin: 0 auto 5px; }
	.videoArea #sliderInner { position:relative; }
	.videoArea #sliderInner li { width:560px; text-align:center; margin:0 auto; }
	.videoArea .iframeWrap {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	.videoArea .iframeWrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.videoArea .iframeWrap img {
		height: auto;
	}
	.home .videoArea .bx-wrapper .bx-controls-direction a{ text-decoration:none; margin-top: -12px; }
	.home .videoArea #slider{ margin-bottom:30px; }

	#sliderInner li a{ text-decoration:none; }
	.navWraper{ clear:both; }
	.nav,.sns { text-align:center; border-bottom:solid 3px #000; padding-bottom:80px; }
	.sns{ padding:60px 0 70px; }
	.nav li{ display:inline-block; padding-right:40px; }
	.sns li.contactNav{ font-size:24px; color:#F00; line-height:1.6em; }
	.sns li.contactNav a{ font-size:24px; }
	.nav li:last-child,
	.sns li:last-child{ padding:0; margin:0; }
	.nav li a{ display: inline-block; color:#000; font-size:20px; text-decoration:none; }
	.sns li a{ font-size:48px; }

	/*
	.sns li a:hover { -webkit-animation: zoom .4s; animation: zoom .4s; color:#999; }
	@-webkit-keyframes zoom { 50% { -webkit-transform: scale(1.1); } }
	@keyframes zoom { 50% { transform: scale(1.1); } }
	*/

	/* INFO AREA*/
	.newsList a{
		width:800px;
		display:block;
		color:#222;
		background:#fff;
		border:solid 5px #ccc;
		border-radius:8px;
		text-decoration:none;
		position:relative;
		padding:26px 30px 30px;
		margin:0 auto 15px;
	}
	/*.newsList a:after{
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 18px;
		height:18px;
		color: #37373F;
		margin-top:-9px;
		position: absolute;
		right: 10px;
		top: 50%;
		color: #999;
	}
	*/
	.newsList a:hover{ background: #000; color: #fff; border:solid 5px #fff; }
	.up{ color:#F00; vertical-align:top; }
	.newsList .tit{ font-size:20px; line-height:1.5em; }
	.infoDetail .date{ float:none; font-size: 16px; padding-bottom:10px; }
	.infoDetail .tit{
		font-size:25px;
		border-bottom:solid 2px #000;
		line-height:1.4em;
		padding:0 150px 40px 0;
		margin-bottom:30px;
		position:relative;
	}
	.infoDetail .tit:after{
		content:"";
		width: 100px;
		height: 101px;
		background: url(/static/kyusonekokami/official-pc/cmn/ph_detail2.png);
		background-size: 100px 101px;
		position: absolute;
		bottom: -1px;
		right:-5px;
	}
	.infoDetail .txt p{ font-size:14px; line-height:2em; font-family: Helvetica, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; }
	.infoDetail .txt p span{ font-size:14px !important; font-family: Helvetica, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; }
	.twitterBtn{ top: 6px; }

	/* DISCO AREA*/
	.categoryList{ text-align:center; margin: 60px auto 50px; }
	.categoryList li{
		display: inline-block;
		background: #fff;
		border: solid 4px #fff;
		border-radius: 8px;
		color: #000;
		margin: 0 5px;
		position: relative;
	}
	.categoryList li:last-child{ margin-right:0; }
	.categoryList a,.categoryList span{
		display: block;
		letter-spacing: 0.03em;
		font-size: 18px;
		text-decoration: none;
		color:#000;
		background:transparent;
		font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
		letter-spacing:0.1em;
		border-radius:5px;
		padding: 8px 40px 7px;
	}
	.categoryList li a:hover { background:#000; color:#fff; }
	.categoryList li a:hover:before{
		content:"";
		width: 120px;
		height: 98px;
		background: url(/static/kyusonekokami/official-pc/cmn/ph_tab.png);
		background-size: 120px 98px;
		position: absolute;
		top: -101px;
		right: -13px;
	}
	.categoryList .current { background:transparent; pointer-events:none; }
	.categoryList .current a{ color:#fff; border-color: #fff; }
	.categoryList span{ color:#0000ff; text-decoration: underline; }
	/*
	.categoryList a:hover { -webkit-animation: zoom .4s; animation: zoom .4s; }
	@-webkit-keyframes zoom {
		50% { -webkit-transform: scale(1.1); }
	}
	@keyframes zoom {
		50% { transform: scale(1.1); }
	}
	.categoryList .current span{ border-bottom:solid 2px #999; color:#999; padding-bottom:8px; }
	*/

	#disco #content{ width:960px; margin:0 auto; }
	#discoList li .thumb{
		width: 293px;
		height: 293px;
		background: #fff;
		overflow: hidden;
		cursor: pointer;
		position: relative;
	}
	#discoList li .thumb img{
		height: auto;
		background: no-repeat center;
	  background-size: cover;
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
		/*-moz-transition: -moz-transform 0.2s, opacity 0.3s;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
		-ms-transition: -ms-transform 0.2s, opacity 0.3s;
		transition: transform 0.2s, opacity 0.3s;*/
		opacity: 1;
	}
	#discoList li a:hover img {
		/*opacity: 0.8;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transition: -moz-transform 0.2s, opacity 0.5s;
		-webkit-transition: -webkit-transform 0.2s, opacity 0.5s;
		-ms-transition: -ms-transform 0.2s, opacity 0.5s;
		transition: transform 0.2s, opacity 0.5s;*/
	}
	#disco .discoDetail .thumb{ width: 300px; margin-bottom: 40px; }
	#disco .discoDetail .text{ text-align:center; padding-top: 1px; overflow:hidden; }
	#disco .discoDetail h4{ font-size: 16px; letter-spacing:0.04em; margin-bottom: 15px; }
	#discoList li{ float: left; width: 293px; margin-right: 40px; margin-bottom:40px; }
	#discoList li:nth-child(3n){ margin:0 0 30px 0; }
	#discoList li .text{ text-align:center; }
	#discoList .noInfo{
		float: none;
		text-align: center;
		width: 100%;
		margin: 50px auto 0;
		padding-top: 50px;
		padding-right: 64px;
	}
	#discoList li a{ text-decoration:none; }
	#discoList li a .thumb{ margin-bottom: 13px; }
	#discoList li a .cat{ font-size:23px; text-decoration:underline; }
	#discoList li a .tit{ font-size: 24px; line-height:1.3em; text-decoration:underline; margin-top:2px; }
	#discoList li a .date{ font-size: 10px; }
	#disco .discoDetail .thumb{ margin:0 auto 20px; position:relative; }
	#disco .discoDetail .thumb img{
		display: block;
		width: 100%;
		background: no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
	#disco .discoDetail h3{ font-size: 24px; margin-bottom: 15px; }
	#disco .discoDetail .text h2{ font-size: 24px; margin-bottom: 10px; }
	#disco .discoDetail .text .cat{
		color: #000;
		font-size:24px;
		line-height:1.4em;
		margin-bottom: 10px;
	}
	#disco .discoDetail .txt{ font-size:16px; line-height:1.8em; margin-bottom: 30px; }

	/* PROFILE AREA*/
	.profArea{
		width: 860px;
		border-radius: 8px;
		background: #fff;
		padding: 50px;
		margin: 0 auto;
	}

	/* GOODS AREA*/
	.home .goodsArea{
		border-top: 3px #000 solid;
		border-bottom: 3px #000 solid;
		padding: 80px 0;
		margin: 80px auto;
		clear:both;
	}
	.goodsTxt{ font-size:20px; text-align:center; padding:10px 0 0; }
	.goodsArea .proflead{ line-height:1.8em; }
	.shopTxt{ text-align:center; }
	.shopTxt a{ text-align:center; font-size:32px; }
	.gooodsList{
		width:960px;
		overflow:hidden;
		background:#FFF;
		border-radius:8px;
		padding:50px;
		margin:0 auto 30px;
	}
	.my-gallery .popImg figure{ width:100%; }
	.my-gallery figure{
		width: 200px;
		float: left;
		text-align: center;
		line-height: 1.6em;
		font-size: 12px;
		margin: 0 20px 15px 0;
	}
	.my-gallery figure:nth-child(4n){ margin:0 0 20px; }
	.my-gallery figure img{ width:300px; border:solid 1px #ddd; box-sizing: border-box; }
	.my-gallery .popImg figure img{ width:100%; }
	.goodsArea .chara{ width:171px; margin:-12px auto 50px; }
	.detail #footer{
		width: 100%;
		background: #000;
		color: #fff;
		border-top: solid 1px #fff;
		position: absolute;
		bottom: 0;
		padding: 20px 0;
		margin: 0 auto;
	}
	#footer{ font-size: 12px; text-align: center; margin: 20px 0; }

	/* VIDEO AREA*/
	.videoList{
		width: 960px;
		background: #fff;
		border-radius: 8px;
		padding: 50px;
		margin: 0 auto 80px;
		overflow: hidden;
	}
	.videoList li{ width: 420px; float:left; margin: 0 20px 30px 0; }
	.videoList li:nth-child(2n){ margin:0 0 20px; }
	.videoList iframe{ width: 420px; height: 234px; }
	.videoList .videoTit{ font-size:13px; text-align:center; }
}


/* SP only
============================== */
@media screen and (max-width: 999px) {

	.pc{ display:none;}
	body{ font-family: 'ヒラギノ角ゴ Pro W3', sans-serif; }
	.nav li a{ text-decoration:none; }
	#wrap{ min-height: 100%; padding-bottom:80px; margin:5% 0 0; position: relative; }
	.home #wrap{ padding-bottom:20px; }
	#content{ margin:0; }
	.btn{ margin: 0 3% 3.5%; }
	.btn .main{
		width: 60%;
		border: solid 2px #fff;
		font-size: 14px;
		border-radius: 5px;
		padding: 8px 0;
		margin: 0 auto;
	}
	.split{
		border-bottom: solid 2px #000;
		text-align: center;
		line-height: 1.5em;
		color: #F00;
		font-size: 22px;
		/*visibility: hidden;*/
		padding: 0 3% 30px;
		margin-bottom: 40px;
	}

	/* INFOArea
	------------------- */
	.up{ color:#F00; }
	.newsList{ margin-bottom:40px; }
	.newsList li{
		background: white;
		border-radius: 5px;
		margin: 0 3% 3%;
		position: relative;
	}
	.newsList a {
		display: block;
		color: #222;
		text-decoration: none;
		padding:12px 20px 14px 10px;
		margin-bottom: ;
		position: relative;
	}
	.newsList a .text { overflow: hidden; line-height: 1.6em; }
	.newsList a .text .tit{ font-size: 14px; line-height:1.4em; }
	.newsList a .text .date{ font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; letter-spacing: 0.08em; color: #999; font-size: 12px; }
	.newsList a:after {
		content: "\f105";
		height: 16px;
		margin-top: -8px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 16px;
		color: #999;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	.infoDetail .date {
		font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
		letter-spacing: 0.08em;
		color: #999;
		font-size: 12px;
		margin:0 0 3px;
	}
	#wrap .infoDetail .infoWrap{ background:#fff; border-radius:5px; padding:20px; margin:0 3% 6%; }
	.infoDetail .text{ color:#000; }
	.infoDetail .tit {
		font-size: 18px;
		line-height:1.4em;
		border-bottom:solid 2px #000;
		position:relative;
		padding:0 60px 30px 0;
		margin-bottom: 20px;
	}
	.infoDetail .tit:after{
		content:"";
		width: 55px;
		height: 55px;
		background: url(/static/kyusonekokami/official-pc/cmn/ph_detail2.png);
		background-size: 55px 55px;
		position: absolute;
		bottom: -1px;
		right:-5px;
	}
	.iconCheck{
		width:110px;
		position:absolute;
		z-index:2;
		top:-28px;
		left:-25px;
	}
	.newsList [id^="blkNews"]{ display:none; position:relative; }
	.newsList [id^="blkNews"] a{
		border:solid 4px #000 !important;
		border-radius: 5px;
		font-weight:bold;
		box-shadow: 0 0 0 4px #F00;
		padding: 25px 50px 23px;
		margin-bottom: 5%;
	}
	[id^="blkNews"] a:before{
		content: "";
		width: 100%;
		height: 17%;
		border-radius: 5px;
		background: url(/static/kyusonekokami/official-pc/cmn/bg_live_top.jpg) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	[id^="blkNews"] a:after {
		content: "";
		width: 100%;
		height: 23px;
		background: url(/static/kyusonekokami/official-pc/cmn/bg_live_bottom.jpg) no-repeat;
		background-size: 100%;
		border-radius: 5px;
		position: absolute;
		top:inherit;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.newsList .action02{
		display:block !important;
		animation-name: slideDown;
		-webkit-animation-name: slideDown;
		animation-duration: 0.7s;
		-webkit-animation-duration: 0.7s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		visibility: visible !important;
	}

	@keyframes slideDown {
		0% { transform: translateY(-100%); }
		50%{ transform: translateY(8%); }
		65%{ transform: translateY(-4%); }
		80%{ transform: translateY(4%); }
		95%{ transform: translateY(-2%); }
		100% { transform: translateY(0%); }
	}

	@-webkit-keyframes slideDown {
		0% { -webkit-transform: translateY(-40%); }
		50%{ -webkit-transform: translateY(8%); }
		65%{ -webkit-transform: translateY(-4%); }
		80%{ -webkit-transform: translateY(4%); }
		95%{ -webkit-transform: translateY(-2%); }
		100% { -webkit-transform: translateY(0%); }
	}
	.txt p{ font-size:13px;  line-height:1.6em; }
	.infoDetail .txt{ font-size:13px !important; line-height:1.6em; margin-bottom:40px; }
	.infoDetail .txt p span{ font-size:14px !important;  line-height:1.6em !important; font-family: 'ヒラギノ角ゴ Pro W3', sans-serif !important; }

	.detail #wrap{ color:#fff; background:#000; padding: 70px 0; }
	#logo { text-align:center; padding-bottom:15px; margin:0 0 40px; }
	#logo img{ width:70%; margin:0 auto; }
	.contentTit{ text-align:center; font-size:30px; margin-bottom:30px; }
	.contentTit img{ width:25%; }

	#feature .contentTit img{ width:34%; }
	#feature .goodsArea .contentTit img{ width:27%; }
	#feature .movieArea .contentTit img{ width:26%; }
	.detail .contentTit img{ width:25%; }
	.live .contentTit img{ width:22%; }
	.media .contentTit img{ width:27%; }
	#disco .contentTit img{ width:22%; }
	.mediaArea .contentTit img{ width:27%; }
	.liveArea .contentTit img{ width:22%; }
	.discoArea .contentTit img{ width:22%; }
	.videoArea .contentTit img{ width:26%; }

	.topicsList { border-bottom:solid 2px #000; padding:0 0 40px; margin:0 0 40px; }
	.topicsList ul{ margin:0 8%; }
	.detail #wrap  .menu {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		border: none;
		position: fixed;
		right: 0;
		top: 3px;
		z-index: 500;
	}
	.detail #wrap  .menu:before {
	    content: "MENU";
	    position: absolute;
	    font-size: 9px;
	    left: 48%;
	    bottom: -2px;
	    transform: translateX(-50%) scale(0.9);
	    font-weight: 800;
	    color: #000;
	}
	#navBtn span{
		display: block;
		width: 25px;
		height: 2px;
		box-shadow: 0 0 2px #cacaca;
		background: #fff;
		position: absolute;
		left: 12px;
	}

	#navBtn .top{ top:12px; }
	#navBtn .middle{ top:21px; }
	#navBtn .bottom{ top:30px; }
	#home #wrap .menu h1{display:none;}

	/* 右肩メニュー
	------------------- */
	.detail #headerNavWrap {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 10px 4% 20px;
		position: fixed;
		top: 0;
		left: 0;
		display:none;
		z-index:5;
	}
	.detail #headerNav{ height: 100%; background: none; border-radius:0; margin-top: 50px; }
	.detail #headerInner{ width: 100%; }
	.detail #headerInner nav{ opacity: 0; }
	.detail #headerInner nav li{ display: block; margin-right: 0; }
	.detail #wrap #header{
		width: 100%;
		background: #fff;
		position: fixed;
		border-bottom:solid 2px #000;
		z-index:999;
		top:0;
	}
	.detail #navBtn span {
		display: block;
		height: 3px;
		box-shadow: none;
		background: #000;
		position: absolute;
	}
	.detail #headerNav .newsNav a img{ width:22%; }
	.detail #headerNav .liveNav a img{ width:20%; }
	.detail #headerNav .mediaNav a img{ width:25%; }
	.detail #headerNav .discNav a img{ width:20%; }
	.detail #headerNav .videoNav  a img{ width:24%; }
	.detail #headerNav .profileNav a img{ width:32%; }
	.detail #headerNav .goodsNav a img{ width:26%; }
	.detail #headerNav .fanclubNav a img{ width:26%; }


	.detail #logo{ width:120px; text-align:left; padding-bottom:0; margin: 10px 3% 1px; }
	.topicsList ul{ margin-bottom:10px; }
	.topicsList li{ font-size:18px; text-align:center; line-height:1.4em; margin-bottom:15px; }
	.topicsList li .title{ padding-top:3px; }
	.topicsList li:last-child{ margin:0; }
	.topicsList li a{ display:block; overflow:hidden; }
	.text{ margin-bottom:2px; line-height:1.4em; }
	.date{ font-size:14px; }
	.discoArea{ border-bottom: solid 2px #000; padding: 0 0 40px; margin: 0 0 40px; }


	/* スライドショー */
	#slider { overflow:hidden; position:relative; width:100%; margin-bottom:0px; }
	#sliderInner { position:relative; left:0; }
	.bx-wrapper .bx-controls-direction .bx-next{ font-size:24px; text-decoration:none; margin-top: -35px; right:10px; }
	.bx-wrapper .bx-controls-direction .bx-prev{ font-size:24px; text-decoration:none; margin-top: -35px; left:17px; }
	.videoArea .bx-wrapper .bx-controls-direction .bx-next{ font-size:24px; text-decoration:none; margin-top: -12px; right: 10px; }
	.videoArea .bx-wrapper .bx-controls-direction .bx-prev{ font-size:24px; text-decoration:none; margin-top: -12px; left:17px; }

	#sliderInner li a{ text-decoration:none; }
	#sliderInner li{ margin-bottom:15px; }
	.bx-wrapper img{ display:block; width: 70%; height:auto; text-align: center; margin: 0 auto; }
	.bx-viewport{ overflow: initial !important; }
	.bx-wrapper { margin:0 auto !important; position:relative;}
	.bx-wrapper .bx-pager { background:#fff; margin:0 auto; bottom: -15px !important; }
	.bx-wrapper .bx-pager{ display:none; }

	.discoInfo dt{ font-size:14px; text-align:center; padding-top:5px;}
	.discoInfo dd{ text-align: center; font-size: 18px; line-height: 1.4em; padding: 2px 15px 0; }

	.videoArea{ border-bottom: solid 2px #000; padding: 0 0 40px; margin: 0 0 40px; }
	.videoArea .iframeWrap {
		position: relative;
		width: 70%;
		height: 0;
		padding-bottom: 39.375%;
		margin: 0 auto;
		overflow: hidden;
	}
	.videoArea .iframeWrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.videoArea .iframeWrap img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	.videoList{
		background:#fff;
		color:#000;
		border-radius:5px;
		padding:6% 5%;
		margin:0 3% 40px;
	}
	.videoList li{ margin-bottom:30px; }
	.videoList li:last-child{ margin-bottom:10px; }
	.videoList li .videoTit{ font-size:13px; text-align:center; }

	.movieArea iframe{ display:block; width:260px; height:140px; margin:0 auto 3px; }

	.home .subNav{ }
	.home #navBtn{ }
	.home .nav li a{ display: block; text-align: center; font-size: 20px; }
	.profileNav a img{ width:34%; }
	.goodsNav a img{ width:27%; }
	.contactNav a img{ width:30%; }
	.home .homeNav li{ width: 100%; float:none; }
	.home #headerNavWrap{
		width: 100%;
	    height: 100%;
	    background: rgba(255, 255, 255, 1);
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    padding: 10px 4% 20px;
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: none;
	    z-index: 5; 
	 }
	.home #headerNavWrap .nav{
	 border-bottom: solid 2px #000; 
	 padding-bottom: 10px;
	 margin-bottom: 37px; 
	 }
	.home #headerNavWrap .sns{ border-bottom:solid 2px #000; margin-bottom:25px; }
	.detail .nav{ padding-top: 15%; overflow:hidden; }
	.detail .nav li{ text-align:center; padding-bottom:32px; }
	.detail .nav li a{ font-size: 20px; letter-spacing: 0.05em; text-align: center; color: #fff; }
	.home .nav li{ text-align: center; padding-bottom: 30px; }
	.sns { border-bottom:2px solid #000; text-align:center; padding-bottom:40px; margin-bottom:40px; }
	.sns li { font-size: 28px; margin-bottom: 25px;}
	.sns li:last-child{ padding:0; margin:0; }
	.sns li.twitter{ margin-bottom:10px; }
	.detail .sns { margin:0 0 10px; }
	.sns li a{ font-size:18px; }
	.sns li a.waves-effect { font-size: 23px; }
	.sns li.contactNav { font-size: 18px; color: #f00; line-height: 1.6em; }
	.sns li.tw{
		font-size: 19px;
		color: #f00;
		line-height: 1.6em;
		padding: 0 8%;
		margin: 0;
	}
	.sns li.tw a{ font-size:23px; }
	.fa-vine,
	.fa-twitter{ font-size: 38px; }
	.shop{ margin-bottom: 20px; }
	.home .homeNav .contactNav a{ font-size:18px; }
	.detail .homeNav{ font-size:30px; text-align:center; padding-top:0; }
	.detail .nav .contactNav{ float:none; margin:0 auto; }
	.detail .nav .contactNav a{ font-size:16px; }
	.detail #footer {
		width: 100%;
		position: absolute;
		background: #000;
		color: #fff;
		border-top: solid 1px #fff;
		font-size: 10px;
		text-align: center;
		padding: 10px 0 ;
		margin: 0 auto;
		bottom: 0;
	}
	#footer {
		width: 100%;
		color: #999;
		font-size:10px;
		text-align:center;
		padding: 5px 0 ;
	}
	.more{ text-align:center; padding-top:10px; }
	.more a{ display: inline-block; font-size:13px; }
	.topLink{
		border-top: solid 2px #000;
		border-bottom: solid 2px #000;
		font-size: 13px;
		padding: 20px;
		margin-bottom: 20px;
	}


	/* disco
	---------------------- */
	.categoryList { text-align: center; box-sizing:border-box; margin: 15px 3% 6%; }
	.categoryList li:last-child { width:18%; margin: 0; }
	.categoryList li {
		display:inline-block;
		width:18.5%;
		/*float:left;*/
		box-sizing:border-box;
		color:#000;
		margin:0 4px 0 0;
		position:relative;
		border:solid 2px #fff;
		border-radius:5px;
	}
	.categoryList li:first-child{ margin:0;}
	.categoryList li a{
		display: block;
		font-family: 'Lato', "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
		background: #fff;
		color: #222;
		font-size: 10px;
		text-decoration: none;
		letter-spacing: 0em;
		letter-spacing: 0;
		padding:7px 0;
	}
	.categoryList .current a{ background: transparent; color: #fff; }
	.categoryList .current a:before{
		content:"";
		width: 60px;
		height: 49px;
		background: url(/static/kyusonekokami/official-pc/cmn/ph_tab.png);
		background-size: 60px 49px;
		position: absolute;
		top: -50px;
		right: -5px;
	}
	.pulldownBox{ display:none; text-align:center; }
	.pulldownBox select{ width:90%; height:35px;  padding:5px 0; margin:0 auto 25px; }
	#discoList{ margin:0 0 8% 0; }
	#discoList li {
		height: auto !important;
		background: #fff;
		border-radius: 5px;
		margin: 0 3% 3%;
		position: relative;
	}
	#discoList li:first-child { border-top: solid 1px #ddd; }
	#discoList li::after {
		content: "\f105";
		height: 16px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 16px;
		color: #999;
		margin-top: -8px;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	#discoList li a{ display: block; color: #333; text-decoration: none; padding: 13px 20px 13px 10px; }
	#discoList li .thumb {
		width: 80px;
		height: 80px;
		float: left;
		text-align: center;
		overflow: hidden;
		border: solid 1px #DDD;
		box-sizing:border-box;
	}
	#discoList li .thumb img {
		width: auto;
		max-width: 80px;
		max-height: 80px;
		background: no-repeat center top;
		-moz-background-size: contain;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.dummy { width: 100%; height: 100%;  position: relative; left: 0; top: 0; }
	#discoList li .text { padding: 0 0 0 90px; }
	#discoList li .cat {
		display: inline-block;
		border:solid 1px #666;
		color:#333;
		font-family: Lato, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;font-size: 10px;
		font-size:10px;
		border-radius:2px;
		line-height:1.4em;
		vertical-align: top;
		letter-spacing:0.05em;
		padding: 2px 5px 1px;
		margin-bottom: 3px;
	}
	#discoList li .tit { font-size: 14px; line-height: 1.4em; margin: 0 0 5px; }
	#discoList li .date { font-family: Lato, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif; color: #999; font-size: 10px; line-height: 12px; }
	#discoList .noInfo {
		float: none;
		width: 100%;
		text-align: center;
		margin: 50px auto 0;
		padding-top: 0;
		padding-right: 0;
	}
	#disco .discoDetail #content{ margin:0 5% 10%; }
	#disco .discoBox{
		border-radius:5px;
		background:#fff;
		color:#000;
		padding:7% 5% 3%;
		margin-bottom:8% !important;
	}
	#disco .discoDetail .thumb{ width: 70%; border:solid 1px #eee; position:relative; margin:0 auto 20px; }
	#disco .discoDetail .thumb img{
		display: block;
		width: 100%;
		background: no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
	#disco .discoDetail .songTit{ font-size: 18px; line-height:1.4em; margin-bottom: 20px; }
	#disco .discoDetail .text h2{ font-size: 24px; margin-bottom: 10px; }
	#disco .discoDetail .text .cat{
		display: inline-block;
		background: #000;
		font-family: Lato, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;font-size: 10px;
		color: #fff;
		font-size:11px;
		border-radius:2px;
		line-height:1.4em;
		vertical-align: top;
		letter-spacing:0.05em;
		padding: 1px 5px;
		margin-bottom: 3px;
	}
	#disco .discoDetail .date{
		color: #999;
		font-family: Lato, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
		font-size: 11px;
		line-height: 12px;
		margin-bottom: 10px;
	}
	#disco .discoDetail .txt{ line-height:1.7em; font-size:13px; margin-bottom: 10px; }
	#disco .discoDetail .comment{ line-height:1.6em; font-size:12px; margin-bottom:10px; }
	#disco .discoDetail .songList{ background:#eee; border-radius: 3px; padding: 1px 15px 5px; margin-bottom:30px; }
	#disco .discoDetail ol li{ font-size:12px; margin-bottom: 5px; }
	#disco .discoDetail .songList li span{ font-weight:normal; margin-right: 4px; }
	#disco .discoDetail .text{ margin:0 5% 8%; }
	.caption{ font-size:11px; color:#999; padding-left:15px; }
	#disco .discoDetail .songList li h2{ font-size: 12px; font-weight: bold; margin: 10px 0 5px; }
	.commentArea dd{ font-size:13px; line-height:1.6em; margin-bottom:10px; }
	.commentArea dt{ font-size:15px; line-height:1.5em; font-weight:bold; margin-bottom:30px;}

	/* ERROR */

	#error #content{ color: #fff; text-align: center; padding: 0 5%;}
	#error #content .errTxt {
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 0;
		line-height: 140%;
		margin: 30px auto 40px;
	}
	#error #content .errTxt + img{ width: 120px; margin-bottom: 50px; }
	#error #content .errTxt.error500 { font-size:16px; line-height: 180%;}

	/* PROFILE AREA*/
	#profPh{ margin-top:-10px; }
	.profArea #profPh img{ width:90%; }
	.profArea{
		background:#FFF;
		color:#000;
		border-radius:5px;
		padding:5%;
		margin:0 3% 6%;
	}
	.proflead{
		text-align:center;
		font-size:13px;
		line-height:1.6em;
		letter-spacing:-0.05em;
		margin:0 4% 10%;
	}
	.proflead a{ color:#333; font-size:16px; }


	/* GOODS AREA*/
 	.home .goodsArea{ border-bottom: solid 2px #000; padding: 0 0 55%; margin: 0 0 40px; position:relative; }
	.home .goodsArea .shopTxt{ text-align:center; font-size:18px; }
	.home .goodsNav{ display:none; }
	.goodsArea .contentTit img{ width:28%; }
	.goodsArea .proflead{ line-height:1.7em; }
	.goodsArea .proflead img{ width:80%; }
	.lb-data .lb-close{ right:6% !important; }
	.goodsArea{ margin:0 3% 8%; }
	.goodsArea .chara{ width:85px; margin:-15px auto 30px; }
	.gooodsList {
		width: 100%;
		border-radius:5px;
		overflow: hidden;
		background:#FFF;
		padding:5%;
		margin-bottom:8%;
	}
	.my-gallery figure {
		width: 47%;
		float: left;
		text-align: center;
		line-height: 1.5em;
		font-size: 11px;
		color:#000;
		margin: 0 5% 4% 0;
	}
	.pswp__caption__center{ font-size:14px !important; text-align:center !important; }
	.pswp__top-bar{ top: 50px !important; }
	.my-gallery figure:nth-child(2n){ margin:0 0 4%; }
	.my-gallery figure img { width: 100%; border: solid 1px #ddd; box-sizing: border-box; }
	.my-gallery .popImg figure{ width:100%; margin:0; }

	.goodsTxt{ font-size:15px; padding-top:10px; }
	.goodsItem{ width:100%; margin:0 auto; }
	.goodsItem .phGoods{
	position:absolute; display:none; }
	.goodsItem #key01,
	.goodsItem #key02{ display:none;}
	.goodsItem #key03{ width: 220px; margin-left: -100px; left: 55%; top: 10%; }
	.goodsItem #key04{ width: 200px; left: 15px; top: 38%; }
	.goodsItem #key05{ width: 130px; right: 20px; top: 36%; }
	.goodsItem #key06{ width: 150px; right: 30%; bottom: 10%; }
	#key {
		display: none;
		width: 140px;
		margin-left:-70px;
		position: absolute;
		left:50%;
		top: 30%;
		z-index:5;
	}

	.goodsArea .action03_sp{
		display:block !important;
		animation-name: fadeIn;
		-webkit-animation-name: fadeIn;
		animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		visibility: visible !important;
	}
	@keyframes fadeIn {
		0% { transform: scale(0); }
		60% { transform: scale(1.1); }
		80% { transform: scale(0.9); }
		100% { transform: scale(1); }
	}

	@-webkit-keyframes fadeIn {
		0% { -webkit-transform: scale(0); }
		60% { -webkit-transform: scale(1.1); }
		80% { -webkit-transform: scale(0.9); }
		100% { -webkit-transform: scale(1); }
	}

	.goodsArea .action04_sp,
	.goodsArea .action05_sp,
	.goodsArea .action06_sp{
		display:block !important;
		animation-name: bounce;
		-webkit-animation-name: bounce;
		animation-duration: 0.6s;
		-webkit-animation-duration: 0.6s;
		animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-webkit-transform-origin: 50% 100%;
	}

	@keyframes bounce {
		0% { transform: translateY(0%) scaleY(0.8); }
		60%{ transform: translateY(-40%) scaleY(1.1); }
		70%{ transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
		80%{ transform: translateY(0%) scaleY(1.05) scaleX(1); }
		90%{ transform: translateY(0%) scaleY(0.95) scaleX(1); }
		100%{ transform: translateY(0%) scaleY(1) scaleX(1); }
	}

	@-webkit-keyframes bounce {
		0% { -webkit-transform: translateY(0%) scaleY(0.8); }
		60%{ -webkit-transform: translateY(-40%) scaleY(1.1); }
		70%{ -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
		80%{ -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
		90%{ -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
		100%{ -webkit-transform: translateY(0%) scaleY(1) scaleX(1); }
	}

	.goodsArea .move_sp{
		display:block !important;
		animation-name: slideLeft;
		-webkit-animation-name: slideLeft;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
		visibility: visible !important;
	}

	@keyframes slideLeft {
		0% { transform: translateY(150%); }
		50%{ transform: translateY(-8%); }
		65%{ transform: translateY(4%); }
		80%{ transform: translateY(-4%); }
		95%{ transform: translateY(2%); }
		100% { transform: translateY(0%); }
	}

	@-webkit-keyframes slideLeft {
		0% { -webkit-transform: translateY(150%); }
		50%{ -webkit-transform: translateY(-8%); }
		65%{ -webkit-transform: translateY(4%); }
		80%{ -webkit-transform: translateY(-4%); }
		95%{ -webkit-transform: translateY(2%); }
		100% { -webkit-transform: translateY(0%); }
	}
	#key a img,
	.phGoods a img{ opacity:1 !important; width:100%; }
	#feature .lightbox{ top: 20% !important; }
}






/* dev環境ツールバー
============================== */
.sf-toolbar{display:none !important;}
