@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}
img{
	image-rendering: -webkit-optimize-contrast;
}
#wrapper {
	max-width: 1000px;
	width:100%;
	margin:0 auto;
	line-height:1;
	padding:0;
}

.wrapper_inner {
	max-width: 834px;
	margin:0 auto;
	font-size: 100%;
	width:90%;
}

.wrapper_inner img{
	margin:0 auto;
	width:100%;
}

header,footer{
//	background:#fff;
}

#wrapper a {
	text-decoration: none;
}

a:link {
 color: #601986;
 text-decoration: underline;
}

a:visited {
 color: #601986;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #601986;
 text-decoration: underline;
}



#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	max-width:1000px;
	text-align:center;
	margin:0 auto;
}

#wrapper .img_area img{
	width:100%;
}

.b_img{
	width:100%;
}
#wrapper .swiper-slide{

}
#wrapper .swiper-slide .b_img img{
//	max-width:790px;
	width:100%;
}

.b2_img{
	width:100%;
	text-align:center;
}
.b2_img img{
	width:100%;
	max-width:546px;
}
#wrapper .swiper-slide .b1_img img{
	width:100%;
}

.swiper .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
	z-index: 99;
	height: auto;
}



.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: clamp(2rem, 1.545rem + 2.27vw, 3rem);
	height: clamp(2rem, 1.545rem + 2.27vw, 3rem);
	border:1px solid #fff;
	
	top: var(--swiper-navigation-top-offset, 40%);

}


.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #fff;
	font-size: clamp(1rem, 0.545rem + 2.27vw, 2rem);
}

.swiper .swiper-button-next::after {
	content: '\f054'; /* FontAwesomeの右矢印 */
	margin-right:-0%;

}

.swiper .swiper-button-prev::after {
	content: '\f053'; /* FontAwesomeの左矢印 */
	margin-left:-0%;
}


/*右ナビ---------------------------------------*/
.nav_menu{
	position: fixed;
	top: 10%;
	right: 0;
//	backdrop-filter: blur(10px);
//	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
//	transition: all 0.3s ease;
	
	animation-name: fadeInDown; /* キーフレームの名前 */
	animation-duration: 1.5s; /* アニメーションの時間 */
	animation-delay: 1.5s; /* ここで遅延時間を設定 (例: 1秒遅れ) */
	animation-fill-mode: forwards; /* アニメーション終了時のスタイルを維持 */
	opacity: 0; /* 初期状態では非表示 */
	transform: translateY(-50px); /* 初期状態では少し上に隠しておく */
}
/* キーフレーム定義 */
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-50px); /* 開始位置 */
	}
	100% {
		opacity: 1;
		transform: translateY(0); /* 終了位置 (通常の場所) */
	}
}
.nav_menu a {
	text-decoration: none;
	outline: none;
	cursor: pointer;

}

