@charset "UTF-8";
/* 1. 独自のフォントルールを定義する */
@font-face {
  font-family: 'MyCustomHiragino';
  src: local("Hiragino Sans W4"), local("Hiragino Kaku Gothic ProN");
  font-weight: 400;
  /* 通常時の太さ */
}

@font-face {
  font-family: 'MyCustomHiragino';
  src: local("Hiragino Sans W5"), local("Hiragino Kaku Gothic ProN");
  font-weight: 500;
  /* 500の時はW5を強制的に呼び出す */
}

@font-face {
  font-family: 'MyCustomHiragino';
  src: local("Hiragino Sans W6"), local("Hiragino Kaku Gothic ProN");
  font-weight: 600;
  /* 600の時はW6を強制的に呼び出す */
}

@font-face {
  font-family: 'MyCustomHiragino';
  src: local("Hiragino Sans W7"), local("Hiragino Kaku Gothic ProN");
  font-weight: 700;
  /* 700の時はW7を強制的に呼び出す */
}

@font-face {
  font-family: 'MyCustomHiragino';
  src: local("Hiragino Sans W8"), local("Hiragino Kaku Gothic ProN");
  font-weight: 800;
  /* 800の時はW6を強制的に呼び出す */
}

html.ber_stop,
html.ber_stop body {
  overflow: hidden;
}

.berlingo {
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Citroen Type", "Citroen", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", "meiryo", Arial, sans-serif;
  font-size: 1.8rem;
  /*
  //-=======================================================================================
      //- // MARK: ber_kv
  //-=======================================================================================
  */
  /*
  //-=======================================================================================
      //- // MARK: sevenseatstory
  //-=======================================================================================
  */
  /*
  //-=======================================================================================
      //- // MARK: sevenseatcharm
  //-=======================================================================================
  */
  /*
  //-=======================================================================================
      //- // MARK: lineup
  //-=======================================================================================
  */
}

@media only screen and (min-width: 1025px) {
  .berlingo .ber_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .berlingo {
    font-size: 1.6rem;
  }
  .berlingo .ber_pc {
    display: none !important;
  }
}

.berlingo img {
  width: 100%;
}

.berlingo sup {
  vertical-align: super;
  font-size: 0.7em;
}

.berlingo .ber_inner {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .berlingo .ber_inner {
    padding: 0 20px;
  }
}

.berlingo .ber_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  color: #4c4a49;
}

.berlingo .ber_ttl + p {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .berlingo .ber_ttl {
    margin-bottom: 0.5em;
    font-size: 3.8rem;
  }
}

.berlingo .ber_note {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1025px) {
  .berlingo .ber_note {
    font-size: 1.3rem;
  }
}

.berlingo .ber_link {
  margin-top: 1em;
  text-align: center;
}

.berlingo .ber_link a {
  display: inline-block;
  position: relative;
  padding-right: 1em;
  background: url("../images/icon_arrow1.svg") no-repeat right center/auto 0.8em;
}

.berlingo .ber_link a:nth-child(n + 2) {
  margin-top: 1em;
}

.berlingo .ber_link a.icon_dealer::before {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url("../images/icon_dealer0.svg") no-repeat center center/contain;
  margin: -0.2em 0.5em 0 0;
  vertical-align: middle;
  content: "";
}

.berlingo .ber_btns {
  margin-top: 1em;
  text-align: center;
}

.berlingo .ber_btn {
  display: block;
  background-color: #e51f1f;
  width: 280px;
  margin: auto;
  padding: 14px 15px;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .berlingo .ber_btn {
    display: inline-block;
  }
}

.berlingo .ber_btn span {
  padding-right: 1em;
  background: url("../images/icon_arrow0.svg") no-repeat right center/auto 1em;
}

.berlingo .box,
.berlingo .ber_box {
  box-sizing: border-box;
  margin-top: 1em;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}

.berlingo .box h3,
.berlingo .ber_box h3 {
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  color: #5b7f95;
}

@media only screen and (min-width: 1025px) {
  .berlingo .box h3,
  .berlingo .ber_box h3 {
    font-size: 3rem;
  }
}

.berlingo .slick-dots {
  margin-top: 26.31px;
  position: static;
}

@media only screen and (max-width: 1024px) {
  .berlingo .slick-dots {
    margin-top: 8.0625vw;
  }
}

.berlingo .slick-dots li {
  width: 3.723404255319149vw;
  height: 3.723404255319149vw;
  margin: 0 2.127659574468085vw;
}

.berlingo .slick-dots button {
  width: 3.723404255319149vw;
  height: 3.723404255319149vw;
  padding: 0;
  background-color: #8E8E8E;
  border-radius: 100px;
  white-space: nowrap;
  text-indent: 99999px;
  overflow: hidden;
}

.berlingo .slick-dots .slick-active button {
  background-color: #E51F1F;
}

.berlingo #ber_kv {
  position: relative;
}

.berlingo #ber_kv h1 img {
  display: inline-block;
  width: 100%;
}

.berlingo #ber_kv .concept {
  position: absolute;
  top: 49.166666666666664vw;
  width: 100%;
  box-sizing: border-box;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv .concept {
    top: 99.46808510638297vw;
  }
}

.berlingo #ber_kv .concept p.text_1 {
  font-size: 2.083333333333333vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv .concept p.text_1 {
    font-size: 5.851063829787234vw;
    line-height: 8.191489361702128vw;
  }
}

.berlingo #ber_kv .concept p.text_1 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.430555555555556vw;
  font-weight: 700;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv .concept p.text_1 span.en {
    font-size: 6.648936170212766vw;
  }
}

.berlingo #ber_kv .concept p.text_2 {
  margin-top: 1.1111111111111112vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 2.25vw;
}

