@charset "UTF-8";

/*------------------TOP_MV------------------------*/
#mv .mv_arrow {
    display: none;
}
#c2 + div .inner_item_txt p:nth-last-of-type(1) a {
    box-sizing: border-box;
    background: var(--i_btn_color);
    position: relative;
    border: 2px solid var(--i_btn_color);
    border-radius: 50px;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    max-width: 840px;
    min-width: 200px;
    padding: 14px 15px 13px;
    transition: 0.4s ease-in-out;
}
#c2 + div .inner_item_txt p:nth-last-of-type(1) a:hover {
    background: none;
    color: #75211e !important;
}
@media screen and (max-width: 768px){
	#mv .mv_scroll{
		display: none;
	}
}