@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;
  -webkit-text-size-adjust: 100%;
}

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;
}

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

.pc {
  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: 94%;
  margin: 0 auto;
  position: relative;
}

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

.movie_container {
  width: 90vw;
  height: 55vw;
  margin: 0 auto;
  padding-bottom: 60px;
}

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

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

.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: 30px 0 0 0;
}

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

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

/* =ep_main
-------------------------------------------------------------- */
.ep_main {
  width: 100%;
  background: url(../img/bg_ep_photo.png) repeat-x left top, url(../img/bg_ep_photo.png) repeat-x left bottom #000a6c;
  -moz-background-size: 21px 20px, 21px 20px;
       background-size: 21px 20px, 21px 20px;
}

.ep_titlebox {
  width: 100%;
  padding: 20px 0;
}

.ep_title_layout {
  margin-bottom: 10px;
}

.ep_ribbon {
  width: 100%;
  height: 36px;
  padding: 4px 0 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/ep_ribbon.svg) no-repeat center center;
  -moz-background-size: 270px auto;
       background-size: 270px auto;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.ep_title {
  display: block;
  padding: 0;
}

.ep_title img {
  display: block;
  width: 100%;
}

.ep_description {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.ep_topbox {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.ep_topbox p {
  font-size: 4vw;
  color: #FFF;
}

.ep_captainevent {
  color: #FFEB25;
  font-size: 4vw;
  font-weight: bold;
}

.ep_captain {
  position: absolute;
  top: -50px;
  right: -5px;
  width: 35%;
}

.ep_captain img {
  display: block;
  width: 100%;
}

.ep_garbage {
  width: 100%;
  margin: 20px 0;
}

.ep_garbage img {
  width: 100%;
  height: auto;
}

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

.ep_logomark h2 {
  display: block;
  text-align: center;
  font-size: 4.6vw;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.ep_logomark h2 span {
  font-size: 4vw;
}

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

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

.ep_logomark .red {
  font-size: 4.6vw;
  color: #fc0000;
}

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

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

.ep_pk_title {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 15px;
}

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

.ep_pk_eyecatch {
  position: relative;
  width: 100%;
  padding: 15px 15px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_pk_eyecatch p {
  font-size: 4.4vw;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.ep_pk_eyecatch p:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 49px;
  left: 0;
  top: -36px;
  background: url(../img/ep_goal.svg) no-repeat center center;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.ep_pk_eyecatch p span {
  font-size: 6.4vw;
  color: #fc0000;
}

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

.ep_sorting_eyecatch p {
  font-size: 4.4vw;
  font-weight: 600;
  text-align: center;
}

.ep_chara {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ep_chara img {
  width: auto;
  height: 120px;
}

.ep_petkaishu {
  width: 100%;
  margin-top: 40px;
}

.ep_normal_garbage {
  text-align: left;
  font-size: 4vw;
  padding: 0 0 15px 0;
}

.ep_pk h3 {
  font-size: 6.5vw;
}

.ep_pk h4 {
  display: block;
  font-size: 6.5vw;
  line-height: 1.4em;
  font-weight: 600;
}

.ep_pk p.caution_txt {
  text-align: center;
  font-size: 4vw;
  padding: 0;
  line-height: 2em;
  color: #000a6c;
}

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

.ep_pk .ep_petkaishu_txt h4 {
  font-size: 5.3vw;
}

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

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

.ep_petkaishu_data img {
  max-width: 100%;
}

.ep_petkaishu_data h4 {
  font-size: 6vw;
  text-align: center;
}

.ep_petkaishu_data ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 95%;
  margin: 3vw auto;
}

.ep_petkaishu_data ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 10px;
}

.ep_petkaishu_data .target {
  margin: 4vw 0;
}

.ep_recognize {
  width: 100%;
  margin: 20px auto 0;
}

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

.ep_recognize dt {
  width: 100%;
  height: 63px;
  background: #000a6c;
  text-align: center;
}

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

.ep_recognize dt img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 12px 0 0 0;
}

.ep_recognize dd {
  width: 100%;
  background: #FFF;
  position: relative;
}

.ep_recognize dd p {
  position: relative;
  line-height: 1.5em;
  font-size: 4vw;
  color: #000;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.ep_sorting {
  width: 100%;
  margin: 0 auto;
  padding: 10px 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: 5vw;
  font-weight: 800;
  padding: 20px;
}

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

.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: 100%;
  background: #fff;
  text-align: center;
  -moz-border-radius: 10px;
       border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.ep_sorting ul li:last-child {
  margin-bottom: 0;
}

.ep_sorting ul li strong {
  display: block;
  width: 100%;
  font-size: 6.5vw;
  font-weight: 800;
  padding: 20px 0 10px;
}

.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: auto;
  font-size: 4vw;
  color: #000;
  padding-bottom: 20px;
}

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

/* =エコパス
-------------------------------------------------------------- */
.ep_ecopass h2.ep_ecopass_title {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 6vw;
  line-height: 1.3em;
  font-weight: 600;
  position: relative;
  border-bottom: 4px dotted #000a6c;
}

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

.ep_title_eco1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url(../img/ep_ecopass_ico1.svg) no-repeat center center;
  -moz-background-size: contain;
       background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

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

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

.ep_check {
  font-size: 5vw;
  text-align: center;
  color: #000;
}

.ep_ecometer {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
}

.ep_ecometer_baloon {
  position: absolute;
  background-color: #0b3190;
  color: #fff;
  height: 100px;
  width: 100px;
  -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: 13px;
  padding-bottom: 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  right: 50%;
  z-index: 0;
  margin-right: 40px;
}

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

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

.ep_ecometer_baloon span span {
  display: inline-block;
  font-weight: bold;
  font-size: 34px;
  margin: 2px 0 4px;
}

.ep_ecometer_barGraph {
  height: 250px;
  width: 100px;
  margin: 0 auto;
  position: relative;
}

.ep_ecometer_barGraph:before {
  content: "";
  display: block;
  width: 58px;
  height: 54px;
  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: 82px;
  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: 17px;
  text-align: center;
  left: 50%;
  bottom: 38px;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin: auto;
  width: 220px;
  height: 50px;
  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: 14px;
  margin-top: 5px;
}

.ep_ecometer_barGraph .graph_area {
  width: 80px;
  height: 102px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  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: -1px;
  -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_studium {
  padding: 30px 0 0 0;
}

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

.ep_balltower_img img {
  -moz-box-shadow: 5px 5px 5px #666;
       box-shadow: 5px 5px 5px #666;
  max-width: 100%;
}

.ep_ecopass_txt {
  width: 100%;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  padding: 30px 0;
}

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

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

.ep_btn_ecopass a {
  display: block;
  width: 90%;
  font-size: 16px;
  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: 20px 0 10px;
  text-align: center;
  font-size: 4.5vw;
  line-height: 1.3em;
  font-weight: 600;
  position: relative;
  border-bottom: 4px dotted #000a6c;
}

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

.ep_ecopass .ep_recycling_img img {
  width: 100%;
}

/* =ECOフォトキャンペーン
-------------------------------------------------------------- */
.ep_photo_title {
  width: 100%;
  background: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 60px;
}

.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;
  -moz-background-size: 21px 20px, 21px 20px;
       background-size: 21px 20px, 21px 20px;
  padding: 0 0 20px 0;
}

.ep_photobox {
  position: relative;
}

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

#ep_tab li {
  float: left;
  width: -webkit-calc((100% - 3.999%)/4);
  width: -moz-calc((100% - 3.999%)/4);
  width: calc((100% - 3.999%)/4);
  /* width:49%; */
  height: 40px;
  margin: 0 1.333% 0 0;
}

#ep_tab li a {
  opacity: 0.6;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  -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: 20px 0 10px;
}

