@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=M+PLUS+1:wght@100&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100&display=swap'); */

/*==========================
	overwrite
============================*/
/* @import url("https://fonts.googleapis.com/css2?family=Allison&family=Jost:wght@600&display=swap"); */
.bread .inner {
  max-width: 1200px;
}

/*==========================
	// note common
============================*/
.pink {
  color: #f03f3f;
}

.bg-gold {
  background: #9c7d4a;
}

li.indent-gold::before {
  content: "●";
  color: #b29059;
  margin-right: 5px;
  font-size: 1.2rem;
  vertical-align: text-top;
}

/*==========================
	layout
============================*/
#contents h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.green #contents h3 {
  color: #6bb775;
  border-bottom: #6bb775 1px solid;
}

.purple #contents h3 {
  color: #863daf;
  border-bottom: #863daf 1px solid;
}

/*==========================
	// id #title
============================*/
.title_bg {
  background: url("../img/title_bg.jpg") top left no-repeat;
  background-size: cover;
}

.title {
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title img {
    max-width: 90%;
    margin: 0 5%;
  }
}
/*==========================
	// 下線が流れるアニメーション
============================*/
.line {
  display: block;
  position: relative;
}

.line::after {
  background: linear-gradient(to right, #ccc 0%, #000 50%, #ccc 100%);
  content: "";
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.line.is-active::after {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .green .title_bg_top {
    background: url(../img/bg_title_1-8.png) top right no-repeat;
  }
  .green .title_bg_bottom {
    background: url(../img/bg_title_2-8.png) bottom left no-repeat;
  }
  .purple .title_bg_top {
    background: url(../img/purple/bg_title_1-8.png) top right no-repeat;
  }
  .purple .title_bg_bottom {
    background: url(../img/purple/bg_title_2-8.png) bottom left no-repeat;
  }
}
/*=================================
	// id #outline // class date-detal
===================================*/
.green .lv_02 {
  /* background: #6bb775; */
  background: #3b8044;
}

.purple .lv_02 {
  background: #863daf;
}

.lv_03 {
  background: #e3e0d7;
}

#outline {
  max-width: 1200px;
  margin: auto;
}

.outlinebox {
  background: #fff;
  /* margin-bottom: 30px; */
  overflow: hidden;
  /* padding: 45px 30px; */
}

/*=================================
	// id #theme
===================================*/
#theme h2 {
  font-size: 3rem;
  margin-bottom: 5px;
}

#theme h2 small {
  font-size: 2.4rem;
  display: block;
}

#theme p {
  font-size: 2.2rem;
}

#theme p.sub {
  font-size: 1.8rem;
  margin: auto auto 30px;
}

@media print, screen and (max-width: 768px) {
  #theme {
    padding: 0 0 10px;
    text-align: center;
  }
  #theme h2 {
    font-size: 2.4rem;
  }
  #theme h2 small {
    font-size: 1.8rem;
    display: block;
  }
  #theme p {
    font-size: 1.6rem;
  }
  #theme p.sub {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
}
/*=================================
	// id #howto
===================================*/
#howto {
  width: 85%;
  padding: 15px 0;
  background: #f0ede5;
  text-align: center;
}

#howto h4.heading {
  font-size: 2.2rem;
  margin: 10px 0 15px;
  color: #603813;
  text-align: center;
  overflow: hidden;
}

#howto h4.heading span {
  display: inline-block;
  position: relative;
}

#howto h4.heading span:before,
#howto h4.heading span:after {
  content: "";
  border-bottom: 2px solid #603813;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}

#howto h4.heading span:before {
  right: 100%;
}

#howto h4.heading span:after {
  left: 100%;
}

#howto figure {
  width: 90%;
  max-width: 600px;
  margin: auto auto 30px;
}

#howto p {
  font-size: 1.6rem;
}

#howto_pc {
  display: block;
}

#howto_mob {
  display: none;
}

@media print, screen and (max-width: 768px) {
  #howto {
    padding: 10px 5%;
  }
  #howto h4.heading {
    font-size: 1.8rem;
  }
  #howto p {
    font-size: 1.5rem;
  }
  #howto_pc {
    display: none;
  }
  #howto_mob {
    display: block;
  }
  #howto figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*=================================
	// id #date_detail
===================================*/
.date_detail h4 {
  /*font-weight: normal;*/
  display: inline-block;
  width: 90%;
}

.date_detail h4 span {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2em 1em 0.2em;
  color: #b29059;
  background: #f1e7d7;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .date_detail h4 {
    /*width: 50%;*/
  }
}
/*===============================
        // id #date 
=================================*/
#advance_notice {
  padding: 15px;
  border-top: #b29059 thin solid;
  border-bottom: #b29059 thin solid;
}

