@charset "utf-8";
/* CSS Document */
#wrapper {
/*font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	
}
input[type=checkbox] {
  transform: scale(1.5);
}

#wrapper{
	max-width:1000px;
	margin:0 auto;
	font-family: 'Noto Sans JP';
	font-feature-settings: "palt";
}
.wrapper_inner {
	max-width: 840px;
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:90%;
//	background:#000;
}


.wrapper_inner div img{
	margin:0 auto;
	width:100%;
}

header,footer{
	background:#fff;
}
#wrapper a {
	text-decoration: none;
}
a:link {
 color: #000;
 text-decoration: underline;
}

a:visited {
 color: #000;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #000;
 text-decoration: underline;
}

#wrapper img {
	vertical-align:top;
}

body *{
	box-sizing:border-box;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	text-align:center;
	margin:0 auto;
}

#wrapper .img_area img{
	width:100%;
}




#wrapper a.black:link {
	color:#000;
}
#wrapper a.black:visited  {
	color:#000;
}

#wrapper a.red:link {
	color:#d32525;
}
#wrapper a.blue:link {
	color:#3391c4;
}
#wrapper a.red:visited  {
	color:#d32525;
}
#wrapper a.blue:visited  {
	color:#3391c4;
}
.hr{
	margin:0 auto;
	border-top:1px solid #000;
	width:90%;
}
.swiper{
//	margin-top:10%;
}
.swiper--wrapper {
	/* wrapperのサイズを調整 */
	max-width:1000px;
	width: 100%;
//	height: 300px;
//	margin-top:10%;

}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #000;
  width: 100%;
//  height: 100%;
  padding-bottom:7%;

}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}

/*---------------------------*/
.header_con{
	position: relative;
	background:#1a2334;
	color:#fff;
}
.h_img{
	margin:0 auto;
	width:100%;
}
.h_img img{
	width:100%;
}
.h_in_t{
	position: absolute;
	top:10%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
	box-sizing:  border-box;
	width:70%;
}
.r_logo{
	text-align:center;
}
.r_logo img{
	max-width:198px;
	width: clamp(3rem, -1.412rem + 22.06vw, 12.375rem);
}
.h_title{
	margin-top:10%;
	font-size: clamp(0.8rem, 0.094rem + 3.53vw, 2.3rem);
	letter-spacing: 0.25em;
	font-weight:600;
	width:100%;
	text-align:center;
}
.h_in_b{
	position: absolute;
	bottom:5%;
	left: 6%;
	box-sizing:  border-box;
	width: fit-content;
}
.h_1_fl{
	display: flex;
	align-items: center;
	margin-top:1%;
}
.h_1_fl_l{
	margin-right:4%;
	padding-bottom:1.5%;
}
.h_1_fl_l,.h_1_fl_r{
	min-width: 0;
	max-width: 100%;
}

