/* Scss Document */
html:not(.responsive) {
  min-width: 100%;
  /* viewport */
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #333;
  min-width: 1280px;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
}

:root {
  --color-purple: #3B2A89;
  --color-purple2: #230044;
  --color-gray: #F2F2F2;
  --color-gray2: #FAFAFA;
  --color-dark-gray: #A2A2A2;
  --color-dark-gray2: #333;
  --color-dark-gray3: #CCCCCC;
  --color-white: #ffffff;
  --color-blue: #1A50B7;
  --bg-gradient1: linear-gradient(to right, #EB09AF, #4F33D0);
}

/*=============================================
 * .fnt - customs
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 1060px;
}

/*=============================================
 * <header>
 *=============================================*/
header nav a:hover {
  text-decoration: none;
}

/*=============================================
 * key
 *=============================================*/
.enter-img .inner {
  animation: bgscale 15s linear infinite;
}

@keyframes bgscale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.btn-hvr a:hover {
  opacity: 0.8;
}

/*====================__end_btn__====================*/
.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.tar {
  text-align: right;
}

.ta {
  text-align: left;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.txt-br {
  word-break: break-all;
}

.txt-nowrap {
  white-space: nowrap;
}

.sl {
  display: block !important;
}

.w-full {
  width: 100% !important;
}

.mw-604 {
  max-width: 604px !important;
}

.slick-dots li {
  line-height: 1;
}

.slick-dots button {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #2680f3;
}

.slick-dots {
  display: flex;
}

.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots button:hover {
  opacity: 0.7;
}

.rss-img {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.rss-img:hover {
  opacity: 0.8;
}

.rss-detail .title a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@-webkit-keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeInZoom {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  .img-parallax img {
    height: auto !important;
  }
}
#socialbuttons .fb-like > span {
  width: 100px !important;
}

#socialbuttons .fb-like > span iframe {
  left: -15px;
}

.copied,
.hs-copie {
  pointer-events: none;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.box-parallax {
  position: relative;
  z-index: 0;
}

.img-parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}

.img-parallax.slide_par img.active {
  opacity: 1;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.remodal-is-opened {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}

.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
}

.in-scroll {
  opacity: 1;
  visibility: visible;
}

#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

.sp {
  display: none;
}

.key-style1 {
  position: relative;
  background: url(../img/shared/key_style1_deco1.webp) no-repeat left top, url(../img/shared/key_style1_deco2.webp) no-repeat right top, url(../img/shared/key_style1_deco3.webp) no-repeat left 227px bottom, linear-gradient(to left, #DFDCEB, #FAFAFA);
}

.button {
  width: 315px;
  padding: 14.5px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
}
.button::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
}
.button:hover {
  opacity: 0.8;
}
.button--purple {
  background-color: #3B2A89;
}
.button--purple:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.button--gray {
  background-color: #ccc;
  cursor: not-allowed;
}
.button--white {
  background-color: #fff;
}
.button--color-purple {
  color: var(--color-purple);
}
.button--color-purple::before {
  border-color: var(--color-purple);
}
.button--bg-gradient1 {
  background: linear-gradient(to right, #EB09AF, #4F33D0);
}
.button--center {
  margin: 0 auto;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .button {
    font-size: 4.29vw;
    padding: 4.91vw 2.68vw;
    width: 100%;
    max-width: 71.43vw;
    margin: 0 auto;
  }
  .button-group {
    flex-direction: column-reverse;
    gap: 2.68vw;
    margin-top: 3.57vw;
  }
}

@media screen and (max-width: 560px) {
  body {
    min-width: initial;
    font-size: 3.57vw;
  }
  img {
    width: 100%;
    height: auto;
  }
  .navOpen #pagetop {
    display: none;
  }
  .wrap {
    padding: 0 7.1428571429%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main {
  }
  .key-style1 {
    background: url(../img/shared/key_style1_deco1_sp.webp) no-repeat left top/16.4285714286% auto, url(../img/shared/key_style1_deco2_sp.webp) no-repeat right top/32.5% auto, url(../img/shared/key_style1_deco3_sp.webp) no-repeat left bottom/29.4642857143% auto, linear-gradient(to left, #DFDCEB, #FAFAFA);
  }
}

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