@charset "UTF-8";
/*
 *  http://kikkawa.com
 *  compass mode
 *  version --- 0.1.0
 *  author  --- coreframe, inc.
 *  created --- 2014/11/14
 *  updated --- 2014/11/19
 *
 */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
 *  _init.scss
 *
 */
html {
  background-color: #f1f1f1; }

body {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', sans-serif;
  text-align: center;
  background-color: #f1f1f1;
  background: url(../image/bg.jpg) center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 1.8em; }

ul li {
  list-style: none; }

:focus {
  outline: 0; }

a {
  text-decoration: none;
  color: #CC0000; }

a:visited {
  color: #CC0000; }

a:hover {
  color: #999; }

img {
  vertical-align: bottom;
  display: block; }

p {
  margin-bottom: 20px; }

ol, ul {
  display: block;
  margin-bottom: 10px; }

ol {
  padding: 0 0 0 30px; }

ol li {
  font-weight: bold; }

dl {
  margin-bottom: 10px; }

dl dt {
  font-weight: bold; }

dl dd {
  font-weight: normal; }

hr {
  border: 0;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px; }

/* フォントの色　*/
.fcGray {
  color: #666666; }

em {
  font-weight: bold;
  font-style: normal; }

/* strong { color:#cc0000; font-weight: normal;} */
strong {
  font-weight: bold; }

/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important; }

.taCenter {
  text-align: center !important; }

.taRight {
  text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important; }

.fsP2 {
  font-size: 1.16em !important; }

.fsP3 {
  font-size: 1.24em !important; }

.fsP4 {
  font-size: 1.32em !important; }

.fsP5 {
  font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important; }

.fsM2 {
  font-size: 0.84em !important; }

.fsM3 {
  font-size: 0.76em !important; }

.fsM4 {
  font-size: 0.68em !important; }

.fsM5 {
  font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important; }

.fwBold {
  font-weight: bold !important; }

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt15 {
  margin-top: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

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

.fl {
  float: left; }

.fr {
  float: right; }

.ma {
  margin: auto; }

.di {
  display: inline; }

/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; }

/*------------------------------------------------------------
  ページング
------------------------------------------------------------*/
ul.pageNav {
  margin: 0;
  text-align: center; }

ul.pageNav li {
  display: inline;
  margin: 0 2px;
  padding: 0; }

ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 13px;
  background: #e5e5e5;
  text-decoration: none;
  vertical-align: middle; }

ul.pageNav li.nextback,
ul.pageNav li.nextback a {
  margin-bottom: 0;
  background: #CC0000;
  color: #FFF; }

ul.pageNav li span {
  background: #000;
  color: #FFF; }

ul.pageNav li a:hover {
  color: #000;
  background: #999; }

/* 各見出しのスタイル */
#topics {
  /* トピックス*/
  width: 1020px;
  margin-top: 20px; }

.contTtl {
  width: 100%; }

#topics:after,
.contTtl:after {
  display: block;
  height: 20px;
  background: url("../image/topic_shadow.png") no-repeat right top;
  content: ""; }

#topics p,
.contTtl h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 0;
  background: url("../image/topic_bg.jpg") repeat-y;
  background-color: #e1191b; }

#topics p a {
  color: #FFFFFF;
  padding: 10px 20px; }

#topics p a:hover {
  color: #999; }

.midashi1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.midashi2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  color: #CC0000; }

time {
  color: #CC0000;
  font-weight: bold; }

/* 共通画像の読み込み */
header h1,
#social ul li a {
  background-image: url(../image/k2pcparts.png); }

/* web fontの指定 */
nav,
.mainTtl,
#cont #naviclm ul li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
#wrapper1,
#wrapper2,
#footer {
  width: 100%;
  text-align: center; }

#wrapper1 {
  height: 60px;
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 1500;
  box-shadow: 0 0 10px #333;
  /*CSS3*/
  -moz-box-shadow: 0 0 10px #333;
  /* Firefox用*/
  -webkit-box-shadow: 0 0 10px #333;
  /* Google Chrome, Safari用*/ }

#wrapper2 {
  padding-top: 60px; }

#footer {
  height: 30px;
  background: #000000;
  color: #FFFFFF;
  margin-top: 20px; }

header,
#cont,
footer {
  width: 1020px;
  margin: 0 auto;
  text-align: left; }

