@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%;
  min-width: 980px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 980px;
}

.adP {
  display: block;
  margin-bottom: 18px;
}

/* ------------------------------------------------------ */
/* ヘッダー
--------------------------------------------------------- */
header {
  height: 80px;
  background: #878788;
}

header .container {
  height: 80px;
  position: relative;
  padding-left: 255px;
}

#company_logo {
  height: 40px;
  width: 240px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  color: #fff;
  cursor: pointer;
}

#company_logo a {
  display: inline-block;
  cursor: pointer;
}

#company_logo a:nth-of-type(1) {
  width: 120px;
  height: 40px;
  line-height: 55px;
}

#company_logo a:nth-of-type(2) {
  width: 114px;
  height: 40px;
  padding-top: 16px;
  margin-left: 6px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}


#company_logo a:hover {
  opacity: 0.7;
}

#company_logo a:nth-of-type(2):hover {
  text-decoration: underline;
}

#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;
  z-index: 1000;
  position: absolute;
  bottom: 0;
}

footer .container {
  padding: 23px 0 30px;
}

#footer_catch {
  margin: 0 auto 27px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#footer_catch a {
  display: block;
}

#footer_catch a:nth-of-type(1) {
  width: 144px;
  height: 47px;
  margin: 0 auto 12px;
}

#footer_catch a:nth-of-type(2) {
  color: #fff;
  font-size: 12px;
}


#footer_catch a:hover {
  opacity: 0.7;
}

#footer_catch a:nth-of-type(2):hover {
  text-decoration: underline;
}


#footer_navi {
}

#footer_navi li {
  float: left;
  width: auto;
  height: 44px;
  margin-left: 70px;
  line-height: 1.2;
}

#footer_navi li:nth-of-type(1) a {
  margin-left: 0;
  padding-left: 30px;
  background: url(../img/bg_header_episode1.png) 0 0 no-repeat;
}

#footer_navi li:nth-of-type(2) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode2.png) 0 0 no-repeat;
}

#footer_navi li:nth-of-type(3) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode3.png) 0 0 no-repeat;
}

#footer_navi li:nth-of-type(4) a {
  padding-left: 44px;
  background: url(../img/bg_header_episode4.png) 0 0 no-repeat;
}

#footer_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;
}

#footer_navi li a:hover {
  opacity: 0.7;
}

#footer_navi li a img {
  height: 44px;
  width: auto;
}




/* ------------------------------------------------------ */
/* 共通パーツ
--------------------------------------------------------- */
#bk_top {
  width: 110px;
  height: 69px;
  position: absolute;
  bottom: 260px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
}

.kome {
  font-size: 10px;
  vertical-align: top;
}



/* ------------------------------------------------------ */
/* トップページ
--------------------------------------------------------- */


#index #wrapper {
  min-height: 100%;
  position: relative;
  overflow:hidden;
}

#index header {
  width: 100%;
  margin: 0 auto;
}

#index #content_wrap {
  /*min-height: 519px;*/
  width: 980px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}

#index #content_wrap .container {
  height: 100%;
  width: 980px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:  auto;
  /*border: 1px solid #ccc;
  border-top: none;*/
  overflow: hidden;
}

/*#index #company_logo {
  left: 15px;
}*/

#h-wrap {
  position: absolute;
  height: 244px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:visible;;
}

#index h1 {
  position: absolute;
  width: 360px;
  height: 240px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 35%;
  display: none;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:visible;;
  z-index: 0;
  z-index: 800;
}

#index h2 {
  position: absolute;
  width: 70px;
  height: 147px;
  bottom: -50%;
  left: 478px;
  margin: auto;
  display: none;
}

#index .section {
  display: none;
}
#index .section img {
  display: block;
}

#index #sec1 {
  position: absolute;
  top: 13px;
  left: 0;
  width: 380px;
  height: 327px;
  z-index: 100;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}
#index #sec1:before {
  content: ' ';
  display: block;
  width: 206px;
  height: 208px;
  position: absolute;
  top: 0;
  left: 95px;
  background: url(../../img/index/bg_circle1.png) 0 0 no-repeat;
  opacity: 0.7;
  border-radius: 50%;
  /*animation: circleToggle 10s linear !important;
  animation-iteration-count: infinite !important;*/
}

