#site-header, header {
  max-width: 100vw !important;
  box-sizing: border-box;
}

html {
  scroll-behavior: unset !important;
  opacity: 0;
}
html.loaded {
  opacity: 1;
}

.common-header {
  z-index: 5;
}

.wrapper {
  padding-top: 0;
  min-width: unset;
}

main {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #0042BC;
}

.page-container section, .page-container div.section-block {
  width: 100%;
  padding-inline: 0;
  margin: 0;
}
.page-container h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.page-container h2:after {
  display: none;
}
.page-container h3 {
  background: none;
  margin: 0;
  padding: 0;
}
.page-container p {
  line-height: inherit;
  margin: 0;
}
@media (max-width: 750px) {
  .page-container p {
    font-size: 3.7313432836vw;
  }
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 500;
}

.page-top {
  z-index: 5;
}

body * {
  box-sizing: border-box;
}

body svg {
  margin: 0 auto;
  display: block;
}

main a,
main img {
  display: block;
}

body a {
  -webkit-tap-highlight-color: transparent;
}

body img {
  vertical-align: bottom;
}

body picture,
body img {
  pointer-events: none;
}

main,
section {
  position: relative;
}

.u-img_w100 {
  width: 100%;
}

.u-img_h100 {
  height: 100%;
}

@media screen and (min-width: 751px) {
  .u-img_w100-pc {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .u-img_h100-pc {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-img_w100-sp {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-img_h100-sp {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .u-is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 751px) {
  .u-is-sp {
    display: none !important;
  }
}
.l-article {
  min-height: 100svh;
  position: relative;
}

@media screen and (min-width: 751px) {
  .l-article {
    padding-top: 7.1742313324vw;
  }
}
@media screen and (max-width: 750px) {
  .l-article {
    padding-top: 21.6vw;
  }
}
@keyframes bounce {
  0%, 100% {
    margin-top: 0;
    margin-bottom: 0;
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    margin-top: 10%;
    margin-bottom: -10%;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
#intro {
  height: 100vh;
  position: relative;
  z-index: 1;
  clip-path: inset(0 0 0 0);
}
#intro.is-ended {
  opacity: 0;
}

.intro-inner {
  box-sizing: border-box;
  height: 100vh;
  height: 100svh;
  max-height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .intro-inner {
    padding-top: 58px;
    min-height: 44.9735449735vw;
  }
}
@media screen and (max-width: 750px) {
  .intro-inner {
    padding-top: 50px;
  }
}
.intro-inner .figure {
  position: absolute;
  top: -2.6455026455vw;
  left: 0;
  bottom: 0;
  width: 57.5396825397vw;
  background: url("../img/kv/kv-figure.png") top right no-repeat;
  background-size: 74.7354497354vw;
}
@media (min-width: 751px) {
  .intro-inner .figure {
    max-width: 55%;
  }
}
@media (min-width: 751px) and (max-width: 1100px) {
  .intro-inner .figure {
    background-size: 92.5925925926vw;
  }
}
@media (max-width: 750px) {
  .intro-inner .figure {
    background: url("../img/kv/kv-figure-sp.png") right top no-repeat;
    background-size: 100% auto;
    bottom: 0;
    width: auto;
    left: -70%;
    right: 0;
    top: 12%;
  }
}
@media (max-width: 750px) and (max-height: 160vw) {
  .intro-inner .figure {
    left: -52%;
    right: 10%;
  }
}
.intro-inner .kv {
  height: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .intro-inner .kv {
    text-align: center;
  }
}
.intro-inner .kv h2 {
  position: absolute;
  top: 20%;
  left: calc(50% + 2.8439153439vw);
  font-size: 6.2830687831vw;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .intro-inner .kv h2 {
    top: 4%;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    text-align: center;
    width: 80.0995024876vw;
  }
  .intro-inner .kv h2 img {
    width: 100%;
  }
}
.intro-inner .kv h2 span {
  color: #FA0014;
}
.intro-inner .btn-scroll-section {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4.6296296296vw;
  cursor: pointer;
}
.intro-inner .btn-scroll-section img {
  width: 100%;
}
.intro-inner .btn-scroll-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  bottom: 0;
  right: 0;
  background: url("../img/kv/btn-scroll-arr.svg") center no-repeat;
  background-size: 100% 100%;
  animation: bounce 1s infinite;
}
@media (max-width: 750px) {
  .intro-inner .btn-scroll-section {
    width: 17.4129353234vw;
    bottom: -2.4875621891vw;
  }
}
.intro-inner .btn-anchor {
  position: absolute;
  bottom: 0.9920634921vw;
  right: 7.7380952381vw;
  cursor: pointer;
}
@media (min-width: 751px) and (max-width: 1100px) {
  .intro-inner .btn-anchor {
    bottom: 20%;
  }
}
@media (max-width: 750px) {
  .intro-inner .btn-anchor {
    bottom: 12%;
    right: 4.9751243781vw;
    z-index: 2;
  }
}
.intro-inner .btn-anchor .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
}
.intro-inner .btn-anchor .txt p {
  font-size: 1.6865079365vw;
}
.intro-inner .btn-anchor .txt p .txt-lg {
  font-size: 1.7592592593vw;
}
@media (min-width: 1600px) {
  .intro-inner .btn-anchor .txt p {
    font-size: 1.3227513228vw;
  }
  .intro-inner .btn-anchor .txt p .txt-lg {
    font-size: 1.455026455vw;
  }
}
@media (max-width: 1320px) {
  .intro-inner .btn-anchor .txt p {
    font-size: 1.3227513228vw;
  }
  .intro-inner .btn-anchor .txt p .txt-lg {
    font-size: 1.455026455vw;
  }
}
@media (max-width: 750px) {
  .intro-inner .btn-anchor .txt p {
    font-size: 4.4776119403vw;
  }
  .intro-inner .btn-anchor .txt p .txt-lg {
    font-size: 4.2288557214vw;
  }
}
.intro-inner .btn-anchor .txt .icon {
  width: 2.2486772487vw;
  height: 2.2486772487vw;
  background: url("../img/kv/icon-anchor.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .intro-inner .btn-anchor .txt .icon {
    width: 1.9841269841vw;
    height: 1.9841269841vw;
  }
}
@media (max-width: 1320px) {
  .intro-inner .btn-anchor .txt .icon {
    width: 1.9841269841vw;
    height: 1.9841269841vw;
  }
}
.intro-inner .btn-anchor .txt .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/kv/icon-anchor-h.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  transition: all 0.35s ease;
  opacity: 0;
}
@media (max-width: 750px) {
  .intro-inner .btn-anchor .txt .icon {
    width: 5.9701492537vw;
    height: 5.9701492537vw;
    margin-left: 2.4875621891vw;
  }
}
.intro-inner .btn-anchor .photo {
  width: 17.5925925926vw;
  border-radius: 1.1904761905vw;
  margin-top: 1.1904761905vw;
  overflow: hidden;
  box-shadow: 0 0 0.2645502646vw 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1600px) {
  .intro-inner .btn-anchor .photo {
    width: 14.5502645503vw;
  }
}
@media (max-width: 1320px) {
  .intro-inner .btn-anchor .photo {
    width: 14.5502645503vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .intro-inner .btn-anchor:hover .icon:before {
    opacity: 1;
  }
}

:root {
  --vh-fixed: 1vh;
}

#gallery-wrap {
  background: #0042BC;
}

.pin-spacer {
  background: #0042BC;
}

#gallery {
  background: #0042BC;
  position: relative;
  z-index: 2;
}
#gallery.is-ended, #gallery.hide {
  opacity: 0;
}
#gallery .scene {
  height: 100vh;
  height: 100svh;
  background: #0042BC;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8.1349206349vw;
  touch-action: manipulation;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
}
#gallery .scene .btn-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 4.6296296296vw;
  cursor: pointer;
  touch-action: manipulation;
}
#gallery .scene .btn-scroll img {
  width: 100%;
}
#gallery .scene .btn-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/gallery/btn-scroll-w-arr.svg") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  #gallery .scene .btn-scroll {
    width: 17.4129353234vw;
    bottom: calc(env(safe-area-inset-bottom));
    z-index: 2;
  }
}
@media (max-width: 750px) {
  #gallery .scene {
    padding: 0 4.9751243781vw 30px;
  }
}
#gallery .scene .scene-inner {
  background: #fff;
  border-radius: 2.1164021164vw;
  color: #0042BC;
  width: 100%;
  height: 75.5%;
  position: relative;
  transition: opacity 0.35s ease;
  z-index: 1;
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner {
    border-radius: 5.9701492537vw;
    height: 74%;
  }
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner .row {
    flex-direction: column;
    justify-content: space-between;
  }
}
#gallery .scene .scene-inner .photo-col {
  width: 50%;
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner .photo-col {
    order: 2;
    width: auto;
  }
}
#gallery .scene .scene-inner .txt-col {
  font-size: 2.1164021164vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 700;
  align-self: center;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner .txt-col {
    width: 100%;
    padding-inline: 4.9751243781vw;
    font-size: 4.9751243781vw;
    line-height: 1.8;
    letter-spacing: 0.02em;
    order: 1;
  }
}
#gallery .scene .scene-inner .txt-col p {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner .txt-col p {
    width: 100%;
  }
}
#gallery .scene .scene-inner .txt-col p + p {
  margin-top: 3.835978836vw;
}
@media (max-width: 750px) {
  #gallery .scene .scene-inner .txt-col p + p {
    margin-top: 1.4925373134vw;
  }
}
#gallery .scene .row {
  display: flex;
  width: 100%;
  height: 100%;
}
#gallery .scene.is-active {
  z-index: 3 !important;
  pointer-events: auto;
  visibility: visible;
}
#gallery .scene.scene1 {
  text-align: center;
}
@media (max-width: 750px) {
  #gallery .scene.scene1 .scene-inner {
    padding-top: 10%;
  }
}
#gallery .scene.scene1 img {
  width: 45.5026455026vw;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  opacity: 1;
}
@media (max-width: 750px) {
  #gallery .scene.scene1 img {
    width: 100%;
  }
}
#gallery .scene.scene2 .scene-inner {
  padding: 4.6957671958vw 0 2.0502645503vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene2 .scene-inner {
    padding: 11.1940298507vw 0 3.7313432836vw;
  }
}
#gallery .scene.scene2 .photo-col {
  text-align: right;
  padding-right: 2.4470899471vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene2 .photo-col {
    padding-right: 0;
    padding-top: 2.4875621891vw;
    text-align: center;
  }
}
#gallery .scene.scene2 .photo-col .photo {
  width: 30.5555555556vw;
  display: inline-block;
  height: 100%;
}
@media (max-width: 750px) {
  #gallery .scene.scene2 .photo-col .photo {
    width: 71.8905472637vw;
    margin: 0 auto;
  }
}
#gallery .scene.scene2 .photo-col .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gallery .scene.scene3 .scene-inner {
  padding: 4.6957671958vw 0 2.0502645503vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene3 .scene-inner {
    padding: 11.1940298507vw 0 3.7313432836vw;
  }
}
#gallery .scene.scene3 .photo-col {
  text-align: right;
  padding-right: 6.6798941799vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene3 .photo-col {
    padding-right: 0;
    text-align: center;
  }
}
#gallery .scene.scene3 .photo-col .photo {
  width: 22.6851851852vw;
  display: inline-block;
  height: 100%;
}
@media (max-width: 750px) {
  #gallery .scene.scene3 .photo-col .photo {
    width: 53.4825870647vw;
  }
}
#gallery .scene.scene3 .photo-col .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gallery .scene.scene4 .scene-inner {
  padding: 4.6957671958vw 0 2.0502645503vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene4 .scene-inner {
    padding: 7.4626865672vw 0 3.7313432836vw;
  }
  #gallery .scene.scene4 .scene-inner .txt {
    margin-right: -4.9751243781vw;
    width: calc(100% + 4.9751243781vw);
  }
}
#gallery .scene.scene4 .photo-col {
  text-align: right;
  padding-right: 5.0264550265vw;
}
@media (max-width: 750px) {
  #gallery .scene.scene4 .photo-col {
    text-align: center;
    padding-right: 0;
  }
}
#gallery .scene.scene4 .photo-col .photo {
  width: 26.6534391534vw;
  display: inline-block;
  height: 100%;
}
@media (max-width: 750px) {
  #gallery .scene.scene4 .photo-col .photo {
    width: 62.6865671642vw;
    transform: translate(3.2338308458vw, 0);
  }
}
#gallery .scene.scene4 .photo-col .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gallery .scene.scene5 .scene-inner {
  padding-top: 0%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#gallery .scene.scene5 .scene-inner .txt-col {
  width: 100%;
  order: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
