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: Noto Sans JP,-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif
}

@media all and (-ms-high-contrast: none) {
  body *::-ms-backdrop, body {
    font-family: Noto Sans JP,-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,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;
}
}




/**************** MENT RECORDING共通フッター ****************/

.footerWrap {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .5);
    padding-top:48px
}

.footerCopy {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .5);
    padding-top:48px
}

.footerWrap .footer {
    margin: 0 auto;
    padding-bottom: 48px;
    position: relative;
    width:calc(100% - 30px)
}

@media screen and (min-width: 768px) {
    .footerWrap .footer {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        max-width:976px
    }
}

.footerWrap .footer:before {
    -webkit-transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width:100vw
}

.footerWrap .footer a {
    color:#000
}

.footerWrap .footerLogo {
    -webkit-transition: all .3s;
    transition: all .3s;
    width:220px
}

@media screen and (max-width: 767px) {
    .footerWrap .footerLogo {
        margin: 0 auto;
        text-align: center;
        width:180px
    }
}

@media screen and (max-width: 767px) {
    .footerWrap .footerLogo:active {
        opacity:.7
    }
}

@media screen and (min-width: 768px) {
    .footerWrap .footerLogo:hover {
        cursor: pointer;
        opacity:.7
    }
}

.footerWrap .footerLogo .footerLogo__img, .footerWrap .footerLogo .footerLogo__link {
    display: block;
    font-size: 100%;
    width:100%
}

.footerWrap .footerSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

@media screen and (min-width: 768px) {
    .footerWrap .footerSns {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content:flex-end
    }
}

@media screen and (max-width: 767px) {
    .footerWrap .footerSns {
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top:26px
    }
}

.footerWrap .footerSns .footerSns__item {
    border: 1px solid #000;
    border-radius: 16px;
    display: block;
    height: 32px;
    width:114px
}

@media screen and (min-width: 768px) {
    .footerWrap .footerSns .footerSns__item {
        margin-left:20px
    }
}

@media screen and (max-width: 767px) {
    .footerWrap .footerSns .footerSns__item {
        margin: 14px 6.5px 0;
        width:100px
    }
}

.footerWrap .footerSns .footerSns__item .footerSns__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: all .3s;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    height: 100%;
    justify-content: center;
    transition: all .3s;
    width:100%
}

@media screen and (max-width: 767px) {
    .footerWrap .footerSns .footerSns__item .footerSns__btn:active {
        opacity:.7
    }
}

@media screen and (min-width: 768px) {
    .footerWrap .footerSns .footerSns__item .footerSns__btn:hover {
        cursor: pointer;
        opacity:.7
    }
}

.footerWrap .footerSns .footerSns__item .footerSns__btn .footerSns__btnIcon {
    margin-right:8px
}

.footerCopy {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-box-sizing: border-box;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    height: 52px;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .footerCopy {
    padding-top: 0;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 0
    }
}

.footerCopy .footerpolicy .footerpolicy__lists {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start
}

.footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list:not(:first-child) {
    margin-left:16px
}

@media screen and (max-width: 767px) {
    .footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list:not(:first-child) {
        margin-left:15px
    }
}

.footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list .footerpolicy__link {
    color: rgba(0, 0, 0, .8);
    font-size: 11px;
    text-decoration:underline
}

@media screen and (max-width: 767px) {
    .footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list .footerpolicy__link {
    font-size: 10px
    }
}

@media screen and (max-width: 767px) {
    .footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list .footerpolicy__link:active {
    opacity: .7;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
}

@media screen and (min-width: 768px) {
    .footerCopy .footerpolicy .footerpolicy__lists .footerpolicy__list .footerpolicy__link:hover {
        cursor: pointer;
        opacity:.7
    }
}

.footerCopy .footercopyright__lists {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end
}

.footerCopy .footercopyright__lists .footercopyright__text {
    color: rgba(0, 0, 0, .8);
    font-size: 11px;
    line-height: 1;
    margin-right:12px
}


@media screen and (max-width: 767px) {
    .footerCopy .footercopyright__lists .footercopyright__text {
    margin-right: 8px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    }
}


@media screen and (max-width: 767px) {
    .footerCopy .footercopyright__lists .footercopyright__logo .footercopyright__logoLink:active .footercopyright__logoImg {
        opacity:.7
    }
}

@media screen and (min-width: 768px) {
    .footerCopy .footercopyright__lists .footercopyright__logo .footercopyright__logoLink:hover {
        cursor:pointer
    }

    .footerCopy .footercopyright__lists .footercopyright__logo .footercopyright__logoLink:hover .footercopyright__logoImg {
        opacity:.7
    }
}

.footerCopy .footercopyright__lists .footercopyright__logo .footercopyright__logoImg {
    -webkit-transition: all .3s;
    height: 22px;
    transition:all .3s
}


.policyWrap {
    margin: 0 auto;
    width:976px
}

@media screen and (max-width: 767px) {
    .policyWrap {
        width:100%
    }
}

.policy__title {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 24px;
    padding-top:48px
}

@media screen and (max-width: 767px) {
    .policy__title {
        font-size:20px
    }
}

.policy__subtitle {
    font-size: 20px;
    line-height: 1.7;
    margin:12px 0
}

.policy__text {
    font-size: 14px;
    line-height: 1.7;
    word-break:break-all
}

.policy__text:not(:first-of-type) {
    margin-top:8px
}

.policy__text.policy__text--idt1 {
    padding-left: 22px;
    text-indent:-22px
}

.policy__text.policy__text--idt2 {
    padding-left: 28px;
    text-indent:-28px
}

.policy__text.policy__text--right {
    text-align:right
}

.policy__textLink {
    color: #0f0eff;
    text-decoration:underline
}

@media screen and (max-width: 767px) {
    .policy__textLink:active {
        opacity:.7
    }
}

@media screen and (min-width: 768px) {
    .policy__textLink:hover {
        cursor: pointer;
        opacity:.7
    }
}

.policy__lists {
    margin:10px 0
}

.policy__lists .policy__list {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 16px;
    position:relative
}

.policy__lists .policy__list:not(:last-child) {
    margin-bottom:2px
}

.policy__lists .policy__list:before {
    background-color: #000;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: 3px;
    position: absolute;
    top: 9px;
    width:4px
}

.policy__lists .policy__listLink {
    color: #0f0eff;
    text-decoration:underline
}

@media screen and (max-width: 767px) {
    .policy__lists .policy__listLink:active {
        opacity:.7
    }
}

@media screen and (min-width: 768px) {
    .policy__lists .policy__listLink:hover {
        cursor: pointer;
        opacity:.7
    }
}

.policy__pdt1 {
    padding-top:48px
}

.policy__mgl1 {
    margin-left:22px
}

.policy__mgl2 {
    margin-left: 28px
}
