@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:after,
q:before {
  content: "";
}
embed,
object {
  vertical-align: top;
}
hr,
legend {
  display: none;
  border: none;
}
abbr,
acronym,
fieldset {
  border: 0;
}
caption,
td,
th,
tr {
  vertical-align: top;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}
img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}
body {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #000;
  font-feature-settings: "palt";
  background-color: #fff;
  z-index: 1;
  position: relative;
}
@media (min-width: 751px) {
  body {
    font-size: min(1rem, 1vw);
  }
}
@media (max-width: 750px) {
  body {
    font-size: 3.4666666667vw;
    min-width: 320px;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.l-container {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .l-container {
    width: calc(100% - 10.6666666667vw);
  }
}
@media (min-width: 751px) {
  .l-container {
    width: calc(100% - 80px + 100vw - 100%);
    max-width: 1600px;
  }
}
.l-header {
  position: absolute;
  z-index: 1000;
}
@media (max-width: 750px) {
  .l-header {
    top: 4vw;
    left: 4vw;
  }
}
@media (min-width: 751px) {
  .l-header {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 750px) {
  .l-header__logo {
    width: 14.4vw;
  }
}
@media (min-width: 751px) {
  .l-header__logo {
    width: 68px;
  }
}
.l-header__logo a {
  display: block;
}
@media (max-width: 750px) {
  .l-header__menu-open {
    width: 14.4vw;
    height: 14.4vw;
    background-image: url(/cms/sp/zfc_heralbony/img/icon-open-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}
.l-footer {
  background-color: #f5f5f5;
  width: 100%;
}
@media (min-width: 751px) {
  .l-footer {
    margin: auto;
    padding: 60px 0 90px;
  }
}
@media (min-width: 751px) {
  .l-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    padding: 0 min(200px, 12.5vw);
  }
}
@media (max-width: 750px) {
  .l-footer__inner {
    position: relative;
    padding: 8vw 0 30.6666666667vw;
  }
}
.l-footer__pagetop {
  display: block;
  background-image: url(../img/pagetop.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer__pagetop:hover {
    opacity: 0.6;
  }
}
@media (min-width: 751px) {
  .l-footer__pagetop {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 750px) {
  .l-footer__pagetop {
    position: absolute;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 3.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
.l-footer__sns-buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 751px) {
  .l-footer__sns-buttons {
    column-gap: 15px;
  }
}
@media (max-width: 750px) {
  .l-footer__sns-buttons {
    column-gap: 4vw;
  }
}
.l-footer__sns-button {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-button {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer__sns-button:hover {
    opacity: 0.6;
  }
}
@media (min-width: 751px) {
  .l-footer__sns-button {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 750px) {
  .l-footer__sns-button {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.l-footer__sns-button--facebook {
  background-image: url(../img/footer-facebook.png);
}
.l-footer__sns-button--x {
  background-image: url(../img/footer-x.png);
}
.l-footer__sns-button--line {
  background-image: url(../img/footer-line.png);
}
.l-footer__modal-link {
  display: flex;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__modal-link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer__modal-link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 750px) {
  .l-footer__modal-link {
    margin-top: 10.6666666667vw;
  }
}
.l-footer__modal-link-item {
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 2;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .l-footer__modal-link-item {
    font-size: 0.875rem;
  }
}
@media (max-width: 750px) {
  .l-footer__modal-link-item {
    font-size: 2.6666666667vw;
  }
}
.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}
@media (min-width: 751px) {
  .l-footer__copy {
    font-size: 0.6875rem;
  }
}
@media (max-width: 750px) {
  .l-footer__copy {
    font-size: 1.8666666667vw;
  }
}
.l-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}
.l-modal.is-open {
  display: block;
}
.l-modal[aria-hidden="false"] .l-modal__inner {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.l-modal[aria-hidden="true"] .l-modal__inner {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.l-modal__inner {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-modal__inner::-webkit-scrollbar {
  display: none;
}
.l-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.l-modal__container {
  position: relative;
  margin: auto;
}
@media (max-width: 750px) {
  .l-modal__container {
    padding: 14vw 0;
  }
}
@media (orientation: landscape) {
  .l-modal__container {
    padding: 0;
  }
}
.l-modal__content {
  position: relative;
}
.l-modal__close-btn {
  background-color: transparent;
  position: absolute;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
  background-image: url(/cms/sp/zfc_heralbony/img/modal-close-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .l-modal__close-btn {
    top: -14vw;
    right: 0;
    width: 8.6666666667vw;
    height: 8.6666666667vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .l-modal__close-btn {
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 751px) {
  .l-modal__close-btn {
    top: -60px;
    right: 0;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .l-modal#movie-modal-01 .l-modal__close-btn,
  .l-modal#movie-modal-02 .l-modal__close-btn {
    top: 0;
    right: -60px;
    width: 40px;
    height: 40px;
  }
}
.l-modal#movie-modal-01 .l-modal__wrapper,
.l-modal#movie-modal-02 .l-modal__wrapper {
  background-color: #000;
  position: relative;
  padding-top: 62.5%;
}
@media (min-width: 751px) {
  .l-modal#movie-modal-01 .l-modal__wrapper,
  .l-modal#movie-modal-02 .l-modal__wrapper {
    width: min(980px, 61.25vw);
  }
}
@media (max-width: 750px) {
  .l-modal#movie-modal-01 .l-modal__wrapper,
  .l-modal#movie-modal-02 .l-modal__wrapper {
    width: 86.6666666667vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .l-modal#movie-modal-01 .l-modal__wrapper,
  .l-modal#movie-modal-02 .l-modal__wrapper {
    width: 480px;
  }
}
.l-modal#movie-modal-01 .l-modal__movie-thumb,
.l-modal#movie-modal-02 .l-modal__movie-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-modal#movie-modal-01 .l-modal__movie-thumb--01,
.l-modal#movie-modal-02 .l-modal__movie-thumb--01 {
  background-image: url(../img/thumb-teppei-kasahara.jpg);
}
.l-modal#movie-modal-01 .l-modal__movie-thumb--02,
.l-modal#movie-modal-02 .l-modal__movie-thumb--02 {
  background-image: url(../img/thumb-masahiro-fukui.jpg);
}
.l-modal#movie-modal-01 .l-modal__movie-thumb::before,
.l-modal#movie-modal-02 .l-modal__movie-thumb::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon-play.png);
  background-size: 100%;
  background-position: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 751px) {
  .l-modal#movie-modal-01 .l-modal__movie-thumb::before,
  .l-modal#movie-modal-02 .l-modal__movie-thumb::before {
    width: min(112px, 7vw);
    height: min(112px, 7vw);
  }
}
@media (max-width: 750px) {
  .l-modal#movie-modal-01 .l-modal__movie-thumb::before,
  .l-modal#movie-modal-02 .l-modal__movie-thumb::before {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.l-modal#movie-modal-01 .l-modal__movie-thumb:hover::before,
.l-modal#movie-modal-02 .l-modal__movie-thumb:hover::before {
  opacity: 0.5;
}
.l-modal#movie-modal-01 iframe,
.l-modal#movie-modal-02 iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.font-cardo {
  font-family: Cardo, serif;
}
.font-cardo--bold {
  font-weight: 700;
}
.round-btn {
  font-family: inherit;
  position: relative;
  background-color: #000;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 9999px;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .round-btn {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .round-btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 750px) {
  .round-btn {
    margin-top: 6.6666666667vw;
    width: 61.3333333333vw;
    height: 12vw;
    font-size: 3.4666666667vw;
  }
}
@media (min-width: 751px) {
  .round-btn {
    margin-top: min(50px, 3.125vw);
    width: min(308px, 19.25vw);
    height: min(60px, 3.75vw);
    font-size: min(1.125rem, 1.125vw);
  }
}
.round-btn[target="_blank"] {
  background-image: url(../img/icon-blank.png);
  background-repeat: no-repeat;
  padding-right: 1em;
}
@media (min-width: 751px) {
  .round-btn[target="_blank"] {
    background-size: min(14px, 0.875vw);
    background-position: right min(95px, 5.9375vw) center;
  }
}
@media (max-width: 750px) {
  .round-btn[target="_blank"] {
    background-size: 3.3333333333vw;
    background-position: right 18.6666666667vw center;
  }
}
@media (min-width: 751px) {
  .round-btn--about {
    background-position: right min(40px, 2.5vw) center !important;
  }
}
@media (max-width: 750px) {
  .round-btn--about {
    background-position: right 8vw center !important;
  }
}
.sec-mv {
  position: relative;
}
@media (min-width: 751px) {
  .sec-mv {
    width: 100%;
  }
}
.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: block !important;
}
@media (min-width: 751px) {
  .swiper-pagination {
    bottom: min(-30px, -1.875vw) !important;
  }
}
@media (max-width: 750px) {
  .swiper-pagination {
    bottom: -8vw !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffe100 !important;
}
.sec-concept-01 {
  background-size: cover;
  background-position: center;
}
@media (min-width: 751px) {
  .sec-concept-01 {
    background-image: url(../img/bg.jpg);
    padding: min(120px, 7.5vw);
  }
}
@media (max-width: 750px) {
  .sec-concept-01 {
    background-image: url(../img/bg-sp.jpg);
    padding: 18.6666666667vw 10.6666666667vw 16vw;
  }
}
.sec-concept-01__inner {
  opacity: 0;
  transition: opacity 2s;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 751px) {
  .sec-concept-01__inner {
    width: min(1200px, 75vw);
    margin: auto;
    display: flex;
    column-gap: min(110px, 6.875vw);
    justify-content: center;
    align-items: center;
    padding: min(130px, 8.125vw) 0;
  }
}
@media (max-width: 750px) {
  .sec-concept-01__inner {
    padding: 16vw 6.6666666667vw 10.6666666667vw;
  }
}
.sec-concept-01.scrolled-in .sec-concept-01__inner {
  opacity: 1;
}
@media (min-width: 751px) {
  .sec-concept-01__title {
    flex: 0 0 min(340px, 21.25vw);
  }
}
@media (max-width: 750px) {
  .sec-concept-01__title {
    width: 45.3333333333vw;
    margin: auto;
  }
}
.sec-concept-01__text {
  line-height: 2em;
  font-feature-settings: normal;
}
@media (min-width: 751px) {
  .sec-concept-01__text {
    flex: 0 0 min(420px, 26.25vw);
  }
}
@media (max-width: 750px) {
  .sec-concept-01__text {
    font-size: 3.4666666667vw;
    margin-top: 3em;
  }
}
@media (min-width: 751px) {
  .sec-concept-01__text .small-text {
    font-size: min(0.875rem, 0.875vw);
  }
}
@media (max-width: 750px) {
  .sec-concept-01__text .small-text {
    font-size: 3.2vw;
  }
}
.sec-concept-02 {
  background-color: #f5f5f5;
}
@media (min-width: 751px) {
  .sec-concept-02 {
    padding: min(150px, 9.375vw) 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .sec-concept-02 {
    padding: 17.3333333333vw 0;
  }
}
@media (min-width: 751px) {
  .sec-concept-02__title {
    font-size: min(4rem, 4vw);
  }
}
@media (max-width: 750px) {
  .sec-concept-02__title {
    font-size: 10.6666666667vw;
    font-feature-settings: normal;
    padding-left: 1em;
    line-height: 1.2em;
  }
}
.sec-concept-02__text {
  line-height: 2em;
}
@media (max-width: 750px) {
  .sec-concept-02__text {
    margin-top: 1em;
    padding: 0 6.6666666667vw;
    letter-spacing: 0.02em;
  }
}
.sec-concept-02__images {
  position: relative;
}
@media (min-width: 751px) {
  .sec-concept-02__images {
    width: 100%;
    max-width: 1600px;
    margin: min(70px, 4.375vw) auto 0;
    padding-left: min(80px, 5vw);
  }
}
.sec-concept-02__image-01 {
  display: block;
}
@media (min-width: 751px) {
  .sec-concept-02__image-01 {
    width: min(1000px, 62.5vw);
    margin: 0 0 0 auto;
  }
}
@media (max-width: 750px) {
  .sec-concept-02__image-01 {
    width: 86.6666666667vw;
    margin: 9.3333333333vw 0 0 auto;
  }
}
.sec-concept-02__image-02 {
  display: block;
  position: absolute;
}
@media (min-width: 751px) {
  .sec-concept-02__image-02 {
    width: min(604px, 37.75vw);
    top: min(120px, 7.5vw);
    left: auto;
  }
}
@media (max-width: 750px) {
  .sec-concept-02__image-02 {
    width: 58.9333333333vw;
    bottom: -32vw;
    left: 6.6666666667vw;
  }
}
@media (max-width: 750px) {
  .sec-direct {
    padding-top: 32vw;
  }
}
.sec-direct__inner a {
  display: block;
}
@media (min-width: 751px) {
  .sec-direct__inner a {
    width: 100%;
    max-width: 1600px;
    margin: min(120px, 7.5vw) auto 0;
    padding-left: min(80px, 5vw);
  }
}
@media (max-width: 750px) {
  .sec-direct__inner a {
    width: 86.6666666667vw;
    height: 86.6666666667vw;
    margin: auto;
  }
}
.sec-direct__inner a img {
  width: 100%;
}
.sec-artists {
  border-bottom: 1px solid #000;
}
@media (min-width: 751px) {
  .sec-artists {
    padding: min(140px, 8.75vw) 0;
  }
}
@media (max-width: 750px) {
  .sec-artists {
    padding: 17.3333333333vw 0 0;
  }
}
.sec-artists__title {
  text-align: center;
}
@media (min-width: 751px) {
  .sec-artists__title {
    font-size: min(4rem, 4vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__title {
    font-size: 10.6666666667vw;
  }
}
.sec-artists__lead {
  line-height: 2em;
}
@media (min-width: 751px) {
  .sec-artists__lead {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .sec-artists__lead {
    padding: 0 6.6666666667vw;
    letter-spacing: 0.02em;
  }
}
.sec-artists__artist {
  position: relative;
}
@media (min-width: 751px) {
  .sec-artists__artist {
    width: 100%;
    margin: min(120px, 7.5vw) 0 0;
  }
}
@media (min-width: 751px) {
  .sec-artists__artist--image-left {
    padding-right: min(80px, 5vw);
  }
}
@media (min-width: 751px) {
  .sec-artists__artist--image-right {
    padding-left: min(80px, 5vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__artist:nth-child(3) {
    margin-top: 18.6666666667vw;
  }
}
.sec-artists__artist:nth-child(3)::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  background-color: #000;
}
@media (min-width: 751px) {
  .sec-artists__artist:nth-child(3)::before {
    width: 1px;
    height: min(120px, 7.5vw);
    top: max(-80px, -5vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__artist:nth-child(3)::before {
    width: 0.2666666667vw;
    height: 17.3333333333vw;
    top: -12vw;
  }
}
@media (min-width: 751px) {
  .sec-artists__artist-inner {
    width: 100%;
    max-width: 1520px;
    display: flex;
    column-gap: min(80px, 5vw);
    margin: auto;
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-inner {
    padding: 14.6666666667vw 6.6666666667vw;
  }
}
.sec-artists__artist-inner--image-left {
  background-color: #f5f5f5;
}
@media (min-width: 751px) {
  .sec-artists__artist-inner--image-left {
    padding: min(120px, 7.5vw) min(90px, 5.625vw) min(120px, 7.5vw) 0;
  }
}
@media screen and (min-width: 1600px) {
  .sec-artists__artist-inner--image-left {
    max-width: calc(1520px + calc((100% - 1520px) / 2));
    padding-left: calc((100% - 1520px) / 2);
    margin-left: 0;
  }
}
@media (min-width: 751px) {
  .sec-artists__artist-inner--image-right {
    flex-direction: row-reverse;
    padding-left: min(90px, 5.625vw);
  }
}
@media (min-width: 751px) {
  .sec-artists__article {
    flex: 0 0 min(800px, 50vw);
  }
}
.sec-artists__article figcaption {
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 751px) {
  .sec-artists__article figcaption {
    font-size: min(1.375rem, 1.375vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__article figcaption {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 751px) {
  .sec-artists__product {
    flex: 1 1 auto;
  }
}
@media (min-width: 751px) {
  .sec-artists__product-name {
    font-size: min(0.875rem, 0.875vw);
    margin: 0.5em 0 2em;
  }
}
@media (max-width: 750px) {
  .sec-artists__product-name {
    font-size: 3.2vw;
    margin: 2.3em 0 1em;
  }
}
@media (min-width: 751px) {
  .sec-artists__product-image {
    padding-right: min(20px, 1.25vw);
  }
}
.sec-artists__artist-profile {
  display: flex;
}
@media (min-width: 751px) {
  .sec-artists__artist-profile {
    column-gap: min(30px, 1.875vw);
    margin-top: min(60px, 3.75vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-profile {
    position: relative;
    column-gap: 5.3333333333vw;
    margin-top: 9.3333333333vw;
    padding-top: 16vw;
  }
}
@media (min-width: 751px) {
  .sec-artists__artist-profile-image {
    flex: 0 0 min(160px, 10vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-profile-image {
    flex: 0 0 33.3333333333vw;
  }
}
.sec-artists__artist-profile-name {
  line-height: 1;
}
@media (max-width: 750px) {
  .sec-artists__artist-profile-name {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 751px) {
  .sec-artists__artist-profile-name-jp {
    font-size: min(1.375rem, 1.375vw);
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-profile-name-jp {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-profile-name-en {
    font-size: 2.6666666667vw;
  }
}
.sec-artists__artist-profile-pref {
  text-indent: -0.5em;
  display: inline-block;
  margin-top: 1em;
}
@media (min-width: 751px) {
  .sec-artists__artist-profile-pref {
    font-size: min(0.875rem, 0.875vw);
  }
}
@media (min-width: 751px) {
  .sec-artists__artist-profile-text {
    font-size: min(0.875rem, 0.875vw);
    margin-top: 0.75em;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 750px) {
  .sec-artists__artist-profile-text {
    margin-top: -0.25em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
}
.sec-artists .round-btn[data-corresponding-video-id]:not(.is-ready) {
  display: none;
}
@media (min-width: 751px) {
  .sec-about {
    display: flex;
    width: 100%;
    column-gap: min(80px, 5vw);
    max-width: 1600px;
    margin: auto;
    padding: min(140px, 8.75vw) min(200px, 12.5vw);
  }
}
@media (max-width: 750px) {
  .sec-about {
    padding: 16vw 6.6666666667vw;
  }
}
@media (min-width: 751px) {
  .sec-about__small-text {
    font-size: min(0.875rem, 0.875vw);
  }
}
@media (max-width: 750px) {
  .sec-about__small-text {
    font-size: 3.2vw;
  }
}
.sec-about__title {
  line-height: 1.6;
}
@media (min-width: 751px) {
  .sec-about__title {
    font-size: min(2.25rem, 2.25vw);
    white-space: nowrap;
    margin-top: 0.4em;
  }
}
@media (max-width: 750px) {
  .sec-about__title {
    font-size: 6.1333333333vw;
  }
}
.sec-about__body {
  line-height: 2em;
}
@media (min-width: 751px) {
  .sec-about__body {
    padding-top: 2.5em;
  }
}
@media (max-width: 750px) {
  .sec-about__body {
    margin-top: 6.6666666667vw;
  }
}
.sec-pick-up {
  background-color: #f5f5f5;
}
@media (max-width: 750px) {
  .sec-pick-up {
    padding: 0 6.6666666667vw;
  }
}
.sec-pick-up__inner {
  border-bottom: 1px solid #000;
}
@media (min-width: 751px) {
  .sec-pick-up__inner {
    display: flex;
    width: 100%;
    max-width: 1600px;
    justify-content: space-between;
    margin: auto;
    padding: min(120px, 7.5vw) min(200px, 12.5vw);
  }
}
@media (max-width: 750px) {
  .sec-pick-up__inner {
    padding: 13.3333333333vw 0;
  }
}
.sec-pick-up__title {
  line-height: 0.8;
}
@media (min-width: 751px) {
  .sec-pick-up__title {
    font-size: min(3rem, 3vw);
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .sec-pick-up__title {
    font-size: 7.7333333333vw;
    text-align: center;
  }
}
@media (min-width: 751px) {
  .sec-pick-up__body {
    flex: 0 0 min(900px, 56.25vw);
  }
}
.sec-pick-up__banner {
  display: block;
  color: #000;
}
@media (max-width: 750px) {
  .sec-pick-up__banner {
    margin-top: 6.6666666667vw;
  }
}
.sec-pick-up__banner figure figcaption {
  margin-top: 0.5em;
}
@media (max-width: 750px) {
  .sec-pick-up__banner figure figcaption {
    text-align: center;
  }
}
.p-browser {
  background-color: #fff;
}
@media (min-width: 751px) {
  .p-browser {
    width: min(1000px, 62.5vw);
    padding: min(100px, 6.25vw);
  }
}
@media (max-width: 750px) {
  .p-browser {
    width: 89.3333333333vw;
    padding: 13.3333333333vw 8vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .p-browser {
    padding: 2.6666666667vw 8vw;
  }
}
.p-browser__head {
  font-weight: 700;
}
@media (min-width: 751px) {
  .p-browser__head {
    font-size: min(1.5rem, 1.5vw);
  }
}
@media (max-width: 750px) {
  .p-browser__head {
    font-size: 4.8vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .p-browser__head {
    font-size: 3.2vw;
  }
}
@media (min-width: 751px) {
  .p-browser__body {
    margin-top: min(40px, 2.5vw);
  }
}
@media (max-width: 750px) {
  .p-browser__body {
    margin-top: 6.6666666667vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .p-browser__body {
    margin-top: 1em;
  }
}
@media (min-width: 751px) {
  .p-browser__text {
    display: flex;
    font-size: min(1.125rem, 1.125vw);
    column-gap: 4em;
  }
}
@media (max-width: 750px) {
  .p-browser__text {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .p-browser__text {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .p-browser__note {
    margin-top: min(30px, 1.875vw);
    font-size: min(0.875rem, 0.875vw);
  }
}
@media (max-width: 750px) {
  .p-browser__note {
    margin-top: 4.8vw;
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .p-browser__note {
    margin-top: 1em;
    font-size: 2.1333333333vw;
  }
}
.fixed-direct-button a {
  opacity: 1;
  transition: opacity 0.3s;
  position: fixed;
  display: block;
  z-index: 2000;
}
@media (max-width: 750px) {
  .fixed-direct-button a {
    width: 55px;
    right: 0;
    bottom: 30px;
  }
}
@media (min-width: 751px) {
  .fixed-direct-button a {
    width: 80px;
    right: 0;
    bottom: 20px;
  }
}
.fixed-direct-button.is-disabled a {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 750px) {
  .menu-modal {
    display: none;
    position: fixed;
    background-color: #f5f5f5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
  }
}
@media (max-width: 750px) {
  .menu-modal.is-open {
    display: block;
  }
}
@media (max-width: 750px) {
  .menu-modal[aria-hidden="false"] {
    animation: openMenu 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 750px) {
  .menu-modal[aria-hidden="true"] {
    animation: closeMenu 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 750px) {
  .menu-modal__close {
    width: 14.4vw;
    height: 14.4vw;
    background-image: url(/cms/sp/zfc_heralbony/img/icon-close-menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media (max-width: 750px) {
  .menu-modal__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10.6666666667vw;
    height: 100%;
    overflow-y: auto;
    padding: 1em 0;
  }
}
@media (max-width: 750px) and (orientation: landscape) {
  .menu-modal__body {
    height: auto;
  }
}
@media (max-width: 750px) {
  .menu-modal__link {
    font-size: 5.6vw;
    color: #000;
  }
}
@keyframes openMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closeMenu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