.nav_menu .nav_01:hover,.nav_menu .nav_02:hover {
	opacity: 0.7;
}
.nav_01,.nav_02{
	width:100%;
	display: flex;
	justify-content: flex-end;
	text-align:right;
	max-width:89px;
	margin:0 0 0 auto;

}
.nav_01 img,.nav_02 img{
	width:100%;
}
.nav_02{
	margin-top:10%;
}
/*右ナビここまで---------------------------------------*/
.h_black{
	background:#000;
	padding-bottom:6%;
}
.youtube{
	margin:0 auto;
	max-width:1000px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe{
	width: 100%;
	height: 100%;
}


.header{
	margin:0 auto;
	max-width:1000px;
	width:100%;
	background:#000;
	color:#fff;
	font-feature-settings: "palt";
}

.h_logo{
	margin:0 auto;
	text-align:center;

}
.h_logo img{
	margin-top:12%;
	max-width:252px;
	width:clamp(5rem, -0.059rem + 25.29vw, 15.75rem);
}
.header_in{
	margin:0 auto;
	max-width:834px;
	width:90%;
	background:#000;
	color:#fff;
	text-align:center;
}

.h_tx{
	margin-top:10%;
	font-family: "HelveticaLTPro-Light";
	font-size: clamp(0.7rem, 0.235rem + 2.32vw, 1.688rem);
}
.h_tx span{
	font-weight:300;
}
.h_h1{
	margin-top:2%;
	font-family: "bell-mt";
	font-size: clamp(3rem, -1.235rem + 21.18vw, 12rem);
	font-weight:400;
	line-height:0.8;
}
.h_tx2{
	margin-top:2%;
	font-family: "HelveticaLTPro-Light";
	font-size: clamp(1rem, 0.541rem + 2.29vw, 1.975rem);
}
.h_h1 span{
	font-family: "FOT-筑紫Aオールド明朝 Pr6 L";
	font-size: clamp(2.8rem, -1.059rem + 19.29vw, 11rem);
//	vertical-align:-2%;
	margin-left:-5%;
	font-weight:100;
}

.h_day{
	margin-top:3%;
	font-family: "HelveticaNeueeTextStd-Md";
	font-size: clamp(1.4rem, 0.553rem + 4.24vw, 3.2rem);
	margin-bottom:6%;
}
.h_day span{
	font-size: clamp(1.8rem, 0.247rem + 7.76vw, 5.1rem);
}

.hm_tx_01{
	margin-top:10%;
	font-size: clamp(1.1rem, 0.009rem + 5.46vw, 3.419rem);
	font-weight:300;
}
.hm_tx_02{
	margin:2% auto 0;
	font-size: clamp(2.4rem, 0.727rem + 8.36vw, 7rem);
	font-weight:600;
	text-align:right;
	width: fit-content;
	line-height:1.2;
}
.h_fl{
	margin-top:3%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	
}
.hm_tx_05{
	padding-left:1vw;
}
.hm_tx_05 .hm_tx_02_1{
	font-size: clamp(2.5rem, -0.088rem + 12.94vw, 8rem);
	font-family: "DidotLTPro-Bold";
	color:#e60012;
}
.hm_tx_05 .hm_tx_02_2{
	font-size: clamp(2rem, -0.353rem + 11.76vw, 7rem);
	font-family: "DidotLTPro-Bold";
	color:#e60012;
}
.hm_tx_03{
	text-align:left;
	font-family: "gothic_101pro_db";
	font-size: clamp(0.9rem, 0.318rem + 2.91vw, 2.5rem);
	line-height:1.4;
}
.hm_tx_04{
	margin-top:5%;
	font-family: "gothic_101pro_me";
	font-size: clamp(0.8rem, 0.235rem + 2.82vw, 2rem);
	font-weight:500;
	line-height:1.6;
}
.hm_tx_04 span{

}

.bk_back{
	margin-top:5%;
	background:#000;
	color:#fff;
	padding-top:5%;
	padding-bottom:5%;
	font-feature-settings: "palt";
}

.fr_01{
	font-size: clamp(0.8rem, 0.329rem + 2.35vw, 1.8rem);
	font-family: "FP-ヒラギノ角ゴ StdN W7";
	text-align:center;
}
.fr_01 .f_jp_1{
	font-family: "FP-ヒラギノ角ゴ StdN W4";
}
.fr_01 .f_font{
	font-family: 'Ferrari-Sans-b';
	font-size: clamp(0.8rem, 0.329rem + 2.35vw, 1.8rem);
}
.fr_02{
	margin-top:2%;
	font-family: "FP-ヒラギノ角ゴ StdN W4";
	font-size: clamp(0.6rem, 0.459rem + 0.71vw, 0.9rem);
	line-height:1.6;
}
.fr_con{
	margin-top:-1%;
}
.fr_fl{
	display: flex;
	justify-content: flex-end;
}
.fr_mark{
	padding-right:5%;
}
.fr_mark img{
	width: clamp(16px, 0.765rem + 1.18vw, 24px);
}
.fr_f_01{
	font-size: clamp(0.4rem, 0.306rem + 0.47vw, 0.6rem);
	font-family: Ferrari-Sans-m;
	white-space: nowrap;
	line-height:1.2;
}
.fr_f_02{
	margin-top:1.5%;
	font-family: Ferrari-Sans-li;
	font-size: clamp(0.4rem, 0.306rem + 0.47vw, 0.6rem);
}
.fr_img{
	margin-top:2%;
}
.fr_img img{
	width:100%;
}


.grd_back_01 {
//	background-image: linear-gradient(#dcdddd, #ffffff 40% 100%);
	padding-top:8%;
	padding-bottom:8%;
}


.re_fl{
	margin-top:2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align:left;
}
.re_box{
	margin-top:3%;
	width:48%;
	text-align:left;
	margin-bottom:5%;
}

.re_box_t{
	margin-top:2%;
	width:100%;
	font-family: "gothic_101pro_re";
	font-size: clamp(0.9rem, 0.147rem + 3.76vw, 2.5rem);
}

.re_box_b{
	margin-top:3%;
	width:100%;
	font-size: clamp(0.6rem, 0.101rem + 2.49vw, 1.66rem);
	font-weight:700;
	line-height:1.4;
}

.on_img{
	position: relative;
}
.on_img_c{
	position: absolute;
	top:2%;
	right:6%;
	max-width:86px;
	width: clamp(1.5rem, -0.324rem + 9.12vw, 5.375rem);
}

.on_img_c2{
	position: absolute;
	top:40%;
	right:6%;
	max-width:183px;
	width: clamp(4rem, 0.5rem + 17.5vw, 11.438rem);
}

.re_links{
	margin-top:4%;
}
.re_links a{
	display:block;
	background:#727171;
	color:#fff;
	font-weight:700;
	font-size: clamp(0.6rem, 0.082rem + 2.59vw, 1.7rem);
	text-align:center;
	padding:3%;
}
.re_links a:hover {
	opacity: 0.7;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}



.h2_tx{
	margin-top:0%;
	border-bottom:1px solid #000;
	padding-bottom:4%;
	font-size: clamp(1.1rem, 0.149rem + 4.75vw, 3.12rem);
	font-weight:600;
	margin-bottom:5%;
}
.h2_tx span{
	font-size:clamp(0.6rem, 0.324rem + 1.38vw, 1.188rem);
}
.logo_mark{
	text-align:center;
}
.logo_mark img{
	max-width:820px;
	width:95.8%;
}

.comp{
	font-family: "gothic_101pro_re";
	font-size: clamp(0.8rem, 0.094rem + 3.53vw, 2.3rem);
	line-height:1.7;
	margin-bottom:10%;
}
.h3_tx{
	margin-top:1%;
	font-family: HelveticaLTPro-Bold;
	font-size: clamp(1.1rem, 0.206rem + 4.47vw, 3rem);
}

.grd_back_02 {
	margin-top:0%;
//	background-image: linear-gradient(#dcdddd, #ffffff 10% 100%);
	padding-top:8%;
}
.table_01{
	font-size: clamp(0.8rem, 0.294rem + 2.53vw, 1.875rem);
	line-height:1.5;
}
.table_01 td{
	padding-top:1%;
	padding-bottom:1%;
}
.td_l{
	font-family: "gothic_101pro_db";
	text-align:justify;
	text-align-last:justify;
}
.td_c{
	text-align:center;
	padding-left:1vw;;
	padding-right:1vw;

}
.td_r{
	font-feature-settings: "palt";
	font-family: "gothic_101pro_db";
}
.td_r span{
	font-family: "gothic_101pro_re";
	font-size:clamp(0.6rem, 0.324rem + 1.38vw, 1.188rem);
}
.td_r p{
	font-family: "gothic_101pro_re";
	margin-top:2%;
	font-size:clamp(0.6rem, 0.324rem + 1.38vw, 1.188rem);
	font-weight:500;
	line-height:1.5;
}
.td_r_r{
	padding-left:4vw;
}


.h3_01{
	margin-top:10%;
	margin-bottom:2%;
	font-size: clamp(0.8rem, 0.294rem + 2.53vw, 1.875rem);
	font-weight:800;
	line-height:1.5;
}
.comming{
	margin:10% auto;
	font-size: clamp(1.2rem, 0.235rem + 4.82vw, 3.25rem);
	color:#e60012;
	text-align:center
}
.att_1{
	margin:3% auto 0;
	font-size: clamp(0.5rem, 0.176rem + 1.62vw, 1.188rem);
	line-height:1.5;
	font-weight:500;
	width:88%
	text-align:left;
	width: fit-content;
}
.att_2{
	margin:20% auto;
	font-size: clamp(0.6rem, 0.324rem + 1.38vw, 1.188rem);
	line-height:1.5;
	font-weight:500;
	width:90%
}
.grd_back_03 {
//	background-image: linear-gradient(#dcdddd, #ffffff 10% 100%);
	margin-top:8%;
}
.c_tx_1{
	font-feature-settings: "palt";
	font-family: "gothic_101pro_db";
	margin-top:3%;
	font-size:clamp(0.7rem, 0.147rem + 2.76vw, 1.875rem);
}
.c_img{
	margin-top:5%;
	text-align:center;
}
.c_img img{
	max-width:508px;
	width:61%;
}
.con1_box{
	margin:-20% auto 10%;
	background:#ececeb;
	padding-top:24%;
	padding-bottom:6%;
}
.c_tx_2{
	margin:0 auto;
	max-width:710px;
	width:90%;
	font-family: "gothic_101pro_re";
	font-size: clamp(0.6rem, 0.147rem + 2.27vw, 1.563rem);
	line-height:1.6;
	font-feature-settings: "palt";
}
.c_tx_2 span{
	font-size: clamp(0.5rem, 0.176rem + 1.62vw, 1.188rem);
	line-height:1.2;
}



.con2_box{
	margin:10% auto 20%;
	position: relative;
	font-feature-settings: "palt";
}
.con2_in{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
	box-sizing:  border-box;
	width: fit-content;
	color:#fff;
}
.con2_01{
	margin-top:1%;
	font-size: clamp(1.4rem, 0.455rem + 4.73vw, 4rem);
	font-family: 'gothic_101pro_bo';
}

.con2_01 span{
	font-size: clamp(2.4rem, 0.509rem + 9.45vw, 7.6rem);
	vertical-align:-17%;
}
.con2_02{
	margin-top:4%;
	font-size: clamp(1rem, 0.345rem + 3.27vw, 2.8rem);
	font-family: 'gothic_101pro_bo';
	line-height:1.6;
}

.con2_02 span{
	font-size: clamp(1.6rem, 0.145rem + 7.27vw, 5.6rem);
	vertical-align:-17%;
}

.con2_03{
	margin-top:5%;
	font-size: clamp(0.5rem, 0.173rem + 1.64vw, 1.4rem);
	font-weight:400;
}
.con2_04{
	font-size: clamp(1.2rem, 0.412rem + 3.94vw, 2.875rem);
	font-weight:400;
}

.grd_back_04 {
	margin-top:8%;
//	background-image: linear-gradient(#dcdddd, #ffffff 90% 100%);
	padding-bottom:6%;
}

.grd_back_05 {
//	background-image: linear-gradient(#dcdddd, #ffffff 90% 100%);
	padding-top:8%;
	padding-bottom:8%;
	margin-bottom:3%;
}

.h2_tx2{
	margin-top:0%;
	font-size: clamp(1.4rem, 0.588rem + 4.06vw, 3.125rem);
	font-weight:400;
	margin-bottom:4%;
	font-feature-settings: "palt";
}
.car_name{
	margin-top:1.5%;
	font-family: "HelveticaNeueeTextPro-Roman";
	font-size: clamp(0.7rem, 0.294rem + 2.03vw, 1.563rem);

}

.car_fl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.car_con{
	margin-top:4%;
	width:48%;
}
.car_con img{
	width:100%;
	max-width:404px;
}
.l_car_name{
	margin-top:2%;
	font-family: "HelveticaNeueeTextPro-Roman";
	font-size: clamp(0.6rem, 0.147rem + 2.26vw, 1.563rem);
	text-align:left;
	line-height:1.2;
	padding-bottom:3%;
}
.l_bland_name{
	font-family: "HelveticaNeueeTextPro-Roman";
	font-size: clamp(0.7rem, 0.336rem + 1.82vw, 1.7rem);
	text-align:left;
	padding-bottom:2%;
}
.l_bland_name {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
}
.l_bland_name::before,
.l_bland_name::after {
	background-color: #666; /* 横線の色 */
	border-radius: 5px; /* 横線の両端を丸く */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 1px; /* 横線の高さ */
}
.l_bland_name::before {
	margin-right: 15px; /* 文字との余白 */
}
.l_bland_name::after {
	margin-left: 15px; /* 文字との余白 */
}

.h_tx_fl{
	margin:2% auto 0;
	display: flex;
	font-family: "FOT-筑紫Aオールド明朝 Pr6 M";
	justify-content: center;
	align-items: center;
}
.h_tx_fl_01{
	font-size: clamp(2.1rem, 1.162rem + 4.69vw, 4.68rem);
}

.h_tx_fl_01 span{
	vertical-align:4%;
}
.h_tx_fl_02{
	padding:2% 1% 0;
}
.h_tx_fl_s{
	padding-top:1%;
	padding-left:3%;
	padding-right:3%;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1.1vw solid transparent;
	border-bottom: 1.1vw solid transparent;
	border-left: 1.8vw solid #000000;
	border-right: 0;
}
.maru{
	font-family: "FOT-筑紫Aオールド明朝 Pr6 R";
	font-size: clamp(0.5rem, -0.786rem + 2.86vw, 1rem);
	width: clamp(1.2rem, 0.353rem + 4.24vw, 3rem);
	height: clamp(1.2rem, 0.353rem + 4.24vw, 3rem);
	border-radius: 50%;
	background: #000;
	color:#fff;
	
//	display: inline-block;
//	text-align:center;
//	line-height: 3;

	display: grid;
	place-items: center;
}
.bt_con{
	margin:0 auto;
	background:#c59848;
	line-height:1.5;
	padding-top:7%;
	padding-bottom:7%;
}
.bt_con_in{
	margin:0 auto;
	width:86%;
	border:0.4vw solid #fff;
	color:#fff;
	padding:3% 4%;
	font-feature-settings: "palt";
}
.bt_con_01{
	font-family: "I-OTF-UDゴ本文Pro M";
	font-size: clamp(0.7rem, -1.357rem + 4.57vw, 1.5rem);
}

.bt_con_02{
	margin-top:2%;
	font-family: "I-OTF-UDゴ本文Pro L";
	font-size: clamp(0.5rem, -1.429rem + 4.29vw, 1.25rem);
}



.hr{
	border-top:0.2vw solid;
	margin-top:4%;
}






.raiten{
	width:90%;
	margin:8% auto 6%;
	text-align:center;
	background:#efefef;
	padding-top:3%;
	padding-bottom:3%;
	font-size: clamp(0.7rem, 0.294rem + 2.03vw, 1.563rem);
	font-weight:600;
	color:#000;
}



/* Google Mapを囲う要素 */
.map{
	max-width:690px;
	margin:1% auto;
}

.map-wrap {
	margin:0 auto;
	position: relative;
	width: 100%;
	height: 0;
//	padding-top: 50%; /* 比率を4:3に固定 */
	padding-top: 56.25%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}
 
/* Google Mapのiframe */
.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wrapper .margin_top15{
	margin-top:1.5%;
}
#wrapper .margin_top30{
	margin-top:3%;
}
#wrapper .margin_top50{
	margin-top:5%;
}
}
#wrapper .margin_top80{
	margin-top:8%;
}
#wrapper .margin_top100{
	margin-top:10%;
}


