@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #FFF;
}
input, button, select, textarea{
  color: #000;
}
html {
  font-size: 1em;
  line-height: 1.4;
}

a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
a:link { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
    color: #FFF;
}
a:active { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
    color: #FFF;
}a:visited { 

    overflow: hidden;
    outline: none;
    color: #FFF;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
::-webkit-scrollbar {
  background: #ffffff;
  width: 3px;
}

::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 4px;
}

::selection, ::-moz-selection {
  background-color: #ffffff;
  color: #111;
}

h1, h2, h3, h4, h5, h6, ul, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.mt05 {
  margin-top: 5px;
}

.mt30 {
  margin-top: 30px;
}

/* ---------------------------------------------
  font Style
--------------------------------------------- */
.fBold {
  font-weight: bold;
}

.fItalic {
  font-style: italic;
}

.fnormal {
  font-weight: normal;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.red {
  color: #e6380d;
}

/* ---------------------------------------------
  inline align
--------------------------------------------- */
.t_align_l {
  text-align: left;
}

.t_align_c {
  text-align: center;
}

.t_align_r {
  text-align: right;
}

.pre {
  white-space: pre;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/* ==========================================================================
   common
   ========================================================================== */
html {
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
}
html.bgWhite {
  background: #fff;
}

body {
  width: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","ＭＳ Ｐ ゴシック", "Osaka", "sans-serif";
  position: relative;
}

#left, #right, #top, #bottom {
  background: #000;
  position: fixed;
  opacity: 1;
  z-index: 100;
}

#top, #bottom {
  left: 0px;
  right: 0px;
  height: 1px;
}

#right, #left {
  top: 0;
  bottom: 0;
  width: 1px;
}

#top {
  top: 0;
}
#top.sec {
  background: #000;
}
body.contact #top.sec {
  background: #000;
}

#bottom {
  bottom: 0;
}
#bottom.sec {
  background: #000;
}
body.contact #bottom.sec {
  background: #000;
}

#left {
  left: 0;
}
#left.sec {
  background: #000;
}
body.contact #left.sec {
  background: #000;
}

#right {
  right: 0;
}
#right.sec {
  background: #000;
}
body.contact #right.sec {
  background: #000;
}

/*
#top            { top:-30px;}
#right          { right:-30px; }
#bottom         { bottom:-30px; }
#left           { left:-30px; }
*/
#loader {
  background: #fff;
  position: fixed;
  z-index: 30;
  top: 0px;
  left: 0;
  width: 0;
  height: 100%;
  display: none;
  opacity: 1;
  transition: all 1s ease-out 0s;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
}

.slider_nav {
  position: fixed;
  top: 50%;
  margin-top: -27px;
  right: 10px;
  z-index: 101;
}
.slider_nav ul {
  list-style: none;
}
.slider_nav ul li {
  float: left;
  list-style: none;
}
.slider_nav ul li a {
  display: inline-block;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
}
.slider_nav ul li.prev a {
  background: url(../images/btn_arrow_l.png) no-repeat left top;
}
.slider_nav ul li.next a {
  background: url(../images/btn_arrow_r.png) no-repeat left top;
}

