html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

a {
  -webkit-transition: .3s;
  transition: .3s; }
  a:hover {
    opacity: .65; }

main {
  font-size: 16px;
  line-height: 1.6; }
  main section {
    padding: 80px 0;
    position: relative;
    transition: 0.3s; }
    main section.border_glay {
      border-bottom: 1px solid #e0e0e0; }
    main section.bgcol_blue {
      background-color: #ebf7ff; }
    main section.bgcol_blue2 {
      background-color: #609fe0; }
    main section.bgcol_glay {
      background-color: #f5f5f5; }
    main section.bgcol_yellow {
      background-color: #EBDB61; }
    main section.arrow_white:before {
      margin-left: -23px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 0px;
      height: 0px;
      border: 26px solid transparent;
      border-top: 26px solid #fff; }
    main section.arrow_blue:before {
      margin-left: -23px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 0px;
      height: 0px;
      border: 26px solid transparent;
      border-top: 26px solid #ebf7ff; }
    main section.arrow_glay:before {
      margin-left: -23px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 0px;
      height: 0px;
      border: 26px solid transparent;
      border-top: 26px solid #f5f5f5; }
    main section.arrow_yellow:before {
      margin-left: -23px;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 0px;
      height: 0px;
      border: 26px solid transparent;
      border-top: 26px solid #EBDB61; }
    main section > div {
      margin: 0 auto; }
      main section > div > h2 {
        margin-bottom: 30px; }

  main .btn {
    margin: 0 auto;
    width: 58%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-color: #ff8400; }
    main .btn a {
      color: #fff;
      display: block;
      width: 100%;
      padding: 14px 15px;
      box-sizing:  border-box;
      text-decoration: none; }
      main .btn a.ico {
        position: relative; }
        main .btn a.ico:before {
          margin-right: 14px;
          margin-bottom: 2px;
          content: '';
          display: inline-block;
          width: 38px;
          height: 40px;
          background-repeat: no-repeat;
          vertical-align: middle; }
          main .btn a.ico i {
            margin-left: 50px;
            margin-top: -5px;
            content: '';
            display: block;
            position:  absolute;
            top: 50%;
            right: 18px;
            width: 11px;
            height: 11px;
            margin-top: -6px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }

.sp_show {
  display: none; }

.pc_show {
  display: block; }

footer {
  background-color: #0e61b1;
}
.footer_inner {
  width: 890px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer_inner h2 {
  color: #fff;
  font-size:24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.footer_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_con-left {
  width: 250px;
  padding-right: 40px;
}
.footer_con-right {
  width: calc(100% - 290px);
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.footer_btn a {
  width: 350px;
  display: block;
  box-sizing: border-box;
  color: #0e61b1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  padding: 10px;
  margin: 40px auto 0;
  text-decoration: none;
  border-radius: 25px;
  background-color: #fff;
}
footer p.copy {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  padding: 13px 0;
  background-color: #111;
}

section.page01, section.page02 {
  width: 100%;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
  position: relative; }
  section.page01 > a, section.page02 > a {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 50px; }

#heisei_main {
  width: 100%;
  height: calc(100vw * 0.266);
  background: url(../images/heisei_mainbg03.jpg) no-repeat center;
  background-size: auto 100%;
}
.heisei_main2#heisei_main {
  background: url(../images/heisei_mainbg02.jpg) no-repeat;
  background-size: cover;
}
#heisei_main p.logo_nbpc {
    position: absolute;
    top: 30px;
    left: 30px;
    height: auto;
    width: 265px;
}
#heisei_main h1 {
  width: 521px;
}
#heisei_main h1 img {
  width: 100%;
}
.heisei_disc {
  width: 800px;
  margin: 0 auto;
}
.heisei_disc h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.heisei_disc h2 span {
  color: #000;
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  font-weight: normal;
  margin-left: 1.5em;
}
.heisei_disc p.heisei_disc_txt {
  font-size: 12px;
  text-align: left;
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 50px;
  margin-left: 200px;
}
#heisei_block01 {
  background: url(../images/heisei_bg01.jpg) no-repeat center;
  background-size: cover;
}
.heisei_question {
  width: 990px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.heisei_question_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heisei_question h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.26;
  position: relative;
  padding-top: 60px;
}
.heisei_question h2:before {
  width: 197px;
  height: 45px;
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/heisei_ttl01.png) no-repeat;
}
.heisei_question-right {
  width: 520px;
  text-align: left;
  font-size: 19px;
  line-height: 2;
}
.heisei_question-right strong {
  font-weight: bold;
}
.heisei_question_answer {
  margin-top: 30px;
}
.heisei_question_answer a {
  width: 280px;
  display: block;
  position: relative;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #0097f2;
}
.heisei_question_answer2 {
  display: none;
  margin-bottom: 80px;
}
.heisei_question_answer2 a {
  width: 350px;
  font-weight: bold;
}
/*.heisei_question_answer2 a:after {
  position: absolute;
  display: block;
  content: '';
  width: 8px; height: 8px;
  top: 50%; right: 15px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg) translateY(-130%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}*/
.arrow_down {
  position: absolute;
  top: 60%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	opacity: 0;
}
.arrow_down-first {
  -webkit-animation: arrow_down-anim 1.5s ease-in-out infinite;
    animation: arrow_down-anim 1.5s ease-in-out infinite;
}
.arrow_down-second {
  -webkit-animation: arrow_down-anim 1.5s 0.75s ease-in-out infinite;
    animation: arrow_down-anim 1.5s 0.75s ease-in-out infinite;
}
.arrow_down:before, .arrow_down:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 2px;
  content: '';
  background: #fff;
}
.arrow_down:before {
  -webkit-transform: rotate(45deg) translateX(-10%);
    transform: rotate(45deg) translateX(-10%);
  -webkit-transform-origin: top left;
    transform-origin: top left;
}
.arrow_down:after {
  -webkit-transform: rotate(-45deg) translateX(10%);
    transform: rotate(-45deg) translateX(10%);
  -webkit-transform-origin: top right;
    transform-origin: top right;
}
@-webkit-keyframes arrow_down-anim {
  0% {
    top: 30%;
	opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_down-anim {
  0% {
    top: 30%;
	opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.arrow_up {
  position: absolute;
  bottom: 60%;
  right: 25px;
  -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	opacity: 0;
}
.arrow_up-first {
  -webkit-animation: arrow_up-anim 1.5s ease-in-out infinite;
    animation: arrow_up-anim 1.5s ease-in-out infinite;
}
.arrow_up-second {
  -webkit-animation: arrow_up-anim 1.5s 0.75s ease-in-out infinite;
    animation: arrow_up-anim 1.5s 0.75s ease-in-out infinite;
}
.arrow_up:before, .arrow_up:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 2px;
  content: '';
  background: #fff;
}
.arrow_up:before {
  -webkit-transform: rotate(135deg) translateX(-70%);
    transform: rotate(135deg) translateX(-70%);
  -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.arrow_up:after {
  -webkit-transform: rotate(-135deg) translateX(70%);
    transform: rotate(-135deg) translateX(70%);
  -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
@-webkit-keyframes arrow_up-anim {
  0% {
    bottom: 30%;
	opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow_up-anim {
  0% {
    bottom: 30%;
	opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#heisei_block02 {
  background-color: #f0f9ff;
}
/* iziMordal */
.modal_inner {
  position: relative;
  padding: 30px 20%;
}
.modal_inner h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.modal_inner p {
  line-height: 1.6;
}

.heisei_ranking {
  max-width: 1200px;
}
.heisei_ranking h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}
.close_btn01 {
  margin-top: 30px;
}
.close_btn01 a {
  width: 280px;
  display: block;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #333;
}
.close_btn02 a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background-color: #333;
  transform: translate(100%, calc(-100% - 5px));
}
.heisei_ranking_select .mCustomScrollBox:after {
  width: 100%;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.1s;
  border-radius: 0 0 4px 4px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,.10)));
  background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.10) 100%);
  background: -o-linear-gradient(top,transparent 0%,rgba(0,0,0,.10) 100%);
  background: -ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.10) 100%);
  background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.10) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
}
.heisei_ranking_select .mCustomScrollBoxLast:after {
  height: 0px;
}

.heisei_ranking_table .mCSB_scrollTools {
  background-color: #aaa;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -16px !important;
}

.heisei_ranking_select {
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.heisei_brand_detail {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
}
.heisei_brand_detail a {
  width: 300px;
  display: block;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #0097f2;
}
/*.heisei_brand_detail a:after {
  position: absolute;
  display: block;
  content: '';
  width: 8px; height: 8px;
  top: 50%; right: 25px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}*/
.heisei_ranking_table {
  width: 100%;
  overflow-x: auto;
}
.heisei_ranking_table table {
  width: 1200px;
  font-size: 14px;
  table-layout: fixed;
  background-color: #fff;
}
.heisei_ranking_table table th {
  color: #fff;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #dfdfdf;
  background-color: #0e61b1;
}
.heisei_ranking_table table th.table_rank {
  width: 30px;
}
.heisei_ranking_table table th.table_brand {
  width: 9em;
}
.heisei_ranking_table table td {
  color: #feba02;
  padding: 7px 5px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  transition: all 300ms 0s ease;
}
.heisei_ranking_table table td.table_rank {
  color: #333;
  background-color: #f7f7f7;
}
.heisei_ranking_table table td.table_brand-name {
  color: #333;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}
.heisei_ranking_table table td.table_brand-name span.same_rate {
  display: block;
  border-bottom: 1px dashed #dfdfdf;
}
.heisei_ranking_table table td span.barand_name_2rows {
  display: block;
  line-height: 1.8;
  margin: -7px 0;
}
.heisei_ranking_table table td.table_brand-name i.table_anim {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  width: 100%;
  height: 60px;
  position: absolute;
  left: -135px;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
}
.heisei_ranking_table table td.table_brand-name:hover i.table_anim {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  left: 135px;
}
.heisei_ranking_table table td[data-selected="out"] {
  color: #7d7d7d;
}
.heisei_ranking_table table td:nth-child(1), .heisei_ranking_table table td:nth-child(20) {
  text-align: center;
  border: 1px solid #ccc;
}
.heisei_ranking_table table tr:last-child td {
  height: 80px;
  padding: 5px 5px;
  border-bottom: 1px solid #ccc;
}
.heisei_ranking_table table td.kengai {
  height: 80px;
  color: #333;
  text-align: center;
  background-color: #f7f7f7;
}
.heisei_ranking_table table td.table_brand-kengai {
  text-align: left;
}
.heisei_ranking_table table td span.rank {
  width: 100%;
  color: #333;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.heisei_ranking_txt {
  text-align: right;
  margin-top: 20px;
}

#heisei_block03 {
  padding: 0;
}
.heisei_brand_transition {
  width: 800px;
  position: relative;
  margin: 0 auto;
}
.heisei_brand_transition h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  margin-top: 80px;
  background-color: #0e61b1;
  border-radius: 4px 4px 0 0;
}
.heisei_brand_transition h3:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    -webkit-transform: translate(-50%,-56%) rotate(-45deg);
    -ms-transform: translate(-50%,-56%) rotate(-45deg);
    transform: translate(-50%,-56%) rotate(-45deg);
    background-color: #0e61b1;
}
.heisei_brand_transition div {
  padding: 50px 50px 20px;
  background-color: #f7f7f7;
  border-radius: 0 0 4px 4px;
}
.heisei_brand_transition p {
  margin-bottom: 30px;
}
/* アニメーション */
.heisei_ranking_table table td.table_brand-name[data-selected="on"] {
  -webkit-animation-name: selected;
          animation-name: selected;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
.heisei_ranking_table table td.table_brand-name[data-selected="on"][data-order="18"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.heisei_ranking_table table td.table_brand-name[data-selected="on"][data-order="18"] span.same_rate {
  -webkit-animation-name: selected_same_rate;
          animation-name: selected_same_rate;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.heisei_ranking_table table td.table_brand-name[data-selected="on"][data-order="18"] i.table_anim {
  -webkit-animation-name: selected_last;
          animation-name: selected_last;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes selected_same_rate {
  100% {
    border-bottom-color: #fff; } }

@keyframes selected_same_rate {
  100% {
    border-bottom-color: #fff; } }

@-webkit-keyframes selected_last {
  100% {
    left: 135px; } }

@keyframes selected_last {
  100% {
    left: 135px; } }

@-webkit-keyframes selected {
  100% {
    color: #fff;
    background-color: #feba02; } }

@keyframes selected {
  100% {
    color: #fff;
    background-color: #feba02; } }

.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"] {
  opacity: 0;
  -webkit-animation-name: selected_rank;
          animation-name: selected_rank;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="3"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="4"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="5"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="6"] {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="7"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="8"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="9"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="10"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="11"] {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="12"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="13"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="14"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="15"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="16"] {
  -webkit-animation-delay: 3.0s;
          animation-delay: 3.0s;
}
.heisei_ranking_table table td:not(.table_brand-name)[data-selected="on"][data-order="17"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@-webkit-keyframes selected_rank {
  100% {
    opacity: 1; } }

@keyframes selected_rank {
  100% {
    opacity: 1; } }

.heisei_ranking_table table td[data-selected="out"] {
  opacity: 0;
  -webkit-animation-name: selected_out;
          animation-name: selected_out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
.heisei_ranking_table table td[data-selected="out"][data-order="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="3"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="4"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="5"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="6"] {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="7"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="8"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="9"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="10"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="11"] {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="12"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="13"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="14"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="15"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="16"] {
  -webkit-animation-delay: 3.0s;
          animation-delay: 3.0s;
}
.heisei_ranking_table table td[data-selected="out"][data-order="17"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

@-webkit-keyframes selected_out {
  100% {
    opacity: 1; } }

@keyframes selected_out {
  100% {
    opacity: 1; } }

.heisei_ranking_table table td.table_brand-kengai[data-selected="out"] {
  -webkit-animation-name: selected_brand_out;
          animation-name: selected_brand_out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
.heisei_ranking_table table td.table_brand-kengai[data-selected="out"][data-order="18"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@-webkit-keyframes selected_brand_out {
  100% {
    opacity: 1;
    color: #fff;
    background-color: #7d7d7d; } }

@keyframes selected_brand_out {
  100% {
    opacity: 1;
    color: #fff;
    background-color: #7d7d7d; } }


/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      width: 340px;
      padding: 10px 54px 10px 20px;
      font-size: 18px;
      font-weight: 300;
      color: #333;
      line-height: 1.4;
      text-align: left;
      border: 1px solid #dfdfdf;
      border-radius: 4px;
      cursor: pointer;
      background-color: #fff;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 2px solid #0499f2;
        border-right: 2px solid #0499f2;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    height: 60vh;
    overflow-y: auto;
    position: absolute;
    z-index: 10;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 5px 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-option {
      position: relative;
      display: block;
      padding: 10px 22px;
      font-size: 18px;
      color: #333;
      line-height: 1.4;
      text-align: left;
      cursor: pointer;
      transition: all .3s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      color: #fff;
      background: #0097f2;
    }

#wrap .txC {
  text-align: center; }

#wrap .txR {
  text-align: right; }

#wrap .txL {
  text-align: left; }

#wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#wrap .m10 {
  margin: 10px; }

#wrap .m20 {
  margin: 20px; }

#wrap .m30 {
  margin: 30px; }

#wrap .m40 {
  margin: 40px; }

#wrap .m50 {
  margin: 50px; }

#wrap .m60 {
  margin: 60px; }

#wrap .m70 {
  margin: 70px; }

#wrap .m80 {
  margin: 80px; }

#wrap .m90 {
  margin: 90px; }

#wrap .m100 {
  margin: 100px; }

#wrap .mb10 {
  margin-bottom: 10px; }

#wrap .mb20 {
  margin-bottom: 20px; }

#wrap .mb30 {
  margin-bottom: 30px; }

#wrap .mb40 {
  margin-bottom: 40px; }

#wrap .mb50 {
  margin-bottom: 50px; }

#wrap .mb60 {
  margin-bottom: 60px; }

#wrap .mb70 {
  margin-bottom: 70px; }

#wrap .mb80 {
  margin-bottom: 80px; }

#wrap .mb90 {
  margin-bottom: 90px; }

