@charset "UTF-8";
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;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .berlingo {
    font-size: 1.6rem;
  }
  .berlingo .ber_pc {
    display: none !important;
  }
}
.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: 768px) {
  .berlingo .ber_inner {
    padding: 0 20px;
  }
}
.berlingo .ber_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #4C4A49;
}
.berlingo .ber_ttl + p {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_ttl {
    margin-bottom: 0.5em;
    font-size: 3.8rem;
  }
}
.berlingo .ber_note {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .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: 769px) {
  .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: 769px) {
  .berlingo .box h3,
  .berlingo .ber_box h3 {
    font-size: 3rem;
  }
}
.berlingo .slick-dots {
  position: static;
}
.berlingo .slick-dots li {
  width: 12px;
  height: 12px;
}
.berlingo .slick-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #808080;
  border-radius: 100px;
  white-space: nowrap;
  text-indent: 99999px;
  overflow: hidden;
}
.berlingo .slick-dots .slick-active button {
  background-color: #8092A5;
}
.berlingo #ber_kv {
  position: relative;
  line-height: 1;
  /* フッター被り防止（不要なら削除可） */
}
.berlingo #ber_kv h1 {
  line-height: 1;
}
.berlingo #ber_kv h1 img {
  display: inline-block;
  width: 100%;
}
.berlingo #ber_kv p.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv p.sp {
    display: inline-block;
    line-height: 1;
    position: static;
    /* 旧：ヘッダー直下固定（不要なら削除してもOK） */
    /* 新：常に画面下に固定（余白なし・横幅100%） */
  }
  .berlingo #ber_kv p.sp.is-fixed {
    position: fixed;
    --fix-top-tweak: -2px;
    top: calc(var(--fix-top-offset, 119.53px) + var(--fix-top-tweak));
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 900;
  }
  .berlingo #ber_kv p.sp.is-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0; /* ← 余白をなくす */
    width: 100%;
    z-index: 1000;
    /* 中央揃え不要なら削除OK */
    display: flex;
    justify-content: center;
    /* 背面タップ抑止、リンクは有効化 */
    pointer-events: none;
  }
  .berlingo #ber_kv p.sp.is-fixed-bottom a {
    pointer-events: auto;
    display: inline-block;
    width: 100%; /* ← 横幅100%リンクに */
  }
  .berlingo #ber_kv p.sp.is-fixed-bottom picture,
  .berlingo #ber_kv p.sp.is-fixed-bottom img {
    width: 100%; /* ← 横幅100%表示 */
    height: auto;
  }
}
.berlingo #ber_kv p.sp img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv p.sp img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .berlingo #ber_kv body.has-sp-bottom-cta {
    padding-bottom: var(--sp-bottom-cta, 0px);
  }
}
.berlingo #ber_kv p.pc {
  position: absolute;
  bottom: 1.3020833333vw;
  right: 1.5104166667vw;
  line-height: 1;
  /* スクロール後に右下で追従（PC時のみ） */
}
@media only screen and (max-width: 1024px) {
  .berlingo #ber_kv p.pc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .berlingo #ber_kv p.pc.is-fixed {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 9000;
  }
}
.berlingo #ber_kv p.pc img {
  display: inline-block;
  width: 10.5729166667vw;
  height: 10.5729166667vw;
}
.berlingo #statement {
  line-height: 1;
}
.berlingo #statement .inner {
  width: 67.8645833333vw;
  margin: 7.5442708333vw auto 0 auto;
  box-sizing: border-box;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner {
    width: 87.5vw;
    margin: 10.9vw auto 0 auto;
  }
}
.berlingo #statement .inner p.midashi {
  line-height: 1;
  text-align: center;
}
.berlingo #statement .inner p.midashi span {
  display: inline-block;
  padding-bottom: 5px;
  background-image: url("../images/3800.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 20px;
}
.berlingo #statement .inner p.midashi span img {
  display: inline-block;
  width: 100%;
  max-width: 67.0692708333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner p.midashi span img {
    max-width: 100%;
  }
}
.berlingo #statement .inner .column2 {
  width: 100%;
  margin-top: 5.9838541667vw;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 {
    display: block;
    margin-top: 0;
  }
}
.berlingo #statement .inner .column2 .left {
  display: inline-block;
  vertical-align: middle;
  width: 28.8614583333vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 .left {
    display: block;
    width: 100%;
    margin-top: 10.748vw;
  }
}
.berlingo #statement .inner .column2 .left p {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.875vw;
  font-weight: 300;
  letter-spacing: 0.0973958333vw;
  line-height: 3.4375vw;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 .left p {
    font-size: 4.8vw;
    font-weight: 200;
    letter-spacing: 0.2493333333vw;
    line-height: 8.8vw;
    text-align: center;
  }
}
.berlingo #statement .inner .column2 .left p:nth-of-type(n+2) {
  margin-top: 4vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 .left p:nth-of-type(n+2) {
    margin-top: 8.1706666667vw;
  }
}
.berlingo #statement .inner .column2 .left p img {
  display: inline-block;
  width: 15.2203125vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 .left p img {
    width: 38.964vw;
  }
}
.berlingo #statement .inner .column2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 39.003125vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #statement .inner .column2 .right {
    display: block;
    width: 100%;
    margin-top: 10.9186666667vw;
  }
}
.berlingo #statement .inner .column2 .right img {
  display: inline-block;
  width: 100%;
}
.berlingo #point {
  line-height: 1;
}
.berlingo #point .inner1 {
  width: 67.8645833333vw;
  margin: 12.4765625vw auto 0 auto;
  box-sizing: border-box;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 {
    width: 87.5vw;
    margin: 10.876vw auto 0 auto;
  }
}
.berlingo #point .inner1 h2.head-border {
  display: flex;
  align-items: center;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 500;
  letter-spacing: 0.075vw;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 h2.head-border {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1626666667vw;
  }
}
.berlingo #point .inner1 h2.head-border::before, .berlingo #point .inner1 h2.head-border::after {
  content: "";
  flex-grow: 1;
  height: 6px;
  background: linear-gradient(to bottom, #000 0, #000 1px, transparent 1px, transparent 5px, #000 5px, #000 6px);
}
.berlingo #point .inner1 h2.head-border::before {
  margin-right: 2rem;
}
.berlingo #point .inner1 h2.head-border::after {
  margin-left: 2rem;
}
.berlingo #point .inner1 h2.head-border .text {
  display: inline-flex;
  align-items: baseline;
}
.berlingo #point .inner1 h2.head-border .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 400;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 h2.head-border .en {
    font-size: 4.8vw;
  }
}
.berlingo #point .inner1 .link {
  display: flex;
  gap: 0 4.0625vw;
  width: 100%;
  margin: 2.5182291667vw auto 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link {
    margin: 3.388vw auto 0 auto;
    gap: 0 4.5333333333vw;
  }
}
.berlingo #point .inner1 .link div {
  position: relative;
  width: 23.9583333333vw;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link div {
    position: static;
    width: 26.2666666667vw;
    aspect-ratio: auto;
    overflow: visible;
  }
}
.berlingo #point .inner1 .link div a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link div a {
    height: auto;
  }
}
.berlingo #point .inner1 .link div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 300ms cubic-bezier(0.2, 0.6, 0.2, 1);
  will-change: transform;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link div a img {
    height: auto;
  }
}
.berlingo #point .inner1 .link div:hover a img, .berlingo #point .inner1 .link div:focus-within a img {
  transform: scale(1.06);
}
.berlingo #point .inner1 .link div p {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.5208333333vw 1.0416666667vw;
  background: #fff;
  border-right: solid #000 1px;
  border-bottom: solid #000 1px;
  font-family: "Citroen Type", "Citroen";
  font-size: 1.5625vw;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link div p {
    position: static;
    display: block;
    padding: 1.0416666667vw 0;
    border: 0;
    font-size: 3.3333333333vw;
  }
}
.berlingo #point .inner1 .link div p span {
  display: block;
  margin-top: 0.5208333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.7291666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner1 .link div p span {
    margin-top: 0.6666666667vw;
    font-size: 2.4vw;
  }
}
.berlingo #point .inner1 .link div:nth-child(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (prefers-reduced-motion: reduce) {
  .berlingo #point .inner1 .link div a img {
    transition: none;
  }
}
.berlingo #point .inner2 {
  margin-top: 12.2916666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 {
    margin-top: 11.8666666667vw;
  }
}
.berlingo #point .inner2 article:nth-of-type(n+2) {
  margin-top: 1.5625vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article:nth-of-type(n+2) {
    margin-top: 2.7293333333vw;
  }
}
.berlingo #point .inner2 article:nth-of-type(1) .column2 {
  background: #D1C2EF;
}
.berlingo #point .inner2 article:nth-of-type(1) .column2 .right {
  border-left: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article:nth-of-type(1) .column2 .right {
    border-left: 0;
    border-top: solid #000 1px;
  }
}
.berlingo #point .inner2 article:nth-of-type(2) .column2 {
  background: #ADDFEF;
}
.berlingo #point .inner2 article:nth-of-type(2) .column2 .left {
  border-left: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article:nth-of-type(2) .column2 .left {
    border-left: 0;
    border-bottom: solid #000 1px;
  }
}
.berlingo #point .inner2 article:nth-of-type(3) .column2 {
  background: #C9F0A6;
}
.berlingo #point .inner2 article:nth-of-type(3) .column2 .right {
  border-left: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article:nth-of-type(3) .column2 .right {
    border-left: 0;
    border-top: solid #000 1px;
  }
}
.berlingo #point .inner2 article .column2 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article .column2 {
    display: block;
  }
}
.berlingo #point .inner2 article .column2 .left {
  display: table-cell;
  vertical-align: middle;
  width: 53.9583333333vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article .column2 .left {
    display: block;
    width: 100%;
  }
}
.berlingo #point .inner2 article .column2 .left img {
  width: 100%;
  height: 31.71875vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article .column2 .left img {
    height: 58.8vw;
  }
}
.berlingo #point .inner2 article .column2 .right {
  display: table-cell;
  vertical-align: middle;
  width: 46.0416666667vw;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #point .inner2 article .column2 .right {
    display: block;
    width: 100%;
    padding: 9.9573333333vw 0 7.2906666667vw 0;
    border-left: 0;
  }
}
.berlingo #features {
  padding: 6.8619791667vw 0;
  border-bottom: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features {
    padding: 12.36vw 0;
  }
}
.berlingo #features .inner {
  width: 62.5vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner {
    width: 87.5vw;
  }
}
.berlingo #features .inner h2.head-border {
  display: flex;
  align-items: center;
  font-family: "Citroen Type", "Citroen";
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner h2.head-border {
    font-size: 11.7333333333vw;
  }
}
.berlingo #features .inner h2.head-border::before, .berlingo #features .inner h2.head-border::after {
  content: "";
  flex-grow: 1;
  height: 6px;
  background: linear-gradient(to bottom, #000 0, #000 1px, transparent 1px, transparent 5px, #000 5px, #000 6px);
}
.berlingo #features .inner h2.head-border::before {
  margin-right: 2rem;
}
.berlingo #features .inner h2.head-border::after {
  margin-left: 2rem;
}
.berlingo #features .inner .bodycolor {
  padding-bottom: 2.6041666667vw;
  border-bottom: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor {
    padding-bottom: 8.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor h3 {
  margin-top: 4.5416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.075vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor h3 {
    margin-top: 8.4666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.berlingo #features .inner .bodycolor h3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor h3 .en {
    font-size: 5.6vw;
  }
}
.berlingo #features .inner .bodycolor p.text1 {
  margin-top: 1.8229166667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5625vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor p.text1 {
    margin-top: 4.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #features .inner .bodycolor p.text1 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor p.text1 .en {
    font-size: 4vw;
  }
}
.berlingo #features .inner .bodycolor .type {
  display: flex;
  justify-content: space-between;
  width: 14.6447916667vw;
  margin: 2.6041666667vw auto 0 auto;
  box-sizing: border-box;
  /* アクティブ状態だけ二重リングを出す */
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .type {
    width: 100%;
    margin: 8.4666666667vw auto 0 auto;
  }
}
.berlingo #features .inner .bodycolor .type p.img1 {
  width: 2.5328125vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .type p.img1 {
    width: 11.4013333333vw;
  }
}
.berlingo #features .inner .bodycolor .type p.img1 img {
  display: inline-block;
  width: 100%;
}
.berlingo #features .inner .bodycolor .type .img1.is-active img {
  /* 幅は p.img1 で管理しているのでここでは触らなくてもOK
    もし前の指定から継ぎたい場合は下2行を残しても可 */
  display: block;
  border-radius: 50%;
  /* すき間(5px)＋枠線(2px)を外側に描く2重リング */
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px #8b8b8b; /* 枠線（= 5px + 2px）*/
  /* 念のため、画像の縮み対策 */
  max-width: none;
}
.berlingo #features .inner .bodycolor .column2 {
  margin-top: 2.6041666667vw;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 {
    margin-top: 4.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30.0536458333vw);
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .left {
    display: block;
    width: 100%;
  }
}
.berlingo #features .inner .bodycolor .column2 .left p.img2 {
  display: inline-block;
  width: 100%;
}
.berlingo #features .inner .bodycolor .column2 .left p.text2 {
  margin-top: 1.0416666667vw;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .left p.text2 {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .left p.text2 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.8333333333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .left p.text2 .en {
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right {
  display: inline-block;
  vertical-align: top;
  width: 30.0536458333vw;
  padding-top: 3.128125vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right {
    display: block;
    width: 100%;
    padding-top: 4.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right .name {
  padding-bottom: 1.0458333333vw;
  box-sizing: border-box;
  border-bottom: solid #000 1px;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right .name {
    padding-bottom: 4.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right .name p.text3 {
  display: inline-block;
  vertical-align: middle;
  width: 14.6114583333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right .name p.text3 {
    width: 50%;
    font-size: 3.7333333333vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right .name p.text3 span {
  display: block;
  margin-top: 0.5208333333vw;
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right .name p.text3 span {
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right .name p.img3 {
  display: inline-block;
  vertical-align: middle;
  width: 14.6114583333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right .name p.img3 {
    width: 40.5333333333vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right .name p.img3 img {
  display: inline-block;
  width: 100%;
}
.berlingo #features .inner .bodycolor .column2 .right p.text4 {
  margin-top: 1.0458333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.5625vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right p.text4 {
    margin-top: 4.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #features .inner .bodycolor .column2 .right p.text4 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.9375vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .bodycolor .column2 .right p.text4 .en {
    font-size: 4vw;
  }
}
.berlingo #features .inner .colorclip {
  line-height: 1;
}
.berlingo #features .inner .colorclip h3 {
  margin-top: 4.5416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.075vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip h3 {
    margin-top: 8.4666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.berlingo #features .inner .colorclip h3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip h3 .en {
    font-size: 5.6vw;
  }
}
.berlingo #features .inner .colorclip p.text1 {
  margin-top: 1.8229166667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5625vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip p.text1 {
    margin-top: 4.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #features .inner .colorclip p.text1 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip p.text1 .en {
    font-size: 4vw;
  }
}
.berlingo #features .inner .colorclip p.text2 {
  margin-top: 1.0416666667vw;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip p.text2 {
    margin-top: 4.3333333333vw;
    font-size: 3.2vw;
  }
}
.berlingo #features .inner .colorclip .column3 {
  display: flex;
  justify-content: space-between;
  gap: 1.9890625vw;
  margin-top: 1.8229166667vw;
}
.berlingo #features .inner .colorclip .column3 p.img {
  flex: 1;
  border: solid #000 1px;
}
.berlingo #features .inner .colorclip .column3 p.img img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .colorclip .column3 {
    display: grid;
    grid-template-columns: 54.424vw 32.1466666667vw;
    grid-template-rows: 1fr 1fr;
    gap: 1.1626666667vw;
    margin-top: 4.3333333333vw;
  }
  .berlingo #features .inner .colorclip .column3 p.img {
    height: 100%;
  }
  .berlingo #features .inner .colorclip .column3 p.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .berlingo #features .inner .colorclip .column3 p.img:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1;
    align-self: stretch;
  }
  .berlingo #features .inner .colorclip .column3 p.img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
  }
  .berlingo #features .inner .colorclip .column3 p.img:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
  }
}
.berlingo #features .inner .limited {
  margin-top: 4.6984375vw;
  border: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited {
    margin-top: 7.3066666667vw;
  }
}
.berlingo #features .inner .limited .flask {
  width: 55.575vw;
  margin: 0 auto;
  padding: 3.8541666667svw 0;
  box-sizing: border-box;
  /* 3枚を同じセルに重ねる：高さは画像で保たれる（GridならOK） */
  /* 画像を重ねる（Gridなので高さは潰れません） */
  /* 位相ずらし（ネガティブdelayで初回から綺麗に回る） */
  /* 常にどれか1枚は表示（白瞬間ゼロのクロスフェード） */
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask {
    width: 80vw;
    padding: 9.1693333333vw 0;
  }
}
.berlingo #features .inner .limited .flask .midashi {
  font-size: 0;
  text-align: center;
}
.berlingo #features .inner .limited .flask .midashi p.img1 {
  display: inline-block;
  vertical-align: middle;
}
.berlingo #features .inner .limited .flask .midashi p.img1 img {
  display: inline-block;
  width: 6.25vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask .midashi p.img1 img {
    width: 16vw;
  }
}
.berlingo #features .inner .limited .flask .midashi h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.075vw;
  line-height: 3.125vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask .midashi h3 {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    line-height: 8vw;
  }
}
.berlingo #features .inner .limited .flask .midashi h3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask .midashi h3 .en {
    font-size: 5.6vw;
  }
}
.berlingo #features .inner .limited .flask p.text1 {
  margin-top: 1.8229166667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5625vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.text1 {
    margin-top: 4.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #features .inner .limited .flask p.text1 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.text1 .en {
    font-size: 4vw;
  }
}
.berlingo #features .inner .limited .flask .column2 {
  display: flex;
  justify-content: space-between;
  gap: 1.8427083333vw;
  margin-top: 3.6619791667vw;
}
.berlingo #features .inner .limited .flask .column2 p.img2 {
  flex: 1;
}
.berlingo #features .inner .limited .flask .column2 p.img2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask .column2 {
    gap: 1.0946666667vw;
    margin-top: 3.968vw;
  }
}
.berlingo #features .inner .limited .flask p.text2 {
  margin-top: 4.5432291667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.text2 {
    margin-top: 6.6vw;
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .limited .flask p.text2 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.3541666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.text2 .en {
    font-size: 3.7333333333vw;
  }
}
.berlingo #features .inner .limited .flask .column10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1vw;
  margin-top: 1.5421875vw;
}
.berlingo #features .inner .limited .flask .column10 > p {
  margin: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.2083333333vw;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(1) {
  background-color: #7A99AC;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(2) {
  background-color: #D9281C;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(3) {
  background-color: #F7F6F2;
  border: 1px solid #707070;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(4) {
  background-color: #10181E;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(5) {
  background-color: #349C5D;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(6) {
  background-color: #F6E100;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(7) {
  background-color: #E05C16;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(8) {
  background-color: #5F4B8B;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(9) {
  background-color: #FDB4C1;
}
.berlingo #features .inner .limited .flask .column10 > p:nth-child(10) {
  background-color: #593B39;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask .column10 {
    grid-template-columns: repeat(5, 1fr);
    gap: 2vw;
    margin-top: 5.3333333333vw;
  }
  .berlingo #features .inner .limited .flask .column10 > p {
    border-radius: 0.8vw;
  }
}
.berlingo #features .inner .limited .flask p.text3 {
  margin-top: 1.0416666667vw;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.text3 {
    margin-top: 4.3333333333vw;
    font-size: 3.2vw;
  }
}
.berlingo #features .inner .limited .flask p.link {
  margin-top: 2.2916666667vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.link {
    margin-top: 8.352vw;
  }
}
.berlingo #features .inner .limited .flask p.link a {
  display: inline-block;
  width: 20.0520833333vw;
  padding: 0.9895833333vw 0;
  background: #597189;
  border-radius: 5.2083333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.link a {
    width: 75.6773333333vw;
    padding: 3.3333333333vw 0;
    border-radius: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .limited .flask p.link a span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.link a span.en {
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .limited .flask p.diagnosis {
  margin-top: 6.4822916667vw;
}
.berlingo #features .inner .limited .flask p.diagnosis img {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .limited .flask p.diagnosis {
    margin-top: 10.14vw;
  }
}
.berlingo #features .inner .limited .flask .diagnosis .diag-rotator {
  display: grid;
}
.berlingo #features .inner .limited .flask .diagnosis .diag-rotator > img {
  grid-area: 1/1;
  width: 100%;
  height: auto;
  opacity: 0;
  /* ← 上書きに強くするため分解指定 + 重要度 */
  animation-name: diagFade3_v1 !important;
  animation-duration: 9s !important; /* 3枚×3s = 9sで1周 */
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both !important;
  will-change: opacity;
}
.berlingo #features .inner .limited .flask .diagnosis .diag-rotator > img:nth-child(1) {
  animation-delay: 0s !important;
}
.berlingo #features .inner .limited .flask .diagnosis .diag-rotator > img:nth-child(2) {
  animation-delay: -3s !important;
}
.berlingo #features .inner .limited .flask .diagnosis .diag-rotator > img:nth-child(3) {
  animation-delay: -6s !important;
}
@keyframes diagFade3_v1 {
  /* 1枚のライフサイクル（9sのうちの自分の3s区間を想定）*/
  /* 0〜26% 表示、26〜33.333% フェードアウト、残りは非表示 */
  0% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  93.333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } /* ループ頭に戻る直前で継ぎ目を滑らかに */
}
.berlingo #features .inner .unique {
  line-height: 1;
}
.berlingo #features .inner .unique h3 {
  margin-top: 6.9270833333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.075vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique h3 {
    margin-top: 10.5453333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.berlingo #features .inner .unique h3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique h3 .en {
    font-size: 5.6vw;
  }
}
.berlingo #features .inner .unique p.text1 {
  margin-top: 1.8229166667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique p.text1 {
    margin-top: 4.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #features .inner .unique p.link {
  margin-top: 6.3020833333vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique p.link {
    margin-top: 9.016vw;
  }
}
.berlingo #features .inner .unique p.link a {
  display: inline-block;
  width: 20.0520833333vw;
  padding: 0.9895833333vw 0;
  background: #597189;
  border-radius: 5.2083333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique p.link a {
    width: 75.6773333333vw;
    padding: 3.3333333333vw 0;
    border-radius: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.berlingo #features .inner .unique p.link a span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #features .inner .unique p.link a span.en {
    font-size: 3.4666666667vw;
  }
}
.berlingo #campaignsp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaignsp {
    display: block;
    height: 1vw;
  }
}
.berlingo #campaign {
  padding: 6.8619791667vw 0;
  background: #FFC4C4;
  border-bottom: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign {
    padding: 12.36vw 0;
  }
}
.berlingo #campaign .inner {
  width: 62.5vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner {
    width: 87.5vw;
  }
}
.berlingo #campaign .inner h2.head-border {
  display: flex;
  align-items: center;
  font-family: "Citroen Type", "Citroen";
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner h2.head-border {
    font-size: 11.7333333333vw;
  }
}
.berlingo #campaign .inner h2.head-border::before, .berlingo #campaign .inner h2.head-border::after {
  content: "";
  flex-grow: 1;
  height: 6px;
  background: linear-gradient(to bottom, #000 0, #000 1px, transparent 1px, transparent 5px, #000 5px, #000 6px);
}
.berlingo #campaign .inner h2.head-border::before {
  margin-right: 2rem;
}
.berlingo #campaign .inner h2.head-border::after {
  margin-left: 2rem;
}
.berlingo #campaign .inner p.text1 {
  margin-top: 3.6458333333vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.text1 {
    margin-top: 6.8613333333vw;
  }
}
.berlingo #campaign .inner p.text1 span {
  display: inline-block;
  padding: 0.5208333333vw 1.0416666667vw;
  background: #FFF84E;
  border: solid #000 1px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.text1 span {
    padding: 2.1333333333vw 4.8vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
}
.berlingo #campaign .inner p.text2 {
  margin-top: 1.0416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 2.6041666667vw;
  font-weight: 600;
  line-height: 3.125vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.text2 {
    margin-top: 3.2093333333vw;
    font-size: 6.6666666667vw;
    line-height: 10.1333333333vw;
  }
}
.berlingo #campaign .inner p.img1 {
  margin-top: 3.6458333333vw;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.img1 {
    margin-top: 3.6458333333vw;
  }
}
.berlingo #campaign .inner p.img1 img {
  display: inline-block;
  width: 100%;
}
.berlingo #campaign .inner p.img2 {
  margin-top: 3.0385416667vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.img2 {
    margin-top: 4.8346666667vw;
  }
}
.berlingo #campaign .inner p.img2 img {
  display: inline-block;
  width: 53.5875vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.img2 img {
    width: 67.864vw;
  }
}
.berlingo #campaign .inner .set {
  position: relative;
  width: 48.28125vw;
  margin: 7.4432291667vw auto 0 auto;
  box-sizing: border-box;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set {
    margin: 25vw auto 0 auto;
    width: 100%;
  }
}
.berlingo #campaign .inner .set p.img3 img {
  display: inline-block;
  width: 100%;
}
.berlingo #campaign .inner .set p.text3 {
  position: absolute;
  top: 23.5vw;
  left: 0;
  width: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.3020833333vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.text3 {
    top: 40vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
  }
}
.berlingo #campaign .inner .set p.text3 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.1458333333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.text3 span.en {
    font-size: 2.9333333333vw;
  }
}
.berlingo #campaign .inner .set p.text4 {
  position: absolute;
  top: -4vw;
  left: 0;
  right: 0;
  display: inline-block;
  width: 30.5208333333vw;
  margin: 0 auto;
  padding: 0.5208333333vw 0;
  background: #FFF84E;
  border: solid #000 1px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.3541666667vw;
  font-weight: 500;
  line-height: 2.1875vw;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.text4 {
    top: -18vw;
    width: 82.6666666667vw;
    padding: 3.64vw 0;
    font-size: 4vw;
    line-height: 6vw;
  }
}
.berlingo #campaign .inner .set p.text4 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.4583333333vw;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.text4 span.en {
    font-size: 4.2666666667vw;
  }
}
.berlingo #campaign .inner .set p.img4 img {
  position: absolute;
  bottom: 2vw;
  left: -8vw;
  display: inline-block;
  width: 7.2432291667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.img4 img {
    bottom: 70vw;
    left: -3vw;
    width: 14.0626666667vw;
  }
}
.berlingo #campaign .inner .set p.img5 img {
  position: absolute;
  top: -3vw;
  right: -8vw;
  display: inline-block;
  width: 12.7083333333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .set p.img5 img {
    top: 53vw;
    right: 0;
    width: 20.9493333333vw;
  }
}
.berlingo #campaign .inner .column2 {
  display: table;
  width: 48.28125vw;
  margin: 2.5520833333vw auto 0 auto;
  box-sizing: border-box;
  border: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 {
    position: relative;
    display: block;
    width: 100%;
    margin: 25vw auto 0 auto;
    border: 0;
  }
}
.berlingo #campaign .inner .column2 .left {
  display: table-cell;
  vertical-align: top;
  width: 14.4932291667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .left {
    position: absolute;
    top: -14vw;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25.8266666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .left p.img6 {
    order: 1;
    z-index: 1;
  }
}
.berlingo #campaign .inner .column2 .left p.img6 img {
  display: inline-block;
  width: 100%;
}
.berlingo #campaign .inner .column2 .left p.text5 {
  padding: 0.5208333333vw 0;
  font-family: "Citroen Type", "Citroen";
  font-size: 1.5625vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .left p.text5 {
    order: -1;
    width: 100%;
    border: solid #000 1px;
    font-size: 2.6666666667vw;
  }
}
.berlingo #campaign .inner .column2 .right {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 33.7880208333vw;
  border-left: solid #000 1px;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .right {
    display: block;
    width: 100%;
    border: solid #000 1px;
  }
}
.berlingo #campaign .inner .column2 .right p.text6 {
  padding: 0.5208333333vw 1.0416666667vw;
  border-bottom: solid #000 1px;
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .right p.text6 {
    padding: 1.3333333333vw;
    font-size: 3.6vw;
    text-align: center;
  }
}
.berlingo #campaign .inner .column2 .right p.text7 {
  padding: 0.5208333333vw 4.1666666667vw 0.5208333333vw 1.0416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .right p.text7 {
    padding: 2.6666666667vw 2.6666666667vw 13.3333333333vw 2.6666666667vw;
    font-size: 3.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
.berlingo #campaign .inner .column2 .right p.text7 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.9375vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .right p.text7 span.en {
    font-size: 3.6vw;
  }
}
.berlingo #campaign .inner .column2 .right p.img7 img {
  position: absolute;
  bottom: 1.0416666667vw;
  right: 1.0416666667vw;
  display: inline-block;
  width: 2.0833333333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner .column2 .right p.img7 img {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
    width: 8vw;
  }
}
.berlingo #campaign .inner p.link {
  margin-top: 4.1666666667vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.link {
    margin-top: 18.6666666667vw;
  }
}
.berlingo #campaign .inner p.link a {
  display: inline-block;
  width: 20.0520833333vw;
  padding: 0.9895833333vw 0;
  background: #D83228;
  border-radius: 5.2083333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.link a {
    width: 75.6773333333vw;
    padding: 3.3333333333vw 0;
    border-radius: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.berlingo #campaign .inner p.link a span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #campaign .inner p.link a span.en {
    font-size: 3.4666666667vw;
  }
}
.berlingo #lineup {
  padding: 6.8619791667vw 0;
  background: #FFFDF8;
  border-bottom: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup {
    padding: 12.36vw 0;
  }
}
.berlingo #lineup .inner {
  width: 62.5vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner {
    width: 87.5vw;
  }
}
.berlingo #lineup .inner h2.head-border {
  display: flex;
  align-items: center;
  font-family: "Citroen Type", "Citroen";
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner h2.head-border {
    font-size: 11.7333333333vw;
  }
}
.berlingo #lineup .inner h2.head-border::before, .berlingo #lineup .inner h2.head-border::after {
  content: "";
  flex-grow: 1;
  height: 6px;
  background: linear-gradient(to bottom, #000 0, #000 1px, transparent 1px, transparent 5px, #000 5px, #000 6px);
}
.berlingo #lineup .inner h2.head-border::before {
  margin-right: 2rem;
}
.berlingo #lineup .inner h2.head-border::after {
  margin-left: 2rem;
}
.berlingo #lineup .inner h3 {
  margin-top: 4.5416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 2.0833333333vw;
  font-weight: 700;
  letter-spacing: 0.075vw;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner h3 {
    margin-top: 8.4666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.berlingo #lineup .inner h3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner h3 .en {
    font-size: 5.6vw;
  }
}
.berlingo #lineup .inner .cloumn2 {
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}
.berlingo #lineup .inner .cloumn2 article {
  display: inline-block;
  width: 50%;
  margin-top: 4.5416666667vw;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article {
    display: block;
    width: 100%;
    margin-top: 8.4666666667vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.img {
  display: inline-block;
  width: 100%;
}
.berlingo #lineup .inner .cloumn2 article p.text1 {
  margin-top: 1.778125vw;
  font-family: "Citroen Type", "Citroen";
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text1 {
    margin-top: 4.1666666667vw;
    font-size: 5vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text2 {
  margin-top: 1.778125vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.1458333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text2 {
    margin-top: 4.5933333333vw;
    font-size: 4vw;
    line-height: 5.7333333333vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text2 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.25vw;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text2 .en {
    font-size: 4.2666666667vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text3 {
  margin-top: 1.0973958333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.3020833333vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text3 {
    margin-top: 4.9426666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.9375vw;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text3 .en {
    font-size: 3.7333333333vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text4 {
  margin-top: 1.5203125vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text4 {
    margin-top: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text5 {
  margin-top: 1vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text5 {
    margin-top: 2vw;
    font-size: 5.3333333333vw;
  }
}
.berlingo #lineup .inner .cloumn2 article p.text5 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 2.1875vw;
  line-height: 0;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner .cloumn2 article p.text5 .en {
    font-size: 5.3333333333vw;
  }
}
.berlingo #lineup .inner p.link {
  margin-top: 4.1666666667vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner p.link {
    margin-top: 18.6666666667vw;
  }
}
.berlingo #lineup .inner p.link a {
  display: inline-block;
  width: 20.0520833333vw;
  padding: 0.9895833333vw 0;
  background: #597189;
  border-radius: 5.2083333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner p.link a {
    width: 75.6773333333vw;
    padding: 3.3333333333vw 0;
    border-radius: 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.berlingo #lineup .inner p.link a span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #lineup .inner p.link a span.en {
    font-size: 3.4666666667vw;
  }
}
.berlingo #support {
  padding: 6.6390625vw 0;
  background: #FFF1B5;
  border-bottom: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support {
    padding: 19.7506666667vw 0;
  }
}
.berlingo #support .inner {
  position: relative;
  width: 52.7083333333vw;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid #000 1px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner {
    width: 87.7333333333vw;
  }
}
.berlingo #support .inner h2 {
  padding: 1.25vw 0;
  background: #FFE8E8;
  border-bottom: solid #000 1px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner h2 {
    padding: 3.2vw 0;
    font-size: 5.3333333333vw;
  }
}
.berlingo #support .inner .column2 {
  padding: 3.0208333333vw;
  box-sizing: border-box;
  background: #fff;
  font-size: 0;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 {
    padding: 9.484vw 6vw;
  }
}
.berlingo #support .inner .column2 .left {
  display: inline-block;
  width: 36.0416666667vw;
  vertical-align: middle;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left {
    width: auto;
  }
}
.berlingo #support .inner .column2 .left p.text1 {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.text1 {
    display: block;
    font-size: 5.0666666667vw;
  }
}
.berlingo #support .inner .column2 .left p.text1 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.3541666667vw;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.text1 span.en {
    font-size: 5.3333333333vw;
  }
}
.berlingo #support .inner .column2 .left p.text2 {
  margin-top: 1.1979166667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.5625vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.text2 {
    display: block;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
}
.berlingo #support .inner .column2 .left p.text2 span.en {
  font-family: "Citroen Type", "Citroen";
  font-size: 1.0416666667vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.text2 span.en {
    font-size: 4vw;
  }
}
.berlingo #support .inner .column2 .left p.text3 {
  margin-top: 1.7708333333vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #597189;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.text3 {
    display: inline-block;
    width: 60%;
    font-size: 4.8vw;
  }
}
.berlingo #support .inner .column2 .left p.text3 a {
  text-decoration: underline;
}
.berlingo #support .inner .column2 .left p.icon {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .left p.icon {
    display: inline-block;
    width: 40%;
    margin-top: 3.072vw;
  }
}
.berlingo #support .inner .column2 .left p.icon img {
  display: inline-block;
  width: 26.4vw;
}
.berlingo #support .inner .column2 .right {
  display: inline-block;
  width: 10.3125vw;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner .column2 .right {
    display: none;
  }
}
.berlingo #support .inner .column2 .right p.icon {
  display: inline-block;
}
.berlingo #support .inner .column2 .right p.icon img {
  display: inline-block;
  width: 10.3125vw;
}
.berlingo #support .inner p.heart img {
  position: absolute;
  top: -2vw;
  left: -5.7291666667vw;
  display: inline-block;
  width: 11.4359375vw;
}
@media only screen and (max-width: 1024px) {
  .berlingo #support .inner p.heart img {
    top: -8vw;
    left: -2vw;
    width: 29.276vw;
  }
}
.berlingo #ber_fair {
  padding: 20px 0;
  background-color: #5B7F95;
}
@media only screen and (min-width: 769px) {
  .berlingo #ber_fair {
    padding: 40px 0;
  }
}
.berlingo #ber_fair h2 {
  margin-top: 1em;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .berlingo #ber_fair h2 {
    font-size: 4.2rem;
  }
}
.berlingo #ber_fair h2 img {
  width: auto;
  height: 0.6em;
  margin: 0 0.2em 0 0.1em;
}
.berlingo #ber_fair h2 div {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.6rem;
}
@media only screen and (min-width: 769px) {
  .berlingo #ber_fair h2 div {
    font-size: 3.8rem;
  }
}
.berlingo #ber_fair h2 i {
  display: inline-block;
  transform: scaleY(0.8);
  transform-origin: center 30%;
  margin: 0 0.1em 0 0;
}
.berlingo #ber_fair h2 span {
  display: inline-block;
  transform: scale(0.8);
  transform-origin: center 90%;
}
.berlingo #ber_fair h2 + p {
  margin-top: 0.7em;
  text-align: center;
  color: #fff;
}
.berlingo #ber_fair .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.berlingo #ber_fair .box p {
  margin-top: 2em;
}
@media only screen and (min-width: 769px) {
  .berlingo #ber_fair .box {
    margin-top: 25px;
  }
  .berlingo #ber_fair .box p {
    text-align: center;
  }
}
.berlingo #ber_fair .box ul {
  margin-top: 1em;
  border-radius: 15px;
  overflow: hidden;
}
.berlingo #ber_fair .box ul li + li {
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  .berlingo #ber_fair .box ul {
    display: flex;
    margin-top: 2em;
  }
  .berlingo #ber_fair .box ul li:nth-child(1) {
    margin-top: 0;
    margin-right: 2px !important;
  }
  .berlingo #ber_fair .box ul li:nth-child(2) {
    margin-top: 0;
    margin-left: 2px !important;
  }
}
.berlingo #ber_fair .box h4 {
  margin: 1em 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.berlingo #ber_fair .box h4 + p {
  margin: 1em 0;
}
.berlingo #ber_fair .box .ber_btns {
  margin: 1.5em 0;
}
.berlingo #ber_fair .box .ber_link {
  margin-top: 1.5em;
}
.berlingo .ber_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.berlingo .ber_modal .ber_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DAE6EC;
}
.berlingo .ber_modal .ber_inner {
  position: absolute;
  box-sizing: border-box;
  width: -moz-min-content;
  width: min-content;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.berlingo .ber_modal .ber_inner .ber_close {
  position: absolute;
  top: -45px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_modal .ber_inner .ber_close {
    right: 35px;
  }
}
.berlingo .ber_modal .ber_inner .ber_close::before, .berlingo .ber_modal .ber_inner .ber_close::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.berlingo .ber_modal .ber_inner .ber_close::before {
  transform: rotate(45deg);
}
.berlingo .ber_modal .ber_inner .ber_close::after {
  transform: rotate(-45deg);
}
.berlingo .ber_modal .ber_inner .ber_item {
  text-align: center;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_modal .ber_inner .ber_item {
    display: none !important;
  }
}
.berlingo .ber_modal .ber_inner .ber_src {
  aspect-ratio: 9/16;
  height: calc(100svh - 150px);
}
.berlingo .ber_modal .ber_inner img, .berlingo .ber_modal .ber_inner iframe {
  width: 100%;
  height: 100%;
}
.berlingo .ber_modal .ber_inner p {
  margin-top: 0.5em;
  text-align: left;
}
.berlingo .sec {
  margin: 60px 0;
}
@media (width <= 768px) {
  .berlingo .sec {
    margin: 40px 0;
  }
}
.berlingo .sec .sec-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 40px;
  background-color: #808EA1;
}
@media (width <= 768px) {
  .berlingo .sec .sec-ttl {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.berlingo .sec .sec-ttl h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: bold;
  font-family: Citroen, ヒラギノ角ゴ Pro W7, Hiragino Sans W7, Hiragino Kaku Gothic Pro, メイリオ, meiryo, Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media (width <= 768px) {
  .berlingo .sec .sec-ttl h2 {
    font-size: 3rem;
    text-align: left;
  }
}
.berlingo .sec .sec-ttl h2 span {
  font-size: 66%;
}
.berlingo .sec .sec-ttl .date {
  width: 260px;
  margin-top: 10px;
}
@media (width <= 768px) {
  .berlingo .sec .sec-ttl .date {
    width: clamp(111px, 49.3333333333vw, 259px);
  }
}
.berlingo .sec .lead {
  font-size: 1.8rem;
  line-height: 1.88;
  text-align: center;
}
@media (width <= 768px) {
  .berlingo .sec .lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.berlingo .sec .txt {
  font-size: 1.8rem;
  line-height: 1.88;
  text-align: center;
}
@media (width <= 768px) {
  .berlingo .sec .txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
.berlingo .sec .txt.-left {
  text-align: left;
}
.berlingo .sec .txt-link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
  font-size: 1.8rem;
}
@media (width <= 768px) {
  .berlingo .sec .txt-link {
    font-size: 1.5rem;
  }
}
.berlingo .sec .txt-link::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #271715;
  clip-path: polygon(25% 0%, 75% 50%, 25% 100%, 25% 75%, 50% 50%, 25% 25%);
}
.berlingo .sec .txt-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 40px;
  padding: 40px;
  border: 2px solid #808EA1;
}
@media (width <= 768px) {
  .berlingo .sec .txt-box {
    padding: 20px;
  }
}
.berlingo .sec .txt-box .ttl {
  font-size: 2.6rem;
  font-weight: 900;
  font-family: Citroen, ヒラギノ角ゴ Pro W7, Hiragino Sans W7, Hiragino Kaku Gothic Pro, メイリオ, meiryo, Arial, sans-serif;
  color: #808EA1;
}
@media (width <= 768px) {
  .berlingo .sec .txt-box .ttl {
    font-size: 2rem;
  }
}
.berlingo .sec-event .ber_inner {
  max-width: 980px;
}
.berlingo .sec-event .txt-block {
  margin-top: 20px;
}
.berlingo .sec-event .txt {
  text-align: center;
}
.berlingo .sec-event .remarks {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.4rem;
}
@media (width <= 768px) {
  .berlingo .sec-event .remarks {
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
}
.berlingo .sec-event .slick-dots {
  display: none;
}
.berlingo .sec-present {
  padding: 60px 40px;
  margin: 0;
  background-color: #70BECF;
}
@media (width <= 768px) {
  .berlingo .sec-present {
    padding: 6.25vw 5.3125vw 10vw;
  }
}
.berlingo .sec-present .heading_1 {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 6.5625vw;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .heading_1 {
    line-height: 1.45;
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
.berlingo .sec-present .heading_1 span {
  font-size: 5.3125vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .heading_1 span {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.berlingo .sec-present .heading_2 {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 6.40625vw;
  margin-bottom: 5.625vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .heading_2 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.berlingo .sec-present .heading_2 img {
  width: 4.375vw;
  margin: -0.2em 0.3em 0 0.3em;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .heading_2 img {
    width: 26px;
  }
}
.berlingo .sec-present .heading_2 small {
  font-size: 0.8em;
}
.berlingo .sec-present .read {
  line-height: 1.8;
  color: #fff;
  font-size: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .read {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
}
.berlingo .sec-present .ber_inner {
  margin-top: 2em;
  max-width: 980px;
  padding: 0;
}
.berlingo .sec-present .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 50px 60px;
  border-radius: 20px;
  background-color: #fff;
}
@media (width <= 768px) {
  .berlingo .sec-present .box {
    padding: 7.5vw 9.375vw 10.625vw;
    border-radius: 6.25vw;
  }
}
.berlingo .sec-present .box .ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 900;
  font-family: Citroen, ヒラギノ角ゴ Pro W7, Hiragino Sans W7, Hiragino Kaku Gothic Pro, メイリオ, meiryo, Arial, sans-serif;
  color: #364398;
}
@media (width <= 768px) {
  .berlingo .sec-present .box .ttl {
    font-size: 5.3125vw;
    margin-bottom: 3.125vw;
  }
}
.berlingo .sec-present .box .txt {
  width: 100%;
  text-align: center;
}
@media (width <= 768px) {
  .berlingo .sec-present .box .txt {
    line-height: 1.7;
    font-size: 4.375vw;
    text-align: left;
  }
}
.berlingo .sec-present .box .img {
  margin: 1em auto 15px;
  width: 500px;
  max-width: 100%;
}
@media (width <= 768px) {
  .berlingo .sec-present .box .img {
    width: 100%;
    margin: 1em auto 0;
  }
}
.berlingo .sec-present .box .slick-arrow {
  display: block;
  position: absolute;
  top: 45%;
  width: 3.75vw;
  height: 6.5625vw;
  margin: auto;
  background: url("../images/arrow_2.svg") no-repeat 53% center/100% auto;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .slick-arrow {
    width: 26px;
    height: 46px;
  }
}
.berlingo .sec-present .box .slick-arrow.ber_prev {
  left: -6.875vw;
  transform: rotate(180deg);
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .slick-arrow.ber_prev {
    left: -46px;
  }
}
.berlingo .sec-present .box .slick-arrow.ber_next {
  right: -6.875vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .slick-arrow.ber_next {
    right: -46px;
  }
}
.berlingo .sec-present .box .slick-dots button {
  width: 3.125vw;
  height: 3.125vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .slick-dots button {
    width: 12px;
    height: 12px;
  }
}
.berlingo .sec-present .box .slick-active button {
  background-color: #6FBECF;
}
.berlingo .sec-present .box h3 {
  margin: 1em 0 0.8em;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 4.6875vw;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box h3 {
    font-size: 2.1rem;
  }
}
.berlingo .sec-present .box p {
  line-height: 1.7;
  text-align: left;
  font-size: 4.375vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box p {
    width: 540px;
    text-align: left;
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
.berlingo .sec-present .box .summary {
  line-height: 1.88;
  font-size: 4.375vw;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .summary {
    font-size: 1.8rem;
  }
}
.berlingo .sec-present .box .cmn-button {
  background-color: #E51F1F;
}
@media only screen and (max-width: 768px) {
  .berlingo .sec-present .box .cmn-button {
    width: 100%;
  }
}
.berlingo .sec-present .box .ber_andmore {
  margin: 2em 0 0 0;
}
.berlingo .sec-present .box .ber_andmore .img {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.berlingo .sec-present .box .ber_andmore .img img {
  width: 400px;
  max-width: 100%;
}
.berlingo .sec-present .box .ber_andmore h3 {
  margin: 1em 0;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.8rem;
}
@media only screen and (max-width: 400px) {
  .berlingo .sec-present .box .ber_andmore h3 {
    font-size: 1.6rem;
  }
}
.berlingo .sec-present .box .ber_andmore h4 {
  margin: 1em 0 0.8em;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.5rem;
}
.berlingo .sec-present .box .btns {
  width: 100%;
  margin: 2em 0 0;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .btns {
    max-width: 440px;
    margin: 45px 0 0;
  }
}
.berlingo .sec-present .box .btns .cmn-button_dealer {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .btns .cmn-button_dealer {
    margin-top: 10px;
  }
}
.berlingo .sec-present .box .ber_link {
  margin-top: 0;
}
.berlingo .sec-present .box .ber_link a {
  font-size: 3.75vw;
  padding-left: 1.5em;
  background: url("../images/icon_dealer0.svg") no-repeat left center/auto 1em;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .ber_link a {
    font-size: 1.6rem;
  }
}
.berlingo .sec-present .box .dot-list {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .dot-list {
    margin-top: 30px;
  }
}
.berlingo .sec-present .box .dot-list li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 3.125vw;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .berlingo .sec-present .box .dot-list li {
    font-size: 1.6rem;
  }
}
.berlingo .sec-present .box .dot-list li::before {
  content: "●";
  display: block;
}
.berlingo .ber_present {
  background-color: #e1e7ea;
  margin: 0;
  padding: 60px 40px;
}
@media (width <= 768px) {
  .berlingo .ber_present {
    padding: 40px 0;
  }
}
.berlingo .ber_present h2 {
  margin: 0 0 0.5em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  color: #849fb1;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present h2 {
    font-size: 3.5rem;
  }
}
.berlingo .ber_present h2 img {
  width: auto;
  height: 0.8em;
  margin: -0.2em 0.2em 0 0.2em;
}
.berlingo .ber_present h2 div {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.3rem;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present h2 div {
    font-size: 3.3rem;
  }
}
.berlingo .ber_present h2 i {
  display: inline-block;
  transform: scaleY(0.8);
  transform-origin: center 30%;
}
.berlingo .ber_present h2 span {
  display: inline-block;
  padding-top: 0.2em;
  transform: scale(0.8);
  transform-origin: center bottom;
}
.berlingo .ber_present .read {
  padding: 0 15px;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present .read {
    font-size: 1.8rem;
  }
}
.berlingo .ber_present .box {
  text-align: center;
}
.berlingo .ber_present .box + .box {
  margin-top: 30px;
}
.berlingo .ber_present .box h3 {
  margin: 1em -20px;
  font-weight: 700;
  font-size: 2rem;
  color: #8093a6;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present .box h3 {
    font-size: 2.5rem;
  }
}
.berlingo .ber_present .box h4 {
  background-color: #8093a6;
  border-radius: 100px;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.berlingo .ber_present .box p {
  line-height: 1.88;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present .box p {
    font-size: 1.8rem;
  }
}
.berlingo .ber_present .box .ber_note {
  display: inline-block;
  position: relative;
  margin-top: 1em;
  padding-left: 1.1em;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media (width <= 768px) {
  .berlingo .ber_present .box .ber_note {
    font-size: 1.2rem;
  }
}
.berlingo .ber_present .box .ber_note::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
}
.berlingo .ber_present .box .summary {
  line-height: 1.88;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .berlingo .ber_present .ber_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .berlingo .ber_present .ber_flex .box {
    width: calc(50% - 15px);
    margin-top: 0 !important;
    padding: 40px;
  }
}
.berlingo .ber_present .imgs {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 3em auto auto;
}
.berlingo .ber_present .imgs h4 {
  position: absolute;
  left: -25px;
  top: -30px;
  width: 75px;
  height: 75px;
  font-weight: 500;
  font-size: 1.5rem;
  z-index: 1;
}
.berlingo .ber_present .imgs h4 img {
  border: none;
}
.berlingo .ber_present .ber_present_b img {
  box-sizing: border-box;
  border: solid 1px #8095a8;
}
.berlingo .ber_present .slick-arrow {
  display: block;
  position: absolute;
  top: 45%;
  width: 26px;
  height: 46px;
  margin: auto;
  background: url("../images/arrow_2.svg") no-repeat 53% center/100% auto;
  cursor: pointer;
  z-index: 1;
}
.berlingo .ber_present .slick-arrow.ber_prev {
  left: -37px;
  transform: rotate(180deg);
}
.berlingo .ber_present .slick-arrow.ber_next {
  right: -37px;
}
.berlingo .ber_present .slick-active button {
  background-color: #567f88;
}
.berlingo .ber_present .dot-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 1.5em;
}
.berlingo .ber_present .dot-list li {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (width <= 768px) {
  .berlingo .ber_present .dot-list li {
    font-size: 1.2rem;
  }
}
.berlingo .ber_present .dot-list li::before {
  content: "●";
  display: block;
}
.berlingo .ber_present .ber_btns {
  margin: 2em 0;
}
.berlingo .ber_present .ber_btn {
  display: block;
  margin: 15px auto;
  background-color: #8093a6;
}
.berlingo .ber_present .ber_btn_inv {
  border: solid 1px #8093a6;
  background-color: #fff;
  color: #8093a6;
}
.berlingo .ber_present .ber_btn_inv span {
  position: relative;
  padding-right: 25px;
}
.berlingo .ber_present .ber_btn_inv span::before, .berlingo .ber_present .ber_btn_inv span::after {
  position: absolute;
  top: 0;
  bottom: 3px;
  margin: auto;
  background-color: #8093a6;
  content: "";
}
.berlingo .ber_present .ber_btn_inv span::before {
  width: 18px;
  height: 1px;
  right: 0;
}
.berlingo .ber_present .ber_btn_inv span::after {
  width: 1px;
  height: 18px;
  right: 8px;
}

.ber_modal_guideline,
.ber_modal_details {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  z-index: 1000;
}
.ber_modal_guideline.act,
.ber_modal_details.act {
  display: block;
}
.ber_modal_guideline .ber_bg,
.ber_modal_details .ber_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e8;
}
.ber_modal_guideline .ber_close,
.ber_modal_details .ber_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ber_modal_guideline .ber_close::before, .ber_modal_guideline .ber_close::after,
.ber_modal_details .ber_close::before,
.ber_modal_details .ber_close::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.ber_modal_guideline .ber_close::before,
.ber_modal_details .ber_close::before {
  transform: rotate(45deg);
}
.ber_modal_guideline .ber_close::after,
.ber_modal_details .ber_close::after {
  transform: rotate(-45deg);
}
.ber_modal_guideline .ber_inner,
.ber_modal_details .ber_inner {
  position: relative;
  max-width: 960px;
  height: 100%;
  background-color: #fff;
  margin: auto;
  padding: 30px 18px;
  overflow: auto;
}
@media (width >= 769px) {
  .ber_modal_guideline .ber_inner,
  .ber_modal_details .ber_inner {
    padding: 40px;
  }
}
.ber_modal_guideline * + p,
.ber_modal_details * + p {
  margin-top: 1em;
}
.ber_modal_guideline h2,
.ber_modal_details h2 {
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.ber_modal_guideline h3,
.ber_modal_details h3 {
  margin: 2em 0 0;
  font-weight: 700;
  font-size: 1.1em;
}
.ber_modal_guideline h3 + p,
.ber_modal_details h3 + p {
  margin-top: 0.5em;
}
.ber_modal_guideline h4,
.ber_modal_details h4 {
  margin: 1em 0 0;
}
.ber_modal_guideline h4 + p,
.ber_modal_details h4 + p {
  margin-top: 0.5em;
}
.ber_modal_guideline .ber_dot li,
.ber_modal_guideline .ber_aste li,
.ber_modal_guideline .ber_num li,
.ber_modal_details .ber_dot li,
.ber_modal_details .ber_aste li,
.ber_modal_details .ber_num li {
  position: relative;
  margin-top: 0.3em;
  padding-left: 1.4em;
}
.ber_modal_guideline .ber_dot li::before,
.ber_modal_details .ber_dot li::before {
  position: absolute;
  top: 0;
  left: 0.2em;
  content: "・";
}
.ber_modal_guideline .ber_aste li::before,
.ber_modal_details .ber_aste li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.ber_modal_guideline .ber_num,
.ber_modal_details .ber_num {
  counter-reset: number;
}
.ber_modal_guideline .ber_num li,
.ber_modal_details .ber_num li {
  counter-increment: number;
}
.ber_modal_guideline .ber_num li::before,
.ber_modal_details .ber_num li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
}

#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 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 + .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: 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 + .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: -moz-max-content !important;
  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: 930px;
  margin: 0 auto;
  padding: 57px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .footer_passport {
    width: 87.5vw;
    padding: 25.15px 0;
  }
}
.footer_passport .text1 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .footer_passport .text1 {
    font-size: 11px;
  }
}
.footer_passport .text2 {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .footer_passport .text2 {
    font-size: 9px;
    line-height: 15px;
  }
}
.footer_passport .text3 {
  margin-top: 28px;
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .footer_passport .text3 {
    margin-top: 12px;
    font-size: 9px;
    line-height: 15px;
  }
}
.footer_passport .text4 {
  padding-left: 1em;
  text-indent: -1em;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
@media only screen and (max-width: 768px) {
  .footer_passport .text4 {
    font-size: 9px;
    line-height: 15px;
  }
}

.sticky_banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #E51F1F;
  color: #fff;
  z-index: 100;
  line-height: 1;
}
.sticky_banner .ber_inner {
  max-width: 930px;
  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 {
    max-width: 96%;
  }
}
.sticky_banner .ber_inner p.link1 {
  display: inline-block;
  width: 60%;
  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_inner p.link1 {
    width: 65%;
    font-size: 3.75vw;
    line-height: 5.3125vw;
  }
}
.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 {
    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: 15px;
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  .sticky_banner .ber_inner p.link1 img {
    width: 2.8125vw;
  }
}
.sticky_banner .ber_inner p.link2 {
  display: inline-block;
  width: 40%;
  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 {
  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: 10.47px 0;
    font-size: 3.75vw;
    font-weight: 600;
  }
  .sticky_banner .ber_inner p.link2 a span {
    display: none;
  }
}
.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;
  }
}

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

.g-footer {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .g-footer {
    margin-bottom: 5vw !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;
}

.container_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .container_image {
    gap: 40px;
  }
}

.container_image picture {
  margin-top: 0 !important;
}

#section_purchase-support .wrapper_support_inner .wrapper_btns a {
  width: 318px !important;
}

#section_purchase-support .wrapper_support_inner .container {
  align-items: center !important;
}

