@charset 'utf-8';

#page_top {
    height: 10%;
    width: 10%;
    position: fixed;
    right: 10px;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#page_top img {
    height: auto;
    width: 100px;
    opacity: 0.6;
     transition: transform 0.3s ease-in-out;
}

#page_top img:hover {
    opacity: 1;
    transform: scale(1.3) rotate(-5deg);
}



/* ハンバーガー */

.site-header{
    position: fixed;
    top: 0; left: 0; right: 0;
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 48px;
    z-index: 40;
    background: rgba(250, 250, 248, 0);
    border-bottom: 1px solid rgba(227, 225, 218, 0);
    backdrop-filter: blur(0px);
    transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(0);
    pointer-events: none;
  }
  .site-header.is-hidden {
  transform: translateY(-100%);
}

  .site-nav{
    display: flex;
    gap: 32px;
    opacity: 1;
    transform: translateY(-6px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: auto;
  }
  .site-nav.is-visible{
    opacity: 1;
    transform: translateY(0);
  }
  .site-nav a{
    font-size: 13px;
    letter-spacing: 0.08em;
    color: var(--ink-soft);
    position: relative;
    padding-bottom: 4px;
  }
  .site-nav a::after{
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0%; height: 1px;
    background: var(--accent);
    transition: width 0.3s ease;
  }
  .site-nav a:hover{ color: var(--ink); }
  .site-nav a:hover::after{ width: 100%; }









.button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
  top: 0;      
  left: 0;
  right: 0;

  }

.button-row ul {
  display: flex;
  gap: var(--gap);
  justify-content: center;
  padding: var(--gap);
  margin: 0;
  list-style: none; 
  z-index: 100;
}

.button-row li a {
display: flex; 
justify-content: center;
 align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0.7;
  background: none;  
  border: 1px solid #f7f7f7;  
  position: relative;  
  max-width: 200px;  
    font-family: "M PLUS Rounded 1c", sans-serif;

}



.button-row li a li {
  margin: 0;
}

.button-row li a {
  position: relative;
   top: 3px;  
  right: 3px;  
    text-decoration: none;
    font-size: 1.2rem;
    color: #222222;
      background-color: #fff; 
  border: none;  
  border-radius: 9999px;
    padding: 12px 24px;
    display: block;
 justify-content: center; 
     display: flex;
  flex: 1;
}
.button-row li a:hover {
  color: #fff;
  background: #222;
  opacity: 1;
}

  .hamburger {
    display: none;
    position: fixed;
    top: var(--gap);
    right: var(--gap);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    z-index: 200;
  }


.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.3s;
}


  .hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }



/* ---------- ナビ ----------
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  transition: right 0.4s;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}

.nav.is-active {
  right: 0;
}

.nav__list {
  list-style: none;
  flex-direction: column;
  padding: 80px 30px;
}

.nav__list li {
  border-bottom: 1px solid #eee;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.nav__list a {
  display: block;
  padding: 15px 0;
} */

/* 改行ツール */
.sp-br {
  display: none;
}


/* 共通 */

  :root {
    --gap: 16px;
    --header-h: 64px;
  }

  * {
    box-sizing: border-box;
  }

  html {
  font-size: clamp(12px, 2vw, 16px);
  font-family: "Noto Sans CJK JP",sans-serif;
  color: #231815;
   scroll-behavior: smooth;

}
  .container {
    margin: 0 auto;  
  }




  p {
    line-height: 2;
    font-size: 1rem;
  }



  h1 ,h2{
    text-align: center;
    font-size: 2.5rem;
    padding: 2rem 0;
     font-family: "M PLUS Rounded 1c", sans-serif;
    margin-bottom: 2rem;
    margin-top: 2rem;
    line-height: 1.5;
}



.wrap {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 8rem 8rem;  
     border-bottom: solid 2px #0275c2;
     max-height: 100%;
}

.wrap_about {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 8rem 8rem;  
}

.wrap_goods {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 8rem 8rem;  
}

.wrap_profile {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 8rem 8rem;  
  
  
}



/* アピアランス・背景など */

.white_box {
    background: #fff;
    margin: 0 auto;
    max-width: 80%;
    border-radius: 32px;
}

.yellow_bg {
    background-color: #FFDA00;
}
.blue_bg {
    background-color: #0075C2;
}
/* メインビジュアル */
picture {
    display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

picture img {
  height: auto;
  display: block;
  height: 100%;

}
.mainvisual {
  margin: 0 auto;
}
.rights {
display: block;
text-align: right;
padding: 1rem;
margin-right: 10%;
font-size: 0.8rem;
margin-top: -10px;
}


/* about */
.about_pinchi {
      margin-bottom: 3rem;
}


.about_pinchi  h2 {
     font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 -10rem 0rem;
     font-family: "M PLUS Rounded 1c", sans-serif;
}


.about_pinchi p {
  font-size: 1.1rem;
  line-height: 2;
  text-align: justify;
}


dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
   font-size: 1rem;

}