#wrap .mb100 {
  margin-bottom: 100px; }

#wrap .mll0 {
  margin-left: 10px; }

#wrap .ml20 {
  margin-left: 20px; }

#wrap .ml30 {
  margin-left: 30px; }

#wrap .ml40 {
  margin-left: 40px; }

#wrap .ml50 {
  margin-left: 50px; }

#wrap .ml60 {
  margin-left: 60px; }

#wrap .ml70 {
  margin-left: 70px; }

#wrap .ml80 {
  margin-left: 80px; }

#wrap .ml90 {
  margin-left: 90px; }

#wrap .ml100 {
  margin-left: 100px; }

#wrap .mrl0 {
  margin-right: 10px; }

#wrap .mr20 {
  margin-right: 20px; }

#wrap .mr30 {
  margin-right: 30px; }

#wrap .mr40 {
  margin-right: 40px; }

#wrap .mr50 {
  margin-right: 50px; }

#wrap .mr60 {
  margin-right: 60px; }

#wrap .mr70 {
  margin-right: 70px; }

#wrap .mr80 {
  margin-right: 80px; }

#wrap .mr90 {
  margin-right: 90px; }

#wrap .mr100 {
  margin-right: 100px; }

#wrap .p10 {
  padding: 10px; }

#wrap .p20 {
  padding: 20px; }

