@charset "UTF-8";
/* *****************************************************************************************************
# base
***************************************************************************************************** */
/* --------------------------------------------------
   normalize
-------------------------------------------------- */
/*! 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 {
  line-height: 1.15;
  /* 1 */
  -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 {
  -webkit-box-sizing: content-box;
  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 */
  line-height: 1.15;
  /* 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* add base */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1440px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}

em {
  font-style: normal;
}

/* --------------------------------------------------
   header
-------------------------------------------------- */
header {
  background-color: #000;
  color: #fff;
}

header .inner {
  max-width: 1240px;
  height: 65px;
  margin: 0 auto;
  position: relative;
}

header .logo {
  position: absolute;
  left: 120px;
}

/* --------------------------------------------------
   コメントアウト例　※不要であれば消してください
-------------------------------------------------- */
/* コメントアウト例　※不要であれば消してください
----------------------------------- */
/* コメントアウト例　※不要であれば消してください */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.contents section {
  position: relative;
}

.contents section {
  z-index: 0;
}

.contents .sec-nav {
  z-index: 100;
}

/* --------------------------------------------------
   footer
-------------------------------------------------- */
footer {
  background-color: #141414;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 3%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 2%;
  font-size: 1.4rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  footer {
    font-size: 1rem;
  }
}

/* --------------------------------------------------
   Conversion Area
-------------------------------------------------- */
.contents .cv {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .contents .cv {
    padding-top: 16.66667vw;
    padding-bottom: 11.33333vw;
  }
}

.contents .cv .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contents .cv .pc {
    display: none;
  }
}

.contents .cv .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .contents .cv .sp {
    display: inline-block;
  }
}

.cv-lead {
  width: 71.11111%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cv-lead {
    width: 89.33333%;
  }
}

.cv-menu {
  width: 71.11111%;
  margin: 12px auto 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cv-menu {
    width: 89.33333%;
    margin-top: 4.66667vw;
  }
}

.cv-menu a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .cv-menu a {
    -webkit-transition: none;
    transition: none;
  }
}

.cv-menu a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .cv-menu a:hover {
    opacity: 1;
  }
}

.cv-menu__shop,
.cv-menu__testdrive {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.63281%;
  flex: 0 1 48.63281%;
}

.cv-menu__catalog,
.cv-menu__estimate,
.cv-menu__meeting {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.05469%;
  flex: 0 1 31.05469%;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .cv-menu__catalog,
  .cv-menu__estimate,
  .cv-menu__meeting {
    margin-top: 6.4vw;
  }
}

/* --------------------------------------------------
   contents
-------------------------------------------------- */
.contents .sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  background-color: #fff;
}

.dummy {
  text-align: center;
}

.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.container-carousel {
  margin: 0 auto;
}

.container-fluid {
  margin: 0 auto;
}

/*! 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 {
  line-height: 1.15;
  /* 1 */
  -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 {
  -webkit-box-sizing: content-box;
  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 */
  line-height: 1.15;
  /* 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

.style-top {
  background-color: #32adc1;
  padding: 150px 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp .card {
  margin-top: 9.72222vw;
  min-height: 13.88889vw;
}

.tmp .card__content {
  padding: 3.47222vw;
}

.tmp .card-heading-large {
  margin-bottom: 3.47222vw;
}

.tmp .card-heading-mid {
  margin-bottom: 3.47222vw;
}

.tmp .card-heading-small {
  margin-bottom: 3.47222vw;
}

.tmp .card-leading-mid {
  margin-bottom: 3.47222vw;
}

.tmp .card-leading-small {
  margin-bottom: 3.47222vw;
}

.tmp .card-annotation-large {
  display: block;
  margin-bottom: 3.47222vw;
}

.tmp .card-annotation-small {
  display: block;
  margin-bottom: 3.47222vw;
}

.card {
  position: relative;
  background-color: #fff;
  margin-top: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .card {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .card {
    margin-top: 9.33333vw;
  }
}

.card__top {
  position: absolute;
  top: -6.94444vw;
  right: calc(50% - 8.47222vw);
  max-width: 244px;
  width: 16.94444vw;
  height: 8.47222vw;
  max-height: 122px;
  background-color: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1440px) {
  .card__top {
    top: -100px;
    right: calc(50% - 122px);
  }
}

@media screen and (max-width: 768px) {
  .card__top {
    width: 24vw;
    height: 12vw;
    top: -9.33333vw;
    right: calc(50% - 12vw);
  }
}

.card__top-text {
  font-weight: 700;
  line-height: 1;
  color: #32adc1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 0.55556vw;
}

@media screen and (min-width: 768px) {
  .card__top-text {
    font-size: calc(1.5rem + ((1vw - 7.68px) * 2.23214));
  }
}

@media screen and (min-width: 1440px) {
  .card__top-text {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .card__top-text {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .card__top-text {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

.card__top-icon {
  max-width: 35px;
  width: 2.43056vw;
  max-height: 29px;
  margin-bottom: 1.11111vw;
}

@media screen and (min-width: 1440px) {
  .card__top-icon {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .card__top-icon {
    width: 3.46667vw;
    height: 2.93333vw;
    margin-bottom: 1.06667vw;
  }
}

.card--2lines .card__top-text {
  margin-bottom: -0.55556vw;
}

@media screen and (min-width: 1440px) {
  .card--2lines .card__top-text {
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 768px) {
  .card--2lines .card__top-text {
    margin-bottom: -0.8vw;
  }
}

@media screen and (max-width: 768px) {
  .card--performance {
    margin-top: 10.93333vw;
  }
}

.card--performance .card__top {
  max-width: 354px;
  width: 24.58333vw;
  height: 12.29167vw;
  max-height: 177px;
  top: -6.94444vw;
  right: calc(50% - 12.29167vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1440px) {
  .card--performance .card__top {
    top: -100px;
    right: calc(50% - 177px);
  }
}

@media screen and (max-width: 768px) {
  .card--performance .card__top {
    width: 34.66667vw;
    height: 17.33333vw;
    top: -10.93333vw;
    right: calc(50% - 17.33333vw);
    padding: 0 4.26667vw 1.11111vw;
  }
}

.card--performance .card__top-text {
  margin-bottom: 1.66667vw;
}

@media screen and (min-width: 1440px) {
  .card--performance .card__top-text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .card--performance .card__top-text {
    margin-bottom: -1.06667vw;
  }
}

.card--girl {
  position: relative;
  display: block;
  z-index: 10;
}

.card--girl__fig {
  display: block;
  position: absolute;
  content: "";
  width: 19.51389vw;
  max-width: 281px;
  height: 25.13889vw;
  max-height: 362px;
  top: -13.33333vw;
  right: 6%;
  z-index: 5;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .card--girl__fig {
    top: -192px;
  }
}

@media screen and (max-width: 768px) {
  .card--girl__fig {
    top: -8vw;
    right: 13%;
  }
}

.card-heading-large {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-large {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-large {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-large {
    font-size: 5.06667vw;
    line-height: 1.5;
  }
}

.card-heading-lower-large {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-lower-large {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-lower-large {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-lower-large {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.card-heading-mid {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-mid {
    font-size: calc(1.8rem + ((1vw - 7.68px) * 2.67857));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-mid {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-mid {
    font-size: 4.53333vw;
    line-height: 1.5;
  }
}

.card-heading-small {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-small {
    font-size: calc(1.7rem + ((1vw - 7.68px) * 2.52976));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-small {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-small {
    font-size: 4.53333vw;
    line-height: 1.5;
  }
}

.card-leading-large {
  line-height: 1.5;
  color: #000;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .card-leading-large {
    font-size: calc(1.1rem + ((1vw - 7.68px) * 1.6369));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-large {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-large {
    font-size: 4vw;
  }
}

.card-leading-mid {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-leading-mid {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.4881));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-mid {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-mid {
    font-size: 3.73333vw;
  }
}

.card-leading-small {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-leading-small {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.4881));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-small {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-small {
    font-size: 2.66667vw;
  }
}

.card-annotation-large {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-annotation-large {
    font-size: calc(0.9rem + ((1vw - 7.68px) * 1.33929));
  }
}

@media screen and (min-width: 1440px) {
  .card-annotation-large {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .card-annotation-large {
    font-size: 2.4vw;
  }
}

.card-annotation-small {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-annotation-small {
    font-size: calc(0.6rem + ((1vw - 7.68px) * 0.89286));
  }
}

@media screen and (min-width: 1440px) {
  .card-annotation-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .card-annotation-small {
    font-size: 2.4vw;
  }
}

.card-annotation-small--grey {
  color: #221815;
}

.card-annotation-small--white {
  color: #fff;
}

.color-variation .swiper {
  padding: 5.55556vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (min-width: 1832px) {
  .color-variation .swiper {
    padding: calc(80px * 1.27222) 0;
  }
}

@media screen and (max-width: 768px) {
  .color-variation .swiper {
    padding: 5.33333vw 0;
  }
}

.color-variation .swiper-container {
  position: relative;
  width: 100%;
  padding-top: 13.5vw;
  padding-bottom: 4.5vw;
}
/*

@media screen and (min-width: 1832px) {
  .color-variation .swiper-container {
    padding-top: calc(154px * 1.27222);
    padding-bottom: calc(50px * 1.27222);
  }
}
*/

@media screen and (max-width: 768px) {
  .color-variation .swiper-container {
    padding: 18vw 0 10vw;
  }
}

.color-variation .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

.color-variation .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.color-variation .swiper-button-next:after,
.color-variation .swiper-button-prev:after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  display: block;
}