#gnavi {
  position: fixed;
  right: -670px;
  top: 44px;
  z-index: 110;
  height: 19px;
}
#gnavi #currentpos{
  position: absolute;
  background: url(../images/top/bg_DC380C_95.png);
  width: 70px;
  height: 75px;
  top: -44px;
  padding: 0 10px;
}
html.newsArchive #gnavi #currentpos{
  padding: 0;
}
#gnavi ul {
  zoom: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 19px;
}
#gnavi ul:after {
  content: "";
  display: block;
  clear: both;
}
#gnavi ul li {
  float: left;
  display: block;
}
#gnavi ul li.labeltext {
  margin: 0 15px;
}
#gnavi ul li.labelicon {
  margin: 0 5px 0 15px;
}
#gnavi ul li a {
  display: block;
  outline: none;
  overflow: hidden;
  background: url(../images/gnavi.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  height: 19px;
  position: relative;
  width: auto;
}
#gnavi ul li a.home {
  width: 43px;
  height: 19px;
  background-position: 0 0;
}
#gnavi ul li a.home:hover, #gnavi ul li a.home.active {
  background-position: 0 -21px;
}
#gnavi ul li a.news {
  width: 40px;
  height: 19px;
  background-position: -73px 0;
}
#gnavi ul li a.news:hover, #gnavi ul li a.news.active {
  background-position: -73px -21px;
}
#gnavi ul li a.lineup {
  width: 51px;
  height: 19px;
  background-position: -143px 0;
}
#gnavi ul li a.lineup:hover, #gnavi ul li a.lineup.active {
  background-position: -143px -21px;
}
#gnavi ul li a.concept {
  width: 65px;
  height: 19px;
  background-position: -224px 0;
}
#gnavi ul li a.concept:hover, #gnavi ul li a.concept.active {
  background-position: -224px -21px;
}
#gnavi ul li a.about {
  width: 53px;
  height: 19px;
  background-position: -319px 0;
}
#gnavi ul li a.about:hover, #gnavi ul li a.about.active {
  background-position: -319px -21px;
}
#gnavi ul li a.access {
  width: 59px;
  height: 19px;
  background-position: -398px 0;
}
#gnavi ul li a.access:hover, #gnavi ul li a.access.active {
  background-position: -398px -21px;
}
#gnavi ul li a.contact {
  width: 66px;
  height: 19px;
  background-position: -483px 0;
}
#gnavi ul li a.contact:hover, #gnavi ul li a.contact.active {
  background-position: -483px -21px;
}
#gnavi ul li a.twitter {
  width: 20px;
  height: 19px;
  background-position: -604px 0;
}
#gnavi ul li a.twitter:hover, #gnavi ul li a.twitter.active {
  background-position: -604px -21px;
}
#gnavi ul li a.facebook {
  width: 20px;
  height: 19px;
  background-position: -579px 0;
}
#gnavi ul li a.facebook:hover, #gnavi ul li a.facebook.active {
  background-position: -579px -21px;
}
#gnavi a .hover {
  background: url(../images/gnavi.png) no-repeat 0 0;
  display: block;
  opacity: 0;
  position: relative;
  top: -22px;
  left: 0;
  height: 100%;
  width: 100%;
}

html.newsArchive #gnavi{
  /*width: 260px;*/
}
html.newsArchive #gnavi #currentpos{
  position: absolute;
  background: url(../images/top/bg_DC380C_95.png);
  width: 65px;
  height: 75px;
  top: -46px;
}
html.newsArchive.y2020 #gnavi #currentpos{
  left: -1px;
}
html.newsArchive.y2019 #gnavi #currentpos{
  left: 63px;
}
html.newsArchive.y2018 #gnavi #currentpos{
  left: 128px;
}
html.newsArchive.y2017 #gnavi #currentpos{
  left: 192px;
}
html.newsArchive.y2016 #gnavi #currentpos{
  left: 254px;
}
html.newsArchive.y2015 #gnavi #currentpos{
  left: 318px;
}
html.newsArchive.y2014 #gnavi #currentpos{
  left: 383px;
}

html.newsArchive #gnavi ul li a {
  display: block;
  outline: none;
  overflow: hidden;
  background: url(../news/navi_news.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  height: 20px;
  position: relative;
  width: auto;
}

html.newsArchive #gnavi ul li a.y2014 {
  width: 33px;
  height: 20px;
  background-position: -130px 0;
}
html.newsArchive #gnavi ul li a.y2014:hover, #gnavi ul li a.y2014.active {
  background-position: -130px -20px;
}

html.newsArchive #gnavi ul li a.y2015 {
  width: 34px;
  height: 20px;
  background-position: -65px 0;
}
html.newsArchive #gnavi ul li a.y2015:hover, #gnavi ul li a.y2015.active {
  background-position: -65px -20px;
}

