@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
body { 
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 70px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Segoe UI", Frutige, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /*text-align: justify;*/
  /*letter-spacing: 1px;*/
}
/* PCより小さい(タブレット) */
@media (max-width: 959px) {
}
/* タブレットより小さい(スマホランドスケープ) */
@media (max-width: 767px) {
}
/* Android Tablet 8インチのポートレート専用(600px) */
@media (max-width: 639px) {
}
/* スマホランドスケープより小さい(スマホポートレート) */
@media (max-width: 459px) {
}


/* --------------- .wrapper --------------- */
.wrapper {
  /*position: relative;*/
  /*z-index: 1;*/
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .btn --------------- */
.btn {
  position: relative;
  display: inline-block;
  background-color: #962323;
  border: 2px solid #962323;
  border-radius: 100px;
  outline: none;
  color: #fff;
  transition: all ease 0.3s;
}
.btn.def {
  width: 400px;
  max-width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 76px;
  text-align: center;
}
.btn:hover,
.btn.w {
  background-color: #fff;
  color: #000;
}
.btn.w:hover {
  background-color: #962323;
  color: #fff;
}
.btn.arr::before,
.btn.arr::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.3s ease;
}
.btn.arr::before {
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100px;
}
.btn.arr::after {
  right: 11px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #962323;
  border-right: 1px solid #962323;
  transform-origin: center;
  transform: rotate(45deg);
}
.btn.def.arr::before {
  right: 25px;
}
.btn.def.arr::after {
  right: 36px;
}
.btn.w.arr::before,
.btn.arr:hover::before {
  background-color: #962323;
}
.btn.w.arr::after,
.btn.arr:hover::after {
  border-color: #fff;
}
.btn.w.arr:hover::before {
  background-color: #fff;
}
.btn.w.arr:hover::after {
  border-color: #962323;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
@media (max-width: 459px) {
  .btn.def {
    height: 60px;
    font-size: 18px;
    line-height: 56px;
  }
  .btn.def.arr::before {
    right: 15px;
  }
  .btn.def.arr::after {
    right: 26px;
  }
}


/* --------------- .tbl --------------- */
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 20px 10px;
  border-bottom: 1px solid #000;
  line-height: 2;
  letter-spacing: 0;
}
.tbl th {
  font-weight: normal;
}
.tbl td {
}
@media (max-width: 640px) {
  .tbl th,
  .tbl td {
    display: block;
  }
  .tbl th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .tbl td {
    padding-left: 30px;
    padding-top: 0;
  }
}


/* --------------- .hr --------------- */
.hr {
  height: 8px;
  background-color: #f6f6f6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
}


