@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
  background-color: #F5F5F5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #333333;
  font-family: "Noto Sans JP", 'Hiragino Sans', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

.c_red {
  color: #D62C2C;
}

.txt_en {
  font-family: "Zalando Sans Expanded", sans-serif;
}

@-webkit-keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }

  75% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-moz-keyframes arrowHoverVerticalDown {
  0% {
    -moz-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }

  75% {
    -moz-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes arrowHoverVerticalDown {
  0% {
    -webkit-transform: translateY(0.6rem);
    -moz-transform: translateY(0.6rem);
    transform: translateY(0.6rem);
  }

  75% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
}

:root {
  --jp: "Noto Sans JP", sans-serif;
  --en: "Zalando Sans Expanded", sans-serif;
  --black: #333;
  --white: #fff;
  --red: #D62C2C;
  --dark_red: #911100;
}

@media screen and (min-width: 769px),
print {
  .show_sp {
    display: none !important;
  }

  .row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .ttl {
    padding: 117px 0 145px;
    background-color: #fff;
  }

  .ttl h2 {
    margin-bottom: 64px;
  }

  .ttl h2.st2 small {
    font-size: 30px;
  }

  .ttl h2 span {
    display: inline-block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 92px;
    line-height: 66px;
    color: #D62C2C;
    position: relative;
  }

  .ttl h2 span::after {
    content: "";
    width: 25px;
    height: 24px;
    background: url(../img/flower.png) center/100% 100% no-repeat;
    display: inline-block;
  }

  .ttl h2 small {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-top: 20px;
  }

  .tl2 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #454545;
    border-left: 4px solid #D62C2C;
    padding: 15px 0 15px 24px;
    margin-bottom: 60px;
  }

  .tl2.hasMt {
    margin-top: 75px;
  }

  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb ul li {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
  }

  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 20px;
  }

  .breadcrumb ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 9px;
    background: url(../img/breadcrumb_ar.png) center/100% 100% no-repeat;
    display: block;
  }

  a.btn,
  button.btn {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 64px 0 32px;
    min-width: 175px;
    min-height: 54px;
    background: #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  a.btn.st2,
  button.btn.st2 {
    background-color: #333;
    color: #fff;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  a.btn:hover,
  button.btn:hover {
    opacity: 1;
    background: var(--black);
  }

  a.btn_pdf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    background: #ECECEC;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    padding: 0 76px;
    font-size: 16px;
  }

  a.btn_pdf::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/ic_download.png) center/100% 100% no-repeat;
    display: block;
  }

  a.btn_pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../img/ic_pdf.png) center/100% 100% no-repeat;
    display: block;
  }

  .b-contact {
    position: relative;
    z-index: 2;
    min-height: 651px;
    padding-top: 45.20833%;
    overflow: hidden;
  }

  .b-contact>figure,
  .b-contact>picture {
    position: absolute;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform;
  }

  .b-contact>figure img,
  .b-contact>picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .b-contact .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-contact h2 {
    text-align: center;
    margin-bottom: 60px;
  }

  .b-contact h2 span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 40px;
  }

  .b-contact h2 small {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .b-contact ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-contact ul li {
    margin: 20px;
  }

  .b-contact ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 480px;
    min-height: 160px;
    padding: 0 70px 0 127px;
    background: rgba(214, 44, 44, 0.7);
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
  }

  .b-contact ul li a.st2:before {
    background-image: url(../img/contactMail.png);
  }

  .b-contact ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/contactPhone.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .b-contact ul li a ins {
    display: block;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    line-height: 0;
  }

  .b-contact ul li a ins::before,
  .b-contact ul li a ins::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .b-contact ul li a ins::before {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .b-contact ul li a ins::after {
    width: 4px;
    height: 4px;
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .b-contact ul li a span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .b-contact ul li a small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .b-contact ul li a:hover {
    background: var(--red);
    opacity: 1;
  }

  .b-contact ul li a:hover ins {
    border: 1px solid var(--red);
  }

  .b-contact ul li a:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .b-contact ul li a:hover ins::after {
    background: var(--red);
  }

  .btnCircle {
    position: relative;
  }

  .btnCircle ins {
    display: block;
    width: 18px;
    height: 18px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 32px;
    position: absolute;
    background: #fff;
    border: 1px solid #D62C2C;
    line-height: 0;
  }

  .btnCircle ins::before,
  .btnCircle ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .btnCircle ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D62C2C;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCircle ins::after {
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #D62C2C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btnCircle:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btnCircle:hover ins::after {
    background: #fff;
  }

  .btnCircle.st2 ins {
    background: var(--red);
  }

  .btnCircle.st2 ins::before {
    background: var(--white);
  }

  .btnCircle.st2 ins::after {
    background: var(--white);
  }

  .btnCircle.st2:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btnCircle.st2:hover ins::after {
    background: var(--red);
  }

  .header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
  }

  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 40px;
    position: relative;
  }

  .header__main--logo {
    line-height: 0;
    width: 120px;
  }

  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .header__main--logo a img {
    width: 100%;
    height: auto;
  }

  .header__main--nav {
    margin-left: auto;
  }

  .header__main--nav--menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__main--nav--menu>li {
    text-align: center;
    line-height: 0;
  }

  .header__main--nav--menu>li:not(:last-child) {
    margin-right: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .header__main--nav--menu>li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .header__main--nav--menu>li>a {
    position: relative;
    display: inline-block;
    min-width: 80px;
    padding: 48px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .header__main--nav--menu>li>a {
    padding: 15px 0;
    min-width: 60px;
  }
}

@media screen and (min-width: 769px),
print {
  .header__main--nav--menu>li>a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--red);
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__main--nav--menu>li>a>span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    position: relative;
    color: transparent;
    white-space: nowrap;
  }

  .header__main--nav--menu>li>a>span::before,
  .header__main--nav--menu>li>a>span::after {
    position: absolute;
    white-space: nowrap;
    width: 100%;
    left: 0;
    text-align: center;
    color: var(--black);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .header__main--nav--menu>li>a>span::before {
    content: attr(data-en);
    top: 0;
    font-family: var(--en);
    letter-spacing: 0.04em;
  }

  .header__main--nav--menu>li>a>span::after {
    content: attr(data-jp);
    top: 100%;
    opacity: 0;
  }

  .header__main--nav--menu>li:hover>a {
    opacity: 1;
  }

  .header__main--nav--menu>li:hover>a::after {
    top: -webkit-calc(50% + 15px);
    top: -moz-calc(50% + 15px);
    top: calc(50% + 15px);
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  .header__main--nav--menu>li:hover>a span::before {
    top: -100%;
    opacity: 0;
  }

  .header__main--nav--menu>li:hover>a span::after {
    top: 0;
    opacity: 1;
  }

  .header__main--nav--menu>li>em {
    display: none;
  }

  .header__main--nav--menu>li>.subMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
  }

  .header__main--nav--menu>li>.subMenu.open {
    opacity: 1;
    pointer-events: auto;
  }

  .header__main--nav--menu>li>.subMenu h3 {
    font-size: 64px;
    line-height: 46px;
    font-family: var(--en);
    color: var(--red);
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 440px;
  }

  .header__main--nav--menu>li>.subMenu h3::after {
    content: "";
    width: 25px;
    height: 24px;
    background: url("../img/flower.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .header__main--nav--menu>li>.subMenu>nav {
    border-left: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: auto;
  }

  .header__main--nav--menu>li>.subMenu>nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 0 0 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--nav--menu>li>.subMenu>nav ul {
    padding: 0 0 0 20px;
  }
}

@media screen and (min-width: 769px),
print {
  .header__main--nav--menu>li>.subMenu>nav ul li {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--nav--menu>li>.subMenu>nav ul li {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 769px),
print {
  .header__main--nav--menu>li>.subMenu>nav ul li a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a ins {
    display: block;
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 12px;
    background: var(--red);
    border: 1px solid var(--red);
    line-height: 0;
    position: relative;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a ins::before,
  .header__main--nav--menu>li>.subMenu>nav ul li a ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a ins::after {
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a:hover {
    opacity: 1;
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .header__main--nav--menu>li>.subMenu>nav ul li a:hover ins::after {
    background: var(--red);
  }

  .header__main--nav--menu>li>.subMenu .fig {
    width: 320px;
    height: 100%;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
  }

  .header__main--nav--menu>li>.subMenu .fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header__main--nav--sub {
    display: none;
  }

  .header__main--partner {
    margin-left: 72px;
    line-height: 0;
    width: 116px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .header__main--partner {
    margin-left: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .header__main--partner a {
    display: block;
    line-height: 0;
    width: 100%;
    pointer-events: none;
  }

  .header__main--partner a img {
    width: 100%;
    height: auto;
  }

  .footer {
    position: relative;
    z-index: 2;
  }

  .footer__top {
    padding: 85px 0 80px;
  }

  .footer__top--logo {
    text-align: center;
    line-height: 0;
  }

  .footer__top--logo a {
    display: inline-block;
    line-height: 0;
    width: 306px;
  }

  .footer__top--logo a img {
    width: 100%;
    height: auto;
  }

  .footer__top--partner {
    margin-top: 65px;
    overflow: hidden;
  }

  .footer__top--partner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -40px;
  }

  .footer__top--partner ul li {
    line-height: 0;
    margin: 40px;
  }

  .footer__top--partner ul li a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }

  .footer__top--partner ul li a img {
    width: 100%;
    height: auto;
  }

  .footer__top--partner ul li.st1 {
    width: 160px;
  }

  .footer__top--partner ul li.st2 {
    width: 190px;
  }

  .footer__top--partner ul li.st3 {
    width: 176px;
  }

  .footer__top--partner ul li.st4 {
    width: 212px;
  }

  .footer__top--partner ul li.st4 a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .footer__top--partner ul li.st4 a img {
    width: 188px;
  }

  .footer__top--partner ul li.st4 a i {
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .footer__top--partner ul li.st4 a i::before,
  .footer__top--partner ul li.st4 a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrowBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--partner ul li.st4 a i::before {
    top: 0;
    left: 0;
  }

  .footer__top--partner ul li.st4 a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .footer__top--partner ul li.st4 a:hover {
    opacity: 1;
  }

  .footer__top--partner ul li.st4 a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .footer__top--partner ul li.st4 a:hover i::after {
    top: 0;
    left: 0;
  }

  .footer__top--btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 -40px;
  }

  .footer__top--btns a {
    width: 360px;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FF6010;
    margin: 40px;
    padding: 0 0 0 27px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--btns a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27px;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }

  .footer__top--btns a i::before,
  .footer__top--btns a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--btns a i::before {
    top: 0;
    left: 0;
  }

  .footer__top--btns a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .footer__top--btns a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .footer__top--btns a:hover i::after {
    top: 0;
    left: 0;
  }

  .footer__top--btns a img {
    width: 92px;
    margin-right: 16px;
  }

  .footer__top--btns a span {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .footer__bot {
    background: var(--red);
    padding: 60px 0 65px;
  }

  .footer__bot--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bot--main--logo {
    line-height: 0;
    width: 274.15px;
    margin: 15px 0;
  }

  .footer__bot--main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .footer__bot--main--logo a img {
    width: 100%;
    height: auto;
  }

  .footer__bot--main--nav {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer__bot--main--nav>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bot--main--nav>ul>li {
    text-align: center;
    line-height: 0;
  }

  .footer__bot--main--nav>ul>li:not(:last-child) {
    margin-right: 40px;
  }

  .footer__bot--main--nav>ul>li>a {
    position: relative;
    display: inline-block;
  }

  .footer__bot--main--nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--white);
    left: 50%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: -webkit-calc(50% + 15px);
    top: -moz-calc(50% + 15px);
    top: calc(50% + 15px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__bot--main--nav>ul>li>a>span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    position: relative;
    color: transparent;
    white-space: nowrap;
  }

  .footer__bot--main--nav>ul>li>a>span::before,
  .footer__bot--main--nav>ul>li>a>span::after {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .footer__bot--main--nav>ul>li>a>span::before {
    content: attr(data-en);
    top: 0;
    font-family: var(--en);
  }

  .footer__bot--main--nav>ul>li>a>span::after {
    content: attr(data-jp);
    font-family: var(--jp);
    top: 100%;
    opacity: 0;
  }

  .footer__bot--main--nav>ul>li>a:hover {
    opacity: 1;
  }

  .footer__bot--main--nav>ul>li>a:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  .footer__bot--main--nav>ul>li>a:hover span::before {
    top: -100%;
    opacity: 0;
  }

  .footer__bot--main--nav>ul>li>a:hover span::after {
    top: 0;
    opacity: 1;
  }

  .footer__bot--main--nav>ul>li em {
    display: none;
  }

  .footer__bot--main--nav>ul>li>ul {
    display: none;
  }

  .footer__bot--area {
    margin-top: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .footer__bot--area--contact {
    width: 214px;
    margin: 15px 0;
  }

  .footer__bot--area--contact a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 32px;
    width: 100%;
    height: 54px;
    background: #fff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    font-family: var(--en);
    font-weight: 400;
    color: var(--black);
  }

  .footer__bot--area--contact a ins {
    right: 32px;
    background: var(--red);
  }

  .footer__bot--area--contact a ins::before {
    background: var(--white);
  }

  .footer__bot--area--contact a ins::after {
    background: var(--white);
  }

  .footer__bot--area--contact a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--black);
  }

  .footer__bot--area--contact a:hover ins::after {
    background: var(--red);
  }

  .footer__bot--area--main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__bot--area--main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .footer__bot--area--main dl {
    width: 230px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bot--area--main dl+dl {
    border-left: 1px solid #000;
  }

  .footer__bot--area--main dl:last-of-type {
    width: 335px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .footer__bot--area--main dl:last-of-type {
    width: 259px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bot--area--main dl dt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
    margin-right: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .footer__bot--area--main dl dt {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bot--area--main dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bot--area--main dl dd ul li+li {
    margin-left: 8px;
  }

  .footer__bot--area--main dl dd ul li {
    width: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .footer__bot--area--main dl dd ul li {
    width: 30px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bot--area--main dl dd ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .footer__bot--area--main dl dd ul li a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 769px),
print {
  .footer__bot--area--main dl dd ul li a.phone {
    background: url("../img/footerPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.phone:hover {
    opacity: 1;
    background: url("../img/footerPhoneBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.map {
    background: url("../img/footerMap.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.map:hover {
    opacity: 1;
    background: url("../img/footerMapBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__copy {
    background: var(--dark_red);
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .footer__copy--main {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .footer__copy--main--text {
    font-size: 12px;
    line-height: 1.5;
    font-family: var(--en);
    letter-spacing: 0.04em;
    color: #F4EADF;
  }

  .footer__copy--main--exlink {
    line-height: 0;
  }

  .footer__copy--main--exlink a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.56;
    letter-spacing: 0.04em;
    color: #F4EADF;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .footer__copy--main--exlink a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--white);
    left: 50%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: -webkit-calc(50% + 10px);
    top: -moz-calc(50% + 10px);
    top: calc(50% + 10px);
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__copy--main--exlink a:hover {
    opacity: 1;
  }

  .footer__copy--main--exlink a:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  .footer__copy--main--exlink a+a {
    margin-left: 48px;
  }

  .cta_fixed {
    position: fixed;
    z-index: 99;
    bottom: 50px;
    right: 50px;
  }

  .cta_fixed a.btn.st2 ins,
  .cta_fixed button.btn.st2 ins {
    width: 18px;
    height: 18px;
    right: 24px;
    border: 1px solid var(--red);
  }

  .cta_fixed a.btn.st2 ins::after,
  .cta_fixed button.btn.st2 ins::after {
    width: 4px;
    height: 4px;
  }

  .cta_fixed.st2 a.btn.st2,
  .cta_fixed.st2 button.btn.st2 {
    border: 1px solid #FF0000;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta_fixed.st2 a.btn.st2:hover,
  .cta_fixed.st2 button.btn.st2:hover {
    color: #fff;
    background: var(--red);
    opacity: 1;
  }

  .cta_fixed.st3 {
    top: 50%;
    bottom: initial;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cta_fixed.st3 a.btn.st2,
  .cta_fixed.st3 button.btn.st2 {
    border: 0;
    padding: 10px;
    gap: 10px;
    min-width: 60px;
    min-height: 88px;
    width: 60px;
    height: 88px;
    background: #D62C2C;
    -moz-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
  }

  .cta_fixed.st3 a.btn.st2 span,
  .cta_fixed.st3 a.btn.st2 small,
  .cta_fixed.st3 a.btn.st2:after,
  .cta_fixed.st3 a.btn.st2 ins,
  .cta_fixed.st3 button.btn.st2 span,
  .cta_fixed.st3 button.btn.st2 small,
  .cta_fixed.st3 button.btn.st2:after,
  .cta_fixed.st3 button.btn.st2 ins {
    display: none;
  }

  .cta_fixed.st3 a.btn.st2 em,
  .cta_fixed.st3 button.btn.st2 em {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta_fixed.st3 a.btn.st2 em::after,
  .cta_fixed.st3 button.btn.st2 em::after {
    position: absolute;
    content: attr(data-hover);
    font-size: 16px;
    line-height: 1.36;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 500;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    letter-spacing: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--jp);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta_fixed.st3 a.btn.st2 em i,
  .cta_fixed.st3 button.btn.st2 em i {
    font-style: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .cta_fixed.st3 a.btn.st2:hover,
  .cta_fixed.st3 button.btn.st2:hover {
    background: var(--dark_red);
  }

  .cta_fixed.st3 a.btn.st2:hover i,
  .cta_fixed.st3 button.btn.st2:hover i {
    opacity: 0;
  }

  .cta_fixed.st3 a.btn.st2:hover em::after,
  .cta_fixed.st3 button.btn.st2:hover em::after {
    opacity: 1;
    visibility: visible;
  }

  .cta_fixed ul li+li {
    margin-top: 9px;
  }

  .cta_fixed a.btn.st2,
  .cta_fixed button.btn.st2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 24px;
    min-width: 264px;
    min-height: 57px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid #FFFFFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .cta_fixed a.btn.st2 span,
  .cta_fixed button.btn.st2 span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
  }

  .cta_fixed a.btn.st2 small,
  .cta_fixed button.btn.st2 small {
    display: block;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .cta_fixed a.btn.st2 em,
  .cta_fixed button.btn.st2 em {
    display: none;
  }

  .pTop {
    background-color: #fff;
  }

  .pTop .header {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .header.changeBg {
    background-color: #fff;
  }

  .pTop .header.changeWhite {
    background-color: #fff;
  }

  .pTop .mv {
    position: relative;
  }

  .pTop .mv .mv_map {
    position: relative;
  }

  .pTop .mv .mv_map .mmi {
    width: 28px;
    position: absolute;
    z-index: 2;
  }

  .pTop .mv .mv_map .mmi.map01 {
    left: 46.11111%;
    top: 28.11111%;
  }

  .pTop .mv .mv_map .mmi.map02 {
    left: 48.47222%;
    top: 42.77778%;
  }

  .pTop .mv .mv_map .mmi.map03 {
    left: 47.63889%;
    bottom: 35.11111%;
  }

  .pTop .mv_txt {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 3;
  }

  .pTop .mv_txt h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pTop .mv_txt h2 em {
    font-style: normal;
    clip-path: inset(-0.1em -0.2em -0.15em);
  }

  .pTop .mv_txt h2 em:nth-of-type(2) span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
  }

  .pTop .mv_txt h2 span {
    display: inline-block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    color: #FFFFFF;
    text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .pTop .mv_txt h2 small {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pTop .mv_txt h2 small img {
    margin-right: 10px;
    width: 149px;
  }

  .pTop .mv .swiper-fade-full {
    width: 100%;
    height: 100vh;
  }

  .pTop .mv .swiper-slide {
    height: 100vh;
  }

  .pTop .mv .swiper-slide picture {
    height: 100%;
  }

  .pTop .mv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .about {
    padding: 235px 0 255px;
    position: relative;
  }

  .pTop .about .about_map {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
  }

  .pTop .about .about_map figure {
    position: relative;
  }

  .pTop .about .about_map figure picture {
    pointer-events: none;
    z-index: -1;
  }

  .pTop .about .about_map figure .abi {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #000000;
  }

  .pTop .about .about_map figure .abi img {
    width: 20px;
  }

  .pTop .about .about_map figure .abi.map01 {
    top: 40.69612%;
    right: 58.2265%;
  }

  .pTop .about .about_map figure .abi.map02 {
    top: 59.43775%;
    right: 57.15812%;
  }

  .pTop .about .about_map figure .abi.map03 {
    top: 70.28112%;
    right: 58.2265%;
  }

  .pTop .about .row {
    position: relative;
    z-index: 2;
  }

  .pTop .about h2 {
    margin-bottom: 80px;
  }

  .pTop .about h2 img {
    width: 455px;
    max-width: 100%;
  }

  .pTop .about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 3;
    letter-spacing: 0.04em;
  }

  .pTop .about p span {
    color: #D62C2C;
  }

  .pTop .about .btn {
    margin-top: 110px;
  }

  .pTop .about .btn ins {
    right: 23px;
  }

  .pTop .about .btn::after {
    display: none;
  }

  .pTop .t_tl {
    margin-bottom: 59px;
  }

  .pTop .t_tl span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #D62C2C;
  }

  .pTop .t_tl span img {
    width: 25px;
  }

  .pTop .t_tl small {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
  }

  .pTop .tfeatures {
    position: relative;
    padding: 0px 0 72px;
  }

  .pTop .tfeatures .tfeatures_mask {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    margin-bottom: -webkit-calc(-100vh + var(--header-height));
    margin-bottom: -moz-calc(-100vh + var(--header-height));
    margin-bottom: calc(-100vh + var(--header-height));
    padding: 0 var(--value);
    will-change: padding;
  }

  .pTop .tfeatures .tfeatures_mask--inner {
    background: url(../img/feature_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    -moz-border-radius: var(--value);
    border-radius: var(--value);
  }

  .pTop .tfeatures .tfeatures_tl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    margin-bottom: -webkit-calc(-100vh + var(--header-height));
    margin-bottom: -moz-calc(-100vh + var(--header-height));
    margin-bottom: calc(-100vh + var(--header-height));
  }

  .pTop .tfeatures .tfeatures_tl .t_tl {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pTop .tfeatures .tfeatures_tl .t_tl h2 {
    -webkit-transform: translateY(var(--trfy));
    -moz-transform: translateY(var(--trfy));
    -ms-transform: translateY(var(--trfy));
    transform: translateY(var(--trfy));
  }

  .pTop .tfeatures .tfeatures_tl .t_tl span {
    color: #fff;
  }

  .pTop .tfeatures .tfeatures_tl .t_tl.hidden {
    opacity: 0;
  }

  .pTop .tfeatures .tfeatures_list {
    padding: 160px 70px 0;
    position: relative;
    z-index: 19;
    margin-top: -webkit-calc(50vh - var(--header-height));
    margin-top: -moz-calc(50vh - var(--header-height));
    margin-top: calc(50vh - var(--header-height));
  }

  .pTop .tfeatures .tfeatures_list li {
    padding: 24px 24px 40px;
    width: 468px;
    background: #D62C2C;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  .pTop .tfeatures .tfeatures_list li h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin: 35px 0 20px;
  }

  .pTop .tfeatures .tfeatures_list li:nth-child(even) {
    margin-left: auto;
  }

  .pTop .tfeatures .tfeatures_list li+li {
    margin-top: -164px;
  }

  .pTop .tfeatures .tfeatures_list li.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .pTop .tfeatures .f_btn {
    margin-top: 80px;
    text-align: center;
  }

  .pTop .tfeatures .f_btn .btn {
    min-width: 232px;
  }

  .pTop .tfeatures .f_btn .btn ins {
    right: 32px;
  }

  .pTop .tfeatures .f_btn .btn:hover {
    background: var(--black);
  }

  .pTop .tservice {
    padding-top: 180px;
    position: relative;
    z-index: 20;
    background: var(--white);
  }

  .pTop .tservice .tservice_title {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: var(--header-height);
    margin-bottom: var(--allSubTilte);
    min-height: -webkit-calc(100vh - var(--header-height) - var(--buffer-height));
    min-height: -moz-calc(100vh - var(--header-height) - var(--buffer-height));
    min-height: calc(100vh - var(--header-height) - var(--buffer-height));
  }

  .pTop .tservice .tservice_title h2 {
    margin-bottom: 0;
  }

  .pTop .tservice .tservice_title h2 span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pTop .tservice .tservice_list {
    margin-top: -webkit-calc(-100vh + var(--header-height) - var(--buffer-height));
    margin-top: -moz-calc(-100vh + var(--header-height) - var(--buffer-height));
    margin-top: calc(-100vh + var(--header-height) - var(--buffer-height));
    position: relative;
  }

  .pTop .tservice .tservice_list li {
    padding: 0 0 113px;
    border-top: 1px solid #A7A6A6;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: var(--top);
    background: var(--white);
    min-height: -webkit-calc(100vh - var(--header-height) - var(--title-height));
    min-height: -moz-calc(100vh - var(--header-height) - var(--title-height));
    min-height: calc(100vh - var(--header-height) - var(--title-height));
    margin-bottom: var(--bot);
  }

  .pTop .tservice .tservice_list .sit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
  }

  .pTop .tservice .tservice_list .sit .sit_title {
    width: 100%;
    padding: 15px 0 15px;
  }

  .pTop .tservice .tservice_list .sit .sit_title>span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    display: block;
  }

  .pTop .tservice .tservice_list .sit .sit_l {
    width: 46%;
  }

  .pTop .tservice .tservice_list .sit .sit_l figure img {
    width: 100%;
    height: auto;
  }

  .pTop .tservice .tservice_list .sit .sit_r {
    width: 54%;
    padding-left: 120px;
  }

  .pTop .tservice .tservice_list .sit .sit_r .btn {
    margin-top: 35px;
    min-width: 232px;
  }

  .pTop .tservice .tservice_list .sit .sit_r .c_red {
    color: #D62C2C;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 {
    margin-bottom: 40px;
    position: relative;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 span {
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.04em;
    display: block;
    margin: 20px 0;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 small {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pTop .tservice .tservice_list .sit .sit_r .btn ins {
    right: 32px;
  }

  .pTop .tservice.is_sticky .tservice_title h2 span {
    font-size: 28px;
  }

  .pTop .tpickup {
    background-color: #ECECEC;
    padding: 120px 0 176px;
  }

  .pTop .tpickup .tpickup_slider {
    position: relative;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -122px;
    right: 0;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div {
    display: block;
    text-indent: -9999px;
    margin: 0;
    position: static;
    width: 44px;
    height: 44px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    border: 17px solid #D62C2C;
    display: block;
    background-color: #fff;
    position: relative;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div.swiper-button-next span {
    left: initial;
    right: 0;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: #fff;
    display: block;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover {
    background-color: #D62C2C;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover span {
    width: 0;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover::after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover::before {
    opacity: 1;
    background-color: #D62C2C;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:not(:last-child) {
    margin-right: 98px;
  }

  .pTop .tpickup .tpickup_list li {
    width: 385px;
    margin-right: 24px;
  }

  .pTop .tpickup .tpickup_list li a {
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .pTop .tpickup .tpickup_list li a:hover {
    opacity: 1;
  }

  .pTop .tpickup .tpickup_list li a:hover img {
    opacity: 1;
  }

  .pTop .tpickup .tpickup_list li a:hover figure img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .pTop .tpickup .tpickup_list li a .meta time {
    margin-right: 12px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .pTop .tpickup .tpickup_list li a .meta span {
    padding: 2px 16px;
    background: #fff;
    -moz-border-radius: 99px;
    border-radius: 99px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    min-width: 90px;
    min-height: 26px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pTop .tpickup .tpickup_list li a figure {
    height: 189px;
    margin: 20px 0;
    overflow: hidden;
  }

  .pTop .tpickup .tpickup_list li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tpickup .tpickup_list li a p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333333;
  }

  .pTop .tnews {
    padding: 124px 0 74px;
  }

  .pTop .tnews .tnews_btn {
    text-align: center;
    margin-top: 85px;
  }

  .pTop .tnews .tnews_btn .btn {
    min-width: 232px;
  }

  .pTop .tnews .tab_content {
    display: none;
  }

  .pTop .tnews .tab_content.active {
    display: block;
  }

  .pTop .tnews .category_tt {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #333333;
    margin-bottom: 16px;
  }

  .pTop .tnews .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }

  .pTop .tnews .tabs li {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .pTop .tnews .tabs li a {
    padding: 0 16px;
    min-width: 90px;
    min-height: 26px;
    background: #F5F5F5;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tnews .tabs li a.active,
  .pTop .tnews .tabs li a:hover {
    background-color: #D62C2C;
    color: #fff;
    opacity: 1;
  }

  .pTop .tnews .tnews_list li:first-child a {
    border-top: 1px solid #D62C2C;
  }

  .pTop .tnews .tnews_list li a {
    display: block;
    position: relative;
    padding: 23px 0;
    border-bottom: 1px solid #D62C2C;
  }

  .pTop .tnews .tnews_list li a:hover {
    opacity: 1;
  }

  .pTop .tnews .tnews_list li a:hover>div {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }

  .pTop .tnews .tnews_list li a:hover::before {
    opacity: 1;
  }

  .pTop .tnews .tnews_list li a>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tnews .tnews_list li a>div time {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-right: 24px;
    letter-spacing: 0.04em;
  }

  .pTop .tnews .tnews_list li a>div span {
    padding: 0 16px;
    min-width: 90px;
    min-height: 26px;
    background: #F5F5F5;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.04em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 33px;
  }

  .pTop .tnews .tnews_list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #D62C2C;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .trecruit {
    color: #fff;
    position: relative;
    height: 500vh;
  }

  .pTop .trecruit_content {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    width: 100%;
    overflow: hidden;
  }

  .pTop .trecruit_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 1;
  }

  .pTop .trecruit .trecruit_txt {
    z-index: 4;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    height: 100%;
  }

  .pTop .trecruit .trecruit_txt p {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.04em;
    width: 560px;
    max-width: 100%;
    font-weight: 400;
    font-family: var(--jp);
  }

  .pTop .trecruit .trecruit_txt .trecruit_txt_btn {
    text-align: center;
    margin-top: 5.20833%;
  }

  .pTop .trecruit .trecruit_txt .trecruit_txt_btn .btn {
    min-width: 227px;
  }

  .pTop .trecruit .trecruit_txt h2 {
    margin-bottom: 3.81944%;
    overflow: hidden;
  }

  .pTop .trecruit .trecruit_txt h2 em {
    font-style: normal;
  }

  .pTop .trecruit .trecruit_txt h2 small {
    display: inline-block;
    border-bottom: 3px solid #D62C2C;
    font-family: var(--en);
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 4px;
  }

  .pTop .trecruit .trecruit_txt h2 span {
    display: block;
    font-weight: 400;
    font-size: 52px;
    line-height: 129%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 4.86111%;
  }

  .pTop .trecruit .trecruit_garally {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8.33333%;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }

  .pTop .trecruit .trecruit_garally .main_carousel {
    --direction: -1;
    width: 28.33333%;
    position: relative;
    will-change: transform;
    margin-top: -100%;
    translate: 0 -webkit-calc(var(--parallax) * 100vh * var(--direction));
    translate: 0 -moz-calc(var(--parallax) * 100vh * var(--direction));
    translate: 0 calc(var(--parallax) * 100vh * var(--direction));
  }

  .pTop .trecruit .trecruit_garally .main_carousel ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pTop .trecruit .trecruit_garally .main_carousel:nth-child(even) {
    --direction: 1;
  }

  .pTop .trecruit .trecruit_garally .main_carousel:nth-child(even) ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pTop .trecruit .trecruit_garally ul {
    width: 100%;
  }

  .pTop .trecruit .trecruit_garally ul li {
    margin-top: 64px;
  }

  .pContact .contact .row {
    max-width: 1000px;
  }

  .pContact .contact_top {
    background-color: #333;
    padding: 72px 0 164px;
  }

  .pContact .contact_top .row {
    max-width: 1000px;
  }

  .pContact .contact_top h3 {
    position: relative;
    padding-left: 100px;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 67px;
    min-height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pContact .contact_top h3~h3 {
    margin-top: 67px;
  }

  .pContact .contact_top h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/contactPhone.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .pContact .contact_top h3.st2 {
    padding-left: 125px;
    margin-bottom: 43px;
  }

  .pContact .contact_top h3.st2:before {
    width: 105px;
    height: 48px;
    background-image: url(../img/contact/ic_car.png);
  }

  .pContact .contact_top ul li+li {
    margin-top: 24px;
  }

  .pContact .contact_top ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 64px;
    background: #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .pContact .contact_top ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .pContact .contact_top ul li a:hover {
    opacity: 1;
    background-color: #fff;
    color: #D62C2C;
  }

  .pContact .contact_top ul li a:hover>span::before {
    background-image: url(../img/contact/ic_tel2.png);
  }

  .pContact .contact_top ul li a.st2 {
    background-color: #fff;
    color: #D62C2C;
  }

  .pContact .contact_top ul li a.st2>span::before {
    background-image: url(../img/contact/ic_tel2.png);
  }

  .pContact .contact_top ul li a.st2:hover {
    opacity: 1;
    background-color: #D62C2C;
    color: #fff;
  }

  .pContact .contact_top ul li a.st2:hover>span::before {
    background-image: url(../img/contact/ic_tel.png);
  }

  .pContact .contact_top ul li a>span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 188%;
    letter-spacing: 0.04em;
    position: relative;
    padding-left: 34px;
    white-space: nowrap;
  }

  .pContact .contact_top ul li a>span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../img/contact/ic_tel.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pContact .contact_top ul li a div h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }

  .pContact .contact_top ul li a div p {
    font-weight: 400;
    font-size: 12px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot {
    padding: 100px 0 114px;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .cbt {
    position: relative;
    padding-left: 100px;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 56px;
    min-height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pContact .contact_bot .cbt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../img/contact/ic_mail.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .pContact .contact_bot .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }

  .pContact .contact_bot .form .c_note {
    color: #D62C2C;
    margin: 25px 0 85px;
  }

  .pContact .contact_bot .form .checkboxWr {
    margin-bottom: 100px;
  }

  .pContact .contact_bot .form .f_note {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-top: 25px;
  }

  .pContact .contact_bot .form .list_rd,
  .pContact .contact_bot .form .checkboxWr,
  .pContact .contact_bot .form .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pContact .contact_bot .form .list_rd .rd,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item,
  .pContact .contact_bot .form .list_rd div,
  .pContact .contact_bot .form .checkboxWr .rd,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item,
  .pContact .contact_bot .form .checkboxWr div,
  .pContact .contact_bot .form .wpcf7-radio .rd,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item,
  .pContact .contact_bot .form .wpcf7-radio div {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .pContact .contact_bot .form .list_rd .rd:not(:last-child),
  .pContact .contact_bot .form .list_rd .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .list_rd div:not(:last-child),
  .pContact .contact_bot .form .checkboxWr .rd:not(:last-child),
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .checkboxWr div:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio .rd:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio div:not(:last-child) {
    margin-right: 48px;
  }

  .pContact .contact_bot .form .list_rd .rd label,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label,
  .pContact .contact_bot .form .list_rd div label,
  .pContact .contact_bot .form .checkboxWr .rd label,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label,
  .pContact .contact_bot .form .checkboxWr div label,
  .pContact .contact_bot .form .wpcf7-radio .rd label,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label,
  .pContact .contact_bot .form .wpcf7-radio div label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form .list_rd .rd label input,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label input,
  .pContact .contact_bot .form .list_rd div label input,
  .pContact .contact_bot .form .checkboxWr .rd label input,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label input,
  .pContact .contact_bot .form .checkboxWr div label input,
  .pContact .contact_bot .form .wpcf7-radio .rd label input,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label input,
  .pContact .contact_bot .form .wpcf7-radio div label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .pContact .contact_bot .form .list_rd .rd span,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span,
  .pContact .contact_bot .form .list_rd div span,
  .pContact .contact_bot .form .checkboxWr .rd span,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span,
  .pContact .contact_bot .form .checkboxWr div span,
  .pContact .contact_bot .form .wpcf7-radio .rd span,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span,
  .pContact .contact_bot .form .wpcf7-radio div span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 28px;
  }

  .pContact .contact_bot .form .list_rd .rd span::before,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span::before,
  .pContact .contact_bot .form .list_rd div span::before,
  .pContact .contact_bot .form .checkboxWr .rd span::before,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span::before,
  .pContact .contact_bot .form .checkboxWr div span::before,
  .pContact .contact_bot .form .wpcf7-radio .rd span::before,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span::before,
  .pContact .contact_bot .form .wpcf7-radio div span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #A7A6A6;
  }

  .pContact .contact_bot .form .list_rd .rd span::after,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span::after,
  .pContact .contact_bot .form .list_rd div span::after,
  .pContact .contact_bot .form .checkboxWr .rd span::after,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span::after,
  .pContact .contact_bot .form .checkboxWr div span::after,
  .pContact .contact_bot .form .wpcf7-radio .rd span::after,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span::after,
  .pContact .contact_bot .form .wpcf7-radio div span::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #D62C2C;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }

  .pContact .contact_bot .form .list_rd .rd label input:checked~span:after,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .list_rd div label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr .rd label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr div label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio .rd label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio div label input:checked~span:after {
    display: block;
  }

  .pContact .contact_bot .form dl+dl {
    margin-top: 80px;
  }

  .pContact .contact_bot .form dl dt {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }

  .pContact .contact_bot .form dl dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 28px;
    background: #D62C2C;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-left: 28px;
  }

  .pContact .contact_bot .form dl dd {
    width: 100%;
  }

  .pContact .contact_bot .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    border: 0;
    width: 440px;
    height: 64px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
    max-width: 100%;
  }

  .pContact .contact_bot .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #333;
  }

  .pContact .contact_bot .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 24px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .pContact .contact_bot .form dl dd .select label select::-ms-expand {
    display: none;
  }

  .pContact .contact_bot .form dl dd input {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 24px;
    height: 64px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 0;
  }

  .pContact .contact_bot .form dl dd input::-webkit-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input::-moz-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input:-ms-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input::placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea {
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 24px;
    height: 212px;
    background: #FFFFFF;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 0;
  }

  .pContact .contact_bot .form dl dd textarea::-webkit-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea::-moz-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea:-ms-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea::placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd .box_privacy {
    /* overflow-y: auto; */
    overflow-y: scroll;
    height: 216px;
    background-color: #fff;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 20px;
    padding-right: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
  }

  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight {
    opacity: 1;
    -moz-background-size: 8px 7px;
    background-size: 8px 7px;
    background-position: center bottom;
  }

  .mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 0;
    background-position: center top;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 1;
    background-color: #fff;
    width: 13px;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #D62C2C;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    opacity: 1 !important;
  }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #D62C2C;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .pOwnership .ownership {
    padding: 150px 0 179px;
  }

  .pOwnership .ownership.solicitation {
    padding-top: 100px;
  }

  .pOwnership .ownership .row {
    max-width: 1000px;
  }

  .pOwnership .ownership .it {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
  }

  .pOwnership .ownership .it+.it {
    margin-top: 150px;
  }

  .pOwnership .ownership .it .mt {
    margin-top: 35px;
  }

  .pOwnership .ownership .it .it_lt4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 35px;
  }

  .pOwnership .ownership .it .info_ct {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }

  .pOwnership .ownership .it .info_ct a {
    font-size: 22px;
    font-weight: 400;
    color: #D62C2C;
  }

  .pOwnership .ownership .it .dlist {
    margin-bottom: 64px;
  }

  .pOwnership .ownership .it .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pOwnership .ownership .it .dlist dl+dl {
    margin-top: 40px;
  }

  .pOwnership .ownership .it .dlist dl dt {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 12px;
    width: 120px;
    background: #FFFFFF;
  }

  .pOwnership .ownership .it .dlist dl dd {
    width: 100%;
    padding-left: 40px;
  }

  .pOwnership .ownership .it .it_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
  }

  .pOwnership .ownership .it .it_btn a {
    margin: 0 32px;
    min-width: 220px;
  }

  .pOwnership .ownership .it .listPdf {
    display: -ms-grid;
    display: grid;
    gap: 43px;
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
  }

  .pOwnership .ownership .it .box {
    padding: 24px 40px;
    border: 2px solid #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .pOwnership .ownership .it .box h5 {
    font-size: 16px;
  }

  .pOwnership .ownership .it .box+p {
    margin-top: 35px;
  }

  .pOwnership .ownership .it .it_listNum {
    counter-reset: div;
  }

  .pOwnership .ownership .it .it_listNum>li {
    padding: 40px;
    background: #FFFFFF;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 16px;
  }

  .pOwnership .ownership .it .it_listNum>li+li {
    margin-top: 24px;
  }

  .pOwnership .ownership .it .it_listNum>li h4 {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #454545;
    padding-left: 48px;
    margin-bottom: 20px;
  }

  .pOwnership .ownership .it .it_listNum>li h4::before {
    position: absolute;
    top: -1px;
    left: 0;
    counter-increment: div;
    content: counter(div);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    background: #D62C2C;
    -moz-border-radius: 80px;
    border-radius: 80px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .listDot.st2 li {
    font-weight: bold;
  }

  .listDot li {
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.88;
  }

  .listDot li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .s_tl {
    margin-bottom: 44px;
  }

  .s_tl span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .s_tl small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-top: 4px;
  }

  .s_tl small.st2 {
    color: var(--red);
  }

  .pShop .shop {
    padding-top: 94px;
  }

  .pShop .shop .row {
    max-width: 1000px;
  }

  .pShop .shop_head {
    margin-bottom: 94px;
  }

  .pShop .shop_head ul {
    display: -ms-grid;
    display: grid;
    gap: 2px;
    /* -ms-grid-columns: (minmax(0, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pShop .shop_head ul a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 24px;
    background: #333333;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pShop .shop_head ul a::after {
    content: "";
    margin-left: 16px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #fff;
  }

  .pShop .shop_head ul a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #D62C2C;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  .pShop .shop_head ul a:hover {
    opacity: 1;
  }

  .pShop .shop_head ul a:hover:after {
    -webkit-animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
    -moz-animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
    animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
  }

  .pShop .shop_head ul a:hover::before {
    width: 100%;
  }

  .pShop .shop .sSocial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pShop .shop .sSocial a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 160px;
    min-height: 40px;
    background: #F5F5F5;
    position: relative;
    font-size: 14px;
    font-family: "Zalando Sans Expanded", sans-serif;
    margin-bottom: 8px;
  }

  .pShop .shop .sSocial a:not(:last-child) {
    margin-right: 8px;
  }

  .pShop .shop .sSocial a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    background-image: url(../img/shoplist/ic_ig.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .pShop .shop .sSocial a.st2::before {
    background-image: url(../img/shoplist/ic_fb.png);
  }

  .pShop .shop .sSocial a.st3::before {
    width: 29px;
    height: 20px;
    background-image: url(../img/shoplist/ic_yt.png);
  }

  .pShop .shop .sList {
    margin-top: 40px;
  }

  .pShop .shop .sList .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 32px;
    background: #FFFFFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
  }

  .pShop .shop .sList .it+.it {
    margin-top: 40px;
  }

  .pShop .shop .sList .it figure {
    width: 352px;
  }

  .pShop .shop .sList .it .sHomepage {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
    padding-right: 36px;
    position: absolute;
    bottom: 40px;
    left: 32px;
    white-space: nowrap;
  }

  .pShop .shop .sList .it .sHomepage ins {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: block;
    border: 1px solid var(--red);
  }

  .pShop .shop .sList .it .sHomepage ins::before,
  .pShop .shop .sList .it .sHomepage ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .pShop .shop .sList .it .sHomepage ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D62C2C;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pShop .shop .sList .it .sHomepage ins::after {
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #D62C2C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pShop .shop .sList .it .sHomepage:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .pShop .shop .sList .it .sHomepage:hover ins::after {
    background: #fff;
  }

  .pShop .shop .sList .it .txt {
    padding-left: 40px;
  }

  .pShop .shop .sList .it .txt h4 {
    margin-bottom: 35px;
  }

  .pShop .shop .sList .it .txt h4 img {
    width: 120px;
  }

  .pShop .shop .sList .it .txt h4 img.st2 {
    width: 178px;
  }

  .pShop .shop .sList .it .txt h4 small {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    min-width: 86px;
    min-height: 27px;
    background: #D62C2C;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 15px;
  }

  .pShop .shop .sList .it .txt h4 span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.04em;
  }

  .pShop .shop .sList .it .txt h4 span em {
    font-style: normal;
    font-size: 18px;
    margin-left: 8px;
  }

  .pShop .shop .sList .it .txt .dlist {
    margin-bottom: 25px;
  }

  .pShop .shop .sList .it .txt .dlist dl {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pShop .shop .sList .it .txt .dlist dl+dl {
    margin-top: 25px;
  }

  .pShop .shop .sList .it .txt .dlist dl dt {
    font-family: "Zalando Sans Expanded", sans-serif;
    width: 103px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pShop .shop .shop_ctn .sit+.sit {
    margin-top: 100px;
  }

  .pShop .shop .sns {
    margin-top: 95px;
    background: #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 70px 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }

  .pShop .shop .sns_l {
    width: 100%;
    padding-right: 144px;
  }

  .pShop .shop .sns_l p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_l h3 {
    margin-bottom: 55px;
  }

  .pShop .shop .sns_l h3 span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_l h3 small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_r {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pShop .shop .sns_r h4 {
    margin-bottom: 12px;
    text-align: right;
  }

  .pShop .shop .sns_r h4 img {
    width: 176px;
  }

  .pShop .shop .sns_r .sSocial a {
    margin-right: 0;
    width: 100%;
    font-size: 16px;
  }

  .pShop .shop .sns_r .sSocial a+a {
    margin-top: 12px;
  }

  .s_tl2 {
    margin-bottom: 50px;
    position: relative;
  }

  .s_tl2 div {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
  }

  .s_tl2 div img {
    width: 180px;
  }

  .s_tl2 div a {
    position: relative;
    display: block;
  }

  .s_tl2 div a img {
    width: 240px;
  }

  .s_tl2 div a i {
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .s_tl2 div a i::before,
  .s_tl2 div a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrowBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .s_tl2 div a i::before {
    top: 0;
    left: 0;
  }

  .s_tl2 div a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .s_tl2 div a:hover {
    opacity: 1;
  }

  .s_tl2 div a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .s_tl2 div a:hover i::after {
    top: 0;
    left: 0;
  }

  .s_tl2 em {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.04em;
    padding: 0 20px;
    border: 1px solid;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-style: normal;
  }

  .s_tl2 em img {
    width: 180px;
  }

  .s_tl2 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .s_tl2 span {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .s_tl2 small {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pCompany .container {
    overflow: clip;
  }

  .pCompany .company {
    padding-bottom: 170px;
  }

  .pCompany .company.st2 {
    background-color: #D62C2C;
    color: #fff;
  }

  .pCompany .company.st2 .s_tl span {
    color: #fff;
  }

  .pCompany .company_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 66px;
  }

  .pCompany .company .cAside {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    left: 0;
    z-index: 91;
  }

  .pCompany .company .cAside ul li+li {
    margin-top: 2px;
  }

  .pCompany .company .cAside ul li a {
    width: 100%;
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 50px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .pCompany .company .cAside ul li a ins {
    right: 24px;
  }

  .pCompany .company_ctn {
    width: 900px;
    max-width: -webkit-calc(100% - 215px);
    max-width: -moz-calc(100% - 215px);
    max-width: calc(100% - 215px);
  }

  .pCompany .company_ctn .p_tt {
    font-weight: 400;
    font-size: 32px;
    line-height: 188%;
    letter-spacing: 0.12em;
    margin-bottom: 70px;
  }

  .pCompany .company_ctn .p_tt.st2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 35px;
  }

  .pCompany .company_ctn p {
    /* font-size: 14px; */
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pCompany .company_ctn p.st2 {
    font-size: 16px;
    line-height: 1.88;
  }

  .pCompany .company_ctn .it {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.12em;
    padding-top: 34px;
  }

  .pCompany .company_ctn .it.bgMess {
    position: relative;
    -webkit-transform: translateZ(z);
    -moz-transform: translateZ(z);
    transform: translateZ(z);
  }

  .pCompany .company_ctn .it.bgMess::after {
    position: absolute;
    content: "";
    width: 1000vw;
    height: -webkit-calc(100% + 100px);
    height: -moz-calc(100% + 100px);
    height: calc(100% + 100px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -376px;
    background: #fff;
    z-index: -1;
  }

  .pCompany .company_ctn .it.Features {
    background-color: #fff;
    color: #333;
    padding-left: 50px;
    padding-bottom: 80px;
    position: relative;
  }

  .pCompany .company_ctn .it.Features::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: #fff;
    display: block;
  }

  .pCompany .company_ctn .it.Features .s_tl span {
    color: #D62C2C;
  }

  .pCompany .company_ctn .it.Features .co-list02__it .txt,
  .pCompany .company_ctn .it.Features .co-list02__it .txt h3 i {
    color: #333;
  }

  .pCompany .company_ctn .it.Features .co-list02__it .txt h3 span {
    color: #D62C2C;
    font-size: 20px;
  }

  .pCompany .company_ctn .it.Features .co-list02__it {
    border-top-color: #A7A6A6;
    border-bottom-color: #A7A6A6;
  }

  .pCompany .company_ctn .it.History {
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 200px;
    padding-top: 166px;
    margin-top: 0 !important;
  }

  .pCompany .company_ctn .it.History::after {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background: #333;
    display: block;
    z-index: -1;
  }

  .pCompany .company_ctn .it .txt_intro {
    color: #000;
    line-height: 2.4;
    margin-bottom: 60px;
  }

  .pCompany .company_ctn .it+.it {
    margin-top: 50px;
  }

  .pCompany .company_ctn .it .c-fig {
    margin-bottom: 35px;
    height: 320px;
    overflow: hidden;
  }

  .pCompany .company_ctn .it .c-fig-para {
    width: 100%;
    height: 120%;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .c-fig2 {
    height: 600px;
    overflow: hidden;
  }

  .pCompany .company_ctn .it .c-fig2-para {
    width: 100%;
    height: 140%;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .ceo {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 188%;
    letter-spacing: 0.04em;
    margin-top: 75px;
  }

  .pCompany .company_ctn .it .ceo small {
    font-size: 14px;
  }

  .pCompany .company_ctn .it .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -80px 0;
  }

  .pCompany .company_ctn .it .df figure:nth-of-type(1) {
    width: 331px;
    margin-right: 166px;
  }

  .pCompany .company_ctn .it .df figure:nth-of-type(2) {
    width: 368px;
  }

  .pCompany .company_ctn .it .dlist {
    margin-bottom: 78px;
  }

  .pCompany .company_ctn .it .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #A7A6A6;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    letter-spacing: 0.08em;
    color: #404044;
  }

  .pCompany .company_ctn .it .dlist dl dt {
    width: 194px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
  }

  .pCompany .company_ctn .it .dlist dl dd {
    width: 100%;
    padding-right: 120px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .pCompany .company_ctn .it .dlist dl dd {
    padding-right: 0;
  }
}

@media screen and (min-width: 769px),
print {
  .pCompany .company_ctn .it .dlist dl .listMap {
    margin-bottom: 35px;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li+li {
    margin-top: 30px;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li>span {
    font-weight: bold;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li a {
    font-family: "Zalando Sans Expanded", sans-serif;
    color: #A7A6A6;
    display: inline-block;
    margin-left: 20px;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li a:hover {
    text-decoration: none;
  }

  .pCompany .company_ctn .it .swiperCom {
    margin-bottom: -42px;
    overflow: inherit;
    margin-left: -webkit-calc(-50vw);
    margin-left: -moz-calc(-50vw);
    margin-left: calc(-50vw);
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide li {
    width: 367px;
    padding-right: 9px;
    line-height: 0;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide li img {
    width: 100%;
    height: 269px;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .about-history {
    position: relative;
    padding-top: 120px;
  }

  .pCompany .company_ctn .it .about-history-swiper {
    overflow: visible;
  }

  .pCompany .company_ctn .it .about-history-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pCompany .company_ctn .it .about-history-item {
    position: relative;
    padding-top: 97px;
    width: 320px;
    padding-right: 40px;
  }

  .pCompany .company_ctn .it .about-history-item::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #D62C2C;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
  }

  .pCompany .company_ctn .it .about-history-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dashed #fff;
  }

  .pCompany .company_ctn .it .about-history-item .year {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 54px;
  }

  .pCompany .company_ctn .it .about-history-item .month {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
  }

  .pCompany .company_ctn .it .about-history-item .month::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #D62C2C;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    display: block;
  }

  .pCompany .company_ctn .it .about-history-item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    min-height: 49.92px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 13px;
  }

  .pCompany .company_ctn .it .about-history-item figure+.month {
    margin-top: 50px;
  }

  .pCompany .company_ctn .it .about-history-item .hit+.hit {
    margin-top: 54px;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar {
    height: 1px;
    background: #fff;
    top: -160px;
    right: 0;
    width: 420px;
    margin-left: auto;
    padding-right: 36px;
    margin-right: -36px;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar::after {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    width: 36px;
    height: 36px;
    background: #333;
    display: block;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar .swiper-scrollbar-drag {
    cursor: -moz-grab;
    cursor: grab;
    height: 44px;
    width: 44px !important;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    background: #fff url(../img/double_arrow.png) center/100% 100% no-repeat;
    -moz-background-size: 24px 12px;
    background-size: 24px 12px;
    margin-top: -22px;
  }

  .pCompany .company_ctn .it .tac {
    text-align: center;
  }

  .pCompany .company_ctn .it .txt_lg {
    font-size: 20px;
  }

  .pCompany .company_ctn .it .fig {
    text-align: center;
    margin: 70px 0 60px;
  }

  .pCompany .company_ctn .it .fig img {
    display: inline-block;
    width: 441px;
    max-width: 100%;
  }

  .pCompany .company_ctn .it .s_it~.s_it {
    margin-top: 210px;
  }

  .pCompany .company_ctn .it .b_white {
    padding: 90px 50px 60px;
    background: #FFFFFF;
    margin-top: 40px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it {
    font-size: 14px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it+.b_white_it {
    margin-top: 278px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 20px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls {
    margin-top: 100px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls.st2 li {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li+li {
    margin-top: 40px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li figure {
    width: 248px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li .txt {
    width: 100%;
    padding-left: 32px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li .txt h5 {
    margin-bottom: 5px;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li .txt h5 small {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #D62C2C;
    display: block;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li .txt h5 span {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
  }

  .pCompany .company_ctn .Benefits_img {
    margin-left: auto;
    width: 83%;
  }

  .pCompany .company_ctn .bgFull {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff;
    margin: 180px 0 50px;
    padding: 146px 0;
  }

  .pCompany .company_ctn .bgFull .s_tl span {
    color: #fff;
  }

  .pCompany .company_ctn .bgFull::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #D62C2C;
    display: block;
    z-index: -1;
  }

  .c-intro {
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
    background-color: #fff;
    padding-bottom: 80px;
  }

  .c-intro h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }

  .co-list {
    margin-top: 60px;
  }

  .co-list__it {
    padding: 45px 0;
    border-top: 1px solid #A7A6A6;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.04em;
  }

  .co-list__it:last-child {
    border-bottom: 1px solid #A7A6A6;
  }

  .co-list__it h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 15px;
  }

  .co-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 48px;
    background: #FFFFFF;
    margin-top: 110px;
  }

  .co-box figure {
    width: 43.5%;
  }

  .co-box .txt {
    width: 56.5%;
    padding-right: 15px;
  }

  .co-box .txt .co-box__tt {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 25px;
  }

  .co-box .txt .clistCheck li {
    position: relative;
    padding-left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .co-box .txt .clistCheck li+li {
    margin-top: 15px;
  }

  .co-box .txt .clistCheck li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }

  .co-list02 {
    margin-top: 60px;
  }

  .co-list02__it {
    padding: 64px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .co-list02__it:not(:first-child) {
    border-top: 1px solid #911100;
  }

  .co-list02__it:first-child {
    padding-top: 0;
  }

  .co-list02__it:last-child {
    border-bottom: 1px solid #911100;
  }

  .co-list02__it .txt {
    width: 100%;
    padding-right: 140px;
    font-weight: 400;
    font-size: 14px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .co-list02__it .txt {
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .co-list02__it .txt .listDot li {
    font-size: 14px;
  }

  .co-list02__it .txt h3 {
    margin-bottom: 30px;
  }

  .co-list02__it .txt h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .co-list02__it .txt h3 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .co-list02__it .txt p {
    line-height: 1.88;
  }

  .co-list02__it .txt a {
    width: 232px;
  }

  .co-list02__it .txt a ins {
    right: 32px;
    width: 18px;
    height: 18px;
  }

  .co-list02__it figure {
    width: 298px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  /* .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .videoWr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

  .driving__demo__video {
    width: 100%;
  }

  .co-step__dot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .co-step__dot li:not(:last-child) {
    margin-right: 40px;
  }

  .co-step__dot li a {
    position: relative;
    padding-right: 34px;
    display: inline-block;
  }

  .co-step__dot li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    border: 9px solid #fff;
    outline: 1px solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    display: block;
  }

  .co-step__it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.04em;
  }

  .co-step__it+.co-step__it {
    margin-top: 32px;
  }

  .co-step__it figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
  }

  .co-step__it .txt {
    padding-left: 40px;
    width: 100%;
  }

  .co-step__it .txt h3 {
    border-bottom: 1px solid #A7A6A6;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  .co-step__it .txt h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 5px;
  }

  .co-step__it .txt h3 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
  }

  .service-map {
    padding: 107px 0 150px;
  }

  .service-map--content {
    position: relative;
    height: 300vh;
  }

  .service-map--body {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
  }

  .service-map--body .service-map__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .service-map--body .service-map__inner.active {
    opacity: 1;
    z-index: 2;
  }

  .service-map--body--nav {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-map--body--nav li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #A7A6A6;
  }

  .service-map--body--nav li+li {
    margin-top: 40px;
  }

  .service-map--body--nav li.active {
    background: #D62C2C;
  }

  .service-map--box {
    position: absolute;
    inset: 0;
    display: -ms-grid;
    display: grid;
    z-index: -1;
  }

  .service-map__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
  }

  .service-map__left {
    width: 40%;
  }

  .service-map__right {
    width: 60%;
    padding-left: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .service-map__right {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .service-map__right .mr_tt {
    margin-bottom: 36px;
  }

  .service-map__right .mr_tt span {
    font-weight: 400;
    font-size: 20px;
    line-height: 188%;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #D62C2C;
  }

  .service-map__right .mr_it+.mr_it {
    margin-top: 35px;
  }

  .service-map__right .mr_it h4 {
    margin-bottom: 15px;
  }

  .service-map__right .mr_it h4 span {
    display: inline-block;
    padding: 0 24px;
    border: 1px solid #333333;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .service-map__right .mr_it ul li {
    padding-left: 26px;
    font-weight: 400;
    font-size: 14px;
    line-height: 188%;
    letter-spacing: 0.04em;
    position: relative;
  }

  .service-map__right .mr_it ul li::before {
    position: relative;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    background: #D62C2C;
    display: block;
  }

  .Features_df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .Features_df .Features_l {
    width: 65%;
    padding-right: 86px;
    font-weight: 400;
    font-size: 14px;
    line-height: 188%;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .Features_df .Features_l {
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .Features_df .Features_l h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.04em;
  }

  .Features_df .Features_l h3 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 188%;
    color: #D62C2C;
    margin-bottom: 35px;
  }

  .Features_df .Features_l h3 span small {
    font-size: 20px;
    line-height: 188%;
  }

  .Features_df .Features_l p {
    line-height: 1.88;
  }

  .Features_df .Features_l .Features_btn {
    margin-top: 35px;
  }

  .Features_df .Features_l .Features_btn a {
    width: 320px;
    height: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #FF6010;
    padding: 0 0 0 24px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .Features_df .Features_l .Features_btn a+a {
    margin-top: 16px;
  }

  .Features_df .Features_l .Features_btn a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27px;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }

  .Features_df .Features_l .Features_btn a i::before,
  .Features_df .Features_l .Features_btn a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .Features_df .Features_l .Features_btn a i::before {
    top: 0;
    left: 0;
  }

  .Features_df .Features_l .Features_btn a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .Features_df .Features_l .Features_btn a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .Features_df .Features_l .Features_btn a:hover i::after {
    top: 0;
    left: 0;
  }

  .Features_df .Features_l .Features_btn a img {
    width: 88px;
    margin-right: 12px;
  }

  .Features_df .Features_l .Features_btn a span {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .Features_df figure {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .f_listBtn dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .f_listBtn dl+dl {
    margin-top: 55px;
  }

  .f_listBtn dl dt {
    width: 192px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .f_listBtn dl dt span {
    display: inline-block;
    border-bottom: 1px solid #D62C2C;
    font-size: 20px;
    letter-spacing: .04em;
  }

  .f_listBtn dl dd {
    width: 100%;
  }

  .f_listBtn dl dd ul {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .f_listBtn dl dd ul {
    /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px),
print {
  .f_listBtn dl dd ul .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-service {
    position: relative;
    position: relative;
    padding: 78px 0 156px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .b-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(../img/map.png) right top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    z-index: -1;
  }

  .b-service .bsl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }

  .b-service .bsl ul:not(:last-child) {
    margin-right: 80px;
  }

  .b-service .bsl ul li {
    line-height: 1.88;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .b-service .bsl ul li i {
    color: #D62C2C;
    font-style: normal;
  }

  .js-aside-start,
  .js-aside-end {
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }

  .pNews .footer__top {
    background-color: #fff;
  }

  .pNews .c-menuLink {
    overflow: hidden;
  }

  .pNews .c-menuLink>* {
    position: relative;
    z-index: 3;
  }

  .pNews .c-menuLink__in {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .c-menuLink__in.-r {
    margin-left: auto;
  }

  .pNews .c-menuLink__overlay {
    position: absolute;
    z-index: 2;
    width: 2500px;
    height: 2500px;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
  }

  .pNews .c-menuLink__overlay.-s {
    width: 1500px;
    height: 1500px;
  }

  .pNews .c-menuLink__overlay.-l {
    width: 3000px;
    height: 3000px;
  }

  .pNews .c-menuLink:hover .c-menuLink__overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.55s;
    -moz-transition-duration: 0.55s;
    transition-duration: 0.55s;
  }

  .pNews .c-circle {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .pNews .c-circle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #D62C2C;
  }

  .pNews .c-circle__overlay,
  .pNews .c-circle__dot {
    position: absolute;
  }

  .pNews .c-circle__overlay {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D62C2C;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    width: 24px;
    height: 24px;
  }

  .pNews .c-circle__dot {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 6px;
    height: 6px;
  }

  .pNews .c-circle__arrow {
    position: absolute;
    border: 3px solid transparent;
    border-top: 8px solid #D62C2C;
    margin-bottom: -6px;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }

  .pNews .c-circle.-arrow .c-circle__overlay {
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
  }

  .pNews .c-circle.-outerlink .c-circle__overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .pNews .c-circle.-s {
    width: 18px;
    height: 18px;
  }

  .pNews .c-circle.-s .c-circle__overlay {
    width: 18px;
    height: 18px;
  }

  .pNews .c-circle.-s .c-circle__dot {
    width: 4px;
    height: 4px;
  }

  .pNews .c-circle.-l {
    width: 24px;
    height: 24px;
  }

  .pNews .c-circle.-l .c-circle__overlay {
    width: 24px;
    height: 24px;
  }

  .pNews .c-circle.-wh::after {
    border-color: #ffffff;
  }

  .pNews .c-circle.-wh .c-circle__overlay {
    background-color: #fff;
  }

  .pNews .c-circle.-wh .c-circle__dot {
    background-color: #D62C2C;
  }

  .pNews button:hover,
  .pNews a:hover {
    opacity: 1;
  }

  .pNews button:hover img,
  .pNews a:hover img {
    opacity: 1;
  }

  .pNews button:hover .c-circle__overlay,
  .pNews a:hover .c-circle__overlay {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .pNews button:hover .c-circle__dot,
  .pNews a:hover .c-circle__dot {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .pNews button:hover .c-circle__arrow,
  .pNews a:hover .c-circle__arrow {
    border-top-color: #fff;
  }

  .pNews .c-circle.-r {
    margin-left: auto;
  }

  .pNews .news {
    padding: 105px 0 238px;
  }

  .pNews .news .newsCate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  .pNews .news .newsCate li {
    margin-bottom: 8px;
  }

  .pNews .news .newsCate li:not(:last-child) {
    margin-right: 8px;
  }

  .pNews .news .newsCate li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 16px;
    min-width: 90px;
    min-height: 26px;
    background: #FFFFFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pNews .news .newsCate li a.active,
  .pNews .news .newsCate li a:hover {
    background-color: #D62C2C;
    opacity: 1;
    color: #FFF;
  }

  .pNews .news .newsList__item {
    border-top: 1px solid #A7A6A6;
  }

  .pNews .news .newsList__item:last-child {
    border-bottom: 1px solid #A7A6A6;
  }

  .pNews .news .newsList__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 144px 30px 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .pNews .news .newsList__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .pNews .news .newsList__thumb {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 2/1;
  }

  .pNews .news .newsList__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pNews .news .newsListConts {
    width: 100%;
    padding-left: 48px;
  }

  .pNews .news .newsListConts__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
  }

  .pNews .news .newsListConts__cat {
    padding: 2px 16px;
    background: #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    min-width: 90px;
    min-height: 26px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .news .newsListConts__day {
    margin-right: 24px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pNews .news .newsListConts__ttl {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
  }

  .pNews .news .newsList__link:hover .newsListConts__ttl {
    text-decoration: underline;
  }

  .pNews .detail {
    padding-top: 140px;
    background-color: #fff;
  }

  .pNews .detail_main {
    padding-bottom: 118px;
    border-bottom: 1px solid #A7A6A6;
  }

  .pNews .detail .meta {
    margin-bottom: 76px;
  }

  .pNews .detail .meta h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.47;
    padding-bottom: 40px;
    border-bottom: 1px solid #A7A6A6;
    margin-bottom: 40px;
  }

  .pNews .detail .meta span {
    padding: 2px 16px;
    background: #D62C2C;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    min-width: 90px;
    min-height: 26px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .detail .meta time {
    margin-right: 24px;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pNews .detail .detail_ctn {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
  }

  .pNews .detail .detail_ctn figure {
    margin-bottom: 90px;
  }

  .pNews .detail .detail_ctn p {
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
  }

  .pNews .detail .detail_ctn ul li {
    padding-left: 18px;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
  }

  .pNews .detail .detail_ctn ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .pNews .detail .post_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 186px auto 0;
    max-width: 1000px;
    width: 100%;
  }

  .pNews .detail .post_nav .btn {
    min-width: 245px;
  }

  .pNews .detail .post_nav .post_ctrl {
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-family: "Zalando Sans Expanded", sans-serif;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .pNews .detail .post_nav .post_ctrl ins {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    outline: 1px solid #D62C2C;
    display: block;
    background-color: transparent;
    display: block;
  }

  .pNews .detail .post_nav .post_ctrl ins::before,
  .pNews .detail .post_nav .post_ctrl ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .pNews .detail .post_nav .post_ctrl ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D62C2C;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pNews .detail .post_nav .post_ctrl ins::after {
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #D62C2C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pNews .detail .post_nav .post_ctrl:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .pNews .detail .post_nav .post_ctrl:hover ins::after {
    background: #fff;
  }

  .pNews .detail .post_nav .post_ctrl.next {
    padding-left: 0;
    padding-right: 36px;
  }

  .pNews .detail .post_nav .post_ctrl.next ins {
    left: initial;
    right: 0;
  }

  .pNews .other_articles {
    padding-top: 214px;
    background-color: #fff;
  }

  .pNews .other_articles.news {
    padding-bottom: 197px;
  }

  .pNews .other_articles .row {
    max-width: 1200px;
  }

  .pNews .other_articles h2 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 80px;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .pNews .other_articles .c-menuLink__overlay {
    background-color: #F5F5F5;
  }

  .pNews .other_articles .newsList {
    display: block;
  }

  .wp-pagenavi {
    /* background-color: tomato; */
    width: min(600px, 100%);
    margin-top: 130px;
    margin-inline: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 0.25em;
  }

  .wp-pagenavi .pages {
    display: none;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #D62C2C;
    opacity: 1;
    color: #fff;
  }

  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .dots:hover {
    color: #333;
    background-color: transparent;
  }

  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    background-color: #D62C2C;
    color: #fff;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
  }

  .wp-pagenavi .nextpostslink {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    border: 9px solid #fff;
    outline: 1px solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    /* margin-left: 70px; */
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

    position: absolute;
    right: 0;
  }

  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
  }

  .wp-pagenavi .previouspostslink {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    border: 9px solid #fff;
    outline: 1px solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    /* margin-right: 70px; */
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

    position: absolute;
    left: 0;
  }

  .wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
  }

  .pFeatures .container {
    overflow: hidden;
  }

  .pFeatures .features .features_bn img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pFeatures .features_head {
    padding: 100px 0 120px;
  }

  .pFeatures .features_head .features_anchor {
    margin-top: 80px;
    display: -ms-grid;
    display: grid;
    gap: 87px;
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 769px) and (max-width: 1149px) and (min-width: 769px) {
  .pFeatures .features_head .features_anchor {
    gap: 15px;
  }
}

@media screen and (min-width: 769px),
print {
  .pFeatures .features_head .features_anchor ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: block;
    border-bottom: 1px solid #A7A6A6;
    padding: 20px 50px 20px 25px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }

  .pFeatures .features_head .features_anchor ul li a i {
    font-style: normal;
    font-family: "Zalando Sans Expanded", sans-serif;
    margin-right: 10px;
    font-size: 14px;
  }

  .pFeatures .features_head .features_anchor ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #333;
  }

  .pFeatures .features_head .features_anchor ul li a:before {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top center;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    background-color: #ECECEC;
    content: "";
    opacity: .5;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
  }

  .pFeatures .features_head .features_anchor ul li a:hover {
    opacity: 1;
  }

  .pFeatures .features_head .features_anchor ul li a:hover:before {
    -webkit-transform-origin: bottom center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .pFeatures .features .fi_btn {
    margin-top: 64px;
    text-align: right;
  }

  .pFeatures .features .fi_btn .btn {
    min-width: 232px;
  }

  .pFeatures .features_it {
    padding: 88px 0;
    border-bottom: 1px solid #A7A6A6;
  }

  .pFeatures .features_it .swiper-pagination {
    display: none;
  }

  .pFeatures .features_it dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pFeatures .features_it dl dt {
    width: 202px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pFeatures .features_it dl dt .tt_pc>div {
    display: inline-block;
    text-align: center;
  }

  .pFeatures .features_it dl dt .tt_pc i {
    font-style: normal;
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 10px;
  }

  .pFeatures .features_it dl dt .tt_pc span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #333333;
  }

  .pFeatures .features_it dl dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 188%;
    letter-spacing: 0.04em;
    width: 100%;
  }

  .pFeatures .features_it dl dd h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 27px;
  }

  .pFeatures .features_it dl dd ul {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    /* -ms-grid-columns: (minmax(0, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pFeatures .features_it dl dd ul li {
    background: #FFFFFF;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
  }

  .pFeatures .features_it dl dd ul li figure {
    height: 187px;
    margin-bottom: 20px;
  }

  .pFeatures .features_it dl dd ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pFeatures .special {
    background-color: #D62C2C;
    color: #fff;
    padding: 83px 0 200px;
    font-weight: 400;
    font-size: 16px;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pFeatures .special .s_tl span {
    color: #fff;
  }

  .pFeatures .special .special_ctn {
    margin-top: 160px;
  }

  .pFeatures .special .special_it {
    padding: 88px 0 0;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.88;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pFeatures .special .special_it--main {
    padding: 0 100px;
  }

  .pFeatures .special .special_it::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: -webkit-calc(100% - 158px);
    height: -moz-calc(100% - 158px);
    height: calc(100% - 158px);
    background: #333333;
    display: block;
    z-index: -1;
  }

  .pFeatures .special .special_it+.special_it {
    margin-top: 132px;
  }

  .pFeatures .special .special_it .specialCarousel {
    margin-top: 56px;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide li {
    width: 367px;
    padding-right: 9px;
    line-height: 0;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide li img {
    width: 100%;
    height: 269px;
    object-fit: cover;
  }

  .pFeatures .special .special_it h4 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 27px;
  }

  .cursor-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 120px;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    z-index: 9999;
  }

  .cursor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .cursor-image.is-active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  .show_pc {
    display: none !important;
  }

  .row {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }

  body {
    padding-top: 18.46154vw;
  }

  .ttl {
    padding: 27.4359vw 0 21.53846vw;
    background-color: #fff;
  }

  .ttl h2.st2 small {
    font-size: 5.12821vw;
    line-height: 1.5;
  }

  .ttl h2 span {
    display: inline-block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12.30769vw;
    line-height: 100%;
    color: #D62C2C;
    position: relative;
  }

  .ttl h2 span::after {
    content: "";
    width: 4.61538vw;
    height: 4.35897vw;
    background: url(../img/flower.png) center/100% 100% no-repeat;
    display: inline-block;
  }

  .ttl h2 small {
    display: block;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 1.5;
    margin-top: 4.61538vw;
  }

  .tl2 {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #454545;
    border-left: 1.02564vw solid #D62C2C;
    padding: 0 0 0 6.15385vw;
    margin-bottom: 7.69231vw;
  }

  .tl2.hasMt {
    margin-top: 15.38462vw;
  }

  .tl2.st2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tl2.st2>span {
    margin-right: 1.28205vw;
  }

  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .breadcrumb ul li {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.07692vw;
    line-height: 100%;
    letter-spacing: 0.04em;
  }

  .breadcrumb ul li:not(:last-child) {
    position: relative;
    margin-right: 5.12821vw;
  }

  .breadcrumb ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.33333vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.53846vw;
    height: 2.30769vw;
    background: url(../img/breadcrumb_ar.png) center/100% 100% no-repeat;
    display: block;
  }

  a.btn,
  button.btn {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 0;
    border-radius: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12.82051vw 0 4.10256vw;
    min-width: 66.66667vw;
    min-height: 12.30769vw;
    background: #D62C2C;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
  }

  a.btn::after,
  button.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.10256vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.61538vw;
    height: 4.61538vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    display: block;
    border: 1.79487vw solid #fff;
  }

  a.btn_pdf {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 14.35897vw;
    background: #ECECEC;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    position: relative;
    padding: 0 14.35897vw;
    font-size: 3.58974vw;
    line-height: 1.3;
    font-weight: 500;
  }

  a.btn_pdf::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5.12821vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.12821vw;
    height: 5.12821vw;
    background: url(../img/ic_download.png) center/100% 100% no-repeat;
    display: block;
  }

  a.btn_pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.12821vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.61538vw;
    height: 4.61538vw;
    background: url(../img/ic_pdf.png) center/100% 100% no-repeat;
    display: block;
  }

  .b-contact {
    padding: 11.53846vw 0;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .b-contact>figure,
  .b-contact>picture {
    position: absolute;
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    z-index: -1;
    will-change: transform;
  }

  .b-contact>figure img,
  .b-contact>picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .b-contact h2 {
    text-align: center;
    margin-bottom: 12.82051vw;
  }

  .b-contact h2 span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10.25641vw;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 7.69231vw;
  }

  .b-contact h2 small {
    display: block;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .b-contact ul {
    display: -ms-grid;
    display: grid;
    gap: 6.15385vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .b-contact ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 28.71795vw;
    padding: 0 14.35897vw 0 21.28205vw;
    background: rgba(214, 44, 44, 0.7);
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    position: relative;
  }

  .b-contact ul li a.st2:before {
    background-image: url(../img/contactMail.png);
  }

  .b-contact ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5.12821vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12.30769vw;
    height: 12.30769vw;
    background-image: url(../img/contactPhone.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
  }

  .b-contact ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.15385vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.10256vw;
    height: 4.10256vw;
    background: url(../img/dotWhite2.png) center/100% 100% no-repeat;
    display: block;
  }

  .b-contact ul li a span {
    display: block;
    font-weight: 700;
    font-size: 4.10256vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .b-contact ul li a small {
    display: block;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: 0 6.15385vw;
  }

  .header .row {
    padding: 0;
  }

  .header h1 {
    font-size: 0;
    line-height: 0;
  }

  .header h1 img {
    width: 18.46154vw;
    vertical-align: bottom;
  }

  .header__main {
    height: 18.46154vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3.84615vw;
  }

  .header .header__main--partner {
    width: 15.64103vw;
    margin-left: 4.10256vw;
  }

  .header .header__main--nav {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background: #D62C2C url(../img/menu_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    color: #fff;
    padding: 18.46154vw 8.97436vw;
  }

  .header .header__main--nav.active {
    opacity: 1;
    visibility: visible;
  }

  .header .header__main--nav .header__main--nav--sub {
    margin-top: 5.12821vw;
    color: #fff;
    font-size: 3.58974vw;
  }

  .header .header__main--nav .header__main--nav--sub li {
    color: #fff;
  }

  .header .header__main--nav .header__main--nav--sub li a {
    color: #fff;
  }

  .header .header__main--nav .header__main--nav--sub li+li {
    margin-top: 2.5641vw;
  }

  .header .header__main--nav .header__main--nav--menu>li>.subMenu,
  .header .header__main--nav .header__main--nav--menu>li .subMenu_sp {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .header .header__main--nav .header__main--nav--menu>li>.subMenu h3,
  .header .header__main--nav .header__main--nav--menu>li .subMenu_sp h3 {
    display: none;
  }

  .header .header__main--nav .header__main--nav--menu>li>.subMenu li+li,
  .header .header__main--nav .header__main--nav--menu>li .subMenu_sp li+li {
    margin-top: 0.51282vw;
  }

  .header .header__main--nav .header__main--nav--menu>li>.subMenu li a,
  .header .header__main--nav .header__main--nav--menu>li .subMenu_sp li a {
    display: block;
    padding: 2.82051vw 6.15385vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background-color: #911100;
  }

  .header .header__main--nav .header__main--nav--menu>li>.subMenu .fig,
  .header .header__main--nav .header__main--nav--menu>li .subMenu_sp .fig {
    display: none;
  }

  .header .header__main--nav .header__main--nav--menu>li>a {
    position: relative;
    display: block;
    padding: 5.12821vw 0;
    border-bottom: 1px solid #911100;
    color: #fff;
    font-size: 3.58974vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    letter-spacing: 0.04em;
  }

  .header .header__main--nav .header__main--nav--menu>li>a i {
    position: absolute;
    width: 3.58974vw;
    height: 3.58974vw;
    right: 4.10256vw;
    top: 50%;
    margin-top: -1.79487vw;
    display: block;
  }

  .header .header__main--nav .header__main--nav--menu>li>a i:before,
  .header .header__main--nav .header__main--nav--menu>li>a i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }

  .header .header__main--nav .header__main--nav--menu>li>a i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }

  .header .header__main--nav .header__main--nav--menu>li>a i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }

  .header .header__main--nav .header__main--nav--menu>li>a.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 18.46154vw;
    height: 18.46154vw;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(-0.25641vw, -0.25641vw) rotate(-45deg);
    -moz-transform: translate(-0.25641vw, -0.25641vw) rotate(-45deg);
    -ms-transform: translate(-0.25641vw, -0.25641vw) rotate(-45deg);
    transform: translate(-0.25641vw, -0.25641vw) rotate(-45deg);
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(0.51282vw) rotate(45deg);
    -moz-transform: translateY(0.51282vw) rotate(45deg);
    -ms-transform: translateY(0.51282vw) rotate(45deg);
    transform: translateY(0.51282vw) rotate(45deg);
  }

  .header .menu_icon_in {
    width: 6.15385vw;
    height: 4.10256vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 4.10256vw;
  }

  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.51282vw;
    min-height: 1px;
    background-color: #000;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.79487vw;
  }

  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }

  .footer {
    position: relative;
    z-index: 2;
  }

  .footer__top {
    padding: 13.33333vw 0;
  }

  .footer__top--logo {
    text-align: center;
    line-height: 0;
  }

  .footer__top--logo a {
    display: inline-block;
    line-height: 0;
    width: 41.02564vw;
  }

  .footer__top--logo a img {
    width: 100%;
    height: auto;
  }

  .footer__top--partner {
    margin-top: 8.20513vw;
  }

  .footer__top--partner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 7.69231vw;
  }

  .footer__top--partner ul li {
    line-height: 0;
    margin: 2.5641vw;
  }

  .footer__top--partner ul li a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }

  .footer__top--partner ul li a img {
    width: 100%;
    height: auto;
  }

  .footer__top--partner ul li.st1 {
    width: 26.92308vw;
  }

  .footer__top--partner ul li.st2 {
    width: 30.76923vw;
  }

  .footer__top--partner ul li.st3 {
    width: 29.23077vw;
  }

  .footer__top--partner ul li.st4 {
    width: 41.02564vw;
  }

  .footer__top--partner ul li.st4 a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 4.35897vw;
    position: relative;
  }

  .footer__top--partner ul li.st4 a img {
    width: 48.20513vw;
  }

  .footer__top--partner ul li.st4 a i {
    width: 2.30769vw;
    height: 2.30769vw;
    display: block;
    text-indent: -2563.84615vw;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer__top--partner ul li.st4 a i::before,
  .footer__top--partner ul li.st4 a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrowBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--partner ul li.st4 a i::before {
    top: 0;
    left: 0;
  }

  .footer__top--partner ul li.st4 a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .footer__top--partner ul li.st4 a:hover {
    opacity: 1;
  }

  .footer__top--partner ul li.st4 a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .footer__top--partner ul li.st4 a:hover i::after {
    top: 0;
    left: 0;
  }

  .footer__top--btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8.20513vw 0 0;
  }

  .footer__top--btns a {
    width: 42.05128vw;
    height: 16.41026vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    background: #FF6010;
    margin: 2.05128vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--btns a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6.92308vw;
    width: 3.07692vw;
    height: 3.07692vw;
    display: block;
    text-indent: -2563.84615vw;
    overflow: hidden;
    display: none;
  }

  .footer__top--btns a i::before,
  .footer__top--btns a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__top--btns a i::before {
    top: 0;
    left: 0;
  }

  .footer__top--btns a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .footer__top--btns a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .footer__top--btns a:hover i::after {
    top: 0;
    left: 0;
  }

  .footer__top--btns a img {
    width: 23.58974vw;
  }

  .footer__top--btns a span {
    font-size: 3.07692vw;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .footer__bot {
    background: var(--red);
    padding: 19.23077vw 0 0vw;
  }

  .footer__bot--main--logo {
    line-height: 0;
    width: 61.53846vw;
    margin: 0 auto 6.15385vw;
  }

  .footer__bot--main--logo a {
    display: block;
    line-height: 0;
    width: 100%;
  }

  .footer__bot--main--logo a img {
    width: 100%;
    height: auto;
  }

  .footer__bot--main--nav>ul>li>a {
    position: relative;
    display: block;
    padding: 5.12821vw 0;
    border-bottom: 1px solid #911100;
  }

  .footer__bot--main--nav>ul>li>a i {
    position: absolute;
    width: 3.58974vw;
    height: 3.58974vw;
    right: 4.10256vw;
    top: 50%;
    margin-top: -1.79487vw;
    display: block;
  }

  .footer__bot--main--nav>ul>li>a i:before,
  .footer__bot--main--nav>ul>li>a i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }

  .footer__bot--main--nav>ul>li>a i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }

  .footer__bot--main--nav>ul>li>a i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }

  .footer__bot--main--nav>ul>li>a.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .footer__bot--main--nav>ul>li>a>span {
    line-height: 0;
    font-size: 0;
    display: block;
    position: relative;
    color: transparent;
    white-space: nowrap;
  }

  .footer__bot--main--nav>ul>li>a>span::before,
  .footer__bot--main--nav>ul>li>a>span::after {
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__bot--main--nav>ul>li>a>span::before {
    content: attr(data-en);
    top: 0;
    font-family: var(--en);
    opacity: 0;
    display: none;
  }

  .footer__bot--main--nav>ul>li>a>span::after {
    font-size: 4.10256vw;
    display: block;
    content: attr(data-jp);
    font-family: var(--jp);
    line-height: 1.5;
  }

  .footer__bot--main--nav>ul>li em {
    display: none;
  }

  .footer__bot--main--nav>ul>li>ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .footer__bot--main--nav>ul>li>ul li+li {
    margin-top: 0.51282vw;
  }

  .footer__bot--main--nav>ul>li>ul li a {
    display: block;
    padding: 2.82051vw 6.15385vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background-color: #911100;
  }

  .footer__bot--area {
    background-color: #911100;
    padding: 6.15385vw 5.12821vw;
    margin-top: 10.25641vw;
  }

  .footer__bot--area--contact {
    width: 54.87179vw;
  }

  .footer__bot--area--contact a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8.20513vw;
    width: 100%;
    height: 13.84615vw;
    background: #fff;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-size: 3.58974vw;
    line-height: 1;
    font-family: var(--en);
    font-weight: 400;
    color: var(--black);
  }

  .footer__bot--area--contact a::after {
    content: "";
    width: 4.61538vw;
    height: 4.61538vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-radial-gradient(circle, white 0%, white 20%, #d62c2c 20%, #d62c2c 100%);
    background: -moz- oldradial-gradient(circle, white 0%, white 20%, #d62c2c 20%, #d62c2c 100%);
    background: radial-gradient(circle, white 0%, white 20%, #d62c2c 20%, #d62c2c 100%);
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__bot--area--contact a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--black);
  }

  .footer__bot--area--contact a:hover::after {
    background: -webkit-radial-gradient(circle, #d62c2c 0%, #d62c0e 20%, white 20%, white 100%);
    background: -moz- oldradial-gradient(circle, #d62c2c 0%, #d62c0e 20%, white 20%, white 100%);
    background: radial-gradient(circle, #d62c2c 0%, #d62c0e 20%, white 20%, white 100%);
  }

  .footer__bot--area--main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5.12821vw 0;
  }

  .footer__bot--area--main dl:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .footer__bot--area--main dl dt {
    font-size: 3.58974vw;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--white);
    margin-right: 6.15385vw;
  }

  .footer__bot--area--main dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__bot--area--main dl dd ul li+li {
    margin-left: 2.05128vw;
  }

  .footer__bot--area--main dl dd ul li {
    width: 10.25641vw;
  }

  .footer__bot--area--main dl dd ul li a {
    display: block;
    width: 10.25641vw;
    height: 10.25641vw;
    text-indent: -2563.84615vw;
    overflow: hidden;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .footer__bot--area--main dl dd ul li a.phone {
    background: url("../img/footerPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.phone:hover {
    opacity: 1;
    background: url("../img/footerPhoneBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.map {
    background: url("../img/footerMap.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__bot--area--main dl dd ul li a.map:hover {
    opacity: 1;
    background: url("../img/footerMapBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }

  .footer__copy {
    background: var(--dark_red);
    padding-top: 4.35897vw;
    padding-bottom: 4.35897vw;
  }

  .footer__copy--main {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__copy--main--text {
    font-size: 2.05128vw;
    line-height: 1.5;
    font-family: var(--en);
    letter-spacing: 0.04em;
    color: #F4EADF;
  }

  .footer__copy--main--exlink {
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5.12821vw;
  }

  .footer__copy--main--exlink a {
    display: inline-block;
    font-size: 3.07692vw;
    line-height: 1.56;
    letter-spacing: 0.04em;
    color: #F4EADF;
  }

  .footer__copy--main--exlink a+a {
    margin-top: 2.5641vw;
  }

  .cta_fixed {
    position: fixed;
    z-index: 99;
    bottom: 4.61538vw;
    right: 5.12821vw;
    padding: 12px 24px;
    width: 89.74359vw;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .cta_fixed.st2,
  .cta_fixed.st3 {
    background: rgba(255, 255, 255, 0.8);
  }

  .cta_fixed.st2 a.btn.st2,
  .cta_fixed.st2 button.btn.st2,
  .cta_fixed.st3 a.btn.st2,
  .cta_fixed.st3 button.btn.st2 {
    color: #D62C2C;
  }

  .cta_fixed.hidden {
    display: none;
  }

  .cta_fixed ul {
    display: -ms-grid;
    display: grid;
    gap: 25px;
    /* -ms-grid-columns: (minmax(0, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta_fixed ul li+li {
    margin-top: 0vw;
  }

  .cta_fixed ul li a {
    white-space: nowrap;
  }

  .cta_fixed a.btn.st2,
  .cta_fixed button.btn.st2 {
    background-color: transparent;
    min-width: initial;
    min-height: initial;
    padding: 0;
    font-size: 3.07692vw;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    border-bottom: 0.76923vw solid;
  }

  .cta_fixed a.btn.st2:after,
  .cta_fixed button.btn.st2:after {
    display: none;
  }

  .pTop {
    background-color: #fff;
    padding-top: 0;
  }

  .pTop .header {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .header.changeBg {
    background-color: #fff;
  }

  .pTop .mv {
    position: relative;
  }

  .pTop .mv_txt {
    position: absolute;
    bottom: 22.05128vw;
    left: 0vw;
    padding: 0 5.12821vw;
    z-index: 3;
  }

  .pTop .mv_txt h2 span {
    display: inline-block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 9.74359vw;
    line-height: 100%;
    color: #FFFFFF;
    text-shadow: 0vw 0vw 3.58974vw rgba(0, 0, 0, 0.3);
    position: relative;
    padding-bottom: 2.5641vw;
    margin-bottom: 2.5641vw;
  }

  .pTop .mv_txt h2 small {
    display: block;
    font-weight: 400;
    font-size: 3.33333vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pTop .mv_txt h2 small img {
    margin-right: 1.28205vw;
    width: 25.47009vw;
  }

  .pTop .mv .swiper-fade-full {
    width: 100%;
    height: 100vh;
    /* height: 100svh; */
  }

  .pTop .mv .swiper-slide {
    height: 100vh;
    /* height: 100svh; */
  }

  .pTop .mv .swiper-slide picture {
    height: 100%;
  }

  .pTop .mv .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pTop .about {
    padding: 16.15385vw 2.5641vw 34.35897vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pTop .about .about_map {
    position: absolute;
    top: 56.92308vw;
    right: 0;
    width: 98.84615vw;
    z-index: -1;
  }

  .pTop .about h2 {
    margin-bottom: 17.94872vw;
    text-align: center;
  }

  .pTop .about h2 img {
    width: 63.07692vw;
    max-width: 100%;
  }

  .pTop .about p {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 2.28571;
    letter-spacing: 0.04em;
  }

  .pTop .about p span {
    color: #D62C2C;
  }

  .pTop .about .btn {
    width: 66.66667vw;
    margin: 69.23077vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pTop .t_tl {
    margin-bottom: 15.12821vw;
  }

  .pTop .t_tl span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12.30769vw;
    line-height: 100%;
    color: #D62C2C;
  }

  .pTop .t_tl span img {
    width: 4.61538vw;
  }

  .pTop .t_tl small {
    display: block;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 100%;
  }

  .pTop .tfeatures {
    position: relative;
    padding: 0vw 0vw 20.51282vw;
  }

  .pTop .tfeatures .tfeatures_mask {
    background: url(../img/feature_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    margin-bottom: -webkit-calc(-100vh + var(--header-height));
    margin-bottom: -moz-calc(-100vh + var(--header-height));
    margin-bottom: calc(-100vh + var(--header-height));
  }

  .pTop .tfeatures .tfeatures_tl {
    position: relative;
    z-index: 12;
    padding: 41.02564vw 5.12821vw 0;
  }

  .pTop .tfeatures .tfeatures_tl .t_tl {
    color: #fff;
  }

  .pTop .tfeatures .tfeatures_tl .t_tl span {
    color: #fff;
  }

  .pTop .tfeatures .tfeatures_list {
    position: relative;
    padding: 0 5.12821vw;
  }

  .pTop .tfeatures .tfeatures_list li {
    padding: 6.15385vw 6.15385vw 10.25641vw;
    background: #D62C2C;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pTop .tfeatures .tfeatures_list li+li {
    margin-top: 15.38462vw;
  }

  .pTop .tfeatures .tfeatures_list li h3 {
    font-weight: 700;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin: 6.41026vw 0 2.5641vw;
  }

  .pTop .tfeatures .tfeatures_list li:nth-child(even) {
    margin-left: auto;
  }

  .pTop .tfeatures .f_btn {
    margin-top: 15.38462vw;
    text-align: center;
  }

  .pTop .tfeatures .f_btn .btn {
    min-width: 66.66667vw;
  }

  .pTop .tservice {
    padding-top: 23.07692vw;
    background: var(--white);
    position: relative;
    z-index: 20;
  }

  .pTop .tservice .t_tl {
    margin-bottom: 0;
  }

  .pTop .tservice .tservice_list {
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
  }

  .pTop .tservice .tservice_list li {
    padding: 0vw 0 20.51282vw;
  }

  .pTop .tservice .tservice_list li:not(:last-child) {
    border-bottom: 1px solid #A7A6A6;
  }

  .pTop .tservice .tservice_list li .row {
    padding: 0;
  }

  .pTop .tservice .tservice_list .sit {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 150%;
    letter-spacing: 0.04em;
  }

  .pTop .tservice .tservice_list .sit .sit_title {
    padding: 15.38462vw 0 5.12821vw;
  }

  .pTop .tservice .tservice_list .sit .sit_title>span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    display: block;
  }

  .pTop .tservice .tservice_list .sit .sit_l figure {
    width: 100%;
  }

  .pTop .tservice .tservice_list .sit .sit_r {
    padding-top: 6.41026vw;
  }

  .pTop .tservice .tservice_list .sit .sit_r .btn {
    margin-top: 5.12821vw;
    min-width: 66.66667vw;
  }

  .pTop .tservice .tservice_list .sit .sit_r .c_red {
    color: #D62C2C;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 {
    margin-bottom: 6.41026vw;
    position: relative;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5641vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 span {
    font-weight: 400;
    font-size: 6.15385vw;
    letter-spacing: 0.04em;
    display: block;
    margin: 2.5641vw 0;
    line-height: 1.5;
  }

  .pTop .tservice .tservice_list .sit .sit_r h3 small {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.82051vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pTop .tpickup {
    background-color: #ECECEC;
    padding: 20.51282vw 0 12.82051vw;
  }

  .pTop .tpickup .t_tl {
    margin-bottom: 0;
  }

  .pTop .tpickup .tpickup_slider {
    position: relative;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -31.28205vw;
    right: 0;
    display: none;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div {
    display: block;
    text-indent: -2563.84615vw;
    margin: 0;
    position: static;
    width: 11.28205vw;
    height: 11.28205vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    border: 4.35897vw solid #D62C2C;
    display: block;
    background-color: #fff;
    position: relative;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15.38462vw;
    height: 0.51282vw;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div.swiper-button-next span {
    left: initial;
    right: 0;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -moz-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    width: 11.79487vw;
    height: 11.79487vw;
    background: #fff;
    display: block;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.5641vw;
    height: 2.5641vw;
    background: #fff;
    display: block;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover {
    background-color: #D62C2C;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover span {
    width: 0;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover::after {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:hover::before {
    opacity: 1;
    background-color: #D62C2C;
  }

  .pTop .tpickup .tpickup_slider .s_ctrl>div:not(:last-child) {
    margin-right: 25.12821vw;
  }

  .pTop .tpickup .tpickup_list {
    display: block;
  }

  .pTop .tpickup .tpickup_list li:not(:last-child) a {
    border-bottom: 1px solid #A7A6A6;
  }

  .pTop .tpickup .tpickup_list li a {
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding: 12.82051vw 0;
  }

  .pTop .tpickup .tpickup_list li a .meta time {
    margin-right: 3.07692vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.10256vw;
    letter-spacing: 0.04em;
  }

  .pTop .tpickup .tpickup_list li a .meta span {
    padding: 0.51282vw 4.10256vw;
    background: #fff;
    -moz-border-radius: 25.38462vw;
    border-radius: 25.38462vw;
    font-weight: 400;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    min-width: 23.07692vw;
    min-height: 6.66667vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pTop .tpickup .tpickup_list li a figure {
    margin: 5.12821vw 0;
  }

  .pTop .tpickup .tpickup_list li a p {
    font-size: 4.10256vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #333333;
  }

  .pTop .tnews {
    padding: 23.07692vw 0 31.53846vw;
  }

  .pTop .tnews .tnews_btn {
    text-align: center;
    margin-top: 10.25641vw;
  }

  .pTop .tnews .tnews_btn .btn {
    min-width: 66.66667vw;
  }

  .pTop .tnews .tab_content {
    display: none;
  }

  .pTop .tnews .tab_content.active {
    display: block;
  }

  .pTop .tnews .category_tt {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #333333;
    margin-bottom: 4.10256vw;
  }

  .pTop .tnews .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10.25641vw;
  }

  .pTop .tnews .tabs li {
    margin-right: 3.07692vw;
    margin-bottom: 3.07692vw;
  }

  .pTop .tnews .tabs li a {
    padding: 0 4.10256vw;
    min-width: 23.07692vw;
    min-height: 6.66667vw;
    background: #F5F5F5;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tnews .tabs li a.active,
  .pTop .tnews .tabs li a:hover {
    background-color: #D62C2C;
    color: #fff;
    opacity: 1;
  }

  .pTop .tnews .tnews_list li a {
    display: block;
    position: relative;
    padding: 4.10256vw 0 8.97436vw;
    border-bottom: 1px solid #D62C2C;
  }

  .pTop .tnews .tnews_list li a>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 4.10256vw;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .tnews .tnews_list li a>div p {
    margin-top: 3.84615vw;
  }

  .pTop .tnews .tnews_list li a>div time {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.07692vw;
    line-height: 100%;
    margin-right: 6.15385vw;
    letter-spacing: 0.04em;
  }

  .pTop .tnews .tnews_list li a>div span {
    padding: 0 4.10256vw;
    min-width: 23.07692vw;
    min-height: 6.66667vw;
    background: #F5F5F5;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8.46154vw;
  }

  .pTop .tnews .tnews_list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.05128vw;
    height: 2.05128vw;
    background: #D62C2C;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pTop .trecruit {
    color: #fff;
    position: relative;
    height: 500vh;
  }

  .pTop .trecruit_content {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    width: 100%;
    overflow: hidden;
  }

  .pTop .trecruit_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    z-index: 1;
  }

  .pTop .trecruit .trecruit_txt {
    z-index: 4;
    text-align: center;
    padding: 27.17949vw 5.12821vw 28.71795vw;
    color: #fff;
    position: relative;
  }

  .pTop .trecruit .trecruit_txt p {
    display: inline-block;
    text-align: center;
    width: 143.58974vw;
    max-width: 100%;
    font-size: 3.58974vw;
    line-height: 1.88;
    letter-spacing: 0.04em;
    font-weight: 400;
    font-family: var(--jp);
  }

  .pTop .trecruit .trecruit_txt .trecruit_txt_btn {
    text-align: center;
    margin-top: 15.38462vw;
  }

  .pTop .trecruit .trecruit_txt .trecruit_txt_btn .btn {
    min-width: 66.66667vw;
  }

  .pTop .trecruit .trecruit_txt h2 {
    margin-bottom: 11.53846vw;
  }

  .pTop .trecruit .trecruit_txt h2 small {
    display: inline-block;
    border-bottom: 1px solid #D62C2C;
    font-family: var(--en);
    font-style: normal;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 1.02564vw;
  }

  .pTop .trecruit .trecruit_txt h2 span {
    display: block;
    font-weight: 700;
    font-size: 6.15385vw;
    line-height: 129%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 11.53846vw;
  }

  .pTop .trecruit .trecruit_garally {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .pTop .trecruit .trecruit_garally .main_carousel {
    --direction: -1;
    width: 30.76923%;
    will-change: transform;
    margin-top: -100%;
    translate: 0 -webkit-calc(var(--parallax) * 100vh * var(--direction));
    translate: 0 -moz-calc(var(--parallax) * 100vh * var(--direction));
    translate: 0 calc(var(--parallax) * 100vh * var(--direction));
  }

  .pTop .trecruit .trecruit_garally .main_carousel:nth-child(even) {
    --direction: 1;
  }

  .pTop .trecruit .trecruit_garally .main_carousel:nth-child(even) ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pTop .trecruit .trecruit_garally ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pTop .trecruit .trecruit_garally ul li+li {
    margin-top: 6.15385vw;
  }

  .pContact .contact .row {
    max-width: 256.41026vw;
  }

  .pContact .contact_top {
    background-color: #333;
    padding-bottom: 9.23077vw;
  }

  .pContact .contact_top h3 {
    position: relative;
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 10vw;
    min-height: 20.51282vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3.58974vw;
    padding-top: 3.58974vw;
    position: relative;
  }

  .pContact .contact_top h3::after {
    content: "";
    position: absolute;
    left: -5.12821vw;
    bottom: 0;
    width: -webkit-calc(100% + 10.25641vw);
    width: -moz-calc(100% + 10.25641vw);
    width: calc(100% + 10.25641vw);
    height: 1px;
    background: #fff;
    display: block;
  }

  .pContact .contact_top h3::before {
    content: "";
    width: 13.33333vw;
    height: 13.33333vw;
    display: block;
    background-image: url(../img/contactPhone.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-right: 5.12821vw;
  }

  .pContact .contact_top h3.st2 {
    position: relative;
  }

  .pContact .contact_top h3.st2:before {
    width: 15.89744vw;
    height: 7.4359vw;
    background-image: url(../img/contact/ic_car.png);
  }

  .pContact .contact_top ul:not(:last-child) {
    padding-bottom: 17.4359vw;
  }

  .pContact .contact_top ul.st2 {
    position: relative;
  }

  .pContact .contact_top ul.st2::after {
    content: "";
    position: absolute;
    left: -5.12821vw;
    bottom: 0;
    width: -webkit-calc(100% + 10.25641vw);
    width: -moz-calc(100% + 10.25641vw);
    width: calc(100% + 10.25641vw);
    height: 1px;
    background: #fff;
    display: block;
  }

  .pContact .contact_top ul li+li {
    margin-top: 10.25641vw;
  }

  .pContact .contact_top ul li a {
    display: block;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    text-align: center;
  }

  .pContact .contact_top ul li a.st2>div {
    pointer-events: none;
  }

  .pContact .contact_top ul li a.st2>span {
    background-color: #fff;
    color: #D62C2C;
  }

  .pContact .contact_top ul li a.st2>span::before {
    background-image: url(../img/contact/ic_tel2.png);
  }

  .pContact .contact_top ul li a>span {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6.15385vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    position: relative;
    min-height: 16.41026vw;
    background: #D62C2C;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5641vw;
  }

  .pContact .contact_top ul li a>span::before {
    content: "";
    width: 6.15385vw;
    height: 6.15385vw;
    display: block;
    background-image: url(../img/contact/ic_tel.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 4.10256vw;
  }

  .pContact .contact_top ul li a div h4 {
    font-weight: 700;
    font-size: 5.12821vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    margin-bottom: 4.10256vw;
  }

  .pContact .contact_top ul li a div p {
    font-weight: 400;
    font-size: 2.82051vw;
    line-height: 188%;
    margin: 0 -5.12821vw;
  }

  .pContact .contact_bot {
    padding: 25.64103vw 0 29.23077vw;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .cbt {
    position: relative;
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    padding: 4.10256vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #D62C2C;
    border-bottom: 1px solid #D62C2C;
    margin: 0 -5.12821vw 13.58974vw;
  }

  .pContact .contact_bot .cbt::before {
    content: "";
    margin-right: 5.12821vw;
    width: 13.33333vw;
    height: 13.33333vw;
    display: block;
    background-image: url(../img/contact/ic_mail.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .pContact .contact_bot .form .f_txtError {
    font-size: 3.58974vw;
    letter-spacing: 0.07em;
    margin-bottom: 1.02564vw;
    color: #f00;
  }

  .pContact .contact_bot .form .c_note {
    color: #D62C2C;
    margin: 6.41026vw 0 21.79487vw;
  }

  .pContact .contact_bot .form .checkboxWr {
    margin-bottom: 10.25641vw;
  }

  .pContact .contact_bot .form .f_note {
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-top: 6.41026vw;
  }

  .pContact .contact_bot .form .list_rd,
  .pContact .contact_bot .form .checkboxWr,
  .pContact .contact_bot .form .wpcf7-radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pContact .contact_bot .form .list_rd .rd,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item,
  .pContact .contact_bot .form .list_rd div,
  .pContact .contact_bot .form .checkboxWr .rd,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item,
  .pContact .contact_bot .form .checkboxWr div,
  .pContact .contact_bot .form .wpcf7-radio .rd,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item,
  .pContact .contact_bot .form .wpcf7-radio div {
    margin-top: 2.05128vw;
    margin-bottom: 2.05128vw;
  }

  .pContact .contact_bot .form .list_rd .rd:not(:last-child),
  .pContact .contact_bot .form .list_rd .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .list_rd div:not(:last-child),
  .pContact .contact_bot .form .checkboxWr .rd:not(:last-child),
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .checkboxWr div:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio .rd:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item:not(:last-child),
  .pContact .contact_bot .form .wpcf7-radio div:not(:last-child) {
    margin-right: 12.30769vw;
  }

  .pContact .contact_bot .form .list_rd .rd label,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label,
  .pContact .contact_bot .form .list_rd div label,
  .pContact .contact_bot .form .checkboxWr .rd label,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label,
  .pContact .contact_bot .form .checkboxWr div label,
  .pContact .contact_bot .form .wpcf7-radio .rd label,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label,
  .pContact .contact_bot .form .wpcf7-radio div label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 5.12821vw;
    font-weight: 400;
    font-size: 4.10256vw;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form .list_rd .rd label input,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label input,
  .pContact .contact_bot .form .list_rd div label input,
  .pContact .contact_bot .form .checkboxWr .rd label input,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label input,
  .pContact .contact_bot .form .checkboxWr div label input,
  .pContact .contact_bot .form .wpcf7-radio .rd label input,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label input,
  .pContact .contact_bot .form .wpcf7-radio div label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .pContact .contact_bot .form .list_rd .rd span,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span,
  .pContact .contact_bot .form .list_rd div span,
  .pContact .contact_bot .form .checkboxWr .rd span,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span,
  .pContact .contact_bot .form .checkboxWr div span,
  .pContact .contact_bot .form .wpcf7-radio .rd span,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span,
  .pContact .contact_bot .form .wpcf7-radio div span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.17949vw;
  }

  .pContact .contact_bot .form .list_rd .rd span::before,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span::before,
  .pContact .contact_bot .form .list_rd div span::before,
  .pContact .contact_bot .form .checkboxWr .rd span::before,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span::before,
  .pContact .contact_bot .form .checkboxWr div span::before,
  .pContact .contact_bot .form .wpcf7-radio .rd span::before,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span::before,
  .pContact .contact_bot .form .wpcf7-radio div span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5.12821vw;
    height: 5.12821vw;
    border: 1px solid #A7A6A6;
  }

  .pContact .contact_bot .form .list_rd .rd span::after,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item span::after,
  .pContact .contact_bot .form .list_rd div span::after,
  .pContact .contact_bot .form .checkboxWr .rd span::after,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item span::after,
  .pContact .contact_bot .form .checkboxWr div span::after,
  .pContact .contact_bot .form .wpcf7-radio .rd span::after,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item span::after,
  .pContact .contact_bot .form .wpcf7-radio div span::after {
    top: 1.28205vw;
    left: 1.28205vw;
    width: 2.5641vw;
    height: 2.5641vw;
    background: #D62C2C;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }

  .pContact .contact_bot .form .list_rd .rd label input:checked~span:after,
  .pContact .contact_bot .form .list_rd .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .list_rd div label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr .rd label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .checkboxWr div label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio .rd label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio .wpcf7-list-item label input:checked~span:after,
  .pContact .contact_bot .form .wpcf7-radio div label input:checked~span:after {
    display: block;
  }

  .pContact .contact_bot .form dl+dl {
    margin-top: 10.25641vw;
  }

  .pContact .contact_bot .form dl dt {
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 4.10256vw;
  }

  .pContact .contact_bot .form dl dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.51282vw;
    height: 6.41026vw;
    background: #D62C2C;
    -moz-border-radius: 1.02564vw;
    border-radius: 1.02564vw;
    font-weight: 700;
    font-size: 3.07692vw;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-left: 7.17949vw;
  }

  .pContact .contact_bot .form dl dd {
    width: 100%;
  }

  .pContact .contact_bot .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.25641vw;
    -moz-perspective: 0.25641vw;
    perspective: 0.25641vw;
    border: 0;
    width: 112.82051vw;
    height: 16.41026vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
    max-width: 100%;
  }

  .pContact .contact_bot .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.15385vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.79487vw solid transparent;
    border-right: 1.79487vw solid transparent;
    border-top: 2.82051vw solid #333;
  }

  .pContact .contact_bot .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 0 8.97436vw 0 6.15385vw;
    background: transparent;
    font-weight: 400;
    font-size: 4.10256vw;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .pContact .contact_bot .form dl dd .select label select::-ms-expand {
    display: none;
  }

  .pContact .contact_bot .form dl dd input {
    width: 100%;
    outline: none;
    font-size: 4.10256vw;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0vw 6.15385vw;
    height: 16.41026vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
    border: 0;
  }

  .pContact .contact_bot .form dl dd input::-webkit-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input::-moz-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input:-ms-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd input::placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea {
    width: 100%;
    outline: none;
    font-size: 4.10256vw;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2.5641vw 6.15385vw;
    height: 54.35897vw;
    background: #FFFFFF;
    -moz-border-radius: 3.07692vw;
    border-radius: 3.07692vw;
    border: 0;
  }

  .pContact .contact_bot .form dl dd textarea::-webkit-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea::-moz-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea:-ms-input-placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd textarea::placeholder {
    color: #A7A6A6;
    opacity: 1;
    letter-spacing: 0.04em;
  }

  .pContact .contact_bot .form dl dd .box_privacy {
    /* overflow-y: auto; */
    overflow-y: scroll;
    height: 115.64103vw;
    background-color: #fff;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    padding: 3.84615vw 5.12821vw;
    padding-right: 1.28205vw;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    margin-bottom: 8.20513vw;
  }

  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight {
    opacity: 1;
    -moz-background-size: 2.05128vw 1.79487vw;
    background-size: 2.05128vw 1.79487vw;
    background-position: center bottom;
  }

  .mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 0;
    background-position: center top;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 1;
    background-color: #fff;
    width: 3.33333vw;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1.02564vw;
    background-color: #D62C2C;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    opacity: 1 !important;
  }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #D62C2C;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .pOwnership .ownership {
    padding: 38.46154vw 0 45.89744vw;
  }

  .pOwnership .ownership.solicitation {
    padding-top: 12.82051vw;
  }

  .pOwnership .ownership .it {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
  }

  .pOwnership .ownership .it+.it {
    margin-top: 15.38462vw;
  }

  .pOwnership .ownership .it .mt {
    margin-top: 8.97436vw;
  }

  .pOwnership .ownership .it .it_lt4 {
    font-weight: bold;
    font-size: 4.10256vw;
    margin-bottom: 8.97436vw;
  }

  .pOwnership .ownership .it .info_ct {
    font-size: 5.12821vw;
    font-weight: bold;
    margin-top: 5.12821vw;
    text-align: center;
  }

  .pOwnership .ownership .it .info_ct a {
    font-size: 5.64103vw;
    font-weight: 700;
    color: #D62C2C;
  }

  .pOwnership .ownership .it .dlist {
    margin-bottom: 16.41026vw;
  }

  .pOwnership .ownership .it .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .pOwnership .ownership .it .dlist dl+dl {
    margin-top: 10.25641vw;
  }

  .pOwnership .ownership .it .dlist dl dt {
    width: 21.53846vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.51282vw 3.07692vw;
    background: #FFFFFF;
    margin-bottom: 2.5641vw;
    font-size: 3.58974vw;
  }

  .pOwnership .ownership .it .it_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 7.69231vw;
  }

  .pOwnership .ownership .it .it_btn a {
    margin: 2.5641vw 0;
    min-width: 66.66667vw;
  }

  .pOwnership .ownership .it .listPdf {
    display: -ms-grid;
    display: grid;
    gap: 3.84615vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 6.15385vw 0;
  }

  .pOwnership .ownership .it .box {
    padding: 6.15385vw 4.10256vw;
    border: 2px solid #D62C2C;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
  }

  .pOwnership .ownership .it .box h5 {
    font-size: 4.10256vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.12821vw;
  }

  .pOwnership .ownership .it .box+p {
    margin-top: 8.97436vw;
  }

  .pOwnership .ownership .it .it_listNum {
    counter-reset: div;
  }

  .pOwnership .ownership .it .it_listNum>li {
    padding: 8.20513vw 4.10256vw;
    background: #FFFFFF;
    -moz-border-radius: 4.10256vw;
    border-radius: 4.10256vw;
    font-size: 4.10256vw;
  }

  .pOwnership .ownership .it .it_listNum>li+li {
    margin-top: 6.15385vw;
  }

  .pOwnership .ownership .it .it_listNum>li h4 {
    position: relative;
    font-weight: 700;
    font-size: 4.10256vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #454545;
    padding-left: 12.30769vw;
    margin-bottom: 5.12821vw;
  }

  .pOwnership .ownership .it .it_listNum>li h4::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: div;
    content: counter(div);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8.20513vw;
    height: 8.20513vw;
    background: #D62C2C;
    -moz-border-radius: 20.51282vw;
    border-radius: 20.51282vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.10256vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .listDot.st2 li {
    font-weight: bold;
  }

  .listDot li {
    position: relative;
    padding-left: 4.35897vw;
    font-size: 3.58974vw;
    line-height: 1.88;
  }

  .listDot li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .s_tl {
    margin-bottom: 6.15385vw;
  }

  .s_tl span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 6.15385vw;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .s_tl small {
    display: block;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
  }

  .s_tl small.st2 {
    color: var(--red);
  }

  .pShop .shop {
    padding-top: 13.33333vw;
  }

  .pShop .shop .row {
    max-width: 256.41026vw;
  }

  .pShop .shop .map_full iframe {
    height: 61.53846vw;
  }

  .pShop .shop_head {
    margin-bottom: 19.74359vw;
  }

  .pShop .shop_head ul {
    display: -ms-grid;
    display: grid;
    gap: 1.02564vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pShop .shop_head ul a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.28205vw 6.15385vw;
    background: #333333;
    position: relative;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    min-height: 12.30769vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .pShop .shop_head ul a::after {
    position: absolute;
    top: 50%;
    right: 6.15385vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    margin-left: 4.10256vw;
    width: 0;
    height: 0;
    border-left: 1.28205vw solid transparent;
    border-right: 1.28205vw solid transparent;
    border-top: 2.30769vw solid #fff;
  }

  .pShop .shop_head ul a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #D62C2C;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  .pShop .shop_head ul a:hover {
    opacity: 1;
  }

  .pShop .shop_head ul a:hover:after {
    -webkit-animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
    -moz-animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
    animation: arrowHoverVerticalDown 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal both;
  }

  .pShop .shop_head ul a:hover::before {
    width: 100%;
  }

  .pShop .shop .sSocial {
    display: -ms-grid;
    display: grid;
    gap: 2.05128vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pShop .shop .sSocial a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 10.25641vw;
    background: #F5F5F5;
    position: relative;
    font-size: 3.58974vw;
    font-family: "Zalando Sans Expanded", sans-serif;
  }

  .pShop .shop .sSocial a::before {
    content: "";
    width: 5.12821vw;
    height: 5.12821vw;
    display: block;
    margin-right: 2.5641vw;
    background-image: url(../img/shoplist/ic_ig.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .pShop .shop .sSocial a.st2::before {
    background-image: url(../img/shoplist/ic_fb.png);
  }

  .pShop .shop .sSocial a.st3::before {
    width: 7.4359vw;
    height: 5.12821vw;
    background-image: url(../img/shoplist/ic_yt.png);
  }

  .pShop .shop .sList {
    margin-top: 6.15385vw;
  }

  .pShop .shop .sList .it {
    padding: 10.25641vw 5.12821vw;
    background: #FFFFFF;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    position: relative;
  }

  .pShop .shop .sList .it+.it {
    margin-top: 6.15385vw;
  }

  .pShop .shop .sList .it figure {
    margin-bottom: 7.17949vw;
  }

  .pShop .shop .sList .it .sHomepage {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    position: relative;
    padding-right: 9.23077vw;
    white-space: nowrap;
    margin-top: 10.25641vw;
    display: inline-block;
  }

  .pShop .shop .sList .it .sHomepage ins {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    display: block;
    border: 1px solid var(--red);
  }

  .pShop .shop .sList .it .sHomepage ins::before,
  .pShop .shop .sList .it .sHomepage ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .pShop .shop .sList .it .sHomepage ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D62C2C;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pShop .shop .sList .it .sHomepage ins::after {
    width: 1.02564vw;
    height: 1.02564vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #D62C2C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pShop .shop .sList .it .sHomepage:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .pShop .shop .sList .it .sHomepage:hover ins::after {
    background: #fff;
  }

  .pShop .shop .sList .it .txt h4 {
    margin-bottom: 8.97436vw;
  }

  .pShop .shop .sList .it .txt h4 img {
    width: 30.76923vw;
  }

  .pShop .shop .sList .it .txt h4 img.st2 {
    width: 45.64103vw;
  }

  .pShop .shop .sList .it .txt h4 small {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4.10256vw;
    min-width: 22.05128vw;
    min-height: 6.92308vw;
    background: #D62C2C;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 1.79487vw;
    font-weight: bold;
  }

  .pShop .shop .sList .it .txt h4 span {
    display: block;
    font-weight: 700;
    font-size: 5.64103vw;
    letter-spacing: 0.04em;
  }

  .pShop .shop .sList .it .txt h4 span em {
    font-style: normal;
    font-size: 4.61538vw;
    display: block;
  }

  .pShop .shop .sList .it .txt .dlist {
    margin-bottom: 6.41026vw;
  }

  .pShop .shop .sList .it .txt .dlist dl {
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pShop .shop .sList .it .txt .dlist dl+dl {
    margin-top: 6.41026vw;
  }

  .pShop .shop .sList .it .txt .dlist dl dt {
    font-family: "Zalando Sans Expanded", sans-serif;
    width: 26.41026vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pShop .shop .shop_ctn .sit+.sit {
    margin-top: 20.51282vw;
  }

  .pShop .shop .sns {
    margin-top: 20.51282vw;
    background: #D62C2C;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    padding: 10.25641vw 5.12821vw;
    color: #fff;
  }

  .pShop .shop .sns_l {
    margin-bottom: 12.82051vw;
  }

  .pShop .shop .sns_l p {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_l h3 {
    margin-bottom: 14.10256vw;
    text-align: center;
  }

  .pShop .shop .sns_l h3 span {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 9.23077vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_l h3 small {
    display: block;
    font-weight: 400;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pShop .shop .sns_r h4 {
    margin-bottom: 3.07692vw;
    text-align: center;
  }

  .pShop .shop .sns_r h4 img {
    width: 45.12821vw;
  }

  .pShop .shop .sns_r .sSocial {
    display: block;
  }

  .pShop .shop .sns_r .sSocial a {
    margin-right: 0;
    width: 100%;
    font-size: 4.10256vw;
  }

  .pShop .shop .sns_r .sSocial a+a {
    margin-top: 3.07692vw;
  }

  .s_tl2 {
    margin-bottom: 6.41026vw;
    position: relative;
  }

  .s_tl2 div {
    font-size: 0;
    line-height: 0;
    margin-top: 4.61538vw;
  }

  .s_tl2 div a {
    position: relative;
    display: block;
    width: 42.82051vw;
  }

  .s_tl2 div a i {
    width: 2.05128vw;
    height: 2.05128vw;
    display: block;
    text-indent: -2563.84615vw;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 50%;
    right: 2.5641vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .s_tl2 div a i::before,
  .s_tl2 div a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrowBlack.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .s_tl2 div a i::before {
    top: 0;
    left: 0;
  }

  .s_tl2 div a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .s_tl2 div a:hover {
    opacity: 1;
  }

  .s_tl2 div a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .s_tl2 div a:hover i::after {
    top: 0;
    left: 0;
  }

  .s_tl2 em {
    display: inline-block;
    font-size: 3.58974vw;
    color: #fff;
    letter-spacing: 0.04em;
    padding: 0 5.12821vw;
    border: 1px solid;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-style: normal;
    margin-top: 7.69231vw;
  }

  .s_tl2 em img {
    width: 31.79487vw;
  }

  .s_tl2 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .s_tl2 span {
    font-weight: 400;
    font-size: 6.15385vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .s_tl2 small {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.82051vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pCompany .container {
    overflow: hidden;
  }

  .pCompany .company {
    padding-bottom: 43.58974vw;
  }

  .pCompany .company.st2 {
    background-color: #D62C2C;
    padding-bottom: 11.02564vw;
    color: #fff;
  }

  .pCompany .company.st2 .s_tl span {
    color: #fff;
  }

  .pCompany .company .cAside ul li+li {
    margin-top: 0.51282vw;
  }

  .pCompany .company .cAside ul li a {
    width: 100%;
    letter-spacing: 0;
    padding-left: 5.12821vw;
    padding-right: 12.82051vw;
  }

  .pCompany .company_ctn .p_tt {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 188%;
    letter-spacing: 0.12em;
    margin-bottom: 5.38462vw;
    font-weight: bold;
  }

  .pCompany .company_ctn .p_tt.st2 {
    font-size: 4.61538vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .pCompany .company_ctn p {
    font-size: 3.58974vw;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  .pCompany .company_ctn p.st2 {
    line-height: 1.88;
  }

  .pCompany .company_ctn .it {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 1.88;
    letter-spacing: 0.12em;
    padding-top: 12.82051vw;
  }

  .pCompany .company_ctn .it.bgMess {
    position: relative;
    -webkit-transform: translateZ(z);
    -moz-transform: translateZ(z);
    transform: translateZ(z);
  }

  .pCompany .company_ctn .it.bgMess::after {
    position: absolute;
    content: "";
    width: 1000vw;
    height: -webkit-calc(100% - 12.82051vw);
    height: -moz-calc(100% - 12.82051vw);
    height: calc(100% - 12.82051vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -27.69231vw;
    background: #fff;
    z-index: -1;
  }

  .pCompany .company_ctn .it.Features {
    background-color: #fff;
    color: #333;
    padding-left: 5.12821vw;
    padding-right: 5.12821vw;
    padding-bottom: 10.25641vw;
    position: relative;
    margin: 10.25641vw 0;
  }

  .pCompany .company_ctn .it.Features .s_tl span {
    color: #D62C2C;
  }

  .pCompany .company_ctn .it.Features .co-list02__it .txt,
  .pCompany .company_ctn .it.Features .co-list02__it .txt h3 i {
    color: #333;
  }

  .pCompany .company_ctn .it.Features .co-list02__it .txt h3 span {
    color: #D62C2C;
    font-size: 5.12821vw;
  }

  .pCompany .company_ctn .it.Features .co-list02__it {
    border-top-color: #A7A6A6;
    border-bottom-color: #A7A6A6;
  }

  .pCompany .company_ctn .it.History {
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 22.05128vw;
    padding-top: 27.69231vw;
    margin-top: 0 !important;
  }

  .pCompany .company_ctn .it.History::after {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background: #333;
    display: block;
    z-index: -1;
  }

  .pCompany .company_ctn .it.marSdg h3 {
    margin-bottom: 24.35897vw;
  }

  .pCompany .company_ctn .it .c-fig {
    margin-bottom: 6.41026vw;
    height: 57.69231vw;
    overflow: hidden;
  }

  .pCompany .company_ctn .it .c-fig-para {
    width: 100%;
    height: 120%;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .c-fig2 {
    height: 60vw;
    overflow: hidden;
  }

  .pCompany .company_ctn .it .c-fig2-para {
    width: 100%;
    height: 120%;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .txt_intro {
    color: #000;
    line-height: 2.4;
    margin-bottom: 12.82051vw;
  }

  .pCompany .company_ctn .it .ceo {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4.61538vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    margin-top: 12.82051vw;
    margin-bottom: 12.82051vw;
  }

  .pCompany .company_ctn .it .ceo small {
    font-size: 3.58974vw;
  }

  .pCompany .company_ctn .it .df {
    margin: 0 -5.12821vw;
  }

  .pCompany .company_ctn .it .df figure:nth-of-type(1) {
    width: 52.82051vw;
    margin-bottom: 8.71795vw;
  }

  .pCompany .company_ctn .it .df figure:nth-of-type(2) {
    width: 56.66667vw;
    margin-left: auto;
  }

  .pCompany .company_ctn .it .dlist {
    margin-bottom: 11.53846vw;
  }

  .pCompany .company_ctn .it .dlist dl {
    padding: 7.69231vw 0;
    border-bottom: 1px solid #A7A6A6;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 156%;
    letter-spacing: 0.08em;
    color: #404044;
  }

  .pCompany .company_ctn .it .dlist dl dt {
    font-weight: bold;
    margin-bottom: 3.84615vw;
  }

  .pCompany .company_ctn .it .dlist dl .listMap {
    margin-bottom: 8.97436vw;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li+li {
    margin-top: 7.69231vw;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li>span {
    font-weight: bold;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li a {
    font-family: "Zalando Sans Expanded", sans-serif;
    color: #A7A6A6;
    display: inline-block;
    margin-left: 5.12821vw;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pCompany .company_ctn .it .dlist dl .listMap li a:hover {
    text-decoration: none;
  }

  .pCompany .company_ctn .it .swiperCom {
    margin-bottom: -12.30769vw;
    overflow: inherit;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide li {
    width: 47.69231vw;
    padding-right: 1.28205vw;
    line-height: 0;
  }

  .pCompany .company_ctn .it .swiperCom .swiper-wrapper .swiper-slide li img {
    width: 100%;
    height: 35.89744vw;
    object-fit: cover;
  }

  .pCompany .company_ctn .it .about-history {
    position: relative;
    padding-top: 15.38462vw;
  }

  .pCompany .company_ctn .it .about-history-swiper {
    overflow: visible;
  }

  .pCompany .company_ctn .it .about-history-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pCompany .company_ctn .it .about-history-item {
    position: relative;
    padding-top: 12.4359vw;
    width: auto;
    padding-right: 10.25641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pCompany .company_ctn .it .about-history-item .hit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pCompany .company_ctn .it .about-history-item::before {
    content: "";
    position: absolute;
    top: -2.05128vw;
    left: 0;
    width: 4.10256vw;
    height: 4.10256vw;
    background: #D62C2C;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
  }

  .pCompany .company_ctn .it .about-history-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dashed #fff;
  }

  .pCompany .company_ctn .it .about-history-item .year {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 7.17949vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 3.07692vw;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pCompany .company_ctn .it .about-history-item .month {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.10256vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    position: relative;
    padding-left: 4.61538vw;
    margin-bottom: 2.5641vw;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .pCompany .company_ctn .it .about-history-item .month::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.05128vw;
    height: 2.05128vw;
    background: #D62C2C;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    display: block;
  }

  .pCompany .company_ctn .it .about-history-item .text {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 156%;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 7.69231vw;
  }

  .pCompany .company_ctn .it .about-history-item figure {
    margin-bottom: 3.07692vw;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pCompany .company_ctn .it .about-history-item figure+.month {
    margin-top: 12.82051vw;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar {
    height: 1px;
    background: #fff;
    width: 81.53846vw;
    margin-left: 4.10256vw;
    padding-right: 9.23077vw;
    margin-right: -9.23077vw;
    position: relative;
    margin-top: 19.23077vw;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar::after {
    content: "";
    position: absolute;
    top: -4.61538vw;
    right: 0;
    width: 9.23077vw;
    height: 9.23077vw;
    background: #333;
    display: block;
  }

  .pCompany .company_ctn .it .about-history .swiper-scrollbar .swiper-scrollbar-drag {
    cursor: -moz-grab;
    cursor: grab;
    height: 11.28205vw;
    width: 11.28205vw !important;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    background: #fff url(../img/double_arrow.png) center/100% 100% no-repeat;
    -moz-background-size: 6.15385vw 3.07692vw;
    background-size: 6.15385vw 3.07692vw;
    margin-top: -5.64103vw;
    position: absolute;
  }

  .pCompany .company_ctn .it .tac {
    text-align: center;
  }

  .pCompany .company_ctn .it .tac.tal_sp {
    text-align: left;
  }

  .pCompany .company_ctn .it .txt_lg {
    font-size: 5.12821vw;
    font-weight: bold;
  }

  .pCompany .company_ctn .it .fig {
    text-align: center;
    margin: 7.69231vw 0;
  }

  .pCompany .company_ctn .it .fig img {
    display: inline-block;
    width: 75.89744vw;
    max-width: 100%;
  }

  .pCompany .company_ctn .it .s_it~.s_it {
    margin-top: 23.07692vw;
  }

  .pCompany .company_ctn .it .b_white {
    padding: 15.38462vw 5.12821vw;
    background: #FFFFFF;
    margin-top: 10.25641vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it {
    font-size: 3.58974vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it+.b_white_it {
    margin-top: 30.76923vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it h4 {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 3.84615vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls {
    margin-top: 20.51282vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls.st2 li figure {
    text-align: center;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls.st2 li figure img {
    width: 63.58974vw;
    display: inline-block;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li {
    font-size: 4.10256vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li+li {
    margin-top: 15.38462vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li figure {
    margin-bottom: 5.12821vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li h5 {
    margin-bottom: 3.84615vw;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li h5 small {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    color: #D62C2C;
    display: block;
  }

  .pCompany .company_ctn .it .b_white .b_white_it .ls li h5 span {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    font-weight: bold;
  }

  .pCompany .company_ctn .bgFull {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff;
    padding-bottom: 10.25641vw;
  }

  .pCompany .company_ctn .bgFull .s_tl span {
    color: #fff;
  }

  .pCompany .company_ctn .bgFull::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    height: 100%;
    background: #D62C2C;
    display: block;
    z-index: -1;
  }

  .c-intro {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    background-color: #fff;
    padding-bottom: 12.82051vw;
  }

  .c-intro h2 {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 5.12821vw;
  }

  .co-list {
    margin-top: 15.38462vw;
  }

  .co-list__it {
    padding: 11.53846vw 0;
    border-top: 1px solid #A7A6A6;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 200%;
    letter-spacing: 0.04em;
  }

  .co-list__it h3 {
    font-weight: 400;
    font-size: 4.61538vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 3.84615vw;
  }

  .co-box {
    padding: 17.4359vw 5.12821vw;
    background: #FFFFFF;
    margin: 0 -5.12821vw;
  }

  .co-box figure {
    text-align: center;
  }

  .co-box figure img {
    display: inline-block;
    width: 64.10256vw;
  }

  .co-box .txt {
    margin-bottom: 12.82051vw;
  }

  .co-box .txt .co-box__tt {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 6.41026vw;
  }

  .co-box .txt .clistCheck li {
    position: relative;
    padding-left: 10.25641vw;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .co-box .txt .clistCheck li+li {
    margin-top: 3.84615vw;
  }

  .co-box .txt .clistCheck li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.10256vw;
    height: 4.10256vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }

  .co-list02 {
    margin-top: 15.38462vw;
  }

  .co-list02__it {
    padding: 12.82051vw 0;
  }

  .co-list02__it:not(:last-child) {
    border-bottom: 1px solid #911100;
  }

  .co-list02__it:nth-of-type(1) {
    padding-top: 0;
  }

  .co-list02__it .txt {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .co-list02__it .txt figure {
    margin: 5.12821vw 0;
  }

  .co-list02__it .txt .listDot li {
    font-size: 3.58974vw;
  }

  .co-list02__it .txt h3 i {
    display: block;
    margin-bottom: 2.5641vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .co-list02__it .txt h3 span {
    display: block;
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .co-list02__it .txt p {
    line-height: 1.88;
  }

  .co-list02__it .txt .btn {
    margin: 0 auto;
    width: 66.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .videoWr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

  .driving__demo__video {
    width: 100%;
  }

  .co-step {
    margin-top: 15.38462vw;
  }

  .co-step__dot {
    margin-top: 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .co-step__dot li+li {
    margin-top: 2.5641vw;
  }

  .co-step__dot li a {
    position: relative;
    padding-right: 8.71795vw;
    min-width: 32.82051vw;
  }

  .co-step__dot li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    border: 2.30769vw solid #fff;
    outline: 0.25641vw solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    display: block;
  }

  .co-step__it {
    padding: 10.25641vw 5.12821vw;
    background-color: #fff;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 200%;
    letter-spacing: 0.04em;
  }

  .co-step__it+.co-step__it {
    margin-top: 8.20513vw;
  }

  .co-step__it figure {
    width: 32.82051vw;
    margin: 0 auto 5.12821vw;
  }

  .co-step__it .txt {
    width: 100%;
  }

  .co-step__it .txt h3 {
    border-bottom: 1px solid #A7A6A6;
    padding-bottom: 2.5641vw;
    margin-bottom: 3.84615vw;
    text-align: center;
  }

  .co-step__it .txt h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #D62C2C;
    margin-bottom: 1.28205vw;
  }

  .co-step__it .txt h3 span {
    display: block;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 150%;
    letter-spacing: 0.04em;
  }

  .service-map {
    padding: 13.71795vw 0 19.23077vw;
  }

  .service-map .tab_content {
    display: none;
  }

  .service-map .tab_content.active {
    display: block;
  }

  .service-map .tabs {
    display: -ms-grid;
    display: grid;
    gap: 2.5641vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    margin-bottom: 11.79487vw;
  }

  .service-map .tabs::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background: #D62C2C;
    display: block;
  }

  .service-map .tabs a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.05128vw 4.10256vw;
    min-height: 10.25641vw;
    background: #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .service-map .tabs a.active {
    opacity: 1;
    background-color: #D62C2C;
    color: #fff;
  }

  .service-map__left {
    width: 64.10256vw;
    margin: 0 auto 11.28205vw;
  }

  .service-map__right .mr_tt {
    margin-bottom: 9.23077vw;
  }

  .service-map__right .mr_tt span {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #D62C2C;
  }

  .service-map__right .mr_it+.mr_it {
    margin-top: 8.97436vw;
  }

  .service-map__right .mr_it h4 {
    margin-bottom: 3.84615vw;
  }

  .service-map__right .mr_it h4 span {
    display: inline-block;
    padding: 0 6.15385vw;
    border: 1px solid #333333;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .service-map__right .mr_it ul li {
    padding-left: 4.10256vw;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    position: relative;
  }

  .service-map__right .mr_it ul li::before {
    content: "";
    position: absolute;
    top: 3.07692vw;
    left: 0;
    width: 1.02564vw;
    height: 1.02564vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    background: #D62C2C;
    display: block;
  }

  .Features_df .Features_l {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
  }

  .Features_df .Features_l h3 i {
    display: block;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.07692vw;
    line-height: 100%;
    letter-spacing: 0.04em;
  }

  .Features_df .Features_l h3>span {
    display: block;
    font-weight: 400;
    font-size: 4.61538vw;
    line-height: 188%;
    color: #D62C2C;
    font-weight: bold;
    margin-bottom: 4.48718vw;
  }

  .Features_df .Features_l h3>span span {
    font-size: 3.58974vw;
  }

  .Features_df .Features_l figure {
    margin-top: 8.97436vw;
  }

  .Features_df .Features_l .Features_btn {
    margin-top: 8.97436vw;
  }

  .Features_df .Features_l .Features_btn a {
    height: 16.41026vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    background: #FF6010;
    padding: 0 0 0 6.15385vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .Features_df .Features_l .Features_btn a+a {
    margin-top: 4.10256vw;
  }

  .Features_df .Features_l .Features_btn a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6.92308vw;
    width: 3.07692vw;
    height: 3.07692vw;
    display: block;
    text-indent: -2563.84615vw;
    overflow: hidden;
  }

  .Features_df .Features_l .Features_btn a i::before,
  .Features_df .Features_l .Features_btn a i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/btnArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .Features_df .Features_l .Features_btn a i::before {
    top: 0;
    left: 0;
  }

  .Features_df .Features_l .Features_btn a i::after {
    top: 100%;
    left: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .Features_df .Features_l .Features_btn a:hover i::before {
    top: -100%;
    left: 100%;
  }

  .Features_df .Features_l .Features_btn a:hover i::after {
    top: 0;
    left: 0;
  }

  .Features_df .Features_l .Features_btn a img {
    width: 23.58974vw;
    margin-right: 3.07692vw;
  }

  .Features_df .Features_l .Features_btn a span {
    font-size: 3.58974vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .f_listBtn dl+dl {
    margin-top: 14.10256vw;
  }

  .f_listBtn dl dt {
    text-align: center;
    margin-bottom: 7.17949vw;
  }

  .f_listBtn dl dt span {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 5.12821vw;
    letter-spacing: .04em;
  }

  .f_listBtn dl dd {
    width: 100%;
  }

  .f_listBtn dl dd ul {
    display: -ms-grid;
    display: grid;
    gap: 4.10256vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[1]; */
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .f_listBtn dl dd ul .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-service {
    position: relative;
    position: relative;
    padding: 20vw 0 12.82051vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }

  .b-service::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: url(../img/map_sp.png) right top no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    z-index: -1;
  }

  .b-service .bsl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14.10256vw;
  }

  .b-service .bsl ul:not(:last-child) {
    margin-right: 10.25641vw;
  }

  .b-service .bsl ul li {
    font-size: 3.58974vw;
    line-height: 1.88;
    letter-spacing: 0.04em;
  }

  .b-service .bsl ul li i {
    color: #D62C2C;
    font-style: normal;
  }

  .pNews .footer__top {
    background-color: #fff;
  }

  .pNews .c-menuLink {
    overflow: hidden;
  }

  .pNews .c-menuLink>* {
    position: relative;
    z-index: 3;
  }

  .pNews .c-menuLink__in {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }

  .pNews .c-menuLink__in.-r {
    margin-left: auto;
  }

  .pNews .c-menuLink__overlay {
    position: absolute;
    z-index: 2;
    width: 641.02564vw;
    height: 641.02564vw;
    background: #fff;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
  }

  .pNews .c-menuLink__overlay.-s {
    width: 384.61538vw;
    height: 384.61538vw;
  }

  .pNews .c-menuLink__overlay.-l {
    width: 769.23077vw;
    height: 769.23077vw;
  }

  .pNews .c-menuLink:hover .c-menuLink__overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.55s;
    -moz-transition-duration: 0.55s;
    transition-duration: 0.55s;
  }

  .pNews .c-circle {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.15385vw;
    height: 6.15385vw;
  }

  .pNews .c-circle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #D62C2C;
  }

  .pNews .c-circle__overlay,
  .pNews .c-circle__dot {
    position: absolute;
  }

  .pNews .c-circle__overlay {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D62C2C;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
    width: 6.15385vw;
    height: 6.15385vw;
  }

  .pNews .c-circle__dot {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 1.53846vw;
    height: 1.53846vw;
  }

  .pNews .c-circle__arrow {
    position: absolute;
    border: 0.76923vw solid transparent;
    border-top: 2.05128vw solid #D62C2C;
    margin-bottom: -1.53846vw;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }

  .pNews .c-circle.-arrow .c-circle__overlay {
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
  }

  .pNews .c-circle.-outerlink .c-circle__overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .pNews .c-circle.-s {
    width: 4.61538vw;
    height: 4.61538vw;
  }

  .pNews .c-circle.-s .c-circle__overlay {
    width: 4.61538vw;
    height: 4.61538vw;
  }

  .pNews .c-circle.-s .c-circle__dot {
    width: 1.02564vw;
    height: 1.02564vw;
  }

  .pNews .c-circle.-l {
    width: 6.15385vw;
    height: 6.15385vw;
  }

  .pNews .c-circle.-l .c-circle__overlay {
    width: 6.15385vw;
    height: 6.15385vw;
  }

  .pNews .c-circle.-wh::after {
    border-color: #ffffff;
  }

  .pNews .c-circle.-wh .c-circle__overlay {
    background-color: #fff;
  }

  .pNews .c-circle.-wh .c-circle__dot {
    background-color: #D62C2C;
  }

  .pNews button:hover,
  .pNews a:hover {
    opacity: 1;
  }

  .pNews button:hover img,
  .pNews a:hover img {
    opacity: 1;
  }

  .pNews button:hover .c-circle__overlay,
  .pNews a:hover .c-circle__overlay {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .pNews button:hover .c-circle__dot,
  .pNews a:hover .c-circle__dot {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .pNews button:hover .c-circle__arrow,
  .pNews a:hover .c-circle__arrow {
    border-top-color: #fff;
  }

  .pNews .c-circle.-r {
    margin-left: auto;
  }

  .pNews .news {
    padding: 7.17949vw 0 33.33333vw;
  }

  .pNews .news .newsCate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5.12821vw;
  }

  .pNews .news .newsCate li {
    margin-bottom: 2.05128vw;
  }

  .pNews .news .newsCate li:not(:last-child) {
    margin-right: 2.05128vw;
  }

  .pNews .news .newsCate li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.51282vw 4.10256vw;
    min-width: 23.07692vw;
    min-height: 6.66667vw;
    background: #FFFFFF;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pNews .news .newsCate li a.active,
  .pNews .news .newsCate li a:hover {
    background-color: #D62C2C;
    opacity: 1;
    color: #FFF;
  }

  .pNews .news .newsList__item {
    border-top: 1px solid #A7A6A6;
  }

  .pNews .news .newsList__item:last-child {
    border-bottom: 1px solid #A7A6A6;
  }

  .pNews .news .newsList__link {
    padding: 12.82051vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pNews .news .newsListConts {
    margin-bottom: 3.84615vw;
  }

  .pNews .news .newsListConts__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.07692vw;
  }

  .pNews .news .newsListConts__cat {
    padding: 0 4.10256vw;
    background: #D62C2C;
    -moz-border-radius: 256.15385vw;
    border-radius: 256.15385vw;
    font-weight: 400;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    min-width: 23.07692vw;
    min-height: 4.35897vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .news .newsListConts__day {
    margin-right: 6.15385vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pNews .news .newsListConts__ttl {
    font-weight: 400;
    font-size: 4.10256vw;
    letter-spacing: 0.04em;
  }

  .pNews .news .newsList__link:hover .newsListConts__ttl {
    text-decoration: underline;
  }

  .pNews .detail {
    padding-top: 27.4359vw;
    background-color: #fff;
  }

  .pNews .detail_main {
    padding-bottom: 14.87179vw;
    border-bottom: 1px solid #A7A6A6;
  }

  .pNews .detail .meta {
    margin-bottom: 7.17949vw;
  }

  .pNews .detail .meta h1 {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 1.47;
    padding-bottom: 4.10256vw;
    border-bottom: 1px solid #A7A6A6;
    margin-bottom: 10.25641vw;
  }

  .pNews .detail .meta span {
    padding: 0 4.10256vw;
    background: #D62C2C;
    -moz-border-radius: 256.15385vw;
    border-radius: 256.15385vw;
    font-weight: 400;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    min-width: 23.07692vw;
    min-height: 4.35897vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .detail .meta time {
    margin-right: 6.15385vw;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.07692vw;
    letter-spacing: 0.04em;
    color: #D62C2C;
  }

  .pNews .detail .detail_ctn {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 200%;
  }

  .pNews .detail .detail_ctn figure {
    margin-bottom: 6.41026vw;
  }

  .pNews .detail .detail_ctn p {
    margin-bottom: 7.69231vw;
  }

  .pNews .detail .detail_ctn ul li {
    padding-left: 4.61538vw;
    position: relative;
    font-weight: 400;
    line-height: 200%;
  }

  .pNews .detail .detail_ctn ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  .pNews .detail .post_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.25641vw auto 0;
    width: 66.66667vw;
  }

  .pNews .detail .post_nav li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pNews .detail .post_nav li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 6.15385vw;
  }

  .pNews .detail .post_nav li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pNews .detail .post_nav .btn {
    width: 100%;
  }

  .pNews .detail .post_nav .post_ctrl {
    position: relative;
    padding-left: 9.23077vw;
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    font-family: "Zalando Sans Expanded", sans-serif;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .pNews .detail .post_nav .post_ctrl ins {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    outline: 0.25641vw solid #D62C2C;
    display: block;
    background-color: transparent;
  }

  .pNews .detail .post_nav .post_ctrl ins::before,
  .pNews .detail .post_nav .post_ctrl ins::after {
    position: absolute;
    content: "";
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
  }

  .pNews .detail .post_nav .post_ctrl ins::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #D62C2C;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pNews .detail .post_nav .post_ctrl ins::after {
    width: 1.02564vw;
    height: 1.02564vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #D62C2C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .pNews .detail .post_nav .post_ctrl:hover ins::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .pNews .detail .post_nav .post_ctrl:hover ins::after {
    background: #fff;
  }

  .pNews .detail .post_nav .post_ctrl.next {
    padding-left: 0;
    padding-right: 9.23077vw;
  }

  .pNews .detail .post_nav .post_ctrl.next ins {
    left: initial;
    right: 0;
  }

  .pNews .other_articles {
    padding-top: 13.07692vw;
    background-color: #fff;
  }

  .pNews .other_articles.news {
    padding-bottom: 12.82051vw;
  }

  .pNews .other_articles .row {
    max-width: 307.69231vw;
  }

  .pNews .other_articles h2 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.12821vw;
    margin-bottom: 2.5641vw;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .pNews .other_articles .c-menuLink__overlay {
    background-color: #F5F5F5;
  }

  .pNews .other_articles .newsList__item {
    border: 0 !important;
  }

  .pNews .other_articles .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pNews .other_articles .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 2.05128vw;
    height: 2.05128vw;
    background: #A7A6A6;
    margin: 0 2.5641vw;
  }

  .pNews .other_articles .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #D62C2C;
  }

  .wp-pagenavi {
    /* background-color: tomato; */
    margin-top: 12.82051vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .wp-pagenavi .pages {
    display: none;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 0.51282vw;
    width: 10.25641vw;
    height: 10.25641vw;
    font-size: 3.58974vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #D62C2C;
    opacity: 1;
    color: #fff;
  }

  .wp-pagenavi .dots {
    background-color: transparent;
    border: none;
  }

  .wp-pagenavi .dots:hover {
    color: #333;
    background-color: transparent;
  }

  .wp-pagenavi .current {
    width: 10.25641vw;
    height: 10.25641vw;
    margin: 0 0.51282vw;
    background-color: #D62C2C;
    color: #fff;
    font-size: 3.58974vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
  }

  .wp-pagenavi .nextpostslink {
    text-indent: -2563.84615vw;
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    border: 2.30769vw solid #fff;
    outline: 0.25641vw solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    margin-left: 17.94872vw;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

    position: absolute;
    right: 0;
  }

  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
  }

  .wp-pagenavi .previouspostslink {
    text-indent: -2563.84615vw;
    width: 6.15385vw;
    height: 6.15385vw;
    -moz-border-radius: 2563.84615vw;
    border-radius: 2563.84615vw;
    border: 2.30769vw solid #fff;
    outline: 0.25641vw solid #D62C2C;
    display: block;
    background-color: #D62C2C;
    margin-right: 17.94872vw;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;

    position: absolute;
    left: 0;
  }

  .wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
  }

  .pFeatures .features {
    background-color: #fff;
  }

  .pFeatures .features .features_bn img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pFeatures .features_head {
    padding: 12.82051vw 0;
  }

  .pFeatures .features_head .features_anchor {
    margin-top: 20.51282vw;
    display: -ms-grid;
    display: grid;
    gap: 22.30769vw;
    /* -ms-grid-columns: (minmax(0, 1fr))[2]; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pFeatures .features_head .features_anchor ul li a {
    font-weight: 400;
    font-size: 4.10256vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: block;
    border-bottom: 1px solid #A7A6A6;
    padding: 5.12821vw 12.82051vw 5.12821vw 6.41026vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }

  .pFeatures .features_head .features_anchor ul li a i {
    font-style: normal;
    font-family: "Zalando Sans Expanded", sans-serif;
    margin-right: 2.5641vw;
  }

  .pFeatures .features_head .features_anchor ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.41026vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.28205vw solid transparent;
    border-right: 1.28205vw solid transparent;
    border-top: 2.30769vw solid #333;
  }

  .pFeatures .features_head .features_anchor ul li a:before {
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top center;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    background-color: #ECECEC;
    content: "";
    opacity: .5;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
  }

  .pFeatures .features_head .features_anchor ul li a:hover {
    opacity: 1;
  }

  .pFeatures .features_head .features_anchor ul li a:hover:before {
    -webkit-transform-origin: bottom center;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .pFeatures .features .fi_btn {
    margin-top: 8.20513vw;
    text-align: center;
  }

  .pFeatures .features .fi_btn .btn {
    min-width: 66.66667vw;
  }

  .pFeatures .features_it dl {
    margin: 0 -5.12821vw;
  }

  .pFeatures .features_it dl dt .tt_sp {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    display: block;
    border-bottom: 1px solid #A7A6A6;
    padding: 5.12821vw 12.82051vw 5.12821vw 6.41026vw;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
  }

  .pFeatures .features_it dl dt .tt_sp i {
    font-style: normal;
    font-family: "Zalando Sans Expanded", sans-serif;
    margin-right: 2.5641vw;
    font-size: 3.07692vw;
  }

  .pFeatures .features_it dl dt .tt_sp::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.41026vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.28205vw solid transparent;
    border-right: 1.28205vw solid transparent;
    border-top: 2.30769vw solid #333;
  }

  .pFeatures .features_it dl dt.is_active {
    background-color: #ECECEC;
  }

  .pFeatures .features_it dl dt.is_active+dd {
    position: relative;
  }

  .pFeatures .features_it dl dt.is_active+dd::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #A7A6A6;
    display: block;
  }

  .pFeatures .features_it dl dd {
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .pFeatures .features_it dl dd .fi_ct {
    padding: 11.28205vw 5.12821vw;
  }

  .pFeatures .features_it dl dd h3 {
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    margin-bottom: 6.92308vw;
  }

  .pFeatures .features_it dl dd .swiper {
    width: 71.79487vw;
  }

  .pFeatures .features_it dl dd ul {
    margin-top: 14.10256vw;
  }

  .pFeatures .features_it dl dd ul li {
    background: #FFFFFF;
    -moz-border-radius: 2.05128vw;
    border-radius: 2.05128vw;
  }

  .pFeatures .features_it dl dd ul li figure {
    height: 47.94872vw;
    margin-bottom: 5.12821vw;
  }

  .pFeatures .features_it dl dd ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pFeatures .features_it dl dd .swiper-pagination {
    position: static;
    margin-top: 8.97436vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pFeatures .features_it dl dd .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 2.05128vw;
    height: 2.05128vw;
    background: #A7A6A6;
    margin: 0 2.5641vw;
  }

  .pFeatures .features_it dl dd .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #D62C2C;
  }

  .pFeatures .special {
    background-color: #D62C2C;
    color: #fff;
    padding: 28.97436vw 0 0vw;
    font-weight: 400;
    font-size: 3.58974vw;
    line-height: 188%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }

  .pFeatures .special .s_tl span {
    color: #fff;
  }

  .pFeatures .special .special_ctn {
    padding: 19.74359vw 0vw 5.89744vw;
    background: #333333;
    margin: 25.64103vw 0vw 0;
  }

  .pFeatures .special .special_ctn+.special_ctn {
    margin-top: 0vw;
    padding-bottom: 12.5641vw;
  }

  .pFeatures .special .special_it {
    font-size: 3.58974vw;
    letter-spacing: 0.04em;
    line-height: 1.88;
    position: relative;
  }

  .pFeatures .special .special_it+.special_it {
    margin-top: 0vw;
  }

  .pFeatures .special .special_it .specialCarousel {
    margin-top: 7.69231vw;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide li {
    width: 48.71795vw;
    padding-right: 1.02564vw;
  }

  .pFeatures .special .special_it .specialCarousel .swiper-wrapper .swiper-slide li img {
    width: 100%;
    height: 35.89744vw;
    object-fit: cover;
  }

  .pFeatures .special .special_it h4 {
    font-family: "Zalando Sans Expanded", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.12821vw;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 6.92308vw;
  }
}

body.pChild {
  padding-top: var(--header-height);
}

.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
  -moz-animation: dokundokun 1300ms ease infinite;
  animation: dokundokun 1300ms ease infinite;
  overflow: hidden;
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
  line-height: 2;
}

.wrapCheck .error {
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }

  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
    transform: translateX(120%);
  }

  100% {
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    transform: translateX(120%);
  }

  100% {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
  animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
  -moz-animation-name: textShow;
  animation-name: textShow;
}

.clipAnim {
  clip-path: inset(-0.1em -0.2em -0.15em);
}

.effect,
.isFull,
.isPar {
  -webkit-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  -moz-transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  transition-timing-function: cubic-bezier(0.26, 0.27, 0.1, 1);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 110%, 0);
  -moz-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  from {
    top: -10%;
  }

  to {
    top: 110%;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@-moz-keyframes shine {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@keyframes shine {
  50% {
    background-position-x: 150%;
  }

  51% {
    background-position-x: -100%;
  }

  100% {
    background-position-x: 50%;
  }
}

@-webkit-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-moz-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }

  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }

  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }

  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }

  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }

  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}




/* @media screen and (max-width: 768px) and (hover: none) {
  .pTop .mv_txt {
    bottom: calc(22.05128vw + 10vw);
  }
} */