html.newsArchive #gnavi ul li a.y2016 {
  width: 34px;
  height: 20px;
  background-position: 0 0;
}
html.newsArchive #gnavi ul li a.y2016:hover, #gnavi ul li a.y2016.active {
  background-position: 0 -20px;
}

html.newsArchive #gnavi ul li a.y2017 {
  width: 33px;
  height: 20px;
  background-position: -195px 0;
}
html.newsArchive #gnavi ul li a.y2017:hover, #gnavi ul li a.y2017.active {
  background-position: -195px -20px;
}

html.newsArchive #gnavi ul li a.y2018 {
  width: 34px;
  height: 20px;
  background-position: -261px 0;
}
html.newsArchive #gnavi ul li a.y2018:hover, #gnavi ul li a.y2018.active {
  background-position: -261px -20px;
}
html.newsArchive #gnavi ul li a.y2019 {
  width: 34px;
  height: 20px;
  background-position: -326px 0;
}
html.newsArchive #gnavi ul li a.y2019:hover, #gnavi ul li a.y2019.active {
  background-position: -326px -20px;
}

html.newsArchive #gnavi ul li a.y2020 {
  width: 34px;
  height: 20px;
  background-position: -389px 0;
}
html.newsArchive #gnavi ul li a.y2020:hover, #gnavi ul li a.y2020.active {
  background-position: -389px -20px;
}

header h1 {
  position: fixed;
  left: -160px;
  top: -325px;
  z-index: 101;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  border-top: 165px solid transparent;
  border-bottom: 165px solid transparent;
  border-left: 165px solid #000;
}
header h1 img {
  margin-left: -165px;
}
header h1.sec {
}
header #newsArea {
/*  background: url(../images/top/bg_DC380C_95.png);*/
  background-color: #c70000;
  overflow: hidden;
  position: fixed;
/*  width: 540px;*/
  width: 32%;
  height: 50px;
  left: -550px;
  bottom: 45px;
  z-index: 101;
  color: #FFF;
  /*padding:10px 0px 0px 50px; */
}

header #newsArea img.arrow {
  position: absolute;
  right: 15px;
  top: 20px;
}
header #newsArea div.date {
  margin-top: 6px;
/*  margin-left: 50px;*/
  margin-left: 40px;
  font-size: 10.5px; 
} 
header #newsArea p {
/*  margin-left: 50px;*/
  margin-left: 40px;
  font-size: 11.5px 
}
/*header #bottomNavi {
  position: fixed;
  right: -90px;
  bottom: 45px;
  z-index: 99;
}*/


#contents {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#wrap {
  padding-top: 100%;
}

section {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

section .inner {
  width: 1025px;
  padding: 0;
  margin: 0 auto;
}

section .title {
  margin-bottom: 20px;
  margin-right: 10px;
}
section.last {
  margin-bottom: 0;
}

#main1 {
  /*background-image: url(../images/top/mv_01.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 1;
  height: 100%;
  padding: 0;
  margin: 0;
}

#main01 {
  background-image: url(../images/top/background_seven1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 5;
  height: 105%;
  padding: 0;
  margin: 0;
  top: 100%;
  display: none;
}

#main02 {
  background-image: url(../images/top/background_seven2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 10;
  height: 105%;
  padding: 0;
  margin: 0;
  display: none;
}

section h2:not(.nohidden){
  display: none;
}

html.newsArchive #news {
  background-color: #1f1f1f;
}

#news {
  z-index: 15;
  background-color: #B92805;
  margin-bottom: 600px;
}

#news div#newstop.inner{
}

/*news一覧ボタン*/
section#news .inner div.btn{
  text-align: right;
  margin-bottom: 0;
}

#news .box {
  width: 1050px;
  color: #fff;
}
#news .box ol.newslist {
  padding: 0;
}
#news .box ol.newslist li{
  width: 100%;
  border-left: 3px solid #DC380C;
  overflow: auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.list1 {
    width: 100%;
    border-left: 3px solid #DC380C;
    overflow: auto;
    padding-bottom: 30px;
    margin-bottom: 100px;
    margin-top:-200px;
    padding-top:200px;
}

