@charset "UTF-8";

@font-face{
    font-family: "AudiType-ExtendedNormal"; 
    src: url("font/AudiType-ExtendedNormal_4.03.ttf") format("truetype");
    font-display: swap;
}
@font-face{
    font-family: "AudiType-ExtendedBold"; 
    src: url("font/AudiType-ExtendedBold_4.03.ttf") format("truetype");
    font-display: swap;
}
@font-face{
    font-family: "AudiType-Normal"; 
    src: url("font/AudiType-Normal_4.03.ttf") format("truetype");
    font-display: swap;
}



html {
	width: 100%;
	height: 100%;
	color: #000;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	font-family: 'AudiType-ExtendedNormal',"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Verdana",sans-serif;
	line-height: 1.43;
	counter-reset:number;
	height: 100%;
	-webkit-text-size-adjust: none;
}

.auditype-normal {
    font-family: 'AudiType-Normal';
}


table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color:#000;}

select,input,button,textarea{ font-family: bmwTypeWeb,Arial,Helvetica,"Noto Sans CJK JP","Noto Sans",sans-serif; }

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }

a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none; }

li img,
dt img,
dd img{ vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
body { -webkit-text-size-adjust: 100%; }

.clear { clear: both; }
.cf:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
}



/* pc / tab / sp
============================================================================================================ */
.sp {
    display: none;
}
.pc{
    display: block;
}  
.tab{
    display:none;
}
.pc_tab {
    display: bloxk;;
}
.tab_sp{
    display: none;
}

@media screen and (max-width:768px){
    .tab {
        display: none !important;
    }
    .pc{
        display: none !important;
    }  
    .sp {
        display: block;
    }
    .pc_tab {
        display: none!important;
    }
    .tab_sp {
        display: block !important;
    }

}



/**********************
header
***********************/


#wrapper {
	/*line-height: 0;*/
	overflow: hidden;
	text-align: center;
}

#wrapper > header {
	background: url(images/main_bg.jpg);
	background-position: center right 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: -1;
	min-height: 100vh;
}
header .campaign_tt {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 70px 0;
    text-align: left;
    background-color: #e10537;
    display: flex;
    justify-content: flex-start;
}
header .campaign_tt .campaign_logo {
    width: 35%;
    max-width: 400px;
}
header .campaign_tt .campaign_logo img {
    width: 100%;
}
header .campaign_tt .campaign_txt {
    font-family: "AudiType-ExtendedBold";
    font-weight: 900;
    color: #FFF;
    font-weight: bold;
    line-height: 1.0;
    padding: 0 5%;
    white-space: nowrap;
}
header .campaign_tt .campaign_txt h1 {
    font-size: clamp(23px, 8vw, 80px);
}
header .campaign_tt .campaign_txt .txt_under {
    font-size: clamp(15px, 5.0vw, 50px);
}




@media screen and (max-width: 960px) {
    
  #wrapper > header {
		top: 0;
		left: 0;
		background-image: none;
		height: 100vh;
		background-attachment: scroll;
		position: fixed;
		width: 100%;
		background-position: center top;
	}
	#wrapper > header:before {
		top: 0;
		left: 0;
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: url(images/sp/main_bg.jpg) no-repeat;
        background-position: center center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		z-index: -1;
	}
    
    
    
    header .campaign_tt {
        padding: 7% 0;
    }
}



/**********************
mainVis
***********************/

@media screen and (min-width:769px){
	#mainVis {
        width: 370px;
		text-align: left;
		padding: 40px;
	}
}


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

    #wrapper > header {
        position: relative;
    }
  #mainVis { 
      position: absolute;
      bottom: 0;
      left: 0;
    padding: 7.375% 0 31% 4.5%; 
    text-align: left;
    width: 37%;
    min-width: 130px;
  } 
}