#wrap .p30 {
  padding: 30px; }

#wrap .p40 {
  padding: 40px; }

#wrap .p50 {
  padding: 50px; }

#wrap .p60 {
  padding: 60px; }

#wrap .p70 {
  padding: 70px; }

#wrap .p80 {
  padding: 80px; }

#wrap .p90 {
  padding: 90px; }

#wrap .p100 {
  padding: 100px; }

#wrap .pt10 {
  padding-top: 10px; }

#wrap .pt20 {
  padding-top: 20px; }

#wrap .pt30 {
  padding-top: 30px; }

#wrap .pt40 {
  padding-top: 40px; }

#wrap .pt50 {
  padding-top: 50px; }

#wrap .pt60 {
  padding-top: 60px; }

#wrap .pt70 {
  padding-top: 70px; }

#wrap .pt80 {
  padding-top: 80px; }

#wrap .pt90 {
  padding-top: 90px; }

#wrap .pt100 {
  padding-top: 100px; }

#wrap .pb10 {
  padding-bottom: 10px; }

#wrap .pb20 {
  padding-bottom: 20px; }

#wrap .pb30 {
  padding-bottom: 30px; }

#wrap .pb40 {
  padding-bottom: 40px; }

#wrap .pb50 {
  padding-bottom: 50px; }