#news .box ol.newslist div.hr{
  width: 100%;
  height: 1px;
  background-color: #781A03;
  margin-bottom: 50px;
}
html.newsArchive #news .box ol.newslist div.hr{
  background-color: #FFF;
  opacity: .35; 
}
#news .box ol.newslist li div.title{
  padding-left: 10px;
  float: left;
  width: 230px;
}

#news .box ol.newslist li div.title_2column{
  padding-left: 10px;
  float: left;
  width: 230px;
  height: 300px;
}

#news .box .date {
  font-size: 12px;
}
#news .box .stitle {
  font-size: 16px;
  font-weight: bold;
  color:  #fff;
  margin-bottom: 30px;

}
#news .box .text {
  font-size: 13px;
  float: left;
  width: 430px;
  margin: 0 30px;
}
#news .box .pic {
  float: right;
  width: 275px;
  font-size: 10px;
}
#news .box .pic img{
  margin-bottom: 5px
}
#news .box .pic p{
  margin-bottom: 15px
}
/*
#news .box ol.newslist li > div{
  float: left;
}
#news .box ol.newslist li > p{
  float: left;
  clear: both;
}
#news .box ol.newslist li > div.pic{
}

#news .btn {
  text-align: center;
  margin-top: 80px;
}*/

#lineup {
  background-color: #1f1f1f;
  z-index: 16;
  padding: 0;
}
#lineup .inner {
  width: 100%;
  margin-left: 30px;
}
#lineup .inner div.back {
  top:50%;
  position: absolute;
  left: :;0px;
}
#lineup .inner div.back div.body {
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
#lineup .inner div.next {
  top:50%;
  position: absolute;
  right: 30px;
}
#lineup .inner div.next div.body {
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
#lineup .inner div div img{
  margin: 0;
}


#lineup .inner h2.title {
  width: 1080px;
  margin: 0px auto 80px;
}
#lineup .itemWrap {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
#lineup .itemWrap li{
  position: relative;
  float: left;
  overflow: hidden;
}
#lineup .itemWrap li div {
  position: absolute;
}
#lineup .itemWrap li div.item {
}
#lineup .itemWrap li div.item_over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background:url(../images/lineup/hover_bg.png);
  width: 100%;
  height: 891px;
  overflow: auto;
  opacity: 0;
}
#lineup .itemWrap li div.item_over div.logo{
  position: absolute;
}
#lineup .itemWrap li div.item_over div.button{
  position: absolute;
}
#lineup .itemWrap li div.new{
  width: 89px;
  height: 88px;
  background: url(../images/lineup/sticker_new.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
#concept {
  background: url(../images/concept/bg.png) no-repeat left top;
  background-size: cover;
  z-index: 17;
  padding-top: 180px;
  padding-bottom: 172px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 800px;
}
#concept h2.title {
  margin-bottom: 120px;
}
#concept.test {
  background: none;
  background-color: #000;
  padding-top: 254px;
}
#concept .pic01 {
  left: 0;
  z-index: 3;
  position: absolute;
}
#concept video {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#concept .pattern {
  width: 100%;
  height: 100%;
  background: url(../images/concept/bg_pattern1.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#about {
  background-color: #B92805;
  z-index: 18;
  margin-bottom: 600px;
}
#about h2.title {
  margin-bottom: 80px;
}
#about .box .f_l {
  width: 512px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #cd2a02;
  padding-right: 82px;
  float: left;
  font-size: 13px;
}
#about .box .f_r {
  width: 512px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 82px;
  float: right;
  font-size: 13px;
}
#about .box .f_r a {
  color: #FFF;
  text-decoration: underline;
}
#about .box .f_r a:hover {
  text-decoration: none;
}
#about .box .f_r > div:not(.text01) {
  width: 430px;
}
#about .box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 27px;
}
#about .box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#about .box .dl_ftbox {
  margin-bottom: 30px;
  font-size: 14px;
  width: 560px;
}
#about .bg01 {
  background: url(../images/about/bg_1.png);;
}
#about .bg02 {
  background: url(../images/about/bg_2.png);
}
#about .box .dl_ftbox dt {
  width: 100px;
  clear: both;
  float: left;
  white-space: nowrap;
  padding: 10px
}
#about .box .dl_ftbox dd {
  overflow: hidden;
  zoom: 1;
  padding: 10px;
}
#about .box .stitle {
  font-size: 16px;
  font-weight: bold;
  color: #e6380d;
  margin-bottom: 30px;
}
#about .box .text01 {
  font-size: 12px;
  width: 202px;
  height: 160px;
  display: block;
  float: left;
  margin-left: 11px;
  text-align: center;
  vertical-align: middle;
}
#about .box .text01 p{
  margin: 38px auto;
}
#about .box .section {
  padding: 20px 0;
  width: 205px;
  font-size: 12px;
  float: left;
  margin-left: 10px;
  border-bottom: 1px solid #781A03;
}
#about .box .section.noborder{
  border-bottom: 1px solid #B92805;
}
#about .box .section h4 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 3px;
}
#about .box .scroll-pane {
  width: 430px;
  height: 510px;
  overflow: auto;
  outline: none;
}