#cont {
  margin-top: 20px; }

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
header h1 a {
  display: block;
  width: 350px;
  height: 60px;
  text-indent: -8888px;
  background-image: url(../image/k2_logo_normal.png); }

#social {
  width: 60px;
  margin: 20px 0;
  display: table-cell; }

#social ul li {
  margin-left: 10px;
  text-indent: -8888px; }

#social ul li#tw a {
  width: 20px;
  height: 20px;
  display: block;
  background-position: 0 -60px; }

#social ul li#fb a {
  width: 20px;
  height: 20px;
  display: block;
  background-position: -30px -60px; }

#social ul li#tw a:hover,
#social ul li#fb a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80; }

/*アニメーションするナビゲーション*/
nav {
  font-size: 13px;
  font-weight: 400;
  list-style: none;
  margin: 21px 0 0 0;
  display: table-cell; }

nav ul {
  height: 20px; }

nav li {
  overflow: hidden;
  height: 17px;
  line-height: 1em;
  display: inline;
  position: relative;
  float: left;
  border-right: 1px solid #666;
  background-color: #CC0000; }

nav li:first-child {
  border-left: 1px solid #666; }

nav li a:visited,
nav li a,
nav li a:hover {
  color: #FFF; }

nav li a {
  color: #FFFFFF;
  padding: 2px 10px;
  display: block;
  background-color: #000; }

nav li span {
  position: absolute;
  left: 0;
  top: 1.5em; }

nav li span a {
  background-color: #CC0000; }

#information nav #info a,
#profile nav #prof a,
#schedule nav #sche a,
#special nav #spe a,
#discography nav #disco a,
#biography nav #bio a,
#fanclub nav #fan a,
#mobile nav #mobi a,
#store nav #str a,
#mailmagazine nav #mail a {
  color: #FFF;
  background-color: #CC0000; }

/*------------------------------------------------------------
  コンテンツ（トップページ）
------------------------------------------------------------*/
/* スライダー　*/
#slider {
  width: 1020px;
  height: 400px;
  box-shadow: 0 0 6px #666;
  /*CSS3*/
  -moz-box-shadow: 0 0 6px #666;
  /* Firefox用*/
  -webkit-box-shadow: 0 0 6px #666;
  /* Google Chrome, Safari用*/
  border: #FFFFFF solid 1px;
  overflow: hidden;
  margin-top: 0px; }

#topicsNewsColumn {
  margin-top: 20px; }

/* ニュース　*/
#news {
  width: 720px;
  background: url("../image/news_bg.png") repeat-y; }

#news .newsTtl {
  width: 100px;
  height: 70px;
  background: url("../image/top_news.png") no-repeat;
  text-indent: -8888px; }

#news #kiji {
  width: 620px;
  display: block; }

#news table {
  width: 580px;
  margin: 20px;
  display: block; }

#news table tr {
  border-bottom: dotted 1px #000000; }

#news table tr:first-child {
  border-top: dotted 1px #000000; }

#news table th,
#news table td {
  padding: 5px 0; }

#news table th {
  white-space: nowrap;
  padding-right: 10px;
  color: #999999; }

#news table td {
  width: 100%; }

#news a {
  text-decoration: none;
  color: #000000; }

#news a:hover {
  color: #999999; }

/* バナー　*/
#banner {
  width: 280px; }

#banner ul li {
  width: 280px;
  margin-top: 10px; }

#banner ul li:first-child {
  margin-top: 0; }

/*------------------------------------------------------------
  コンテンツ（中ページ）
------------------------------------------------------------*/
.mainTtl {
  height: 50px;
  font-size: 30px;
  line-height: 1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /*CSS3*/
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Firefox用*/
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Google Chrome, Safari用*/
  position: relative;
  padding-left: 20px; }

.mainTtl:before {
  display: block;
  height: 30px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #CC0000;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /*CSS3*/
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Firefox用*/
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Google Chrome, Safari用*/
  content: ""; }

.mainTtl .subttl {
  font-weight: 300; }

#cont #naviclm {
  width: 240px;
  /*background-color: rgba(0,0,0,0.2);*/
  background: url("../image/naviclm_bg.png");
  float: left; }

#cont #mainclm {
  width: 740px;
  padding: 20px;
  /*background-color: rgba(255,255,255,0.8);*/
  background: url("../image/mainclm_bg.png");
  float: right; }