#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;
}

/*ページトップスクロールボタン*/
#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;
}




#wrapper .address_btn {
    background: #000;
    color: #fff;
    font-size:16px;
	padding:5px 10px;

}	

.mg_01{margin-top:1%;}
.mg_02{margin-top:2%;}
.mg_03{margin-top:3%;}
.mg_04{margin-top:4%;}
.mg_05{margin-top:5%;}
.mg_06{margin-top:6%;}
.mg_07{margin-top:7%;}
.mg_08{margin-top:8%;}
.mg_09{margin-top:9%;}
.mg_10{margin-top:10%;}


/*---------------------------------------------------------------------------------*/


#wrapper .foot_title_a{
	max-width:1000px;
	margin:10% auto 0;
	padding-bottom:4%;
	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:100%;
	text-align:center;
}
.f_logo{
	margin:8% auto 0;
	max-width:364px;
	width:40%;
}
.f_logo img{
	width:100%;
}
.footer_in_01{
	margin-top:6%;
	font-family: "I-OTF-UDゴ表示Pro R";
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
}
.footer_in_02{
	margin-top:3%;
	font-family: "I-OTF-UDゴ表示Pro B";
	font-size: clamp(1.2rem, 0.029rem + 5.85vw, 3.688rem)
	;
}

.footer_in_03{
	margin-top:1%;
	font-family: "I-OTF-UDゴ表示Pro R";
	font-size: clamp(0.8rem, -1.643rem + 5.43vw, 1.75rem);
}