/**********************
main_copy
***********************/
#main_copy {
    z-index: 2;
    padding: 100px 0 20px;
	position: relative;
}
#main_copy .main_copy {
    margin-bottom: 0;
    text-align: center;
}
#main_copy .subtt {
    font-size: 22px;
    letter-spacing: .15em;
}
#main_copy h2 {
    font-family: "AudiType-ExtendedBold";
    font-size: 60px;
    font-weight: 900;
    line-height: 1.583;
    letter-spacing: .01em;
}
#main_copy .copy_day {
    font-family: "AudiType-ExtendedBold";
    font-size: 44px;
    margin-top: 5px;
    letter-spacing: .046em;
}
#main_copy .copy_day span {
    font-family: "AudiType-ExtendedNormal"; 
    font-size: 29px;
}
#main_copy p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.2em;
    letter-spacing: 0.1rem;
}


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

    
	#main_copy { 
		padding: 12% 6% 10%;
	}
	#main_copy .main_copy {
		margin: 0 auto;
	}
	#main_copy .subtt {
		font-size: clamp(10px, 2.19vw, 22px);
		letter-spacing: 0.25em;
	}
	#main_copy h2 {
		font-size: clamp(24px, 6vw, 60px);
		line-height: 1.2;
		padding: 3% 0;
        letter-spacing: .05em;
	}
	#main_copy .copy_day {
		font-size: clamp(17px, 4.39vw, 44px);
	}
	#main_copy .copy_day span {
		font-size: clamp(11px, 2.9vw, 29px);
	}
	#main_copy p {
		margin-top: 4%;
		font-size: clamp(10px, 1.6vw, 16px);
		line-height: 1.8em;
	}
}


#cont_inner {
    background-color: #fff;
}




/**********************
used_car
***********************/


/*recommend_used_car*/
#used .recommend_used_car {
  padding-top: 32px;
	background-color:#fff;
}

#used .recommend_used_car h2 {
    display: inline-block;
	text-align: center;
	margin-bottom:72px;
}
#used .recommend_used_car .container {
	margin:0 auto;
	max-width:980px;
}
#used .recommend_used_car .container:after {
	content: "";
	display: block;
	clear: both;
}
#used .recommend_used_car .container li {
	float: left;
	/*width: 460px;*/
  width: 48%;
  max-width: 460px;
	margin:0 14px 40px 0;
	position: relative;
}
#used .recommend_used_car .container li:nth-child(odd) {
	float: left;
	clear: both;
}
#used .recommend_used_car .container li:nth-child(even) {
	float: right;
}
#used .recommend_used_car .container li a {
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	display:flex;
	width: 240px;
	height: 54px;
	line-height: 2.8;
	position: absolute;
	border: 1px solid #000;
	text-align: center;
	right: 0;
	bottom: 0;
  align-items: center;
  justify-content: center;
}
#used .recommend_used_car .container li a::after{
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /*position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;*/
}
#used .recommend_used_car .container li img {
	height: 210px;
	max-width: none;
}

/*recommend_main01*/
#used .recommend_main01 {
	background-color:#FFF;
  padding-top: 30px;
  padding-bottom: 50px;
}
#used .recommend_main01 h2 {
    display: inline-block;
	text-align: center;
}

/*All used car*/
#used .used {
	background-color:#fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0;
}
#used .used h2 {
	display: inline-block;
    width: 100%;
}
#used .used h2 img {
	margin:22px auto 28px;
}
#used .used figure {
	margin: 0 40px;
}
#used .used figure img {
	width:100%;
  vertical-align: bottom;
}
#used .used a {
	color: #fff;
	background-color: #000;
	font-size: 20px;
	font-weight: bold;
	display: block;
	width: 320px;
	height: 54px;
	line-height: 2.8;
	margin: 35px auto 0;
}
#used .used a::after{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -5px auto 0 1%;
  vertical-align: middle;
}



@media screen and (max-width: 768px) {
    
    #used .used figure {
        margin: 0 20px;
    }
    #used .used a {
        width: auto;
        margin: 35px 20px 0;
    }
    
}




/* =============================
Shop店舗情報一覧 shop_list_area
============================== */


.shop_list_area {
    width: 960px;
    margin: 0 auto;
}

.shop_list_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  list-style: none;
  margin: 0;
  padding: 0 0 0;
  font-size: .875rem;
  letter-spacing: 0.05rem;
}
.shop_list_area ul li {
  width: 31.25%;
  margin-bottom: 7.4%;
}
.shop_list_area ul a {
  display: block;
}
.shop_list_area ul a:hover {
  opacity: 0.8;
}
.shop_list_area ul:after {
  content: "";
  display: block;
  width: 33%;
}
.shop_list_area ul li .shop_photo {
  width: 100%;
  margin-bottom: 1em;
}
.shop_list_area ul li .shop_photo img {
  width: 100%;
}
.shop_list_area ul li p{
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.shop_list_area ul li .shop_name {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0;
  letter-spacing: -.01em;
  text-align: left;
  
}
.shop_list_area ul li .shop_address {
  margin-left: 0;
  text-align: left;
}
.shop_list_area ul li .shop_btn{
  color: #FFF;
  text-align: center;
  background: #000;
  margin: 17px 0 0;
  font-size: 1.0625rem;
  padding: 8px 0;
  line-height: 1.75;
  letter-spacing: .1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.shop_list_area ul li .shop_btn:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px auto 0 .5em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  /*Used cars by store*/
    .shop_list_area {
        width: auto;
        padding: 0 5%;
    }
  .shop_list_area ul{
    display: block;
  }
  .shop_list_area ul li {
    width: 97.22%;
    padding-bottom: 17%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .shop_list_area ul:after {
    content: none;
  }
  .shop_list_area ul li .shop_photo {
    width: 100%;
  }
  .shop_list_area ul li .shop_name {
    font-size: .875rem;
  }
  .shop_list_area ul li .shop_address{
    font-size: .75rem;
  }
  .shop_list_area ul li .shop_btn{
    font-size: 16px;
  }
  .shop_list_area ul li .shop_btn:after {
    margin: -3px auto 0 1%;
  }
}








/**********************
car block
***********************/


#bg_black{
    overflow: hidden;
    background: #000;
    margin: 100px 0 100px;
    padding: 90px 0 110px;
}
#bg_white {
    background: #FFF;
    padding: 100px 0 0;
}



