@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: #FAFAFA;
  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.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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;
}

.menu_color_1 {
  background-color: #FFD357;
}

.menu_color_2 {
  background-color: #4194DD;
}

.menu_color_3 {
  background-color: #D95658;
}

.menu_color_4 {
  background-color: #F493B1;
}

.menu_color_5 {
  background-color: #FA913F;
}

.menu_color_6 {
  background-color: #6BBE74;
}

.menu_color_7 {
  background-color: #C37A0F;
}

.menu_color_8 {
  background-color: #4D4D4D;
}

/* ====================================
    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: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon {
  font-size: 18px;
  font-family: "Futura", "Arial Black", sans-serif;
  font-weight: bold;
}

/* ====================================
  header
===================================== */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 10;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(4, 4, 21, 0.4);
}
.header__logo {
  width: 90px;
  z-index: 1000;
  position: fixed;
  left: 10%;
}

/* ====================================
  rail
===================================== */
.rail {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: linear-gradient(80deg, #5EC0BF 0%, #5EC0BF 50%, #F6D90D 50%, #F6D90D 100%);
  position: fixed;
  top: 0;
  z-index: -1;
}
.rail__1, .rail__3 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
}
.rail__2, .rail__4 {
  width: 80px;
  height: 100%;
  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;
  position: fixed;
  padding: 110px 0;
}
.rail__1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
}
.rail__2 {
  right: 0;
}
.rail__3 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
}
.rail__4 {
  left: 0;
}
.rail__pocket1, .rail__pocket3, .rail__pocket4, .rail__pocket6 {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: linear-gradient(145deg, #262626, #404040);
  -webkit-box-shadow: inset 17.12px 17.12px 49px #262626, inset -17.12px -17.12px 49px #404040;
          box-shadow: inset 17.12px 17.12px 49px #262626, inset -17.12px -17.12px 49px #404040;
}
.rail__pocket2, .rail__pocket5 {
  display: inline-block;
  width: 140px;
  height: 70px;
  background: linear-gradient(145deg, #262626, #404040);
  -webkit-box-shadow: inset 17.12px 17.12px 49px #262626, inset -17.12px -17.12px 49px #404040;
          box-shadow: inset 17.12px 17.12px 49px #262626, inset -17.12px -17.12px 49px #404040;
}
.rail__pocket1 {
  border-radius: 0 0 80px 0;
}
.rail__pocket2 {
  border-radius: 0 0 100px 100px;
}
.rail__pocket3 {
  border-radius: 0 0 0 80px;
}
.rail__pocket4 {
  border-radius: 0 80px 0 0;
}
.rail__pocket5 {
  border-radius: 100px 100px 0 0;
}
.rail__pocket6 {
  border-radius: 80px 0 0 0;
}
.rail__cushion1, .rail__cushion2, .rail__cushion4, .rail__cushion5 {
  width: 35%;
  height: 80px;
  -webkit-box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3137254902);
          box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3137254902);
}
.rail__cushion1, .rail__cushion2 {
  border-radius: 0 0 70px 70px;
}
.rail__cushion4, .rail__cushion5 {
  border-radius: 70px 70px 0 0;
}
.rail__cushion3, .rail__cushion6 {
  width: 80px;
  height: 100%;
  -webkit-box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3137254902);
          box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.3137254902);
}
.rail__cushion3 {
  border-radius: 70px 0 0 70px;
}
.rail__cushion6 {
  border-radius: 0 70px 70px 0;
}

