@charset "utf-8";
:root {
  --base-font: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --base-font_serif: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-apex-light: "ApexNew-Light";
  --font-apex-medium: "ApexNew-Medium";
  --font-apex-bold: "ApexNew-Bold";
  --font-apex-book: "ApexNew-Book";
  --font-apex-book-italic: "ApexNew-BookItalic";
  --font-tsukushi: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-tsukushi-m: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-icons: "alfa-icons";
  --base-animespeed: 0.6s;
  --base-animespeed-slow: 0.12s;
  --base-pc-width: 1040px;
  --base-pc-padding: 20px;
  --base-sp-padding: 5.33333vw;
  --base-pc-width-min: 880px;
  --base_margin_top: 40px;
  --bgcolor-primary: #fff;
  --bgcolor-secondary: #e7e7e7;
  --bgcolor-tertiary: #d1d1d1;
  --bgcolor-overlay: 0, 0, 0, 0.5;
  --bgcolor-ovarlay-light: 0, 0, 0, 0.1;
  --text-primary: #000;
  --text-secondary: #636363;
  --text-tertiary: #bfbfbf;
  --text-heading: #333;
  --header-bgcolor: #fff;
  --header-bgcolor-secondary: #000;
  --header-dropdown-bgcolor: 255, 255, 255, 0.9;
  --header-bordercolor: #bfbfbf;
  --header-textcolor: #000;
  --header-textcolor-secondary: #fff;
  --footer-bgcolor-primary: #212121;
  --footer-bgcolor-secondary: #3e3e3e;
  --footer-text-primary: #707070;
  --footer-text-secondary: #bfbfbf;
  --footer-text-hover: #fff;
  --button-text-hover: #fff;
  --line-primary: #bfbfbf;
  --table-head-bordercolor: #707070;
  --table-body-bordercolor: #d1d1d1;
  --color-primary: #8f0c2c;
  --color-error: #f02222;
  --color-positive: #179103;
  --color-warning: #ca4d01;
  --color-hoverbg: rgba(238, 0, 0, 0.98);
  --color-primary-bgdark: #c00;
  --animate-easeinout: cubic-bezier(0.46, 0.1, 0.29, 1);
}
@font-face {
  font-family: Yu Gothic;
  src: url(../fonts/yu_gothic_medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Sequel;
  src: url(../fonts/sequel_100_45.ttf) format("truetype");
  font-display: swap;
}
.for-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}
.for-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .for-sp {
    display: block !important;
  }
}
.button {
  display: block;
  margin: auto;
  background-color: #ba0816;
  padding: 15px 10px;
  width: 300px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.button span{
  color: inherit;
}
.button {
  display: block;
  margin: auto;
  background-color: #ba0816;
  padding: 15px 10px;
  width: 300px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.button--md {
  padding: 10px 10px;
  font-size: 1.6rem;
  border: none;
}
.button--lg {
  width: 390px;
  font-size: 1.6rem;
  border-color: #8f0c2c;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 1.3rem;
  }
  .button--md {
    padding: 12px 10px;
    width: 100%;
  }
  .button--lg {
    width: 100%;
  }
}
.button--lg span{
  color: inherit;
}
.button--lg::before{
  background-color: #fff;
}
.button--lg:hover:not(.disabled):not(.finished) span {
  color: #ba0816;
}
.closing-btn {
  margin-bottom: 100px;
}
.red-box {
  display: block;
  margin: auto;
  background-color: #ba0816;
  padding: 15px 10px;
  width: 300px;
  font-size: 14px;
  text-align: center;
}
.title-text {
  width: 840px;
  margin: auto auto 80px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .title-text {
    width: 100%;
  }
}
body {
  background-color: #1d2029;
  color: #fff;
  font-family: Yu Gothic;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  body{
    line-height: 1.5;
  }
}
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .wrapper {
    padding: 0 20px;
  }
}
.kv-container {
  width: 100%;
  height: 100%;
}
.kv-container img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.top {
  padding-bottom: 128px;
}
@media only screen and (max-width: 767px) {
  .top {
    padding-bottom: 60px;
  }
}
.top-02 .wrapper {
  max-width: 1000px;
  padding: 16px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-02{
    padding-bottom: 30px;
  }
  .top-02 .wrapper {
    max-width: 100%;
    padding-top: 38px;
  }
}
.top-border {
  margin-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .top-border {
    margin-bottom: 29px;
  }
}
.top-border img {
  width: 100%;
}
.top-border img.pc-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-border img.pc-hide {
    display: block;
  }
}
.top-border img.sp-hide {
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-border img.sp-hide {
    display: none;
  }
}
.top-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.top .button-ul {
  text-decoration: underline;
}
.top .button-ul span {
  font-size: 18px;
}
.top-headers {
  text-align: center;
  font-weight: 700;
  margin-bottom: 52px;
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .top-headers {
    margin-top: 28px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}
.top-headers h3 {
  font-size: 34px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .top-headers h3 {
    font-size: 5.86667vw;
  }
}
.top-headers h4 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .top-headers h4 {
    font-size: 5.33333vw;
  }
}
.top-headers h1 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .top-headers h1 {
    font-size: 5.33333vw;
    text-align: left;
  }
}
.top-content {
  text-align: center;
}
.top-content-text {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .top-content-text {
    text-align: justify;
    font-size: 1.6rem;
    line-height: inherit;
  }
}

