@charset "UTF-8";
/*********************
共通
*********************/
@media (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

body:has(.ac_large-contents) .g-pagetop {
  bottom: 40px;
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-pagetop {
    bottom: 12px;
  }
}

img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

body:has(.ac_large-contents) .g-modal_box {
  border-radius: 0;
}

@media (min-width: 768px) {
  body:has(.ac_large-contents) .g-modal_box {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-modal_box {
    border-radius: 0;
    max-height: auto !important;
  }
}
body:has(.ac_large-contents) .g-modal_body {
  height: 67dvh;
  margin-top: 55px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
}
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-modal_body {
    max-height: 100dvh;
    height: 100dvh;
  }
}

/*********************
パンくず
*********************/
.tal-ac_breadcrumbs {
  padding: 0 15px;
}
.tal-ac_breadcrumbs__wrap {
  max-width: 1216px;
  margin: 0 auto;
}

/*********************
レイアウト
*********************/
.main-container {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-container {
    padding: 0;
  }
}
.main-container__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("/theartline/special/fuha_meica/local/images/bg.svg");
  background-image: url("/-/media/FA87DD41E7A84A01BCB7D61DA388B42C.ashx");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-container__inner {
  max-width: 500px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.main-container__inner img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main-container__bnr {
  position: fixed;
  bottom: 310px;
  right: calc(50% - 480px);
  width: 150px;
}
@media (max-width: 959px) {
  .main-container__bnr {
    display: none;
  }
}
.main-container__bnr a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main-container__bnr a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.anchor_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion {
  padding: 0;
  margin: 0;
}
.accordion__header {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  line-height: 0;
}
.accordion__icon {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.accordion__body {
  margin: 0;
  padding: 0;
  line-height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.accordion__body-inner {
  padding: 0;
}
.column-2 {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.ac_cv-floating {
  height: auto;
}
.ac_cv-floating__inner {
  height: auto;
}
.ac_cv-floating__inner__bnr {
  height: auto;
  max-width: 470px;
}
.ac_cv-floating__inner__bnr a {
  height: auto;
  margin: 0;
  padding: 0;
}
.ac_cv-floating__inner__bnr a::before {
  display: none;
}

@media (max-width: 959px) {
  .ac_cv-floating {
    display: block;
  }
  .ac_cv-floating__inner {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .ac_cv-floating {
    display: none;
  }
}
.instagram .instagram-media {
  height: 900px;
}/*# sourceMappingURL=style.css.map */