#access {
  background-color: #1F1F1F;
  z-index: 9;
}
#access .box {
  margin-bottom: 10px;
  height: 30px;
}
#access .f_l {
  width: 80%;
  bottom: -13px;
  float: left;
  margin-top: 10px;
}
#access .f_l img {
  float: left;
}
#access .f_l p {
  font-size: 13px;
  height: 13px;
  float: left;
  margin-left: 25px;
  margin-top: 4px;
}
#access .f_r {
  float: right;
}
#access #mapBox {
  position: relative;
  width: 1024px;
  height: 500px;
  cursor: pointer;
}
#access #mapBox>img{
  position: relative;
  z-index: 10;
  opacity: 0;
  }
#access #mapBox #map {
  width: 1024px;
  height: 500px;
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#contact {
  background-color: #9B1E00;
  z-index: 17;
}

#contact h3{
  font-size: 20px;
  font-weight: bold;
  margin-top: -5px;
}
#contact h3 + div{
  margin-top: 30px;
}
#contact h3 + div p{
  margin-top: 22px;
}

#contact .box01 {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}
#contact .box01 .f_l {
  float: left;
  width: 540px;
}
#contact .box01 .f_r {
  float: right;
  width: 490px;
}
#contact .box01 .f_r {
  float: right;
  width: 430px;
  text-align: center;
}
#contact .box01 .f_r p {
  color: #fff;
  font-size: 13px;
}
#contact .box01 .f_r p.stitle {
  font-weight: bold;
  line-height: 22px;
}
#contact .box01 .f_r p.stitle:visited,
#contact .box01 .f_r p.stitle:link {
  text-decoration: none;
}
#contact .btn {
  text-align: center;
  margin-bottom: 85px;
}
#contact .box02 {
  width: 430px;
  background: url(../images/contact/bg02.png);
  margin-bottom: 15px;
  padding-top: 0px;
  color: #fff;
  font-size: 13px;
}
#contact .box02 {
  height: 120px;
  overflow: auto;
}
#contact .box02 + .box02,
#contact .box02 + .box02 + .box02  {
  height: 140px;
}

#contact .box02 a {
  color: #fff;
}
#contact .box02 p.stitle {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 10px;
}
#contact .box02 a:hover {
  text-decoration: none;
}

#scroll {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 103;
  display: none;
}

#bannerArea {
  background: #000;
  padding-top: 15px;
  width: 100%;
  bottom: -150px;
  z-index: 209;
  min-width: 1245px;
  position: relative;
  padding-bottom: 88px;

}
#bannerArea .wrap {
  margin: 0 auto;
}
#bannerArea .f_l {
  float: left;
  font-size: 10.1px;
  margin-left: 30px;
  margin-top: 10px;
}
#bannerArea .f_r {
  float: right;
  margin-right: 30px;
}
#bannerArea .f_r ul.banners{
  margin-top: 10px
}
#bannerArea .f_r ul.banners li{
  float: left;
  margin-left: 7px;
}
#bannerArea .f_r #copyright {
  text-align: right;
  margin-top: 5px;
  clear: both;
}