#advance_notice p {
  text-align: center;
}

@media print, screen and (max-width: 640px) {
  #advance_notice p {
    font-size: 1.4rem;
  }
}
/*===============================
        // id #fee 
=================================*/
#fee .audience {
  border: #aaa thin dotted;
}

@media print, screen and (max-width: 1024px) {
  #fee dt:after {
    content: "▼";
    text-align: center;
    display: block;
  }
}
/*===============================
        // id #fee .program
=================================*/
#fee .program {
  font-weight: normal;
  margin: 60px auto 15px;
  padding: 15px 30px 5px;
  display: inline-block;
  display: block;
  border: #aaa thin solid;
}

#fee .program h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  color: #b29059;
  border-bottom: #b29059 thin solid;
}

#fee .program p {
  font-size: 1.4rem;
}

#fee .program ul {
  font-size: 1.4rem;
}

#fee .program li {
  margin-left: 2em;
  list-style: disc;
  list-style-position: outside;
}

@media screen and (max-width: 768px) {
  #fee .program ul {
    margin-left: 2em;
  }
}
/*===============================
        // id #person
=================================*/
#person ul {
  font-size: 1.6rem;
}

/*==============================
        // id #apply-closing
================================*/
#apply-closing .detail-txt span {
  display: block;
}

/*=====================================
        // id #participant
======================================*/
#participant .inside {
  padding-top: 15px;
}

#participant .past_theme h4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

#participant .past_theme h4 .period {
  font-family: "Noto Serif JP", serif;
}

#participant .past_theme h4 .theme {
  font-size: 2.2rem;
  display: block;
}

#participant .row {
  width: 90%;
  margin: auto;
}

#participant .box {
  margin-bottom: 15px;
  /* text-align: left; */
  background: #f0ede5;
}

#participant .row .box p {
  padding: 15px;
}

/*====================================================
        // id #program
=====================================================*/
#program dl {
  width: 90%;
  margin: auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #program dl {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  /* IE11 */
}
@media print, screen and (max-width: 768px) {
  #program dl {
    font-size: 1.5rem;
  }
}
/*====================================================
        // id #inq 
=====================================================*/
address {
  font-style: normal;
}

.inqbtn a {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  display: block;
  background: #9c7d4a;
  position: relative;
  overflow: hidden;
  border-radius: 4em;
}

#inq .tel_link a {
  color: #000;
}

.inqbtn .end {
  text-align: center;
  background: #eee;
  color: #666;
  width: 80%;
  margin: auto;
  padding: 1em 0;
  font-size: 1.6rem;
}

#inq .notice {
  width: 70%;
  margin: auto auto 30px;
  text-align: left;
}

#inq .notice ul {
  padding: 15px 30px;
  border: #c6c6c6 thin dotted;
  border-left: none;
  border-right: none;
}

#inq .notice li {
  margin-bottom: 1em;
}

#inq .notice li::before {
  content: "※";
  /*※印*/
  color: #f00;
  font-weight: bold;
  margin-right: 5px;
}

/*====================================================
      .advance_notice
=====================================================*/
.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advance_notice p {
  text-align: center;
}

.advance_notice .advance_notice_logo img {
  max-width: 200px !important;
}

/*=====================
	// 202511 追記分
=======================*/
.header.miyajiHeader, .page-top {
  z-index: 10000;
}

.bread {
  background: #fff;
  position: relative;
  z-index: 3;
}

.outlinebox {
  border-radius: 40px;
  corner-shape: scoop;
  border: 4px solid #d9cba9;
  padding: 45px 20px !important;
  background: rgba(255, 248, 237, 0.9);
}
@media screen and (max-width: 999px) {
  .outlinebox {
    border-radius: 20px;
    padding: 45px 10px !important;
  }
}
.outlinebox#shidan {
  padding: 0 0 45px !important;
  border-radius: 0;
  corner-shape: initial;
  border: none;
}
.outlinebox .inqbtn a {
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 999px) {
  .outlinebox .inqbtn {
    border-radius: 60px !important;
  }
}

@supports (background: -webkit-named-image(i)) {
  .outlinebox {
    border-radius: 0;
  }
  @media screen and (max-width: 999px) {
    .outlinebox {
      border-radius: 0;
    }
  }
}
.footer, .footer-cta__top, .footer-cta__btm {
  position: relative;
  z-index: 2;
}

