/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&display=swap'); */


/*=================
	// overwrite
===================*/



body .main {
  margin-bottom: 0;
}

.mt-n20 {
	margin-top: -21px;
}

@media screen and (min-width: 751px) {
  .mt-sm-n30{
	margin-top: -31px;
  }
}



/*=================
	// arrow
===================*/

.arrow {
  width: 8px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.arrow.gold {
  /* background-color: #bf932e; */
  background-color: #8a7761;
}

/*=================
	// line color
===================*/

.border-bottom-gold {
  border-bottom: #bf932e thin dotted;
}


/*=================
	//  font
===================*/

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.f-serif {
  font-family: "Noto Serif JP", "游明朝 Medium", "YuMincho Medium",
    "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
  line-height: 1.4;
}

.f-en {
  font-family: "lucida_calligraphy";
}


.libre-bodoni-400 {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 
.libre-bodoni-<uniquifier> {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 */

.text-cream {
  color: #ffefbf;
}

/* .noto-serif-jp-<uniquifier > {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/*=================
	// layout
===================*/


.read_more {
  display: none;
}

@media screen and (max-width: 640px) {
  .mobHidetxt {
    display: none;
  }

  .read_more {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border: #bf932e thin solid;
    display: block;
    cursor: pointer;
  }
}

/*=================
	// all
===================*/

.all {
  background-color: #000;
}


/*=================
	// title
===================*/

.title-outer-1 {
  width: 100%;
}


@media print, screen and (min-width: 751px) {
  .title-outer-1 {
    /* width: 100%;
    background: url(../img/bg_title.jpg) no-repeat top center;
	background-size: 100%; */
  }


}


/*=================
	// lead
===================*/


#lead {
  padding: 30px 0 20px;
  /*background: #000 linear-gradient(to bottom, #000 0, #000 50%, #333 100%);*/
}


#lead p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

#lead .bg_01 {
  width: 98%;
  max-width: 1096px;
  /* background: url(../202502/img/lead_deco_pc_01.png) no-repeat top center; */
  background-size: contain;
}


#lead .bg_02 {
  padding: 45px 0;
  /* background: url(../202502/img/lead_deco_pc_02.png) no-repeat bottom center; */
  background-size: contain;
}


@media print, screen and (min-width: 1000px) {

  #lead {
    padding: 60px 0 20px;
  }

  #lead .bg_02 {
    padding: 40px 0;
  }


}



/*=================
	// headding
===================*/

#contents {
  /*color: #fff;*/
  background: url("../img/bg_contents.jpg") repeat-y top center;
  background-size: 100%;
}

#contents h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #533c2c;
  display: flex;
  justify-content: center;
  align-items: center;

}

#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  border-bottom: #5a534b thin solid;
}

h4 .en {
  font-size: 16px;
  font-style: italic;
}

h4 .inst {
  color: #fff;
  background: linear-gradient(to right,
      #000 0,
      #766550 15%,
      #766550 85%,
      #000 100%);


  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  padding: 0 30px;
  vertical-align: middle;
}





#contents h3 {
  height: 160px;
}


@media print, screen and (min-width: 640px) {
  #contents h3 {
    height: 220px;
  }

  h4 .en {
    margin-left: 10px;
  }


}



/* 
@media print, screen and (max-width: 768px) {
  #contents {
    width: 95%;
  }
}

@media print, screen and (max-width: 640px) {
  #contents h3 {
    font-size: 30px;
  }

  #contents h4 {
    line-height: 1.1;
  }

  #contents h4 {
    display: block;
  }
} */

/*=================
	// local-nav
===================*/
#local-nav {
	padding-top: 40px;
}

#local-nav a {

  text-align: center;
  display: block;
}

#local-nav a span {
  display: block;
}

#local-nav a .en {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
}


#local-nav a .jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  background: #533c2c;
}


#local-nav a .en {
  font-size: 24px;
}

#local-nav a .jp {
  font-size: 15px;
}

@media screen and (min-width: 1000px) {

  #local-nav {
    padding: 60px 0 0;
  }

  #local-nav li {
    width: 22%;
    margin-bottom: 0;
  }

  #local-nav a .en {
    font-size: 30px;
  }

  #local-nav a .jp {
    font-size: 16px;
  }

}

/*=================
	#artist
===================*/

.artist-row {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  width: 89%;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  border: #766550 thin solid;
}