#point .inner2 .column2 .right .point-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* fraction を中央寄せ */
#point .point-slider .point-header {
  display: flex;
  justify-content: right;
  width: 30.3911458333vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #point .point-slider .point-header {
    width: 77.8013333333vw;
  }
}

#point .point-slider .point-header .swiper-pagination {
  text-align: center;
}

/* 画像と矢印 */
#point .point-slider .point-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#point .point-slider .point-visual .point-swiper {
  width: 100%;
  max-width: 30.3911458333vw; /* PC時の最大幅。任意で調整 */
}
@media screen and (max-width: 1024px) {
  #point .point-slider .point-visual .point-swiper {
    max-width: 77.8013333333vw;
  }
}

#point .point-slider .point-visual img {
  height: auto;
  display: block;
}

/* SP（スマホ）の場合 */
@media (max-width: 1024px) {
  #point .point-slider .point-visual .swiper-slide img {
    width: 77.8013333333vw;
  }
}
/* PC（デスクトップ）の場合 */
@media (min-width: 1025px) {
  #point .point-slider .point-visual .swiper-slide img {
    width: 30.3911458333vw;
  }
}
/* 矢印を画像の外側に置く */
#point .point-slider .point-visual .swiper-button-prev,
#point .point-slider .point-visual .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.81875vw;
  height: 1.81875vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
}
@media screen and (max-width: 1024px) {
  #point .point-slider .point-visual .swiper-button-prev,
  #point .point-slider .point-visual .swiper-button-next {
    width: 4.656vw;
    height: 4.656vw;
  }
}