.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);
}
.fbt_left span{
	font-family: 'vw_h_b';
	font-size: clamp(0.9rem, -1.414rem + 5.14vw, 1.8rem);

}
.fbt_right{
	padding-right:1%;
	font-family: 'gothic_101pro_db';
	font-size: clamp(0.7rem, -1.614rem + 5.14vw, 1.6rem);
}
.fbt_right2{
	padding-right:2%;
	font-family: "AudiType-Normal";
	font-size: clamp(2rem, -3.143rem + 11.43vw, 4rem);
	transform: scale(0.8, 1);
}

.arrow {
	position: relative;
	display: inline-block;

}

.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.15vw);
	right: 2vw;
	width: 1.91vw;
	height: 0.41vw;
//	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0.2vw) 50%;
}

.arrow::before {
	transform: rotate(45deg);
}

.arrow::after {
	transform: rotate(-45deg);
}

.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;
}


/*----------------------------------------------*/

.bt_links{
	width:100%;
	margin:5% auto 0;
	letter-spacing: 0.1em;
	text-align:center;
}


.bt_links img{
//	max-width:729px;
//	width:100%;
//	margin:5% auto 0;
}



.bt_links a {
	margin:0 auto;
	width:100%;
	max-width:873px;
	color: #fff;
	font-family: 'gothic_101pro_re';
	font-size: clamp(0.8rem, 0.353rem + 2.24vw, 1.75rem);
	font-weight: 500;
//	text-align:center;
	padding:1.5% 1.5% 1.5% 4%;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#000;
	line-height:1;
	font-feature-settings: "palt";
}