.lineup .title-text {
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .lineup .p-heading{
    margin-bottom: 40px;
  }
}
.lineup-btn .button {
  background-color: #fff;
  color: #000;
  margin-left: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lineup-btn {
    width: 100%;
  }
  .lineup-btn .button {
    margin-top: 0;
  }
}

.lineup-cars .car.car-1 {
  background-image: url(../image/lineup_1.png);
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car.car-1 {
    background-image: url(../image/lineup1-sp.png);
    height: auto;
    aspect-ratio: 375 / 362;
  }
}
.lineup-cars .car.car-2 {
  background-image: url(../image/lineup_2.png);
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car.car-2 {
    background-image: url(../image/lineup2-sp.png);
  }
}
.lineup-cars .car.car-3 {
  background-image: url(../image/lineup_3.png);
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car.car-3 {
    background-image: url(../image/lineup3-sp.png);
  }
}
.lineup-cars .car {
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 452px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 394;
    max-height: 500px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.lineup-cars .car-details {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car-details {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 23px;
  }
}
.lineup-cars .car-details-name {
  font-size: 36px;
  margin-bottom: 16px;
  font-family: Sequel;
  line-height: 42px;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car-details-name {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 1.2;
    text-align: center;
  }
}
.lineup-cars .car-details-desc {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car-details-desc {
    margin-top: 200px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    font-family: Sequel;
  }
}
.lineup-cars .car-details img {
  width: 426px;
}
@media only screen and (max-width: 767px) {
  .lineup-cars .car-details img {
    width: 100%;
    padding: 0 15px;
  }
}
.limited-model{
  margin-top: 136px;
}
@media only screen and (max-width: 767px) {
  .limited-model{
    margin-top: 30px;
  }
}
.limited-model .p-heading{
  margin-bottom: 116px;
}
@media only screen and (max-width: 767px) {
  .limited-model .p-heading{
    margin-bottom: 34px;
  }
}
.limited-model .title-text {
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .limited-model .title-text {
    padding: 0 15px;
  }
}
.limited-model-btn .button {
  background-color: #fff;
  color: #000;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .limited-model-btn .button {
  }
}
.limited-model-cars .car.car-1 {
  background-image: url(../image/lm1.png);
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car.car-1 {
    background-image: url(../image/lm1-sp.png);
  }
}
.limited-model-cars .car.car-2 {
  background-image: url(../image/lm2.png);
}
.limited-model-cars .car.car-2 .lineup-btn {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car.car-2 {
    background-image: url(../image/lm2-sp.png);
  }
  .limited-model-cars .car.car-2 .lineup-btn {
    margin-top: 0;
  }
}
.limited-model-cars .car {
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car {
    padding: 0 15px;
    display: block;
    height: 100%;
    margin-bottom: 30px;
  }
}
.limited-model-cars .car-details {
  flex-basis: 40%;
  padding-bottom: 65px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car-details {
    gap: 28px;
    padding-bottom: 45px;
  }
}
.limited-model-cars .car-details__top {

}
.limited-model-cars .car-details-desc {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.limited-model-cars .car-2 .car-details-desc {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car-details-desc {
    font-size: 1.6rem;
    text-align: center;
    line-height: inherit;
  }
}
/* .limited-model-cars .car-details img {
  width: 426px;
} */
@media only screen and (max-width: 767px) {
  .limited-model-cars .car-details img {
    width: 100%;
    margin-top: 105px;
    margin-bottom: 2px;
  }
}
.limited-model-cars .car-details-model {
  width: 456px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .limited-model-cars .car-details-model {
    width: 100%;
  }
}
.limited-model-cars .car-details-model.tributo-model {
  width: 82%;
  display: block;
  margin: 140px auto auto;
}
.web-magazine{
  margin-top: 148px;
}

.web-magazine .p-heading {
  margin-bottom: 107px;
}
@media only screen and (max-width: 767px) {
  .web-magazine{
    margin-top: 32px;
  }
  .web-magazine .p-heading{
    margin-bottom: 36px;
  }
}
/* .web-magazine .wrapper {
  margin: 80px auto;
} */
@media only screen and (max-width: 767px) {
  .web-magazine .title-text {
    padding: 0 15px;
  }
}
.web-magazine-btn {
  margin-top: 34px;
  margin-bottom: 110px;
}
.web-magazine-btn2 {
  margin-top: 72px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .web-magazine-btn {
    margin-top: 52px;
    margin-bottom: 56px;
  }
  .web-magazine-btn2 {
    margin-top: 52px;
    margin-bottom: 38px;
  }
  .web-magazine-btn .button{
    padding: 12px 10px;
  }
  .web-magazine-btn2 .button{
    padding: 12px 10px;
  }
}
.web-magazine .magazines-article {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .web-magazine .magazines-article {
    /* padding: 0 15px; */
    display: block;
  }
}
.web-magazine .magazines-article-img {
  flex-basis: 44%;
}
.web-magazine .magazines-article-img img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .web-magazine .magazines-article-img {
    width: 100%;
  }
}
.web-magazine .magazines-article-content {
  flex-basis: 47%;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .web-magazine .magazines-article-content {
    line-height: inherit;
  }
}
.web-magazine .magazines-article-content h1 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 42px;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 767px) {
  .web-magazine .magazines-article-content h1 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
    padding-top: 35px;
    margin-bottom: 16px;
  }
}
.web-magazine .magazines-article-content p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .web-magazine .magazines-article-content p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.giftvisit {
  background-color: #5d5e65;
}
.giftvisit-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 86px 0 72px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-inner {
    padding: 42px 20px 49px;
  }
}
.giftvisit-title {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 4px solid #fb2a36;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-title {
    font-size: 6.4vw;
    padding-bottom: 4px;
    border-bottom: 2px solid #fb2a36;
    margin-bottom: 25px;
  }
}
.giftvisit-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-subtitle {
    margin-bottom: 24px;
    text-align: center;
  }
}
.giftvisit-subtitle-text {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-subtitle-text {
    font-size: 5.33333vw;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}
.giftvisit-tag {
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  height: 39px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .giftvisit-tag {
    font-size: 1.6rem;
    padding: 1.86667vw 3.2vw;
    width: 20.8vw;
    height: 33px;
  }
}
.giftvisit-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-lead {
    font-size: 1.6rem;
  }
}
.giftvisit-desc {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 49px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .giftvisit-desc {
    font-size: 1.6rem;
    margin-bottom: 57px;
    text-align: left;
    line-height: 1.35;
    letter-spacing: -0.09em;
  }
}
.giftvisit-size {
  margin-bottom: 31px;
  text-align: center;
}
.giftvisit-note,
.giftvisit-size {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .giftvisit-note,
  .giftvisit-size {
    font-size: 1.2rem;
  }
}
.giftvisit-note {
  margin-bottom: 34px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .giftvisit-note {
    margin-bottom: 41px;
    text-align: left;
    line-height: 1.66;
  }
}
.giftvisit-coupon-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 41px;
  line-height: 1.35;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .giftvisit-coupon-heading {
    font-size: 1.6rem;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 54px;
  }
}
.giftvisit-coupon-list {
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-coupon-list {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
}
.giftvisit-coupon-item {
  line-height: 1.45;
}
.giftvisit-img {
  margin-bottom: 36px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .giftvisit-img {
    width: 100%;
    margin-bottom: 18px;
    aspect-ratio: 335 / 240;
    object-fit: cover;
  }
}
.giftvisit-buttons {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .giftvisit-buttons {
    display: block;
  }
}
.giftvisit-buttons .sle-kv-lead-button {
  background-color: #fff;
  padding: 12px 0;
  margin: 0 10px;
  width: 325px;
}
@media only screen and (max-width: 767px) {
  .giftvisit-buttons .sle-kv-lead-button {
    width: 100%;
    margin: 0 0 15px;
    padding: 0.6em 0 0.68em;
    height: 46.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.giftvisit-buttons span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #282b34;
}
@media only screen and (max-width: 767px) {
  .giftvisit-buttons span {
    font-size: 1.3rem;
  }
}
html{
  font-size: 62.5%;
}

.p-kv__text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 36px;
}

.p-kv__text h1{
  font-size: 5.6rem;
  font-family: Sequel;
}
.p-kv__text h1 span{
  font-size: 4.4rem;
}
.p-kv__text p{
  font-size: 3.2rem;
  font-family: Yu Gothic;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-kv__text {
    
    padding-bottom: 11px;
  }
  
  .p-kv__text h1{
    font-size: 2.5rem;
  }
  .p-kv__text h1 span{
    font-size: 2.1rem;
  }
  .p-kv__text p{
    font-size: 2rem;
    font-family: Yu Gothic;
    margin-top: 2rem;
  }
}
.p-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: url(../image/heading-border.png) top no-repeat;
  background-size: 100% auto;
  width: 688px;
  min-height: 98px;
  margin: 0 auto;
  padding: 25px 0;
  margin-bottom: 78px;
}
.p-heading[lang="en"]{
  font-size: 4rem;
  font-family: Sequel;
}
@media only screen and (max-width: 767px) {
  .p-heading{
    font-size: 20px;
    background-image: url(../image/heading-border-sp.png);
    width: 335px;
    height: 96px;
    max-width: 100%;
  }
  .p-heading[lang="en"]{
    font-size: 20px;
  }
}

