@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  color: #FFF;
  font-size: 3.2%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.5em;
  line-height: 1.6;
  background: #9BAFA8;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #203A59;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 780px) {
  a:hover {
    text-decoration: none;
  }
}

.spHdn {
  display: none !important;
}

.pcHdn {
  display: block !important;
}

* {
  box-sizing: border-box;
}

@media (min-width: 780px) {
  body {
    font-size: 1.5rem;
  }
  body.is-fixed {
    overflow: hidden;
  }
  .spHdn {
    display: block !important;
  }
  .pcHdn {
    display: none !important;
  }
}
#contents {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

section {
  padding: 0 6.6666666667vw;
}
@media (min-width: 780px) {
  section {
    padding: 0 50px;
  }
}
section .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 780px;
}
section.pd {
  padding-top: 17.3333333333vw;
  padding-bottom: 17.3333333333vw;
}
@media (min-width: 780px) {
  section.pd {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
section.full {
  width: 100%;
  max-width: 750px;
  padding: 0;
}
section.full .inner {
  max-width: initial;
}
section p {
  margin: 0;
}

.entry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 24.8vw;
  height: 24.8vw;
  border-radius: 12.4vw;
  background: #214292;
}
@media (min-width: 780px) {
  .entry {
    width: 186px;
    height: 186px;
  }
}
.entry > span {
  color: #ffff00;
  font-weight: 600;
}
.entry > span:first-of-type {
  font-size: 4.8vw;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media (min-width: 780px) {
  .entry > span:first-of-type {
    font-size: 36px;
  }
}
.entry > span:last-of-type {
  font-size: 2.8vw;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media (min-width: 780px) {
  .entry > span:last-of-type {
    font-size: 21px;
  }
}

.comBtn a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal !important;
  font-family: "Sulphur Point", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 600;
  width: 18.2666666667vw;
  height: 7.4666666667vw;
  text-align: center;
  border: 1px solid #FFF;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1.3333333333vw 0;
  box-sizing: border-box;
  color: #FFF;
}
@media (min-width: 780px) {
  .comBtn a {
    font-size: 22px;
    width: 137px;
    height: 56px;
    padding: 10px 0;
  }
}
.comBtn embed {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  height: 4.4vw;
  margin-left: 0.7em;
  margin-bottom: 0.2em;
}
@media (min-width: 780px) {
  .comBtn embed {
    height: 33px;
  }
}

.headLine01 {
  font-family: "Sulphur Point", sans-serif;
  font-size: 5.8666666667vw;
  color: #ffff00;
  text-align: center;
  font-weight: 600;
  margin: 0 0 1.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media (min-width: 780px) {
  .headLine01 {
    font-size: 44px;
  }
}

.btn {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 780px) {
  .btn {
    margin-bottom: 100px;
  }
}
.btn a {
  padding: 2.6666666667vw 0;
  width: auto;
  margin: 0 auto 9.3333333333vw;
  font-size: 2.9333333333vw;
  display: block;
  text-align: center;
  border: 1px solid #FFF;
  position: relative;
  color: #FFF;
  line-height: 1.2;
}
@media (min-width: 780px) {
  .btn a {
    padding: 20px 0;
    margin: 0 auto 70px;
    font-size: 22px;
  }
}
.btn .en {
  display: block;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 600;
  font-size: 4vw;
}
@media (min-width: 780px) {
  .btn .en {
    font-size: 30px;
  }
}
.btn .info {
  display: block;
  font-size: 2.9333333333vw;
  letter-spacing: 1.54px;
}
@media (min-width: 780px) {
  .btn .info {
    font-size: 22px;
  }
}
.btn a:before {
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../images/icon01.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  filter: brightness(0) invert(1);
}

.contactBox {
  position: relative;
}
.contactBox a, .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.1333333333vw;
  height: 16vw;
  margin: 0 auto;
  border-radius: 8vw;
  cursor: pointer;
}
@media (min-width: 780px) {
  .contactBox a, .contactBox div.close {
    width: 646px;
    height: 120px;
  }
}
.contactBox a {
  font-weight: 600;
  background: #ffff00;
}
.contactBox a:before {
  position: absolute;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../images/icon01.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
}
.contactBox a span {
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #214292;
}
@media (min-width: 780px) {
  .contactBox a span {
    font-size: 26px;
  }
}
.contactBox div.close {
  background: #626161;
}

#mv {
  position: relative;
  background: url("../images/ph_mv.png") no-repeat center top/contain;
  height: 177.8666666667vw;
  max-height: 1334px;
}
@media (min-width: 780px) {
  #mv {
    height: 1334px;
  }
}
#mv .layer {
  position: absolute;
  width: 100vw;
  height: 189.2vw;
  z-index: 100;
}
@media (min-width: 780px) {
  #mv .layer {
    width: 750px;
    height: 1419px;
    min-height: initial;
  }
}
#mv .layer .svg-wrapper {
  position: relative;
  width: 100%;
  max-width: 750px; /* PC上限 */
  height: auto; /* 高さは後でJSで計算 */
  overflow: hidden;
  top: 1.3333333333vw;
}
@media (min-width: 780px) {
  #mv .layer .svg-wrapper {
    overflow: visible;
  }
}
#mv .layer .icon {
  position: absolute;
  display: block;
}
#mv .inner {
  position: relative;
  z-index: 110;
  min-height: 177.8666666667vw;
  padding-top: 7.3333333333vw;
}
@media (min-width: 780px) {
  #mv .inner {
    padding-top: 55px;
    min-height: initial;
    height: 1334px;
  }
}
#mv .inner .logo {
  width: 52.2666666667vw;
  max-width: 392px;
  margin: 0 auto 1.3333333333vw;
}
@media (min-width: 780px) {
  #mv .inner .logo {
    margin: 0 auto 10px;
  }
}
#mv .inner .title {
  width: 79.7333333333vw;
  max-width: 598px;
  margin: 0 auto 1.3333333333vw;
}
@media (min-width: 780px) {
  #mv .inner .title {
    margin: 0 auto 10px;
  }
}
#mv .inner .date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: "Sulphur Point", sans-serif;
  color: #214292;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.6666666667vw;
}
@media (min-width: 780px) {
  #mv .inner .date {
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}
#mv .inner .date > span {
  display: inline-block;
  font-size: 9.7333333333vw;
  font-weight: 600;
}
@media (min-width: 780px) {
  #mv .inner .date > span {
    font-size: 73px;
  }
}
#mv .inner .date > span:last-of-type {
  font-size: 5.7333333333vw;
  margin-left: 0.3em;
  padding-bottom: 0.3em;
}
@media (min-width: 780px) {
  #mv .inner .date > span:last-of-type {
    font-size: 43px;
  }
}
#mv .inner .time {
  font-family: "Sulphur Point", sans-serif;
  color: #214292;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.2666666667vw;
}
@media (min-width: 780px) {
  #mv .inner .time {
    margin-bottom: 17px;
    letter-spacing: 0.1em;
  }
}
#mv .inner .time > span {
  font-size: 3.4666666667vw;
}
@media (min-width: 780px) {
  #mv .inner .time > span {
    font-size: 26px;
  }
}
#mv .inner .time > span:first-of-type {
  font-weight: 600;
}
#mv .inner .time > span:last-of-type {
  font-size: 2.8vw;
}
@media (min-width: 780px) {
  #mv .inner .time > span:last-of-type {
    font-size: 21px;
  }
}
#mv .inner .btns {
  display: flex;
  justify-content: space-around;
}
#mv .inner .btns .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28vw;
  max-width: 210px;
  height: 12.8vw;
  max-height: 96px;
  border-radius: 6.4vw;
  background: #ffff00;
}
#mv .inner .btns .item a > span {
  font-size: 2.9333333333vw;
  color: #214292;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 780px) {
  #mv .inner .btns .item a > span {
    font-size: 22px;
    letter-spacing: 0;
  }
}
#mv .inner .entry {
  position: absolute;
  bottom: 3.3333333333vw;
  right: 3.3333333333vw;
}
@media (min-width: 780px) {
  #mv .inner .entry {
    bottom: 25px;
    right: 25px;
  }
}

