@charset "utf-8";
@import "reset.css";
@import "cmn-options.css";
/* CSS Information
Description: 全ページのスタイル指定css
Date: 2016.08.29
--------------------------------------------------------- */

/* ------------------------------------------------------ */
/* 基本設定
--------------------------------------------------------- */
a {
  color: #333;
}

html,body {
  background-color: #fff;
  height: 100%;
}

#wrapper {
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 98%;
}

.adP {
  display: block;
  margin-bottom: 18px;
}

/* ------------------------------------------------------ */
/* ヘッダー
--------------------------------------------------------- */
header {
  height: 10%;
  width: 100%;
  position: relative;
  z-index: 60;
  background: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid #C4C4C4;
}

header .container {
  height: 100%;
  width: 100%;
  position: relative;
}

#company_logo {
  /*height: 26px;*/
  width: auto;
  color: #fff;
  cursor: pointer;
  padding: 3% 0;
}

.landscape #company_logo {
  padding: 0.8% 0;
}

#company_logo a {
  display: inline-block;
  cursor: pointer;
  width: auto;
}

#company_logo a:nth-of-type(1) {
  width: 26.48%;
}

.landscape #company_logo a:nth-of-type(1) {
  width: 19%;
}


#company_logo a:nth-of-type(1) img {
  width: 100%;
  height: auto;
  display: block;
}


#company_logo a:nth-of-type(2) {
  width: auto;
  margin-left: 2%;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  vertical-align: text-bottom;
}
.landscape #company_logo a:nth-of-type(2) {
  margin-left: 1%;
}


#company_logo a:hover {
  opacity: 0.7;
}

#company_logo a:nth-of-type(2):hover {
  text-decoration: underline;
}

#header_menu {
  width: 23px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  cursor: pointer;
}

#header_navi {
  height: 44px;
  padding: 17px 0 18px 0px;
}

#header_navi li {
  float: left;
  width: auto;
  height: 44px;
  margin-left: 25px;
  line-height: 1.2;
}

#header_navi li:nth-of-type(1) a {
  margin-left: 0;
  padding-left: 30px;
  background: url(../img/bg_header_episode1.png) 0 0 no-repeat;
}

#header_navi li:nth-of-type(2) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode2.png) 0 0 no-repeat;
}

#header_navi li:nth-of-type(3) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode3.png) 0 0 no-repeat;
}

#header_navi li:nth-of-type(4) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode4.png) 0 0 no-repeat;
}

#header_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  position: relative;
  padding-top: 15px;
  cursor: pointer;
}

#header_navi li a:hover {
  opacity: 0.7;
}

#header_navi li a img {
  height: 44px;
  width: auto;
}


/* ------------------------------------------------------ */
/* フッター
--------------------------------------------------------- */
footer {
  width: 100%;
  background: #878788;
  position: relative;
  z-index: 1000;
}

footer .container {
  width: 100%;
  padding: 23px 0 0;
}

#footer_catch {
  margin: 0 auto 27px;
  width: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#footer_catch a {
  display: block;
}

#footer_catch a:nth-of-type(1) {
  width: 30%;
  margin: 0 auto 8px;
}

#footer_catch a:nth-of-type(1) img {
  width: 100%;
  height: auto;
}

#footer_catch a:nth-of-type(2) {
  color: #fff;
  font-size: 13px;
}


#footer_catch a:hover {
  opacity: 0.7;
}

#footer_catch a:nth-of-type(2):hover {
  text-decoration: underline;
}


#footer_navi {
  border-top: 1px solid #fff;
}

#footer_navi li {
  width: 100%;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}

#footer_navi li:last-child {
  /*border-bottom: none;*/
}

#footer_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  position: relative;
  padding: 15px 0;
}

#footer_navi li a:hover {
  opacity: 0.7;
}

#footer_navi li a img {
  width: 70%;
  height: auto;
}




/* ------------------------------------------------------ */
/* 共通パーツ
--------------------------------------------------------- */
#content_wrap {
  position: relative;
}
#bk_top {
  width: 110px;
  height: 69px;
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
}

#toggle_menu {
  width: 100%;
  height: 100%;
  background: #878788;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

#toggle_menu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

#toggle_menu li a {
  display: block;
  width: 100%;
  padding: 8% 0;
  text-align: center;
}

#toggle_menu li a img {
  width: 80%;
  height: auto;
}

#toggle_menu li:nth-of-type(1) a img {
  width: 85%;
  height: auto;
}

#episode1 .addition_note {
  letter-spacing: -0.05em;
}

.addition_note:after {
  content: '※';
  font-size: 11px;
  vertical-align: top;
}

/* ------------------------------------------------------ */
/* 下層共通
--------------------------------------------------------- */
.sub_page #content_wrap {
  width: 100%;
  margin: 0 auto 200px;
}

.sub_page #main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 30;
}

.sub_page #main_visual img {
  width: 100%;
  height: auto;
}

.sub_page #section_wrap {
  position: relative;
  width: 100%;
}

.sub_page section {
  position: relative;
  z-index: 50;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.section_text {
  font-size: 17px;
  color: #000;
  line-height: 2.5;
}

.section_note {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}

#footer_credit {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

#footer_credit .copyright_mark {
  font-size: 18px;
  vertical-align: middle;
}