/* --------------- .sns_btns --------------- */
.sns_btns {
}
.sns_btns.is_menu {
}
.sns_btns .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.sns_btns ul {
  display: flex;
/*  justify-content: space-between;*/
  justify-content: center;
  margin-top: 25px;
}
.sns_btns.is_menu ul {
  margin-top: 15px;
}
.sns_btns li {
  width: calc(18300% / 1200);
  /*width: 183px;*/
  height: 70px;
  margin-left: 8px;
  margin-right: 8px;
}
.sns_btns.is_menu li {
  width: 62px;
  height: 62px;
}
.sns_btns a {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.sns_btns:not(.is_menu) a:hover {
  top: -5px;
}
.sns_btns.is_menu a {
}
.sns_btns.is_menu a:hover {
  opacity: 0.8;
}
.sns_btns .fb {
  border-color: #1877f2;
  color: #1877f2;
}
.sns_btns .fb:hover {
/*  box-shadow: 0 0 20px #1877f2cc inset;*/
}
.sns_btns .insta {
  border-color: #f5005c;
  color: #b900b3;
}
.sns_btns .insta:hover {
/*  box-shadow: 0 0 20px #f5005ccc inset;*/
}
.sns_btns .zalo {
  border-color: #005be0;
  color: #0068ff;
}
.sns_btns .zalo:hover {
/*  box-shadow: 0 0 20px #005be0cc inset;*/
}
.sns_btns .whatsapp {
  border-color: #5ffb7b;
  color: #07b825;
}
.sns_btns .whatsapp:hover {
/*  box-shadow: 0 0 20px #5ffb7bcc inset;*/
}
.sns_btns .viber {
  border-color: #835ef6;
  color: #543ea5;
}
.sns_btns .viber:hover {
/*  box-shadow: 0 0 20px #835ef6cc inset;*/
}
.sns_btns .line {
  border-color: #06c755;
  color: #06c755;
}
.sns_btns .line:hover {
/*  box-shadow: 0 0 20px #06c755cc inset;*/
}
.sns_btns span {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sns_btns img {
  width: 40px;
  height: 40px;
}
.sns_btns.is_menu img {
  width: 36px;
  height: 36px;
}
.sns_btns .insta img {
  width: 34px;
  height: 34px;
}
.sns_btns.is_menu .insta img {
  width: 30px;
  height: 30px;
}
@media (max-width: 1199px) {
  .sns_btns:not(.is_menu) li {
    height: 85px;
  }
  .sns_btns:not(.is_menu) a {
    display: block;
    text-align: center;
  }
  .sns_btns:not(.is_menu) span {
    margin-right: 0;
  }
  .sns_btns:not(.is_menu) img {
    display: block;
    margin: 0 auto;
  }
  .sns_btns:not(.is_menu) .insta img {
    margin-top: 5px;
  }
}
@media (max-width: 959px) {
  .sns_btns:not(.is_menu) ul {
    justify-content: center;
  }
  .sns_btns:not(.is_menu) li {
    width: 80px;
    height: 80px;
    margin: 0 8px;
  }
  .sns_btns:not(.is_menu) a {
    display: flex;
  }
  .sns_btns:not(.is_menu) span {
    display: none;
  }
  .sns_btns:not(.is_menu) .insta img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  .sns_btns.is_menu ul,
  .sns_btns:not(.is_menu) ul {
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
  }
  .sns_btns.is_menu li,
  .sns_btns:not(.is_menu) li {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }
  .sns_btns img,
  .sns_btns.is_menu img {
    width: 28px;
    height: 28px;
  }
  .sns_btns .insta img,
  .sns_btns.is_menu .insta img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 459px) {
  .sns_btns ul {
    flex-wrap: wrap;
  }
  .sns_btns.is_menu li,
  .sns_btns:not(.is_menu) li {
    width: 70px;
    height: 70px;
  }
  .sns_btns li:nth-child(3n+1) {
    margin-left: calc(calc(100% - 258px) / 2);/* (w:70+ml:8+mr:8)*3 */
    margin-left: 8px;
  }
  .sns_btns li:nth-child(3n) {
    margin-right: calc(calc(100% - 258px) / 2);
  }
  .sns_btns li:nth-child(n+4) {
    margin-top: 16px;
  }
  .sns_btns img,
  .sns_btns.is_menu img {
    width: 40px;
    height: 40px;
  }
  .sns_btns .insta img,
  .sns_btns.is_menu .insta img {
    width: 34px;
    height: 34px;
  }
}




/* ---------------------------------------------------------
 * header
** --------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  transition: all 0.3s ease;
}
.h_logo {
}
.h_logo img {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .h_right --------------- */
.h_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-right: 10px;
}
/* .search_btn */
.search_btn {
  margin-left: auto;
}
.search_btn a {
  padding: 10px;
}
/* .gnavi_btn */
.gnavi_btn {
  position: relative;
  z-index: 15;
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all 0.3s ease;
}
.menu-trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 25px;
}
.menu-trigger span {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #64646c;
}
.gnavi_btn .menu-trigger span:nth-of-type(1) {
  top: 0%;
}
.gnavi_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0%;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  bottom: 50%;
  transform-origin: center;
  transform: translateY(50%) rotate(45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
@media (max-width: 459px) {
  .gnavi_btn {
    margin-left: 10px;
  }
}


/* --------------- .gnavi --------------- */
.gnavi {
  position: fixed;
  z-index: 10;
  right: -500px;
  top: 0;
  width: 500px;
  height: 100vh;
  padding-top: 70px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: auto;
  transition: all 0.3s ease;
}
.gnavi.active {
  right: 0;
}
.gnavi .main_nav {
  padding: 20px 70px 0;
}
.gnavi .main_nav li {
  border-bottom: 1px solid #ccc;
}
.gnavi .main_nav li:first-child {
  border-top: 1px solid #ccc;
}
.gnavi .main_nav a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.gnavi .main_nav a:hover {
  color: #962323;
}
.gnavi .main_nav a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #64646c;
  border-right: 1px solid #64646c;
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.gnavi .main_nav a:hover::after {
  border-color: #962323;
}
.gnavi .contact_btn {
  padding: 30px 70px;
}
.gnavi .contact_btn a {
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;/* h70-pt20-bt2-bb2-pb20 */
  text-align: center;
}
.gnavi .contact_btn .btn.arr::before {
  right: 20px;
}
.gnavi .contact_btn .btn.arr::after {
  right: 31px;
}
.gnavi .sns_btns {
  padding: 30px 40px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  .gnavi {
    right: -90%;
    width: 90%;
  }
  .gnavi .main_nav {
    padding: 20px 5% 0;
  }
  .gnavi .contact_btn {
    padding: 30px 5%;
  }
}
@media (max-width: 459px) {
}


/* --------------- #pop_search --------------- */
#pop_search {
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
}
#pop_search h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 22px;
  text-align: center;
}
#pop_search h3 img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
}
#pop_search form {
  padding: 12px 12px 0 12px;
}
#pop_search form > div:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
#pop_search .freeword {
}
#pop_search .manufacturer {
}
#pop_search .transmission {
}
#pop_search .ttl {
  margin-bottom: 7px;
}
#pop_search .ttl + div {
}
#pop_search .select_all {
  line-height: 1;
}
#pop_search input[type="text"] {
  width: 100%;
  padding: 7px;
  border: 1px solid #bfbfbf;
}
#pop_search ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
#pop_search li {
  margin-top: 10px;
  margin-right: 20px;
  line-height: 1;
}
#pop_search input[type="checkbox"] {
  display: none;
}
#pop_search label {
  position: relative;
  padding-left: 30px;
}
#pop_search label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #bfbfbf;
}
#pop_search input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 6px;
  display: block;
  width: 8px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
