@charset "utf-8";
/* CSS Document */
p {
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 0.05em;
}

.top_sec {
    margin-bottom: 100px;
}



.top_sec .top_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_sec .top_sec_flex.container_m {
    padding: 0 100px 0 50px;
}

.top_sec .top_sec_flex .sec_img::after {
    content: "";
    width: 100%;
    max-width: 400px;
    height: 26vw;
    max-height: 380px;
    min-height: 380px;
    background: url("../images/footgolf-2.jpg") center center/cover;
    position: absolute;
    top: 10vw;
    right: -100px;
    z-index: -1;
}

.container_m {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 50px;
}


.sec_ttl.ttl_b {
/*    border-bottom: 3px solid #0000cd;*/
    color: #333;
	font-family: "Arial Black", Gadget, "sans-serif";
}

.sec_ttl {
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 300%;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    display: inline-block;
	color: rgba(0,0,0,0);
	background: -webkit-linear-gradient(45deg,#00629d,#00dabf);
	font-feature-settings: inherit;
	-webkit-background-clip: text;
    text-transform: uppercase;
}

.p_ttl {
    margin: 30px 0;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 24px;
    line-height: 43px;
    font-weight: 500;
}


.top_sec .top_sec_flex .sec_img {
    width: 50%;
    position: relative;
}

.top_sec .top_sec_flex .sec_img img {
    max-width: 400px;
}
/*
img, picture {
    max-width: 100%;
    display: block;
}
*/

.top_sec .top_sec_flex .sec_des {
    width: 40%;
}

a.btn-main {
	display: block;
	padding: 1em 2em;
	margin-top:40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 150%;
	font-weight: 700;
	box-sizing: border-box!important;
	background: linear-gradient(90deg,#00629d,#00dabf); 
	/* #00629d,#00dabf */
}

a.btn-main:hover {
	opacity: 0.5;
	background-color: #f2f2f2;
	box-sizing: border-box!important;
}



@media screen and (max-width: 768px) {
.top_sec {
    margin-bottom: 100px;
}
.top_sec .top_sec_flex.container_m {
    padding: 0;
}
	
	.top_sec .top_sec_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	.top_sec .top_sec_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	
.top_sec .top_sec_flex .sec_des {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px;
}
	.top_sec .top_sec_flex .btn_wrap {
    text-align: center;
}

.top_sec .top_sec_flex .btn_wrap {
    margin-top: 40px;
}
	.top_sec .top_sec_flex .sec_img {
    width: 100%;
    margin-bottom: 3vw;
}

	.top_sec .top_sec_flex .sec_img::after {
    right: 0;
    width: 70%;
    height: 72vw;
    min-height: auto;
}

	.top_sec .top_sec_flex .sec_img img {
    width: 70%;
}


}