@charset "UTF-8";
/* ******************************
 top.css
****************************** */

/* img_main
------------------------------ */

#img_main {
  overflow: hidden;
}

#img_main p img {
  width: 100%;
  height: auto;
}

/* subNav
------------------------------ */

#subNav {
  background: #133F5C;
  height: 100%;
}

#subNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

#subNav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  position: relative;
}

#subNav ul li:nth-child(2n) {
  background: #002746;
}

/*
#subNav ul li.nav2,
#subNav ul li.nav4 {
	background: #002746;
}
*/

#subNav ul li a {
  display: block;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 120%;
  letter-spacing: 1px;
  font-weight: bold;
}

#subNav ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

#subNav ul li a:hover:before,
body#product_home #subNav ul li.top a:before {
  background: #FFFD6A;
}

#subNav ul li a p.thum img {
  width: 100%;
}

#subNav ul li a p.ttl {
  color: #FFF;
  margin-top: 10px;
}

#subNav ul li a:hover p.ttl {
  color: #FFFD6A;
}

/* topNav（2018.6追加）
------------------------------ */

#topNav {
  background: #D7D7D7;
  padding: 50px 30px;
}

#topNav ul>li {
  width: 20%;
  float: left;
  padding: 0 8px;
  box-sizing: border-box;
}

#topNav ul>li a {
  display: block;
  position: relative;
  color: #FFF;
  height: 198px;
  overflow: hidden;
}

#topNav ul>li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#section_contents #topNav ul>li p {
  color: #FFF;
}

#topNav ul>li a img {
  width: auto;
  max-width: none;
  height: 198px;
}

@media screen and (max-width: 1500px) {
  #topNav ul>li a,
  #topNav ul>li a img {
    height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  #topNav ul>li a,
  #topNav ul>li a img {
    height: 120px;
  }
}

@media screen and (max-width: 1040px) {
  #topNav ul>li a,
  #topNav ul>li a img {
    height: 110px;
  }
}

@media screen and (max-width: 800px) {
  #topNav ul>li a,
  #topNav ul>li a img {
    height: 80px;
  }
}

#topNav ul>li a div.title {
  position: absolute;
  right: -1px;
  top: 0;
  display: table;
  table-layout: fixed;
  width: 50%;
  height: 100%;
  background: #888;
  font-weight: bold;
}

#topNav ul>li a div.title>p {
  vertical-align: middle;
  display: table-cell;
  font-size: 1vw;
  text-align: center;
  position: relative;
}

#topNav ul>li a div.title>p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 17px solid #888;
  position: absolute;
  left: -31px;
  top: 50%;
  margin-top: -15px;
}

#topNav ul>li.nav1 a div.title {
  background: #D80204;
}

#topNav ul>li.nav1 a div.title>p:before {
  border-right-color: #D80204;
}

#topNav ul>li.nav2 a div.title {
  background: #08414A;
}

#topNav ul>li.nav2 a div.title>p:before {
  border-right-color: #08414A;
}

#topNav ul>li.nav3 a div.title {
  background: #511E63;
}

#topNav ul>li.nav3 a div.title>p:before {
  border-right-color: #511E63;
}

#topNav ul>li.nav4 a div.title {
  background: #003E33;
}

#topNav ul>li.nav4 a div.title>p:before {
  border-right-color: #003E33;
}

#topNav ul>li.nav5 a div.title {
  background: #9C7204;
}

#topNav ul>li.nav5 a div.title>p:before {
  border-right-color: #9C7204;
}

/* news
------------------------------ */

#section_news h2 {
  padding-top: 70px;
  padding-bottom: 60px;
  margin: 0;
}

ul.newsList {
  max-width: 100%;
  width: 1436px;
  margin-left: auto;
  margin-right: auto;
  background: #002842;
}

ul.newsList li {
  overflow: hidden;
  position: relative;
}

ul.newsList li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-right: 50px solid #002842;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -100px;
  z-index: 1;
}

ul.newsList li:first-child+*:before,
ul.newsList li:first-child+*+*+*:before {
  border-right: 50px solid transparent;
  border-left: 50px solid #002842;
  margin: -50px 0 0 0;
}

