@charset "UTF-8";
/*======================================================== */
/*  NORMALIZE */
/*======================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body, 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%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*======================================================== */
/*  TAG RESET */
/*======================================================== */
html, body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Yu Gothic", "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}

a {
  color: #00f;
  text-decoration: none;
  outline: none;
}

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

/*======================================================== */
html {
  overflow: auto;
}

body {
  overflow: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*font */
.mon {
  font-family: "Montserrat", sans-serif;
}

/*======================================================== */
/*  GLOBAL CLASS  STYLES */
/*  場所にかかわらず使えるスタイルで、基本的に変更すべきではない */
/*======================================================== */
a:focus, *:focus {
  outline: none !important;
}

.is-sp, .is-sp-ib {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }

  .is-sp-ib {
    display: inline-block;
  }

  .is-pc, .is-pc-ib {
    display: none;
  }
}
.ab {
  position: absolute;
}

.ci {
  text-align: center;
}
.ci > a > img {
  display: inline-block;
}
.ci > img {
  display: inline-block;
}

.touten {
  letter-spacing: -0.3em;
}

.debug {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F00;
}

body.display-boxline * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00F;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.site-wrapper .debug-sheet {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}
.site-wrapper .debug-sheet img {
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .site-wrapper .debug-sheet img {
    width: 375px;
  }
}

.modal-wrap {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  overflow: auto;
}
.modal-wrap .movie-modal {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 75.48vw;
  height: calc(42.28vw + 70px);
  max-width: 1024px;
  max-height: 80vh;
}
.modal-wrap .movie-modal iframe {
  width: 75.48vw;
  height: 42.28vw;
  max-width: 1024px;
  max-height: 576px;
  margin-bottom: 50px;
}
.modal-wrap .movie-modal video {
  width: 75.48vw;
  height: 42.28vw;
  max-width: 1024px;
  max-height: 576px;
  margin-bottom: 50px;
}

