@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
/*
***********************************************************
common
***********************************************************
*/
html {
  overflow-y: initial;
}
body {
	background: none;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#container #contents {
	width: 100%;
	margin: 0 auto;
}
#container #contents .clearfix:after {
	display: block;
	clear: both;
	content: "";
}
#container #contents .maximg {
	width: 100%;
	height: auto;
}
#container #contents .w300 {
  display: block;
	width: 300px;
}
#container #contents .w700 {
	width: 700px;
}
#container #contents .w1000 {
	width: 1000px;
	margin: 0 auto;
}
#container #contents .w1400 {
	width: 1400px;
	margin: 0 auto;
}
#container #contents .fullwidth {
	width: 100%;
}
img {
  width: 100%;
}

/* Keep footer Subaru logo at its intrinsic size on this page. */
.footer .footer__otherLinks .otherLinks__subaru .logo img {
  width: auto;
}

/* Keep header navigation Subaru logo at its intrinsic size on this page. */
.l-gnav-subaru .logo img {
  width: auto;
}

/*
***********************************************************
section00：TOP
***********************************************************
*/

.font__min {
	font-family: "ヒラギノ明朝 Pro W3" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#section00 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#section00 .minvisual_area {
  margin: 0 auto;
  /* width: 1200px; */
  max-width: 1920px;
}
#section00 .minvisual_area img {
	width: 100%;
}
#section00 .minvisual_area .kv_note {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
  margin: 10px 1% 0 0;
}

@media ( max-width: 1600px ) {
	#section00 {
		min-width: 1040px;
		max-width: 1600px;
	}
  #section00 .minvisual_area {
    max-width: 2160px;
  }
}
@media ( min-width: 1601px ) {
	#section00 .minvisual_area img {
		overflow: hidden;
		width: 100% !important;
		height: auto;
	}
}

/* 共通 */
#contents .mark {
  text-decoration-line: underline;
  text-decoration-color: #0A77B6;
  text-decoration-thickness: 5px;
  text-underline-offset: 5px;
}
#contents .section_title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#contents .section_title .icon_star {
  position: relative;
}
#contents .section_title .icon_star::before,#contents .section_title .icon_star::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#contents .section_title .icon_star::before {
  background: URL("/special/outlet-direct/img/icon-title-outlet-direct.svg") no-repeat;
  background-size: contain;
  left: -40px;
}
#contents .section_title .icon_star::after {
  background: URL("/special/outlet-direct/img/icon-title-outlet-direct.svg") no-repeat;
  background-size: contain;
  right: -40px;
}

/* search */
#search  {
  max-width: 1920px;
  margin: 0 auto 90px;
}
#search .search_area {
  background: #0A77B6;
  padding: 70px 0;
}
#search .info_btn {
  display: block;
  background: #135087;
  border: 4px solid #fff;
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 30px 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#search .info_btn:hover {
  opacity: .8;
}
#search .info_btn .more_text {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#search .info_btn .more_text::before {
  content: "";
  position: absolute;
  background: URL("/special/outlet-direct/img/icon-arrow-outlet-direct.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
  top: 50%;
  right: 30px;
  transform: translate(0%,-50%);
}

/* lead */
#lead {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#lead .lead_area {
  margin: 0 auto;
}
#lead h2 {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
  width: 970px;
  margin: 50px auto 15px;
}
#lead .lead_text {
  color: #000;
  font-size: 32px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 10px;
}
#lead .lead_text02 {
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;
}

/* features */
#features {
	max-width: 1920px;
  margin: 50px auto 0;
}
#features .features_area {
	width: 1240px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
#features .features_content {
  margin: 60px auto 0;
}
#features .features_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: baseline;
}
#features .features_list li {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 530px;
  padding: 30px 20px;
}
#features .features_title {
  color: #000;
  font-size: 28px;
  line-height: 1.6;
  text-align: left;
  margin: 0 auto;
}
#features .features_img {
  width: 239px;
  margin: 0 auto;
  padding: 20px 0 0;
}
#features .features_text {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 0 0;
}
#features .features_text .note_text {
  color: #000;
  display: block;
  font-size: 20px;
  padding-top: 10px;
}
#features .features_note {
  width: 1000px;
  margin: 40px auto 0;
}
#features .features_note .note_text {
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}

/* delivery */
#delivery {
	background: #EFF9FF;
  max-width: 1920px;
  margin: 0 auto 69px;
}
#delivery .delivery_area {
	width: 1200px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
#delivery .delivery_content {
  margin: 60px auto 0;
}
#delivery .delivery_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  align-items: baseline;
}
#delivery .delivery_flow li {
  position: relative;
  width: 350px;
}
#delivery .delivery_flow li::before {
  content: "";
  position: absolute;
  top: 220px;
  left: -50px;
  background: URL("/special/outlet-direct/img/icon-arrow02-outlet-direct.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 53px;
  height: 60px;
}
#delivery .delivery_flow li:first-of-type::before {
  content: none;
}
#delivery .flow_number {
  width: 107px;
  margin: 0 auto;
}
#delivery .flow_img {
  width: 290px;
  margin: 20px auto 0;
}
#delivery .flow_title {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#delivery .flow_text {
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  padding: 24px 40px 0;
}

/* question */
#question {
  margin: 100px auto 80px;
}
#question .question_area {
  width: 1200px;
  margin: 0 auto;
  padding: 69px 0 50px;
}
#question .question_content {
  margin: 60px auto;
}
#question .question_item {
  border: 1px solid #000;
  margin-bottom: 40px;
}
#question .question_item .accordion {
  background: #0A77B6;
  padding: 25px 35px;
}
#question .question_item .accordion_wrap {
  background: #fff;
  padding: 0 35px;
}
#question .question_item .q_text {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  padding-left: 70px;
}
#question .question_item .q_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: URL("/special/outlet-direct/img/icon-q-outlet-direct.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 60px;
  transform: translateY(-50%);
}
#question .question_item .a_text {
  position: relative;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  padding-top: 33px;
  padding-left: 70px;
  padding-bottom: 33px;
}
#question .question_item .a_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: URL("/special/outlet-direct/img/icon-a-outlet-direct.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 60px;
  transform: translateY(-50%);
}
#question .question_item .note_text {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}

/* stickymenu */
#stickymenu .stickymenu {
  background: rgba(10, 119, 182, 0.7);
}
#stickymenu .info_btn {
  display: block;
  background: #135087;
  border: 3px solid #fff;
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 15px 10px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#stickymenu .info_btn:hover {
  opacity: .8;
}
#stickymenu .info_btn .more_text {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#stickymenu .info_btn .more_text::before {
  content: "";
  position: absolute;
  background: URL("/special/outlet-direct/img/icon-arrow-outlet-direct.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 30px;
  top: 50%;
  right: 30px;
  transform: translate(0%,-50%);
}
/* footer .footer__pagetop.sticky_btn {
  bottom: 100px!important;
  transition: 0.4s ease;
} */