/* ==========================================================================
   #newsArchive
   ========================================================================== */
#newsArchive {
  background-color: #fff;
  z-index: 2;
}
#newsArchive .inner {
  position: relative;
}
#newsArchive .inner #btnArchive {
  position: absolute;
  right: 0;
  top: 0;
}
#newsArchive .inner #btnArchive ul#sub li {
  text-align: center;
}
#newsArchive .inner #btnArchive ul#sub li a {
  background: #0A0A0A;
  background: #0a0a0a;
  opacity: 0.7;
  filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  color: #fff;
  display: block;
  margin-top: 1px;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
}
#newsArchive .inner #btnArchive ul#sub li a:hover {
  color: #a9a9a9;
}
#newsArchive .article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0a0a0a;
}
#newsArchive .article .f_l {
  width: 430px;
  float: left;
}
#newsArchive .article .f_r {
  width: 560px;
  float: right;
}
#newsArchive .article .stitle {
  font-size: 16px;
  font-weight: bold;
  color: #e6380d;
  margin-bottom: 30px;
}
#newsArchive .article .text {
  font-size: 13px;
}
#newsArchive .btn {
  text-align: center;
  margin-top: 80px;
}

/* ==========================================================================
   #contactForm
   ========================================================================== */
#contactForm {
  z-index: 7;
  color: #fff;
}
#contactForm .required {
  color: #e6380d;
  margin-left: -2px;
}
#contactForm .f_l {
  width: 490px;
  float: left;
}
#contactForm .f_r {
  width: 490px;
  float: right;
}
#contactForm #CONTACT_TABLE {
  margin-top: 5px;
}
#contactForm #CONTACT_TABLE tr th {
  line-height: 1.6;
  width: 41%;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  font-size: 13px;
}
#contactForm #CONTACT_TABLE tr th strong {
  font-weight: normal;
            /*
  display: block; 
            padding: 0 10px; 
            margin-bottom: 4px; 
            color: #fff; 
            line-height: 33px; 
            font-weight: normal; 
            zoom: 1;
  */
}
#contactForm #CONTACT_TABLE tr td {
  vertical-align: top;
  line-height: 1.6;
  font-size: 13px;
  padding: 10px;
}
#contactForm #CONTACT_TABLE tr td div {
  padding: 0;
}
#contactForm #CONTACT_TABLE tr td span.notes {
  font-size: 12px;
}
#contactForm #CONTACT_TABLE tr td p.notes {
  font-size: 11px;
}
#contactForm #CONTACT_TABLE tr.tr01 dl dt, #contactForm #CONTACT_TABLE tr.tr01 dl dd {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0;
}
#contactForm #CONTACT_TABLE tr.tr01 input {
  width: 92px;
}
#contactForm #CONTACT_TABLE tr.tr02 dl dt, #contactForm #CONTACT_TABLE tr.tr02 dl dd {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0;
}
#contactForm #CONTACT_TABLE tr.tr02 input {
  width: 92px;
}
#contactForm #CONTACT_TABLE tr.tr03 ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
}
#contactForm #CONTACT_TABLE tr.tr03 input {
  margin-left: 5px;
}
#contactForm #CONTACT_TABLE tr.tr04 input {
  width: 90px;
}
#contactForm #CONTACT_TABLE tr.tr06 input {
  width: 92px;
}
#contactForm #CONTACT_TABLE tr.tr07 input.input01 {
  width: 45px;
}
#contactForm #CONTACT_TABLE tr.tr07 input.input02 {
  width: 55px;
}
#contactForm #CONTACT_TABLE tr.tr09 input, #contactForm #CONTACT_TABLE tr.tr10 input {
  width: 96%;
}
#contactForm #CONTACT_TABLE tr.tr11 {
  vertical-align: top;
}
#contactForm #CONTACT_TABLE tr.tr11 input {
  width: 96%;
}
#contactForm #CONTACT_TABLE tr.tr12 input, #contactForm #CONTACT_TABLE tr.tr14 input {
  width: 96%;
}
#contactForm #CONTACT_TABLE tr.tr15 th {
  vertical-align: top;
}
#contactForm #CONTACT_TABLE tr.tr15 th .notes {
  font-size: 11px;
  margin-top: 10px;
}
#contactForm #CONTACT_TABLE tr.tr15 textarea {
  width: 96%;
  height: 188px;
}
#contactForm .dl_ftbox {
  padding-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
}
#contactForm .dl_ftbox dt {
  margin-bottom: 5px;
  clear: both;
  float: left;
  white-space: nowrap;
  margin-right: 0.5em;
}
#contactForm .dl_ftbox dd {
  margin-bottom: 5px;
  overflow: hidden;
  zoom: 1;
}
#contactForm h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contactForm .contact_policy_clip {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
#contactForm .contact_policy_clip .scroll-pane {
  width: 1000px;
  height: 250px;
  overflow: auto;
  outline: none;
}
#contactForm .contact_policy_inner {
  color: #fff;
  padding: 10px 3px 10px 10px;
  line-height: 1.8;
  font-size: 13px;
}
#contactForm .contact_policy_inner .dl_ftbox {
  margin-bottom: 10px;
}
#contactForm .contact_policy_inner p {
  margin-bottom: 1em;
}
#contactForm .contact_policy_inner h5 {
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 13px;
}
#contactForm .contact_policy_inner .jspPane {
  position: absolute;
}
#contactForm .contact_policy_inner .jspTrack {
  background: #4C4C4C;
  position: relative;
}
#contactForm .contact_policy_inner .jspDrag {
  background: #E6380D;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#contactForm #CONTACT_AGREE {
  margin: 0 auto;
  margin-left: 380px;
  width: 100%;
}z
#contactForm #CONTACT_AGREE label {
  padding: 15px 15px 15px 6px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}