.modal-close {
  margin-bottom: 20px;
  text-align: right;
}
.modal-close a {
  display: inline-block;
}
.modal-close img {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .modal-close {
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .modal-close img {
    width: 25px;
  }
}
.sound-btn {
  z-index: 999;
  position: absolute;
  top: 23px;
  right: 85px;
}
.sound-btn a {
  position: relative;
  transition: all 0.5s;
}
.sound-btn a .on {
  display: block;
}
.sound-btn a .off {
  display: none;
}
.sound-btn a.sound_off .on {
  display: none;
}
.sound-btn a.sound_off .off {
  display: block;
}

/*======================================================== */
/* animation */
/*======================================================== */
@keyframes scrolldown {
  0% {
    top: -100%;
  }
  75% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes draw-down {
  0% {
    height: 0;
  }
  100% {
    height: 48px;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade {
  opacity: 0;
  transition: opacity 1.5s;
}

.video-fade {
  opacity: 0;
  transition: opacity 2s 1s;
}

.fade-show {
  opacity: 1;
}

.fade-up {
  position: relative;
  opacity: 0;
  top: 2vw;
  transition: 1.5s;
}

.up-show {
  opacity: 1;
  top: 0;
}

@keyframes scroll-nav-blink {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scroll-nav ul.arrows {
  margin-bottom: 5px;
}
.scroll-nav ul.arrows > li {
  margin-bottom: 2px;
  animation: 2s linear scroll-nav-blink infinite;
  animation-direction: normal;
}
.scroll-nav ul.arrows > li:nth-child(1) {
  animation-delay: 0s;
}
.scroll-nav ul.arrows > li:nth-child(2) {
  animation-delay: 0.5s;
}
.scroll-nav ul.arrows > li:nth-child(3) {
  animation-delay: 1s;
}
.scroll-nav ul.arrows > li img {
  margin: 0 auto;
  width: 0.78125vw;
}
.scroll-nav .text > a img {
  width: 7.61719vw;
}

.svg-hover {
  position: relative;
}
.svg-hover img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .svg-hover img {
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  .svg-hover .inactive {
    opacity: 1;
  }
  .svg-hover .active {
    opacity: 0;
  }
  .svg-hover:hover .inactive {
    opacity: 0;
  }
  .svg-hover:hover .active {
    opacity: 1;
  }
}

/*flow-btn */
.more {
  position: relative;
  display: inline-block;
  border: 0;
  width: 17.57813vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .more {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .more {
    width: 36vw;
  }
}
.more.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .more {
    position: absolute;
    left: 10.66667vw;
    bottom: 8vw;
  }
  .more.is-sp {
    display: inline-block;
  }
  .more.is-pc {
    display: none;
  }
}
.more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.90625vw;
  height: 3.90625vw;
  background: #000;
  border-radius: 3.90625vw;
}
@media screen and (max-width: 767px) {
  .more .circle {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle {
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle {
    border-radius: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle {
    background: #0070BC;
  }
}
.more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
.more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.85449vw;
  width: 1.53809vw;
  height: 0.1709vw;
  background: none;
}
.more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.39648vw;
  right: 0.08545vw;
  width: 0.85449vw;
  height: 0.85449vw;
  border-top: 0.1709vw solid #fff;
  border-right: 0.1709vw solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    top: -0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    right: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    width: 1.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    height: 1.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    border-top: 0.26667vw solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .more .circle .icon.arrow::before {
    border-right: 0.26667vw solid #fff;
  }
}
.more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.02539vw 0;
  margin-left: 2.14844vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-size: 1.36719vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .more .button-text {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .more .button-text {
    padding: 2.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .more .button-text {
    margin-left: 6.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .more .button-text {
    color: #0070BC;
  }
}
@media screen and (max-width: 767px) {
  .more .button-text {
    font-size: 2.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .more .button-text {
    letter-spacing: 0.1em;
  }
}

.slide-arrow {
  background-image: url(/ar/2023ss/assets/images/anchor-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  position: absolute;
  top: 50%;
  width: 0.97656vw;
  height: 2.92969vw;
  border: 0;
  z-index: 2;
  background-size: 0.97656vw auto;
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 2.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    background-size: 2.66667vw auto;
  }
}
.slide-arrow.prev-arrow {
  left: -2.92969vw;
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: -7.2vw;
  }
}
.slide-arrow.next-arrow {
  right: -26.85547vw;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slide-arrow.next-arrow {
    right: -86.66667vw;
  }
}
.slide-arrow.slick-disabled {
  display: none !important;
}

/*======================================================== */
/*  PAGE  STYLES */
/*======================================================== */
/* safari 100vh hack */
@supports (-webkit-touch-callout: none) {
  body#page-home .site-wrapper #main-container section.kv {
    height: -webkit-fill-available;
  }
}
/*デフォルトスタイル */
body.fixed {
  width: 100%;
  position: fixed;
  top: auto;
  overflow: hidden;
  z-index: 1;
}

header#site-header {
  /* .kvの上にするため */
  position: relative;
  z-index: 10000;
  opacity: 0;
  transition: all 0.5s;
}
header#site-header.show {
  opacity: 1;
}
header#site-header .menu-open {
  position: fixed;
  top: 26px;
  right: 30px;
  width: 42px;
  height: 11px;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  header#site-header .menu-open {
    right: 20px;
  }
}
header#site-header .menu-open.change span {
  background-color: #395DB4;
}
header#site-header .menu-open a {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
header#site-header .menu-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.5s;
}
header#site-header .menu-open span:nth-of-type(1) {
  top: 0;
}
header#site-header .menu-open span:nth-of-type(2) {
  top: 5px;
}
header#site-header .menu-open span:nth-of-type(3) {
  bottom: 0;
}
header#site-header .menu-open.active {
  display: none;
}
header#site-header .menu-open,
header#site-header span {
  display: inline-block;
  box-sizing: border-box;
}
header#site-header nav.menu-wrap {
  background: #fff;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 189px;
  height: 196px;
  padding: 17px 33px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  header#site-header nav.menu-wrap {
    height: 206px;
  }
}
@media screen and (max-width: 767px) {
  header#site-header nav.menu-wrap {
    padding: 20px 33px 0;
  }
}
header#site-header nav.menu-wrap.shown {
  display: block;
}
header#site-header nav.menu-wrap .menu-close {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
header#site-header nav.menu-wrap .menu-close img {
  width: 36px;
}
header#site-header nav.menu-wrap .menu-close:after {
  display: block;
  content: "";
  width: 108%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: -20%;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  header#site-header nav.menu-wrap .menu-close:hover:after {
    opacity: 1;
    left: -6%;
  }
}
header#site-header nav.menu-wrap .menu-contents {
  margin-bottom: 23px;
}
header#site-header nav.menu-wrap .menu-contents li {
  margin-bottom: 7px;
}
header#site-header nav.menu-wrap .menu-contents li a {
  position: relative;
  display: inline-block;
  height: 9px;
}
header#site-header nav.menu-wrap .menu-contents li a:after {
  display: block;
  content: "";
  width: 108%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: -20%;
  opacity: 0;
  transition: all 0.5s;
  background-color: #395DB4;
}
@media screen and (min-width: 768px) {
  header#site-header nav.menu-wrap .menu-contents li a:hover:after {
    opacity: 1;
    left: -6%;
  }
}
header#site-header nav.menu-wrap .sns li {
  display: inline-block;
}
header#site-header nav.menu-wrap .sns li a {
  position: relative;
  display: inline-block;
}
header#site-header nav.menu-wrap .sns li a:after {
  display: block;
  content: "";
  width: 108%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: -20%;
  opacity: 0;
  transition: all 0.5s;
  background-color: #395DB4;
}
@media screen and (min-width: 768px) {
  header#site-header nav.menu-wrap .sns li a:hover:after {
    opacity: 1;
    left: -6%;
  }
}
header#site-header nav.menu-wrap .sns .ig {
  margin-left: 15px;
}
header#site-header .sound-btn {
  display: block;
  z-index: 999;
  position: fixed;
  top: 23px;
  right: 103px;
}
@media screen and (max-width: 767px) {
  header#site-header .sound-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header#site-header .sound-btn {
    top: 60px;
    right: 30px;
  }
}
header#site-header .sound-btn a {
  position: relative;
  transition: all 0.5s;
}
header#site-header .sound-btn a .on {
  display: block;
}
header#site-header .sound-btn a .off {
  display: none;
}
header#site-header .sound-btn a.sound_off .on {
  display: none;
}
header#site-header .sound-btn a.sound_off .off {
  display: block;
}