#point .point-slider .point-visual .swiper-button-prev {
  left: 5.38125vw; /* 画像の外側に出す距離。調整可 */
  background-image: url("../images/arrow_l.svg");
}

#point .point-slider .point-visual .swiper-button-next {
  right: 5.38125vw;
  background-image: url("../images/arrow_r.svg");
}

#point .point-slider .point-visual .swiper-button-prev::after,
#point .point-slider .point-visual .swiper-button-next::after {
  display: none; /* Swiperデフォルト矢印を消す */
}

/* デコレーションテキスト */
p.deco {
  position: absolute;
  top: -3.8vw;
  left: 7.8713541667vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  p.deco {
    top: -9.2vw;
    left: 11vw;
  }
}
p.deco img {
  display: inline-block;
  width: 16.7333333333vw;
}
@media screen and (max-width: 1024px) {
  p.deco img {
    width: 42.8373333333vw;
  }
}

#pointlinkstorage p.deco {
  position: absolute;
  top: -3.2vw;
  left: 7.8713541667vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pointlinkstorage p.deco {
    top: -8vw;
    left: 11vw;
  }
}

#pointlinkinterior p.deco {
  position: absolute;
  top: -3.6vw;
  left: 7.8713541667vw;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #pointlinkinterior p.deco {
    top: -9.2vw;
    left: 11vw;
  }
}