.color-variation .swiper-button-next:after {
  border-color: transparent transparent transparent #768989;
  border-width: 0.72917vw 0 0.72917vw 1.25vw;
  margin-left: 0.36458vw;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-button-next:after {
    border-width: 2vw 0 2vw 3.46667vw;
  }
}

.color-variation .swiper-button-prev:after {
  border-color: transparent #768989 transparent transparent;
  border-width: 0.72917vw 1.25vw 0.72917vw 0;
  margin-right: 0.36458vw;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-button-prev:after {
    border-width: 2vw 3.46667vw 2vw 0;
  }
}

.color-variation .swiper-button-next,
.color-variation .swiper-button-prev {
  width: 3.47222vw;
  height: 3.47222vw;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  top: calc(58% - 1.736111vw);
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-button-next,
  .color-variation .swiper-button-prev {
    width: 9.6vw;
    height: 9.6vw;
    top: calc(63% - 25px);
  }
}

.color-variation .swiper-button-next:hover,
.color-variation .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
}

.color-variation .swiper-button-next {
  right: 23%;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-button-next {
    right: 0.13333vw;
  }
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-button-next {
    right: calc(24.5% - 1.736111vw);
  }
}
*/

.color-variation .swiper-button-prev {
  left: 23%;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-button-prev {
    left: 0.13333vw;
  }
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-button-prev {
    left: calc(24.5% - 1.736111vw);
  }
}
*/

.color-variation .swiper-heading {
  position: absolute;
  width: 17.01389vw;
  height: 9.375vw;
  border-radius: 9.375vw 9.375vw 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  top: 0.20833vw;
  left: calc(50% - 8.50694vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.27778vw;
}

@media screen and (min-width: 1440px) {
  .color-variation .swiper-heading {
    padding-top: 0.41667vw;
  }
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-heading {
    top: 10px;
    width: calc(245px * 1.27222);
    height: calc(135px * 1.27222);
    left: calc(50% - 155.84695px);
  }
}
*/

@media screen and (max-width: 768px) {
  .color-variation .swiper-heading {
    width: 23.73333vw;
    height: 13.33333vw;
    top: 0.26667vw;
    left: calc(50% - 11.86667vw);
    border-radius: 13.33333vw 13.33333vw 0 0;
  }
}

.color-variation .swiper-heading-text {
  font-size: 2.08333vw;
  color: #32adc1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 1440px) {
  .color-variation .swiper-heading-text {
    font-size: calc(30px * 1.27222);
  }
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-heading-text {
    font-size: 3.46667vw;
  }
}

.color-variation .swiper-heading-icon {
  display: block;
  width: 2.43056vw;
  height: 2.01389vw;
  margin-bottom: 0.69444vw;
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-heading-icon {
    width: calc(35px * 1.27222);
    height: calc(29px * 1.27222);
  }
}
*/

@media screen and (max-width: 768px) {
  .color-variation .swiper-heading-icon {
    width: 3.6vw;
    height: 2.93333vw;
    margin-bottom: 0.8vw;
  }
}

.color-variation .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 40vw;
  height: 20vw;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 2.08333vw 0.69444vw 6.25vw;
  margin: 0;
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-slide {
    width: calc(820px * 1.11);
    height: calc(430px * 1.11);
    padding: calc(30px * 1.11) calc(10px * 1.11) calc(90px * 1.11);
  }
}
*/

@media screen and (max-width: 768px) {
  .color-variation .swiper-slide {
    width: 70vw;
    height: 40vw;
    padding: 1.38889vw 0 4.16667vw;
  }
}

.color-variation .swiper-slide__name {
  position: absolute;
  bottom: 1.38889vw;
  width: 100%;
  left: 0;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}

/*
@media screen and (min-width: 1832px) {
  .color-variation .swiper-slide__name {
    font-size: calc(30px * 1.27222);
    bottom: calc(20px * 1.27222);
  }
}
*/

@media screen and (max-width: 768px) {
  .color-variation .swiper-slide__name {
    font-size: 2.5vw;
    bottom: 2.66667vw;
  }
}

.color-variation .swiper-slide img {
  width: 100%;
  display: block;
  margin: auto;
}

.color-variation .swiper-slide::after {
  position: absolute;
  content: "";
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .5;
}

.color-variation .swiper-slide-active {
  opacity: 1;
  margin-top: -12px;
  transform: scale(1.2);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-slide-active {
    margin-top: 0;
  }
}

.color-variation .swiper-slide-active::after {
  opacity: 0;
}

.color-variation .row-top {
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1832px) {
  .color-variation .row-top {
    margin-bottom: calc(36px * 1.27222);
  }
}

@media screen and (max-width: 768px) {
  .color-variation .row-top {
    margin-bottom: 2.26667vw;
  }
}

.color-variation .swiper .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-variation .swiper .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.color-variation .swiper .row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper .row-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.color-variation .swiper .row-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper .row-btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.color-variation .swiper .monotone,
.color-variation .swiper .twotone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.38889vw;
  font-weight: 700;
  width: 15%;
  margin-right: 2.5vw;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 1832px) {
  .color-variation .swiper .monotone,
  .color-variation .swiper .twotone {
    font-size: calc(20px * 1.27222);
    margin-right: calc(36px * 1.27222);
  }
}

@media screen and (max-width: 768px) {
  .color-variation .swiper .monotone,
  .color-variation .swiper .twotone {
    font-size: 4vw;
    text-align: center;
    width: 100%;
    margin-bottom: 5.86667vw;
  }
}

.color-variation .swiper-pagination-bullet,
.color-variation .swiper-pagination-bullet-2 {
  cursor: pointer;
  width: 4.72222vw;
  height: 4.72222vw;
  text-align: center;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  margin-right: 2.5vw;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

.color-variation .swiper-pagination-bullet:last-child,
.color-variation .swiper-pagination-bullet-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1832px) {
  .color-variation .swiper-pagination-bullet,
  .color-variation .swiper-pagination-bullet-2 {
    width: calc(68px * 1.27222);
    height: calc(68px * 1.27222);
  }
}

.color-variation .swiper-pagination-bullet:active,
.color-variation .swiper-pagination-bullet-2:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5%;
}

.color-variation .swiper-pagination-bullet:hover,
.color-variation .swiper-pagination-bullet-2:hover {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-pagination-bullet,
  .color-variation .swiper-pagination-bullet-2 {
    width: 13.86667vw;
    height: 13.86667vw;
    margin-right: 7.33333vw;
    margin-bottom: 8.53333vw;
  }
  .color-variation .swiper-pagination-bullet:nth-child(4),
  .color-variation .swiper-pagination-bullet-2:nth-child(4) {
    margin-right: 0;
  }
}

.color-variation .swiper-paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-paginations {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.13333vw 0 11.46667vw;
  }
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-paginations-2 {
    padding: 0;
  }
}

.color-variation .swiper-pagination-bullet-2 {
  position: relative;
}

.color-variation .swiper-pagination-bullet-2::after {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
}

.color-variation .swiper-pagination-bullet:last-child {
  margin: 0;
}

.color-variation .swiper-pagination-bullet-active {
  border-color: #f88b2d;
  border-style: solid;
  border-width: 0.69444vw;
}

@media screen and (max-width: 768px) {
  .color-variation .swiper-pagination-bullet-active {
    border-width: 2.03922vw;
  }
}

.color-variation .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.color-variation .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.color-variation .swiper-pagination-bullet0 {
  background-color: #ffffff;
}

.color-variation .swiper-pagination-bullet1 {
  background-color: #000000;
}

.color-variation .swiper-pagination-bullet2 {
  background-color: #d6dce5;
}

.color-variation .swiper-pagination-bullet3 {
  background-color: #d9222a;
}

.color-variation .swiper-pagination-bullet4 {
  background-color: #ab9780;
}

.color-variation .swiper-pagination-bullet5 {
  background-color: #e4ee00;
}

.color-variation .swiper-pagination-bullet6 {
  background-color: #0c2a4c;
}

.color-variation .swiper-pagination-bullet7 {
  background-color: #32adc1;
}

.color-variation .swiper-pagination-bullet8 {
  background-color: #d6dce5;
}

.color-variation .swiper-pagination-bullet9 {
  background-color: #ffffff;
}

.color-variation .swiper-pagination-bullet10 {
  background-color: #32adc1;
}

.color-variation .swiper-wrap {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .color-variation .swiper-slide {
    width: 700px;
    height: 450px;
    box-sizing: border-box;
  }
  .color-variation .swiper-wrap {
    max-width: 2102px;
    overflow: hidden;
  }
  .color-variation .swiper-container {
    width: 1440px;
    margin: 0 auto;
    overflow: visible;
    padding-top: 230px;
    padding-bottom: 65px;
  }
  .color-variation .swiper-heading {
    width: 300px;
    height: 165px;
    left: 40%;
  }
  .color-variation .swiper-button-prev {
    left: 18%;
  }
  .color-variation .swiper-button-next {
    right: 18%;
  }
  .color-variation .swiper .col {
    width: 1440px;
    margin: auto;
  }
  .color-variation .swiper-slide__name {
    font-size: 18px;
  }
}

