@charset "UTF-8";
/* モトバックス */
.serif {
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.abolition {
  font-family: "abolition", sans-serif;
}

.abolition-soft {
  font-family: "abolition-soft", sans-serif;
}

.YuG {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  font-family: "yu-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/*------------------------------
リセットCSS
------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a {
  font-size: 1.6rem;
  line-height: 1.65em;
}

/*------------------------------
基本
------------------------------*/
.inner {
  width: calc(100% - 10rem);
  margin: 0 auto;
  max-width: 124rem;
  padding: 0 7rem;
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: calc(100% - 6rem);
    margin: 0 auto;
    max-width: 116rem;
    padding: 0 3rem;
  }
}

.flex {
  display: flex;
}

.flex_column {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .flex_column {
    flex-direction: column;
  }
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  font-size: 2.8rem;
}

.font_italic {
  font-style: italic;
}

.bg_main {
  background-color: #F0EDE6;
}

.red {
  color: #D52427;
}

.t_align_c {
  text-align: center;
}

.t_align_l {
  text-align: left;
}

.t_align_r {
  text-align: right;
}

.letter_sm05 {
  letter-spacing: -0.05rem;
}

.letter_sm10 {
  letter-spacing: -0.1rem;
}

.t_nowrap {
  white-space: nowrap;
}

.f_bold {
  font-weight: bold;
}

.width_0 {
  width: 0;
  display: inline-block;
}

/********************************
hover
********************************/
a:link, a:visited, a:hover, a:active {
  transition: 0.3s;
}

a img {
  transition: 0.3s;
}

/********************************
モバイル基本
********************************/
.br_sp, .sp, .sp_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .br_sp, .sp, .sp_only {
    display: inline-block;
  }
}

.sp_only_b {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_b {
    display: block;
  }
}

/********************************
モバイル
********************************/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
/****effect***/
.effect-fade {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 2.5s;
}

.effect-fade_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.8s;
}

.effect-fade_right {
  opacity: 0;
  transform: translate(300px, 50px);
  transition: all 1s;
}

.effect-fade_left {
  opacity: 0;
  transform: translate(-300px, 50px);
  transition: all 1s;
}

.effect-fade.effect-scroll, .effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect {
  transition-delay: 200ms;
}

.effect02 {
  transition-delay: 400ms;
}

.effect03 {
  transition-delay: 600ms;
}

