html {
  font-size: min(10px, 0.69444vw);
}

body {
  background: #fff;
  color: #333333;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  padding: 6.8rem 0 5rem;
}

.footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 135rem;
  padding: 0 5rem;
}

.footer__nav {
  align-items: center;
  display: flex;
  gap: 5.5rem;
}

.footer__logo {
  max-width: 29.8rem;
}

.footer__sns {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.footer__instagram {
  width: 3.1rem;
}

.footer__youtube {
  width: 3.7rem;
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 2.8rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 118rem;
  padding: 0 5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  background: url(./../images/bg.webp) no-repeat top/cover;
  background-position-y: -14rem;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.l-hidari-contact {
  padding-top: 10rem;
}

.l-hidari-contact__body {
  background: url(./../images/contact_bg.webp) no-repeat center/cover;
  padding: 5rem 2rem 4.5rem;
}

.l-hidari-contact__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.l-hidari-contact__secTtlEng {
  display: block;
  max-width: 45.5rem;
}

.l-hidari-contact__secTtlJa {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.85;
  text-align: center;
}

.l-hidari-contact__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 2.8rem;
  text-align: center;
}

.l-hidari-contact__btn {
  align-items: center;
  background: #1d3933;
  color: #fff;
  display: flex;
  font-family: "Xanh Mono", monospace;
  font-size: 1.8rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 4.5rem auto 0;
  max-width: 22.6rem;
  padding: 1.7rem 2.2rem 1.5rem 2.5rem;
  text-transform: uppercase;
}

.l-hidari-contact__btn::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 0.8rem;
  transform: rotate(45deg);
  width: 0.8rem;
}

.l-hidari-contact__btn:hover {
  background: #fff;
  color: #1d3933;
  opacity: 1;
}

.l-hidari-contact__btn:hover::after {
  border-color: #1d3933;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
}

.fv__inner {
  margin: auto;
  max-width: 134rem;
  padding: 0 5rem;
  position: relative;
}

.fv__main {
  animation: blurFadeIn 1.4s ease-out forwards;
  filter: blur(1rem);
  max-width: 85.7rem;
  opacity: 0;
}

.fv__block {
  align-items: flex-end;
  animation: blurFadeIn 1.4s ease-out forwards;
  display: flex;
  filter: blur(1rem);
  flex-direction: column;
  opacity: 0;
  opacity: 0;
  position: absolute;
  right: 6rem;
  top: 16.6rem;
  width: 100%;
}

.fv__ttl {
  max-width: 67rem;
}

.fv__logo {
  left: 1.9rem;
  margin-left: auto;
  max-width: 34.9rem;
  position: relative;
  top: -1rem;
}

.fv__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fv__objLeft {
  animation: fallInFromLeft 1s ease-out forwards;
  bottom: -1.39vw;
  filter: blur(1rem);
  left: 0;
  position: absolute;
  transform: translateX(-100%) rotate(-60deg);
  width: max(24rem, 16.7vw);
}

.fv__objRight {
  animation: slidein 1s ease-out forwards;
  filter: blur(1rem);
  position: absolute;
  right: 12.15vw;
  top: 0;
  transform: translateY(-100%) rotate(-60deg);
  width: max(16.5rem, 11.46vw);
}

/*
 * music
 * -------------------------------------------------------------
 */

.music {
  padding-top: 8.5rem;
}

.music__header {
  position: relative;
  text-align: center;
}

.music__header::before {
  background: url(./../images/c_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 20.6rem;
  left: -6.5rem;
  max-width: 10.5rem;
  position: absolute;
  top: -2rem;
  width: 100%;
}

.music__secTtlEng {
  display: block;
  margin: 0 auto;
  max-width: 15.8rem;
}

.music__secTtlJa {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 4rem;
}

.music__lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 6rem;
}

.music__items {
  grid-gap: 2rem 3.2rem;
  display: grid;
  gap: 2rem 3.2rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 12rem auto 0;
  max-width: 89rem;
}

.music__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 29rem;
}

.music__item:nth-child(1) {
  margin-top: -3rem;
}

