@charset "UTF-8";
@import url("vegas.css");
/***** キービジュアル *****/
header,
header .inner {
  display: none;
  background: none; }

/********** ヘッダー **********/
#header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4); }
  @media screen and (max-width: 900px) {
    #header {
      background: none; } }

#header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#header .inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative; }

#header h1 {
  width: 113px;
  height: 60px;
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -30px; }
  @media screen and (max-width: 900px) {
    #header h1 {
      left: 50%;
      margin-top: -30px;
      margin-left: -56px; } }
  @media screen and (max-width: 640px) {
    #header h1 {
      width: 100px;
      height: 53px;
      margin-top: -26px;
      margin-left: -50px; } }

#header h1 img {
  width: 100%;
  max-width: 113px;
  height: auto;
  margin: 0 auto; }

/********** グローバルナビ **********/
.topNavi:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.topNavi {
  width: 100%;
  height: 100px;
  padding-right: 50px;
  text-align: right;
  display: block; }
  @media screen and (max-width: 1100px) {
    .topNavi {
      padding-right: 20px; } }
  @media screen and (max-width: 900px) {
    .topNavi {
      display: none; } }

.topNavi li {
  height: 50px;
  font-size: 1.1rem;
  line-height: 100px;
  position: relative;
  text-align: center;
  display: inline-block;
  font-family: 'Radley', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1100px) {
    .topNavi li {
      font-size: 1rem; } }

.topNavi li a {
  width: 100%;
  height: 100px;
  padding: 0 20px;
  text-decoration: none;
  display: block;
  position: relative;
  text-align: center;
  color: #000; }
  @media screen and (max-width: 1100px) {
    .topNavi li a {
      padding: 0 15px; } }

.topNavi li a:hover {
  color: #999; }

.btnMenu {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }
  @media screen and (max-width: 900px) {
    .btnMenu {
      top: 10px;
      right: 10px;
      display: block; } }

.topMain {
  width: 100%;
  position: relative;
  display: block; }
  @media screen and (max-width: 900px) {
    .topMain {
      height: 600px; } }
  @media screen and (max-width: 800px) {
    .topMain {
      height: 500px; } }

/***** #top01 *****/
#top01 {
  padding: 40px 0 20px; }
  @media screen and (max-width: 800px) {
    #top01 {
      padding: 40px 0 40px; } }
  @media screen and (max-width: 640px) {
    #top01 {
      padding: 20px 0 20px; } }

@media screen and (max-width: 1100px) {
  #top01 article {
    width: 90%; } }

#top01 .modList a img {
  border: 1px solid #000; }

#top01 .modList a:hover img {
  border: 1px solid #fff; }
