@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #0A0A0A;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #0A0A0A;
  text-decoration: none;
}
a:link,
a:visited {
  color: #0A0A0A;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.3s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.3s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #ffffff;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1500px;
  padding-left: 30px;
  padding-right: 30px;
  height: 106px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item img {
  max-width: 201px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item img {
    max-width: 120px;
  }
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
}
#header .header_item .logo_item .logo h1 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    margin: auto;
    margin-left: 0;
    z-index: 50;
  }
}
#header .nobg {
  background: none;
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 105vh;
    width: 100%;
    padding: 120px 20px 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    text-align: center;
    background: #F5F5F4;
  }
}
#header .menu_item #menu_list ul {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul {
    display: block;
  }
}
#header .menu_item #menu_list ul li {
  position: relative;
  margin-right: 32px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li {
    margin-right: 0;
    margin-top: 25px;
  }
}
#header .menu_item #menu_list ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li:last-child {
    margin-right: auto;
  }
}
#header .menu_item #menu_list ul li a {
  position: relative;
  z-index: 99999999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.01;
  color: #0A0A0A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul li a {
    display: block;
    text-align: center;
  }
}
#header .menu_item #menu_list ul li a:hover {
  color: #C11319;
  opacity: 1 !important;
  cursor: pointer;
}
#header .menu_item #menu_list ul .img_btn {
  margin-right: 10px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul .img_btn {
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 20PX;
  }
}
#header .menu_item #menu_list ul .img_btn a {
  transition: 0.3s ease-in-out;
  max-width: 256px;
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul .img_btn a {
    margin: auto;
  }
}
#header .menu_item #menu_list ul .img_btn a:hover img {
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
#header .menu_item #menu_list ul .img_btn_last {
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list ul .img_btn_last {
    margin-right: auto;
    margin-top: 10PX;
  }
}
#header .menu_item .menu_show {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 24px;
    height: 18px;
    position: fixed;
    right: 20px;
    top: 21px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #0A0A0A;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 16px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 8px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span {
    width: 30px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.breadmenu {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.01;
  margin-bottom: 43px;
}
@media screen and (max-width: 818px) {
  .breadmenu {
    margin-bottom: 30px;
    font-size: 10px;
  }
}
.breadmenu span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #0A0A0A;
}
@media screen and (max-width: 818px) {
  .breadmenu span {
    font-size: 10px;
  }
}
.breadmenu p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #0A0A0A;
}
@media screen and (max-width: 818px) {
  .breadmenu p {
    font-size: 10px;
    line-height: 1.4;
  }
}
.breadmenu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 15px;
  opacity: 0.4;
}
@media screen and (max-width: 818px) {
  .breadmenu a {
    font-size: 10px;
    padding-right: 14px;
  }
}
.breadmenu a:hover {
  transition: 0.3s ease-in-out;
}
.breadmenu a::after {
  position: absolute;
  content: "/";
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .breadmenu a::after {
    right: 4px;
  }
}
.h2_ttl {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 26px;
  }
}
.h2_ttl span {
  margin: auto;
  display: block;
  font-family: "Geist", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.01;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #691319 0%, #C11319 67.494%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.btn01 {
  margin: auto;
  background: #0A0A0A;
  color: #ffffff !important;
  position: relative;
  line-height: 60px;
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.btn01::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/btn01_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.btn01:hover {
  background: #C11319;
  opacity: 1;
}
.btn01:hover::after {
  right: 8px;
}
.footer {
  background: #0A0A0A;
  border-top: 0.5px solid #262626;
}
.footer .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .copy {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
}
.footer .f_logo {
  max-width: 200px;
}
@media screen and (max-width: 818px) {
  .footer .f_logo {
    margin: auto;
  }
}
.footer .f_menu {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 818px) {
  .footer .f_menu {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
}
.footer .f_menu a {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .footer .f_menu a {
    font-size: 14px;
  }
}
.footer .f_menu a + a {
  margin-left: 30px;
}
@media screen and (max-width: 818px) {
  .footer .f_menu a + a {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.footer .f_menu .btn {
  line-height: 60px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 260px;
  background: url(../img/common/cta_btn01.webp) no-repeat right / contain;
  background-size: 100% 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 818px) {
  .footer .f_menu .btn {
    display: block;
    width: 100%;
    line-height: 70px;
    margin-top: 20px;
  }
}
.line_up {
  background: #F5F5F4;
}
.line_up .inner {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .line_up .inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.line_up .search_box {
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 15px 14px 27px;
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.04);
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  max-width: 960px;
}
@media screen and (max-width: 818px) {
  .line_up .search_box {
    display: block;
    padding: 15px;
    margin-top: 20px;
  }
}
.line_up .search_box .ttl {
  font-size: 15px;
  font-weight: 500;
  width: 85px;
  text-align: left;
}
.line_up .search_box select {
  border: 1px solid #E2E2E2;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  padding: 12px 12px 12px 15px;
  line-height: 1.3;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/common/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 8px 7px;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
  /* 画像の位置 */
}
.line_up .search_box select::-ms-expand {
  display: none !important;
}
.line_up .search_box .sel,
.line_up .search_box .s_btn {
  width: calc(25% - 28.75px);
}
@media screen and (max-width: 818px) {
  .line_up .search_box .sel,
  .line_up .search_box .s_btn {
    width: 100%;
    margin-top: 5px;
  }
}
.line_up .search_box .sel input,
.line_up .search_box .s_btn input {
  width: 100%;
}
.line_up .search_box .s_btn {
  position: relative;
}
.line_up .search_box .s_btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: calc(50% - 45px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 50;
  background: url(../img/common/search_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
.line_up .search_box .s_btn input {
  line-height: 44px;
  border-radius: 4px;
  background: #0A0A0A;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: 0.3s ease-in-out;
  margin: auto;
  display: block;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.line_up .search_box .s_btn input:hover {
  opacity: 1;
  background: #C11319;
}
.line_up .search_box .s_btn input span {
  margin: auto;
  display: block;
  padding-left: 23px;
  font-size: 14px;
  font-weight: 500;
}
.line_up .car_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .line_up .car_list {
    margin-top: 20px;
    display: block;
  }
}
.line_up .car_list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 818px) {
  .line_up .car_list li {
    width: 100%;
  }
  .line_up .car_list li + li {
    margin-top: 10px;
  }
}
.line_up .car_list li a {
  display: block;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
  padding: 8px 8px 15px 8px;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .line_up .car_list li a {
    border-radius: 8px;
  }
}
.line_up .car_list li a .img {
  height: 160px;
}
@media screen and (max-width: 818px) {
  .line_up .car_list li a .img {
    height: 220px;
  }
}
.line_up .car_list li a .img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.line_up .car_list li a .txt_item {
  padding: 10px 12px 0 12px;
  text-align: left;
  line-height: 1.5;
}
.line_up .car_list li a .txt_item .sub {
  font-size: 12px;
  font-weight: 500;
}
.line_up .car_list li a .txt_item .big {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
}
.line_up .car_list li a .txt_item .price {
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line_up .car_list li a .txt_item .price .p_ttl {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.line_up .car_list li a .txt_item .price .p_ttl span {
  display: block;
  font-size: 9px;
  font-weight: 400;
  opacity: 0.5;
  letter-spacing: -0.05em;
}
.line_up .car_list li a .txt_item .price .p_num {
  text-align: right;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.05em;
}
.line_up .car_list li a .txt_item .price .p_num span {
  font-family: "Geist", sans-serif;
  font-size: 38px;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #DF0000;
  line-height: 1.01;
}
.line_up .car_list li a .txt_item .sub_list {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 22px;
}
.line_up .car_list li a .txt_item .sub_list .txt {
  line-height: 1.5;
  width: calc(50% - 11px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line_up .car_list li a .txt_item .sub_list .txt .txt_t {
  font-size: 10px;
  font-weight: 400;
  width: fit-content;
}
.line_up .car_list li a .txt_item .sub_list .txt .txt_l {
  font-size: 12px;
  font-weight: bold;
  width: fit-content;
}
.line_up .btn01 {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .line_up .btn01 {
    margin-top: 20px;
  }
}
.cta {
  background: #000;
  position: relative;
  min-height: 651px;
  display: flex;
  align-items: center;
}
.cta::after {
  position: absolute;
  content: "";
  width: 41.8%;
  height: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/cta_l.webp) no-repeat left / contain;
  background-size: auto 100%;
}
@media screen and (max-width: 818px) {
  .cta::after {
    width: 40%;
    height: 100%;
    background: url(../img/common/cta_l.webp) no-repeat left / contain;
    background-size: 100% auto;
  }
}
.cta::before {
  position: absolute;
  content: "";
  width: 41.8%;
  height: 100%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/cta_r.webp) no-repeat right / contain;
  background-size: auto 100%;
}
@media screen and (max-width: 818px) {
  .cta::before {
    width: 40%;
    height: 100%;
    background: url(../img/common/cta_r.webp) no-repeat right / contain;
    background-size: 100% auto;
  }
}
.cta .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 818px) {
  .cta .inner {
    padding: 50px 30px;
  }
}
.cta .cta_ttl {
  font-size: 42px;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  width: fit-content;
  margin: auto;
  line-height: 1.3;
  padding-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1300px) {
  .cta .cta_ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .cta .cta_ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
.cta .cta_ttl::after {
  position: absolute;
  content: "";
  width: 606px;
  height: 1px;
  right: calc(50% - 303px);
  bottom: 0;
  background: url(../img/common/cta_line.webp) no-repeat right / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl::after {
    width: 90%;
    right: 5%;
  }
}
.cta .cta_ttl span {
  display: block;
  font-family: "Geist", sans-serif;
  font-size: 22px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  background: linear-gradient(90deg, #696670 0%, #ffffff 67.494%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 22px;
  line-height: 1.01;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 818px) {
  .cta .cta_ttl span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.cta p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.857;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 818px) {
  .cta p {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.657;
  }
}
.cta .btn_item {
  display: flex;
  column-gap: 18px;
  align-items: center;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .cta .btn_item {
    display: block;
  }
}
.cta .btn_item .btn {
  line-height: 81px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: calc(50% - 8px);
  max-width: 337px;
  background: url(../img/common/cta_btn01.webp) no-repeat right / contain;
  background-size: 100% 100%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 818px) {
  .cta .btn_item .btn {
    display: block;
    width: 100%;
    line-height: 70px;
  }
}
.cta .btn_item .btn02 {
  background: url(../img/common/cta_btn02.webp) no-repeat right / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .cta .btn_item .btn02 {
    margin-top: 15px;
  }
}
.cta .tel {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .cta .tel {
    margin-top: 20px;
  }
}
.cta .tel .tel_link {
  color: #ffffff !important;
  line-height: 1.01;
  font-family: "Geist", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (max-width: 818px) {
  .cta .tel .tel_link {
    font-size: 24px;
  }
}
.cta .tel .tel_link span {
  padding-right: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Geist", sans-serif;
}
@media screen and (max-width: 818px) {
  .cta .tel .tel_link span {
    font-size: 16px;
  }
}
.cta .tel .sub {
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 3px;
}
@media screen and (max-width: 818px) {
  .cta .tel .sub {
    font-size: 10px;
  }
}
.menubar {
  font-size: 13px;
  font-weight: 400;
}
.menubar .inner {
  padding-top: 20px;
  display: flex;
  align-items: left;
}
.menubar a {
  display: block;
  position: relative;
  padding-right: 25px;
  color: #0A0A0A;
}
.menubar a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/common/menubar_icon.webp) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.menubar span {
  color: #707070;
}
.menubar_w a {
  color: #ffffff;
}
.menubar_w a::after {
  background: url(../img/common/menubar_icon_w.webp) no-repeat center / contain;
  background-size: 100% 100%;
}
.menubar_w span {
  color: #ffffff;
}
.point .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .point .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.point ul {
  display: block;
}
@media screen and (max-width: 818px) {
  .point ul {
    margin-top: 10px;
  }
}
.point ul li {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .point ul li {
    display: block;
    margin-top: 35px;
  }
}
.point ul li .img {
  width: 56%;
  padding-left: 50px;
  border-radius: 6px;
}
@media screen and (max-width: 818px) {
  .point ul li .img {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.point ul li .txt {
  width: 44%;
  display: flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .point ul li .txt {
    width: 100%;
  }
}
.point ul li .txt .list_ttl {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 39px;
  font-weight: bold;
  width: 100%;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .point ul li .txt .list_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
  }
}
.point ul li .txt .list_ttl span {
  width: fit-content;
  display: block;
  font-family: "Geist", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #691319 0%, #C11319 67.494%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 818px) {
  .point ul li .txt .list_ttl span {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    margin: auto;
    margin-bottom: 5px;
  }
}
.point ul li .txt p {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 818px) {
  .point ul li .txt p {
    font-size: 16px;
  }
}
.point ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.point ul li:nth-child(even) .img {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 818px) {
  .point ul li:nth-child(even) .img {
    padding-right: 0;
  }
}
.p404 .inner {
  padding-top: 150px;
  padding-bottom: 50px;
}
.btn_common {
  width: 100%;
  max-width: 300px;
  background: #0A0A0A;
  line-height: 58px;
  color: #ffffff !important;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  cursor: pointer;
  margin-top: 30px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 5px;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .btn_common {
    margin-top: 20px;
    line-height: 48px;
    font-size: 14px;
  }
}
.btn_common:hover {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: #C11319;
}
