/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:after, *:before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

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

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

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .bg-sp-r {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bg-pc-r {
    display: none;
  }
}

html,
body,
.bg-video {
  width: 100%;
  height: 100%;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -300;
}

.bg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "HiraKakuPro-W6", "MS UI Gothic", sans-serif;
  color: #fcfcfc;
}

::selection {
  color: #f4f4f4;
  background: #e60012;
  text-shadow: none;
}

section {
  padding: 10.41667vw 0;
  position: relative;
  background-color: #0c0c0c;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  section {
    margin: 0 auto;
    padding: 6.01504vh 0;
    width: 57.74436vh;
  }
}

.btn {
  margin-top: 2.60417vw;
  display: block;
  width: 100%;
  height: 20.83333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffb00e;
}

@media screen and (min-width: 769px) {
  .btn {
    margin-top: 1.50376vh;
    height: 12.03008vh;
  }
}

.btn h3 {
  font-size: 9.375vw;
  color: #0c0c0c;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn h3 {
    font-size: 5.41353vh;
  }
}

.btn .arrow {
  width: 3.64583vw;
  height: 2.60417vw;
  position: absolute;
  top: 50%;
  right: 5.20833vw;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn .arrow {
    width: 2.10526vh;
    height: 1.50376vh;
    right: 3.00752vh;
  }
}

.default_inner {
  margin: 0 auto;
  width: 89.58333vw;
}

@media screen and (min-width: 769px) {
  .default_inner {
    width: 51.72932vh;
  }
}

.default_inner_top {
  margin: 0 auto;
  padding: 10.41667vw 0;
  width: 89.58333vw;
}

@media screen and (min-width: 769px) {
  .default_inner_top {
    padding: 6.01504vh 0;
    width: 51.72932vh;
  }
}

.bottom_ber {
  width: 100%;
  height: 5.20833vw;
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .bottom_ber {
    margin: 0 auto;
    width: 57.74436vh;
    height: 3.00752vh;
  }
}

.bottom_ber .ber {
  width: 104.94792vw;
  max-width: none;
  height: 2.60417vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  .bottom_ber .ber {
    width: 60.6015vh;
    height: 1.50376vh;
  }
}

.bg_white {
  background-color: #fcfcfc;
}

.list li {
  display: flex;
}

.list li .list_style {
  flex-shrink: 0;
}

.desc {
  font-size: 3.64583vw;
  font-weight: bold;
  line-height: 1.8;
  color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  .desc {
    font-size: 2.10526vh;
  }
}

.weight_normal {
  font-weight: normal;
}

.method_title {
  margin-top: 3.77604vw;
  width: 19.14062vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .method_title {
    margin-top: 2.18045vh;
    width: 11.05263vh;
    height: 3.38346vh;
  }
}

.period_title {
  margin-top: 3.77604vw;
  width: 46.35417vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .period_title {
    margin-top: 2.18045vh;
    width: 26.76692vh;
    height: 3.38346vh;
  }
}

.note_title {
  margin-top: 3.77604vw;
  width: 19.53125vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .note_title {
    margin-top: 2.18045vh;
    width: 11.2782vh;
    height: 3.38346vh;
  }
}

.list {
  margin-top: 2.47396vw;
}

@media screen and (min-width: 769px) {
  .list {
    margin-top: 1.42857vh;
  }
}

.list li {
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .list li {
    margin-top: 0.75188vh;
  }
}

.list li .list_style_img {
  margin-top: 1.30208vw;
  margin-right: 1.95312vw;
  width: 4.16667vw;
  height: 4.16667vw;
}

@media screen and (min-width: 769px) {
  .list li .list_style_img {
    margin-top: 0.75188vh;
    margin-right: 1.12782vh;
    width: 2.40602vh;
    height: 2.40602vh;
  }
}

.list li p {
  font-size: 3.64583vw;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .list li p {
    font-size: 2.10526vh;
  }
}

.list li .weight_normal {
  font-weight: normal;
}

.list li .font_red {
  color: #e60012;
}

.campaign_content {
  padding: 5.20833vw;
  height: 0;
  display: none;
  overflow: hidden;
  background-color: #ebebeb;
}

@media screen and (min-width: 769px) {
  .campaign_content {
    padding: 3.00752vh;
  }
}

.campaign_content .gift_title {
  width: 19.01042vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .campaign_content .gift_title {
    width: 10.97744vh;
    height: 3.38346vh;
  }
}