#bg_black .car_subtt {
    font-size: 22px;
    color: #FFF;
}
#bg_black .car_title {
    font-size: 36px;
    line-height: 1.8;
    font-weight: 300;
    color: #FFF;
}


.wd100 {
    width: 100%;
}


.car_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.mt30 { margin-top: 50px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt100 { margin-top: 100px;}
.mt140 { margin-top: 140px;}
.mt150 { margin-top: 150px;}

.mb30 { margin-bottom: 50px;}
.mb50 { margin-bottom: 50px;}
.mb100 { margin-bottom: 100px;}
.mb150 { margin-bottom: 150px;}


@media screen and (max-width:960px){
    
    #bg_black{
        margin: 0 0 12%;
        padding: 10% 6%;
    }
    #bg_white {
        padding: 12% 6% 0;
    }
    #bg_black.pd00, #bg_white.pd00 {
        padding: 12% 0;
    }
    
    
    #bg_black .car_subtt {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #bg_black .car_title {
        font-size: 16px;
        line-height: 1.6;
    }
}

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


	.mt30 { margin-top: 0;}
	.mt40 { margin-top: 0;}
	.mt50 { margin-top: 0;}
	.mt100 { margin-top: 0;}
	.mt140 { margin-top: 0;}
	.mt150 { margin-top: 0;}

	.mb30 { margin-bottom: 20px;}
	.mb50 { margin-bottom: 40px;}
	.mb100 { margin-bottom: 70px;}
	.mb150 { margin-bottom: 100px;}
	
	
	.spmt10 { margin-top: 10px;}
    
    
}










/**********************
動画
***********************/


.movie_box {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
}


.js-modal-btn {
    width: 100%;
    height: 45vw;
    max-width: 1000px;
    max-height: 450px;
    transition: 0.3s;
}
.js-modal-btn:hover {
    opacity: 0.8;
}


.js-modal-btn.movie01 {
    background: url(images/movie_audi_01.jpg) no-repeat;
    background-size: contain;
    background-position: center center;
}




@media screen and (max-width:960px){
    
    .movie_box {
        margin: 6% auto 0;
    }
    .js-modal-btn {
        height: 50vw;
    }
    
}







/**********************
car block parts
***********************/



/*　タイトル中央寄せ　*/
.car_title_center {
    text-align: center;
}
.car_title_center .subtt {
    font-size: 17px;
    margin-top: 50px;
    line-height: 37px;
}
.car_title_center h3 {
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 62px;
}


.ttbox_h3 h3 {
	padding: 20px 0;
    font-family: "AudiType-ExtendedBold";
    font-size: 45px;
    font-weight: 900;
    line-height: 1.583;
    letter-spacing: .01em;
}
.ttbox_h3 .subtt {
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 2;
}


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

	.car_title_center .subtt {
		font-size: clamp(12px, 1.2vw, 20px);
		margin-bottom: 0;
        text-align: left;
        line-height: 20px;
        margin-top: 10%;
	}
	.car_title_center h3 {
		font-size: clamp(21px, 3.4vw, 34px);
		font-weight: bold;
        line-height: 30px;
	}
	
	
	.ttbox_h3 h3 {
		padding: 0 0 10px;
		font-size: clamp(20px, 4.5vw, 45px);
	}
	.ttbox_h3 .subtt {
		padding-bottom: 25px;
		font-size: clamp(12px, 1.6vw, 16px);
	}
    
}







/**********************
online-service
***********************/