@keyframes circleToggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@-webkit-keyframes circleToggle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes creditDisp {
  0% {
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@-webkit-keyframes creditDisp {
  0% {
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}



#index #sec1 .back_image {
  width: 244px;
  height: 327px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index #sec1 .text_image {
  width: 236px;
  height: 119px;
  position: absolute;
  top: 30px;
  right: 0;
}
#index #sec1 .btn_link {
  width: 109px;
  height: 22px;
  position: absolute;
  top: 155px;
  right: 50px;
  -webkit-animation: circleToggle 10s linear !important;
  animation: circleToggle 10s linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}

#index #sec2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 410px;
  height:217px;
  z-index: 10;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:visible;;
}
#index #sec2:before {
  content: ' ';
  display: block;
  width: 206px;
  height: 208px;
  position: absolute;
  bottom: -30px;
  right: -7%;
  background: url(../../img/index/bg_circle2.png) 0 0 no-repeat;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 20;
  /*animation: circleToggle 10s linear !important;
  animation-iteration-count: infinite !important;*/
}

#index #sec2 .back_image {
  width: 319px;
  height: 217px;
  position: absolute;
  bottom: 0;
  left: -2%;
}
#index #sec2 .text_image {
  width: 220px;
  height: 120px;
  position: absolute;
  bottom: 38px;
  right: -7%;
  z-index: 30;
}
#index #sec2 .btn_link {
  width: 109px;
  height: 21px;
  position: absolute;
  bottom: 12px;
  right: 9%;
  z-index: 50;
  -webkit-animation: circleToggle 10s linear !important;
  animation: circleToggle 10s linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}
#index #sec3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 519px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:visible;
}
#index #sec3:before {
  content: ' ';
  display: block;
  width: 207px;
  height: 207px;
  position: absolute;
  top: -10px;
  right: -20px;
  background: url(../../img/index/bg_circle3.png) 0 0 no-repeat;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 20;
}
#index #sec3 .back_image {
  width: 253px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#index #sec3 .back_image img {
  width: 100%;
  height: auto;
}
#index #sec3 .text_image {
  width: 260px;
  height: 121px;
  position: absolute;
  z-index: 80;
  top: 30px;
  right: 30px;
}
#index #sec3 .btn_link {
  width: 109px;
  height: 21px;
  position: absolute;
  top: 160px;
  right: 30px;
  z-index: 50;
  -webkit-animation: circleToggle 10s linear !important;
  animation: circleToggle 10s linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}


#index #sec4 {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 392px;
  height: 240px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}
#index #sec4:before {
  content: ' ';
  display: block;
  width: 207px;
  height: 207px;
  position: absolute;
  top: 0;
  left: 90px;
  background: url(../../img/index/bg_circle4.png) 0 0 no-repeat;
  opacity: 0.7;
  border-radius: 50%;
  z-index: 20;
  /*animation: circleToggle 10s linear !important;
  animation-iteration-count: infinite !important;*/
}

#index #sec4 .back_image {
  position: absolute;
  width: 392px;
  height: 213px;
  bottom: 0;
  right: 0;
}
#index #sec4 .text_image {
  width: 249px;
  height: 124px;
  position: absolute;
  z-index: 80;
  bottom: 82px;
  right: 49px;
}
#index #sec4 .btn_link {
  width: 109px;
  height: 21px;
  position: absolute;
  bottom: 50px;
  right: 110px;
  z-index: 50;
  -webkit-animation: circleToggle 10s linear !important;
  animation: circleToggle 10s linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}

#index #skip_btn {
  width: 93px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 32px;
  cursor: pointer;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
}

#index .btn_link:hover,
#index #skip_btn:hover {
  opacity: 0.7;
}

#index .btn_link {
  display: none;
}

#index_credit {
  position: absolute;
  right: 10px;
  bottom: 2px;
  font-size: 10px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;
  display: none;
  letter-spacing: -0.05em;
  z-index: 100;
  text-align: right;
  line-height: 1.2;
  -webkit-animation: creditDisp 10s linear !important;
  animation: creditDisp 10s linear !important;
  -webkit-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important;
}

.copyright_mark {
  font-size: 16px;
  vertical-align: middle;
}

#index footer {
  height: 200px;
  position: absolute;
  bottom: 0;
}



/* ------------------------------------------------------ */
/* 下層共通
--------------------------------------------------------- */
.sub_page #content_wrap {
  width: 980px;
  margin: 0 auto 200px;
  padding-bottom: 200px;
}

.sub_page #main_visual {
  width: 980px;
  height: 449px;
  overflow: hidden;
}

.sub_page #main_visual img {
  width: 980px;
  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: 18px;
  color: #000;
  line-height: 2.5;
}

.section_note {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

#footer_credit {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

#footer_credit .copyright_mark {
  font-size: 21px;
  vertical-align: middle;
}