@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv .concept p.text_2 {
    width: 90.42553191489363vw;
    margin: 4.25531914893617vw auto 0 auto;
    box-sizing: border-box;
    font-size: 4.25531914893617vw;
    line-height: 7.659574468085106vw;
    text-align: left;
  }
}

.berlingo #ber_kv .concept p.text_2 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.3888888888888888vw;
  font-weight: 400;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv .concept p.text_2 span.en {
    font-size: 4.787234042553192vw;
  }
}

.berlingo #sevenseatstory {
  padding-top: 92px;
  padding-bottom: 250px;
  background: #FEF6EE;
  border-radius: 0 0 250px 250px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory {
    padding-top: 24.46808510638298vw;
    padding-bottom: 18vw;
    border-radius: 0 0 20vw 20vw;
  }
}

.berlingo #sevenseatstory .headline {
  width: 928px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .headline {
    width: 89.36170212765957vw;
  }
}

.berlingo #sevenseatstory .headline h2 {
  text-align: center;
}

.berlingo #sevenseatstory .headline h2 img {
  display: inline-block;
  width: 100%;
  max-width: 796px;
}

.berlingo #sevenseatstory .headline h3 {
  margin-top: 60px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .headline h3 {
    margin-top: 10.638297872340425vw;
    font-size: 5.319148936170213vw;
    letter-spacing: -0.05319148936170213vw;
    line-height: 7.446808510638298vw;
  }
}

.berlingo #sevenseatstory .headline h3 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 35px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .headline h3 span.en {
    font-size: 6.117021276595745vw;
  }
}

.berlingo #sevenseatstory .headline p {
  margin-top: 16px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .headline p {
    margin-top: 4.25531914893617vw;
    font-size: 4.25531914893617vw;
    line-height: 7.659574468085106vw;
    text-align: left;
  }
}

.berlingo #sevenseatstory .headline p span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 18px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .headline p span.en {
    font-size: 4.787234042553192vw;
  }
}

.berlingo #sevenseatstory .inner {
  width: 43vw; /* 1779px以下の場合の幅 */
  margin: 92px auto 0 auto;
  box-sizing: border-box;
  line-height: 1;
  /* 1780px以上になったら795pxで固定する */
  @media only screen and (min-width: 1780px) {
    width: 795px;
  }
}
@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner {
    width: 100%;
    margin: 24.46808510638298vw auto 0 auto;
  }
}

.berlingo #sevenseatstory .inner .mv {
  position: relative;
  padding: 15px 0 2.5vw 0; /* 1779px以下の場合の幅 */
  background: #F0E3D4;
  border-radius: 10.5vw;
  /* border-radius: 186px; */
  line-height: 1;
  /* 1780px以上になったら795pxで固定する */
  @media only screen and (min-width: 1780px) {
    padding: 15px 0 60px 0;
    border-radius: 186px;
  }
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv {
    padding: 7.9787234042553195vw 0 7.9787234042553195vw 0;
    /* padding: 7.9787234042553195vw 0 7.047872340425531vw 0; */
    border-radius: 40% / 25vw;
    /* border-radius: 30% / 22vw; */
    overflow: hidden;
  }
}

.berlingo #sevenseatstory .inner .mv h4 {
  font-size: 0;
  text-align: center;
  line-height: 1;
}

.berlingo #sevenseatstory .inner .mv h4 span.text1 {
  display: inline-block;
  font-family: "Citroen Type", "Citroen";
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv h4 span.text1 {
    font-size: 5.851063829787234vw;
  }
}

.berlingo #sevenseatstory .inner .mv h4 span.text2 {
  display: inline-block;
  margin-left: 6px;
  font-family: "Citroen Type", "Citroen";
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv h4 span.text2 {
    margin-left: 1.0638297872340425vw;
    font-size: 11.436170212765957vw;
  }
}

.berlingo #sevenseatstory .inner .mv h4 span.text3 {
  display: block;
  margin-top: 3px;
  color: #E51F1F;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  /* line-height: 44.8px; */
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv h4 span.text3 {
    margin-top: 2.127659574468085vw;
    font-size: 5.851063829787234vw;
    line-height: 8.723404255319148vw;
  }
}

.berlingo #sevenseatstory .inner .mv .story_toggle {
  position: absolute;
  top: 70px;
  right: 5vw;/* 相対値 */
  width: 60px;
  height: 60px;
  padding: 0;
  border: 2px solid #383838;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* 1600px以上になったらpxで固定する */
  @media only screen and (min-width: 1600px) {
    right: 100px;
  }
}

.berlingo #sevenseatstory .inner .mv .story_toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #383838;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.berlingo #sevenseatstory .inner .mv .story_toggle span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.berlingo #sevenseatstory .inner .mv .story_toggle.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.berlingo #sevenseatstory .inner .mv .story_toggle.is-open span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv .story_toggle {
    top: 24vw;
    right: 10vw;
    width: 10.175797872340427vw;
    height: 10.175797872340427vw;
    border-width: 0.5319148936170213vw;
  }
  .berlingo #sevenseatstory .inner .mv .story_toggle span {
    width: 6vw;
    height: 0.5319148936170213vw;
  }
}

.berlingo #sevenseatstory .inner .mv p.img {
  margin-top: 8px;
  /* margin-top: 11.65px; */
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .mv p.img {
    margin-top: 3.0585106382978724vw;
  }
}

.berlingo #sevenseatstory .inner .mv p.img img {
  display: inline-block;
  width: 100%;
}

.berlingo #sevenseatstory .inner .story_detail {
  display: block;
}

.berlingo #sevenseatstory .inner .story_detail .lead {
  margin-top: 60px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .lead {
    width: 89.36170212765957vw;
    margin: 15.957446808510639vw auto 0 auto;
    box-sizing: border-box;
  }
}