.music__item:nth-child(3) {
  margin-top: -4rem;
}

.music__img {
  max-width: 25.6rem;
}

.music__img.--img02 {
  max-width: 27.5rem;
}

.music__img.--img03 {
  max-width: 100%;
}

.music__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.52;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}

/*
 * performance
 * -------------------------------------------------------------
 */

.performance {
  padding-top: 16rem;
}

.performance__flex {
  display: flex;
  margin-right: calc(50% - 50vw);
}

.performance__secTtl {
  max-width: 32rem;
}

.performance__text {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 4rem;
}

.performance__flexImg {
  margin-left: auto;
  margin-top: -8rem;
  max-width: 66rem;
  width: 41.81vw;
}

.performance__imgs {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin: -38rem calc(50% - 50vw) 0;
  position: relative;
  width: 100vw;
}

.performance__img.--img01 {
  margin-right: auto;
  width: 52.634vw;
}

.performance__img.--img02 {
  bottom: 12rem;
  position: absolute;
  right: 0;
  width: 45.14vw;
}

.performance__img.--img03 {
  margin-left: 10rem;
  width: 40.3vw;
}

.performance__obj {
  bottom: -4.6rem;
  position: absolute;
  right: 7.6rem;
  width: min(10.6rem, 100%);
}

/*
 * programs
 * -------------------------------------------------------------
 */

.programs {
  padding-top: 10rem;
  position: relative;
}

.programs__header {
  position: relative;
}

.programs__secTtlEng {
  display: block;
  max-width: 21rem;
}

.programs__secTtlJa {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}

.programs__items {
  grid-gap: 6rem 3.8rem;
  display: grid;
  gap: 6rem 3.8rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}

.programs__item {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
}

.programs__ttl {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.46;
}

.programs__desc {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}

.programs__objLeft {
  left: 0;
  position: absolute;
  top: 2.08vw;
  width: max(11vw, 15.8rem);
}

.programs__objRight {
  position: absolute;
  right: 0;
  top: 13.89vw;
  width: max(18.75vw, 27rem);
}

/*
 * sample
 * -------------------------------------------------------------
 */

.sample {
  padding-top: 10rem;
}

.sample__body {
  background: #fff;
  border: 2px solid #e3deca;
  border-radius: 3.2rem;
  overflow: hidden;
  padding: 7.3rem 8rem 4.7rem;
  position: relative;
}

.sample__obj {
  max-width: 27.6rem;
  position: absolute;
  right: -0.2rem;
  top: -3rem;
  width: 100%;
}

.sample__header {
  align-items: center;
  border-bottom: 2px solid #e3deca;
  display: flex;
  gap: 3.5rem;
  padding-bottom: 2.5rem;
}

.sample__secTtlEng {
  margin-top: 0.5rem;
  max-width: 23.2rem;
}

