@charset "UTF-8";
/*!
==========================================================================

SASSにて記述しておりますので、
以下のスタイルには触れないようお願いいたします。

==========================================================================
*/
.-en {
  font-family: "Rubik", sans-serif;
}

.-num {
  font-family: "Rubik", sans-serif;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@media (hover: hover) {
  *,
  ::before,
  ::after {
    caret-color: rgba(255, 255, 255, 0);
  }
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: rgba(199, 0, 11, 0.1); /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: rgba(199, 0, 11, 0.1); /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  -webkit-tap-highlight-color: #000;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  color: #000;
}

body {
  position: relative;
  font-size: 1.0526315789vw;
  overflow-x: hidden;
  background: #000;
  padding-top: 4.2105263158vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
body.header-on {
  position: fixed;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  body {
    padding-top: 6.6666666667vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 13.3333333333vw;
    font-size: 2.6666666667vw;
  }
}

#wrapper {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

.no-scroll {
  overflow: hidden;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}
a[href*="tel:"],
a:visited[href*="tel:"] {
  pointer-events: none;
  border-bottom: none !important;
}
.is-sp a[href*="tel:"],
.is-sp a:visited[href*="tel:"] {
  pointer-events: all;
}
.is-sp a[href*="tel:"].-fax,
.is-sp a:visited[href*="tel:"].-fax {
  color: #353a47;
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul,
li {
  list-style: none;
}

li {
  letter-spacing: 0.02em;
}

p {
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  p {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  p {
    font-size: 3.7333333333vw;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

video,
iframe {
  max-width: 100%;
}

i,
em {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: 600;
}

input:focus,
textarea:focus {
  outline: none;
}

main {
  position: relative;
  width: 78.9473684211vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  main {
    width: 100vw;
  }
}
@media only screen and (max-width: 1023px) {
  main {
    width: 100vw;
  }
}

section {
  position: relative;
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.js-fade.is-show {
  opacity: 1;
}

b {
  font-weight: 700;
  font-style: normal;
}

.l-loading {
  position: fixed;
  z-index: 1000000000000000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  background-color: #000;
  opacity: 1;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-loading.is-loaded {
  -webkit-animation: loadingfade 1s 0.5s ease forwards;
          animation: loadingfade 1s 0.5s ease forwards;
}
.l-loading.is-loaded img {
  -webkit-animation: loadingfade 0.5s ease forwards;
          animation: loadingfade 0.5s ease forwards;
}
@-webkit-keyframes loadingfade {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes loadingfade {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.l-loading__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-loading picture {
    width: 6.1333333333vw;
    height: 7.1333333333vw;
  }
  .l-loading picture img {
    width: 6.1333333333vw;
    height: 7.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-loading picture {
    width: 12.2666666667vw;
    height: 14.2666666667vw;
  }
  .l-loading picture img {
    width: 12.2666666667vw;
    height: 14.2666666667vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.l-header.is-scroll {
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1023px) {
  .l-header.is-scroll .l-header__top {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, right top, color-stop(21%, rgb(0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgb(0, 0, 0) 21%, rgba(0, 0, 0, 0) 64%);
  }
}
.l-header__top {
  width: 100%;
  height: 4.2105263158vw;
  background: #000;
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__top {
    height: 5.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__top {
    height: 13.3333333333vw;
  }
}
.l-header__logo {
  width: 2.8947368421vw;
  height: 3.3684210526vw;
  position: absolute;
  left: 1.1578947368vw;
  bottom: 1px;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 2.8947368421vw;
  /*height: 3.3684210526vw;*/
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__logo {
    width: 3.6666666667vw;
    height: 4.2666666667vw;
    left: 1.4666666667vw;
  }
  .l-header__logo img {
    width: 3.6666666667vw;
    /*height: 4.2666666667vw;*/
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__logo {
    width: 9.2vw;
    height: 10.6666666667vw;
    left: 2.9333333333vw;
  }
  .l-header__logo img {
    width: 9.2vw;
    height: 10.6666666667vw;
  }
}
.l-header__10thlogo {
  position: absolute;
  width: 8.6842105263vw;
  height: 1.6842105263vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__10thlogo img {
  display: block;
  width: 8.6842105263vw;
  height: 1.6842105263vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__10thlogo {
    width: 11vw;
    height: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__10thlogo {
    width: 26.4vw;
    height: 5.2vw;
    bottom: 2vw;
    top: auto;
    left: 19.0666666667vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-header__10thlogo img {
    width: 26.4vw;
    height: 5.2vw;
  }
}
.l-header__toggle {
  width: 4.2105263158vw;
  height: 4.2105263158vw;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1010;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__toggle .-line {
  position: absolute;
  width: 1.5789473684vw;
  height: 1.3684210526vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__toggle .-line span {
  width: 1.5789473684vw;
  height: 0.1578947368vw;
  display: block;
  background: #bba171;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__toggle .-line span:nth-child(1) {
  top: 0;
}
.l-header__toggle .-line span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__toggle .-line span:nth-child(3) {
  bottom: 0;
}
.l-header__toggle.is-active {
  width: 32.1052631579vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* Spここから===========================================
  ------------------------------------------------------ */
}
.l-header__toggle.is-active .-line {
  right: 1.8421052632vw;
  top: 2.1052631579vw;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  left: auto;
}
.l-header__toggle.is-active .-line span {
  background: #000;
}
.l-header__toggle.is-active .-line span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.l-header__toggle.is-active .-line span:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active .-line span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__toggle.is-active {
    width: 40.6666666667vw;
  }
  .l-header__toggle.is-active .-line {
    right: 2.3333333333vw;
    top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__toggle.is-active {
    width: 100%;
  }
  .l-header__toggle.is-active .-line {
    right: 4.6666666667vw;
    top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__toggle {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-header__toggle .-line {
    width: 2vw;
    height: 1.7333333333vw;
  }
  .l-header__toggle .-line span {
    width: 2vw;
    height: 0.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__toggle {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .l-header__toggle .-line {
    width: 4vw;
    height: 3.4666666667vw;
  }
  .l-header__toggle .-line span {
    width: 4vw;
    height: 0.4vw;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bba171;
  z-index: -10;
  overflow-y: auto;
  display: none;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: Opacity;
          animation-name: Opacity;
}
.l-header__nav.is-active {
  display: block;
  z-index: 1000;
}
@-webkit-keyframes Opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-header__nav__inner {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 67.3684210526vw;
  overflow-y: auto;
}
.l-header__nav nav {
  margin: 0 auto;
  padding: 6vw 0 4.8vw 0;
  width: 18vw;
  position: relative;
  z-index: 1;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__nav nav li {
  margin-bottom: 1.2vw;
}
.l-header__nav nav li a {
  display: block;
  font-size: 1.28vw;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
  font-weight: 500;
}
.l-header__nav nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}
@media only screen and (min-width: 769px) {
  .l-header__nav nav li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__nav nav {
    padding: 7.8947368421vw 0 6.3157894737vw 0;
    width: 23.6842105263vw;
  }
  .l-header__nav nav li {
    margin-bottom: 1.5789473684vw;
  }
  .l-header__nav nav li a {
    font-size: 1.6842105263vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__nav nav {
    padding: 16vw 0 9.3333333333vw 0;
    width: 60vw;
  }
  .l-header__nav nav li {
    margin-bottom: 4vw;
  }
  .l-header__nav nav li a {
    font-size: 4.2666666667vw;
  }
}
.l-header__cv {
  margin: auto;
  width: 21.2vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__cv .l-cv__inner {
  border-radius: 0.8vw;
  width: 21.2vw;
  padding: 2.52vw 2vw 1.12vw 2vw;
}
.l-header__cv .l-cv__msg {
  line-height: 1;
  text-align: center;
  margin-bottom: 1.56vw;
}
.l-header__cv .l-cv__msg img {
  width: 19.84vw;
  height: 1.92vw;
}
.l-header__cv .l-cv__msg__bottom {
  margin-bottom: 2.32vw;
  margin-left: 0.2vw;
}
.l-header__cv .l-cv__msg__bottom img {
  width: 19.92vw;
  height: 3.48vw;
}
.l-header__cv .l-cv__btn {
  width: 17.32vw;
  height: 2.8vw;
  margin-bottom: 1.48vw;
  padding: 0 0 0.12vw 3.52vw;
  font-size: 1.2vw;
}
.l-header__cv .l-cv__btn::before {
  width: 0.96vw;
  height: 0.96vw;
  left: 1.56vw;
}
.l-header__cv .l-cv__btn::after {
  width: 2.68vw;
  height: 3.08vw;
  bottom: -0.72vw;
  right: 0.48vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__cv {
    width: 27.8947368421vw;
    bottom: 2.6315789474vw;
  }
  .l-header__cv .l-cv__inner {
    border-radius: 1.0526315789vw;
    width: 27.8947368421vw;
    padding: 3.3157894737vw 2.6315789474vw 1.4736842105vw 2.6315789474vw;
  }
  .l-header__cv .l-cv__msg {
    margin-bottom: 2.0526315789vw;
  }
  .l-header__cv .l-cv__msg img {
    width: 26.1052631579vw;
    height: 2.5263157895vw;
  }
  .l-header__cv .l-cv__msg__bottom {
    margin-bottom: 3.0526315789vw;
    margin-left: 0.2631578947vw;
  }
  .l-header__cv .l-cv__msg__bottom img {
    width: 26.2105263158vw;
    height: 4.5789473684vw;
  }
  .l-header__cv .l-cv__btn {
    width: 22.7894736842vw;
    height: 3.6842105263vw;
    font-size: 1.5789473684vw;
    margin-bottom: 1.9473684211vw;
    padding: 0 0 0.1578947368vw 4.6315789474vw;
  }
  .l-header__cv .l-cv__btn::before {
    width: 1.2631578947vw;
    height: 1.2631578947vw;
    left: 2.0526315789vw;
  }
  .l-header__cv .l-cv__btn::after {
    width: 3.5263157895vw;
    height: 4.0526315789vw;
    bottom: -0.9473684211vw;
    right: 0.6315789474vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__cv {
    width: 70.6666666667vw;
    bottom: 6.6666666667vw;
  }
  .l-header__cv .l-cv__inner {
    border-radius: 2.6666666667vw;
    width: 70.6666666667vw;
    padding: 8.4vw 6.6666666667vw 3.7333333333vw 6.6666666667vw;
  }
  .l-header__cv .l-cv__msg {
    margin-bottom: 5.2vw;
  }
  .l-header__cv .l-cv__msg img {
    width: 66.1333333333vw;
    height: 6.4vw;
  }
  .l-header__cv .l-cv__msg__bottom {
    margin-bottom: 7.7333333333vw;
    margin-left: 0.6666666667vw;
  }
  .l-header__cv .l-cv__msg__bottom img {
    width: 66.4vw;
    height: 11.6vw;
  }
  .l-header__cv .l-cv__btn {
    width: 57.7333333333vw;
    height: 9.3333333333vw;
    font-size: 4vw;
    margin-bottom: 4.9333333333vw;
    padding: 0 0 0.4vw 11.7333333333vw;
  }
  .l-header__cv .l-cv__btn::before {
    width: 3.2vw;
    height: 3.2vw;
    left: 5.2vw;
  }
  .l-header__cv .l-cv__btn::after {
    width: 8.9333333333vw;
    height: 10.2666666667vw;
    bottom: -2.4vw;
    right: 1.6vw;
  }
}
.l-header__cv .l-cv__logo {
  width: 2.96vw;
  height: 3.44vw;
  margin: auto;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-header__cv .l-cv__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 2.96vw;
  height: 3.44vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-header__cv .l-cv__logo {
    width: 3.8947368421vw;
    height: 4.5263157895vw;
  }
  .l-header__cv .l-cv__logo img {
    width: 3.8947368421vw;
    height: 4.5263157895vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header__cv .l-cv__logo {
    width: 9.8666666667vw;
    height: 11.4666666667vw;
  }
  .l-header__cv .l-cv__logo img {
    width: 9.8666666667vw;
    height: 11.4666666667vw;
  }
}

.l-footer {
  width: 78.9473684211vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: auto;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-footer__inner {
  width: 39.4736842105vw;
  padding-top: 31.5263157895vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #fff), color-stop(54%, #000));
  background-image: linear-gradient(to bottom, #fff -1%, #000 54%);
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 4.1052631579vw;
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo a img {
  width: 4.8421052632vw;
  height: 5.5789473684vw;
}
.l-footer small {
  font-size: 1.0526315789vw;
  color: #808080;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.6842105263vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-footer {
    width: 100vw;
  }
  .l-footer__inner {
    width: 50vw;
    padding-top: 39.9333333333vw;
  }
  .l-footer__logo {
    margin-bottom: 5.2vw;
  }
  .l-footer__logo a img {
    width: 6.1333333333vw;
    height: 7.0666666667vw;
  }
  .l-footer small {
    font-size: 1.3333333333vw;
    height: 4.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-footer {
    width: 100vw;
  }
  .l-footer__inner {
    width: 100vw;
    padding-top: 79.8666666667vw;
  }
  .l-footer__logo {
    margin-bottom: 10.4vw;
  }
  .l-footer__logo a img {
    width: 12.2666666667vw;
    height: 14.1333333333vw;
  }
  .l-footer small {
    font-size: 2.6666666667vw;
    height: 9.3333333333vw;
  }
}

.l-inner {
  position: relative;
  margin: auto;
  width: 32.1052631579vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-inner {
    width: 40.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-inner {
    width: 81.3333333333vw;
  }
}

.l-mainwrap {
  width: 39.4736842105vw;
  background: #000;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-mainwrap {
    width: 50vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-mainwrap {
    width: 100vw;
  }
}

.l-cv {
  position: relative;
}
.l-cv img {
  display: block;
}
.l-cv__inner {
  width: 32.1052631579vw;
  border-radius: 1.0526315789vw;
  background: #000;
  margin: auto;
  padding: 3.6842105263vw 2.7368421053vw 1.7368421053vw 2.7368421053vw;
  position: relative;
  z-index: 1;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv__inner.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 1.0526315789vw);
          transform: translate(0, 1.0526315789vw);
}
.l-cv__inner.js-fade.is-show {
  -webkit-animation: cvShow 0.6s forwards;
          animation: cvShow 0.6s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes cvShow {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cvShow {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv__inner {
    width: 40.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 4.6666666667vw 3.4666666667vw 2.2vw 3.4666666667vw;
  }
  .l-cv__inner.js-fade {
    -webkit-transform: translate(0, 1.3333333333vw);
            transform: translate(0, 1.3333333333vw);
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv__inner {
    width: 81.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 9.3333333333vw 6.9333333333vw 4.4vw 6.9333333333vw;
  }
  .l-cv__inner.js-fade {
    -webkit-transform: translate(0, 2.6666666667vw);
            transform: translate(0, 2.6666666667vw);
  }
}
.l-cv__msg {
  margin-bottom: 2.4210526316vw;
  white-space: nowrap;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv__msg img {
  width: 26.1052631579vw;
  height: 2.5263157895vw;
}
.l-cv__msg img.-worry {
  width: 21.1578947368vw;
  height: 1.6842105263vw;
  margin-bottom: 0.9473684211vw;
}
.l-cv__msg__bottom {
  text-align: right;
  margin-bottom: 3.0526315789vw;
  margin-left: 0.2631578947vw;
  white-space: nowrap;
}
.l-cv__msg__bottom img {
  width: 26.2105263158vw;
  height: 4.5789473684vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv__msg {
    margin-bottom: 3.0666666667vw;
  }
  .l-cv__msg img {
    width: 33.0666666667vw;
    height: 3.2vw;
  }
  .l-cv__msg img.-worry {
    width: 26.8vw;
    height: 2.1333333333vw;
    margin-bottom: 1.2vw;
  }
  .l-cv__msg__bottom {
    margin-bottom: 3.8666666667vw;
    margin-left: 0.3333333333vw;
  }
  .l-cv__msg__bottom img {
    width: 33.2vw;
    height: 5.8vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv__msg {
    margin-bottom: 6.1333333333vw;
  }
  .l-cv__msg img {
    width: 66.1333333333vw;
    height: 6.4vw;
  }
  .l-cv__msg img.-worry {
    width: 53.6vw;
    height: 4.2666666667vw;
    margin-bottom: 2.4vw;
  }
  .l-cv__msg__bottom {
    margin-bottom: 7.7333333333vw;
    margin-left: 0.6666666667vw;
  }
  .l-cv__msg__bottom img {
    width: 66.4vw;
    height: 11.6vw;
  }
}
.l-cv__btn {
  width: 26.6315789474vw;
  height: 4.2105263158vw;
  background: #fff;
  border-radius: 4.2105263158vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0.2631578947vw 5.3684210526vw;
  font-size: 1.8947368421vw;
  position: relative;
  margin: 0 auto 2.3684210526vw auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 600;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4210526316vw;
  height: 1.4210526316vw;
  top: 50%;
  left: 2.3684210526vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../img/cv/ico_zoom.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/cv/ico_zoom.svg);
  mask-position: 0 0;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  background-color: #bba171;
}
.l-cv__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.8947368421vw;
  height: 4.4210526316vw;
  background: url(../img/cv/ico_push.svg) no-repeat center center/100% 100%;
  bottom: -1.0526315789vw;
  right: 0.4736842105vw;
}
@media only screen and (min-width: 769px) {
  .l-cv__btn:hover {
    background: #bba171;
  }
  .l-cv__btn:hover::before {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv__btn {
    width: 33.7333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    padding: 0 0 0.3333333333vw 6.8vw;
    font-size: 2.4vw;
    margin: 0 auto 3vw auto;
  }
  .l-cv__btn::before {
    width: 1.8vw;
    height: 1.8vw;
    left: 3vw;
  }
  .l-cv__btn::after {
    width: 4.9333333333vw;
    height: 5.6vw;
    bottom: -1.3333333333vw;
    right: 0.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv__btn {
    width: 67.4666666667vw;
    height: 10.6666666667vw;
    border-radius: 10.6666666667vw;
    padding: 0 0 0.6666666667vw 13.6vw;
    font-size: 4.8vw;
    margin: 0 auto 6vw auto;
  }
  .l-cv__btn::before {
    width: 3.6vw;
    height: 3.6vw;
    left: 6vw;
  }
  .l-cv__btn::after {
    width: 9.8666666667vw;
    height: 11.2vw;
    bottom: -2.6666666667vw;
    right: 1.2vw;
  }
}
.l-cv__logo {
  width: 3.8947368421vw;
  height: 4.5263157895vw;
  margin: auto;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3.8947368421vw;
  height: 4.5263157895vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv__logo {
    width: 4.9333333333vw;
    height: 5.7333333333vw;
  }
  .l-cv__logo img {
    width: 4.9333333333vw;
    height: 5.7333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv__logo {
    width: 9.8666666667vw;
    height: 11.4666666667vw;
  }
  .l-cv__logo img {
    width: 9.8666666667vw;
    height: 11.4666666667vw;
  }
}
.l-cv.-bggold {
  padding: 6.9473684211vw 0 5.5263157895vw 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f7f7f7), color-stop(95%, #bba171));
  background-image: linear-gradient(to bottom, #f7f7f7 5%, #bba171 95%);
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv.-bggold::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.4210526316vw;
  bottom: -0.3157894737vw;
  left: 0.1052631579vw;
  background: #bba171;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv.-bggold {
    padding: 8.8vw 0 7vw 0;
  }
  .l-cv.-bggold::after {
    width: 50vw;
    height: 0.5333333333vw;
    bottom: -0.4vw;
    left: 0.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv.-bggold {
    padding: 17.6vw 0 14vw 0;
  }
  .l-cv.-bggold::after {
    width: 100vw;
    height: 1.0666666667vw;
    bottom: -0.8vw;
    left: 0.2666666667vw;
  }
}
.l-cv.-bgblue {
  padding: 3.0526315789vw 0 0 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), color-stop(95%, #368998));
  background-image: linear-gradient(to top, #fff 5%, #368998 95%);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv.-bgblue::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.2105263158vw;
  bottom: -0.1052631579vw;
  left: 0.1052631579vw;
  background: #fff;
}
.l-cv.-bgblue .l-cv__inner {
  padding: 4.7368421053vw 2.7368421053vw 1.7368421053vw 2.7368421053vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv.-bgblue {
    padding: 3.8666666667vw 0 0 0;
  }
  .l-cv.-bgblue::after {
    width: 50vw;
    height: 0.2666666667vw;
    bottom: -0.1333333333vw;
    left: 0.1333333333vw;
  }
  .l-cv.-bgblue .l-cv__inner {
    padding: 6vw 3.4666666667vw 2.2vw 3.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv.-bgblue {
    padding: 7.7333333333vw 0 0 0;
  }
  .l-cv.-bgblue::after {
    width: 100vw;
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
    left: 0.2666666667vw;
  }
  .l-cv.-bgblue .l-cv__inner {
    padding: 12vw 6.9333333333vw 4.4vw 6.9333333333vw;
  }
}
.l-cv.-bottom {
  background: #f7f7f7;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.l-cv.-bottom::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.2105263158vw;
  bottom: -0.1052631579vw;
  left: 0.1052631579vw;
  background: #f7f7f7;
}
.l-cv.-bottom .l-cv__inner {
  padding: 3.6842105263vw 2.8947368421vw;
}
.l-cv.-bottom .l-cv__inner.js-fade {
  opacity: 0;
  -webkit-transform: translate(0, 10vw);
          transform: translate(0, 10vw);
}
.l-cv.-bottom .l-cv__inner.js-fade.is-show {
  -webkit-animation: cvBottom 0.6s forwards;
          animation: cvBottom 0.6s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes cvBottom {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 8.9473684211vw);
            transform: translate(0, 8.9473684211vw);
  }
}
@keyframes cvBottom {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 8.9473684211vw);
            transform: translate(0, 8.9473684211vw);
  }
}
.l-cv.-bottom .l-cv__msg {
  font-size: 2.4736842105vw;
  text-align: center;
}
.l-cv.-bottom .l-cv__btn {
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .l-cv.-bottom::after {
    width: 50vw;
    height: 0.2666666667vw;
    bottom: -0.1333333333vw;
    left: 0.1333333333vw;
  }
  .l-cv.-bottom .l-cv__inner {
    padding: 4.6666666667vw 3.6666666667vw;
  }
  .l-cv.-bottom .l-cv__inner.js-fade {
    opacity: 0;
    -webkit-transform: translate(0, 12.6666666667vw);
            transform: translate(0, 12.6666666667vw);
  }
  .l-cv.-bottom .l-cv__inner.js-fade.is-show {
    -webkit-animation: cvBottom 0.6s forwards;
            animation: cvBottom 0.6s forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  @-webkit-keyframes cvBottom {
    to {
      opacity: 1;
      -webkit-transform: translate(0, 11.3333333333vw);
              transform: translate(0, 11.3333333333vw);
    }
  }
  @keyframes cvBottom {
    to {
      opacity: 1;
      -webkit-transform: translate(0, 11.3333333333vw);
              transform: translate(0, 11.3333333333vw);
    }
  }
}
@media only screen and (max-width: 1023px) {
  .l-cv.-bottom::after {
    width: 100vw;
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
    left: 0.2666666667vw;
  }
  .l-cv.-bottom .l-cv__inner {
    padding: 9.3333333333vw 7.3333333333vw;
  }
  .l-cv.-bottom .l-cv__inner.js-fade {
    opacity: 0;
    -webkit-transform: translate(0, 25.3333333333vw);
            transform: translate(0, 25.3333333333vw);
  }
  .l-cv.-bottom .l-cv__inner.js-fade.is-show {
    -webkit-animation: cvBottom 0.6s forwards;
            animation: cvBottom 0.6s forwards;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  @-webkit-keyframes cvBottom {
    to {
      opacity: 1;
      -webkit-transform: translate(0, 22.6666666667vw);
              transform: translate(0, 22.6666666667vw);
    }
  }
  @keyframes cvBottom {
    to {
      opacity: 1;
      -webkit-transform: translate(0, 22.6666666667vw);
              transform: translate(0, 22.6666666667vw);
    }
  }
}

.c-ttl__l {
  text-align: center;
  line-height: 1.3;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-ttl__l span {
  display: block;
  font-size: 2.4210526316vw;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 0.5263157895vw;
}
.c-ttl__l span.-white {
  color: #fff;
}
.c-ttl__l em {
  display: block;
  color: #bba171;
  font-size: 1.8421052632vw;
  letter-spacing: 0.01em;
}
.c-ttl__l em.-white {
  color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-ttl__l span {
    font-size: 3.0666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .c-ttl__l em {
    font-size: 2.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-ttl__l span {
    font-size: 6.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .c-ttl__l em {
    font-size: 4.6666666667vw;
  }
}

.c-data {
  width: 26.3157894737vw;
  margin: 8.4736842105vw 0 0 7.4210526316vw;
  position: relative;
  z-index: 3;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data {
    width: 33.3333333333vw;
    margin: 10.7333333333vw 0 1.6vw 9.4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data {
    width: 66.6666666667vw;
    margin: 21.4666666667vw 0 3.2vw 18.8vw;
  }
}
@media only screen and (max-width: 600px) {
  .c-data {
    margin: 19.3333333333vw 0 3.2vw 18.8vw;
  }
}
.c-data h2 {
  margin-bottom: 1.5789473684vw;
  width: 25vw;
  height: 23.6842105263vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-data h2 img {
  width: 25vw;
  height: 23.6842105263vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data h2 {
    margin-bottom: 2vw;
    width: 31.6666666667vw;
    height: 30vw;
  }
  .c-data h2 img {
    width: 31.6666666667vw;
    height: 30vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data h2 {
    margin-bottom: 4vw;
    width: 63.3333333333vw;
    height: 60vw;
  }
  .c-data h2 img {
    width: 63.3333333333vw;
    height: 60vw;
  }
}
.c-data__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7368421053vw 0.5263157895vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.8947368421vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-data__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.6315789474vw;
  height: 2.1052631579vw;
  border: 1px solid #bba171;
  color: #bba171;
  font-size: 0.9473684211vw;
  border-radius: 0.2105263158vw;
}
.c-data__menu li.-wide {
  width: 8.9473684211vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data__menu {
    gap: 0.9333333333vw 0.6666666667vw;
    margin-bottom: 3.6666666667vw;
  }
  .c-data__menu li {
    padding: 0 0.8vw;
    height: 2.6666666667vw;
    font-size: 1.2vw;
    border-radius: 0.2666666667vw;
  }
  .c-data__menu li.-wide {
    width: 11.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data__menu {
    gap: 1.8666666667vw 1.3333333333vw;
    margin-bottom: 7.3333333333vw;
  }
  .c-data__menu li {
    padding: 0 1.6vw;
    height: 5.3333333333vw;
    font-size: 2.4vw;
    border-radius: 0.5333333333vw;
  }
  .c-data__menu li.-wide {
    width: 22.6666666667vw;
  }
}
.c-data__rank li {
  position: relative;
  padding: 1.0526315789vw 0 1.0526315789vw 1.5789473684vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-data__rank li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4.2105263158vw;
  height: 7.4736842105vw;
  background: url(../img/illust_leaf.svg) center/contain no-repeat;
  left: -2.6842105263vw;
  top: -0.2631578947vw;
}
.c-data__rank li + li {
  margin-top: 0vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data__rank li {
    padding: 1.3333333333vw 0 1.3333333333vw 2vw;
  }
  .c-data__rank li::before {
    width: 5.3333333333vw;
    height: 9.4666666667vw;
    left: -3.4vw;
    top: -0.2631578947vw;
  }
  .c-data__rank li + li {
    margin-top: 0vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data__rank li {
    padding: 2.6666666667vw 0 2.6666666667vw 4vw;
  }
  .c-data__rank li::before {
    width: 10.6666666667vw;
    height: 18.9333333333vw;
    left: -6.8vw;
    top: -0.2631578947vw;
  }
  .c-data__rank li + li {
    margin-top: 0vw;
  }
}
.c-data__rank h3 {
  position: relative;
  padding-left: 2.9473684211vw;
  color: #bba171;
  line-height: 1;
  font-size: 1.5789473684vw;
  margin-bottom: 0.3157894737vw;
  font-weight: 500;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-data__rank h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5789473684vw;
  height: 1.6842105263vw;
  background: url(../img/ico_crown.svg) center/contain no-repeat;
  left: 0;
  top: -0.2631578947vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data__rank h3 {
    padding-left: 3.7333333333vw;
    font-size: 2vw;
    margin-bottom: 0.4vw;
  }
  .c-data__rank h3::before {
    width: 3.2666666667vw;
    height: 2.1333333333vw;
    top: -0.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data__rank h3 {
    padding-left: 7.4666666667vw;
    font-size: 4vw;
    margin-bottom: 0.8vw;
  }
  .c-data__rank h3::before {
    width: 6.5333333333vw;
    height: 4.2666666667vw;
    top: -0.6666666667vw;
  }
}
.c-data__rank p {
  font-size: 2vw;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.c-data__rank p em {
  font-size: 4vw;
  display: inline-block;
  margin-right: 0.5263157895vw;
  letter-spacing: -0.02em;
  -webkit-transform: translate(0, 0.1052631579vw);
          transform: translate(0, 0.1052631579vw);
}
.c-data__rank p + h2 {
  margin-top: 2.1052631579vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data__rank p {
    font-size: 2.5333333333vw;
  }
  .c-data__rank p em {
    font-size: 5.0666666667vw;
    margin-right: 0.6666666667vw;
    -webkit-transform: translate(0, 0.1333333333vw);
            transform: translate(0, 0.1333333333vw);
  }
  .c-data__rank p + h2 {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data__rank p {
    font-size: 5.0666666667vw;
  }
  .c-data__rank p em {
    font-size: 10.1333333333vw;
    margin-right: 1.3333333333vw;
    -webkit-transform: translate(0, 0.2666666667vw);
            transform: translate(0, 0.2666666667vw);
  }
  .c-data__rank p + h2 {
    margin-top: 5.3333333333vw;
  }
}
.c-data .-note {
  display: block;
  font-size: 0.7368421053vw;
  text-align: right;
  color: #8b8b8b;
  position: absolute;
  right: -2vw;
  bottom: 0;
  letter-spacing: 0.1em;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .c-data .-note {
    font-size: 0.9333333333vw;
    right: -2.5333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .c-data .-note {
    font-size: 1.8666666667vw;
    right: -5.0666666667vw;
  }
}

.p-brandlp__mv {
  position: fixed;
  height: calc(100vh - 4.2105263158vw);
  width: 50vw;
  top: 4.2105263158vw;
  left: 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__mv {
    height: calc(100vh - 5.3333333333vw);
    width: 50vw;
    top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__mv {
    height: calc(100vh - 9.3333333333vw);
    width: 100vw;
    top: 0;
    position: relative;
  }
}
.p-brandlp__about {
  width: 39.4736842105vw;
  height: 70.2105263158vw;
  background: #000;
  position: relative;
  overflow: hidden;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__about {
    width: 50vw;
    height: 88.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__about {
    width: 100vw;
    height: 177.8666666667vw;
  }
}
.p-brandlp__about.is-show .p-brandlp__about__stripe {
  -webkit-animation: fadeInOverflow 0.5s forwards;
          animation: fadeInOverflow 0.5s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes fadeInOverflow {
  to {
    opacity: 1;
  }
}
@keyframes fadeInOverflow {
  to {
    opacity: 1;
  }
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture {
  -webkit-animation: fadeIn 1.1s forwards;
          animation: fadeIn 1.1s forwards;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-01 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-03 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-04 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-05 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-06 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-07 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-08 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-09 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-10 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-11 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-12 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-13 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-14 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.p-brandlp__about.is-show .p-brandlp__about__bg picture.image-15 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.p-brandlp__about.is-show .c-data {
  -webkit-animation: fadeInData 0.7s forwards;
          animation: fadeInData 0.7s forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@-webkit-keyframes fadeInData {
  to {
    opacity: 1;
  }
}
@keyframes fadeInData {
  to {
    opacity: 1;
  }
}
.p-brandlp__about__stripe {
  width: 70.2105263158vw;
  height: 70.2105263158vw;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 0, 0, 0.3) 2px, rgba(1, 1, 1, 0.3) 4px);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 2;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__about__stripe::before {
  content: "";
  display: block;
  position: absolute;
  width: 70.2105263158vw;
  height: 70.2105263158vw;
  background: #000;
  opacity: 0.7;
  left: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__about__stripe {
    width: 88.9333333333vw;
    height: 88.9333333333vw;
  }
  .p-brandlp__about__stripe::before {
    width: 88.9333333333vw;
    height: 88.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__about__stripe {
    width: 177.8666666667vw;
    height: 177.8666666667vw;
  }
  .p-brandlp__about__stripe::before {
    width: 177.8666666667vw;
    height: 177.8666666667vw;
  }
}
.p-brandlp__about__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  width: 39.4736842105vw;
  height: 70.2105263158vw;
  gap: 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__about__bg {
    width: 50vw;
    height: 88.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__about__bg {
    width: 100vw;
    height: 177.8666666667vw;
  }
}
.p-brandlp__about__bg picture {
  width: 13.1578947368vw;
  display: block;
  opacity: 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__about__bg picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__about__bg picture {
    width: 16.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__about__bg picture {
    width: 33.3333333333vw;
  }
}
.p-brandlp__about .c-data {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.p-brandlp__graph {
  background: #000;
  padding: 9.2105263158vw 3.8947368421vw 1.0526315789vw 3.8947368421vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph {
    padding: 11.6666666667vw 4.9333333333vw 1.3333333333vw 4.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph {
    padding: 23.3333333333vw 9.8666666667vw 2.6666666667vw 9.8666666667vw;
  }
}
.p-brandlp__graph h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  opacity: 0;
  letter-spacing: 0.05em;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__graph h2.-job {
  width: 7.5263157895vw;
  height: 6.3684210526vw;
}
.p-brandlp__graph h2.-job img {
  width: 7.5263157895vw;
  height: 6.3684210526vw;
}
.p-brandlp__graph h2.-age {
  top: 48%;
  width: 7.6842105263vw;
  height: 6.3684210526vw;
}
.p-brandlp__graph h2.-age img {
  width: 7.6842105263vw;
  height: 6.3684210526vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph h2.-job {
    width: 9.5333333333vw;
    height: 8.0666666667vw;
  }
  .p-brandlp__graph h2.-job img {
    width: 9.5333333333vw;
    height: 8.0666666667vw;
  }
  .p-brandlp__graph h2.-age {
    width: 9.7333333333vw;
    height: 8.0666666667vw;
  }
  .p-brandlp__graph h2.-age img {
    width: 9.7333333333vw;
    height: 8.0666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph h2.-job {
    width: 19.0666666667vw;
    height: 16.1333333333vw;
  }
  .p-brandlp__graph h2.-job img {
    width: 19.0666666667vw;
    height: 16.1333333333vw;
  }
  .p-brandlp__graph h2.-age {
    width: 19.4666666667vw;
    height: 16.1333333333vw;
  }
  .p-brandlp__graph h2.-age img {
    width: 19.4666666667vw;
    height: 16.1333333333vw;
  }
}
.p-brandlp__graph__wrap {
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__graph__wrap.-job {
  margin-bottom: 4.4736842105vw;
}
.p-brandlp__graph__wrap.-age {
  margin-bottom: 4.6315789474vw;
}
.p-brandlp__graph__wrap.-age canvas {
  -webkit-transform: translate(0, -0.3684210526vw) rotate(18deg);
          transform: translate(0, -0.3684210526vw) rotate(18deg);
}
.p-brandlp__graph__wrap.is-show h2, .p-brandlp__graph__wrap.is-show .p-brandlp__graph__list {
  -webkit-animation: fadeInOverflow 0.6s forwards;
          animation: fadeInOverflow 0.6s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__wrap.-job {
    margin-bottom: 5.6666666667vw;
  }
  .p-brandlp__graph__wrap.-age {
    margin-bottom: 5.8666666667vw;
  }
  .p-brandlp__graph__wrap.-age canvas {
    -webkit-transform: translate(0, -0.4666666667vw) rotate(18deg);
            transform: translate(0, -0.4666666667vw) rotate(18deg);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__wrap.-job {
    margin-bottom: 11.3333333333vw;
  }
  .p-brandlp__graph__wrap.-age {
    margin-bottom: 11.7333333333vw;
  }
  .p-brandlp__graph__wrap.-age canvas {
    -webkit-transform: translate(0, -0.9333333333vw) rotate(18deg);
            transform: translate(0, -0.9333333333vw) rotate(18deg);
  }
}
.p-brandlp__graph__chart {
  width: 15.8947368421vw;
  height: 15.8947368421vw;
  position: relative;
  margin: auto;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__graph__chart.-job {
  -webkit-transform: translate(0, 0.1578947368vw);
          transform: translate(0, 0.1578947368vw);
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__chart {
    width: 20.1333333333vw;
    height: 20.1333333333vw;
  }
  .p-brandlp__graph__chart.-job {
    -webkit-transform: translate(0, 0.2vw);
            transform: translate(0, 0.2vw);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__chart {
    width: 40.2666666667vw;
    height: 40.2666666667vw;
  }
  .p-brandlp__graph__chart.-job {
    -webkit-transform: translate(0, 0.4vw);
            transform: translate(0, 0.4vw);
  }
}
.p-brandlp__graph__list {
  position: absolute;
  top: 0;
  white-space: nowrap;
  opacity: 0;
}
.p-brandlp__graph__list.-job {
  width: 31.2105263158vw;
  height: 16.7368421053vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list.-job {
    width: 39.5333333333vw;
    height: 21.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list.-job {
    width: 79.0666666667vw;
    height: 42.4vw;
  }
}
.p-brandlp__graph__list.-age {
  width: 31.2105263158vw;
  height: 15.2105263158vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list.-age {
    width: 39.5333333333vw;
    height: 19.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list.-age {
    width: 79.0666666667vw;
    height: 38.5333333333vw;
  }
}
.p-brandlp__graph__list li {
  position: absolute;
}
.p-brandlp__graph__list li.-job01 {
  text-align: right;
  right: 0;
  top: 0;
  width: 10.8947368421vw;
  height: 4vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-job01 {
    width: 13.8vw;
    height: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-job01 {
    width: 27.6vw;
    height: 10.1333333333vw;
  }
}
.p-brandlp__graph__list li.-job02 {
  right: 0;
  bottom: 3.4736842105vw;
  width: 10.8947368421vw;
  height: 4.1578947368vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-job02 {
    width: 13.8vw;
    height: 5.2666666667vw;
    bottom: 4.4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-job02 {
    width: 27.6vw;
    height: 10.5333333333vw;
    bottom: 8.8vw;
  }
}
.p-brandlp__graph__list li.-job03 {
  left: 0;
  bottom: 0;
  width: 11.3157894737vw;
  height: 3.8947368421vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-job03 {
    width: 14.3333333333vw;
    height: 4.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-job03 {
    width: 28.6666666667vw;
    height: 9.8666666667vw;
  }
}
.p-brandlp__graph__list li.-job04 {
  left: 0;
  top: 6.7368421053vw;
  width: 9.7368421053vw;
  height: 4vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-job04 {
    top: 8.5333333333vw;
    width: 12.3333333333vw;
    height: 5.0666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-job04 {
    top: 17.0666666667vw;
    width: 24.6666666667vw;
    height: 10.1333333333vw;
  }
}
.p-brandlp__graph__list li.-job05 {
  left: 0;
  top: 0.7894736842vw;
  width: 10.2105263158vw;
  height: 4.0526315789vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-job05 {
    top: 1vw;
    width: 12.9333333333vw;
    height: 5.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-job05 {
    top: 2vw;
    width: 25.8666666667vw;
    height: 10.2666666667vw;
  }
}
.p-brandlp__graph__list li.-age01 {
  right: 0;
  top: 0.2631578947vw;
  width: 10.8947368421vw;
  height: 3.1052631579vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-age01 {
    top: 0.3333333333vw;
    width: 13.8vw;
    height: 3.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-age01 {
    top: 0.6666666667vw;
    width: 27.6vw;
    height: 7.8666666667vw;
  }
}
.p-brandlp__graph__list li.-age02 {
  right: 0;
  bottom: 2.3157894737vw;
  width: 11.3157894737vw;
  height: 3.1052631579vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-age02 {
    width: 14.3333333333vw;
    height: 3.9333333333vw;
    bottom: 2.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-age02 {
    width: 28.6666666667vw;
    height: 7.8666666667vw;
    bottom: 5.8666666667vw;
  }
}
.p-brandlp__graph__list li.-age03 {
  left: 0;
  bottom: 0;
  width: 11.6842105263vw;
  height: 3.0526315789vw;
  bottom: 2.3157894737vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__list li.-age03 {
    width: 14.8vw;
    height: 3.8666666667vw;
    bottom: 2.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__list li.-age03 {
    width: 29.6vw;
    height: 7.7333333333vw;
    bottom: 5.8666666667vw;
  }
}
.p-brandlp__graph__support {
  font-size: 2.3684210526vw;
  color: #bba171;
  font-weight: 500;
  letter-spacing: 0.02;
  line-height: 1.5;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__graph__support .-white {
  color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__graph__support {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__graph__support {
    font-size: 6vw;
  }
}
.p-brandlp__reason__copy {
  padding: 21.0526315789vw 0 6.5789473684vw 0;
  background: #000;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__copy h2 {
  width: 24.0526315789vw;
  height: 13.3684210526vw;
  line-height: 2;
  color: #fff;
  margin: auto;
  letter-spacing: 0.07em;
  margin-bottom: 6.1052631579vw;
  white-space: nowrap;
}
.p-brandlp__reason__copy h2 img {
  width: 24.0526315789vw;
  height: 13.3684210526vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__copy {
    padding: 26.6666666667vw 0 8.3333333333vw 0;
  }
  .p-brandlp__reason__copy h2 {
    width: 30.4666666667vw;
    height: 16.9333333333vw;
    margin-bottom: 7.7333333333vw;
  }
  .p-brandlp__reason__copy h2 img {
    width: 30.4666666667vw;
    height: 16.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__copy {
    padding: 53.3333333333vw 0 16.6666666667vw 0;
  }
  .p-brandlp__reason__copy h2 {
    width: 60.9333333333vw;
    height: 33.8666666667vw;
    margin-bottom: 15.4666666667vw;
  }
  .p-brandlp__reason__copy h2 img {
    width: 60.9333333333vw;
    height: 33.8666666667vw;
  }
}
.p-brandlp__reason__txt {
  height: 18.4210526316vw;
  padding: 0 7.3684210526vw;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-bottom: 1.0526315789vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 21.0526315789vw;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(32%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 32%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 3;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__txt {
    height: 23.3333333333vw;
    padding: 0 9.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-brandlp__reason__txt::before {
    width: 50vw;
    height: 26.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__txt {
    height: 46.6666666667vw;
    padding: 0 18.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-brandlp__reason__txt::before {
    width: 100vw;
    height: 53.3333333333vw;
  }
}
.p-brandlp__reason__txt p {
  font-size: 0.9473684211vw;
  line-height: 2.2;
  margin: 0 0 2.1052631579vw;
  color: #bba171;
  letter-spacing: 0.02em;
  white-space: nowrap;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__txt p {
    font-size: 1.2vw;
    margin: 0 0 2.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__txt p {
    font-size: 2.4vw;
    margin: 0 0 5.3333333333vw;
  }
}
.p-brandlp__reason__txt.is-open {
  -webkit-animation: openTxt 1s forwards;
          animation: openTxt 1s forwards;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__txt.is-open::before {
  -webkit-animation: moreOpen 1s forwards;
          animation: moreOpen 1s forwards;
}
@-webkit-keyframes openTxt {
  to {
    height: 31.5789473684vw;
  }
}
@keyframes openTxt {
  to {
    height: 31.5789473684vw;
  }
}
@-webkit-keyframes moreOpen {
  to {
    opacity: 0;
  }
}
@keyframes moreOpen {
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  @-webkit-keyframes openTxt {
    to {
      height: 40vw;
    }
  }
  @keyframes openTxt {
    to {
      height: 40vw;
    }
  }
}
@media only screen and (max-width: 1023px) {
  @-webkit-keyframes openTxt {
    to {
      height: 80vw;
    }
  }
  @keyframes openTxt {
    to {
      height: 80vw;
    }
  }
}
.p-brandlp__reason__more {
  width: 17.0526315789vw;
  height: 3.7894736842vw;
  border-radius: 3.7894736842vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1578947368vw;
  position: relative;
  background: #bba171;
  margin: auto;
  border: 0.2105263158vw solid #bba171;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__more {
    width: 21.6vw;
    height: 4.8vw;
    border-radius: 4.8vw;
    font-size: 1.4666666667vw;
    border: 0.2666666667vw solid #bba171;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__more {
    width: 43.2vw;
    height: 9.6vw;
    border-radius: 9.6vw;
    font-size: 2.9333333333vw;
    border: 0.5333333333vw solid #bba171;
  }
}
@media only screen and (min-width: 769px) {
  .p-brandlp__reason__more:hover {
    background: #fff;
  }
}
.p-brandlp__reason__more i {
  width: 1.7894736842vw;
  height: 1.7894736842vw;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  right: 0.7894736842vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__more i::before, .p-brandlp__reason__more i::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.9473684211vw;
  height: 0.1052631579vw;
  background: #bba171;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-brandlp__reason__more i::after {
  width: 0.1052631579vw;
  height: 0.9473684211vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__more i {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
    right: 1vw;
  }
  .p-brandlp__reason__more i::before, .p-brandlp__reason__more i::after {
    width: 1.2vw;
    height: 0.1333333333vw;
  }
  .p-brandlp__reason__more i::after {
    width: 0.1333333333vw;
    height: 1.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__more i {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: 2vw;
  }
  .p-brandlp__reason__more i::before, .p-brandlp__reason__more i::after {
    width: 2.4vw;
    height: 0.2666666667vw;
  }
  .p-brandlp__reason__more i::after {
    width: 0.2666666667vw;
    height: 2.4vw;
  }
}
.p-brandlp__reason__start {
  background: #bba171;
  position: relative;
  padding: 28.4210526316vw 0 19.2631578947vw 3.6842105263vw;
  position: relative;
  overflow: hidden;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__start {
    padding: 36vw 0 24.4vw 4.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__start {
    padding: 72vw 0 48.8vw 9.3333333333vw;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__blacktxt span.-txt01 {
  -webkit-animation: blacktxt01 1s forwards;
          animation: blacktxt01 1s forwards;
}
@-webkit-keyframes blacktxt01 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes blacktxt01 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__blacktxt span.-txt02 {
  -webkit-animation: blacktxt02 1s forwards;
          animation: blacktxt02 1s forwards;
}
@-webkit-keyframes blacktxt02 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes blacktxt02 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__blacktxt span.-txt03 {
  -webkit-animation: blacktxt03 1s forwards;
          animation: blacktxt03 1s forwards;
}
@-webkit-keyframes blacktxt03 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes blacktxt03 {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__whitetxt {
  -webkit-animation: whitetxt 1s forwards;
          animation: whitetxt 1s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes whitetxt {
  to {
    opacity: 1;
  }
}
@keyframes whitetxt {
  to {
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__logo {
  -webkit-animation: Logo 1.2s forwards;
          animation: Logo 1.2s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes Logo {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes Logo {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__bg {
  -webkit-animation: bgShow 1s forwards;
          animation: bgShow 1s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes bgShow {
  to {
    opacity: 1;
  }
}
@keyframes bgShow {
  to {
    opacity: 1;
  }
}
.p-brandlp__reason__start__inner.is-show .p-brandlp__reason__start__blacktxt {
  -webkit-animation: blacktxtDown 1.2s forwards;
          animation: blacktxtDown 1.2s forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes blacktxtDown {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes blacktxtDown {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__reason__start__blacktxt {
  z-index: 3;
  position: relative;
  margin-bottom: 4.2105263158vw;
  -webkit-transform: translate(0, -8.9473684211vw);
          transform: translate(0, -8.9473684211vw);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__start__blacktxt span {
  display: block;
  margin-bottom: 1.8421052632vw;
}
.p-brandlp__reason__start__blacktxt span.-txt01 {
  margin-bottom: 1.3157894737vw;
  -webkit-transform: translate(21.8421052632vw, 0);
          transform: translate(21.8421052632vw, 0);
}
.p-brandlp__reason__start__blacktxt span.-txt01 img {
  width: 14.3157894737vw;
  height: 2.2105263158vw;
}
.p-brandlp__reason__start__blacktxt span.-txt02 {
  -webkit-transform: translate(-17.3684210526vw, 0);
          transform: translate(-17.3684210526vw, 0);
}
.p-brandlp__reason__start__blacktxt span.-txt02 img {
  width: 25.9473684211vw;
  height: 3.1052631579vw;
}
.p-brandlp__reason__start__blacktxt span.-txt03 {
  -webkit-transform: translate(31.5789473684vw, 0);
          transform: translate(31.5789473684vw, 0);
}
.p-brandlp__reason__start__blacktxt span.-txt03 img {
  width: 21.3157894737vw;
  height: 2.2105263158vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__start__blacktxt {
    margin-bottom: 5.3333333333vw;
    -webkit-transform: translate(0, -11.3333333333vw);
            transform: translate(0, -11.3333333333vw);
  }
  .p-brandlp__reason__start__blacktxt span {
    margin-bottom: 2.3333333333vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt01 {
    margin-bottom: 1.6666666667vw;
    -webkit-transform: translate(27.6666666667vw, 0);
            transform: translate(27.6666666667vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt01 img {
    width: 18.1333333333vw;
    height: 2.8vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt02 {
    -webkit-transform: translate(-22vw, 0);
            transform: translate(-22vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt02 img {
    width: 32.8666666667vw;
    height: 3.9333333333vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt03 {
    -webkit-transform: translate(40vw, 0);
            transform: translate(40vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt03 img {
    width: 27vw;
    height: 2.8vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__start__blacktxt {
    margin-bottom: 10.6666666667vw;
    -webkit-transform: translate(0, -22.6666666667vw);
            transform: translate(0, -22.6666666667vw);
  }
  .p-brandlp__reason__start__blacktxt span {
    margin-bottom: 4.6666666667vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt01 {
    margin-bottom: 3.3333333333vw;
    -webkit-transform: translate(55.3333333333vw, 0);
            transform: translate(55.3333333333vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt01 img {
    width: 36.2666666667vw;
    height: 5.6vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt02 {
    -webkit-transform: translate(-44vw, 0);
            transform: translate(-44vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt02 img {
    width: 65.7333333333vw;
    height: 7.8666666667vw;
  }
  .p-brandlp__reason__start__blacktxt span.-txt03 {
    -webkit-transform: translate(80vw, 0);
            transform: translate(80vw, 0);
  }
  .p-brandlp__reason__start__blacktxt span.-txt03 img {
    width: 54vw;
    height: 5.6vw;
  }
}
.p-brandlp__reason__start__whitetxt {
  z-index: 3;
  margin: 0;
  position: relative;
  opacity: 0;
  width: 30.1578947368vw;
  height: 7.4736842105vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__start__whitetxt img {
  width: 30.1578947368vw;
  height: 7.4736842105vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__start__whitetxt {
    font-size: 3.8666666667vw;
    width: 38.2vw;
    height: 9.4666666667vw;
  }
  .p-brandlp__reason__start__whitetxt img {
    width: 38.2vw;
    height: 9.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__start__whitetxt {
    font-size: 7.7333333333vw;
    width: 76.4vw;
    height: 18.9333333333vw;
  }
  .p-brandlp__reason__start__whitetxt img {
    width: 76.4vw;
    height: 18.9333333333vw;
  }
}
.p-brandlp__reason__start__bg {
  position: absolute;
  width: 39.4736842105vw;
  height: 41.0526315789vw;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__start__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 41.0526315789vw;
  background-image: linear-gradient(22deg, #bba171 38%, rgba(187, 161, 113, 0) 125%);
  top: 0;
  left: 0;
}
.p-brandlp__reason__start__bg img {
  width: 39.4736842105vw;
  height: 32.8421052632vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__start__bg {
    width: 50vw;
    height: 52vw;
  }
  .p-brandlp__reason__start__bg::before {
    width: 50vw;
    height: 52vw;
  }
  .p-brandlp__reason__start__bg img {
    width: 50vw;
    height: 41.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__start__bg {
    width: 100vw;
    height: 104vw;
  }
  .p-brandlp__reason__start__bg::before {
    width: 100vw;
    height: 104vw;
  }
  .p-brandlp__reason__start__bg img {
    width: 100vw;
    height: 83.2vw;
  }
}
.p-brandlp__reason__start__logo {
  position: absolute;
  width: 39.4736842105vw;
  height: 15.9473684211vw;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(0, 10.5263157895vw);
          transform: translate(0, 10.5263157895vw);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__reason__start__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 39.4736842105vw;
  height: 15.9473684211vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__reason__start__logo {
    width: 50vw;
    height: 20.2vw;
    -webkit-transform: translate(0, 13.3333333333vw);
            transform: translate(0, 13.3333333333vw);
  }
  .p-brandlp__reason__start__logo img {
    width: 50vw;
    height: 20.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__reason__start__logo {
    width: 100vw;
    height: 40.4vw;
    -webkit-transform: translate(0, 26.6666666667vw);
            transform: translate(0, 26.6666666667vw);
  }
  .p-brandlp__reason__start__logo img {
    width: 100vw;
    height: 40.4vw;
  }
}
.p-brandlp__history {
  width: 39.4736842105vw;
  position: relative;
  background: #fff;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history {
    width: 50vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history {
    width: 100vw;
  }
}
.p-brandlp__history__list {
  position: relative;
  overflow: hidden;
}
.p-brandlp__history__list.is-show::before {
  -webkit-animation: historyLine 5s forwards;
          animation: historyLine 5s forwards;
}
@-webkit-keyframes historyLine {
  to {
    height: 98.5%;
  }
}
@keyframes historyLine {
  to {
    height: 98.5%;
  }
}
.p-brandlp__history__list::before {
  content: "";
  display: block;
  position: absolute;
  background: #bba171;
  background-image: linear-gradient(184deg, rgb(144, 124, 87) 0%, rgba(144, 124, 87, 0) 8%);
  width: 11.3157894737vw;
  height: 0%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list::before {
    width: 14.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list::before {
    width: 28.6666666667vw;
  }
}
.p-brandlp__history__list__item {
  position: relative;
  z-index: 1;
}
.p-brandlp__history__list h2 {
  color: #fff;
  font-family: "din-2014", sans-serif;
  text-align: center;
  font-size: 5.2631578947vw;
  letter-spacing: -0.12em;
  margin-bottom: 0.5263157895vw;
  -webkit-transform: translate(0, 3.1578947368vw);
          transform: translate(0, 3.1578947368vw);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__list h2::first-letter {
  letter-spacing: 0;
}
.p-brandlp__history__list h2.-notspace {
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 0.6666666667vw;
    -webkit-transform: translate(0, 4vw);
            transform: translate(0, 4vw);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list h2 {
    font-size: 13.3333333333vw;
    margin-bottom: 1.3333333333vw;
    -webkit-transform: translate(0, 8vw);
            transform: translate(0, 8vw);
  }
}
.p-brandlp__history__list__txt {
  clear: both;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__list__txt.-wideFull {
  width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt {
    width: 60%;
  }
  .p-brandlp__history__list__txt.-wideFull {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt {
    width: 60%;
  }
  .p-brandlp__history__list__txt.-wideFull {
    width: 100%;
  }
}
.p-brandlp__history__list__txt__wrap {
  width: 35.7894736842vw;
  margin: 0 auto 1.0526315789vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__list__txt__wrap.-tr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-brandlp__history__list__txt__wrap.-goridance::after {
  content: "";
  display: block;
  position: absolute;
  width: 9.8421052632vw;
  height: 10.8421052632vw;
  background: url(../img/history/gorilla_02.svg) center/contain no-repeat;
  right: 1.5789473684vw;
  bottom: 1.0526315789vw;
}
.p-brandlp__history__list__txt__wrap.-goriwork {
  padding-bottom: 6.3157894737vw;
}
.p-brandlp__history__list__txt__wrap.-goriwork::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.2105263158vw;
  height: 10.1578947368vw;
  background: url(../img/history/gorilla_01.svg) center/contain no-repeat;
  right: 8.4210526316vw;
  bottom: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt__wrap {
    width: 45.3333333333vw;
    margin: 0 auto 1.3333333333vw auto;
  }
  .p-brandlp__history__list__txt__wrap.-goridance::after {
    width: 12.4666666667vw;
    height: 13.7333333333vw;
    right: 2vw;
    bottom: 1.3333333333vw;
  }
  .p-brandlp__history__list__txt__wrap.-goriwork {
    padding-bottom: 8vw;
  }
  .p-brandlp__history__list__txt__wrap.-goriwork::after {
    width: 6.6vw;
    height: 12.8666666667vw;
    right: 10.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt__wrap {
    width: 90.6666666667vw;
    margin: 0 auto 2.6666666667vw auto;
  }
  .p-brandlp__history__list__txt__wrap.-goridance::after {
    width: 24.9333333333vw;
    height: 27.4666666667vw;
    right: 4vw;
    bottom: 2.6666666667vw;
  }
  .p-brandlp__history__list__txt__wrap.-goriwork {
    padding-bottom: 16vw;
  }
  .p-brandlp__history__list__txt__wrap.-goriwork::after {
    width: 13.2vw;
    height: 25.7333333333vw;
    right: 21.3333333333vw;
  }
}
.p-brandlp__history__list__txt.-tr {
  text-align: right;
}
.p-brandlp__history__list__txt.-tr figure {
  float: right;
}
.p-brandlp__history__list__txt.-txt2016 {
  width: 18.3157894737vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt.-txt2016 {
    width: 23.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt.-txt2016 {
    width: 46.4vw;
  }
}
.p-brandlp__history__list__txt figure {
  width: 14.6842105263vw;
  height: 11.4210526316vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__list__txt figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 14.6842105263vw;
  height: 11.4210526316vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt figure {
    width: 18.6vw;
    height: 14.4666666667vw;
  }
  .p-brandlp__history__list__txt figure img {
    width: 18.6vw;
    height: 14.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt figure {
    width: 37.2vw;
    height: 28.9333333333vw;
  }
  .p-brandlp__history__list__txt figure img {
    width: 37.2vw;
    height: 28.9333333333vw;
  }
}
.p-brandlp__history__list__txt h3 {
  font-size: 2.0526315789vw;
  color: #bba171;
  font-family: "din-2014", sans-serif;
  margin-bottom: 0.2631578947vw;
  width: 100%;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt h3 {
    font-size: 2.6vw;
    margin-bottom: 0.3333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt h3 {
    font-size: 5.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.p-brandlp__history__list__txt p {
  line-height: 2;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__txt p {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__txt p {
    font-size: 2.4vw;
  }
}
.p-brandlp__history__list__img {
  width: 14.6842105263vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__img {
    width: 18.6vw;
    max-width: 38%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__img {
    width: 37.2vw;
    max-width: 38%;
  }
}
.p-brandlp__history__list__img figure {
  width: 14.6842105263vw;
  height: 11.4210526316vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__list__img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 14.6842105263vw;
  height: 11.4210526316vw;
}
.p-brandlp__history__list__img figure.-logo img {
  display: block;
  margin: auto;
  width: 7.1052631579vw;
  height: 6.3684210526vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__img figure {
    width: 18.6vw;
    height: 14.4666666667vw;
  }
  .p-brandlp__history__list__img figure img {
    width: 18.6vw;
    height: 14.4666666667vw;
  }
  .p-brandlp__history__list__img figure.-logo img {
    width: 9vw;
    height: 8.0666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__img figure {
    width: 37.2vw;
    height: 28.9333333333vw;
  }
  .p-brandlp__history__list__img figure img {
    width: 37.2vw;
    height: 28.9333333333vw;
  }
  .p-brandlp__history__list__img figure.-logo img {
    width: 18vw;
    height: 16.1333333333vw;
  }
}
.p-brandlp__history__list__img.-down {
  -webkit-transform: translate(0, 3.1578947368vw);
          transform: translate(0, 3.1578947368vw);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__img.-down {
    -webkit-transform: translate(0, 4vw);
            transform: translate(0, 4vw);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__img.-down {
    -webkit-transform: translate(0, 8vw);
            transform: translate(0, 8vw);
  }
}
.p-brandlp__history__list__img.-flexbtw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-brandlp__history__list__img.-flexgap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.1578947368vw;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__list__img.-flexgap {
    gap: 4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__list__img.-flexgap {
    gap: 8vw;
  }
}
.p-brandlp__history__lasttxt {
  position: absolute;
  right: 2.2105263158vw;
  top: 3.5789473684vw;
  width: 10.7368421053vw;
  height: 59.5789473684vw;
  z-index: 1;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt {
    right: 2.8vw;
    top: 4.5333333333vw;
    width: 13.6vw;
    height: 75.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt {
    right: 5.6vw;
    top: 9.0666666667vw;
    width: 27.2vw;
    height: 150.9333333333vw;
  }
}
.p-brandlp__history__lasttxt__wrap {
  position: relative;
  height: 70.2105263158vw;
  background-image: linear-gradient(153deg, #fff 0%, #fcfcfc 37%, #bba171 80%);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt__wrap {
    height: 88.9333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt__wrap {
    height: 177.8666666667vw;
  }
}
.p-brandlp__history__lasttxt__status {
  position: absolute;
  width: 39.4736842105vw;
  top: 3.5789473684vw;
  padding: 0 3.6842105263vw 1.7894736842vw 3.6842105263vw;
  z-index: 1;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__lasttxt__status.is-fixed {
  position: fixed;
  bottom: -42.1052631579vw;
  width: 22.9473684211vw;
  right: 16.3157894737vw;
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt__status {
    width: 50vw;
    top: 4.5333333333vw;
    padding: 0 4.6666666667vw 2.2666666667vw 4.6666666667vw;
  }
  .p-brandlp__history__lasttxt__status.is-fixed {
    bottom: -53.3333333333vw;
    width: 29.0666666667vw;
    right: 20.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt__status {
    width: 100vw;
    top: 9.0666666667vw;
    padding: 0 9.3333333333vw 4.5333333333vw 9.3333333333vw;
  }
  .p-brandlp__history__lasttxt__status.is-fixed {
    bottom: -106.6666666667vw;
    width: 58.1333333333vw;
    right: 41.3333333333vw;
  }
}
.p-brandlp__history__lasttxt__status h2 {
  position: relative;
  padding-left: 2.9473684211vw;
  color: #bba171;
  line-height: 1;
  font-size: 1.7894736842vw;
  margin-bottom: 0.3157894737vw;
  font-weight: 600;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__lasttxt__status h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5789473684vw;
  height: 1.6842105263vw;
  background: url(../img/ico_crown.svg) center/contain no-repeat;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt__status h2 {
    padding-left: 3.7333333333vw;
    font-size: 2.2666666667vw;
    margin-bottom: 0.4vw;
  }
  .p-brandlp__history__lasttxt__status h2::before {
    width: 3.2666666667vw;
    height: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt__status h2 {
    padding-left: 7.4666666667vw;
    font-size: 4.5333333333vw;
    margin-bottom: 0.8vw;
  }
  .p-brandlp__history__lasttxt__status h2::before {
    width: 6.5333333333vw;
    height: 4.2666666667vw;
  }
}
.p-brandlp__history__lasttxt__status p {
  font-size: 2.3157894737vw;
  line-height: 1;
  font-weight: 600;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__lasttxt__status p em {
  font-size: 4.5789473684vw;
  display: inline-block;
  letter-spacing: -0.02em;
  margin-right: 0.5263157895vw;
}
.p-brandlp__history__lasttxt__status p + h2 {
  margin-top: 2.4736842105vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt__status p {
    font-size: 2.9333333333vw;
  }
  .p-brandlp__history__lasttxt__status p em {
    font-size: 5.8vw;
    margin-right: 0.6666666667vw;
  }
  .p-brandlp__history__lasttxt__status p + h2 {
    margin-top: 3.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt__status p {
    font-size: 5.8666666667vw;
  }
  .p-brandlp__history__lasttxt__status p em {
    font-size: 11.6vw;
    margin-right: 1.3333333333vw;
  }
  .p-brandlp__history__lasttxt__status p + h2 {
    margin-top: 6.2666666667vw;
  }
}
.p-brandlp__history__lasttxt__status .-note {
  margin-top: 5.1578947368vw;
  font-size: 1vw;
  display: block;
  letter-spacing: 0.06em;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__lasttxt__status .-note {
    margin-top: 6.5333333333vw;
    font-size: 1.2666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__lasttxt__status .-note {
    margin-top: 13.0666666667vw;
    font-size: 2.5333333333vw;
  }
}
.p-brandlp__history__status {
  position: fixed;
  width: 22.9473684211vw;
  height: 27.6842105263vw;
  right: 26.3157894737vw;
  background: rgba(255, 255, 255, 0.85);
  bottom: 2.2105263158vw;
  z-index: -1;
  padding: 1.7894736842vw 0 1.7894736842vw 3.6842105263vw;
  -webkit-animation: statusOut 0.3s forwards;
          animation: statusOut 0.3s forwards;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__status {
    width: 29.0666666667vw;
    height: 35.0666666667vw;
    right: 19.3333333333vw;
    bottom: 2.8vw;
    padding: 2.2666666667vw 0 2.2666666667vw 4.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__status {
    width: 58.1333333333vw;
    height: 70.1333333333vw;
    right: 41.8666666667vw;
    bottom: 5.6vw;
    padding: 4.5333333333vw 0 4.5333333333vw 9.3333333333vw;
  }
}
@-webkit-keyframes statusOut {
  to {
    opacity: 0;
  }
}
@keyframes statusOut {
  to {
    opacity: 0;
  }
}
.p-brandlp__history__status.is-fixed {
  -webkit-animation: status 0.3s forwards;
          animation: status 0.3s forwards;
  opacity: 0;
}
@-webkit-keyframes status {
  to {
    opacity: 1;
    z-index: 2;
  }
}
@keyframes status {
  to {
    opacity: 1;
    z-index: 2;
  }
}
.p-brandlp__history__status.is-absolute {
  position: absolute;
}
.p-brandlp__history__status h2 {
  position: relative;
  padding-left: 2.9473684211vw;
  color: #bba171;
  line-height: 1;
  font-size: 1.7894736842vw;
  margin-bottom: 0.3157894737vw;
  font-weight: 500;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__status h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.5789473684vw;
  height: 1.6842105263vw;
  background: url(../img/ico_crown.svg) center/contain no-repeat;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__status h2 {
    padding-left: 3.7333333333vw;
    font-size: 2.2666666667vw;
    margin-bottom: 0.4vw;
  }
  .p-brandlp__history__status h2::before {
    width: 3.2666666667vw;
    height: 2.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__status h2 {
    padding-left: 7.4666666667vw;
    font-size: 4.5333333333vw;
    margin-bottom: 0.8vw;
  }
  .p-brandlp__history__status h2::before {
    width: 6.5333333333vw;
    height: 4.2666666667vw;
  }
}
.p-brandlp__history__status p {
  font-size: 2.3157894737vw;
  line-height: 1;
  font-weight: 500;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__history__status p em {
  font-size: 4.2105263158vw;
  display: inline-block;
  margin-right: 0.5263157895vw;
}
.p-brandlp__history__status p + h2 {
  margin-top: 2.1052631579vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__history__status p {
    font-size: 2.9333333333vw;
  }
  .p-brandlp__history__status p em {
    font-size: 5.3333333333vw;
    margin-right: 0.6666666667vw;
  }
  .p-brandlp__history__status p + h2 {
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__history__status p {
    font-size: 5.8666666667vw;
  }
  .p-brandlp__history__status p em {
    font-size: 10.6666666667vw;
    margin-right: 1.3333333333vw;
  }
  .p-brandlp__history__status p + h2 {
    margin-top: 5.3333333333vw;
  }
}
.p-brandlp__worries {
  padding: 3.0526315789vw 0 0 0;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__worries::before {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 140.3684210526vw;
  background: url(../img/bg_grade.webp) center/contain no-repeat;
  bottom: 0;
  left: 0;
}
.p-brandlp__worries::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.2105263158vw;
  bottom: -0.1052631579vw;
  left: 0.1052631579vw;
  background: #368998;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries {
    padding: 3.8666666667vw 0 0 0;
  }
  .p-brandlp__worries::before {
    width: 50vw;
    height: 177.8vw;
  }
  .p-brandlp__worries::after {
    width: 50vw;
    height: 0.2666666667vw;
    bottom: -0.1333333333vw;
    left: 0.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries {
    padding: 7.7333333333vw 0 0 0;
  }
  .p-brandlp__worries::before {
    width: 100vw;
    height: 355.6vw;
  }
  .p-brandlp__worries::after {
    width: 100vw;
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
    left: 0.2666666667vw;
  }
}
.p-brandlp__worries__inner {
  position: relative;
  overflow: hidden;
}
.p-brandlp__worries__inner.is-show h2 {
  -webkit-animation: worriesH2 1s forwards;
          animation: worriesH2 1s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes worriesH2 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes worriesH2 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice01 {
  -webkit-animation: voiceAnime01 1s forwards;
          animation: voiceAnime01 1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes voiceAnime01 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime01 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice02 {
  -webkit-animation: voiceAnime02 1s forwards;
          animation: voiceAnime02 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes voiceAnime02 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime02 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice03 {
  -webkit-animation: voiceAnime03 1s forwards;
          animation: voiceAnime03 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes voiceAnime03 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime03 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice04 {
  -webkit-animation: voiceAnime04 1s forwards;
          animation: voiceAnime04 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes voiceAnime04 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime04 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice05 {
  -webkit-animation: voiceAnime05 1s forwards;
          animation: voiceAnime05 1s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes voiceAnime05 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime05 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice06 {
  -webkit-animation: voiceAnime06 1s forwards;
          animation: voiceAnime06 1s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes voiceAnime06 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime06 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice07 {
  -webkit-animation: voiceAnime07 1s forwards;
          animation: voiceAnime07 1s forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes voiceAnime07 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime07 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice08 {
  -webkit-animation: voiceAnime08 1s forwards;
          animation: voiceAnime08 1s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes voiceAnime08 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime08 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice09 {
  -webkit-animation: voiceAnime09 1s forwards;
          animation: voiceAnime09 1s forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes voiceAnime09 {
  to {
    opacity: 1;
    -webkit-transform: translate(-0.5263157895vw, 0);
            transform: translate(-0.5263157895vw, 0);
    /* Tabここから===========================================
    ------------------------------------------------------ */
    @media only screen and (max-width: 1500px) and (min-width: 1024px) {
      .p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice09 {
        -webkit-transform: translate(-0.6666666667vw, 0);
                transform: translate(-0.6666666667vw, 0);
      }
    }
    /* SPここから===========================================
    ------------------------------------------------------ */
    @media only screen and (max-width: 1023px) {
      .p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice09 {
        -webkit-transform: translate(-1.3333333333vw, 0);
                transform: translate(-1.3333333333vw, 0);
      }
    }
  }
}
@keyframes voiceAnime09 {
  to {
    opacity: 1;
    -webkit-transform: translate(-0.5263157895vw, 0);
            transform: translate(-0.5263157895vw, 0);
    /* Tabここから===========================================
    ------------------------------------------------------ */
    @media only screen and (max-width: 1500px) and (min-width: 1024px) {
      .p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice09 {
        -webkit-transform: translate(-0.6666666667vw, 0);
                transform: translate(-0.6666666667vw, 0);
      }
    }
    /* SPここから===========================================
    ------------------------------------------------------ */
    @media only screen and (max-width: 1023px) {
      .p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice09 {
        -webkit-transform: translate(-1.3333333333vw, 0);
                transform: translate(-1.3333333333vw, 0);
      }
    }
  }
}
.p-brandlp__worries__inner.is-show .p-brandlp__worries__list li.-voice10 {
  -webkit-animation: voiceAnime10 1s forwards;
          animation: voiceAnime10 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes voiceAnime10 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes voiceAnime10 {
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-brandlp__worries h2 {
  position: absolute;
  left: 3.1578947368vw;
  width: 3.8421052632vw;
  height: 59.3684210526vw;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(0, -1.0526315789vw);
          transform: translate(0, -1.0526315789vw);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries h2 {
    left: 4vw;
    width: 4.8666666667vw;
    height: 75.2vw;
    -webkit-transform: translate(0, -1.3333333333vw);
            transform: translate(0, -1.3333333333vw);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries h2 {
    left: 8vw;
    width: 9.7333333333vw;
    height: 150.4vw;
    -webkit-transform: translate(0, -2.6666666667vw);
            transform: translate(0, -2.6666666667vw);
  }
}
.p-brandlp__worries__list {
  padding: 0 0 0 10.1578947368vw;
  position: relative;
  z-index: 2;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries__list {
    padding: 0 0 0 12.8666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries__list {
    padding: 0 0 0 25.7333333333vw;
  }
}
.p-brandlp__worries__list li {
  width: 24.8947368421vw;
  height: 9.7894736842vw;
  border-radius: 1.0526315789vw;
  background: #fff;
  padding: 6.3157894737vw 1.8947368421vw 2.1052631579vw 1.8947368421vw;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__worries__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 9.7894736842vw;
  height: 3.7368421053vw;
  background: url(../img/worries_illust.svg) center/contain no-repeat;
  top: 1.3684210526vw;
  left: 1.3684210526vw;
}
.p-brandlp__worries__list li.-voice01 {
  margin-bottom: 2vw;
  margin-left: 1.4736842105vw;
  -webkit-transform: translate(10.5263157895vw, 0);
          transform: translate(10.5263157895vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice02 {
  margin-bottom: 2vw;
  margin-left: 5.4736842105vw;
  -webkit-transform: translate(7.8947368421vw, 0);
          transform: translate(7.8947368421vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice03 {
  margin-bottom: 2vw;
  -webkit-transform: translate(10.5263157895vw, 0);
          transform: translate(10.5263157895vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice04 {
  margin-left: 2.6315789474vw;
  margin-bottom: 2vw;
  -webkit-transform: translate(6.3157894737vw, 0);
          transform: translate(6.3157894737vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice05 {
  margin-bottom: 0.4736842105vw;
  -webkit-transform: translate(10.5263157895vw, 0);
          transform: translate(10.5263157895vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice06 {
  margin-left: 5.2631578947vw;
  -webkit-transform: translate(8.4210526316vw, 0);
          transform: translate(8.4210526316vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice07 {
  margin-bottom: 2.2105263158vw;
  -webkit-transform: translate(10.5263157895vw, 0);
          transform: translate(10.5263157895vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice08 {
  margin-left: 2.8947368421vw;
  margin-bottom: 1.8947368421vw;
  -webkit-transform: translate(9.4736842105vw, 0);
          transform: translate(9.4736842105vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice09 {
  margin-bottom: 1.8947368421vw;
  -webkit-transform: translate(10.5263157895vw, 0);
          transform: translate(10.5263157895vw, 0);
  opacity: 0;
}
.p-brandlp__worries__list li.-voice10 {
  margin-left: 6.4210526316vw;
  -webkit-transform: translate(7.3684210526vw, 0);
          transform: translate(7.3684210526vw, 0);
  opacity: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries__list li {
    width: 31.5333333333vw;
    height: 12.4vw;
    border-radius: 1.3333333333vw;
    padding: 8vw 2.4vw 2.6666666667vw 2.4vw;
  }
  .p-brandlp__worries__list li::before {
    width: 12.4vw;
    height: 4.7333333333vw;
    top: 1.7333333333vw;
    left: 1.7333333333vw;
  }
  .p-brandlp__worries__list li.-voice01 {
    margin-bottom: 2.5333333333vw;
    margin-left: 1.8666666667vw;
    -webkit-transform: translate(13.3333333333vw, 0);
            transform: translate(13.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice02 {
    margin-bottom: 2.5333333333vw;
    margin-left: 6.9333333333vw;
    -webkit-transform: translate(10vw, 0);
            transform: translate(10vw, 0);
  }
  .p-brandlp__worries__list li.-voice03 {
    margin-bottom: 2.5333333333vw;
    -webkit-transform: translate(13.3333333333vw, 0);
            transform: translate(13.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice04 {
    margin-left: 3.3333333333vw;
    margin-bottom: 2.5333333333vw;
    -webkit-transform: translate(8vw, 0);
            transform: translate(8vw, 0);
  }
  .p-brandlp__worries__list li.-voice05 {
    margin-bottom: 0.6vw;
    -webkit-transform: translate(13.3333333333vw, 0);
            transform: translate(13.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice06 {
    margin-left: 6.6666666667vw;
    -webkit-transform: translate(10.6666666667vw, 0);
            transform: translate(10.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice07 {
    margin-bottom: 2.8vw;
    -webkit-transform: translate(13.3333333333vw, 0);
            transform: translate(13.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice08 {
    margin-left: 3.6666666667vw;
    margin-bottom: 2.4vw;
    -webkit-transform: translate(12vw, 0);
            transform: translate(12vw, 0);
  }
  .p-brandlp__worries__list li.-voice09 {
    margin-bottom: 2.4vw;
    -webkit-transform: translate(13.3333333333vw, 0);
            transform: translate(13.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice10 {
    margin-left: 8.2vw;
    -webkit-transform: translate(9.3333333333vw, 0);
            transform: translate(9.3333333333vw, 0);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries__list li {
    width: 63.0666666667vw;
    height: 24.8vw;
    border-radius: 2.6666666667vw;
    padding: 16vw 4.8vw 5.3333333333vw 4.8vw;
  }
  .p-brandlp__worries__list li::before {
    width: 24.8vw;
    height: 9.4666666667vw;
    top: 3.4666666667vw;
    left: 3.4666666667vw;
  }
  .p-brandlp__worries__list li.-voice01 {
    margin-bottom: 5.0666666667vw;
    margin-left: 3.7333333333vw;
    -webkit-transform: translate(26.6666666667vw, 0);
            transform: translate(26.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice02 {
    margin-bottom: 5.0666666667vw;
    margin-left: 13.8666666667vw;
    -webkit-transform: translate(20vw, 0);
            transform: translate(20vw, 0);
  }
  .p-brandlp__worries__list li.-voice03 {
    margin-bottom: 5.0666666667vw;
    -webkit-transform: translate(26.6666666667vw, 0);
            transform: translate(26.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice04 {
    margin-left: 6.6666666667vw;
    margin-bottom: 5.0666666667vw;
    -webkit-transform: translate(16vw, 0);
            transform: translate(16vw, 0);
  }
  .p-brandlp__worries__list li.-voice05 {
    margin-bottom: 1.2vw;
    -webkit-transform: translate(26.6666666667vw, 0);
            transform: translate(26.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice06 {
    margin-left: 13.3333333333vw;
    -webkit-transform: translate(21.3333333333vw, 0);
            transform: translate(21.3333333333vw, 0);
  }
  .p-brandlp__worries__list li.-voice07 {
    margin-bottom: 5.6vw;
    -webkit-transform: translate(26.6666666667vw, 0);
            transform: translate(26.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice08 {
    margin-left: 7.3333333333vw;
    margin-bottom: 4.8vw;
    -webkit-transform: translate(24vw, 0);
            transform: translate(24vw, 0);
  }
  .p-brandlp__worries__list li.-voice09 {
    margin-bottom: 4.8vw;
    -webkit-transform: translate(26.6666666667vw, 0);
            transform: translate(26.6666666667vw, 0);
  }
  .p-brandlp__worries__list li.-voice10 {
    margin-left: 16.4vw;
    -webkit-transform: translate(18.6666666667vw, 0);
            transform: translate(18.6666666667vw, 0);
  }
}
.p-brandlp__worries__list.-overflow {
  position: absolute;
  padding: 0 0 0 9.6315789474vw;
  top: 8.1052631579vw;
  z-index: 3;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__worries__list.-overflow li {
  -webkit-box-shadow: 0.7894736842vw 0.7894736842vw 0.3157894737vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.7894736842vw 0.7894736842vw 0.3157894737vw 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries__list.-overflow {
    padding: 0 0 0 12.2vw;
    top: 10.2666666667vw;
  }
  .p-brandlp__worries__list.-overflow li {
    -webkit-box-shadow: 1vw 1vw 0.4vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 1vw 1vw 0.4vw 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries__list.-overflow {
    padding: 0 0 0 24.4vw;
    top: 20.5333333333vw;
  }
  .p-brandlp__worries__list.-overflow li {
    -webkit-box-shadow: 2vw 2vw 0.8vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 2vw 2vw 0.8vw 0 rgba(0, 0, 0, 0.16);
  }
}
.p-brandlp__worries__list p {
  margin-bottom: 0;
  font-size: 1.1578947368vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__worries__list p {
    font-size: 1.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__worries__list p {
    font-size: 2.9333333333vw;
  }
}
.p-brandlp__training {
  padding: 11.5789473684vw 0 2.6315789474vw 0;
  background: #fff;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.2105263158vw;
  bottom: -0.1052631579vw;
  left: 0.1052631579vw;
  background: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training {
    padding: 14.6666666667vw 0 3.3333333333vw 0;
  }
  .p-brandlp__training::after {
    width: 50vw;
    height: 0.2666666667vw;
    bottom: -0.1333333333vw;
    left: 0.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training {
    padding: 29.3333333333vw 0 6.6666666667vw 0;
  }
  .p-brandlp__training::after {
    width: 100vw;
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
    left: 0.2666666667vw;
  }
}
.p-brandlp__training h2 {
  background: linear-gradient(289deg, #bba171 19%, #1c1811 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding: 0 4.7368421053vw;
  font-size: 2.5789473684vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 1.3157894737vw;
  white-space: nowrap;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training h2 + p {
  padding: 0 4.7368421053vw;
  font-size: 1.7368421053vw;
  margin-bottom: 4.4210526316vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training h2 {
    padding: 0 6vw;
    font-size: 3.2666666667vw;
    margin-bottom: 1.6666666667vw;
  }
  .p-brandlp__training h2 + p {
    padding: 0 6vw;
    font-size: 2.2vw;
    margin-bottom: 5.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training h2 {
    padding: 0 12vw;
    font-size: 6.5333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .p-brandlp__training h2 + p {
    padding: 0 12vw;
    font-size: 4.4vw;
    margin-bottom: 11.2vw;
  }
}
.p-brandlp__training__slide .swiper-pagination {
  position: relative;
  text-align: right;
  padding: 0.5263157895vw 3.6842105263vw 3.1578947368vw 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training__slide .swiper-pagination span {
  width: 2.7368421053vw;
  height: 2.4736842105vw;
  height: auto;
  font-size: 1.4736842105vw;
  border-radius: 0;
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 0 0 0.2105263158vw 0;
  line-height: 1.3;
  border-bottom: #d8d8d8 solid 0.3157894737vw;
  opacity: 1;
}
.p-brandlp__training__slide .swiper-pagination span::before {
  display: inline-block;
  position: relative;
  font-family: "din-2014", sans-serif;
  color: #000;
}
.p-brandlp__training__slide .swiper-pagination span:nth-child(1)::before {
  content: "01";
}
.p-brandlp__training__slide .swiper-pagination span:nth-child(2)::before {
  content: "02";
}
.p-brandlp__training__slide .swiper-pagination span:nth-child(3)::before {
  content: "03";
}
.p-brandlp__training__slide .swiper-pagination span.swiper-pagination-bullet-active {
  border-bottom: #bba171 solid 0.3157894737vw;
}
.p-brandlp__training__slide .swiper-pagination span.swiper-pagination-bullet-active::before {
  color: #bba171;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training__slide .swiper-pagination {
    padding: 0.6666666667vw 4.6666666667vw 4vw 0;
  }
  .p-brandlp__training__slide .swiper-pagination span {
    width: 3.4666666667vw;
    height: 3.1333333333vw;
    font-size: 1.8666666667vw;
    padding: 0 0 0.2666666667vw 0;
    border-bottom: #d8d8d8 solid 0.4vw;
  }
  .p-brandlp__training__slide .swiper-pagination span.swiper-pagination-bullet-active {
    border-bottom: #bba171 solid 0.4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training__slide .swiper-pagination {
    padding: 1.3333333333vw 9.3333333333vw 8vw 0;
  }
  .p-brandlp__training__slide .swiper-pagination span {
    width: 6.9333333333vw;
    height: 6.2666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 0 0.5333333333vw 0;
    border-bottom: #d8d8d8 solid 0.8vw;
  }
  .p-brandlp__training__slide .swiper-pagination span.swiper-pagination-bullet-active {
    border-bottom: #bba171 solid 0.8vw;
  }
}
.p-brandlp__training__slide article {
  height: 45.2631578947vw;
  overflow: hidden;
  background: #eaeaea;
  border-radius: 1.0526315789vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training__slide article figure {
  overflow: hidden;
  height: 23.5789473684vw;
}
.p-brandlp__training__slide article figure img {
  display: block;
  height: 23.5789473684vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training__slide article {
    height: 57.3333333333vw;
    border-radius: 1.3333333333vw;
  }
  .p-brandlp__training__slide article figure {
    height: 29.8666666667vw;
  }
  .p-brandlp__training__slide article figure img {
    height: 29.8666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training__slide article {
    height: 114.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-brandlp__training__slide article figure {
    height: 59.7333333333vw;
  }
  .p-brandlp__training__slide article figure img {
    height: 59.7333333333vw;
  }
}
.p-brandlp__training__slide figure {
  width: 30.5263157895vw;
  height: 23.5789473684vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training__slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 30.5263157895vw;
  height: 23.5789473684vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training__slide figure {
    width: 38.6666666667vw;
    height: 29.8666666667vw;
  }
  .p-brandlp__training__slide figure img {
    width: 38.6666666667vw;
    height: 29.8666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training__slide figure {
    width: 77.3333333333vw;
    height: 59.7333333333vw;
  }
  .p-brandlp__training__slide figure img {
    width: 77.3333333333vw;
    height: 59.7333333333vw;
  }
}
.p-brandlp__training__slide__txt {
  padding: 2.8947368421vw 2.2105263158vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__training__slide__txt h3 {
  font-size: 1.5789473684vw;
  background: linear-gradient(161deg, #bba171 0%, #1c1811 82%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 1.4736842105vw;
  font-weight: 700;
}
.p-brandlp__training__slide__txt p {
  font-size: 1.2631578947vw;
  line-height: 2;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__training__slide__txt {
    padding: 3.6666666667vw 2.8vw;
  }
  .p-brandlp__training__slide__txt h3 {
    font-size: 2vw;
    margin-bottom: 1.8666666667vw;
  }
  .p-brandlp__training__slide__txt p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__training__slide__txt {
    padding: 7.3333333333vw 5.6vw;
  }
  .p-brandlp__training__slide__txt h3 {
    font-size: 4vw;
    margin-bottom: 3.7333333333vw;
  }
  .p-brandlp__training__slide__txt p {
    font-size: 3.2vw;
  }
}
.p-brandlp__activity {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #fff), to(#000));
  background-image: linear-gradient(to bottom, #fff -1%, #000 100%);
  padding: 18.9473684211vw 2.6315789474vw 8.6315789474vw 0;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__activity {
    padding: 24vw 3.3333333333vw 10.9333333333vw 0;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__activity {
    padding: 48vw 6.6666666667vw 21.8666666667vw 0;
  }
}
.p-brandlp__activity p {
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__activity p span {
  display: block;
  margin: auto;
}
.p-brandlp__activity p span.-grade {
  width: 26.6315789474vw;
  height: 2.3684210526vw;
  margin-bottom: 1.6842105263vw;
}
.p-brandlp__activity p span.-grade img {
  width: 26.6315789474vw;
  height: 2.3684210526vw;
}
.p-brandlp__activity p span.-main {
  width: 25.9473684211vw;
  height: 10.2631578947vw;
  -webkit-transform: translate(0.5263157895vw, 0);
          transform: translate(0.5263157895vw, 0);
}
.p-brandlp__activity p span.-main img {
  width: 25.9473684211vw;
  height: 10.2631578947vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__activity p span.-grade {
    width: 33.7333333333vw;
    height: 3vw;
    margin-bottom: 2.1333333333vw;
  }
  .p-brandlp__activity p span.-grade img {
    width: 33.7333333333vw;
    height: 3vw;
  }
  .p-brandlp__activity p span.-main {
    width: 32.8666666667vw;
    height: 13vw;
    -webkit-transform: translate(0.6666666667vw, 0);
            transform: translate(0.6666666667vw, 0);
  }
  .p-brandlp__activity p span.-main img {
    width: 32.8666666667vw;
    height: 13vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__activity p span.-grade {
    width: 67.4666666667vw;
    height: 6vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-brandlp__activity p span.-grade img {
    width: 67.4666666667vw;
    height: 6vw;
  }
  .p-brandlp__activity p span.-main {
    width: 65.7333333333vw;
    height: 26vw;
    -webkit-transform: translate(1.3333333333vw, 0);
            transform: translate(1.3333333333vw, 0);
  }
  .p-brandlp__activity p span.-main img {
    width: 65.7333333333vw;
    height: 26vw;
  }
}
.p-brandlp__athlete {
  background: #000;
}
.p-brandlp__athlete__ttl {
  padding: 6.3157894737vw 5.7894736842vw 4.2105263158vw 5.7894736842vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__athlete__ttl h2 {
  margin-bottom: 2.1052631579vw;
}
.p-brandlp__athlete__ttl p {
  line-height: 2;
  font-size: 1.2631578947vw;
  color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__athlete__ttl {
    padding: 8vw 7.3333333333vw 5.3333333333vw 7.3333333333vw;
  }
  .p-brandlp__athlete__ttl h2 {
    margin-bottom: 2.6666666667vw;
  }
  .p-brandlp__athlete__ttl p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__athlete__ttl {
    padding: 16vw 14.6666666667vw 10.6666666667vw 14.6666666667vw;
  }
  .p-brandlp__athlete__ttl h2 {
    margin-bottom: 5.3333333333vw;
  }
  .p-brandlp__athlete__ttl p {
    font-size: 3.2vw;
  }
}
.p-brandlp__athlete__video {
  width: 39.4736842105vw;
  height: 22.2105263158vw;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__athlete__video.-standpoint::before {
  content: "";
  display: block;
  position: absolute;
  width: 12.6315789474vw;
  height: 6.0526315789vw;
  background: url(../img/athlete/standpoint_logo.svg) center/contain no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.p-brandlp__athlete__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__athlete__video {
    width: 50vw;
    height: 28.1333333333vw;
  }
  .p-brandlp__athlete__video.-standpoint::before {
    width: 16vw;
    height: 7.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__athlete__video {
    width: 100vw;
    height: 56.2666666667vw;
  }
  .p-brandlp__athlete__video.-standpoint::before {
    width: 32vw;
    height: 15.3333333333vw;
  }
}
.p-brandlp__athlete__cont__txt {
  padding: 2.6315789474vw 5.7894736842vw 5.1578947368vw 5.7894736842vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__athlete__cont__txt p {
  color: #bba171;
  font-size: 1.6842105263vw;
  line-height: 1;
  margin-bottom: 0.7894736842vw;
  font-weight: 300;
}
.p-brandlp__athlete__cont__txt h3 {
  font-size: 1.8947368421vw;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__athlete__cont__txt {
    padding: 3.3333333333vw 7.3333333333vw 6.5333333333vw 7.3333333333vw;
  }
  .p-brandlp__athlete__cont__txt p {
    font-size: 2.1333333333vw;
    margin-bottom: 1vw;
  }
  .p-brandlp__athlete__cont__txt h3 {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__athlete__cont__txt {
    padding: 6.6666666667vw 14.6666666667vw 13.0666666667vw 14.6666666667vw;
  }
  .p-brandlp__athlete__cont__txt p {
    font-size: 4.2666666667vw;
    margin-bottom: 2vw;
  }
  .p-brandlp__athlete__cont__txt h3 {
    font-size: 4.8vw;
  }
}
.p-brandlp__tie-up {
  background: #f7f7f7;
  padding-bottom: 2.8421052632vw;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__tie-up::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.2105263158vw;
  bottom: -0.1052631579vw;
  left: 0.1052631579vw;
  background: #f7f7f7;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__tie-up {
    padding-bottom: 3.6vw;
  }
  .p-brandlp__tie-up::after {
    width: 50vw;
    height: 0.2666666667vw;
    bottom: -0.1333333333vw;
    left: 0.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__tie-up {
    padding-bottom: 7.2vw;
  }
  .p-brandlp__tie-up::after {
    width: 100vw;
    height: 0.5333333333vw;
    bottom: -0.2666666667vw;
    left: 0.2666666667vw;
  }
}
.p-brandlp__tie-up__ttl {
  padding: 4.2105263158vw 6.3157894737vw 3.1578947368vw 6.3157894737vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__tie-up__ttl h2 {
  margin-bottom: 2.1052631579vw;
}
.p-brandlp__tie-up__ttl p {
  line-height: 2;
  font-size: 1.2631578947vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__tie-up__ttl {
    padding: 5.3333333333vw 8vw 4vw 8vw;
  }
  .p-brandlp__tie-up__ttl h2 {
    margin-bottom: 2.6666666667vw;
  }
  .p-brandlp__tie-up__ttl p {
    line-height: 2;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__tie-up__ttl {
    padding: 10.6666666667vw 16vw 8vw 16vw;
  }
  .p-brandlp__tie-up__ttl h2 {
    margin-bottom: 5.3333333333vw;
  }
  .p-brandlp__tie-up__ttl p {
    line-height: 2;
    font-size: 3.2vw;
  }
}
.p-brandlp__tie-up__zozo {
  border-bottom: 0.3157894737vw solid #bba171;
  margin-bottom: 2.8421052632vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__tie-up__zozo h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 39.4736842105vw;
  height: 12.3157894737vw;
  font-size: 2.4736842105vw;
  background: #000;
  color: #fff;
  font-family: "din-2014", sans-serif;
}
.p-brandlp__tie-up__zozo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-brandlp__tie-up__zozo ul li {
  width: 25%;
}
.p-brandlp__tie-up__zozo ul img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 9.8947368421vw;
  height: 9.8947368421vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__tie-up__zozo {
    border-bottom: 0.4vw solid #bba171;
    margin-bottom: 3.6vw;
  }
  .p-brandlp__tie-up__zozo h3 {
    width: 50vw;
    height: 15.6vw;
    font-size: 3.1333333333vw;
  }
  .p-brandlp__tie-up__zozo ul img {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__tie-up__zozo {
    border-bottom: 0.8vw solid #bba171;
    margin-bottom: 7.2vw;
  }
  .p-brandlp__tie-up__zozo h3 {
    width: 100vw;
    height: 31.2vw;
    font-size: 6.2666666667vw;
  }
  .p-brandlp__tie-up__zozo ul img {
    width: 25.0666666667vw;
    height: 25.0666666667vw;
  }
}
.p-brandlp__tie-up__gold {
  border-bottom: 0.3157894737vw solid #bba171;
  margin-bottom: 2.8421052632vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__tie-up__gold {
    border-bottom: 0.4vw solid #bba171;
    margin-bottom: 3.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__tie-up__gold {
    border-bottom: 0.8vw solid #bba171;
    margin-bottom: 7.2vw;
  }
}
.p-brandlp__tie-up__spartan {
  border-bottom: 0.3157894737vw solid #bba171;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__tie-up__spartan h3 {
  width: 39.4736842105vw;
  height: 12.3157894737vw;
}
.p-brandlp__tie-up__spartan h3 img {
  width: 39.4736842105vw;
  height: 12.3157894737vw;
}
.p-brandlp__tie-up__spartan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-brandlp__tie-up__spartan ul li {
  width: 25%;
}
.p-brandlp__tie-up__spartan ul img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 9.8947368421vw;
  height: 9.8947368421vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__tie-up__spartan {
    border-bottom: 0.4vw solid #bba171;
  }
  .p-brandlp__tie-up__spartan h3 {
    width: 50vw;
    height: 15.6vw;
  }
  .p-brandlp__tie-up__spartan h3 img {
    width: 50vw;
    height: 15.6vw;
  }
  .p-brandlp__tie-up__spartan ul img {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__tie-up__spartan {
    border-bottom: 0.8vw solid #bba171;
  }
  .p-brandlp__tie-up__spartan h3 {
    width: 100vw;
    height: 31.2vw;
  }
  .p-brandlp__tie-up__spartan h3 img {
    width: 100vw;
    height: 31.2vw;
  }
  .p-brandlp__tie-up__spartan ul img {
    width: 25.0666666667vw;
    height: 25.0666666667vw;
  }
}
.p-brandlp__menu__ttl {
  background: #bba171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39.4736842105vw;
  height: 11.5789473684vw;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__menu__ttl {
    width: 50vw;
    height: 14.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__menu__ttl {
    width: 100vw;
    height: 29.3333333333vw;
  }
}
.p-brandlp__menu h3 {
  background: #000;
  color: #fff;
  font-size: 1.7368421053vw;
  height: 3.2631578947vw;
  width: 39.4736842105vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 600;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__menu h3 span {
  font-weight: 300;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__menu h3 {
    font-size: 2.2vw;
    height: 4.1333333333vw;
    width: 50vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__menu h3 {
    font-size: 4.4vw;
    height: 8.2666666667vw;
    width: 100vw;
  }
}
.p-brandlp__menu__cat__inner {
  padding: 1.5789473684vw 3.6842105263vw 3.1578947368vw 3.6842105263vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #eae3d3), color-stop(95%, #bba171));
  background-image: linear-gradient(to bottom, #eae3d3 5%, #bba171 95%);
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__menu__cat__inner {
    padding: 2vw 4.6666666667vw 4vw 4.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__menu__cat__inner {
    padding: 4vw 9.3333333333vw 8vw 9.3333333333vw;
  }
}
.p-brandlp__menu__cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  width: 32.1052631579vw;
  gap: 1.0526315789vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__menu__cat ul li {
  width: 15.5263157895vw;
}
.p-brandlp__menu__cat ul a {
  display: block;
  position: relative;
  border-radius: 1.0526315789vw;
  width: 15.5263157895vw;
  height: 7.7894736842vw;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-brandlp__menu__cat ul a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-brandlp__menu__cat ul a span {
  z-index: 3;
  display: block;
  font-size: 1.2631578947vw;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-brandlp__menu__cat ul picture {
  overflow: hidden;
  width: 15.5263157895vw;
  height: 7.7894736842vw;
  position: relative;
  display: block;
}
.p-brandlp__menu__cat ul picture::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.3;
  width: 15.5263157895vw;
  height: 7.7894736842vw;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-brandlp__menu__cat ul img {
  width: 15.5263157895vw;
  height: 7.7894736842vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__menu__cat ul {
    width: 40.6666666667vw;
    gap: 1.3333333333vw;
  }
  .p-brandlp__menu__cat ul li {
    width: 19.6666666667vw;
  }
  .p-brandlp__menu__cat ul a {
    border-radius: 1.3333333333vw;
    width: 19.6666666667vw;
    height: 9.8666666667vw;
  }
  .p-brandlp__menu__cat ul a span {
    font-size: 1.6vw;
  }
  .p-brandlp__menu__cat ul picture {
    width: 19.6666666667vw;
    height: 9.8666666667vw;
  }
  .p-brandlp__menu__cat ul picture::before {
    width: 19.6666666667vw;
    height: 9.8666666667vw;
  }
  .p-brandlp__menu__cat ul img {
    width: 19.6666666667vw;
    height: 9.8666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__menu__cat ul {
    width: 81.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-brandlp__menu__cat ul li {
    width: 39.3333333333vw;
  }
  .p-brandlp__menu__cat ul a {
    border-radius: 2.6666666667vw;
    width: 39.3333333333vw;
    height: 19.7333333333vw;
  }
  .p-brandlp__menu__cat ul a span {
    font-size: 3.2vw;
  }
  .p-brandlp__menu__cat ul picture {
    width: 39.3333333333vw;
    height: 19.7333333333vw;
  }
  .p-brandlp__menu__cat ul picture::before {
    width: 39.3333333333vw;
    height: 19.7333333333vw;
  }
  .p-brandlp__menu__cat ul img {
    width: 39.3333333333vw;
    height: 19.7333333333vw;
  }
}
.p-brandlp__clinic {
  background: #f7f7f7;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__clinic::after {
  content: "";
  display: block;
  position: absolute;
  width: 39.4736842105vw;
  height: 0.4210526316vw;
  bottom: -0.3157894737vw;
  left: 0.0526315789vw;
  background: #f7f7f7;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__clinic::after {
    width: 50vw;
    height: 0.5333333333vw;
    bottom: -0.4vw;
    left: 0.1333333333vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__clinic::after {
    width: 100vw;
    height: 1.0666666667vw;
    bottom: -0.8vw;
    left: 0.2666666667vw;
  }
}
.p-brandlp__clinic__ttl {
  background: url(../img/clinic/ttl_bg.webp) no-repeat center center/cover;
  margin-bottom: 3.1578947368vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39.4736842105vw;
  height: 16.9473684211vw;
  position: relative;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__clinic__ttl::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.6;
  width: 39.4736842105vw;
  height: 16.9473684211vw;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-brandlp__clinic__ttl h2 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__clinic__ttl {
    margin-bottom: 4vw;
    width: 50vw;
    height: 21.4666666667vw;
  }
  .p-brandlp__clinic__ttl::before {
    width: 50vw;
    height: 21.4666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__clinic__ttl {
    margin-bottom: 8vw;
    width: 100vw;
    height: 42.9333333333vw;
  }
  .p-brandlp__clinic__ttl::before {
    width: 100vw;
    height: 42.9333333333vw;
  }
}
.p-brandlp__clinic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0526315789vw;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__clinic__list li {
  width: 10vw;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__clinic__list {
    gap: 1.3333333333vw;
  }
  .p-brandlp__clinic__list li {
    width: 12.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__clinic__list {
    gap: 2.6666666667vw;
  }
  .p-brandlp__clinic__list li {
    width: 25.3333333333vw;
  }
}
.p-brandlp__clinic__list div {
  display: block;
  position: relative;
  border-radius: 1.0526315789vw;
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  /* Tabここから===========================================
  ------------------------------------------------------ */
  /* SPここから===========================================
  ------------------------------------------------------ */
}
.p-brandlp__clinic__list div span {
  z-index: 3;
  display: block;
  font-size: 1.1052631579vw;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__clinic__list div {
    border-radius: 1.3333333333vw;
    width: 12.6666666667vw;
    height: 12.6666666667vw;
  }
  .p-brandlp__clinic__list div span {
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__clinic__list div {
    border-radius: 2.6666666667vw;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-brandlp__clinic__list div span {
    font-size: 2.8vw;
  }
}
.p-brandlp__clinic__list picture {
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  position: relative;
  display: block;
}
.p-brandlp__clinic__list picture::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.5;
  width: 10vw;
  height: 10vw;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-brandlp__clinic__list img {
  width: 10vw;
  height: 10vw;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1500px) and (min-width: 1024px) {
  .p-brandlp__clinic__list picture {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
  }
  .p-brandlp__clinic__list picture::before {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
  }
  .p-brandlp__clinic__list img {
    width: 12.6666666667vw;
    height: 12.6666666667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-brandlp__clinic__list picture {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-brandlp__clinic__list picture::before {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .p-brandlp__clinic__list img {
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
}

.u-aL {
  text-align: left;
}

.u-aC {
  text-align: center;
}

.u-aR {
  text-align: right;
}

.u-inline-block {
  display: inline-block;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}

.u-smaller {
  font-size: 0.8em;
}
.u-smaller.-xs {
  font-size: 0.6em;
}

.u-w10 {
  width: 10px;
}
@media only screen and (max-width: 1023px) {
  .u-w10 {
    width: 100%;
  }
}

.u-w20 {
  width: 20px;
}
@media only screen and (max-width: 1023px) {
  .u-w20 {
    width: 100%;
  }
}

.u-w30 {
  width: 30px;
}
@media only screen and (max-width: 1023px) {
  .u-w30 {
    width: 100%;
  }
}

.u-w40 {
  width: 40px;
}
@media only screen and (max-width: 1023px) {
  .u-w40 {
    width: 100%;
  }
}

.u-w50 {
  width: 50px;
}
@media only screen and (max-width: 1023px) {
  .u-w50 {
    width: 100%;
  }
}

.u-w60 {
  width: 60px;
}
@media only screen and (max-width: 1023px) {
  .u-w60 {
    width: 100%;
  }
}

.u-w70 {
  width: 70px;
}
@media only screen and (max-width: 1023px) {
  .u-w70 {
    width: 100%;
  }
}

.u-w80 {
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .u-w80 {
    width: 100%;
  }
}

.u-w90 {
  width: 90px;
}
@media only screen and (max-width: 1023px) {
  .u-w90 {
    width: 100%;
  }
}

.u-w100 {
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  .u-w100 {
    width: 100%;
  }
}

.u-w110 {
  width: 110px;
}
@media only screen and (max-width: 1023px) {
  .u-w110 {
    width: 100%;
  }
}

.u-w120 {
  width: 120px;
}
@media only screen and (max-width: 1023px) {
  .u-w120 {
    width: 100%;
  }
}

.u-w130 {
  width: 130px;
}
@media only screen and (max-width: 1023px) {
  .u-w130 {
    width: 100%;
  }
}

.u-w140 {
  width: 140px;
}
@media only screen and (max-width: 1023px) {
  .u-w140 {
    width: 100%;
  }
}

.u-w150 {
  width: 150px;
}
@media only screen and (max-width: 1023px) {
  .u-w150 {
    width: 100%;
  }
}

.u-w160 {
  width: 160px;
}
@media only screen and (max-width: 1023px) {
  .u-w160 {
    width: 100%;
  }
}

.u-w170 {
  width: 170px;
}
@media only screen and (max-width: 1023px) {
  .u-w170 {
    width: 100%;
  }
}

.u-w180 {
  width: 180px;
}
@media only screen and (max-width: 1023px) {
  .u-w180 {
    width: 100%;
  }
}

.u-w190 {
  width: 190px;
}
@media only screen and (max-width: 1023px) {
  .u-w190 {
    width: 100%;
  }
}

.u-w200 {
  width: 200px;
}
@media only screen and (max-width: 1023px) {
  .u-w200 {
    width: 100%;
  }
}

.u-w210 {
  width: 210px;
}
@media only screen and (max-width: 1023px) {
  .u-w210 {
    width: 100%;
  }
}

.u-w220 {
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  .u-w220 {
    width: 100%;
  }
}

.u-w230 {
  width: 230px;
}
@media only screen and (max-width: 1023px) {
  .u-w230 {
    width: 100%;
  }
}

.u-w240 {
  width: 240px;
}
@media only screen and (max-width: 1023px) {
  .u-w240 {
    width: 100%;
  }
}

.u-w250 {
  width: 250px;
}
@media only screen and (max-width: 1023px) {
  .u-w250 {
    width: 100%;
  }
}

.u-w260 {
  width: 260px;
}
@media only screen and (max-width: 1023px) {
  .u-w260 {
    width: 100%;
  }
}

.u-w270 {
  width: 270px;
}
@media only screen and (max-width: 1023px) {
  .u-w270 {
    width: 100%;
  }
}

.u-w280 {
  width: 280px;
}
@media only screen and (max-width: 1023px) {
  .u-w280 {
    width: 100%;
  }
}

.u-w290 {
  width: 290px;
}
@media only screen and (max-width: 1023px) {
  .u-w290 {
    width: 100%;
  }
}

.u-w300 {
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  .u-w300 {
    width: 100%;
  }
}

.u-w310 {
  width: 310px;
}
@media only screen and (max-width: 1023px) {
  .u-w310 {
    width: 100%;
  }
}

.u-w320 {
  width: 320px;
}
@media only screen and (max-width: 1023px) {
  .u-w320 {
    width: 100%;
  }
}

.u-w330 {
  width: 330px;
}
@media only screen and (max-width: 1023px) {
  .u-w330 {
    width: 100%;
  }
}

.u-w340 {
  width: 340px;
}
@media only screen and (max-width: 1023px) {
  .u-w340 {
    width: 100%;
  }
}

.u-w350 {
  width: 350px;
}
@media only screen and (max-width: 1023px) {
  .u-w350 {
    width: 100%;
  }
}

.u-w360 {
  width: 360px;
}
@media only screen and (max-width: 1023px) {
  .u-w360 {
    width: 100%;
  }
}

.u-w370 {
  width: 370px;
}
@media only screen and (max-width: 1023px) {
  .u-w370 {
    width: 100%;
  }
}

.u-w380 {
  width: 380px;
}
@media only screen and (max-width: 1023px) {
  .u-w380 {
    width: 100%;
  }
}

.u-w390 {
  width: 390px;
}
@media only screen and (max-width: 1023px) {
  .u-w390 {
    width: 100%;
  }
}

.u-w400 {
  width: 400px;
}
@media only screen and (max-width: 1023px) {
  .u-w400 {
    width: 100%;
  }
}

.u-w410 {
  width: 410px;
}
@media only screen and (max-width: 1023px) {
  .u-w410 {
    width: 100%;
  }
}

.u-w420 {
  width: 420px;
}
@media only screen and (max-width: 1023px) {
  .u-w420 {
    width: 100%;
  }
}

.u-w430 {
  width: 430px;
}
@media only screen and (max-width: 1023px) {
  .u-w430 {
    width: 100%;
  }
}

.u-w440 {
  width: 440px;
}
@media only screen and (max-width: 1023px) {
  .u-w440 {
    width: 100%;
  }
}

.u-w450 {
  width: 450px;
}
@media only screen and (max-width: 1023px) {
  .u-w450 {
    width: 100%;
  }
}

.u-w460 {
  width: 460px;
}
@media only screen and (max-width: 1023px) {
  .u-w460 {
    width: 100%;
  }
}

.u-w470 {
  width: 470px;
}
@media only screen and (max-width: 1023px) {
  .u-w470 {
    width: 100%;
  }
}

.u-w480 {
  width: 480px;
}
@media only screen and (max-width: 1023px) {
  .u-w480 {
    width: 100%;
  }
}

.u-w490 {
  width: 490px;
}
@media only screen and (max-width: 1023px) {
  .u-w490 {
    width: 100%;
  }
}

.u-w500 {
  width: 500px;
}
@media only screen and (max-width: 1023px) {
  .u-w500 {
    width: 100%;
  }
}

.u-w510 {
  width: 510px;
}
@media only screen and (max-width: 1023px) {
  .u-w510 {
    width: 100%;
  }
}

.u-w520 {
  width: 520px;
}
@media only screen and (max-width: 1023px) {
  .u-w520 {
    width: 100%;
  }
}

.u-w530 {
  width: 530px;
}
@media only screen and (max-width: 1023px) {
  .u-w530 {
    width: 100%;
  }
}

.u-w540 {
  width: 540px;
}
@media only screen and (max-width: 1023px) {
  .u-w540 {
    width: 100%;
  }
}

.u-w550 {
  width: 550px;
}
@media only screen and (max-width: 1023px) {
  .u-w550 {
    width: 100%;
  }
}

.u-w560 {
  width: 560px;
}
@media only screen and (max-width: 1023px) {
  .u-w560 {
    width: 100%;
  }
}

.u-w570 {
  width: 570px;
}
@media only screen and (max-width: 1023px) {
  .u-w570 {
    width: 100%;
  }
}

.u-w580 {
  width: 580px;
}
@media only screen and (max-width: 1023px) {
  .u-w580 {
    width: 100%;
  }
}

.u-w590 {
  width: 590px;
}
@media only screen and (max-width: 1023px) {
  .u-w590 {
    width: 100%;
  }
}

.u-w600 {
  width: 600px;
}
@media only screen and (max-width: 1023px) {
  .u-w600 {
    width: 100%;
  }
}

.u-w610 {
  width: 610px;
}
@media only screen and (max-width: 1023px) {
  .u-w610 {
    width: 100%;
  }
}

.u-w620 {
  width: 620px;
}
@media only screen and (max-width: 1023px) {
  .u-w620 {
    width: 100%;
  }
}

.u-w630 {
  width: 630px;
}
@media only screen and (max-width: 1023px) {
  .u-w630 {
    width: 100%;
  }
}

.u-w640 {
  width: 640px;
}
@media only screen and (max-width: 1023px) {
  .u-w640 {
    width: 100%;
  }
}

.u-w650 {
  width: 650px;
}
@media only screen and (max-width: 1023px) {
  .u-w650 {
    width: 100%;
  }
}

.u-w660 {
  width: 660px;
}
@media only screen and (max-width: 1023px) {
  .u-w660 {
    width: 100%;
  }
}

.u-w670 {
  width: 670px;
}
@media only screen and (max-width: 1023px) {
  .u-w670 {
    width: 100%;
  }
}

.u-w680 {
  width: 680px;
}
@media only screen and (max-width: 1023px) {
  .u-w680 {
    width: 100%;
  }
}

.u-w690 {
  width: 690px;
}
@media only screen and (max-width: 1023px) {
  .u-w690 {
    width: 100%;
  }
}

.u-w700 {
  width: 700px;
}
@media only screen and (max-width: 1023px) {
  .u-w700 {
    width: 100%;
  }
}

.u-w710 {
  width: 710px;
}
@media only screen and (max-width: 1023px) {
  .u-w710 {
    width: 100%;
  }
}

.u-w720 {
  width: 720px;
}
@media only screen and (max-width: 1023px) {
  .u-w720 {
    width: 100%;
  }
}

.u-w730 {
  width: 730px;
}
@media only screen and (max-width: 1023px) {
  .u-w730 {
    width: 100%;
  }
}

.u-w740 {
  width: 740px;
}
@media only screen and (max-width: 1023px) {
  .u-w740 {
    width: 100%;
  }
}

.u-w750 {
  width: 750px;
}
@media only screen and (max-width: 1023px) {
  .u-w750 {
    width: 100%;
  }
}

.u-w760 {
  width: 760px;
}
@media only screen and (max-width: 1023px) {
  .u-w760 {
    width: 100%;
  }
}

.u-w770 {
  width: 770px;
}
@media only screen and (max-width: 1023px) {
  .u-w770 {
    width: 100%;
  }
}

.u-w780 {
  width: 780px;
}
@media only screen and (max-width: 1023px) {
  .u-w780 {
    width: 100%;
  }
}

.u-w790 {
  width: 790px;
}
@media only screen and (max-width: 1023px) {
  .u-w790 {
    width: 100%;
  }
}

.u-w800 {
  width: 800px;
}
@media only screen and (max-width: 1023px) {
  .u-w800 {
    width: 100%;
  }
}

.u-w810 {
  width: 810px;
}
@media only screen and (max-width: 1023px) {
  .u-w810 {
    width: 100%;
  }
}

.u-w820 {
  width: 820px;
}
@media only screen and (max-width: 1023px) {
  .u-w820 {
    width: 100%;
  }
}

.u-w830 {
  width: 830px;
}
@media only screen and (max-width: 1023px) {
  .u-w830 {
    width: 100%;
  }
}

.u-w840 {
  width: 840px;
}
@media only screen and (max-width: 1023px) {
  .u-w840 {
    width: 100%;
  }
}

.u-w850 {
  width: 850px;
}
@media only screen and (max-width: 1023px) {
  .u-w850 {
    width: 100%;
  }
}

.u-w860 {
  width: 860px;
}
@media only screen and (max-width: 1023px) {
  .u-w860 {
    width: 100%;
  }
}

.u-w870 {
  width: 870px;
}
@media only screen and (max-width: 1023px) {
  .u-w870 {
    width: 100%;
  }
}

.u-w880 {
  width: 880px;
}
@media only screen and (max-width: 1023px) {
  .u-w880 {
    width: 100%;
  }
}

.u-w890 {
  width: 890px;
}
@media only screen and (max-width: 1023px) {
  .u-w890 {
    width: 100%;
  }
}

.u-w900 {
  width: 900px;
}
@media only screen and (max-width: 1023px) {
  .u-w900 {
    width: 100%;
  }
}

.u-w910 {
  width: 910px;
}
@media only screen and (max-width: 1023px) {
  .u-w910 {
    width: 100%;
  }
}

.u-w920 {
  width: 920px;
}
@media only screen and (max-width: 1023px) {
  .u-w920 {
    width: 100%;
  }
}

.u-w930 {
  width: 930px;
}
@media only screen and (max-width: 1023px) {
  .u-w930 {
    width: 100%;
  }
}

.u-w940 {
  width: 940px;
}
@media only screen and (max-width: 1023px) {
  .u-w940 {
    width: 100%;
  }
}

.u-w950 {
  width: 950px;
}
@media only screen and (max-width: 1023px) {
  .u-w950 {
    width: 100%;
  }
}

.u-w960 {
  width: 960px;
}
@media only screen and (max-width: 1023px) {
  .u-w960 {
    width: 100%;
  }
}

.u-w970 {
  width: 970px;
}
@media only screen and (max-width: 1023px) {
  .u-w970 {
    width: 100%;
  }
}

.u-w980 {
  width: 980px;
}
@media only screen and (max-width: 1023px) {
  .u-w980 {
    width: 100%;
  }
}

.u-w990 {
  width: 990px;
}
@media only screen and (max-width: 1023px) {
  .u-w990 {
    width: 100%;
  }
}

.u-w1000 {
  width: 1000px;
}
@media only screen and (max-width: 1023px) {
  .u-w1000 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