#pop_search .submit_btn {
  margin-top: 20px;
  text-align: center;
}
#pop_search .submit_btn button[type="submit"] {
  width: 100%;
  max-width: 280px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
#pop_search .close_btn {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  display: block;
  width: 33px;
  height: 33px;
}
#pop_search .close_btn::before,
#pop_search .close_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  transform-origin: center;
}
#pop_search .close_btn::before {
  transform: rotate(45deg);
}
#pop_search .close_btn::after {
  transform: rotate(-45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * Common contents parts
** --------------------------------------------------------- */
/* --------------- .lower_fv --------------- */
.lower_fv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.lower_fv h1,
.lower_fv .h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  .lower_fv {
    height: 150px;
  }
  .lower_fv h1,
  .lower_fv .h1 {
    font-size: 32px;
  }
}


/* --------------- .breadcrumb --------------- */
.breadcrumb {
}
.breadcrumb ul {
  display: flex;
  margin-top: 10px;
}
.breadcrumb li {
  flex-shrink: 0;
  font-size: 12px;
}
.breadcrumb li:last-child {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  padding-right: 30px;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg);
}
.breadcrumb a {
  color: #888;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
}


/* --------------- .box_link --------------- */
.box_link {
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box_link:hover {
  border-color: #ccc;
  box-shadow: none;
}
.box_link img {
  display: block;
  width: 100%;
  height: auto;
}
.box_link .detail {
  padding: 10px 20px;
}
.box_link table {
  width: 100%;
}
.box_link th,
.box_link td {
  vertical-align: middle;
}
.box_link th {
  width: 100px;
  font-weight: normal;
}
.box_link td {
}
.box_link tr:nth-child(2) th,
.box_link tr:nth-child(2) td {
  padding-bottom: 10px;
}
.box_link tr:last-child th,
.box_link tr:last-child td {
  border-top: 1px solid #ccc;
  font-weight: bold;
}
.box_link tr:last-child th {
  vertical-align: bottom;
}
.box_link tr:last-child td {
  font-size: 20px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .archive_list --------------- */
.archive_list {
}
.archive_list ul {
}
.archive_list li {
  margin-bottom: 10px;
}
.archive_list li::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background-color: #f6f6f6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08) inset;
}
.archive_list li a {
  display: flex;
  padding: 20px;
  transition: all ease 0.3s;
  outline: none;
}
.archive_list li a:hover {
  background-color: #fff8f8;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .pagination --------------- */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}
.pagination > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 5px;
  border-radius: 100px;
  font-size: 16px;
}
.pagination a {
}
.pagination .active {
  background-color: #962323;
  color: #fff;
}
.pagination .prev,
.pagination .next {
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  position: relative;
  /*top: 0;*/
  /*bottom: 0;*/
  display: block;
  width: 9px;
  height: 9px;
  /*margin-top: auto;*/
  /*margin-bottom: auto;*/
  border-top: 1px solid #000;
  transform-origin: center;
}
.pagination .prev::before {
  left: 2px;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.pagination .next::before {
  right: 2px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.pagination .prev:not(.disabled):hover::before,
.pagination .next:not(.disabled):hover::before {
  border-color: #fff;
}
.pagination .disabled {
  background-color: #e4e4e4;
}
.pagination .disabled::before {
  border-color: #64646c;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  .pagination > * {
    width: 40px;
    height: 40px;
  }
}


/* --------------- .not_found --------------- */
.not_found {
  text-align: center;
  margin-top: 50px;
}


/* --------------- .search_condition --------------- */
.search_condition {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  /*background-color: #fffde8;*/
  background-color: #fee;
  font-size: 16px;
}
.search_condition .ttl {
  flex-shrink: 0;
  padding-right: 10px;
}
.search_condition .conditions {
  margin-right: auto;
}
.search_condition .count {
  flex-shrink: 0;
  margin-left: 10px;
}
.search_condition .count span {
  display: inline-block;
  margin-right: 5px;
  font-size: 28px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  .search_condition {
    flex-wrap: wrap;
  }
  .search_condition .ttl {
    flex-shrink: 0;
    order: 1;
  }
  .search_condition .conditions {
    order: 3;
    width: 100%;
  }
  .search_condition .count {
    order: 2;
    flex-shrink: 0;
  }
}


/* --------------- #manufacturer_list --------------- */
#manufacturer_list {
}
#manufacturer_list ul {
  display: flex;
  flex-wrap: wrap;
}
#manufacturer_list li {
  width: calc(22400% / 1200);
  height: 70px;
}
#manufacturer_list li:nth-child(n+6) {
  margin-top: calc(2000% / 1200);
}
#manufacturer_list li:not(:nth-child(5n+1)) {
  margin-left: calc(2000% / 1200);
}
#manufacturer_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  color: #962323;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#manufacturer_list img {
  max-width: 100%;
}
#manufacturer_list .isuzu img {
  max-height: 85%;
}
#manufacturer_list .ud img {
}
#manufacturer_list .hino img {
  max-height: 90%;
}
#manufacturer_list .fuso img {
  max-height: 100%;
}
#manufacturer_list .toyota img {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #manufacturer_list li {
    width: 48%;
    height: 70px;
  }
  #manufacturer_list li:nth-child(n+3) {
    margin-top: 4%;
  }
  #manufacturer_list li:not(:nth-child(5n+1)) {
    margin-left: 0;
  }
  #manufacturer_list li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  #manufacturer_list .ud img {
    max-height: 120%;
  }
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * footer
** --------------------------------------------------------- */
/* --------------- .footer_contact --------------- */
.footer_contact {
  padding-top: 80px;
  padding-bottom: 85px;
  background-color: #0e1416;
  background-image: url("../img/contact_bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.footer_contact .contact_area {
  border-bottom: 1px solid #777;
}
.footer_contact .contact_area .wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.footer_contact .contact_area .ttl {
  margin-right: 60px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.footer_contact .contact_area p {
  font-size: 18px;
  font-weight: bold;
}
.footer_contact .contact_area .btn_area {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
.footer_contact .contact_area .btn_area a {
}
.footer_contact .sns_btns {
  padding-top: 35px;
}
@media (max-width: 1039px) {
  .footer_contact .contact_area p {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
@media (max-width: 459px) {
  .footer_contact {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .footer_contact .contact_area .ttl {
    margin-right: 0;
    font-size: 38px;
  }
  .footer_contact .contact_area p {
    font-size: 16px;
    font-weight: bold;
  }
}


/* --------------- #footer --------------- */
#footer {
  position: relative;
  background-color: #64646c;
  color: #fff;
}
#footer .footer_content {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
}
#footer .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .logo {
}
#footer .address {
  padding-left: 18px;
  margin-top: 20px;
  font-size: 14px;
  text-indent: -18px;
}
#footer .address img {
  margin-right: 5px;
}
#footer .copy {
  margin-top: auto;
  font-size: 10px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #footer .footer_content {
    display: block;
    padding-bottom: 20px;
  }
  #footer .copy {
    margin-top: 30px;
    text-align: right;
  }
}
@media (max-width: 639px) {
}
#footer .right {
  display: flex;
}
#footer .right nav {
  margin-right: 80px;
}
#footer .right h4 {
  font-size: 22px;
  font-weight: bold;
}
#footer .right div {
  display: flex;
}
#footer .right ul:not(:first-child) {
  margin-left: 40px;
}
#footer .right li {
  margin-top: 10px;
}
#footer .right li:nth-child(n+5) {
  display: none;
}
#footer .right li a {
}
@media (max-width: 959px) {
  #footer .right nav {
    margin-right: 40px;
  }
  #footer .right ul:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #footer .right {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  #footer .right {
    display: block;
  }
  #footer .right nav {
    margin-right: 0;
    margin-top: 30px;
  }
  #footer .right ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .right ul:not(:first-child) {
    display: none;
  }
  #footer .right li:nth-child(n+5) {
    display: block;
  }
  #footer .right li:not(:last-child) {
    margin-right: 30px;
  }
}


/* --------------- #goto_top --------------- */
#goto_top {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#goto_top::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}
