/* base setting */
body {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background: url(/special/fiole-goald_25/assets/images/bg_noise.gif) repeat left top/300px auto;
  font-feature-settings: "palt";
  background-attachment: scroll;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 150px auto;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll #wrap {
  overflow-y: scroll;
}

a {
  color: #fff;
  display: inline-block;
  transition: all 0.6s ease;
  text-decoration: none;
}

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

#wrap {
  overflow-x: clip;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrap {
    min-width: 1200px;
  }
}

[id] {
  scroll-margin-block-start: 80px;
}
@media screen and (max-width: 767px) {
  [id] {
    scroll-margin-block-start: 48px;
  }
}

button {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

/* /base setting */
/* splide default */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100%;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  width: 65px;
  height: 25px;
  bottom: 0;
  background: url(/special/qualucia-goald_24/assets/images/icn_slider_arr.svg) no-repeat left top/cover;
  z-index: 10;
}

.splide__arrow--next {
  right: 104px;
}

.splide__arrow--prev {
  left: 104px;
  transform: rotate(180deg);
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 104px;
  transform: rotate(180deg);
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 104px;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* splide default */
/* header */
#header {
  position: absolute;
  padding: 32px 32px 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 24px 20px 0;
  }
}
#header .logo {
  width: 150px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    display: flex;
    width: 95px;
    height: auto;
  }
}

/* header */
/* footer */
#footer {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 2;
  padding: 56px 0 64px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 48px 0;
  }
}
#footer .logo-wrap {
  width: 150px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #footer .logo-wrap {
    width: 150px;
    height: auto;
    margin: 0 auto;
  }
}
#footer .ft-list {
  display: flex;
}
#footer .ft-contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .ft-contents {
    flex-direction: column;
    align-items: center;
  }
}
#footer .ft-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer .ft-list {
    margin-top: 16px;
  }
}
#footer .ft-list li + li {
  margin-left: 30px;
}
#footer .ft-list li a {
  font-size: 1.4rem;
  color: #000;
}
#footer .ft-list li a:hover {
  text-decoration: underline;
}
#footer .copy {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    text-align: center;
  }
}
#footer .ft-right {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #footer .ft-right {
    margin: 0 auto;
  }
}
#footer .ft-logo {
  display: flex;
}
@media (any-hover: hover) {
  #footer .ft-logo:hover {
    opacity: 0.7;
  }
}

/* footer */
/* module */
#contents {
  display: block;
  overflow: hidden;
}

.cmn-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    width: auto;
    padding: 0 16px;
  }
}

.top-btn-wrap {
  position: fixed;
  right: 16px;
  bottom: 32px;
  z-index: 99;
}
.top-btn-wrap .top-btn {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -9999px;
  border: 1px solid #0b6fad;
  background: #0b6fad url(/special/fiole-goald_25/assets/images/icn_pagetop_arr.svg) no-repeat center/14px 8px;
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .top-btn-wrap .top-btn:hover {
    background: #fff url(/special/fiole-goald_25/assets/images/icn_pagetop_arr_blue.svg) no-repeat center/14px 8px;
  }
}
.top-btn-wrap.show .top-btn {
  opacity: 1;
  pointer-events: all;
}

/* /module */
/* modal */
.black-mat {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.modal-pop {
  display: none;
  width: 100%;
  max-width: 800px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .modal-pop {
    padding: 0 16px;
  }
}

.modal-pop.show {
  display: block;
}

.close {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: calc(100% + 16px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .close {
    right: 16px;
    width: 36px;
    height: 36px;
    bottom: calc(100% + 8px);
  }
}

.modal-pop .contents-pop {
  width: 100%;
}

.contents-pop {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-pop {
  aspect-ratio: 16/9;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* /movie */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}