@font-face {
	font-family: 'myfont';
	src: url('../font/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'myfont2';
	src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'myfont3';
	src: url('../font/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
}
html {
      scroll-behavior: smooth;
    }
body{
	margin:0 auto;color:#363434;font-size:20px;

	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family:myfont2;
	letter-spacing:0.5px;
}
a{
	transition:opacity 0.3s;
	font-size:20px;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
.green_bg{
	background:#F0FDF3;
}
.triangle-right {
	position:absolute;
	top:50%;
	right:11%;
	transform:translate(0,-50%);
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 16px solid #000;
}
.triangle-left {
	position:absolute;
	top:50%;
	left:45%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #fff;
}
.triangle-bottom {
	margin:30px auto;
	width: 0;
	height: 0;
	border-top: 20px solid #000;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;	
}
.triangle_bg {
	z-index:-1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 60vw;
	background:#8DC738;
	clip-path:polygon(100% 100%, 100% 0, 0 100%);
}
.arrow-right {
	position:relative;
	width: 8px;
	height: 8px;
}
.arrow-right::before,
.arrow-right::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	border-radius:2px;
	background-color:#fff;
}
.arrow-right::before {
	transform: rotate(-45deg);
	left: 5px;
	top: -1.5px;
}
.arrow-right::after {
	transform: rotate(45deg);
	left:5px;
	top: 3.5px;
}
.arrow-left {
	position: relative;
	width: 20px;
	height: 20px;
}
.arrow-left::before,
.arrow-left::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	border-radius:3px;
	background-color: #fff;
}
.arrow-left::before {
	transform: rotate(45deg);
	left:5px;
	top: -5px;
}
.arrow-left::after {
	transform: rotate(-45deg);
	left:5px;
	top: 7px;
}
.flex_re{
	flex-direction:row-reverse;
}

/** menu **/
.top_menu{
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	/*top:55px;*/
	left:0;
	z-index:5;
	width:100%;
	
	margin:0 auto;
	top:0px;
	/*height:*/
	transition:0.5s;
	/*background:rgba(1, 38, 72,1);*/
}
.top_menu_1{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1920px;
	margin:0 auto 0 auto;
}
.top_menu .top_menu_3{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1920px;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
	height:79px;
	background:#fff;
}
.top_menu .menu_div{
	display:block;
}

.top_menu .menu_text{
	line-height:100%;
}
.top_menu .menu_text_a{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:19px;
	color:#000000;
	height:79px;
}
.top_menu .menu_text_b{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:16px;
	width:79px;
	background:#039444;
	height:79px;
}
.top_menu .menu_text_b img{
	width:29px;
}
.top_menu .menu_div_1{
	width:90%;
	max-width:1200px;
	height:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0px auto 0px auto;
	font-size:16px;
	color:#fff;
	font-family:myfont3;
}
.top_menu .menu_div_1 .flex_1 img{
	max-width:290px;
}
.top_menu .menu_div_1 .flex_1_a{
	width:618px;
	height:79px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.top_menu .menu_div_1 .flex_1_a .menu_div_kugiri{
	text-align:center;
	display:block;
	border-right:1px #000 solid;
	height:20px;
	width:1px;
}

.menu_text_a_recruit:hover .sub_menu{
	height:56px;
}
.top_menu .sub_menu{
	position:absolute;
	overflow:hidden;
	width:90%;
	max-width:1920px;
	height:0;
	top:79px;
	left:50%;
	transform:translatex(-50%);
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0px auto 0px auto;
	width:100%;
	background:#000;
	transition:height 0.3s;
}
.top_menu .sub_menu .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:850px;
	width:100%;
	margin:0px auto 0px auto;
}
.top_menu .sub_menu .flex_1 .menu_text_a{
	font-size:18px;
	color:#fff;
	font-family:myfont3;
}
.top_menu_sp{
	position:fixed;
	/*top:55px;*/
	z-index:5;
	width:100%;
	max-width:100%;
	margin:0 auto;
	top:0px;
	padding:0;
	height:80px;
	background:#fff;
}
.top_menu_2_sp{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1480px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
}
.top_menu_2_sp .flex_1{
	display:flex;
	align-items:center;
	width:100%;
}
.top_menu_2_sp .flex_1 .img_1{
	margin-left:10px;
}
.top_menu_2_sp .flex_1 .text_1a{
	font-size:15px;margin-right:15px;
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:25px;font-weight:bold;
}
.top_menu_2_sp .logo_1{
	
}
.top_menu_2_sp .logo_1 img{
	width:250px;
}

/** lower tier title **/
.title_1_main{
	max-width:1920px;
	margin:0 auto;
}
.title_1_sub_1{
	position:relative;
	margin:0 auto;
}
.title_1_sub_1 .img_1{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.title_1_sub_1 .img_1 img{
	width:100%;
	filter: brightness(0.7);
	max-height:350px;
	object-position: center top;
	object-fit: cover;
}


.title_1_sub_1 .div_1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
	max-width:1200px;
	text-align:center;
}
.title_1_sub_1 .title_1a{
	font-size:43px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	line-height:150%;
}
.title_1_sub_1 .title_1b{
	font-size:22px;
	font-weight:bold;
	font-family:myfont;
	text-align:left;
	color:#8DC738;
}
.title_2_main{
	max-width:1920px;
	width:100%;
	background:#fff;
	height:60px;
	display:flex;
	align-items:center;
	margin:0 auto 0 auto;
}
.title_2_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

/** background **/
.bg_margin_adjust{
	height:79px;
}
.bg_margin_adjust_sub{
	height:79px;
}
/** key visual **/
.top_kv{
	position:relative;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
	aspect-ratio:1920 / 1180;
}
.top_kv_bg{
	width:100%;
	max-width:1920px;
	aspect-ratio:1920 / 1180;
	will-change: transform;
}
.top_kv_bg img{
	width:100%;
	transform:scale(1.2);
}
.top_kv_text_div{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:50px;
	left:50%;
	transform:translatex(-50%);
	z-index:1;
}
.top_kv_text_div .title_1a{

	font-size:min(2vw,26);
	color:#fff;
	opacity:0.8;
}
.top_kv_text_div .title_1b{
	font-size:min(8vw,122px);
	font-weight:bold;
	color:#fff;
	letter-spacing:3px;
	line-height:120%;
	opacity:0.8;
	font-family: "arial",myfont;
	font-weight:bold;
	font-style: normal;
	font-feature-settings:"palt";
}
.top_kv_text_div .title_1c{
	font-size:min(7.5vw,111px);
	font-weight:bold;
	color:#fff;
	line-height:120%;
	opacity:0.8;
	letter-spacing:3px;
	font-family: "arial",myfont;
	font-weight:bold;
	font-style: normal;
}
.top_kv_text_div img{
	max-width:100%;
}
.top_kv_title_div{
	max-width:732px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
}

/** main **/
.top_1_main{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	padding:80px 0 150px 0;
	background:#039444;
	overflow:hidden;
}
.top_1_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto 0px auto;
}

