@charset "UTF-8";

.image_content{
position: relative;
width: 100%;
aspect-ratio: 43 / 35;
}

.image_content img{
position: absolute;
top: 0;
left: 0;
transition: all .5s; 
}

.image_content img:hover{
    opacity: 0;
transition: all .5s;
}



img{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}
header {
    height: 100px;
    align-items: center;
    text-align: center;
    margin: auto;
    color: rgb(239, 158, 189);
    display: flex;
    justify-content: space-around;
}

h1{
     font-family: 'Cherry Bomb One', cursive;
    font-size: clamp(2rem, 1.108rem + 4.08vw, 6rem); 
}


.main-navi a:hover{
    transition: all 2s;
    font-size: 2rem;
    color: rgb(241, 136, 203);
}
nav ul{
    display: flex;
    /* margin-right: 10px; */
    
}
nav li{
    font-family: 'Cherry Bomb One', cursive;
    list-style: none;
    font-size: 120%;
    z-index: 999;
}

nav a{
    padding: 10px;
    margin: 15px;
    border-radius: 10px;
    color: rgb(139, 213, 238);
    background-color: bisque;
    text-decoration: none;
}
.openbtn{
    display: none;
}

/* ヘッダーここまで */


.main_image{
    text-align: center;
    position: relative;
    
}

/* 流動シェイプ */

.fluid{
    position: absolute;
  animation: fluidrotate 15s ease 0s infinite;/*アニメーションの設定*/
opacity: 0.3;
}
.decoration{
    font-family: 'Sacramento', cursive;
    font-size: clamp(1rem, -0.600rem + 5.7vw, 6rem);
    color: darkslategrey;
    line-height: 0.8;
    top: 18%;
    left: 5%;
    position: absolute;
    transform: rotate(-20deg);
}

.check{
    width: 20vw;
    height: 20vw;
    background: linear-gradient(90deg, rgba(117, 112, 112, 0.5) 50%, transparent 50%),
                linear-gradient(rgba(117, 112, 112, 0.5) 50%, transparent 50%);
    background-color: #b3b2b2;
    opacity: 0.5;
    background-size: 40px 40px;
    position: absolute;
    top: 5%;
    left:0%;
    transform: rotate(-10deg);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  }
.area1{
    top: -15%;
    left: -10%;
    width: 20vw;/*横幅*/
  height: 20vw;/*縦幅*/
  background:hsl(306, 78%, 86%);/*背景色*/
}
.area2{
    top: 65%;
    left: 10%;
    width:15vw;/*横幅*/
  height: 15vw;/*縦幅*/
  filter: blur(20px);
  background:hsl(198, 82%, 78%);/*背景色*/
opacity: 1;
}
.area3{
    top: -30%;
    left: 65%;
    width:26vw;
    height: 23vw;
    background:hsl(61, 78%, 86%);
    
}
.area4{
    top: 8%;
    left: 85%;
    width: 20vh;
    height: 20vh;
    background:hsl(20, 78%, 86%);
    filter: blur(10px);
}
.area5{
    top: 90%;
    left: 65%;
    width: 25vh;
    height: 25vh;
    background:hsl(275, 78%, 86%);
}
@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}


/* 修正：影響範囲が大きいので無効化 */
/* div {
    width: 100%;
    text-align: center;
    margin: 10px auto;
} */
p{
    margin: 0;
}

/* HOME */
main{
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
    margin: auto;
}
/* フッター */
footer{
    color: rgb(98, 89, 78);
    background-color: antiquewhite;   
    text-align: center;
    margin: auto;
    margin-top: 2rem;
    font-size: 0.875rem;
    padding: 15px;
}
/* caracter*/
.item{
   background-color: beiges;
    color: rgb(98, 89, 78);
    margin: 50px;
    padding: 10px;
    position: relative;
    /* width: 90%; */
    /* display: flex; */
    border-radius: 30pxs;
    max-width: 100%;
    
}

.image_content{
    position: relative;
    /* width: 100%;
    aspect-ratio: 43 / 35; */
    }
    
    .image_content img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all .10s; 
    }
    
    .image_content img:hover{
        opacity: 0;
    transition: all .5s;
    }
    
    
.name-decoration{
    font-family: 'Sacramento', cursive;
font-size: 2rem;
display: flex;
}
.name-decoration p{
    font-size: 1.5rem;
    margin-top: 0.3rem;
    
}
.youtube_content{
    position: relative;
}

/* 修正：縦横比を指定して、heightをautoで初期化 */
.youtube_content iframe{
    aspect-ratio: 16 / 9;
    height: auto;
   

}

.name{
    font-size: 1.5rem;
    font-family: 'Comfortaa';
    padding: 10vh 0 0 0;
    text-align: end;
}


.container{
display: flex;
}
.item li{
    list-style: none;
    text-align: left;

}
.character-content img{
    clip-path: circle(50% at 50% 50%);
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}