footer#site-footer {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #72c6d0 0%, #53afcb 24.34%, #1782c0 75.51%, #0070bc 99.96%);
}
footer#site-footer .totop {
  display: none;
  position: fixed;
  width: 1.95313vw;
  bottom: 2.92969vw;
  right: 2.92969vw;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  footer#site-footer .totop {
    width: 5.33333vw;
  }
}
@media screen and (max-width: 767px) {
  footer#site-footer .totop {
    bottom: 6.93333vw;
  }
}
@media screen and (max-width: 767px) {
  footer#site-footer .totop {
    right: 6.93333vw;
  }
}
footer#site-footer .totop img {
  width: 100%;
}
footer#site-footer .copy {
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  footer#site-footer .copy {
    font-size: 10px;
  }
}
footer#site-footer .copy .copymark {
  font-size: 10px;
  position: relative;
  top: 1px;
}

/* HOME */
body#page-home .site-wrapper #main-container {
  position: relative;
  padding-top: 1px;
  /* section共通 */
}
body#page-home .site-wrapper #main-container .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #72c6d0 0%, #53afcb 24.34%, #1782c0 75.51%, #0070bc 99.96%);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
body#page-home .site-wrapper #main-container .play {
  position: fixed;
  bottom: 6.64063vw;
  left: 2.92969vw;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .play {
    bottom: 17.33333vw;
    left: 8vw;
  }
}
body#page-home .site-wrapper #main-container .play a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
body#page-home .site-wrapper #main-container .play a img {
  width: 1.5625vw;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .play a img {
    width: 4.26667vw;
  }
}
body#page-home .site-wrapper #main-container .play a:before {
  display: block;
  content: "";
  width: 9.76563vw;
  height: 9.76563vw;
  position: absolute;
  top: -3.90625vw;
  left: -3.90625vw;
  background-image: url(/ar/2023ss/assets/images/fix_movie_obj.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  animation: 10s linear circle infinite;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .play a:before {
    top: -10.66667vw;
    left: -10.66667vw;
    width: 26.66667vw;
    height: 26.66667vw;
    background-size: 26.66667vw;
  }
}
body#page-home .site-wrapper #main-container section {
  position: relative;
}
body#page-home .site-wrapper #main-container section.kv-objs {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
body#page-home .site-wrapper #main-container section.kv-objs:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #72c6d0 0%, #53afcb 24.34%, #1782c0 75.51%, #0070bc 99.96%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 5;
}
body#page-home .site-wrapper #main-container section.kv-objs.bghide:before {
  top: -100%;
}
body#page-home .site-wrapper #main-container section.kv-objs.show .top-txt,
body#page-home .site-wrapper #main-container section.kv-objs.show .kv-ttl {
  opacity: 1;
}
body#page-home .site-wrapper #main-container section.kv-objs .top-txt {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1.5s;
  z-index: 10;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
}
body#page-home .site-wrapper #main-container section.kv-objs .top-txt img {
  width: 15.625vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.kv-objs .top-txt {
    top: 8vw;
  }
  body#page-home .site-wrapper #main-container section.kv-objs .top-txt img {
    width: 42.66667vw;
    max-width: inherit;
  }
}
body#page-home .site-wrapper #main-container section.kv-objs .kv-ttl {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1.5s;
  z-index: 10;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
}
body#page-home .site-wrapper #main-container section.kv-objs .kv-ttl img {
  width: 39.0625vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.kv-objs .kv-ttl {
    bottom: 18.66667vw;
  }
  body#page-home .site-wrapper #main-container section.kv-objs .kv-ttl img {
    width: 85.06667vw;
    max-width: inherit;
  }
}
body#page-home .site-wrapper #main-container .kv-scroll {
  position: absolute;
  top: 64%;
  right: 2.53906vw;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .kv-scroll {
    top: 50%;
    right: 4vw;
  }
  body#page-home .site-wrapper #main-container .kv-scroll img {
    width: 1.6vw;
  }
}
body#page-home .site-wrapper #main-container .kv-scroll-txt {
  margin-bottom: 1.46484vw;
}
body#page-home .site-wrapper #main-container .kv-scroll-txt img {
  width: 0.68359vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .kv-scroll-txt {
    margin-bottom: 4vw;
  }
  body#page-home .site-wrapper #main-container .kv-scroll-txt img {
    width: 1.86667vw;
  }
}
body#page-home .site-wrapper #main-container .line-wrap {
  position: relative;
  overflow: hidden;
}
body#page-home .site-wrapper #main-container .base {
  position: relative;
  left: 0.19531vw;
  width: 0.09766vw;
  height: 9.76563vw;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .base {
    left: 0.53333vw;
    width: 0.26667vw;
    height: 21.33333vw;
    background-color: rgba(57, 93, 180, 0.25);
  }
}
body#page-home .site-wrapper #main-container .line {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0.19531vw;
  width: 0.09766vw;
  height: 9.76563vw;
  display: block;
  background: white;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container .line {
    left: 0.53333vw;
    width: 0.26667vw;
    height: 21.33333vw;
    background: #395db4;
  }
}
body#page-home .site-wrapper #main-container section.kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease;
}
body#page-home .site-wrapper #main-container section.kv .video-bg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(100% + 6px);
  height: calc(100vh + 6px);
  z-index: 3;
}
body#page-home .site-wrapper #main-container section.kv .video-bg video {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: auto;
  height: 100vh;
}
body#page-home .site-wrapper #main-container section.greeting {
  margin-top: 100vh;
  padding: 13.86719vw 0 11.71875vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting {
    padding: 18.66667vw 0 21.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .ttl1 {
  position: relative;
  width: 37.10938vw;
  margin: 0 auto 6.05469vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl1 {
    width: 50.4vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl1 {
    margin: 0 auto 12.8vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .ttl1 img {
  width: 100%;
}
body#page-home .site-wrapper #main-container section.greeting .ttl2 {
  position: relative;
  width: 40.33203vw;
  margin: 0 auto 2.73438vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl2 {
    width: 50.4vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl2 {
    margin: 0 auto 5.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .ttl2 img {
  width: 100%;
}
body#page-home .site-wrapper #main-container section.greeting .ttl3 {
  position: relative;
  width: 46.09375vw;
  margin: 0 auto -19.53125vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl3 {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .ttl3 {
    margin: 0 auto -16.53333vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .ttl3 img {
  width: 100%;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .pic {
  position: absolute;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic1 {
  top: 0;
  right: 0;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic1 img {
  width: 21.48438vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic1 img {
    width: 26.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic2 {
  top: 21.67969vw;
  left: 3.90625vw;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic2 img {
  width: 15.625vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic2 {
    top: 114.66667vw;
    left: auto;
    right: 0;
  }
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic2 img {
    width: 21.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic3 {
  top: 44.23828vw;
  left: 3.90625vw;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic3 img {
  width: 15.625vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic3 {
    top: 145.6vw;
    left: auto;
    right: 0;
  }
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic3 img {
    width: 21.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic4 {
  top: 47.85156vw;
  right: 3.90625vw;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic4 img {
  width: 22.94922vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic4 {
    top: 96vw;
    left: 0;
    right: auto;
  }
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic4 img {
    width: 26.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic5 {
  top: 72.07031vw;
  left: 8.78906vw;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic5 img {
  width: 21.48438vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic5 {
    top: 229.33333vw;
    left: auto;
    right: 0;
  }
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic5 img {
    width: 26.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic6 {
  top: 83.30078vw;
  right: 19.04297vw;
}
body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic6 img {
  width: 17.57813vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic6 {
    top: 210.66667vw;
    left: 0;
    right: auto;
  }
  body#page-home .site-wrapper #main-container section.greeting .bg-pics .bg-pic6 img {
    width: 24vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .text {
  position: relative;
  margin-bottom: 35.25391vw;
  line-height: 1.65;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text {
    margin-bottom: 44vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text {
    line-height: 2.1;
  }
}
body#page-home .site-wrapper #main-container section.greeting .text p {
  font-size: 1.46484vw;
  text-align: center;
  margin-bottom: 2.92969vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text p {
    margin-bottom: 5.86667vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .text span {
  font-size: 1.75781vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .text span {
    line-height: 1.5;
  }
}
body#page-home .site-wrapper #main-container section.greeting .greeting-movie {
  background-image: url(/ar/2023ss/assets/images/sp_movie_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 39.64844vw;
  height: 25.39063vw;
  padding-top: 2.73438vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie {
    width: 73.06667vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie {
    height: 47.73333vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie {
    background-size: 73.06667vw;
  }
}
body#page-home .site-wrapper #main-container section.greeting .greeting-movie a {
  position: relative;
  display: inline-block;
}
body#page-home .site-wrapper #main-container section.greeting .greeting-movie a img {
  width: 35.15625vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie a img {
    width: 77.06667vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie a {
    width: 90%;
  }
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie a img {
    width: 100%;
  }
}
body#page-home .site-wrapper #main-container section.greeting .greeting-movie a:before {
  display: block;
  content: "";
  width: 4.49219vw;
  height: 4.49219vw;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(/ar/2023ss/assets/images/movie-obj.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie a:before {
    width: 12.8vw;
    height: 12.8vw;
    background-size: 12.8vw;
  }
  body#page-home .site-wrapper #main-container section.greeting .greeting-movie a:before img {
    width: 63.46667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier, body#page-home .site-wrapper #main-container section.gate .maryquant {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 31.25vw;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier, body#page-home .site-wrapper #main-container section.gate .maryquant {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier, body#page-home .site-wrapper #main-container section.gate .maryquant {
    display: block;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .left-sec, body#page-home .site-wrapper #main-container section.gate .maryquant .left-sec {
  position: relative;
  width: 46%;
  margin-top: 5.85938vw;
  margin-left: 5.85938vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .left-sec, body#page-home .site-wrapper #main-container section.gate .maryquant .left-sec {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    height: 88vw;
    width: 100%;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .left-sec a, body#page-home .site-wrapper #main-container section.gate .maryquant .left-sec a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .ttl, body#page-home .site-wrapper #main-container section.gate .maryquant .ttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .ttl, body#page-home .site-wrapper #main-container section.gate .maryquant .ttl {
    padding-top: 34.66667vw;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .ttl img, body#page-home .site-wrapper #main-container section.gate .maryquant .ttl img {
    margin: 0 auto;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .more, body#page-home .site-wrapper #main-container section.gate .maryquant .more {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .more a:hover .button-text, body#page-home .site-wrapper #main-container section.gate .maryquant .more a:hover .button-text {
    color: #fff;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .more a:hover .circle, body#page-home .site-wrapper #main-container section.gate .maryquant .more a:hover .circle {
    width: 100%;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .more a:hover .icon.arrow, body#page-home .site-wrapper #main-container section.gate .maryquant .more a:hover .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchor-sec, body#page-home .site-wrapper #main-container section.gate .maryquant .anchor-sec {
  width: 54%;
  height: 100%;
  margin-left: 7.8125vw;
  padding-top: 3.2%;
  overflow-x: hidden;
  min-width: 0;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchor-sec, body#page-home .site-wrapper #main-container section.gate .maryquant .anchor-sec {
    overflow-x: clip;
    margin-top: 6.66667vw;
    margin-left: 10.66667vw;
    padding: 0;
    width: 100%;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier h5, body#page-home .site-wrapper #main-container section.gate .maryquant h5 {
  width: 86.42578vw;
  padding-bottom: 0.48828vw;
  margin-bottom: 1.5625vw;
  font-size: 1.07422vw;
  font-weight: bold;
  letter-spacing: 0.13em;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier h5, body#page-home .site-wrapper #main-container section.gate .maryquant h5 {
    width: 84vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier h5, body#page-home .site-wrapper #main-container section.gate .maryquant h5 {
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier h5, body#page-home .site-wrapper #main-container section.gate .maryquant h5 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier h5, body#page-home .site-wrapper #main-container section.gate .maryquant h5 {
    font-size: 2.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors {
  width: calc(100% - 4.7vw);
  padding-right: 17.57813vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors {
    width: calc(100% - 10.6vw);
    padding-right: 10.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .slick-list, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .slick-list {
  overflow: visible;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .left-edge, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .left-edge {
  opacity: 0 !important;
  transition: opacity 0.4s !important;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors li, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li {
  margin: 0;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors li a, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors li a, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a {
    padding-top: 66.66667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors li a .sec-ttl, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl {
  position: absolute;
  top: 8.30078vw;
  left: 6.64063vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors li a .sec-ttl, body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl {
    top: 21.86667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .arrows, body#page-home .site-wrapper #main-container section.gate .maryquant .arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .arrows.ap-arrows .slide-arrow, body#page-home .site-wrapper #main-container section.gate .maryquant .arrows.ap-arrows .slide-arrow {
  background-image: url(/ar/2023ss/assets/images/ap-anchor-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .arrows, body#page-home .site-wrapper #main-container section.gate .maryquant .arrows {
    top: 128vw;
    transform: translateY(0);
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt, body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt {
  transition: opacity 0.8s 0.2s;
  z-index: 2;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .slick-active .sec-txt, body#page-home .site-wrapper #main-container section.gate .maryquant .slick-active .sec-txt {
  opacity: 1;
}
body#page-home .site-wrapper #main-container section.gate .alphapier {
  background: linear-gradient(90deg, #72c6d0 0%, #53afcb 24.34%, #1782c0 75.51%, #0070bc 99.96%);
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier {
    padding-bottom: 13.33333vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .left-sec {
    background-image: url(/ar/2023ss/assets/images/gate_ap_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .ttl {
  margin-bottom: 3.22266vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .ttl {
    margin-bottom: 14.13333vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .ttl img {
  width: 36.13281vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .ttl img {
    width: 80vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one a:hover {
    background-size: 110% auto;
  }
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one a:hover:after {
    opacity: 1;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor1 {
  background-image: url(/ar/2023ss/assets/images/ap-anchor-img1_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor1 {
    background-image: url(/ar/2023ss/assets/images/ap-anchor-img1_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor2 {
  background-image: url(/ar/2023ss/assets/images/ap-anchor-img2_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor2 {
    background-image: url(/ar/2023ss/assets/images/ap-anchor-img2_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor3 {
  background-image: url(/ar/2023ss/assets/images/ap-anchor-img3_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor3 {
    background-image: url(/ar/2023ss/assets/images/ap-anchor-img3_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor4 {
  background-image: url(/ar/2023ss/assets/images/ap-anchor-img4_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .ap-anchor-one .ap-anchor4 {
    background-image: url(/ar/2023ss/assets/images/ap-anchor-img4_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75));
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl1 img {
  width: 12.01172vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl1 img {
    width: 32.53333vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl2 img {
  width: 12.98828vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl2 img {
    width: 35.46667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl3 img {
  width: 13.18359vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl3 img {
    width: 36vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl4 img {
  width: 13.57422vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .anchors .sec-ttl4 img {
    width: 37.06667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt {
  position: absolute;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.64844vw;
  height: 9.76563vw;
  bottom: -3.71094vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0070BC;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt {
    display: none;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt.sec-txt1 img {
  width: 10.25391vw;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt.sec-txt2 img {
  width: 12.10938vw;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt.sec-txt3 img {
  width: 10.74219vw;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt.sec-txt4 img {
  width: 10.54688vw;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list {
  position: absolute;
  width: 40vw;
  height: 26.66667vw;
  bottom: 5.06667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list {
    display: none;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 26.66667vw;
  background-color: #0070BC;
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt1 img {
  width: 10.25391vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt1 img {
    width: 28vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt2 img {
  width: 12.10938vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt2 img {
    width: 33.06667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt3 img {
  width: 10.74219vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt3 img {
    width: 29.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt4 img {
  width: 10.54688vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .alphapier .sec-txt-list .ap-sec-txt.sec-txt4 img {
    width: 28.8vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant {
    padding-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .left-sec {
    background-image: url(/ar/2023ss/assets/images/gate_mq_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .ttl {
  margin-bottom: 4.58984vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .ttl {
    padding-top: 17.33333vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .ttl img {
  width: 36.13281vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .ttl img {
    width: 42.13333vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .ttl img {
    margin-right: 9.86667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant h5 img {
  width: 8.39844vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant h5 img {
    width: 19.73333vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more {
    left: auto;
    right: 4.8vw;
    bottom: 8vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle {
    background: #000;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon {
    background: #000;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon.arrow::before {
  border-top: 0.1709vw solid #000;
  border-right: 0.1709vw solid #000;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon.arrow::before {
    border-top: 0.26667vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon.arrow::before {
    border-right: 0.26667vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .circle .icon.arrow::before {
    border-color: #fff;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .more .button-text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more .button-text {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .more a:hover .button-text {
    color: #000;
  }
  body#page-home .site-wrapper #main-container section.gate .maryquant .more a:hover .icon.arrow {
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
  }
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one a:hover {
    background-size: 110% auto;
  }
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one a:hover:after {
    opacity: 1;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor1 {
  background-image: url(/ar/2023ss/assets/images/mq-anchor-img1_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor1 {
    background-image: url(/ar/2023ss/assets/images/mq-anchor-img1_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor2 {
  background-image: url(/ar/2023ss/assets/images/mq-anchor-img2_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor2 {
    background-image: url(/ar/2023ss/assets/images/mq-anchor-img2_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor3 {
  background-image: url(/ar/2023ss/assets/images/mq-anchor-img3_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor3 {
    background-image: url(/ar/2023ss/assets/images/mq-anchor-img3_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor4 {
  background-image: url(/ar/2023ss/assets/images/mq-anchor-img4_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  transition: background-size 0.8s;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors .mq-anchor-one .mq-anchor4 {
    background-image: url(/ar/2023ss/assets/images/mq-anchor-img4_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl {
  position: absolute;
  top: 1.46484vw;
  left: 1.46484vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl {
    top: 4vw;
    left: 3.2vw;
    transform: translateX(0);
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl img {
  width: 21.875vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .anchors li a .sec-ttl img {
    width: 72.8vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt {
  opacity: 0;
  position: absolute;
  bottom: 1.46484vw;
  left: 0;
}
body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt1 img {
  width: 11.71875vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt1 img {
    width: 32vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt2 img {
  width: 9.17969vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt2 img {
    width: 25.06667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt3 img {
  width: 10.35156vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt3 img {
    width: 28.26667vw;
  }
}
body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt4 img {
  width: 14.16016vw;
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt.sec-txt4 img {
    width: 38.66667vw;
  }
}
@media screen and (max-width: 767px) {
  body#page-home .site-wrapper #main-container section.gate .maryquant .sec-txt {
    bottom: 5.33333vw;
  }
}

/*# sourceMappingURL=common.css.map */