#cont #wideclm {
  width: 1020px;
  padding: 20px;
  /*background-color: rgba(255,255,255,0.8);*/
  background: url("../image/mainclm_bg.png"); }

#cont #naviclm ul li {
  width: 240px;
  border-bottom: #000 dotted 1px; }

#cont #naviclm ul li span,
#cont #naviclm ul li a {
  width: 200px;
  display: block;
  padding: 20px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /*CSS3*/
  -moz-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /* Firefox用*/
  -webkit-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /* Google Chrome, Safari用*/ }

#cont #naviclm ul li span {
  color: #CC0000; }

#cont #naviclm ul li a span {
  padding: 0; }

#cont #naviclm ul li a {
  color: #000; }

#cont #naviclm ul li a:hover {
  color: #666; }

#cont #naviclm ul li a:visited {
  color: #000; }

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
footer {
  padding: 5px 0;
  font-size: 11px; }

footer a {
  display: block;
  float: left;
  position: relative;
  padding-left: 10px; }

footer a,
footer a:visited {
  color: #FFF; }

footer a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url("../image/arrow.png");
  content: ""; }

/*ページトップへ戻るボタン*/
div.tothetopfixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1500; }

div.tothetopfixed a {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../image/totop.gif);
  text-indent: -8888px; }

div.tothetopfixed a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

/*------------------------------------------------------------
  フォーム
------------------------------------------------------------*/
.aform {
  background: #e5e5e5;
  text-align: center;
  padding: 20px; }

.aform dt,
.aform dd {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top; }

.aform dt {
  width: 200px;
  float: left; }

.aform dt .required {
  color: #CC0000;
  margin-left: 5px; }

.aform dd {
  padding-left: 250px;
  border-bottom: dotted 1px #000000; }

.aform dd ul,
.aform dd p {
  margin-bottom: 0; }

.aform dd .aform-name-ul li,
.aform dd .aform-name-ul li input {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.aform dd input,
.aform dd textarea {
  border-radius: 0 !important; }

.aform dd .aform-confirm {
  display: inline-block; }

/*form*/
.aform-content {
  background: #FFF;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.box {
  border: 0;
  padding: 5px;
  font-size: 13px;
  border: solid 1px #ccc;
  margin: 20px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2); }

.redButton,
.aform .submit input[type="submit"] {
  width: 15em;
  border: solid 1px #990000;
  background: url(../image/redbutton.gif);
  background-size: cover;
  padding: 5px 30px;
  margin-top: 20px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /*CSS3*/
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Firefox用*/
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Google Chrome, Safari用*/ }

#aform_btn_back {
  width: 15em;
  border: solid 1px #999999;
  background: #e5e5e5;
  background-size: cover;
  padding: 5px 30px;
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /*CSS3*/
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Firefox用*/
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  /* Google Chrome, Safari用*/ }

.validation-advice .error img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

/*
 *  _schedule.scss
 *
 */
/*
 *  _information.scss
 *
 */
#information div.article {
  margin-top: -60px;
  padding-top: 60px; }
#information article {
  padding: 20px;
  margin-bottom: 20px;
  border: #999 solid 1px; }
#information article h1 {
  width: 100%;
  padding: 10px 0 20px 0;
  border-bottom: #000 dotted 1px;
  margin-bottom: 20px; }

/*
 *  _profile.scss
 *
 */
#profile .profile_text {
  width: 440px;
  line-height: 20px;
  letter-spacing: -0.05em; }
#profile .right {
  float: right; }

/*
 *  _schedule.scss
 *
 */
#schedule #cont .caution {
  padding: 20px;
  font-size: 11px;
  color: #000000;
  line-height: 1.3; }
#schedule #cont #naviclm .schey {
  width: 200px;
  display: block;
  padding: 20px 20px 0px 20px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /*CSS3*/
  -moz-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /* Firefox用*/
  -webkit-text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
  /* Google Chrome, Safari用*/ }
  #schedule #cont #naviclm .schey span {
    padding: 0px 0px 0px 0px; }
#schedule #cont #naviclm .now_month {
  font-size: 22px; }
