@charset "UTF-8";

/* 共通部分
--------------------------------- */
html{
    font-size:100%;
    font-family:"Noto Sans JP", sans-serif;
    background-color:#fffff4;
    color: #333333;
}
html,body{
    overflow-x:hidden;
    margin:0;
    min-height:100vh;
}

/* ページ全体 */
body{
    display:flex;
    flex-direction:column;
}

/* ヘッダー */
.main-title{
    font-family:"Dela Gothic One", sans-serif;
    font-weight:400;
    text-align:center;
    font-size:5vw;
}
.sub-title{
    font-family:"Dela Gothic One", sans-serif;
    font-weight:400;
    text-align:center;
    font-size:4vw;
}
/* メイン部分 */
main{
    flex:1;
}
/* フッター
--------------------------------- */
.page-footer{
    width:100%;
    position:relative;
}
.footer-box{
    background-color:#FFF692;
    width:100%;
    height:40vw;
    position:relative;
    border-radius:10vw 0 0 0;
}
.eye4{
  width: 13vw;
  position: absolute;
  top: 2vw; 
  left: 3vw;
  transform: rotate(-22deg);
}
.textlink2{
  font-size: 2vw;
  font-weight: 500;
  transition: color 0.4s;
  text-decoration: none;
  color: #333333;
}
.textlink2:hover {
  color: #E90004;
}
h3{
  margin-top: 10vw;
}
/* 連絡先 */
.info{
    display:flex;
    justify-content:space-around;
    align-items:center;
    padding-top:8vw;
    margin-top: -5vw;
}
.info-tit{
    position:absolute;
    top:5vw;
    left:23vw;
    font-size:2.3vw;
}
/* 関連ページ */
.footer-content{
    display:flex;
    justify-content:space-around;
    align-items:flex-start;    
}
.contact-area,
.link-area{
    font-size:2vw;
}
.link-area ul{
    padding:0;
    margin-top: 5vw;
}
.link-area li{
    list-style:none;
}
.SNS{
    display:flex;
    gap:2vw;
    margin-top:3vw;
    margin-left: 10vw
}
.SNS img{
    width:4vw;
}
/* コピーライト */
.copyright{
    text-align:center;
    font-size:1.5vw;
    background-color: #FFF692;
}
@media(max-width:600px){
.footer-box{
    height:auto;
    padding-bottom:8vw;
     border-radius:10vw 0 0 0;
}
.footer-content{
    flex-direction:column;
    text-align:center;
    gap:8vw;
}
.contact-area,
.link-area{
    font-size:3.5vw;
}
.contact-area{
  margin-left:25vw;
}
.link-area{
    margin-left: 28vw;
}
.textlink2{
    font-size: 3.5vw;
    line-height: 3rem;
}
.SNS img{
    width:10vw;
    margin-left: 5vw;
    margin-top: 2vw;
}
.copyright{
    font-size:3vw;
}
.eye4{
    width:20vw;
    margin-top: 5vw;
}
.footer-content{
    background-color: #FFF692;
    border-radius:10vw 0 0 0;
}
}
/* ハンバーガーボタン */
#menu-bar {
    width: 45px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
  }
  
  .bar {
    height: 5px;
    width: 100%;
    background-color: #E90004;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  
  #bar1 { transform: translateY(-4px); }
  #bar3 { transform: translateY(4px); }
  
  /* ナビ（右からスライド） */
  .nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 250px;
      height: 100vh;
      font-weight: 500;
      background-color: transparent;
      transform: translateX(100%);
      transition: transform 0.3s ease;
  
    padding-top: 50px;
    z-index: 998;
  }
  
  .nav.change {
    transform: translateX(0);
  }
  
  .nav ul {
    padding: 0 10px;
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 3vw;
  }
  
  .nav li {
    list-style: none;
    padding: 12px 0;
  }
  
  .nav li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
  }
  
  .nav li a:hover {
    font-weight: bold;
    color: #333333;
  }
  
  /* 円形背景 */
  .menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 993;
  
    width: 0;
    height: 0;
    margin: 30px 20px 0 0;
  
    background: radial-gradient(circle, #E90004, #E90004);
    border-radius: 50%;
    transition: 0.4s ease;
  }
  
  .change-bg {
    width: 70vw;
    height: 80vw;
    transform: translate(30%,-30%);
  }
  
  /* ☰ → × */
  .change .bar {
    background-color: white;
  }
  
  .change #bar1 {
    transform: translateY(4px) rotate(-45deg);
  }
  
  .change #bar2 {
    opacity: 0;
  }
  
  .change #bar3 {
    transform: translateY(-6px) rotate(45deg);
  }

@media(max-width:600px){
    .chara-box{
        grid-template-columns:1fr;
        gap:12vw;
    }
    .cha{
        width:65vw;
    }
    .eye{
        width:22vw;
        top:32vw;
    }
    
}
/* スマホ */
@media(max-width:400px){
.main-title{
    font-size:10vw;
    margin-top:13vw;
}
.change-bg {
    width: 700px;
    height: 730px;
    transform: translate(25%,-25%);
  }
.footer-box{
    height:70vw;
}
.info{
    top:25vw;
    left:5vw;
    font-size:3vw;
}
.info-tit{
    top:8vw;
    left:20vw;
}
.link-tit{
    top:8vw;
    right:15vw;
}
.related-link{
    top:15vw;
    right:5vw;
}
.eye4{
    width:18vw;
}
.X img{
    width:6vw;
    left:20vw;
}
.insta img{
    width:6vw;
    left:35vw;
}
.copyright{
    font-size:2vw;
}
}
/* PC */
@media (min-width: 1024px) {
    .nav {
      width: 400px;
    }
    .nav li a{
      font-size: 30px;
      padding: 0;
    }
  }