/* ====================================
  gnav
===================================== */
.hamburger {
  position: fixed;
  right: 10%;
  z-index: 9999;
  cursor: default;
  width: 90px;
  height: 50px;
  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;
}
.hamburger__txt {
  font-family: "Futura", "Arial Black", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
}
.hamburger__line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 30px;
}
.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 23px;
}
.hamburger__line--3 {
  top: 31px;
}
.hamburger.active .hamburger__line--1 {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-140deg);
          transform: translateY(6px) rotate(-140deg);
}
.hamburger.active .hamburger__line--2 {
  opacity: 0;
}
.hamburger.active .hamburger__line--3 {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(140deg);
          transform: translateY(-6px) rotate(140deg);
}
.hamburger__nav .hamburger__list {
  display: none;
}
.hamburger__nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  padding: 100px 20px;
}
.hamburger__nav.panelactive .hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hamburger__nav.panelactive .hamburger__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hamburger__nav.panelactive .hamburger__list li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger__item {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.hamburger__item--link {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid 1px #FFFFFF;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger__item--name {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Futura", "Arial Black", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #A04303;
}
.hamburger__sns {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.hamburger__icon a {
  color: #FFFFFF;
  font-size: 28px;
  text-shadow: 1px 1px 3px rgba(4, 4, 21, 0.2392156863);
}
.hamburger__icon:not(:last-child) {
  margin-bottom: 24px;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #BF7F53;
  /*丸のスタート位置*/
  -webkit-transform: scale(0);
          transform: scale(0);
  left: -50px;
  top: -50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-bg.circleactive {
  -webkit-transform: scale(60);
          transform: scale(60);
}

/* ====================================
    footer
===================================== */
.footer {
  width: 100%;
}
.footer__sec {
  width: 100%;
  padding: 48px 20px 56px;
  background-color: #eaeaea;
}
.footer__history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__history--item a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Futura", "Arial Black", sans-serif;
}
.footer__inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner--sponsor {
  width: auto;
  max-width: 110px;
  height: 70px;
  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;
}
.footer__inner--sponsor a {
  width: 100%;
  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;
}
.footer__top {
  width: 100%;
  padding: 48px 20px 56px;
  background-color: #FFFFFF;
}
.footer__ttl {
  font-size: 24px;
  font-family: "Futura", "Arial Black", sans-serif;
  font-weight: bold;
  color: #A04303;
  margin-bottom: 24px;
}
.footer__sponsor {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 48px;
}
.footer__sponsor--item {
  width: auto;
  max-width: 110px;
  height: 70px;
  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;
}
.footer__sponsor--item a {
  width: 100%;
  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;
}
.footer__lower {
  width: 100%;
  padding: 56px 0 32px;
  background-color: #040415;
}
.footer__logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 32px;
}
.footer__copy {
  font-size: 12px;
  font-weight: bold;
  font-family: "Futura", "Arial Black", sans-serif;
  color: #FFFFFF;
}

/* ====================================
  固定ページ用inner
===================================== */
/* ====================================
  artistページ用inner
===================================== */
/* ====================================
  GENERAL INFO
===================================== */
.general {
  width: 100%;
  padding: 100px 80px 120px;
  margin-top: 80px;
  background-color: rgba(214, 235, 255, 0.2);
}
.general__inner {
  width: 100%;
  background-color: #FAFAFA;
  padding: 80px 105px;
  border-radius: 40px;
}
.general__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 72px;
}
.general__ttl {
  font-size: 54px;
  font-weight: bold;
  font-family: "Futura", "Arial Black", sans-serif;
  color: #A04303;
  line-height: 0.8;
  margin-right: 16px;
}
.general__subttl {
  font-size: 18px;
  font-weight: bold;
  color: #BF7F53;
}
.general__list {
  text-align: left;
}
.general__list li {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.general__list--ttl {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 230px;
  line-height: 1.5em;
}
.general__list--txt {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #666666;
  width: calc(100% - 230px);
  line-height: 1.5em;
}
.general__list--txt br {
  display: block;
  content: "";
  padding: 8px 0;
}
@media screen and (max-width: 520px) {
  body {
    letter-spacing: 0.07em;
  }
  .hamburger__txt {
    display: none;
  }
  .hamburger__list {
    max-width: 300px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .hamburger__item {
    width: 120px;
    height: 120px;
  }
  .hamburger__item:nth-last-of-type(n+2) {
    margin-bottom: 24px;
  }
  .hamburger__item--link {
    width: 120px;
    height: 120px;
  }
  .hamburger__item--name {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
  .footer__inner--sponsor {
    max-width: 80px;
  }
  .footer__top {
    padding: 40px 20px 24px;
  }
  .footer__ttl {
    font-size: 18px;
  }
  .footer__sponsor {
    gap: 16px;
  }
  .footer__sponsor--item {
    max-width: 80px;
  }
  .footer__lower {
    padding: 40px 20px 24px;
  }
  .footer__logo {
    max-width: 180px;
  }
  .footer__copy {
    font-size: 10px;
    text-align: center;
    line-height: 1.5em;
  }
  .general__list--txt br {
    padding: 4px 0;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 60px;
  }
  .header__logo {
    width: 70px;
    left: 14%;
  }
  .rail__1, .rail__3 {
    width: 80px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rail__2, .rail__4 {
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: auto;
    -webkit-align-items: auto;
        -ms-flex-align: auto;
            align-items: auto;
    padding: 0 80px;
  }
  .rail__1 {
    left: 0;
  }
  .rail__2 {
    top: 0;
  }
  .rail__3 {
    right: 0;
  }
  .rail__4 {
    bottom: 0;
  }
  .rail__pocket2 {
    border-radius: 0 100px 100px 0;
  }
  .rail__pocket3 {
    border-radius: 0 80px 0 0;
  }
  .rail__pocket4 {
    border-radius: 0 0 0 80px;
  }
  .rail__pocket5 {
    border-radius: 100px 0 0 100px;
  }
  .rail__cushion1, .rail__cushion2, .rail__cushion4, .rail__cushion5 {
    width: 60px;
    height: 33%;
  }
  .rail__cushion1, .rail__cushion2 {
    border-radius: 0 70px 70px 0;
  }
  .rail__cushion4, .rail__cushion5 {
    border-radius: 70px 0 0 70px;
  }
  .rail__cushion3, .rail__cushion6 {
    width: 100%;
    height: 60px;
  }
  .rail__cushion3 {
    border-radius: 0 0 70px 70px;
  }
  .rail__cushion6 {
    border-radius: 70px 70px 0 0;
  }
  .hamburger {
    right: 14%;
  }
  .hamburger__nav.panelactive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hamburger__sns {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 32px;
  }
  .hamburger__icon:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .general {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 60px;
  }
  .general__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .general__ttl {
    font-size: 40px;
  }
  .general__ttl {
    margin-bottom: 8px;
  }
  .general__subttl {
    font-size: 16px;
  }
  .general__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .general__list--ttl {
    line-height: 1.6em;
    margin-bottom: 8px;
  }
  .general__list--txt {
    line-height: 1.6em;
    width: 100%;
    font-size: 16px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 960px) and (max-width: 520px) {
  .header {
    height: 50px;
  }
  .header__logo {
    left: 8px;
  }
  .rail__2, .rail__4 {
    height: 50px;
    padding: 0 60px;
  }
  .rail__cushion1, .rail__cushion2, .rail__cushion4, .rail__cushion5 {
    width: 50px;
  }
  .rail__cushion3, .rail__cushion6 {
    height: 50px;
  }
  .hamburger {
    width: 30px;
    right: 8px;
  }
  .general__header {
    margin-bottom: 32px;
  }
  .general__ttl {
    font-size: 24px;
  }
  .general__subttl {
    font-size: 12px;
  }
  .general__list--ttl {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .general__list--txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .rail__pocket1, .rail__pocket3, .rail__pocket4, .rail__pocket6 {
    width: 70px;
    height: 70px;
  }
  .rail__pocket2, .rail__pocket5 {
    width: 120px;
    height: 60px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 960px) {
  .rail__pocket1, .rail__pocket3, .rail__pocket4, .rail__pocket6 {
    width: 50px;
    height: 50px;
  }
  .rail__pocket2, .rail__pocket5 {
    width: 40px;
    height: 80px;
  }
}
@media screen and (max-height: 500px) {
  .hamburger__nav.panelactive {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 521px) {
  .hamburger__item:nth-last-of-type(n+4) {
    margin-bottom: 24px;
  }
  .hamburger__item:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .hamburger__sns {
    position: fixed;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  .general {
    margin-top: 50px;
    padding: 48px 20px 56px;
  }
}
@media screen and (max-width: 1330px) {
  .general__inner {
    padding: 64px 56px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .general__inner {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) and (max-width: 520px) {
  .general__inner {
    padding: 40px 24px;
    border-radius: 32px;
  }
}
/*# sourceMappingURL=page-general.css.map */
/*# sourceMappingURL=page-general.css.map */