.h_tx_01{
	background:#e60012;
	font-weight:800;
	font-size: clamp(1.3rem, 0.391rem + 4.55vw, 3.8rem);
	text-align:center;
	padding-bottom:1.5%;
}
.h_tx_01 span{
	font-family: "vw_h_b";
	font-size: clamp(1.6rem, 0.436rem + 5.82vw, 4.8rem);
	vertical-align:-6%;
}
.h_1{
	font-family: "vw_h_b";
	font-size: clamp(2.4rem, 0.486rem + 9.57vw, 7.664rem);
}
.h_3{
	font-weight:500;
	font-size: clamp(0.8rem, 0.235rem + 2.82vw, 2rem);
}
.h_tx_02{
	margin-top:2%;
	font-weight:800;
	font-size: clamp(0.7rem, -0.053rem + 3.76vw, 2.3rem);
	line-height:1.3;
	width: fit-content;
}
.h_tx_02 .e_b{
	font-family: "vw_h_b";
	font-size: clamp(0.7rem, -0.053rem + 3.76vw, 2.3rem);
	vertical-align:-3.5%;
}
.h_tx_02 .j_s{
	font-weight:500;
	font-size: clamp(0.5rem, -0.018rem + 2.59vw, 1.6rem);
}
.h_tx_02 .e_s{
	font-family: "vw_h_l";
	font-size: clamp(0.7rem, 0.135rem + 2.82vw, 1.9rem);
	vertical-align:-3.5%;
}
.vw_logo{
	margin-top:7%;
	margin-bottom:7%;
	text-align:center;
}
.vw_logo img{
	width: clamp(4rem, 0.882rem + 15.59vw, 10.625rem);
}
.h_2{
	margin-top:5%;
	font-weight:800;
	font-size: clamp(1.2rem, -0.024rem + 6.12vw, 3.8rem);
}
.h_2 span{
	font-family: "vw_h_b";
	font-size: clamp(1.5rem, -0.034rem + 7.67vw, 4.76rem);
	vertical-align:-3.5%;
}
.tx_01{
	margin-top:2%;
	font-size: clamp(0.7rem, 0.088rem + 3.06vw, 2rem);
	font-weight:500;
	line-height:1.1;
	margin-bottom:4%;
}
.tx_01 span{
	font-family: 'vw_h_l';
	font-size: clamp(0.9rem, 0.1rem + 4vw, 2.6rem);
	vertical-align:-3.5%;
	font-weight:600;
}
.s_img{
	margin-bottom:10%;
}
.s_img img{
	width:100%;
}
.red_box{
	margin:0 auto;
	background:#e60012;
	color:#fff;
	width:100%;
	padding-top:4%;
	padding-bottom:4%;
}
.red_box_in{
	margin:0 auto;
	width:86%;
}
.rb_fl{
	margin:0 auto 1%;
	display: flex;
	justify-content: space-between;
	width;100%;
}
.rb_l{
	font-size: clamp(1rem, 0.407rem + 2.96vw, 2.26rem);
	font-weight:600;
}
.rb_l span,.rb_r{
	font-family: 'vw_h_l';
	font-size: clamp(1.2rem, 0.447rem + 3.76vw, 2.8rem);
	font-weight:600;
	vertical-align:-3.5%;
}
.rb2_l{
	font-size: clamp(1rem, 0.407rem + 2.96vw, 2.26rem);
	font-weight:800;
}
.rb2_l span,.rb2_r{
	font-family: 'vw_h_b';
	font-size: clamp(1.2rem, 0.447rem + 3.76vw, 2.8rem);
	vertical-align:-3.5%;
}
.r_tx_01{
	font-size: clamp(1.1rem, 0.394rem + 3.53vw, 2.6rem);
	font-weight:800;
	color:#fff100;
}
.r_tx_01 span{
	font-family: 'vw_h_b';
	font-size: clamp(1.3rem, 0.359rem + 4.71vw, 3.3rem);
	vertical-align:-3.5%;
}
.fin_box{
	margin-top:6%;
	border-radius: 1vw;
	border:0.3vw solid #00a0e2;
}
.fin_box_in{
	padding-top:4%;
	padding-bottom:4%;
	margin:0 auto;
	width:86%;
}
.f_tx_01{
	font-size: clamp(0.55rem, 0.244rem + 1.53vw, 1.2rem);
	font-weight:500;
}
.f_tx_02{
	margin-top:2%;
	font-size: clamp(1rem, 0.341rem + 3.29vw, 2.4rem);
	font-weight:800;
	color:#00a0e2;
	border-bottom:1px solid #00a0e2;
	padding-bottom:2%;
}
.f_tx_03{
	margin-top:2%;
	font-size: clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
	font-weight:500;
	line-height:1.5;
}
.f_img{
	margin:3% auto;
	width:100%;
	text-align:center;
}
.fin_box .f_img img{
	margin:0 auto;
	max-width:289px;
	width: 50%;
}
.f_tx_04{
	margin-top:2%;
	font-size: clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
	font-weight:500;
	line-height:1.3;
}
.glay_back{
	margin-top:6%;
	background:#efefef;
	padding-top:5%;
	padding-bottom:5%;
}
.glay_back_in{
	padding-top:3%;
	padding-bottom:3%;
	margin:0 auto;
	width:90%;
}
.h3_tx2{
	font-weight:800;
	font-size: clamp(1.1rem, 0.253rem + 4.24vw, 2.9rem);
}

.tx_05{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.55rem, 0.291rem + 1.29vw, 1.1rem);
}
.tx_05 span{
	font-family: 'vw_h_l';
	font-size: clamp(0.7rem, 0.371rem + 1.65vw, 1.4rem);
	vertical-align:-3.5%;
	font-weight:600;
}
.g_img{
	margin-top:3%;
}
.g_img img{
	width:100%;
}