.artist-row h4 {
  line-height: 1.1;
}

.artist-row h4 .jp {
  display: block;
}



.artist-row .detail .icon {
  font-size: 14px;
  color: #fff;
  background: #766550;
  margin-bottom: 8px;
  padding: 3px 15px;
  display: inline-block;
}

.artist-row .detail .icon.date {
  margin-right: 10px;
}

.timetable {
  padding-top: 5px;
}

.timetable li {

  margin-bottom: 10px;
  display: block;
}

.artist-row .detail li.time span {
  margin-bottom: 5px;
  display: inline-block;
}

.timetable li:last-child {
  margin: 0;
}

h5.prof_head {
  font-family: "Pinyon Script", cursive;
  font-size: 36px;
  font-weight: normal;
  color: #bf932e;
  color: #d7c6b0;
}


.artist-row .imgcopy {
  width: 90%;
  color: #aaa;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  font-size: 11px;
  display: block;
}

.profile .prof_txt {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.profile .website {
  margin-top: 20px;
}



@media print, screen and (min-width: 1000px) {

  .artist-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    padding: 60px 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .artist-row .imgcopy {
    width: auto;
    margin: auto;
  }

  .profile .website {
    margin-top: 10px;
  }

  .timetable li {
    margin-right: 10px;
    display: inline-block;
  }


  .timetable li::after {
    content: '\FF0F';
    /*スラッシュ全角*/
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
  }

  .timetable li:last-child::after {
    content: none
  }
}




/*=================
	#information
===================*/

#information dt {
  font-size: 22px;
  font-weight: bold;
  /* color: #bf932e; */
  margin-bottom: 5px;
  background: #d7c6b0;
  width: 100%;
  line-height: 2em;
}

#information dd {
  font-size: 18px;
  margin-bottom: 45px;
  padding: 30px 15px;
}

@media print, screen and (max-width: 640px) {
  #information dt {
    font-size: 20px;
  }
}

/*=================
	#player
===================*/

#player {
  /*width: 80%;
  padding-bottom: 60px;
  padding: 30px 5% 30px 5%; 
  border: #766550 thin solid;*/
}

#player h4 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  /* border-bottom: #bf932e thin solid; */
  /* border-bottom: #766550 thin solid; */
  background-color: #766550;
  padding: 15px 0
}



/*=====================
	// #access
=======================*/

#access {
  background-color: #000;
}

#access iframe {
  height: 360px;
}

#access dt {
  font-size: 30px;
  margin-bottom: 45px;
  line-height: 1.3;
}

#access dd {
  font-size: 16px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1000px) {


  #access dt {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.6;
  }

  #access dd {
    /* font-size: 20px; */
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: normal;
  }

  #access iframe {
    height: 600px;
  }
}

/*=====================
	// #advance_notice
=======================*/

.advance_notice {
  text-align: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}



/*=====================
	// 2707 アンサンブル・マース・ムジカ分追記
=======================*/

.en {
  font-family: "EB Garamond", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.jp, main {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; 
  height: 100dvh; 
  
  background: url(../img/bg_pc.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1; 
  pointer-events: none;
}

main {

}
main::before {
  /* content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg_pc.jpg);
  background-size: cover !important;
  background-position: center; */
}

html {
    scroll-behavior: smooth;
}

.title-outer-1 {
  /* background: url(../img/bg2_pc.jpg);
  background-size: cover; */
  background: none;
  transition: opacity 0.2s ease-in-out !important;
}

.title-outer-1::before {
  /* content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px; */
}
.overlay{
  /* background-color:rgba(255,255,255,0);
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0; */
}

#contents {
  background: none;
}
body {
  /* background-color: #b97474; */
  /* background: #540020;
  background: linear-gradient(180deg,rgba(84, 0, 32, 1) 0%, rgba(105, 9, 13, 1) 67%, rgba(105, 9, 13, 1) 100%); */
}
.main {
  /* background: url(../img/bg2.png);
  background-size: 6%; */
}

.title-outer-1 {
  /* position: sticky; */
  top: 0;
  z-index: 0;
  margin-top: -110px;
  padding-top: 80px;
  /* z-index: 1; */
}

#title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  /* padding-top: 20px; */
  /* background: #fff; */
  /* background: url(../img/ttl_bg_pc.jpg);
  background-size: cover; */
}