.bt_fl{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt_fl .bt_r{
	max-width:30px;
	width:3.5%;
	text-align:right;
}

.bt_fl .bt_r img{
	width:100%;
	text-align:right;
}


.bt_links 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;
}
.bt_links a:hover {
	transform: translateY(-7px);
}
.bt_links a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}

.bt_links a span{
	font-family: 'vw_h_b';
	font-size: clamp(1.2rem, 1.9vw, 1.9rem);
	vertical-align:-3%;
}


.bt_links2{
	width:100%;
	margin:5% auto 0;
	letter-spacing: 0.1em;
	text-align:center;
}


.bt_links2 img{
//	max-width:729px;
//	width:100%;
//	margin:5% auto 0;
}



.bt_links2 a {
	margin:4% auto 10%;;
	width:100%;
	max-width:873px;
	color: #000;
	font-family: 'gothic_101pro_re';
	font-size: clamp(0.8rem, 0.353rem + 2.24vw, 1.75rem);
	font-weight: 500;
//	text-align:center;
	padding:1.5% 1.5% 1.5% 4%;
//	border-radius: 0px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	background:#dcdddd;
	line-height:1;
	font-feature-settings: "palt";
}

.bt_fl{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt_fl .bt_r{
	max-width:30px;
	width:3.5%;
	text-align:right;
}



.bt_links2 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;
}
.bt_links2 a:hover {
	transform: translateY(-7px);
}
.bt_links2 a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}