ul.newsList li p.thum,
ul.newsList li a.detail {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

ul.newsList li p.thum {
  float: left;
  height: 430px;
  position: relative;
}

ul.newsList li p.thum a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 656px) {
  #section_contents ul.newsList li p.thum a,
  #section_contents ul.newsList li p.thum a *,
  #section_contents ul.newsList li:hover p.thum a,
  #section_contents ul.newsList li:hover p.thum a * {
    -webkit-transition: all 7s ease;
    -moz-transition: all 7s ease;
    -o-transition: all 7s ease;
    -ms-transition: all 7s ease;
    transition: all 7s ease;
  }
  ul.newsList li:hover p.thum a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  ul.newsList li:hover p.thum {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}

#section_contents ul.newsList li a.detail {
  float: right;
  position: relative;
  padding: 0 10%;
  height: 430px;
}

#section_contents ul.newsList li a.detail p {
  line-height: 1.5;
  color: #FFF;
}

#section_contents ul.newsList li:hover a.detail p {
  color: #FFFC70;
}

ul.newsList li:nth-child(even) p.thum {
  float: right;
}

#section_contents ul.newsList li:nth-child(even) a.detail {
  float: left;
}

#section_contents ul.newsList li:first-child+* p.thum,
#section_contents ul.newsList li:first-child+*+*+* p.thum {
  /* ie8 */
  float: right\9;
}

#section_contents ul.newsList li:first-child+* a.detail,
#section_contents ul.newsList li:first-child+*+*+* a.detail {
  /* ie8 */
  float: left\9;
  padding: 0 10%\9;
}

#section_contents ul.newsList li a.detail p.date {
  font-size: 12.5px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

#section_contents ul.newsList li a.detail p.ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

#section_contents ul.newsList li a.detail p.txts {
  font-size: 12px;
}

ul.newsList li p.thum img {
  width: auto;
  max-height: none;
  height: 100%;
}

#section_news p.button_more {
  text-align: center;
  background: #373737;
  max-width: 100%;
  width: 1436px;
  margin-left: auto;
  margin-right: auto;
}

#section_news p.button_more a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  font-size: 120%;
  color: #FFF;
}

#section_news p.button_more a:after {
  content: "＞";
  padding-left: 0.5em;
}

#section_news p.button_more a:hover {
  background: rgba(255, 255, 255, .5);
}

/* chara_list（2018.6追加）
------------------------------ */

#chara_list {
  padding: 90px 0;
}

ul.chara_list>li {
  width: 20%;
  float: left;
  box-sizing: border-box;
}

ul.chara_list>li a {
  display: block;
  text-align: center;
}

ul.chara_list>li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

ul.chara_list>li a img {
  width: 100%;
  height: auto;
}

ul.chara_list>li a p.name {
  font-weight: bold;
  font-size: 140%;
  margin-top: 10px;
}

/* twitter
------------------------------ */

div#twitter {
  background: #D7D7D7;
  padding: 50px 0 30px;
  text-align: center;
}

.twitter_timeline {
  padding: 10px 20px 0;
  background: #FFF;
  margin-bottom: 20px;
}

/* 2018.6追加 */

ul.bnr_sns {
  text-align: center;
  margin-bottom: 50px;
}

ul.bnr_sns>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 15px;
  max-width: 32%;
  box-sizing: border-box;
}

ul.bnr_sns>li a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* app
------------------------------ */

div#app {
  background: url(../img/top/bg_app.jpg?var=20180510) center center no-repeat #000;
  background-size: cover;
}

div#app .inner>p.title {
  width: 70%;
  float: left;
  text-align: right;
  height: 290px;
  line-height: 290px;
}

div#app .inner>p.title img {
  vertical-align: middle;
}

div#app .inner>.download {
  width: 30%;
  float: left;
  margin-left: -40px;
  padding-top: 60px;
  text-align: center;
}

div#app .inner>.download p.ttl_download img {
  width: 90%;
}

div#app .inner>.download p.btn {
  margin-top: 10px;
}

div#app .inner>.download p.btn a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* topNav2（2018.9追加）
------------------------------ */

#topNav2 {
  background: #D7D7D7;
  padding: 50px 30px;
}