dt {
  line-height: 2;
  width: 10%;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: start;

}

dd::before {
  background: #aaa;
  bottom: auto;
  content: "";
  display: block;
  height: 4px;
  border-radius: 1000px;
  left: 1%;    
  position: absolute;
  top: 1.1rem;
  width: .5em;
}

dd {
  width: 90%;
  margin-left: 0; 
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
 
}

dl p {
  font-size: 1.1rem;
}

@media screen and (max-width: 1100px) {

dt {
  width: 15%;
}

dd {
  width: 85%;
}
}



/*プロフィール */

#profile {
      padding: 0 0 5.2rem;
}

#profile h2 {
  color: #fff;
}

.white_box_pro {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 32px;
    padding: 2rem 3rem;
}
.name  {
    font-weight: bold;
    font-size: 2.5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
}


.profile_detail {
  display: flex;
flex-wrap: nowrap; 
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 0.5rem;
      align-items: start;
        gap: 1rem;
}


.profile_detail p {
 flex: 1 1 55%;
font-size: clamp(0.95rem, 1.2vw, 1rem);
  line-height: 2;
    margin: 0;

}

.profile_detail img {
width: 45%;
height: auto;

 

} 


/* チケット */
#ticket  {
text-align: center;
}

#ticket h2  {
  margin-top: 0;
}

.attention {
  background: #ff0000;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: keep-all;
}

#ticket h3 {
  margin-bottom: 1.5rem; 
  margin-top: 1.5rem; 
  font-size: 2rem;
}

.wrap_price {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 4rem 4rem;  
}
.price_box {
  display: flex;
  justify-content: center;
}

.price {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
   font-weight: 600;
  white-space: nowrap;
padding-left: 3rem;
  
   
}
.strong {
  font-weight: 700;
  font-size: 1.6rem;
}


.kome_pri {
  font-size: 1.2rem;
}
/* 展示会詳細 */



.contents_detail {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr; 
   gap: 64px;
  align-items: baseline;
  flex-direction: column;  
  justify-content: center;

}




.contents_detail li {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 150px;
  flex-direction: column; 
}



.detailbox p {
  padding-top: 2rem;

}

/* グッズ詳細 */


.description  {
    line-height: 2;
  font-size: 1rem;
  padding-bottom: 5%;
  display: block;
  
}

.goods_about01 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 64px;
  align-items: baseline !important;  
  margin-bottom: 5rem;
    justify-content: center;
  align-items: center;
}

.goods_about01 img {
  width: 70%;
  margin: auto;
  display: block;
}


.goods_about02 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 32px;
  align-items: baseline; 

}



@media screen and (max-width: 768px) {
.goods_about01 , .goods_about02{
    display: block; 
  }
}


.goods_about01 li , .goods_about02 li {
  display: flex;
  min-height: 150px;
  flex-direction: column; 
}

@media screen and (max-width: 768px) {
.goods_about01 li ,  .goods_about02 li  {
    padding-bottom: 3rem;
  }
}

.title {
  font-weight: 900;
  font-size: 1.3rem;
  text-align: left;
  margin-top: 1rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
    
}


.goods_place {
  margin-top: 1rem;
  font-size: 1rem !important;
}


@media screen and (max-width: 768px) {
.good_place {
margin-top: 0 ;
 }
}


.kome {
  color: #E72410 ;
  padding-bottom: 1.5rem;
  margin-top: 2.9rem;
  font-weight: 700;
  font-size: 1rem;
}

img {
      max-width: 100%;
    height: auto;
}


/* お問い合わせ */
#contact {
  padding-bottom: 1%;
}

#contact h2 {
  color: #fff;
   margin-top: 0;

}



.white_box_contact{
    background: #fff;
    margin: 0 auto 10%;
    max-width: 500px;
    border-radius: 1000px;
}


@media screen and (max-width: 768px) {
.white_box_contact{
      max-width: 300px;
}
}

#contact h2 {
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 0.5rem;
      font-size: 3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

#contact a {
  padding-top: 1rem;
  font-size: 2rem;

}

#contact p {
  line-height: 1.5;
  padding-top: 3%;
  display: block;
 
}

.blue_box span {
 text-align: center;
 display: block;
 color: #fff;
 font-size: 2rem;
 font-weight: 500;
 padding-bottom: 1rem;
}
.blue_box p {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
.time {
  font-size: 1.5rem !important;
  font-weight: 400;
  color: #231815 !important;
}


/* footer */


footer {
    background-color: #FFDA00;
}
 footer p {
text-align: center;
display: block;
font-size: 0.8rem;
 }



 /* アニメーション */

.fade_in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade_in.is-visible {
  opacity: 1;
  transform: translateY(0);
}