.p_fl_1{
	margin-top:6%;
	display: flex;
	justify-content: space-between;
}
.p_fl_1_l{
	width:44.8%;
}
.p_fl_1_r{
	width:53%;
}
.p_fl_tx1{
	font-weight:600;
	font-size: clamp(0.6rem, 0.224rem + 1.88vw, 1.4rem);
}
.p_fl_tx2{
	margin-top:2%;
	font-family: 'vw_h_b';
	font-size: clamp(1.1rem, 0.065rem + 5.18vw, 3.3rem);
	vertical-align:-3%;
}
.p_fl_1_r_tx{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.4rem, 0.212rem + 0.94vw, 0.8rem);
}
.hr_100{
	width:100%;
	border-top:1px solid #000;
}
.p_fl_3{
	margin-top:1%;
	margin-bottom:6%;
	display: flex;
	justify-content: space-between;
}
.p_fl_3_l{
	width:45%;
}
.p_fl_3_r{
	width:50%;
}
.p_fl_3_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1.5%;
}
.p_fl_3_in_l{
	font-weight:500;
	font-size: clamp(0.7rem, 0.559rem + 0.71vw, 1rem);
}
.p_fl_3_in_l span{
	font-family: 'vw_h_l';
	font-size: clamp(0.9rem, 0.688rem + 1.06vw, 1.35rem);
	vertical-align:-3.5%;
}
.p_fl_3_in_r{
	font-family: 'vw_h_b';
	font-size: clamp(0.9rem, 0.688rem + 1.06vw, 1.35rem);
	vertical-align:-3.5%;
}
.tx_06{
	text-align:right;
	margin-top:2%;
	font-weight:800;
	font-size: clamp(0.6rem, 0.299rem + 1.51vw, 1.24rem);
}








.h1_tx{
	margin-top:10%;
	font-size: clamp(1.8rem, 0.118rem + 8.41vw, 5.375rem);
	font-family: 'land_bold';
	text-align:center;
}
.sub_tx{
	margin-top:4%;
	font-size: clamp(0.9rem, 0.147rem + 3.76vw, 2.5rem);
	text-align:center;
	font-weight:600;
	line-height:1.3;
}
.sub_tx span{
	font-family: 'land_bold';
	font-size: clamp(1.1rem, 0.206rem + 4.47vw, 3rem);
	vertical-align:-3%;
}
.main_img img{
	width:100%;
}

