/* -----------------------------------『共通設定』-----------------------------------*/

.lococo{
    background-image: url('lococo.png');
    background-repeat: repeat-x;
    
    


}


.sns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sns.item {
    width: 100%;
  }

  
  #capture_moment{
    position: absolute;
    transform: translate(-50%, 50%); /* 子要素を中央に配置 */
    bottom: 30%;
    left: 50%;
    padding:1px;

    white-space: nowrap;
    color: #FF55C5;
    /* 小さなぼかし効果を持つテキストシャドウ */
/* ぼかし効果が0.5のテキストシャドウ */
/* ぼかし効果が1pxのテキストシャドウ */
text-shadow: -2px -2px 3px #ffffff, 2px -2px 3px #ffffff, -2px 2px 3px #ffffff, 2px 2px 3px #ffffff;



    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.9);
border-radius: 20px; /* 任意の角丸の半径を指定 */
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); */
    /* background: #ffffff; */
}


#whats_zoom{
    margin-top: 00px;
    margin-bottom: 50px;
    background-color: #FFF7E9;
    box-shadow: 0 0 0 100vmax #FFF7E9;
    clip-path: inset(0 -100vmax);


}
.sub{
    margin-bottom: 50px;
    background-color: #FFF7E9;
    border-radius: 10px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);



}

/* -----------------------------------『PC中用設定』-----------------------------------*/
@media(min-width: 600px){

    .key_visual{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width:100%;
        height:min(50vw,500px);
         /* background-color: #FFFFFF;  */
        

        background-size: contain; /* 背景画像を最大の大きさで表示 */
        background-position: top center; /* 背景画像を中心に配置 */
        background-repeat: no-repeat; /* 背景画像を繰り返ししない */
    }
    .key_visual .content{
        position: relative;
        /* background: #cd0606; */
        height:100%;
        
    }

        #caution{
            position: absolute;
            padding:3px;
            top: 10px;
            right: 0px;
            background: #ffffff;
            font-size: 14px;
            border-radius: 5px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            transition: box-shadow 0.1s, transform 0.2s;
        }
        #caution:hover {
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
            background-color: rgb(255, 255, 255);
            transform: scale(1.05);
          }
    
    #zoom_rogo{
        position: absolute;
        width:340px;
        bottom: 0px;
        left: 0;
    }
    #Extension_banner{
        position: absolute;
        width:200px;
        bottom: 15px;
        right: 0;
        border-radius: 10px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s, transform 0.2s;
    }



    #Extension_banner:hover {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
        background-color: rgb(253, 197, 93);
        transform: scale(1.05);
      }

      #capture_moment{

        font-size: 25px;
     
    }
    

    
    #whatsNew{
        width: min(90%, 900px);
        margin-top: 10px;
        background-color: rgba(255, 247, 233, 0.5); /* 背景色の透明度を0.5に設定 */
        border-radius: 10px;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0;
        text-align: left; /* テキストを左寄せに設定 */

        }
    #whatsNew h2{
        font-size: 16px;
        color: #000000;
        text-shadow: none; /* テキストの影をリセット */
        margin-bottom: 0;
    }


 
    #youtube {
        margin-top: 20px;
        position: relative;
        width: 100%; /* 必要に応じて親要素の幅を指定してください */
        height: min(450px, 38vw);
        /* background-color: rgba(255, 247, 233, 0.5);  */
      }
      
      #youtube iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: min(900px, 60%);
        height: min(400px, 30vw);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
      }
      
      #youtube img {
        width: min(20%, 200px);
        position: absolute;
        top: 0px;
        right: 0;
        }
        


        .youtube-box {text-align: center;}
        .youtube-button {
            width: 50%;
            position: absolute;
            bottom: 0px;
            right: 25%;
            padding: 8px 20px;
            background-color: orange;
            color: white;
            text-decoration: none;
            font-size: 11px;
            font-weight: bold;
            border-radius: 5px;
            transition: box-shadow 0.1s, transform 0.2s;
          }
          .youtube-button:hover {
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
            background-color: rgb(253, 197, 93);
            transform: scale(1.05);
          }


.introduction{

    margin: 0 auto;

    
    width: 100%;
     margin-top: 20px;
     margin-bottom: 30px;

}
.button{
    float: right;
    width:80%;
    max-width: 500px;
}




}






/* -----------------------------------『スマホ用設定』-----------------------------------*/
  @media(max-width: 600px){
    .t_large{font-size: 16px;}
    .key_visual{
        display: flex;
        justify-content: flex-start; /* 水平方向に左寄せ */
        align-items: flex-start; /* 上寄せ */
        width:100%;
        height:50vw;
        background-size: contain; /* 背景画像を最大の大きさで表示 */
        background-position: top center; /* 背景画像を中心に配置 */
        background-repeat: no-repeat; /* 背景画像を繰り返ししない */
        /* background-color: #ffffff;  */

    }
    .key_visual .content{
        position: relative;
        /* background: #cd0606; */
        height:100%;


    }

    #caution{
        position: absolute;
        padding:2px;
        top: -22px;
        right: 0px;
        background: #ffffff;
        font-size: 11px;
        border-radius: 5px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.1s, transform 0.2s;
    }
    #caution:hover {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
        background-color: rgb(255, 255, 255);
        transform: scale(1.05);
      }

    #zoom_rogo{
        position: absolute;
        width:270px;
        bottom: -10px;
        left: 0px;
    }

    #Extension_banner{
        position: absolute;
        width:150px;
        bottom: -45px;
        right: 0;
        border-radius: 10px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s, transform 0.2s;
    }
    #Extension_banner:hover {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
        background-color: rgb(253, 197, 93);
        transform: scale(1.05);
      }

      #capture_moment{

        font-size: 16px;
     
    }
    
        #whatsNew{
            width:90%;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: rgba(255, 247, 233, 0.5); /* 背景色の透明度を0.5に設定 */
            border-radius: 10px;
            padding: 10px;
            font-size: 14px;
            text-align: left; /* テキストを左寄せに設定 */
}


        #whatsNew h2{
            font-size: 16px;
            color: #000000;
            text-shadow: none; /* テキストの影をリセット */
            margin-bottom: 0;
        }
        





        #youtube {
            margin-top: 0px;
            position: relative;
            width: 100%; /* 必要に応じて親要素の幅を指定してください */
            height: calc(max(50vw, 180px) + 75px); /* 必要に応じて親要素の高さを指定してください */
            /* background-color: rgb(0, 0, 0); */

            /* 他のスタイルがあれば追加してください */
          }
          
          #youtube iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: max(190px, 97%);
            height: max(50vw, 160px);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
          }
          
          #youtube img {
            width: 70px;
            position: absolute;
            top: 0px;
            right: 0;
            
            }
            #youtube_margin {
               margin-bottom: 0;
                
                }
            


            .youtube-box {text-align: center;}
            .youtube-button {
                width: 100%;
                position: absolute;
                bottom: 0px;
                right: 0%;
                padding: 8px 20px;
                background-color: orange;
                color: white;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
                border-radius: 5px;
              }

              
              
              
              
              
              
    
    



.introduction{

    margin: 0 auto;

    
    width: 100%;
     margin-top: 20px;
     margin-bottom: 30px;

}
.button{
    float: right;
    width:80%;
}

}