#gallery .scene.scene5 .photo {
  width: 43.9153439153vw;
  display: inline-block;
  max-height: 76.5%;
  order: 2;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #gallery .scene.scene5 .photo {
    width: 100%;
  }
}
#gallery .scene.scene5 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#gallery .scene.scene2 .photo-col, #gallery .scene.scene3 .photo-col, #gallery .scene.scene4 .photo-col {
  transform: translate(-1.3227513228vw, 0);
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  #gallery .scene.scene2 .photo-col, #gallery .scene.scene3 .photo-col, #gallery .scene.scene4 .photo-col {
    transform: none;
  }
}
#gallery .scene.scene2 .txt, #gallery .scene.scene3 .txt, #gallery .scene.scene4 .txt {
  transform: translate(1.3227513228vw, 0);
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 750px) {
  #gallery .scene.scene2 .txt, #gallery .scene.scene3 .txt, #gallery .scene.scene4 .txt {
    transform: translate(0, -1.2437810945vw);
  }
}
#gallery .scene.scene2.is-active .photo-col, #gallery .scene.scene2.is-active .txt, #gallery .scene.scene3.is-active .photo-col, #gallery .scene.scene3.is-active .txt, #gallery .scene.scene4.is-active .photo-col, #gallery .scene.scene4.is-active .txt {
  opacity: 1;
  transform: none;
}
#gallery .scene.scene1 {
  z-index: 2;
}
#gallery .scene.scene1 img {
  transition-delay: 0.2s;
  transition: all 0.5s ease;
}
#gallery .scene.scene1.is-active img {
  opacity: 1;
  transform: none;
}
#gallery .scene.scene5 .txt-col {
  transform: translate(0, -1.3227513228vw);
  opacity: 0;
  transition: all 0.35s ease;
}
#gallery .scene.scene5 .photo {
  transform: translate(0, 1.3227513228vw);
  opacity: 0;
  transition: all 0.35s ease;
}
#gallery .scene.scene5.is-active .txt-col, #gallery .scene.scene5.is-active .photo {
  opacity: 1;
  transform: none;
}