#cont01 {
  position: relative;
  z-index: 90;
  background: url("../images/bg_cont01.png") no-repeat center top/contain;
}
#cont01 .layer {
  position: absolute;
  width: 94.2666666667vw;
  height: 100%;
  min-height: 162.6666666667vw;
  background: url("../images/layer_cont01.svg") no-repeat center bottom/contain;
  z-index: 100;
  background-size: 100% auto;
  left: 5.7333333333vw;
  bottom: -23.3333333333vw;
}
@media (min-width: 780px) {
  #cont01 .layer {
    width: 707px;
    height: 1220px;
    left: 43px;
    bottom: -175px;
  }
}
#cont01 .inner .lead {
  font-size: 5.0666666667vw;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 780px) {
  #cont01 .inner .lead {
    font-size: 38px;
    letter-spacing: 0.1em;
  }
}
#cont01 .inner .txt {
  font-size: 3.2vw;
  line-height: 2.1;
  font-family: "Noto Serif", serif;
  margin-bottom: 2em;
}
@media (min-width: 780px) {
  #cont01 .inner .txt {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

#cont02 {
  position: relative;
  background: #9bafa8;
  padding-bottom: 31.4666666667vw;
}
@media (min-width: 780px) {
  #cont02 {
    padding-bottom: 236px;
  }
}
#cont02 .layer {
  position: absolute;
  width: 92.4vw;
  height: 100%;
  min-height: 90.2666666667vw;
  background: url("../images/layer_cont02.svg") no-repeat center bottom/contain;
  z-index: 100;
  background-size: 100% auto;
  left: 4vw;
  bottom: -34.6666666667vw;
}
@media (min-width: 780px) {
  #cont02 .layer {
    width: 693px;
    height: 677px;
    left: 30px;
    bottom: -260px;
  }
}
#cont02 .inner {
  position: relative;
  z-index: 110;
}
#cont02 .txtDl {
  font-size: 3.2vw;
}
@media (min-width: 780px) {
  #cont02 .txtDl {
    font-size: 24px;
  }
}
#cont02 .txtDl dt {
  padding: 0 1.5em 0 0;
  width: 6em;
  float: left;
  clear: left;
  letter-spacing: 0;
  font-weight: 600;
  color: #ffff00;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#cont02 .txtDl dd {
  position: relative;
  padding: 0 0 0.7em 3em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 780px) {
  #cont02 .txtDl dd {
    padding: 0 0 0.7em 5em;
  }
}
#cont02 .txtUl {
  margin: 0 0 6.6666666667vw;
  padding: 0;
  font-size: 2.9333333333vw;
  line-height: 1.6;
  list-style: none;
}
@media (min-width: 780px) {
  #cont02 .txtUl {
    margin: 0 0 50px;
    font-size: 22px;
  }
}
#cont02 .txtUl li {
  padding-bottom: 0.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
  letter-spacing: 0;
}
#cont02 .txtUl li .icon {
  color: #ffff00;
  width: 10px;
  height: 10px;
}
#cont02 .entry {
  position: absolute;
  right: 0;
  bottom: -22.6666666667vw;
}
@media (min-width: 780px) {
  #cont02 .entry {
    bottom: -170px;
  }
}

