@charset "UTF-8";

/* =====================================================
Foundation
===================================================== */
/* reset
------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* reset ここまで ↑
----------------------------------------*/
/* @charset "UTF-8";
/* Base
------------------------------------------------*/
*,
:before,
:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #333;
  font-family: "Noto Sans JP", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

button,
input,
optgroup,
select,
textarea {
  font-weight: 200;
}

/*Returns a CSS clamp function which resolves to $size-at-min-width when page width is
below $min-width,
$size-at-max-width when page width is above $max-width,
and linearly scales between the two between $min-width and $max-width*/
/*
 * 機能：clamp関数の文字列を返す
 * 引数：$size-at-min-width サイズ(フォントサイズなど)の最小値(pxやremなどの単位は必須)
 * 　　　$size-at-max-width サイズ(フォントサイズなど)の最大値(pxやremなどの単位は必須)
 * 　　　$min-width [省略可]サイズが最小値に到達する画面幅
 * 　　　$max-width [省略可]サイズが最大値に到達する画面幅
 * 使用方法：
 *　　デフォルトの最小画面幅$min-width-defaultと最大画面幅$max-width-defaultを事前に指定しておく
 *　　最小幅と最大幅をデフォルト以外にしたい場合は、引数にそれぞれ単位付きの画面幅を入れる
 */
/* =====================================================
Layout
===================================================== */
.l-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .l-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.l-container__inner {
  width: 100%;
  max-width: 1280px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-container__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-withSidebar {
    max-width: 1350px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-wide.-withSidebar {
    max-width: 1440px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-exWide.-withSidebar {
    max-width: 1540px;
    padding-right: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container.-narrow.-withSidebar {
    max-width: 1220px;
    padding-right: 90px;
  }
}

/* =====================================================
Object
===================================================== */
/*-----------------------------------------------------
Object - Component
-----------------------------------------------------*/
.c-button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-button__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #1d2087;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
}

.c-button__item.-navy {
  background-color: #fff;
  color: #1d2087;
}

.c-button__item.-BeforeNavy {
  background-color: #1d2087;
  color: #fff;
}

.c-button__item.-lightGrey {
  background-color: #f2f2f2;
  color: #333;
  border: none;
}

.c-button__item.-black {
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #333;
}

.c-button__item:hover.-navy {
  background-color: #1d2087;
  color: #fff;
  opacity: 1;
}

.c-button__item:hover.-BeforeNavy {
  background-color: #fff;
  color: #1d2087;
}

.c-button__item:hover.-lightGrey {
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.c-button__item:hover.-black {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  opacity: 1;
}

.c-button__reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-button__item.-square {
  border-radius: 0;
}

.c-button__item.-roundedCorner {
  border-radius: 5px;
}

.c-button__item.-largeSquare {
  font-size: 20px;
  max-width: clamp(300px, 175.439px + 21.93vw, 400px);
  height: clamp(40px, 15.088px + 4.386vw, 60px);
  background-color: #1d2087;
  border-radius: 20px;
  border: 3px solid #1d2087;
}

.c-button__item.-largeSquare:hover {
  color: #1d2087;
  background-color: #fff;
  opacity: 1;
}

.c-button__item.-squareRoundedCornerNavy {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  width: 500px;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #1d2087;
  border-radius: 5px;
  border: 2px solid #1d2087;
}

.c-button__item.-squareRoundedCornerNavy:hover {
  color: #1d2087;
  background-color: #fff;
  opacity: 1;
}

.c-button__item.-arrow {
  position: relative;
}

.c-button__item.-arrow::after,
.c-button__item.-arrow-lg::after {
  content: "";
  position: absolute;
  border-top: solid 2px #1d2087;
  border-right: solid 2px #1d2087;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.c-button__item.-arrow::after {
  width: 10px;
  height: 10px;
  right: 5%;
}

.c-button__item.-arrow-lg::after {
  width: 12px;
  height: 12px;
  border-width: 3px;
  right: 6%;
}

@media screen and (min-width: 768px) {
  .c-button__item.-arrow-lg::after {
    width: 14px;
    height: 14px;
  }
}

.c-button__item.-arrowLine {
  position: relative;
}

.c-button__item.-arrowLine::after {
  content: url(../img/common/icon-arrow-line.svg);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  right: 5%;
}

.c-button__item.-arrowLine:hover::after {
  content: url(../img/common/icon-arrow-line-white.svg);
}

.c-button__item.-arrow.-navy:hover::after,
.c-button__item.-arrow-lg.-navy:hover::after,
.c-button__item.-arrow.-lightGrey:hover::after,
.c-button__item.-arrow-lg.-lightGrey:hover::after {
  border-color: #fff;
}

.c-button__item.c-button__item--newScreen::after {
  position: absolute;
  content: url("../img/newCarInfo/icon-buttonLink.svg");
  width: 18px;
  height: auto;
  right: 10px;
  top: 0;
}

.c-button__item.c-button__item--newScreen.-center::after {
  top: 50%;
  transform: translateY(-50%);
}

.c-button__item.c-button__item--newScreen:hover::after {
  content: url("../img/newCarInfo/icon-buttonLink--hover.svg");
}

.c-button__item.-textAlignLeft {
  justify-content: left;
  padding-left: 20px;
}

.c-cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  -moz-column-gap: 2%;
  column-gap: 2%;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .c-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

.c-card {
  display: flex;
  flex-direction: column;
  color: #1d2087;
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
}

.c-card__img {
  width: calc(100% + 40px);
  margin: -20px -20px 20px;
}

.c-card__titleWrapper {
  display: flex;
  align-items: flex-start;
  font-size: 1em;
}

.c-card__title {
  font-size: 1.2em;
  font-weight: 300;
  color: #000;
}

.c-card__badge {
  display: inline-block;
  padding: 2px 10px;
  color: white;
  background-color: #1d2087;
  border-radius: 0;
  font-size: 1em;
  font-weight: 300;
  margin-right: 10px;
  flex: 0 0 auto;
}

.c-card__badge.-used {
  background-color: #ff8c9b;
}

.c-card__address {
  padding-top: 18px;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .c-card__address {
    padding-top: 26px;
  }
}

.c-card__tel {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  color: #1d2087;
  padding-bottom: 22px;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .c-card__tel {
    padding-bottom: 32px;
  }
}

.c-card .c-button__item {
  font-weight: 300;
  font-size: 1.05em;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 8px 0;
}

.c-form {
  margin: 0 auto;
}

.c-form form {
  width: 100%;
}

.c-form table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #595757;
  border-bottom: none;
}

.c-form th,
.c-form td {
  display: block;
  border-bottom: 1px solid #595757;
  font-size: 16px;
  text-align: left;
  font-weight: 200;
  color: #000;
}

@media screen and (min-width: 768px) {
  .c-form th,
  .c-form td {
    display: table-cell;
  }
}

.c-form th {
  width: 100%;
  padding: 12px 20px;
  background: #f2f2f2;
  box-sizing: border-box;
  border-right: none;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .c-form th {
    width: 30%;
    padding: 25px 20px;
    border-right: 1px solid #595757;
  }
}

.c-form th span.c-form-required {
  color: #c1272d;
  margin-left: -0.5em;
  box-sizing: border-box;
}

.c-form td {
  padding: 12px 18px 12px 18px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .c-form td {
    padding: 20px 30px 20px 18px;
  }
}

.c-form td.c-form-td-pt__lg {
  padding-top: 24px;
}

.c-form-radio-row {
  margin-bottom: 22px;
}

.c-form-radio-wrapper {
  display: inline-block;
  margin-right: 24px;
}

.c-form-radio-wrapper label {
  display: inline-block;
  margin: 4px 0;
}

.c-form select,
.c-form textarea,
.c-form .wide {
  font-size: 16px;
  width: 100%;
  height: auto;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .c-form select,
  .c-form textarea,
  .c-form .wide {
    padding: 10px;
  }
}

.c-form select {
  height: auto;
  border-radius: 5px;
  color: #999;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-form textarea {
  height: 150px;
  border-radius: 5px;
}

.c-form-select-wrapper {
  position: relative;
  width: 100%;
}

.c-form-select-wrapper::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
  pointer-events: none;
}

.c-form-select-wrapper::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  right: 0;
  background-image: linear-gradient(to bottom, #595757, #c8c9ca);
  border: 1px solid #000;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
  z-index: -1;
}

.c-form-check {
  text-align: left;
  margin: 24px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .c-form-check {
    margin: 84px auto 0;
  }
}

.c-form-check-label {
  display: inline-block;
}

.c-form-check-label span {
  margin-left: 0.3em;
}

.c-form-check-label {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 16px;
  width: auto;
  height: 30px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .c-form-check-label {
    font-size: 20px;
  }
}

.c-form-check-label::after,
.c-form-check-label::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*ボックス枠のCSS*/
.c-form-check-label::after {
  width: 20px;
  height: 20px;
  left: 15px;
  border: 1px solid #999;
  border-radius: 2px;
  border-radius: 2px;
  background: linear-gradient(#dbdcdc 0%, #fff 100%);
}

.c-form-check-label:hover:after {
  border-color: #0171bd;
}

/*チェックマークの追加*/
.c-form-check-label::before {
  left: 20px;
  margin-top: -8px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #c1272d;
  border-bottom: 3px solid #c1272d;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}

/*標準表示のチェックボックスを非表示にする*/
.c-form-check input[type="checkbox"] {
  display: none;
}

/*チェックボックスがチェックされた時に動作する内容*/
input[type="checkbox"]:checked + .c-form-check-label:before {
  opacity: 1;
}

.c-form input[type="radio"] {
  width: 20px;
  /*radioボタンの横幅*/
  height: 24px;
  /*radioボタンの縦幅*/
  border-radius: 100px;
  position: relative;
  vertical-align: top;
  margin-right: 5px;
}

.c-form input[type="radio"]::before,
.c-form input[type="radio"]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.c-form input[type="radio"]::before {
  background: linear-gradient(#dbdcdc 0%, #fff 100%);
  border: 1px solid #999;
  height: 20px;
  /*radioボタンの横幅*/
  width: 20px;
  /*radioボタンの縦幅*/
  left: 0px;
}

.c-form input[type="radio"]::after {
  background-color: #999;
  opacity: 0;
  /*チェックされてないradioボタンは非表示*/
  height: 14px;
  /*radioボタンチェック時の中点の高さ*/
  width: 14px;
  /*radioボタンチェック時の中点の横幅*/
  left: 3px;
  /*radioボタンチェック時の中点の位置*/
}

.c-form input[type="radio"]:checked::after {
  opacity: 1;
  /*チェックされたradioボタンは表示*/
}

.c-form-postalcode {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.c-form-postalcode-left.wide {
  width: 50px;
}

.c-form-postalcode-right.wide {
  width: 60px;
}

/* heading
------------------------------------------------ */
.c-heading {
  text-align: center;
}

.c-heading__icon {
  height: 30px;
  width: auto;
  margin: 0;
  margin: auto;
}

.c-heading__wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c-heading__wrapper {
    max-width: 450px;
  }
}

.c-heading__wrapper.-instagram,
.c-heading__wrapper.-facebook {
  max-width: 100%;
}

.c-heading__title {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-heading__title {
    height: 100px;
  }
}

.c-heading__title img {
  height: 100%;
}

.c-heading__title.-calender {
  width: 212px;
  height: auto;
  margin-top: -14px;
}

@media screen and (min-width: 768px) {
  .c-heading__title.-calender {
    width: 271px;
  }
}

.c-heading__title.-calender img {
  height: auto;
}

.c-heading__title.-instagram {
  width: 222px;
  height: auto;
  margin-top: -14px;
}

@media screen and (min-width: 768px) {
  .c-heading__title.-instagram {
    width: 600px;
  }
}

.c-heading__title.-instagram img {
  height: auto;
}

.c-heading__title.-facebook {
  padding: 16px 0;
  width: 215px;
  height: auto;
  margin-top: -14px;
}

@media screen and (min-width: 768px) {
  .c-heading__title.-facebook {
    width: 580px;
    padding: 80px 0 24px;
  }
}

.c-heading__title.-facebook img {
  height: auto;
}

.c-heading__subTitle {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  color: #1d2087;
}

@media screen and (min-width: 768px) {
  .c-heading__subTitle {
    font-size: 16px;
  }
}

.c-heading__subTitle.-white {
  color: #fff;
}

.c-heading__pageTitle {
  font-size: clamp(24px, 14.035px + 1.754vw, 32px);
  text-align: center;
  color: #1d2087;
  font-weight: 400;
}

.c-heading__sectionTitle {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  padding: 8px 16px;
  font-weight: 300;
}

.c-heading__sectionTitle.-navy {
  color: #fff;
  background-color: #1d2087;
}

.c-heading__sectionTitle.-white {
  color: #1d2087;
  background-color: transparent;
  border: 1px solid #1d2087;
}

.c-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-space__sm {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-space__sm {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.c-space__md {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .c-space__md {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.c-space__lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-space__lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.c-linebreak {
  display: inline-block;
}

.c-linebreak__force {
  display: inline-block;
  width: 100%;
}

.c-imgFrame__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-imgFrame__title,
.c-imgFrame__body {
  position: absolute;
  display: block;
}

.c-imgFrame__title {
  left: 50%;
  transform: translateX(-50%);
  width: 41%;
  top: -3%;
}

@media screen and (min-width: 768px) {
  .c-imgFrame__title {
    width: 23%;
    top: -5%;
  }
}

.c-imgFrame__body {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-imgFrame__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-imgFrame__innerPtSpacer {
  padding-top: 5%;
}

@media screen and (min-width: 768px) {
  .c-imgFrame__innerPtSpacer {
    padding-top: 2%;
  }
}

.sample {
  height: 200px;
}

.c-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .c-media {
    flex-direction: row-reverse;
  }
}

.c-media.-aiCenter {
  align-items: center;
}

.c-media__img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-media__img {
    flex: 0 0 53%;
  }
}

.c-media__img.-v2 {
  flex: 0 0 45%;
  height: 100%;
}

.c-media__body {
  flex: 0 0 45%;
}

.c-media__body.-v2 {
  flex: 0 0 52%;
}

.c-media__img.-v2:nth-child(2) {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-media__img.-v2:nth-child(2) {
    margin-top: 0;
  }
}

.c-pagination__wrapper {
  padding-top: 90px;
  padding-bottom: 74px;
}

.c-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 40px;
  }
}

.c-pagination__link {
  display: block;
  width: clamp(40px, 30.035px + 1.754vw, 48px);
  height: clamp(40px, 30.035px + 1.754vw, 48px);
  line-height: 47px;
  line-height: clamp(37px, 28.281px + 1.535vw, 44px);
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  text-decoration: none;
  color: #1d2087;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid #1d2087;
}

.c-pagination__link.-square {
  border-radius: 0;
}

.c-pagination__link.-bgGray {
  color: #fff;
  background-color: #b3b3b3;
}

.c-pagination__link.-noBorder {
  border: none;
}

.c-pagination__item.active .c-pagination__link {
  background-color: #1d2087;
  color: #fff;
}

.c-accordion {
  padding-top: 0;
}

.c-accordion__item__wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-accordion__item {
  border: 2px solid #1d2087;
  border-radius: 20px;
  background-color: transparent;
  transition: 0.3s;
}

.c-accordion__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: clamp(45px, -11.053px + 9.868vw, 90px);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

.c-accordion__btn::before,
.c-accordion__btn::after {
  display: inline-block;
  position: absolute;
  content: "";
  height: clamp(2px, 0.754px + 0.219vw, 3px);
  width: clamp(20px, 7.544px + 2.193vw, 30px);
  background-color: #1d2087;
  right: clamp(15px, -9.912px + 4.386vw, 35px);
  top: 45%;
  border-radius: 999px;
  transition: 0.3s;
}

.c-accordion__btn.__sm::before,
.c-accordion__btn.__sm::after {
  width: clamp(20px, 15.018px + 0.877vw, 24px);
}

.c-accordion__btn::after {
  transform: rotate(90deg);
}

.c-accordion__btn.is-active::after {
  transform: rotate(0deg);
}

.c-accordion__body {
  display: none;
  background-color: transparent;
}

.c-accordion__item.is-active .c-accordion__body {
  border-top: 2px solid #1d2087;
}

.c-accordion__body > *:last-child {
  margin-bottom: 0;
}

.c-accordion2 {
  padding-top: 0;
}

.c-accordion2__item__wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-accordion2__item {
  border-radius: 10px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.c-accordion2__btn__wrapper {
  border-radius: 10px;
  border: 1px solid #1d2087;
  transition: background-color 0.3s;
}

.c-accordion2__btn__wrapper.is-active {
  background-color: #1d2087;
  border-radius: 10px 10px 0 0;
  transition: background-color 0.2s;
}

.c-accordion2__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: clamp(80px, 67.544px + 2.193vw, 90px);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
}

.c-accordion2__btn::before,
.c-accordion2__btn::after {
  display: inline-block;
  position: absolute;
  content: "";
}

.c-accordion2__btn::before {
  height: clamp(26px, 21.018px + 0.877vw, 30px);
  width: clamp(26px, 21.018px + 0.877vw, 30px);
  border: 1px solid #1d2087;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s border-color ease-in-out;
}

.c-accordion2__btn.is-active::before {
  border-color: #fff;
}

.c-accordion2__btn::after {
  background-image: url("../../assets/img/findBestSubaru/icon-checkMark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(28px, 23.018px + 0.877vw, 32px);
  height: clamp(28px, 23.018px + 0.877vw, 32px);
  left: 27px;
  top: 25%;
  transform: rotate(180deg) scale(0.1);
  opacity: 0;
  transition: 0.3s opacity ease-in, 0.1s transform ease-in;
}

.c-accordion2__btn.is-active::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  transition: 0.3s opacity ease-in, 0.3s transform ease-in;
}

.c-accordion2__body {
  display: none;
  background-color: transparent;
  border: 1px solid #1d2087;
  border-top: none;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: 0.3s;
}

.c-accordion2__btn__wrapper.is-active ~ .c-accordion2__body {
  border-top: 2px solid #1d2087;
  opacity: 1;
}

.c-accordion2__body > *:last-child {
  margin-bottom: 0;
}

.c-arrowRightBoxed {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #1d2087;
  margin-left: 14px;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .c-arrowRightBoxed {
    width: 30px;
    height: 30px;
    margin-left: 18px;
    top: 3px;
  }
}

.c-arrowRightBoxed::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 11px;
  top: 46%;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-arrowRightBoxed::after {
    width: 14px;
    height: 14px;
    border-width: 3px;
    right: 15px;
  }
}

.c-arrowRightBoxed.-toRight {
  margin-left: 0;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .c-arrowRightBoxed.-toRight {
    margin-left: 0;
  }
}

.c-arrowRightBoxed.-sm {
  width: 22px;
  height: 22px;
  top: 3px;
}

@media screen and (min-width: 768px) {
  .c-arrowRightBoxed.-sm {
    width: 25px;
    height: 25px;
  }
}

.c-arrowRightBoxed.-sm::after {
  width: 10px;
  height: 10px;
  top: 46%;
  right: 12px;
}

@media screen and (min-width: 768px) {
  .c-arrowRightBoxed.-sm::after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    right: 13px;
    top: 45%;
  }
}

.c-arrowLeftBoxed {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #1d2087;
  margin-right: 14px;
  top: 1px;
}

@media screen and (min-width: 768px) {
  .c-arrowLeftBoxed {
    width: 30px;
    height: 30px;
    margin-right: 18px;
    top: 3px;
  }
}

.c-arrowLeftBoxed::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  right: 7px;
  top: 46%;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-arrowLeftBoxed::after {
    width: 14px;
    height: 14px;
    right: 11px;
    border-width: 3px;
  }
}

.c-arrowLeftBoxed.-toRight {
  margin-right: 0;
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  .c-arrowLeftBoxed.-toRight {
    margin-right: 0;
  }
}

.c-arrowLeftBoxed.-sm {
  width: 22px;
  height: 22px;
  top: 3px;
}

@media screen and (min-width: 768px) {
  .c-arrowLeftBoxed.-sm {
    width: 25px;
    height: 25px;
  }
}

.c-arrowLeftBoxed.-sm::after {
  width: 10px;
  height: 10px;
  top: 46%;
  left: 12px;
}

@media screen and (min-width: 768px) {
  .c-arrowLeftBoxed.-sm::after {
    width: 12px;
    height: 12px;
    border-width: 3px;
    left: 13px;
    top: 45%;
  }
}

.c-upperCase {
  text-transform: uppercase;
}

/*-----------------------------------------------------
Object - Project
-----------------------------------------------------*/
.p-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-bottom: 5px solid #1d2087;
}

.p-footer__snsItem img {
  width: 72px;
}

.p-footer__snsItem img.p-footer__subagaku {
  width: 140px;
}

.p-footer__site {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-footer__site {
    gap: 20px;
  }
}

.p-footer__site a {
  color: #1d2087;
  font-size: 16px;
}

.p-footer__site a:hover {
  text-decoration: underline;
}

.p-footer__bottom {
  padding-top: 40px;
  padding-bottom: 125px;
}

@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer__bottom {
    padding-bottom: 60px;
  }
}

.p-footer__bottomText {
  text-align: center;
  color: #1d2087;
  font-size: 14px;
}

.p-footer__bottomCopy {
  text-align: center;
  color: #1d2087;
}

/* hamburger
------------------------------------------------ */
.hamburger {
  display: block;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: left;
  border: none;
  background-color: #1d2087;
}

@media screen and (min-width: 768px) {
  .hamburger {
    top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-315deg);
}

.globalMenuSp {
  position: fixed;
  z-index: 90;
  top: 50px;
  right: -120%;
  color: #000;
  background: #fff;
  text-align: left;
  transition: all 0.6s;
  width: 100%;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .globalMenuSp {
    top: 100px;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .globalMenuSp {
    display: none;
  }
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  right: 0;
}

@media screen and (min-width: 768px) {
  .globalMenuSp.active {
    width: 66%;
  }
}

.globalMenuItems {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #1d2087;
}

.p-hamburger__itemLogoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.p-hamburger__item {
  line-height: 1.3;
}

.p-hamburger__itemLogo {
  width: 100%;
  max-width: 150px;
}

.p-hamburger__itemTelTime {
  font-size: 12px;
}

.p-hamburger__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding: 8px;
  position: relative;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #1d2087;
  font-size: 12px;
  transition: 0.3s;
  border-right: 1px solid #1d2087;
}

.p-hamburger__item.is-current {
  background: #1d2087;
}

.p-hamburger__item.is-current .p-hamburger__itemText {
  color: #fff;
}

.p-hamburger__itemText {
  font-size: 14px;
  font-weight: bold;
  color: #1d2087;
}