.campaign_content .desc {
  margin-top: 2.47396vw;
}

@media screen and (min-width: 769px) {
  .campaign_content .desc {
    margin-top: 1.42857vh;
  }
}

.campaign_content a {
  position: relative;
}

.campaign_content a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #0c0c0c;
}

#header_area {
  background-color: #fcfcfc;
}

@media screen and (min-width: 769px) {
  #header_area {
    margin: 0 auto;
    width: 57.74436vh;
  }
}

#header_area .header_box {
  padding: 5.20833vw;
  width: 100%;
  height: 147.13542vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header_area .header_box {
    padding: 3.00752vh;
    height: 84.96241vh;
  }
}

#header_area .header_box .header_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#header_area .header_box .header_link li {
  flex-shrink: 0;
}

#header_area .header_box .header_link li .top_logo_img {
  width: 26.30208vw;
  height: 18.22917vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_link li .top_logo_img {
    width: 15.18797vh;
    height: 10.52632vh;
  }
}

#header_area .header_box .header_title_box {
  position: relative;
}

#header_area .header_box .header_title_box a {
  margin-top: 5.20833vw;
  height: 51.5625vw;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box a {
    margin-top: 3.00752vh;
    height: 29.77444vh;
  }
}

#header_area .header_box .header_title_box a .header_title {
  width: 91.92708vw;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box a .header_title {
    width: 53.08271vh;
  }
}

#header_area .header_box .header_title_box .collaboration {
  margin: 5.20833vw auto 0 auto;
  width: 70.05208vw;
  height: 7.03125vw;
  display: block;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box .collaboration {
    margin: 3.00752vh auto 0 auto;
    width: 40.45113vh;
    height: 4.06015vh;
  }
}

#header_area .header_box .header_img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 0;
}

#header_area .header_box .index_header_img {
  width: 82.29167vw;
  height: 57.94271vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .index_header_img {
    width: 47.5188vh;
    height: 33.45865vh;
  }
}

#header_area .header_box .form_header_img {
  width: 100vw;
  height: 46.875vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .form_header_img {
    width: 57.74436vh;
    height: 27.06767vh;
  }
}

#header_area .header_box .last_mission_header_img {
  display: none;
  width: 89.58333vw;
  height: 58.59375vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .last_mission_header_img {
    width: 51.72932vh;
    height: 33.83459vh;
  }
}

#mission {
  padding: 0;
}

#mission .mission_title {
  width: 100%;
  height: 11.97917vw;
}

@media screen and (min-width: 769px) {
  #mission .mission_title {
    height: 6.91729vh;
  }
}

#mission .mission_01 {
  margin-top: 7.8125vw;
  width: 100%;
  height: 67.1875vw;
}

@media screen and (min-width: 769px) {
  #mission .mission_01 {
    margin-top: 4.51128vh;
    height: 38.79699vh;
  }
}

#mission .btn {
  background-color: #6e99c3;
}

#mission .btn h3 {
  font-size: 7.29167vw;
  color: #fcfcfc;
}

@media screen and (min-width: 769px) {
  #mission .btn h3 {
    font-size: 4.21053vh;
  }
}

footer {
  padding: 10.41667vw 5.20833vw 9.11458vw 5.20833vw;
  background-color: #373737;
}

@media screen and (min-width: 769px) {
  footer {
    margin: 0 auto;
    padding: 6.01504vh 3.00752vh;
    width: 57.74436vh;
  }
}

footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .eva_footer_logo {
  width: 24.47917vw;
  height: 11.19792vw;
}

@media screen and (min-width: 769px) {
  footer .eva_footer_logo {
    width: 14.13534vh;
    height: 6.46617vh;
  }
}

footer .scrap_footer_logo {
  margin-left: 5.20833vw;
  width: 19.79167vw;
  height: 11.97917vw;
}

@media screen and (min-width: 769px) {
  footer .scrap_footer_logo {
    margin-left: 3.00752vh;
    width: 11.42857vh;
    height: 6.91729vh;
  }
}

footer .banner_mail {
  margin-top: 10.41667vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  footer .banner_mail {
    margin-top: 6.01504vh;
  }
}

footer p {
  margin-top: 9.11458vw;
  font-size: 3.125vw;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer p {
    margin-top: 5.26316vh;
    font-size: 1.80451vh;
  }
}
/*# sourceMappingURL=main.css.map */