.noise-bg {
  background: url("../img/campaign/noise-bg.png") #fff;
  position: relative;
  z-index: 4;
  border-radius: 4.4312169312vw 4.4312169312vw 0 0;
}
@media (max-width: 750px) {
  .noise-bg {
    border-radius: 7.960199005vw 7.960199005vw 0 0;
  }
}

#campaign {
  padding: 6.6137566138vw 0 7.0767195767vw;
}
@media (max-width: 750px) {
  #campaign {
    padding: 14.9253731343vw 0 0;
  }
}
#campaign .section-ttl {
  font-size: 3.7037037037vw;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4.2328042328vw;
}
@media (max-width: 750px) {
  #campaign .section-ttl {
    font-size: 7.960199005vw;
    margin-bottom: 9.9502487562vw;
  }
}
#campaign .block {
  text-align: center;
  position: relative;
}
#campaign .block + .block {
  margin-top: 11.9047619048vw;
}
@media (max-width: 750px) {
  #campaign .block + .block {
    margin-top: 49.7512437811vw;
  }
}
#campaign .block--ttl {
  font-size: 2.1164021164vw;
  line-height: 1;
  letter-spacing: 0.02em;
  display: inline-block;
  padding: 0.6613756614vw 1.5873015873vw 1.0582010582vw;
  border-radius: 10000px;
  color: #fff;
  background: #FA0014;
  font-weight: 900;
  margin-bottom: 2.6455026455vw;
}
@media (max-width: 750px) {
  #campaign .block--ttl {
    font-size: 3.9800995025vw;
    padding: 1.4925373134vw 2.9850746269vw 2.2388059701vw;
    margin-bottom: 5.9701492537vw;
  }
}
#campaign .block .desc {
  font-size: 1.5873015873vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
  margin-top: 1.5873015873vw;
}
@media (max-width: 750px) {
  #campaign .block .desc {
    font-size: 3.9800995025vw;
    line-height: 1.5;
    margin-top: 2.9850746269vw;
  }
}
#campaign .block .splide__slide {
  margin-bottom: 0;
}
#campaign .block .splide__slide .photo .photo-inner {
  transform-origin: 50% 100%;
  transition: all 0.35s ease;
  position: relative;
}
#campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn] {
  cursor: pointer;
}
#campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.8201058201vw;
  height: 5.8201058201vw;
  background: url("../img/campaign/btn-play.png") center no-repeat;
  z-index: 1;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  #campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn]:before {
    width: 9.9502487562vw;
    height: 9.9502487562vw;
  }
}
#campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.8201058201vw;
  z-index: 2;
  height: 5.8201058201vw;
  opacity: 0;
  transition: all 0.35s ease;
  background: url("../img/campaign/btn-play-o.png") center no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  #campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn]:after {
    width: 9.9502487562vw;
    height: 9.9502487562vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #campaign .block .splide__slide .photo .photo-inner[data-modal_openbtn]:hover:after {
    opacity: 1;
  }
}
#campaign .block .splide__slide .photo .photo-inner img {
  width: 100%;
}
@media (min-width: 751px) {
  #campaign .block .splide__slide .photo .photo-inner {
    transform: scale(0.75);
    transform-origin: 50% 100%;
    opacity: 0.3;
    border-radius: 1.0582010582vw;
    box-shadow: 0 0 0.5291005291vw 0 rgba(0, 0, 0, 0.12);
  }
  #campaign .block .splide__slide .photo .photo-inner img {
    border-radius: 1.0582010582vw;
  }
}
@media (max-width: 750px) {
  #campaign .block .splide__slide .photo .photo-inner {
    border-radius: 1.592039801vw;
    box-shadow: 0 0 0.7462686567vw 0 rgba(0, 0, 0, 0.12);
  }
  #campaign .block .splide__slide .photo .photo-inner img {
    border-radius: 1.592039801vw;
  }
}
#campaign .block .splide__slide .photo .photo-inner.comingsoon span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 1.0582010582vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1164021164vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 700;
  background: rgba(153, 179, 228, 0.85);
}
@media (max-width: 750px) {
  #campaign .block .splide__slide .photo .photo-inner.comingsoon span {
    font-size: 4.9751243781vw;
  }
}
#campaign .block .splide__slide .desc {
  transition: all 0.35s ease;
}
@media (min-width: 751px) {
  #campaign .block .splide__slide .desc {
    opacity: 0;
  }
}
#campaign .block .splide__slide.is-active .photo .photo-inner {
  opacity: 1;
  transform: none;
}
#campaign .block .splide__slide.is-active .desc {
  opacity: 1;
}
#campaign .block .splide__slide.is-prev .photo .photo-inner {
  transform-origin: 100% 100%;
}
#campaign .block .splide__slide.is-next .photo .photo-inner {
  transform-origin: 0% 100%;
}
#campaign .block .pickup_slide {
  position: relative;
}
#campaign .block .pickup_slide .splide__arrow {
  position: absolute;
  width: 4.4973544974vw;
  height: 4.6296296296vw;
  background: #0042BC;
  opacity: 1;
  top: 40.5%;
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  #campaign .block .pickup_slide .splide__arrow:hover {
    opacity: 0.8;
  }
}
#campaign .block .pickup_slide .splide__arrow svg {
  display: none;
}
#campaign .block .pickup_slide .splide__arrow--next {
  background: url("../img/common/nav-next.png") center no-repeat;
  background-size: 100% 100%;
  right: auto;
  left: calc(50% + 30.6878306878vw);
}
#campaign .block .pickup_slide .splide__arrow--next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("../img/common/nav-next-o.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  #campaign .block .pickup_slide .splide__arrow--next:hover:before {
    opacity: 1;
  }
}
#campaign .block .pickup_slide .splide__arrow--prev {
  background: url("../img/common/nav-prev.png") center no-repeat;
  background-size: 100% 100%;
  left: auto;
  right: calc(50% + 30.6878306878vw);
}
#campaign .block .pickup_slide .splide__arrow--prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("../img/common/nav-prev-o.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  #campaign .block .pickup_slide .splide__arrow--prev:hover:before {
    opacity: 1;
  }
}
#campaign .block .pickup_slide .pickup_slide_splide {
  visibility: visible;
}
#campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .splide__list {
  width: 77.380952381vw;
  margin: 0 auto !important;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
#campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .splide__list .splide__slide {
  width: 37.3677248677vw;
}
@media (max-width: 750px) {
  #campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .splide__list .splide__slide {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .splide__list {
    width: 100%;
    flex-direction: column;
  }
}
#campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .photo .photo-inner {
  opacity: 1;
  transform: none;
}
#campaign .block .pickup_slide .pickup_slide_splide:not(.is-initialized) .desc {
  opacity: 1;
}
#campaign .block .pickup_slide .pickup_slide_splide.is-initialized {
  justify-content: initial;
}
@media (max-width: 750px) {
  #campaign .block .pickup_slide {
    padding: 0 9.9502487562vw;
  }
  #campaign .block .pickup_slide .pickup_slide_splide .splide__track {
    overflow: visible;
  }
  #campaign .block .pickup_slide .pickup_slide_splide .splide__list {
    transform: none !important;
    display: block;
  }
  #campaign .block .pickup_slide .pickup_slide_splide .splide__slide {
    width: 100% !important;
    flex: none !important;
  }
  #campaign .block .pickup_slide .splide__slide + .splide__slide {
    margin-top: 5.9701492537vw;
  }
}
#campaign .block .splide__pagination {
  position: static;
  margin: 0.9259259259vw 0 0;
}
#campaign .block .splide__pagination li, #campaign .block .splide__pagination button {
  margin: 0;
  line-height: 0;
}
#campaign .block .splide__pagination li {
  padding: 0 0.1984126984vw;
}
#campaign .block .splide__pagination button {
  background: #FF7E7E;
  width: 0.5291005291vw;
  height: 0.5291005291vw;
  transition: all 0.35s ease;
  opacity: 1;
  border-radius: 10000px;
}
#campaign .block .splide__pagination button.is-active {
  transform: none;
  width: 2.7777777778vw;
  background: #FA0014;
}
#campaign .block .row {
  display: flex;
  width: 82.2751322751vw;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #campaign .block .row {
    width: 100%;
    flex-direction: column;
  }
}
#campaign .block .row .col {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 2.4801587302vw;
}
@media (max-width: 750px) {
  #campaign .block .row .col {
    width: 100%;
    padding: 0 12.6865671642vw;
  }
  #campaign .block .row .col + .col {
    margin-top: 5.9701492537vw;
  }
}
#campaign .block .row .photo {
  border-radius: 1.1243386243vw;
  overflow: hidden;
  box-shadow: 0 0 0.5291005291vw 0 rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
}
@media (max-width: 750px) {
  #campaign .block .row .photo {
    border-radius: 3.9800995025vw;
    box-shadow: 0 0 1.9900497512vw 0 rgba(0, 0, 0, 0.12);
  }
}
#campaign .block .row .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 1.1243386243vw;
  border: 0.3306878307vw solid #0042BC;
  transition: all 0.35s ease;
  opacity: 0;
}
#campaign .block .row .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.7412935323vw;
  cursor: pointer;
  transition: all 0.35s ease;
}
#campaign .block .row .desc:after {
  content: "";
  display: inline-block;
  width: 4.4776119403vw;
  height: 4.4776119403vw;
  margin-left: 1.9900497512vw;
  background: url("../img/campaign/icon-plus.png") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 751px) {
  #campaign .block .row .desc:after {
    width: 1.5873015873vw;
    height: 1.5873015873vw;
    margin-left: 0.6613756614vw;
  }
}
@media (max-width: 750px) {
  #campaign .block .row .desc:after {
    margin-top: 0.4975124378vw;
  }
}
@media (min-width: 751px) {
  #campaign .block .row .item {
    cursor: pointer;
  }
}
@media (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  #campaign .block .row .item:hover .photo:before {
    opacity: 1;
  }
  #campaign .block .row .item:hover .desc {
    color: #0042BC;
  }
}
#campaign .block:nth-child(3) {
  position: relative;
}
#campaign .block:nth-child(3) .side-figure {
  position: absolute;
  top: -14.3518518519vw;
  left: -17.791005291vw;
  width: 44.9735449735vw;
  height: 40.1455026455vw;
  background: url("../img/campaign/side-figure.png") center no-repeat;
  background-size: 100% 100%;
  transform: translate(-100%, 0);
  transition: transform 0.5s ease;
}
#campaign .block:nth-child(3) .side-figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/campaign/side-figure-txt.png") center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transform: translate(-10px, 0);
  transition: all 0.5s ease 0.4s;
}
@media (max-width: 750px) {
  #campaign .block:nth-child(3) .side-figure:before {
    background-image: url("../img/campaign/side-figure-txt-sp.png");
  }
}
#campaign .block:nth-child(3) .side-figure[style*="visibility: visible;"] {
  transform: none;
}
#campaign .block:nth-child(3) .side-figure[style*="visibility: visible;"]:before {
  opacity: 1;
  transform: none;
}
@media (max-width: 750px) {
  #campaign .block:nth-child(3) .side-figure {
    top: -49.7512437811vw;
    left: -30.8457711443vw;
    width: 88.8059701493vw;
    height: 79.1044776119vw;
    background: url("../img/campaign/side-figure-sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}

#comingsoon {
  padding: 6.6137566138vw 0 1.5211640212vw;
}
@media (max-width: 750px) {
  #comingsoon {
    padding: 14.1791044776vw 0 5.4726368159vw;
  }
}
#comingsoon .section-ttl {
  font-size: 3.7037037037vw;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 6.8121693122vw;
}
@media (max-width: 750px) {
  #comingsoon .section-ttl {
    font-size: 7.960199005vw;
    margin-bottom: 10.447761194vw;
    letter-spacing: 0.02em;
  }
}
#comingsoon .container {
  width: 83.664021164vw;
  margin: 0 auto;
}
#comingsoon .row {
  display: flex;
  align-items: center;
  padding: 0 0 0 9.4576719577vw;
}
@media (max-width: 750px) {
  #comingsoon .row {
    flex-direction: column;
    padding: 0;
  }
}
#comingsoon .photo {
  width: 19.6428571429vw;
  position: relative;
}
@media (max-width: 750px) {
  #comingsoon .photo {
    width: 68.9054726368vw;
    padding-top: 5.9701492537vw;
    order: 2;
    margin-top: 16.4179104478vw;
  }
  #comingsoon .photo > img {
    width: 44.776119403vw;
  }
}
#comingsoon .photo span {
  position: absolute;
  top: 0.5291005291vw;
  left: calc(100% - 2.6455026455vw);
  width: 15.6746031746vw;
}
@media (max-width: 750px) {
  #comingsoon .photo span {
    width: 35.8208955224vw;
    top: 0;
    left: auto;
    right: -0.9950248756vw;
  }
}
#comingsoon .txt {
  width: calc(100% - 19.6428571429vw);
  box-sizing: border-box;
  padding-left: 12.962962963vw;
  font-size: 2.1164021164vw;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  #comingsoon .txt {
    width: auto;
    display: inline-block;
    order: 1;
    padding: 0;
    letter-spacing: 0;
    font-size: 4.9751243781vw;
  }
}