.on-scroll {
  opacity: 0.2;
  transition: all 0.6s ease-in-out;
  transform: translateY(10px);
}
.on-scroll.visible {
  opacity: 1;
  transform: translateY(0px);
}

#contents {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
  --bg-y: 0px;
  isolation: isolate;
}
#contents::before {
  content: "";
  display: block;
  background-image: url("../img/bg_pc4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 160vh;
  z-index: -1;
  transform: translateY(var(--bg-y));
  will-change: transform;
  isolation: isolate;
}
@media screen and (max-width: 999px) {
  #contents::before {
    height: 140vh;
  }
}
#contents .noto_sans {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
}
#contents .noto_serif {
  font-family: "Noto Serif JP", serif;
}
#contents .allison {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
}
#contents .jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#contents .title_bg {
  position: relative;
  z-index: 1;
  z-index: auto;
  background: none;
}
#contents .title_bg::before, #contents .title_bg::after {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0px;
  left: 180px;
  right: 180px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #contents .title_bg::before, #contents .title_bg::after {
    top: 100px;
    left: calc(2.5% + 10px);
    right: calc(2.5% + 10px);
  }
}
@media screen and (max-width: 600px) {
  #contents .title_bg::before, #contents .title_bg::after {
    top: 90px;
  }
}
#contents .title_bg::before {
  background-color: rgb(0, 47, 81);
  mix-blend-mode: color;
  -webkit-mix-blend-mode: color;
}
@media screen and (max-width: 999px) {
  #contents .title_bg::before {
    opacity: 0.4;
  }
}
#contents .title_bg::after {
  border: 10px solid #d9cba9;
}
#contents .title_bg::before, #contents .title_bg::after {
  transition: all 0.32s ease-in-out;
  transform-origin: top;
  transform: scaleY(0);
}
#contents .title_bg.visible::before, #contents .title_bg.visible::after {
  transform: scaleY(1);
}
#contents .title_box {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
#contents .title_box .tb-sr_logo {
  width: 300px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-sr_logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #contents .title_box .tb-sr_logo {
    width: 180px;
    top: 10px;
    right: 10px;
  }
}
#contents .title_box .tb-wrapper {
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper {
    flex-direction: column-reverse;
  }
}
#contents .title_box .tb-wrapper::before {
  content: "";
  background: url("../img/mv_script_01.svg");
  display: block;
  position: absolute;
  height: 36%;
  aspect-ratio: 955/237;
  top: -85px;
  top: -18%;
  left: 20px;
  z-index: -1;
  transform-origin: bottom right;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper::before {
    top: initial;
    left: -2vw;
    bottom: 38vw;
    height: 17vw;
  }
}
#contents .title_box .tb-wrapper::after {
  content: "";
  background: url(../img/mv_script_02.svg);
  display: block;
  position: absolute;
  height: 36%;
  aspect-ratio: 839/240;
  bottom: -18%;
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper::after {
    height: 17vw;
    bottom: 14vw;
    right: -2vw;
  }
}
#contents .title_box .tb-wrapper::before, #contents .title_box .tb-wrapper::after {
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.6s;
}
#contents .title_box .tb-wrapper > div {
  position: relative;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) {
  width: 30%;
  left: 20px;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) {
    width: 54%;
    left: -3%;
    top: 0;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure {
  width: 80%;
  min-width: 190px;
  position: absolute;
  bottom: -70px;
  right: -8%;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure {
    position: relative;
    min-width: initial;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure img {
  position: relative;
  z-index: 4;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span {
  position: absolute;
  z-index: 1;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(1) {
  rotate: -90deg;
  top: 180px;
  left: -70px;
  display: block;
  background: url(../img/mv_tenma.svg) no-repeat;
  height: 36px;
  aspect-ratio: 300/62;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(1) {
    height: 4.4vw;
    left: 1vw;
    transform-origin: top left;
    top: 39vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(2) {
  display: block;
  background: url(../img/mv_kawakami.svg) no-repeat;
  height: 36px;
  aspect-ratio: 300/40;
  top: 60px;
  left: 50px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(2) {
    transform-origin: top left;
    height: 4.4vw;
    top: 9vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) {
  width: 70%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.4s;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) {
    width: 84%;
    margin: 0 auto;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) p {
  color: #fff;
  width: 62%;
  text-align: center;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) p {
    width: 100%;
    margin: 0 auto;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div {
  width: 62%;
  aspect-ratio: 100/64;
  padding: 30px 50px;
  background-image: url("../img/mv_frame_01.png");
  background-size: contain;
  position: relative;
  top: 60px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 680px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    width: 100%;
    margin-left: 0%;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
  text-align: center;
  padding-top: 7%;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 450px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
    padding-top: 4vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span {
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: 4px;
  color: #d9cba9;
  text-shadow: 0 0 10px #0e0e0e, 0 0 20px #0e0e0e;
  display: block;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span {
    font-size: 5vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 + span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 + span img {
  vertical-align: middle;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul {
  text-align: center;
  color: #d9cba9;
  text-shadow: 0 0 10px #0e0e0e, 0 0 20px #0e0e0e;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
  font-weight: 600;
  font-size: clamp(18px, 1.8vw, 46px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
    font-size: 3.6vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) {
  letter-spacing: 2px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(1), #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(2) {
  font-size: clamp(22px, 2.6vw, 50px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(1), #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(2) {
    font-size: 5vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(3) {
  letter-spacing: 0;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(2) {
  letter-spacing: 1px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li .circle-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #d9cba9;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li .circle-day {
    width: 1.2em;
    height: 1.2em;
    font-size: 14px;
  }
}
#contents .title_box .mv-els {
  width: 20%;
  position: absolute;
  bottom: 10px;
  right: 7%;
  z-index: 2;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.2s;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els {
    width: 41%;
    position: absolute;
    right: -2%;
    z-index: 2;
    bottom: -3%;
  }
}
#contents .title_box .mv-els figure img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure::after {
    right: 6vw;
  }
}
#contents .title_box .mv-els figure span {
  position: absolute;
  z-index: 1;
}
#contents .title_box .mv-els figure span:nth-of-type(1) {
  bottom: -20px;
  right: 62px;
  display: block;
  background: url(../img/mv_els-03.svg) no-repeat;
  height: 36px;
  aspect-ratio: 146/36;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure span:nth-of-type(1) {
    height: 4.4vw;
    bottom: -2vw;
    right: 10vw;
  }
}
#contents .title_box .mv-els figure span:nth-of-type(2) {
  rotate: -90deg;
  bottom: 80px;
  right: -48px;
  display: block;
  background: url(../img/mv_series.svg) no-repeat;
  height: 36px;
  aspect-ratio: 145/36;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure span:nth-of-type(2) {
    transform-origin: top left;
    height: 4.4vw;
    bottom: 2vw;
    right: -10vw;
  }
}
#contents .title_box .tb-img_box {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box {
    width: 100%;
  }
}
#contents .title_box .tb-img_box .tib-player {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}
#contents .title_box .tb-img_box .tib-player p {
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-img_box .tib-player p:nth-of-type(1) {
  margin-right: 40%;
  transform: translateY(20px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-player p:nth-of-type(1) {
    margin-right: 4%;
  }
}
#contents .title_box .tb-img_box .tib-player p:nth-of-type(2) {
  margin-top: 100px;
  transform: translateY(-20px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-player p:nth-of-type(2) {
    margin-top: 60px;
  }
}
#contents .title_box .tb-img_box .tib-player p.visible {
  opacity: 1;
}
#contents .title_box .tb-img_box .tib-player p.visible:nth-of-type(1), #contents .title_box .tb-img_box .tib-player p.visible:nth-of-type(2) {
  transform: translateY(0);
}
#contents .title_box .tb-img_box .tib-typo {
  z-index: 1;
}
#contents .title_box .tb-img_box .tib-typo p {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(1) {
  top: 105px;
  right: 0;
  left: 0%;
  margin: 0 auto;
  width: 33%;
  opacity: 0.3;
  mix-blend-mode: darken;
  mix-blend-mode: darken;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(1) {
    top: 152px;
    left: -33px;
    width: 40%;
  }
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
  width: 42%;
  bottom: -18px;
  mix-blend-mode: darken;
  opacity: 0.9;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(2).visible {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
    bottom: initial;
    top: 60%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
    bottom: initial;
    top: 54%;
    width: 55%;
  }
}
#contents .title_box .tb-txt_box {
  width: 100%;
  text-align: center;
  padding: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-txt_box.visible {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box {
    width: 100%;
    padding: 10px;
    position: relative;
    margin-top: 30px;
  }
}
#contents .title_box .tb-txt_box > P {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box > P {
    font-size: 1.2rem;
  }
}
#contents .title_box .tb-txt_box .tbox-name {
  margin: 10px auto 30px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name {
    margin: 6px auto 10px;
  }
}
#contents .title_box .tb-txt_box .tbox-name h1 {
  font-size: 4.4rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name h1 {
    font-size: 2.2rem;
  }
}
#contents .title_box .tb-txt_box .tbox-name h1 span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name h1 span {
    font-size: 1.6rem;
  }
}
#contents .title_box .tb-txt_box .tbox-date ul {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-date ul {
    font-size: 1.6rem;
  }
}
#contents .title_box.visible .tb-wrapper::before, #contents .title_box.visible .tb-wrapper::after {
  opacity: 1;
}
#contents .title_box.visible .tb-wrapper > div:nth-of-type(1) {
  opacity: 1;
}
#contents .title_box.visible .tb-wrapper > div:nth-of-type(2) {
  opacity: 1;
}
#contents .title_box.visible .mv-els {
  opacity: 1;
}
#contents .lv_03 h4 {
  margin-top: 0 !important;
}
#contents .lv_03 {
  background: none;
  padding: 0;
}
#contents .lv_03::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background-attachment: fixed; */
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
#contents .lv_03 #outline {
  margin-top: -100vh;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline {
    padding: 30px 10px;
  }
}
#contents .lv_03 #outline > div > P:first-child {
  /* opacity: 0; */
  transition: all 0.32s ease-in-out;
  transition-delay: 0.5s;
}
#contents .lv_03 #outline > div > P:first-child.visible {
  opacity: 1;
}
#contents .lv_03 #outline h3 {
  width: 360px;
  aspect-ratio: 100/23;
  background-image: url("../img/catch_frame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline h3 {
    width: 300px;
  }
}
#contents .lv_03 #outline h3 span {
  color: #fff;
}
#contents .lv_03 #outline #profile h3 {
  letter-spacing: 12px;
}
#contents .lv_03 #outline #profile .prf-box {
  width: 90%;
  margin: 20px auto;
  display: flex;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box {
    flex-direction: column;
  }
}
#contents .lv_03 #outline #profile .prf-box figure {
  width: 40%;
  padding-right: 4%;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box figure {
    width: 90%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
#contents .lv_03 #outline #profile .prf-box div {
  width: 90%;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box div {
    width: 90%;
    margin: 0 auto;
  }
}
#contents .lv_03 #outline #instrument .d-flex {
  width: 30%;
  margin: 20px auto;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #instrument .d-flex {
    width: 45%;
  }
}
#contents .lv_03 #outline #shidan h3 {
  color: #fff;
  background: #bf932e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  aspect-ratio: initial;
}
#contents .lv_03 #outline #shidan div.d-flex {
  width: 70%;
  margin: 10px auto 30px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan div.d-flex {
    width: 90%;
  }
}
#contents .lv_03 #outline #shidan div.d-flex figure {
  width: 50%;
  padding: 2%;
}
#contents .lv_03 #outline #shidan div.d-flex figure figcaption {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan div.d-flex figure figcaption {
    font-size: 15px;
  }
}
#contents .lv_03 #outline #shidan dl dt {
  margin-bottom: 10px;
}
#contents .lv_03 #outline #shidan dl dt span {
  display: inline-block;
  padding: 4px 8px;
  background: #bf932e;
  color: #fff;
}
#contents .lv_03 #outline #shidan dl dd {
  width: 90%;
  margin: 0 auto 30px;
}
#contents .lv_03 #outline #shidan dl dd ol li {
  display: inline;
}
#contents .lv_03 #outline #shidan dl dd ol li::after {
  content: "／";
}
#contents .lv_03 #outline #shidan dl dd ol li:last-child::after {
  content: "";
}
#contents .lv_03 #outline #shidan .spoffer {
  border: 4px solid #bf932e;
  width: 80%;
  margin: 0 auto 40px;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer {
    width: 90%;
  }
}
#contents .lv_03 #outline #shidan .spoffer h5 {
  color: #bf932e;
  width: 90%;
  font-size: 22px;
  text-align: center;
  margin: 0 auto 20px;
  border-bottom: 1px solid #bf932e;
  padding-bottom: 14px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer h5 {
    width: 100%;
    font-size: 18px;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer ul {
    width: 100%;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul li {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer ul li {
    font-size: 14px;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul li::before {
  content: "🎁";
  margin-right: 4px;
}

#fee .detail-txt dl {
  justify-content: center;
}
#fee .detail-txt dl dd {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #fee .detail-txt dl dd {
    width: 100%;
  }
}

#profile .prf-box {
  margin-bottom: 60px;
}
#profile a {
  color: #9c7d4a;
}