.sample__secTtlJa {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

.sample__table {
  border-bottom: 2px solid #e3deca;
  border-top: 2px solid #e3deca;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0.55rem;
  padding: 1.8rem 2rem;
}

.sample__tableItem {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 3.6rem;
  letter-spacing: 0.05em;
}

.sample__tableItem dt {
  font-weight: 500;
  min-width: 8rem;
  width: 8rem;
}

.sample__tableItem dd {
  flex: 1;
  font-weight: 400;
}

.sample__setlist {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}

.sample__setlistHeader {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.sample__setlistTtl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sample__setlistLead {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}

.sample__lists {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.2rem 10rem;
  height: 16rem;
  margin-top: 2rem;
  padding-left: 2rem;
}

.sample__list {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  gap: 2.2rem;
  letter-spacing: 0.05em;
}

.sample__list::before {
  background: #e3deca;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 1.4rem;
}

.sample__setlistRight {
  background: rgba(247, 245, 239, 0.3);
  border: 2px solid #f7f5ef;
  border-radius: 1rem;
  max-width: 39.8rem;
  padding: 1.8rem 0.9rem 2.5rem 2.5rem;
}

.sample__setlistText {
  color: #a99238;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.88;
}

/*
 * u-fadein
 * -------------------------------------------------------------
 */

.fadein {
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s ease, transform 1s ease;
}

/* 表示されたときの状態 */

.fadein.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 1.333vw;
  }

  .footer {
    padding: 10rem 0;
  }

  .footer__inner {
    flex-direction: column;
    gap: 3.5rem;
    max-width: 100%;
  }

  .footer__nav {
    justify-content: space-between;
    padding-right: 5rem;
    width: 100%;
  }

  .footer__logo {
    max-width: 33.5rem;
  }

  .footer__sns {
    margin-top: -0.5rem;
  }

  .footer__instagram {
    width: 4rem;
  }

  .footer__youtube {
    width: 4.8rem;
  }

  .footer__copyright {
    font-size: 2.2rem;
    padding-right: 1rem;
    text-align: right;
    width: 100%;
  }

  .l-inner {
    max-width: 100%;
    padding: 0 6rem;
  }

  .l-wrap {
    background: url(./../images/sp/bg.webp) no-repeat top/100%;
    background-position-y: -1rem;
  }

  .l-hidari-contact__body {
    padding: 7.2rem 2rem 8rem;
  }

  .l-hidari-contact__header {
    gap: 3.8rem;
  }

  .l-hidari-contact__secTtlJa {
    font-size: 3.4rem;
    line-height: 1.59;
  }

  .l-hidari-contact__text {
    font-size: 2.4rem;
    line-height: 1.83;
    margin-top: 3.8rem;
  }

  .l-hidari-contact__btn {
    font-size: 2.4rem;
    margin-top: 6.2rem;
    max-width: 27rem;
    /* padding: 1.7rem 3rem 2rem 2.5rem; */
    padding: 1.8rem 3rem 1.7rem 2.5rem;
  }

  .l-hidari-contact__btn::after {
    height: 1rem;
    width: 1rem;
    border-width: 1px;
  }

  .fv {
    padding: 8rem 0 2rem;
    padding-top: 10rem;
  }

  .fv__inner {
    max-width: 100%;
    padding: 0 6rem;
  }

  .fv__main {
    max-width: 100%;
  }

  .fv__block {
    margin-top: -14.3rem;
    margin-top: -18.3rem;
    position: relative;
    right: 1.7rem;
    top: auto;
  }

  .fv__ttl {
    max-width: 80.5rem;
  }

  .fv__logo {
    left: auto;
    max-width: 35rem;
    right: -4.6rem;
    top: -1.9rem;
  }

  .fv__objLeft {
    bottom: -5rem;
    width: 24.7rem;
  }

  .fv__objRight {
    right: 7rem;
    width: 17.7rem;
  }

  .music {
    padding-top: 11.5rem;
  }

  .music__header::before {
    display: none;
  }

  .music__secTtlEng {
    max-width: 19.2rem;
  }

  .music__secTtlJa {
    font-size: 4.4rem;
    line-height: 1.45;
  }

  .music__lead {
    font-size: 2.4rem;
    margin-top: 5.5rem;
  }

  .music__items {
    gap: 6rem 0;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16rem;
    max-width: 100%;
  }

  .music__item:nth-child(1) {
    margin-left: 2rem;
    margin-top: 0;
  }

  .music__item:nth-child(2n-1) {
    margin-top: -6rem;
  }

  .music__item:nth-child(2n) {
    gap: 2.5rem;
  }

  .music__item:nth-child(2) {
    gap: 4.2rem;
  }

  .music__item:nth-child(3) {
    margin-top: -10rem;
  }

  .music__item:nth-child(5) {
    margin-top: -10rem;
  }

  .music__item:nth-child(7) {
    margin-top: -9rem;
  }

  .music__item:nth-child(9) {
    margin-left: 4rem;
    margin-top: -14rem;
  }

  .music__img {
    max-width: 29rem;
  }

  .music__ttl {
    font-size: 2.6rem;
    line-height: 1.54;
  }

  .performance {
    padding-top: 0;
  }

  .performance__inner {
    position: relative;
  }

  .performance__flex {
    flex-direction: column-reverse;
    gap: 5.3rem;
  }

  .performance__secTtl {
    max-width: 40.2rem;
  }

  .performance__text {
    font-size: 3rem;
    line-height: 2;
    margin-top: 2.7rem;
  }

  .performance__flexImg {
    margin-top: 0;
    max-width: 100%;
    width: 47.6rem;
  }

  .performance__imgs {
    gap: 5rem;
    margin: 0 auto;
    margin-top: 4.8rem;
  }

  .performance__img.--img01 {
    width: min(60.8rem, 100%);
  }

  .performance__img.--img02 {
    margin-left: auto;
    margin-right: 4.9rem;
    position: static;
    width: min(51.7rem, 100%);
  }

  .performance__img.--img03 {
    margin-left: 0;
    margin-top: -9rem;
    width: min(46.5rem, 100%);
  }

  .programs {
    padding-top: 17rem;
  }

  .programs__header {
    text-align: center;
  }

  .programs__secTtlEng {
    margin: 0 auto;
    max-width: 26rem;
    position: relative;
    right: 2rem;
  }

  .programs__secTtlJa {
    font-size: 4.4rem;
    margin-top: 3rem;
  }

  .programs__items {
    gap: 5.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 8rem;
  }

  .programs__item {
    gap: 2.1rem;
  }

  .programs__details {
    text-align: center;
  }

  .programs__ttl {
    font-size: 3.8rem;
    line-height: 1.41;
  }

  .programs__desc {
    font-size: 2.5rem;
  }

  .programs__objLeft {
    idth: min(15.8rem, 100%);
    top: 9.8rem;
  }

  .programs__objRight {
    right: -9rem;
    top: 28rem;
    width: min(27rem, 100%);
  }

  .sample {
    padding-top: 9rem;
  }

  .sample__body {
    padding: 6rem 4rem 6rem;
  }

  .sample__obj {
    max-width: 22.3rem;
    right: -0.9rem;
    top: -1.7rem;
  }

  .sample__header {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 1.2rem;
    padding-bottom: 3rem;
  }

  .sample__secTtlEng {
    margin-top: 0;
    max-width: 28.1rem;
  }

  .sample__secTtlJa {
    font-size: 4.4rem;
  }

  .sample__table {
    gap: 3.5rem;
    margin-top: 0.85rem;
    padding: 3.3rem 0rem 4rem;
  }

  .sample__tableItem {
    align-items: flex-start;
    flex-direction: column;
    font-size: 2.6rem;
    gap: 2rem;
  }

  .sample__tableItem dt {
    min-width: 100%;
    width: 100%;
  }

  .sample__setlist {
    flex-direction: column;
    gap: 4rem;
    padding-top: 5.2rem;
  }

  .sample__setlistHeader {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }

  .sample__setlistTtl {
    font-size: 3.4rem;
  }

  .sample__setlistLead {
    font-size: 2.4rem;
  }

  .sample__lists {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem 0;
    height: 100%;
    margin-top: 3.5rem;
    padding-left: 0;
  }

  .sample__list {
    font-size: 2.6rem;
  }

  .sample__list::before {
    height: 1.8rem;
    width: 1.8rem;
  }

  .sample__setlistRight {
    background: rgba(227, 222, 202, 0.3);
    border: none;
    max-width: 100%;
  }

  .sample__setlistText {
    font-size: 2.4rem;
    line-height: 1.66;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@keyframes blurFadeIn {

  0% {
    filter: blur(1rem);
    opacity: 0;
  }

  100% {
    filter: blur(0);
    opacity: 1;
  }

}

@keyframes fallInFromLeft {

  0% {
    filter: blur(1rem);
    transform: translateX(-100%) rotate(-60deg);
  }

  100% {
    filter: blur(0);
    transform: translateX(0) rotate(0deg);
  }

}

@keyframes slidein {

  0% {
    filter: blur(1rem);
    transform: translateY(-100%) rotate(-60deg);
  }

  100% {
    filter: blur(0);
    transform: translateY(0) rotate(0);
  }

}


/*# sourceMappingURL=style.css.map */