.lead-txt {
  position: relative;
  background: #fff;
  color: #5c4e34;
  margin: 0 auto;
  width: 90%;
  padding: 20px;
  margin-top: 30px;
  z-index: 1;
}
#local-nav li {
  background: #87785B;
  padding: 20px;
  outline: 1px solid #fff;
  outline-offset: -8px;
}
#local-nav a .jp {
  background: none;
  white-space: nowrap;
}
.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.heading::before,
.heading::after {
  background-color: #fff;
  display: inline-block;
  content: "";
  height: 1px;
  width: 8px;
  margin-bottom: 4px;
}
.heading::before {
  margin-right: 6px;
}
.heading::after {
  margin-left: 6px;
}

section {
  /* width: 90%;
  margin: 0 auto; */
  /* padding-top: 40px !important; */
}
#contents h3 {
  background: #87785B;
  height: initial;
  padding: 10px 0;
  margin-bottom: 0;
  width: 89%;
  margin: 0 auto;
}

#information dl {
  padding: 20px;
}

#information dt {
  color: #5c4e34;
  background: none;
  padding-top: 50px;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
#information dt span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  white-space: nowrap;
}
#information dt:before,
#information dt:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50%;
  height: 6px;
  content: '';
  border-top: solid 1px #5c4e34;
  border-bottom: solid 2px #5c4e34;
}
#information dt:before {
  left: 0;
}
#information dt:after {
  right: 0;
}

#information dd:nth-of-type(4) {
  margin-bottom: 0;
}

#program div {
  background: #fff;
  padding-bottom: 20px;
}
#program > div p:nth-of-type(1) {
  width: 80%;
  margin: 0 auto;
}

.prof-box {
  margin-bottom: 80px;
}


#player .prof-txt p > span {
  /* margin-left: 10px; */
}
.support-player {
  /* margin-bottom: 40px;
  position: relative; */
}
.support-player .support-heading {
  margin-bottom: 40px;
  position: relative;
}
.support-player .support-heading p {
  font-size: 28px;
  text-align: center;
}
/* .support-player dd {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
} */
.support-player .support-heading p span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.support-player .support-heading p:before,
.support-player .support-heading p:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50%;
  height: 6px;
  content: '';
  border-top: solid 1px #87785B;
  border-bottom: solid 2px #87785B;
}
.support-player .support-heading p:before {
  left: 0;
}
.support-player .support-heading p:after {
  right: 0;
}

.border-bottom-dashed-black {
  border: none;
}
.gmap {
  width: 100% !important;
}
.footer {
  position: relative;
}

@media (min-width: 350px) and (max-width: 1000px) {

  #local-nav li:nth-of-type(3), #local-nav li:nth-of-type(4) {
    margin-bottom: 0;
  }
  #information dl {
    margin-bottom: 0;
  }
  .main h3 {
    font-size: 26px;
  }
  main::before {
    /* background-size: 300% !important; */
    min-height: 950px;
  }

  #local-nav li:nth-of-type(4) .jp {
    font-size: 14px;
  }
  #local-nav li {
    padding: 12px;
    width: 48.5%;
  }


  
}


@media print, screen and (min-width: 1000px) {

  .main {
    background-size: 4%;
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  .title-outer-1 {
    margin-top: -140px;
    padding-top: 140px; 
  }
  #title {
    width: 80%;
    /* padding-top: 60px; */
    padding-top: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .lead-txt {
    margin-top: 60px;
    padding: 40px;
    width: 80%;
  }
  .lead-txt p {
    width: 100%;
  }
  #local-nav {
    width: 90%;
    margin: 0 auto;
  }
  #contents h3 {
    width: 89%;
    padding: 30px 0;
  }
  #information dl {
    padding: 40px;
  }
  .prof-box {
    margin-bottom: 80px;
  }
  .prfo-img {
    width: 20%;
  }
  .prof-txt {
    width: 80%;
  }
  #player .prof-txt p > span {
    margin-left: 10px;
  }
  .gmap {
    width: 90% !important;
  }

  

}


.footer-cta {
  position: relative;
  z-index: 2;
}




/* 202609_junior_ensemble */
/* @import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap'); */


:root {
  --accent-color1: #eb6d80;
  --accent-color2: #37a0da;
  --font-notosans: "Noto Sans JP", sans-serif;
  --font-mochiy: "Mochiy Pop One", sans-serif;
}