.h2_tx{
	margin-top:12%;
	font-weight:600;
	font-size: clamp(1.4rem, 0.271rem + 5.65vw, 3.8rem);
}
.h2_tx span{
	font-family: 'land_bold';
	font-size: clamp(1.6rem, 0.235rem + 6.82vw, 4.5rem);
	vertical-align:-3%;
}
.tx_02{
	margin-top:1%;
	font-weight:600;
	font-size: clamp(1.2rem, 0.235rem + 4.82vw, 3.25rem);
}
.tx_02 span{
	font-family: 'land_bold';
	font-size: clamp(1.4rem, 0.224rem + 5.88vw, 3.9rem);
	vertical-align:-3%;
}
.tx_03{
	margin-top:1%;
	font-weight:600;
	font-size: clamp(0.6rem, 0.176rem + 2.12vw, 1.5rem);
}
.img_box1{
	margin-top:3%;
	position: relative;
}
.img_box_img img{
	width:100%;
}
.img_box_tx{
	position: absolute;
	left: 2%;
	bottom: 2%;
	box-sizing:  border-box;
	color:#fff;
}
.img_box_tx_01{
	font-weight:600;
	font-size: clamp(0.65rem, 0.203rem + 2.24vw, 1.6rem);
}
.img_box_tx_01 span{
	font-family: 'land_bold';
	font-size: clamp(0.8rem, 0.254rem + 2.73vw, 1.96rem);
	vertical-align:-3%;
}
.img_box_tx_02{
	margin-top:1%;
	font-weight:600;
	font-size: clamp(0.5rem, 0.185rem + 1.58vw, 1.17rem);
}
.img_box_tx_02 span{
	font-family: 'land_bold';
	font-size: clamp(0.65rem, 0.297rem + 1.76vw, 1.4rem);
	vertical-align:-3%;
}
.img_fl_1{
	margin-top:2%;
	display: flex;
	justify-content: space-between;
}
.img_fl_1_l,.img_fl_1_r{
	width:49%;
}
.img_fl_1 img{
	width:100%;
}
.ib_tx01{
	margin-top:1%;
	font-weight:500;
	font-size: clamp(0.45rem, 0.238rem + 1.06vw, 0.9rem);
	line-height:1.3;
}
.ib_tx01 span{
	font-family: 'land_mid';
	font-size: clamp(0.5rem, 0.218rem + 1.41vw, 1.1rem);
	vertical-align:-3%;
}
.ib_tx02{
	margin-top:1%;
	font-weight:500;
	font-size: clamp(0.4rem, 0.188rem + 1.06vw, 0.85rem);
	line-height:1.3;
}
.ib_tx02 span{
	font-family: 'land_mid';
	font-size: clamp(0.5rem, 0.218rem + 1.41vw, 1.1rem);
	vertical-align:-3%;
}
.img_fl_2{
	margin-top:2%;
	display: flex;
	justify-content: space-between;
	line-height:1.2;
}
.img_fl_2_l,.img_fl_2_c,.img_fl_2_r{
	width:33%;
}
.img_fl_2 img{
	width:100%;
}
.h3_tx{
	margin-top:10%;
	font-weight:700;
	font-size: clamp(0.8rem, 0.301rem + 2.49vw, 1.86rem);
	line-height:1.2;
}
.h3_tx span{
	font-family: 'land_bold';
	font-size: clamp(1rem, 0.435rem + 2.82vw, 2.2rem);
	vertical-align:-3%;
}
.tx_04{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.55rem, 0.258rem + 1.46vw, 1.17rem);
	line-height:1.5;
}
.tx_04 span{
	font-family: 'land_mid';
	font-size: clamp(0.7rem, 0.418rem + 1.41vw, 1.3rem);
}
.h3_tx3{
	margin-top:3%;
	border-bottom:1px solid;
	padding-bottom:1.5%;
	font-weight:700;
	font-size: clamp(0.7rem, 0.187rem + 2.56vw, 1.79rem);
}
.con_bt{
	margin-top:3%;
	background:#d32d25;
	color:#fff;
	text-align:center;
	font-weight:500;
	font-size: clamp(0.8rem, 0.188rem + 3.06vw, 2.1rem);
	padding-top:2%;
	padding-bottom:2.5%;
}
.con_bt .en{
	font-family: 'land_mid';
	font-size: clamp(1rem, 0.341rem + 3.29vw, 2.4rem);
	vertical-align:-3%;
}
.con_bt .en_b{
	font-family: 'land_bold';
	font-size: clamp(1.2rem, 0.071rem + 5.65vw, 3.6rem);
	vertical-align:-3%;
}
.con_info{
	margin-top:4%;
	text-align:center;
	font-weight:500;
	font-size: clamp(0.6rem, 0.224rem + 1.88vw, 1.4rem);
}
.con_bt_bk{
	margin-top:10%;
	background:#000;
	color:#fff;
	padding-top:9%;
	padding-bottom:8%;
}
.con_bt_bk_in{
	margin:0 auto;
	width: fit-content;
}
.con_bt_bk_tx1{
	text-align:center;
	font-weight:700;
	font-size: clamp(1.4rem, 0.256rem + 5.72vw, 3.83rem);
}
.con_bt_bk_tx2{
	margin-top:2%;
	text-align:center;
	font-weight:700;
	font-size: clamp(1.5rem, -0.147rem + 8.24vw, 5rem);
}
.con_bt_bk_tx2 span{
	font-family: 'land_bold';
	font-size: clamp(1.5rem, -0.665rem + 10.82vw, 6.1rem);
	vertical-align:-3%;
}
.con_bt_bk_tx3{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.7rem, 0.154rem + 2.73vw, 1.86rem);
	padding-left:1em;
	text-indent:-1em;
	line-height:1.3;
}

.tel_box{
	margin-top:10%;
}
.tel_img{
	width:13%;
}
.tel_img img{
	max-width:110px;
	width:100%;
}
.tel_fl{
	margin-top:3%;
	display: flex;
	align-items: center;
}
.arrow_r{
	width:2.86%;
}
.arrow_r img{
	max-width:24px;
	width:100%;
}
.tel_tx1{
	margin-left:2%;
	font-weight:700;
	font-size: clamp(0.8rem, 0.16rem + 3.2vw, 2.16rem);
}
.tel_tx2{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.65rem, 0.109rem + 2.71vw, 1.8rem);
}

#wrapper .raiten{
	text-align:center;
	background:#dcdddd;
	color:#000;
	font-weight:600;
	padding:4%;
	font-size: clamp(1rem, 0.527rem + 2.36vw, 2.3rem);
	margin:15% auto 4%;
	width:100%;
	line-height:1.5;
}

#wrapper .wrapper_inner .margin_top100{
	margin-top:100px;
}

#wrapper .margin_top05{
	margin-top:1.5%;
}
#wrapper .margin_top10{
	margin-top:3%;
}
#wrapper .margin_top20{
	margin-top:6%;
}

#wrapper .margin_top30{
	margin-top:9%;
}

#wrapper .margin_top40{
	margin-top:12%;
}

#wrapper .margin_top50{
	margin-top:15%;
}

#wrapper .margin_top60{
	margin-top:18%;
}

