@charset "UTF-8";
/* ====================================
    base
===================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, section, article, figure, ul, ol, li, h1, h2, h3, p, span, a, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background-color: #f8f6e6;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer_fixed {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ====================================
    layout
===================================== */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

/* ====================================
  header
===================================== */
.header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 16px;
  position: relative;
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo {
  width: 60px;
  z-index: 3;
  line-height: 0;
}
.header__logo a {
  font-size: 0;
}

/* ====================================
  gnav
===================================== */
.hamburger {
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 20px;
  position: relative;
}
.hamburger__line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #232324;
  width: 30px;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 10px;
}
.hamburger__line--3 {
  top: 20px;
}
.hamburger.active .hamburger__line--1 {
  top: 3px;
  -webkit-transform: translateY(6px) rotate(-40deg);
          transform: translateY(6px) rotate(-40deg);
}
.hamburger.active .hamburger__line--2 {
  opacity: 0;
}
.hamburger.active .hamburger__line--3 {
  top: 16px;
  -webkit-transform: translateY(-6px) rotate(40deg);
          transform: translateY(-6px) rotate(40deg);
}
.hamburger__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 28px;
}
.hamburger__item a {
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #232324;
}
.hamburger__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
}
.hamburger__icon a {
  color: #232324;
  font-size: 16px;
}

.circle-bg {
  position: fixed;
  right: -100px;
  width: 90px;
  height: 100vh;
  background-color: #f8f6e6;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.circle-bg.circleactive {
  -webkit-transform: scale(70);
          transform: scale(70);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* ====================================
  footer
===================================== */
.footer {
  width: 100%;
  padding: 56px 16px 32px;
  background-color: #796246;
}
.footer__inner {
  width: 100%;
}
.footer__inner a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFFFFF;
  margin-bottom: 64px;
}
.footer__inner a h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.footer__inner a .arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 12px 0;
  border-radius: 9999px;
  background-color: #FFFFFF;
}
.footer__inner a .arrow::before,
.footer__inner a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.footer__inner a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer__inner a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__copy {
  font-size: 14px;
  font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", sans-serif;
  color: #FFFFFF;
}

.artist {
  width: 100%;
  padding: 80px 24px 112px;
}
.artist__inner {
  width: 100%;
}
.artist__heading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 48px;
}
.artist__heading--ttl {
  font-size: 56px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #796246;
}
.artist__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.artist__item {
  width: 33.33%;
}
.artist__item img {
  aspect-ratio: 15/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 520px) {
  body {
    letter-spacing: 0.07em;
  }
  .header {
    height: 50px;
  }
  .header__inner {
    padding: 0 8px;
  }
  .hamburger {
    width: 24px;
    height: 14px;
  }
  .hamburger__line {
    width: 24px;
    height: 2px;
  }
  .hamburger__line--2 {
    top: 7px;
  }
  .hamburger__line--3 {
    top: 14px;
  }
  .hamburger__nav {
    display: none;
    gap: 0;
  }
  .hamburger__nav.panelactive {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    max-width: 1680px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
  }
  .hamburger__nav.panelactive .hamburger__list, .hamburger__nav.panelactive .hamburger__sns {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes gnaviAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes gnaviAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .hamburger__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
    gap: 28px 0;
  }
  .hamburger__item a {
    font-size: 18px;
  }
  .hamburger__icon a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (max-width: 960px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
  .header__logo {
    width: 50px;
  }
  .artist {
    padding: 64px 16px;
  }
  .artist__heading--ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) and (max-width: 520px) {
  .header__logo {
    width: 38px;
  }
  .footer {
    padding: 48px 8px 24px;
  }
  .footer__inner a {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .footer__inner a .arrow {
    width: 12px;
  }
  .footer__inner a .arrow::before,
  .footer__inner a .arrow::after {
    width: 8px;
  }
  .footer__copy {
    font-size: 12px;
    font-weight: 200;
  }
  .artist {
    padding: 48px 8px 56px;
  }
  .artist__heading {
    margin-bottom: 24px;
  }
  .artist__heading--ttl {
    font-size: 9vw;
  }
}
@media screen and (min-width: 520px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 520px) and (max-width: 520px) {
  .hamburger__item a {
    font-size: 18px;
  }
}
/*# sourceMappingURL=artist.css.map */
/*# sourceMappingURL=artist.css.map */