.bt_links2 a span{
	font-family: 'vw_h_b';
	font-size: clamp(1.2rem, 1.9vw, 1.9rem);
	vertical-align:-3%;
}

.kiyaku{
	width:100%;
	border:1px solid #000;
	margin:20px auto;
	padding:20px;
	text-align:center;
}

.kiyaku_box {
	overflow:auto;
	height:600px;
	padding-left:1em;
	text-indent:-1em;
	line-height:150%;
	text-align:left;
}


.flex_b {
	display:flex;
	flex-wrap:wrap;
}
.flex_b .flex_in {
	width:48%;
	margin-bottom:10px;
}

.wrapper_inner .att_box{
	max-width:600px;
	width:96%;
	margin:0 auto;
	padding-top:20px;
//	padding-left:1em;
//	text-indent:-1em;
	line-height:150%;
	text-align:left;
}

.sp_on{
	display:none;
}

/* ************************************************************************************************ */
@media screen and (max-width: 768px) {

.sp_on{
	display:block;
}
.sp_none{
	display:none;
}



.glay2_fl2{
	display:block;

}

#wrapper .title_com .title_tx{
	right: 30%;

}

#wrapper #footer {
	font-size:11px;
	line-height:14px;
	margin-top:;
	padding:15px 0 25px;
}


.swiper .swiper-button-next,.swiper .swiper-button-prev{
	margin-top:0%;
}

.td_14_on{
	max-width:90px;

}

#wrapper .td_10 .td_10_in{
	margin:10% auto 0;

}
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.15vw);
	right: 2vw;
	width: 3.28vw;
	height: 0.625vw;
//	border-radius: 9999px;
	background-color: #fff;
	transform-origin: calc(100% - 0.8px) 50%;
}


.circle .circle_01 , .circle .circle_02{
	margin:24% auto 0;
	width: 5vw;
	height: 5vw;
	font-size: 0.9rem;
	padding-right:4%;
	padding-bottom:4%;
}
.maru{
	width: 5vw;
	height: 5vw;
}
.nav_01,.nav_02{
	width:50%;
	
	opacity: 0.8;
}

}



@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