#schedule #cont #naviclm table {
  width: 200px;
  margin: 5px 20px;
  border-collapse: separate;
  border-spacing: 3px; }
  #schedule #cont #naviclm table td {
    text-align: center;
    padding: 0 3px;
    margin: 3px;
    font-size: 18px;
    font-weight: 400; }
  #schedule #cont #naviclm table td.c {
    background-color: #CC0000;
    color: #fff; }
  #schedule #cont #naviclm table span {
    width: auto;
    padding: 5px 0;
    font-size: 18px; }
  #schedule #cont #naviclm table a {
    width: auto;
    padding: 5px 0;
    font-size: 18px; }
    #schedule #cont #naviclm table a:hover {
      background-color: rgba(0, 0, 0, 0.2); }
#schedule .sche_list li {
  padding: 20px;
  margin-bottom: 20px;
  border: #999 solid 1px; }
#schedule .sche_list time {
  color: #CC0000;
  font-weight: bold; }
#schedule .sche_list p {
  margin: 0; }
#schedule .pagenation {
  overflow: hidden; }
  #schedule .pagenation .btn_prev {
    float: left; }
    #schedule .pagenation .btn_prev:hover {
      opacity: 0.8; }
  #schedule .pagenation .btn_next {
    float: right; }
    #schedule .pagenation .btn_next:hover {
      opacity: 0.8; }

/*
 *  _discography.scss
 *
 */
#discography #disclist:after {
  clear: both;
  display: block;
  height: 20px;
  content: ""; }
#discography #disclist a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #000; }
#discography #disclist a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE */
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Firefox(old) */
  -khtml-opacity: 0.6;
  /* Safari(old) */
  opacity: 0.6; }
#discography #disclist ul li {
  width: 120px;
  padding: 6px;
  /*background-color: rgba(0,0,0,0.1);*/
  background: url("../image/discography/list_bg.png");
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
#discography #disclist ul li:nth-child(5n) {
  margin-right: 0; }
#discography #disclist ul li img {
  display: block;
  margin: auto; }
#discography #disclist ul li p.diskttl {
  font-weight: bold;
  line-height: 1.3em;
  margin: 10px 0; }
#discography #disclist ul li p.disccode {
  margin-bottom: 5px;
  color: #666;
  font-size: 11px;
  line-height: 1.3em; }
#discography #discdetail {
  margin-bottom: 20px;
  border-bottom: #000 dotted 1px;
  float: left; }
#discography #discdetail img {
  margin-right: 20px;
  float: left; }
#discography #disctxt {
  width: 600px;
  float: left; }
#discography #disctxt ol {
  width: 580px; }
#discography #disctxt ol li {
  margin-bottom: 10px;
  font-weight: bold; }
#discography #disctxt dl dd {
  font-weight: normal;
  line-height: 1.3em;
  color: #999; }
#discography #disctxt p.price {
  font-size: 11px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px; }

/*
 *  _biography.scss
 *
 */
#biography #hyou {
  width: 100%;
  border-collapse: separate; }
#biography #hyou td,
#biography #hyou th {
  padding: 5px 8px;
  border-bottom: 1px #000 dotted; }
#biography #hyou th {
  background: #999;
  color: #FFF; }
#biography #hyou td.day {
  width: 111px; }
#biography #hyou td.gray {
  background-color: #e5e5e5;
  width: 110px; }

/*
 *  _fanclub.scss
 *
 */
#fanclub .atesaki {
  display: block;
  margin: 20px 0;
  font-size: 18px; }
#fanclub .price {
  font-size: 20px; }

/*
 *  _mobile.scss
 *
 */
#mobile .discription {
  width: 570px;
  float: left; }
#mobile .price {
  font-size: 20px; }
#mobile .career {
  width: 162px;
  border: #999 solid 1px;
  padding: 6px;
  background: #FFF;
  text-align: center;
  margin-right: 20px; }
#mobile .career:last-child {
  margin-right: 0; }
#mobile .career .gray,
#mobile .career .gray2 {
  display: block;
  background: #e5e5e5; }
#mobile .career .gray:after {
  display: block;
  background: #FFF;
  content: "↓"; }

/*
 *  _store.scss
 *
 */
#store .atesaki {
  display: block;
  margin: 20px 0;
  font-size: 18px; }
#store .price {
  font-size: 20px; }

/*
 *  _contact.scss
 *
 */
#contact .formFrame {
  background: #e5e5e5;
  text-align: center;
  padding: 20px; }
#contact #contactForm {
  width: 100%; }
#contact #contactForm tr {
  border-bottom: dotted 1px #000000; }
#contact #contactForm th,
#contact #contactForm td {
  padding: 10px 20px;
  text-align: left;
  vertical-align: top; }