#topNav2 ul {
  max-width: 1436px;
  margin: 0 auto;
}

#topNav2 ul>li {
  width: 33.33334%;
  float: left;
  padding: 8px;
  box-sizing: border-box;
}

#topNav2 ul>li a {
  display: block;
  position: relative;
  color: #FFF;
  height: 190px;
  overflow: hidden;
}

#topNav2 ul>li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#section_contents #topNav2 ul>li p {
  color: #FFF;
}

#topNav2 ul>li a img {
  width: auto;
  max-width: none;
  height: 190px;
}

@media screen and (max-width: 1500px) {
  #topNav2 ul>li a,
  #topNav2 ul>li a img {
    height: 170px;
  }
}

@media screen and (max-width: 1200px) {
  #topNav2 ul>li a,
  #topNav2 ul>li a img {
    height: 150px;
  }
}

@media screen and (max-width: 1040px) {
  #topNav2 ul>li a,
  #topNav2 ul>li a img {
    height: 130px;
  }
}

@media screen and (max-width: 800px) {
  #topNav2 ul>li a,
  #topNav2 ul>li a img {
    height: 100px;
  }
}

#topNav2 ul>li a div.title {
  position: absolute;
  right: -1px;
  top: 0;
  display: table;
  table-layout: fixed;
  width: 50%;
  height: 100%;
  background: #888;
  font-weight: bold;
}

#topNav2 ul>li a div.title>p {
  vertical-align: middle;
  display: table-cell;
  font-size: 1.2vw;
  text-align: center;
  position: relative;
}

#topNav2 ul>li a div.title>p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-right: 17px solid #888;
  position: absolute;
  left: -31px;
  top: 50%;
  margin-top: -15px;
}

#topNav2 ul>li.nav1 a div.title {
  background: #D80204;
}

#topNav2 ul>li.nav1 a div.title>p:before {
  border-right-color: #D80204;
}

#topNav2 ul>li.nav2 a div.title {
  background: #0d6d9e;
}

#topNav2 ul>li.nav2 a div.title>p:before {
  border-right-color: #0d6d9e;
}

#topNav2 ul>li.nav3 a div.title {
  background: #511E63;
}

#topNav2 ul>li.nav3 a div.title>p:before {
  border-right-color: #511E63;
}

#topNav2 ul>li.nav4 a div.title {
  background: #003E33;
}

#topNav2 ul>li.nav4 a div.title>p:before {
  border-right-color: #003E33;
}

#topNav2 ul>li.nav5 a div.title {
  background: #9C7204;
}

#topNav2 ul>li.nav5 a div.title>p:before {
  border-right-color: #9C7204;
}

#topNav2 ul>li.nav6 a div.title {
  background: #9c0432;
}

#topNav2 ul>li.nav6 a div.title>p:before {
  border-right-color: #9c0432;
}

/* chara_list（2018.9追加）
------------------------------ */

ul.chara_list2>li {
  width: 16.66667%;
  float: left;
  box-sizing: border-box;
}

ul.chara_list2>li a {
  display: block;
  text-align: center;
}

ul.chara_list2>li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

ul.chara_list2>li a img {
  width: 100%;
  height: auto;
}

ul.chara_list2>li a p.name {
  font-weight: bold;
  font-size: 140%;
  margin-top: 10px;
}

/* banner_booklet（2018.9追加）
------------------------------ */

#product_home #banner_booklet {
  width: 100%;
  bottom: 0;
  left: 0;
  background: #dcdcdc;
  padding: 25px 10px;
  margin-top: 90px;
  text-align: center;
  box-sizing: border-box;
}

#product_home #banner_booklet img {
  max-width: 100%;
  height: auto;
}

#product_home #banner_booklet a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width:656px) {
  #product_home #banner_booklet {
    margin-top: 0;
    background: #a7a7a7;
  }
}

/* section_quiz（2019/04/02追加）
------------------------------ */

#product_home #section_quiz {
  width: 100%;
  bottom: 0;
  left: 0;
  background: #022841;
  padding: 40px 10px;
  text-align: center;
  box-sizing: border-box;
}

#product_home #section_quiz img {
  max-width: 100%;
  height: auto;
}

#product_home #section_quiz a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}