/* *****************************************************************************************************
# FV
***************************************************************************************************** */
.fv {
  z-index: 10;
  background-color: #fff;
}

/* *****************************************************************************************************
# 01.STYLE
***************************************************************************************************** */
section.style {
  margin-top: 100px;
}

.style {
  position: relative;
  padding-top: 5.83333vw;
}

@media screen and (min-width: 1440px) {
  .style {
    padding-top: 84px;
  }
}

.style .sec-blueback {
  padding: 0 6.94444vw 4.16667vw;
}

@media screen and (min-width: 1440px) {
  .style .sec-blueback {
    padding: 0 100px 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .sec-blueback {
    padding: 0 6.66667vw 0;
  }
}

.style-label {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 5.83333vw;
}

@media screen and (min-width: 1440px) {
  .style-label {
    top: 84px;
  }
}

@media screen and (max-width: 768px) {
  .style-label {
    top: 15.2vw;
  }
}

.style-label-img {
  width: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .style-label-img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .style-label-img {
    width: 8vw;
  }
}

.style .wrap-top {
  position: relative;
  margin-top: 5.83333vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top {
    margin-top: 84px;
  }
}

.style .wrap-top .heading-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.77778vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top {
    margin-bottom: 40px;
  }
}

.style .wrap-top .heading-top__above {
  position: relative;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2.08333vw;
  padding-bottom: 1.33333vw;
}

