/* 基本スタイル */
body {
	font-weight: normal;
}
p {
    line-height: 1.8;
}
/*// 基本スタイル */

/* 検索窓 */
form.wp-block-search__button-outside.wp-block-search__icon-button.wp-block-search {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%), 0 1px 1px 0px rgb(0 0 0 / 15%);
    transition: 0.5s;
}
form.wp-block-search__button-outside.wp-block-search__icon-button.wp-block-search:hover {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 15%), 0 4px 4px -3px rgb(0 0 0 / 15%);
}

label.wp-block-search__label {
    display: none;
}
.wp-block-search .wp-block-search__input {
    border: none;
}
.wp-block-search .wp-block-search__button {
    background: linear-gradient(
-73deg,#d95c00 , #ffc12d);
    border: none;
    fill: #ffffff;
    margin-left: 0;
}
input#wp-block-search__input-1:focus-visible {
    outline: none;
}
/* //検索窓 */

/* welcome */
.top-welcome h2 {
    text-align: center;
    width: 100%;
    font-size: 6rem;
    line-height: 1.5;
    margin: 3rem 0;
    background: linear-gradient(transparent 60%, #f4a420 60%);
	font-family: "monomaniac-one", sans-serif;
font-weight: 400;
font-style: normal;
}
@media(max-width: 599px) {
	.top-welcome h2 {
    font-size: 4rem;
}
}
/* //welcome */