#cont03 {
  position: relative;
  background: #214292;
  padding-bottom: 40vw;
  padding-top: 21.3333333333vw;
}
@media (min-width: 780px) {
  #cont03 {
    padding-bottom: 300px;
    padding-top: 160px;
  }
}
#cont03 .layer {
  position: absolute;
  width: 89.8666666667vw;
  height: 100%;
  min-height: 41.6vw;
  background: url("../images/layer_cont03.svg") no-repeat center bottom/contain;
  z-index: 100;
  background-size: 100% auto;
  left: 5.3333333333vw;
  bottom: -18.6666666667vw;
}
@media (min-width: 780px) {
  #cont03 .layer {
    width: 674px;
    height: 312px;
    min-height: initial;
    left: 40px;
    bottom: -140px;
  }
}
#cont03 .inner {
  position: relative;
  z-index: 110;
}
#cont03 .headLine01 {
  margin-bottom: 2.5em;
}
#cont03 .headLine02 {
  font-family: "Noto Serif", serif;
  font-size: 5.4666666667vw;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 0 0.5em;
  font-weight: normal;
}
@media (min-width: 780px) {
  #cont03 .headLine02 {
    font-size: 41px;
  }
}
#cont03 .headLine_en {
  font-family: "Roboto", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffff00;
  font-weight: 600;
  margin: 0 0 5.3333333333vw;
}
@media (min-width: 780px) {
  #cont03 .headLine_en {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
#cont03 .block {
  margin: 0 0 16vw;
}
@media (min-width: 780px) {
  #cont03 .block {
    margin: 0 0 120px;
  }
}
#cont03 .block:last-of-type {
  margin-bottom: 0;
}
#cont03 .block .ph {
  margin: 0 0 6.6666666667vw;
}
#cont03 .block .title {
  font-size: 4.1333333333vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 4vw;
}
@media (min-width: 780px) {
  #cont03 .block .title {
    font-size: 31px;
  }
}
#cont03 .block .txt {
  font-size: 2.9333333333vw;
  line-height: 2;
  color: #A6B3D3;
}
@media (min-width: 780px) {
  #cont03 .block .txt {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
}
#cont03 .block .small {
  color: #FFF;
  margin: 1.5em 0 1em;
}
#cont03 .block .small a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  text-decoration: underline;
  color: #FFF;
  font-weight: 300;
}
#cont03 .block .small a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#cont03 .block .small a embed {
  filter: brightness(0) invert(1);
  margin-left: 10px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

