@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =Reset default browser CSS.
-------------------------------------------------------------- */
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, font, 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,
section, nav, article, aside, hgroup, header, footer, figure, figcaption {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

ol, ul li {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #063B70;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a.opacity:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

img {
  max-width: 100%;
}

.clear:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}

.sp {
  display: none;
}

.indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}

/* =structure
-------------------------------------------------------------- */
#container {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #000a6c;
  background: #FFF;
}

.ep_contents {
  width: 990px;
  margin: 0 auto;
  position: relative;
}

.ep_contents p {
  line-height: 1.5em;
}

.ep_lr {
  width: 100%;
  padding: 30px 20px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_lr h3 {
  font-size: 36px;
}

.ep_left {
  width: 48%;
  float: left;
}

.ep_right {
  width: 48%;
  float: right;
}

.ep_left2 {
  width: 50%;
  float: left;
}

.ep_right2 {
  width: 50%;
  float: right;
}

.ep_gray {
  width: 100%;
  background: #F5F5F5;
}

/* =ヘッダー
-------------------------------------------------------------- */
/* =ぱんくず
-------------------------------------------------------------- */
.ep_breadcrumb {
  width: 100%;
  color: #FFF;
  padding: 50px 0 0 0;
}

.ep_breadcrumb li {
  float: left;
  padding: 0 10px 0 0;
}

.ep_breadcrumb a {
  color: #FFF;
  font-size: 12px;
}

/* =animation
-------------------------------------------------------------- */
/*----- ペットボトル -----*/
.inviewDown {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  transform: translate(0, -60px);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.InDown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*----- キャプテンマーク -----*/
.inviewRotate {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
  -webkit-transition: all .8s .8s;
  -moz-transition: all .8s .8s;
  transition: all .8s .8s;
}

.InRotate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*----- メッセージ -----*/
.inviewFadein {
  opacity: 0;
  -webkit-transition: all .8s .9s;
  -moz-transition: all .8s .9s;
  transition: all .8s .9s;
}

.fadeIn {
  opacity: 1.0;
}

/*----- フェード -----*/
.inviewFade {
  opacity: 0;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.InFade {
  opacity: 1.0;
}

/*----- フェード -----*/
.inviewFade2 {
  opacity: 0;
  -webkit-transition: all .8s .2s;
  -moz-transition: all .8s .2s;
  transition: all .8s .2s;
}

.InFade2 {
  opacity: 1.0;
}

/*----- ドーナツ数字 -----*/
.inviewEco2 {
  opacity: 0;
  width: 0%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.Eco2 {
  opacity: 1.0;
  width: 60%;
}

/* =ep_main
-------------------------------------------------------------- */
.ep_main {
  width: 100%;
  height: 750px;
  background: url(../img/bg_ep_main.jpg) repeat-x left top;
}

.ep_titlebox {
  padding: 27px 0 80px;
}

.ep_title_layout {
  margin-bottom: 16px;
}

.ep_ribbon {
  width: 420px;
  height: 55px;
  padding: 6px 0 0 0;
  margin-inline: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/ep_ribbon.svg) no-repeat center center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.ep_title {
  display: block;
  padding: 0;
  text-align: center;
}

.ep_title img {
  width: 610px;
}

.ep_description {
  color: #FFF;
  font-size: 20px;
  padding-top: 20px;
  width: 650px;
  margin-inline: auto;
}

.ep_garbage {
  width: 528px;
  height: 162px;
  padding: 30px 0 0 30px;
  margin-inline: auto;
}

.ep_balltower {
  width: 290px;
  position: absolute;
  top: 320px;
  right: 60px;
}

.ep_captain {
  position: absolute;
  top: 430px;
  right: 0;
}

.ep_captainevent {
  position: absolute;
  top: 600px;
  right: 200px;
  color: #FFEB25;
  font-size: 16px;
}

/* =ロゴマーク紹介
-------------------------------------------------------------- */
.ep_logomark_box {
  width: 100%;
  background: url(../img/ep_logomark.svg) no-repeat left center;
  padding: 40px 0 40px 140px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_logomark h2 {
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.ep_logomark h2 span {
  font-size: 15px;
}

.ep_logomark p {
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0.04em;
}

.ep_logomark p + p {
  margin-top: 10px;
}

.ep_logomark .red {
  font-size: 24px;
  color: #fc0000;
}

.ep_logomark .blue {
  font-size: 24px;
  color: #000a6c;
  font-weight: 600;
}

/* =PKチャレンジ
-------------------------------------------------------------- */
.ep_pk {
  width: 100%;
  padding: 112px 0 50px 0;
}

.ep_pk_title {
  display: block;
  margin: 0 auto;
  width: 430px;
  padding: 50px 0 25px;
}

.ep_pk_sub {
  display: block;
  margin: 0 auto 30px;
  width: 614px;
  -moz-border-radius: 18px;
       border-radius: 18px;
  background-color: #000a6c;
}

.ep_pk_eyecatch {
  position: relative;
  width: 100%;
  padding: 0 15px 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.ep_pk_eyecatch p {
  font-size: 44px;
  font-weight: 600;
  line-height: 0.8;
}

.ep_pk_eyecatch p:after {
  content: '';
  position: absolute;
  width: 68px;
  height: 76px;
  left: 0;
  top: -56px;
  background: url(../img/ep_goal.svg) no-repeat center center;
}

.ep_pk_eyecatch p span {
  font-size: 72px;
  color: #fc0000;
}

.ep_sorting_eyecatch {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(247, 240, 6, 0.2);
  margin: 40px auto 0;
}

.ep_sorting_eyecatch p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.ep_chara {
  width: 250px;
  position: absolute;
  bottom: 5px;
  right: -80px;
}

.ep_normal_garbage {
  text-align: center;
  padding-top: 30px;
}

.ep_pk h3 {
  font-size: 34px;
}

.ep_pk h4 {
  display: block;
  line-height: 1.2em;
  font-weight: 600;
}

.ep_pk .ep_petkaishu {
  margin-top: 40px;
}

.ep_pk .ep_petkaishu_txt {
  margin-top: 25px;
}

.ep_pk .ep_petkaishu_txt h4 {
  font-size: 26px;
}

.ep_pk .ep_petkaishu_txt p {
  font-size: 16px;
  margin-top: 1em;
  line-height: 2em;
  color: #000;
}

.ep_petkaishu_data {
  margin-top: 25px;
}

.ep_petkaishu_data h4 {
  font-size: 26px;
}

.ep_petkaishu_data ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 0px 40px;
  margin-top: 20px;
  position: relative;
}

.ep_petkaishu_data li {
  margin: 0 10px 20px;
}

.ep_petkaishu_data li:nth-child(2n) {
  margin-right: 0;
}

.ep_petkaishu_data .target {
  margin-top: 10px;
  padding-left: 8px;
}

.ep_recognize {
  width: 875px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.ep_recognize dl {
  border: 1px solid #666666;
  margin: 0 auto 20px;
}

.ep_recognize dt {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 221px;
  height: 63px;
  background: #000a6c;
}

.ep_recognize dt.red {
  background: #fc0000;
}

.ep_recognize dt img {
  display: block;
}

.ep_recognize dd {
  float: right;
  width: 652px;
  height: 63px;
  background: #FFF;
  position: relative;
}

.ep_recognize dd p {
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ep_sorting {
  width: 990px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.ep_sorting dl {
  width: 100%;
  background: #000a6c;
  -moz-border-radius: 10px;
       border-radius: 10px;
}

.ep_sorting dl dt {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding: 20px;
}

.ep_sorting dl dd {
  padding: 0 20px 20px;
}

.ep_sorting ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ep_sorting ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 234px;
  background: #fff;
  text-align: center;
}

.ep_sorting ul li:first-child {
  -moz-border-radius: 10px 0 0 10px;
       border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.ep_sorting ul li:last-child {
  -moz-border-radius: 0 10px 10px 0;
       border-radius: 0 10px 10px 0;
  overflow: hidden;
}

.ep_sorting ul li strong {
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  padding: 20px 0 15px;
}

.ep_sorting ul li span {
  font-size: 80%;
}

.ep_sorting ul li p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5vw;
  color: #000;
  padding-bottom: 20px;
}

.ep_sorting ul li figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 264px;
  background: #e4e4e4;
  margin-top: auto;
}

/* =エコパス
-------------------------------------------------------------- */
.ep_ecopass h2.ep_ecopass_title {
  display: block;
  width: 100%;
  padding: 50px 0 20px;
  text-align: center;
  font-size: 39px;
  font-weight: 600;
  position: relative;
}

.ep_ecopass h2.ep_ecopass_title:after {
  position: absolute;
  content: '';
  width: 820px;
  height: 4px;
  border-bottom: 4px dotted #000a6c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

.ep_ecopass .ep_right2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px dotted #000a6c;
}

.ep_title_eco1 {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  padding: 13px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_title_eco1:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 77px;
  background: url(../img/ep_ecopass_ico1.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: text-bottom;
  margin-right: 16px;
}

.ep_title_eco2 {
  margin-top: 40px;
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  padding: 13px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_title_eco2:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 77px;
  background: url(../img/ep_ecopass_ico2.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: text-bottom;
}

.ep_check {
  font-size: 27px;
  text-align: center;
  color: #000;
}

.ep_ecometer {
  margin: 0 auto;
  position: relative;
  height: 565px;
  z-index: 0;
  padding-top: 60px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.ep_ecometer_baloon {
  position: absolute;
  background-color: #0b3190;
  color: #fff;
  height: 242px;
  width: 242px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  padding-bottom: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  letter-spacing: 0;
  right: 50%;
  z-index: -1;
  margin-right: 84px;
}

.ep_ecometer_baloon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 50px;
  border-color: transparent transparent transparent #0b3190;
  position: absolute;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ep_ecometer_baloon span {
  display: block;
  font-size: 42px;
}

.ep_ecometer_baloon span span {
  display: inline-block;
  font-weight: bold;
  font-size: 104px;
  margin: -6px 0 6px;
}

.ep_ecometer_barGraph {
  height: 500px;
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.ep_ecometer_barGraph:before {
  content: "";
  display: block;
  width: 116px;
  height: 108px;
  background: url(../img/graph_icon.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 164px;
  z-index: 2;
}

.ep_ecometer_barGraph:after {
  background: url(../img/graph_empty.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.ep_ecometer_barGraph .ep_goal {
  position: absolute;
  background-color: rgba(11, 49, 144, 0.8);
  color: #fff;
  font-size: 30px;
  text-align: center;
  left: 50%;
  bottom: 76px;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin: auto;
  width: 352px;
  height: 95px;
  z-index: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.ep_ecometer_barGraph .ep_goal.attain {
  opacity: 1;
}

.ep_ecometer_barGraph .ep_goal small {
  font-size: 22px;
  margin-top: 10px;
}

.ep_ecometer_barGraph .graph_area {
  width: 160px;
  height: 205px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 38px;
  z-index: 1;
  margin: auto;
  overflow: hidden;
}

.ep_ecometer_barGraph .graph_area:before {
  content: "";
  display: block;
  background: url(../img/scale_full.svg) no-repeat center center;
  -moz-background-size: 98% auto;
       background-size: 98% auto;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0%;
}

.ep_ecometer_barGraph .graph_area .graph_area_cover {
  background: url(../img/scale_cover.svg) no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  -webkit-transition: top 1.5s linear;
  -moz-transition: top 1.5s linear;
  transition: top 1.5s linear;
  z-index: 1;
}

/*----- ECOメーター -----*/
.inviewEco1 {
  width: 0%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}

.ep_balltower_img {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.ep_balltower_img img {
  -moz-box-shadow: 5px 5px 5px #666;
       box-shadow: 5px 5px 5px #666;
}

.ep_ecopass_txt {
  width: 100%;
  margin: 0px auto 0;
  font-size: 18px;
  line-height: 3.0em !important;
  font-weight: 600;
  text-align: center;
  padding: 20px 0 50px;
}

.movie_container {
  width: 560px;
  margin: 0 auto;
  height: 320px;
  padding-bottom: 60px;
}

.movie_container iframe {
  width: 100%;
  height: 100%;
}

.ep_tokuten {
  padding: 50px 0;
  text-align: center;
}

.ep_btn_ecopass {
  margin: 20px auto 0;
  padding: 50px 0 0 0;
  border-top: 4px dotted #000a6c;
}

.ep_btn_ecopass a {
  display: block;
  width: 465px;
  font-size: 20px;
  margin: 0 auto;
  background: #CD1A14;
  border: 3px solid #CD1A14;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_btn_ecopass a:hover {
  background: #FFF;
  color: #CD1A14;
}

/* =ペットボトルからバッグ
-------------------------------------------------------------- */
.ep_ecopass h2.ep_recycling_title {
  display: block;
  width: 100%;
  padding: 50px 0 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.ep_ecopass h2.ep_recycling_title:after {
  position: absolute;
  content: '';
  width: 820px;
  height: 4px;
  border-bottom: 4px dotted #000a6c;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}

.ep_ecopass .ep_recycling_img {
  margin-top: 30px;
  text-align: center;
}

/* =ECOフォトキャンペーン
-------------------------------------------------------------- */
.ep_photo_title {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 100px 0 100px;
}

.ep_photo {
  width: 100%;
  background: url(../img/bg_ep_photo.png) repeat-x left top, url(../img/bg_ep_photo.png) repeat-x left bottom #000a6c;
  padding: 0 0 80px 0;
}

.ep_photobox {
  position: relative;
}

#ep_tab {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  margin: 0 auto;
}

#ep_tab li {
  float: left;
  /* width:492px; */
  width: -webkit-calc((100% - 18px)/4);
  width: -moz-calc((100% - 18px)/4);
  width: calc((100% - 18px)/4);
  height: 50px;
  margin: 0 6px 0 0;
}

#ep_tab li a {
  opacity: 0.6;
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  height: 50px;
  -moz-border-radius: 5px 5px 0 0;
       border-radius: 5px 5px 0 0;
  background: #000a6c;
  text-align: center;
  color: #FFF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 0 0;
}

#ep_tab li:last-of-type {
  margin: 0;
}

#ep_tab li a.active {
  opacity: 1.0;
}

#ep_tabbox {
  width: 100%;
  background: #000a6c;
}

#tabBox1, #tabBox2, #tabBox3 {
  display: none;
}

.ep_season_title {
  padding: 10px 0 30px 20px;
}

.ep_photo h3 {
  font-size: 34px;
  font-weight: 600;
  color: #FFF;
}

.ep_photo h4 {
  display: block;
  padding: 20px 0 10px;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4em;
  color: #FFF;
}

.ep_photo h4 span {
  color: #E8E63F;
  font-size: 32px;
  letter-spacing: 0em;
}

.ep_photo .ep_left .ep_photo_description {
  color: #FFF;
  font-size: 18px;
  padding: 35px 0 0 0;
  line-height: 1.6em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_snsbox {
  padding: 20px 0;
  text-align: center;
}

.ep_photo .ep_left .ep_photo_description2 {
  color: #E8E63F;
  font-size: 26px;
  position: relative;
  padding: 10px 0;
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_photo .ep_left .ep_photo_description2:after {
  display: block;
  content: '';
  position: absolute;
  top: -30px;
  right: -52px;
  width: 72px;
  height: 72px;
  background: url(../img/ep_sign2.svg) no-repeat center center;
}

.ep_present1 {
  position: relative;
  width: 640px;
  padding: 50px 0;
  float: right;
}

.ep_present1:after {
  content: '';
  position: absolute;
  width: 343px;
  height: 343px;
  top: 0px;
  left: -343px;
  background: url(../img/ep_present1.png) no-repeat center center;
}

.ep_present1 h5 {
  display: block;
  width: 100%;
  color: #FFF;
  padding: 20px 0;
  border-bottom: 4px dotted #FFF;
  font-size: 47px;
  font-weight: 700;
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_present1 h5:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 206px;
  height: 55px;
  background: url(../img/ep_label.png) no-repeat center center;
}

.ep_photo .ep_number {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: 120px;
  height: 120px;
  background: #FFF;
  -moz-border-radius: 50%;
       border-radius: 50%;
  color: #E50012;
  text-align: center;
  font-size: 72px;
  line-height: 1 !important;
  font-weight: 600;
  color: #E50012;
  padding: 15px 0 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_photo .ep_number span {
  font-size: 28px;
  font-weight: 600;
}

.ep_campaign_txt {
  color: #FFF;
  width: 410px;
  font-size: 18px;
  padding: 20px 0 0 0;
  line-height: 1.6em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comingsoon {
  text-align: center;
  color: #FFF;
  padding: 150px 0;
  font-size: 72px;
  font-weight: 700;
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.season1 .end_txt, .season2 .end_txt, .season3 .end_txt, .season4 .end_txt {
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 30px;
  color: #E8E63F;
}

.season2 {
  position: relative;
  padding: 0 0 100px 20px;
}

.season2 .ep_season_title {
  padding: 10px 0 47px;
  width: 840px;
}

.season2 .ep_season_title img {
  width: 100%;
}

.season2 .txt01 {
  font-size: 44px;
  letter-spacing: 4px;
  padding-bottom: 20px;
  line-height: 1.2;
}

.season2 .txt02 {
  color: #eeec3e;
  font-size: 26px;
}

.season2 .img01 {
  position: absolute;
  top: 160px;
  right: 0;
}

.season2 .application {
  padding: 30px 0 40px;
}

.season2 .application .list {
  padding-top: 30px;
}

.season2 .application .list li {
  color: #fff;
  font-size: 22px;
  padding-left: 50px;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.season2 .application .list li::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 36px;
  width: 36px;
  -moz-background-size: contain;
       background-size: contain;
}

.season2 .application .list li:nth-of-type(1)::after {
  background-image: url("../img/ep_soeason2_num1.png");
}

.season2 .application .list li:nth-of-type(2)::after {
  background-image: url("../img/ep_soeason2_num2.png");
}

.season2 .application .list li:nth-of-type(3)::after {
  background-image: url("../img/ep_soeason2_num3.png");
}

.season2 .application .sns_link {
  margin-top: 15px;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  -moz-box-align: center;
       align-items: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
}

.season2 .application .sns_link a {
  margin-right: 30px;
  display: inline-block;
  width: 170px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.season2 .application .sns_link a:hover {
  opacity: 0.7;
}

.season2 .application .sns_link a:last-of-type {
  width: 210px;
}

.season2 .application .sns_link a img {
  width: 100%;
}

.season2 .application .caution {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.season2 .present {
  position: relative;
}

.season2 .present .tag_img02 {
  position: absolute;
  top: 10px;
}

.season2 .present .product_list {
  padding-top: 30px;
}

.season2 .present .product_list li {
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  -moz-box-align: center;
       align-items: center;
  -ms-flex-align: center;
  /*IE10*/
  -webkit-box-align: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center;
  /* Safari6.1以降 */
  padding: 20px 0;
  border-bottom: 5px dotted #fff;
}

.season2 .present .product_list li:last-of-type {
  border-bottom: none;
}

.season2 .present .product_list li .left_txt p {
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: bold;
}

.season2 .present .product_list li .left_txt small {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  margin-top: 7px;
  letter-spacing: 3px;
}

.season2 .present .product_list li .right_contents {
  position: relative;
}

.season2 .present .product_list li .right_contents .many_people {
  font-size: 28px;
  position: absolute;
  top: 0;
  left: -100px;
  width: 120px;
  height: 120px;
  background: #FFF;
  -moz-border-radius: 50%;
       border-radius: 50%;
  color: #E50012;
  text-align: center;
  line-height: 1 !important;
  font-weight: 600;
  color: #E50012;
  padding: 18px 0 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.season2 .present .product_list li .right_contents .many_people .big_character {
  font-size: 68px;
}

.season2 .present .product_list li .right_contents figure {
  position: relative;
  z-index: 1;
}

.season2 .present .caution_area {
  border: 1px solid #fff;
  padding: 25px 30px;
  margin-top: 30px;
}

.season2 .present .caution_area * {
  color: #fff;
}

.season2 .present .caution_area h5 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

.season2 .present .caution_list {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.season2 .present .caution_list {
  text-indent: -1em;
  padding-left: 1em;
}

.season3, .season4 {
  padding: 0 0 100px 20px;
  position: relative;
}

.season3 .ep_season_title, .season4 .ep_season_title {
  margin: 0 auto;
  padding: 10px 0 47px;
  width: 969px;
}

.season3 .ep_season_title img, .season4 .ep_season_title img {
  width: 100%;
}

.season3 .txt01, .season4 .txt01 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.season3 .txt02, .season4 .txt02 {
  color: #eeec3e;
  font-size: 26px;
  font-weight: bold;
}

.season3 .img01, .season4 .img01 {
  position: absolute;
  right: 0;
  top: 130px;
}

.season3 .application, .season4 .application {
  padding: 30px 0 40px;
}

.season3 .application .caution, .season4 .application .caution {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}

.season3 .flow, .season4 .flow {
  margin-top: 35px;
}

.season3 .flow .step_list, .season4 .flow .step_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.season3 .flow .step_list > li, .season4 .flow .step_list > li {
  background: #fff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px 20px;
  width: 320px;
}

.season3 .flow .step_list > li + li, .season4 .flow .step_list > li + li {
  margin-left: 8px;
}

.season3 .flow .step_list > li .step_ttl, .season4 .flow .step_list > li .step_ttl {
  color: #113775;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 20px;
  text-align: center;
}

.season3 .flow .step_list > li .step_txt01, .season4 .flow .step_list > li .step_txt01 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

.season3 .flow .step_list > li .step_txt02, .season4 .flow .step_list > li .step_txt02 {
  color: #000;
  font-size: 14px;
}

.season3 .flow .step_list > li .step_txt02 em, .season4 .flow .step_list > li .step_txt02 em {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

.season3 .flow .step_list > li .detail_list, .season4 .flow .step_list > li .detail_list {
  margin-bottom: 10px;
}

.season3 .flow .step_list > li .detail_list li, .season4 .flow .step_list > li .detail_list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.season3 .flow .step_list > li .detail_list li + li, .season4 .flow .step_list > li .detail_list li + li {
  margin-top: 10px;
}

.season3 .flow .step_list > li .arrow01, .season4 .flow .step_list > li .arrow01 {
  margin: 20px 0 22px;
  text-align: center;
}

.season3 .flow .step_list > li .arrow02, .season4 .flow .step_list > li .arrow02 {
  margin: 15px 0 15px;
  text-align: center;
}

.season3 .flow .step_list > li .btn + .btn, .season4 .flow .step_list > li .btn + .btn {
  margin-top: 10px;
}

.season3 .flow .step_list > li .box_complete, .season4 .flow .step_list > li .box_complete {
  background: #113775;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 22px 0;
  text-align: center;
}

.season3 .present, .season4 .present {
  position: relative;
}

.season3 .present .tag_img02, .season4 .present .tag_img02 {
  position: absolute;
  top: 10px;
}

.season3 .present .product_list, .season4 .present .product_list {
  padding-top: 30px;
}

.season3 .present .product_list li, .season4 .present .product_list li {
  border-bottom: 5px dotted #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.season3 .present .product_list li:last-of-type, .season4 .present .product_list li:last-of-type {
  border-bottom: none;
}

.season3 .present .product_list li .left_txt p, .season4 .present .product_list li .left_txt p {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 4px;
}

.season3 .present .product_list li .left_txt small, .season4 .present .product_list li .left_txt small {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-top: 7px;
}

.season3 .present .product_list li .right_contents, .season4 .present .product_list li .right_contents {
  position: relative;
}

.season3 .present .product_list li .right_contents .many_people, .season4 .present .product_list li .right_contents .many_people {
  background: #FFF;
  -moz-border-radius: 50%;
       border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #E50012;
  font-size: 28px;
  font-weight: 600;
  height: 120px;
  left: -100px;
  line-height: 1 !important;
  padding: 18px 0 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 120px;
  z-index: 0;
}

.season3 .present .product_list li .right_contents .many_people .big_character, .season4 .present .product_list li .right_contents .many_people .big_character {
  font-size: 68px;
}

.season3 .present .product_list li .right_contents figure, .season4 .present .product_list li .right_contents figure {
  position: relative;
  z-index: 1;
}

.season3 .present .caution_area, .season4 .present .caution_area {
  border: 1px solid #fff;
  margin-top: 30px;
  padding: 25px 30px;
}

.season3 .present .caution_area *, .season4 .present .caution_area * {
  color: #fff;
}

.season3 .present .caution_area h5, .season4 .present .caution_area h5 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.season3 .present .caution_list, .season4 .present .caution_list {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.season4 .ep_season_title {
  width: 799px;
  margin-left: 0;
}

.season4 .img01 {
  position: absolute;
  right: 0;
  top: 166px;
}

.season4 .present .product_list li .right_contents .many_people {
  -moz-border-radius: 100%;
       border-radius: 100%;
  left: -120px;
}

/* =応募方法
-------------------------------------------------------------- */
.ep_oubo h2 {
  display: block;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  width: 0 auto;
  padding: 35px 0;
}

.ep_oubo h2 img {
  display: block;
  margin: 0 auto;
}

.ep_kikan {
  width: 500px;
  margin: 0 auto;
  border: 2px solid #000a6c;
  font-size: 18px;
  font-weight: 600;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_kikan dt {
  float: left;
  width: 146px;
  color: #FFF;
  background: #000a6c;
  padding: 18px 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_kikan dd {
  float: right;
  width: 350px;
  color: #000a6c;
  padding: 18px 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_oubo h3 {
  display: block;
  text-align: center;
  width: 0 auto;
  padding: 35px 0 10px;
}

.ep_oubobox {
  width: 880px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 18px solid #000a6c;
}

.ep_ouboflow {
  background: #000a6c;
  color: #FFF;
  font-size: 16px;
  padding: 0 0 20px 0;
  line-height: 1.6em;
  font-family: "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_ouboflow li {
  float: left;
  width: 33.3333%;
  height: 76px;
  padding: 0 10px 18px 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_ouboflow li:nth-of-type(1) {
  background: url(../img/ep_flow_1.svg) no-repeat left center;
}

.ep_ouboflow li:nth-of-type(2) {
  background: url(../img/ep_flow_2.svg) no-repeat left center;
}

.ep_ouboflow li:nth-of-type(3) {
  background: url(../img/ep_flow_3.svg) no-repeat left center;
}

.ep_oubocontents {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_oubocontents li {
  float: left;
  position: relative;
  width: 33.3333%;
  padding: 15px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_oubocontents li:nth-of-type(1):after, .ep_oubocontents li:nth-of-type(2):after {
  content: '';
  width: 42px;
  height: 274px;
  background: url(../img/ep_sign2.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: -21px;
}

.ep_application div {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.ep_application div:nth-of-type(1) {
  padding: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_application div img {
  width: 100%;
  display: block;
}

.ep_directmessage {
  width: 662px;
  margin: 0 auto;
  padding: 30px 0;
}

/* =注意事項
-------------------------------------------------------------- */
.ep_attention {
  width: 680px;
  margin: 0 auto;
}

.ep_attention h2 {
  display: block;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  width: 0 auto;
  padding: 35px 0 15px;
  border-bottom: 4px dotted #000a6c;
}

.ep_attention ul {
  padding: 20px 0;
}

.ep_attention li {
  list-style: square;
  margin: 10px 0 10px 30px;
  font-size: 16px;
  color: #000;
  line-height: 1.6em;
  font-family: "Noto Sans JP",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ep_attention p {
  font-size: 36px;
  font-weight: 800;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =アニメーション設定
-------------------------------------------------------------- */
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  4% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  12% {
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  4% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  12% {
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  4% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  12% {
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  15% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

footer {
  width: 100%;
  padding: 50px 0;
}

footer .btn_foot {
  display: block;
  width: 870px;
  background: #000a6c;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .btn_foot:hover {
  opacity: 0.6;
}

#page-top {
  z-index: 10;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 156px;
  height: 54px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top:hover {
  -webkit-opacity: 0.7;
  opacity: 0.7;
}

/*meter.php*/
#container2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #000a6c;
  padding: 30px 0 0 0;
  font-family: 'Noto Sans JP', YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container2 .ep_contents {
  width: 100%;
}

.chart-doughnut-01 {
  text-align: center;
  position: relative;
}

.chart-doughnut-01 p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
  background-color: #000a6c;
  color: #fff;
  font-size: 22px;
  padding: 7px 0;
  opacity: 0;
}

.btn_close {
  display: block;
  width: 870px;
  height: 70px;
  background: url(../img/foot_close.png) no-repeat center center #000a6c;
  margin: 0 auto;
  padding: 20px 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-moz-keyframes fade {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: transparent;
  }
}

@keyframes fade {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: transparent;
  }
}

@-webkit-keyframes fade {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(0, 0, 0, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
