@charset "UTF-8";

picture.topimage {
}

picture.topimage img {
	width: 100%;
	object-fit: cover;
}

.btn-design-box.u-mb50 {
    text-align: center;
    margin-bottom: 45px;
}

.cta_btn04 {
    font-weight: bold; /* 文字の太さ */
    width: 100%;
    max-width: 350px; /* ボタン幅 */
    display: inline-block;
    padding: 1em;
    transition: 0.3s;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff; /* ボタン文字色 */
    border-radius: 10px;
    background: #D74646; /* 背景色 */
    box-shadow: 5px 5px 0px #561c1c;
    text-align: center;
}

.cta_btn04 p {
    margin: 0;
}

.cta_btn04 .cta_btn04_copy {
    font-size: 80%; /* コピー文字サイズ */
    display: block;
    padding: 0.3em 0;
    color: #D74646; /* コピー文字色 */
    border-radius: 100vh;
    background: #fff; /* コピー背景色 */
    margin-bottom: 10px;
}

/* マウスオーバーした際のデザイン */
.cta_btn04:hover {
	 opacity: 1;
    transform: translate(3px, 3px);
    background: #D74646;
    box-shadow: 3px 3px 6px #fff;
}

@media screen and (max-width: 767px) {
    .top_items_list .items {
        margin-bottom: 20px!important;
    }
    .btn-design-box.u-mb50 {
        margin-bottom: 30px;
    }
    .cta_btn04 {
        max-width: 75%;/* ボタン幅 */
    }
    .cta_btn04_head {
        font-size: 73%;
    }
}