#online-service {
	background: #fff;
	text-align: center;
    margin-top: 140px;
}
#online-service h2 {
	padding: 20px 0;
    font-family: "AudiType-ExtendedBold";
    font-size: 45px;
    font-weight: 900;
    line-height: 1.583;
    letter-spacing: .01em;
}
#online-service .os_subtt {
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 2;
}
#online-service .os_contact {
	color: #fff;
	background: #000;
	position: relative;
	padding: 67px 48% 75px 0;
  margin-right: 6.25%;
  margin-left: 6.25%;
  width: 87.5%;
  box-sizing: border-box;
  margin: auto;
}
#online-service .os_contact:before {
	top: 0;
	right: 0;
	bottom: 0;
	width: 55%;
	content: "";
	display: block;
	position: absolute;
	background: url(images/online-service_bg.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#online-service .os_contact .text {
	width: 90%;
	margin: 0 auto 1em;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	letter-spacing: -0.05em;
  max-width: 380px;
}
#online-service .os_contact .link a {
	color: #000;
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	background: #fff;
	line-height: 70px;
  max-width: 380px;
}


@media (max-width: 960px) {
    
    
	#online-service{
		padding: 50px 6% 0;
        margin-top: 0;
	}
	#online-service h2 {
		padding: 0 0 10px;
		font-size: clamp(20px, 4.5vw, 45px);
	}
	#online-service .os_subtt {
		padding-bottom: 25px;
		font-size: clamp(12px, 1.6vw, 16px);
	}
	#online-service h2 img{
		margin: auto;
	}
	#online-service .os_contact {
		padding: 0;
		width: 100%;
	}
	#online-service .os_contact:before {
		width: auto;
		position: static;
		padding-top: 55%;
	}
	#online-service .os_contact .text {
		width: auto;
		padding: 25px 25px 0;
		font-size: 14px;
		line-height: 1.857;
	}
	#online-service .os_contact .link {
		padding: 2px 20px 28px;
	}
	#online-service .os_contact .link a {
		width: 95%;
		font-size: 18px;
		line-height: 50px;
	}


}





/**********************
店舗一覧
***********************/

#shops { 
    padding: 10% 20px 76px;
    text-align: center;
    color: #FFF;
    background-color: #000;
    margin-top: 10%;
}
#shops .shop_tel a { 
    color: #FFF;
}
#shops p { 
	font-size: 22px;
	font-weight: 600;
	line-height: 38px;
}
#shops ul {
	width: 100%;
	max-width: 850px;
	margin: 40px auto 0;
}
#shops li {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #FFF;
}
#shops li:last-child {
	border-bottom: none;
}
#shops .shop {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 12px 0 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
#shops .shop .shop_name {
	width: 46%;
    font-size: 20px;
}
#shops .shop .shop_tel {
    display: flex;
	align-items: center;
}
#shops .btn {
	float: right;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	margin-top: 5px;
	grid-gap: 5px;
	font-size: 16px;
    align-items: center;
}
#shops .btn a {
	width: 250px;
    height: 40px;
	line-height: 40px;
}
#shops .btn a.btn_contact {
	margin-right: 7px;
    background-color: #FFF;
}

@media screen and (max-width:768px){
  
	#shops { 
		padding: 12.5vw 6.25vw 7.875vw;
	}
	#shops p { 
		font-size: clamp(14px, 2.6vw, 26px);
		line-height: 24px;
	}
	#shops ul {
		margin: 5% auto 0;
	}
	#shops li {
		display: block;
		padding: 0 0 14px;
	}
	#shops .shop {
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 10px;
	}
	#shops .shop .shop_name {
		width: auto;
        font-size: 10px;
	}
	#shops .btn {
		float: none;
		justify-content: space-between;
		font-size: 14px;
		margin-top: 10px;
	}
	#shops .btn a {
		width: 100%;
        height: auto;
		line-height: 30px;
        font-size: 14px;
	}
	#shops .btn a.btn_contact {
		margin-right: 0;
	}

}





/* footer
================================== */