#from-umios {
  padding-top: 6.4814814815vw;
  padding-bottom: 2.1825396825vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #from-umios {
    padding-top: 14.9253731343vw;
    padding-bottom: 0;
  }
  #from-umios .umios_slide_splide {
    visibility: visible;
  }
  #from-umios .splide__list {
    display: flex;
    flex-direction: column;
  }
}
#from-umios .section-ttl {
  font-size: 3.7037037037vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4.4312169312vw;
}
@media (max-width: 750px) {
  #from-umios .section-ttl {
    font-size: 7.960199005vw;
    margin-bottom: 6.4676616915vw;
  }
}
#from-umios .container {
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #from-umios .container {
    width: 80.0995024876vw;
  }
}
#from-umios .splide__slide {
  padding: 0.8597883598vw 0vw 0;
}
@media (max-width: 750px) {
  #from-umios .splide__slide {
    padding-top: 3.2338308458vw;
  }
  #from-umios .splide__slide + .splide__slide {
    margin-top: 1.2437810945vw;
  }
}
#from-umios .item-inner {
  position: relative;
  display: block;
  border: 0.1322751323vw solid #0042BC;
  border-radius: 0.7936507937vw;
  padding: 1.455026455vw 0.9920634921vw;
  background-color: #fff;
}
@media (max-width: 750px) {
  #from-umios .item-inner {
    border-width: 0.4975124378vw;
    padding: 5.4726368159vw 3.9800995025vw 5.9701492537vw;
    border-radius: 2.9850746269vw;
  }
}
#from-umios .item-inner:visited {
  color: inherit;
}
#from-umios .item-inner:hover {
  text-decoration: none;
}
@media (min-width: 751px) {
  #from-umios .item-inner:hover .item-content .button {
    background-color: #0042BC;
    color: #fff;
  }
  #from-umios .item-inner:hover .item-content .button i {
    background-color: #fff;
  }
  #from-umios .item-inner:hover .item-content .button i:before {
    border-color: #0042BC;
  }
}
#from-umios .item-photo {
  position: relative;
  overflow: hidden;
}
@media (min-width: 751px) {
  #from-umios .item-photo {
    border-radius: 0.6613756614vw;
    height: 12.962962963vw;
  }
}
@media (max-width: 750px) {
  #from-umios .item-photo {
    height: 48.7562189055vw;
    border-radius: 2.4875621891vw;
  }
}
#from-umios .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#from-umios .item-content {
  color: #0042BC;
}
@media (min-width: 751px) {
  #from-umios .item-content {
    margin-top: 1.1904761905vw;
    padding-bottom: 5.291005291vw;
  }
}
@media (max-width: 750px) {
  #from-umios .item-content {
    flex: 1;
    padding-top: 2.9850746269vw;
    padding-bottom: 7.960199005vw;
    position: relative;
  }
}
#from-umios .item-content .label span {
  color: #fff;
  font-size: 1.0582010582vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 1.7857142857vw;
  width: 9.126984127vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.7857142857vw;
  line-height: 1.5;
  padding-bottom: 0.2645502646vw;
}
@media (max-width: 750px) {
  #from-umios .item-content .label span {
    font-size: 3.4825870647vw;
    width: 30.8457711443vw;
    height: 6.4676616915vw;
    border-radius: 6.4676616915vw;
  }
}
#from-umios .item-content .label.--manga span {
  background-color: #FA0014;
}
#from-umios .item-content .label.--report span {
  background-color: #0042BC;
}
#from-umios .item-content .title {
  margin-top: 0.7936507937vw;
  font-size: 1.1904761905vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (max-width: 750px) {
  #from-umios .item-content .title {
    font-size: 4.4776119403vw;
    margin-top: 1.9900497512vw;
  }
}
#from-umios .item-content .date {
  font-size: 0.9259259259vw;
  font-weight: 700;
  margin-top: 0.3306878307vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  #from-umios .item-content .date {
    font-size: 2.9850746269vw;
    margin-top: 0.9950248756vw;
  }
}
#from-umios .item-content .button {
  position: absolute;
  bottom: 1.5211640212vw;
  right: 1.0582010582vw;
  width: 5.753968254vw;
  height: 2.1164021164vw;
  border: 1px solid #0042BC;
  border-radius: 2.1164021164vw;
  color: #0042BC;
  font-size: 1.1904761905vw;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1322751323vw;
}
@media (min-width: 751px) {
  #from-umios .item-content .button {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .item-content .button {
    font-size: 4.4776119403vw;
    width: 21.6417910448vw;
    height: 7.960199005vw;
    border-radius: 7.960199005vw;
    bottom: 0;
    right: 0;
    padding-bottom: 0.4975124378vw;
  }
}
#from-umios .item-content .button i {
  width: 1.1904761905vw;
  height: 1.1904761905vw;
  border-radius: 100%;
  position: relative;
  background-color: #0042BC;
  margin-left: 0.5291005291vw;
  transform: translateY(0.0661375661vw);
}
@media (min-width: 751px) {
  #from-umios .item-content .button i {
    transition: background-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .item-content .button i {
    width: 4.4776119403vw;
    height: 4.4776119403vw;
    margin-left: 1.9900497512vw;
    transform: translateY(0.2487562189vw);
  }
}
#from-umios .item-content .button i:before {
  content: "";
  position: absolute;
  top: 0.3968253968vw;
  left: 0.3306878307vw;
  border: solid #fff;
  border-width: 0 0.0661375661vw 0.0661375661vw 0;
  display: inline-block;
  padding: 0.1322751323vw;
  transform: rotate(-45deg);
}
@media (min-width: 751px) {
  #from-umios .item-content .button i:before {
    transition: border-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .item-content .button i:before {
    top: 1.4925373134vw;
    left: 1.2437810945vw;
    border-width: 0 0.4975124378vw 0.4975124378vw 0;
    padding: 0.4975124378vw;
  }
}
#from-umios .item.--new {
  position: relative;
}
#from-umios .item.--new:before {
  content: "new";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.7037037037vw;
  height: 1.6534391534vw;
  font-size: 1.1904761905vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FA0014;
  background-color: #fff;
  border: 1px solid #FA0014;
  border-radius: 6.6137566138vw;
  position: absolute;
  top: -0.7275132275vw;
  left: 1.9841269841vw;
  z-index: 1;
  pointer-events: none;
  line-height: 1.5;
  padding-bottom: 0.3968253968vw;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #from-umios .item.--new:before {
    font-size: 4.4776119403vw;
    width: 13.9303482587vw;
    height: 6.2189054726vw;
    top: -3.2338308458vw;
    left: 4.4776119403vw;
    padding-bottom: 1.4925373134vw;
  }
}
#from-umios .item.--new:before {
  left: 1.1904761905vw;
}
@media (max-width: 750px) {
  #from-umios .item.--new:before {
    top: -2.736318408vw;
    left: 4.4776119403vw;
  }
}
#from-umios .splide__arrow {
  position: absolute;
  width: 4.4973544974vw;
  height: 4.6296296296vw;
  background: #0042BC;
  opacity: 1;
  top: 51.5%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
}
@media (max-width: 750px) {
  #from-umios .splide__arrow {
    display: none;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #from-umios .splide__arrow:hover {
    opacity: 0.8;
  }
}
#from-umios .splide__arrow svg {
  display: none;
}
#from-umios .splide__arrow--next {
  background: url("../img/common/nav-next.png") center no-repeat;
  background-size: 100% 100%;
  right: -8.7301587302vw;
}
#from-umios .splide__arrow--next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("../img/common/nav-next-o.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  #from-umios .splide__arrow--next:hover:before {
    opacity: 1;
  }
}
#from-umios .splide__arrow--prev {
  background: url("../img/common/nav-prev.png") center no-repeat;
  background-size: 100% 100%;
  left: -8.7301587302vw;
}
#from-umios .splide__arrow--prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url("../img/common/nav-prev-o.png");
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  #from-umios .splide__arrow--prev:hover:before {
    opacity: 1;
  }
}
#from-umios .buttonlink {
  text-align: center;
  margin-top: 4.2328042328vw;
}
@media (max-width: 750px) {
  #from-umios .buttonlink {
    margin-top: 9.9502487562vw;
  }
}
#from-umios .buttonlink a {
  width: 15.4761904762vw;
  height: 3.835978836vw;
  border: 2px solid #0042BC;
  border-radius: 661.3756613757vw;
  color: #0042BC;
  font-size: 1.8518518519vw;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.1322751323vw;
  text-decoration: none;
  letter-spacing: 0;
}
@media (min-width: 751px) {
  #from-umios .buttonlink a {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .buttonlink a {
    font-size: 6.9651741294vw;
    width: 58.2089552239vw;
    height: 14.4278606965vw;
    border-radius: 113070.8955223881vw;
    padding-bottom: 0.4975124378vw;
  }
}
#from-umios .buttonlink a i {
  width: 2.1164021164vw;
  height: 2.1825396825vw;
  border-radius: 100%;
  position: relative;
  background-color: #0042BC;
  margin-left: 0.9920634921vw;
  transform: translateY(0.0661375661vw);
}
@media (min-width: 751px) {
  #from-umios .buttonlink a i {
    transition: background-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .buttonlink a i {
    width: 7.960199005vw;
    height: 8.2089552239vw;
    margin-left: 3.4825870647vw;
    transform: translateY(0.2487562189vw);
  }
}
#from-umios .buttonlink a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #fff;
  border-width: 0 0.1984126984vw 0.1984126984vw 0;
  display: inline-block;
  padding: 0.2645502646vw;
  transform: translate(-75%, -50%) rotate(-45deg);
}
@media (min-width: 751px) {
  #from-umios .buttonlink a i:before {
    transition: border-color 0.3s ease;
  }
}
@media (max-width: 750px) {
  #from-umios .buttonlink a i:before {
    border-width: 0 0.7462686567vw 0.7462686567vw 0;
    padding: 0.9950248756vw;
  }
}
@media (min-width: 751px) and (hover: hover) {
  #from-umios .buttonlink a:hover {
    background: #0042BC;
    color: #fff;
  }
  #from-umios .buttonlink a:hover i {
    background: #fff;
  }
  #from-umios .buttonlink a:hover i:before {
    border-color: #0042BC;
  }
}