.top_1_sub_1 .title_1{
	font-size:43px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:80px;
}
.top_1_sub_1 .title_1 .green{
	color:#8DC738;
}
.top_1_sub_1 .flex_1{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items:center;
	margin-bottom:80px;
}
.top_1_sub_1 .flex_1 .text_1{
	max-width:586px;
	width:100%;
	font-size:20px;
	color:#fff;
	line-height:200%;
	letter-spacing:0.1px;
}
.top_1_sub_1 .flex_1 .img_1{
	max-width:531px;
	width:100%;
}
.top_1_sub_1 .flex_1 .img_1 img{
	max-width:100%;
}
.top_1_sub_1 .btn_1{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#8DC738;
	border-radius:30px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:300px;
	height:60px;
	margin:0 auto;
}
.top_1_sub_1 .btn_1 .absolute{
	position:absolute;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.top_1_sub_1 .div_1{
	position:absolute;
	bottom:0px;
	right:-20px;
}
.top_1_sub_1 .div_1 .text_2a{
	font-size:15px;
	color:#fff;
	margin-left:100px;
}
.top_1_sub_1 .div_1 .text_2b{
	font-size:115px;
	line-height:60%;
	color:#fff;
	letter-spacing:5px;
	font-family: "arial",myfont;
	font-weight:bold;
	font-style: normal;
}
.top_1_sub_2{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	margin:0 auto;
}
.top_1_sub_2 .flex_1{
	display:flex;
	width:100%;
}
.top_1_sub_2 .flex_1 .img_1{
	flex:0.2;
	aspect-ratio:282 / 203;
	overflow:hidden;
}
.top_1_sub_2 .flex_1 .img_1 img{
	vertical-align:top;
	width:100%;
	object-fit:cover;
}
.top_1_sub_2 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#2B2B2B;
	height:168px;
	width:100%;
	font-size:31px;
	font-weight:bold;
	color:#fff;
}