.p-section-title {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}

.p-section-title-eng {
  font-family: Sequel;
  font-size: 4rem;
}
.p-section-subtitle {
  font-family: Yu Gothic;
  font-size: 2.8rem;
  margin-top: 4.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-section-title {
    margin-top: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  .p-section-title-eng {
    font-size: 2rem;
  }
  
  .p-section-subtitle {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-top-content__title {
  font-size: 4rem;
  font-family: Sequel;
}
@media only screen and (max-width: 767px) {
  .p-top-content__title {
    font-size: 2rem;
  }
}
.p-top-content {
}
.p-logo {
  background-image: url("../image/logo-story-bg.jpg");
  background-size: cover;
  padding-top: 7.2rem;
  padding-bottom: 8.2rem;
  position: relative;
  z-index: 0;
}
.p-logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(3, 3, 3);
  background: linear-gradient(0deg, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 1) 100%);
}
.p-logo__images {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  margin-bottom: 34px;
}
.p-logo__images img {
  max-width: 322px;
  min-width: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-logo {
    background-image: url("../image/logo-story-bg.jpg");
    background-size: cover;
    padding-top: 2.6rem;
    padding-bottom: 6rem;
    position: relative;
    z-index: 0;
  }
  .p-logo::before {
    height: 50%;
  }
  .p-logo__images {
    width: 83.2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 26px;
  }
  .p-logo__images img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-sp-wrapper{
    padding: 0 20px;
  }
}

.p-brand {
  margin-top: 74px;
  background-color: rgba(3, 3, 3);
  padding-top: 20px;
}
.p-brand__images {
  margin-left: 65px;
  margin-right: 65px;
  img{
    width: 100%;
    height: auto;
  }
}
.p-brand__bottom{
  background-image: url('../image/brand-story-bg.jpg');
  background-size: cover;
  background-position: top;
  padding-top: 54px;
  padding-bottom: 44px;

  position: relative;
  z-index: 0;
}

.p-brand__bottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgb(3, 3, 3);
  background: linear-gradient(0deg, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 1) 100%);
}

@media only screen and (max-width: 767px) {
  .p-brand {
    margin-top: 0;
    background-color: rgba(3, 3, 3);
    padding-top: 36px;
  }
  .p-brand__images {
    margin-left: 0;
    margin-right: 0;
    img{
      width: 100%;
      height: auto;
    }
  }
  .p-brand__bottom{
    padding-top: 30px;
    padding-bottom: 68px;
  }
}

.p-text-link:hover{
  opacity: 0.7;
}