.p-hamburger__itemImage {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-hamburger__itemImage img {
  width: 100%;
}

.p-hamburger__accordionItem {
  grid-column: 1/3;
  display: none;
  border-bottom: 1px solid #1d2087;
}

.p-hamburger__accordionNestItems {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 20px 35px;
}

.p-hamburger__accordionNestItems.col-2 {
  grid-template-columns: 1fr 1fr;
  padding: 20px 1rem;
}

.p-hamburger__accordionNestItems.col-2 .p-hamburger__accordionNestLink {
  font-size: 12px;
  padding-left: 1rem;
}

.p-hamburger__accordionNestLink {
  width: 100%;
  height: 50px;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f2f2f2;
  color: #1d2087;
  font-size: 14px;
  font-weight: 700;
}

.p-hamburger__accordionNestLink img {
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-hamburger__accordionOriginal {
  padding: 25px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.p-hamburger__storeItems {
  border-top: 1px solid #1d2087;
}

.p-hamburger__storeItem {
  border-bottom: 1px solid #1d2087;
}

.p-hamburger__storeButton {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 35px;
  background: #f2f2f2;
  color: #1d2087;
  font-weight: 700;
  font-size: 16px;
}

.p-hamburger__storeAll {
  width: 100%;
  padding: 8px 1rem;
  background: #f2f2f2;
}

.p-hamburger__storeAllLink {
  width: 100%;
  height: 40px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  background: #1d2087;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.p-hamburger__storeNestItems {
  padding: 0 35px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-hamburger__storeWrapper {
  padding: 10px 0;
  display: none;
}

.p-hamburger__storeNestLink {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  background: #e6e6e6;
  padding: 8px;
  color: #333;
}

.p-hamburger__storeMap {
  position: relative;
  width: calc(100% - 70px);
  margin: 0 auto;
  aspect-ratio: 4/3;
}

.p-hamburger__storeMap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-hamburger__storeCat {
  display: inline-block;
  width: 55px;
  padding: 4px;
  background: #1d2087;
  color: #fff;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-size: 14px;
  font-weight: 500;
}

.p-hamburger__storeCat.-used {
  background: #ff8c9b;
}

.p-hamburger__storeName {
  font-weight: 700;
  font-size: 14px;
}

.p-hamburger__footer {
  padding: 20px 1rem 24px;
  background: #1d2087;
}

.p-hamburger__footerTop {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.p-hamburger__footerLink {
  color: #fff !important;
}

.p-hamburger__footerLogo {
  width: 100%;
  max-width: 135px;
  margin: 2rem auto 0;
}

.p-hamburger__footerLogo img {
  width: 100%;
}

.p-header__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-header__top {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__top {
    display: block;
    background-color: #1d2087;
  }
}

.p-header__topWrapper {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p-header__topSns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-header__topSnsItem a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__topSnsItem img {
  width: 20px;
  height: 20px;
}

.p-header__topMenu {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 1200px) {
  .p-header__topMenu {
    gap: 24px;
  }
}

.p-header__topMenuLink {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .p-header__topMenuLink {
    font-size: 16px;
  }
}

.p-header__topMenuLogo {
  display: inline-block;
  height: 20px;
}

.p-header__topMenuLogo img {
  height: 100%;
}

.p-header__topMenuItem a {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__topMenuItem:first-child {
  position: relative;
}

.p-header__topMenuItem:first-child::before {
  position: absolute;
  content: "／";
  top: 50%;
  right: -16px;
  color: #fff;
  font-size: 14px;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .p-header__topMenuItem:first-child::before {
    right: -20px;
    font-size: 16px;
  }
}

.p-header__topLogo {
  width: 100%;
  max-width: 100px;
}

@media screen and (min-width: 1200px) {
  .p-header__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }
}

.p-header__search {
  display: flex;
  align-items: center;
  gap: 0 4px;
}

@media screen and (min-width: 768px) {
  .p-header__search.-showSp {
    display: none;
  }
}

.p-header__search label {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .p-header__search label {
    width: 200px;
  }
}

.p-header__search input {
  width: 100%;
  height: 30px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #000;
  outline: none;
}

.p-header__search button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68px;
  height: 30px;
  font-size: 12px;
  border: none;
  background-color: #f2f2f2;
  color: #1d2087;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 4px;
  white-space: nowrap;
}

.p-header__search button::before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M23.7%2020.8%2019%2016.1c-.2-.2-.5-.3-.8-.3h-.8c1.3-1.7%202-3.7%202-6C19.5%204.4%2015.1%200%209.7%200S0%204.4%200%209.7s4.4%209.7%209.7%209.7c2.3%200%204.3-.8%206-2v.8c0%20.3.1.6.3.8l4.7%204.7c.4.4%201.2.4%201.6%200l1.3-1.3c.5-.5.5-1.2.1-1.6zm-14-5.1c-3.3%200-6-2.7-6-6s2.7-6%206-6%206%202.7%206%206-2.6%206-6%206z%22%20fill%3D%22%230d1c66%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-header__bottomWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 58px;
  padding-left: 16px;
  height: 50px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-header__bottomWrapper {
    height: auto;
    background-color: none;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.p-header__bottomLogo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .p-header__bottomLogo {
    max-width: 200px;
  }
}

.p-header__bottomMenu {
  display: none;
}

@media screen and (min-width: 1200px) {
  .p-header__bottomMenu {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.p-header__bottomMenuItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 0 4px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  font-weight: 700;
}

.p-header__bottomMenuItem.-underline {
  border-bottom: 3px solid #1d2087;
  color: #1d2087;
}

.p-header__bottomMenuItem:hover {
  border-bottom: 3px solid #1d2087;
  color: #1d2087;
}

.p-header__bottomMenuItem.-logo {
  position: relative;
  width: 100%;
  max-width: 80px;
}

.p-header .js-header-drop {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 1;
  background: #f2f2f2;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.p-header .js-header-drop.is-active {
  display: block;
}

.p-header__bottomMenuItemImage {
  height: 30px;
}

.p-header__bottomMenuItemImage img {
  width: 100%;
  height: 100%;
}

.p-header__bottomMenuItemImage.-logo {
  width: 100%;
  height: 100%;
}

.p-header__bottomMenuItemText {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
}

.p-header__bottomDrop {
  width: 100%;
  padding: 16px 0;
}

.p-header__bottomDrop::before {
  content: "";
  position: absolute;
  bottom: -100vh;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-header__bottomDropTitleBox {
  border-bottom: 1px solid #1d2087;
}

.p-header__bottomDropTitle {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 16px;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #1d2087;
}

.p-header__bottomDropGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .p-header__bottomDropGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-header__bottomDropGridItem {
  position: relative;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 8px;
  padding-right: 1em;
  background-color: #fff;
  color: #1d2087;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #1d2087;
}

.p-header__bottomDropGridItem::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /*矢印の形状*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #1d2087;
  border-right: 2px solid #1d2087;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.p-header__bottomDropGridItem:hover::after {
  right: 8px;
}

.p-header__bottomDropGridItem:hover .p-header__bottomDropGridItemText {
  text-decoration: underline;
}

.p-header__bottomDropGridItemIcon {
  height: 60px;
  width: 60px;
}

.p-header__bottomDropGridItemIcon.-newcar {
  width: 80px;
}

.p-header__bottomDropGridItemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__bottomDropGridItemText {
  font-weight: 500;
  color: #1d2087;
  font-size: 16px;
}

.p-header__bottomStoreLink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d2087;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.p-header__storeWrapper {
  display: grid;
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .p-header__storeWrapper {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 250px 350px 1fr;
  }
}

.p-header__storeFirstItem.is-active .p-header__storeFirstLink {
  background: #1d2087;
  color: #fff;
}

.p-header__storeFirstItem.is-active .p-header__storeFirstLink::after {
  border-color: #fff;
}

.p-header__storeFirstLink {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #1d2087;
  transition: 0.2s;
  background-color: #fff;
}

.p-header__storeFirstLink:hover {
  opacity: 0.7;
}

.p-header__storeSecondItems {
  background: #fff;
}

.p-header__storeSecondLink {
  display: flex;
  gap: 8px;
  padding: 12px;
  background: #fff;
}

.p-header__storeSecondLink:hover {
  background: #f2f2f2;
  opacity: 1;
}

.p-header__storeSecondCat {
  width: 100px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d2087;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.p-header__storeSecondCat.-used {
  background: #ff8c9b;
}

.p-header__storeSecondName {
  color: #333;
}

.p-header__storeMapWrapper {
  padding: 2rem 3rem;
}

.p-header__storeMap {
  aspect-ratio: 4/3;
}

.p-header__storeMap iframe {
  width: 100%;
  height: 100%;
}

.p-header__originalWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .p-header__originalWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .p-header__originalWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-header__originalLink {
  cursor: pointer;
}

.p-hero {
  /* ページネーション */
}

.p-hero__wrapper {
  position: relative;
  max-height: 300px;
}

@media screen and (min-width: 768px) {
  .p-hero__wrapper {
    max-height: none;
  }
}

.p-hero .swiper {
  position: relative;
}

.p-hero__slider {
  width: 100%;
  margin: 0 auto;
}

.p-hero .swiper-slide {
  width: 100%;
}

.p-hero .swiper-wrapper {
  width: 100%;
}

.p-hero .swiper-img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-hero .swiper-img {
    height: auto;
  }
}

.p-hero .swiper-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-hero .swiper-img img {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

.p-hero .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #1d2087;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.p-hero .swiper-horizontal > .swiper-pagination-bullets,
.p-hero .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-hero .swiper-pagination-custom,
.p-hero .swiper-pagination-fraction {
  bottom: -25px;
}

.p-hero .swiper-pagination-bullet-active {
  background-color: #1d2087;
}

.p-hero .swiper-slide-next,
.p-hero .swiper-slide-prev {
  opacity: 0.3;
  display: inline-block;
  transition: 0.3s;
}
/* 前へ次への矢印カスタマイズ */
.p-hero .swiper-button-prev::after,
.p-hero .swiper-button-next::after {
  margin: auto;
  position: absolute;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px;
  display: inline-block;
  font-size: 16px !important;
}

.p-hero .swiper-button-next.swiper-button-disabled,
.p-hero .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  z-index: 100;
  pointer-events: auto !important;
}
/* 前への矢印カスタマイズ */
.p-hero .swiper-button-prev::after {
  color: #fff;
  left: 0;
}
/* 次への矢印カスタマイズ */
.p-hero .swiper-button-next::after {
  color: #fff;
  right: 0;
}

@media screen and (min-width: 768px) {
  /* 前への矢印カスタマイズ */
  .p-hero .swiper-button-prev::after {
    left: calc(100vw / 3 - 32px);
    font-size: var(--swiper-navigation-size) !important;
  }
  /* 次への矢印カスタマイズ */
  .p-hero .swiper-button-next::after {
    right: calc(100vw / 3 - 32px);
    font-size: var(--swiper-navigation-size) !important;
  }
}

.p-info {
  position: relative;
}

.p-info.-top {
  overflow: hidden;
  background: #f6fafa;
}

@media screen and (min-width: 768px) {
  .p-info.-top {
    background: transparent;
  }
}

.p-info__iconCloud,
.p-info__iconCloudSmall,
.p-info__iconBallon,
.p-info__iconBallonSmall,
.p-info__iconBird,
.p-info__iconCloudTop,
.p-info__iconCloudSmallTop,
.p-info__iconBallonTop,
.p-info__iconBallonSmallTop,
.p-info__iconBirdTop {
  position: absolute;
  z-index: 1;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes cloud-move {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes cloud-move {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@-webkit-keyframes ballon-move {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes ballon-move {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.p-info__iconCloud {
  top: 48px;
  right: 10%;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
}

.p-info__iconCloudSmall {
  top: 96px;
  right: 8%;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
}

.p-info__iconBallon {
  top: 192px;
  right: 10%;
  -webkit-animation-name: ballon-move;
  animation-name: ballon-move;
}

.p-info__iconBallonSmall {
  top: 243px;
  right: 8%;
  -webkit-animation-name: ballon-move;
  animation-name: ballon-move;
}

.p-info__iconBird {
  top: 486px;
  left: 16px;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
}

.p-info__iconBird.-above {
  top: 30px;
}

.p-info__iconCloudTop {
  display: none;
  width: 134px;
  top: 5%;
  right: 10%;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
}

@media screen and (min-width: 1200px) {
  .p-info__iconCloudTop {
    display: block;
  }
}

.p-info__iconCloudSmallTop {
  display: none;
  width: 108px;
  top: 10%;
  right: 8%;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
}

@media screen and (min-width: 1200px) {
  .p-info__iconCloudSmallTop {
    display: block;
  }
}

.p-info__iconBallonTop {
  display: none;
  width: 87px;
  top: 20%;
  right: 10%;
  -webkit-animation-name: ballon-move;
  animation-name: ballon-move;
}

@media screen and (min-width: 1200px) {
  .p-info__iconBallonTop {
    display: block;
  }
}

.p-info__iconBallonSmallTop {
  display: none;
  width: 58px;
  top: 25%;
  right: 8%;
  -webkit-animation-name: ballon-move;
  animation-name: ballon-move;
}

@media screen and (min-width: 1200px) {
  .p-info__iconBallonSmallTop {
    display: block;
  }
}

.p-info__iconBirdTop {
  width: 60px;
  top: 6rem;
  right: 16px;
  -webkit-animation-name: cloud-move;
  animation-name: cloud-move;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .p-info__iconBirdTop {
    width: 150px;
    top: 50%;
    left: 16px;
  }
}

.p-info__wrapper {
  position: relative;
}

.p-info__wrapper:before {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 10vh;
  background-image: url(../../assets/img/top/icon-information-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-info__wrapper:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 80vh;
  background-color: #f6fafa;
  z-index: -1;
}

.p-info__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.p-info__listTop {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 85px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .p-info__listTop {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-info__listItem {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-info__listItem:not(:last-child):before {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-image: url(../../assets/img/common/icon-line-dotted-column.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-info__listItemTop {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-info__listItemTop::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/common/img-separator.svg) left center/12px 2.5px
    repeat-x;
}

@media screen and (min-width: 768px) {
  .p-info__listItemTop::before {
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .p-info__listItemTop:not(:last-child):before {
    right: -22px;
    top: 0;
    bottom: 0;
    left: auto;
    width: 4px;
    height: 100%;
    background-image: url(../img/common/img-separator2.svg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 2.5px 1rem;
  }
}

.p-info__listItemTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 300;
  color: #1d2087;
}

.p-info__listItemTitle span {
  font-weight: 200;
  font-size: 80%;
}

.p-info__listItemTitle img {
  margin-right: 8px;
}

.p-info__innerList {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-info__innerListItem {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.p-info__innerListItemDay {
  font-weight: 200;
  font-size: 14px;
}

.p-info__innerListItemText {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 568px) {
  .p-info__innerListItemText {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-info__innerListItemText {
    display: -webkit-box;
  }
}

.p-info__listButton {
  display: flex;
  position: relative;
  width: 100%;
  height: 52.25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-top: auto;
}

.p-info__listButton.-news {
  background-image: url(../../assets/img/top/icon-information-button-news.svg);
}

.p-info__listButton.-campaign {
  background-image: url(../../assets/img/top/icon-information-button-campaign.svg);
}

.p-info__listButton.-service {
  background-image: url(../../assets/img/top/icon-information-button-service.svg);
}

.p-info__listButton:hover.-news {
  background-image: url(../../assets/img/top/icon-information-button-hover-news.svg);
}

.p-info__listButton:hover.-campaign {
  background-image: url(../../assets/img/top/icon-information-button-hover-campaign.svg);
}

.p-info__listButton:hover.-service {
  background-image: url(../../assets/img/top/icon-information-button-hover-service.svg);
}

.p-info__decoIcons {
  display: none;
}

@media screen and (min-width: 1500px) {
  .p-info__decoIcons {
    display: block;
  }
}

.p-sidebar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.p-sidebar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #1d2087;
  background-color: #fff;
}

.p-sidebar__listItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 16px 4px;
  font-size: clamp(14px, 1.8vh, 20px);
  gap: 4px;
}

.p-sidebar__listItem:not(:last-child) {
  border-right: 1px solid #1d2087;
}

.p-sidebar__listItem:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}

.p-sidebar__listItem:hover:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  width: 150px;
  height: 100%;
  background-image: url(../img/common/icon-subarisu-tail.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-animation: tail-wag 1s ease forwards;
  animation: tail-wag 1s ease forwards;
}

@-webkit-keyframes tail-wag {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes tail-wag {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0);
  }
}

.p-sidebar__listItemImage {
  width: 100%;
  max-width: 24px;
  max-height: 20px;
  margin-bottom: 4px;
}

.p-sidebar__listItemText {
  color: #1d2087;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  height: 25px;
  display: grid;
  place-items: center;
}

.p-sidebar__listItemText.-red {
  color: #c1272d;
}

.p-sidebar.is-rightMode {
  width: auto;
  top: 168px;
  right: 8px;
  bottom: auto;
  left: auto;
}

.p-sidebar.is-rightMode .p-sidebar__list {
  grid-template-columns: 1fr;
  border: 2px solid #1d2087;
  border-radius: 50px;
  padding-right: 4px;
  padding-left: 4px;
}

.p-sidebar.is-rightMode .p-sidebar__listItem {
  justify-content: center;
}

.p-sidebar.is-rightMode .p-sidebar__listItem:not(:last-child) {
  border-right: none;
  border-bottom: 1px solid #1d2087;
}

.p-sidebar.is-rightMode .p-sidebar__listItem:hover::before {
  display: block;
}

.p-sidebar.is-rightMode .p-sidebar__listItemImage {
  max-height: 100%;
}

.p-sidebar.is-rightMode .p-sidebar__listItemText {
  display: block;
  height: auto;
  line-height: 1.5;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: start;
}

.p-sidebar.is-rightMode .p-sidebar__listItemText.-secondSpace {
  padding-top: 3.5rem;
  text-indent: -3.5rem;
}

.p-calender {
  background-color: #f6fafa;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .p-calender {
    padding-bottom: 30vh;
  }
}

.p-calender.-transparent {
  background-color: transparent;
}

.p-calender.-lessPb {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .p-calender.-lessPb {
    padding-bottom: 150px;
  }
}

.p-calender__title {
  background-color: #f6fafa;
}

@media screen and (min-width: 768px) {
  .p-calender__title {
    padding-bottom: 10px;
  }
}

.p-calender__title {
  background-color: #f6fafa;
}

.p-calender__body {
  border: 1px solid #1d2087;
  margin-top: -3em;
  padding-bottom: 24px;
}

.p-calender__bodyV2 {
  padding-bottom: 6%;
}

.p-calender__body {
  border: 1px solid #1d2087;
  margin-top: -3em;
  padding-bottom: 24px;
}

.p-calender__bodyV2 {
  padding-bottom: 6%;
}

@media screen and (min-width: 768px) {
  .p-calender__bodyV2 {
    padding-bottom: 3%;
  }
}

.p-calender__bodyWrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 32px;
  padding-left: 32px;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-calender__bodyWrapper {
    grid-template-columns: 1fr 1fr;
    width: 70%;
    padding-top: 80px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.p-calender__bodyWrapper.-top {
  gap: 1.6rem;
  padding: 5rem 26px 24px;
}

@media screen and (min-width: 768px) {
  .p-calender__bodyWrapper.-top {
    gap: 40px;
    padding-top: 80px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

.p-calender__bodyWrapper.-v2 {
  grid-template-columns: 1fr;
  gap: 40px;
  width: 970px;
  max-width: 80%;
  padding-top: 3%;
  padding-bottom: 2%;
}

@media screen and (min-width: 768px) {
  .p-calender__bodyWrapper.-v2 {
    max-width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.p-calender__bodyItem img {
  width: 100%;
  height: 100%;
}

.p-calender__text {
  display: none;
  font-size: inherit;
  text-align: center;
  padding: 0 16px;
}

.p-calender__text.-closed {
  display: inline;
  font-size: 1.4em;
  color: #ffd2eb;
  padding: 0;
  vertical-align: top;
  line-height: 1;
}

.p-calender__bodyItem img {
  width: 100%;
  height: 100%;
}

.p-calender__text {
  display: none;
  font-size: inherit;
  text-align: center;
  padding: 0 16px;
}

.p-calender__text.-closed {
  display: inline;
  font-size: 1.4em;
  color: #ffd2eb;
  padding: 0;
  vertical-align: top;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .p-calender__text {
    display: block;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-calender__textTop {
  padding: 0 25px;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .p-calender__textTop {
    padding: 0;
    text-align: center;
  }
}

.p-calender__row {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-calender__row {
    display: inline;
  }
}

.p-calender__row .-pink {
  color: #ffd2eb;
}

.p-calender__textTable {
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .p-calender__textTable {
    display: none;
  }
}

.p-calender__textTable th {
  vertical-align: top;
  text-align: right;
  font-weight: 200;
  white-space: nowrap;
}

.p-calender__textTable td {
  width: auto;
  vertical-align: top;
}

.p-calender__textTable th {
  vertical-align: top;
  text-align: right;
  font-weight: 200;
}

.p-calender__textTable td {
  width: auto;
  vertical-align: top;
}

.p-event {
  position: relative;
  margin-top: -15vh;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.p-event__subarisu {
  position: absolute;
  top: 70px;
  left: 20%;
}

.p-event::before,
.p-event::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-event:before {
  top: 0;
  width: 100%;
  height: 150px;
  background-image: url(../../assets/img/top/icon-event-top.svg);
}

.p-event:after {
  bottom: 0;
  width: 100%;
  height: 10vh;
  background-image: url(../../assets/img/top/icon-event-bottom.svg);
}

.p-event__top {
  position: relative;
  padding-top: 29.230769vw;
  padding-bottom: 7.948718vw;
}

@media screen and (min-width: 1024px) {
  .p-event__top {
    padding-top: 17.708333vw;
    padding-bottom: 60px;
  }
}

.p-event__top::before,
.p-event__top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-event__top:before {
  top: 0;
  width: 100%;
  aspect-ratio: 65/19;
  background: #f6fafa url(../img/top/bg-event-top_sp.webp) center center/contain
    no-repeat;
}

@media screen and (min-width: 1024px) {
  .p-event__top:before {
    top: 0;
    aspect-ratio: 96/17;
    background: #f6fafa url(../img/top/bg-event-top.webp) center center/contain
      no-repeat;
  }
}

.p-event__top:after {
  bottom: 0;
  width: 100%;
  aspect-ratio: 390/31;
  background: url(../img/top/bg-event-bottom_sp.webp) center center/contain
    no-repeat;
}

@media screen and (min-width: 1024px) {
  .p-event__top:after {
    bottom: 0;
    aspect-ratio: auto;
    height: 10vh;
    background-image: url(../../assets/img/top/icon-event-bottom.svg);
  }
}

.p-event__wrapper {
  background-color: #fffaeb;
}

@media screen and (min-width: 1024px) {
  .p-event__wrapper {
    margin-top: -4rem;
    padding-bottom: 60px;
  }
}

.p-event__sliderBody {
  position: relative;
}

.p-event__body {
  position: relative;
  overflow: hidden;
}

.p-event__bodyTop {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

@media screen and (min-width: 1024px) {
  .p-event__bodyTop {
    padding-top: 0;
  }
}

.p-event__item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  border: 1px solid #1d2087;
  z-index: 10;
}

.p-event__itemImage {
  width: 100%;
  height: 250px;
}

.p-event__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event__itemDay {
  color: #1d2087;
  text-align: center;
  margin-top: 8px;
}

.p-event__itemTitle {
  color: #1d2087;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.p-event__itemReadmore {
  position: relative;
  margin-top: 24px;
  text-align: center;
}

.p-event__itemReadmore span {
  display: inline-block;
  border-bottom: 1px solid #1d2087;
  margin-right: 2px;
  color: #1d2087;
  padding-left: 1em;
  padding-right: 1em;
}

.p-event__button {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .p-event__button {
    padding: 0;
  }
}

.p-event .swiper_event,
.p-event .swiper_event_return {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.p-event .swiper-body {
  width: calc(100% - 24px);
  margin: 0 auto;
}

.p-event .swiper-button-prev,
.p-event .swiper-button-next {
  position: absolute;
  height: 50px;
  width: 50px;
  transition: 0.3s;
}

.p-event .swiper-button-prev {
  left: 9%;
}

.p-event .swiper-button-prev:hover {
  left: 8%;
}

.p-event .swiper-button-next {
  right: 9%;
}

.p-event .swiper-button-next:hover {
  right: 8%;
}

.p-event .swiper-button-prev::after,
.p-event .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.p-event .swiper-button-prev::after {
  background-image: url(../../assets/img/top/icon-arrow-prev.svg);
}

.p-event .swiper-button-next::after {
  background-image: url(../../assets/img/top/icon-arrow-next.svg);
}

.p-event .swiper-slide-active {
  position: relative;
}

.p-event .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  z-index: -2;
}

.p-event .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: -48px;
  right: 8px;
  width: 65px;
  height: 65px;
  background-image: url(../../assets/img/top/icon-event-active.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-event .swiper-slide-next,
.p-event .swiper-slide-prev {
  position: relative;
}

.p-event .swiper-slide-next::before,
.p-event .swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  z-index: -1;
}

.p-event .swiper-slide-next::before {
  transform: rotate(-3deg);
}

.p-event .swiper-slide-next::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 8px;
  width: 100px;
  height: 100px;
  background-image: url(../../assets/img/top/icon-event-next.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-event .swiper-slide-prev::before {
  transform: rotate(3deg);
}

.p-event .swiper-slide-prev::after {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-image: url(../../assets/img/top/icon-event-prev.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-event .swiper-button-next.swiper-button-disabled,
.p-event .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.p-event__top {
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* ページネーション */
}

.p-event__top .swiper_eventTop {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .p-event__top .swiper_eventTop {
    max-width: 800px;
    padding: 32px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .p-event__top .swiper_eventTop {
    padding-top: 42px;
    max-width: 980px;
  }
}

.p-event__top .swiper-body {
  width: calc(100% - 24px);
  margin: 0 auto;
}

.p-event__top .swiper-pagination-event {
  display: flex;
  justify-content: center;
}

.p-event__top .swiper-button-prev,
.p-event__top .swiper-button-next {
  position: absolute;
  height: 50px;
  width: 50px;
  transition: 0.3s;
  top: auto;
  bottom: 8.7rem;
}

@media screen and (min-width: 1024px) {
  .p-event__top .swiper-button-prev,
  .p-event__top .swiper-button-next {
    top: 50%;
    bottom: auto;
  }
}

.p-event__top .swiper-button-prev {
  left: 9%;
}

.p-event__top .swiper-button-prev:hover {
  left: 8%;
}

.p-event__top .swiper-button-next {
  right: 9%;
}

.p-event__top .swiper-button-next:hover {
  right: 8%;
}

.p-event__top .swiper-button-prev::after,
.p-event__top .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.p-event__top .swiper-button-prev::after {
  background-image: url(../../assets/img/top/icon-arrow-prev.svg);
}

.p-event__top .swiper-button-next::after {
  background-image: url(../../assets/img/top/icon-arrow-next.svg);
}

.p-event__top .swiper-slide-active {
  position: relative;
}

.p-event__top .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  z-index: -2;
}

.p-event__top .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../../assets/img/top/icon-event-active.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-event__top .swiper-slide-active::after {
    width: 65px;
    height: 65px;
    top: -48px;
    right: 8px;
    left: auto;
  }
}

.p-event__top .swiper-slide-next,
.p-event__top .swiper-slide-prev {
  position: relative;
}

.p-event__top .swiper-slide-next::before,
.p-event__top .swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  z-index: -1;
}

.p-event__top .swiper-slide-next::before {
  transform: rotate(-3deg);
}

@media screen and (min-width: 1024px) {
  .p-event__top .swiper-slide-next::after {
    content: "";
    position: absolute;
    top: -70px;
    right: 8px;
    width: 80px;
    height: 100px;
    background-image: url(../../assets/img/top/icon-event-next.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1200px) {
  .p-event__top .swiper-slide-next::after {
    top: -80px;
    width: 116px;
  }
}

.p-event__top .swiper-slide-prev::before {
  transform: rotate(3deg);
}

@media screen and (min-width: 1024px) {
  .p-event__top .swiper-slide-prev::after {
    content: "";
    position: absolute;
    top: -48px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-image: url(../../assets/img/top/icon-event-prev.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-event__top .swiper-button-next.swiper-button-disabled,
.p-event__top .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.p-event__top .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #1d2087;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.p-event__top .swiper-horizontal > .swiper-pagination-bullets,
.p-event__top .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-event__top .swiper-pagination-custom,
.p-event__top .swiper-pagination-fraction {
  bottom: -25px;
}

.p-event__top .swiper-pagination-bullet-active {
  background-color: #1d2087;
}

.p-event2 {
  position: relative;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-event2 {
    margin-top: 100px;
  }
}

/* .p-event2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #fffaeb;
  top: calc(100% - 60px);
} */

.p-event2__wrapper {
  background-color: #fffaea;
}

.p-event2__wavyImg {
  height: clamp(100px, 12.807px + 15.351vw, 170px);
}

.p-event2__wavyImg > img {
  height: 100%;
}

.c-heading__subTitle.p-event2__subTitle {
  font-size: 18px;
  font-weight: 400;
}

.c-heading__title.p-event2__title {
  width: 260px;
  height: auto;
  margin-top: -14px;
}

@media screen and (min-width: 768px) {
  .c-heading__title.p-event2__title {
    width: 332px;
  }
}

.p-event2__decoWrapper__outer {
  position: relative;
  width: 100%;
}

.p-event2__decoWrapper {
  position: absolute;
  max-width: 100%;
  width: 1352px;
  padding-right: 16px;
  padding-left: 16px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-event2__subarisu,
.p-event2__tree1,
.p-event2__tree2,
.p-event2__tree3,
.p-event2__tree4,
.p-event2__tree5 {
  position: absolute;
}

.p-event2__subarisu > img,
.p-event2__tree1 > img,
.p-event2__tree2 > img,
.p-event2__tree3 > img,
.p-event2__tree4 > img,
.p-event2__tree5 > img {
  width: auto;
  height: 100%;
}

.p-event2__subarisu {
  height: clamp(35px, -8.596px + 7.675vw, 70px);
  bottom: 16%;
  left: 31%;
  transform: rotate(-9deg);
}

@media screen and (min-width: 768px) {
  .p-event2__subarisu {
    bottom: 10%;
    left: 28%;
  }
}

.p-event2__tree1 {
  height: clamp(80px, -19.649px + 17.544vw, 160px);
  bottom: -91%;
  left: -2%;
}

@media screen and (min-width: 768px) {
  .p-event2__tree1 {
    left: 0%;
  }
}

.p-event2__tree2 {
  height: clamp(77.5px, -19.035px + 16.996vw, 155px);
  bottom: -7%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .p-event2__tree2 {
    bottom: -12%;
    left: 11%;
  }
}

.p-event2__tree3 {
  height: clamp(77px, -18.912px + 16.886vw, 154px);
  bottom: -5%;
  right: 19%;
}

@media screen and (min-width: 768px) {
  .p-event2__tree3 {
    bottom: -87%;
    right: 14%;
  }
}

.p-event2__tree4 {
  height: clamp(92.5px, -22.719px + 20.285vw, 185px);
  bottom: 22%;
  right: 6%;
}

@media screen and (min-width: 768px) {
  .p-event2__tree4 {
    bottom: 2%;
    right: 6%;
  }
}

.p-event2__tree5 {
  height: clamp(89px, -21.86px + 19.518vw, 178px);
  bottom: -80%;
  right: 0%;
}

@media screen and (min-width: 768px) {
  .p-event2__tree5 {
    bottom: -75%;
    right: 0%;
  }
}

.p-event2__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -moz-column-gap: 5%;
  column-gap: 5%;
  row-gap: 100px;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .p-event2__cards {
    width: 100%;
  }
}

.p-event2__card {
  position: relative;
}

.p-event2__card::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/icon-pin.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 29px;
  left: 50%;
  top: -10px;
}

.p-event2__card__imgWrapper {
  width: 100%;
}
.p-event2__card__imgWrapper > img {
  width: 100%;
  height: auto;
}

.p-event__listImage {
  width: 100%;
  height: 240px;
}
.p-event__listImage > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event2__card__content {
  display: block;
  padding: clamp(20px, -4.912px + 4.386vw, 40px) min(20px, 4vw);
  text-align: center;
  color: #1d2087;
}

.p-event2__card__new {
  font-size: clamp(16px, 13.509px + 0.439vw, 18px);
  font-weight: 300;
  color: #ff0000;
  text-transform: uppercase;
  margin-right: 4px;
}

.p-event__card__date {
  display: inline-block;
  font-size: clamp(16px, 13.509px + 0.439vw, 18px);
  font-weight: 300;
  padding-top: 20px;
}

.p-event2__card__title,
.p-event2__card__txt {
  font-size: 18px;
  font-weight: 200;
}

.p-event2__card__link {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: #1d2087;
  padding: 6px;
  margin-top: 24px;
}

.p-event2__card__link::before,
.p-event2__card__link::after {
  position: absolute;
  content: "";
}

.p-event2__card__link::before {
  background-image: url("../img/event/icon-read-more-underline.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 110%;
  height: 5px;
  bottom: 0px;
  left: -7.5%;
}

.p-event2__card__link::after {
  background-image: url("../img/event/icon-pencil.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 28px;
  bottom: 5px;
  right: -25%;
}

.c-imgFrame__body > .p-event2__imgFrame__behind,
.c-imgFrame__body > .p-event2__imgFrame__behind2,
.c-imgFrame__body > .p-event2__imgFrame__behind3 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-imgFrame__body > .p-event2__imgFrame__behind {
  left: 1%;
  top: 1%;
  transform: rotate(3deg);
}

.c-imgFrame__body > .p-event2__imgFrame__behind2 {
  left: 2%;
  top: 2%;
  transform: rotate(0deg);
}

.c-imgFrame__body > .p-event2__imgFrame__behind3 {
  left: 0%;
  top: 0%;
  transform: rotate(-3deg);
}

.p-event3 {
  position: relative;
  background-color: #fffaeb;
}

.p-event3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #fffaeb;
  top: calc(100% - 60px);
  z-index: -1;
}

.p-event3__pageTitleWrapper {
  background-color: #fffaeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .p-event3__pageTitleWrapper {
    padding-bottom: 50px;
  }
}

.p-event3__deco__inner {
  position: relative;
}

.p-event3__clip,
.p-event3__subarisu {
  position: absolute;
}

.p-event3__clip > img,
.p-event3__subarisu > img {
  width: 100%;
}

.p-event3__clip {
  width: 80px;
  left: 0;
  bottom: -28px;
  transform: rotate(-10deg);
}

@media screen and (min-width: 768px) {
  .p-event3__clip {
    left: 20%;
    width: 120px;
    bottom: -38px;
  }
}

.p-event3__subarisu {
  width: clamp(140px, 90.175px + 8.772vw, 180px);
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-event3__subarisu {
    right: 20%;
  }
}

.p-event3__content__wrapper {
  background-color: #fff;
  border: 2px solid #1d2087;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.p-event3__content {
  padding-bottom: 140px;
  padding-bottom: clamp(70px, -17.193px + 15.351vw, 140px);
}

.p-event3__card__title__wrapper {
  color: #1d2087;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-event3__card__date {
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}

.p-event3__card__title {
  font-size: 20px;
  font-weight: 200;
}

@media screen and (min-width: 768px) {
  .p-event3__card__title {
    font-size: 24px;
  }
}

.p-event3__card__txt {
  font-size: 16px;
  padding-top: clamp(30px, -7.368px + 6.579vw, 60px);
  padding-bottom: clamp(30px, -7.368px + 6.579vw, 60px);
}

.p-event3__buttonWrapper.c-button__wrapper {
  max-width: 100%;
  width: 350px;
  font-size: 18px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(60px, 10.175px + 8.772vw, 100px);
}

.p-instagram {
  position: relative;
}

.p-instagram::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 389/117;
  background: url(../img/top/bg-instagram-top_sp.webp) center top/contain
    no-repeat;
}

@media screen and (min-width: 768px) {
  .p-instagram::before {
    background-image: url(../img/top/bg-instagram-top.webp);
    max-width: 1480px;
    margin: 0 auto;
    top: -11rem;
  }
}

.p-instagram__bodyWrapper {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-instagram__bodyWrapper {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 568px) {
  .p-instagram__bodyItem:nth-child(2),
  .p-instagram__bodyItem:nth-child(3),
  .p-instagram__bodyItem:nth-child(4),
  .p-instagram__bodyItem:nth-child(5),
  .p-instagram__bodyItem:nth-child(6) {
    display: none;
  }
}

.p-instagram__bodyItem img {
  width: 100%;
  height: 100%;
}

.p-instagram__top {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
  .p-instagram__top {
    padding: 0;
  }
}

.p-instagram__top img {
  width: 100%;
  height: 100%;
}

.p-facebook {
  padding-top: 20vw;
  padding-bottom: 40px;
  position: relative;
  background-image: url(../img/top/bg-facebook_sp.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .p-facebook {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../../assets/img/top/img-facebook-bg.png);
  }
}

.p-facebook__subarisu {
  display: none;
  position: absolute;
  top: -48px;
  left: 10%;
}

@media screen and (min-width: 768px) {
  .p-facebook__subarisu {
    display: block;
    width: 172px;
  }

  .p-facebook__subarisu img {
    width: 100%;
  }
}

.p-facebook__bodyWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.p-facebook__bodyItem img {
  width: 100%;
  height: 100%;
}

.p-facebook__top {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.p-facebook__top img {
  width: 100%;
  height: 100%;
}

.p-links {
  overflow: hidden;
  /* ページネーション */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.p-links__wrapper {
  position: relative;
}

.p-links__wrapperTop {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.p-links__title {
  width: 100%;
  max-width: 160px;
}

.p-links__titleTop {
  width: 100%;
  max-width: 80px;
}

@media screen and (min-width: 768px) {
  .p-links__titleTop {
    max-width: 160px;
  }
}

.p-links__subarisu {
  position: absolute;
  top: -72px;
  right: 10%;
  width: 160px;
}

.p-links__subarisuTop {
  display: none;
  position: absolute;
  top: -72px;
  right: 10%;
  width: 160px;
}

.p-links__subarisuTop img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-links__subarisuTop {
    display: block;
    top: -130px;
  }
}

.p-links__wrapperTop .swiper-pagination-links {
  display: flex;
  justify-content: center;
}

.p-links .swiper_links {
  position: relative;
}

.p-links .swiper_linksTop {
  position: relative;
}

.p-links__slider {
  width: 100%;
  margin: 0 auto;
}

.p-links .swiper-slide {
  width: 100%;
}

.p-links .swiper-wrapper {
  width: 100%;
}

.p-links .swiper-wrapper.-top {
  width: 100%;
  padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-links .swiper-wrapper.-top {
    padding-bottom: 0;
  }
}

.p-links .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #1d2087;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.p-links .swiper-horizontal > .swiper-pagination-bullets,
.p-links .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-links .swiper-pagination-custom,
.p-links .swiper-pagination-fraction {
  bottom: -25px;
}

.p-links .swiper-pagination-bullet-active {
  background-color: #1d2087;
}

.p-links .swiper-button-links-prev,
.p-links .swiper-button-links-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 50px;
  width: 50px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.p-links .swiper-button-links-prev {
  left: 16px;
}

.p-links .swiper-button-links-prev:hover {
  left: 8px;
}

.p-links .swiper-button-links-next {
  right: 16px;
}

.p-links .swiper-button-links-next:hover {
  right: 8px;
}

.p-links .swiper-button-links-prev::after,
.p-links .swiper-button-links-next::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.p-links.-top {
  /* 前へ次への矢印カスタマイズ */
}

.p-links.-top .swiper-button-links-prev,
.p-links.-top .swiper-button-links-next {
  position: absolute;
  top: auto;
  bottom: -13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 20px;
  width: 20px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-links.-top .swiper-button-links-prev,
  .p-links.-top .swiper-button-links-next {
    top: 50%;
    bottom: auto;
    height: 50px;
    width: 50px;
  }
}

.p-links.-top .swiper-button-links-prev {
  left: 16px;
}

@media screen and (min-width: 768px) {
  .p-links.-top .swiper-button-links-prev:hover {
    left: 8px;
  }
}

.p-links.-top .swiper-button-links-next {
  right: 16px;
}

@media screen and (min-width: 768px) {
  .p-links.-top .swiper-button-links-next:hover {
    right: 8px;
  }
}

.p-links.-top .swiper-button-links-prev::after,
.p-links.-top .swiper-button-links-next::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .p-links.-top .swiper-button-links-prev::after,
  .p-links.-top .swiper-button-links-next::after {
    height: 50px;
    width: 50px;
  }
}

.p-links .swiper-button-links-prev::after {
  background-image: url(../../assets/img/common/icon-arrow-link-prev.svg);
}

.p-links .swiper-button-links-next::after {
  background-image: url(../../assets/img/common/icon-arrow-link-next.svg);
}

/*タブ切り替え全体のスタイル*/
.p-tabs {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .p-tabs.-v2 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*タブのスタイル*/
.p-tab__item {
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: clamp(46px, 28.561px + 3.07vw, 60px);
  border-bottom: 1px solid #1d2087;
  background-color: #fff;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  letter-spacing: 0;
  color: #1d2087;
  text-align: center;
  transition: border 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

/*タブのスタイル 別バージョン*/
.p-tab__item.-v2 {
  position: relative;
  top: clamp(10px, -2.456px + 2.193vw, 20px);
  width: 33.3333333333%;
  height: clamp(40px, 27.544px + 2.193vw, 50px);
  border-bottom: 1px solid #1d2087;
  border-top: 1px solid #1d2087;
  border-left: 1px solid #1d2087;
  line-height: 1.2;
}

.p-tab__item.-v2:last-of-type {
  border-right: 1px solid #1d2087;
}

.p-tab__item2 {
  float: left;
  cursor: pointer;
}

.p-tabs input:checked + .p-tab__item.-v2 + input + .p-tab__item.-v2 {
  border-left: none;
}

.p-tab__item:hover,
.p-tab__item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.p-tab__content {
  display: none;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-tab__content.-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#firstTab:checked ~ #firstTab__content,
#secondTab:checked ~ #secondTab__content,
#thirdTab:checked ~ #thirdTab__content,
#forthTab:checked ~ #forthTab__content,
#fifthTab:checked ~ #fifthTab__content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示（js操作の場合）*/
#firstTab__content.js-active,
#secondTab__content.js-active,
#thirdTab__content.js-active,
#forthTab__content.js-active,
#fifthTab__content.js-active {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#newsTab:checked ~ #newsTab__content,
#campaignTab:checked ~ #campaignTab__content,
#serviceTab:checked ~ #serviceTab__content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.p-tabs input:checked + .p-tab__item,
.p-tabs input:checked + .p-tab__item2 {
  color: #fff;
  background-color: #1d2087;
}

.p-tabs input:checked + .p-tab__item:hover,
.p-tabs input:checked + .p-tab__item2:hover {
  opacity: 1;
}

/*選択されているタブのスタイルを変える　別バージョン*/
.p-tabs input:checked + .p-tab__item.-v2 {
  position: relative;
  top: 0;
  height: clamp(50px, 25.088px + 4.386vw, 70px);
  border: none;
  border-radius: 10px 10px 0 0;
  border-radius: clamp(3.25px, -5.158px + 1.48vw, 10px)
    clamp(3.25px, -5.158px + 1.48vw, 10px) 0 0;
  background-color: #1d2087;
  color: #fff;
  cursor: auto;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0;
}

.p-smplTxt {
  font-size: 16px;
  font-weight: 200;
  color: #000;
}

.p-smplTxt.-navy {
  color: #1d2087;
}

.p-smplTxt.-medium {
  font-weight: 300;
}

.p-smplTxt.-bold {
  font-weight: 300;
}

.p-smplTxt.-blue {
  color: #1e78dc;
}

.p-smplTxt.-red {
  color: #c1272d;
}

.p-smplTxt.-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-smplTxt.-taCenter {
  text-align: center;
}

.p-smplTxt.-taRight {
  text-align: right;
}

.p-smplTxt__heading {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: #1d2087;
}

.p-smplTxt__heading.-verticalBar {
  line-height: 1;
  padding-left: 10px;
  border-left: 5px solid #1d2087;
}

.p-smplTxt__body {
  padding-left: clamp(0px, -37.368px + 6.579vw, 30px);
}

.p-smplTxt__body.-wMaxCont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-smplTxt__mt--sm {
  margin-top: clamp(8px, 3.018px + 0.877vw, 12px);
}

.p-smplTxt__mt--md {
  margin-top: clamp(18px, 13.018px + 0.877vw, 22px);
}

.p-smplTxt__mt--lg {
  margin-top: clamp(24px, 9.053px + 2.632vw, 36px);
}

.p-smplTxt__mt--xl {
  margin-top: clamp(42px, 24.561px + 3.07vw, 56px);
}

.p-smplTxt__mb--lg {
  margin-bottom: clamp(42px, 24.561px + 3.07vw, 56px);
}

.p-smplTxt__download {
  display: block;
  color: #1e78dc;
  font-size: 16px;
  font-weight: 300;
  width: 550px;
  max-width: 100%;
  padding-bottom: 4px;
  border-bottom: 2px solid #1e78dc;
}

.p-smplTxt__download.-wAuto {
  width: auto;
}

.p-smplTxt__download.-wMaxCont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-smplTxt__download > span {
  font-size: 0.8em;
}

.p-smplTxt__arrowDown {
  position: relative;
  padding-right: 32px;
}

.p-smplTxt__arrowDown::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #1e78dc;
  border-right: 2px solid #1e78dc;
  right: 18px;
  transform: rotate(135deg) translateY(-74%);
}

@media screen and (min-width: 768px) {
  .p-smplTxt__arrowDown::after {
    width: 14px;
    height: 14px;
  }
}

.p-smplTxt__arrowRight {
  position: relative;
  padding-right: 32px;
}

.p-smplTxt__arrowRight::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #1e78dc;
  border-right: 3px solid #1e78dc;
  right: 0;
  transform: rotate(45deg) translateY(92%);
}

@media screen and (min-width: 768px) {
  .p-smplTxt__arrowRight::after {
    width: 14px;
    height: 14px;
  }
}

.p-smplTxt__ol,
.p-smplTxt__ul {
  margin: 0;
  padding: 0;
  padding-left: 24px;
}

.p-smplTxt__ol > li {
  list-style-type: decimal;
  list-style-position: outside;
}

.p-smplTxt__ul > li {
  list-style-type: disc;
  list-style-position: outside;
}

.p-smplTxt__lhLg {
  line-height: 1.6;
}

.p-wavyBg {
  position: relative;
  top: clamp(100px, -9.614px + 19.298vw, 188px);
}

.p-wavyBg.-lessUpperSpace {
  top: clamp(10px, -39.825px + 8.772vw, 50px);
}

.p-wavyBg__posAdjuster {
  position: relative;
  background-color: #f5fafa;
  top: clamp(-188px, 9.614px + -19.298vw, -100px);
}

.p-wavyBg__posAdjuster::before {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../img/info/waveBg__info.svg);
  background-position-x: center;
  background-repeat: no-repeat;
  height: 4.6875vw;
  top: -4.4270833333vw;
}

.p-wavyBg__posAdjuster.-lessUpperSpace {
  top: clamp(-50px, 39.825px + -8.772vw, -10px);
}

.page-recommend {
  position: relative;
  margin-top: -15vh;
}

.page-recommend__accordionBodyInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.page-recommend__accordionBodyInner span {
  width: 4em;
}

.page-recommend__pointList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .page-recommend__pointList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }
}

.page-recommend__pointListItem {
  position: relative;
  padding: 24px 16px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .page-recommend__pointListItem {
    padding: 60px;
  }

  .page-recommend__pointListItem.-first {
    grid-area: 1/1/2/2;
  }

  .page-recommend__pointListItem.-second {
    grid-area: 1/2/2/3;
  }

  .page-recommend__pointListItem.-third {
    grid-area: 2/1/3/2;
  }

  .page-recommend__pointListItem.-fourth {
    grid-area: 2/2/3/3;
  }

  .page-recommend__pointListItem.-fifth {
    grid-area: 3/1/4/3;
  }
}

.page-recommend__pointListItemPointWrapper {
  position: absolute;
  top: -24px;
  left: 8px;
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-recommend__pointListItemPointWrapper {
    top: -48px;
    left: 16px;
  }
}

.page-recommend__pointListItemPoint {
  width: 120px;
}

@media screen and (min-width: 768px) {
  .page-recommend__pointListItemPoint {
    width: 180px;
  }
}

.page-recommend__pointListItemStar {
  -webkit-animation: yurayura 2s infinite;
  animation: yurayura 2s infinite;
}

.page-recommend__pointListItemTitle {
  color: #1d2087;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 0;
  border-bottom: 1px solid #1d2087;
}

@media screen and (min-width: 768px) {
  .page-recommend__pointListItemTitle {
    font-size: 24px;
  }
}

.page-recommend__pointListItemText {
  font-weight: 200;
  color: #1d2087;
  padding: 8px 0;
}

.page-recommend__wrapper {
  background-color: #fffaeb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-recommend__sliderBody {
  position: relative;
}

.page-recommend__body {
  position: relative;
  overflow: hidden;
  padding-right: 1em;
  padding-left: 1em;
}

.page-recommend__item {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  border: 1px solid #1d2087;
  z-index: 10;
}

.page-recommend__itemImage {
  width: 100%;
}

.page-recommend__itemImage img {
  width: 100%;
  height: 100%;
}

.page-recommend__itemDay {
  color: #1d2087;
  text-align: center;
  margin-top: 8px;
}

.page-recommend__itemTitle {
  color: #1d2087;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
}

.page-recommend__itemGrade {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.page-recommend__shopList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .page-recommend__shopList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}

.page-recommend__shopListItem {
  display: flex;
  flex-direction: column;
}

.page-recommend__shopListItemText {
  color: #1d2087;
  padding-bottom: 24px;
}

.page-recommend__shopBody {
  display: flex;
  flex-direction: column;
  padding: 1em;
  background-color: #f2f2f2;
}

.page-recommend__shopListItemInfo {
  display: flex;
  margin-top: auto;
  color: #1d2087;
}

.page-recommend__shopListItemTitle {
  font-size: 20px;
  font-weight: 300;
  padding: 8px 0;
  flex-grow: 1;
}

.page-recommend__shopListItemTitle:hover {
  text-decoration: underline;
}

.page-recommend__shopListItemTitle a {
  color: #1d2087;
}

.page-recommend__listButton {
  display: flex;
  position: relative;
  width: 100%;
  height: 52.25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-top: 40px;
}

.page-recommend__listButton.-news {
  background-image: url(../../assets/img/recommend/button-carsite.svg);
}

.page-recommend__listButton:hover.-news {
  background-image: url(../../assets/img/recommend/button-carsite-hover.svg);
}

.page-recommend__listButton:nth-child(2) {
  margin-top: 1em;
}

.page-recommend__arrow {
  color: #1d2087;
  /* 紺色 */
  background-color: white;
  /* 背景色を白にする */
  padding: 4px;
}

.page-recommend__cardTop {
  padding: 4px;
  background-color: #999;
  color: #fff;
}

.page-recommend__itemCardBodyInner,
.page-recommend__itemCardBodyName {
  padding: 8px 1em;
}

.page-recommend__itemCostAll {
  font-size: 32px;
  color: #ed2405;
  font-weight: bold;
  line-height: 1;
  grid-area: 1/1/2/3;
}

.page-recommend__itemCostAll span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.page-recommend__itemCardBodyCost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
}

.page-recommend__itemCostCar {
  grid-area: 2/1/3/2;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.page-recommend__itemCostCar span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.page-recommend__itemCostCar span.cost-yen {
  font-size: 14px;
}

.page-recommend__itemCostOther {
  grid-area: 2/2/3/3;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.page-recommend__itemCostOther span {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

#recommend_swiper {
  padding: 0 50px;
  /* 画像サイズ調整 */
}

#recommend_swiper .swiper-button-next-recommend,
#recommend_swiper .swiper-button-prev-recommend {
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  background-color: #333;
}

#recommend_swiper .swiper-slide {
  position: relative;
  border: 5px solid #1d2087;
  width: 100%;
  max-width: 258px;
  box-sizing: border-box;
}

#recommend_swiper .swiper-slide img {
  height: auto;
  width: 100%;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev-recommend,
.swiper-button-next-recommend {
  position: absolute;
  top: calc(50% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  height: 200px;
  width: 50px;
  border: 1px solid #1d2087;
  z-index: 1;
  background-color: #fff;
}

.swiper-button-prev-recommend {
  left: 0;
}

.swiper-button-prev-recommend::after {
  content: "〈";
  font-size: 20px;
}

.swiper-button-next-recommend {
  right: 0;
}

.swiper-button-next-recommend::after {
  content: "〉";
  font-size: 20px;
}

.page-after__heroWrapper {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.page-after__cardItem {
  position: relative;
}

.page-after__infoButton {
  position: relative;
}

.page-after__wrapper {
  position: relative;
}

.page-after .swiper_after {
  position: relative;
}

.page-after__slider {
  width: 100%;
  margin: 0 auto;
}

.page-after .swiper-slide {
  width: 100%;
}

.page-after .swiper-slide-next,
.page-after .swiper-slide-prev {
  opacity: 0.3;
  transition: 0.3s;
}

.page-after__heroSlideItem {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .page-after__heroSlideItem {
    grid-template-columns: 1fr 1fr;
  }
}

.page-after__heroSlideItemImage {
  order: 1;
}

@media screen and (min-width: 1024px) {
  .page-after__heroSlideItemImage {
    order: none;
  }
}

.page-after__heroSlideItemBody {
  order: 2;
}

@media screen and (min-width: 768px) {
  .page-after__heroSlideItemBody {
    order: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.page-after__heroSlideItemBodyWrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.page-after__heroSlideItemTitle {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .page-after__heroSlideItemTitle {
    font-size: 32px;
  }
}

.page-after__heroSlideItemName {
  font-size: 20px;
  font-weight: 300;
  margin-top: 1em;
}

.page-after__heroSlideItemName span {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  margin-left: 8px;
}

.page-after__titleWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-after__title {
  font-weight: 600;
  font-size: clamp(20px, 14.035px + 1.754vw, 32px);
  text-align: center;
  color: #1d2087;
}

.page-after__subTitle {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #1d2087;
  text-align: center;
  font-weight: 300;
}

.page-after__subTitle:before,
.page-after__subTitle:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-after__subTitle:before {
  left: -8px;
  background-image: url(../../assets/img/after/icon-yellow-fukidashi.svg);
}

.page-after__subTitle:after {
  right: -8px;
  background-image: url(../../assets/img/after/icon-yellow-fukidashi-right.svg);
}

@media screen and (min-width: 768px) {
  .page-after__subTitle {
    font-size: 24px;
  }

  .page-after__subTitle:before {
    left: -30px;
    background-image: url(../../assets/img/after/icon-yellow-fukidashi.svg);
  }

  .page-after__subTitle:after {
    right: -30px;
    background-image: url(../../assets/img/after/icon-yellow-fukidashi-right.svg);
  }
}

.page-after__infoBody {
  position: relative;
  border: 2px solid #1d2087;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.page-after__infoBody:before,
.page-after__infoBody:after {
  content: "";
  position: absolute;
  top: -8px;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-after__infoBody:before {
  left: 8px;
  background-image: url(../../assets/img/after/icon-pin.svg);
}

.page-after__infoBody:after {
  right: 8px;
  background-image: url(../../assets/img/after/icon-pin.svg);
}

@media screen and (min-width: 768px) {
  .page-after__infoBody:before,
  .page-after__infoBody:after {
    top: 24px;
    width: 25px;
    height: 35px;
  }

  .page-after__infoBody:before {
    left: 24px;
  }

  .page-after__infoBody:after {
    right: 24px;
  }
}

.page-after__infoButton {
  position: relative;
  margin-top: 24px;
}

.page-after__infoBodyWrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding-right: 1em;
  padding-left: 1em;
  gap: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-after__infoBodyWrapper {
    width: calc(100% - 160px);
    grid-template-columns: 1fr 1fr;
  }
}

.page-after__infoImage {
  width: 100%;
}

.page-after__infoContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-after__infoTitle {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 32px;
  color: #1d2087;
  padding-right: 8px;
  padding-left: 8px;
}

.page-after__infoTitle:before,
.page-after__infoTitle:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.page-after__infoTitle:before {
  top: -8px;
  left: -8px;
  border-top: 3px solid #1d2087;
  border-left: 3px solid #1d2087;
}

.page-after__infoTitle:after {
  right: -8px;
  bottom: -8px;
  border-bottom: 3px solid #1d2087;
  border-right: 3px solid #1d2087;
}

@media screen and (min-width: 768px) {
  .page-after__infoTitle {
    font-size: 24px;
  }
}

.page-after__infoText {
  text-align: left;
}

.page-after__infoButtonWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .page-after__infoButtonWrapper {
    margin-top: 32px;
  }
}

.page-after__infoButton {
  width: 100%;
  max-width: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  color: #fff;
  background-color: #1d2087;
  border: 2px solid #1d2087;
  transition: 0.3s;
}

.page-after__infoButton:hover {
  color: #1d2087;
  background-color: #fff;
}

.page-after__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .page-after__card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .page-after__card {
    gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.page-after__cardItem {
  position: relative;
  transition: 0.3s;
}

.page-after__cardItem:hover {
  opacity: 0.7;
}

.page-after__cardText {
  font-size: 16px;
  margin-top: 16px;
}

.page-after__listTitle {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  background-color: #1d2087;
  color: #fff;
  font-size: 20px;
}

.page-after__listTitle span {
  display: inline-block;
  height: 50px;
}

.page-after__listTitle span img {
  height: 100%;
}

.page-after__listMath {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
}

.page-after__listSubTitle {
  margin-top: 24px;
  padding-left: 1em;
  border-left: 5px solid #1d2087;
  color: #1d2087;
  font-size: 20px;
}

.page-after__listSubText {
  margin-top: 8px;
  font-size: 14px;
}

.page-after__tableList {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .page-after__tableList.-second {
    grid-template-columns: 1fr 1fr;
  }
}

.page-after__tableListItemName {
  color: #1d2087;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .page-after__tableListItemName {
    font-size: 20px;
  }
}

.page-after__tableCar {
  width: 100%;
  border: 1px solid #333;
}

.page-after__tableCar tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.page-after__tableCar tr:last-child th,
.page-after__tableCar tr:last-child td {
  border-bottom: none;
}

.page-after__tableCar th,
.page-after__tableCar td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 200;
  width: 100%;
}

.page-after__tableCar th {
  background-color: #f2f2f2;
}

.page-after__tableCarSp {
  width: 100%;
  border: 1px solid #333;
}

.page-after__tableCarSp tbody {
  width: 100vw;
}

.page-after__tableCarSp tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.page-after__tableCarSp tbody tr.bgGrey {
  background-color: #999;
  color: #fff;
}

.page-after__tableCarSp tbody tr:last-child th,
.page-after__tableCarSp tbody tr:last-child td {
  border-bottom: none;
}

.page-after__tableCarSp tbody th,
.page-after__tableCarSp tbody td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 200;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-after__tableCarSp {
    display: none;
  }
}

.page-after__tableCarFifth {
  display: none;
  width: 100%;
  border: 1px solid #333;
}

.page-after__tableCarFifth tbody {
  width: 100vw;
}

.page-after__tableCarFifth tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-after__tableCarFifth tr {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.page-after__tableCarFifth tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-after__tableCarFifth th,
.page-after__tableCarFifth td {
  padding: 16px 24px;
  width: 100%;
  font-weight: 200;
}

.page-after__tableCarFifth th {
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .page-after__tableCarFifth {
    display: block;
  }
}

figure {
  margin: 0;
}

.page-reservation__mySubaru {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-reservation__mySubaru {
    flex-direction: row;
  }
}

.c-appStore__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .c-appStore__wrapper {
    width: 38.3333333333%;
  }
}

.c-appStore__item {
  width: 43.4782608696%;
}

.c-appStore__badge > img {
  width: 100%;
}

.c-appStore__qr {
  padding-top: 36px;
}

.page-reservation__mySubaruBody {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-reservation__mySubaruBody {
    width: 54.1666666667%;
  }
}

.page-reservation__mySubaruBody {
  font-size: 16px;
}

.page-reservation__mySubaruBodyBanner {
  padding: clamp(36px, 18.561px + 3.07vw, 50px) 0;
}

@media screen and (min-width: 768px) {
  .page-reservation__mySubaruBodyBanner {
    padding-top: 50px;
  }
}

.page-reservation__areaTitle {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  padding-bottom: clamp(12px, 2.035px + 1.754vw, 20px);
  color: #1d2087;
}

.page-reservation__lead {
  font-size: 16px;
}

.page-reservation__buttonWrapper .c-button__item {
  font-size: 20px;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  max-width: none;
  width: 320px;
  max-width: 100%;
  border: 2px solid #1d2087;
  height: auto;
  padding: 20px 36px 20px 20px;
  border-radius: 100px;
}

@media screen and (min-width: 768px) {
  .page-reservation__buttonWrapper .c-button__item {
    width: auto;
    padding: 28px 86px;
  }
}

.page-reservation__listItem:last-child {
  padding-bottom: 0;
}

.page-mySubaru__sectionTitle {
  position: relative;
  background-image: url(../img/mySubaru/ribbon_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: clamp(35px, 3.86px + 5.482vw, 60px);
  font-size: clamp(18px, 10.526px + 1.316vw, 24px);
  font-weight: 400;
  line-height: clamp(35px, 3.86px + 5.482vw, 60px);
  padding-left: 20px;
  color: #1d2087;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__sectionTitle {
    background-image: url(../img/mySubaru/ribbon.svg);
  }
}

.page-mySubaru__sectionTitle::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #1d2087;
  border-radius: 100px;
  left: -5px;
  top: -20px;
}

.page-mySubaru__sectionTitleLeadWrapper {
  position: relative;
}

.page-mySubaru__sectionTitleLeadWrapper::before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 108%;
  border-left: 5px solid #0d1c66;
  z-index: 10;
  top: -6px;
}

@media screen and (min-width: 568px) {
  .page-mySubaru__sectionTitleLeadWrapper::before {
    height: 112%;
  }
}

.page-mySubaru__sectionTitleLeadWrapper.-chpt1 {
  margin-top: 0.528vw;
}

.page-mySubaru__sectionTitleLeadWrapper.-chpt2 {
  margin-top: -150px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__sectionTitleLeadWrapper.-chpt2 {
    margin-top: 100px;
  }
}

.page-mySubaru__sectionTitleLeadWrapper.-chpt2::before {
  height: 168px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__sectionTitleLeadWrapper.-chpt2::before {
    height: 134%;
  }
}

.page-mySubaru__sectionTitleLeadWrapper.-chpt3 {
  top: -120px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__sectionTitleLeadWrapper.-chpt3 {
    margin-top: 0;
    top: 0;
  }
}

.page-mySubaru__sectionTitleLeadWrapper.-chpt3::before {
  height: 122px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__sectionTitleLeadWrapper.-chpt3::before {
    height: 105%;
  }
}

.page-mySubaru__sectionLead {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 21px;
  padding-top: clamp(10px, -3.702px + 2.412vw, 21px);
  padding-bottom: 20px;
}

.page-mySubaru__section__wavyBg {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffaeb;
  margin-top: 7.5vw;
}

.page-mySubaru__section__wavyBg::before {
  position: absolute;
  content: "";
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.page-mySubaru__section__wavyBg::before {
  position: relative;
  display: block;
  background-image: url(../img/mySubaru/wave.svg);
  top: -7.5vw;
}

.page-mySubaru__section.-chpt3 {
  position: relative;
  background-color: #fffaeb;
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.page-mySubaru__section.-chpt3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7.5vw;
  background-image: url(../img/mySubaru/wave3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  top: 100%;
  z-index: -1;
}

.page-mySubaru__flowWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  row-gap: 72px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowWrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 0;
  }
}

.page-mySubaru__flowPositionAdjuster--chpt1 {
  position: relative;
  margin-top: clamp(-200px, 59.019px + -16.604vw, -24px);
}

.page-mySubaru__flowItemText {
  position: relative;
  font-size: 16px;
  padding-top: 14px;
}

.page-mySubaru__flowItem {
  position: relative;
  width: 90%;
  max-width: 420px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItem {
    width: 30%;
  }
}

.page-mySubaru__flowItemText:first-of-type {
  padding-bottom: 30px;
}

.page-mySubaru__flowItemText:first-of-type::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/mySubaru/img-mySubaru-arrow__down.svg");
  height: 18px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.page-mySubaru__flowItemImg {
  display: block;
  position: relative;
}

.page-mySubaru__flowItemImgNum {
  position: absolute;
  display: inline-block;
  top: -31px;
  left: -8%;
  width: 23%;
}

.page-mySubaru__flowItemImgNum::after {
  position: absolute;
  content: "";
  display: inline-block;
  font-size: clamp(35px, 20.8px + 2.5vw, 40px);
  font-weight: bold;
  color: #0d1c66;
  left: 43%;
  top: 60%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImgNum::after {
    font-size: clamp(20px, 1.316px + 3.289vw, 35px);
  }
}

.page-mySubaru__flowItemImgNum.-num1::after {
  content: "1";
}

.page-mySubaru__flowItemImgNum.-num2::after {
  content: "2";
}

.page-mySubaru__flowItemImgNum.-num3::after {
  content: "3";
}

.page-mySubaru__flowItemImgNum.-num4::after {
  content: "4";
}

.page-mySubaru__flowItemImgNum.-num5::after {
  content: "5";
}

.page-mySubaru__flowItemImgNum.-num6::after {
  content: "6";
}

.page-mySubaru__flowItemImgNum.-num7::after {
  content: "7";
}

.page-mySubaru__flowItemImg__1-2balloon {
  position: absolute;
  left: 19%;
  top: 42%;
  width: 88%;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__1-2balloon {
    left: 23%;
  }
}

.page-mySubaru__risuImg__1-1 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__1-1 {
    display: block;
    position: relative;
    width: 68%;
    left: 27%;
    top: -1%;
  }
}

.page-mySubaru__risuImg__1-1-sp {
  display: block;
  position: absolute;
  left: 58%;
  bottom: 98.8%;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__1-1-sp {
    display: none;
  }
}

.page-mySubaru__flowWrapper.-v2 {
  justify-content: flex-start;
  margin-top: 40px;
  padding-bottom: 200px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowWrapper.-v2 {
    padding-bottom: 16px;
  }
}

.page-mySubaru__flowItemSub {
  width: 90%;
  margin-top: -56px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemSub {
    width: 44.1666666667%;
    margin-left: 2%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    margin-top: auto;
  }
}

.page-mySubaru__flowItemSubText {
  font-size: 16px;
}

.page-mySubaru__flowItemSubBox {
  border: 2px solid #1d2087;
  background-color: #fff;
  padding: 20px 20px 30px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemSubBox {
    margin-top: 28px;
  }
}

.page-mySubaru__flowItemSubImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemSubImg {
    width: 56.6037735849%;
  }
}

.page-mySubaru__risuImg__1-4 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__1-4 {
    display: block;
    position: absolute;
    bottom: -3%;
    left: 0%;
    width: 45%;
    z-index: -1;
  }
}

.page-mySubaru__risuImg__after1-4 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__after1-4 {
    display: block;
    position: relative;
    height: auto;
    width: 18%;
    left: 2%;
  }
}

.page-mySubaru__section__pathwayBg {
  position: relative;
  background-color: #ebebc8;
}

.page-mySubaru__section__pathwayBg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7.5vw;
  background-image: url(../img/mySubaru/wave2.svg);
  background-repeat: no-repeat;
}

.page-mySubaru__section__pathwayBg::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__section__pathwayBg::after {
    position: absolute;
    display: block;
    content: "";
    background-image: url("../img/mySubaru/img-pathway.svg");
    height: 105%;
    width: 100%;
    top: 1%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}

.page-mySubaru__chpt2PositionAdjuster {
  position: relative;
  z-index: 1;
  padding-top: 6px;
  margin-bottom: -64px;
}

.page-mySubaru__wavyBg__chpt2bottom {
  padding-bottom: 200px;
  transform: scale(1, -1.01);
}

@media screen and (min-width: 768px) {
  .page-mySubaru__wavyBg__chpt2bottom {
    padding-bottom: 48px;
  }
}

.page-mySubaru__flowWrapper.-chpt2 {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowWrapper.-chpt2 {
    padding-top: 105px;
  }
}

.page-mySubaru__flowWrapper.-chpt2-2 {
  padding-top: 76px;
}

.page-mySubaru__flowItemImg__2-1balloon {
  position: absolute;
  width: 91%;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__2-1balloon {
    top: 59%;
    left: 21%;
    transform: none;
  }
}

.page-mySubaru__flowItemImg__2-2balloon {
  position: absolute;
  left: 20%;
  top: 56%;
  width: 86%;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__2-2balloon {
    left: 24%;
  }
}

.page-mySubaru__flowItemImg__2-5balloon {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__2-5balloon {
    display: block;
    position: absolute;
    left: 25%;
    top: -11%;
    width: 85%;
  }
}

.page-mySubaru__flowItemImg__2-6balloon {
  position: absolute;
  width: 83%;
  top: 66%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__2-6balloon {
    width: 86%;
    left: -6%;
    transform: none;
  }
}

.page-mySubaru__risuImg__2-3 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__2-3 {
    display: block;
    position: absolute;
    left: 51%;
    top: -13%;
    width: 35%;
  }
}

.page-mySubaru__risuImg__2-4 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__risuImg__2-4 {
    display: block;
    position: absolute;
    left: 30%;
    top: -12.2%;
    width: 43%;
  }
}

.page-mySubaru__flowItem--arrowRight {
  position: relative;
}

.page-mySubaru__flowItem--arrowRight::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItem--arrowRight::after {
    position: absolute;
    display: block;
    content: url("../img/mySubaru/img-mySubaru-2_arrow.svg");
    width: 9%;
    height: auto;
    right: -13%;
    top: 41%;
  }
}

.page-mySubaru__flowWrapper.-v3 {
  justify-content: flex-start;
  padding-top: 50px;
  margin-top: -120px;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowWrapper.-v3 {
    margin-top: 0;
  }
}

.page-mySubaru__flowItemSub.-chpt3 {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemSub.-chpt3 {
    display: flex;
    flex-direction: column;
    align-self: normal;
    margin-top: 0;
    width: 31%;
    height: auto;
  }
}

.page-mySubaru__risuImg__after3-1 {
  position: relative;
  width: 48%;
  left: 31%;
  margin-top: auto;
}

.page-mySubaru__flowItemImg__3-1balloon {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItemImg__3-1balloon {
    display: block;
    position: absolute;
    left: 20%;
    top: 68%;
    width: 86%;
  }
}

@media screen and (min-width: 768px) {
  .page-mySubaru__flowItem.-mr {
    margin-right: 5%;
  }
}

.page-mySubaru__flowWrapper.-chpt3-2 {
  padding-top: 54px;
}

.page-mySubaru__flowItemImgHand-3-3 {
  position: absolute;
  width: 26%;
  top: 57%;
  right: -6%;
}

.page-mySubaru__flowItemImg.-chpt3-8 {
  padding-left: 6%;
  padding-right: 6%;
}

.js-animate.-active.c-animate__shake {
  -webkit-animation: shake 2.5s ease-in-out infinite alternate;
  animation: shake 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(-1deg) translateY(0px);
  }

  70% {
    transform: rotate(-1deg) translateY(0px);
  }

  75% {
    transform: rotate(0) translateY(1px);
  }

  80% {
    transform: rotate(1deg) translateY(0px);
  }

  85% {
    transform: rotate(-1deg) translateY(1px);
  }

  90% {
    transform: rotate(1deg) translateY(0px);
  }

  95% {
    transform: rotate(-1deg) translateY(1px);
  }

  99% {
    transform: rotate(-1deg) translateY(0px);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-1deg) translateY(0px);
  }

  70% {
    transform: rotate(-1deg) translateY(0px);
  }

  75% {
    transform: rotate(0) translateY(1px);
  }

  80% {
    transform: rotate(1deg) translateY(0px);
  }

  85% {
    transform: rotate(-1deg) translateY(1px);
  }

  90% {
    transform: rotate(1deg) translateY(0px);
  }

  95% {
    transform: rotate(-1deg) translateY(1px);
  }

  99% {
    transform: rotate(-1deg) translateY(0px);
  }

  100% {
    transform: rotate(0deg) translateY(0);
  }
}

.js-animate.-active.c-animate__run_shake {
  -webkit-animation: run_shake 2s ease-in-out forwards;
  animation: run_shake 2s ease-in-out forwards;
}

@-webkit-keyframes run_shake {
  0% {
    transform: rotate(-3deg) translateX(-24px);
    opacity: 0;
  }

  70% {
    transform: rotate(-3deg) translateX(-24px);
    opacity: 1;
  }

  75% {
    transform: rotate(0) translateX(8px);
    opacity: 1;
  }

  80% {
    transform: rotate(2deg) translateX(16px);
    opacity: 1;
  }

  85% {
    transform: rotate(-2deg) translateX(24px);
    opacity: 1;
  }

  90% {
    transform: rotate(5deg) translateX(32px);
    opacity: 1;
  }

  95% {
    transform: rotate(-5deg) translateX(32px);
    opacity: 1;
  }

  99% {
    transform: rotate(-2deg) translateX(32px);
    opacity: 1;
  }

  100% {
    transform: rotate(0deg) translateX(32px);
    opacity: 1;
  }
}

@keyframes run_shake {
  0% {
    transform: rotate(-3deg) translateX(-24px);
    opacity: 0;
  }

  70% {
    transform: rotate(-3deg) translateX(-24px);
    opacity: 1;
  }

  75% {
    transform: rotate(0) translateX(8px);
    opacity: 1;
  }

  80% {
    transform: rotate(2deg) translateX(16px);
    opacity: 1;
  }

  85% {
    transform: rotate(-2deg) translateX(24px);
    opacity: 1;
  }

  90% {
    transform: rotate(5deg) translateX(32px);
    opacity: 1;
  }

  95% {
    transform: rotate(-5deg) translateX(32px);
    opacity: 1;
  }

  99% {
    transform: rotate(-2deg) translateX(32px);
    opacity: 1;
  }

  100% {
    transform: rotate(0deg) translateX(32px);
    opacity: 1;
  }
}

.js-animate.-active.c-animate__hide_and_seek {
  -webkit-animation: hide_and_seek 5s infinite;
  animation: hide_and_seek 5s infinite;
}

@-webkit-keyframes hide_and_seek {
  0% {
    transform: translateX(0%);
  }

  5% {
    transform: translateX(-67%);
  }

  75% {
    transform: translateX(-67%);
  }

  80% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes hide_and_seek {
  0% {
    transform: translateX(0%);
  }

  5% {
    transform: translateX(-67%);
  }

  75% {
    transform: translateX(-67%);
  }

  80% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(0%);
  }
}

.js-animate.-active.c-animate__walking {
  -webkit-animation: walking 3s forwards;
  animation: walking 3s forwards;
}

@-webkit-keyframes walking {
  0% {
    transform: translate(-10%, 0%);
    opacity: 0;
  }

  55% {
    transform: translate(-10%, 0%);
    opacity: 1;
  }

  60% {
    transform: translate(0%, -5%);
    opacity: 1;
  }

  65% {
    transform: translate(10%, 0%);
    opacity: 1;
  }

  70% {
    transform: translate(20%, -5%);
    opacity: 1;
  }

  75% {
    transform: translate(30%, 0%);
    opacity: 1;
  }

  80% {
    transform: translate(40%, -5%);
    opacity: 1;
  }

  85% {
    transform: translate(50%, 0%);
    opacity: 1;
  }

  100% {
    transform: translate(50%, 0%);
    opacity: 1;
  }
}

@keyframes walking {
  0% {
    transform: translate(-10%, 0%);
    opacity: 0;
  }

  55% {
    transform: translate(-10%, 0%);
    opacity: 1;
  }

  60% {
    transform: translate(0%, -5%);
    opacity: 1;
  }

  65% {
    transform: translate(10%, 0%);
    opacity: 1;
  }

  70% {
    transform: translate(20%, -5%);
    opacity: 1;
  }

  75% {
    transform: translate(30%, 0%);
    opacity: 1;
  }

  80% {
    transform: translate(40%, -5%);
    opacity: 1;
  }

  85% {
    transform: translate(50%, 0%);
    opacity: 1;
  }

  100% {
    transform: translate(50%, 0%);
    opacity: 1;
  }
}

.page-newCarInfo__section__newCarInfo#testCarSearch {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-newCarInfo__section__newCarInfo#testCarSearch {
    padding-top: 140px;
    margin-top: -100px;
  }
}

.page-newCarInfo__section__newCarInfoSptab ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .page-newCarInfo__section__newCarInfoSptab ul {
    display: none;
  }
}

.page-newCarInfo__section__newCarInfoSptab li {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 8px;
  border-radius: 10px 10px 0 0;
}

.page-newCarInfo__section__newCarInfoSptab li .p-pulldown__newCarInfo__title {
  color: #1d2087;
}

.page-newCarInfo__section__newCarInfoSptab li.active {
  border-bottom: 2px solid #1d2087;
}

.page-newCarInfo__section__newCarInfoSptab li.active:before {
  content: "▶︎";
  font-size: 8px;
  color: #1d2087;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.page-newCarInfo__section__newCarInfoSptab
  li.active
  .p-pulldown__newCarInfo__title {
  color: #1d2087;
}

.page-newCarInfo__sectionTitle {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-left: clamp(42px, 7.123px + 6.14vw, 70px);
  font-size: clamp(24px, 14.035px + 1.754vw, 32px);
  font-weight: 400;
  text-align: center;
  color: #1d2087;
}

.page-newCarInfo__sectionTitle::before {
  position: absolute;
  width: 68px;
  width: clamp(40px, 5.123px + 6.14vw, 68px);
  height: auto;
  left: -7px;
  top: 54%;
  transform: translateY(-50%);
}

.page-newCarInfo__sectionTitle.page-newCarInfo__sectionTitle--newCar::before {
  content: url("../img/newCarInfo/icon-titleNewCar.svg");
}

.page-newCarInfo__sectionTitle.page-newCarInfo__sectionTitle--newCarInfo::before {
  content: url("../img/newCarInfo/icon-titleTestCar.svg");
}

.p-card__newCarInfo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5%;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-card__newCarInfo__wrapper {
    flex-direction: row;
  }
}

.p-card__newCarInfo__wrapper.p-card__newCarInfo__wrapper--testCar {
  margin-top: 24px;
}

.p-card__newCarInfo {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-card__newCarInfo {
    width: 30%;
  }
}

.p-card__newCarInfoColor {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 1;
  border: 1px solid #808080;
}

.p-card__newCarInfo__colorList {
  display: flex;
  flex-direction: column;
}

.p-card__newCarInfo__colorListItem {
  display: flex;
  gap: 8px;
  align-items: center;
}

.p-card__newCarInfoColorSplit {
  display: inline-block;
  width: 24px;
  /* 既存のサイズに合わせる */
  height: 24px;
  /* 既存のサイズに合わせる */
  border-radius: 50%;
  /* 円形を維持 */
  margin-right: 8px;
  line-height: 1;
  border: 1px solid #808080;
  position: relative;
  /* 子要素の配置に使用 */
  overflow: hidden;
  /* 円形内に色を収める */
}

.p-card__newCarInfoColorSplit .color-part {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  left: 0;
}

.p-card__newCarInfoColorSplit .color-part1 {
  top: 0;
}

.p-card__newCarInfoColorSplit .color-part2 {
  bottom: 0;
}

.p-card__newCarInfo__img.p-card__newCarInfo__img--overlay {
  position: relative;
  color: transparent;
}

.p-card__newCarInfo__img.p-card__newCarInfo__img--overlay:before {
  position: absolute;
  content: "";
  background-color: transparent;
  transition: all 0.1s;
  z-index: 10;
}

.p-card__newCarInfo__img.p-card__newCarInfo__img--overlay:hover {
  color: #fff;
}

.p-card__newCarInfo__img.p-card__newCarInfo__img--overlay:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.p-card__newCarInfo__imgHiddenText {
  position: absolute;
  font-size: 18px;
  letter-spacing: 0;
  padding-top: 12px;
  padding-left: 12px;
  transition: color 0.1s;
  z-index: 100;
}

.p-card__newCarInfo__imgHiddenText:hover {
  color: #fff;
}

.p-card__newCarInfo__textWrapper {
  padding-top: 16px;
}

.p-card__newCarInfo__textWrapper.p-card__newCarInfo__textWrapper--testCar {
  padding-top: 5px;
  margin-top: auto;
}

.p-card__newCarInfo__title {
  font-size: clamp(20px, 11.018px + 0.877vw, 24px);
  font-weight: 300;
}

.p-card__newCarInfo__carName {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 16px;
}

.p-card__newCarInfo__carName.-whill {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 16px;
  height: 5em;
}

.p-card__newCarInfo__carName.-welfare {
  padding-bottom: 0;
}

.p-card__newCarInfo__text.-welfare {
  font-size: clamp(16px, 13.509px + 0.439vw, 18px);
}

.p-card__newCarInfo__text.p-card__newCarInfo__text--testCar {
  padding-top: 14px;
}

.p-card__newCarInfo__subTitle {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: bold;
  color: #1d2087;
  padding-top: 12px;
  border-bottom: 1px solid #1d2087;
}

.p-card__newCarInfo__carColor__wrapper {
  display: flex;
  padding-top: 14px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-card__newCarInfo__carColor__circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: linear-gradient(#e6e6e6 0%, #fff 100%);
  border: 1px solid rgba(35, 24, 21, 0.5);
  border-radius: 999px;
}

.p-card__newCarInfo__buttonWrapper {
  padding-top: 12px;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .p-card__newCarInfo__buttonWrapper {
    padding-top: 24px;
  }
}

.p-card__newCarInfo__buttonWrapper.p-card__newCarInfo__buttonWrapper--testCarShop {
  padding-top: 10px;
}

.c-button__item.p-card__newCarInfo__button {
  position: relative;
  max-width: none;
  height: 52px;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
}

.p-pulldown__newCarInfo__wrapper {
  display: flex;
  align-items: center;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-pulldown__newCarInfo__wrapper {
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 20px 20px;
  }
}

.p-pulldown__newCarInfo {
  width: 100%;
  padding: 10px 10px 20px;
}

@media screen and (min-width: 768px) {
  .p-pulldown__newCarInfo {
    width: 42%;
  }
}

.p-pulldown__newCarInfo.p-pulldown__newCarInfo--left {
  order: -1;
}

.p-pulldown__newCarInfo__title {
  position: relative;
  font-size: clamp(16px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
}

.p-pulldown__newCarInfo__title::before {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 4px;
  top: 54%;
  transform: translateY(-50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-pulldown__newCarInfo__title.p-pulldown__newCarInfo__title--left::before {
  background-image: url("../img/newCarInfo/icon-pulldownTItle--left.svg");
}

.p-pulldown__newCarInfo__title.p-pulldown__newCarInfo__title--right::before {
  background-image: url("../img/newCarInfo/icon-pulldownTItle--right.svg");
}

.p-pulldown__newCarInfo__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 200;
  color: #fff !important;
  width: 100%;
  background-color: #1d2087;
  padding: 14px 10px;
  margin-top: 8px;
  border: 1px solid #1d2087;
  border-radius: 5px;
}

.p-pulldown__newCarInfo__selectWrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.p-pulldown__newCarInfo__selectWrapper::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #1d2087;
  border-right: solid 2px #1d2087;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}

.p-pulldown__newCarInfo__btnWrapper {
  width: clamp(120px, 95.088px + 4.386vw, 140px);
}

.p-pulldown__newCarInfo__btnWrapper > button,
.p-pulldown__newCarInfo__btnWrapper > button > img {
  width: 100%;
}

.p-pulldown__newCarInfo__btnWrapper > button {
  background-color: transparent;
  border: none;
}

.p-Banner2col__newCarInfo {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-Banner2col__newCarInfo {
    flex-direction: row;
    gap: 3.3898305085%;
    padding-top: 48px;
  }
}

.page-newCarInfo__banner__pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-newCarInfo__banner__pc {
    display: block;
  }
}

.page-newCarInfo__banner__sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .page-newCarInfo__banner__sp {
    display: none;
  }
}

.p-card__newCarInfoButton {
  width: 100%;
  max-width: 100px;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-card__newCarInfoButton {
    max-width: 150px;
    margin-right: 16px;
  }
}

.p-card__newCarInfo__lowerHalf {
  margin-top: auto;
}

.p-card__newCarInfo__moreButtonWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: clamp(40px, -9.825px + 8.772vw, 80px);
}

.p-card__newCarInfo__moreButtonText {
  font-size: inherit;
}

.p-card__newCarInfo__moreButtonText__sm {
  font-size: clamp(12px, 7.018px + 0.877vw, 16px);
  padding-left: 0.4em;
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.page-RO {
  letter-spacing: 0em;
}

.page-RO__docListImg {
  display: block;
  padding-top: 30px;
  margin-bottom: -32px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-RO__docListImg {
    max-width: none;
    margin-bottom: -50px;
  }
}

.page-RO__docListImg__spOnly {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: 10%;
}

@media screen and (min-width: 768px) {
  .page-RO__docListImg__spOnly {
    display: none;
  }
}

.page-RO-btn {
  display: inline-block;
  text-align: center;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: inherit;
  width: 500px;
  max-width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(#fff 50%, #e6e6e6 100%);
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.page-RO-btn:visited {
  color: inherit;
}

.page-RO-btn.-lg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 24px;
  padding-right: 24px;
}

.page-RO-horizTable {
  border-top: 1px solid #999;
}

.page-RO-horizTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.page-RO-horizTable th {
  width: 80px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #999;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  padding: 14px 0;
}

@media screen and (min-width: 768px) {
  .page-RO-horizTable th {
    width: 110px;
  }
}

.page-RO-horizTable td {
  padding-left: 16px;
  border-bottom: 1px solid #999;
}

@media screen and (min-width: 768px) {
  .page-RO-horizTable td {
    padding-left: 30px;
  }
}

.page-RO-horizTable-lead {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #1d2087;
  padding-bottom: 6px;
}

.page-RO-contactInfo-body {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
}

.page-RO-contactInfo-body > strong {
  font-weight: 300;
  color: #1d2087;
}

.page-RO-contactInfo-body > a,
.page-RO-contactInfo-body > a:visited {
  color: #000;
}

.page-RO-contactInfo-body > small {
  font-size: 0.8333333333em;
}

.page-RO__media {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .page-RO__media {
    flex-direction: row;
  }
}

.page-RO__media__body.-v2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-RO__media__body.-v2 {
    width: 60%;
  }
}

.page-RO__media__imgWrapper.-v1 {
  margin-top: 64px;
}

.page-RO__media__imgWrapper.-v2 {
  width: 100%;
  max-width: 350px;
  align-self: center;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .page-RO__media__imgWrapper.-v2 {
    width: 35%;
    align-self: flex-end;
    margin-left: auto;
    margin-top: 0;
  }
}

.page-RO-grayBg {
  padding: clamp(16px, 6.035px + 1.754vw, 24px);
  background-color: #f2f2f2;
}

.page-resvForm-steps {
  display: grid;
  width: calc(100% - 5px);
  -moz-column-gap: 3%;
  column-gap: 3%;
  row-gap: 16px;
  grid-template-columns: 1fr;
  padding-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .page-resvForm-steps {
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  }
}

.page-resvForm-step {
  position: relative;
}

.page-resvForm-step > i {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: clamp(72px, 62.035px + 1.754vw, 80px);
  height: clamp(72px, 62.035px + 1.754vw, 80px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  font-style: normal;
  text-align: center;
  background-color: #1d2087;
  border-radius: 999px;
  left: 0;
  top: 0;
}

i > .page-resvForm-step-num-txt {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

i > .page-resvForm-step-num {
  display: block;
  font-size: clamp(24px, 19.018px + 0.877vw, 28px);
}

.page-resvForm-step-box {
  color: #1d2087;
  height: calc(100% - 20px);
  border: 2px solid #1d2087;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 64px;
  padding-right: 6px;
  padding-top: 14px;
  padding-bottom: 16px;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px #1d2087;
}

@media screen and (min-width: 768px) {
  .page-resvForm-step-box {
    padding-left: 100px;
  }
}

.page-resvForm-step-box-heading {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 400;
}

.page-resvForm-step-box-body {
  font-size: clamp(14px, 11.509px + 0.439vw, 16px);
  font-weight: 200;
}

.page-resvForm-caution {
  font-size: 16px;
  font-weight: 300;
  color: #c1272d;
}

.p-form-button-wrapper.c-button__wrapper {
  margin-top: 46px;
}

.p-form-button-wrapper .c-button__item {
  font-weight: 300;
  max-width: 328px;
}

.p-form-map-wrapper {
  width: 100%;
  aspect-ratio: 1;
}

@media screen and (min-width: 1024px) {
  .p-form-map-wrapper {
    aspect-ratio: 2;
  }
}

.p-form-map {
  width: 100%;
  height: 100%;
}

.p-form-mt {
  margin-top: 20px;
}

.p-form-mt.-lessMt__mm {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-form-mt.-lessMt__mm {
    margin-top: 20px;
  }
}

.p-form-flex {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-form-flex {
    display: flex;
  }
}

.p-form-flex > p {
  flex: 1 0 90px;
  align-self: center;
}

.p-form-datetime-body {
  width: 100%;
}

.p-form-flex > p.p-form-datetime-heading {
  align-self: flex-start;
  padding-top: 8px;
}

.p-form-flex.__wideHeading > p {
  flex: 1 0 160px;
}

.p-form-flex.__alignSelfTop > p {
  align-self: flex-start;
  padding-top: 8px;
}

.p-form-hoursOpen {
  font-size: 16px;
  margin-top: clamp(8px, -1.965px + 1.754vw, 16px);
}

.p-form-bgColoredBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  padding: 4px 8px;
  margin-top: 8px;
}

.p-form-bgColoredBox-heading {
  font-weight: 300;
  vertical-align: top;
  width: 20%;
  min-width: 120px;
}

.p-form-bgColoredBox-body {
  display: flex;
  justify-content: space-around;
  flex: 1 1 auto;
}

.p-form-bgColoredBox-radioWrapper {
  white-space: nowrap;
  margin-right: 16px;
}

.p-form-maintenance {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.page-resvForm-checkText {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-resvForm-checkText {
    font-size: 20px;
  }
}

.page-resvForm-answer {
  width: 100%;
}

.page-resvForm-answer.-pt8 {
  padding-top: 8px;
}

.page-resvForm-thxTextTop {
  text-align: center;
  font-size: 16px;
}

.page-resvForm-thxList {
  display: flex;
  flex-direction: column;
}

.page-resvForm-thxListItem {
  display: flex;
}

.page-resvForm-thxListItem span {
  width: 1em;
}

.page-resvForm-thxListItemContact {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.page-resvForm-thxListItemContact span {
  width: 6em;
}

.page-resvForm-thxCheck {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.page-resvForm-thxList {
  text-align: left;
}

.page-resvForm-thxBlueText {
  display: inline-block;
  text-align: left;
  color: #1d2087;
}

.page-resvForm-thxButtonWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resvForm-thxButton {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  border: 2px solid #1d2087;
  transition: 0.3s;
  color: #1d2087;
}

.page-resvForm-thxButton:hover {
  background-color: #1d2087;
  color: #fff;
}

.page-shops-pt__sm {
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .page-shops-pt__sm {
    padding-top: 30px;
  }
}

.page-shops-pt__lg {
  padding-top: 56px;
}

@media screen and (min-width: 768px) {
  .page-shops-pt__lg {
    padding-top: 70px;
  }
}

.page-shops-pb__lg {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .page-shops-pb__lg {
    padding-bottom: 100px;
  }
}

.page-shops-sectionHeading {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  padding-bottom: 4px;
  padding-bottom: clamp(4px, -8.456px + 2.193vw, 14px);
  border-bottom: 1px solid #1d2087;
}

.p-shop-album {
  position: relative;
  width: 1220px;
  max-width: 100%;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 16px 20px 20px;
  border: 1px solid #1d2087;
  box-shadow: 5px 5px #1d2087;
}

@media screen and (min-width: 1024px) {
  .p-shop-album {
    max-width: 95%;
    padding: 28px 20px 40px 60px;
  }
}

.p-shop-album::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .p-shop-album::before {
    position: absolute;
    content: "";
    background-image: url("../img/shops/img-album-rings.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 58px;
    height: 800px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.c-arrow-skewedTriangle__parent {
  position: relative;
}

.c-arrow-skewedTriangle__child {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-arrow-skewedTriangle__child {
    display: inline-block;
    position: absolute;
    border-top: 40px solid #1d2087;
    border-right: 40px solid #1d2087;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    right: -32px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%) skew(17deg, 17deg);
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.2));
  }
}

@media screen and (min-width: 1024px) {
  .p-shop-album__leftPage {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f2f2f2;
    padding: 28px 20px 40px 60px;
    border: 1px solid #1d2087;
    box-shadow: 5px 5px #1d2087;
    top: 0;
    left: -101%;
    left: calc(-100% - 14px);
  }
}

.p-shop-album__img {
  aspect-ratio: 580/400;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border: 8px solid #fff;
}

.p-shop-album__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-shop-album__table {
  padding-top: 10px;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.p-shop-album__table th {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #1d2087;
  padding: 5px 7px;
}

.p-shop-album__table td {
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: normal;
  width: 100%;
  background-color: #fff;
  padding-left: 6px;
}

.p-shop-album__tel {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 300;
}

.p-calender__textTable.p-shop-album__calenderTextTable {
  display: table;
  color: #1d2087;
  font-size: 15px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  padding: 0;
}

@media screen and (min-width: 568px) {
  .p-calender__textTable.p-shop-album__calenderTextTable {
    font-size: inherit;
  }
}

.p-shop-album__icons {
  display: flex;
  justify-content: space-between;
  padding: 8px 6px 0;
  gap: 10px;
}

@media screen and (min-width: 1024px) {
  .p-shop-album__icons {
    padding-top: 0;
  }
}

.p-shop-album__icons > img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-shop-album__calender {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: -20px;
}

@media screen and (min-width: 568px) {
  .p-shop-album__calender {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
}

@media screen and (min-width: 768px) {
  .p-shop-album__calender {
    margin-bottom: 0;
  }
}

.p-shop-album__buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.p-shop-album__button {
  font-weight: 300;
  flex: 0 0 48%;
  max-width: 48%;
}

.p-shop-album__button .c-button__item {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  letter-spacing: 0;
  max-width: none;
  height: auto;
  padding: 4px 2px;
}

@media screen and (min-width: 1024px) {
  .p-shop-album__button .c-button__item {
    height: 60px;
  }
}

.p-shop-album__map {
  aspect-ratio: 1.3421052632;
  margin-top: 6px;
  border: 1px solid #707070;
}

.p-shop-album__map iframe {
  height: 100%;
  width: 100%;
}

.p-shop-album__mbSm {
  margin-bottom: 6px;
}

.p-shop-album__subHeading {
  font-size: 18px;
  font-weight: 300;
  color: #1d2087;
}

@media screen and (min-width: 768px) {
  .p-shop-album__subHeading {
    font-size: 20px;
  }
}

.p-shop-album__calenderText {
  text-align: left;
  padding: 0;
  letter-spacing: 0;
}

.p-shop-album__vertStretchParent {
  display: flex;
  flex-direction: column;
}

.p-shop-album__vertStretchChild {
  margin-top: auto;
}

.p-shop-album__2ndMediaPt {
  padding-top: 30px;
}

.p-flex-order-sp__parent {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .p-flex-order-sp__parent {
    display: block;
  }
}

.p-flex-order-sp__1 {
  order: 1;
}

.p-flex-order-sp__2 {
  order: 2;
}

.p-flex-order-sp__3 {
  order: 3;
}

.p-shop-album__pcOnly {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-shop-album__pcOnly {
    display: block;
  }
}

.p-shop-cars-title {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  background-color: transparent;
  padding: 2px 16px;
  border: 1px solid #1d2087;
}

.review-box {
  display: none;
}

.p-shop-cars__risu {
  position: relative;
  margin-top: 72px;
}

@media screen and (min-width: 768px) {
  .p-shop-cars__risu {
    margin-top: 118px;
  }
}

.p-shop-cars__risu::before {
  position: absolute;
  content: "";
  bottom: 91%;
  right: 0;
  width: 70px;
  height: 60px;
  background-image: url(../../assets/img/mySubaru/img-mySubaru-2-3_risu.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-shop-cars__risu::before {
    width: 120px;
    height: 100px;
    bottom: 86%;
  }
}

.p-shop-cars__risu.-v2::before {
  bottom: 92%;
  background-image: url(../../assets/img/shops/img-shop-risu2.png);
}

@media screen and (min-width: 768px) {
  .p-shop-cars__risu.-v2::before {
    bottom: 89%;
  }
}

.p-shop-cars {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-shop-cars {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    row-gap: 6%;
  }
}

.p-shop-car {
  color: inherit;
}

.p-shop-views {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 24px;
  row-gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-shop-views {
    flex-direction: row;
    padding-top: 48px;
  }
}

.p-shop-views__item {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-shop-views__item {
    width: 48%;
  }
}

.p-shop-views__item > iframe,
.p-shop-views__item > img {
  width: 100%;
  height: 100%;
}

.p-shop-views__item > iframe {
  aspect-ratio: 1.7777777778;
}

.c-showImgOnHover__wrapper {
  overflow: hidden;
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .c-showImgOnHover__wrapper {
    padding-top: 74px;
  }
}

.c-showImgOnHover {
  position: relative;
}

.c-showImgOnHover::before {
  content: none;
}

@media screen and (min-width: 1024px) {
  .c-showImgOnHover::before {
    position: absolute;
    content: "";
    top: 0;
    left: 1%;
    width: 100px;
    height: 80px;
    background-image: url(../../assets/img/mySubaru/img-mySubaru-2-3_risu.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    transition: top 0.2s;
  }
}

.c-showImgOnHover:hover::before {
  top: -90%;
}

.swiper_indivShop {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-shop-album-swiper-pagination.swiper-pagination-bullets {
  bottom: 6px !important;
}

.p-shop-album-swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}

.p-shop-album-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.page-info__tabTitle__icon {
  display: none;
}

@media screen and (min-width: 1200px) {
  .page-info__tabTitle__icon {
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    margin-right: 8px;
  }
}

.page-info__tabTitle__en {
  display: none;
}

@media screen and (min-width: 1024px) {
  .page-info__tabTitle__en {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 8px;
  }
}

.page-info__tabTitle {
  font-size: clamp(15px, 11.263px + 0.658vw, 18px);
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  .page-info__tabTitle {
    font-weight: 200;
  }
}

.page-info__cards {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 5%;
  column-gap: 5%;
  row-gap: 30px;
  padding-top: 50px;
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .page-info__cards {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
  }
}

.page-info__card {
  position: relative;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .page-info__card {
    display: block;
    grid-template-columns: none;
    gap: unset;
  }
}

.page-info__card__imgWrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-info__card__imgWrapper {
    width: 100%;
  }
}

.page-info__card__imgWrapper > img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-info__card__imgWrapper > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .page-info__card__body {
    padding: 24px 20px 32px;
  }
}

.page-info__date {
  font-size: 14px;
  font-weight: 200;
}

.page-info__card__title {
  font-size: 16px;
  font-weight: 300;
}

.page-info__body > footer {
  background-color: #f5fafa;
}

.page-infoDetail__wrapper {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.page-infoDetail__card {
  position: relative;
  background-color: #fff;
  border: 2px solid #1d2087;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.3);
  padding: clamp(24px, 6.7796610169vw, 32px) min(40px, 7.6271186441vw);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-infoDetail__card::before,
.page-infoDetail__card::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/icon-pin.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 29px;
}

.page-infoDetail__card::before {
  left: 10px;
  top: -10px;
}

.page-infoDetail__card::after {
  right: 0;
  top: -10px;
}

.page-infoDetail__date {
  font-size: 14px;
  font-weight: 300;
}

.page-infoDetail__card__title {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 400;
}

.page-infoDetail__card__imgWrapper {
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .page-infoDetail__card__imgWrapper {
    padding-top: 42px;
  }
}

.page-infoDetail__card__imgWrapper > img {
  width: 100%;
}

.page-infoDetail__card__txt {
  font-size: 18px;
  font-size: 16px;
  font-weight: 200;
  margin-top: 32px;
  margin-bottom: 32px;
}

.page-infoDetail__buttonWrapper {
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .page-infoDetail__buttonWrapper {
    padding-top: 40px;
  }
}

.page-infoDetail__buttonWrapper .c-button__item {
  font-size: 16px;
  font-weight: 300;
  max-width: none;
  width: clamp(300px, 275.088px + 4.386vw, 330px);
  max-width: 100%;
  border: 2px solid #1d2087;
  height: auto;
  padding: 20px 36px 20px 20px;
  padding: clamp(20px, 20px + 0vw, 20px) clamp(0px, -24.912px + 4.386vw, 20px);
  border-radius: 100px;
}

.page-infoDetail__button--en {
  text-transform: uppercase;
}

.page-infoDetail__card__imageBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .page-infoDetail__card__imageBlock {
    grid-template-columns: 1fr 1fr;
  }
}

.page-infoDetail__card__image {
  order: 1;
}

@media screen and (min-width: 768px) {
  .page-infoDetail__card__image {
    order: unset;
  }
}

.page-infoDetail__card__imageBody {
  order: 2;
}

@media screen and (min-width: 768px) {
  .page-infoDetail__card__imageBody {
    order: unset;
  }
}

.page-infoDetail__card__imageBodyTitle {
  margin-bottom: 16px;
}

.post-h2 {
  display: block;
  padding: 4px;
  color: #fff;
  width: 100%;
  background-color: #1e207b;
  font-size: 20px;
  margin-top: 32px;
}

.post-h3 {
  display: block;
  color: #1e207b;
  font-size: 20px;
  width: 100%;
}

.post-h4 {
  display: block;
  padding: 4px;
  border-left: 4px solid #1e207b;
}

.post_frameWrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.post-thumbnail img {
  width: 100%;
}

.p-event3__content__wrapper {
  line-height: 2.5;
}

.is-post-cont img {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.page-qa {
  padding-bottom: clamp(60px, -77.018px + 24.123vw, 170px);
}

.page-qa__headingList__wrapper {
  padding: 10px 0 30px;
}

.page-qa__headingList {
  border: 1px solid #1d2087;
  border-radius: 999px;
}

.page-qa__headingList + .page-qa__headingList {
  margin-top: 20px;
}

.page-qa__headingList__wrapper.-xl {
  display: none;
}

@media screen and (min-width: 1200px) {
  .page-qa__headingList__wrapper.-xl {
    display: block;
  }
}

.page-qa__headingList__wrapper.-md {
  display: none;
}

@media screen and (min-width: 568px) {
  .page-qa__headingList__wrapper.-md {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .page-qa__headingList__wrapper.-md {
    display: none;
  }
}

.page-qa__headingList__wrapper.-sm {
  display: block;
}

@media screen and (min-width: 568px) {
  .page-qa__headingList__wrapper.-sm {
    display: none;
  }
}

.page-qa__headingList ul {
  display: flex;
  justify-content: space-around;
  font-size: clamp(14px, 9.018px + 0.877vw, 18px);
  font-size: clamp(15px, 8.772px + 1.096vw, 20px);
  font-weight: 300;
  line-height: 1.2;
}

.page-qa__headingList li {
  flex: 1 1 14.2857142857%;
  text-align: center;
  border-left: 1px solid #1d2087;
}

.page-qa__headingList li:first-child {
  border-left: none;
}

.page-qa__headingList a {
  display: inline-block;
  color: #1d2087;
  padding-top: 10px;
  padding-bottom: 12px;
}

.page-qa__heading__wrapper {
  padding-bottom: 20px;
  padding-bottom: clamp(10px, -2.456px + 2.193vw, 20px);
  padding-top: 70px;
  margin-top: -50px;
}

@media screen and (min-width: 768px) {
  .page-qa__heading__wrapper {
    padding-top: 120px;
    margin-top: -100px;
  }
}

@media screen and (min-width: 1024px) {
  .page-qa__heading__wrapper {
    padding-top: 176px;
    margin-top: -156px;
  }
}

.page-qa__heading {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  text-align: center;
  width: 100%;
  background-color: #fed500;
  border-radius: 999px;
  border: 2px solid #1d2087;
  padding: 8px;
}

.page-qa__question__wrapper {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px 0;
}

.page-qa__question__wrapper::before {
  content: "";
  border: 1px solid #1d2087;
  align-self: stretch;
}

.page-qa__q {
  font-size: clamp(24px, 16.526px + 1.316vw, 30px);
  font-weight: 300;
  line-height: 1;
  color: #1d2087;
  padding-right: clamp(18px, -6.912px + 4.386vw, 38px);
  padding-left: clamp(18px, -6.912px + 4.386vw, 38px);
  order: -1;
}

.page-qa__question {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: #1d2087;
  padding-left: 40px;
  padding-left: clamp(18px, -9.404px + 4.825vw, 40px);
}

.page-qa__answer__wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .page-qa__answer__wrapper {
    flex-direction: row;
  }
}

.page-qa__answerImgWrapper {
  display: flex;
  align-self: flex-end;
  width: 20%;
  min-width: 120px;
  margin-right: 36px;
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
  .page-qa__answerImgWrapper {
    align-items: center;
    align-self: normal;
    width: 25%;
    padding-right: clamp(0px, -62.281px + 10.965vw, 50px);
    padding-left: clamp(0px, -52.316px + 9.211vw, 42px);
    margin-bottom: 0;
  }
}

.page-qa__answer {
  font-size: 16px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .page-qa__answer {
    width: 75%;
    padding-top: 28px;
    padding-right: 30px;
    padding-left: 0;
  }
}

.page-qa__answer__button {
  font-size: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.page-ac__imgWrapper {
  position: relative;
  width: 100%;
  padding-top: 56px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .page-ac__imgWrapper {
    width: 70%;
  }
}

.page-ac__lead {
  position: absolute;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  width: 100%;
  text-align: center;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 568px) {
  .page-ac__lead {
    top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .page-ac__lead {
    top: 56px;
  }
}

.page-ac__body {
  font-size: 16px;
  line-height: 1.6;
  padding-top: clamp(56px, 18.632px + 6.579vw, 86px);
}

.page-ac__txtNavy {
  font-weight: 300;
  color: #1d2087;
}

.page-ac__buttonWrapper {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page-ac__buttonWrapper {
    padding-top: 80px;
    padding-bottom: 82px;
  }
}

.page-ac__buttonDeco__wrapper {
  position: relative;
}

.page-ac__buttonDeco {
  position: absolute;
  width: 11.8518518519%;
  min-width: 80px;
  bottom: clamp(140px, 40.351px + 17.544vw, 220px);
}

@media screen and (min-width: 768px) {
  .page-ac__buttonDeco {
    position: relative;
    bottom: auto;
  }
}

.page-ac__buttonDeco.-left {
  margin-right: 1.8518518519%;
  padding: 0 5px;
  left: 0;
  margin-bottom: -6px;
}

@media screen and (min-width: 768px) {
  .page-ac__buttonDeco.-left {
    left: auto;
    margin-bottom: 0;
  }
}

.page-ac__buttonDeco.-right {
  margin-left: 1.8518518519%;
  margin-top: 30px;
  left: auto;
  right: 0;
}

@media screen and (min-width: 768px) {
  .page-ac__buttonDeco.-right {
    position: relative;
    margin-top: 40px;
    left: 0.9259259259%;
  }
}

.p-sitemap__link__lg__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0;
}

.p-sitemap__link__lg {
  display: inline-block;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
}

.p-sitemap__sectionHeading {
  position: relative;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  line-height: 1;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px 10px 30px;
}

.p-sitemap__sectionHeading::before {
  position: absolute;
  content: "";
  width: 8px;
  height: clamp(26px, 18.526px + 1.316vw, 32px);
  background-color: #1d2087;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.p-sitemap__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding: 10px 10px;
}

@media screen and (min-width: 768px) {
  .p-sitemap__grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .p-sitemap__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-sitemap__areaGroup {
  padding-top: 16px;
}

.p-sitemap__areaHeading {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: #1d2087;
}

.p-sitemap__link {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 2px 0;
}

.p-sitemap__link::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 12px;
  background-image: url("../img/common/icon-arrow__right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-best__hero {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  height: auto;
  width: 100%;
  aspect-ratio: 390/356;
  background-image: url("../../assets/img/findBestSubaru/img-hero_findBest__sp.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}

@media screen and (min-width: 768px) {
  .p-best__hero {
    align-items: center;
    height: clamp(300px, 113.158px + 32.895vw, 450px);
    aspect-ratio: unset;
    background-image: url("../../assets/img/findBestSubaru/img-hero_findBest.jpg");
    background-size: contain;
  }
}

.p-best__hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (min-width: 768px) {
  .p-best__hero::after {
    content: "";
    background: linear-gradient(
      90deg,
      #fff 47.2%,
      rgba(255, 255, 255, 0) 74.16%
    );
  }
}

.p-best__pageTitle__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-best__pageTitle__wrapper {
    row-gap: 12px;
  }
}

.p-best__pageTitle {
  font-size: clamp(24px, 4.07px + 3.509vw, 40px);
  font-weight: 300;
  color: #1d2087;
  text-align: center;
}

.p-best__heroLead {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-best__heroLead {
    text-align: center;
  }
}

.p-best__lead {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  text-align: left;
  padding-top: clamp(36px, 23.544px + 2.193vw, 46px);
  padding-bottom: clamp(36px, 28.526px + 1.316vw, 42px);
}

@media screen and (min-width: 768px) {
  .p-best__lead {
    text-align: center;
  }
}

.p-best__question {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  padding-top: 14px;
  padding-bottom: 14px;
}

.c-accordion2__btn.is-active .p-best__question {
  color: #fff;
}

.p-best__answer__wrapper {
  padding-right: clamp(16px, 4.789px + 1.974vw, 25px);
  padding-top: 12px;
  padding-bottom: 26px;
  padding-right: 1em;
  padding-left: 1em;
}

.p-best__descr {
  position: relative;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  padding-bottom: 12px;
  padding-left: 30px;
}

.p-best__descr::before {
  position: absolute;
  content: "※";
  left: 0;
}

.p-best__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

@media screen and (min-width: 768px) {
  .p-best__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .p-best__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-best__card {
  text-align: center;
}

.p-best__card,
.p-best__card:visited {
  color: inherit;
}

.p-best__carImgWrapper {
  aspect-ratio: 1.6055045872;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.p-best__carImgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-best__carName {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
}

.p-whill__pageTitle {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.p-whill__youtube {
  aspect-ratio: 16/9;
  margin-top: clamp(24px, 14.035px + 1.754vw, 32px);
  margin-bottom: clamp(24px, 14.035px + 1.754vw, 32px);
}

.p-whill__youtube > iframe {
  width: 100%;
  height: 100%;
}

.p-whill__media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -moz-column-gap: 3.33%;
  column-gap: 3.33%;
}

.p-whill__media__imgWrapper,
.p-whill__media__texts {
  margin-top: 32px;
}

.p-whill__media__texts {
  background-color: #f2f2f2;
  padding: 1em 8px;
}

.p-whill__media__textsWrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-whill__media__textsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}

.p-whill__media__textsWrapper li {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  gap: 8px;
}

.p-whill__media__textsWrapper li span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-whill__media__textsWrapper li span img {
  width: 1em;
  height: 1em;
}

.p-whill__lineup__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-whill__lineup__wrapper {
    width: 85%;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-whill__lineup__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.p-whill__lineup__item:nth-child(1) {
  position: relative;
}

.p-whill__lineup__item:nth-child(1):before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0173ae transparent transparent transparent;
  border-width: 64px 64px 0px 0px;
}

.p-whill__lineup__item:nth-child(1):after {
  content: "新発売";
  position: absolute;
  top: 1em;
  left: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .p-whill__lineup__item:nth-child(1):before {
    border-width: 64px 64px 0px 0px;
  }
  .p-whill__lineup__wrapper {
    font-size: 14px;
  }
}

.p-whill__lineup__texts {
  padding-top: 20px;
  font-weight: 300;
}

.p-whill__lineup__catch {
  font-size: clamp(15px, 11.263px + 0.658vw, 18px);
  height: 3em;
}

.p-whill__lineup__model {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  line-height: 1;
}

.p-whill__lineup__buttonWrapper {
  align-self: center;
  width: 100%;
  max-width: 250px;
  padding-top: clamp(24px, 16.526px + 1.316vw, 30px);
  margin-top: auto;
}

.c-button__item.p-whill__lineup__button {
  position: relative;
  max-width: none;
  height: 50px;
  font-size: clamp(18px, 14.263px + 0.658vw, 21px);
  font-weight: 300;
}

.p-whill__banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 200px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  border: 1px solid #c3c3c3;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.p-whill__banner::after,
.p-whill__banner::before {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .p-whill__banner::after,
  .p-whill__banner::before {
    width: 43%;
  }
}

.p-whill__banner::after {
  position: absolute;
  content: "";
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, #fff 100%);
  z-index: 0;
}

@media screen and (min-width: 568px) {
  .p-whill__banner::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 67%, #fff 100%);
  }
}

.p-whill__banner::before {
  content: "";
  background-image: url("../img/whill/whill-banner-pic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: -1px;
  min-height: 200px;
}

.p-whill__banner__text {
  color: #808080;
  font-size: clamp(20px, 1.316px + 3.289vw, 35px);
  font-weight: 300;
  text-align: center;
  width: 40%;
  padding-right: 2%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-whill__banner__text {
    width: 57%;
  }
}

.p-whill__banner__text > span {
  display: inline-block;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-whill__banner__text > span {
    padding-left: 12px;
  }
}

.p-whill__banner__text > span:first-child {
  padding-bottom: 12px;
}

.p-blog__bg {
  position: relative;
  background-color: #faf5e1;
}

.p-blog__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 130px;
  background-color: inherit;
  left: 0;
}

.p-blog__container {
  padding-left: 7%;
  padding-right: 7%;
}

.p-blog__pageTitle__outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-blog__pageTitle__inner {
  padding-top: 15px;
  padding-bottom: 16px;
  border-top: 5px double rgba(0, 0, 0, 0.75);
  border-bottom: 5px double rgba(0, 0, 0, 0.75);
}

.p-360__pageTitle {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.p-blog__2col {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-blog__2col {
    display: flex;
  }
}

.p-blog__article__column {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-blog__article__column {
    width: 65%;
    padding-right: clamp(16px, 6.035px + 1.754vw, 24px);
  }
}

.p-blog__sidebar__column {
  width: 100%;
  padding-top: 64px;
}

@media screen and (min-width: 768px) {
  .p-blog__sidebar__column {
    width: 35%;
    padding-left: clamp(16px, 6.035px + 1.754vw, 24px);
    padding-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.75);
  }
}

.p-blog__article {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  color: #333;
}

.p-blog__article:first-child {
  padding-top: 0;
}

.p-blog__imgWrapper {
  aspect-ratio: 78/50;
  overflow: hidden;
}

.p-blog__imgWrapper > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-blog__infoRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.p-blog__cat {
  font-size: clamp(16px, 13.509px + 0.439vw, 18px);
  line-height: 1;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 4px 6px 6px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

.p-blog__date {
  font-size: clamp(14px, 11.509px + 0.439vw, 16px);
  line-height: 1;
}

.p-blog__title {
  font-size: clamp(18px, 15.509px + 0.439vw, 20px);
  font-weight: 300;
  padding-top: 16px;
}

.p-blog__pagination {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.p-blog__pagination__item {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  color: #333;
}

.p-blog__pagination__item.-active {
  font-weight: 300;
  color: #1d2087;
}

.p-blog__pagination__link,
.p-blog__pagination__link:visited {
  color: inherit;
}

.p-blog__sidebar__section:first-child {
  padding-top: 0;
}

.p-blog__sidebar__section__title {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  text-align: center;
}

.p-blog__excerpt {
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 行数 */
  overflow: hidden;
}

.p-blog__select__wrapper {
  position: relative;
  margin-top: 16px;
}

.p-blog__select__wrapper::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  right: 18px;
  top: 30%;
  transform: rotate(135deg);
  pointer-events: none;
}

.p-blog__select {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  width: 100%;
  padding: 10px;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.p-blog__select:focus-visible {
  outline: none;
}

.p-blog__sidebar__section:last-child {
  border-bottom: none;
}

.p-blog__sidebar__link {
  display: block;
}

.p-blog__archive {
  display: flex;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  color: #333;
  padding: 12px 0 12px 18px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.p-blog__archive:first-of-type {
  border-top: 1px dotted rgba(0, 0, 0, 0.4);
}

.p-blog__articleCount {
  padding-left: 16px;
}

/*
  静岡スバルについて
*/
.p-about__tab {
  letter-spacing: 0;
  padding-top: clamp(24px, -25.825px + 8.772vw, 64px);
}

.p-about__tabItem {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: #1d2087;
  white-space: nowrap;
  width: 50%;
  height: clamp(46px, 28.561px + 3.07vw, 60px);
  background-color: #fff;
  border-left: 1px solid #1d2087;
  border-top: 1px solid #1d2087;
  border-bottom: 1px solid #1d2087;
  transition: border 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

@media screen and (min-width: 568px) {
  .p-about__tabItem {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1200px) {
  .p-about__tabItem {
    width: 20%;
  }
}

.p-about__tabItem:nth-of-type(1) {
  border-left: 1px solid #1d2087;
  border-radius: 999px 0 0 999px;
}

.p-about__tabItem:nth-of-type(2) {
  border-right: 1px solid #1d2087;
  border-radius: 0 999px 999px 0;
}

@media screen and (min-width: 568px) {
  .p-about__tabItem:nth-of-type(2) {
    border-right: none;
    border-radius: 0;
  }
}

.p-about__tabItem:nth-of-type(3) {
  border-radius: 999px 0 0 999px;
  margin-top: clamp(12px, 7.018px + 0.877vw, 16px);
}

@media screen and (min-width: 568px) {
  .p-about__tabItem:nth-of-type(3) {
    border-right: 1px solid #1d2087;
    border-radius: 0 999px 999px 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-about__tabItem:nth-of-type(3) {
    border-right: none;
    border-radius: 0;
  }
}

.p-about__tabItem:nth-of-type(4) {
  border-right: 1px solid #1d2087;
  border-radius: 0 999px 999px 0;
  margin-top: clamp(12px, 7.018px + 0.877vw, 16px);
}

@media screen and (min-width: 568px) {
  .p-about__tabItem:nth-of-type(4) {
    border-right: none;
    border-radius: 999px 0 0 999px;
  }
}

@media screen and (min-width: 1200px) {
  .p-about__tabItem:nth-of-type(4) {
    border-right: none;
    border-radius: 0;
  }
}

.p-about__tabItem:nth-of-type(5) {
  border-right: 1px solid #1d2087;
  border-radius: 999px 999px 999px 999px;
  width: 100%;
  margin-top: clamp(12px, 7.018px + 0.877vw, 16px);
}

@media screen and (min-width: 568px) {
  .p-about__tabItem:nth-of-type(5) {
    border-radius: 0 999px 999px 0;
  }
}

@media screen and (min-width: 568px) {
  .p-about__tabItem:nth-of-type(4),
  .p-about__tabItem:nth-of-type(5) {
    width: 50%;
    margin-top: clamp(12px, 7.018px + 0.877vw, 16px);
  }
}

@media screen and (min-width: 1200px) {
  .p-about__tabItem:nth-of-type(4),
  .p-about__tabItem:nth-of-type(5) {
    width: 20%;
    margin-top: 0;
  }
}

.p-about__table {
  width: 100%;
  border-collapse: collapse;
}

.p-about__table__row {
  height: 88px;
  vertical-align: top;
}

.p-about__table__header,
.p-about__table__detail {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-about__table__header {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 200;
  vertical-align: middle;
  width: 22%;
}

.p-about__table__header.-v2 {
  width: 30%;
}

.p-about__table__header__inner {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: clamp(80px, 30.175px + 8.772vw, 120px);
  margin-left: auto;
  margin-right: auto;
}

.p-about__taLeft {
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: left;
}

.p-about__table__detail {
  font-size: 16px;
  vertical-align: middle;
  width: 78%;
  padding-left: 24px;
}

.p-about__table__detail.-v2 {
  width: 70%;
}

.p-about__detail__group__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-about__detail__heading {
  font-size: 16px;
  color: #1d2087;
  font-weight: 300;
}

.p-about__detail__heading > a,
.p-about__detail__heading > a:visited {
  color: inherit;
}

.p-about__companyImages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  justify-content: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-about__grpComp__heading {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  padding-top: 24px;
  padding-bottom: 12px;
}

.p-about__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-about__media {
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-about__media__imgWrapper {
  flex: 1 0 25%;
  aspect-ratio: 300/220;
  overflow: hidden;
}

.p-about__media__imgWrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__media__body {
  flex: 1 0 75%;
  font-size: 16px;
}

/*
  静岡スバルの思い
*/
.p-about__txt {
  font-size: 16px;
}

.p-about__txtLg {
  font-size: 16px;
}

.p-about__txt.-navy {
  font-weight: 200;
  color: #1d2087;
}

.p-about__txtSm {
  font-size: 16px;
}

.p-about__txtSm.-navy {
  font-weight: 200;
  color: #1d2087;
}

.p-about__txtSm.-fwMd {
  font-weight: 300;
}

.p-about__txtSm.-pt {
  padding-top: clamp(12px, 7.018px + 0.877vw, 16px);
}

.p-about__headingVerticalBar {
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #1d2087;
  padding-left: 20px;
  padding-top: 2px;
  padding-bottom: 3px;
  border-left: 10px solid #1d2087;
}

.p-about__coloredBg {
  line-height: 1.75;
  background-color: #f2f2f2;
}

.p-about__coloredBg__inner {
  padding: 30px;
  padding: clamp(20px, 7.544px + 2.193vw, 30px);
}

.p-about__coloredBg__heading {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  color: #1d2087;
  padding-left: clamp(20px, 7.544px + 2.193vw, 30px);
}

.p-about__coloredBg__headingBoxed {
  display: inline-block;
  line-height: 1;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-weight: 300;
  color: #fff;
  background-color: #1d2087;
  width: 150px;
  padding: 15px 25px;
  margin-right: 20px;
}

.p-about__ol {
  -webkit-padding-start: 26px;
  padding-inline-start: 26px;
}

.p-about__ol > li {
  list-style: decimal;
}

/*
  プレスリリース
*/
.p-about__press__item {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

.p-about__press__item:hover .p-about__press__title {
  text-decoration: underline;
}

.p-about__press__item:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.5);
}

.p-about__press__date {
  font-size: 16px;
  font-weight: 300;
  color: #1d2087;
}

.p-about__press__title {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
}

/*
  環境への取り組み
*/
.p-about__textLinkRightArrow {
  display: block;
  position: relative;
  color: #1e78dc;
  font-size: clamp(21px, 16.018px + 0.877vw, 25px);
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-bottom: 4px;
  padding-right: clamp(32px, 22.035px + 1.754vw, 40px);
  border-bottom: 2px solid #1e78dc;
}

.p-about__textLinkRightArrow::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #1e78dc;
  border-right: 2px solid #1e78dc;
  right: 10px;
  top: 30%;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-about__textLinkRightArrow::after {
    width: 14px;
    height: 14px;
  }
}

.p-about__simbolImgWrapper {
  margin-top: clamp(-72px, 35.789px + -10.526vw, -24px);
}

.p-about__2col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-about__2col {
    flex-direction: row;
  }
}

.p-about__2col__left {
  flex: 0 1 75%;
}

.p-about__2col__right {
  flex: 0 1 21%;
}

.p-about__2col__right figure {
  width: 100%;
  height: 100%;
}

.p-about__2col__right figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about__reportImgWrapper {
  max-width: 100%;
  width: 180px;
}

/*
  一般事業主行動計画
*/
.p-about__3images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 7.544px + 2.193vw, 30px);
}

.p-insurance__hero {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: clamp(100px, -91.295px + 33.679vw, 360px);
  background-image: url("../../assets/img/insurance/img-hero-insurance.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.p-insurance__hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #fff 100%);
}

.p-insurance__catch__wrapper {
  text-align: center;
}

.p-insurance__catch {
  font-size: clamp(20px, 5.053px + 2.632vw, 32px);
  font-weight: 300;
}

.p-insurance__pageLead {
  display: block;
  font-size: 16px;
}

.p-insurance__ptSm {
  padding-top: 0.7em;
}

.p-insurance__deletableButton {
  display: flex;
  color: #fff;
  width: 480px;
  max-width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-color: #3296d4;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 2px #0071bc;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
}

.p-insurance__deletableButton__imgWrapper {
  flex: 1 0 50px;
}

.p-insurance__deletableButton__text {
  font-size: clamp(14px, 11.509px + 0.439vw, 16px);
  font-weight: 300;
}

.p-insurance__deletableButton__text__lg {
  font-size: clamp(18px, 15.509px + 0.439vw, 20px);
  font-weight: 300;
}

.p-insurance__sectionTitle {
  font-size: clamp(24px, 14.035px + 1.754vw, 32px);
  text-align: center;
  color: #1d2087;
  font-weight: 300;
}

.p-insurance__timing__imgWrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.p-insurance__timing__balloon {
  position: absolute;
  height: auto;
  left: 0;
}

.p-insurance__timing__balloon.js-scrollDetect {
  opacity: 0;
  transform: translateY(-200%);
  transition: 0.3s opacity, 0.5s transform;
}

.p-insurance__timing__balloon.js-scrollDetect.js-show {
  transform: translateY(0%);
  opacity: 1;
}

.p-insurance__timing__balloon.-left {
  width: 34.95%;
  left: -1%;
  top: 61%;
}

@media screen and (min-width: 768px) {
  .p-insurance__timing__balloon.-left {
    width: 25%;
    left: -1%;
    top: 62%;
  }
}

.p-insurance__timing__balloon.-bottom {
  width: 42.2%;
  left: 3%;
  top: 91.3%;
}

@media screen and (min-width: 768px) {
  .p-insurance__timing__balloon.-bottom {
    width: 25%;
    left: 17%;
    top: 94%;
  }
}

.p-insurance__timing__balloon.-right {
  width: 29.57%;
  left: auto;
  right: -1%;
  top: 64.3%;
}

@media screen and (min-width: 768px) {
  .p-insurance__timing__balloon.-right {
    width: 25%;
    right: -2%;
    top: 54%;
  }
}

.p-insurance__text__lg.-blue,
.p-insurance__text__md.-blue,
.p-insurance__text__sm.-blue {
  color: #1d2087;
}

@media screen and (min-width: 1200px) {
  .p-insurance__text__lg.-linebreakPc {
    display: inline-block;
  }
}

.p-insurance__text__lg {
  font-size: 20px;
  font-weight: 300;
}

.p-insurance__text__md {
  font-size: clamp(16px, 11.018px + 0.877vw, 20px);
  font-weight: 300;
}

.p-insurance__text__md.-reg {
  font-weight: 200;
}

.p-insurance__text__sm {
  font-size: 16px;
  font-weight: 200;
}

.p-insurance__text__sm.-bold {
  font-weight: 300;
}

.p-insurance__text__taCenter {
  text-align: center;
}

.p-insurance__text__pb {
  padding-bottom: 10px;
}

.p-insurance__boxedText {
  border-radius: 10px;
  padding: clamp(20px, 10.035px + 1.754vw, 28px)
    clamp(14px, 6.526px + 1.316vw, 20px);
  margin: 15px 0;
}

.p-insurance__boxedText.-bgcBlue {
  background-color: #e6f0fa;
}

.p-insurance__boxedText.-bgcGray {
  background-color: #f2f2f2;
}

.p-insurance__boxedText.-flex {
  display: flex;
  gap: 8px;
}

.p-insurance__text__lg.-red,
.p-insurance__text__md.-red,
.p-insurance__text__sm.-red {
  color: #c1272d;
}

.p-insurance__text__sm.-red {
  font-weight: 300;
}

.p-insurance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -moz-column-gap: 3%;
  column-gap: 3%;
  row-gap: 10px;
}

.p-insurance__outlinedText {
  display: inline-block;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  font-weight: 300;
  color: #0071bc;
  padding: 12px 20px;
  border: 2px solid #0071bc;
}

.p-insurance__grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 28px;
}

.p-insurance__fineLetters {
  display: flex;
  justify-content: center;
}

.p-insurance__button {
  display: block;
  color: #fff;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-color: #3296d4;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 2px #0071bc;
  padding: clamp(20px, 13.772px + 1.096vw, 25px)
    clamp(16px, -1.439px + 3.07vw, 30px);
  margin-left: auto;
  margin-right: auto;
}

.p-subarudayori {
  /*-----------------------
   全体の背景
   -----------------------*/
  /*-----------------------
   タイトル
   -----------------------*/
  /*-----------------------
   看板
   -----------------------*/
}

.p-subarudayori__waveWrapper {
  position: relative;
}

.p-subarudayori__waveWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #ebebc8;
  top: 100%;
  margin-top: -1px;
  z-index: -1;
}

.p-subarudayori__bgTop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f6fafa;
  z-index: -1;
}

.p-subarudayori__bgBottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ebebc8;
  z-index: -1;
}

.p-subarudayori__bgWave {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.p-subarudayori__bgWave img {
  width: 100%;
}

.p-subarudayori__headline {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__headline {
    height: 200px;
  }
}

.p-subarudayori__title {
  position: relative;
  max-width: 500px;
  width: clamp(200px, 200px + 100 * (100vw - 375px) / 1065, 300px);
  margin: 0 auto;
}

.p-subarudayori__title img {
  width: 100%;
}

.p-subarudayori__title::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -320px;
  width: calc(200px + 20 * (100vw - 1200px) / 240);
  max-width: 220px;
  aspect-ratio: 440/257;
  background: url(../img/subarudayori/img-bird.webp) center center/cover
    no-repeat;
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__title::before {
    display: block;
  }
}

.p-subarudayori__articles {
  padding-bottom: 102px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__articles {
    padding-bottom: 1px;
  }
}

.p-subarudayori__wrapper {
  position: relative;
  width: calc(100% - 2rem);
  margin: 22px auto 0;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__wrapper {
    margin: 25px auto 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__wrapper {
    margin: 36px auto 0;
    max-width: 1500px;
  }
}

.p-subarudayori__signboardTop {
  position: absolute;
  width: 50px;
  top: -22px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardTop {
    top: -25px;
    width: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardTop {
    top: -36px;
    width: 100px;
  }
}

.p-subarudayori__signboardTop.-left {
  left: 50px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardTop.-left {
    left: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardTop.-left {
    left: 100px;
  }
}

.p-subarudayori__signboardTop.-right {
  right: 50px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardTop.-right {
    right: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardTop.-right {
    right: 100px;
  }
}

.p-subarudayori__signboardTop img {
  width: 100%;
  height: auto;
}

.p-subarudayori__subarisu {
  display: none;
  position: absolute;
  top: -189px;
  left: 76px;
  width: 232px;
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__subarisu {
    display: block;
  }
}

.p-subarudayori__subarisu img {
  width: 100%;
}

.p-subarudayori__items {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 4rem 1rem;
  max-width: 960px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__items {
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 2rem;
    width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 1024px) {
  .p-subarudayori__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3rem;
  }
}

.p-subarudayori__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-subarudayori__item:hover .p-subarudayori__itemTitle span {
  text-decoration: underline;
}

.p-subarudayori__itemImage {
  aspect-ratio: 4/3;
}

.p-subarudayori__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-subarudayori__itemTitle {
  display: block;
  background: #fff;
  font-weight: 300;
  font-size: 20px;
  padding: 1rem 4px;
  color: #333;
}

.p-subarudayori__itemTitle span {
  font-size: 16px;
}

.p-subarudayori__signboardBottom {
  position: absolute;
  width: 50px;
  bottom: -100px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardBottom {
    bottom: -140px;
    width: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardBottom {
    bottom: -200px;
    width: 100px;
  }
}

.p-subarudayori__signboardBottom.-left {
  left: 50px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardBottom.-left {
    left: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardBottom.-left {
    left: 100px;
  }
}

.p-subarudayori__signboardBottom.-right {
  right: 50px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__signboardBottom.-right {
    right: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__signboardBottom.-right {
    right: 100px;
  }
}

.p-subarudayori__signboardBottom img {
  width: 100%;
  height: auto;
}

.p-subarudayori__buttonWrapper {
  position: absolute;
  bottom: -7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__buttonWrapper {
    bottom: -10rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__buttonWrapper {
    bottom: -144px;
  }
}

.p-subarudayori__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 54px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 999px;
  border: 2px solid #1d2087;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  background-color: #fff;
  color: #1d2087;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__button {
    height: 68px;
  }
}

.p-subarudayori__button:hover {
  background-color: #1d2087;
  color: #fff;
  opacity: 1;
}

.p-subarudayori__bottom {
  display: none;
  overflow: hidden;
  margin-top: -36px;
}

@media screen and (min-width: 768px) {
  .p-subarudayori__bottom {
    display: block;
  }
}

.p-subarudayori__bottomInner {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.p-subarudayori__kusa {
  position: absolute;
  top: 140px;
  left: -30px;
  width: 100%;
  max-width: clamp(340px, 340px + 390 * (100vw - 768px) / 672, 730px);
}

@media screen and (min-width: 1024px) {
  .p-subarudayori__kusa {
    top: 124px;
  }
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__kusa {
    top: 170px;
  }
}

.p-subarudayori__kusa img {
  width: 100%;
}

.p-subarudayori__bear {
  position: relative;
  top: 0;
  right: -70px;
  margin-left: auto;
  width: 100%;
  max-width: clamp(250px, 250px + 350 * (100vw - 768px) / 672, 600px);
}

@media screen and (min-width: 1200px) {
  .p-subarudayori__bear {
    right: -107px;
  }
}

.p-subarudayori__bear img {
  width: 100%;
}

.p-jiko {
  /*-----------------------
   タイトル
   -----------------------*/
  /*-----------------------
   表示切り替えボタン
   -----------------------*/
  /*-----------------------
   交通事故・故障　共通スタイル
   -----------------------*/
}

.p-jiko__titleWrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-jiko__titleWrapper {
    height: 160px;
  }
}

.p-jiko__title {
  font-weight: 600;
  font-size: clamp(24px, 14.035px + 1.754vw, 32px);
  text-align: center;
  color: #1d2087;
}

.p-jiko__switch {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  padding: 0 1rem 56px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-jiko__switch {
    gap: 40px;
    padding: 0 1rem 115px;
  }
}

.p-jiko__switchButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-jiko__switchButton:hover {
  opacity: 0.7;
}

.p-jiko__switchButton.is-active {
  position: relative;
}

.p-jiko__switchButton.is-active:hover {
  opacity: 1;
}

.p-jiko__switchButton.is-active::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  width: 60px;
  height: 30px;
  transform: translateX(-50%);
  background: url(../img/jiko/icon-arrow-down.svg) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .p-jiko__switchButton.is-active::after {
    width: 100px;
    height: 50px;
    bottom: -8.5rem;
  }
}

.p-jiko__wrapper {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 25px;
}

.p-jiko__wrapper.is-active {
  display: flex;
}

.p-jiko__area {
  border-radius: 20px;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .p-jiko__area {
    padding: 20px 30px;
  }
}

.p-jiko__area.-lightBlue {
  background: #e6f0fa;
}

.p-jiko__area.-navy {
  background: #1d2087;
  color: #fff;
}

.p-jiko__areaTitle {
  font-weight: 400;
  font-size: clamp(20px, 15.018px + 0.877vw, 24px);
  color: #1d2087;
}

.p-jiko__areaTitle:not(:first-of-type) {
  margin-top: 20px;
}

.p-jiko__areaTitle.-white {
  color: #fff;
}

.p-jiko__text {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
}

.p-jiko__list {
  margin-top: 1rem;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-jiko__listItem {
  list-style-type: disc;
  list-style-position: outside;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.25;
}

.p-jiko__dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-jiko__nestDl {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-jiko__nestTerm {
  color: #1d2087;
  font-weight: 400;
  font-size: 20px;
}

.p-jiko__nestDesc {
  font-size: 16px;
}

.p-jiko__mysubaru {
  margin: 10px 0;
  color: #1d2087;
  font-weight: 400;
  font-size: 20px;
}

.p-jiko__mysubaruItems {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (min-width: 568px) {
  .p-jiko__mysubaruItems {
    align-items: start;
  }
}

@media screen and (min-width: 1024px) {
  .p-jiko__mysubaruItems {
    gap: 110px;
    flex-direction: row;
  }
}

.p-jiko__mysubaruItem {
  max-width: 240px;
}

.p-jiko__mysubaruItem:not(:last-child) {
  position: relative;
}

.p-jiko__mysubaruItem:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 35px;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/jiko/icon-arrow-down.svg) center center/cover no-repeat;
}

@media screen and (min-width: 1024px) {
  .p-jiko__mysubaruItem:not(:last-child)::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-jiko__mysubaruItem:not(:last-child) {
    position: static;
  }
}

.p-jiko__mysubaruItem:not(:last-child) .p-jiko__mysubaruImage {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-jiko__mysubaruItem:not(:last-child) .p-jiko__mysubaruImage::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    right: -8rem;
    background: url(../img/jiko/icon-arrow-right.svg) center center/cover
      no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  .p-jiko__mysubaruItem {
    flex: 1;
  }
}

.p-jiko__mysubaruText {
  margin-top: 10px;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }

  50% {
    transform: translateY(7px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }

  50% {
    transform: translateY(7px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }

  50% {
    transform: translateY(-7px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-7px) rotate(-45deg);
  }

  50% {
    transform: translateY(-7px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

.subarisu *,
.subarisu ::before,
.subarisu ::after {
  box-sizing: inherit;
}

.subarisu ::before,
.subarisu ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

.subarisu * {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  background-repeat: no-repeat;
}

.subarisu audio:not([controls]) {
  display: none;
  height: 0;
}

.subarisu hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

.subarisu article,
.subarisu aside,
.subarisu details,
.subarisu figcaption,
.subarisu figure,
.subarisu footer,
.subarisu header,
.subarisu main,
.subarisu menu,
.subarisu nav,
.subarisu section {
  display: block;
}

.subarisu summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

.subarisu small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

.subarisu [hidden],
.subarisu template {
  display: none;
  /* Add the correct display in IE */
}

.subarisu abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

.subarisu a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

.subarisu a:active,
.subarisu a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

.subarisu code,
.subarisu kbd,
.subarisu pre,
.subarisu samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

.subarisu b,
.subarisu strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

.subarisu dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

.subarisu mark {
  background-color: #ff0;
  color: #000;
}

.subarisu sub,
.subarisu sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.subarisu sub {
  bottom: -0.25em;
}

.subarisu sup {
  top: -0.5em;
}

.subarisu input {
  border-radius: 0;
}

.subarisu button,
.subarisu [type="button"],
.subarisu [type="reset"],
.subarisu [type="submit"] [role="button"] {
  cursor: pointer;
}

.subarisu [disabled] {
  cursor: default;
}

.subarisu [type="number"] {
  width: auto;
  /* Firefox 36+ */
}

.subarisu [type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

.subarisu [type="search"]::-webkit-search-cancel-button,
.subarisu [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

.subarisu textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

.subarisu button,
.subarisu input,
.subarisu optgroup,
.subarisu select,
.subarisu textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

.subarisu optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

.subarisu button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

.subarisu button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

.subarisu [type="button"]::-moz-focus-inner,
.subarisu [type="reset"]::-moz-focus-inner,
.subarisu [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

.subarisu button:-moz-focusring,
.subarisu [type="button"]::-moz-focus-inner,
.subarisu [type="reset"]::-moz-focus-inner,
.subarisu [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

.subarisu button,
.subarisu html [type="button"],
.subarisu [type="reset"],
.subarisu [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

.subarisu button,
.subarisu select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

.subarisu button,
.subarisu input,
.subarisu select,
.subarisu textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

.subarisu legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

.subarisu ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

.subarisu [type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

.subarisu img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

.subarisu progress {
  vertical-align: baseline;
}

.subarisu svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

.subarisu audio,
.subarisu canvas,
.subarisu progress,
.subarisu video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

.subarisu [aria-busy="true"] {
  cursor: progress;
}

.subarisu [aria-controls] {
  cursor: pointer;
}

.subarisu [aria-disabled] {
  cursor: default;
}

.subarisu ::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.subarisu ::-moz-selection,
.subarisu ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

main.subarisu {
  position: relative;
  width: 100%;
  min-width: 320px;
  background-image: url(/assets/img/subarisu/bg.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 130% auto;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo",
    sans-serif;
  font-size: 0;
}

.subarisu ol,
.subarisu ul {
  list-style: none;
}

.subarisu a {
  text-decoration: none;
}

.subarisu img {
  width: 100%;
  max-width: 100%;
}

.subarisu .is-sp {
  display: block;
}

.subarisu .is-pc {
  display: none;
}

.subarisu br.is-sp {
  display: none;
}

.subarisu br.is-pc {
  display: inline-block;
}

.subarisu br.is-tab {
  display: none;
}

.subarisu .l-header {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: visible;
}

.subarisu .l-header.is-active .l-header__btn {
  z-index: -1;
}

.subarisu .l-header__btn {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 16.6667%;
  max-width: 125px;
  cursor: pointer;
}

.subarisu .l-header .l-menu {
  display: flex;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  margin: auto;
  overflow: scroll;
  background-color: #fff;
  background-image: url(/assets/img/subarisu/bg_menu.gif);
  background-repeat: repeat-y;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s linear;
}

.subarisu .l-header .l-menu.is-open {
  z-index: 998;
  top: 0;
  opacity: 1;
  transition: all 0.4s linear;
}

.subarisu .l-header .l-menu.is-open .l-menu__close {
  display: block;
}

.subarisu .l-header .l-menu__nav {
  padding-top: 90px;
}

.subarisu .l-header .l-menu__nav--list {
  margin-bottom: 9.3333%;
}

.subarisu .l-header .l-menu__nav--list li {
  text-align: center;
}

.subarisu .l-header .l-menu__nav--list li:not(:last-child) {
  margin-bottom: 13.3333%;
}

.subarisu .l-header .l-menu__nav--list a {
  display: inline-block;
}

.subarisu .l-header .l-menu__nav--list .nav-top a {
  width: 13.7333%;
  max-width: 103px;
}

.subarisu .l-header .l-menu__nav--list .nav-fanboard a {
  width: 58.9333%;
  max-width: 442px;
}

.subarisu .l-header .l-menu__nav--list .nav-about a {
  width: 39.7333%;
  max-width: 430px;
}

.subarisu .l-header .l-menu__nav--list .nav-news a {
  width: 38.6667%;
  max-width: 290px;
}

.subarisu .l-header .l-menu__nav--list .nav-subaru a {
  width: 35.4667%;
  max-width: 266px;
}

.subarisu .l-header .l-menu__risu {
  width: 25.6%;
  max-width: 192px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.subarisu .l-header .l-menu__risu--txt {
  margin-top: -7px;
}

.subarisu .l-header .l-menu__close {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.subarisu .l-header .l-menu__close span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 43px;
  height: 3px;
  margin: auto;
  border-radius: 1.5px;
  background-color: #1f1c91;
}

.subarisu .l-header .l-menu__close span:first-child {
  transform: rotate(45deg);
}

.subarisu .l-header .l-menu__close span:last-child {
  transform: rotate(-45deg);
}

.subarisu .c-wrap {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.subarisu .c-sec__inner {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
}

.subarisu .l-footer {
  background-image: url(/assets/img/subarisu/bg_wood-g.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
}

.subarisu .l-footer__inner {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 10% 0;
}

.subarisu .l-footer__cmpy--logo {
  z-index: 20;
  position: relative;
  width: 42%;
  max-width: 200px;
  margin: 0 auto 16px;
}

.subarisu .l-footer__cmpy--logo a {
  display: block;
}

.subarisu .l-footer__cmpy--copy {
  width: 72%;
  margin: 0 auto;
  font-size: 0.6875rem;
  line-height: 1.6364;
  text-align: center;
}

.subarisu .l-footer__cha01 {
  position: absolute;
  top: -32%;
  left: 5.8667%;
  width: 26.9333%;
}

.subarisu .l-footer__cha01--risu {
  z-index: 10;
  position: relative;
  width: 61.8812%;
  margin-left: 29.703%;
}

.subarisu .l-footer__cha01--stump {
  z-index: 5;
  position: relative;
  width: 100%;
  margin-top: -9.901%;
}

.subarisu .l-footer__cha02 {
  position: absolute;
  top: -63%;
  right: 1.7333%;
  width: 34.9333%;
}

.subarisu .l-footer__cha02--tree {
  width: 100%;
}

.subarisu .l-footer__cha02--anml {
  width: 32.8244%;
  margin-top: -64%;
  margin-right: 12%;
  margin-left: auto;
}

.subarisu .pop {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

.subarisu .pop.is-active {
  opacity: 1;
}

.subarisu .pop__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.subarisu .pop__effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}

.subarisu .pop__effect--1 {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(/assets/img/subarisu/img_donguri.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.subarisu .is-active .pop__effect--1 {
  -webkit-animation: pop1 1.5s linear forwards;
  animation: pop1 1.5s linear forwards;
  opacity: 1;
}

@-webkit-keyframes pop1 {
  0% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }

  10% {
    transform: translate(35px, 15px) rotate(135deg);
    opacity: 1;
  }

  20% {
    transform: translate(50px, 25px) rotate(225deg);
    opacity: 1;
  }

  30% {
    transform: translate(80px, 40px) rotate(320deg);
    opacity: 1;
  }

  40% {
    transform: translate(100px, 50px) rotate(410deg);
    opacity: 1;
  }

  50% {
    transform: translate(115px, 55px) rotate(510deg);
    opacity: 1;
  }

  60% {
    transform: translate(130px, 65px) rotate(600deg);
    opacity: 1;
  }

  70% {
    transform: translate(140px, 80px) rotate(690deg);
    opacity: 0.5;
  }

  80% {
    transform: translate(160px, 95px) rotate(790deg);
    opacity: 0.5;
  }

  90% {
    transform: translate(170px, 105px) rotate(880deg);
    opacity: 0.75;
  }

  100% {
    transform: translate(180px, 120px) rotate(970deg);
    opacity: 0;
  }
}

@keyframes pop1 {
  0% {
    transform: translate(0px, 0px) rotate(45deg);
    opacity: 0;
  }

  10% {
    transform: translate(35px, 15px) rotate(135deg);
    opacity: 1;
  }

  20% {
    transform: translate(50px, 25px) rotate(225deg);
    opacity: 1;
  }

  30% {
    transform: translate(80px, 40px) rotate(320deg);
    opacity: 1;
  }

  40% {
    transform: translate(100px, 50px) rotate(410deg);
    opacity: 1;
  }

  50% {
    transform: translate(115px, 55px) rotate(510deg);
    opacity: 1;
  }

  60% {
    transform: translate(130px, 65px) rotate(600deg);
    opacity: 1;
  }

  70% {
    transform: translate(140px, 80px) rotate(690deg);
    opacity: 0.5;
  }

  80% {
    transform: translate(160px, 95px) rotate(790deg);
    opacity: 0.5;
  }

  90% {
    transform: translate(170px, 105px) rotate(880deg);
    opacity: 0.75;
  }

  100% {
    transform: translate(180px, 120px) rotate(970deg);
    opacity: 0;
  }
}

.subarisu .c-page__ttl {
  margin-top: 4.5333%;
  margin-bottom: 5.3333%;
}

.subarisu .c-page__ttl span {
  display: block;
}

.subarisu .c-page__ttl--rbn {
  width: 75.2%;
  margin: 0 auto 6.6667%;
}

.subarisu .c-page__ttl--forest {
  width: 66.6667%;
  margin: 0 auto;
}

.subarisu .c-btn__lar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68.1159%;
  max-width: 235px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background-image: url(/assets/img/subarisu/bg_wood-b.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  text-align: center;
}

.subarisu .c-btn__sma {
  display: block;
  width: 52%;
  max-width: 143px;
  height: 32px;
  margin: 0 auto;
  border-radius: 16px;
  background-image: url(/assets/img/subarisu/bg_wood-b.jpg);
  background-repeat: repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.2857;
  text-align: center;
}

.subarisu .c-news__list {
  position: relative;
  width: 100%;
  padding: 20px 10px;
  border-radius: 8px;
  background-image: url(/assets/img/subarisu/bg_wood-y.gif);
  background-repeat: repeat;
  background-size: contain;
}

.subarisu .c-news__list--inner {
  padding: 30px 25px;
  background-color: #fff;
}

.subarisu .c-news__item {
  background-color: #fff;
}

.subarisu .c-news__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #1e2284;
}

.subarisu .c-news__item--date {
  margin-bottom: 15px;
  color: #1f1c91;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.subarisu .c-news__item--date span {
  position: relative;
  padding: 0 29px;
}

.subarisu .c-news__item--date span:before,
.subarisu .c-news__item--date span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 14px;
  margin: auto;
  background-image: url(/assets/img/subarisu/img_donguri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.subarisu .c-news__item--date span:before {
  left: 0;
  transform: rotate(-90deg);
}

.subarisu .c-news__item--date span:after {
  right: 0;
}

.subarisu .c-news__item--detail {
  width: 94.5455%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4286;
  text-align: center;
}

.subarisu .p-kv__center {
  position: relative;
  width: 100%;
  padding-top: 25.3333%;
  padding-bottom: 32.2667%;
}

.subarisu .p-kv__img {
  position: relative;
}

.subarisu .p-kv__img--risu {
  width: 52.9333%;
  margin: 0 auto 0 28.5333%;
}

.subarisu .p-kv__img--shibahu {
  position: absolute;
  right: 0;
  bottom: -4.6667%;
  left: 0;
  width: 62.6667%;
  margin: auto;
}

.subarisu .p-kv__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subarisu .p-kv__nav__inner {
  width: 100%;
}

.subarisu .p-kv__nav--item {
  position: absolute;
}

.subarisu .p-kv__nav--item a {
  display: block;
}

.subarisu .p-kv__nav--item span {
  display: block;
}

.subarisu .p-kv__nav--item.item-fanboard {
  top: 2.6667%;
  left: 16%;
  width: 20%;
}

.subarisu .p-kv__nav--item.item-fanboard .p-kv__nav--ttl {
  width: 108%;
  margin: 10.6667% 0 0 -4%;
}

.subarisu .p-kv__nav--item.item-flower01 {
  top: 0;
  right: 18%;
  width: 27.2%;
}

.subarisu .p-kv__nav--item.item-line {
  top: 33.8667%;
  right: 6.6667%;
  width: 21.3333%;
}

.subarisu .p-kv__nav--item.item-line .p-kv__nav--ttl {
  position: absolute;
  top: 28%;
  right: 0;
  left: 0;
  width: 75%;
  margin: auto;
}

.subarisu .p-kv__nav--item.item-flower02 {
  right: 9.8667%;
  bottom: 21.8667%;
  width: 14%;
}

.subarisu .p-kv__nav--item.item-news {
  right: 22.4%;
  bottom: 5.3333%;
  width: 19.7333%;
}

.subarisu .p-kv__nav--item.item-news .p-kv__nav--ttl {
  width: 93.9189%;
  margin: 6.7568% auto 0;
}

.subarisu .p-kv__nav--item.item-flower03 {
  bottom: 0;
  left: 37.3333%;
  width: 14.4%;
}

.subarisu .p-kv__nav--item.item-about {
  bottom: 18%;
  left: 10.6667%;
  width: 18.6667%;
}

.subarisu .p-kv__nav--item.item-about .p-kv__nav--ttl {
  position: absolute;
  left: -27%;
  width: 157.1429%;
  margin-top: 11.4286%;
}

.subarisu .p-kv__nav--item.item-flower04 {
  top: 28.2667%;
  left: 4.8%;
  width: 13.6%;
}

.subarisu .p-fan {
  padding-top: 29.3333%;
}

.subarisu .p-fan .c-sec__ttl {
  margin-bottom: 7.2464%;
}

.subarisu .p-fan .c-sec__ttl span {
  display: block;
}

.subarisu .p-fan .c-sec__ttl--en {
  width: 72.8986%;
  margin: 0 auto 4.6377%;
}

.subarisu .p-fan .c-sec__ttl--ja {
  width: 75.3623%;
  margin: 0 auto;
}

.subarisu .p-fan__board {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 7.2464%;
  padding: 5px;
  background-image: url(/assets/img/subarisu/bg_wood-y.gif);
  background-repeat: repeat;
  background-size: contain;
}

.subarisu .p-fan__board--top {
  width: 100%;
  margin: 0 auto;
  border: 12px solid #fff;
  border-bottom: 5px solid #fff;
}

.subarisu .p-fan__board--img {
  width: 100%;
}

.subarisu .p-fan__board--img a {
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.4667;
}

.subarisu .p-fan__board--img a img {
  display: block;
  margin-bottom: 10px;
}

.subarisu .p-fan__board--img a .p-fan__board--cap {
  display: inline-block;
  height: 65px;
  overflow: hidden;
}

.subarisu .p-fan__board--risu {
  position: absolute;
  bottom: 25px;
  left: -12.8%;
  width: 18.6%;
}

.subarisu .p-fan .c-btn__lar > img {
  width: 108px;
}

.subarisu .p-about {
  padding-top: 20%;
}

.subarisu .p-about .c-sec__ttl {
  position: relative;
  width: 49.2754%;
  margin: 0 auto 5.7971%;
}

.subarisu .p-about__house {
  position: relative;
  width: 100%;
  margin-bottom: 7.8261%;
}

.subarisu .p-about__house--img {
  width: 60%;
  margin: 0 auto;
}

.subarisu .p-about__faq01 {
  position: absolute;
  top: 4.9275%;
  left: 0;
  width: 39.1304%;
}

.subarisu .p-about__faq01 .p-about__txt {
  position: absolute;
  top: 39.3782%;
  left: 18.5185%;
  width: 58.1482%;
}

.subarisu .p-about__faq02 {
  position: absolute;
  top: 18.5507%;
  right: 3.1884%;
  width: 37.2464%;
}

.subarisu .p-about__faq02 .p-about__txt {
  position: absolute;
  top: 35.3535%;
  left: 20.2335%;
  width: 61.0895%;
}

.subarisu .p-about__faq03 {
  position: absolute;
  bottom: 0;
  left: 4.058%;
  width: 36.087%;
}

.subarisu .p-about__faq03 .p-about__txt {
  position: absolute;
  top: 30.3798%;
  left: 18.4739%;
  width: 63.0522%;
}

.subarisu .p-about .c-btn__lar > img {
  width: 134px;
}

.subarisu .p-news {
  margin-bottom: 24%;
  padding-top: 20%;
}

.subarisu .p-news .c-sec__ttl {
  position: relative;
  width: 47.6812%;
  margin: 0 auto 10.1449%;
}

.subarisu .p-news .c-news__list {
  position: relative;
  margin-bottom: 14.4928%;
}

.subarisu .p-news .c-btn__lar {
  z-index: 20;
  position: relative;
}

.subarisu .p-news .c-btn__lar > img {
  width: 120px;
}

.subarisu .p-news__risu {
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  width: 61.7021%;
  min-width: 100px;
  max-width: 133px;
  margin: auto;
}

.subarisu .about-lead {
  margin-bottom: 25.8667%;
}

.subarisu .about-lead__ttl {
  width: 45.3333%;
  margin: 0 auto 5.3333%;
}

.subarisu .about-lead__detail {
  position: relative;
  padding: 3.3333% 0 14.6667%;
  background-image: url(/assets/img/subarisu/about/bg_about.png);
  background-position: center bottom;
  background-size: cover;
}

.subarisu .about-lead__detail--main {
  width: 73.3333%;
  margin: 0 auto 5.3333%;
}

.subarisu .about-lead__detail--sub {
  width: 61.4667%;
  margin: 0 auto;
}

.subarisu .about-lead__detail--musasabi {
  position: absolute;
  top: -12%;
  left: -5%;
  width: 24.9333%;
}

.subarisu .about-lead__detail--bird {
  position: absolute;
  top: 38.8%;
  right: 4%;
  width: 13.3333%;
}

.subarisu .about-lead__illust {
  position: relative;
  margin-top: -5.5%;
}

.subarisu .about-lead__illust--fishing {
  z-index: 20;
  position: relative;
  width: 51.3333%;
  margin-right: 18%;
  margin-left: auto;
}

.subarisu .about-lead__illust--risu {
  position: absolute;
  bottom: 15%;
  left: 4.6667%;
  width: 20%;
}

.subarisu .about-lead__illust--tree {
  z-index: 10;
  position: absolute;
  right: 5.3333%;
  bottom: 42%;
  width: 22%;
}

.subarisu .about-faq {
  margin-bottom: 24%;
}

.subarisu .about-faq__list {
  margin-bottom: 21.0145%;
}

.subarisu .about-faq__item:not(:last-child) {
  margin-bottom: 10%;
}

.subarisu .about-faq__item--q {
  position: relative;
  margin: 0 auto 8.4058%;
  cursor: pointer;
}

.subarisu .about-faq__item--q .about-faq_q--img {
  position: relative;
}

.subarisu .about-faq__item--q .about-faq_q--txt {
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.subarisu .about-faq__item--q .about-faq_q--risu {
  z-index: 10;
  position: absolute;
}

.subarisu .about-faq__item--a {
  position: relative;
  width: 87.8261%;
  margin: 0 auto;
}

.subarisu .about-faq__item--a .about-faq_a--fukidashi {
  position: relative;
}

.subarisu .about-faq__item--a .about-faq_a--txt {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.subarisu .about-faq__item.item01 .about-faq__item--q {
  width: 54.7826%;
}

.subarisu .about-faq__item.item01 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 25%;
  width: 103.1746%;
}

.subarisu .about-faq__item.item01 .about-faq__item--q .about-faq_q--risu {
  top: 7%;
  right: 7.9365%;
  width: 34.3915%;
}

.subarisu .about-faq__item.item01 .about-faq__item--a .about-faq_a--txt {
  top: 32%;
  width: 74.7525%;
}

.subarisu .about-faq__item.item02 .about-faq__item--q {
  width: 74.2029%;
}

.subarisu .about-faq__item.item02 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 36%;
  width: 46.4844%;
}

.subarisu .about-faq__item.item02 .about-faq__item--q .about-faq_q--risu {
  top: -10%;
  left: 7.0313%;
  width: 36.9141%;
}

.subarisu .about-faq__item.item02 .about-faq__item--a .about-faq_a--txt {
  top: 46%;
  width: 53.1353%;
}

.subarisu .about-faq__item.item03 .about-faq__item--q {
  width: 46.5217%;
}

.subarisu .about-faq__item.item03 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: -1%;
  width: 74.1433%;
}

.subarisu .about-faq__item.item03 .about-faq__item--q .about-faq_q--risu {
  top: 21%;
  right: 9.9689%;
  width: 31.1527%;
}

.subarisu .about-faq__item.item03 .about-faq__item--a .about-faq_a--txt {
  top: 39%;
  width: 42.0792%;
}

.subarisu .about-faq__item.item04 .about-faq__item--q {
  width: 89.5652%;
}

.subarisu .about-faq__item.item04 .about-faq__item--q .about-faq_q--img__cover {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.subarisu .about-faq__item.item04 .about-faq__item--q .about-faq_q--img__base {
  z-index: 5;
  position: relative;
}

.subarisu .about-faq__item.item04 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 31%;
  width: 38.835%;
}

.subarisu .about-faq__item.item04 .about-faq__item--q .about-faq_q--risu {
  top: -11%;
  right: 0;
  left: 0;
  width: 27.1845%;
  margin: auto;
}

.subarisu .about-faq__item.item04 .about-faq__item--a .about-faq_a--txt {
  top: 35%;
  width: 70.297%;
}

.subarisu .about-faq__item.item05 .about-faq__item--q {
  width: 63.3333%;
}

.subarisu .about-faq__item.item05 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 21%;
  width: 54.9199%;
}

.subarisu .about-faq__item.item05 .about-faq__item--q .about-faq_q--risu {
  top: 20%;
  left: 0;
  width: 29.9771%;
}

.subarisu .about-faq__item.item05 .about-faq__item--a .about-faq_a--txt {
  top: 34%;
  width: 71.1221%;
}

.subarisu .about-faq__item.item06 .about-faq__item--q {
  width: 77.6812%;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--img {
  position: relative;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--img__f01 {
  z-index: 10;
  position: relative;
  width: 47.9478%;
  margin: 0 auto;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--img__f02 {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47.9478%;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--img__f03 {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47.9478%;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--txt {
  top: 27%;
  width: 82.0896%;
}

.subarisu .about-faq__item.item06 .about-faq__item--q .about-faq_q--risu {
  z-index: 15;
  top: 6%;
  right: -2%;
  width: 41.6045%;
}

.subarisu .about-faq__item.item06 .about-faq__item--a .about-faq_a--txt {
  top: 26%;
  width: 51.6502%;
}

.subarisu .about-faq__item.item07 .about-faq__item--q {
  width: 55.5073%;
}

.subarisu .about-faq__item.item07 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 21%;
  width: 82.5065%;
}

.subarisu .about-faq__item.item07 .about-faq__item--q .about-faq_q--risu {
  top: 13%;
  left: 2.611%;
  width: 40.9922%;
}

.subarisu .about-faq__item.item07 .about-faq__item--a .about-faq_a--txt {
  top: 32%;
  width: 56.9307%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q {
  width: 76.087%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q .about-faq_q--img__close {
  z-index: 10;
  position: relative;
}

.subarisu
  .about-faq__item.item08
  .about-faq__item--q
  .about-faq_q--img__window {
  z-index: 20;
  position: absolute;
  bottom: 27%;
  left: 49.9048%;
  width: 9.9048%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q .about-faq_q--img__door {
  z-index: 20;
  position: absolute;
  bottom: 27%;
  left: 40%;
  width: 9.9048%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q .about-faq_q--img__risu {
  z-index: 25;
  position: absolute;
  bottom: 28%;
  left: 49.9048%;
  width: 9.7143%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q .about-faq_q--img__nuts {
  position: absolute;
  bottom: 0;
  width: 10.4762%;
}

.subarisu .about-faq__item.item08 .about-faq__item--q .about-faq_q--txt {
  bottom: -3%;
  width: 62.8571%;
}

.subarisu .about-faq__item.item08 .about-faq__item--a .about-faq_a--txt {
  top: 26%;
  width: 74.9175%;
}

.subarisu .about-faq__item.item09 .about-faq__item--q {
  width: 79.4203%;
}

.subarisu .about-faq__item.item09 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 17%;
  width: 52.9197%;
}

.subarisu .about-faq__item.item09 .about-faq__item--q .about-faq_q--risu {
  top: -15%;
  right: 10.219%;
  width: 30.6569%;
}

.subarisu .about-faq__item.item09 .about-faq__item--a .about-faq_a--txt {
  top: 34%;
  width: 53.1353%;
}

.subarisu .about-faq__item.item10 .about-faq__item--q {
  width: 79.4203%;
}

.subarisu
  .about-faq__item.item10
  .about-faq__item--q
  .about-faq_q--img__castle {
  z-index: 13;
  position: relative;
}

.subarisu .about-faq__item.item10 .about-faq__item--q .about-faq_q--txt {
  top: auto;
  bottom: 17%;
  width: 52.9197%;
}

.subarisu .about-faq__item.item10 .about-faq__item--q .about-faq_q--risu {
  z-index: 15;
  bottom: 41.5%;
  left: 0;
  width: 25.365%;
}

.subarisu .about-faq__item.item10 .about-faq__item--a .about-faq_a--flag {
  z-index: 15;
  position: absolute;
  right: 0;
  bottom: -15%;
  left: 0;
  width: 23.5974%;
  margin: auto;
}

.subarisu .about-faq__item.item10 .about-faq__item--a .about-faq_a--txt {
  top: 41%;
  width: 77.0627%;
}

.subarisu .about-faq__line--ttl {
  width: 56.5217%;
  margin: 0 auto 3.6232%;
}

.subarisu .about-faq__line--stamp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 345px;
  height: 45px;
  margin: 0 auto 11.5942%;
  border-radius: 22.5px;
  background-image: url(/assets/img/subarisu/bg_btn-stamp.jpg);
  background-size: cover;
}

.subarisu .about-faq__line--stamp > img {
  width: 76.087%;
  max-width: 262.5px;
}

.subarisu .about-faq__line--ico {
  display: block;
  position: relative;
  width: 42.7536%;
  margin: 0 auto;
}

.subarisu .about-faq__line--ico .risu {
  display: block;
  position: absolute;
  top: -1.5%;
  left: -22.8972%;
  width: 145.0848%;
}

.subarisu .about-faq__line--ico .bg {
  display: block;
}

.subarisu .fanboard-lead {
  margin-bottom: 12%;
}

.subarisu .fanboard-lead__ttl {
  width: 67.2%;
  margin: 0 auto 4%;
}

.subarisu .fanboard-lead__board {
  position: relative;
  width: 85.3333%;
  margin: 0 auto;
}

.subarisu .fanboard-lead__board--txt {
  position: absolute;
  top: 17%;
  left: 7.6923%;
  width: 81.25%;
}

.subarisu .fanboard-lead__board--txt .main,
.subarisu .fanboard-lead__board--txt .sub {
  display: block;
}

.subarisu .fanboard-lead__board--txt .main {
  margin-bottom: 6.9231%;
}

.subarisu .fanboard-lead__board--txt .sub {
  width: 88.0769%;
  margin: 0 auto;
}

.subarisu .fanboard-list {
  margin-bottom: 22.6667%;
}

.subarisu .fanboard-list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14.4928%;
}

.subarisu .fanboard-list .board-item {
  box-sizing: border-box;
  display: flex;
  width: calc(49% - 5px);
  margin-top: 10px;
  padding: 5px;
  background-image: url(/assets/img/subarisu/bg_wood-y.gif);
  background-repeat: repeat;
  background-size: contain;
}

.subarisu .fanboard-list .board-item__inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  border: 8px solid #fff;
  border-bottom: 5px solid #fff;
  background-color: #fff;
}

.subarisu .fanboard-list .board-item__inner--wrap {
  width: 100%;
}

.subarisu .fanboard-list .board-item__inner--wrap a {
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 0.625rem;
  line-height: 1.5;
}

.subarisu .fanboard-list .board-item__inner--wrap a img {
  display: block;
  margin-bottom: 10px;
}

.subarisu .fanboard-list .board-item__inner--wrap a .board-item__cap {
  display: inline-block;
  height: 45px;
  overflow: hidden;
}

.subarisu .fanboard-list .c-btn__lar {
  z-index: 10;
  position: relative;
}

.subarisu .fanboard-list .c-btn__lar > img {
  width: 108px;
}

.subarisu .news-lead {
  margin-bottom: 10.6667%;
}

.subarisu .news-lead__ttl {
  width: 44%;
  margin: 0 auto 7.3333%;
}

.subarisu .news-lead__sttl {
  width: 61.0667%;
  margin: 0 auto;
}

.subarisu .news-top {
  margin-bottom: 23.3333%;
}

.subarisu .news-pagination {
  margin-top: 40px;
}

.subarisu .news-pagination__list {
  display: flex;
  z-index: 30;
  position: relative;
  justify-content: center;
}

.subarisu .news-pagination__list--item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0 1.4493%;
  border: 2px solid #1e2284;
  border-radius: 50%;
  background-color: #fff;
  color: #1e2284;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3889;
}

.subarisu .news-pagination__list--item > span {
  display: block;
}

.subarisu .news-pagination__list--item.is-active {
  background-color: #1e2284;
  color: #fff;
}

.subarisu .news-pagination__list--item.dots span {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1e2284;
}

.subarisu .news-pagination__list--item.dots span:before,
.subarisu .news-pagination__list--item.dots span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 3px;
  margin: auto;
  border-radius: 50%;
  background-color: #1e2284;
  content: "";
}

.subarisu .news-pagination__list--item.dots span:before {
  left: -6px;
}

.subarisu .news-pagination__list--item.dots span:after {
  right: -6px;
}

.subarisu .news-pagination__list--item.arrow {
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.875;
}

.subarisu .news-pagination__list--item.arrow span {
  margin-top: -5px;
}

.subarisu .c-news__detail {
  z-index: 20;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 10px;
  border-radius: 8px;
  background-image: url(/assets/img/subarisu/bg_wood-y.gif);
  background-repeat: repeat;
  background-size: contain;
}

.subarisu .c-news__detail--inner {
  padding: 30px 25px;
  background-color: #fff;
}

.subarisu .c-news__detail--lead {
  position: relative;
  margin-bottom: 25px;
}

.subarisu .c-news__detail--item {
  background-color: #fff;
}

.subarisu .c-news__detail--item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #1e2284;
}

.subarisu .c-news__detail--item--date {
  margin-bottom: 15px;
  color: #1f1c91;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}

.subarisu .c-news__detail--item--date span {
  position: relative;
  padding: 0 29px;
}

.subarisu .c-news__detail--item--date span:before,
.subarisu .c-news__detail--item--date span:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 14px;
  margin: auto;
  background-image: url(/assets/img/subarisu/img_donguri.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.subarisu .c-news__detail--item--date span:before {
  left: 0;
  transform: rotate(-90deg);
}

.subarisu .c-news__detail--item--date span:after {
  right: 0;
}

.subarisu .c-news__detail--item--ttl {
  width: 94.5455%;
  margin: 0 auto 25px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4286;
  text-align: center;
}

.subarisu .c-news__detail .p-news__detail--risu {
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  width: 133px;
  margin: auto;
}

.subarisu .c-news__detail--kv {
  margin-bottom: 17px;
}

.subarisu .c-news__detail--text p {
  font-size: 0.875rem;
  line-height: 1.4286;
}

.subarisu .c-news__detail--text p:not(:last-child) {
  margin-bottom: 20px;
}

.subarisu .c-news__detail--text p a {
  color: #1f1c91;
}

.subarisu .c-news__detail--text p img {
  width: auto;
}

.subarisu .news-article__btn--back {
  display: flex;
  z-index: 20;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 49.2754%;
  max-width: 170px;
  height: 40px;
  margin: 0 auto 26.087%;
  border-radius: 20px;
  background-image: url(/assets/img/subarisu/bg_wood-blue.jpg);
  background-repeat: repeat;
  background-size: contain;
}

.subarisu .news-article__btn--back span {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}

@media screen {
  .subarisu [hidden~="screen"] {
    display: inherit;
  }

  .subarisu [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (min-width: 750px) {
  .subarisu body {
    background-repeat: repeat;
    background-size: 750px auto;
  }

  .subarisu .is-sp {
    display: none;
  }

  .subarisu .is-pc {
    display: block;
  }

  .subarisu .l-header__btn {
    right: inherit;
    left: auto;
    margin-left: 605px;
  }

  .subarisu .l-header .l-menu {
    align-items: center;
    max-width: 100%;
    background-repeat: repeat;
    background-size: 750px;
  }

  .subarisu .l-header .l-menu__nav {
    width: 100%;
    max-width: 750px;
  }

  .subarisu .l-header .l-menu__close {
    right: inherit;
    bottom: 15px;
    left: auto;
    margin-left: 650px;
  }

  .subarisu .l-footer {
    background-repeat: repeat;
    background-size: 750px auto;
  }

  .subarisu .l-footer__inner {
    padding: 90px 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 750px) {
  .subarisu .is-tab {
    display: block;
  }

  .subarisu br.is-pc {
    display: none;
  }

  .subarisu br.is-tab {
    display: inline-block;
  }
}

@media screen and (max-width: 749px) {
  .subarisu br.is-sp {
    display: inline-block;
  }

  .subarisu br.is-pc {
    display: none;
  }
}

/*-----------------------------------------------------
Object - Utility
-----------------------------------------------------*/
/* hidden
------------------------------------------------ */
.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .u-hidden {
    display: none;
  }
}

@media screen and (min-width: 568px) {
  .u-hidden__sm {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden__lg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-hidden__xl {
    display: none;
  }
}

.u-show {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-show {
    display: block;
  }
}

.u-show__sm {
  display: none;
}

@media screen and (min-width: 568px) {
  .u-show__sm {
    display: block;
  }
}

.u-show__lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-show__lg {
    display: block;
  }
}

.u-show__xl {
  display: none;
}

@media screen and (min-width: 1200px) {
  .u-show__xl {
    display: block;
  }
}

.-i.u-show {
  display: none;
}

@media screen and (min-width: 768px) {
  .-i.u-show {
    display: inline;
  }
}

.-i.u-show__sm {
  display: none;
}

@media screen and (min-width: 568px) {
  .-i.u-show__sm {
    display: inline;
  }
}

.-i.u-show__lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .-i.u-show__lg {
    display: inline;
  }
}

.-i.u-show__xl {
  display: none;
}

@media screen and (min-width: 1200px) {
  .-i.u-show__xl {
    display: inline;
  }
}

.-ib.u-show {
  display: none;
}

@media screen and (min-width: 768px) {
  .-ib.u-show {
    display: inline-block;
  }
}

.-ib.u-show__sm {
  display: none;
}

@media screen and (min-width: 568px) {
  .-ib.u-show__sm {
    display: inline-block;
  }
}

.-ib.u-show__lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .-ib.u-show__lg {
    display: inline-block;
  }
}

.-ib.u-show__xl {
  display: none;
}

@media screen and (min-width: 1200px) {
  .-ib.u-show__xl {
    display: inline-block;
  }
}

.-fx.u-show {
  display: none;
}

@media screen and (min-width: 768px) {
  .-fx.u-show {
    display: flex;
  }
}

.-fx.u-show__sm {
  display: none;
}

@media screen and (min-width: 568px) {
  .-fx.u-show__sm {
    display: flex;
  }
}

.-fx.u-show__lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .-fx.u-show__lg {
    display: flex;
  }
}

.-fx.u-show__xl {
  display: none;
}

@media screen and (min-width: 1200px) {
  .-fx.u-show__xl {
    display: flex;
  }
}

.u-show__sp {
  display: block;
}

@media screen and (min-width: 568px) {
  .u-show__sp {
    display: none;
  }
}

/* margin
------------------------------------------------ */
.u-margin__topSm {
  margin-top: 1em;
}

.u-margin__topMd {
  margin-top: 24px;
}

/* text
------------------------------------------------ */
.u-text__center {
  text-align: center;
}

.u-text__right {
  text-align: right;
}

.u-text__left {
  text-align: left;
}

.u-text__small {
  font-size: 80%;
}

.u-text__big {
  font-size: 120%;
}

.pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
}

.sp-only {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.xl-only {
  display: none;
}

@media screen and (min-width: 1200px) {
  .xl-only {
    display: inline-block;
  }
}

.lg-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .lg-only {
    display: inline-block;
  }
}

/* show
------------------------------------------------ */
.u-show__pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .u-show__pc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .u-show__sp {
    display: none;
  }
}

.u-mt__sm {
  margin-top: 8px;
}

.u-arrow__after,
.u-arrow__left::after,
.u-arrow__bottom::after,
.u-arrow__right::after,
.u-arrow__top::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .u-arrow__after,
  .u-arrow__left::after,
  .u-arrow__bottom::after,
  .u-arrow__right::after,
  .u-arrow__top::after {
    background-position: calc(100% - 2rem) center;
    background-size: auto 12px;
  }
}

.u-arrow,
.u-arrow__left,
.u-arrow__bottom,
.u-arrow__right,
.u-arrow__top {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u-arrow:hover::after,
  .u-arrow__left:hover::after,
  .u-arrow__bottom:hover::after,
  .u-arrow__right:hover::after,
  .u-arrow__top:hover::after {
    background-position: calc(100% - 1.5rem) center;
  }
}

.u-arrow__top::after {
  background-size: 10px auto;
  background-image: url(../img/common/icon-arrow-t.svg);
}

.u-arrow__top.-white::after {
  background-image: url(../img/common/icon-arrow-t_w.svg);
}

.u-arrow__right::after {
  background-size: auto 10px;
  background-image: url(../img/common/icon-arrow-r.svg);
}

.u-arrow__right.-white::after {
  background-image: url(../img/common/icon-arrow-r_w.svg);
}

.u-arrow__bottom::after {
  background-size: 10px auto;
  background-image: url(../img/common/icon-arrow-b.svg);
}

.u-arrow__bottom.-white::after {
  background-image: url(../img/common/icon-arrow-b_w.svg);
}

.u-arrow__left::after {
  background-size: auto 10px;
  background-image: url(../img/common/icon-arrow-l.svg);
}

.u-arrow__left.-white::after {
  background-image: url(../img/common/icon-arrow-l_w.svg);
}

/*GoogleMap*/
#map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#map iframe {
  width: 100%;
  height: 760px;
  margin-top: -170px;
}

.c-grid__two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/*Instagram*/
.insta_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .insta_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.insta_list li {
  position: relative;
  width: 100%;
}

.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insta_btn {
  background-color: #000;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}

.insta_btn a {
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover {
  background-color: #999;
}

.p-header__bottomDropBackground {
  content: "";
  position: absolute;
  bottom: -100vh;
  right: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -10;
  background-color: rgba(0, 0, 0, 0.3);
  display: none; /* 初期状態では非表示 */
}

.c-label__new {
  position: relative;
}

.c-label__new:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0173ae transparent transparent transparent;
  border-width: 64px 64px 0px 0px;
  z-index: 1;
}

.c-label__new:after {
  content: "新発売";
  position: absolute;
  top: 1em;
  left: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  transform: rotate(-45deg);
  z-index: 1;
}

/* /ドイツページ/ */
.page-yell {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
}

.page-yell__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.page-yell__navItem:not(:last-child) {
  position: relative;
}

.page-yell__navItem:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -14px;
  color: #fff;
}

.page-yell__navItem a {
  color: #fff;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .page-yell__navItem a {
    font-size: 16px;
  }
}
.page-yell__title {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.page-yell__title:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}

.page-yell__list {
  display: flex;
  flex-direction: column;
  gap: 4em;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .page-yell__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-yell__item {
    display: flex;
    gap: 24px;
  }
  .page-yell__item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.page-yell__itemImage {
  width: 100%;
  max-width: 510px;
}

.page-yell__itemBody {
  padding-top: 1em;
}

@media screen and (min-width: 768px) {
  .page-yell__itemBody {
    padding-top: 0;
  }
}
.page-yell__itemTitle {
  position: relative;
  font-size: 20px;
  padding-bottom: 16px;
}
.page-yell__itemTitle:before {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 100vw;
  height: 2px;
  background-color: #d33048;
}
.page-yell__itemTitle.-first:before {
  left: 0;
}
.page-yell__itemTitle.-second:before {
  right: 0;
}

@media screen and (min-width: 768px) {
  .page-yell__itemTitle {
    font-size: 40px;
    line-height: 1;
  }
}
.page-yell__itemHeading {
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 2em;
}
.page-yell__itemHeadingInfo {
  font-size: 12px;
  margin-top: 1em;
  margin-bottom: 2em;
}
.page-yell__itemHeading span {
  font-size: 20px;
}

.page-yell__itemHeading span.c-linebreak {
  font-size: 16px;
}

.page-yell__itemText {
  line-height: 2;
  font-size: 14px;
  max-width: 675px;
}

.page-yell__message {
  position: relative;
  text-align: center;
  line-height: 2;
}

.page-yell__messageWrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.page-yell__messageTitle {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 32px;
}

.page-yell__messageSafe {
  padding: 24px 0;
  font-size: 16px;
  word-break: keep-all;
}
.page-yell__messageSafe span {
  position: relative;
}
.page-yell__messageSafe span::before,
.page-yell__messageSafe span:after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.page-yell__messageSafe span:before {
  left: -3em;
}
.page-yell__messageSafe span:after {
  right: -3em;
}

.page-yell__messageHeading {
  font-size: 14px;
  word-break: keep-all;
}

.page-yell__messageImage {
  margin-top: -10%;
}

@media screen and (min-width: 768px) {
  .page-yell__messageTitle {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 32px;
  }
  .page-yell__messageSafe {
    padding: 24px 0;
    font-size: 24px;
  }
  .page-yell__messageImage {
    margin-top: -10%;
  }
}
.page-yell__newsList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .page-yell__newsList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
.page-yell__newsItem {
  display: flex;
  flex-direction: column;
}

.page-yell__newsItemDay {
  color: #d33048;
  margin-top: 1em;
}

.page-yell__newsItemTitle {
  font-size: 16px;
  margin-bottom: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-yell__newsItemText {
  font-size: 14px;
  margin-bottom: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-yell__newsMore {
  margin-top: auto;
  text-align: right;
}
.page-yell__newsMore a {
  color: #fff;
}
.page-yell__newsMore a span {
  display: inline-block;
  color: #d33048;
  margin-left: 4px;
}

.p-topNews {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.p-topNews__innerList {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.p-topNews__innerListItem {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-topNews__innerListItemBody {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-topNews__innerListItemInfo {
  display: flex;
  align-items: center;
  gap: 1em;
}
.p-topNews__innerListItemcategory {
  padding-right: 8px;
  padding-left: 8px;
  background-color: #0173ae;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}
.p-topNews__innerListItemText {
  border-bottom: 1px solid #1e2087;
  color: #1e2087;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 2em;
  line-height: 1.5em;
  text-overflow: ellipsis;
  word-break: break-word;
}
.p-topNews__more {
  text-align: right;
  margin-top: 1em;
}
.p-topNews__more a {
  color: #1e2087;
  font-weight: bold;
}

/* スバリス */

.p-subarisu__section {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-subarisu__sectionTitle {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p-subarisu__sectionTitle.-shop {
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__sectionTitle {
    display: block;
    max-width: 400px;
  }
  .p-subarisu__sectionTitle.-shop {
    max-width: 800px;
  }
}
.p-subarisu__heroTitle {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50%;
}
@media screen and (min-width: 768px) {
  .p-subarisu__heroTitle {
    margin-top: 10%;
    max-width: 400px;
  }
}
.p-subarisu__heroMenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-subarisu__heroMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
  }
  .p-subarisu__heroMenuItem {
    height: 20px;
  }
  .p-subarisu__heroMenuItem img {
    height: 100%;
  }
}
.p-subarisu__heroLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-subarisu__heroLink {
    gap: 2em;
  }
}
.p-subarisu__heroLinkItem a {
  color: #1d2088;
  font-weight: bold;
}

.p-subarisu__heroLinkItem span {
  display: inline-block;
  margin-right: 4px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .p-subarisu__heroLinkItem a {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.p-subarisu__heroImage {
  position: relative;
  display: block;
  margin-top: -200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-subarisu__heroImage {
    margin-top: -400px;
  }
}
@media screen and (min-width: 768px) {
  .p-subarisu__what {
    background-image: url(../../subarisu/img/img-subarisu-what-bg-pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-subarisu__whatBody {
  margin-top: 40px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.p-subarisu__whatText {
  font-family: "Kaisei Opti", serif;
  color: #1d2088;
  font-weight: 400;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-subarisu__whatText span {
  display: inline-block;
}
.p-subarisu__whatImage {
  margin-top: 50px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p-subarisu__news {
  background-color: #96dce6;
  padding-top: 60px;
  padding-bottom: 0;
}
.p-subarisu__newsBody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 52px;
}
.p-subarisu__newsItem a {
  color: #1d2087;
}
.p-subarisu__newsItemImage {
  border: 8px solid #fff;
  border-radius: 16px;
}
.p-subarisu__newsItemText {
  font-family: "Kaisei Opti", serif;
  color: #1d2088;
  font-weight: 400;
  margin-top: 1em;
  font-size: 12px;
  text-align: center;
}
.p-subarisu__newsImage {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__newsBody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin-top: 52px;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-subarisu__newsItem {
    width: 100%;
    max-width: 280px;
  }
  .p-subarisu__newsItemText {
    font-family: "Kaisei Opti", serif;
    color: #1d2088;
    font-weight: 400;
    margin-top: 1em;
    font-size: 16px;
    text-align: center;
  }
  .p-subarisu__newsImage {
    display: block;
    margin-top: 100px;
  }
}
.p-subarisu__where {
  position: relative;
  padding-top: 60px;
}
.p-subarisu__where:before,
.p-subarisu__where:after {
  content: "";
  position: absolute;
  top: 5%;
  width: 100%;
  max-width: 100px;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-subarisu__where:before {
  background-image: url(../../subarisu/img/img-subarisu-where-left-sp.webp);
  left: 0;
}
.p-subarisu__where:after {
  background-image: url(../../subarisu/img/img-subarisu-where-right-sp.webp);
  right: 0;
}
.p-subarisu__whereText {
  font-family: "Kaisei Opti", serif;
  color: #1d2088;
  font-weight: 400;
  text-align: center;
  margin-top: 2em;
  font-size: 14px;
}
.p-subarisu__whereBody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 32px;
}
.p-subarisu__whereImage {
  margin-top: 60px;
  width: 100%;
  max-width: 125px;
  margin-left: 2em;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-subarisu__where {
    position: relative;
    padding-top: 60px;
  }
  .p-subarisu__where:before,
  .p-subarisu__where:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 90%;
  }
  .p-subarisu__where:before {
    background-image: url(../../subarisu/img/img-subarisu-where-left-pc.webp);
    left: 0;
  }
  .p-subarisu__where:after {
    background-image: url(../../subarisu/img/img-subarisu-where-right-pc.webp);
    right: 0;
  }
  .p-subarisu__whereText {
    font-family: "Kaisei Opti", serif;
    color: #1d2088;
    font-weight: 400;
    text-align: center;
    margin-top: 2em;
    font-size: 16px;
  }
  .p-subarisu__whereBody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-top: 32px;
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-subarisu__whereItem {
    width: 100%;
    max-width: 200px;
  }
  .p-subarisu__whereImage {
    margin-top: 60px;
    width: 100%;
    max-width: 125px;
    margin-left: 20%;
    margin-right: auto;
  }
}
.p-subarisu__shop {
  background-color: #f0e6be;
}
.p-subarisu__shopBox {
  padding-top: 24px;
  padding-bottom: 24px;
}
.p-subarisu__shopBox.-shop {
  background-color: #00b8ee;
}
.p-subarisu__shopBox.-line {
  background-color: #0ac656;
}
.p-subarisu__shopBox {
  margin-top: 40px;
}
.p-subarisu__shopBody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 32px;
}
.p-subarisu__shopItem a {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.p-subarisu__shopItemText {
  margin-top: 1em;
}
.p-subarisu__shopItemImage {
  border: 8px solid #fff;
  border-radius: 16px;
}
.p-subarisu__shopLineTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1em;
}
.p-subarisu__shopLineTitleImage {
  width: 100%;
  max-width: 50px;
}
.p-subarisu__shopLineTitleText {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
.p-subarisu__shopLine {
  margin-bottom: 2em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-subarisu__shop {
    background-color: #f0e6be;
  }
  .p-subarisu__shopBox {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 24px;
  }
  .p-subarisu__shopBox.-shop {
    background-color: #00b8ee;
  }
  .p-subarisu__shopBox.-line {
    background-color: #0ac656;
  }
  .p-subarisu__shopBox {
    display: block;
    margin-top: 40px;
  }
  .p-subarisu__shopBody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-bottom: 32px;
    width: 100%;
    max-width: 830px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-subarisu__shopItem {
    width: 100%;
    max-width: 250px;
  }
  .p-subarisu__shopItem a {
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .p-subarisu__shopItemText {
    margin-top: 1em;
  }
  .p-subarisu__shopItemImage {
    border: 8px solid #fff;
    border-radius: 16px;
  }
  .p-subarisu__shopLineTitle {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 1em;
  }
  .p-subarisu__shopLineTitleImage {
    width: 100%;
    max-width: 100px;
  }
  .p-subarisu__shopLineTitleText {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.25;
  }
  .p-subarisu__shopLineTitleText span {
    font-size: 150%;
  }
  .p-subarisu__shopLine {
    margin-bottom: 2em;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-subarisu__shopBtn {
    display: block;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
  }
}
.p-subarisu__swiper {
  position: relative;
  margin-top: 40px;
  padding-top: 32px;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.p-subarisu__swiper .swiper-button-links-prev,
.p-subarisu__swiper .swiper-button-links-next {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 50px;
  width: 50px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
.p-subarisu__swiper .swiper-button-links-prev {
  left: 0;
}
.p-subarisu__swiper .swiper-button-links-prev:hover {
  left: 8px;
}
.p-subarisu__swiper .swiper-button-links-next {
  right: 0;
}
.p-subarisu__swiper .swiper-button-links-next:hover {
  right: 8px;
}
.p-subarisu__swiper .swiper-button-links-prev::after,
.p-subarisu__swiper .swiper-button-links-next::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.p-subarisu__swiper .p-links.-top .swiper-button-links-prev,
.p-subarisu__swiper .p-links.-top .swiper-button-links-next {
  position: absolute;
  top: auto;
  bottom: -13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 20px;
  width: 20px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiper .p-links.-top .swiper-button-links-prev,
  .p-subarisu__swiper .p-links.-top .swiper-button-links-next {
    top: 50%;
    bottom: auto;
    height: 50px;
    width: 50px;
  }
}
.p-subarisu__swiper .p-links.-top .swiper-button-links-prev {
  left: 16px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiper .p-links.-top .swiper-button-links-prev:hover {
    left: 8px;
  }
}
.p-subarisu__swiper .p-links.-top .swiper-button-links-next {
  right: 16px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiper .p-links.-top .swiper-button-links-next:hover {
    right: 8px;
  }
}
.p-subarisu__swiper .p-links.-top .swiper-button-links-prev::after,
.p-subarisu__swiper .p-links.-top .swiper-button-links-next::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiper .p-links.-top .swiper-button-links-prev::after,
  .p-subarisu__swiper .p-links.-top .swiper-button-links-next::after {
    height: 50px;
    width: 50px;
  }
}
.p-subarisu__swiper .swiper-button-links-prev::after {
  background-image: url(https://www.shizuoka-subaru.co.jp/assets/img/common/icon-arrow-link-prev.svg);
}
.p-subarisu__swiper .swiper-button-links-next::after {
  background-image: url(https://www.shizuoka-subaru.co.jp/assets/img/common/icon-arrow-link-next.svg);
}
.p-subarisu__swiper .swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  z-index: 1;
}
.p-subarisu__swiper .swiper-button-links-prev::after,
.p-subarisu__swiper .swiper-button-links-next::after {
  position: absolute;
  top: 0;
}
.p-subarisu__swiper .swiper-img {
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiper .swiper-img {
    max-width: 500px;
  }
}
.p-subarisu__swiperBottom {
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-subarisu__swiperBottom {
    display: block;
    margin-top: -90px;
  }
}
.p-subarisu__bottom {
  margin-top: 50px;
  width: 100%;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.p-subarisu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-top: 32px;
}
.p-subarisu__linkItem {
  width: 100%;
  max-width: 40px;
}
.p-subarisu__linkItem img {
  width: 100%;
}