html {
  /* ページの内容量に関わらず、常に縦スクロールバーの枠を表示する */
  overflow-y: scroll; 
}

.st_fadeIn,
.st_popUp,
.st_fadeUp {
  visibility: hidden;
  opacity: 0;
}

.sp-nowrap {
  @media (max-width: 640px) {
    display: inline-block;
  }
}

/* .test_title {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 40px;
  position: relative;
  letter-spacing: 6px;
  span {
    &:nth-of-type(1) {
      color: #009d95;
    }
    &:nth-of-type(2) {
      color: #eb6d80;
    }
    &:nth-of-type(3) {
      color: #37a0da;
    }
    &:nth-of-type(4) {
      color: #a574af;
    }
  }
} */


/* .test_title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: white;
  -webkit-text-stroke: 6px white;
  z-index: -1;
}

.test_title {
  filter: drop-shadow(3px 3px 0 rgba(0,0,0,.6));
} */


/* .title-outer-1 {
  background: #fff;
} */
body:has(.advance_notice) {
  .fixed-bg {
    background: none;
  }
}

.main {
  background: #fff;
  font-family: var(--font-notosans);

  &::before {
    transform: translateZ(0);
    will-change: transform;
  }
}



.hr_ph div:nth-of-type(2) img:nth-of-type(1), .hr_il_01 p:nth-of-type(1), .hr_il_02 p:nth-of-type(1), .hr_ph > div:nth-of-type(2), .hr_ph > div:nth-of-type(1) dl, .title span, .title + p, .hr_il_01 p, .hr_il_02 p, .lead-text, .hr_ph div, .hr_ph div:nth-of-type(2) img:nth-of-type(1), .st_fadeIn, .st_popUp, .st_fadeUp {
  will-change: transform;
}