#wrap .pb60 {
  padding-bottom: 60px; }

#wrap .pb70 {
  padding-bottom: 70px; }

#wrap .pb80 {
  padding-bottom: 80px; }

#wrap .pb90 {
  padding-bottom: 90px; }

#wrap .pb100 {
  padding-bottom: 100px; }

#wrap .pll0 {
  padding-left: 10px; }

#wrap .pl20 {
  padding-left: 20px; }

#wrap .pl30 {
  padding-left: 30px; }

#wrap .pl40 {
  padding-left: 40px; }

#wrap .pl50 {
  padding-left: 50px; }

#wrap .pl60 {
  padding-left: 60px; }

#wrap .pl70 {
  padding-left: 70px; }

#wrap .pl80 {
  padding-left: 80px; }

#wrap .pl90 {
  padding-left: 90px; }

#wrap .pl100 {
  padding-left: 100px; }

#wrap .prl0 {
  padding-right: 10px; }

#wrap .pr20 {
  padding-right: 20px; }

#wrap .pr30 {
  padding-right: 30px; }

#wrap .pr40 {
  padding-right: 40px; }

#wrap .pr50 {
  padding-right: 50px; }

#wrap .pr60 {
  padding-right: 60px; }

#wrap .pr70 {
  padding-right: 70px; }

