/* ==========================================================================
   Reset
============================================================================= */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}.cf:before, .cf:after {content:""; display:table; } .cf:after {clear:both; } .cf {zoom:1; }

/* ==========================================================================
   Base
============================================================================= */
body, html { width: 100%; height: auto; font-family: 'KozGoPro-Regular', '小塚ゴシック Pro R', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: #900; }
p { line-height: 180%; letter-spacing: 0.08em; }
video { margin: 0; padding: 0; font-size: 100%; font-weight: inherit; vertical-align: baseline; border: 0; }
#controlBar_video { opacity: 0; }

body { background: url(../img/common/bg.png);}

.wrapper { width: 100%; min-width: 1180px; overflow-x: hidden; margin: 0; padding: 0; position: relative; overflow: hidden; }
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.wrapper { font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

#back-top { position: fixed; bottom: 0; right: 2%; z-index: 1000; }
#back-top span { background:url(../img/common/arrow.png) top center no-repeat; width: 100px; height: 76px; display: block; opacity: 0.8; }
#back-top:hover { filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }


/* ==========================================================================
   Common
============================================================================= */

section {
  margin-top: 20px;
  margin-bottom: 20px;
}

section p {
  font-size: 1.2rem;
  text-align: left;
  width: 800px;
  margin:0 auto;
}


/* ==========================================================================
   MENU
============================================================================= */

.menu { width:220px; height: 100%; background: url(../img/menu/menu-bg.png) top left repeat-y; position: absolute; left: 50%; margin-left: -590px; text-align: left; z-index: 2000; box-shadow: 0px 0px 5px #000; }
.menu-inner { position: fixed; color: #fff; font-size: 20px; letter-spacing: 0.08em; height: 100%; width:220px; }
.menu-logo { background: url(../img/common/logo-sk35-w.png) top center no-repeat; background-size: 180px 41px; width: 180px; height: 41px; margin: 40px 0 0 20px; transition: opacity 0.2s; }
.menu-logo:hover { opacity: 0.8; }
.menu-logo a { display: block; width: 100%; height: 100%; }
.menu-inner ul { line-height: 30px; margin-bottom: 10px; margin: 20px 30px; }
.menu-inner ul li { border-bottom: #900 solid 1px; line-height: 40px; margin-bottom: 10px; cursor: pointer; }
.menu-inner ul li a { color: #fff; text-decoration: none; transition: color 0.2s; width: 100%; height: 100%; padding-top: 10px; display: block; }
.menu-inner ul li a:hover { color: #c66; transirion: }
ul.menu-series-list { margin: 0; }
ul.menu-series-list li { font-size: 14px; line-height: 20px; border:none; transition: opacity 0.2s; }
ul.menu-series-list li a span { display: none; }
.menu-series-nob { background: url(../img/common/logo-nob.png) top left no-repeat; width: 160px; height: 70px; background-size: 160px 70px; }
.menu-series-san { background: url(../img/common/logo-san.png) top left no-repeat; width: 160px; height: 70px; background-size: 160px 70px; }
.menu-series-wp { background: url(../img/common/logo-wp.png) top left no-repeat; width: 160px; height: 70px; background-size: 160px 70px; }
.menu-series-dai { background: url(../img/common/logo-dai.png) top left no-repeat; width: 160px; height: 70px; background-size: 160px 70px; }
.menu-series-nob:hover,.menu-series-san:hover,.menu-series-wp:hover,.menu-series-dai:hover { opacity: 0.8; }

.index-top .menu-index a { color: #c66;  }
.history-top .menu-history a { color: #c66;  }
.message-top .menu-message a { color: #c66;  }
.schedule-top .menu-schedule a { color: #c66;  }
.menu-inner ul li.menu-archives { border: none; }
.menu-archives a img { width: 100%; }

.menu-inner ul li.menu-cpxmas { border: none; margin: 0; }
.menu-cpxmas a img { width: 100%; }




/* ==========================================================================
   Header
============================================================================= */

header {}
#header {}
.header {
  width: 100%;
  position: absolute;
  z-index: 2;
}



/* ==========================================================================
   Contents
============================================================================= */

.contents-wrap {
  text-align: center;
  z-index: 1;
  position: relative;
}

.content-inner {
  margin: 0 auto;
  width: 1180px;
  padding: 20px 0;
}

/* ==========================================================================
   Main
============================================================================= */

.main-content { margin-left: 220px; width: 960px; }



/* ==========================================================================
   Video
============================================================================= */

#start {
  width: 100%;
  background: #000;
  overflow: hidden;
  display: none;
}

.video-wrap {
  position: relative;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background: #000;
  min-height: 540px;
  margin:0 auto;
}

.video-cover {
/*  background: url(../img/common/video-cover-btm.png) bottom center no-repeat;*/
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  z-index: 1001;
  max-height: 540px;
}

.video-wrap {
  max-width: 960px;
}

.video-bg {
  padding-left: 220px;
  background: #000;
}

#video {
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}


/* ==========================================================================
   Footer
============================================================================= */

footer { font-family: 'KozGoPro-Regular', '小塚ゴシック Pro R', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }
#footer {}
.footer { width: 100%; text-align: center; margin-top: 80px; padding-bottom: 40px; position: relative; z-index: 1; background: #fff; }
.footer-inner { width: 960px; padding-left: 220px; margin: 0 auto; }
.foot-logos { width: 260px; margin: 0 auto; text-align: center;}
.foot-logo-sk { width: 140px; float: right; }
.foot-logo-kt { margin-top: 15px; width: 60px; float: left; }
#sns { width:220px; margin:60px auto 60px; }
#sns a { float: left; margin:4px; }
#sns a img { vertical-align: bottom;}
a.mo:hover{ opacity:0.7; }
.textLink{ margin:0 auto 0; text-align:center; padding:0px 0 20px; font-size: 80%; }
.textLink a{ color:#900; }
#rights { font-size: 0.6rem; }

/* ==========================================================================
   Index
============================================================================= */
.index-top { }

.banner { text-align: right; margin-bottom: 20px; float: right; width: 470px; }
.banner:hover { opacity: 0.8; }

.series-wrap { }
.series-box { width: 24%; margin-left: 1%; float: left; background: #000; box-sizing: border-box; padding: 10px; background: #fff; margin-bottom: 10px; transition: box-shadow 0.2s; }
.series-box:hover { box-shadow: inset 0 0 0 5px #900; background: #fcc; }
.series-box img { width: 100%; vertical-align: bottom; }
.series-box img.series-box-img-on { display: none; }
.series-box img.series-box-img-off { display: block; }

.campaign-wrap {}
.campaign-box-ttl { background: url(../img/common/campaign-box-ttl.png) top left no-repeat; height: 50px; width: 100%; margin-top: 20px; }
.campaign-box { height: 246px; float: left; background: #fff; transition: box-shadow 0.2s; font-family: 'KozGoPro-Regular', '小塚ゴシック Pro R', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }
.campaign-box-4:hover { box-shadow: inset 0 0 0 5px #900; background: #fcc; }
.campaign-box-4 a { text-decoration: none; color: #000; display: block; padding: 10px; height: 236px; }
.campaign-box-4 img { width: 100%; vertical-align: bottom; margin-bottom: 3px; }
.campaign-box-4 p.text { font-size: 12px; text-align: left; letter-spacing: 0; line-height: 150%; }
.campaign-box-4 p.text span { color: #900; font-weight: bold; display: block; }
.campaign-box-4 p.date { text-align: right; font-size: 10px; color: #ccc; position: relative; vertical-align: bottom; }
.campaign-box-2 { width: 49%; margin-left: 1%; margin-bottom: 10px; }
.campaign-box-2 .flexslider { margin-bottom: 40px; }
.campaign-box-4 { width: 24%; margin-left: 1%; margin-bottom: 10px; }

.title-wrap {}
.title-box-ttl { background: url(../img/common/title-box-ttl.png) top left no-repeat; height: 50px; width: 100%; margin-top: 20px; }
.title-box { float: left; width: 19%; margin-left: 1%; margin-bottom: 10px; background: #fff; transition: box-shadow 0.2s; }
.title-box a { display: block; padding: 10px; }
.title-box:hover { box-shadow: inset 0 0 0 5px #900; background: #fcc; }
.title-box img { width: 100%; vertical-align: bottom; }

/* ==========================================================================
   Series TOP
============================================================================= */

.main-logo { height: 180px; height: 80px; margin-left: 10px; background-size: 180px 79px; background-repeat: no-repeat; background-position: top left; }
.banner-box { margin: 0 10px; min-height: 322px; }
.banner-box .flexslider { margin-bottom: 40px; }
.banner-box .flex-control-nav { bottom: -30px; }
.flexslider img:hover { opacity: 0.9; }

/* nobunaga */
.sortList01-top { background:#930000 url(../img/common/bg-nob.gif) top center repeat-x fixed; }
.sortList01-top .banner-box .flex-control-paging li a { background: rgba(255, 255, 255, 0.5); }
.sortList01-top .banner-box .flex-control-paging li a.flex-active { background: rgba(255, 255, 255, 0.9); }
.sortList01-top .main-logo { background-image: url(../img/common/logo-nob.png); }
.sortList01-top .campaign-box-ttl { background-image: url(../img/common/campaign-box-ttl-w.png); }
.sortList01-top .title-box-ttl { background-image: url(../img/common/title-box-ttl-w.png); }
.sortList01-top .b-non,.sortList01-top .b-san,.sortList01-top .b-wps,.sortList01-top .b-dai { display: none; }

/* sangokushi */
.sortList02-top { background:#1d0803 url(../img/common/bg-san.gif) top center repeat-x fixed; }
.sortList02-top .banner-box .flex-control-paging li a { background: rgba(255, 255, 255, 0.5); }
.sortList02-top .banner-box .flex-control-paging li a.flex-active { background: rgba(255, 255, 255, 0.9); }
.sortList02-top .main-logo { background-image: url(../img/common/logo-san.png); margin-left: -20px; }
.sortList02-top .campaign-box-ttl { background-image: url(../img/common/campaign-box-ttl-w.png); }
.sortList02-top .title-box-ttl { background-image: url(../img/common/title-box-ttl-w.png); }
.sortList02-top .b-non,.sortList02-top .b-nob,.sortList02-top .b-wps,.sortList02-top .b-dai { display: none; }

/* winningpost */
.sortList03-top { background:#48842e url(../img/common/bg-wp.gif) top center repeat-x fixed; }
.sortList03-top .banner-box .flex-control-paging li a { background: rgba(255, 255, 255, 0.5); }
.sortList03-top .banner-box .flex-control-paging li a.flex-active { background: rgba(255, 255, 255, 0.9); }
.sortList03-top .main-logo { background-image: url(../img/common/logo-wp.png); }
.sortList03-top .campaign-box-ttl { background-image: url(../img/common/campaign-box-ttl-w.png); }
.sortList03-top .title-box-ttl { background-image: url(../img/common/title-box-ttl-w.png); }
.sortList03-top .b-non,.sortList03-top .b-nob,.sortList03-top .b-san,.sortList03-top .b-dai { display: none; }

/* daikoukai */
.sortList04-top { background:#203995 url(../img/common/bg-dai.jpg) top center no-repeat fixed; }
.sortList04-top .main-logo { background-image: url(../img/common/logo-dai.png); }
.sortList04-top .b-non,.sortList04-top .b-nob,.sortList04-top .b-san,.sortList04-top .b-wps { display: none; }


/* ==========================================================================
   Message
============================================================================= */
.message-top { }
.message-top h2 { padding-top: 40px; }
.message-top .main-text { width: 800px; margin: 20px auto 20px; font-size: 20px; text-align: left; }
.message-top .main-text img { display: inline-block; line-height: 180px; }

.message-wrap:before { content: ""; display: block; background: url(../img/message/message-head.png) top center no-repeat; height:130px; }
.message-wrap { }
.message-text { background: url(../img/message/message-cont.png) top center repeat-y; text-align: left; padding-top: 60px; }
.message-text p { padding: 0 130px; font-size: 20px; margin-bottom: 40px; letter-spacing: 0.15em; }
.message-wrap:after {  content: ""; display: block; background: url(../img/message/message-foot.png) bottom center no-repeat; height:130px; }

.message-sign { text-align: right; font-size: 28px; padding: 10px 140px 0; font-weight: bold; }


/* ==========================================================================
   Archives
============================================================================= */
.archives-top { }
.archives-top h2 { background-image: url(../img/archives/main.jpg); width: 940px; overflow: hidden; margin-left: 10px; height: 400px; }
.archives-top .main-text { width: 920px; margin: 20px auto 20px; font-size: 18px; text-align: left; line-height: 140%; }

.archives-top .main-text-link { margin-top: 20px; }
.archives-top .main-text-link a { font-size: 80%; color: #fff; background: #999; padding: 5px 10px; border-radius: 20px; text-decoration: none; transition: background, 0.2s; }
.archives-top .main-text-link a:hover { background: #900; cursor: pointer; }

.archives-top .content-inner { padding-top:0; }

.archives-top .news-wrap { }
.archives-top .news-text { height: 40px; line-height: 40px; background: #fff; margin: 0 10px; padding: 0 20px; border-bottom: 1px solid #900; border-top: 1px solid #900; }
.archives-top .news-text span { display: inline-block; float: left; margin-right: 10px; }
.archives-top .news-text span.info { color: #900; font-weight: bold; }
.archives-top .news-text span.date { }
.archives-top .news-text span.data { }
.archives-top .news-text span.more { float: right; cursor: pointer; }
.archives-top .banner-wrap { margin: 20px auto 20px; }
.archives-top .banner-wrap:hover { opacity: 0.8; }

.archives-wrap-ttl { top: 0px; position: relative; text-align: left; width: 900px; padding: 10px 20px;  margin: 30px auto; font-size: 30px; font-weight: bold; color: #000; background: #ccc; cursor: pointer; border-radius: 50px; transition: background, 0.2s; box-shadow: 0 4px 0 #999; line-height: 1; }
/*.archives-wrap-ttl::after { z-index: -1; position: relative; content:''; display: block; background: #900; height: 40px; transform: skewX(-24deg); margin-top: -46px; text-align: left; }*/
.archives-start { font-size: 14px; }

.archives-wrap-ttl:hover { background: #900; color: #fff; box-shadow: 0 2px 0 #600; top: 2px; }

.ttl-selecter { color: #fff; background: #900; box-shadow: 0 2px 0 #600; top: 2px; }

.archives-link-steam { text-align: right;}
.archives-link-steam a { font-size: 80%; padding: 5px; margin-right: 10px; border-radius: 20px; transition: background, 0.2s; }
.archives-link-steam a:hover { color: #c33; cursor: pointer; }

.archives-wrap { width: 920px; margin-left: 10px; background: #fff; padding:10px; }
.archives-inner { display: table; }
.archives-img { text-align: center; background: #eee; width: 220px; height: 220px; padding: 10px; display: table-cell; vertical-align: middle; transition: box-shadow 0.2s; }
.archives-img:hover { box-shadow: inset 0 0 0 5px #900; background: #fcc; cursor: pointer; }
.archives-img-text { font-size: 60%; }
.archives-img img { max-width: 220px; max-height: 100%; margin: 0; }
.archives-cont { float: left; width: 680px; }
.archives-ttl { z-index: 1; letter-spacing: 0.05em; text-shadow: 0 1px 0 #fff,1px 1px 0 #fff,-1px -1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff,0 0 3px #fff; position: relative; font-weight: bold; font-style: italic; font-size: 30px; text-align: left; line-height: 30px; padding: 10px; }
.archives-ttl::after { z-index: -1; position: relative; content:''; display: block; background: #900; height: 4px; transform: skewX(-24deg); margin-top: -4px;}
.archives-price { font-size: 16px; float: right; }
.archives-cont-inner { float: left; width: 680px; }
.archives-thum { background: #eee; float: left; padding: 10px; transition: box-shadow 0.2s; }
.archives-thum:hover { box-shadow: inset 0 0 0 5px #900; background: #fcc; cursor: pointer; }
.archives-thum img { width: 180px; vertical-align: bottom; }
.archives-text { text-align: left; width: 480px; float: left;  }
.archives-text p { margin: 10px 10px 5px; line-height: 140%; }

.archives-zokuhou { font-size: 20px; text-align: right; margin: 50px 0 0 0; }


.archives-top hr { box-sizing: border-box; background-position: 50%; max-width: 100%; border: 0; margin: 20px 0; height: 1px; background-image: linear-gradient(90deg, rgba(230, 0, 0, 0), rgba(230, 0, 0, 0.5) 50%, rgba(230, 0, 0, 0) 100%); }

.archives-btn { margin: 10px 0 0 480px; }
.archives-btn a { font-weight: bold; display: block; color: #fff; background: #999; border-radius: 20px; height: 30px; line-height: 30px; text-decoration: none; transition: background, 0.2s; }
.archives-btn a:hover { background: #900; }



/* ==========================================================================
   schedule
============================================================================= */
.schedule-top { }
.schedule-top h2 { padding-top: 40px; }
.schedule-top .main-text { width: 800px; margin: 20px auto 20px; font-size: 20px; text-align: left; }
.schedule-top .foot-text { width: 900px; margin: 10px auto; font-size: 14px; text-align: left; }

.schedule-table { width: 900px; margin: 0 auto; text-align: left; border-spacing:10px; border-collapse: separate; }
.schedule-table th { font-size: 30px; font-weight: bold; width: 10%; background: #900; color: #fff; text-align: center; border-radius: 10px; }
.schedule-table td { background: #fff; border-radius: 4px; }

.schedule-table-cp-date { line-height: 26px; position: relative; background: #900; color: #fff; padding: 2px 14px; height: 26px; display: inline-block; margin-bottom: 5px; border-radius: 4px 0 0 4px; }
.schedule-table-cp-date:before { position: absolute; top: 0; right: -15px; content: ''; width: 0; height: 0; border-color: transparent transparent transparent #900; border-style: solid; border-width: 15px 0 15px 15px; }
.schedule-table-cp-game { display: inline-block; line-height: 30px; font-size: 18px; padding-left: 20px; }
.schedule-table-cp-title { font-weight: bold; font-size: 22px; border-bottom: #900 solid 1px; position: relative; padding-bottom: .1em; border-bottom: 4px solid #ccc; margin-bottom: 10px; }
.schedule-table-cp-title:after { position: absolute; bottom: -4px; left: 0; z-index: 2; content: ''; width: 30%; height: 4px; background-color: #900; }
.schedule-table-cp-text {  }
.schedule-table-cp-text img { margin-left: 20px; margin-bottom: 20px; max-height: 140px; }
.schedule-table-cp-detail { text-align: right; margin-top: 10px; }
.schedule-table-cp-detail a { background: #999; border-radius: 20px; padding: 5px 20px; color: #fff; display: inline-block; text-decoration: none; transition: background 0.2s;  }
.schedule-table-cp-detail a:hover { background: #900; }
.schedule-table-cp-wrap { border-radius: 4px; padding: 10px; margin: 10px; }
.schedule-table hr { height: 6px; background: url(../img/common/hr-nami.png) repeat-x 0 0; border: 0; }



/* ==========================================================================
   HISTORY
============================================================================= */
.history-top {}
.history-top .main-content { color: #fff; text-shadow: 1px 1px 3px #000; }
.history-top h2 { padding-top: 40px; }
.history-top .main-text { width: 800px; margin: 20px auto 20px; font-size: 20px; text-align: left; }
.history-top section { margin:0; width: 100%; display: block; }
.history-top section:after { content: " "; clear: both; display: block; }
.history-top section p { width: 100%; }
.history-top section img { padding-right: 20px; padding-bottom: 20px; max-height: 200px; }
.history-top article { width: 780px; margin:100px auto 0; padding-left: 120px; }
.history-top article:after { content: ""; clear: both; display: block; }

.history-top .video-wrap {
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background: #000;
  min-height: 700px;
  margin:0 auto;
  max-width: 100%;
}

.history-top .video-cover {
  position: fixed;
  background: rgba(0,0,0,0.6);
  background-image: url(../img/common/video-cover-bg.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  max-height: 100%;
}


.history-top #video {
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}


.history-top .sec-year { font-size: 24px; color: #fff; background: #900; letter-spacing: 0.4em; margin-right: -0.4em; font-weight: bold; z-index: 1; text-shadow: none; }
.history-top .sec-year { border-radius: 50%; margin-right: 20px; width: 120px; height: 120px; line-height: 120px; text-align: center; position: absolute; left: 50%; margin-left: -360px; border: none; }
.history-top .sec-ttl { font-size: 44px; font-weight: bold; letter-spacing: 0.2em; text-align: left; line-height: 80px; margin-bottom: 20px; border-bottom: #900 solid 1px; }
.history-top .sec-date { font-size: 20px; line-height: 20px; text-align: left; letter-spacing: 0.1em; }

.liner { width: 4px; background: #900; position: absolute; left: 50%; margin-left: -302px; z-index: 0; height: 100%; }
.liner { animation:liner-anim 2s ease-in-out; }

/* pagination */

.pagination-wrap {
  position: fixed;
  width: 50px;
  top: 100px;
  right: 0;
}

.pagination {
  position: absolute;
  right:0;
  text-align:right;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  width:100px;
}
.pagination li {
  padding: 0;
  text-align: center;
}
.pagination li a{
  padding: 7px;
  color:#fff;
  text-decoration:none;
  text-align:right;
  display: block;
  margin:1px 0;
  padding:1px 20px 1px 0;
  transition: padding-right 0.2s;
}

.pagination li a.active,.pagination li a:hover{
color:#d00;
text-decoration:none;
padding-right: 30px;
}



/* animation */

@keyframes liner-anim {
  0% { height:0; }
  100% { height:100%; }
}

/* ==========================================================================
   Loader
============================================================================= */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 3000;
}
#loader {
  background: url(../img/common/logo-sk35-b.png) top center no-repeat;
  background-size: 200px 50px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 50px;
  margin-top: -25px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 3001;
}










  .hide_sp { display: block; }
  .hide_pc { display: none; }

  .flexslider .slides img.hide_sp { display: block; }
  .flexslider .slides img.hide_pc { display: none; }

  .menu-trigger { display: none; left: 0; position: relative; left: 10px; }
  .header { display: none; background: #000; height: 60px; z-index: 3000; position: fixed; border-bottom: #900 solid 2px; box-sizing: border-box; }
  .schedule-table tr.schedule-table-th-sp { display: none; }
  .schedule-table th { line-height: 1; padding: 10px 0; }
  .schedule-table th.none { background: #ccc; }
  .schedule-table th span { font-size: 16px; display: block; line-height: 16px; }

@media screen and (max-width: 1200px) {
  .menu { left: 0; margin-left: 0; }
}


@media screen and (max-width: 639px) {
  body { }
  .flexslider .slides img.hide_sp { display: none; }
  .flexslider .slides img.hide_pc { display: block; }
  .hide_sp { display: none; }
  .hide_pc { display: block; }
  .wrapper { width: 100%; min-width: 100%; }
  .header { display: block; position: relative; }
  .menu { margin-left: -320px; transition: margin-left 0.4s; background: #000; /*padding-top: 60px;*/ width: 200px; }
  .menu-inner { width: 200px; }
  .logo-sk35 img { width: 200px; height: 45px; margin-top: 5px; }
  .menu-logo { display: none;}
  .menu-series-nob { width: 120px; height: 53px; background-size: 120px 53px; }
  .menu-series-san { width: 120px; height: 53px; background-size: 120px 53px; }
  .menu-series-wp { width: 120px; height: 53px; background-size: 120px 53px; }
  .menu-series-dai { width: 120px; height: 53px; background-size: 120px 53px; }
  .content { width: 100%; text-align: center; }
  .content-inner { }
  .video-bg { padding: 0; /*padding-top: 60px;*/ }
  .video-wrap { width: 100%; min-height: 210px; }
  .video-cover { display: none; }
  .content-inner { margin: 0; padding: 0; width: 100%;}
  .main-content { margin: 0; width: 100%; /*padding-top: 60px;*/ }
  .index-top .main-content { margin: 0; width: 100%; padding-top: 20px; }
  .banner { position: relative; top: auto; left: auto; width: 100%; margin: 20px 0 20px 0; height: auto; }
  .banner img { width: 100%; vertical-align: bottom; }
  .series-box { width: 48%; }
  .series-box:nth-child(n+1) { margin-right: 1%; }
  .campaign-box-ttl,.title-box-ttl { background-size: 480px; 16px; height: 24px; }
  .campaign-box-2 { width: 98%; height: auto; }
  .campaign-box-4 { width: 48%; height: auto; }
  .campaign-box-4:nth-child(n+1) { margin-right: 1%; }
  .title-box { width: 32%; }
  .title-box a { padding: 5px; }
  .banner-box { height: auto; min-height: auto; margin: 0; }
  .footer { width: 100%; }
  .footer-inner { width: 100%; padding-left: 0; }
  .main-logo { background-size: 90px 40px; height: 40px; }
  /*下層*/
  .main-content h2 img { width: 100%; }
  .schedule-top .main-text { width: 90%; font-size: 14px; text-align: left; }
  .schedule-table { width: 100%; }
  .schedule-table th.schedule-table-th-pc { display: none; }
  .schedule-table tr.schedule-table-th-sp { display: block; }
  .schedule-table-cp-text img { width: 50%; margin-left: 10px; margin-bottom: 10px; }
  .schedule-top .foot-text { width: auto; }
  .history-top .main-content { text-shadow: none; color: #000; }
  .history-top .main-text { width: 90%; font-size: 14px; text-align: left; }
  .history-top .sec-year { width: 40px; height: 40px; line-height: 40px; font-size: 12px; left: 0; margin-left: 10px; letter-spacing: 0.08em; }
  .liner { left: 0; margin-left: 29px; width: 2px; }
  .history-top section { color: #000; }
  .history-top section p { width: 80%; margin-left: 60px; font-size: 12px; }
  .history-top section img { max-height: 100px; padding-right: 10px; padding-bottom: 5px; }
  .history-top article { padding-left: 0; margin-left: 0; width: 100%; margin-top: 50px; }
  .history-top .sec-date { width: 80%; margin-left: 60px; line-height: 14px; font-size: 14px; }
  .history-top .sec-ttl { width: 80%; margin-left: 60px; font-size: 20px; line-height: 30px; letter-spacing: 0.05em; margin-bottom: 10px; }
  .history-top .video-wrap,.history-top .video-cover { display: none;   }
  .history-top .pagination li a { color: #000; }
  .pagination-wrap { position: relative; width: 95%; top: auto; margin: 0 auto; background: #fff; border-radius: 4px; padding: 5px; }
  /*.pagination-wrap:before { content: "年号"; display: block; }*/
  .pagination { position: relative; top: auto; width: 100%; text-align: center; }
  .pagination li { display: inline-block; padding: 3px; background: #eee; margin: 2px; border-radius: 4px; }
  .pagination li a { display: inline-block; padding: 0; }
  .pagination li a:after { }
  .pagination li a.active, .pagination li a:hover { color: #900; padding: 0; }
  .message-text { font-size: 14px; padding: 0; }
  .message-text p { font-size: 14px; padding: 0 10px; }
  .message-text img { width: 140px; }
  .message-sign { margin: 0; padding: 20px 0 0 0; text-align: center; }
  .message-wrap { background: #fff; }
  .message-wrap:before { background: #fff; border-top: #900 double 3px; height: 60px; content: "35周年を迎えて"; font-size: 24px; padding-top: 16px; font-weight: bold; }
  .message-wrap:after { background: #fff; border-bottom: #900 double 3px; height:30px; }
  .archives-top h2 { width: 100%; margin: 0; height: 40%; background-size: 220%; }
  .archives-top .main-text { width: 90%; font-size: 14px; text-align: left; }
  .archives-top .news-text { height: auto; position: relative; margin: 0; padding-bottom: 5px; }
  .archives-top .news-text span { float: none; text-align: left; display: block; line-height: 140%; }
  .archives-top .news-text span.more { float: none; text-align: right; position: absolute; top: 0; right: 2%; }
  .banner-wrap img { width: 100%; }
  .archives-wrap-ttl { width: auto; font-size: 20px; }
  .archives-start { font-size: 12px; }
  .archives-wrap { width: 100%; margin: 0; padding: 0; }
  .archives-inner { display: block;}
  .archives-cont { float: none; width: auto; padding-bottom: 10px; }
  .archives-cont-inner { float: none; width: auto; }
  .archives-text { width: 100%; float: none; }
  .archives-img { max-width: 100%; width: auto; height: auto; margin: auto; display: block; }
  .archives-img img { width: auto; max-width: 100%; max-height: 360px; }
  .archives-thum { display: none; }
  .archives-ttl { font-size: 22px; letter-spacing: 0; }
  .archives-zokuhou { text-align: center; }
  .archives-btn { margin: 10px; }
  /*各IP*/
  .sortList02-top .main-logo { margin-left: -10px; }

  .menu-toggle { margin-left: 0; }
  .menu-toggle { background: #000; }
  .menu-toggle .menu-trigger { }

  /* menu-trigger */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 34px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }
  .textLink {
    font-size: 0.8rem;
    width: 90%;
  }
}

@media screen and (max-width: 419px) {
  .history-top section p { width: 70%; }
  .history-top .sec-date { width: 70%; }
  .history-top .sec-ttl { width: 70%; }
  .logo-sk35 img { width: 160px; height: 36px; margin-top: 10px; }
}