#umios-sec {
  padding: 0 0 4.6296296296vw;
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
#umios-sec:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #0042BC;
}
@media (max-width: 750px) {
  #umios-sec {
    padding: 0 0 15.92039801vw;
    margin-top: 15.92039801vw;
  }
}
#umios-sec.comingsoon {
  padding: 15.0793650794vw 0 4.6296296296vw;
  background: #0042BC;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  #umios-sec.comingsoon {
    padding: 26.1194029851vw 0 15.92039801vw;
  }
}
#umios-sec.comingsoon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10.4497354497vw;
  background: url("../img/comingsoon/comingsoon-bottom.png") center bottom no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  #umios-sec.comingsoon:before {
    background: url("../img/comingsoon/comingsoon-bottom-sp.png") center bottom no-repeat;
    background-size: 100% 100%;
    height: 10.447761194vw;
    top: -1px;
  }
}
#umios-sec .img {
  margin-bottom: 4.9603174603vw;
}
@media (max-width: 750px) {
  #umios-sec .img {
    margin-bottom: 17.4129353234vw;
  }
}
#umios-sec .container {
  width: 64.9470899471vw;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #umios-sec .container {
    width: 90.0497512438vw;
  }
}
#umios-sec .container .box {
  background: #fff;
  color: #0042BC;
  border: 0.6613756614vw solid #F5F5F5;
  border-radius: 2.3148148148vw;
  padding: 3.2407407407vw 5.0264550265vw 3.2407407407vw 5.8201058201vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #umios-sec .container .box {
    padding: 6.9651741294vw 5.4726368159vw;
    border-width: 1.7412935323vw;
    border-radius: 7.960199005vw;
    flex-direction: column;
  }
}
#umios-sec .container .box .logo {
  width: 16.9312169312vw;
  border-radius: 50%;
  box-shadow: 0 0 1.1904761905vw 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  #umios-sec .container .box .logo {
    width: 39.8009950249vw;
    margin-top: 5.9701492537vw;
    box-shadow: 0 0 2.9850746269vw 0 rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 750px) {
  #umios-sec .container .box .left {
    width: 100%;
  }
}
#umios-sec .container .box .left h2 {
  font-size: 3.6058201058vw;
  line-height: 1.25;
  font-weight: 700;
  color: #FA0014;
  margin-bottom: 0.6613756614vw;
  letter-spacing: 0.03em;
  text-indent: -0.3306878307vw;
}
@media (max-width: 750px) {
  #umios-sec .container .box .left h2 {
    font-size: 6.9651741294vw;
    margin-bottom: 1.7412935323vw;
  }
}
#umios-sec .container .box .left p {
  font-size: 1.212962963vw;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 750px) {
  #umios-sec .container .box .left p {
    letter-spacing: 0.05em;
    margin-right: -1.7412935323vw;
    font-size: 3.4825870647vw;
  }
}
#umios-sec .container .box .link {
  position: absolute;
  bottom: 1.5873015873vw;
  right: 1.5873015873vw;
  width: 3.373015873vw;
  height: 3.4391534392vw;
  background: url("../img/umios-sec/icon-banner.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}
@media (max-width: 750px) {
  #umios-sec .container .box .link {
    width: 11.9402985075vw;
    height: 12.4378109453vw;
    bottom: 4.2288557214vw;
    right: 2.736318408vw;
  }
}
#umios-sec .container .box .link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/umios-sec/icon-banner-o.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  transition: all 0.35s ease;
  opacity: 0;
}
@media (min-width: 751px) and (hover: hover) {
  #umios-sec .container .box:hover {
    text-decoration: none;
  }
  #umios-sec .container .box:hover .link:before {
    opacity: 1;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
}