#wrap .pr80 {
  padding-right: 80px; }

#wrap .pr90 {
  padding-right: 90px; }

#wrap .pr100 {
  padding-right: 100px; }

@media screen and (max-width: 940px) {
      header div > p {
        max-width: auto; }
        main section > div {
          max-width: auto; }
  
  #wrap .txC {
    padding: 0 10px; }
}

@media screen and (max-width: 640px) {
      header div > p {
        max-width: auto;
        padding: 10px 5px; }
        header div > p img {
          width: 50%; }
          main section > div > h2 ~ p {
            font-size: 12px;
            padding: 0 10px; }
          main section > div > h2 img {
            height: 45px;
            width: auto; }
  .sp_show {
    display: block; }
  .pc_show {
    display: none; }
    .ttl02 {
      font-size: 16px;
      width: 90%; }
      footer h4 {
        font-size: 18px; }
      footer a.btn {
        width: 80%;
        font-size: 16px; }
      footer p {
        font-size: 12px; }
#heisei_main p.logo_nbpc {
  top: 15px;
  left: 15px;
  width: 60%; }
}

@media screen and (max-width: 1240px) {
  .heisei_ranking {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 1100px) {
  .custom-select-wrapper {
    width: 100%;
  }
  .select_brand {
    width: 100%;
  }
  .custom-select-trigger {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .heisei_brand_detail {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
  .heisei_brand_detail a {
    width: 100%;
  }
}

@media screen and (max-width: 1030px) {
  main > section {
    padding: 50px 0;
  }
  .heisei_question {
    width: calc(100vw - 40px);
  }
  .heisei_question_con {
    display: block;
  }
  .heisei_question h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .heisei_question h2:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .heisei_question-right {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 930px) {
  .footer_inner {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 860px) {
  .heisei_disc {
    width: calc(100vw - 40px);
  }
  .heisei_brand_transition {
    width: calc(100vw - 40px);
  }
  .heisei_brand_detail a {
    font-size: 14px;
  }
  .heisei_question_answer2 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  #wrap .flex {
    display: block;
  }
  .heisei_disc {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 700px) {
  #heisei_main p.logo_nbpc {
    width: 200px;
  }
  .heisei_disc h2 {
    font-size: 20px;
  }
  .heisei_disc h2 span {
    font-size: 14px;
  }
  .heisei_disc p.heisei_disc_txt {
    width: auto;
    margin-left: 0;
  }
  .heisei_question h2 {
    font-size: 26px;
  }
  .heisei_question-right {
    font-size: 16px;
  }
  .heisei_question_answer a {
    width: 100%;
  }
  .heisei_ranking h2 {
    font-size: 20px;
  }
  .custom-select-trigger {
    font-size: 14px;
  }
  .custom-option {
    font-size: 14px;
  }
  .modal_inner {
    padding: 30px 20px;
  }
  .heisei_brand_detail {
    width: 100%;
  }
  .heisei_brand_transition h3 {
    font-size: 20px;
    margin-top: 50px;
  }
  .heisei_brand_transition p {
    margin-bottom: 20px;
  }
  .heisei_brand_transition div {
    padding: 30px 30px 10px;
  }
  .heisei_question_answer2 {
    width: calc(100vw - 40px);
    margin: 30px auto 50px;
  }
  .footer_inner h2 {
    font-size: 20px;
  }
  .footer_con {
    display: block;
  }
  .footer_con-left {
    width: calc(100vw - 40px);
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  .footer_con-right {
  width: calc(100vw - 40px);
  }
  .footer_btn a {
    width: 100%;
  }
  footer p.copy {
    font-size: 12px;
    padding: 8px;
  }
}

@media screen and (max-width: 640px) {
  #heisei_main h1 {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .heisei_ranking_select {
    display: block;
  }
}