#contactForm #CONTACT_AGREE label input {
  margin-left: 21px;
}
#contactForm .box01 {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
  padding-top: 20px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
}
#contactForm .box01 .f_l {
  float: left;
  width: 490px;
}
#contactForm .box01 .f_r {
  float: right;
  width: 490px;
}
#contactForm .btn {
  text-align: center;
  margin-bottom: 85px;
}
#contactForm .box02 {
  padding-top: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 80px;
}
#contactForm .box02 a {
  color: #fff;
}
#contactForm .box02 a:hover {
  text-decoration: none;
}
#contactForm .box02 .f_l {
  float: left;
  width: 460px;
  background: url(../images/contact/bg01.png);
  text-align: center;
  padding: 15px;
}
#contactForm .box02 .f_l p {
  color: #fff;
  font-size: 13px;
}

#contactForm h2.title{
  text-align: right;
}

#contactForm .box02 .f_l p.stitle {
  font-weight: bold;
  font-size: 15px;
}
#contactForm .box02 .f_r {
  float: right;
  width: 460px;
  background: url(../images/contact/bg01.png);
  text-align: center;
  padding: 15px;
}
#contactForm .box02 .f_r p {
  color: #fff;
  font-size: 13px;
}
#contactForm .box02 .f_r p.stitle {
  font-weight: bold;
  font-size: 15px;
}

#thanks {
  padding: 0;
  background-color: #1E1E1E;
}

#thanks div{
  width: 100%;
  text-align: center;
  opacity: 0;
}

img.close{
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 100;
}

@media all and (max-width: 1590px) {
  #lineup .inner {
    width: 1220px;
  }
}
/* ==========================================================================
   jScrollPane
   ========================================================================== */
.jspContainer {
  overflow: hidden;
  position: relative;
  background-color: #333;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #AD2A0A;
  position: relative;
}