.berlingo #sevenseatstory .inner .story_detail .lead p {
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .lead p {
    font-size: 3.723404255319149vw;
    line-height: 6.702127659574468vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .lead p span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 18px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .lead p span.en {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .youtube {
  margin-top: 60px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .youtube {
    width: 89.36170212765957vw;
    margin: 15.957446808510639vw auto 0 auto;
    box-sizing: border-box;
  }
}

.berlingo #sevenseatstory .inner .story_detail .youtube p.img {
  text-align: center;
}

.berlingo #sevenseatstory .inner .story_detail .youtube p.img img {
  display: inline-block;
  width: 270px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .youtube p.img img {
    width: 39.8936170212766vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.berlingo #sevenseatstory .inner .story_detail .youtube p.video {
  margin-top: 60px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .youtube p.video {
    margin-top: 15.957446808510639vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .youtube p.video iframe {
  width: 413px;
  height: 735px;
  border-radius: 20px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .youtube p.video iframe {
    width: 100%;
    height: 597px;
  }
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap {
  width: 100%;
  max-width: 640px;
  margin: 124px auto 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap {
    max-width: 76.59574468085107vw;
    margin-top: 23.404255319148938vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel {
  width: 100%;
  position: relative;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__item {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__item img {
  display: block;
  width: 100%;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__caption {
  margin-top: 24px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__caption {
    margin-top: 6.382978723404255vw;
    font-size: 3.1914893617021276vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__caption span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 16px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel__caption span.en {
    font-size: 3.723404255319149vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_prev,
.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_next {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_prev {
  left: -44px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #e51f1f;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_next {
  right: -44px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #e51f1f;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #8E8E8E;
  font-size: 0;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li button::before {
  display: none;
}

.berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li.slick-active button {
  background: #E51F1F;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_prev,
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_next {
    top: 40%;
  }
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_prev {
    left: -7vw;
    border-top-width: 3.9893617021276597vw;
    border-bottom-width: 3.9893617021276597vw;
    border-right-width: 3.9893617021276597vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .story_carousel_next {
    right: -7vw;
    border-top-width: 3.9893617021276597vw;
    border-bottom-width: 3.9893617021276597vw;
    border-left-width: 3.9893617021276597vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots {
    gap: 4.25531914893617vw;
    margin-top: 8.51063829787234vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li,
  .berlingo #sevenseatstory .inner .story_detail .story_carousel_wrap .story_carousel .slick-dots li button {
    width: 3.723404255319149vw;
    height: 3.723404255319149vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .report {
  margin-top: 40px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .report {
    margin-top: 8.51063829787234vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .report p {
  line-height: 1;
}

.berlingo #sevenseatstory .inner .story_detail .report p:nth-of-type(n+2) {
  margin-top: 18px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .report p:nth-of-type(n+2) {
    margin-top: 4.6875vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .report p a {
  display: inline-block;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .report p a {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .report p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.berlingo #sevenseatstory .inner .story_detail .report p a:hover::after {
  transform: scaleX(1);
}

.berlingo #sevenseatstory .inner .story_detail .report p a span {
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .report p a span {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .report p a img {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .report p a img {
    width: 1.3297872340425532vw;
    margin-left: 2.6595744680851063vw;
    margin-bottom: 1.3297872340425532vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present {
  position: relative;
  margin-top: 100px;
  padding: 60px 32px;
  background: #fff;
  border: solid #E51F1F 1px;
  border-radius: 30px;
  line-height: 1;
  /*スライダー*/
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present {
    width: 89.36170212765957vw;
    margin: 26.595744680851062vw auto 0 auto;
    box-sizing: border-box;
    padding: 15.957446808510639vw 8.51063829787234vw;
    border: solid #E51F1F 0.26595744680851063vw;
    border-radius: 7.9787234042553195vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present p.text1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
  background: linear-gradient(to bottom, #FEF6EE 0%, #FEF6EE 50%, #fff 50%, #fff 100%);
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present p.text1 {
    padding: 0 3.1914893617vw;
    font-size: 5.851063829787234vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present p.text2 {
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present p.text2 {
    font-size: 4.25531914893617vw;
    line-height: 7.659574468085106vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present p.text2 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present p.text2 span.en {
    font-size: 4.787234042553192vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .present-slider__text {
  margin-top: 56px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .present-slider__text {
    margin-top: 3.723404255319149vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text3 {
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text3 {
    font-size: 4.787234042553192vw;
    line-height: 6.702127659574468vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text4 {
  margin-top: 32px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text4 {
    margin-top: 8.51063829787234vw;
    font-size: 4.25531914893617vw;
    line-height: 7.659574468085106vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text5 {
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32.4px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text5 {
    font-size: 3.1914893617021276vw;
    line-height: 7.659574468085106vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text5 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 16px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .present-slider__text p.text5 .en {
    font-size: 3.723404255319149vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .link {
  margin-top: 60px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .link {
    margin-top: 11.25vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .link .btn {
  transition: opacity 0.4s ease;
}

.berlingo #sevenseatstory .inner .story_detail .present .link .btn:hover {
  opacity: 0.85;
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 {
  line-height: 1;
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a {
  position: relative;
  display: inline-block;
  width: 385.99px;
  padding: 19px 0;
  background: #E51F1F;
  border-radius: 100px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a {
    width: 100%;
    max-width: 70.9375vw;
    padding: 15px 0;
    font-size: 3.75vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a::before, .berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0px);
  right: 30px;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0px) 50%;
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a::before {
  transform: rotate(45deg);
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a::after {
  transform: rotate(-45deg);
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link1 a span {
  line-height: 1;
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 {
  margin-top: 30px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .link p.link2 {
    margin-top: 2.8125vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a {
  position: relative;
  display: inline-block;
  width: 288.6px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a {
    width: 100%;
    max-width: 53.125vw;
    font-size: 3.4375000000000004vw;
    letter-spacing: 0;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a::before, .berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 0px) 50%;
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a::before {
  transform: rotate(45deg);
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 a::after {
  transform: rotate(-45deg);
}

.berlingo #sevenseatstory .inner .story_detail .present .link p.link2 img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .link p.link2 img {
    width: 25px;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .supplement {
  margin-top: 32px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .supplement {
    margin-top: 8.51063829787234vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .supplement p {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .supplement p {
    font-size: 3.1914893617021276vw;
    line-height: 5.744680851063831vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider {
  margin-top: 56px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider {
    margin-top: 12.76595744680851vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap {
  width: 100%;
  max-width: 554px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap {
    max-width: 76.59574468085107vw;
  }
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel {
  width: 100%;
  position: relative;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .present_carousel__item {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .present_carousel__item img {
  display: block;
  width: 100%;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_prev,
.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_prev {
  left: -44px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid #e51f1f;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_next {
  right: -44px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #e51f1f;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots {
/* 非表示 */
  display: none;
}
  /* position: static;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
} */

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #8e8e8e;
  font-size: 0;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li button::before {
  display: none;
}

.berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li.slick-active button {
  background: #e51f1f;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_prev {
    left: -7vw;
    border-top-width: 3.9893617021276597vw;
    border-bottom-width: 3.9893617021276597vw;
    border-right-width: 3.9893617021276597vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .story_carousel_next {
    right: -7vw;
    border-top-width: 3.9893617021276597vw;
    border-bottom-width: 3.9893617021276597vw;
    border-left-width: 3.9893617021276597vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots {
    gap: 4.25531914893617vw;
    margin-top: 8.51063829787234vw;
  }
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li,
  .berlingo #sevenseatstory .inner .story_detail .present .img_slider .present_carousel_wrap .present_carousel .slick-dots li button {
    width: 3.723404255319149vw;
    height: 3.723404255319149vw;
  }
}

.berlingo #sevenseatstory .comingsoon {
  width: 1120px;
  margin: 120px auto 0 auto;
  box-sizing: border-box;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .comingsoon {
    width: 100%;
    margin: 15.957446808510639vw auto 0 auto;
  }
}

.berlingo #sevenseatstory .comingsoon p:nth-of-type(n+2) {
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatstory .comingsoon p:nth-of-type(n+2) {
    margin-top: 10.638297872340425vw;
  }
}

.berlingo #sevenseatcharm {
  margin-top: 160px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm {
    margin-top: 23.93617021276596vw;
  }
}

.berlingo #sevenseatcharm .headline {
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .headline {
    width: 89.36170212765957vw;
  }
}

.berlingo #sevenseatcharm .headline h2 {
  text-align: center;
}

.berlingo #sevenseatcharm .headline h2 img {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

.berlingo #sevenseatcharm .headline h3 {
  margin-top: 60px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .headline h3 {
    margin-top: 10.638297872340425vw;
    font-size: 5.851063829787234vw;
    line-height: 8.191489361702128vw;
  }
}

.berlingo #sevenseatcharm .headline h3 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 35px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .headline h3 span.en {
    font-size: 6.648936170212766vw;
  }
}

.berlingo #sevenseatcharm .headline p {
  margin-top: 16px;
  font-family: "MyCustomHiragino","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32.4px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .headline p {
    margin-top: 4.25531914893617vw;
    font-size: 4.25531914893617vw;
    letter-spacing: -0.0851063829787234vw;
    line-height: 7.659574468085106vw;
    text-align: left;
  }
}

.berlingo #sevenseatcharm .headline p span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .headline p span.en {
    font-size: 4.787234042553192vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs {
  width: 732px;
  margin: 92px auto 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs {
    width: 89.36170212765957vw;
    margin: 18.085106382978726vw auto 0;
  }
}

.berlingo #sevenseatcharm .feature_tabs__nav {
  display: flex;
  width: 100%;
}

.berlingo #sevenseatcharm .feature_tabs__button {
  width: calc(100% / 3);
  height: 46px;
  padding: 0;
  box-sizing: border-box;
  border-top: 2px solid #FDD9BC;
  border-bottom: 2px solid #FDD9BC;
  border-left: 0;
  border-right: 2px solid #FDD9BC;
  border-radius: 10px 10px 0 0;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.berlingo #sevenseatcharm .feature_tabs__button:first-child {
  border-left: 2px solid #FDD9BC;
}

.berlingo #sevenseatcharm .feature_tabs__button:last-child {
  border-right: 2px solid #FDD9BC;
}

.berlingo #sevenseatcharm .feature_tabs__button.is-active {
  background: #FEF6EE;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__button {
    height: 12.23404255319149vw;
    border-top-width: 0.5319148936170213vw;
    border-bottom-width: 0.5319148936170213vw;
    border-left-width: 0;
    border-right-width: 0.5319148936170213vw;
    border-radius: 2.6595744680851063vw 2.6595744680851063vw 0 0;
    font-size: 4.787234042553192vw;
  }
  .berlingo #sevenseatcharm .feature_tabs__button:first-child {
    border-left-width: 0.5319148936170213vw;
  }
  .berlingo #sevenseatcharm .feature_tabs__button:last-child {
    border-right-width: 0.5319148936170213vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__button span.en {
  font-family: "Citroen Type", "Citroen";
}

.berlingo #sevenseatcharm .feature_tabs__body {
  margin-top: -0.5px;
  background: #FEF6EE;
  border: 2px solid #FDD9BC;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__body {
    border-width: 0.5319148936170213vw;
    border-radius: 0 0 2.6595744680851063vw 2.6595744680851063vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__panel {
  display: none;
  padding: 32px;
}

.berlingo #sevenseatcharm .feature_tabs__panel.is-active {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__panel {
    padding: 8.51063829787234vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__panel h4 {
  margin-bottom: 24px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__panel h4 {
    margin-bottom: 6.382978723404255vw;
    font-size: 5.319148936170213vw;
    letter-spacing: -0.26595744680851063vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__panel h4 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__panel h4 span.en {
    font-size: 6.117021276595745vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__main-image, .berlingo #sevenseatcharm .feature_tabs__sub-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px; 
}

.berlingo #sevenseatcharm .feature_tabs__main-image img, .berlingo #sevenseatcharm .feature_tabs__sub-image img {
  display: block;
  width: 100%;
  height: 70%;
  border-radius: 16px; 
}

.berlingo #sevenseatcharm .feature_tabs__text {
  margin-top: 24px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__text {
    margin-top: 6.382978723404255vw;
    font-size: 4.25531914893617vw;
    line-height: 7.659574468085106vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__text span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__text span.en {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__sub-image {
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__sub-image {
    margin-top: 4.25531914893617vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__sub-image--size img {
  border-radius: 0;
}

.berlingo #sevenseatcharm .feature_tabs__caption {
  margin-top: 24px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__caption {
    margin-top: 4.25531914893617vw;
    font-size: 4.25531914893617vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__caption span.en {
  font-family: "Citroen Type", "Citroen";
  line-height: 0;
}

.berlingo #sevenseatcharm .feature_tabs__note {
  margin-top: 8px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__note {
    margin-top: 2.127659574468085vw;
    font-size: 3.1914893617021276vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__note span.en {
  font-family: "Citroen Type", "Citroen";
  line-height: 0;
}

.berlingo #sevenseatcharm .feature_tabs__image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20.5px;
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__image-grid {
    gap: 6.648936170212766vw;
    margin-top: 6.382978723404255vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__image-grid figure {
  margin: 0;
}

.berlingo #sevenseatcharm .feature_tabs__image-grid figure img {
  display: block;
  width: 100%;
  height: auto;
}

.berlingo #sevenseatcharm .feature_tabs__image-grid figure figcaption {
  margin-top: 10px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #sevenseatcharm .feature_tabs__image-grid figure figcaption {
    margin-top: 2.6595744680851063vw;
    font-size: 3.1914893617021276vw;
    line-height: 5.106382978723404vw;
  }
}

.berlingo #sevenseatcharm .feature_tabs__image-grid--size figure img {
  border-radius: 0;
}

.berlingo #lineup {
  margin-top: 160px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup {
    margin-top: 23.93617021276596vw;
  }
}

.berlingo #lineup .headline {
  padding: 51.86px 0;
  background: #7594A6;
  border-radius: 70px 70px 0 0;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .headline {
    padding: 9.69125vw 0;
  }
}

.berlingo #lineup .headline h2 {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.berlingo #lineup .headline h2 small {
  display: inline-block;
  font-family: "Citroen Type", "Citroen";
  font-size: 49px;
  font-weight: 900;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .headline h2 small {
    display: inline;
    font-size: 9.042553191489363vw;
    font-weight: bold;
  }
}

.berlingo #lineup .headline h2 span {
  display: block;
  margin-top: 20px;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .headline h2 span {
    margin-top: 1.5625vw;
    font-size: 4.375vw;
  }
}

.berlingo #lineup .inner {
  max-width: 798px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner {
    width: 87.5vw;
  }
}

.berlingo #lineup .inner .ber_carousel {
  position: relative;
  margin-top: 76px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel {
    margin-top: 7.5vw;
  }
}

.berlingo #lineup .inner .ber_carousel * {
  text-align: center;
}

.berlingo #lineup .inner .ber_carousel .slick-slide {
  box-sizing: border-box;
  padding: 0 16px;
}

.berlingo #lineup .inner .ber_carousel .slick-slide:first-of-type {
  padding-left: 0;
}

.berlingo #lineup .inner .ber_carousel .slick-slide:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel .slick-slide {
    padding: 0;
  }
}

.berlingo #lineup .inner .ber_carousel .slick-arrow {
  display: block;
  position: absolute;
  top: 45%;
  width: 44px;
  height: 44px;
  border: solid 1px #646464;
  border-radius: 100px;
  margin: auto;
  background: url("../images/icon_arrow1.svg") no-repeat 53% center/auto 40%;
  cursor: pointer;
  z-index: 1;
}

.berlingo #lineup .inner .ber_carousel .slick-arrow.ber_prev {
  left: -10px;
  transform: rotate(180deg);
}

@media only screen and (min-width: 769px) {
  .berlingo #lineup .inner .ber_carousel .slick-arrow.ber_prev {
    left: 0;
  }
}

.berlingo #lineup .inner .ber_carousel .slick-arrow.ber_next {
  right: -10px;
}

@media only screen and (min-width: 769px) {
  .berlingo #lineup .inner .ber_carousel .slick-arrow.ber_next {
    right: 0;
  }
}

.berlingo #lineup .inner .ber_carousel figcaption {
  margin-top: -0.5em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.berlingo #lineup .inner .ber_carousel p.ber_number {
  display: inline-block;
  width: 75px;
  height: 15.33px;
  border: solid #000 1px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel p.ber_number {
    width: 22.8125vw;
    height: 4.25vw;
    font-size: 3.75vw;
  }
}

.berlingo #lineup .inner .ber_carousel p.ber_number span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 14px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel p.ber_number span.en {
    width: 22.8125vw;
    font-size: 4.375vw;
  }
}

.berlingo #lineup .inner .ber_carousel h3 {
  margin-top: 20px;
  color: #7A99AC;
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel h3 {
    margin-top: 6.382978723404255vw;
    font-size: 4.25531914893617vw;
    letter-spacing: -0.1276595744680851vw;
  }
}

.berlingo #lineup .inner .ber_carousel .ber_note {
  margin-top: 13px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
  line-height: 20.64px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel .ber_note {
    margin-top: 3.4574468085106385vw;
    font-size: 3.1914893617021276vw;
    font-weight: 500;
    letter-spacing: -0.1276595744680851vw;
    line-height: 4.803191489361701vw;
  }
}

.berlingo #lineup .inner .ber_carousel .ber_note span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel .ber_note span.en {
    font-size: 3.723404255319149vw;
    font-weight: 400;
    letter-spacing: -0.14893617021276595vw;
  }
}

.berlingo #lineup .inner .ber_carousel h4 {
  margin-top: 13px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel h4 {
    margin-top: 3.4574468085106385vw;
    font-size: 3.1914893617021276vw;
    letter-spacing: -0.06382978723404255vw;
  }
}

.berlingo #lineup .inner .ber_carousel .ber_price {
  margin-top: 4px;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel .ber_price {
    margin-top: 1.0638297872340425vw;
    font-size: 5.319148936170213vw;
  }
}

.berlingo #lineup .inner .ber_carousel .ber_price span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 26px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .ber_carousel .ber_price span.en {
    font-size: 5.851063829787234vw;
  }
}

.berlingo #lineup .inner .link {
  margin-top: 76px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .link {
    margin-top: 12.76595744680851vw;
  }
}

.berlingo #lineup .inner .link p {
  line-height: 1;
}

.berlingo #lineup .inner .link p:nth-of-type(n+2) {
  margin-top: 18px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .link p:nth-of-type(n+2) {
    margin-top: 4.6875vw;
  }
}

.berlingo #lineup .inner .link p a {
  display: inline-block;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .link p a {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #lineup .inner .link p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.berlingo #lineup .inner .link p a:hover::after {
  transform: scaleX(1);
}

.berlingo #lineup .inner .link p a span {
  font-family: "Citroen Type", "Citroen";
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .link p a span {
    font-size: 4.25531914893617vw;
  }
}

.berlingo #lineup .inner .link p a img {
  display: inline-block;
  width: 5px;
  margin-left: 10px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .link p a img {
    width: 1.3297872340425532vw;
    margin-left: 2.6595744680851063vw;
    margin-bottom: 1.3297872340425532vw;
  }
}

.sticky_banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #e51f1f;
  color: #fff;
  z-index: 100;
  line-height: 1;
}

.sticky_banner .ber_inner {
  max-width: 565px;
  margin: 0 auto;
  padding: 7px 0;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner {
    width: 96%;
    max-width: 90.42553191489363vw;
    padding: 2.127659574468085vw 0;
  }
}

.sticky_banner .ber_inner p.link1 {
  display: inline-block;
  width: 265px;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.66px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 {
    width: 65%;
    font-size: 5.319148936170213vw;
    line-height: -0.15957446808510636vw;
  }
}

.sticky_banner .ber_inner p.link1 small {
  display: inline-block;
  font-family: "Citroen Type", "Citroen";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 small {
    display: inline;
    font-size: 4.375vw;
    font-weight: bold;
  }
}

.sticky_banner .ber_inner p.link1 small.day {
  display: inline-block;
  font-family: "Citroen Type", "Citroen";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 small.day {
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 5.3125vw;
  }
}

.sticky_banner .ber_inner p.link1 span {
  display: inline-block;
  margin-left: 5px;
  font-family: "Citroen Type", "Citroen";
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 span {
    font-size: 3.75vw;
    letter-spacing: -0.36px;
  }
}

.sticky_banner .ber_inner p.link1 img {
  display: inline-block;
  width: 18px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 img {
    display: none;
  }
}

.sticky_banner .ber_inner p.link2 {
  display: inline-block;
  width: 300px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link2 {
    width: 35%;
  }
}

.sticky_banner .ber_inner p.link2 a {
  transition: opacity 0.4s ease;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 18px 0;
  background: #fff;
  border-radius: 100px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #E51F1F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link2 a {
    width: 100%;
    padding: 0.7978723404255319vw 0;
    font-size: 3.723404255319149vw;
    line-height: 4.430851063829787vw;
  }
  .sticky_banner .ber_inner p.link2 a span {
    display: none;
  }
}

.sticky_banner .ber_inner p.link2 a:hover {
  opacity: 0.85;
}

.sticky_banner .ber_inner_close {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner_close {
    display: block;
    max-width: 96%;
  }
}

.sticky_banner .ber_inner_close p.link {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0;
  box-sizing: border-box;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner_close p.link:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner_close p.link {
    display: block;
    max-width: 100%;
  }
}

.sticky_banner .ber_inner_close p.link a {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  background: #fff;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  color: #e51f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner_close p.link a {
    width: 100%;
    padding: 18px 0;
    font-size: 4.0625vw;
    font-weight: 600;
  }
}

#section_purchase-support {
  background-color: #ccd4dc;
}

#section_purchase-support .wrapper_support {
  background-color: #fff;
}

#section_purchase-support .wrapper_support .heading_2 {
  color: #202252;
  font-weight: 700;
  text-align: center;
}

#section_purchase-support .wrapper_support_inner .container {
  display: flex;
}

#section_purchase-support .wrapper_support_inner .container.btline {
  border-bottom: 1px solid silver;
}

#section_purchase-support .wrapper_support_inner .container_image {
  flex: 0 0 auto;
}

#section_purchase-support .wrapper_support_inner .container_image picture {
  display: block;
}

#section_purchase-support .wrapper_support_inner .container_content {
  width: 100%;
}

#section_purchase-support .wrapper_support_inner .container_content .heading_2 {
  font-weight: 700;
  text-align: left;
}

#section_purchase-support .wrapper_support_inner .container_content .heading_3 {
  color: #57718a;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

#section_purchase-support .wrapper_support_inner .container_content .copy {
  letter-spacing: 0.02em;
}

#section_purchase-support .wrapper_support_inner .container_content .copy a {
  color: #0279FF;
}

#section_purchase-support .wrapper_support_inner .container_content dl.model {
  line-height: 1.56;
  margin: 1em 0;
}

#section_purchase-support .wrapper_support_inner .wrapper_btns .cmn-button {
  background-color: #57718a;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  #section_purchase-support {
    padding: 70px 0;
  }
  #section_purchase-support .wrapper_support {
    padding: 50px 60px;
  }
  #section_purchase-support .wrapper_support .heading_2 {
    font-size: 3.4rem;
    margin-bottom: 46px;
  }
  #section_purchase-support .wrapper_support .heading_2.pp {
    font-size: 2.8rem;
  }
  #section_purchase-support .wrapper_support_inner .container {
    margin-bottom: 50px;
  }
  #section_purchase-support .wrapper_support_inner .container.btline {
    padding-bottom: 50px;
  }
  #section_purchase-support .wrapper_support_inner .container_image {
    display: flex;
    justify-content: center;
    padding-left: 50px;
    padding-top: 20px;
    width: 328px;
  }
  #section_purchase-support .wrapper_support_inner .container_image.-center {
    justify-content: center;
  }
  #section_purchase-support .wrapper_support_inner .container_image picture {
    width: 159px;
  }
  #section_purchase-support .wrapper_support_inner .container_content {
    padding-left: 50px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_3 {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy:nth-of-type(2) {
    margin-top: 20px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy + .cmn-button_simple {
    margin-top: 20px;
  }
  #section_purchase-support .wrapper_support_inner .container_content dl.model {
    align-items: flex-start;
    display: flex;
    font-size: 1.6rem;
  }
  #section_purchase-support .wrapper_support_inner .container_content dl.model dt {
    padding-top: 1px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .cmn-button_simple + .cmn-button_simple {
    margin-left: 28px;
  }
  #section_purchase-support .wrapper_support_inner .container_content ul.note {
    font-size: 1.4rem;
    line-height: 1.57;
    margin-top: 20px;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns {
    display: flex;
    flex-direction: column;
    margin: 40px auto 0 auto;
    width: 800px;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns .cmn-button {
    font-size: 1.6rem;
    margin: 0 auto 20px;
    min-height: 50px;
    min-width: 260px;
  }
  .cmn-button {
    border-radius: 28px;
    font-size: 1.8rem;
    min-height: 56px;
  }
  .cmn-button:after {
    height: 16px;
    right: 20px;
    width: 9px;
  }
  .cmn-button.-auto-width {
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #section_purchase-support {
    padding: 10.67vw 0;
  }
  #section_purchase-support .wrapper_support {
    padding: 8vw 4vw;
  }
  #section_purchase-support .wrapper_support .heading_2 {
    font-size: 4.53vw;
    margin-bottom: 6.67vw;
  }
  #section_purchase-support .wrapper_support_inner .container {
    margin-bottom: 7.2vw;
  }
  #section_purchase-support .wrapper_support_inner .container.btline {
    padding-bottom: 10.67vw;
  }
  #section_purchase-support .wrapper_support_inner .container_image {
    width: 25.87vw;
  }
  #section_purchase-support .wrapper_support_inner .container_image picture + picture {
    margin-top: 3.73vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content {
    padding-left: 3.73vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_2 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_3 {
    font-size: 3.73vw;
    margin-bottom: 2.13vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy {
    font-size: 3.47vw;
    line-height: 1.46;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy:nth-of-type(2) {
    margin-top: 20px;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy + .cmn-button_simple {
    margin-top: 3.47vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content dl.model {
    font-size: 3.47vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .cmn-button_simple + .cmn-button_simple {
    margin-top: 3.47vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content ul.note {
    font-size: 2.93vw;
    line-height: 1.46;
    margin-top: 2vw;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns .cmn-button + .cmn-button {
    margin-top: 5.33vw;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns .cmn-button.-auto-width {
    width: 100%;
  }
  .wrapper_btns {
    margin: 0 !important;
  }
  .cmn-button {
    border-radius: 6.67vw;
    font-size: 4.27vw;
    margin: 0 !important;
    margin-bottom: 1.33vw;
    min-height: 13.33vw;
    padding: 2.67vw 10vw !important;
    width: 78.67vw;
    line-height: 1.2 !important;
  }
  .cmn-button:after {
    height: 3.47vw;
    right: 3.2vw;
    width: 2.13vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  #section_purchase-support .wrapper_support .heading_2 {
    font-size: 2.49vw;
    margin-bottom: 3.37vw;
  }
  #section_purchase-support .wrapper_support_inner .container.btline {
    padding-bottom: 3.66vw;
  }
  #section_purchase-support .wrapper_support_inner .container_image picture {
    width: 11.64vw;
  }
  #section_purchase-support .wrapper_support_inner .container_image {
    padding-left: 3.66vw;
    padding-top: 1.46vw;
    width: 24.01vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_2 {
    font-size: 1.76vw;
    margin-bottom: 1.46vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .heading_3 {
    font-size: 1.61vw;
    margin-bottom: 1.32vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy + .cmn-button_simple {
    margin-top: 1.46vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .copy {
    font-size: 1.24vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content dl.model {
    font-size: 1.17vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content .cmn-button_simple + .cmn-button_simple {
    margin-left: 2.05vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content ul.note {
    margin-top: 1.46vw;
  }
  #section_purchase-support .wrapper_support_inner .container_content {
    padding-left: 3.66vw;
  }
  #section_purchase-support .wrapper_support_inner .container {
    margin-bottom: 3.66vw;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns .cmn-button {
    font-size: 1.17vw;
    margin: 0 auto 1.46vw;
    min-height: 3.66vw;
    min-width: 19.03vw;
  }
  #section_purchase-support .wrapper_support_inner .wrapper_btns {
    width: 58.57vw;
  }
  #section_purchase-support .wrapper_support {
    padding: 3.66vw 4.39vw;
  }
  #section_purchase-support {
    padding: 5.12vw 0;
  }
  .cmn-button {
    border-radius: 2.05vw;
    font-size: 1.32vw;
    min-height: 4.1vw;
    width: 28.26vw;
  }
}

.wrapper_btns {
  display: block !important;
  text-align: center !important;
}

.wrapper_btns a {
  margin: auto;
  width: max-content !important;
}

.section_footnote .local-inner {
  margin: 0 auto;
}

.section_footnote .list_note {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 768px) {
  .section_footnote {
    line-height: 1.66;
    padding: 70px 35px;
  }
  .section_footnote .local-inner {
    max-width: 970px;
  }
  .section_footnote h4 {
    font-size: 1.4rem;
  }
  .section_footnote .list_note {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .section_footnote {
    line-height: 1.6;
    padding: 12vw 5.33vw 0;
  }
  .section_footnote h4 {
    font-size: 3.2vw;
  }
  .section_footnote .list_note {
    font-size: 2.67vw;
    margin-bottom: 2vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1366px) {
  .section_footnote .list_note {
    margin-bottom: 1.1vw;
  }
}

.footer_passport {
  width: 928px;
  margin: 0 auto;
  padding: 76px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .footer_passport {
    width: 89.36170212765957vw;
    padding: 10.638297872340425vw 0;
  }
}

.footer_passport .text4 {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3",-apple-system,BlinkMacSystemFont,"Noto Sans JP","Yu Gothic","游ゴシック","Meiryo","メイリオ",sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .footer_passport .text4 {
    font-size: 3.1914893617021276vw;
    letter-spacing: -0.1276595744680851vw;
  }
}

.footer_passport .text4 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 14px;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .footer_passport .text4 span.en {
    font-size: 3.723404255319149vw;
  }
}

.sticky_banner .ber_inner2025 {
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 0;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 {
    max-width: 96%;
  }
}

.sticky_banner .ber_inner2025 p.link1 {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link1 {
    width: 60%;
    font-size: 3.75vw;
    line-height: 1.5;
  }
}

.sticky_banner .ber_inner2025 p.link1 small {
  font-family: Citroen;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link1 small {
    font-size: 4.375vw;
  }
}

.sticky_banner .ber_inner2025 p.link1 span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  font-family: Citroen;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link1 span {
    vertical-align: middle;
    font-size: 3.75vw;
  }
}

.sticky_banner .ber_inner2025 p.link1 img {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link1 img {
    width: 3.125vw;
  }
}

.sticky_banner .ber_inner2025 p.link2 {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link2 {
    width: 40%;
  }
}

.sticky_banner .ber_inner2025 p.link2 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 18px 0;
  background: #fff;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  color: #e51f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025 p.link2 a {
    width: 100%;
    padding: 6px 0;
    font-size: 4.0625vw;
    font-weight: 600;
    line-height: 1.2;
  }
  .sticky_banner .ber_inner2025 p.link2 a span {
    display: none;
  }
}

.sticky_banner .ber_inner2025_close {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025_close {
    display: block;
    max-width: 96%;
  }
}

.sticky_banner .ber_inner2025_close p.link {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0;
  box-sizing: border-box;
  text-align: right;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025_close p.link:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025_close p.link {
    display: block;
    max-width: 100%;
  }
}

.sticky_banner .ber_inner2025_close p.link a {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  background: #fff;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  color: #e51f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner2025_close p.link a {
    width: 100%;
    padding: 18px 0;
    font-size: 4.0625vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .page-top {
    bottom: 20vw;
    right: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .g-footer {
    margin-bottom: 20vw !important;
  }
}

.ber_btn_modal {
  position: relative;
}

.ber_btn_modal span.movie_aicon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

/*
Aqua Green
*/
#aquagreen #section_purchase-support h3 {
  color: #82C5C7;
}

#aquagreen #aquagreen_banner {
  padding: 60px 0;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  #aquagreen #aquagreen_banner {
    padding: 10.3125vw 0;
  }
}

#aquagreen #aquagreen_banner .inner {
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  #aquagreen #aquagreen_banner .inner {
    width: 87.5vw;
  }
}

#aquagreen #aquagreen_banner .inner p {
  text-align: center;
}

#aquagreen #aquagreen_banner .inner p img {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) {
  #aquagreen_buy_support {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* コンテナのスタイル（縦動画の 9:16 の比率をキープ） */
.youtube-custom-thumbnail-vertical {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9 / 16;
  background-color: #000;
  cursor: pointer;
  overflow: hidden; /* これがあることで角丸からはみ出した画像が隠れます */
  
  /* ↓今回追加するスタイル↓ */
  margin: 0 auto; /* 中央揃えにする */
  border-radius: 16px; /* 角を丸くする（数値はお好みで調整してください） */
}


/* オリジナルカバー画像のスタイル */
.youtube-custom-thumbnail-vertical .custom-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠いっぱいに画像をトリミングして表示 */
  display: block;
  transition: opacity 0.3s ease; /* ホバー用アニメーション */
}

/* （任意）マウスオーバー時に少し画像を暗くしてクリックできることを伝える */
.youtube-custom-thumbnail-vertical:hover .custom-cover {
  opacity: 0.8;
}

/* 埋め込まれたiframeを親要素にフィットさせる */
.youtube-custom-thumbnail-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px; /* ←ここを追加してiframe自体も角丸に */
}