@charset "UTF-8";

body { animation: bgiLoop 100s linear infinite;
}
@keyframes bgiLoop {
0% { background-position: 0 0;}
100% { background-position: 2206px -2215px;}
}
.shape1{
border: solid 1px #000;
border-radius: 176px 10px 176px 56px;
}
.shape2{
border: solid 1px #000;
border-radius: 10px 176px 56px 176px;
}
.wave{
position:relative;
height:200px;animation-name
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}
header {
background-color: #FFFFFF;
border-bottom: medium solid #AE1313;
position: fixed;
width: 100vw;
} body.home {
margin: 0 !important;
padding: 0 !important;
background-color: #ffffff !important; background-image: url(https://anchovy.co.jp/wp-content/themes/anchovy/img/bg-anchovy.png.webp) !important;
background-position: center top !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-size: cover !important; min-height: 100vh !important; content-visibility: auto;
} .header-nav {
height: 64px !important; min-height: 64px !important;
overflow: hidden;
position: relative;
top: 0;
width: 100%;
} .drawer-hamburger {
width: 45px !important;
height: 45px !important;
display: block !important;
} .wpcf7-form {
max-width: 700px;
margin: 0 auto;
background: #ffffff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .wpcf7-form label {
display: block;
font-weight: bold;
margin-bottom: 20px;
font-size: 15px;
color: #333;
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 100%;
padding: 12px 15px;
margin-top: 8px;
border: 1px solid #ddd;
border-radius: 6px;
background-color: #fafafa;
box-sizing: border-box;
font-size: 16px;
transition: all 0.3s;
} .wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
border-color: #0073aa; background-color: #fff;
outline: none;
box-shadow: 0 0 0 3px rgba(0,115,170,0.1);
} .wpcf7-form input[type="file"] {
margin-top: 8px;
font-size: 14px;
} .wpcf7-submit {
display: block;
width: 250px;
margin: 40px auto 0;
padding: 18px;
background: #333; color: #fff;
font-weight: bold;
font-size: 18px;
border: none;
border-radius: 50px; cursor: pointer;
transition: transform 0.2s, background 0.3s;
} .wpcf7-submit:hover {
background: #555;