html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}
audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}
area{
  border:none;
  outline:none;
}
@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

ul, ol {
  list-style: none
}

a {
  text-decoration: none
}

.wrapper {
  overflow: hidden
}

html {
  background: #ffffff
}

body {
  background: #ffffff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-indent: 0;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif
}

@media all and (-ms-high-contrast: none) {
  body *::-ms-backdrop, body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important
  }
}

img {
  display: block;
  max-width: 100%
}

.js--delay {
  opacity: 0;
  transform: scale(1.125, 1);
  transform-origin: center center;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.js--delay.js--finish {
  opacity: 1;
  transform: scale(1, 1)
}

.loading {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9
}

.loading {
  left: 100%;
  opacity: 0;
  transition: left 0s linear 0.25s, opacity 0.25s linear 0s, visibility 0s linear 0.25s;
  visibility: hidden
}

.loading.js--active {
  left: 0;
  opacity: 1;
  transition: left 0s linear 0s, opacity 0.25s linear 0s, visibility 0s linear 0s;
  visibility: visible
}
.page {
    position: relative;
    width: 750px;
    margin: auto;
    padding: 0 0 100px 0;
    overflow: hidden;
}
@media ( max-width:480px ){
  .page{
    width:100%;
  }
}

.page .pageHeader .pageHeader__h1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 88px 0
}

.page .pageHeader .pageHeader__p {
  width: 100%;
  margin: 0 auto
}
@media (max-width:480px){
.page .pageHeader .pageHeader__p {
  width: 100%;
  margin: 0 auto
}
}
.page .pageMain {
  padding: 0 calc((100% - 750px) / 2) 0 calc((100% - 750px) / 2)
}

.page .pageMain .main {
  display: block
}

.page .pageMain .main .pageMainMovie {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0
}

.page .pageMain .main .pageMainMovie .pageMainMovie__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.page .pageMain .main .pageMainSpecial .pageMainSpecial__h2 {
  padding: 0 0 50px 0;
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 2;
  text-indent: .15em
}

@media all and (-ms-high-contrast: none) {
  .page .pageMain .main .pageMainSpecial .pageMainSpecial__h2 *::-ms-backdrop, .page .pageMain .main .pageMainSpecial .pageMainSpecial__h2 {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important
  }
}

.page .pageMain .main .pageMainSpecial .pageMainSpecial__p {
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2;
  text-indent: .1em
}

@media all and (-ms-high-contrast: none) {
  .page .pageMain .main .pageMainSpecial .pageMainSpecial__p *::-ms-backdrop, .page .pageMain .main .pageMainSpecial .pageMainSpecial__p {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important
  }
}

.page .pageMain .main .pageMainSpecial .pageMainSpecial__img {
  width: 100%;
  margin: 0 auto
}

.pageAvex .pageAvex__a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  padding: 0 20px 0 20px;
  background: url("../images/avex.png") center center no-repeat #004CAC;
  background-size: 45px 45px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-indent: 0
}

@media all and (-ms-high-contrast: none) {
 .pageAvex .pageAvex__a *::-ms-backdrop,  .pageAvex .pageAvex__a {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important
  }
}

@media screen and (max-width: 480px) {
.page .pageHeader .pageHeader__h1 {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
}