#access {
  position: relative;
  background: url("../images/bg_access.png") no-repeat center top/contain;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 780px) {
  #access {
    overflow: visible;
  }
}
#access .layer {
  position: absolute;
  width: 99.6vw;
  height: 100%;
  min-height: 90.4vw;
  background: url("../images/layer_access.svg") no-repeat center bottom/contain;
  z-index: 100;
  background-size: 100% auto;
  left: -0.6666666667vw;
  bottom: 76.6666666667vw;
}
@media (min-width: 780px) {
  #access .layer {
    width: 747px;
    height: 678px;
    min-height: initial;
  }
}
#access .inner {
  position: relative;
  z-index: 110;
  text-align: center;
  margin-bottom: 24vw;
}
@media (min-width: 780px) {
  #access .inner {
    margin-bottom: 180px;
  }
}
#access .txt01 {
  margin-bottom: 4vw;
  font-size: 5.0666666667vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media (min-width: 780px) {
  #access .txt01 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
#access .txt02 {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 780px) {
  #access .txt02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#access .txt03 {
  margin-bottom: 4vw;
  font-size: 5.0666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 780px) {
  #access .txt03 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
#access .txt03 .tel {
  font-weight: 600;
}
#access .txt03 .tel a {
  color: #FFF;
}
#access .comBtn {
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 780px) {
  #access .comBtn {
    margin-bottom: 50px;
  }
}
#access .comBtn a {
  position: relative;
}
#access .contactBox {
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 780px) {
  #access .contactBox {
    margin-bottom: 50px;
  }
}
#access .txt04 {
  margin-bottom: 6.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 780px) {
  #access .txt04 {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
#access .txt04 span {
  display: block;
}
#access .txt05 {
  margin-bottom: 8vw;
}
@media (min-width: 780px) {
  #access .txt05 {
    margin-bottom: 60px;
  }
}
#access .txt05 a {
  position: relative;
  font-family: "Sulphur Point", sans-serif;
  font-size: 4vw;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-decoration: underline;
  color: #FFF;
}
@media (min-width: 780px) {
  #access .txt05 a {
    font-size: 30px;
  }
}
#access .txt05 a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#access .txt05 embed {
  width: 15px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}
#access .txt05 span {
  display: block;
  padding-bottom: 1px;
}
@media all and (min-width: 768px) {
  #access .txt05 a:hover {
    opacity: 0.7;
  }
}
#access .ph {
  padding: 0 6.6666666667vw;
}
@media (min-width: 780px) {
  #access .ph {
    padding: 0 50px;
  }
}
#access .nav {
  position: relative;
  z-index: 21;
  margin: 0 0 4vw;
  font-size: 2.6666666667vw;
  letter-spacing: 0.4em;
}
@media (min-width: 780px) {
  #access .nav {
    font-size: 20px;
    margin: 0;
    padding-bottom: 30px;
  }
}
#access .nav a {
  color: #FFF;
}
#access .nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#access .nav ul li {
  padding: 0 2em;
}
#access .nav ul li:nth-child(2) {
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

.copyright {
  position: relative;
  padding: 15px 0;
  color: #FFF;
  background: #214292;
  font-family: "Roboto", sans-serif;
  font-size: 2.6666666667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 11;
}
@media (min-width: 780px) {
  .copyright {
    font-size: 20px;
  }
}

.animBox {
  opacity: 0;
  transform: translate(0, 60px);
  transition: 0.8s;
}

.animBox_moved {
  opacity: 1;
  transform: translate(0, 0);
}

.disabled-link[aria-disabled=true] {
  pointer-events: none;
  cursor: not-allowed;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
  display: none;
  position: fixed;
  right: 4vw;
  bottom: 20vw;
  z-index: 1000;
}
@media (min-width: 780px) {
  .pageTop {
    right: 30px;
    bottom: 30px;
  }
}

.pageTop a {
  display: block;
  width: 46px;
  height: 46px;
}

.pageTop a:before {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.pageTop embed {
  width: 46px;
  height: 46px;
}

@media (min-width: 780px) {
  .pageTop a:hover {
    opacity: 0.7;
  }
}