/* テキスト */
.point-text {
  line-height: 1;
}
.point-text p.text1 {
  width: 30.3911458333vw;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .point-text p.text1 {
    width: 77.8013333333vw;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 6.1333333333vw;
  }
}

/* pcのstorageの左右表示順番変更 */
@media (min-width: 1025px) {
  #point #pointlinkstorage .column2 {
    display: flex; /* 念のため明示 */
    align-items: center; /* ← 縦中央揃え（vertical-align は無効） */
    /* gap: 2.96875vw;       // 余白をここで管理したい場合は使用 */
  }
  #point #pointlinkstorage .column2 .left {
    order: 2;
  } /* 右側へ */
  #point #pointlinkstorage .column2 .right {
    order: 1;
  } /* 左側へ */
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6.3020833333vw;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 9.016vw;
  }
}

@media screen and (max-width: 1024px) {
  .swiper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper:first-child {
    width: 100%;
  }
}
.swiper img {
  border: solid #000 1px;
}

.slide-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-pagination-wrapper.-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-pagination-wrapper.-pagination {
  margin-top: 0x;
}

.swiper-pagination {
  font-size: 14px;
  position: static;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.swiper-pagination-bullets {
  display: flex;
}
.swiper-pagination-bullets span:not(:last-child) {
  margin-right: 5px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}

.swiper-button-prev {
  top: 0;
  background-image: url("../images/circle_arrow_l.svg");
}

.swiper-button-next {
  top: 0;
  background-image: url("../images/circle_arrow_r.svg");
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.slide-pagination-wrapper.-arrow {
  position: absolute;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slide-pagination-wrapper.-arrow {
    width: 50%;
    left: 0;
    right: 0;
    margin: 2.8173333333vw auto 0 auto;
  }
}
.slide-pagination-wrapper.-arrow .swiper-pagination {
  font-family: "Citroen Type", "Citroen";
  color: #597189;
  font-size: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .slide-pagination-wrapper.-arrow .swiper-pagination {
    font-size: 5vw;
  }
}

@media screen and (min-width: 1025px) {
  .wrapper {
    display: flex;
    align-items: flex-start;
  }
  .wrapper .swiper:first-child {
    width: 33.4375vw;
  }
  .wrapper .swiper:last-child {
    width: 26.09375vw;
    margin-left: 2.96875vw;
  }
}
.unique-title-area {
  line-height: 1;
}
.unique-title-area p.text2 {
  margin-top: 3.6625vw;
  padding-bottom: 1.6666666667vw;
  border-bottom: solid #000 1px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .unique-title-area p.text2 {
    margin-top: 12.8333333333vw;
    padding-bottom: 2.6733333333vw;
    font-size: 4vw;
    text-align: center;
  }
}

.unique-body-swiper p.text3 {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.5625vw;
}
@media screen and (max-width: 1024px) {
  .unique-body-swiper p.text3 {
    margin-top: 3.8vw;
    margin-bottom: 3.8vw;
    font-size: 3.7333333333vw;
    line-height: 5.7333333333vw;
  }
}
.unique-body-swiper p.text3 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.9375vw;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .unique-body-swiper p.text3 .en {
    font-size: 4vw;
  }
}
.unique-body-swiper p.text4 {
  padding-left: 1em;
  text-indent: -1em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.625vw;
  font-weight: 300;
  line-height: 1.0416666667vw;
}
@media screen and (max-width: 1024px) {
  .unique-body-swiper p.text4 {
    font-size: 2.9333333333vw;
    line-height: 4.9333333333vw;
  }
}
.unique-body-swiper p.text4 .en {
  font-family: "Citroen Type", "Citroen";
  font-size: 0.7291666667vw;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .unique-body-swiper p.text4 .en {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=berlingo.css.map */