@media screen and (min-width: 768px) {
  .style .wrap-top .heading-top__above {
    font-size: calc(2.5rem + ((1vw - 7.68px) * 3.72024));
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top__above {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-top__above {
    font-size: 4.26667vw;
  }
}

.style .wrap-top .heading-top__above::before {
  position: absolute;
  content: "";
  background: no-repeat center/contain url("../img/underline_arrow_pc.png");
  width: 100%;
  height: 1.73611vw;
  bottom: -1.73611vw;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top__above::before {
    height: 25px;
    bottom: -25px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-top__above::before {
    background-image: url(../img/underline_arrow_sp.png);
    height: 2.4vw;
    bottom: -2vw;
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top__above {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.style .wrap-top .heading-top__btm {
  position: relative;
  text-align: center;
  font-weight: 900;
  z-index: 1;
  color: #1d1d1e;
}

@media screen and (min-width: 768px) {
  .style .wrap-top .heading-top__btm {
    font-size: calc(3rem + ((1vw - 7.68px) * 4.46429));
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top__btm {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-top__btm {
    font-size: 8vw;
  }
}

.style .wrap-top .heading-top__btm-attention {
  position: absolute;
  left: -6.66667vw;
  bottom: -4.16667vw;
  width: 5.41667vw;
  max-width: 78px;
  height: 8.05556vw;
  max-height: 116px;
  background: no-repeat center/contain url("../img/sec01_attention.png") transparent;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-top__btm-attention {
    left: -96px;
    bottom: -60px;
  }
}

.style .wrap-top .raize-fig {
  margin: 0;
  margin-top: -1.11111vw;
  margin-left: 9.86111vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .raize-fig {
    margin-top: -16px;
    margin-left: 142px;
  }
}

.style .wrap-top .raize-fig__img {
  display: block;
  margin: 0 auto;
  width: 36.73611vw;
  height: 22.70833vw;
  max-width: 529px;
  max-height: 327px;
}

@media screen and (max-width: 768px) {
  .style .wrap-top .raize-fig__img {
    width: 47.46667vw;
    height: 29.73333vw;
  }
}

.style .wrap-top .heading-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5.55556vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-middle {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-middle {
    margin-bottom: 10.66667vw;
  }
}

.style .wrap-top .heading-middle__text {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  margin-left: 3.88889vw;
  color: #1d1d1e;
}

@media screen and (min-width: 768px) {
  .style .wrap-top .heading-middle__text {
    font-size: calc(4rem + ((1vw - 7.68px) * 5.95238));
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-middle__text {
    font-size: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-middle__text {
    margin-left: 56px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-middle__text {
    font-size: 8vw;
  }
}

.style .wrap-top .heading-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.style .wrap-top .heading-btm__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  z-index: 1;
  margin-bottom: 4.16667vw;
}

@media screen and (min-width: 768px) {
  .style .wrap-top .heading-btm__text {
    font-size: calc(4rem + ((1vw - 7.68px) * 5.95238));
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-btm__text {
    font-size: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-btm__text {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm__text {
    font-size: 10.66667vw;
    margin-bottom: 32vw;
    white-space: nowrap;
  }
}

.style .wrap-top .heading-btm__text-large {
  color: #32adc1;
}

@media screen and (min-width: 768px) {
  .style .wrap-top .heading-btm__text-large {
    font-size: calc(6rem + ((1vw - 7.68px) * 8.92857));
  }
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-btm__text-large {
    font-size: 120px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm__text-large {
    font-size: 16vw;
  }
}

.style .wrap-top .heading-btm__title {
  display: block;
  z-index: 100;
  margin-bottom: 4.16667vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-top .heading-btm__title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm__title {
    width: 15.33333vw;
    height: 66.13333vw;
    margin-bottom: 32vw;
  }
}

.style .wrap-top .heading-btm__title-img {
  display: block;
  z-index: 1000;
  width: 100%;
}

.style .wrap-top .heading-btm__img-left {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: no-repeat center/contain url("../img/RrStyling_left.jpg") transparent;
  width: 42.22222vw;
  height: 36.18056vw;
  max-width: 608px;
  max-height: 521px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm__img-left {
    display: block;
    position: absolute;
    background: no-repeat center/contain url("../img/RrStyling_left_sp.jpg") transparent;
    bottom: 0;
    left: 0;
    width: 49.33333vw;
    height: 45.86667vw;
    z-index: -1;
  }
}

.style .wrap-top .heading-btm__img-right {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: no-repeat center/contain url("../img/H1FrStyle.png") transparent;
  width: 43.47222vw;
  height: 35.69444vw;
  max-width: 626px;
  max-height: 514px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: -4.16667vw;
}

@media screen and (max-width: 768px) {
  .style .wrap-top .heading-btm__img-right {
    position: absolute;
    background: no-repeat center/contain url("../img/H1FrStyle_sp.jpg") transparent;
    bottom: -4vw;
    right: 0;
    width: 48.8vw;
    height: 46.53333vw;
    margin-bottom: 0;
    z-index: -1;
  }
}

.style .bg-zoomin {
  position: absolute;
  display: block;
  margin: 0;
  bottom: -12.77778vw;
  z-index: 3;
}

@media screen and (min-width: 1440px) {
  .style .bg-zoomin {
    bottom: -184px;
  }
}

.style .bg-zoomin__img {
  display: block;
  width: 100%;
}

.style .wrap-btm {
  position: relative;
  background-color: #32adc1;
  margin-top: 4.16667vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm {
    padding-bottom: 72px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm {
    padding-bottom: 5.86667vw;
  }
}

.style .wrap-btm-top {
  margin-bottom: 9.44444vw;
  margin-top: 11.66667vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top {
    margin-top: 168px;
    margin-bottom: 136px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top {
    background-color: #32adc1;
    margin-bottom: 16.53333vw;
    margin-top: 0;
    padding-top: 2.66667vw;
  }
}

.style .wrap-btm-top .card__content {
  padding: 5vw 2.5vw 2.5vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top .card__content {
    padding: 72px 36px 36px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card__content {
    padding: 8vw 2.13333vw 4.8vw;
  }
}

.style .wrap-btm-top .card-heading-large {
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top .card-heading-large {
    margin-bottom: 36px;
  }
}

.style .wrap-btm-top .card-heading-large-orange {
  color: #f88b2d;
}

.style .wrap-btm-top .card-leading-mid {
  text-align: center;
  margin-bottom: 2.91667vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top .card-leading-mid {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card-leading-mid {
    margin-bottom: 9.06667vw;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card-leading-mid2 {
    margin-bottom: 5.33333vw;
  }
}

.style .wrap-btm-top .card-car-size {
  margin: 0;
  margin-bottom: 6.38889vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top .card-car-size {
    margin-bottom: 92px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card-car-size {
    margin: 0vw 3.86667vw 12.26667vw;
  }
}

.style .wrap-btm-top .card-car-size-img {
  display: block;
  margin: 0 auto;
  width: 57.36111vw;
  max-width: 826px;
  height: 16.80556vw;
  max-height: 242px;
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card-car-size-img {
    width: 100%;
    height: auto;
  }
}

.style .wrap-btm-top .card-car-360deg {
  background: no-repeat center/contain url("../img/car_360deg.png") transparent;
  width: 100%;
  max-width: 1202px;
  height: 31.18056vw;
  max-height: 449px;
  margin-top: -15.27778vw;
  margin-left: 1.18056vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-top .card-car-360deg {
    margin-left: 17px;
    margin-top: -220px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-top .card-car-360deg {
    background: no-repeat center/contain url("../img/car_360deg_sp.jpg") transparent;
    margin-top: 0;
    width: 100%;
    height: 38.64069vw;
    max-width: initial;
    max-height: initial;
  }
}

.style .wrap-btm-btm .card {
  margin-bottom: 0.69444vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-btm .card {
    margin-bottom: 10px;
  }
}

.style .wrap-btm-btm .card__content {
  padding: 0;
  padding-top: 4.16667vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-btm .card__content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card__content {
    padding: 9.6vw 4vw 6.66667vw;
  }
}

.style .wrap-btm-btm .card-heading-mid {
  margin-bottom: 0.83333vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-btm .card-heading-mid {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card-heading-mid {
    margin-bottom: 4.8vw;
  }
}

.style .wrap-btm-btm .card-leading-mid {
  text-align: center;
  margin-bottom: 1.38889vw;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-btm .card-leading-mid {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card-leading-mid {
    margin-bottom: 7.46667vw;
    letter-spacing: -0.05em;
  }
}

.style .wrap-btm-btm .card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #32adc1;
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 0;
  }
}

.style .wrap-btm-btm .card-fig {
  margin: 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  max-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card-fig {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-height: initial;
    margin-bottom: 6.66667vw;
  }
  .style .wrap-btm-btm .card-fig:last-child {
    margin-bottom: 0;
  }
}

.style .wrap-btm-btm .card-fig__img {
  width: 100%;
}

.style .wrap-btm-btm .card-fig__img-left {
  border-right: 1px solid #fff;
}

.style .wrap-btm-btm .card-fig__img-right {
  border-left: 1px solid #fff;
}

.style .wrap-btm-btm .card-fig .card-annotation-small {
  display: block;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 1.38889vw;
  margin-top: 0.69444vw;
  letter-spacing: -0.05em;
  line-height: 1.8;
}

@media screen and (min-width: 1440px) {
  .style .wrap-btm-btm .card-fig .card-annotation-small {
    margin-right: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .style .wrap-btm-btm .card-fig .card-annotation-small {
    color: #000;
    margin-top: 0;
    margin-right: 0;
  }
}

.brsp {
  display: none;
}

@media screen and (max-width: 768px) {
  .brsp {
    display: inline;
  }
}

.brpc {
  display: inline;
}

@media screen and (max-width: 768px) {
  .brpc {
    display: none;
  }
}

.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.0;
}

.visible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1.0;
}

/* *****************************************************************************************************
# 02.SPACE
***************************************************************************************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.contents section {
  position: relative;
  background-color: #fff;
}

.contents section {
  z-index: 0;
}

.contents .sec-nav {
  z-index: 100;
}

.contents section.space {
  z-index: -10;
}

/* --------------------------------------------------
   base layout
-------------------------------------------------- */
.contents section.space .sec-blueback {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #32adc1;
  padding: 0 6.94444%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents section.space .sec-blueback {
    padding: 0 6.66667%;
  }
}

.contents section.space .sec-nav {
  width: 6.94444%;
  max-width: 100px;
  position: absolute;
  left: 0;
}

.contents section.space .sec-bar,
.contents section.space .sec-subttl {
  text-align: center;
}

.contents section.space .sec-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contents section.space .sec-column {
    display: block;
  }
}

.contents section.space .sec-column__box {
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.3871%;
  flex: 0 1 48.3871%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents section.space .card__content {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 4.03226%;
  padding-right: 4.03226%;
}

@media screen and (max-width: 768px) {
  .contents section.space .card__content {
    padding-top: 9.33333vw;
    padding-bottom: 6.66667vw;
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }
}

@media screen and (max-width: 768px) {
  .contents section.space {
    margin-top: 0;
  }
}

/* --------------------------------------------------
   mainvisual
-------------------------------------------------- */
section.space .sec-nav {
  top: 100px;
}

@media screen and (max-width: 768px) {
  section.space .sec-nav {
    top: 9.06667vw;
  }
}

.space-mv {
  background-image: url("../img/sec02_main.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 91.11%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .space-mv {
    background-image: url("../img/sec02_main_sp.jpg");
    padding-top: 92.53%;
  }
}

.space-mv__ttl {
  width: 49.72222%;
  max-width: 716px;
  margin: 0;
  position: absolute;
  left: 25.20833%;
  top: 28.20122%;
}

@media screen and (max-width: 768px) {
  .space-mv__ttl {
    width: 70.66667%;
    max-width: 530px;
    left: 15.6%;
    top: 25.64841%;
  }
}

/* --------------------------------------------------
   contents
-------------------------------------------------- */
section.space .space-contents {
  margin-top: -9.31%;
  padding-top: 60%;
  position: relative;
  background-color: #32adc1;
  z-index: -20;
}

section.space .space-bg {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -10;
  display: none;
}

@media screen and (max-width: 1024px) {
  section.space .space-contents {
    background-image: url("../img/sec02_luggage_bg01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
  }
  
  section.space .space-bg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-contents {
    background-image: url("../img/sec02_luggage_bg01_sp.jpg");
    background-attachment: scroll;
    background-size: 100% auto;
    margin-top: 0;
    padding-top: 75.26455%;
  }
}

section.space .space-contents .sec-blueback {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-blueback {
    padding-bottom: 13.33333vw;
  }
}

section.space .space-contents .sec-subttl {
  text-align: center;
}

section.space .space-contents .sec-subttl .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-subttl .pc {
    display: none;
  }
}

section.space .space-contents .sec-subttl .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-subttl .sp {
    display: inline-block;
  }
}

section.space .space-contents .sec-column .card,
section.space .space-contents .sec-column__box {
  background-color: transparent;
}

section.space .space-contents .sec-column .card__content {
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-column .card__content {
    padding-top: 8vw;
  }
}

section.space .space-contents .sec-column__ttl {
  text-align: left;
  margin-bottom: 25px;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-column__ttl {
    margin-bottom: 3.33333vw;
    text-align: center;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

section.space .space-contents .sec-column__sub,
section.space .space-contents .sec-column__txt {
  line-height: 1.8;
  margin-bottom: 0;
}

section.space .space-contents .sec-column__sub em {
  font-weight: bold;
  margin-bottom: 5px;
}

section.space .space-contents .sec-column__mv,
section.space .space-contents .sec-column__img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.space .space-contents .sec-column__mv {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
  }
}

/* LUGGAGE
-------------------------------------- */
.card.space-luggage {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__ttl {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
    padding-left: .5em;
  }
}

section.space .space-luggage__lead {
  margin-top: 25px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__lead {
    margin-top: 3.33333vw;
    text-align: left;
  }
  section.space .space-luggage__lead br {
    display: none;
  }
}

section.space .space-luggage__detail {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__detail {
    display: block;
    margin-top: 4.66667vw;
  }
}

section.space .space-luggage__pic01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 42.2807%;
  flex: 0 1 42.2807%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__pic01 {
    padding-right: 0;
  }
}

section.space .space-luggage__pic02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53.85965%;
  flex: 0 1 53.85965%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__pic02 {
    margin-top: 4vw;
  }
}

section.space .space-luggage__pic02 .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__pic02 .pc {
    display: none;
  }
}

section.space .space-luggage__pic02 .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__pic02 .sp {
    display: inline-block;
  }
}

section.space .space-luggage__notes {
  line-height: 1.5;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  section.space .space-luggage__notes {
    margin-top: 5.33333vw;
  }
}

/* COMFORT
-------------------------------------- */
.card.space-comfort {
  margin-top: 0;
}

section.space .space-comfort .sec-column__imgbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 8.33333%;
  padding-right: 3.33333%;
}

@media screen and (max-width: 1240px) {
  section.space .space-comfort .sec-column__imgbox {
    display: block;
    padding-right: 8.33333%;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-comfort .sec-column__imgbox {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-comfort .sec-column__ttl {
    margin-bottom: 3.33333vw;
  }
}

section.space .space-comfort .sec-column__ttl .switch-obj {
  display: block;
}

@media screen and (max-width: 768px) {
  section.space .space-comfort .sec-column__ttl .switch-obj {
    display: none;
  }
}

section.space .space-comfort .sec-column__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.50943%;
  flex: 0 1 41.50943%;
  padding-bottom: 30px;
}

@media screen and (max-width: 1240px) {
  section.space .space-comfort .sec-column__txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-comfort .sec-column__txt {
    margin-top: 2vw;
    padding-bottom: 4vw;
  }
}

section.space .space-comfort .sec-column__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55.4717%;
  flex: 0 1 55.4717%;
  padding-top: 20px;
}

@media screen and (max-width: 1240px) {
  section.space .space-comfort .sec-column__img {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-comfort .sec-column__img img {
    width: 83.33333%;
    max-width: 500px;
  }
}

/* DISPLAY AUDIO
-------------------------------------- */
.card.space-display {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .card.space-display {
    margin-top: 13.73333vw;
  }
}

section.space .space-display .card__top-text {
  line-height: 1.2;
}

section.space .space-display .space-heightline {
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  section.space .space-display .space-heightline {
    position: static;
  }
}

section.space .space-display .sec-column__img {
  width: 39.24528%;
  max-width: 208px;
  padding-right: 4.16667%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 268px;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  section.space .space-display .sec-column__img {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    height: 23.61111vw;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-display .sec-column__img {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  section.space .space-display .sec-column__img img {
    width: 56.60377%;
    max-width: 100%;
  }
}

section.space .space-display .sec-column__ttl {
  margin-bottom: 0;
}

section.space .space-display .sec-column__sub,
section.space .space-display .sec-column__txt,
section.space .space-display .sec-column__notes {
  padding-left: 8.33333%;
}

@media screen and (max-width: 768px) {
  section.space .space-display .sec-column__sub,
  section.space .space-display .sec-column__txt,
  section.space .space-display .sec-column__notes {
    padding-left: 5.33333vw;
  }
}

section.space .space-display .sec-column__sub {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  section.space .space-display .sec-column__sub {
    font-size: calc(1.3rem + ((1vw - 7.68px) * 1.93452));
  }
}

@media screen and (min-width: 1440px) {
  section.space .space-display .sec-column__sub {
    font-size: 26px;
  }
}

@media screen and (max-width: 1240px) {
  section.space .space-display .sec-column__sub {
    padding-right: 8.33333%;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-display .sec-column__sub {
    margin-top: 3.33333vw;
    padding-right: 5.33333vw;
    font-size: 3.46667vw;
  }
}

section.space .space-display .sec-column__txt {
  margin-top: 20px;
  padding-right: 41.66667%;
  padding-bottom: 30px;
}

@media screen and (max-width: 1240px) {
  section.space .space-display .sec-column__txt {
    padding-right: 8.33333%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  section.space .space-display .sec-column__txt {
    margin-top: 2.66667vw;
    padding-right: 5.33333vw;
    padding-bottom: 6.66667vw;
  }
}

section.space .space-display .sec-column__notes {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.space .space-display .sec-column__notes {
    margin-top: 2vw;
  }
}

/* *****************************************************************************************************
# 03.DRIVABILITY
***************************************************************************************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.contents section {
  position: relative;
}

.contents section {
  z-index: 0;
}

.contents .sec-nav {
  z-index: 100;
}

/* --------------------------------------------------
   base layout
-------------------------------------------------- */
.contents section.drivability {
  margin-top: 0;
}

.contents section.drivability .sec-blueback {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #32adc1;
  padding: 0 6.94444%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents section.drivability {
    padding-bottom: 0;
  }
  .contents section.drivability .sec-blueback {
    padding: 0 6.66667%;
  }
}

.contents section.drivability .sec-nav {
  width: 6.94444%;
  max-width: 100px;
  position: absolute;
  left: 0;
}

.contents section.drivability .sec-bar,
.contents section.drivability .sec-subttl {
  text-align: center;
}

.contents section.drivability .sec-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contents section.drivability .sec-column {
    display: block;
  }
}

.contents section.drivability .sec-column__box {
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.3871%;
  flex: 0 1 48.3871%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents section.drivability .card__content {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 4.03226%;
  padding-right: 4.03226%;
}

@media screen and (max-width: 768px) {
  .contents section.drivability .card__content {
    padding-top: 9.33333vw;
    padding-bottom: 6.66667vw;
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }
}

/* --------------------------------------------------
   mainvisual
-------------------------------------------------- */
section.drivability .sec-nav {
  top: 124px;
}

@media screen and (max-width: 768px) {
  section.drivability .sec-nav {
    top: 12.4vw;
  }
}

.drivability-mv {
  background-image: url("../img/sec03_main.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 69.44%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .drivability-mv {
    background-image: url("../img/sec03_main_sp.jpg");
    padding-top: 92.27%;
  }
}

.drivability-mv__ttl {
  width: 62.63889%;
  max-width: 902px;
  position: absolute;
  left: 23.26389%;
  top: 20.1%;
}

@media screen and (max-width: 768px) {
  .drivability-mv__ttl {
    width: 83.2%;
    max-width: 624px;
    left: 12.4%;
    top: 21.53179%;
  }
}

/* --------------------------------------------------
   contents
-------------------------------------------------- */
section.drivability .drivability-contents {
  margin-top: -3.89%;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents {
    margin-top: -0.53%;
  }
}

section.drivability .drivability-contents .sec-subttl .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-subttl .pc {
    display: none;
  }
}

section.drivability .drivability-contents .sec-subttl .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-subttl .sp {
    display: inline-block;
    width: 100%;
  }
}

section.drivability .drivability-contents .sec-column__box {
  min-height: 79.86111vw;
}

@media screen and (min-width: 1440px) {
  section.drivability .drivability-contents .sec-column__box {
    min-height: 1360px;
  }
}

section.drivability .drivability-contents .sec-column__box:nth-child(2) {
  padding: 0;
}

section.drivability .drivability-contents .sec-column__box .card {
  margin-top: 0;
}

section.drivability .drivability-contents .sec-column__box .card__content {
  padding-left: 8.33333%;
  padding-right: 8.33333%;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-column__box .card__content {
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }
}

section.drivability .drivability-contents .sec-blueback {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-blueback {
    padding-bottom: 12vw;
  }
}

section.drivability .drivability-contents .card__top-text {
  line-height: 1.2;
}

section.drivability .drivability-contents .sec-column__ttl {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-column__ttl {
    text-align: center;
  }
}

section.drivability .drivability-contents .sec-column__sub,
section.drivability .drivability-contents .sec-column__txt {
  line-height: 1.8;
  margin-bottom: 0;
}

section.drivability .drivability-contents .sec-column__sub em {
  font-weight: bold;
  margin-bottom: 5px;
}

section.drivability .drivability-contents .sec-column__pic,
section.drivability .drivability-contents .sec-column__img,
section.drivability .drivability-contents .sec-column__mv {
  text-align: center;
}

section.drivability .drivability-contents .sec-column__imgbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-contents .sec-column__imgbox {
    display: block;
  }
}

section.drivability .drivability-contents .drivability-heightline {
  position: relative;
}

/* WIDE VIEW
-------------------------------------- */
section.drivability .drivability-wideview .sec-column__pic {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-wideview .sec-column__pic {
    margin-top: 5.33333vw;
  }
}

section.drivability .drivability-wideview .sec-column__imgbox {
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-wideview .sec-column__imgbox {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6.66667vw;
  }
}

section.drivability .drivability-wideview .sec-column__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.11321%;
  flex: 0 1 48.11321%;
}

section.drivability .drivability-wideview .sec-column__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45.28302%;
  flex: 0 1 45.28302%;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-wideview .sec-column__txt {
    margin-top: 4vw;
  }
}

section.drivability .drivability-wideview__mv {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-wideview__mv {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    padding-bottom: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* SMALL PACKAGING
-------------------------------------- */
@media screen and (max-width: 768px) {
  section.drivability .drivability-small {
    margin-top: 16vw;
  }
}

section.drivability .drivability-small .sec-column__imgbox {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__imgbox {
    margin-top: 4vw;
  }
}

section.drivability .drivability-small .sec-column__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 38.86792%;
  flex: 0 1 38.86792%;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__img {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__img img {
    width: 78.18182%;
    max-width: 430px;
  }
}

section.drivability .drivability-small .sec-column__img .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__img .pc {
    display: none;
  }
}

section.drivability .drivability-small .sec-column__img .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__img .sp {
    display: inline-block;
  }
}

section.drivability .drivability-small .sec-column__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 52.83019%;
  flex: 0 1 52.83019%;
}

section.drivability .drivability-small .sec-column__notes {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-small .sec-column__notes {
    margin-top: 2vw;
  }
}

/* DISPLAY
-------------------------------------- */
section.drivability .drivability-display::before {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background-color: #32adc1;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-display::before {
    height: 16vw;
  }
}

section.drivability .drivability-display .sec-column__ttl br {
  display: none;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-display .sec-column__ttl br {
    display: block;
  }
}

section.drivability .drivability-display .sec-column__sub,
section.drivability .drivability-display .sec-column__txt {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-display .sec-column__sub,
  section.drivability .drivability-display .sec-column__txt {
    margin-top: 2.66667vw;
  }
}

section.drivability .drivability-display .sec-column__sub {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  section.drivability .drivability-display .sec-column__sub {
    font-size: calc(1.25rem + ((1vw - 7.68px) * 1.86012));
  }
}

@media screen and (min-width: 1440px) {
  section.drivability .drivability-display .sec-column__sub {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-display .sec-column__sub {
    font-size: 3.33333vw;
  }
}

section.drivability .drivability-display .sec-column__mv {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-display .sec-column__mv {
    margin-top: 4vw;
  }
}

/* PERFORMANCE
-------------------------------------- */
section.drivability .drivability-performance {
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance {
    margin-top: 18.66667vw;
  }
}

section.drivability .drivability-performance .card {
  margin-top: 0;
}

section.drivability .drivability-performance .card__top {
  z-index: 0;
}

section.drivability .drivability-performance .card__content {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .card__content {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
}

section.drivability .drivability-performance .sec-column__ttl {
  text-align: center;
}

section.drivability .drivability-performance .sec-column__imgbox {
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 1240px) {
  section.drivability .drivability-performance .sec-column__imgbox {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__imgbox {
    margin-top: 8vw;
  }
}

section.drivability .drivability-performance .sec-column__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 72.45614%;
  flex: 0 1 72.45614%;
  text-align: center;
}

section.drivability .drivability-performance .sec-column__img .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__img .pc {
    display: none;
  }
}

section.drivability .drivability-performance .sec-column__img .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__img .sp {
    display: inline-block;
  }
}

section.drivability .drivability-performance .sec-column__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21.57895%;
  flex: 0 1 21.57895%;
  padding-bottom: 10px;
}

@media screen and (max-width: 1240px) {
  section.drivability .drivability-performance .sec-column__txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__txt {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__mv {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
  }
}

section.drivability .drivability-performance .sec-column__mv .pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__mv .pc {
    display: none;
  }
}

section.drivability .drivability-performance .sec-column__mv .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .sec-column__mv .sp {
    display: inline-block;
  }
}

section.drivability .drivability-performance .sec-column__mv img {
  width: 100%;
}

section.drivability .drivability-performance .drivability-performance__notes {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section.drivability .drivability-performance .drivability-performance__notes {
    margin-top: 2.66667vw;
  }
}

/* *****************************************************************************************************
# 04.SAFETY
***************************************************************************************************** */
/*! 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 {
  line-height: 1.15;
  /* 1 */
  -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 {
  -webkit-box-sizing: content-box;
  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 */
  line-height: 1.15;
  /* 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

.style-top {
  background-color: #32adc1;
  padding: 150px 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tmp .card {
  margin-top: 9.72222vw;
  min-height: 13.88889vw;
}

.tmp .card__content {
  padding: 3.47222vw;
}

.tmp .card-heading-large {
  margin-bottom: 3.47222vw;
}

.tmp .card-heading-mid {
  margin-bottom: 3.47222vw;
}

.tmp .card-heading-small {
  margin-bottom: 3.47222vw;
}

.tmp .card-leading-mid {
  margin-bottom: 3.47222vw;
}

.tmp .card-leading-small {
  margin-bottom: 3.47222vw;
}

.tmp .card-annotation-large {
  display: block;
  margin-bottom: 3.47222vw;
}

.tmp .card-annotation-small {
  display: block;
  margin-bottom: 3.47222vw;
}

.card {
  position: relative;
  background-color: #fff;
  margin-top: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .card {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .card {
    margin-top: 9.33333vw;
  }
}

.card__top {
  position: absolute;
  top: -6.94444vw;
  right: calc(50% - 8.47222vw);
  max-width: 244px;
  width: 16.94444vw;
  height: 8.47222vw;
  max-height: 122px;
  background-color: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1440px) {
  .card__top {
    top: -100px;
    right: calc(50% - 122px);
  }
}

@media screen and (max-width: 768px) {
  .card__top {
    width: 24vw;
    height: 12vw;
    top: -9.33333vw;
    right: calc(50% - 12vw);
  }
}

.card__top-text {
  font-weight: 700;
  line-height: 1;
  color: #32adc1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 0.55556vw;
}

@media screen and (min-width: 768px) {
  .card__top-text {
    font-size: calc(1.5rem + ((1vw - 7.68px) * 2.23214));
  }
}

@media screen and (min-width: 1440px) {
  .card__top-text {
    font-size: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .card__top-text {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .card__top-text {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
}

.card__top-icon {
  max-width: 35px;
  width: 2.43056vw;
  max-height: 29px;
  margin-bottom: 1.11111vw;
}

@media screen and (min-width: 1440px) {
  .card__top-icon {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .card__top-icon {
    width: 3.46667vw;
    height: 2.93333vw;
    margin-bottom: 1.06667vw;
  }
}

.card--2lines .card__top-text {
  margin-bottom: -0.55556vw;
}

@media screen and (min-width: 1440px) {
  .card--2lines .card__top-text {
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 768px) {
  .card--2lines .card__top-text {
    margin-bottom: -0.8vw;
  }
}

@media screen and (max-width: 768px) {
  .card--performance {
    margin-top: 10.93333vw;
  }
}

.card--performance .card__top {
  max-width: 354px;
  width: 24.58333vw;
  height: 12.29167vw;
  max-height: 177px;
  top: -6.94444vw;
  right: calc(50% - 12.29167vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1440px) {
  .card--performance .card__top {
    top: -100px;
    right: calc(50% - 177px);
  }
}

@media screen and (max-width: 768px) {
  .card--performance .card__top {
    width: 34.66667vw;
    height: 17.33333vw;
    top: -10.93333vw;
    right: calc(50% - 17.33333vw);
    padding: 0 4.26667vw 1.11111vw;
  }
}

.card--performance .card__top-text {
  margin-bottom: 1.66667vw;
}

@media screen and (min-width: 1440px) {
  .card--performance .card__top-text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .card--performance .card__top-text {
    margin-bottom: -1.06667vw;
  }
}

.card--girl {
  position: relative;
  display: block;
  z-index: 10;
}

.card--girl__fig {
  display: block;
  position: absolute;
  content: "";
  width: 19.51389vw;
  max-width: 281px;
  height: 25.13889vw;
  max-height: 362px;
  top: -13.33333vw;
  right: 6%;
  z-index: 5;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .card--girl__fig {
    top: -192px;
  }
}

@media screen and (max-width: 768px) {
  .card--girl__fig {
    top: -8vw;
    right: 13%;
  }
}

.card-heading-large {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-large {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-large {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-large {
    font-size: 5.06667vw;
    line-height: 1.5;
  }
}

.card-heading-lower-large {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-lower-large {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-lower-large {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-lower-large {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.card-heading-mid {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-mid {
    font-size: calc(1.8rem + ((1vw - 7.68px) * 2.67857));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-mid {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-mid {
    font-size: 4.53333vw;
    line-height: 1.5;
  }
}

.card-heading-small {
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  color: #000;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .card-heading-small {
    font-size: calc(1.7rem + ((1vw - 7.68px) * 2.52976));
  }
}

@media screen and (min-width: 1440px) {
  .card-heading-small {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .card-heading-small {
    font-size: 4.53333vw;
    line-height: 1.5;
  }
}

.card-leading-large {
  line-height: 1.5;
  color: #000;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .card-leading-large {
    font-size: calc(1.1rem + ((1vw - 7.68px) * 1.6369));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-large {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-large {
    font-size: 4vw;
  }
}

.card-leading-mid {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-leading-mid {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.4881));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-mid {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-mid {
    font-size: 3.73333vw;
  }
}

.card-leading-small {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-leading-small {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.4881));
  }
}

@media screen and (min-width: 1440px) {
  .card-leading-small {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .card-leading-small {
    font-size: 2.66667vw;
  }
}

.card-annotation-large {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-annotation-large {
    font-size: calc(0.9rem + ((1vw - 7.68px) * 1.33929));
  }
}

@media screen and (min-width: 1440px) {
  .card-annotation-large {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .card-annotation-large {
    font-size: 2.4vw;
  }
}

.card-annotation-small {
  line-height: 1.5;
  color: #000;
}

@media screen and (min-width: 768px) {
  .card-annotation-small {
    font-size: calc(0.6rem + ((1vw - 7.68px) * 0.89286));
  }
}

@media screen and (min-width: 1440px) {
  .card-annotation-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .card-annotation-small {
    font-size: 2.4vw;
  }
}

.card-annotation-small--grey {
  color: #221815;
}

.card-annotation-small--white {
  color: #fff;
}

/* --------------------------------------------------
  mainvisual
-------------------------------------------------- */
.contents .safety {
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .contents .safety {
    margin-top: 5vw;
    padding-top: 0;
  }
}

.safety {
  position: relative;
}

.safety-label {
  position: absolute;
  left: 0;
  z-index: 10;
  top: -6.11111vw;
}

@media screen and (min-width: 1440px) {
  .safety-label {
    top: -88px;
  }
}

@media screen and (max-width: 768px) {
  .safety-label {
    top: -3.2vw;
  }
}

.safety-label-img {
  width: 6.94444vw;
}

@media screen and (min-width: 1440px) {
  .safety-label-img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .safety-label-img {
    width: 8vw;
  }
}

.safety .sec-inner {
  position: relative;
  background-color: #32adc1;
  padding: 5.55556vw 6.94444vw 8.33333vw;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .safety .sec-inner {
    padding: 120px 100px;
  }
}

@media screen and (max-width: 768px) {
  .safety .sec-inner {
    padding: 16vw 5.33333vw 12vw;
  }
}

.safety .safety-connect {
  position: absolute;
  margin: 0;
  margin-top: -3.75vw;
  z-index: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1440px) {
  .safety .safety-connect {
    margin-top: -54px;
  }
}

@media screen and (max-width: 768px) {
  .safety .safety-connect {
    margin-top: -4vw;
  }
}

.safety .safety-connect-img {
  display: block;
  width: 100%;
}

.safety-top {
  position: relative;
  background: no-repeat top/cover url("../img/safety04_top.jpg");
  width: 100%;
  padding-bottom: 65.625%;
  padding-bottom: 57%;
  margin-top: 10.06944vw;
}

@media screen and (min-width: 1440px) {
  .safety-top {
    margin-top: 145px;
  }
}

@media screen and (max-width: 768px) {
  .safety-top {
    background: no-repeat top/cover url("../img/safety04_top.jpg");
    margin-top: 15.46667vw;
    padding-bottom: 54.5%;
  }
}

.safety-top-card {
  position: absolute;
  max-width: 1154px;
  width: 80.13889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -3.88889vw;
  left: calc(50% - 40.069444vw);
  z-index: 10;
}

@media screen and (min-width: 1440px) {
  .safety-top-card {
    top: -140px;
    left: calc(50% - 577px);
  }
}

@media screen and (max-width: 768px) {
  .safety-top-card {
    top: -7.2vw;
    left: calc(50% - 40.13333vw);
    width: 80.26667vw;
  }
}

.safety-top-card-img {
  display: block;
  max-width: 1154px;
  width: 80.13889vw;
}

@media screen and (max-width: 768px) {
  .safety-top-card-img {
    width: 80.26667vw;
  }
}

.safety-top-card__heading {
  display: block;
  text-align: center;
  color: #1d1d1e;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .safety-top-card__heading {
    font-size: calc(3.5rem + ((1vw - 7.68px) * 5.20833));
  }
}

@media screen and (min-width: 1440px) {
  .safety-top-card__heading {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .safety-top-card__heading {
    font-size: 4.64vw;
  }
}

.safety-top-card__heading-large {
  font-size: 1.2em;
  color: #32adc1;
}

.safety .card {
  padding: 6.59722vw 2.5vw 3.68056vw;
  margin-top: 3.19444vw;
}

@media screen and (min-width: 1440px) {
  .safety .card {
    padding: 95px 36px 53px;
    margin-top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card {
    padding: 9.6vw 4vw 5.33333vw;
    margin-top: -4.8vw;
  }
}

.safety .card-heading-lower-large {
  margin-bottom: 5.13889vw;
}

@media screen and (min-width: 1440px) {
  .safety .card-heading-lower-large {
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card-heading-lower-large {
    margin-bottom: 8vw;
  }
}

.safety .card .swiper-container-safety .safety-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5vw;
  width: calc(50% - 1.96vw);
  -ms-flex-preferred-size: calc(50% - 1.96vw);
  flex-basis: calc(50% - 1.96vw);
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .safety .card .swiper-container-safety .safety-slide {
    height: 45.15972vw;
  }
  .safety .card .swiper-container-safety .safety-slide:nth-child(3) {
    height: 39.20139vw;
  }
  .safety .card .swiper-container-safety .safety-slide:nth-child(4) {
    height: 39.20139vw;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.8vw;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 16px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 16px 4px rgba(0, 0, 0, 0.4);
    padding: 4vw;
  }
}

.safety .card .swiper-container-safety .safety-slide:nth-child(2n - 1) {
  margin-right: 3.88889vw;
}

@media screen and (min-width: 1440px) {
  .safety .card .swiper-container-safety .safety-slide:nth-child(2n - 1) {
    margin-right: 56px;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide:nth-child(2n - 1) {
    margin-right: 0;
  }
}

.safety .card .swiper-container-safety .safety-slide__heading {
  margin-bottom: 0.625vw;
}

@media screen and (min-width: 1440px) {
  .safety .card .swiper-container-safety .safety-slide__heading {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 15.33333vw;
    margin-bottom: 2.66667vw;
  }
}

.safety .card .swiper-container-safety .safety-slide__heading-text {
  color: #32adc1;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__heading-text {
    font-size: calc(1.4rem + ((1vw - 7.68px) * 2.08333));
  }
}

@media screen and (min-width: 1440px) {
  .safety .card .swiper-container-safety .safety-slide__heading-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__heading-text {
    font-size: 4vw;
    text-align: center;
  }
}

.safety .card .swiper-container-safety .safety-slide__heading-text-narrow {
  word-break: keep-all;
}

.safety .card .swiper-container-safety .safety-slide__fig {
  margin: 0;
}

.safety .card .swiper-container-safety .safety-slide__fig-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__fig-img {
    min-height: 68.74667vw;
  }
}

.safety .card .swiper-container-safety .safety-slide__fig-lead {
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__fig-lead {
    font-size: calc(1.2rem + ((1vw - 7.68px) * 1.78571));
  }
}

@media screen and (min-width: 1440px) {
  .safety .card .swiper-container-safety .safety-slide__fig-lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__fig-lead {
    display: block;
    min-height: 13.46667vw;
    font-size: 3.46667vw;
  }
}

.safety .card .swiper-container-safety .safety-slide__fig-annotation {
  font-weight: 700;
  display: block;
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__fig-annotation {
    font-size: calc(0.6rem + ((1vw - 7.68px) * 0.89286));
  }
}

@media screen and (min-width: 1440px) {
  .safety .card .swiper-container-safety .safety-slide__fig-annotation {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .swiper-container-safety .safety-slide__fig-annotation {
    font-size: 2.4vw;
  }
}

.safety .card .safety04-annotation {
  margin-top: 2.5vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .safety .card .safety04-annotation {
    font-size: calc(0.9rem + ((1vw - 7.68px) * 1.33929));
  }
}

@media screen and (min-width: 1440px) {
  .safety .card .safety04-annotation {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .safety .card .safety04-annotation {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .safety .card .safety04-annotation {
    font-size: 2.4vw;
  }
}

.safety .card .safety04-annotation-caution {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: no-repeat center/contain url("../img/safety04_caution.png") #fff;
}

.safety .safety-btm-annotation {
  margin: 1.66667vw 0 5.41667vw;
}

@media screen and (min-width: 1440px) {
  .safety .safety-btm-annotation {
    margin: 24px 0 78px;
  }
}

@media screen and (max-width: 768px) {
  .safety .safety-btm-annotation {
    margin: 3.33333vw 0.26667vw 10.26667vw;
  }
}

.safety .safety-btm-annotation__text {
  text-align: left;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .safety .safety-btm-annotation__text {
    font-size: calc(0.6rem + ((1vw - 7.68px) * 0.89286));
  }
}

@media screen and (min-width: 1440px) {
  .safety .safety-btm-annotation__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .safety .safety-btm-annotation__text {
    text-align: center;
    font-size: 2.4vw;
  }
}

.safety-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 48.125vw;
  height: 7.91667vw;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 1440px) {
  .safety-btn {
    width: 693px;
    height: 114px;
  }
}

@media screen and (max-width: 768px) {
  .safety-btn {
    width: 68.13333vw;
    height: 11.33333vw;
  }
}

.safety-btn:hover {
  background-color: #06584E;
  color: #fff;
}

.safety-btn:hover .safety-btn__link-text {
  color: #fff;
}

.safety-btn:hover .safety-btn__link::after {
  border-color: transparent transparent transparent #fff;
}

.safety-btn__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #32adc1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .safety-btn__link {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .safety-btn__link {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .safety-btn__link {
    font-size: 5.33333vw;
  }
}

.safety-btn__link-text {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #32adc1;
  font-weight: 700;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .safety-btn__link-text {
    font-size: calc(2.4rem + ((1vw - 7.68px) * 3.57143));
  }
}

@media screen and (min-width: 1440px) {
  .safety-btn__link-text {
    font-size: 48px;
  }
}

.safety-btn__link::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 1.38889vw 0 1.38889vw 2.77778vw;
  border-color: transparent transparent transparent #32adc1;
  top: calc(50% - 1.1805556vw);
  right: 7.5vw;
}

@media screen and (min-width: 1440px) {
  .safety-btn__link::after {
    border-width: 20px 0 20px 40px;
    top: calc(50% - 17px);
    right: 108px;
  }
}

@media screen and (max-width: 768px) {
  .safety-btn__link::after {
    border-width: 2.26667vw 0 2.26667vw 4.53333vw;
    top: calc(50% - 2.066667vw);
    right: 8vw;
  }
}

.safety {
  overflow: hidden;
}

.safety .swiper-container-safety {
  width: 100%;
}

.safety .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .safety .swiper-wrapper {
    margin-bottom: 21.33333vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.safety .swiper-button-next:after,
.safety .swiper-button-prev:after {
  content: "";
  border-style: solid;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: calc(50% - 2vw);
}

@media screen and (max-width: 768px) {
  .safety .swiper-button-next:after {
    border-width: 2vw 0 2vw 3.46667vw;
    border-color: transparent transparent transparent #768989;
    right: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .safety .swiper-button-prev:after {
    border-width: 2vw 3.46667vw 2vw 0;
    border-color: transparent #768989 transparent transparent;
    left: 2.4vw;
  }
}

.safety .swiper-button-next,
.safety .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  top: calc(58% - 25px);
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  display: none;
}

@media screen and (max-width: 768px) {
  .safety .swiper-button-next,
  .safety .swiper-button-prev {
    display: inherit;
    width: 9.6vw;
    height: 9.6vw;
    top: calc(38% - 5vw);
  }
}

.safety .swiper-button-next:hover,
.safety .swiper-button-prev:hover {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.54);
}

.safety .swiper-button-next {
  right: calc(20.4% - 25px);
}

@media screen and (max-width: 768px) {
  .safety .swiper-button-next {
    right: -4.8vw;
  }
}

.safety .swiper-button-prev {
  left: calc(20.4% - 25px);
}

@media screen and (max-width: 768px) {
  .safety .swiper-button-prev {
    left: -4.8vw;
  }
}

.safety .swiper-pagination {
  display: none;
  z-index: -9999;
}

@media screen and (max-width: 768px) {
  .safety .swiper-pagination {
    display: block;
    z-index: 0;
  }
}

.safety .swiper-pagination-bullets {
  display: none;
}

@media screen and (max-width: 768px) {
  .safety .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 153.33333vw;
  }
}

.safety .swiper-pagination-bullets .swiper-pagination-bullet {
  display: none;
}

@media screen and (max-width: 768px) {
  .safety .swiper-pagination-bullets .swiper-pagination-bullet {
    display: initial;
    width: 8vw;
    height: 8vw;
    margin: 0 2.66667vw;
    -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    opacity: 1;
  }
}

.safety .swiper-pagination-bullets .swiper-pagination-bullet-active {
  display: none;
}

@media screen and (max-width: 768px) {
  .safety .swiper-pagination-bullets .swiper-pagination-bullet-active {
    display: block;
    position: relative;
  }
  .safety .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    width: 72%;
    height: 72%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 14%;
    left: 14%;
  }
}

/* *****************************************************************************************************
# 05.PRICE
***************************************************************************************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.contents section {
  position: relative;
}

.contents section {
  z-index: 0;
}

.contents .sec-nav {
  z-index: 100;
}

/* --------------------------------------------------
   base layout
-------------------------------------------------- */
.contents section.price {
  margin-top: 0;
}

.contents section.price .sec-blueback {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #32adc1;
  padding: 0 6.94444%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents section.price .sec-blueback {
    padding: 0 6.66667%;
  }
}

.contents section.price .sec-nav {
  width: 6.94444%;
  max-width: 100px;
  position: absolute;
  left: 0;
}

.contents section.price .sec-bar,
.contents section.price .sec-subttl {
  text-align: center;
}

.contents section.price .sec-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contents section.price .sec-column {
    display: block;
  }
}

.contents section.price .sec-column__box {
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.3871%;
  flex: 0 1 48.3871%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents section.price .card__content {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 4.03226%;
  padding-right: 4.03226%;
}

@media screen and (max-width: 768px) {
  .contents section.price .card__content {
    padding-top: 9.33333vw;
    padding-bottom: 6.66667vw;
    padding-left: 6.66667%;
    padding-right: 6.66667%;
  }
}

/* --------------------------------------------------
   header
-------------------------------------------------- */
section.price .sec-nav {
  top: 98px;
}

@media screen and (max-width: 768px) {
  section.price .sec-nav {
    top: 8vw;
  }
}

.price-header {
  background-image: url("../img/sec05_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 34.03%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .price-header {
    padding-bottom: 44.21%;
  }
}

.price-header__inner {
  width: 100%;
  position: absolute;
  top: 32.65306%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price-header__inner {
    top: 8.26667vw;
  }
}

.price-ttl {
  width: 28.75%;
  max-width: 414px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .price-ttl {
    width: 46.66667%;
    max-width: 350px;
  }
}

.price-lead {
  margin-top: 50px;
  padding-left: 1em;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  .price-lead {
    font-size: calc(2rem + ((1vw - 7.68px) * 2.97619));
  }
}

@media screen and (min-width: 1440px) {
  .price-lead {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .price-lead {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}

/* --------------------------------------------------
   contents
-------------------------------------------------- */
section.price .price-contents {
  background-color: #32adc1;
  padding-bottom: 112px;
}

@media screen and (max-width: 768px) {
  section.price .price-contents {
    padding-bottom: 6.66667vw;
  }
}

section.price .price-contents .sec-blueback::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 12.1%;
  background-color: #32adc1;
}

@media screen and (max-width: 768px) {
  section.price .price-contents .sec-blueback::before {
    padding-top: 0;
    height: 14.4vw;
  }
}

/* 残価設定型プラン
-------------------------------------- */
section.price .price-data {
  margin-top: 0;
  z-index: 0;
}

section.price .price-data .card__top {
  max-width: 354px;
  width: 24.58333vw;
  height: 12.29167vw;
  max-height: 177px;
  top: -6.94444vw;
  right: calc(50% - 12.29167vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}

@media screen and (min-width: 1440px) {
  section.price .price-data .card__top {
    top: -100px;
    right: calc(50% - 177px);
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__top {
    width: 34.66667vw;
    height: 17.33333vw;
    top: -10.93333vw;
    right: calc(50% - 17.33333vw);
  }
}

section.price .price-data .card__top-text {
  margin-bottom: 1.66667vw;
}

@media screen and (min-width: 1440px) {
  section.price .price-data .card__top-text {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__top-text {
    margin-bottom: -1.06667vw;
  }
}

section.price .price-data .card__top-text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  section.price .price-data .card__top-text {
    font-size: calc(1.7rem + ((1vw - 7.68px) * 2.52976));
  }
}

@media screen and (min-width: 1440px) {
  section.price .price-data .card__top-text {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__top-text {
    font-size: 3.33333vw;
  }
}

section.price .price-data .card__content {
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90.08065%;
  max-width: 1117px;
  margin: 0 auto;
  padding-top: 128px;
  padding-bottom: 128px;
  padding-left: 0;
  padding-right: 0;
}

section.price .price-data .card__content .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__content .pc {
    display: none;
  }
}

section.price .price-data .card__content .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__content .sp {
    display: block;
  }
}

@media screen and (max-width: 1240px) {
  section.price .price-data .card__content {
    padding-top: 8.33333vw;
    padding-bottom: 8.33333vw;
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data .card__content {
    display: block;
    padding-top: 10.66667vw;
    padding-bottom: 5.33333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

section.price .price-data__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.01253%;
  flex: 0 1 58.01253%;
}

@media screen and (max-width: 768px) {
  section.price .price-data__pic {
    padding-left: 2.4vw;
    padding-right: 1.6vw;
  }
}

section.price .price-data__pic img {
  width: 91.35802%;
  max-width: 592px;
}

section.price .price-data__detail .price-data__pic {
  text-align: center;
}

section.price .price-data__detail .price-data__txt,
section.price .price-data__detail .price-data__notes {
  margin-bottom: 0;
  padding-left: 5.8642%;
  padding-right: 13.11728%;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  section.price .price-data__detail .price-data__txt,
  section.price .price-data__detail .price-data__notes {
    padding-left: 0;
    padding-right: 0;
  }
}

section.price .price-data__detail .price-data__txt {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  section.price .price-data__detail .price-data__txt {
    margin-top: 6.66667vw;
  }
}

section.price .price-data__detail .price-data__notes {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  section.price .price-data__detail .price-data__notes {
    margin-top: 4vw;
  }
}

section.price .price-data__example {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.89794%;
  flex: 0 1 41.89794%;
}

section.price .price-data__example .price-data__ttl {
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  section.price .price-data__example .price-data__ttl {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.4881));
  }
}

@media screen and (min-width: 1440px) {
  section.price .price-data__example .price-data__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data__example .price-data__ttl {
    margin-top: 6.66667vw;
    font-size: 3.2vw;
  }
}

section.price .price-data__example .price-data__ttl em {
  font-size: 1.4em;
  position: relative;
  top: 2px;
  padding: 0 2px;
}

section.price .price-data__example .price-data__tbl {
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  section.price .price-data__example .price-data__tbl {
    margin-top: 5.33333vw;
  }
}

section.price .price-data__example .price-data__tbl th, section.price .price-data__example .price-data__tbl td {
  border: 1px solid #707070;
  padding: 18px 5.12821%;
}

@media screen and (min-width: 768px) {
  section.price .price-data__example .price-data__tbl th, section.price .price-data__example .price-data__tbl td {
    font-size: calc(0.9rem + ((1vw - 7.68px) * 1.33929));
  }
}

@media screen and (min-width: 1440px) {
  section.price .price-data__example .price-data__tbl th, section.price .price-data__example .price-data__tbl td {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  section.price .price-data__example .price-data__tbl th, section.price .price-data__example .price-data__tbl td {
    padding: 2.4vw 3.2vw;
    font-size: 2.93333vw;
  }
}

section.price .price-data__example .price-data__tbl th {
  background-color: #C1E6EC;
  font-weight: normal;
  text-align: left;
}

section.price .price-data__example .price-data__tbl td {
  text-align: right;
}

section.price .price-data__example .price-data__heading-dark th {
  background-color: #fff;
  border-width: 1px;
  border-color: #707070;
  border-style: solid;
  background-color: #84CEDA;
}

section.price .price-data__example .price-data__heading th, section.price .price-data__example .price-data__heading td {
  background-color: #32adc1;
  color: #fff;
}

section.price .price-data__example .price-data__heading th {
  border-right: none;
}

section.price .price-data__example .price-data__heading td {
  border-left: none;
}

section.price .price-data__example .price-date__pale th {
  border: solid 1px #707070;
}

section.price .price-data__example .price-data__heading2 th, section.price .price-data__example .price-data__heading2 td {
  color: #fff;
  background: no-repeat center/cover url("../img/05bg_heading.png");
}

section.price .price-data__example .price-data__heading2 th {
  border-right: none;
}

section.price .price-data__example .price-data__heading2 td {
  border-left: none;
}

section.price .price-data__example .price-data__stripe th {
  background: no-repeat center/cover url("../img/05bg_table.png");
}

section.price .price-data__example .price-data__heading3 th, section.price .price-data__example .price-data__heading3 td {
  color: #fff;
  background-color: #f88b2d;
}

section.price .price-data__example .price-data__heading3 th {
  border-right: none;
}

section.price .price-data__example .price-data__heading3 td {
  border-left: none;
}

section.price .price-data__example .price-data__pink th {
  background-color: #FBB981;
  border-right: none;
}

section.price .price-data__example .price-data__total th {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