/*recruit*/
.top_2_main{
	position:relative;
	margin:0 auto;
	max-width:1920px;
	width:100%;
	overflow:hidden;
	padding-bottom:90px;
}
.top_2_sub_1{
	position:relative;
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
.top_2_sub_1 .flex_1a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	width:100%;
	margin:60px auto 40px auto;
}
.top_2_sub_1 .flex_1a .div_1{

}
.top_2_sub_1 .flex_1a .div_1 .text_2a{
	font-size:15px;
	color:#039444;
}
.top_2_sub_1 .flex_1a .div_1 .text_2b{
	font-size:115px;
	line-height:120%;
	color:#039444;
	letter-spacing:5px;
	font-family: "arial",myfont;
	font-weight:bold;
	font-style: normal;
}
.top_2_sub_1 .flex_1a .text_1a{
	font-size:22px;
	color:#039444;
	max-width:659px;
	margin-top:20px;
}
.top_2_sub_1 .flex_1b{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_1 .flex_1b:nth-child(3){
	margin:40px auto 0 auto;
}

.top_2_sub_1 .bnr .div_1{
	position:relative;
	display:block;
	opacity:1;
	z-index:1;
	transition:transform 0.3s,filter 0.3s;
	max-width:560px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_1 .bnr .div_1 .bnr_img{
	vertical-align:top;
	width:100%;
}


.top_2_sub_1 .bnr .div_1:hover{
	transform:translate(0,-2%);
	filter: brightness(120%);
	cursor:pointer;
}
.top_2_sub_1 .bnr .div_1 .text_1{
	position:absolute;
	top:42%;
	left:25%;
	transform:translate(-50%,-25%);
	font-size: min(4vw, 25px);
	color:#fff;
	line-height:120%;
}
.top_2_sub_1 .bnr .div_1 .text_1 .maru_1{
	position:relative;
	margin:0 auto;
	border:1px #ffffff solid;
	border-radius:20px;
	width:39px;
	height:39px;
	margin-top:15px;
}
.top_2_sub_1 .bnr .div_1 .text_1 .absolute{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.top_2_sub_1 .bnr .div_1 .text_1 .text_1a{
	margin-top:10%;
	font-family:myfont;
	font-size:23px;
	font-size: min(1.5vw, 29px);
	font-weight:normal;
	font-style:italic;
}

.top_2_sub_1 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	font-size:43px;
	font-weight:bold;
	color:#fff;
	margin:230px auto 35px auto;	
}
.top_2_sub_1 .btn_1{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#039444;
	border-radius:30px;
	border:none;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:300px;
	height:60px;
	margin:0 auto;
}
.top_2_sub_1 .btn_1 .absolute{
	position:absolute;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}

.top_2_main .img_1b{
	position:absolute;
	left:0;
	bottom:0;
}
.top_2_main .img_1b img{
	vertical-align:top;
}
.top_2_main .img_1c{
	position:absolute;
	right:0;
	bottom:0;
}
.top_2_main .img_1c img{
	vertical-align:top;
}
/** tennis **/
.flex_tennis_main{
	margin:30px 0;
}
.flex_tennis_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	margin:0 auto;
	
	border:5px #098e43 solid;
	border-radius:10px;
	padding:20px 0;
	box-sizing:border-box;
}
.flex_tennis_1 .div_1:nth-child(1){
	flex:0.4;
}
.flex_tennis_1 .div_1:nth-child(2){
	flex:0.6;
}
.flex_tennis_1 .text_bnr{
	color:#202020;font-weight:bold;margin-top:30px;
}

/** footer **/
.footer_main{
	display:flex;
	align-items:center;
	max-width:1920px;
	width:100%;
	padding:50px 0;
	margin:0 auto;
	background:#0A0A0A;
}
.footer_main .flex_1{
	max-width:1200px;
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;

}
.footer_main .flex_1 .div_1a{
	max-width:600px;
	width:100%;
}
.footer_main .flex_1 .div_1a .img_1 img{
	max-width:363px;
	width:100%;
}
.footer_main .flex_1 .div_1a .text_1{
	font-size:16px;
	color:#fff;
}
.footer_main .flex_1 .div_1a .text_2{
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.footer_main .flex_2a{
	max-width:600px;
	width:100%;
	display:flex;
	justify-content:start;
	align-items:center;
}
.footer_main .flex_2a .img_2{
	margin-left:30px;
}
.footer_main .flex_2b{
	max-width:600px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:10px 0 20px 0;
}

.footer_main .flex_2b .menu_text_a{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:18px;
	color:#fff;

}
.footer_main .flex_2b .menu_div_kugiri{
	text-align:center;
	display:block;
	border-right:1px #fff solid;
	height:20px;
	width:1px;
}
.footer_main .flex_1 .div_1b{
	max-width:600px;
	width:100%;
	
}
.footer_main .flex_1 .div_1b .img_1{
	text-align:right;
}
.footer_main .flex_1 .div_1b .text_1{
	text-align:right;
	color:#fff;
	font-size:13px;
	margin-top:20px;
}

/** etc **/
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.res_pc_br{
	display:block;		
}

@media screen and (max-width:1320px) {

}
@media screen and (max-width:1024px) {
	
/** 1024_background **/
.bg_margin_adjust{
	height:79px;
}
.top_1_sub_1 .title_1{
	font-size:35px;
}
.top_1_sub_1 .flex_1{
	display:block;
	margin:0 auto;
}
.top_1_sub_1 .flex_1 .text_1{
	max-width:700px;
	width:100%;
	font-size:20px;
	color:#fff;
	line-height:200%;
	letter-spacing:0.1px;
	margin:0 auto;
}
.top_1_sub_1 .flex_1 .img_1{
	max-width:531px;
	width:100%;
	margin:30px auto 30px auto;
}
	
.top_2_sub_1 .flex_1b{
	display:block;
	
}
.top_2_sub_1 .flex_1a{
	display:block;	
}
.top_2_sub_1 .bnr:nth-child(2){
	margin-top:40px;
}
.top_2_sub_1 .title_1{

	margin:80px auto 35px auto;	
}
.top_2_main .img_1b img{
	max-width:200px;
}

.top_2_main .img_1c img{
	max-width:200px;
}
.triangle_bg {
	width: 100vw;
	height: 200vw;
}
	
/** 1024_tennis **/

.flex_tennis_1{
	display:block;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	margin:0 auto;
	
	border:5px #098e43 solid;
	border-radius:10px;
	padding:20px 0;
	box-sizing:border-box;
}
.flex_tennis_1 .div_1:nth-child(1){
	flex:0.4;
}
.flex_tennis_1 .div_1:nth-child(2){
	flex:0.6;
	margin:30px auto 0 auto;
	text-align:center;
}

	
/** 1024_etc **/
.res_pc_br{
	display:none;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
}

@media screen and (max-width:784px) {
	
/** 784_subtitle **/
.title_1_sub_1 .img_1 img{
	height:200px;
	object-fit:cover;
}

/** 784_menu **/
.top_menu_2_sp .flex_1{
	display:block;
}
.top_menu_2_sp .flex_1 .text_1a{
	font-size:15px;
	margin-right:15px;
	margin-left:10px;
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:25px;
	font-weight:bold;
	margin-left:10px;
}

/** 784_top **/
.top_1_sub_1 .title_1{
	font-size:25px;
}
.top_1_sub_1 .flex_1 .text_1{
	
	width:100%;
	font-size:18px;
	color:#fff;
	line-height:200%;
	letter-spacing:0.1px;
}
.top_1_sub_1 .div_1 .text_2b{
	font-size:75px;
	line-height:60%;
	color:#fff;
	letter-spacing:5px;
}
.top_1_sub_2 .title_1{
	font-size:25px;
}
.top_2_sub_1 .flex_1a .text_1a{
	font-size:18px;
}
.top_2_sub_1 .flex_1a .div_1 .text_2b{
	font-size:75px;
	line-height:120%;
	color:#039444;
	letter-spacing:5px;
}
.top_2_sub_1 .title_1{
	font-size:25px;
	margin:80px auto 35px auto;	
}
.top_2_main .img_1b img{
	display:none;
}
.top_2_main .img_1c img{
	display:none;
}

.triangle_bg {
	width: 100vw;
	height: 400vw;
}
/** 784_footer **/

.footer_main .flex_1{
	display:block;
	margin:0 auto;
	text-align:center;
}
.footer_main .flex_2a{
	display:block;
}
.footer_main .flex_2a .img_2{
	margin-left:0px;
	margin-top:20px;
}

.footer_main .flex_1 .div_1a{
	margin:0 auto;
}
.footer_main .flex_1 .div_1b{
	margin:0 auto;
}
.footer_main .flex_1 .div_1b .flex_2b .menu_text_a{
	font-size:13px;		
}
.footer_main .flex_1 .div_1b .img_1{
	text-align:center;
}
.footer_main .flex_1 .div_1b .text_1{
	text-align:center;
}
/** 784_etc **/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}

}

@media screen and (max-width:500px) {
/** 500_kv **/

.top_kv_text_div{
	bottom:10px;
	left:50%;
	transform:translatex(-50%);
	z-index:1;
}
.top_kv_text_div .title_1a{
	font-size:min(2vw,26);
	opacity:1;
}
.top_kv_text_div .title_1b{
	font-size:min(6vw,122px);
	font-weight:bold;
	letter-spacing:3px;
	line-height:120%;
	opacity:1;
}
.top_kv_text_div .title_1c{
	font-size:min(6vw,111px);
	font-weight:bold;
	color:#fff;
	line-height:120%;
	opacity:1;
	letter-spacing:3px;
}
	
/** 500_sub_title **/
.title_1_sub_1 .title_1a{
	font-size:25px;
}
.title_1_sub_1 .title_1b{
	font-size:22px;
}

/** 500_main **/
.top_1_sub_1 .title_1{
	font-size:20px;
}
.top_1_sub_1 .text_1{
	margin:40px 0 40px 0;
	font-size:15px;
	text-align:left;
}

.top_1_sub_2 .title_1{
	font-size:20px;
}
.top_1_sub_1 .btn_1{
	width:259px;
	height:52px;
	margin:0 auto;
	font-size:14px;
}
.top_1_sub_2 .title_1 .text_1{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.top_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.top_1_sub_1{
	margin:0 auto 70px auto;
}
.top_2_sub_1 .bg_1{
	display:none;
}

.top_2_sub_1 .bnr_sp_main{
	text-align:center;
	padding:20px 0;	
}

.top_2_sub_1 .bg_1_sp img{
	height:100%;
	object-fit:cover;
}
.top_2_sub_1 .bnr_sp{
	display:inline-block;
	margin:20px 10px;
	max-width:155px;
	width:100%;
}
.top_2_sub_1 .bnr .div_1 .text_1 .maru_1{
	width:29px;
	height:29px;
	margin-top:10px;
}
	
.flex_tennis_1 .text_bnr{
	font-size:18px;
}
	
/** 500_footer **/
.footer_main .flex_1 .text_1{
	font-size:15px;
}
.footer_main .flex_1 .text_2{
	font-size:10px;
}
}

@media screen and (max-width:430px) {

/** 430_menu **/

/** 430_all **/
.top_kv_bg img{
	width:100%;
	transform:scale(1.3);
}
	
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}
}