#hero{
  /* height:100vh; */
  /* display:grid;
  place-items:center; */
  position: relative;
  max-width: 1800px;

  visibility: hidden;
  @media (max-width: 640px) {
    padding-top: 40px;
  }

  h2 {
    p {
      width: 200px;
      margin: 20px auto;
    }
  }
  .title{
    /* id="t1p3k9" */
    width: 50%;
    margin: 0 auto;
    visibility:hidden;
    position: relative;
    font-family: var(--font-mochiy);
    font-size:clamp(32px,7vw,70px);
    font-weight:900;
    filter: drop-shadow(3px 3px 0 rgba(0,0,0,.6));
    line-height:1.2;
    z-index: 2;
    text-align: center;
    @media (max-width: 640px) {
      width: 89%;
      font-size: 13vw;
    }
    span {
      display: inline-block;
      position: relative;
      &::before {
        content: attr(data-text);
        position: absolute;
        inset: 0;
        color: white;
        -webkit-text-stroke: 6px white;
        z-index: -1;
      }
      &:nth-of-type(1) {
        color: #009d95;
        @media (max-width: 640px) {
          margin-bottom: 6px;
        }
      }
      &:nth-of-type(2) {
        /* color: #eb6d80; */
        span {
          &:nth-of-type(1) {
            color: #eb6d80;
          }
          &:nth-of-type(2) {
            color: #37a0da;
          }
        }
      }
      &:nth-of-type(3) {
        /* color: #37a0da; */
        color: #a574af;
        margin-top: 10px;
        @media (max-width: 640px) {
          margin-top: 6px;
        }
      }
      &:nth-of-type(4) {
        /* color: #a574af;
        @media (max-width: 640px) {
          margin-top: 6px;
        } */
      }
    }
  }

  .ev-date {
    width: fit-content;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
    span {
      font-size: 46px;
      font-family: var(--font-mochiy);
      display: inline-block;
      position: relative;
      color: #ea5504;
      font-weight:900;
      z-index: 1;
      margin-right: 4px;
      filter: drop-shadow(3px 3px 0 rgba(0,0,0,.6));
      @media (max-width: 640px) {
        font-size: 36px;
      }
      &:nth-of-type(2), &:nth-of-type(4), &:nth-of-type(5) {
        font-size: 34px;
        @media (max-width: 640px) {
          font-size: 24px;
        }
      }
      &::before {
        content: attr(data-text);
        position: absolute;
        inset: 0;
        color: white;
        -webkit-text-stroke: 6px white;
        z-index: -1;
      }
    }
  }



  .hr_il_01 {
    position: absolute;
    top: 60px;
    /* left: 40px; */
    width: 20%;
    max-width: 230px;
    left: 7%;
    @media (max-width: 1200px) {
      left: 5%;
      max-width: initial;
    }
    @media (max-width: 640px) {
      position: relative;
      display: inline-block;
      width: 49.2%;
      left: 0;
      top: 0;
      /* left: 10%; */
    }
    p {
      &:nth-of-type(1) {
        transform: translate(-20%, 6%);
        @media (max-width: 640px) {
          width: 70%;
          transform: translate(0, 0);
          margin-top: 20px;
          margin-left: 10%;;
        }
      }
      &:nth-of-type(2) {
        transform: translate(20%, -6%);
        @media (max-width: 640px) {
          width: 60%;
          transform: translate(0, 0);
          margin-left: 25%;
        }
      }
    }
  }
  .hr_il_02 {
    position: absolute;
    top: 60px;
    /* right: 40px; */
    width: 20%;
    max-width: 230px;
    right: 7%;
    @media (max-width: 1200px) {
      right: 5%;
      max-width: initial;
    }
    @media (max-width: 640px) {
      position: relative;
      display: inline-block;
      width: 49.2%;
      top: 0;
      right: 0;
      vertical-align: top;
      /* right: 10%; */
    }
    p {
      &:nth-of-type(1) {
        transform: translate(20%, 6%);
        @media (max-width: 640px) {
          width: 70%;
          transform: translate(0, 0);
          margin-top: 40px;
          margin-left: 20%;
        }
       
      }
      &:nth-of-type(2) {
        transform: translate(-6%, 0%);
        @media (max-width: 640px) {
          width: 60%;
          transform: translate(0, 0);
          margin-left: 10%;
        }
      }
    }
  }



  .lead-text {
    font-weight: 600;
    color: #3c3c3c;
    font-size: 18px;
    margin: 20px auto 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    /* text-shadow: 0.6px 0.6px 2px #fff, -0.6px -0.6px 2px #fff; */
    text-shadow: 1px 1px 1.6px #fff, -1px -1px 1.6px #fff;
    @media (max-width: 768px) {
      padding: 0 20px;
      font-size: 16px;
    }
  }

  .hr_ph {
    display: flex;
    width: 90%;
    margin: -60px auto 0;
    @media (max-width: 1300px) {
      margin-top: -40px;
    }
    @media (max-width: 1000px) {
      margin-top: -20px;
    }
    @media (max-width: 640px) {
      margin-top: 20px;
    }


    > div {
      width: 50%;
      position: relative;
      &:nth-of-type(1) {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 6%;
        /* width: 30%; */
        @media (max-width: 640px) {
          padding-left: 0;
        }
        dl {
          /* position: absolute; */
          background: #eb8d02;
          width: fit-content;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          aspect-ratio: 1 / 1;
          color: #fff;
          padding: 30px;
          font-weight: 600;
          border-radius: 50%;
          /* min-width: 160px; */
          white-space: nowrap;
          position: relative;
          left: 10%;
          @media (max-width: 900px) {
            padding: 24px;
          }
          @media (max-width: 640px) {
            padding: 16px;
            left: 0;
            width: 50%;
            transform: translateX(6%)
          }
          dt {
            @media (max-width: 640px) {
              font-size: 12px;
            }
          }
          dd {
            font-size: 1.2em;
            @media (max-width: 640px) {
              font-size: 13px;
            }
          }
        }
        p {
          width: 50%;
          /* margin-left: 100px; */
          @media (max-width: 640px) {
            /* margin-left: 50%; */
          }
        }

      }
      &:nth-of-type(2) {
         /* width: 30%; */
        width: 60%;
        display: flex;
        position: relative;
        padding: 6%;
        max-width: 700px;
        --before-y: 0px;

        @media (max-width: 640px) {
          padding: 2%;
        }

        div {
          img {
            /* width: 300px; */
            opacity: 0;
            &:nth-of-type(1) {
              position: absolute;
            }
          }
          &:nth-of-type(1) {
            width: 46%;
            transform: translate(14%, 0px);
          }
          &:nth-of-type(2) {
            width: 54%;
          }
        }
        
        p {
          &:nth-of-type(1) {
            /* transform: translate(20%, 20px);
            z-index: 1; */
          }
          &:nth-of-type(2) {
            
          }
        }

        &::before, &::after {
          content: '';
          width: 60%;
          position: absolute;
          /* background-size: cover; */
        }
         &::before {
          aspect-ratio: 598 / 366;
          top: 10px;
          background: url(../img/mv_note_01.png);
          background-size: contain;

          transform: translateX(var(--before-y));
         }
         &::after {
          aspect-ratio: 614 / 260;
          bottom: 10px;
          background: url(../img/mv_note_02.png);
          background-size: contain;

          transform: translateX(calc(15px - var(--before-y)));
         }
      }
    }
  }


}

