/**************************************/
/*           COLOR SCHEME             */
/**************************************/

/***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
/*メニューオープン時の高さ*/
:root {
  --menu-height: 220px;
  --menu-height-en: 120px;
}

.hide {
  display: none; }

.menu a {
  text-decoration: none;
}
.menu a:link{
  color:#333;
}
.menu a:visited{
  color:#333;
}

.line a {
  text-decoration: none;
}
.line a:link{
  color:#333;
}
.line a:visited{
  color:#333;
}

.row .col {
  background-color: #fff;
}


img {
  border: 0;
}

.float {
  float: left;
}
.clear {
  clear: both;
}

/* GENERAL */
body {
  color: #333;
  font: 22px/1.4 "メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.content-inner {
  padding-top: 5px;
  padding-bottom: 20px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.mainMenu {
  font: 10px;
}

/* メニュー項目全般 */
.menu {
  height:30px;
  float: left;
  text-align: center;
  line-height:30px;
  font-weight: bold;
}
.menu-check {
  display: none;
}

.menu-label {
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  right: 0;
  width: 91px;
  height: 105px;
  padding: 10px 0px;
  position: absolute;
}
.menu-label:after {
  background-image: url('../img/sp/menu.png');
  box-sizing: border-box;
  content: '';
  display: block;
  width: 91px;
  height: 105px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}
.menu-check:checked+.menu-label:after {
  background-image: url('../img/sp/menu2.png');
}
.menu-content {
  position: relative;
  width: 170px;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.menu-check:checked+.menu-label+.menu-content {
  opacity: 1;
  padding: 10px;
  height: var(--menu-height);
  visibility: visible;
}
.menu-check:checked+.menu-label+.en.menu-content {
  height: var(--menu-height-en);
}
.menu-item {
  height: 45px;
  width: 190px;
  margin-left: 0px;
  visibility: visible;
  line-height: 50px;;
}
.menu-item a {
  text-decoration: none;
}

.menu-item a:link {
  color: #333;
}

.menu-item a:visited {
  color: #333;
}

.actorImg {
  border: 0;
  width: 100%;
  height: 100%;
}


/* ホームメニュー */
.menu1 {
  width:60px;
}
.menu2 {
  width:170px;
  margin-top: 30px;
}
.menu4 {
  width: 180px;
  margin-top: 30px;
}
.contactMenuEn {
  width:96px;
}
/* English Site */
.menu3 {
  width:140px;
}

.menu5 {
  width:162px;
}
.menu6 {
  width:96px;
}

.logoDiv {
  position:absolute;
  top:8px;
  width:808px;
}

.logoDivEn {
  position:absolute;
  top:8px;
  width:878px;
}

.logoImg {
  position: absolute;
  right: 0px;
  height: 140px;
  z-index: 10;
}

/**************************************/
/*               Line               */
/**************************************/
.grayLine {
  margin-left: 14px;
  clear: both;
  height:96px;
  background-color: #aaabab;
  width:720px;
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer {
  border: solid 1px #666;
  margin-right:0px;
  margin-top:12px;
  margin-bottom:8px;
  height:1px;
}


/**************************************/
/*               Scroll               */
/**************************************/
  /***
 * スクロールバー
 *
 * H == 横スクロール
 * V == 縦スクロール
 */
.scrlH {
  height: 10px; }

.scrlH > div {
  display: block;
  position: relative;
  top: 0;
  width: 14px;
  min-width: 30px;
  height: 10px;
  background: #666;
  border-radius: 5px;
  z-index: 10; }

.colRowSlctr .scrlH, .missDanSlctr .scrlH {
  display: none; }

.thmLiWrap .scrlV {
  position: absolute;
  top: 10px;
  right: -3px;
  bottom: 3px; }


.thmLiWrap .scrlV {
  top: 2px;
  bottom: 2px; }

.scrlV {
  width: 18px; }

.scrlV > div {
  display: block;
  position: relative;
  width: 18px;
  height: 10px;
  min-height: 30px;
  background: #848486;
  border-radius: 0px; }


