@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  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,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input, select {
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
  .tab_display {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
body {
  background: #000;
}
@media screen and (min-width: 481px) {
  body {
    position: relative;
    z-index: 0;
  }
  body:before {
    content: '';
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    z-index: -1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
}

.wrapper {
  max-width: 480px;
  margin-inline: auto;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 20px;
  max-width: 480px;
}

.main-v .container {
  padding: 0;
}
.main-v video {
  width: 100%;
  height: 120vw;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 481px) {
  .main-v video {
    height: 576px;
  }
}
.main-v figure {
  padding: 15px;
  position: absolute;
  top: calc(50% - 70vw);
}
@media screen and (min-width: 481px) {
  .main-v figure {
    top: 120px;
    max-width: 480px;
  }
}

.btn_box a {
  display: block;
  width: 340px;
  animation: btn_animation 2s infinite;
}

@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.cta-area1 {
  position: relative;
}
.cta-area1 .container {
  text-align: center;
  position: absolute;
  top: -48px;
  padding: 15px;
}
.cta-area1 .container a {
  width: 340px;
  display: inline-block;
  margin-bottom: 10px;
  margin-inline: auto;
}

.cta-area2 {
  position: relative;
}
.cta-area2 video {
  width: 100%;
  height: 55vw;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 481px) {
  .cta-area2 video {
    height: 265px;
  }
}
.cta-area2 .container {
  position: absolute;
  top: 0vw;
  padding: 15px;
  text-align: center;
}
.cta-area2 .container h2 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 481px) {
  .cta-area2 .container h2 {
    margin-bottom: 20px;
  }
}
.cta-area2 .container a {
  width: 340px;
  display: inline-block;
  margin-bottom: 5vw;
  margin-inline: auto;
}
@media screen and (min-width: 481px) {
  .cta-area2 .container a {
    margin-bottom: 20px;
  }
}
