@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

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

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

body {
  color: #170202;
  font-size: 15px;
  font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin: 0;
  background-color: #f4f5f6;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1.75;
}

a {
  color: #377CED;
}
a:hover {
  color: #377CED;
}

main {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

#contents_wrapper {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.mv {
  text-align: center;
  width: 100%;
  position: relative;
}
.mv img {
  width: 100%;
}
.mv img.copy {
  width: 88.267vw;
  margin: 0 auto;
  position: absolute;
  bottom: 10.133vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 635px;
}
@media screen and (min-width: 720px) {
  .mv img.copy {
    bottom: 73px;
  }
}

.headline {
  width: 74.667vw;
  margin: 40px auto 20px;
  max-width: 537px;
}
.step {
  margin-bottom: 9.2vw;
}
.step img {
  display: block;
  margin: 0 auto 4.8vw;
  width: 88.267vw;
  max-width: 635px;
}
@media screen and (min-width: 720px) {
  .step img {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 720px) {
  .step {
    margin-bottom: 66px;
  }
}

.cta {
  width: 100%;
  position: relative;
}
.cta a {
  display: inline-block;
}
.cta a.line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15.733vw;
  width: 88.267vw;
  max-width: 635px;
}
.cta a.line img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .cta a.line {
    top: 113px;
  }
}
.cta a.twitter {
  position: absolute;
  left: 11.2vw;
  top: 44vw;
  width: 37.333vw;
  max-width: 268px;
}
.cta a.twitter img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .cta a.twitter {
    top: 316px;
    left: 80px;
  }
}
.cta a.insta {
  position: absolute;
  right: 11.2vw;
  top: 44vw;
  width: 37.333vw;
  max-width: 268px;
}
.cta a.insta img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .cta a.insta {
    top: 316px;
    right: 80px;
  }
}/*# sourceMappingURL=import.css.map */