/****effect_end***/
/********************************
header
********************************/
header {
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/bg_mv.webp) center center no-repeat;
  background-size: cover;
  padding-top: 2rem;
  overflow: hidden;
}
header .inner {
  padding: 0;
}
header .h-logo {
  height: 10rem;
  width: 30rem;
  display: grid;
  align-items: center;
}
header .mv {
  margin-top: 5rem;
  padding-bottom: 15rem;
  position: relative;
}
header .mv figure {
  position: absolute;
  top: -7rem;
  right: 0;
}
header .mv_text_box {
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  max-width: 50rem;
}
header .mv_text_box h2 {
  color: #fff;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 100;
}
header .mv_text_box h1 {
  color: #FFF;
  display: inline-block;
  background: linear-gradient(0deg, #626262 8%, #FFF 50%);
  background: -webkit-linear-gradient(90deg, #626262 8%, #FFF 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 9.6rem;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 1.5rem;
  position: relative;
}
header .mv_text_box h1::before {
  position: absolute;
  content: "";
  width: 15.1rem;
  height: 15.1rem;
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/mv-star.webp) center center no-repeat;
  background-size: contain;
  top: -11.6rem;
  right: -11rem;
  display: inline-block;
}
header .mv_text_box h3 {
  font-size: 4.8rem;
  letter-spacing: 0.1rem;
  color: #FFF;
  font-weight: 100;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1240px) {
  header .mv figure {
    width: 56vw;
    right: -6rem;
  }
  header .mv_text_box h1 {
    font-size: 8.6vw;
  }
  header .mv_text_box h2 {
    font-size: 2.6vw;
  }
  header .mv_text_box h3 {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 980px) {
  header .mv_text_box {
    margin-left: -6vw;
  }
}
@media only screen and (max-width: 767px) {
  header {
    background-position: center top -18rem;
    background-color: #212121;
  }
  header .mv figure {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    margin-top: -70rem;
  }
  header .mv figure::before {
    position: absolute;
    content: "";
    width: 24rem;
    height: 24rem;
    background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/mv-star-sp.webp) center center no-repeat;
    background-size: contain;
    top: 0;
    right: 43rem;
    display: inline-block;
  }
  header .mv_text_box {
    margin: 0 auto;
    max-width: none;
  }
  header .mv_text_box h1 {
    font-size: 11rem;
    letter-spacing: 0.5rem;
    margin-bottom: 0;
  }
  header .mv_text_box h1::before {
    display: none;
  }
  header .mv_text_box h2 {
    font-size: 3.6rem;
    max-width: 52rem;
  }
  header .mv_text_box h3 {
    font-size: 5.8rem;
  }
}

.mv_bnr_box {
  border: solid 2px #FFF;
  -o-border-image: linear-gradient(to top, #626262, #FFF) 1;
     border-image: linear-gradient(to top, #626262, #FFF) 1;
  color: #FFF;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: rgba(38, 38, 38, 0.6);
  position: relative;
}
.mv_bnr_box h4 {
  text-align: center;
  display: block;
  font-size: 3.2rem;
  font-weight: 100;
}
.mv_bnr_box h4 span {
  display: inline-block;
  position: relative;
  font-size: 75%;
  margin-bottom: 2.5rem;
  line-height: 1em;
}
.mv_bnr_box h4 span::before, .mv_bnr_box h4 span::after {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 0.1rem;
  background-color: #FFF;
  bottom: -0.4rem;
}
.mv_bnr_box h4 span::before {
  transform: rotate(-26deg);
  margin-left: -1.5rem;
}
.mv_bnr_box h4 span::after {
  transform: rotate(26deg);
  margin-left: 0.5rem;
}
.mv_bnr_box h4 strong {
  font-size: 156.3%;
  font-weight: bold;
}
.mv_bnr_box h4 strong i {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.1em;
}
@media only screen and (max-width: 1240px) {
  .mv_bnr_box h4 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv_bnr_box {
    margin-top: 56rem;
  }
  .mv_bnr_box h4 {
    font-size: 4rem;
  }
}

/********************************
cv
********************************/
.bg-gray {
  background-color: #212121;
}

.cv.bg-gray {
  padding-bottom: 8rem;
}

.cv {
  color: #FFF;
  text-align: center;
}
.cv .cv_inner {
  background-color: #141414;
  padding: 2rem 0;
}
.cv h2 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.cv a {
  color: #FFF;
}
.cv .cv_rap {
  justify-content: center;
  gap: 4rem;
}
.cv .cv_rap a:hover {
  opacity: 1;
  background-color: #333333;
}
.cv .left_box, .cv .right_box {
  border: solid 1px #FFF;
  display: flex;
  justify-content: center;
  width: 41rem;
  height: 9.4rem;
}
.cv .left_box div, .cv .right_box div {
  align-items: center;
  gap: 1rem;
}
.cv .left_box img {
  width: 4.6rem;
}
.cv .left_box strong {
  font-family: "abolition", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: -0.5rem;
}
.cv .left_box p {
  font-size: 2.8rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.cv .right_box img {
  width: 3.6rem;
}
.cv .right_box p {
  font-family: "abolition", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
}
.cv .right_box span {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4em;
}
@media only screen and (max-width: 1240px) {
  .cv .cv_rap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .cv.bg-gray {
    background-color: #141414;
  }
  .cv .cv_inner {
    padding: 4rem 0 6rem;
  }
  .cv h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
  }
  .cv .left_box, .cv .right_box {
    width: 52rem;
    height: 11rem;
  }
  .cv .left_box div, .cv .right_box div {
    gap: 1.6rem;
  }
  .cv .left_box img {
    width: 6.6rem;
  }
  .cv .left_box strong {
    font-size: 5.5rem;
  }
  .cv .left_box p {
    font-size: 3.5rem;
  }
  .cv .right_box img {
    width: 5rem;
  }
  .cv .right_box p {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 0.8em;
    margin-top: 0.5rem;
  }
  .cv .right_box p span {
    font-size: 2.4rem;
    font-family: f-apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "yu-gothic-pr6n", sans-serif;
  }
}

.cv.v2 {
  color: #141414;
  padding: 8rem 0;
}
.cv.v2 .cv_inner {
  background-color: #FFF;
}
.cv.v2 a {
  background-color: #141414;
}
.cv.v2 h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
}
.cv.v2 h3::before, .cv.v2 h3::after {
  position: absolute;
  content: "";
  height: 1.2em;
  width: 0.1rem;
  background-color: #141414;
  bottom: 0.6rem;
}
.cv.v2 h3::before {
  transform: rotate(-26deg);
  margin-left: -1.5rem;
}
.cv.v2 h3::after {
  transform: rotate(26deg);
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .cv.v2 {
    padding: 2rem 0;
  }
  .cv.v2 h2 {
    margin-bottom: 4rem;
  }
  .cv.v2 h3 {
    font-size: 3rem;
    white-space: nowrap;
  }
  .cv.v2 h3.cv_sp::before {
    margin-left: -6.5rem;
  }
}

/********************************
sec2
********************************/
.sec2 {
  text-align: center;
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/sec2-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 12.8rem 0;
}
.sec2 h2 {
  font-family: "abolition", sans-serif;
  font-size: 4.8rem;
  line-height: 1.6em;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  color: #FFF;
  margin-bottom: 4rem;
}
.sec2 h2 span {
  letter-spacing: 0.4rem;
}
.sec2 p {
  font-size: 2rem;
  line-height: 2.4em;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  color: #FFF;
  margin-bottom: 4rem;
}
.sec2 .youtubu {
  width: 72rem;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.sec2 .youtubu iframe {
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.sec2 .youtubu iframe:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sec2 h2 {
    font-size: 5.2rem;
    white-space: nowrap;
  }
  .sec2 p {
    font-size: 3.5rem;
    line-height: 1.8em;
  }
  .sec2 .youtubu {
    width: 66rem;
  }
}

/********************************
sec3
********************************/
.title_rap {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
}
.title_rap h2 {
  font-family: "abolition", sans-serif;
  color: #FFF;
  display: inline-block;
  background: linear-gradient(0deg, #282828 25%, #E2E2E2 150%);
  background: -webkit-linear-gradient(90deg, #282828 25%, #E2E2E2 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  font-size: 8rem;
  text-align: center;
  letter-spacing: 0.3rem;
}
.title_rap h5 {
  font-family: "yu-got	hic-pr6n", sans-serif;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .title_rap {
    margin-bottom: 6rem;
  }
  .title_rap h2 {
    letter-spacing: 0.5rem;
    font-size: 10rem;
  }
  .title_rap h5 {
    font-size: 6rem;
    bottom: 2rem;
  }
}

.sec3 {
  background-color: #282828;
  padding: 12.8rem 0;
}
.sec3 .inner {
  max-width: 110rem;
  padding: 0;
}
.sec3 .sec3_cont {
  gap: 2rem;
  justify-content: space-between;
}
.sec3 .sec3_cont .se3_box {
  background-color: #121212;
  padding: 4.8rem 4.8rem 3.8rem;
}
.sec3 .sec3_cont figure img {
  margin-bottom: 1rem;
}
.sec3 .sec3_cont figcaption {
  letter-spacing: 0.3rem;
  font-size: 4rem;
  color: #FFF;
  line-height: 1.2em;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sec3 .sec3_cont figcaption span {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #8E000B;
  padding: 0.2em 0.5em;
  font-family: "yu-gothic-pr6n", sans-serif;
  line-height: 1em;
  height: 2.4rem;
  border: 1px solid #FFF;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .sec3 .sec3_cont figcaption {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec3 {
    padding: 8rem 0 12rem;
  }
  .sec3 .inner {
    width: calc(100% - 12rem);
    padding: 0 6rem;
  }
  .sec3 .sec3_cont {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6rem;
  }
  .sec3 .sec3_cont figure img {
    margin-bottom: 3rem;
  }
  .sec3 .sec3_cont figcaption {
    font-size: 5.5rem;
    gap: 3rem;
  }
  .sec3 .sec3_cont figcaption span {
    height: 3.2rem;
    font-size: 2.6rem;
  }
}

/********************************
sec4
********************************/
.sec4 {
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/sec4-bg.webp) center center no-repeat;
  background-size: cover;
  padding: 12.8rem 0;
}
.sec4 .inner {
  flex-wrap: wrap;
  gap: 4rem;
  padding: 0;
}
.sec4 h3 {
  text-align: center;
  color: #FFF;
  font-size: 4rem;
  letter-spacing: 0.3rem;
  font-weight: 400;
}
.sec4 h3 span {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 3.2rem;
  letter-spacing: normal;
  font-weight: 400;
}
.sec4 h2 {
  font-size: 4rem;
  color: #FFF;
  text-align: center;
  margin-bottom: 6.4rem;
}
.sec4 .sec4_cont {
  background-color: #FFF;
  padding: 4rem;
  gap: 4rem;
  justify-content: space-between;
  width: 100%;
}
.sec4 .sec4_cont figure img {
  width: 32rem;
}
.sec4 .sec4_cont div {
  width: 100%;
}
.sec4 .sec4_cont h4 {
  font-size: 3.2rem;
  background-color: #333333;
  color: #FFF;
  padding-top: 0.4rem;
  margin-bottom: 3.5rem;
}
.sec4 .sec4_cont h4 span {
  display: inline-flex;
  font-weight: 400;
  height: 3.2rem;
  width: 4.6rem;
  border-right: solid 1px #FFF;
  line-height: 1em;
  justify-content: center;
  margin-right: 0.5em;
}
.sec4 .sec4_cont p {
  font-size: 1.8rem;
  line-height: 1.4em;
}
@media only screen and (max-width: 1240px) {
  .sec4 .sec4_cont h4 {
    display: flex;
    align-items: center;
    font-size: 2.6vw;
  }
  .sec4 .sec4_cont h4 span {
    min-width: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec4 .inner {
    gap: 3rem;
    flex-direction: column;
    width: calc(100% - 8rem);
    padding: 0 4rem;
  }
  .sec4 h3 {
    font-size: 7.5rem;
    line-height: 1em;
    margin-bottom: 3rem;
  }
  .sec4 h3 span {
    font-size: 4.5rem;
  }
  .sec4 h2 {
    font-size: 8rem;
  }
  .sec4 .sec4_cont {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
  .sec4 .sec4_cont h4 {
    font-size: 4.4rem;
    display: flex;
    align-items: center;
    line-height: 1.4em;
    padding: 1.3rem 0;
  }
  .sec4 .sec4_cont h4 span {
    height: 4.4rem;
    min-width: 6.5rem;
  }
  .sec4 .sec4_cont p {
    font-size: 2.9rem;
  }
  .sec4 .sec4_cont figure img {
    width: 100%;
  }
}

/********************************
sec5
********************************/
.title_rap.v2 {
  margin-bottom: 6rem;
}
.title_rap.v2 h2 {
  letter-spacing: 0.5rem;
  background: linear-gradient(0deg, #282828 65%, #E2E2E2 150%);
  background: -webkit-linear-gradient(90deg, #282828 65%, #E2E2E2 150%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title_rap.v2 h5 {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .title_rap.v2 {
    margin-bottom: 15rem;
  }
  .title_rap.v2 h5 {
    font-size: 6rem;
    line-height: 1.2em;
    bottom: -5rem;
  }
}

.sec5 {
  padding: 12.8rem 0 8rem;
  background-color: #0A0A0A;
}
.sec5 .inner {
  padding: 0;
}
.sec5 .sec5_cont {
  align-items: center;
  justify-content: center;
}
.sec5 .sec5_cont figure {
  width: 55rem;
}
.sec5 .sec5_cont p {
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.4em;
  padding-left: 4.8rem;
  padding-right: 4rem;
  width: 46.2rem;
}
@media only screen and (max-width: 767px) {
  .sec5 {
    padding: 8rem 0 4rem;
  }
  .sec5 .inner {
    width: calc(100% - 10rem);
    padding: 0 5rem;
  }
  .sec5 .sec5_cont {
    flex-wrap: wrap;
    gap: 4rem;
  }
  .sec5 .sec5_cont figure {
    width: 100%;
    order: 2;
    margin-bottom: 6rem;
  }
  .sec5 .sec5_cont p {
    width: 100%;
    padding: 0;
    font-size: 3.4rem;
    order: 1;
  }
}

/********************************
sec6
********************************/
.sec6 {
  padding: 0 0 12.8rem;
  background-color: #0A0A0A;
}
.sec6 .inner {
  padding: 0;
}
.sec6 h2 {
  font-size: 2.4rem;
  color: #FFF;
  letter-spacing: 0.4rem;
  margin-bottom: 2rem;
}
.sec6 .sec6_cont {
  background-color: #333333;
  padding: 4rem;
  justify-content: space-between;
}
.sec6 .sec6_cont .sec6_cont_box {
  color: #FFF;
}
.sec6 .sec6_cont p {
  font-size: 1.8rem;
  line-height: 1.4em;
}
.sec6 .sec6_cont .under_line {
  border-bottom: solid 1px #FFF;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  width: 50rem;
}
.sec6 .sec6_cont iframe {
  width: 48rem;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .sec6 .sec6_cont .under_line {
    width: 42vw;
  }
  .sec6 .sec6_cont p {
    font-size: 1.6vw;
  }
  .sec6 .sec6_cont iframe {
    width: 37vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec6 {
    padding: 0;
    background-color: #333333;
  }
  .sec6 .inner {
    width: calc(100% - 10rem);
    padding: 0 5rem;
  }
  .sec6 h2 {
    font-size: 4.6rem;
    margin-bottom: 5rem;
  }
  .sec6 .sec6_cont {
    flex-wrap: wrap;
    justify-content: center;
    padding: 6rem 0;
  }
  .sec6 .sec6_cont .sec6_cont_box {
    width: 100%;
  }
  .sec6 .sec6_cont .under_line {
    width: 100%;
    padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .sec6 .sec6_cont p {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.65em;
    white-space: nowrap;
  }
  .sec6 .sec6_cont .inner_box {
    flex-wrap: wrap;
  }
  .sec6 .sec6_cont .sec6p_sp {
    margin-top: 2rem;
    line-height: 1.4em;
  }
  .sec6 .sec6_cont iframe {
    width: 100%;
    margin-top: 5rem;
    height: 42rem;
  }
}

/********************************
slider
********************************/
.title_rap.v3 {
  margin-bottom: 6rem;
}
.title_rap.v3 h2 {
  letter-spacing: 0.5rem;
  background: linear-gradient(0deg, #D6D7D8 30%, #FFFFFF 90%);
  background: -webkit-linear-gradient(90deg, #D6D7D8 30%, #FFFFFF 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title_rap.v3 h5 {
  font-size: 4rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  color: #333333;
  bottom: 2rem;
}

.sec_slider {
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/slider_bg.webp) center center no-repeat;
  background-size: cover;
  padding: 12.8rem 0 14rem;
}
.sec_slider .inner {
  padding: 0 0;
}
.sec_slider .slider_rap {
  max-width: 100.6rem;
  margin: 0 auto;
}
.sec_slider .slider_rap .slick-prev {
  left: -2rem;
  top: 42%;
}
.sec_slider .slider_rap .slick-next {
  right: 0;
  top: 42%;
}
.sec_slider .slider_rap .slick-prev:before, .sec_slider .slider_rap .slick-next::before {
  content: "";
  border-bottom: 2px solid #333333;
  border-left: 2px solid #333333;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  opacity: 1;
}
.sec_slider .slider_rap .slick-prev:before {
  transform: rotate(45deg);
}
.sec_slider .slider_rap .slick-next::before {
  transform: rotate(225deg);
}
.sec_slider .slider_rap .slick-dots li.slick-active button:before, .sec_slider .slider_rap .slick-dots li button:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  opacity: 1;
}
.sec_slider .slider_rap .slick-dots li {
  margin: 0 1rem;
  transition: 0.2s;
}
.sec_slider .slider_rap .slick-dots li:hover {
  opacity: 0.7;
}
.sec_slider .slider_rap .slick-dots li.slick-active button:before {
  background-color: #FFF;
}
.sec_slider .slider_rap .slick-dots li.slick-active button:before :hover {
  opacity: 0.7;
}
.sec_slider .slider_rap .slick-dots li button:before {
  background-color: #333333;
}
.sec_slider .slider_rap .slick-dots li button:before :hover {
  opacity: 0.7;
}
.sec_slider .slider_rap .slick-dots {
  bottom: -5rem;
}
@media only screen and (max-width: 1200px) {
  .sec_slider .inner {
    max-width: 86vw;
  }
  .sec_slider .slider_rap .slick-prev:before, .sec_slider .slider_rap .slick-next::before {
    width: 3vw;
    height: 3vw;
  }
}
@media only screen and (max-width: 1100px) {
  .sec_slider .slider_rap .slick-prev {
    left: -1vw;
    z-index: 100;
  }
  .sec_slider .slider_rap .slick-next {
    right: 0vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec_slider {
    padding: 8rem 0 12rem;
  }
  .sec_slider .inner {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  .sec_slider .slider_rap .slick-dots li.slick-active button:before, .sec_slider .slider_rap .slick-dots li button:before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .sec_slider .slider_rap .slick-dots {
    bottom: -8rem;
  }
  .sec_slider .slider_rap .slick-list {
    height: 106rem;
  }
  .sec_slider .slider_rap .slick-dots li {
    margin: 0 2rem;
  }
  .sec_slider .slider_rap .slick-prev {
    left: 1vw;
  }
  .sec_slider .slider_rap .slick-next {
    right: 1vw;
  }
}

.voice_cont {
  background-color: #FFF;
  padding: 4.8rem;
  box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.3);
  margin: 0 3rem 1rem;
}
.voice_cont h3 {
  line-height: 1em;
  margin-bottom: 2rem;
  padding-left: 4rem;
  position: relative;
}
.voice_cont h3::before {
  content: "";
  position: absolute;
  background: url(https://motobacks.com/wp-content/themes/falcon_tcd089/mutt/img/voice_icon.webp) center center no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
  left: 0;
}
.voice_cont .flex {
  gap: 3rem;
}
.voice_cont figure {
  min-width: 48rem;
  max-width: 48rem;
  width: 48rem;
}
.voice_cont p {
  font-size: 1.8rem;
  line-height: 1.4em;
}
@media only screen and (max-width: 1240px) {
  .voice_cont figure {
    min-width: inherit;
    width: auto;
  }
  .voice_cont figure img {
    width: 32vw;
  }
  .voice_cont p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 900px) {
  .voice_cont .flex {
    flex-wrap: wrap;
  }
  .voice_cont figure {
    width: 100%;
    max-width: none;
  }
  .voice_cont figure img {
    width: 100%;
  }
  .voice_cont p {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .voice_cont {
    margin: 0 5rem;
    padding: 4rem;
    height: 94rem;
    box-shadow: 0px 5px 4px -2px rgba(0, 0, 0, 0.3);
  }
  .voice_cont .flex {
    gap: 5rem;
  }
  .voice_cont h3 {
    font-size: 4rem;
    margin-bottom: 4rem;
    line-height: 1.2em;
    padding-left: 8rem;
  }
  .voice_cont h3::before {
    width: 5.5rem;
    height: 5.5rem;
  }
}

/********************************
sec_faq
********************************/
.title_rap.v4 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .title_rap.v4 {
    margin-bottom: 4rem;
  }
  .title_rap.v4 h2 {
    font-size: 12rem;
    letter-spacing: 1rem;
  }
  .title_rap.v4 h5 {
    bottom: 4rem;
  }
}

.sec_faq {
  padding: 12.8rem 0;
  background-color: #333333;
}
.sec_faq .inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sec_faq {
    padding: 8rem 0;
  }
  .sec_faq .inner {
    width: calc(100% - 10rem);
    padding: 0 5rem;
  }
}

.qa_rap {
  margin-bottom: 4rem;
}

.js-accordion--close {
  display: none;
}

.accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.accordion-box p {
  color: #FFF;
  padding: 2rem 0 0;
  font-size: 1.8rem;
  line-height: 1.6em;
}

.js-accordion {
  position: relative;
  padding: 0 3.5rem 0 1rem;
  background-color: #FFF;
  width: 100%;
}
.js-accordion:hover {
  cursor: pointer;
}
.js-accordion p {
  display: flex;
  font-size: 2.4rem;
  text-align: left;
  height: 6.4rem;
  align-items: center;
  padding-left: 2em;
}
.js-accordion p::before {
  position: absolute;
  content: "Q.";
  left: 1em;
}

.js-accordion::after {
  content: "";
  position: absolute;
  border-bottom: 0.2rem solid #333333;
  border-left: 0.2rem solid #333333;
  transition: 0.6s ease;
  width: 1.7rem;
  height: 1.7rem;
  top: 2rem;
  right: 2em;
  transform: rotate(315deg);
}

.js-accordion.is-accordion--open::after {
  transform: rotate(135deg);
  top: 3rem;
}

.js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .js-accordion {
    padding: 0.3em 3.5rem 0 1rem;
  }
  .js-accordion p {
    font-size: 3.2rem;
    padding-left: 1.5em;
    height: 8rem;
  }
  .js-accordion p::before {
    left: 0.5em;
  }
  .js-accordion::after {
    border-bottom: 0.6rem solid #333333;
    border-left: 0.6rem solid #333333;
    transition: 0.6s ease;
    top: 2.5rem;
    right: 2.5em;
  }
  .js-accordion.is-accordion--open::after {
    transform: rotate(135deg);
    top: 3.5rem;
  }
  .accordion-box p {
    font-size: 3.2em;
  }
}
/********************************
footer
********************************/
.footer {
  background-color: #141414;
  padding: 8rem 0;
  text-align: center;
  color: #FFF;
}
.footer .f-logo {
  width: 30rem;
  margin: 0 auto 4rem;
}
.footer .footer_p {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin-bottom: 4rem;
  width: calc(100% - 10rem);
  padding: 0 5rem;
}
.footer .copyright {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer .f-logo {
    width: 36rem;
    margin: 0 auto 6rem;
  }
  .footer .footer_p {
    font-size: 2.6rem;
    text-align: left;
    margin-bottom: 5rem;
  }
  .footer .copyright {
    font-size: 2.4rem;
  }
}

/********************************
000
********************************/
/********************************
000
********************************//*# sourceMappingURL=style.css.map */