@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Orbitron:wght@400..900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #131313;
}
body p{
	font-size: 16px;
}
body p, h1, h2, h3, h4{
	font-weight: 600;
}
/* ---------- common ---------- */
.contact-form_a .form-txt1{
	font-size: 13px;
	color: #FF0000;
	padding-top: 15px;
}
.mg_b1{
	margin-bottom: 60px;
}
.titlebox1{
	position: relative;
	flex-direction: column;
	padding-bottom: 30px;
}
.titlebox1::after{
	position: absolute;
    content: "";
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #131313;
}
.titlebox2{
	align-items: flex-start;
	flex-direction: column;
}
/* ---------- more ---------- */
.more_b a {
    position: relative;
    border-radius: 200px;
    border: 2px solid #131313;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: ease 1.0s;
}
.more_b_w a {
    border: none;
}
.more_b .fa-solid {
    font-size: 18px;
    color: #131313;
}
.more_b a:hover{opacity: 1;background-color: #fff;}
.more_b a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-100%);
	transition: ease 0.3s;
	background-color: #fff;
}
.more_b a:hover .fa-solid {
 	transform: translateX(5px);
 	color: #131313;
}
.more_b a:hover p{
	color: #131313;
}

.more_wrap1 .width-1280-max{
	gap: 20px;
	align-items: stretch;
}
.more_wrap1 .leftbox{
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 10px);
}
.more_wrap1 .rightbox{
	width: calc(50% - 10px);
}
.more1{
	width: 100%;
}
.more1 a{
	align-items: stretch;
	width: 100%;
	min-height: 92px;
	border-radius: 8px;
	overflow: hidden;
	background: #131313;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.more1 .imgbox{
	width: 175px;
	flex-shrink: 0;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
	overflow: hidden;
}
.more1 .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
.more1 .txt{
	flex: 1;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;  
	text-align: left;     
	padding: 16px 52px 16px 18px;
	background: #111;
}
.more1 .txt p{
	margin: 0;
	line-height: 1.4;
	color: #fff;
}
.more1 .txt p:first-child{
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
}
.more1 .txt p:first-child::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 8px;
	height: 2px;
	background-color: #037B3A;
	transform: translateY(-50%);
}
.more1 .txt p:first-child{
	font-size: 14px;
	font-family: "Orbitron",  sans-serif;
	margin-bottom: 4px;
}
.more1 .txt i{
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #fff;
	transition: transform 0.3s ease;
}
.more1 a:hover .txt i{
	transform: translateY(-50%) translateX(5px);
}
.more1 a:hover .imgbox img{
	transform: scale(1.05);
}
.more2{
	width: 100%;
	display: flex;
}
.more2 a{
	flex: 1;
	min-height: 204px; 
}
.more2 .imgbox{
	width: 58%;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}
.more2 .txt{
	padding: 16px 64px 16px 24px;
	justify-content: center;
}
.more2 .txt p:first-child{
	font-size: 14px;
}
.more1 .txt p:nth-child(2){
	font-size: 22px;
}
/* ---------- header ---------- */
.header_d .leftbox .logo img {
    width: clamp(70px, 10vw, 160px);
}
.header_d .rightbox .ul .li a p.jp {
    font-size: 14px;
    font-weight: 600;
	font-family: "Orbitron",  sans-serif;
    text-align: center;
    color: #131313;
}
.header_d .rightbox .more-contact{
	gap: 10px;
}
.header_d .rightbox .more-contact .jp {
	font-family: "Orbitron",  sans-serif;
	font-size: 14px;
    font-weight: 600;
}
.header_d .rightbox .more-contact a{
	padding: 10px 12px 10px 20px;
}
.header_d .rightbox .more-contact p{
	color: #fff;
}
.header_d .rightbox .more-contact_a{
	background-color: #00AD50;
	border-radius: 80px;
}
.header_d .rightbox .more-contact_b{
	background-color: #0063CB;
	border-radius: 80px;
}
.header_d .rightbox .more-contact .morebox{
	gap: 5px;
}
.header_d .rightbox .more-contact .morebox .icon{
	width: 20px;
	height: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #131313;
	background-color: #131313;
	transition: transform 0.25s ease;
}
.header_d .rightbox .more-contact .morebox i{
	font-size: 8px;
	color: #fff;
	transition: ease 0.3s;
}
.header_d .rightbox .more-contact a:hover .morebox .icon{
	transform: translateX(4px);
}
.header_d2 .toptxt{
	font-family: "Orbitron",  sans-serif;
	font-size: 14px;
    font-weight: 600;
}
.header_d2 p{
	color: #fff;
}
.header_d2 .rightbox .ul .li a p.jp {
    color: #fff;
}
.header_d2.active .rightbox .ul .li a p.jp {
    color: #131313;
}
.header_d2 .rightbox .ul .li .line-icon{
	position: relative;
}
.header_d2 .rightbox .ul .li .line-icon::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://subir-golf.co.jp/system_panel/uploads/images/line.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
}
.header_d2.active .rightbox .ul .li .line-icon::after{
	opacity: 1;
}
.header_d2.active .rightbox .ul .li .line-icon img{
	opacity: 0;
}
/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	width: 100%;
	height: clamp(220px, 36vw, 550px);
}
.pagetitle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.pagetitle .titlebox {
	position: absolute;
	top: 56%;
	left: 5%;
	transform: translateY(-50%);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}