footer{
  padding: 0;
}
.bg_black{background: #000000;}
.bg_white{background: #FFFFFF;}

footer .foot_area_bottom {
  padding: 1.5em 1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot_area_bottom p.footer_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 342px;
}
.copyright {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  text-align: right;
  margin: 0;
  padding: 0;
}
.bg_black .copyright{color: #FFFFFF;}
.bg_white .copyright{color: #000000;}


@media screen and (max-width:960px){
  footer .foot_area_bottom {
	padding: 0.7em 1vw 0.7em  7.1875%;
	display: block;
  }
  footer .foot_area_bottom p.footer_logo{
	width: 46.56%;
  }
  .copyright {
	font-size: 1rem;
	text-align: left;
	letter-spacing: -0.02em;
  padding-top: 5px;
  }
}


@media screen and (max-width:768px){
	.copyright {
	font-size: 0.6rem;
  }
	
}








/**********************
固定バナー
***********************/

	.kotei_column_bnr {
	  position: fixed;
	  bottom: 60px;
	  right: 20px;
	  max-width: 238px;
	  width: 100%;
	  z-index: 10000;
	}

	.kotei_column_bnr_close {
	  position: absolute;
	  top: -5px;
	  left: -5px;
	  max-width: 24px;
	  width: 100%;
	  cursor: pointer;
	}

	@media(min-width:1px) and (max-width:640px) {

	  .kotei_column_bnr {
		max-width: 742px;
		width: 95%;
		bottom: 10px;
		right: 0;
		left: 0;
		margin: auto;
	  }

	  .kotei_column_bnr_close {
		top: -7px;
		left: -7px;
	  }
	}




/**********************
スライダー
***********************/

#slide_black {
	overflow: hidden;
	background: #000;
	margin: 70px 0 0;
	padding: 90px 0 70px;
}
#slide_white {
	overflow: hidden;
	background: #FFF;
	margin: 0;
	padding: 0;
}
.slide_width {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}


.slide {
	margin-bottom: 0;
}
.slide_text {
	padding: 25px 0 0 0;
	color: #000;
	line-height: 1.8;
}
.slide_text .ttl {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}
.slide_text .justify {
	display: block;
	font-size: 16px;
	text-align: justify;
	text-align-last: left;
	line-height: 32px;
}
.slide_text .justify .fs12 {
	font-size: 0.6rem;
}


@media screen and (max-width: 960px) {
	
	
	#slide_black {
		margin: 50px 0 0;
		padding: 20% 7%;
	}
	.slide_width {
		width: auto;
	}
	.slide_text {
	   padding: 0;
	}
	.slide_text .ttl {
	   font-size: 16px;
	}
	.slide_text .ttl + .justify {
		font-size: 12px;
		line-height: 21px;
	}
}



/* slick
--------------------------- */
.slide {
	position: relative;
}
.slider li {
	width: 420px;
    margin-right: 60px;
	position: relative;
}
.slider .slide_inner {
    width: 420px;
}
.slider .slide_inner img {
	width: 100%;
}
.slider li + li {
	padding-left: 0;
}
.slick-slider {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 960px){
    .slide {
	    position: relative;
    }
    .slider li {
	    width: 100vw;
        margin-right: 0;
	    position: relative;
    }
    .slider .slide_inner {
        width: 88vw;
        height: auto;
        margin: 0 auto;
    }
    .slider .slide_inner img {
        padding-bottom: 5%;
    }
}



/*矢印*/

/*スライド矢印
------------------------------------*/
.slide-arrow2 {
}
/*矢印リセット*/
.slick-prev:before, .slick-next:before {
	font-size: 0px;
	opacity: 0;
}
.slick-prev, .slick-next {
    top: 0;
    height: 100%;
	z-index: 2;
	/*-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);*/
}
.slick-prev {
	left: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%) !important;
}
.slick-next {
	right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%) !important;
}

/*矢印画像*/
.slick-prev:after, .slick-next:after {
	content: "";
	background: url("shared/images/arrow_bk_02.svg") no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 225px;
}
.txt_wh .slick-prev:after,
.txt_wh .slick-next:after {
	background: url("shared/images/arrow.svg") no-repeat;
}

.slick-prev:after {
	transform: rotate(90deg);
	left: 5px;
}
.slick-next:after {
	transform: rotate(-90deg);
	right: 5px;
}




/* Dots */
.dots-wrap {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.width1060 .slider .dots-wrap li,
.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    background: #7f7f7f;
    border-radius: 50%;
    cursor: pointer;
}
.width1060 .slider .dots-wrap li.slick-active,
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #FFF;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


@media screen and (max-width: 960px){
    
    /*矢印画像*/
    .slick-prev:after, .slick-next:after {
        width: 30px;
        height: 30px;
        top: 20vw;
        background: url("shared/images/arrow_bk.svg") no-repeat;
    }
    /* Dots */
    .dots-wrap {
        margin-top: 10%;
    }
    .dots-wrap li {
        width: 10px;
        height: 10px;
        margin: 0 10px;
        padding: 0;
        background: #7f7f7f;
        border-radius: 50%;
        cursor: pointer;
    }
}



@media screen and (max-width: 768px){
    
    /*矢印画像*/
    .slick-prev:after, .slick-next:after {
        top: 45vw;
    }

}


