/** @format */

@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  scroll-behavior: smooth;
}
.clearFix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  overflow: hidden;
  content: ".";
}
.alttext {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
hr {
  display: none;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
  left: 0;
}
html,
body {
  width: 100%;
}
audio,
embed,
img,
object,
video {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body {
  color: #3f3f3f;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo,
    游ゴシック体, Yu Gothic, YuGothic, MS Pゴシック, MS PGothic, sans-serif;
}
body.comingsoon .bg:before {
  display: none;
}
body.comingsoon .main {
  padding: 4rem 0;
}
body .wrapper__inner {
  display: flex;
  flex-direction: column;
}
body .wrapper__inner main {
  flex-grow: 1;
}
html {
  font-size: 16px;
  font-size: clamp(10px, 3.8vw, 22px);
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
img {
  backface-visibility: hidden;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  max-width: 100%;
  user-select: none;
}
.cover {
  visibility: visible;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120lvh;
  transform: translateZ(0);
  background: #1a9fe3;
  opacity: 1;
  transition: all 0s ease 0s;
}
.cover.cover-inner {
  height: 100svh;
}
.cover .frame {
  z-index: 1;
  position: absolute !important;
}
.cover .cover__inner {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100svh;
}
.cover .mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in;
}
.cover .mark .base {
  opacity: 0.5;
}
.cover .mark .loader {
  opacity: 1;
  stroke-dasharray: 140;
  stroke-dashoffset: 100;
  animation: load 1s linear 0s infinite;
  animation-fill-mode: both;
}
.cover .mark svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cover .mark svg circle {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 5px;
  transition: all 0.2s ease;
}
.cover .mark > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.cover.--hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease 0.1s;
}
@keyframes load {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease 0s;
  will-change: transform;
}
.modal.--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.modal__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal .btn-close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.-sp {
  display: none !important;
}
.wrapper {
  background: #fff;
}
.--yellow {
  color: #fff116;
}
a {
  color: #000;
}
.header {
  overflow: hidden;
}
.header-stitch {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease 0.5s;
}
.header-logo {
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out 0.5s;
}
.header__inner {
  position: relative;
}
.header__inner a {
  display: block;
  z-index: 1;
  position: relative;
}
.header-btns {
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
  padding: 2% 3%;
  backface-visibility: hidden;
  background: #3370ca;
}
.header-btns.--nosticky {
  position: relative;
  top: auto;
  left: auto;
}
.header-btns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-btns__item {
  width: 48.6%;
  padding: 1.4% 0;
}
.header.--hide .header-stitch {
  transform: translate(-100%);
  transition: all 0s ease 0s !important;
}
.header.--hide .header-logo {
  transform: translate(-16%);
  transition: all 0s ease 0s !important;
}
.footer {
  padding-bottom: 1rem;
  background: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.footer-banner {
  padding: 7%;
}
.footer-banner__item {
  padding-top: 4%;
}
.footer-banner__item:first-child {
  padding-top: 0;
}
.footer-banner__item img,
.footer-banner__item a {
  display: block;
}
.footer-link {
  max-width: 50em;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.footer-link__item {
  display: inline-block;
}
.footer-link__item a {
  padding: 0 0.5em;
  color: #000;
  text-decoration: underline;
}
.footer-illust {
  background: url(../images/home/illust-bg.png) repeat-x center center;
  background-size: auto 100%;
}
.footer-illust img {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.main {
  background: #84c9ff;
}
.main__inner {
  overflow: hidden;
}
.main-content {
  width: 72.9166666667%;
}
.banner {
  position: relative;
  padding: 4% 3%;
}
.banner__item {
  margin-top: 3%;
}
.banner__item:first-child {
  margin-top: 0;
}
.banner__item img {
  display: block;
}
.banner__item a {
  display: block;
  position: relative;
}
.banner-stitch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  transform: translateY(12%);
  pointer-events: none;
}
.banner-stitch img {
  transition: all 0.3s ease-out 0.5s;
}
.banner-stitch.--hide img {
  transform: translate(-100%);
  transition: all 0s ease 0s !important;
}
.info {
  padding-top: 2%;
  overflow: hidden;
}
.info-swiper {
  position: relative;
  width: 86%;
  margin: 3% auto;
  overflow: hidden;
  overflow: visible !important;
}
.info-swiper-container {
  display: flex;
}
.info-swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 0 1.5%;
}
.info-swiper-btn--prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -5%;
  width: 8.2%;
  transform: translateY(-50%);
}
.info-swiper-btn--next {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -5%;
  width: 8.2%;
  transform: translateY(-50%);
}
h2 img {
  display: block;
}
.alart {
  display: flex;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  transform: translateZ(0);
  background: #000c;
  font-size: 1rem;
  transition: all 0.3s ease 0s;
}
.alart p {
  line-height: 1.7;
}
.alart p + p {
  padding-top: 1rem;
}
.alart--active {
  visibility: visible;
  opacity: 1;
}
.alart__text span {
  display: block;
}
.alart__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
}
.alart__container {
  box-sizing: border-box;
  position: relative;
  max-width: 90%;
  padding: 4rem 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.2rem;
  background: #fff;
  text-align: center;
}
.alart-btn {
  padding-top: 1rem;
}
.alart-btn .-btn {
  width: 100%;
  padding: 1rem 3rem;
  border-radius: 2rem;
  background: #488aec;
  color: #fff;
  font-size: 1.3rem;
}
.alart-btn__label--disabled {
  opacity: 0.7;
  pointer-events: none;
}
.alart-btn__label.-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.alart-age-select {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.alart-age-select select {
  padding: 0.5rem;
  border-radius: 0.4rem;
  color: #000;
  font-size: 16px;
  font-size: 18px;
}
.alart-age-select span {
  display: block;
  padding: 0.5rem;
}
.alart-age-reject {
  visibility: hidden;
  color: #488aec;
  font-weight: 700;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.alart-age-reject.--active {
  visibility: visible;
  opacity: 1;
}
.alart-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
.alart-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
}
.alart-checkbox a {
  color: #fff;
  text-decoration: underline;
}
.alart .modal-close {
  padding-top: 2rem;
  color: #000;
  font-size: 1.2rem;
  text-decoration: underline;
}
.alart-copytext {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.alart-copytext.--active {
  animation: copytext 2s ease 0s;
}
.alart-copytext__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  background: #ff4a4a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}
@keyframes copytext {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.camera {
  background: #fff;
}
.camera .wrapper {
  position: relative;
  overflow: hidden;
}
.camera .wrapper.--hide:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a9fe3;
  content: "";
}
.camera--pc {
  background: #baedff;
}
.camera--pc .wrapper__inner {
  background: #1a9fe3;
}
.camera--pc .footer {
  background: #fff;
}
.camera--pc .footer-banner {
  box-sizing: border-box;
  width: 100%;
  max-width: min(60svh, 565px);
  margin: 0 auto;
  padding-top: 2rem;
}
.camera--pc .camera-header {
  aspect-ratio: 1142/969;
  background-image: url(../images/camerad/top/bg-pc.png);
}
.camera--pc .camera-header__inner {
  padding: 0 6%;
}
.camera--pc .camera-main {
  padding: 0 6.1%;
  background: #fff;
}
.camera--pc .camera-main__inner {
  padding-bottom: 4rem;
  background: #1a9fe3;
}
.camera--pc .camera-main-image__wrapper {
  margin-top: -29%;
}
.camera--pc .camera-main .footer-banner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 0;
  background: #1a9fe3;
}
.camera--pc .camera-main .footer-banner a,
.camera--pc .camera-main .footer-banner a img {
  display: block;
  width: 100%;
}
.camera--pc .camera-main-qr {
  position: relative;
  margin: -8% auto 0;
  padding-top: 10%;
  color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  line-height: 1.6;
}
.camera--pc .camera-main-qr p {
  padding-bottom: 1.5rem;
  text-align: center;
}
.camera--pc .camera-main-qr-image {
  aspect-ratio: 1/1;
  width: 50%;
  margin: 0 auto;
  background: #fff;
}
.camera-header {
  background: url(../images/camerad/top/bg.png) no-repeat center top #1a9fe3;
  background-size: 100% auto;
}
.camera-header-logo {
  width: 52.2%;
  margin: 0 auto;
  padding: 3% 0 2%;
}
.camera-header-title {
  width: 95%;
  margin: 0 auto;
  padding: 4% 0 5%;
}
.camera-header-desc {
  width: 88.8%;
  margin: 0 auto;
}
.camera-main {
  position: relative;
  padding-bottom: 1rem;
  background: #1a9fe3;
}
.camera-main__inner {
  position: relative;
  padding-top: 5%;
  padding-bottom: 1rem;
}
.camera-main-image__wrapper {
  box-sizing: border-box;
  aspect-ratio: 824/1546;
  width: 82.4%;
  margin: 0 auto;
  padding: 24% 7.7% 10% 7.6% !important;
  overflow: hidden;
  background: url(../images/camerad/top/phone.webp) no-repeat center top;
  background-size: contain;
}
.camera-main-image__wrapper-inner {
  position: relative;
  width: 100%;
}
.camera-main-image__item {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 672/1123;
}
.camera-main-btns {
  box-sizing: border-box;
  padding: 0 0 4%;
}
.camera-main-btns__title {
  padding: 0.4rem 0;
}
.camera-main-btns__item {
  display: block;
  width: 80%;
  margin: 5% auto 0;
}
.camera-main-btns__item.--small {
  width: 56%;
}
.camera-main .footer-banner {
  padding: 3% 4% 7%;
}
.camera-main-star {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.camera-main-star--1 {
  bottom: 1.2rem;
  left: 90%;
  width: 9.9%;
}
.camera-main-star--2 {
  bottom: 0rem;
  left: 15%;
  width: 9.9%;
}
.camera-main-star--3 {
  bottom: 3rem;
  left: 7.6%;
  width: 4.8%;
}
.camera .bg {
  display: none;
}
.camera .wrapper {
  box-shadow: none;
}
.camera-preview-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.camera-content {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100lvh;
  overflow: auto;
  background: #1a9fe3;
}
.camera-content.--active {
  display: block;
}
.camera-content__inner {
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 1000/1750;
  width: 100%;
  max-width: 600px;
  height: 100svh;
  margin: 0 auto;
  padding-bottom: 10%;
}
.camera-content-camera {
  z-index: 0;
  position: relative;
  aspect-ratio: 1000/1250;
  width: 100%;
  overflow: hidden;
  background: #ccc;
}
.camera-content-camera canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.camera-content-camera canvas.--hide {
  background: #ffffffb3;
}
.camera-content-camera video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.camera-content-camera video.--user {
  transform: rotateY(180deg);
}
.camera-content-camera video.--active {
  display: block;
}
.camera-content-ui {
  display: flex;
  display: none;
  z-index: 1;
  position: relative;
  align-items: flex-start;
}
.camera-content-ui:before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: #ff4a4a;
  content: "";
}
.camera-content-ui.--active {
  display: flex;
}
.camera-content-ui-item {
  width: 33.3333333333%;
}
.camera-content-ui-item--left button {
  display: block;
  width: 80%;
  width: 75%;
  margin: 5% auto 0;
}
.camera-content-ui-item--right button {
  display: block;
  width: 80%;
  width: 75%;
  margin: 3% auto 0;
}
.camera-content-ui-item--center {
  margin-top: -2.3rem;
}
.camera-content-ui-item--center button {
  display: block;
  width: 90%;
  width: 82%;
  margin: 0 auto;
}
.camera-content-ui--photo .camera-content-ui-item--left button {
  display: block;
  margin-top: 3%;
}
.camera-content-ui--photo-select .camera-content-ui-item--left,
.camera-content-ui--photo-select .camera-content-ui-item--right {
  width: 16%;
}
.camera-content-ui--photo-select .camera-content-ui-item--center {
  width: 68%;
  margin-top: 10%;
}
.camera-content-ui--photo-select .camera-content-ui-item--center button {
  width: 90%;
}
.camera-content-ui--photo-select
  .camera-content-ui-item--center
  button.btn-cancel {
  width: 40%;
  padding-top: 5.5%;
}
.camera-content-thumbs {
  display: none;
  width: 60%;
  margin: 0 auto;
}
.camera-content-thumbs.--active {
  display: flex;
}
.camera-content-thumbs-item {
  display: block;
  margin: 0 3%;
  border-radius: 50%;
  background: #fff;
}
.camera-content-thumbs-item.--active {
  background: #bde2ff;
}
.camera-content-guide {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease 0s;
}
.camera-content-guide.--active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.camera-result {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  overflow: auto;
  background: #fff;
  opacity: 0;
}
.camera-result.--active {
  visibility: visible;
  opacity: 1;
}
.camera-result-camp {
  width: 86%;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 10.4651162791%;
  padding-bottom: 2rem;
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
}
.camera-result-camp p {
  display: block;
  width: 81.3953488372%;
  margin: 0 auto;
  padding-bottom: 1.5rem !important;
}
.camera-result__btns {
  display: flex;
  justify-content: space-between;
  width: 88.7209302326%;
  margin: 0 auto;
  padding-top: 5.8139534884%;
}
.camera-result__btns a {
  display: block;
  width: 48%;
}
.camera-result__banner {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
.camera-result__inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 26%;
  color: #fff;
  text-align: center;
}
.camera-result__inner a {
  color: #fff;
  text-decoration: underline;
}
.camera-result-container {
  position: relative;
  aspect-ratio: 1000/1250;
  width: 100%;
  background: #ccc;
}
.camera-result-container canvas {
  display: block;
  visibility: hidden;
  position: relative;
  max-width: 100%;
}
.camera-result__save-text {
  z-index: 3;
  position: relative;
  width: 82.3255813953%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 4%;
  pointer-events: none;
}
.camera-result-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.camera-result-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.camera-result-text {
  position: relative;
  padding: 1.5rem 7% 2.5rem;
  background: #1a9fe3;
}
.camera-result-text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: #ff4a4a;
  content: "";
}
.camera-result-text p {
  padding: 1rem 0;
  color: #fff;
  text-align: center;
}
.camera-result-text--1 {
  padding: 2rem 0 0 !important;
}
.camera-result__mark {
  display: block;
  width: 4%;
  margin: 0 auto;
}
.camera-result__btn-save {
  max-width: 80%;
  margin: 0 auto;
}
.camera-result__btn-retry {
  max-width: 40%;
  margin: 0 auto;
}
.camera-result__btn-copy {
  padding: 1.5rem 0;
}
.camera-result__btn-camp {
  width: 88.7209302326%;
  margin: 0 auto;
}
.camera-result__btnlist {
  padding-bottom: 5%;
}
.camera-result__btnlist button {
  display: block;
  margin-top: 5%;
}
.camera-result__close {
  display: block;
  display: none;
  position: relative;
  aspect-ratio: 1/1;
  width: 14%;
  margin: 2% auto 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #488aec;
}
.camera-result__close:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 8%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 3px;
  background: #fff;
  content: "";
}
.camera-result__close:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 8%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 3px;
  background: #fff;
  content: "";
}
.camera-result__dl {
  font-weight: 700;
}
.camera-result__dl.--hide {
  display: none;
}
.camera-result__dl p {
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.camera-result__dl button {
  color: #fff000;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
}
.camera-flash {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.camera-flash.--active {
  display: block;
  visibility: hidden;
  animation: flash 1.5s ease-out;
  opacity: 1;
}
.camera .note {
  width: 75%;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.camera .note dt {
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
#camera-behind {
  visibility: hidden;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  pointer-events: none;
}
@keyframes flash {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
#ui-reverse {
  width: 38%;
  margin-top: 1%;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.swiper {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  width: var(--swiper-virtual-size);
  height: 1px;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  z-index: 10;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  z-index: 10;
  position: absolute;
  transform: translateZ(0);
  text-align: center;
  transition: 0.3s opacity;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  display: inline-block;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  position: absolute;
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  touch-action: none;
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}
@media only screen and (min-width: 750px) {
  .wrapper {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 24px #136db3;
  }
  .camera .wrapper {
    max-width: 58svh;
    margin: 0 auto;
    overflow: visible;
    font-size: 0.9rem;
  }
  .camera--pc .wrapper {
    max-width: 60svh;
    text-align: center;
  }
  .camera--pc .footer {
    font-size: 14px;
  }
  .camera-content {
    left: 50%;
    max-width: 58svh;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 750px) {
  .modal .btn-close {
    width: 11.7333333333vw;
  }
  .-sp {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
  .header__inner {
    flex-direction: column;
  }
  .header__inner h1,
  .main-content {
    width: 100%;
  }
  .alart-copytext__inner {
    max-width: 600px;
  }
}