.b-footer__tagline {
  margin: auto;
}

@media screen and (min-width: 751px) {
  .b-footer__tagline {
    width: 54.7584187408vw;
    padding: 7.027818448vw 0;
  }
}
@media screen and (max-width: 750px) {
  .b-footer__tagline {
    width: 87.2vw;
    padding: 22.1333333333vw 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  font-weight: normal;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.modal.active {
  opacity: 1;
  z-index: 1000000;
  visibility: visible;
}
.modal.active .modal-mv {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal.active .modal-overlay {
  backdrop-filter: blur(20px);
}
.modal .btn-close {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: calc(100% + 3.7037037037vw);
  z-index: 6;
  width: 4.6296296296vw;
  height: 1.1243386243vw;
  line-height: 1;
}
.modal .btn-close img {
  width: 100%;
  height: 100%;
}
.modal .btn-close.disabledClick {
  pointer-events: none;
}
@media (max-width: 750px) {
  .modal .btn-close {
    top: calc(100% + 5.9701492537vw);
    right: 0;
    width: 13.9303482587vw;
    height: 3.2338308458vw;
    left: auto;
  }
}
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.35s ease;
  min-height: calc(100vh + 10px);
}
.modal .modal-overlay.disabledClick {
  pointer-events: none;
}
.modal .modal-mv {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 80%;
  transform: translate3d(0, 20px, 0);
  transition: all 0.35s ease;
  max-width: 98%;
  opacity: 0;
}
@media (max-width: 750px) {
  .modal .modal-mv {
    width: 90%;
    height: auto;
    max-height: 80vh;
  }
}
.modal .modal-outer {
  height: 100%;
}
@media (max-width: 750px) {
  .modal .modal-outer {
    box-sizing: border-box;
  }
}
.modal .modal-inner {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  overflow: auto;
}
@media (max-width: 750px) {
  .modal .modal-inner {
    flex-direction: column;
    background: none;
    height: 100%;
    justify-content: flex-start;
    overflow: auto;
  }
}

.modalActive #site-header {
  opacity: 0;
  visibility: hidden;
}

.wow {
  opacity: 0;
  animation-duration: 0.7s;
}
.wow[style*="visibility: visible;"] {
  opacity: 1;
}

.page-top {
  bottom: calc(env(safe-area-inset-bottom) + 10px);
  z-index: 5;
}

.site-footer:before {
  display: none;
}