.character-content ul{
    padding: 5%;
    margin-bottom: 50px;
}

.birthday{
position: absolute;
transform: translate(-15%,-20%);
background-color: rgb(252, 223, 185);
color:rgb(143, 194, 197);
font-weight: bold;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
top: -30px;
display: flex;
justify-content: center;
flex-direction: column;
}

.birthday span{
    font-size: 0.6rem;
    color:rgb(98, 89, 78);
padding-top: 6px;
display: block;
width: 60%;
margin: 0 auto;
}

iframe{
    max-width: 100%;
}

/* link */



#link{
    background-image: url(../images/mohu.png);
    min-height: 100vh;
}
.big-bg{
    background-size: cover;
    background-position: center top;
}

.link-design{
    list-style: none;  
    display: flex;
    flex-direction: column;
    max-width: 60%;
    margin: 20px auto;
    padding: 0;
}
.link{
    text-decoration: none;
display: flex;

}
h2 p{
    font-size: 1rem;
    font-family: crossrigin;
    color: rgb(65, 64, 64);
   
}
h2{
    margin: auto 0;
}
.stanp-logo{
    width: 70px;
    height: 70px;
    padding: 2.5rem;

}
.youtube-logo{
    width: 80px;
    height: 60px;
    padding: 2.5rem;
}
.insta-rogo{
    aspect-ratio: 1/1;
    object-fit: contain;
    max-width: 100%;
    padding: 2.5rem;
}
.blog-logo,.suzuri-logo{
    width: 90px;
    height: 90px;
    padding: 1.8rem 2rem;
}


h2{
font-family: 'Comfortaa';

    color: rgb(137, 222, 235);
    font-size: clamp(1rem, 0.455rem + 2.73vw, 2.5rem);
}

/* garally */
.grid{
    display: grid;
    gap: 5vh;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    max-width: 1020px;
    margin: auto;
    padding: 30px;
}
.img-item{
    opacity: 0;
    width: 100%;
    object-fit: cover;
}
.gallery_text{
    position: relative;
}
.gallery_text p{
    position: absolute;
    bottom: -5%;
    right: 0;
    
    font-family: 'Sacramento', cursive;
font-size: 3rem;
color: rgb(120, 186, 199);

}
/* タブレット版 */
@media (max-width:1000px){
    .name-decoration{
    font-size: 1rem;
    }
    .name-decoration p{
        font-size: 1.3rem;      
    }
}

/* モバイル版 */
@media (max-width:600px){
header{
    flex-direction: column;
    height: auto;
    width: auto;

    
}
h1{
    font-size: 2.5rem;
    padding-left: 5px;
}
nav{
    margin-right: 20px;
}
.openbtn{
    display: block;
    position: fixed;
    top: 40px;
    right: 30px;
    background-color: rgb(245, 216, 172);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
}


/* ボタン内側 */
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #7de1ea;
    width: 45%;
}

.openbtn span:nth-of-type(1){
    top: 15px;
}

.openbtn span:nth-of-type(2){
    top: 23px;
}
.openbtn span:nth-of-type(3){
    top: 31px;
}

.openbtn.active span:nth-of-type(1){
    top: 18px;
    left: 18px;
    transform: translate(6px)rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2){
    opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* ヘッダーメニューを外側に配置 */
nav{
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255,255, .8);
transition: right 1s;
z-index: 999;
}
nav.open{
    right: 0;
    transition: right 1s;
}
nav ul{
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}
nav ul li{
    text-align: center;
    font-size: 1.5rem;
}



/* モバイルトップぺージ */

.main_image{
    max-width: 600px;
    width: 100%;
}
.fluid-area{
    max-width: 600px;
}
nav ul{
    overflow-x: auto;
    
}
nav li{
    font-size: 1rem;
    white-space: nowrap;
}
li a{
    padding: 5px
}
.check{
    width: 20%;
    height: 30%;
}

.decoration{
    font-size: 1.5rem;
    position: absolute;
    left: 1%;
}

.area1{
    top: -10%;
    left: -15%;
    width: 10vh;
    height: 10vh;

}
.area2{
    top: 60%;
    left: 5%;
    width:10vh;
    height: 10vh;

}
.area3{
    top: 5%;
    left: 75%;
    width: 10vh;
    height: 10vh;

}
.area4{
    top: 15%;
    left: 70%;
    width: 10vh;
    height: 10vh;
    
}
.area5{
    top: 95%;
    left: 60%;
    width: 15vh;
    height: 15vh;
}
/* モバイルcharactor */
.container{
    flex-direction: column;
}
.name-decoration{
font-size: 2rem;
}
.name-decoration p{
    font-size: 1.5rem;    
}
/* モバイルlinkページ */
.link-design{
    max-width: 100%;
}




}