#contents {
  position: relative;
  font-family: var(--font-notosans);

  #local-nav {
    /* visibility: hidden; */
    opacity: 0;
    ul {
      li {
        width: 30%;
        margin-right: 5%;
        outline: 4px solid #fff;
        border-radius: 60px;
        background: var(--accent-color2);
        height: fit-content;
        border: 8px solid var(--accent-color1);
        @media (max-width: 640px) {
          width: 32.8%;
          margin-right: 0.7%;
        }
        &:last-child {
          margin-right: 0;
        }
        a {
          
          span {
            &.jp {
              font-family: var(--font-mochiy) !important;
              @media (max-width: 640px) {
                font-size: 14px;
              }
            }
            &::before, &::after {
              display: none;
            }
          }
          
        }
      }
    }
    
  }

  h3 {
    font-family: var(--font-mochiy);
    letter-spacing: 8px;
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    outline: 4px solid var(--accent-color1);
    outline-offset: 5px;
    /* background: repeating-linear-gradient(-45deg, var(--accent-color2) 0 12px, #fff 10px 20px); */
    background: var(--accent-color2);
    color: var(--accent-color1);
    /* text-shadow: -2px -2px 0 var(--accent-color1), -2px 2px 0 var(--accent-color1), 2px -2px 0 var(--accent-color1), 3px 3px 0 var(--accent-color1); */
    text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 2px 2px 0 #fff;
    /* font-weight: bold;
    font-size: 26px; */
    text-align: center;
    box-shadow: 0 0 0 5px #fff;
  }
  
  
  #information {
    dl {
      /* padding-top: 60px; */
      padding-top: 40px;
      @media (max-width: 640px) {
        /* padding-top: 40px; */
      }
    }
    dt {
      font-family: var(--font-mochiy);
      font-weight: 400;
      
      &::before, &::after {
        position: absolute;
        top: calc(50% - 3px);
        /* width: 50%; */
        width: 20%;
        height: 8px;
        background: var(--accent-color1);
        border-radius: 8px;
        content: '';
        border-top: none;
        border-bottom: none;
        @media (max-width: 640px) {
          width: 40%;
        }
      }

      &::before {
        left: initial;
        right: 50%;
        /* position: absolute;
        top: calc(50% - 3px);
        width: 50%;
        height: 8px;
        background: var(--accent-color1);
        border-radius: 8px;
        content: '';
        border-top: none;
        border-bottom: none; */
      }
      &::after {
        right: initial;
        left: 50%;
      }

      span {

      }
    }

    dd {
      margin-bottom: 20px;
      @media (max-width: 640px) {
        padding: 20px 15px;
        margin-bottom: 30px;
      }
      &:nth-child(14) {
        ul {
          margin-left: 5%;
          @media (max-width: 640px) {
            margin-left: 0;
          }
        }
      }
    }

  }


  #apply {
    > div {
      padding-top: 40px;
    }
    h4 {
      margin: 40px auto 10px;
      font-weight: 600;
      font-family: var(--font-notosans);
      border-bottom: none;
    }
    .shop-list {
      ul {
        li {
          display: inline-block;
          &::after {
            content: " / ";
            display: inline-block;
            width: 20px;
          }
          &:last-child {
            &::after {
              content: '';
            }
          }
        }
      }
    }

    .tooltip-list {
      margin-top: 40px;
      .tooltip-wrapper {
        display: inline-block;
        /* ★ 追加：アンカー名（--my-anchor）の効力をこのラッパーの中だけに閉じ込める（スコープ化） */
        anchor-scope: --my-anchor;
        padding-bottom: 12px;
        &::after {
          content: " / ";
          display: inline-block;
          width: 20px;
          @media (max-width: 640px) {
            width: 10px;
          }
        }
        &:last-child {
          &::after {
            content: '';
          }
        }
      }

      .tooltip-trigger {
        anchor-name: --my-anchor;
        cursor: pointer;
        /* border-bottom: 1px dashed #333; */
      }

      /* ツールチップ本体 */
      .tooltip-content {
        position: absolute;
        position-anchor: --my-anchor;

        /* ★ 追加：しっぽが画面の裏側に落ちるのを防ぐ */
        z-index: 10;
        
        /* 1. 基本位置（トリガーの上部） */
        bottom: calc(anchor(top) + 12px);
        justify-self: anchor-center;
        
        /* 2. 独自の反転ルールを指定 */
        position-try-fallbacks: --flip-bottom;
        
        /* 3. しっぽの位置を管理するCSS変数（初期値は「下」） */
        --tail-top: auto;
        --tail-bottom: -6px;

        /* デザイン */
        width: max-content;
        max-width: 250px;
        background: #ffffff;
        padding: 15px;
        border-radius: 12px;
        /* しっぽの影と馴染むように、オフセットなしの均等な影にするのがコツです */
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.8); 
        
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;

        /* ★ 追加：透明な橋の位置を管理する変数 */
        --bridge-top: auto;
        --bridge-bottom: -20px;
        pointer-events: none;


        p {
          &:nth-of-type(1) {
            margin-bottom: 10px;
          }
          &:nth-of-type(2) {
            margin-bottom: 10px;
          }
        }
        dl {
          font-size: 12px;
          display: grid;
          grid-template-columns: 52px 1fr;
          gap: 6px 10px;
          text-align: left;
          dt {
            font-weight: 600;
          }
          dd {
            margin: 0;
            text-align: left;
          }
        }
        a {
          font-size: 13px;
          color: #fff;
          background: #000;
          padding: 4px 10px;
          margin-top: 10px;
        }
        p:has(a) {
          margin: 10px auto;
        }
      }

      /* ホバーで表示 */
      .tooltip-wrapper:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
        /* ★ 追加：表示されたらクリックやテキスト選択を許可する */
        pointer-events: auto;
      }

      /* ==========================================
        ★ 追加：ホバー切れを防ぐ「透明な橋」
      ========================================== */
      .tooltip-content::before {
        content: "";
        position: absolute;
        /* CSS変数で位置を受け取る（反転時に自動で切り替わる） */
        top: var(--bridge-top);
        bottom: var(--bridge-bottom);
        left: 0;
        width: 100%;
        height: 20px; /* トリガーとの隙間（12px）より少し大きい高さを設定 */
        
        /* ※ 動きの仕組みを確認したい場合は、下のコメントアウトを外してみてください */
        /* background: rgba(255, 0, 0, 0.2); */
      }

      /* ==========================================
        4. 画面上部で見切れた時の「反転ルール」
      ========================================== */
      @position-try --flip-bottom {
        top: calc(anchor(bottom) + 12px);
        bottom: auto;
        
        /* しっぽの位置を反転（既存のまま） */
        --tail-top: -6px;
        --tail-bottom: auto;

        /* ★ 追加：透明な橋の位置も上部に反転させる */
        --bridge-top: -20px;
        --bridge-bottom: auto;
      }

      /* ==========================================
        5. しっぽ（三角形）の生成
      ========================================== */
      .tooltip-content::after {
        content: "";
        position: absolute;
        
        /* CSS変数で位置を受け取る（反転時に自動で切り替わる） */
        top: var(--tail-top);
        bottom: var(--tail-bottom);
        left: 0;
        right: 0;
        margin: auto; /* 左右中央揃え */
        
        /* 四角形を作って45度回転させる（現代の主流な手法） */
        width: 14px;
        height: 14px;
        background: #ffffff;
        transform: rotate(45deg);
        
        /* 本体と同じ影をつける */
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        z-index: -1; /* 本体の背面に潜り込ませて、はみ出た半分だけを三角形として見せる */
      }

    }
    

  }

  #player {
    > div {
      padding-top: 40px;
    }
    .prfo-img {
      width: 30%;
      max-width: 200px;
    }
    .prof-box {
      margin-bottom: 60px;
      @media (max-width: 640px) {
        margin-bottom: 40px;
      }
      p {
        > span {
          margin-bottom: 20px;
          @media (max-width: 640px) {
            margin-bottom: 10px;
          }
        }
      }
    }
  }



}