﻿* {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body {
      font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
      background-color: #000000;
      background-position: center top;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
}
img {
      border: none;
}

/*ロゴフェードイン*/
#fadein {
      display: none;
}

/*画像フェード切り替え*/
.switch_image {
      position: relative;
  }
  
  .switch_image img {
      transition: opacity 0.5s;
  }
  .switch_image:hover img:first-of-type {
      opacity: 0;
  }
  .switch_image img:last-of-type {
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0;
  }
  .switch_image:hover img:last-of-type {
      opacity: 1;
  }

/*選択範囲カラー*/
::selection {background: #6c6c40; color: #e6e6e6;}
::-moz-selection {background: #6c6c40; color: #e6e6e6;}

/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*点滅テキスト*/
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

span.new {
      color: #8f8f63;
      font-weight: bold;
}

/*重要*/
span.important {
      width: 60px;
      height: 14px;
      bottom: 10px;
      left: 0;
      right: 0;
      position: rerative;
      padding: 0.5em 1em;
      margin: 0em 0em;
      font-weight: bold;
      border: solid 2px #f60063;
      font-size: 16px;
      font-weight: normal;
      color: #f60063;
      text-decoration: none;
      background-color: rgba(0,0,0,0.5);
}

/*冒頭テキスト*/
p.intr {
      margin: 0;
      padding: 5px;
      text-align: center;
      font-size: 15px;
      color: #dadada;
      font-weight: normal;
}
a.intr {
      font-size: 15px;
      font-weight: normal;
      color: #8f8f63;
      text-decoration: none;
}
a.intr:hover {
      color: #d3d3a4;
      text-decoration: none;
}

/*コピーライト*/
p.copyright {
      padding: 7px 0;
      text-align: center;
      font-size: 12px;
      color: #3d3d3d;
}
table.bottom {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0;
      border: 0;
      background-color: #000000;
}

/*ヘッダーメニュー*/
table.topmenu {
      margin: 0;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      width: 960px;
}
td.logo {
      text-align: left;
      width: 380px;
}
td.menu {
      text-align: right;
      width: 580px;
}
.main {
  margin: 0;
  position: relative;
}
.main ul {
  position: relative;
  right: 0;
  float: right;
}
.main ul li {
  position: relative;
  right: 0;
  float: right;
}
*{
	padding: 0;
	list-style-type: none;
}
ul li a {
      display: block;
      width: 100%;
      height: 100%;
}
ul {
      zoom: 1;
}

/*白テーブル*/
table.white {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-image: url(image/background_fff_88per.png);
}

/*黒テーブル*/
table.black {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-image: url(image/background_000_92per.png);
}

/*ブランドテーブル*/
table.brand {
      width: 100%;
      height: 444px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-image: url(image/2025_index_01.jpg);
      background-position-x: center;
      background-repeat: no-repeat;
      background-color: rgba(0,0,0,0.8);
}

/*プロフィールテーブル*/
table.profile {
      width: 100%;
      height: 444px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-image: url(image/kiou_omizaki_2024_index.jpg);
      background-position-x: center;
      background-repeat: no-repeat;
      background-color: rgba(10, 10, 10, 0.92);
}

/*ダークテーブル*/
table.dark {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-color: #000000;
}

/*フッターメニュー*/
table.banner {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      border: 0px;
      border-collapse: collapse;
      background-color: #060606;
}
p.menu {
      margin: 5px 0px 0px 0px;
      text-align: center;
      font-size: 12px;
      color: #dadada;
}
a {
      color: #ffffff;
      text-decoration: none;
}
a:hover {
      color: #ffffff;
      text-decoration: underline;
}

/*囲みボタン*/
a.box {
      width: 133px;
      height: 22px;
      bottom: 10px;
      left: 0;
      right: 0;
      position: rerative;
      padding: 0.5em 1em;
      margin: 2em 2em;
      border-radius: 7px;
      font-weight: bold;
      border: solid 2px #8f8f63;
      font-size: 15px;
      font-weight: bold;
      color: #8f8f63;
      text-decoration: none;
      background-color: rgba(0,0,0,0.5);
}
a.box:hover {
      color: #000000;
      text-decoration: none;
      background-color: #8f8f63;
}

/*要素*/
h1 {
      margin: 0;
      text-align: center;
      font-size: 36px;
      color: #dadada;
      font-weight: normal;
}
h2 {
      margin: 0;
      text-align: center;
      font-size: 23px;
      font-weight: bold;
      color: #dadada;
      text-shadow: 1px 2px 2px #404040;
}