.pagetitle .titlebox p,
.pagetitle .titlebox h1{
	line-height: 1;
}
/* ---------- footer ---------- */
.footer_f{
	background-color: #131313;
	padding-top: 80px;
	padding-bottom: 40px;
	flex-direction: column;
}

.footer_f .topbox .title {
    font-family: "Orbitron",  sans-serif;
    border-bottom: #3C3C3C solid 1px;
	letter-spacing: 0.05em;
}
.footer_f p, .footer_f i {
    color: #fff;
}
.footer_f .bottombox .leftbox{
	width: 50%;
}
.footer_f .bottombox .leftbox .snsbox{
	justify-content: flex-start;
	padding-bottom: 30px;
	gap: 30px;
}
.footer_f .bottombox .leftbox .snsbox a{
	width: 30px;
	aspect-ratio: 1 / 1;
}
.footer_f .bottombox .leftbox .snsbox a i{
	font-size: 28px;
}


/* ---------- font ---------- */
.en_title{
	font-family: "Anton",  sans-serif;
	font-size: 140px;
	letter-spacing: 0.07em;
}
.en_title2{
	font-family: "Anton",  sans-serif;
	font-size: 110px;
	letter-spacing: 0.07em;
}
.en_title3{
	font-family: "Anton",  sans-serif;
	font-size: 76px;
	letter-spacing: 0.07em;
}
.default_title{ 
	font-size: 30px;
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: 24px;
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: 22px;
	letter-spacing: 0.05em;
}
.default_txt{
	font-size: 20px;
	letter-spacing: 0.05em;
}
.default_txt2{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}



.font-anton{
	font-family: "Anton",  sans-serif;
}

.font-orb{
	font-family: "Orbitron",  sans-serif;
}
/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #009746}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #2E2A27}
.bg-color2{background-color: #F5F5F5}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	
/* ---------- common ---------- */
	.more_wrap1 .width-1280-max {
		flex-direction: column;
	}
	.more_wrap1 .leftbox,
	.more_wrap1 .rightbox{
		width: 100%;
	}
	.more2 a{
		min-height: 92px;
	}
	.more2 .imgbox{
		width: 175px;
		flex-shrink: 0;
		clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
	}
	.more2 .txt{
		padding: 16px 52px 16px 18px;
	}
	.more2 .txt p:first-child{
		font-size: 14px;
	}
	.more2 .txt p:nth-child(2){
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 110px;
	}
	.en_title2{
		font-size: 90px;
	}
	.en_title3{
		font-size: 60px;
	}


}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_f .bottombox .leftbox .snsbox{
		display: none;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 90px;
	}
	.en_title2{
		font-size: 70px;
	}
	.en_title3{
		font-size: 54px;
	}
	.default_title{ 
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 19px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.titlebox1 {
		padding-bottom: 20px;
	}
	.more1 .txt p:nth-child(2) {
		font-size: 18px;
	}
/* ---------- header ---------- */
	.header_d .logo{
		position: relative;
		top: -14px;
	}
	.header_d .leftbox .logo img {
		width: clamp(60px, 10vw, 160px);
	}
    .header_d .menu-bt {
        top: 10px;
        right: 10px;
		width: 60px;
    }
/* ---------- footer ---------- */
/* ---------- font ---------- */
	.en_title{
		font-size: 70px;
	}
	.en_title2{
		font-size: 50px;
	}

	.default_title{ 
		font-size: 22px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 19px;
	}
	.default_txt{
		font-size: 18px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	.mg_b1 {
		margin-bottom: 40px;
	}
	.titlebox1 {
        padding-bottom: 10px;
    }
	.more1 .imgbox,
	.more2 .imgbox{
		width: 110px;
	}
	.more1 .txt,
	.more2 .txt{
		padding: 14px 44px 14px 14px;
	}
	.more1 .txt p:first-child,
	.more2 .txt p:first-child{
		font-size: 12px;
		padding-left: 16px;
	}
	.more1 .txt p:first-child::after,
	.more2 .txt p:first-child::after{
		width: 6px;
	}
	.more1 .txt p:nth-child(2),
	.more2 .txt p:nth-child(2){
		font-size: 14px;
		line-height: 1.35;
	}

	.more1 .txt i,
	.more2 .txt i{
		right: 12px;
		font-size: 16px;
	}
/* ---------- header ---------- */
    .header_d .menu-bt {
		width: 40px;
    }
/* ---------- footer ---------- */
	.footer_f .logo {
		max-width: 150px;
	}
/* ---------- font ---------- */
	.en_title{
		font-size: 50px;
	}
	.en_title2{
		font-size: 40px;
	}
	.en_title3{
		font-size: 34px;
	}
	.default_title{ 
		font-size: 18px;
	}
	.default_title2{
		font-size: 18px;
	}
	.default_title3{
		font-size: 17px;
	}
	.default_txt{
		font-size: 17px;
	}
	.default_txt2{
		font-size: 16px;
	}
	.default_txt3{
		font-size: 14px;
	}
	body p{
		font-size: 14px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