.jspDrag {
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.fluid_container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}


/*2015.1.1追加分*/
#flashContent{
  position: fixed;
  left: 0;
  top: 0
}

/*==== 170327（concept・contactのテキスト廃止) ====*/
#contact .box01 {
	padding-top: 0;
	clear: both;
	overflow: hidden;
}
#contact .box02 {
    height: 160px;
    overflow: auto;
    float: left;
    text-align: center;
}
#contact .box02 + .box02, #contact .box02 + .box02 + .box02 {
    height: 160px;
    float: right;
}

#contact .box02:first-child p.stitle {
    margin-top: 34px;
    margin-bottom: 42px;
}

#bannerArea {
    bottom: 0;
    padding-bottom: 220px;
}

/*  20181217 年賀状モーダル
===============================*/
/*.scrollNon{
	height: 100vh;
	overflow: hidden;
}*/
.nycBox{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}
.oooverlay {
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
}
.closeBtn{
    width: 50px;
    height: 50px;
    background: tomato;
	border-radius: 50%;
	transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -100px;
    cursor: pointer;
}
.closeBtn:before {
    content: "";
    width: 25px;
    height: 4px;
    background: #fff;
	border-radius: 20px;
    position: absolute;
    top: calc(50% - 4px / 2);
    left: calc(50% - 25px / 2);
}
.closeBtn:after {
    content: "";
    width: 4px;
    height: 25px;
    background: #fff;
    position: absolute;
	border-radius: 20px;
    top: calc(50% - 25px / 2);
    left: calc(50% - 4px / 2);
}
#nyModal{
    width: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;	
}
#nyModal .nyCard {
    width: 33%;
    max-width: 512px;
    max-height: 737px;
	position: relative;
}
#nyModal img{
	width: 100%;
}

/*  20190808 キャッチ画像右下固定
===============================*/
header #logo_onimusha {
	position: fixed;
	left: 5vw;
	bottom: 140px;
	z-index: 2;
	display: none;
/*
	width: 38vw;
	max-width: 554px;
*/
	height: calc(100vh - 40%);
}
header #logo_onimusha img.logo {
/*
	margin-bottom: -48px;
	margin-left: 8px;
	width: 100%;
*/
	height: 100%;
}

header #logo_onimusha a.button {
  display: none;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 110px;
}

#catch{
    position: fixed;
    z-index: 3;
	pointer-events: none;
	
	/*
	width: 26vw;
	max-width: 397px;
	*/
	height: calc(100% - 19.5%);
	right: 3.5%;
	bottom: 6vh;
    /*アニメーション*/
    animation: fadeIn 1.5s ease-in 0s 1 normal;
}
#catch img{
	/*width: 100%;*/
	height: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    80% {opacity: 0}
    100% {opacity: 1}
}

@media all and (max-height: 864px) {
	/*高さによってキャッチ画像の縮小調整-*/
	#catch{
		/*width: 80vh;*/
	}
}
@media all and (max-height: 540px) {
	/*高さによってキャッチ画像の縮小調整-更に短いとき*/
	#catch{
		/*width: 70vh;*/
	}
}
@media (max-width: 1340px){
	header #logo_onimusha{ width: 38vw; }
	#catch{ width: 26vw; }
	header #logo_onimusha img.logo,#catch img{
		width: 100%;
		height: auto;
		bottom: 0;
		position: absolute;
	}
}

/*  20190828 banner
===============================*/
#bannarArea {
	width: 39vh;
    position: fixed;
    left: 9.5%;
    bottom: 20%;
    z-index: 5;
	/*アニメーション*/
    animation: fadeInbannar 1.5s ease-in 0s 1 normal;
}
#bannarArea img{
	width: 100%;
}
@keyframes fadeInbannar {
    0% {opacity: 0}
    80% {opacity: 0}
    100% {opacity: 1}
}
@media all and (max-width: 1280px) {
	/*高さによって画像の位置調整-*/
	#bannarArea{
		left: 4%;
	}
}
