@media screen and (max-width: 768px) {
#page_top {
    height: auto;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#page_top img {
    height: auto;
    width: 50px;
    opacity: 0.7;
     transition: transform 0.3s ease-in-out;
}

#page_top img:hover {
    opacity: 1;
    transform: scale(1.1);
}





/* ナビ */


 @media (max-width: 768px) {
  
    .button-row {
      position: fixed;
      top: 0;
      right: -100%;           
      left: auto;   
  max-width: 400px;  
      z-index: 150;
      background: #fff;  
      height: 110vh;
  transition: right 0.4s;
}
  
  .button-row ul{
 flex-direction: column;
  flex-wrap: wrap;
}


    .hamburger {
      display: flex;
    }


  
 .button-row li{
  margin-top: 25%;
  opacity: 1;
  border-bottom: 2px solid #eee;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  
}

    .button-row li a  {
     display: block;
  padding: 15px 0;
  opacity: 1;
  text-align: left;
    }
    

.button-row.is-open {
  right: 0;
 
}
.button-row li.btn {
  opacity: 1;
  max-width: 200px;  
  
}


.button-row li {
  margin: 0;
}

.button-row li a {
  position: relative;
   top: 3px;  
  right: 3px;  
    text-decoration: none;
    font-size: 1.5rem;
    color: #222222;
    padding: 24px 48px;
    display: block;
 justify-content: center; 
     display: flex;
  flex: 1;
}






  .container {
    margin: 0 auto;  
  }




  .wrap , .wrap_about ,.wrap_goods  {
     padding: 2rem 4rem 4rem;  
}


  .wrap_profile  {
     padding: 0 2rem ;  
}




h2 {
    margin-bottom: 1rem;
    margin-top: 0;
}


.about_pinchi  h2 {
    margin: 0 -4.8rem ;
    line-height: 1.55;
    font-size: 1.5rem;
}


.about_pinchi p {
  line-height: 1.7;
}

dt {
  line-height: 2;
  width: 15%;
  font-weight: 600;
  text-align: start;
}

dd::before {

  left: 1%;    
  position: absolute;
  width: .5em;
}

dd {
  width: 85%;
  margin-left: 0; 
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5rem;
 
}

dd p {
  padding-bottom: 0.5rem;
}



/* プロフィール */
.profile_detail {
  display: block;
}


.white_box_pro {
    padding: 2rem 3rem;
}
#profile h2 {
              margin-bottom: 0rem;
}
.name {
  font-size: 1.5rem;
}

.profile_detail img {
  margin: 0 auto;
  width: 100%;

}

.profile_detail p {
font-size: clamp(1.2rem, 1.2vw, 1.5rem);
padding-top: 1rem;
}

/* チケット */
#ticket {
  padding-bottom: 4rem;
}

.wrap_price {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0 2rem 2rem;  
}



/* 展示会詳細 */

.about_detail {
  line-height: 1;
   padding: 0;
}

.about_detail p {
    line-height: 1.5;
    font-size: 1.1rem;
}
.contents_detail {
    display: block; 
  }

.contents_detail li {
padding-bottom: 15%;
}


  


/* グッズ詳細 */


.goods_about01 , .goods_about02{
    display: block; 
}

.goods_about01 li ,  .goods_about02 li  {
    padding-bottom: 2rem;
  }




.good_place {
    margin-top: 0 ;
 
}

.title {
  margin-top: 2rem;
}


.kome {
      margin-top: 0;
}

/* お問い合わせ */

.white_box_contact{
      max-width: 300px;
}

}



/* スマホ */

 @media (max-width: 474px) {



.about_pinchi {
  padding:  0 1rem;
}
dt {
  width: 28%;
}



dd {
  width: 72%;

 
}



/* チケット */

.attention {
  word-break:break-all;
  line-height: 1.5;
  font-size: 2rem;
   width: 300px;
 text-align: center;
}

#ticket h3 {
  margin-bottom: 1rem; 
  margin-top: 1rem; 
  font-size: 2rem;
}
.wrap_price {
  margin: 0 auto;
  max-width: 1280px;
     padding: 0  4rem;  
     display: flex;
     flex-direction: column;
  align-items: center;
  
}
.price_box {
margin: 0 auto;
  display: block;
}
.price {

   padding-left: 0;
}
.strong {
  font-weight: 700;
  font-size: 2rem;
}



.kome {
    font-size: 1.1rem;
}


.sp-br {
    display: inline;
  }

}

}