#wrapper .margin_top70{
	margin-top:21%;
}
#wrapper .margin_top80{
	margin-top:24%;
}
#wrapper .margin_top90{
	margin-top:27%;
}
#wrapper .margin_top100{
	margin-top:30%;
}

/*ページトップスクロールボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*---------------------------------------------------------------------------------*/


.foot_title_a{
	max-width:1000px;
	margin:10% auto 0;
	padding-bottom:2%;
	border-bottom:0.5vw solid #002C65;
	text-align:center;
}
.foot_title_a p{
	margin:5% auto 0;
	font-family: 'gothic_101pro_db';
	font-size: clamp(1.2rem, -2.143rem + 7.43vw, 2.5rem);
	max-width:822px;
	width:90%;
}
.foot_title_a p span{
	font-family: 'vw_h_b';
	font-size: clamp(1.4rem, -2.714rem + 9.14vw, 3rem);
	vertical-align:-3%;
}

.footer{
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:100%;
//	background:#000;
//	color:#fff;
	line-height:1.5;
}
.footer_inner {
	max-width:822px;
	margin:0 auto;
	width:83%;
	text-align:center;
}


.footer_inner .dealer{
	margin:9% auto 0;
	width:100%;
}

}
.footer_inner .dealer img{
	max-width:822px;
	width:100%;
}

.footer_inner div img {
	margin:0 auto;
	width:100%;
}

footer {
	width:90%;
	margin:5% auto 3%;
	text-align:center;
}

.copy{
	font-size:clamp(0.5rem, -0.786rem + 2.86vw, 1rem);
//	color:#fff;
}

.footer_bt{
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	background:#002c65;
	color:#fff;
	padding-top:1%;
	padding-bottom:1%;
	align-items: center;
}

.fbt_left{
	width:70%;
	vertical-align:-3%;
	padding-left:3%;
	font-family: 'gothic_101pro_db';
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
	text-align:left;
}
.fbt_left span{
	font-family: 'vw_h_b';
	font-size: clamp(0.9rem, -1.414rem + 5.14vw, 1.8rem);

}
.tx_sh{
	transform: scale(0.7,1);;
	transform-origin: top left;
	white-space: nowrap;
	width:60%;
}
.fbt_right{
	padding-right:1%;
	font-family: 'gothic_101pro_db';
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
	white-space: nowrap;
}
.fbt_right2{
	padding-right:2%;
	font-family: "AudiType-Normal";
	font-size: clamp(2rem, -3.143rem + 11.43vw, 4rem);
	transform: scale(0.8, 1);
	white-space: nowrap;
}


.footer_link{
	margin:3% auto 0;
	width:100%;
	line-height:1;
}

.footer_link a {
	position: relative;
	z-index: 1;
	display: block;
	transition: .3s;

}
.footer_link a::before {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.footer_link a:hover {
	transform: translateY(-7px);
}
.footer_link a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}
/*----------*/
/*----------*/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active2 {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active2 span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active2 span:nth-child(2),
.navToggle.active2 span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle{
	display:none;
}

.bt_links{
	width:100%;
	margin:10% auto 0;
	text-align:center;
}


.bt_links img{
	width:100%;
	margin:20px auto;
}



.bt_links a {
	max-width:900px;
	width:90%;
	margin:0 auto 7%;
	color: #fff;
	font-size: clamp(1.1rem, 0.347rem + 3.76vw, 2.7rem);
	font-weight: 800;
	text-align:center;
	background: #002c65;
//	border-radius: 6px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	padding-top:2.5%;
	padding-bottom:3%;
}
.bt_links a span{
	font-family: 'vw_h_b';
	font-size: clamp(1.3rem, 0.284rem + 5.08vw, 3.46rem);
	vertical-align:-3.5%;
}

.bt_links a::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.bt_links a:hover {
	transform: translateY(-7px);
}
.bt_links a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}
.sp_on{
	display:none;
}
/* ************************************************************************************************ */
@media screen and (max-width: 980px) {


}
/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
.sp_on{
	display: block !important;
}
.sp_none{
	display:none;
}
.img_fl_2{
	flex-wrap: wrap;
}
.img_fl_2_l,.img_fl_2_c,.img_fl_2_r{
	width:49%;
}
.p_fl_3_in{
	border-bottom:1px dotted #ccc;
	padding-bottom:1%;

}
.p_fl_3{
	display: block;
}
.p_fl_3_l{
	width:100%;
}
.p_fl_3_r{
	width:100%;
}
.footer {
	font-size:11px;
	line-height:14px;
	margin-top:;
	padding:15px 10px 25px;
	text-align:center;
}
}

@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
