@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
}

.img_wrap_b{
	max-width: 100%;
	position: relative;
}
.img_wrap_b img{
	cursor: pointer;
    max-width: 100%;
    object-fit: cover;
	transition-duration: 0.3s;
}

.img_wrap_b a:hover {
    opacity: 0.7;
}
/*.img_wrap_b:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
*/


.subword{
    display: block;
    text-align: center;
    position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
    top: 60%;
    width: 250px;
	height: 34px;
	left: 50%;
	transform: translateX(-50%);
}

a.btn_04 {
   display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #FFF;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 20px;
}
a.btn_04:hover {
	background: #D9374B;
}