.ep_photo h3 {
  display: block;
  padding: 0 0 10px 0;
  font-size: 5.6vw;
  line-height: 1.3em;
  font-weight: 600;
  color: #FFF;
}

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

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

.ep_photo .ep_photo_description {
  color: #FFF;
  font-size: 4vw;
  padding: 10px 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_snsbox img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

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

.ep_present1 {
  position: relative;
  width: 100%;
  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: 6vw;
  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;
  top: 0px;
  right: 0px;
  width: 64px;
  height: 64px;
  background: #FFF;
  -moz-border-radius: 50%;
       border-radius: 50%;
  color: #E50012;
  text-align: center;
  font-size: 32px;
  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: 18px;
  font-weight: 600;
}

.ep_campaign_txt {
  color: #FFF;
  width: 100%;
  font-size: 4vw;
  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: 7vw;
  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: #E8E63F;
  padding-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4.2vw;
}

.season2 * {
  color: #fff;
}

.season2 img {
  width: 100%;
}

.season2 .ttl_img01 {
  padding: 20px 0 15px;
}

.season2 .txt01 {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.season2 .txt02 {
  font-weight: bold;
  line-height: 1.3;
  font-size: 4.5vw;
  color: #eeec3e;
}

.season2 .ttl_img02 {
  width: 88%;
  margin: 13px auto;
}

.season2 .application {
  margin: 20px 0;
}

.season2 .application .tag, .season2 .present .tag {
  margin: 0 auto;
  width: 64%;
}

.season2 .application .list {
  margin: 20px 0;
}

.season2 .application .list li {
  padding-left: 1.7em;
  position: relative;
  font-size: 5vw;
  line-height: 1.5;
  margin-bottom: 12px;
}

.season2 .application .list li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.3vw;
  height: 7vw;
  width: 7vw;
  -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_area {
  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: center;
       justify-content: center;
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-box-pack: center;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: center;
  /* Safari6.1以降 */
  margin-left: -1.7em;
}

.season2 .application .sns_area a {
  display: block;
  width: 38%;
  margin: 3vw;
}

.season2 .application .sns_area a:last-of-type {
  width: 43%;
}

.season2 .application .caution_txt {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4.6vw;
}

.season2 .present {
  margin: 30px 0;
}

.season2 .present .list .product_name {
  font-size: 6vw;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: 0.7vw solid #e9e81f;
  padding-bottom: 3vw;
}

.season2 .present .list .product_name small {
  display: block;
  font-size: 4.4vw;
  line-height: 1.4;
}

.season2 .present .list li {
  border-bottom: 2vw dotted #fff;
  padding-bottom: 7vw;
}

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

.season2 .present .img_area {
  position: relative;
  margin-top: 16vw;
}

.season2 .present .img_area figure {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.season2 .present .img_area .number {
  font-size: 13vw;
  font-weight: bold;
  position: absolute;
  top: -9vw;
  left: 0;
  background-color: #fff;
  color: #e60013;
  height: 25vw;
  width: 28vw;
  text-align: center;
  -moz-border-radius: 100%;
       border-radius: 100%;
  padding-top: 3vw;
  z-index: 0;
}

.season2 .present .img_area .number small {
  font-size: 7vw;
  color: #e60013;
}

.season2 .caution_area {
  border: 1px solid #fff;
  padding: 5vw 3vw;
  margin-bottom: 20vw;
}

.season2 .caution_area h5 {
  font-size: 5vw;
  margin-bottom: 3vw;
}

.season2 .caution_area .caution_list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 2vw;
  font-size: 4.4vw;
}

.season2 .caution_area .caution_list li:last-of-type {
  margin: 0;
}

.season3, .season4 {
  color: #fff;
}

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

.season3 .ttl_img01, .season4 .ttl_img01 {
  padding: 20px 0 15px;
}

.season3 .txt01, .season4 .txt01 {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.season3 .txt02, .season4 .txt02 {
  color: #eeec3e;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.3;
}

.season3 .ttl_img02, .season4 .ttl_img02 {
  margin: 13px auto;
  width: 88%;
}

.season3 .application, .season4 .application {
  margin: 20px 0;
}

.season3 .application .tag, .season4 .application .tag {
  margin: 0 auto;
  width: 50%;
}

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

.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 10%;
  width: 100%;
}

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

.season3 .flow .step_list > li .step_ttl, .season4 .flow .step_list > li .step_ttl {
  color: #113775;
  font-size: 6vw;
  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: 4.5vw;
  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: 3.8vw;
}

.season3 .flow .step_list > li .step_txt02 em, .season4 .flow .step_list > li .step_txt02 em {
  font-size: 4.5vw;
  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 .arrow, .season4 .flow .step_list > li .arrow {
  margin: 10px auto 18px;
  width: 28px;
}

.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: 6vw;
  font-weight: bold;
  padding: 22px 0;
  text-align: center;
}

.season3 .present, .season4 .present {
  margin: 30px 0;
}

.season3 .present .tag, .season4 .present .tag {
  margin: 0 auto;
  width: 50%;
}

.season3 .present .list .product_name, .season4 .present .list .product_name {
  border-bottom: 0.7vw solid #e9e81f;
  font-size: 6vw;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 3vw;
}

.season3 .present .list .product_name small, .season4 .present .list .product_name small {
  display: block;
  font-size: 4.4vw;
  line-height: 1.4;
}

.season3 .present .list li, .season4 .present .list li {
  border-bottom: 2vw dotted #fff;
  padding-bottom: 7vw;
}

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

.season3 .present .img_area, .season4 .present .img_area {
  margin-top: 16vw;
  position: relative;
}

.season3 .present .img_area figure, .season4 .present .img_area figure {
  margin: 0 auto;
  position: relative;
  width: 75%;
  z-index: 1;
}

.season3 .present .img_area .number, .season4 .present .img_area .number {
  background-color: #fff;
  -moz-border-radius: 100%;
       border-radius: 100%;
  color: #e60013;
  font-size: 13vw;
  font-weight: bold;
  height: 25vw;
  left: 0;
  padding-top: 3vw;
  position: absolute;
  text-align: center;
  top: -9vw;
  width: 28vw;
  z-index: 0;
}

.season3 .present .img_area .number small, .season4 .present .img_area .number small {
  color: #e60013;
  font-size: 7vw;
}

.season3 .caution_area, .season4 .caution_area {
  border: 1px solid #fff;
  margin-bottom: 20vw;
  padding: 5vw 3vw;
}

.season3 .caution_area h5, .season4 .caution_area h5 {
  font-size: 5vw;
  margin-bottom: 3vw;
}

.season3 .caution_area .caution_list li, .season4 .caution_area .caution_list li {
  font-size: 4.4vw;
  line-height: 1.3;
  margin-bottom: 2vw;
  padding-left: 1em;
  text-indent: -1em;
}

.season3 .caution_area .caution_list li:last-of-type, .season4 .caution_area .caution_list li:last-of-type {
  margin: 0;
}

.season4 .present .list li .img_area .number {
  border: 1px solid #b8b8b8;
  z-index: 2;
}

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

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

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

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

.ep_kikan dd {
  width: 100%;
  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: 25px 0 10px;
}

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

.ep_ouboflow {
  background: #000a6c;
  color: #FFF;
  font-size: 4vw;
  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 {
  position: relative;
}

.ep_ouboflow li .ep_sns_flow_title {
  width: 100%;
  padding: 10px 10px 18px 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ep_ouboflow li .ep_sns_flow_title2 {
  width: 100%;
  padding: 60px 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 top;
}

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

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

.ep_ouboflow li:nth-of-type(1):after, .ep_ouboflow li:nth-of-type(2):after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 50%;
  width: 100%;
  height: 34px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/ep_flowsign.svg) no-repeat center top;
  -moz-background-size: 100% 34px;
       background-size: 100% 34px;
}

.ep_sns_flow_box {
  width: 100%;
  background: #FFF;
  text-align: center;
  font-size: 3.8vw;
  color: #000;
  padding: 15px 0;
  line-height: 1.6em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.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: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

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

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

.ep_attention ul {
  padding: 20px 0 0 0;
}

.ep_attention li {
  list-style: square;
  margin: 10px 10px 10px 30px;
  font-size: 4vw;
  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: 5vw;
  font-weight: 800;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  width: 100%;
  padding: 10px 0 30px;
}

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

footer .btn_foot img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

footer .btn_foot:hover {
  opacity: 0.6;
}

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

#page-top img {
  width: 100%;
  height: auto;
}

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

@-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;
  }
}