.date_detail h4 {
  line-height: 5rem;
}

.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .advance_notice {
    margin-top: 60px;
  }
}
.advance_notice .head {
  width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .advance_notice .head {
    width: 260px;
  }
}/*# sourceMappingURL=styles.css.map */



/* 202610 加藤 皓介 ピアノリサイタル */
:root {
  /* --title-color: #876009; */
  --font-base-color: #333;
  --color-base: #fff8ed;
  --color-pink: rgb(250, 235, 235);
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-notoserif: "Noto Serif JP", serif;
  --font-mp1: "M PLUS 1", sans-serif;
  /* --font-pf: "Playfair Display", serif; */
  --font-jost: "Jost", sans-serif;
  --font-tnf: "Tinos", serif;
}

#contents {
  width: 100%;
  color: var(--font-base-color);
  /* 背景画像は全幅にするため .title に指定します */
  .title {
     color: var(--font-base-color);
    max-width: initial;
    position: relative;
    width: 100%;
    background: url('../img/bg-ttl_pc2.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden; /* はみ出し防止 */

    @media (max-width: 768px) {
      background: url('../img/bg-ttl_sp2.jpg') no-repeat center center;
    }
    
    .overlay-white {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: #ffffff;
      z-index: 100; /* 一番上に被せる */
    }

    /* SCSSの &__inner をフルスペルのクラス名に変更 */
    .title__inner {
      max-width: 1200px; /* コンテンツの最大幅を制限して中央寄せ */
      margin: 0 auto;
      padding: 60px 20px 80px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px; /* 各ブロックの縦の余白 */
      @media (max-width: 640px) {
        padding-top: 40px;
        padding-bottom: 40px;
      }

      /* --- 上部テキスト --- */
      /* SCSSの &-top をフルスペルのクラス名に変更 */
      .title__inner-top {
        text-align: center;
        
        /* タグに対するネストはネイティブCSSでもそのまま使えます */
        p {
          font-family: var(--font-notoserif);
          font-size: 14px;
          /* color: #777; */
          line-height: 1.8;
          letter-spacing: 0.05em;
        }
      }

      /* --- 中央エリア --- */
      /* SCSSの &-center をフルスペルのクラス名に変更 */
      .title__inner-center {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        width: 100%;

        @media (max-width: 768px) {
          flex-direction: column;
          gap: 0;
        }

        /* 中央・左（日本語テキスト） */
        /* SCSSの &-left をフルスペルのクラス名に変更 */
        .title__inner-center-left {
          position: relative;
          z-index: 10; /* 右エリアの上に白座布団を被せるためz-indexを高く */
          padding: 40px 70px 40px 20px;
          @media (max-width: 768px) {
            padding: 10px 0px 40px 0px;
          }

          /* 白座布団 */
          .bg-white {
            position: absolute;
            bottom: 10px;
            right: 10%;
            width: 76%;
            height: 68%;
            /* background: rgba(255, 255, 255, 0.7); */
            background: var(--color-base);
            opacity: .9;
            z-index: -1;
            @media (max-width: 768px) {
              right: -6%;
              width: 90%;
              height: 80%;
            }
          }

          h1 {
            /* font-family: var(--font-mp1); */
            /* font-family: var(--font-notosans); */
            font-family: var(--font-notoserif);
            font-weight: 100;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 15px;
            color: #333;
            
            .name { 
              /* font-size: 66px;  */
              font-size: clamp(30px, 6vw, 90px);
              font-weight: 200; 
              letter-spacing: 0.2em;
              color: #fff;
              white-space: nowrap;
              /* text-shadow:
                0 0 2px #fff, 0 0 6px rgb(85 68 7 / 90%), 0 0 12px rgb(131 102 31 / 70%), 0 0 24px rgb(171 131 31 / 45%); */
              /* text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(59 42 0 / 70%), 0 0 24px rgb(55 39 0 / 45%); */

              text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(19 81 47 / 70%), 0 0 24px rgb(14 67 16 / 45%) !important;
              @media (max-width: 768px) {
                font-size: 64px;
                align-self: flex-start;
              }
              @media (max-width: 640px) {
                font-size: 50px;
              }
            }

            .recital { 
              /* font-size: 40px; */
              font-size: clamp(20px, 3.6vw, 50px);
              letter-spacing: 0.1em;
              color: #fff;
              /* text-shadow:
                0 0 2px #fff, 0 0 6px rgb(85 68 7 / 90%), 0 0 12px rgb(131 102 31 / 70%), 0 0 24px rgb(171 131 31 / 45%); */
              /* text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(59 42 0 / 70%), 0 0 24px rgb(55 39 0 / 45%); */

              text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(19 81 47 / 70%), 0 0 24px rgb(14 67 16 / 45%) !important;
              @media (max-width: 768px) {
                font-size: 37px;
                align-self: flex-start;
              }
            }
            .sub {
              /* color: var(--title-color); */
              position: relative;
              font-size: 32px; 
              font-family: var(--font-notosans); 
              font-style: italic;
              letter-spacing: 0.1em; 
              margin-top: 20px;
              font-weight: 100 !important;
              @media (max-width: 768px) {
                font-size: 28px;
                /* -webkit-text-stroke: 0.1px; */
              }
              &::before,
                &::after {
                  content: "";
                  position: absolute;
                  left: 0;
                  width: 100%;
                  background: #888;
                }

                &::before {
                  top: -18px;
                  height: 1px;
                }

                &::after {
                  top: -14px;
                  height: 2px;
                }
            }
          }
        }

        /* 中央・右（画像と英語） */
        /* SCSSの &-right をフルスペルのクラス名に変更 */
        .title__inner-center-right {
          position: relative;
          /* z-index: 1; */
          width: 500px;
          height: 450px; /* 絶対配置の基準となる高さを確保 */
          margin-left: -50px; /* 左の白座布団に少し潜り込ませる調整 */

          @media (max-width: 768px) {
            align-self: flex-end;
            margin-right: 0px;
            width: 100%;
            max-width: 580px;
            /* height: 400px; */
            margin-top: -14%;
          }
          @media (max-width: 500px) {
            margin-top: -20%;
          }

          /* ピンク座布団 */
          .bg-pink {
            position: absolute;
            bottom: 0;
            right: 7%;
            width: 70%;
            height: 60%;
            /* background: #ffe9e9;
            opacity: .7; */
            background: var(--color-pink);
            opacity: .8;
            z-index: 1;
            @media (max-width: 768px) {
              
            }
          }

          /* 左側の英語 (90度回転) */
          .en-text-left {
            position: absolute;
            bottom: -4%;
            left: 28%;
            transform: rotate(-90deg);
            transform-origin: left bottom;
            z-index: 4;
            display: flex;
            flex-direction: column;
            gap: 5px;
            /* font-family: var(--font-jost); */
            font-family: var(--font-tnf);
            
            font-size: 48px;
            white-space: nowrap;
            line-height: 42px;
            mix-blend-mode: color-burn;
            @media (max-width: 768px) {
              left: 36%;
              font-size: 40px;
            }
            .name-en {
              font-weight: 700;
              /* ★グレーに変更（以前の mix-blend-mode と opacity は削除） */
              color: #666; 
            }
            
            .recital-en {
              font-weight: 400;
              /* ★グレーに変更 */
              color: #666; 
            }
          }

          /* ピアノ画像 */
          .img-piano {
            position: absolute;
            bottom: -4%;
            left: 20%;
            width: 52%;
            z-index: 4;
            img { width: 100%; height: auto; }
          }

          /* 人物画像 */
          .img-portrait {
            position: absolute;
            bottom: 0; right: 5%;
            width: 62%;
            z-index: 5;
            img { width: 100%; height: auto; }
          }

          /* 右側の英語 (縦書き) */
          .en-text-right {
            position: absolute;
            top: 0; right: 0;
            font-size: 34px;
            z-index: 4;
            display: flex;
            flex-direction: row-reverse;
            gap: 30px; /* REFRESHING と SCENT の横の間隔 */
            font-family: var(--font-jost);
            font-style: italic;
            /* color: #333; */
            @media (max-width: 768px) {
              top: 24%;
              gap: 10px;
            }

            .refreshing { font-weight: 200; }
            .scent { font-weight: 200; }
          }
        }
      }

      /* --- 下部テキスト --- */
      /* SCSSの &-bottom をフルスペルのクラス名に変更 */
      .title__inner-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        position: absolute;
        /* color: #000; */
        bottom: 50px;
        /* left: 23%; */
        right: 55%;
        font-weight: 200;
        
        @media (max-width: 768px) {
          position: relative;
          right: initial;
          bottom: 0;
          align-self: flex-start;
          align-items: flex-start;
          margin-left: 20px;
          margin-top: 20px;
        }
        
        .date {
          font-family: var(--font-notoserif);
          font-size: 24px;
          font-weight: 200;
        }
        .place {
          font-family: var(--font-notoserif);
          font-size: 24px;
          font-weight: 200;
        }
      }
    }
  }

  .lv_02 {
    background: var(--color-pink);

  }


  #outline {
    @media (max-width: 768px) {
      padding: 30px 20px !important;
    }
    @media (max-width: 640px) {
      /* padding: 30px 20px !important; */
    }
    .outlinebox {
      width: 98%;
      margin-inline: auto;
      border-radius: 0;
      corner-shape: initial;
      border: 1px solid #888;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px #888;
      padding: 45px 20px !important;
      @media (max-width: 768px) {
        width: 100%;
      }
      @media (max-width: 400px) {
        padding: 30px 10px !important;
      }
      &#access {
        margin-bottom: 60px;
      }
    }
    @supports (corner-shape: bevel) {
      .outlinebox {
        border-radius: 40px;
        corner-shape: bevel;
      }
    }
    h3 {
      flex-direction: column;
      margin: 10px auto 40px;

      span {
        /* color: var(--font-base-color) !important; */
        display: block;
        &.en {
          font-size: 52px;
          letter-spacing: 6px;
          background: none;
          font-family: var(--font-tnf);
          color: #fff !important;
          /* text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(59 42 0 / 70%), 0 0 24px rgb(55 39 0 / 45%) !important; */
          text-shadow: 0 0 2px #fff, 0 0 6px rgb(0 0 0 / 90%), 0 0 12px rgb(19 81 47 / 70%), 0 0 24px rgb(14 67 16 / 45%) !important;
          @media (max-width: 768px) {
            font-size: 36px;
          }

        }
        &.jp {
          /* color: var(--font-base-color); */
          color: #00211e;
          /* color: #333; */
          font-size: 24px;
          @media (max-width: 768px) {
            font-size: 18px;
          }
          &.jp::before,
          &.jp::after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 1px;
            /* background: #333; */
            background: #00211e;
            
            vertical-align: middle;
            margin: 0 8px;
          }
        }
        
      }
    }
    h4 {
      margin-top: 0 !important;
      /* background: linear-gradient(
        to right,
        transparent 0%,
        #897e69 35%,
        #897e69 65%,
        transparent 100%
      ); */
      background: linear-gradient(to right, transparent 0%, #008578 35%, #008578 65%, transparent 100%);
      color: #fff;
      letter-spacing: 8px;
      line-height: 5rem;
      width: 90%;
      margin: 0 auto 20px;
      @media (max-width: 768px) {
        font-size: 18px;
      }
    }
    .date_detail_inside {
      .date_detail_item {
        margin-bottom: 50px;
      }
    }

    #place {
      span {
        &:has(a) {
          letter-spacing: 2px;
          width: fit-content;
          margin: 0 auto;
          a {
            border: 1px solid var(--font-base-color);
            padding: 2px 6px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
          }
        }
      }
    }
  }

  #program {
    ul {
      li {
        margin-bottom: 40px;
        &:nth-of-type(3) {
          margin-bottom: 0;
        }
        p {
          span {
            display: block;
            font-weight: 700;
            color: #005149;
          }
          &.jp {
            margin-bottom: 10px;
          }
          &.en {
            font-size: 0.8em;
          }
        }
      }
    }
  }
  .inqbtn a {
    background: #008578;
    margin: 30px auto 40px;
    @media (max-width: 768px) {
      border-radius: 20px;
    }
  }

  #organizer {
    width: fit-content;
    margin: 0 auto 80px;
    /* border: 1px solid #897e69; */
    border: 1px solid #008578;
    background: #fff;
    h5 {
      width: 100%;
      /* background: #897e69; */
      background: #008578;
      color: #fff;
      font-size: 26px;
      text-align: center;
      padding: 6px;
      @media (max-width: 768px) {
        font-size: 20px;
      }
    }
    ul {
      padding: 20px 60px;
      @media (max-width: 768px) {
        padding: 20px;
      }
      li {
        font-size: 20px;
        @media (max-width: 768px) {
          font-size: 16px;
        }
        &:nth-of-type(1) {
          margin-bottom: 20px;
        }
      } 
    }
  }

  #profile {
    h4 {
      background: initial;
      /* color: var(--font-base-color); */
      color: #005149;
      letter-spacing: initial;
      line-height: initial;
      width: 100%;
      margin: initial;
      margin-bottom: 6px;
    }
    .prf-box {
      div {
        @media (max-width: 640px) {
           width: 100% !important;
          }
      }
    }
  }
}


/* --- パフォーマンス最適化（カクつき・チラつき防止） --- */
/* これから transform や opacity が変化することをブラウザに事前通知する */
.overlay-white,
.bg-white, 
.bg-pink,
.img-piano, 
.img-portrait,
.title__inner-center-left h1 span,
.title__inner-bottom span {
  will-change: transform, opacity;
  backface-visibility: hidden; /* 3D的な変形時のチラつきを防ぐおまじない */
}

/* JSで動的に分割生成される span にも適用 */
.en-text-left span,
.en-text-right span {
  will-change: transform, opacity;
  backface-visibility: hidden;
}