@import "https://unpkg.com/minibarjs@latest/dist/minibar.min.css";
@import url("https://fonts.googleapis.com/css?family=Raleway:100,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato");
@font-face {
  font-family: "BebasNeue";
  font-weight: 400;
  src: url("../font/BebasNeue-Regular.ttf") format("truetype"), url("../font/BebasNeue-Regular.off") format("off");
}
@font-face {
  font-family: "BebasNeue";
  font-weight: 100;
  src: url("../font/BebasNeue-Light.ttf") format("truetype"), url("../font/BebasNeue-Light.off") format("off");
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1370px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__star-wrapper {
    left: 56% !important;
  }
  .p-hamburger-menu__star img {
    width: 72% !important;
  }
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 4.375rem !important;
  }
  .p-hamburger-menu-wrapper .p-hamburger-menu__soaial {
    bottom: 24.5% !important;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
*:focus, *:focus-visible {
  outline: none;
}
* a:focus,
* a:focus-visible {
  outline: none;
}
*:webkit-direct-focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  background-color: #0c0c0c;
}

a:hover {
  text-decoration: none;
}

p:first-child,
ul:first-child,
ol:first-child,
dl:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: top;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
input[type=number],
input[type=submit],
button,
select,
textarea {
  appearance: none;
  border-radius: 0;
}

input[type=submit],
button {
  border: 0;
}

select::-ms-expand {
  display: none;
}

::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

input::selection,
textarea::selection {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

.l-contents {
  width: 100%;
  overflow: hidden;
  line-height: 2;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 1025px) {
  .l-contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .l-contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .l-contents {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .l-contents {
    font-size: 3.3333333333vw;
  }
}

.l-page {
  overflow: hidden;
  visibility: visible;
}
@media all and (min-width: 768px) {
  .l-page {
    min-width: 1100px;
  }
}

.c-arrow-b {
  display: block;
}

.c-arrow-l {
  display: block;
}

.c-arrow-r {
  display: block;
}

.c-arrow-t {
  display: block;
}

.c-carousel-navi {
  display: flex;
}
.c-carousel-navi__item {
  cursor: pointer;
  position: relative;
  background-color: #be1d82;
}
@media all and (min-width: 768px) {
  .c-carousel-navi__item {
    width: 94px;
    height: 78px;
    margin-left: 2px;
  }
}
@media all and (max-width: 767px) {
  .c-carousel-navi__item {
    width: 62px;
    height: 52px;
    margin-right: 1px;
    margin-left: 1px;
  }
}
.c-carousel-navi__item.is-disabled {
  pointer-events: none;
}
.c-carousel-navi__item .c-arrow-r,
.c-carousel-navi__item .c-arrow-l {
  position: absolute;
  fill: #fff;
}
@media all and (min-width: 768px) {
  .c-carousel-navi__item .c-arrow-r,
  .c-carousel-navi__item .c-arrow-l {
    left: 21px;
  }
}
@media all and (max-width: 767px) {
  .c-carousel-navi__item .c-arrow-r,
  .c-carousel-navi__item .c-arrow-l {
    width: 34px;
    height: 15px;
    left: 15px;
  }
}
.c-carousel-navi__item.is-disabled .c-arrow-r,
.c-carousel-navi__item.is-disabled .c-arrow-l {
  fill: #000;
}
@media all and (min-width: 768px) {
  .c-carousel-navi__item .c-arrow-r {
    top: 34px;
  }
}
@media all and (max-width: 767px) {
  .c-carousel-navi__item .c-arrow-r {
    top: 22px;
  }
}
@media all and (min-width: 768px) {
  .c-carousel-navi__item .c-arrow-l {
    top: 23px;
  }
}
@media all and (max-width: 767px) {
  .c-carousel-navi__item .c-arrow-l {
    top: 15px;
  }
}

.c-img-wide {
  width: 100%;
  height: auto;
}

.c-split-str {
  display: inline-block;
}

.p-canvas-webgl {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .p-canvas-webgl {
    height: 100% !important;
  }
}
.p-index-header .p-canvas-webgl {
  z-index: 100;
}
.p-section-clients .p-canvas-webgl {
  z-index: 1;
}
.p-creative-studio-header .p-canvas-webgl {
  z-index: 100;
}
.p-star-agency-header .p-canvas-webgl {
  z-index: 50;
}
.p-canvas-webgl.is-shown, .is-leaved-contents .p-canvas-webgl {
  transition-property: opacity;
}
.p-canvas-webgl.is-shown {
  opacity: 1;
  transition-duration: 4s;
  transition-delay: 0.5s;
}
.p-star-agency-header .p-canvas-webgl.is-shown {
  transition-delay: 0s;
}
.p-canvas-webgl.is-hidden, .is-leaved-contents .p-canvas-webgl {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.p-clients-logo {
  display: block;
}
@media all and (min-width: 768px) {
  .p-clients-logo--atlantic {
    width: 73px;
    height: 47px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--atlantic {
    width: 37px;
    height: 24px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--badboy {
    width: 67px;
    height: 67px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--badboy {
    width: 33px;
    height: 34px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--bet {
    width: 80px;
    height: 38px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--bet {
    width: 39.3333333333px;
    height: 18.6666666667px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--cavi {
    width: 55px;
    height: 53px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--cavi {
    width: 27px;
    height: 27px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--cisco {
    width: 86px;
    height: 46px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--cisco {
    width: 42.6666666667px;
    height: 22.6666666667px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--element {
    width: 89px;
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--element {
    width: 44px;
    height: 14.6666666667px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--fourfront {
    width: 60px;
    height: 62px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--fourfront {
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 768px) {
  .p-clients-logo--igive {
    width: 92px;
    height: 55px;
  }
}
@media all and (max-width: 767px) {
  .p-clients-logo--igive {
    width: 45.3333333333px;
    height: 26.3333333333px;
  }
}

@media all and (min-width: 768px) {
  .p-fullscreen-pager {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    pointer-events: none;
    opacity: 0.5;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity;
  }
  .p-fullscreen-pager__pointer {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  .p-fullscreen-pager__pointer:before {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .p-fullscreen-pager__pointer:after {
    width: 2px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 15px;
    background-color: #fff;
  }
  .p-fullscreen-pager__pointer:first-child:after {
    display: none;
  }
  .p-fullscreen-pager.is-shown {
    opacity: 0.5;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .p-fullscreen-pager__bar {
    transform: scaleY(0);
  }
}
@media all and (min-width: 768px) and (max-width: 767px) {
  .p-fullscreen-pager__bar {
    transform: scaleX(0);
  }
}
@media all and (min-width: 768px) {
  .has-animate .p-fullscreen-pager__bar {
    transition-duration: 1s;
    transition-delay: 0.5s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .has-animate .p-fullscreen-pager__bar {
    transform: scaleY(1);
  }
}
@media all and (min-width: 768px) and (max-width: 767px) {
  .has-animate .p-fullscreen-pager__bar {
    transform: scaleX(1);
  }
}
@media all and (min-width: 768px) {
  .p-fullscreen-pager__pointer {
    transform: scale(0);
  }
  .has-animate .p-fullscreen-pager__pointer {
    transform: scale(1);
    transition-duration: 1s;
    transition-delay: 0.9s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .has-animate .p-fullscreen-pager__pointer:before {
    transition-duration: 0.4s;
    transition-property: width, height, border-color, background-color;
  }
  .has-animate .p-fullscreen-pager__pointer:after {
    transition-duration: 0.4s;
    transition-property: background-color;
  }
  .has-animate .p-fullscreen-pager__pointer.is-over:before, .has-animate .p-fullscreen-pager__pointer.is-current:before {
    background-color: #fff;
  }
  .is-shown .p-fullscreen-pager__pointer {
    pointer-events: auto;
  }
  .is-black .p-fullscreen-pager__pointer:before {
    border-color: #000;
  }
  .is-black .p-fullscreen-pager__pointer:after {
    background-color: #000;
  }
  .is-black .p-fullscreen-pager__pointer.is-over:before, .is-black .p-fullscreen-pager__pointer.is-current:before {
    background-color: #000;
  }
}

.p-fullscreen-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  pointer-events: none;
}
.p-fullscreen-section.is-shown {
  pointer-events: auto;
}
.p-fullscreen-section.is-shown, .p-fullscreen-section.is-hidden {
  transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
  transition-duration: 1s;
}
.p-fullscreen-section.is-hidden-asc, .p-fullscreen-section.is-stayed-asc {
  transform: translate3d(0, -100%, 0);
}
.p-fullscreen-section.is-hidden-desc, .p-fullscreen-section.is-stayed-desc {
  transform: translate3d(0, 100%, 0);
}
.p-fullscreen-section.is-stayed-asc, .p-fullscreen-section.is-stayed-desc {
  transition-duration: 0s;
}

.p-fullscreen-wrap {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.p-global-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media all and (min-width: 768px) {
  .p-global-header {
    min-width: 1100px;
  }
}
.p-global-header__in {
  position: absolute;
  left: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .p-global-header__in {
    top: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-global-header__in {
    top: 38px;
  }
}
@media all and (min-width: 768px) {
  .p-global-header__in {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-global-header__in {
  opacity: 0;
  pointer-events: none;
}
.p-global-header__in.is-mounted {
  transition-duration: 0.4s;
  transition-property: opacity;
}
.p-global-header__in.is-mounted.is-shown {
  opacity: 1;
  pointer-events: auto;
}

.p-global-logo {
  position: absolute;
  left: 0;
  z-index: 100;
}
@media all and (min-width: 768px) {
  .p-global-logo {
    top: 38px;
  }
}
@media all and (max-width: 767px) {
  .p-global-logo {
    top: 16px;
    left: 7.7777777778%;
  }
}
.p-global-logo svg {
  fill: #fff;
}
@media all and (max-width: 767px) {
  .p-global-logo svg {
    width: 39px;
    height: 18px;
  }
}
.p-global-logo.is-mounted svg {
  transition-duration: 0.4s;
  transition-property: fill;
}
.p-global-logo.is-black svg {
  fill: #000;
}

.p-global-nav-bar {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: visible;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar {
    height: 85px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar {
    height: 46px;
  }
}
.p-global-nav-bar__in {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  list-style: none;
  position: relative;
  padding-left: 0;
  background-color: #010101;
}
.p-global-nav-bar__in li {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in li.has-icon {
    width: 540px;
  }
  .p-global-nav-bar__in li.has-icon:first-child {
    justify-content: flex-start;
  }
  .p-global-nav-bar__in li.has-icon:first-child a::before {
    left: calc(50% - 34px) !important;
  }
  .p-global-nav-bar__in li.has-icon:first-child::before {
    width: calc(50% - 43px);
  }
  .p-global-nav-bar__in li.has-icon:first-child::after {
    width: calc(50% + 25px);
  }
  .p-global-nav-bar__in li.has-icon:last-child {
    justify-content: flex-end;
  }
  .p-global-nav-bar__in li.has-icon:last-child a::before {
    right: calc(50% - 63px) !important;
    left: unset !important;
  }
  .p-global-nav-bar__in li.has-icon:last-child::before {
    width: calc(50% + 24px);
  }
  .p-global-nav-bar__in li.has-icon:last-child::after {
    width: calc(50% - 44px);
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in li.has-icon {
    width: 38px;
  }
}
.p-global-nav-bar__in li::before {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  left: -1px;
  background-color: #000000;
  border-bottom: 1px solid #292929;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in li::before {
    width: calc(50% - 9px);
    height: 21px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in li::before {
    width: calc(50% - 4px);
    height: 11px;
  }
}
.p-global-nav-bar__in li::after {
  position: absolute;
  content: "";
  top: calc(100% - 1px);
  right: -1px;
  background-color: #000000;
  border-bottom: 1px solid #292929;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in li::after {
    width: calc(50% - 9px);
    height: 21px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in li::after {
    width: calc(50% - 4px);
    height: 11px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in li {
    padding-bottom: 2px;
  }
  .p-global-nav-bar__in li:nth-child(4) {
    width: calc(100% - 50px);
  }
}
.p-global-nav-bar__in::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-100% + 1px);
  width: 100%;
  background: #010101;
  border-bottom: 1px solid #292929;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in::before {
    height: 66px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in::before {
    height: 38px;
  }
}
.p-global-nav-bar__in::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-100% + 1px);
  width: 100%;
  background: #010101;
  border-bottom: 1px solid #292929;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in::after {
    height: 66px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in::after {
    height: 38px;
  }
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__in {
    max-width: 1100px;
    height: 46px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__in {
    height: 28px;
    margin-left: 7.77778%;
    margin-right: 7.77778%;
  }
}
.p-global-nav-bar__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #7c7c7c;
  font-family: "BebasNeue", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
@media all and (min-width: 1025px) {
  .p-global-nav-bar__item {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-global-nav-bar__item {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-global-nav-bar__item {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-global-nav-bar__item {
    font-size: 2.9166666667vw;
  }
}
.p-global-nav-bar__item svg {
  fill: #7c7c7c;
  margin-bottom: 3px;
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__item svg {
    width: 8px;
    height: 8px;
  }
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__item--has-icon {
    width: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__item--has-icon {
    width: 38px;
  }
}
.p-global-nav-bar__item::before {
  background-image: url(../../img/common/arrow-menu-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1px;
  border-bottom: none;
  position: absolute;
  content: "";
  top: calc(100% + 9px);
  left: 50%;
  border-bottom: 1px solid #292929;
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__item::before {
    height: 21px;
    width: 30px;
    top: calc(100% + 9px);
    transform: translate(-51%, -51%);
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__item::before {
    height: 11px;
    width: 15px;
    top: calc(100% + 4px);
    transform: translate(-51%, -51%);
  }
}
@media all and (min-width: 768px) {
  .p-global-nav-bar {
    transform: translate3d(0, -69px, 0);
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar {
    transform: translate3d(0, -39px, 0);
  }
}
.p-global-nav-bar.is-mounted {
  transition-duration: 1s;
  transition-property: transform;
}
.p-global-nav-bar.is-mounted.is-shown {
  transform: translate3d(0, 0, 0);
}
.p-global-nav-bar__item {
  transition-duration: 0.4s;
  transition-property: color;
  height: 100%;
}
.p-global-nav-bar__item svg {
  transition-duration: 0.4s;
  transition-property: fill;
}
.p-global-nav-bar__item.is-current, .p-global-nav-bar__item.is-over {
  color: #fff;
}
.p-global-nav-bar__item.is-current svg, .p-global-nav-bar__item.is-over svg {
  fill: #fff;
}
.p-global-nav-bar__item.is-current::before {
  background-image: url(../../img/common/arrow-menu-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  border-bottom: none;
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px) {
  .p-global-nav-bar__item.is-current::before {
    width: 21px;
    height: 24px;
    top: calc(100% + 8px);
  }
}
@media all and (max-width: 767px) {
  .p-global-nav-bar__item.is-current::before {
    width: 10.5px;
    height: 12.5px;
    top: calc(100% + 4px);
  }
}

.p-hamburger {
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
@media all and (min-width: 768px) {
  .p-hamburger {
    width: 42px;
    height: 42px;
    top: 38px;
    right: 18px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger {
    width: 42px;
    height: 42px;
    top: 6px;
    right: 7.7777777778%;
  }
}
.p-hamburger__line {
  overflow: hidden;
  position: absolute;
  border-radius: 1px;
}
@media all and (min-width: 768px) {
  .p-hamburger__line {
    height: 2px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line {
    height: 2px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--01, .p-hamburger__line--02, .p-hamburger__line--03, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    right: 0px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--01, .p-hamburger__line--02, .p-hamburger__line--03, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    right: 10.5px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--01 {
    width: 28px;
    top: 11px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--01 {
    width: 14px;
    top: 14px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--02 {
    width: 35px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--02 {
    width: 18px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--02, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    top: 19px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--02, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    top: 19px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--03 {
    top: 27px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--03 {
    top: 24px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line--03, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    width: 42px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line--03, .p-hamburger__line--cross01, .p-hamburger__line--cross02 {
    width: 21px;
  }
}
.p-hamburger__line--cross01 {
  transform: rotate(45deg);
}
.p-hamburger__line--cross02 {
  transform: rotate(-45deg);
}
.p-hamburger__line-in {
  width: 300%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in {
    height: 2px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in {
    width: 63px;
    height: 2px;
  }
}
.p-hamburger__line-in:before, .p-hamburger__line-in:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  backface-visibility: hidden;
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in:before, .p-hamburger__line-in:after {
    height: 2px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in:before, .p-hamburger__line-in:after {
    height: 2px;
  }
}
.p-hamburger__line-in:after {
  left: 0;
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--01:before, .p-hamburger__line-in--01:after {
    width: 28px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--01:before, .p-hamburger__line-in--01:after {
    width: 14px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--01:before {
    left: -56px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--01:before {
    left: -28px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--02:before, .p-hamburger__line-in--02:after {
    width: 35px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--02:before, .p-hamburger__line-in--02:after {
    width: 18px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--02:before {
    left: -70px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--02:before {
    left: -36px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--03:before, .p-hamburger__line-in--03:after, .p-hamburger__line-in--cross01:before, .p-hamburger__line-in--cross01:after, .p-hamburger__line-in--cross02:before, .p-hamburger__line-in--cross02:after {
    width: 42px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--03:before, .p-hamburger__line-in--03:after, .p-hamburger__line-in--cross01:before, .p-hamburger__line-in--cross01:after, .p-hamburger__line-in--cross02:before, .p-hamburger__line-in--cross02:after {
    width: 21px;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger__line-in--03:before, .p-hamburger__line-in--cross01:before, .p-hamburger__line-in--cross02:before {
    left: -84px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger__line-in--03:before, .p-hamburger__line-in--cross01:before, .p-hamburger__line-in--cross02:before {
    left: -42px;
  }
}
.p-hamburger__line-in--01:before, .p-hamburger__line-in--01:after, .p-hamburger__line-in--02:before, .p-hamburger__line-in--02:after, .p-hamburger__line-in--03:before, .p-hamburger__line-in--03:after {
  transform: translateX(-100%);
  background-color: #fff;
}
.p-hamburger__line-in--cross01, .p-hamburger__line-in--cross02 {
  transform: translateX(-33.3%);
}
.p-hamburger__line-in--cross01:before, .p-hamburger__line-in--cross01:after, .p-hamburger__line-in--cross02:before, .p-hamburger__line-in--cross02:after {
  background-color: #fff;
}
.p-hamburger.is-mounted .p-hamburger__line {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-hamburger.is-mounted .p-hamburger__line-in {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-hamburger.is-mounted .p-hamburger__line-in:before, .p-hamburger.is-mounted .p-hamburger__line-in:after {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, background-color;
}
.p-hamburger.is-mounted .p-hamburger__line-in--01 {
  transition-delay: 0.2s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--02 {
  transition-delay: 0.25s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--02:before, .p-hamburger.is-mounted .p-hamburger__line-in--02:after {
  transition-delay: 0.05s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--03 {
  transition-delay: 0.3s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--03:before, .p-hamburger.is-mounted .p-hamburger__line-in--03:after {
  transition-delay: 0.1s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--01:before, .p-hamburger.is-mounted .p-hamburger__line-in--01:after, .p-hamburger.is-mounted .p-hamburger__line-in--02:before, .p-hamburger.is-mounted .p-hamburger__line-in--02:after, .p-hamburger.is-mounted .p-hamburger__line-in--03:before, .p-hamburger.is-mounted .p-hamburger__line-in--03:after {
  transition-duration: 1s;
  transform: translateX(0);
}
.p-hamburger.is-mounted .p-hamburger__line-in--cross01 {
  transition-delay: 0s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--cross02 {
  transition-delay: 0.05s;
}
.p-hamburger.is-mounted .p-hamburger__line-in--cross02:before, .p-hamburger.is-mounted .p-hamburger__line-in--cross02:after {
  transition-delay: 0.1s;
}
.p-hamburger.is-mounted.is-black .p-hamburger__line-in--01:before, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--01:after, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--02:before, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--02:after, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--03:before, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--03:after, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--cross01:before, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--cross01:after, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--cross02:before, .p-hamburger.is-mounted.is-black .p-hamburger__line-in--cross02:after {
  background-color: #000;
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--01, .p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--02, .p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--03 {
  transform: translateX(200%);
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--cross01, .p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--cross02 {
  transform: translateX(0);
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--01 {
  transition-delay: 0s;
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--02 {
  transition-delay: 0.05s;
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--03 {
  transition-delay: 0.1s;
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--cross01 {
  transition-delay: 0.25s;
}
.p-hamburger.is-mounted.is-opened-navi .p-hamburger__line-in--cross02 {
  transition-delay: 0.3s;
}
.p-hamburger.is-mounted.is-over .p-hamburger__line-in:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in:after {
  transform: translateX(200%);
}
.p-hamburger.is-mounted.is-over .p-hamburger__line-in--01:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--01:after, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--02:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--02:after, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--03:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--03:after {
  transition-duration: 1s;
}
.p-hamburger.is-mounted.is-over .p-hamburger__line-in--cross01:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--cross01:after, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--cross02:before, .p-hamburger.is-mounted.is-over .p-hamburger__line-in--cross02:after {
  transition-duration: 0s;
}
.p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--cross01:before, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--cross01:after, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--cross02:before, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--cross02:after {
  transition-duration: 1s;
}
.p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--01:before, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--01:after, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--02:before, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--02:after, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--03:before, .p-hamburger.is-mounted.is-opened-navi.is-over .p-hamburger__line-in--03:after {
  transition-duration: 0s;
}
.p-hamburger.is-mounted.is-leave .p-hamburger__line-in--01:before, .p-hamburger.is-mounted.is-leave .p-hamburger__line-in--01:after, .p-hamburger.is-mounted.is-leave .p-hamburger__line-in--02:before, .p-hamburger.is-mounted.is-leave .p-hamburger__line-in--02:after, .p-hamburger.is-mounted.is-leave .p-hamburger__line-in--03:before, .p-hamburger.is-mounted.is-leave .p-hamburger__line-in--03:after {
  transition-duration: 0s;
}

.p-hamburger-menu-wrapper {
  background-image: url(../img/common/hamburger-menu-bg.png);
  background-color: #fff;
  background-size: cover;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper {
    height: calc(100vh - 56px);
    top: 56px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper {
    height: 100vh;
    top: 39px;
  }
}
@media only screen and (max-height: 750px) {
  .p-hamburger-menu-wrapper {
    overflow-y: auto;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  height: 67%;
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu {
    width: 1100px;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
  color: #0f100f;
  text-transform: uppercase;
  display: block;
  font-family: "BebasNeue";
  font-weight: 100;
  position: absolute;
  top: 22%;
  letter-spacing: -1px;
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
    font-size: 32.52px;
    font-size: 2.0325rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
    font-size: 3.3333333333vw;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__hashtag strong {
  font-family: "BebasNeue";
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
    display: none;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__soaial {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 12%;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__soaial-icon {
  margin-right: 4px;
  margin-left: 4px;
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__soaial-icon {
    width: 38px;
    height: 38px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__soaial-icon {
    width: 28px;
    height: 28px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__soaial {
    left: 50%;
    transform: translatex(-50%);
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
  position: absolute;
  top: 48px;
  font-family: "Myriad Pro";
  display: flex;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__call-right img {
  padding-right: 10px;
  width: 13px;
  vertical-align: unset;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__call-right a {
  color: #0f100f;
  text-decoration: none;
  display: flex;
  white-space: nowrap;
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    font-size: 16.11px;
    font-size: 1.006875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    right: 90px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    right: 19%;
    top: 17px;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__ph {
  padding-right: 15px;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__list {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  text-transform: uppercase;
  text-align: right;
  padding-right: 45px;
  font-family: BebasNeue;
  font-weight: 100;
  height: 100%;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__list::-webkit-scrollbar {
  width: 7px;
  position: relative;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__list::-webkit-scrollbar-track {
  background: #000;
  width: 1px !important;
  position: absolute;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__list::-webkit-scrollbar-thumb {
  background: #be1d82;
  width: 15px;
  border-radius: 0;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__list::-webkit-scrollbar-thumb:hover {
  background: #be1d82;
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    font-size: 33.33px;
    font-size: 2.083125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    font-size: 28px;
  }
}
@media all and (max-width: 414px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    font-size: 6.6666666667vw;
  }
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    right: 27px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    right: 17px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    bottom: unset;
    top: 25%;
    padding-right: 0;
    border-right: none;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__link {
  text-decoration: none;
  color: #0f100f;
  cursor: pointer;
  line-height: 2;
  transition: 0.4s all ease-in-out;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__link.active, .p-hamburger-menu-wrapper .p-hamburger-menu__link:focus, .p-hamburger-menu-wrapper .p-hamburger-menu__link:hover {
  color: #be1d82;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__link.active {
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__link {
    line-height: 1.75;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__item {
    line-height: 1.5;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__star-wrapper {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-100%);
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__star-wrapper {
    display: none;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__star {
  position: relative;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__name {
  position: absolute;
  top: 50%;
  left: -22%;
  font-size: 4.375rem !important;
  color: rgb(190, 29, 130);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 84.42px;
    font-size: 5.27625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 3.3333333333vw;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__name-line2 {
  position: relative;
  right: -52%;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper .p-get-started {
  height: auto;
  min-height: auto;
  background: none;
}
.p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper .p-get-started__copy, .p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper .p-get-started__copyright, .p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper .p-get-started__bg {
  display: none;
}
.p-hamburger-menu-wrapper .p-hamburger-menu #p-hamburger-menu__scroll {
  position: absolute;
  top: 40%;
  max-height: 50%;
  max-width: 30%;
}
@media all and (min-width: 1025px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu #p-hamburger-menu__scroll {
    right: 27px;
    font-size: 2.08312rem;
  }
}
.p-hamburger-menu-wrapper.is-hidden {
  opacity: 0;
  top: -100vh !important;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.p-hamburger-menu-wrapper.is-shown {
  opacity: 1;
  transition: 0.3s all ease;
}
@media all and (min-width: 768px) {
  .p-hamburger-menu-wrapper.is-shown {
    top: 56px;
  }
}
@media all and (max-width: 767px) {
  .p-hamburger-menu-wrapper.is-shown {
    height: 100vh;
  }
}
.p-hamburger-menu-wrapper .mb-track {
  background-color: #000;
  width: 3px;
}
.p-hamburger-menu-wrapper .mb-bar {
  background-color: #be1d82;
  width: 7px !important;
  border-radius: 0;
  right: -2px !important;
}

.p-fullscreen-section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed !important;
  bottom: 0;
  left: 0;
  color: #fff;
  pointer-events: none;
}

.p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper .p-get-started {
  height: 100% !important;
}

@media (min-width: 768px) {
  .p-get-started__options {
    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;
    margin-top: -5.15625%;
  }
}
@media (max-width: 767px) {
  .p-get-started__option--packages {
    top: 30.77365% !important;
  }
}
@media (max-width: 767px) {
  .p-get-started__options {
    height: 40% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .p-hamburger-menu-wrapper.is-shown {
    height: calc(100vh - 56px) !important;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__get-started-wrapper {
  position: fixed;
  z-index: 222;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.navbar-get-started {
  max-height: 32% !important;
}

@media (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    right: 19% !important;
    top: 17px !important;
  }
}
.navbar-get-started .p-get-started__options {
  top: 53.3913%;
}

@media (max-width: 767px) {
  .navbar-get-started .p-get-started__options {
    top: 24.3913% !important;
  }
}
@media (max-height: 870px) and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu-get-started-wrapper .p-get-started__option-text1 {
    font-size: 1vw !important;
  }
}
@media (max-height: 870px) and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu-get-started-wrapper .p-get-started__option-text2 {
    font-size: 3vw !important;
  }
}
@media (max-height: 870px) and (min-width: 768px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu-get-started-wrapper .p-get-started__option-text3 {
    font-size: 1vw !important;
  }
  .p-get-started__option-in--quote {
    height: 83% !important;
  }
  .p-get-started__option-in--packages {
    height: 83% !important;
  }
}
@media (max-width: 767px) {
  .p-get-started__option-in--quote {
    height: 50% !important;
  }
  .p-get-started__option-in--packages {
    height: 50% !important;
  }
}
@media (max-width: 767px) {
  .navbar-get-started .p-get-started__options {
    padding: 15px;
    gap: 10px;
  }
  .navbar-get-started .p-get-started__option-in--quote, .navbar-get-started .p-get-started__option-in--packages {
    height: 90px !important;
  }
  .navbar-get-started .p-get-started__option-text1 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .navbar-get-started .p-get-started__option-text2 {
    font-size: 22px;
    margin: 2px 0;
  }
  .navbar-get-started .p-get-started__option-text3 {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .p-get-started__option--quote {
    top: 141px !important;
  }
}
.p-overlay {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
}
.is-leaved-contents .p-overlay {
  opacity: 1;
  transition-duration: 0.2s;
}

.p-preloader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
}
.p-preloader__logo {
  margin-bottom: 10px;
}
.p-preloader__spinner {
  width: 50px;
  height: 30px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
.p-preloader__rect {
  width: 4px;
  height: 30px;
  background-color: #fff;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.p-preloader__rect--2 {
  animation-delay: -1.1s;
}
.p-preloader__rect--3 {
  animation-delay: -1s;
}
.p-preloader__rect--4 {
  animation-delay: -0.9s;
}
.p-preloader__rect--5 {
  animation-delay: -0.8s;
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
.p-preloader.is-shown, .p-preloader.is-hidden {
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.p-preloader.is-shown {
  opacity: 1;
}
.p-preloader.is-hidden {
  opacity: 0;
}

.p-wheel-icon {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 20;
  border: 2px solid #fff;
  opacity: 0;
  transform: scale(1.2);
}
@media all and (min-width: 768px) {
  .p-wheel-icon {
    width: 30px;
    height: 50px;
    bottom: 30px;
    border-radius: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-wheel-icon {
    width: 20px;
    height: 33.3333333333px;
    bottom: 24px;
    border-radius: 10px;
  }
}
.p-wheel-icon:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .p-wheel-icon:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
}
@media all and (max-width: 767px) {
  .p-wheel-icon:before {
    width: 4px;
    height: 4px;
    top: 6px;
  }
}
.is-shown .p-wheel-icon, .is-hidden .p-wheel-icon, .is-leaved-contents .p-wheel-icon {
  transition-property: opacity, transform;
}
.is-shown .p-wheel-icon {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 2s;
}
.is-hidden .p-wheel-icon, .is-leaved-contents .p-wheel-icon {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}

@keyframes loopCloud {
  0% {
    opacity: 0;
    z-index: 1;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 1;
    transform: scale3d(1.8, 1.8, 1);
  }
}
.p-intro-clouds {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .p-intro-clouds {
    padding-top: 13.671875%;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .p-intro-clouds {
    padding-top: 13.671875%;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .p-intro-clouds {
    padding-top: 26.6666666667%;
  }
}
.p-intro-clouds__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  transform-origin: center 10%;
  animation-name: loopCloud;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.p-intro-clouds__item--01 {
  background-image: url("../img/intro/cloud01.png");
}
.p-intro-clouds__item--02 {
  background-image: url("../img/intro/cloud02.png");
  animation-delay: 0.6s;
}
.p-intro-clouds__item--03 {
  background-image: url("../img/intro/cloud03.png");
  animation-delay: 1.2s;
}
.p-intro-clouds.is-shown, .p-intro-clouds.is-hidden {
  transition-property: opacity, transform;
}
.p-intro-clouds.is-shown {
  opacity: 1;
  transition-duration: 3s;
  transition-delay: 1.3s;
}
.p-intro-clouds.is-hidden {
  opacity: 0;
  transform: scale(1.4);
  transition-duration: 4s;
  transition-delay: 0s;
}

.p-intro-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.p-intro-bg__in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/intro/bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-intro-bg__in {
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .p-intro-bg__in {
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .p-intro-bg__in {
    background-size: auto 100%;
  }
}
.p-intro-bg.is-shown {
  opacity: 1;
  transition-duration: 1.5s;
  transition-property: opacity;
}
.p-intro-bg__in {
  transform: scale(1.1);
}
.p-intro-bg.is-shown .p-intro-bg__in {
  transform: scale(1.05);
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: transform;
}
.p-intro-bg.is-zoomout .p-intro-bg__in {
  transform: scale(1) translate3d(0, -50px, 0);
}
.p-intro-bg.is-hidden .p-intro-bg__in {
  opacity: 0;
  transform: scale(1.05) translate3d(0, -50px, 0);
  transition-duration: 3s;
  transition-property: opacity, transform;
}

.p-intro-canvas-webgl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.p-intro-content {
  line-height: 1;
  color: #fff;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-intro-scene1 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  z-index: 100;
  text-align: center;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .p-intro-scene1 {
    top: 10.3260869565%;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene1 {
    top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .p-intro-scene1 {
    margin-top: 6.66%;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .p-intro-scene1 {
    margin-top: 33.3%;
  }
}
.p-intro-scene1__logo {
  display: block;
}
@media all and (min-width: 768px) {
  .p-intro-scene1__logo {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene1__logo {
    width: 110px;
    height: 48px;
    margin-bottom: 20px;
  }
}
.p-intro-scene1__sitename {
  margin-top: 0;
  padding-left: 1em;
  color: #be1d82;
  letter-spacing: 1em;
}
@media all and (min-width: 1025px) {
  .p-intro-scene1__sitename {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene1__sitename {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene1__sitename {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene1__sitename {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 768px) {
  .p-intro-scene1__sitename {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene1__sitename {
    margin-bottom: 25px;
  }
}
.p-intro-scene1__copy {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 200;
  color: #fff;
  padding: 15px 25px;
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .p-intro-scene1__copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene1__copy {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene1__copy {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene1__copy {
    font-size: 3.0555555556vw;
  }
}
.p-intro-scene1__copy strong {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .p-intro-scene1__copy {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene1__copy {
    margin-bottom: 35px;
    padding: 10px 15px;
  }
}
.p-intro-scene1__tagline {
  color: #be1d82;
  letter-spacing: 0.12em;
}
@media all and (min-width: 1025px) {
  .p-intro-scene1__tagline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene1__tagline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene1__tagline {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene1__tagline {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 768px) {
  .p-intro-scene1__tagline {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene1__tagline {
    margin-bottom: 35px;
  }
}
.p-intro-scene1__arrow {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media all and (max-width: 767px) {
  .p-intro-scene1__arrow img {
    width: 14px;
    height: 14px;
  }
}
.p-intro-scene1.is-shown {
  pointer-events: auto;
}
.p-intro-scene1.is-hidden {
  pointer-events: none;
}
.p-intro-scene1__logo {
  opacity: 0;
  transform: translateY(5px);
}
.is-shown .p-intro-scene1__logo, .is-hidden .p-intro-scene1__logo {
  transition-property: opacity, transform;
}
.is-shown .p-intro-scene1__logo {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1.2s;
}
.is-hidden .p-intro-scene1__logo {
  opacity: 0;
  transform: translateY(-5px);
  transition-delay: 0s;
}
.p-intro-scene1__sitename {
  opacity: 0;
}
.is-shown .p-intro-scene1__sitename, .is-hidden .p-intro-scene1__sitename {
  transition-property: opacity;
}
.is-shown .p-intro-scene1__sitename {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.3s;
}
.is-hidden .p-intro-scene1__sitename {
  opacity: 0;
  transition-delay: 0s;
}
.p-intro-scene1__copy {
  opacity: 0;
}
.is-shown .p-intro-scene1__copy, .is-hidden .p-intro-scene1__copy {
  transition-property: opacity;
}
.is-shown .p-intro-scene1__copy {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.4s;
}
.is-hidden .p-intro-scene1__copy {
  opacity: 0;
  transition-delay: 0s;
}
.p-intro-scene1__tagline {
  opacity: 0;
}
.is-shown .p-intro-scene1__tagline, .is-hidden .p-intro-scene1__tagline {
  transition-property: opacity;
}
.is-shown .p-intro-scene1__tagline {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.is-hidden .p-intro-scene1__tagline {
  opacity: 0;
  transition-delay: 0s;
}
.p-intro-scene1__arrow {
  opacity: 0;
  transform: translateY(-5px);
}
.is-shown .p-intro-scene1__arrow, .is-hidden .p-intro-scene1__arrow {
  transition-property: opacity, transform;
}
.is-shown .p-intro-scene1__arrow {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 1.6s;
}
.is-hidden .p-intro-scene1__arrow {
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0s;
}

@media (min-width: 768px) {
  .p-intro-scene1__sitename {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .p-intro-scene1__copy {
    margin-bottom: 35px !important;
  }
}
.p-global-nav-bar__in li:nth-child(3) a,
.p-global-nav-bar__in li:nth-child(4) a {
  margin-left: 10%;
}

@media (max-width: 767px) {
  .p-intro-scene1__copy {
    margin-bottom: 25px;
    padding: 10px 0px !important;
  }
}
@media (max-width: 767px) {
  .p-intro-scene1__sitename {
    margin-bottom: 15px;
  }
}
@media (max-width: 414px) {
  .p-intro-scene2__sub-copy {
    font-size: 3.1vw !important;
  }
}
@media (max-width: 767px) {
  .p-global-logo svg {
    width: 39px !important;
    height: 22px !important;
  }
}
@media (min-width: 768px) {
  .p-section-dreamkast__heading-logo {
    width: 600px !important;
    height: 150px !important;
  }
}
.c-carousel-navi__item.is-disabled {
  cursor: pointer !important;
}

@media (max-width: 767px) {
  .p-global-nav-bar__in li:nth-child(3) a,
  .p-global-nav-bar__in li:nth-child(4) a {
    margin-left: 21% !important;
  }
}
@media (max-width: 767px) {
  .p-section-dreamkast__heading-typo-wrap {
    margin-bottom: 6px !important;
  }
}
.p-service-list__items-description {
  line-height: 1.5;
}

.p-dare-quote__do {
  font-style: italic;
}

@media (min-width: 1370px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__name {
    font-size: 5.27625rem !important;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__hashtag {
  top: 22% !important;
}

@media (min-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__call-right {
    top: 60px !important;
  }
}
.p-hamburger-menu-wrapper .p-hamburger-menu__soaial {
  bottom: 16.1%;
}

.p-hamburger-menu-wrapper .p-hamburger-menu__star-wrapper {
  position: absolute;
  top: 13.115% !important;
}

@media (max-width: 767px) {
  .p-hamburger-menu-wrapper .p-hamburger-menu__soaial {
    top: 480px !important;
  }
}
@media (max-width: 767px) {
  .p-hamburger-menu-wrapper.is-shown {
    height: 64vh;
  }
  .p-hamburger-menu-wrapper .p-hamburger-menu__list {
    width: 78%;
  }
}
.p-intro-scene2 {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  z-index: 100;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
@media all and (min-width: 768px) {
  .p-intro-scene2 {
    top: 21.1956521739%;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .p-intro-scene2 {
    top: 0;
    margin-top: 6.66%;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .p-intro-scene2 {
    top: 25%;
  }
}
.p-intro-scene2__main-copy {
  font-weight: 200;
  letter-spacing: 0.07em;
}
@media all and (min-width: 1025px) {
  .p-intro-scene2__main-copy {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene2__main-copy {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene2__main-copy {
    font-size: 18px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene2__main-copy {
    font-size: 4.4444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-intro-scene2__main-copy {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene2__main-copy {
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.p-intro-scene2__main-copy-col {
  display: inline-block;
  margin-right: 0.25em;
}
.p-intro-scene2__sub-copy {
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.03em;
}
@media all and (min-width: 1025px) {
  .p-intro-scene2__sub-copy {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene2__sub-copy {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene2__sub-copy {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene2__sub-copy {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-intro-scene2__sub-copy {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene2__sub-copy {
    margin-bottom: 30px;
  }
}
.p-intro-scene2__link {
  display: flex;
  justify-content: center;
}
.p-intro-scene2__link-btn {
  display: block;
  border: 1px solid #fff;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  letter-spacing: 0.03em;
}
@media all and (min-width: 1025px) {
  .p-intro-scene2__link-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-intro-scene2__link-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-intro-scene2__link-btn {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-intro-scene2__link-btn {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-intro-scene2__link-btn {
    padding: 13px 35px;
  }
}
@media all and (max-width: 767px) {
  .p-intro-scene2__link-btn {
    padding: 9px 26px;
  }
}
.p-intro-scene2__link-btn.is-over, .p-intro-scene2__link-btn.is-leave {
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.p-intro-scene2__link-btn.is-over {
  color: #000;
  background-color: #fff;
}
.p-intro-scene2:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-intro-scene2.is-shown {
  pointer-events: auto;
}
.p-intro-scene2.is-shown:before {
  height: 0;
  transition-duration: 0.1s;
  transition-delay: 6s;
}
.p-intro-scene2.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: center 66%;
}
.p-intro-scene2__main-copy-col {
  opacity: 0;
}
.is-shown .p-intro-scene2__main-copy-col {
  opacity: 1;
  transition-duration: 1.2s;
  transition-property: opacity;
}
.is-shown .p-intro-scene2__main-copy-col--01 {
  transition-delay: 2.4s;
}
.is-shown .p-intro-scene2__main-copy-col--02 {
  transition-delay: 3.6s;
}
.is-shown .p-intro-scene2__main-copy-col--03 {
  transition-delay: 4.8s;
}
.p-intro-scene2__sub-copy {
  opacity: 0;
}
.is-shown .p-intro-scene2__sub-copy {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 6s;
  transition-property: opacity;
}
.p-intro-scene2__link {
  opacity: 0;
}
.is-shown .p-intro-scene2__link {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 7.2s;
  transition-property: opacity;
}

.p-intro-star {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: -50px;
  opacity: 0;
}
.p-intro-star__in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url("../img/intro/stars_mask.svg");
  background-image: url("../img/intro/stars.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-intro-star__in {
    background-size: 100% auto;
  }
}
.p-intro-star.is-shown {
  opacity: 1;
  transition-duration: 1.5s;
  transition-property: opacity;
}
.p-intro-star__in {
  transform: scale(1.1);
}
.p-intro-star.is-shown .p-intro-star__in {
  transform: scale(1.05);
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: transform;
}
.p-intro-star.is-zoomout .p-intro-star__in {
  transform: scale(1) translate3d(0, -50px, 0);
}
.p-intro-star.is-hidden .p-intro-star__in {
  opacity: 0;
  transform: scale(1.05) translate3d(0, -50px, 0);
  transition-duration: 3s;
  transition-property: opacity, transform;
}

.p-index-header-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/index/bg.jpg");
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
}
@media all and (min-width: 768px) {
  .p-index-header-bg {
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-bg {
    background-size: 222.2222222222% 100%;
  }
}
.is-shown .p-index-header-bg, .is-hidden .p-index-header-bg, .is-leaved-contents .p-index-header-bg {
  transition-property: opacity, transform;
}
.is-shown .p-index-header-bg {
  opacity: 1;
  transform: scale(1.01);
  transition-duration: 4s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-hidden .p-index-header-bg, .is-leaved-contents .p-index-header-bg {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}

.p-index-header-content {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .p-index-header-content {
    bottom: 85px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .p-index-header-content {
    bottom: 85px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .p-index-header-content {
    bottom: 11.71875%;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-content {
    bottom: 60px;
  }
}
.p-index-header-content__heading {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .p-index-header-content__heading {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-content__heading {
    margin-bottom: 15px;
  }
}
.p-index-header-content__head-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .p-index-header-content__head-logo {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-content__head-logo {
    margin-bottom: 15px;
  }
}
.p-index-header-content__head-label {
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1em;
  padding-left: 1em;
}
@media all and (min-width: 1025px) {
  .p-index-header-content__head-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-index-header-content__head-label {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-index-header-content__head-label {
    font-size: 18px;
  }
}
@media all and (max-width: 414px) {
  .p-index-header-content__head-label {
    font-size: 4.4444444444vw;
  }
}
.p-index-header-content__excerpt {
  line-height: 1.2222222222;
  margin: 0;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-index-header-content__excerpt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-index-header-content__excerpt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-index-header-content__excerpt {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-index-header-content__excerpt {
    font-size: 3.8888888889vw;
  }
}
.p-index-header-content__head-logo {
  opacity: 0;
}
.is-shown .p-index-header-content__head-logo, .is-hidden .p-index-header-content__head-logo, .is-leaved-contents .p-index-header-content__head-logo {
  transition-property: opacity;
}
.is-shown .p-index-header-content__head-logo {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.08s;
}
.is-hidden .p-index-header-content__head-logo, .is-leaved-contents .p-index-header-content__head-logo {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-index-header-content__head-label {
  opacity: 0;
}
.is-shown .p-index-header-content__head-label, .is-hidden .p-index-header-content__head-label, .is-leaved-contents .p-index-header-content__head-label {
  transition-property: opacity;
}
.is-shown .p-index-header-content__head-label {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.16s;
}
.is-hidden .p-index-header-content__head-label, .is-leaved-contents .p-index-header-content__head-label {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-index-header-content__excerpt {
  opacity: 0;
}
.is-shown .p-index-header-content__excerpt, .is-hidden .p-index-header-content__excerpt, .is-leaved-contents .p-index-header-content__excerpt {
  transition-property: opacity;
}
.is-shown .p-index-header-content__excerpt {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.24s;
}
.is-hidden .p-index-header-content__excerpt, .is-leaved-contents .p-index-header-content__excerpt {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.p-index-header-explore {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
@media all and (min-width: 768px) {
  .p-index-header-explore {
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-explore {
    height: 32px;
  }
}
.p-index-header-explore__in {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px 0 10px 0;
  color: #dfdfdf;
  font-weight: 100;
  letter-spacing: 0.2em;
  background-color: #2c2c2c;
}
@media all and (min-width: 1025px) {
  .p-index-header-explore__in {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-index-header-explore__in {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-index-header-explore__in {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-index-header-explore__in {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-index-header-explore__in {
    width: 222px;
    height: 36px;
    top: -20px;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-explore__in {
    width: 180px;
    height: 30px;
    top: -16px;
  }
}
.p-index-header-explore__in {
  opacity: 0;
}
.is-shown .p-index-header-explore__in, .is-hidden .p-index-header-explore__in, .is-leaved-contents .p-index-header-explore__in {
  transition-property: opacity;
}
.is-shown .p-index-header-explore__in {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.24s;
}
.is-hidden .p-index-header-explore__in, .is-leaved-contents .p-index-header-explore__in {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-index-header-explore__bar {
  opacity: 0;
}
.is-shown .p-index-header-explore__bar, .is-hidden .p-index-header-explore__bar, .is-leaved-contents .p-index-header-explore__bar {
  transition-property: opacity;
}
.is-shown .p-index-header-explore__bar {
  opacity: 1;
  transition-duration: 1s;
}
.is-hidden .p-index-header-explore__bar, .is-leaved-contents .p-index-header-explore__bar {
  opacity: 0;
  transition-duration: 0.5s;
}

.p-index-header-man {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  transform: scale(1.05);
}
@media all and (min-width: 1025px) {
  .p-index-header-man {
    height: 76.0869565217%;
    top: 9.2391304348%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .p-index-header-man {
    height: 76.0869565217%;
    top: 9.2391304348%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .p-index-header-man {
    height: 52.734375%;
    top: 16.6015625%;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-man {
    width: 90%;
    max-width: 337.5px;
    top: 7.8125%;
  }
}
.is-shown .p-index-header-man, .is-hidden .p-index-header-man, .is-leaved-contents .p-index-header-man {
  transition-property: opacity, transform;
}
.is-shown .p-index-header-man {
  opacity: 1;
  transform: scale(1.01);
  transition-duration: 4s;
  transition-delay: 0.7s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-hidden .p-index-header-man, .is-leaved-contents .p-index-header-man {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.p-index-header-pillars {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  opacity: 0;
}
@media all and (min-width: 1025px) {
  .p-index-header-pillars {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-index-header-pillars {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-index-header-pillars {
    font-size: 28px;
  }
}
@media all and (max-width: 414px) {
  .p-index-header-pillars {
    font-size: 6.6666666667vw;
  }
}
@media all and (min-width: 1025px) {
  .p-index-header-pillars {
    margin-bottom: 7.6086956522vh;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .p-index-header-pillars {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .p-index-header-pillars {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-index-header-pillars {
    margin-bottom: 30px;
  }
}
.p-index-header-pillars__row {
  width: 100%;
}
.is-shown .p-index-header-pillars, .is-hidden .p-index-header-pillars, .is-leaved-contents .p-index-header-pillars {
  transition-property: opacity;
}
.is-shown .p-index-header-pillars {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-index-header-pillars, .is-leaved-contents .p-index-header-pillars {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.p-create-purpose-quote {
  color: #000;
}
.p-create-purpose-quote__copy {
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__copy {
    width: 63.9583333333%;
    top: calc(50% - 10.78125vw);
    left: 17.1354166667%;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__copy {
    width: 94.6296296296%;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -17.1296296296%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-create-purpose-quote__summary {
  line-height: 1;
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__summary {
    left: 47.2916666667%;
    bottom: 0;
    margin-bottom: 3.125%;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__summary {
    top: 50%;
    right: 10.3703703704%;
    left: 10.3703703704%;
    margin-top: 23.1481481481%;
  }
}
.p-create-purpose-quote__summary-text {
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .p-create-purpose-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-create-purpose-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-create-purpose-quote__summary-text {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-create-purpose-quote__summary-text {
    font-size: 3.8888888889vw;
  }
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__summary-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__summary-text {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__summary-text span {
    display: block;
    position: relative;
  }
}
.p-create-purpose-quote__summary-text img {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__summary-text img {
    width: 88px;
    height: 73px;
    top: 10px;
    right: -104px;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__summary-text img {
    width: 37px;
    top: 0;
    right: -8.4112149533%;
    margin-top: 16.4719626168%;
  }
}
.p-create-purpose-quote__summary-signature {
  margin: 0;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-create-purpose-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-create-purpose-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-create-purpose-quote__summary-signature {
    font-size: 19px;
  }
}
@media all and (max-width: 414px) {
  .p-create-purpose-quote__summary-signature {
    font-size: 4.6296296296vw;
  }
}
.p-create-purpose-quote__domain {
  line-height: 1;
  position: absolute;
  z-index: 20;
  margin: 0;
  font-family: "Raleway", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-create-purpose-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-create-purpose-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-create-purpose-quote__domain {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-create-purpose-quote__domain {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__domain {
    top: calc(50% - 0.5em);
    left: 5.7291666667%;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__domain {
    left: calc(18px + 1em);
    bottom: 33px;
  }
}
.p-create-purpose-quote__domain span {
  display: block;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__domain span {
    left: -50%;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__domain span {
    left: 0;
    transform-origin: left bottom;
  }
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__star {
    width: 3.6458333333%;
    position: absolute;
    top: 54px;
    right: 6.5625%;
    z-index: 20;
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__star {
    display: none;
  }
}
.p-create-purpose-quote__image01, .p-create-purpose-quote__image02, .p-create-purpose-quote__image03 {
  position: absolute;
  z-index: 20;
  background-size: 100% 100%;
}
.p-create-purpose-quote__image01 {
  top: 0;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__image01 {
    width: 32.65625%;
    left: 7.2395833333%;
    padding-top: 20.5729166667%;
    background-image: url("../img/section/create-purpose/photo01.png");
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__image01 {
    width: 50%;
    padding-top: 72.4074074074%;
    background-image: url("../img/section/create-purpose/photo01_sp.png");
  }
}
.p-create-purpose-quote__image02 {
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__image02 {
    width: 27.96875%;
    left: 4.6875%;
    padding-top: 19.1666666667%;
    background-image: url("../img/section/create-purpose/photo02.png");
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__image02 {
    width: 69.9074074074%;
    left: 26.3888888889%;
    margin-bottom: -11.2962962963%;
    padding-top: 59.8148148148%;
    background-image: url("../img/section/create-purpose/photo02_sp.png");
  }
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__image03 {
    width: 32.3958333333%;
    top: 0;
    left: 59.0104166667%;
    margin-top: 1.3020833333%;
    padding-top: 32.3958333333%;
    background-image: url("../img/section/create-purpose/photo03.png");
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__image03 {
    width: 38.1481481481%;
    top: 0;
    right: 0;
    margin-top: 26.4814814815%;
    padding-top: 67.5925925926%;
    background-image: url("../img/section/create-purpose/photo03_sp.png");
  }
}
.p-create-purpose-quote__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .p-create-purpose-quote__bg {
    background-image: url("../img/section/create-purpose/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-create-purpose-quote__bg {
    background-image: url("../img/section/create-purpose/bg_sp.jpg");
  }
}
.p-create-purpose-quote__copy {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-create-purpose-quote__copy, .is-hidden .p-create-purpose-quote__copy, .is-leaved-contents .p-create-purpose-quote__copy {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-shown .p-create-purpose-quote__copy {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.8s;
}
.is-hidden .p-create-purpose-quote__copy {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__copy {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-create-purpose-quote__summary {
  opacity: 0;
}
.is-shown .p-create-purpose-quote__summary, .is-hidden .p-create-purpose-quote__summary, .is-leaved-contents .p-create-purpose-quote__summary {
  transition-property: opacity;
}
.is-shown .p-create-purpose-quote__summary {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-create-purpose-quote__summary {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__summary {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-create-purpose-quote__domain {
  opacity: 0;
}
.is-shown .p-create-purpose-quote__domain, .is-hidden .p-create-purpose-quote__domain, .is-leaved-contents .p-create-purpose-quote__domain {
  transition-property: opacity;
}
.is-shown .p-create-purpose-quote__domain {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-create-purpose-quote__domain {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__domain {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-create-purpose-quote__star {
  opacity: 0;
  transform: rotate(45deg) scale(2);
}
.is-shown .p-create-purpose-quote__star, .is-hidden .p-create-purpose-quote__star, .is-leaved-contents .p-create-purpose-quote__star {
  transition-property: opacity, transform;
}
.is-shown .p-create-purpose-quote__star {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-create-purpose-quote__star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__star {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-create-purpose-quote__image01 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: bottom;
}
.is-shown .p-create-purpose-quote__image01, .is-hidden .p-create-purpose-quote__image01, .is-leaved-contents .p-create-purpose-quote__image01 {
  transition-property: opacity, transform;
}
.is-shown .p-create-purpose-quote__image01 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-create-purpose-quote__image01 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__image01 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-create-purpose-quote__image02 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: top;
}
.is-shown .p-create-purpose-quote__image02, .is-hidden .p-create-purpose-quote__image02, .is-leaved-contents .p-create-purpose-quote__image02 {
  transition-property: opacity, transform;
}
.is-shown .p-create-purpose-quote__image02 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-create-purpose-quote__image02 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__image02 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-create-purpose-quote__image03 {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-create-purpose-quote__image03, .is-hidden .p-create-purpose-quote__image03, .is-leaved-contents .p-create-purpose-quote__image03 {
  transition-property: opacity, transform;
}
.is-shown .p-create-purpose-quote__image03 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-create-purpose-quote__image03 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-create-purpose-quote__image03 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-create-purpose-quote__bg {
  opacity: 0;
}
.is-shown .p-create-purpose-quote__bg, .is-hidden .p-create-purpose-quote__bg, .is-leaved-contents .p-create-purpose-quote__bg {
  transition-property: opacity;
}
.is-shown .p-create-purpose-quote__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-create-purpose-quote__bg {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-create-purpose-quote__bg {
  opacity: 0;
  transition-duration: 0.6s;
}

.p-dare-quote {
  color: #000;
}
.p-dare-quote__copy {
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-dare-quote__copy {
    width: 47%;
    top: calc(50% - 10.78125vw);
    left: 25%;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__copy {
    width: 94.6296296296%;
    top: 44%;
    right: 0;
    left: 0;
    margin-top: -17.1296296296%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-dare-quote__summary {
  line-height: 1;
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-dare-quote__summary {
    left: 47.2916666667%;
    bottom: 0;
    margin-bottom: 3.125%;
    max-width: 680px;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__summary {
    top: 50%;
    right: 10.3703703704%;
    left: 10.3703703704%;
    margin-top: 23.1481481481%;
  }
}
.p-dare-quote__summary-text {
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .p-dare-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-dare-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-dare-quote__summary-text {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-dare-quote__summary-text {
    font-size: 3.8888888889vw;
  }
}
@media all and (min-width: 768px) {
  .p-dare-quote__summary-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__summary-text {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) {
  .p-dare-quote__summary-text span {
    display: block;
    position: relative;
  }
}
.p-dare-quote__summary-text img {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-dare-quote__summary-text img {
    width: 88px;
    top: 80px;
    right: 216px;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__summary-text img {
    width: 37px;
    top: 0;
    right: -8.4112149533%;
    margin-top: 16.4719626168%;
  }
}
.p-dare-quote__summary-signature {
  margin: 0;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-dare-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-dare-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-dare-quote__summary-signature {
    font-size: 19px;
  }
}
@media all and (max-width: 414px) {
  .p-dare-quote__summary-signature {
    font-size: 4.6296296296vw;
  }
}
.p-dare-quote__domain {
  line-height: 1;
  position: absolute;
  z-index: 20;
  margin: 0;
  font-family: "Raleway", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-dare-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-dare-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-dare-quote__domain {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-dare-quote__domain {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-dare-quote__domain {
    top: calc(50% - 0.5em);
    left: 5.7291666667%;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__domain {
    left: calc(18px + 1em);
    bottom: 33px;
  }
}
.p-dare-quote__domain span {
  display: block;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}
@media all and (min-width: 768px) {
  .p-dare-quote__domain span {
    left: -50%;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__domain span {
    left: 0;
    transform-origin: left bottom;
  }
}
@media all and (min-width: 768px) {
  .p-dare-quote__star {
    width: 3.6458333333%;
    position: absolute;
    top: 54px;
    right: 6.5625%;
    z-index: 20;
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__star {
    display: none;
  }
}
.p-dare-quote__image01, .p-dare-quote__image02, .p-dare-quote__image03 {
  position: absolute;
  z-index: 20;
  background-size: 100% 100%;
}
.p-dare-quote__image01 {
  top: 0;
}
@media all and (min-width: 768px) {
  .p-dare-quote__image01 {
    width: 32.65625%;
    left: 7.2395833333%;
    padding-top: 20.5729166667%;
    background-image: url("../img/section/create-purpose/capa-20.png");
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__image01 {
    width: 50%;
    padding-top: 72.4074074074%;
    background-image: url("../img/section/create-purpose/photo01_sp.png");
  }
}
.p-dare-quote__image02 {
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-dare-quote__image02 {
    width: 668px;
    height: 375px;
    left: 4.6875%;
    bottom: -100px;
    background-image: url(../img/section/dare-quote/capa-19.png);
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__image02 {
    width: 289px;
    height: 215px;
    left: 0;
    margin-bottom: -11.2963%;
    background-image: url(../img/section/dare-quote/capa-19.png);
  }
}
@media all and (min-width: 768px) {
  .p-dare-quote__image03 {
    width: 600px;
    height: 450px;
    top: 0;
    left: 45%;
    background-image: url(../img/section/dare-quote/capa-20.png);
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__image03 {
    width: 250px;
    height: 220px;
    top: 0;
    left: 26%;
    background-image: url(../img/section/dare-quote/capa-20.png);
  }
}
.p-dare-quote__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .p-dare-quote__bg {
    background-image: url("../img/section/create-purpose/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-dare-quote__bg {
    background-image: url("../img/section/create-purpose/bg_sp.jpg");
  }
}
.p-dare-quote__copy {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-dare-quote__copy, .is-hidden .p-dare-quote__copy, .is-leaved-contents .p-dare-quote__copy {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-shown .p-dare-quote__copy {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.8s;
}
.is-hidden .p-dare-quote__copy {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__copy {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-dare-quote__summary {
  opacity: 0;
}
.is-shown .p-dare-quote__summary, .is-hidden .p-dare-quote__summary, .is-leaved-contents .p-dare-quote__summary {
  transition-property: opacity;
}
.is-shown .p-dare-quote__summary {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-dare-quote__summary {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__summary {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-dare-quote__domain {
  opacity: 0;
}
.is-shown .p-dare-quote__domain, .is-hidden .p-dare-quote__domain, .is-leaved-contents .p-dare-quote__domain {
  transition-property: opacity;
}
.is-shown .p-dare-quote__domain {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-dare-quote__domain {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__domain {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-dare-quote__star {
  opacity: 0;
  transform: rotate(45deg) scale(2);
}
.is-shown .p-dare-quote__star, .is-hidden .p-dare-quote__star, .is-leaved-contents .p-dare-quote__star {
  transition-property: opacity, transform;
}
.is-shown .p-dare-quote__star {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-dare-quote__star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__star {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-dare-quote__image01 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: bottom;
}
.is-shown .p-dare-quote__image01, .is-hidden .p-dare-quote__image01, .is-leaved-contents .p-dare-quote__image01 {
  transition-property: opacity, transform;
}
.is-shown .p-dare-quote__image01 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-dare-quote__image01 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__image01 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-dare-quote__image02 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: top;
}
.is-shown .p-dare-quote__image02, .is-hidden .p-dare-quote__image02, .is-leaved-contents .p-dare-quote__image02 {
  transition-property: opacity, transform;
}
.is-shown .p-dare-quote__image02 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-dare-quote__image02 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__image02 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-dare-quote__image03 {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-dare-quote__image03, .is-hidden .p-dare-quote__image03, .is-leaved-contents .p-dare-quote__image03 {
  transition-property: opacity, transform;
}
.is-shown .p-dare-quote__image03 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-dare-quote__image03 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-dare-quote__image03 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-dare-quote__bg {
  opacity: 0;
}
.is-shown .p-dare-quote__bg, .is-hidden .p-dare-quote__bg, .is-leaved-contents .p-dare-quote__bg {
  transition-property: opacity;
}
.is-shown .p-dare-quote__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-dare-quote__bg {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-dare-quote__bg {
  opacity: 0;
  transition-duration: 0.6s;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../../../../font/Myriadpro-Regular.woff2") format("woff2"), url("../../../../font/Myriadpro-Regular.woff") format("woff"), url("../../../../font/Myriadpro-Regular.ttf") format("truetype");
}
.p-get-started {
  font-family: "BebasNeue", sans-serif;
}
.p-get-started__copy {
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
}
@media all and (min-width: 768px) {
  .p-get-started__copy {
    top: calc(68px + 17.3913043478%);
    font-size: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__copy {
    top: calc(38px + 8.9266737513%);
    font-size: 4.4444444444vw;
  }
}
.p-get-started__copy-row1 {
  margin-bottom: 0.5em;
  font-weight: 100;
}
.p-get-started__copy-row2 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-get-started__options {
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-get-started__options {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 57.3913043478%;
    margin-top: -5.15625%;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__options {
    height: 100%;
    flex-direction: column-reverse;
  }
}
.p-get-started__option {
  display: block;
  box-sizing: border-box;
  line-height: 0.95;
  font-weight: 600;
  text-align: center;
}
@media all and (min-width: 768px) {
  .p-get-started__option {
    width: 30.9375%;
    position: relative;
    padding-top: 10.3125%;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option {
    width: 78.3333333333%;
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: -13.0555555556%;
    padding-top: 26.1111111111%;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option--quote {
    top: 80.2337938363%;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option--packages {
    top: 42.7736450584%;
  }
}
.p-get-started__option-in {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.68);
}
@media all and (min-width: 768px) {
  .p-get-started__option-in {
    border-radius: 10px 0 10px 0;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-in {
    border-radius: 3px 0 3px 0;
  }
}
.p-get-started__option-in--quote {
  border: 1px solid #fff;
}
.p-get-started__option-in--quote.is-over, .p-get-started__option-in--quote.is-leave {
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.p-get-started__option-in--quote.is-over {
  color: #000;
  background-color: #fff;
}
.p-get-started__option-in--packages {
  border: solid #be1d82;
}
@media all and (min-width: 768px) {
  .p-get-started__option-in--packages {
    border-width: 10px;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-in--packages {
    border-width: 3px;
  }
}
.p-get-started__option-in--packages.is-over, .p-get-started__option-in--packages.is-leave {
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.p-get-started__option-in--packages.is-over span, .p-get-started__option-in--packages.is-leave span {
  transition-duration: 0.2s;
  transition-property: color;
}
.p-get-started__option-in--packages.is-over {
  color: #fff;
  background-color: #be1d82;
}
.p-get-started__option-in--packages.is-over span {
  color: #fff;
}
.p-get-started__option-text1 {
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
@media all and (min-width: 768px) {
  .p-get-started__option-text1 {
    font-size: 1.9791666667vw;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-text1 {
    font-size: 5vw;
  }
}
.p-get-started__option-text2 {
  padding-left: 0.5em;
  letter-spacing: 0.5em;
}
@media all and (min-width: 768px) {
  .p-get-started__option-text2 {
    font-size: 4.21875vw;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-text2 {
    font-size: 10.6481481481vw;
  }
}
.p-get-started__option-text3 {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
}
@media all and (min-width: 768px) {
  .p-get-started__option-text3 {
    font-size: 1.9791666667vw;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-text3 {
    font-size: 5vw;
  }
}
.p-get-started__option-or {
  line-height: 1;
  padding-left: 0.1em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media all and (min-width: 768px) {
  .p-get-started__option-or {
    width: 7.5520833333%;
    font-size: 3.75vw;
  }
}
@media all and (max-width: 767px) {
  .p-get-started__option-or {
    position: absolute;
    top: 63.124335813%;
    right: 0;
    left: 0;
    margin-top: -0.5em;
    font-size: 6.6666666667vw;
  }
}
.p-get-started__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-get-started__bg {
    background-size: cover;
    background-position: center;
    background-image: url("../img/section/get-started/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-get-started__bg:before, .p-get-started__bg:after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
  }
  .p-get-started__bg:before {
    height: 63.124335813%;
    top: 0;
    background-image: url("../img/section/get-started/bg_sp1.jpg");
  }
  .p-get-started__bg:after {
    height: 36.875664187%;
    bottom: 0;
    background-image: url("../img/section/get-started/bg_sp2.jpg");
  }
}
.p-get-started-star-agency__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-get-started-star-agency__bg {
    background-size: cover;
    background-position: center;
    background-image: url("../img/section/get-started/star-stage-bg.png");
  }
}
@media all and (max-width: 767px) {
  .p-get-started-star-agency__bg:before, .p-get-started-star-agency__bg:after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
  }
  .p-get-started-star-agency__bg:before {
    height: 100%;
    top: 0;
    background-image: url("../img/section/get-started/star-stage-bg.png");
  }
}
.p-get-started__copy-row1 {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-get-started__copy-row1, .is-hidden .p-get-started__copy-row1, .is-leaved-contents .p-get-started__copy-row1 {
  transition-property: opacity, transform;
}
.is-shown .p-get-started__copy-row1 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-get-started__copy-row1 {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-get-started__copy-row1 {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-get-started__copy-row2 {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-get-started__copy-row2, .is-hidden .p-get-started__copy-row2, .is-leaved-contents .p-get-started__copy-row2 {
  transition-property: opacity, transform;
}
.is-shown .p-get-started__copy-row2 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-get-started__copy-row2 {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-get-started__copy-row2 {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-get-started__option--quote {
  opacity: 0;
  transform: scale(1.02);
}
.is-shown .p-get-started__option--quote, .is-hidden .p-get-started__option--quote, .is-leaved-contents .p-get-started__option--quote {
  transition-property: opacity, transform;
}
.is-shown .p-get-started__option--quote {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-get-started__option--quote {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-get-started__option--quote {
  opacity: 0;
  transform: scale(0.98);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-get-started__option--packages {
  opacity: 0;
  transform: scale(1.02);
}
.is-shown .p-get-started__option--packages, .is-hidden .p-get-started__option--packages, .is-leaved-contents .p-get-started__option--packages {
  transition-property: opacity, transform;
}
.is-shown .p-get-started__option--packages {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-get-started__option--packages {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-get-started__option--packages {
  opacity: 0;
  transform: scale(0.98);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-get-started__option-or, .p-get-started__copyright {
  opacity: 0;
}
.is-shown .p-get-started__option-or, .is-hidden .p-get-started__option-or, .is-leaved-contents .p-get-started__option-or, .is-shown .p-get-started__copyright, .is-hidden .p-get-started__copyright, .is-leaved-contents .p-get-started__copyright {
  transition-property: opacity;
}
.is-shown .p-get-started__option-or, .is-shown .p-get-started__copyright {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-get-started__option-or, .is-hidden .p-get-started__copyright {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-get-started__option-or, .is-leaved-contents .p-get-started__copyright {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-get-started__bg, .p-get-started-star-agency__bg {
  opacity: 0;
}
.is-shown .p-get-started__bg, .is-hidden .p-get-started__bg, .is-leaved-contents .p-get-started__bg, .is-shown .p-get-started-star-agency__bg, .is-hidden .p-get-started-star-agency__bg, .is-leaved-contents .p-get-started-star-agency__bg {
  transition-property: opacity;
}
.is-shown .p-get-started__bg, .is-shown .p-get-started-star-agency__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-get-started__bg, .is-hidden .p-get-started-star-agency__bg {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-get-started__bg, .is-leaved-contents .p-get-started-star-agency__bg {
  opacity: 0;
  transition-duration: 0.6s;
}

.p-get-started__copyright {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: "Myriad Pro";
  color: rgba(255, 255, 255, 0.451);
  text-transform: uppercase;
}

.p-section-be-part__in {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__in {
    top: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__in {
    top: 38px;
  }
}
.p-section-be-part__heading {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 10;
  line-height: 0.75;
  margin: 0;
  font-family: "BebasNeue", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-section-be-part__heading {
    font-size: 170px;
    font-size: 10.625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-be-part__heading {
    font-size: 170px;
    font-size: 10.625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-be-part__heading {
    font-size: 56px;
  }
}
@media all and (max-width: 414px) {
  .p-section-be-part__heading {
    font-size: 13.6111111111vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__heading {
    top: -0.2em;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__heading {
    top: -0.05em;
    background-color: #000;
  }
  .p-section-be-part__heading:after {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-90deg, rgb(57, 5, 37) 30%, rgb(57, 5, 37) 32%, rgb(114, 15, 77) 100%);
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-be-part__heading {
    height: 86px;
  }
}
@media all and (max-width: 414px) {
  .p-section-be-part__heading {
    height: calc(18.375vw + 10px);
  }
}
.p-section-be-part__heading-in {
  display: flex;
  position: relative;
}
.p-section-be-part__heading-typo2 {
  font-weight: 100;
  margin-top: 0.7em;
}
.p-section-be-part__heading-star {
  display: block;
  position: absolute;
  top: 1.03em;
  right: 66.7%;
}
@media all and (max-width: 767px) {
  .p-section-be-part__heading-star {
    width: 8px;
    height: 8px;
  }
}
.p-section-be-part__items {
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__items {
    top: 0;
    right: 7.8125%;
    left: 7.8125%;
    margin-top: 244px;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__items {
    right: 0;
    left: 0;
    margin-bottom: 24.1666666667%;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-be-part__items {
    top: 86px;
  }
}
@media all and (max-width: 414px) {
  .p-section-be-part__items {
    top: calc(18.375vw + 10px);
  }
}
.p-section-be-part__item {
  position: absolute;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-section-be-part__item {
    width: calc(33.3% - 6.6666666667px);
  }
}
.p-section-be-part__item--01 {
  top: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__item--01 {
    height: 100%;
    left: calc(33.3% + 5px);
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__item--01 {
    width: calc(62.5% - 2px);
    height: calc(65.4% - 2px);
    left: 0;
  }
}
.p-section-be-part__item--02 {
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__item--02 {
    height: calc(50% - 5px);
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__item--02 {
    width: calc(62.5% - 2px);
    height: calc(34.6% - 2px);
    bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__item--03 {
    height: calc(50% - 5px);
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__item--03 {
    width: calc(37.5% - 2px);
    height: calc(32.7% - 3px);
    top: 0;
    right: 0;
  }
}
.p-section-be-part__item--04 {
  right: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__item--04 {
    height: calc(50% - 5px);
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__item--04 {
    width: calc(37.5% - 2px);
    height: calc(32.7% - 3px);
    top: calc(32.7% + 1px);
  }
}
.p-section-be-part__item--05 {
  bottom: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__item--05 {
    height: calc(50% - 5px);
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__item--05 {
    width: calc(37.5% - 2px);
    height: calc(34.6% - 2px);
  }
}
.p-section-be-part__navi {
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-be-part__copy-v {
    width: 4.1666666667%;
    position: absolute;
    bottom: 0;
    left: 3.6458333333%;
    margin-bottom: 4.5833333333%;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__copy-v {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__copy-v-img {
    width: 22.5%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__copy-v-icon {
    width: 62.5%;
    display: block;
    margin-top: 62.5%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-section-be-part__follow-us {
  line-height: 1;
  position: absolute;
  z-index: 20;
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .p-section-be-part__follow-us {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-be-part__follow-us {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-be-part__follow-us {
    font-size: 9px;
  }
}
@media all and (max-width: 414px) {
  .p-section-be-part__follow-us {
    font-size: 2.2222222222vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__follow-us {
    display: flex;
    align-items: center;
    top: 0;
    right: 5.46875%;
    margin-top: 9.375%;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__follow-us {
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    margin-bottom: 5.5555555556%;
  }
}
.p-section-be-part__follow-us-icon {
  display: block;
}
@media all and (min-width: 768px) {
  .p-section-be-part__follow-us-icon {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__follow-us-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 14px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-section-be-part__follow-us-typo {
  display: flex;
}
@media all and (min-width: 768px) {
  .p-section-be-part__follow-us-typo {
    padding-top: 2px;
    font-weight: 100;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__follow-us-typo {
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.7em;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__follow-us-typo2 {
    margin-left: 0.2em;
  }
  .p-section-be-part__follow-us-typo2:after {
    width: 100%;
    height: 4px;
    content: "";
    display: block;
    background-color: #fff;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__follow-us-typo2 {
    margin-left: 1em;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__hashtag {
    line-height: 0.7441860465;
    position: absolute;
    right: 5.46875%;
    bottom: 0;
    z-index: 20;
    margin-bottom: 4.6875%;
    font-size: 43px;
    font-size: 2.6875rem;
    font-weight: 100;
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__hashtag {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .p-section-be-part__line {
    width: 3.6458333333%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(57, 5, 37) 30%, rgb(57, 5, 37) 32%, rgb(114, 15, 77) 100%);
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__line {
    display: none;
  }
}
.p-section-be-part__gradation {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-section-be-part__gradation {
    width: 44.6354166667%;
    background-image: url("../img/index/be_part/gradation.png");
  }
}
@media all and (max-width: 767px) {
  .p-section-be-part__gradation {
    width: 92.3148148148%;
    background-image: url("../img/index/be_part/gradation_sp.png");
  }
}
.p-section-be-part__heading-typo1, .p-section-be-part__heading-typo2 {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-be-part__heading-typo1, .is-hidden .p-section-be-part__heading-typo1, .is-leaved-contents .p-section-be-part__heading-typo1, .is-shown .p-section-be-part__heading-typo2, .is-hidden .p-section-be-part__heading-typo2, .is-leaved-contents .p-section-be-part__heading-typo2 {
  transition-property: opacity, transform;
}
.is-shown .p-section-be-part__heading-typo1, .is-shown .p-section-be-part__heading-typo2 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.is-hidden .p-section-be-part__heading-typo1, .is-hidden .p-section-be-part__heading-typo2 {
  transition-duration: 1s;
}
.is-leaved-contents .p-section-be-part__heading-typo1, .is-leaved-contents .p-section-be-part__heading-typo2 {
  opacity: 0;
  transition-duration: 1s;
}
.is-shown .p-section-be-part__heading-typo1 {
  transition-delay: 0.4s;
}
.is-hidden .p-section-be-part__heading-typo1, .is-leaved-contents .p-section-be-part__heading-typo1 {
  transition-delay: 0s;
}
.is-shown .p-section-be-part__heading-typo2 {
  transition-delay: 0.5s;
}
.is-hidden .p-section-be-part__heading-typo2, .is-leaved-contents .p-section-be-part__heading-typo2 {
  transition-delay: 0s;
}
.p-section-be-part__heading-star {
  opacity: 0;
  transform: rotate(45deg) scale(2);
}
.is-shown .p-section-be-part__heading-star, .is-hidden .p-section-be-part__heading-star, .is-leaved-contents .p-section-be-part__heading-star {
  transition-property: opacity, transform;
}
.is-shown .p-section-be-part__heading-star {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-section-be-part__heading-star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-be-part__heading-star {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-be-part__item {
  opacity: 0;
  transform: scale(0.95);
}
.p-section-be-part__item.is-shown, .is-hidden .p-section-be-part__item, .is-leaved-contents .p-section-be-part__item {
  transition-property: opacity, transform;
}
.is-shown .p-section-be-part__item--01 {
  transition-delay: 0.4s;
}
.is-shown .p-section-be-part__item--02 {
  transition-delay: 0.45s;
}
.is-shown .p-section-be-part__item--03 {
  transition-delay: 0.5s;
}
.is-shown .p-section-be-part__item--04 {
  transition-delay: 0.55s;
}
.is-shown .p-section-be-part__item--05 {
  transition-delay: 0.6s;
}
.is-shown .p-section-be-part__item.is-shown {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-shown .p-section-be-part__item.is-hidden, .is-hidden .p-section-be-part__item {
  pointer-events: none;
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-be-part__item.is-shown {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
}
.is-leaved-contents .p-section-be-part__item.is-shown--01 {
  transition-delay: 0s;
}
.is-leaved-contents .p-section-be-part__item.is-shown--02 {
  transition-delay: 0.05s;
}
.is-leaved-contents .p-section-be-part__item.is-shown--03 {
  transition-delay: 0.1s;
}
.is-leaved-contents .p-section-be-part__item.is-shown--04 {
  transition-delay: 0.15s;
}
.is-leaved-contents .p-section-be-part__item.is-shown--05 {
  transition-delay: 0.2s;
}
.p-section-be-part__navi, .p-section-be-part__copy-v, .p-section-be-part__follow-us, .p-section-be-part__hashtag {
  opacity: 0;
}
.is-shown .p-section-be-part__navi, .is-hidden .p-section-be-part__navi, .is-leaved-contents .p-section-be-part__navi, .is-shown .p-section-be-part__copy-v, .is-hidden .p-section-be-part__copy-v, .is-leaved-contents .p-section-be-part__copy-v, .is-shown .p-section-be-part__follow-us, .is-hidden .p-section-be-part__follow-us, .is-leaved-contents .p-section-be-part__follow-us, .is-shown .p-section-be-part__hashtag, .is-hidden .p-section-be-part__hashtag, .is-leaved-contents .p-section-be-part__hashtag {
  transition-property: opacity;
}
.is-shown .p-section-be-part__navi, .is-shown .p-section-be-part__copy-v, .is-shown .p-section-be-part__follow-us, .is-shown .p-section-be-part__hashtag {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-section-be-part__navi, .is-hidden .p-section-be-part__copy-v, .is-hidden .p-section-be-part__follow-us, .is-hidden .p-section-be-part__hashtag {
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-be-part__navi, .is-leaved-contents .p-section-be-part__copy-v, .is-leaved-contents .p-section-be-part__follow-us, .is-leaved-contents .p-section-be-part__hashtag {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-section-be-part__line, .p-section-be-part__gradation {
  opacity: 0;
}
.is-shown .p-section-be-part__line, .is-hidden .p-section-be-part__line, .is-leaved-contents .p-section-be-part__line, .is-shown .p-section-be-part__gradation, .is-hidden .p-section-be-part__gradation, .is-leaved-contents .p-section-be-part__gradation {
  transition-property: opacity;
}
.is-shown .p-section-be-part__line, .is-shown .p-section-be-part__gradation {
  opacity: 1;
  transition-duration: 1s;
}
.is-hidden .p-section-be-part__line, .is-hidden .p-section-be-part__gradation {
  transition-duration: 0.5s;
}
.is-leaved-contents .p-section-be-part__line, .is-leaved-contents .p-section-be-part__gradation {
  opacity: 0;
  transition-duration: 0.5s;
}

.p-section-clients {
  background-size: cover;
  background-position: center;
}
.p-section-clients__in {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-clients__in {
    top: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__in {
    top: 38px;
  }
}
.p-section-clients__heading {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  margin: 0;
  color: #000000;
}
@media all and (min-width: 768px) {
  .p-section-clients__heading-typo1 {
    width: 251px;
    height: 105px;
    margin-right: 10px;
    margin-top: -8px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__heading-typo1 {
    width: 99px;
    height: 42px;
    margin-right: 5px;
    margin-top: -3px;
  }
}
.p-section-clients__heading-typo2 {
  line-height: 0.8;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-clients__heading-typo2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__heading-typo2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__heading-typo2 {
    font-size: 17px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__heading-typo2 {
    font-size: 4.1666666667vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__heading-typo2 {
    margin-top: 28px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__heading-typo2 {
    margin-top: 13px;
  }
}
.p-section-clients__list-wrap {
  position: absolute;
  z-index: 10;
  color: #000;
}
@media all and (min-width: 768px) {
  .p-section-clients__list-wrap {
    width: 772px;
    bottom: 47.8260869565%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list-wrap {
    top: 0;
    left: 9.3333333333%;
    margin-top: 17.3333333333%;
  }
}
.p-section-clients__list-heading {
  line-height: 1;
  margin-top: 0;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-clients__list-heading {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__list-heading {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__list-heading {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__list-heading {
    font-size: 3.8888888889vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__list-heading {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list-heading {
    margin-bottom: 10px;
  }
}
.p-section-clients__list-sub-heading {
  line-height: 1;
  margin-top: 0;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-clients__list-sub-heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__list-sub-heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__list-sub-heading {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__list-sub-heading {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__list-sub-heading {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list-sub-heading {
    margin-bottom: 15px;
  }
}
.p-section-clients__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
@media all and (min-width: 768px) {
  .p-section-clients__list {
    width: 440px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list {
    width: 56%;
  }
}
.p-section-clients__list-item {
  width: 50%;
  cursor: pointer;
  position: relative;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  transition-duration: 0.1s;
  transition-property: color;
}
@media all and (min-width: 1025px) {
  .p-section-clients__list-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__list-item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__list-item {
    font-size: 9px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__list-item {
    font-size: 2.2222222222vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__list-item {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list-item {
    margin-top: 10px;
  }
}
.p-section-clients__list-item:nth-child(1), .p-section-clients__list-item:nth-child(2) {
  margin-top: 0;
}
.p-section-clients__list-item.is-current {
  color: #be1d82;
  font-weight: 700;
}
.p-section-clients__list-item-star {
  position: absolute;
  opacity: 0;
  transform: rotate(45deg) scale(1.5);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  background-size: 100% 100%;
  background-image: url("../img/section/clients/star_pink.svg");
}
@media all and (min-width: 768px) {
  .p-section-clients__list-item-star {
    width: 26px;
    height: 25px;
    top: calc(50% - 14px);
    left: -40px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__list-item-star {
    width: 13px;
    height: 12px;
    top: calc(50% - 8px);
    left: -20px;
  }
}
.is-current .p-section-clients__list-item-star {
  opacity: 1;
  transform: rotate(0) scale(1);
}
.p-section-clients__content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-section-clients__content {
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-section-clients__content-in {
  position: relative;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-section-clients__content-in {
    display: flex;
    align-items: flex-end;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__content-in {
    padding-top: 85.3333333333%;
  }
}
.p-section-clients__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail {
    width: 580px;
    height: 260px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail {
    width: 100%;
    position: absolute;
    top: 0;
    left: 12%;
    margin-top: 6.6666666667%;
  }
}
.p-section-clients__detail-heading {
  display: flex;
  position: relative;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-heading {
    margin-bottom: 55px;
    padding-left: 175px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-heading {
    margin-bottom: 20px;
    padding-left: 80px;
  }
}
.p-section-clients__detail-heading-thumb {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-heading-thumb {
    width: 128px;
    height: 128px;
    top: -105px;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-heading-thumb {
    width: 74px;
    height: 74px;
    top: -48px;
    left: -10px;
  }
}
.p-section-clients__detail-heading-thumb img {
  width: 100%;
  height: auto;
}
.p-section-clients__detail-heading-quote {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-heading-quote {
    width: 56px;
    height: 46px;
    top: 0;
    left: 72px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-heading-quote {
    width: 26px;
    height: 21px;
    top: 8px;
    left: 22px;
  }
}
.p-section-clients__detail-heading-name-wrap {
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.p-section-clients__detail-heading-name {
  letter-spacing: 0.4em;
}
@media all and (min-width: 1025px) {
  .p-section-clients__detail-heading-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__detail-heading-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__detail-heading-name {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__detail-heading-name {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-heading-name {
    margin-bottom: 7px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-heading-name {
    margin-bottom: 4px;
  }
}
.p-section-clients__detail-heading-logo {
  position: absolute;
  left: 100%;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-heading-logo {
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-heading-logo {
    margin-left: 15px;
  }
}
.p-section-clients__detail-heading-position {
  letter-spacing: 0.4em;
}
@media all and (min-width: 1025px) {
  .p-section-clients__detail-heading-position {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__detail-heading-position {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__detail-heading-position {
    font-size: 7px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__detail-heading-position {
    font-size: 1.6666666667vw;
  }
}
.p-section-clients__detail-content {
  line-height: 1.5;
}
@media all and (min-width: 1025px) {
  .p-section-clients__detail-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__detail-content {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__detail-content {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__detail-content {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-content {
    width: 520px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-content {
    width: 82.6666666667%;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1025px) {
  .p-section-clients__detail-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__detail-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__detail-link {
    font-size: 7px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__detail-link {
    font-size: 1.6666666667vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-link {
    position: absolute;
    left: 256px;
    bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-link {
    margin-left: 128px;
  }
}
.p-section-clients__detail-link a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.p-section-clients__detail-icon {
  display: block;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-icon {
    width: 30px;
    height: 40px;
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-icon {
    width: 15px;
    height: 15px;
    margin-left: 7px;
  }
}
.p-section-clients__detail-navi {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-navi {
    bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-navi {
    bottom: 0;
  }
}
.p-section-clients__detail-navi-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-navi-item {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border: 2px solid #fff;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-navi-item {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #fff;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__detail-navi-item img {
    width: 7px;
    height: 11px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__detail-navi-item img {
    width: 4px;
    height: 7px;
  }
}
.p-section-clients__corporate {
  color: #000;
}
@media all and (min-width: 768px) {
  .p-section-clients__corporate {
    width: 580px;
    height: 285px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__corporate {
    width: 86.6666666667%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 46.6666666667%;
  }
}
.p-section-clients__corporate-heading {
  line-height: 1;
  margin-top: 0;
  text-align: right;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-clients__corporate-heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-clients__corporate-heading {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-clients__corporate-heading {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-clients__corporate-heading {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__corporate-heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__corporate-heading {
    margin-bottom: 20px;
  }
}
.p-section-clients__corporate-list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 768px) {
  .p-section-clients__corporate-list-row {
    width: 490px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__corporate-list-row {
    width: 72.6486486486%;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__corporate-list-row--01 {
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__corporate-list-row--01 {
    margin-left: 22.9189189189%;
  }
}
@media all and (min-width: 768px) {
  .p-section-clients__corporate-list-row--02 {
    margin-top: 28px;
    margin-left: 26px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__corporate-list-row--02 {
    margin-top: 4.3243243243%;
    margin-left: 12.2162162162%;
  }
}
.p-section-clients__content-bg01 {
  position: absolute;
  bottom: 0;
  z-index: 5;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-section-clients__content-bg01 {
    width: 1462px;
    height: 331px;
    left: -162px;
    background-image: url("../img/section/clients/section_bg_01.png");
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__content-bg01 {
    width: 100%;
    margin-bottom: 16%;
    padding-top: 69.4444444444%;
    background-image: url("../img/section/clients/section_bg_01_sp.png");
    background-size: 100% auto;
  }
}
.p-section-clients__content-bg02 {
  position: absolute;
  bottom: 0;
  z-index: 5;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-section-clients__content-bg02 {
    width: 824px;
    height: 346px;
    bottom: 0;
    right: -178px;
    background-image: url("../img/section/clients/section_bg_02.png");
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__content-bg02 {
    width: 94.0740740741%;
    margin-bottom: 2.6666666667%;
    padding-top: 43.0555555556%;
    background-image: url("../img/section/clients/section_bg_02_sp.png");
    background-size: 100% auto;
  }
}
.p-section-clients__person {
  position: absolute;
  left: 50%;
  z-index: 5;
  background-size: 100% auto;
}
@media all and (min-width: 768px) {
  .p-section-clients__person {
    width: 775px;
    height: 592px;
    bottom: 32.6086956522%;
    margin-left: -70px;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__person {
    width: 85.6%;
    bottom: 0;
    margin-left: -8.8%;
    padding-top: 65.3333333333%;
    margin-bottom: 84.8%;
  }
}
.p-section-clients__bg1 {
  position: absolute;
  z-index: 2;
  background-image: url("../img/section/clients/bg01.png");
  background-size: 100% auto;
}
@media all and (min-width: 768px) {
  .p-section-clients__bg1 {
    width: 637px;
    height: 708px;
    bottom: 15px;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__bg1 {
    width: 54.6666666667%;
    bottom: 0;
    right: -12%;
    margin-bottom: 85.3333333333%;
    padding-top: 60.8%;
  }
}
.p-section-clients__bg2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-section-clients__bg2 {
    background-image: url("../img/section/clients/bg00.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-section-clients__bg2 {
    background-image: url("../img/section/clients/bg00_sp.jpg");
  }
}
.p-section-clients__heading-typo1, .p-section-clients__heading-typo2 {
  opacity: 0;
  transform: scale(1.1);
}
.is-shown .p-section-clients__heading-typo1, .is-hidden .p-section-clients__heading-typo1, .is-leaved-contents .p-section-clients__heading-typo1, .is-shown .p-section-clients__heading-typo2, .is-hidden .p-section-clients__heading-typo2, .is-leaved-contents .p-section-clients__heading-typo2 {
  transition-property: opacity, transform;
}
.is-shown .p-section-clients__heading-typo1, .is-shown .p-section-clients__heading-typo2 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-section-clients__heading-typo1, .is-hidden .p-section-clients__heading-typo2 {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-section-clients__heading-typo1, .is-leaved-contents .p-section-clients__heading-typo2 {
  opacity: 0;
  transform: scale(1.1);
  transition-duration: 0.6s;
}
.is-shown .p-section-clients__heading-typo1 {
  transition-delay: 0.5s;
}
.is-hidden .p-section-clients__heading-typo1, .is-leaved-contents .p-section-clients__heading-typo1 {
  transition-delay: 0s;
}
.is-shown .p-section-clients__heading-typo2 {
  transition-delay: 0.6s;
}
.is-hidden .p-section-clients__heading-typo2, .is-leaved-contents .p-section-clients__heading-typo2 {
  transition-delay: 0s;
}
.p-section-clients__list-wrap {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-clients__list-wrap, .is-hidden .p-section-clients__list-wrap, .is-leaved-contents .p-section-clients__list-wrap {
  transition-property: opacity, transform;
}
.is-shown .p-section-clients__list-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-section-clients__list-wrap {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-clients__list-wrap {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-clients__content-bg01, .p-section-clients__content-bg02 {
  opacity: 0;
  transform: translateY(20px);
}
.is-shown .p-section-clients__content-bg01, .is-hidden .p-section-clients__content-bg01, .is-leaved-contents .p-section-clients__content-bg01, .is-shown .p-section-clients__content-bg02, .is-hidden .p-section-clients__content-bg02, .is-leaved-contents .p-section-clients__content-bg02 {
  transition-property: opacity, transform;
}
.is-shown .p-section-clients__content-bg01, .is-shown .p-section-clients__content-bg02 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.is-hidden .p-section-clients__content-bg01, .is-hidden .p-section-clients__content-bg02 {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-section-clients__content-bg01, .is-leaved-contents .p-section-clients__content-bg02 {
  opacity: 0;
  transition-duration: 0.6s;
}
.is-shown .p-section-clients__content-bg01 {
  transition-delay: 0.8s;
}
.is-hidden .p-section-clients__content-bg01, .is-leaved-contents .p-section-clients__content-bg01 {
  transition-delay: 0s;
}
.is-shown .p-section-clients__content-bg02 {
  transition-delay: 0.7s;
}
.is-hidden .p-section-clients__content-bg02, .is-leaved-contents .p-section-clients__content-bg02 {
  transition-delay: 0s;
}
.p-section-clients__person {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-section-clients__person, .is-hidden .p-section-clients__person, .is-leaved-contents .p-section-clients__person {
  transition-property: opacity, transform;
}
.is-shown .p-section-clients__person.is-shown {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 1.2s;
}
.is-shown .p-section-clients__person.is-transited-once {
  transition-delay: 0s;
}
.is-shown .p-section-clients__person.is-hidden, .is-hidden .p-section-clients__person {
  pointer-events: none;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-clients__person.is-shown {
  opacity: 0;
  transform: scale(1.05);
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-section-clients__detail, .p-section-clients__corporate, .p-section-clients__bg1, .p-section-clients__bg2 {
  opacity: 0;
}
.is-shown .p-section-clients__detail, .is-hidden .p-section-clients__detail, .is-leaved-contents .p-section-clients__detail, .is-shown .p-section-clients__corporate, .is-hidden .p-section-clients__corporate, .is-leaved-contents .p-section-clients__corporate, .is-shown .p-section-clients__bg1, .is-hidden .p-section-clients__bg1, .is-leaved-contents .p-section-clients__bg1, .is-shown .p-section-clients__bg2, .is-hidden .p-section-clients__bg2, .is-leaved-contents .p-section-clients__bg2 {
  transition-property: opacity;
}
.is-shown .p-section-clients__detail, .is-shown .p-section-clients__corporate, .is-shown .p-section-clients__bg1, .is-shown .p-section-clients__bg2 {
  opacity: 1;
  transition-duration: 1s;
}
.is-shown .p-section-clients__detail, .is-shown .p-section-clients__corporate, .is-shown .p-section-clients__bg1 {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.4s;
}
.is-hidden .p-section-clients__detail, .is-hidden .p-section-clients__corporate, .is-hidden .p-section-clients__bg1 {
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-clients__detail, .is-leaved-contents .p-section-clients__corporate, .is-leaved-contents .p-section-clients__bg1 {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.p-section-clients__detail-navi-item {
  transition-duration: 0.2s;
  transition-property: opacity;
}
.p-section-clients__detail-navi-item.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.is-shown .p-section-clients__bg2 {
  opacity: 1;
  transition-duration: 1s;
}
.is-hidden .p-section-clients__bg2 {
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-clients__bg2 {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

.p-section-dreamkast__in {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__in {
    top: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__in {
    top: 38px;
  }
}
.p-section-dreamkast__heading {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  margin: 0;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__heading {
    height: 33.6956521739%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__heading {
    padding-top: 39.8148148148%;
  }
}
.p-section-dreamkast__heading-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-section-dreamkast__heading-typo-wrap {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__heading-typo-wrap {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__heading-typo-wrap {
    margin-bottom: 13px;
  }
}
.p-section-dreamkast__heading-typo1 {
  color: #be1d82;
  letter-spacing: 0.5em;
  font-weight: 400;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__heading-typo1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__heading-typo1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__heading-typo1 {
    font-size: 10px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__heading-typo1 {
    font-size: 2.5vw;
  }
}
.p-section-dreamkast__heading-typo2 {
  font-weight: 100;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__heading-typo2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__heading-typo2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__heading-typo2 {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__heading-typo2 {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__heading-typo2 {
    margin-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__heading-typo2 {
    margin-left: 5px;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__heading-logo {
    width: 600px;
    height: 100px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__heading-logo {
    width: 180px;
    height: 30px;
  }
}
.p-section-dreamkast__items-wrap {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__items-wrap {
    top: 33.6956521739%;
    bottom: 20.652173913%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__items-wrap {
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-x: scroll;
    margin-top: 39.8148148148vw;
    margin-bottom: 15.7407407407vw;
  }
}
.p-section-dreamkast__items {
  display: flex;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__items {
    height: 100%;
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__items {
    width: 440.7407407407vw;
    height: calc(100% - 7.4074074074vw);
    padding-right: 5.5555555556vw;
    padding-left: 5.5555555556vw;
  }
}
.p-section-dreamkast__item {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__item {
    width: 16.40625%;
    margin-right: 0.2604166667%;
    margin-left: 0.2604166667%;
    padding-top: 2.0833333333%;
    box-shadow: 0px 18px 50px 0px rgba(0, 0, 0, 0.08);
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__item {
    width: 84.4444444444vw;
    margin-right: 1.8518518519vw;
    margin-left: 1.8518518519vw;
    padding-top: 9.8148148148vw;
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.08);
  }
}
.p-section-dreamkast__item:before {
  height: 3.5em;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to top, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
.p-section-dreamkast__item-thumb-wrap {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__item-thumb-wrap {
    width: 93.6507936508%;
    margin-left: 7.9365079365%;
    padding-top: 69.8412698413%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__item-thumb-wrap {
    width: 78.7037037037vw;
    margin-left: 6.4814814815vw;
    padding-top: 60.6481481481vw;
  }
}
.p-section-dreamkast__item-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.p-section-dreamkast__item-category {
  height: 20px;
  box-sizing: border-box;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 4px;
  color: #fff;
  text-align: right;
  background-color: #000;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__item-category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__item-category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__item-category {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__item-category {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__item-category {
    width: 100px;
    margin-bottom: 16.8253968254%;
    padding-right: 12px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__item-category {
    width: 93px;
    margin-bottom: 4.9074074074vw;
    padding-right: 16px;
  }
}
.p-section-dreamkast__item-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__item-content {
    margin-top: 88.8888888889%;
    padding-right: 7.9365079365%;
    padding-left: 12.6984126984%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__item-content {
    margin-top: 75.9259259259vw;
    padding-right: 2.3148148148vw;
    padding-left: 11.1111111111vw;
  }
}
.p-section-dreamkast__item-title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.34em;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__item-title {
    font-size: 20px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__item-title {
    font-size: 4.7222222222vw;
  }
}
.p-section-dreamkast__item-summary {
  line-height: 82.3529411765%;
  margin: 0;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__item-summary {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__item-summary {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__item-summary {
    font-size: 18px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__item-summary {
    font-size: 4.4444444444vw;
  }
}
.p-section-dreamkast__item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 10;
}
.p-section-dreamkast__item-date {
  line-height: 0.8;
  display: flex;
  margin-right: 10px;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__item-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__item-date {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__item-date {
    font-size: 20px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__item-date {
    font-size: 4.7222222222vw;
  }
}
.p-section-dreamkast__item-date-day {
  font-weight: 700;
}
.p-section-dreamkast__item-readmore {
  line-height: 1.2;
  color: #be1d82;
  letter-spacing: 0.34em;
  text-align: right;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__item-readmore {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__item-readmore {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__item-readmore {
    font-size: 9px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__item-readmore {
    font-size: 2.2222222222vw;
  }
}
.p-section-dreamkast__footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__footer {
    width: 90.3645833333%;
    margin-bottom: 1.5625%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__footer {
    height: 13.8888888889vw;
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact {
    color: #000;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact {
    height: 160px;
    box-sizing: border-box;
    position: absolute;
    bottom: calc(13.8888888889vw + 1px);
    right: 0;
    left: 0;
    padding: 24px 32px;
    background-color: #be1d82;
  }
}
.p-section-dreamkast__contact-label {
  line-height: 1.25;
  margin-bottom: 10px;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__contact-label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__contact-label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__contact-label {
    font-size: 25px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__contact-label {
    font-size: 6.1111111111vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-label span {
    color: #be1d82;
  }
}
.p-section-dreamkast__contact-form {
  display: flex;
  flex-direction: column;
}
.p-section-dreamkast__contact-form .mailchimp-form-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.p-section-dreamkast__contact-form .mailchimp-form-wrapper .loader .p-preloader__spinner .p-preloader__rect {
  background-color: #000;
}
.p-section-dreamkast__contact-form .mc-status {
  font-size: 13px;
}
.p-section-dreamkast__contact-form .mc-status.success-message {
  font-style: italic;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-form .mc-status.success-message {
    color: #e6007e;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-form .mc-status.success-message {
    color: #fff;
  }
}
.p-section-dreamkast__contact-form .mc-status.error-message {
  font-style: italic;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-form .mc-status.error-message {
    color: red;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-form .mc-status.error-message {
    color: #fff;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-form {
    max-width: 285px;
  }
}
.p-section-dreamkast__contact-wrap {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-wrap {
    width: 230px;
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-wrap {
    width: calc(100% - 57px);
    margin-right: 15px;
  }
}
.p-section-dreamkast__contact-wrap:after {
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-wrap:after {
    border-bottom: 1px solid #6e6e6e;
    border-right: 1px solid #6e6e6e;
    border-left: 1px solid #6e6e6e;
    border-radius: 0 0 6px 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-wrap:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 0 0 4px 0;
  }
}
.p-section-dreamkast__contact-input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  border: 0;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.34em;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__contact-input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__contact-input {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__contact-input {
    font-size: 15px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__contact-input {
    font-size: 3.6111111111vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-input {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-input {
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    background-color: #be1d82;
  }
}
.p-section-dreamkast__contact-submit {
  width: 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__contact-submit {
    border-radius: 10px 0 10px 0;
    background-color: #e6007e;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact-submit {
    border-radius: 4px 0 4px 0;
    background-color: #000;
  }
}
.p-section-dreamkast__contact-submit img {
  width: 10px;
  height: 16px;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__open-contact {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__open-contact {
    width: 61.1111111111%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 10;
    color: #000;
    font-weight: 700;
    background-color: #be1d82;
  }
}
@media all and (max-width: 767px) and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__open-contact {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) and (max-width: 414px) {
  .p-section-dreamkast__open-contact {
    font-size: 3.0555555556vw;
  }
}
.p-section-dreamkast__open-contact-mobile {
  position: absolute;
  right: 12px;
  width: unset;
  background-color: unset;
}
.p-section-dreamkast__open {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .p-section-dreamkast__open {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-dreamkast__open {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-dreamkast__open {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-section-dreamkast__open {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__open {
    width: 220px;
    height: 36px;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.2em;
    border-radius: 10px 0 10px 0;
    background-color: #e6007e;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__open {
    width: 38.8888888889%;
    position: relative;
    z-index: 10;
    letter-spacing: 0.1em;
    background-color: #000;
  }
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__open img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__open img {
    width: 12px;
    height: 16px;
    margin-left: 6px;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__cross {
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 16px;
  }
}
.p-section-dreamkast__cross-mobile {
  margin-left: 0;
}
.p-section-dreamkast__cross-line {
  position: absolute;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__cross-line--01 {
    width: 16px;
    height: 2px;
    top: 7px;
    left: 0;
  }
  .p-section-dreamkast__cross-line--02 {
    width: 2px;
    height: 16px;
    top: 0;
    left: 7px;
  }
}
.p-section-dreamkast__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right bottom;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__bg {
    height: 58.6956521739%;
    background-image: url("../img/index/dreamkast/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__bg {
    height: 57.671957672%;
    background-image: url("../img/index/dreamkast/bg_sp.jpg");
  }
}
.p-section-dreamkast__rect {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .p-section-dreamkast__rect {
    height: 41.3043478261%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__rect {
    height: 42.328042328%;
  }
}
@media all and (max-width: 767px) {
  .p-section-dreamkast__contact {
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
  }
  .p-section-dreamkast__contact.is-shown {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.4s;
  }
  .p-section-dreamkast__contact.is-hidden {
    transition-duration: 0.4s;
  }
}
.p-section-dreamkast__cross {
  transition-property: transform;
}
.p-section-dreamkast__cross.is-shown {
  transform: rotate(45deg);
  transition-duration: 0.4s;
}
.p-section-dreamkast__cross.is-hidden {
  transition-duration: 0.4s;
}
.p-section-dreamkast__heading-typo-wrap, .p-section-dreamkast__heading-logo {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-dreamkast__heading-typo-wrap, .is-hidden .p-section-dreamkast__heading-typo-wrap, .is-leaved-contents .p-section-dreamkast__heading-typo-wrap, .is-shown .p-section-dreamkast__heading-logo, .is-hidden .p-section-dreamkast__heading-logo, .is-leaved-contents .p-section-dreamkast__heading-logo {
  transition-property: opacity, transform;
}
.is-shown .p-section-dreamkast__heading-typo-wrap, .is-shown .p-section-dreamkast__heading-logo {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.is-hidden .p-section-dreamkast__heading-typo-wrap, .is-hidden .p-section-dreamkast__heading-logo {
  transition-duration: 1s;
}
.is-leaved-contents .p-section-dreamkast__heading-typo-wrap, .is-leaved-contents .p-section-dreamkast__heading-logo {
  opacity: 0;
  transition-duration: 1s;
}
.is-shown .p-section-dreamkast__heading-typo-wrap {
  transition-delay: 0.4s;
}
.is-hidden .p-section-dreamkast__heading-typo-wrap, .is-leaved-contents .p-section-dreamkast__heading-typo-wrap {
  transition-delay: 0s;
}
.is-shown .p-section-dreamkast__heading-logo {
  transition-delay: 0.5s;
}
.is-hidden .p-section-dreamkast__heading-logo, .is-leaved-contents .p-section-dreamkast__heading-logo {
  transition-delay: 0s;
}
.p-section-dreamkast__item {
  opacity: 0;
  transform: scale(0.95);
}
.is-shown .p-section-dreamkast__item, .is-hidden .p-section-dreamkast__item, .is-leaved-contents .p-section-dreamkast__item {
  transition-property: opacity, transform;
}
.is-shown .p-section-dreamkast__item {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-shown .p-section-dreamkast__item--01 {
  transition-delay: 0.6s;
}
.is-shown .p-section-dreamkast__item--02 {
  transition-delay: 0.65s;
}
.is-shown .p-section-dreamkast__item--03 {
  transition-delay: 0.7s;
}
.is-shown .p-section-dreamkast__item--04 {
  transition-delay: 0.75s;
}
.is-shown .p-section-dreamkast__item--05 {
  transition-delay: 0.8s;
}
.is-hidden .p-section-dreamkast__item {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-dreamkast__item {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
}
.is-leaved-contents .p-section-dreamkast__item--01 {
  transition-delay: 0s;
}
.is-leaved-contents .p-section-dreamkast__item--02 {
  transition-delay: 0.05s;
}
.is-leaved-contents .p-section-dreamkast__item--03 {
  transition-delay: 0.1s;
}
.is-leaved-contents .p-section-dreamkast__item--04 {
  transition-delay: 0.15s;
}
.is-leaved-contents .p-section-dreamkast__item--05 {
  transition-delay: 0.2s;
}
.p-section-dreamkast__footer, .p-section-dreamkast__bg, .p-section-dreamkast__rect {
  opacity: 0;
}
.is-shown .p-section-dreamkast__footer, .is-hidden .p-section-dreamkast__footer, .is-leaved-contents .p-section-dreamkast__footer, .is-shown .p-section-dreamkast__bg, .is-hidden .p-section-dreamkast__bg, .is-leaved-contents .p-section-dreamkast__bg, .is-shown .p-section-dreamkast__rect, .is-hidden .p-section-dreamkast__rect, .is-leaved-contents .p-section-dreamkast__rect {
  transition-property: opacity;
}
.is-shown .p-section-dreamkast__footer, .is-shown .p-section-dreamkast__bg, .is-shown .p-section-dreamkast__rect {
  opacity: 1;
  transition-duration: 1s;
}
.is-hidden .p-section-dreamkast__footer, .is-hidden .p-section-dreamkast__bg, .is-hidden .p-section-dreamkast__rect {
  transition-duration: 0.5s;
}
.is-leaved-contents .p-section-dreamkast__footer, .is-leaved-contents .p-section-dreamkast__bg, .is-leaved-contents .p-section-dreamkast__rect {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.is-shown .p-section-dreamkast__footer {
  transition-delay: 1s;
}
.is-hidden .p-section-dreamkast__footer, .is-leaved-contents .p-section-dreamkast__footer {
  transition-delay: 0s;
}
.is-shown .p-section-dreamkast__bg, .is-shown .p-section-dreamkast__rect {
  transition-delay: 0.2s;
}
.is-hidden .p-section-dreamkast__bg, .is-leaved-contents .p-section-dreamkast__bg, .is-hidden .p-section-dreamkast__rect, .is-leaved-contents .p-section-dreamkast__rect {
  transition-delay: 0s;
}

.p-section-founder__content {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 30;
  color: #0f0f0f;
  text-align: center;
}
@media all and (min-width: 768px) {
  .p-section-founder__content {
    top: 174px;
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__content {
    top: calc(24.0740740741% + 38px);
  }
}
.p-section-founder__heading {
  line-height: 0.8;
  margin-top: 0;
  color: #be1d82;
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.3em;
}
@media all and (min-width: 1025px) {
  .p-section-founder__heading {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-founder__heading {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-founder__heading {
    font-size: 30px;
  }
}
@media all and (max-width: 414px) {
  .p-section-founder__heading {
    font-size: 7.2222222222vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-founder__heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__heading {
    margin-bottom: 18px;
  }
}
.p-section-founder__copy {
  line-height: 1.1463414634;
  margin-top: 0;
  font-weight: light;
  letter-spacing: 0.025em;
}
@media all and (min-width: 1025px) {
  .p-section-founder__copy {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-founder__copy {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-founder__copy {
    font-size: 15px;
  }
}
@media all and (max-width: 414px) {
  .p-section-founder__copy {
    font-size: 3.6111111111vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-founder__copy {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__copy {
    margin-bottom: 25px;
  }
}
.p-section-founder__copy strong {
  color: #be1d82;
}
.p-section-founder__copy em {
  color: #be1d82;
  font-style: normal;
}
.p-section-founder__profile {
  line-height: 1.2105263158;
  margin-top: 0;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .p-section-founder__profile {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-founder__profile {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-founder__profile {
    font-size: 15px;
  }
}
@media all and (max-width: 414px) {
  .p-section-founder__profile {
    font-size: 3.6111111111vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-founder__profile {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__profile {
    margin-bottom: 0;
  }
}
.p-section-founder__sns {
  line-height: 1.2105263158;
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .p-section-founder__sns {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-founder__sns {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-founder__sns {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-founder__sns {
    font-size: 3.0555555556vw;
  }
}
.p-section-founder__sns-items {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .p-section-founder__sns-icon {
    width: 38px;
    height: 38px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__sns-icon {
    width: 22px;
    height: 22px;
    margin-right: 2px;
    margin-left: 2px;
  }
}
.p-section-founder__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .p-section-founder__bg {
    background-image: url("../img/index/founder/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-section-founder__bg {
    background-image: url("../img/index/founder/bg_sp.jpg");
  }
}
.p-section-founder__heading, .p-section-founder__copy, .p-section-founder__profile, .p-section-founder__sns {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-founder__heading, .is-hidden .p-section-founder__heading, .is-leaved-contents .p-section-founder__heading, .is-shown .p-section-founder__copy, .is-hidden .p-section-founder__copy, .is-leaved-contents .p-section-founder__copy, .is-shown .p-section-founder__profile, .is-hidden .p-section-founder__profile, .is-leaved-contents .p-section-founder__profile, .is-shown .p-section-founder__sns, .is-hidden .p-section-founder__sns, .is-leaved-contents .p-section-founder__sns {
  transition-property: opacity, transform;
}
.is-shown .p-section-founder__heading, .is-shown .p-section-founder__copy, .is-shown .p-section-founder__profile, .is-shown .p-section-founder__sns {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-section-founder__heading, .is-hidden .p-section-founder__copy, .is-hidden .p-section-founder__profile, .is-hidden .p-section-founder__sns {
  transition-duration: 1s;
}
.is-leaved-contents .p-section-founder__heading, .is-leaved-contents .p-section-founder__copy, .is-leaved-contents .p-section-founder__profile, .is-leaved-contents .p-section-founder__sns {
  opacity: 0;
  transition-duration: 1s;
}
.is-shown .p-section-founder__heading {
  transition-delay: 0.4s;
}
.is-hidden .p-section-founder__heading, .is-leaved-contents .p-section-founder__heading {
  transition-delay: 0s;
}
.is-shown .p-section-founder__copy {
  transition-delay: 0.5s;
}
.is-hidden .p-section-founder__copy, .is-leaved-contents .p-section-founder__copy {
  transition-delay: 0s;
}
.is-shown .p-section-founder__profile {
  transition-delay: 0.6s;
}
.is-hidden .p-section-founder__profile, .is-leaved-contents .p-section-founder__profile {
  transition-delay: 0s;
}
.is-shown .p-section-founder__sns {
  transition-delay: 0.7s;
}
.is-hidden .p-section-founder__sns, .is-leaved-contents .p-section-founder__sns {
  transition-delay: 0s;
}
.p-section-founder__bg {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-section-founder__bg, .is-hidden .p-section-founder__bg, .is-leaved-contents .p-section-founder__bg {
  transition-property: opacity, transform;
}
.is-shown .p-section-founder__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-section-founder__bg {
  transition-duration: 1s;
}
.is-leaved-contents .p-section-founder__bg {
  opacity: 0;
  transform: scale(1.05);
  transition-duration: 1s;
}

.p-section-services {
  background-color: #0c0c0c;
}
.p-section-services__body {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-section-services__body {
    width: 1100px;
    display: flex;
    align-items: flex-end;
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__body {
    display: flex;
    flex-direction: column;
  }
}
.p-section-services__image {
  height: 100%;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-services__image {
    width: 64.5454545455%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__image {
    background-color: #171717;
  }
}
.p-section-services__man-wrap {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-services__man-wrap {
    width: 69.014084507%;
    bottom: 0;
    left: 11.9718309859%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__man-wrap {
    width: 56.2962962963%;
    top: 44px;
    left: 21.7592592593%;
    z-index: 1;
    bottom: 0;
  }
}
.p-section-services__man {
  width: 100%;
  position: absolute;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-services__man {
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__man {
    bottom: 0;
  }
}
.p-section-services__copy-v-01 {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-services__copy-v-01 {
    width: 1.8309859155%;
    top: 193px;
    left: 4.5070422535%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__copy-v-01 {
    width: 1.2037037037%;
    top: 0;
    left: 12.2222222222%;
    margin-top: 25.5555555556%;
  }
}
.p-section-services__copy-v-02 {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-services__copy-v-02 {
    width: 2.2535211268%;
    bottom: 0;
    right: 9.8591549296%;
    margin-bottom: 16.1971830986%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__copy-v-02 {
    width: 1.4814814815%;
    top: 0;
    right: 12.962962963%;
    z-index: 10;
    margin-top: 40.1851851852%;
  }
}
.p-section-services__star {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-services__star {
    width: 5.4929577465%;
    bottom: 0;
    right: 8.4507042254%;
    margin-bottom: 96.4788732394%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__star {
    width: 3.6111111111%;
    top: 0;
    right: 12.037037037%;
    margin-top: 33.3333333333%;
  }
}
.p-section-services__navi {
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-section-services__navi {
    right: 20.4225352113%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__navi {
    justify-content: center;
    right: 0;
    left: 0;
    z-index: 1;
  }
}
.p-section-services__number {
  line-height: 1;
  bottom: 0;
  position: absolute;
  font-family: "BebasNeue", sans-serif;
  font-weight: 700;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .p-section-services__number {
    left: 16px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__number {
    left: 10.3703703704%;
  }
}
.p-section-services__number-label {
  color: #626262;
}
@media all and (min-width: 1025px) {
  .p-section-services__number-label {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__number-label {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__number-label {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__number-label {
    font-size: 2.7777777778vw;
  }
}
.p-section-services__number-count {
  color: #fff;
}
@media all and (min-width: 1025px) {
  .p-section-services__number-count {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__number-count {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__number-count {
    font-size: 29px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__number-count {
    font-size: 6.9444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-services__content {
    width: 35.4545454545%;
    padding-bottom: 7.7272727273%;
  }
}
.p-section-services__content-group-wrap {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-services__content-in {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__content-in {
    padding-top: 6.2801932367%;
    padding-bottom: 5.3140096618%;
    padding-right: 8.3333333333%;
    padding-left: 8.3333333333%;
  }
}
.p-section-services__heading {
  line-height: 1;
  margin-top: 0;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .p-section-services__heading {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__heading {
    margin-bottom: 10px;
  }
}
.p-section-services__heading-main {
  white-space: nowrap;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
  .p-section-services__heading-main {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__heading-main {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__heading-main {
    font-size: 37px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__heading-main {
    font-size: 8.8888888889vw;
  }
}
.p-section-services__heading-main span {
  font-weight: 100;
}
.p-section-services__heading-sub {
  margin-bottom: 5px;
  color: #be1d82;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-section-services__heading-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__heading-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__heading-sub {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__heading-sub {
    font-size: 3.0555555556vw;
  }
}
.p-section-services__divider {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-services__divider {
    width: 134px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__divider {
    width: 92px;
    margin-bottom: 20px;
  }
}
.p-section-services__divider-point {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  border: 2px solid #be1d82;
  border-radius: 50%;
  background-color: #0c0c0c;
}
@media all and (min-width: 768px) {
  .p-section-services__divider-point {
    width: 14px;
    height: 14px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__divider-point {
    width: 10px;
    height: 10px;
  }
}
.p-section-services__divider-point--01 {
  background-color: #be1d82;
}
.p-section-services__divider-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #be1d82;
}
@media all and (min-width: 768px) {
  .p-section-services__divider-bar {
    top: 6px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__divider-bar {
    top: 4px;
  }
}
.p-section-services__description {
  line-height: 1.3;
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .p-section-services__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__description {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__description {
    font-size: 3.8888888889vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-services__description {
    margin-bottom: 25px;
  }
}
.p-section-services__list {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-section-services__list {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__list {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__list {
    font-size: 12px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__list {
    font-size: 2.7777777778vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-services__list {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-section-services__list-item {
  line-height: 1.5;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-services__list-item {
    margin-top: 3px;
    padding-left: 16px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__list-item {
    width: 50%;
    box-sizing: border-box;
    margin-top: 2px;
    padding-left: 12px;
  }
}
.p-section-services__list-item:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  margin-top: -2px;
  border-radius: 50%;
  background-color: #be1d82;
}
@media all and (min-width: 768px) {
  .p-section-services__list-item:before {
    top: calc(0.5rem + 2px);
  }
}
@media all and (max-width: 767px) {
  .p-section-services__list-item:before {
    top: calc(0.5rem - 0.5px);
    left: 3px;
  }
}
.p-section-services__list-item--more:before {
  width: 2px;
  height: 6px;
  left: 2px;
  margin-top: -3px;
  border-radius: 0;
}
@media all and (max-width: 767px) {
  .p-section-services__list-item--more:before {
    left: 4px;
  }
}
.p-section-services__list-item--more:after {
  width: 6px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  margin-top: -1px;
  background-color: #be1d82;
}
@media all and (min-width: 768px) {
  .p-section-services__list-item--more:after {
    top: calc(0.5rem + 2px);
  }
}
@media all and (max-width: 767px) {
  .p-section-services__list-item--more:after {
    top: calc(0.5rem - 1px);
    left: 2px;
  }
}
.p-section-services__link {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4em;
  background-color: #be1d82;
}
@media all and (min-width: 768px) {
  .p-section-services__link {
    padding-top: 32.0512820513%;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__link {
    height: 55px;
  }
}
.p-section-services__link img {
  width: 12px;
  height: 16px;
  margin-left: 12px;
}
.p-section-services__link-label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-section-services__link-label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-services__link-label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-services__link-label {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-section-services__link-label {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-services__link-label {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__link-label {
    justify-content: center;
  }
}
@media all and (min-width: 768px) {
  .p-section-services__hashtag {
    line-height: 1;
    margin-top: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__hashtag {
    display: none;
  }
}
.p-section-services__bg {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-section-services__bg {
    width: 55.4166666667%;
    bottom: 0;
    left: 11.4583333333%;
  }
  .p-section-services__bg.mobile {
    display: none;
  }
  .p-section-services__bg.desktop {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .p-section-services__bg {
    width: 100%;
    bottom: 0;
    left: -1.8518518519%;
  }
  .p-section-services__bg.mobile {
    display: block;
  }
  .p-section-services__bg.desktop {
    display: none;
  }
}
.p-section-services__man {
  opacity: 0;
  transform: scale(1.05);
  transition-duration: 1.4s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-section-services__man.is-shown {
  opacity: 1;
  transform: scale(1);
}
.p-section-services__content-group {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition-duration: 0.4s;
}
.p-section-services__content-group.is-shown {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.p-section-services__man-wrap {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-section-services__man-wrap, .is-hidden .p-section-services__man-wrap, .is-leaved-contents .p-section-services__man-wrap {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__man-wrap {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-section-services__man-wrap {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__man-wrap {
  opacity: 0;
  transform: scale(1.05);
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__copy-v-01 {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-services__copy-v-01, .is-hidden .p-section-services__copy-v-01, .is-leaved-contents .p-section-services__copy-v-01 {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__copy-v-01 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-section-services__copy-v-01 {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__copy-v-01 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__copy-v-02 {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-services__copy-v-02, .is-hidden .p-section-services__copy-v-02, .is-leaved-contents .p-section-services__copy-v-02 {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__copy-v-02 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-section-services__copy-v-02 {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__copy-v-02 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__star {
  opacity: 0;
  transform: rotate(45deg) scale(2);
}
.is-shown .p-section-services__star, .is-hidden .p-section-services__star, .is-leaved-contents .p-section-services__star {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__star {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-section-services__star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__star {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__content {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-section-services__content, .is-hidden .p-section-services__content, .is-leaved-contents .p-section-services__content {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__content {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-section-services__content {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__content {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__navi {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-section-services__navi, .is-hidden .p-section-services__navi, .is-leaved-contents .p-section-services__navi {
  transition-property: opacity, transform;
}
.is-shown .p-section-services__navi {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-section-services__navi {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__navi {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-services__bg, .p-section-services__number {
  opacity: 0;
}
.is-shown .p-section-services__bg, .is-hidden .p-section-services__bg, .is-leaved-contents .p-section-services__bg, .is-shown .p-section-services__number, .is-hidden .p-section-services__number, .is-leaved-contents .p-section-services__number {
  transition-property: opacity;
}
.is-shown .p-section-services__bg, .is-shown .p-section-services__number {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-section-services__bg, .is-hidden .p-section-services__number {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-services__bg, .is-leaved-contents .p-section-services__number {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.1s;
}

.p-section-studio__in {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-studio__in {
    top: 68px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__in {
    top: 38px;
  }
}
.p-section-studio__header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-section-studio__header {
    padding-top: 12.2395833333%;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__header {
    padding-top: 100px;
  }
}
.p-section-studio__heading {
  display: flex;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  left: 0;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .p-section-studio__heading {
    top: 50%;
    margin-top: -50px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__heading {
    top: 43px;
    margin-top: 0;
  }
}
.p-section-studio__heading-copy-01-1 {
  color: #be1d82;
  font-weight: 400;
}
@media all and (min-width: 1025px) {
  .p-section-studio__heading-copy-01-1 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-studio__heading-copy-01-1 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-studio__heading-copy-01-1 {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-studio__heading-copy-01-1 {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-studio__heading-copy-01-1 {
    margin-left: 20px;
    letter-spacing: 0.6em;
  }
}
.p-section-studio__heading-copy-01-2 {
  font-weight: 200;
}
@media all and (min-width: 1025px) {
  .p-section-studio__heading-copy-01-2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-studio__heading-copy-01-2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-studio__heading-copy-01-2 {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-studio__heading-copy-01-2 {
    font-size: 3.0555555556vw;
  }
}
.p-section-studio__heading-copy-02 {
  font-family: "BebasNeue", sans-serif;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
  .p-section-studio__heading-copy-02 {
    font-size: 114px;
    font-size: 7.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-studio__heading-copy-02 {
    font-size: 114px;
    font-size: 7.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-studio__heading-copy-02 {
    font-size: 44px;
  }
}
@media all and (max-width: 414px) {
  .p-section-studio__heading-copy-02 {
    font-size: 10.5555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-studio__heading-copy-02 {
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__heading-copy-02 {
    margin-left: 7px;
  }
}
.p-section-studio__items-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .p-section-studio__items-wrap {
    margin-top: 12.2395833333%;
    margin-bottom: 5.7291666667%;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__items-wrap {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.p-section-studio__items {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.p-section-studio__item {
  position: absolute;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .p-section-studio__item {
    width: calc((100% - 12px) / 5);
    height: calc((100% - 3px) / 2);
  }
  .p-section-studio__item--01 {
    top: 0;
    left: 0;
  }
  .p-section-studio__item--02 {
    top: 0;
    left: calc(20% + 0.75px);
  }
  .p-section-studio__item--03 {
    top: 0;
    left: calc(40% + 1.5px);
  }
  .p-section-studio__item--04 {
    top: 0;
    left: calc(60% + 2.25px);
  }
  .p-section-studio__item--05 {
    top: 0;
    left: calc(80% + 3px);
  }
  .p-section-studio__item--06 {
    bottom: 0;
    left: calc(20% + 0.75px);
  }
  .p-section-studio__item--07 {
    bottom: 0;
    left: calc(40% + 1.5px);
  }
  .p-section-studio__item--08 {
    bottom: 0;
    left: calc(60% + 2.25px);
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__item {
    width: 100%;
    height: calc(33.3% - 2px);
    left: 0;
  }
  .p-section-studio__item--01sp {
    top: 0;
  }
  .p-section-studio__item--02sp {
    top: 33.3333333333%;
  }
  .p-section-studio__item--03sp {
    top: 66.6666666667%;
  }
}
.p-section-studio__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-section-studio__view-full {
    width: calc((100% - 12px) / 5);
    height: calc((100% - 3px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: calc(80% + 3px);
    color: #fff;
    text-decoration: none;
    background-color: #be1d82;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__view-full {
    display: flex;
    align-items: center;
    opacity: 0 !important;
    bottom: 0;
    position: absolute;
    top: 66.66667%;
    width: 100%;
    height: calc(33.3% - 2px);
    left: 0;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    transform: scale(0.95);
    transition-property: opacity, transform;
    transition-duration: 1s;
    z-index: -1;
  }
  .p-section-studio__view-full.is-shown {
    opacity: 1 !important;
    transform: scale(1);
    z-index: 0;
  }
}
.p-section-studio__view-full-label {
  line-height: 1;
  padding-right: 1em;
  padding-left: 1em;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
  text-align: center;
}
.p-section-studio__view-full-star {
  width: 28px;
  height: 26px;
  position: absolute;
  bottom: 10.4529616725%;
  left: 7.874015748%;
}
.p-section-studio__view-full-arrow {
  position: absolute;
  top: 13.93728223%;
  right: 5.249343832%;
}
@media all and (max-width: 767px) {
  .p-section-studio__view-full-arrow {
    fill: #be1d82;
  }
  .p-section-studio__view-full-arrow path {
    fill: #be1d82;
  }
}
@media all and (min-width: 768px) {
  .p-section-studio__label-creative {
    width: calc((100% - 12px) / 5);
    height: calc((100% - 3px) / 2);
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/index/studio/label_creative.svg");
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__label-creative {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .p-section-studio__navi {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__navi {
    width: 38.8888888889%;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__navi-item {
    width: 40.9523809524%;
    position: relative;
    margin-right: 2px;
    padding-top: 34.2857142857%;
    background-color: #be1d82;
  }
  .p-section-studio__navi-item .c-arrow-b,
  .p-section-studio__navi-item .c-arrow-t {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -7px;
  }
  .p-section-studio__navi-item.is-disabled .c-arrow-b,
  .p-section-studio__navi-item.is-disabled .c-arrow-t {
    fill: #000;
  }
}
.p-section-studio__footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-section-studio__footer {
    padding-top: 5.7291666667%;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__footer {
    padding-top: 50px;
  }
}
.p-section-studio__link {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  background-color: #f9f9f9;
}
@media all and (min-width: 768px) {
  .p-section-studio__link {
    width: 57.5520833333%;
    padding-right: 3.125%;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__link {
    width: 61.1111111111%;
    padding-right: 7.4074074074%;
  }
}
.p-section-studio__link-label {
  color: #000;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-section-studio__link-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-studio__link-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-studio__link-label {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-studio__link-label {
    font-size: 3.0555555556vw;
  }
}
.p-section-studio__link-icon {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-section-studio__link-icon {
    width: 45px;
    height: 49px;
    margin-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__link-icon {
    width: 18px;
    height: 20px;
    margin-left: 7px;
  }
}
.p-section-studio__link-icon:before, .p-section-studio__link-icon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
}
.p-section-studio__link-icon:before {
  top: 0;
}
@media all and (min-width: 768px) {
  .p-section-studio__link-icon:before {
    width: 3px;
    height: 49px;
    left: 21px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__link-icon:before {
    width: 2px;
    height: 20px;
    left: 8px;
  }
}
.p-section-studio__link-icon:after {
  left: 0;
}
@media all and (min-width: 768px) {
  .p-section-studio__link-icon:after {
    width: 45px;
    height: 3px;
    top: 23px;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__link-icon:after {
    width: 18px;
    height: 2px;
    top: 9px;
  }
}
.p-section-studio__hashtag {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}
@media all and (min-width: 1025px) {
  .p-section-studio__hashtag {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-section-studio__hashtag {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-section-studio__hashtag {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-section-studio__hashtag {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-section-studio__hashtag {
    width: 42.4479166667%;
    padding-left: 7.5520833333%;
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__hashtag {
    width: 38.8888888889%;
    justify-content: center;
  }
}
.p-section-studio__bg-dna {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-section-studio__bg-dna {
    width: 25.3645833333%;
    padding-top: 11.6145833333%;
    background-image: url("../img/index/studio/bg_dna.png");
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__bg-dna {
    width: 32.037037037%;
    padding-top: 24.8148148148%;
    background-image: url("../img/index/studio/bg_dna_sp.png");
  }
}
.p-section-studio__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .p-section-studio__bg {
    background-image: url("../img/index/studio/bg.png");
  }
}
@media all and (max-width: 767px) {
  .p-section-studio__bg {
    background-image: url("../img/index/studio/bg_sp.png");
  }
}
.p-section-studio__heading-copy-01-1 {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-section-studio__heading-copy-01-1, .is-hidden .p-section-studio__heading-copy-01-1, .is-leaved-contents .p-section-studio__heading-copy-01-1 {
  transition-property: opacity, transform;
}
.is-shown .p-section-studio__heading-copy-01-1 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-section-studio__heading-copy-01-1 {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__heading-copy-01-1 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-studio__heading-copy-01-2 {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-section-studio__heading-copy-01-2, .is-hidden .p-section-studio__heading-copy-01-2, .is-leaved-contents .p-section-studio__heading-copy-01-2 {
  transition-property: opacity, transform;
}
.is-shown .p-section-studio__heading-copy-01-2 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-section-studio__heading-copy-01-2 {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__heading-copy-01-2 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-studio__heading-copy-02 {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-section-studio__heading-copy-02, .is-hidden .p-section-studio__heading-copy-02, .is-leaved-contents .p-section-studio__heading-copy-02 {
  transition-property: opacity, transform;
}
.is-shown .p-section-studio__heading-copy-02 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-section-studio__heading-copy-02 {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__heading-copy-02 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-studio__item {
  opacity: 0;
  transform: scale(0.95);
}
.is-shown .p-section-studio__item, .is-hidden .p-section-studio__item, .is-leaved-contents .p-section-studio__item {
  transition-property: opacity, transform;
}
@media all and (min-width: 768px) {
  .is-shown .p-section-studio__item {
    opacity: 1;
    transform: scale(1);
    transition-duration: 1s;
  }
  .is-shown .p-section-studio__item--01 {
    transition-delay: 0.4s;
  }
  .is-shown .p-section-studio__item--02 {
    transition-delay: 0.45s;
  }
  .is-shown .p-section-studio__item--03 {
    transition-delay: 0.5s;
  }
  .is-shown .p-section-studio__item--04 {
    transition-delay: 0.55s;
  }
  .is-shown .p-section-studio__item--05 {
    transition-delay: 0.6s;
  }
  .is-shown .p-section-studio__item--06 {
    transition-delay: 0.65s;
  }
  .is-shown .p-section-studio__item--07 {
    transition-delay: 0.7s;
  }
  .is-shown .p-section-studio__item--08 {
    transition-delay: 0.75s;
  }
}
@media all and (max-width: 767px) {
  .is-shown .p-section-studio__item--01sp {
    transition-delay: 0.4s;
  }
  .is-shown .p-section-studio__item--02sp {
    transition-delay: 0.45s;
  }
  .is-shown .p-section-studio__item--03sp {
    transition-delay: 0.5s;
  }
}
@media all and (max-width: 767px) {
  .is-shown .p-section-studio__item.is-shown {
    opacity: 1;
    transform: scale(1);
    transition-duration: 1s;
  }
}
@media all and (max-width: 767px) {
  .is-shown .p-section-studio__item.is-hidden {
    pointer-events: none;
    transition-duration: 1s;
    transition-delay: 0s;
  }
}
.is-hidden .p-section-studio__item {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__item {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
}
@media all and (min-width: 768px) {
  .is-leaved-contents .p-section-studio__item--01 {
    transition-delay: 0s;
  }
  .is-leaved-contents .p-section-studio__item--02 {
    transition-delay: 0.05s;
  }
  .is-leaved-contents .p-section-studio__item--03 {
    transition-delay: 0.1s;
  }
  .is-leaved-contents .p-section-studio__item--04 {
    transition-delay: 0.15s;
  }
  .is-leaved-contents .p-section-studio__item--05 {
    transition-delay: 0.2s;
  }
  .is-leaved-contents .p-section-studio__item--06 {
    transition-delay: 0.25s;
  }
  .is-leaved-contents .p-section-studio__item--07 {
    transition-delay: 0.3s;
  }
  .is-leaved-contents .p-section-studio__item--08 {
    transition-delay: 0.35s;
  }
}
@media all and (max-width: 767px) {
  .is-leaved-contents .p-section-studio__item--01sp {
    transition-delay: 0s;
  }
  .is-leaved-contents .p-section-studio__item--02sp {
    transition-delay: 0.05s;
  }
  .is-leaved-contents .p-section-studio__item--03sp {
    transition-delay: 0.1s;
  }
}
.p-section-studio__view-full, .p-section-studio__label-creative {
  opacity: 0;
  transform: scale(0.95);
}
.is-shown .p-section-studio__view-full, .is-hidden .p-section-studio__view-full, .is-leaved-contents .p-section-studio__view-full, .is-shown .p-section-studio__label-creative, .is-hidden .p-section-studio__label-creative, .is-leaved-contents .p-section-studio__label-creative {
  transition-property: opacity, transform;
}
.is-shown .p-section-studio__view-full, .is-shown .p-section-studio__label-creative {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-section-studio__view-full, .is-hidden .p-section-studio__label-creative {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__view-full, .is-leaved-contents .p-section-studio__label-creative {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.p-section-studio__navi {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-section-studio__navi, .is-hidden .p-section-studio__navi, .is-leaved-contents .p-section-studio__navi {
  transition-property: opacity, transform;
}
.is-shown .p-section-studio__navi {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-section-studio__navi {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__navi {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-section-studio__footer {
  opacity: 0;
}
.is-shown .p-section-studio__footer, .is-hidden .p-section-studio__footer, .is-leaved-contents .p-section-studio__footer {
  transition-property: opacity;
}
.is-shown .p-section-studio__footer {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-section-studio__footer {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-section-studio__footer {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-leaved-contents .p-section-studio__bg-dna, .is-leaved-contents .p-section-studio__bg {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.45s;
  transition-property: opacity;
}

.p-index-studio__view-full-arrow {
  position: absolute;
  top: 13.93728223%;
  right: 5.249343832%;
  fill: #be1d82;
}

.p-service-list {
  display: flex;
  align-items: stretch;
}
@media all and (max-width: 767px) {
  .p-service-list {
    flex-direction: column;
  }
}
.p-service-list__content {
  position: relative;
}
@media all and (min-width: 768px) {
  .p-service-list__content {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__content {
    flex-shrink: 0;
    padding-top: calc(38px + 27.2222222222%);
    padding-bottom: 10.3703703704%;
  }
}
.p-service-list__heading {
  line-height: 1;
  position: absolute;
  z-index: 10;
  margin-top: -0.5em;
}
@media all and (min-width: 768px) {
  .p-service-list__heading {
    width: 444px;
    top: 123px;
    right: 0;
    font-size: 1.875vw;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__heading {
    top: 65px;
    left: 80px;
    font-size: 4.8148148148vw;
  }
}
.p-service-list__items-description {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-service-list__items-description {
    width: 64%;
    position: absolute;
    top: 180px;
    right: 15%;
    font-weight: 300;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__items-description {
    position: relative;
    margin-right: 18px;
    margin-left: 18px;
    margin-bottom: 60px;
  }
}
.p-service-list__items {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-service-list__items {
    width: 80.2083333333%;
    position: absolute;
    top: 240px;
    right: 7.2916666667%;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__items {
    position: relative;
    margin-right: 18px;
    margin-left: 18px;
  }
}
@media all and (min-width: 768px) {
  .p-service-list__items-agency {
    top: 370px;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__items-agency {
    top: 0;
  }
}
.p-service-list__item {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-service-list__item {
    margin-bottom: 7.7922077922%;
    padding-left: 80px;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__item {
    margin-bottom: 30px;
    padding-left: 40px;
  }
}
.p-service-list__item-icon {
  position: absolute;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-service-list__item-icon {
    top: -40px;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__item-icon {
    width: 32px;
    height: 32px;
    top: -20px;
  }
}
.p-service-list__item-heading {
  line-height: 1;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .p-service-list__item-heading {
    margin-bottom: 20px;
    font-size: 1.0416666667vw;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__item-heading {
    margin-bottom: 8px;
    font-size: 2.5925925926vw;
  }
}
.p-service-list__items-summary {
  padding-left: 0;
  list-style: none;
}
.p-service-list__item-summary {
  line-height: 1.4285714286;
}
@media all and (min-width: 768px) {
  .p-service-list__item-summary {
    font-size: 0.7291666667vw;
    font-weight: 300;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__item-summary {
    font-size: 1.8518518519vw;
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  .p-service-list__hashtag {
    position: absolute;
    left: 7.2916666667%;
    bottom: 0;
    z-index: 10;
    margin-bottom: 6.25%;
    font-size: 1.0416666667vw;
    font-weight: 100;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__hashtag {
    display: none;
  }
}
.p-service-list__button {
  z-index: 10;
}
@media all and (min-width: 768px) {
  .p-service-list__button {
    width: 205px;
    height: 42px;
    position: absolute;
    right: 16.6666666667%;
    bottom: 0;
    margin-bottom: 4.1666666667%;
    font-size: 0.8333333333vw;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__button {
    width: 140px;
    height: 28px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.0833333333vw;
  }
}
.p-service-list__button-in {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 0.07em;
}
.p-service-list__button-in strong {
  margin-right: 5px;
  margin-left: 5px;
}
@media all and (min-width: 768px) {
  .p-service-list__button-in {
    width: 205px;
    height: 42px;
    border-radius: 10px 0 10px 0;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__button-in {
    width: 160px;
    height: 35px;
    border-radius: 4px 0 4px 0;
  }
}
.p-service-list__button-in.is-over, .p-service-list__button-in.is-leave {
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.p-service-list__button-in.is-over {
  color: #000;
  background-color: #fff;
}
.p-service-list__content-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/section/service-list/bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-service-list__image {
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) {
  .p-service-list__image {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__image {
    width: 100%;
    height: 100%;
  }
}
.p-service-list__copy {
  line-height: 1;
  position: absolute;
  z-index: 30;
}
.p-service-list__copy img {
  margin-top: -30px;
}
@media all and (min-width: 768px) {
  .p-service-list__copy {
    bottom: 0;
    left: 12.5%;
    margin-bottom: 40.625%;
    font-size: 1.875vw;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__copy {
    font-size: 3.3333333333vw;
    bottom: 0;
    left: 15.2777777778%;
    margin-bottom: 5.9259259259%;
  }
}
.p-service-list__copy-star {
  left: 4%;
}
.p-service-list__copy-col1 {
  font-weight: 100;
}
.p-service-list__copy-col2 {
  font-weight: 700;
}
.p-service-list__copy-col3 {
  color: #be1d82;
  font-weight: 700;
}
.p-service-list__butterfly {
  position: absolute;
  z-index: 20;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-service-list__butterfly {
    width: 61.25%;
    left: -8.3333333333%;
    margin-bottom: 38.5416666667%;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__butterfly {
    width: 49.537037037%;
    left: -7.4074074074%;
    margin-bottom: 3.7037037037%;
  }
}
.p-service-list__star {
  position: absolute;
  z-index: 10;
  left: 0;
}
@media all and (min-width: 768px) {
  .p-service-list__star {
    width: 47.9166666667%;
    bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .p-service-list__star {
    width: 41.6666666667%;
    bottom: 0;
    margin-bottom: -28%;
  }
}
.p-service-list__image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
  .p-service-list__image-bg--creative {
    background-image: url("../img/section/service-list/bg02.png");
  }
}
@media all and (max-width: 767px) {
  .p-service-list__image-bg--creative {
    background-image: url("../img/section/service-list/bg02_sp.png");
    background-position: bottom;
  }
}
.p-service-list__image-bg--strategy {
  background-image: url("../img/section/service-list/bg03.jpg");
}
.p-service-list__image-bg--star {
  background-image: url("../img/section/service-list/bg04.jpg");
}
.p-service-list__heading {
  opacity: 0;
  transform: translateY(-10px);
}
.is-shown .p-service-list__heading, .is-hidden .p-service-list__heading, .is-leaved-contents .p-service-list__heading {
  transition-property: opacity, transform;
}
.is-shown .p-service-list__heading {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-service-list__heading {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__heading {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-service-list__item, .p-service-list__items-description {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-service-list__item, .is-hidden .p-service-list__item, .is-leaved-contents .p-service-list__item, .is-shown .p-service-list__items-description, .is-hidden .p-service-list__items-description, .is-leaved-contents .p-service-list__items-description {
  transition-property: opacity, transform;
}
.is-shown .p-service-list__item, .is-shown .p-service-list__items-description {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}
.is-shown .p-service-list__item:nth-of-type(1), .is-shown .p-service-list__items-description:nth-of-type(1) {
  transition-delay: 0.6s;
}
.is-shown .p-service-list__item:nth-of-type(2), .is-shown .p-service-list__items-description:nth-of-type(2) {
  transition-delay: 0.65s;
}
.is-shown .p-service-list__item:nth-of-type(3), .is-shown .p-service-list__items-description:nth-of-type(3) {
  transition-delay: 0.7s;
}
.is-shown .p-service-list__item:nth-of-type(4), .is-shown .p-service-list__items-description:nth-of-type(4) {
  transition-delay: 0.75s;
}
.is-shown .p-service-list__item:nth-of-type(5), .is-shown .p-service-list__items-description:nth-of-type(5) {
  transition-delay: 0.8s;
}
.is-shown .p-service-list__item:nth-of-type(6), .is-shown .p-service-list__items-description:nth-of-type(6) {
  transition-delay: 0.85s;
}
.is-hidden .p-service-list__item, .is-hidden .p-service-list__items-description {
  transition-duration: 1s;
}
.is-leaved-contents .p-service-list__item, .is-leaved-contents .p-service-list__items-description {
  opacity: 0;
  transform: translateY(-10px);
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(1), .is-leaved-contents .p-service-list__items-description:nth-of-type(1) {
  transition-delay: 0s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(2), .is-leaved-contents .p-service-list__items-description:nth-of-type(2) {
  transition-delay: 0.02s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(3), .is-leaved-contents .p-service-list__items-description:nth-of-type(3) {
  transition-delay: 0.04s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(4), .is-leaved-contents .p-service-list__items-description:nth-of-type(4) {
  transition-delay: 0.06s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(5), .is-leaved-contents .p-service-list__items-description:nth-of-type(5) {
  transition-delay: 0.08s;
}
.is-leaved-contents .p-service-list__item:nth-of-type(6), .is-leaved-contents .p-service-list__items-description:nth-of-type(6) {
  transition-delay: 0.1s;
}
.p-service-list__hashtag {
  opacity: 0;
}
.is-shown .p-service-list__hashtag, .is-hidden .p-service-list__hashtag, .is-leaved-contents .p-service-list__hashtag {
  transition-property: opacity;
}
.is-shown .p-service-list__hashtag {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-service-list__hashtag {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__hashtag {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-service-list__button {
  opacity: 0;
}
.is-shown .p-service-list__button, .is-hidden .p-service-list__button, .is-leaved-contents .p-service-list__button {
  transition-property: opacity;
}
.is-shown .p-service-list__button {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-service-list__button {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__button {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-service-list__content-bg {
  opacity: 0;
}
.is-shown .p-service-list__content-bg, .is-hidden .p-service-list__content-bg, .is-leaved-contents .p-service-list__content-bg {
  transition-property: opacity;
}
.is-shown .p-service-list__content-bg {
  opacity: 1;
  transition-duration: 1s;
}
.is-hidden .p-service-list__content-bg {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__content-bg {
  opacity: 0;
  transition-duration: 0.6s;
}
.p-service-list__copy {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-service-list__copy, .is-hidden .p-service-list__copy, .is-leaved-contents .p-service-list__copy {
  transition-property: opacity, transform;
}
.is-shown .p-service-list__copy {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-service-list__copy {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-service-list__copy {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-service-list__butterfly {
  opacity: 0;
  transform: translateY(10px);
}
.is-shown .p-service-list__butterfly, .is-hidden .p-service-list__butterfly, .is-leaved-contents .p-service-list__butterfly {
  transition-property: opacity, transform;
}
.is-shown .p-service-list__butterfly {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-service-list__butterfly {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-service-list__butterfly {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-service-list__star {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: left;
}
.is-shown .p-service-list__star, .is-hidden .p-service-list__star, .is-leaved-contents .p-service-list__star {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-shown .p-service-list__star {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.4s;
}
.is-hidden .p-service-list__star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-service-list__star {
  opacity: 0;
  transform: scale(0.9);
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-service-list__image-bg {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-service-list__image-bg, .is-hidden .p-service-list__image-bg, .is-leaved-contents .p-service-list__image-bg {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-shown .p-service-list__image-bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
}
.is-hidden .p-service-list__image-bg {
  transition-duration: 1s;
}
.is-leaved-contents .p-service-list__image-bg {
  opacity: 0;
  transition-duration: 1s;
}

.p-think-big-quote {
  color: #000;
}
.p-think-big-quote__copy {
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__copy {
    width: 53.5416666667%;
    top: calc(50% - 10.78125vw);
    left: 21%;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__copy {
    width: 94.6296296296%;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -17.1296296296%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-think-big-quote__summary {
  line-height: 1;
  position: absolute;
  z-index: 30;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__summary {
    left: 48%;
    bottom: 0;
    margin-bottom: 3.125%;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__summary {
    top: 55%;
    right: 10.3703703704%;
    left: 25%;
    margin-top: 23.1481481481%;
  }
}
.p-think-big-quote__summary-text {
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .p-think-big-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-think-big-quote__summary-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-think-big-quote__summary-text {
    font-size: 16px;
  }
}
@media all and (max-width: 414px) {
  .p-think-big-quote__summary-text {
    font-size: 3.8888888889vw;
  }
}
@media all and (min-width: 768px) {
  .p-think-big-quote__summary-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__summary-text {
    margin-bottom: 5px;
  }
}
@media all and (min-width: 768px) {
  .p-think-big-quote__summary-text span {
    display: block;
    position: relative;
  }
}
.p-think-big-quote__summary-text img {
  position: absolute;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__summary-text img {
    width: 88px;
    top: 49px;
    right: 63px;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__summary-text img {
    width: 37px;
    top: 0;
    right: -8.4112149533%;
    margin-top: 16.4719626168%;
  }
}
.p-think-big-quote__summary-signature {
  margin: 0;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .p-think-big-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-think-big-quote__summary-signature {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-think-big-quote__summary-signature {
    font-size: 19px;
  }
}
@media all and (max-width: 414px) {
  .p-think-big-quote__summary-signature {
    font-size: 4.6296296296vw;
  }
}
.p-think-big-quote__domain {
  line-height: 1;
  position: absolute;
  z-index: 20;
  margin: 0;
  font-family: "Raleway", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-think-big-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-think-big-quote__domain {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-think-big-quote__domain {
    font-size: 14px;
  }
}
@media all and (max-width: 414px) {
  .p-think-big-quote__domain {
    font-size: 3.3333333333vw;
  }
}
@media all and (min-width: 768px) {
  .p-think-big-quote__domain {
    top: calc(50% - 0.5em);
    left: 5.7291666667%;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__domain {
    left: calc(18px + 1em);
    bottom: 33px;
  }
}
.p-think-big-quote__domain span {
  display: block;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}
@media all and (min-width: 768px) {
  .p-think-big-quote__domain span {
    left: -50%;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__domain span {
    left: 0;
    transform-origin: left bottom;
  }
}
@media all and (min-width: 768px) {
  .p-think-big-quote__star {
    width: 3.6458333333%;
    position: absolute;
    top: 54px;
    right: 6.5625%;
    z-index: 20;
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__star {
    display: none;
  }
}
.p-think-big-quote__image01, .p-think-big-quote__image02, .p-think-big-quote__image03 {
  position: absolute;
  z-index: 20;
  background-size: 100% 100%;
}
.p-think-big-quote__image01 {
  top: 15px;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__image01 {
    width: 27.4479166667%;
    left: 50%;
    transform: translate(-50%) !important;
    padding-top: 20.5729166667%;
    background-image: url("../img/section/think-big-quote/capa-20.png");
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__image01 {
    left: 50%;
    transform: translate(-50%) !important;
    background-image: url("../img/section/think-big-quote/capa-20.png");
    width: 250px;
    height: 200px;
  }
}
.p-think-big-quote__image02 {
  bottom: 0;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__image02 {
    width: 30%;
    left: 0;
    padding-top: 18%;
    background-image: url("../img/section/think-big-quote/capa-21.png");
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__image02 {
    left: 0;
    margin-bottom: -11.2962962963%;
    background-image: url("../img/section/think-big-quote/capa-21.png");
    width: 300px;
    height: 200px;
  }
}
@media all and (min-width: 768px) {
  .p-think-big-quote__image03 {
    width: 32.3958333333%;
    top: 0;
    left: 59.0104166667%;
    margin-top: 1.3020833333%;
    padding-top: 32.3958333333%;
    background-image: url("../img/section/create-purpose/photo03.png");
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__image03 {
    width: 38.1481481481%;
    top: 0;
    right: 0;
    margin-top: 26.4814814815%;
    padding-top: 67.5925925926%;
    background-image: url("../img/section/create-purpose/photo03_sp.png");
  }
}
.p-think-big-quote__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .p-think-big-quote__bg {
    background-image: url("../img/section/create-purpose/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-think-big-quote__bg {
    background-image: url("../img/section/create-purpose/bg_sp.jpg");
  }
}
.p-think-big-quote__copy {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-think-big-quote__copy, .is-hidden .p-think-big-quote__copy, .is-leaved-contents .p-think-big-quote__copy {
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-shown .p-think-big-quote__copy {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.8s;
}
.is-hidden .p-think-big-quote__copy {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__copy {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-think-big-quote__summary {
  opacity: 0;
}
.is-shown .p-think-big-quote__summary, .is-hidden .p-think-big-quote__summary, .is-leaved-contents .p-think-big-quote__summary {
  transition-property: opacity;
}
.is-shown .p-think-big-quote__summary {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-think-big-quote__summary {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__summary {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-think-big-quote__domain {
  opacity: 0;
}
.is-shown .p-think-big-quote__domain, .is-hidden .p-think-big-quote__domain, .is-leaved-contents .p-think-big-quote__domain {
  transition-property: opacity;
}
.is-shown .p-think-big-quote__domain {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1s;
}
.is-hidden .p-think-big-quote__domain {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__domain {
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-think-big-quote__star {
  opacity: 0;
  transform: rotate(45deg) scale(2);
}
.is-shown .p-think-big-quote__star, .is-hidden .p-think-big-quote__star, .is-leaved-contents .p-think-big-quote__star {
  transition-property: opacity, transform;
}
.is-shown .p-think-big-quote__star {
  opacity: 1;
  transform: rotate(0) scale(1);
  transition-duration: 1s;
  transition-delay: 0.7s;
}
.is-hidden .p-think-big-quote__star {
  transition-duration: 1s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__star {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
.p-think-big-quote__image01 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: bottom;
}
.is-shown .p-think-big-quote__image01, .is-hidden .p-think-big-quote__image01, .is-leaved-contents .p-think-big-quote__image01 {
  transition-property: opacity, transform;
}
.is-shown .p-think-big-quote__image01 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.4s;
}
.is-hidden .p-think-big-quote__image01 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__image01 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-think-big-quote__image02 {
  opacity: 0;
  transform: scale(1.05);
  transform-origin: top;
}
.is-shown .p-think-big-quote__image02, .is-hidden .p-think-big-quote__image02, .is-leaved-contents .p-think-big-quote__image02 {
  transition-property: opacity, transform;
}
.is-shown .p-think-big-quote__image02 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.is-hidden .p-think-big-quote__image02 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__image02 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-think-big-quote__image03 {
  opacity: 0;
  transform: scale(1.05);
}
.is-shown .p-think-big-quote__image03, .is-hidden .p-think-big-quote__image03, .is-leaved-contents .p-think-big-quote__image03 {
  transition-property: opacity, transform;
}
.is-shown .p-think-big-quote__image03 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.is-hidden .p-think-big-quote__image03 {
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.is-leaved-contents .p-think-big-quote__image03 {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.p-think-big-quote__bg {
  opacity: 0;
}
.is-shown .p-think-big-quote__bg, .is-hidden .p-think-big-quote__bg, .is-leaved-contents .p-think-big-quote__bg {
  transition-property: opacity;
}
.is-shown .p-think-big-quote__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}
.is-hidden .p-think-big-quote__bg {
  transition-duration: 0.6s;
}
.is-leaved-contents .p-think-big-quote__bg {
  opacity: 0;
  transition-duration: 0.6s;
}

.p-creative-studio-header {
  line-height: 1;
}
.p-creative-studio-header__heading {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
  font-family: "BebasNeue", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-creative-studio-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-creative-studio-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-creative-studio-header__heading {
    font-size: 29px;
  }
}
@media all and (max-width: 414px) {
  .p-creative-studio-header__heading {
    font-size: 6.9444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__heading {
    width: 212px;
    height: 198px;
    top: calc(50% - 119px);
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__heading {
    width: 106px;
    height: 106px;
    top: calc(50% - 49.5px);
  }
}
.p-creative-studio-header__heading-logo {
  display: block;
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__heading-logo {
    width: 212px;
    height: 92px;
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__heading-logo {
    width: 106px;
    height: 46px;
  }
}
.p-creative-studio-header__heading-row1 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  margin-bottom: 3px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__heading-row1 {
    bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__heading-row1 {
    bottom: 24px;
  }
}
.p-creative-studio-header__heading-row2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: 100;
}
.p-creative-studio-header__cursive {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  text-align: center;
  letter-spacing: 1em;
}
@media all and (min-width: 1025px) {
  .p-creative-studio-header__cursive {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-creative-studio-header__cursive {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-creative-studio-header__cursive {
    font-size: 18px;
  }
}
@media all and (max-width: 414px) {
  .p-creative-studio-header__cursive {
    font-size: 4.4444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__cursive {
    width: 418px;
    height: 100px;
    top: calc(50% + 133px);
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__cursive {
    width: 209px;
    height: 50px;
    top: calc(50% + 77px);
  }
}
.p-creative-studio-header__labels {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-creative-studio-header__labels {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-creative-studio-header__labels {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-creative-studio-header__labels {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-creative-studio-header__labels {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__labels {
    justify-content: center;
    top: calc(50% + 296px);
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__labels {
    flex-direction: column;
    align-items: center;
    top: calc(50% + 140px);
  }
}
.p-creative-studio-header__label {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__label {
    margin-right: 32px;
    margin-left: 32px;
  }
}
.p-creative-studio-header__label-plus {
  margin-right: 7px;
  margin-left: 7px;
  color: #be1d82;
}
@media all and (min-width: 1025px) {
  .p-creative-studio-header__label-plus {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-creative-studio-header__label-plus {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-creative-studio-header__label-plus {
    font-size: 25px;
  }
}
@media all and (max-width: 414px) {
  .p-creative-studio-header__label-plus {
    font-size: 6.1111111111vw;
  }
}
.p-creative-studio-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-creative-studio-header__bg {
    background-image: url("../img/creative-studio/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-creative-studio-header__bg {
    background-image: url("../img/creative-studio/bg.jpg");
  }
}
.p-creative-studio-header__heading-logo {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-creative-studio-header__heading-logo, .is-hidden .p-creative-studio-header__heading-logo, .is-leaved-contents .p-creative-studio-header__heading-logo {
  transition-property: opacity, transform;
}
.is-shown .p-creative-studio-header__heading-logo {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-creative-studio-header__heading-logo, .is-leaved-contents .p-creative-studio-header__heading-logo {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-creative-studio-header__heading-row1 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-creative-studio-header__heading-row1, .is-hidden .p-creative-studio-header__heading-row1, .is-leaved-contents .p-creative-studio-header__heading-row1 {
  transition-property: opacity, transform;
}
.is-shown .p-creative-studio-header__heading-row1 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.85s;
}
.is-hidden .p-creative-studio-header__heading-row1, .is-leaved-contents .p-creative-studio-header__heading-row1 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-creative-studio-header__heading-row2 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-creative-studio-header__heading-row2, .is-hidden .p-creative-studio-header__heading-row2, .is-leaved-contents .p-creative-studio-header__heading-row2 {
  transition-property: opacity, transform;
}
.is-shown .p-creative-studio-header__heading-row2 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-creative-studio-header__heading-row2, .is-leaved-contents .p-creative-studio-header__heading-row2 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-creative-studio-header__cursive {
  opacity: 0;
}
.is-shown .p-creative-studio-header__cursive, .is-hidden .p-creative-studio-header__cursive, .is-leaved-contents .p-creative-studio-header__cursive {
  transition-property: opacity;
}
.is-shown .p-creative-studio-header__cursive {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.4s;
}
.is-hidden .p-creative-studio-header__cursive, .is-leaved-contents .p-creative-studio-header__cursive {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-creative-studio-header__label {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.is-shown .p-creative-studio-header__label, .is-hidden .p-creative-studio-header__label, .is-leaved-contents .p-creative-studio-header__label {
  transition-property: opacity, transform;
}
.is-shown .p-creative-studio-header__label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
}
.is-shown .p-creative-studio-header__label:nth-of-type(1) {
  transition-delay: 1.5s;
}
.is-shown .p-creative-studio-header__label:nth-of-type(2) {
  transition-delay: 1.58s;
}
.is-shown .p-creative-studio-header__label:nth-of-type(3) {
  transition-delay: 1.66s;
}
.is-hidden .p-creative-studio-header__label, .is-leaved-contents .p-creative-studio-header__label {
  opacity: 0;
  transition-duration: 0.4s;
}
.is-hidden .p-creative-studio-header__label:nth-of-type(1), .is-leaved-contents .p-creative-studio-header__label:nth-of-type(1) {
  transition-delay: 0s;
}
.is-hidden .p-creative-studio-header__label:nth-of-type(2), .is-leaved-contents .p-creative-studio-header__label:nth-of-type(2) {
  transition-delay: 0s;
}
.is-hidden .p-creative-studio-header__label:nth-of-type(3), .is-leaved-contents .p-creative-studio-header__label:nth-of-type(3) {
  transition-delay: 0s;
}
.p-creative-studio-header__bg {
  opacity: 0;
  transform: scale(1.1);
}
.is-shown .p-creative-studio-header__bg, .is-hidden .p-creative-studio-header__bg, .is-leaved-contents .p-creative-studio-header__bg {
  transition-property: opacity, transform;
}
.is-shown .p-creative-studio-header__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.2s;
}
.is-hidden .p-creative-studio-header__bg, .is-leaved-contents .p-creative-studio-header__bg {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}

.p-strategy-ward-header {
  line-height: 1;
}
.p-strategy-ward-header__heading {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 100;
  font-family: "BebasNeue", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-strategy-ward-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-strategy-ward-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-strategy-ward-header__heading {
    font-size: 29px;
  }
}
@media all and (max-width: 414px) {
  .p-strategy-ward-header__heading {
    font-size: 6.9444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__heading {
    width: 212px;
    height: 198px;
    top: calc(56.0869565217% - 150px);
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__heading {
    width: 106px;
    height: 106px;
    top: calc(52.2039298991% - 80px);
  }
}
.p-strategy-ward-header__heading-logo {
  display: block;
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__heading-logo {
    width: 212px;
    height: 92px;
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__heading-logo {
    width: 106px;
    height: 46px;
  }
}
.p-strategy-ward-header__heading-row1 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  margin-bottom: 3px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__heading-row1 {
    bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__heading-row1 {
    bottom: 24px;
  }
}
.p-strategy-ward-header__heading-row2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: 100;
}
.p-strategy-ward-header__wave-wrap {
  position: absolute;
  z-index: 100;
}
.p-strategy-ward-header__wave {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-strategy-ward-header__apparatus {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__apparatus {
    background-image: url("../img/strategy-ward/apparatus.png");
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__apparatus {
    background-image: url("../img/strategy-ward/apparatus_sp.png");
  }
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__bg-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url("../img/strategy-ward/bg_wave.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__bg-wave {
    display: none;
  }
}
.p-strategy-ward-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 768px) {
  .p-strategy-ward-header__bg {
    background-image: url("../img/strategy-ward/bg.jpg");
  }
}
@media all and (max-width: 767px) {
  .p-strategy-ward-header__bg {
    background-image: url("../img/strategy-ward/bg_sp.jpg");
  }
}
.p-strategy-ward-header__heading-logo {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-strategy-ward-header__heading-logo, .is-hidden .p-strategy-ward-header__heading-logo, .is-leaved-contents .p-strategy-ward-header__heading-logo {
  transition-property: opacity, transform;
}
.is-shown .p-strategy-ward-header__heading-logo {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-strategy-ward-header__heading-logo, .is-leaved-contents .p-strategy-ward-header__heading-logo {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__heading-row1 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-strategy-ward-header__heading-row1, .is-hidden .p-strategy-ward-header__heading-row1, .is-leaved-contents .p-strategy-ward-header__heading-row1 {
  transition-property: opacity, transform;
}
.is-shown .p-strategy-ward-header__heading-row1 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.85s;
}
.is-hidden .p-strategy-ward-header__heading-row1, .is-leaved-contents .p-strategy-ward-header__heading-row1 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__heading-row2 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-strategy-ward-header__heading-row2, .is-hidden .p-strategy-ward-header__heading-row2, .is-leaved-contents .p-strategy-ward-header__heading-row2 {
  transition-property: opacity, transform;
}
.is-shown .p-strategy-ward-header__heading-row2 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-strategy-ward-header__heading-row2, .is-leaved-contents .p-strategy-ward-header__heading-row2 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__wave {
  opacity: 0;
}
.is-shown .p-strategy-ward-header__wave, .is-hidden .p-strategy-ward-header__wave, .is-leaved-contents .p-strategy-ward-header__wave {
  transition-property: opacity;
}
.is-shown .p-strategy-ward-header__wave {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.9s;
}
.is-hidden .p-strategy-ward-header__wave, .is-leaved-contents .p-strategy-ward-header__wave {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__apparatus {
  opacity: 0;
  transform: scale(1.04);
}
.is-shown .p-strategy-ward-header__apparatus, .is-hidden .p-strategy-ward-header__apparatus, .is-leaved-contents .p-strategy-ward-header__apparatus {
  transition-property: opacity, transform;
}
.is-shown .p-strategy-ward-header__apparatus {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.5s;
}
.is-hidden .p-strategy-ward-header__apparatus, .is-leaved-contents .p-strategy-ward-header__apparatus {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__bg-wave {
  opacity: 0;
}
.is-shown .p-strategy-ward-header__bg-wave, .is-hidden .p-strategy-ward-header__bg-wave, .is-leaved-contents .p-strategy-ward-header__bg-wave {
  transition-property: opacity;
}
.is-shown .p-strategy-ward-header__bg-wave {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 2s;
}
.is-hidden .p-strategy-ward-header__bg-wave, .is-leaved-contents .p-strategy-ward-header__bg-wave {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-strategy-ward-header__bg {
  opacity: 0;
  transform: scale(1.1);
}
.is-shown .p-strategy-ward-header__bg, .is-hidden .p-strategy-ward-header__bg, .is-leaved-contents .p-strategy-ward-header__bg {
  transition-property: opacity, transform;
}
.is-shown .p-strategy-ward-header__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.2s;
}
.is-hidden .p-strategy-ward-header__bg, .is-leaved-contents .p-strategy-ward-header__bg {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}

.p-star-agency-header {
  line-height: 1;
}
.p-star-agency-header__heading {
  position: absolute;
  z-index: 100;
  font-family: "BebasNeue", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-star-agency-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-star-agency-header__heading {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-star-agency-header__heading {
    font-size: 29px;
  }
}
@media all and (max-width: 414px) {
  .p-star-agency-header__heading {
    font-size: 6.9444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-star-agency-header__heading {
    width: 212px;
    height: 198px;
    top: calc(50% - 99px);
    left: calc(50% - 106px);
  }
}
@media all and (max-width: 767px) {
  .p-star-agency-header__heading {
    width: 106px;
    height: 106px;
    top: calc(50% - 49.5px);
    left: calc(50% - 53px);
  }
}
@media all and (min-width: 768px) {
  .p-star-agency-header__heading-logo {
    width: 212px;
    height: 92px;
  }
}
@media all and (max-width: 767px) {
  .p-star-agency-header__heading-logo {
    width: 106px;
    height: 46px;
  }
}
.p-star-agency-header__heading-row1 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  left: 0;
  margin-bottom: 3px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .p-star-agency-header__heading-row1 {
    bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .p-star-agency-header__heading-row1 {
    bottom: 24px;
  }
}
.p-star-agency-header__heading-row2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-weight: 100;
}
.p-star-agency-header__copy {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  padding-left: 1em;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .p-star-agency-header__copy {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-star-agency-header__copy {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-star-agency-header__copy {
    font-size: 18px;
  }
}
@media all and (max-width: 414px) {
  .p-star-agency-header__copy {
    font-size: 4.4444444444vw;
  }
}
@media all and (min-width: 768px) {
  .p-star-agency-header__copy {
    bottom: 165px;
    letter-spacing: 1em;
  }
}
@media all and (max-width: 767px) {
  .p-star-agency-header__copy {
    bottom: 140px;
    letter-spacing: 0.3em;
  }
}
.p-star-agency-header__copy-col {
  display: inline-block;
  font-weight: 100;
}
@media all and (max-width: 767px) {
  .p-star-agency-header__copy-col {
    margin-top: 1em;
  }
}
.p-star-agency-header__copy-col--3 {
  font-weight: 700;
}
.p-star-agency-header__labels {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-star-agency-header__labels {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-star-agency-header__labels {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-star-agency-header__labels {
    font-size: 13px;
  }
}
@media all and (max-width: 414px) {
  .p-star-agency-header__labels {
    font-size: 3.0555555556vw;
  }
}
@media all and (min-width: 768px) {
  .p-star-agency-header__labels {
    justify-content: center;
    bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .p-star-agency-header__labels {
    flex-direction: column;
    align-items: center;
    bottom: 80px;
  }
}
.p-star-agency-header__label {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .p-star-agency-header__label {
    margin-right: 32px;
    margin-left: 32px;
  }
}
.p-star-agency-header__label-plus {
  margin-right: 3px;
  margin-left: 3px;
  color: #be1d82;
}
@media all and (min-width: 1025px) {
  .p-star-agency-header__label-plus {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .p-star-agency-header__label-plus {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 415px) and (max-width: 767px) {
  .p-star-agency-header__label-plus {
    font-size: 25px;
  }
}
@media all and (max-width: 414px) {
  .p-star-agency-header__label-plus {
    font-size: 6.1111111111vw;
  }
}
.p-star-agency-header__label-word {
  margin-right: 3px;
  margin-left: 3px;
}
.p-star-agency-header__guy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url("../img/star-agency/guy.png");
  background-size: auto 100%;
  background-position: center;
}
.p-star-agency-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/star-agency/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-star-agency-header__heading-logo {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-star-agency-header__heading-logo, .is-hidden .p-star-agency-header__heading-logo, .is-leaved-contents .p-star-agency-header__heading-logo {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__heading-logo {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.is-hidden .p-star-agency-header__heading-logo, .is-leaved-contents .p-star-agency-header__heading-logo {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-star-agency-header__heading-row1 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-star-agency-header__heading-row1, .is-hidden .p-star-agency-header__heading-row1, .is-leaved-contents .p-star-agency-header__heading-row1 {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__heading-row1 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.85s;
}
.is-hidden .p-star-agency-header__heading-row1, .is-leaved-contents .p-star-agency-header__heading-row1 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-star-agency-header__heading-row2 {
  opacity: 0;
  transform: scale(1.2);
}
.is-shown .p-star-agency-header__heading-row2, .is-hidden .p-star-agency-header__heading-row2, .is-leaved-contents .p-star-agency-header__heading-row2 {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__heading-row2 {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.9s;
}
.is-hidden .p-star-agency-header__heading-row2, .is-leaved-contents .p-star-agency-header__heading-row2 {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-star-agency-header__copy {
  opacity: 0;
}
.is-shown .p-star-agency-header__copy, .is-hidden .p-star-agency-header__copy, .is-leaved-contents .p-star-agency-header__copy {
  transition-property: opacity;
}
.is-shown .p-star-agency-header__copy {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.4s;
}
.is-hidden .p-star-agency-header__copy, .is-leaved-contents .p-star-agency-header__copy {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-star-agency-header__label {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.is-shown .p-star-agency-header__label, .is-hidden .p-star-agency-header__label, .is-leaved-contents .p-star-agency-header__label {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__label {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
}
.is-shown .p-star-agency-header__label:nth-of-type(1) {
  transition-delay: 1.5s;
}
.is-shown .p-star-agency-header__label:nth-of-type(2) {
  transition-delay: 1.58s;
}
.is-shown .p-star-agency-header__label:nth-of-type(3) {
  transition-delay: 1.66s;
}
.is-hidden .p-star-agency-header__label, .is-leaved-contents .p-star-agency-header__label {
  opacity: 0;
  transition-duration: 0.4s;
}
.is-hidden .p-star-agency-header__label:nth-of-type(1), .is-leaved-contents .p-star-agency-header__label:nth-of-type(1) {
  transition-delay: 0s;
}
.is-hidden .p-star-agency-header__label:nth-of-type(2), .is-leaved-contents .p-star-agency-header__label:nth-of-type(2) {
  transition-delay: 0s;
}
.is-hidden .p-star-agency-header__label:nth-of-type(3), .is-leaved-contents .p-star-agency-header__label:nth-of-type(3) {
  transition-delay: 0s;
}
.p-star-agency-header__guy {
  opacity: 0;
  transform: scale(1.04);
}
.is-shown .p-star-agency-header__guy, .is-hidden .p-star-agency-header__guy, .is-leaved-contents .p-star-agency-header__guy {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__guy {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 1s;
}
.is-hidden .p-star-agency-header__guy, .is-leaved-contents .p-star-agency-header__guy {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.p-star-agency-header__bg {
  opacity: 0;
  transform: scale(1.1);
}
.is-shown .p-star-agency-header__bg, .is-hidden .p-star-agency-header__bg, .is-leaved-contents .p-star-agency-header__bg {
  transition-property: opacity, transform;
}
.is-shown .p-star-agency-header__bg {
  opacity: 1;
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0.2s;
}
.is-hidden .p-star-agency-header__bg, .is-leaved-contents .p-star-agency-header__bg {
  opacity: 0;
  transition-duration: 0.4s;
  transition-delay: 0s;
}

.u-animdel-5 {
  animation-delay: 0.05s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-5 {
    animation-delay: 0.05s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-5 {
    animation-delay: 0.05s;
  }
}
.u-animdel-10 {
  animation-delay: 0.1s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-10 {
    animation-delay: 0.1s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-10 {
    animation-delay: 0.1s;
  }
}
.u-animdel-15 {
  animation-delay: 0.15s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-15 {
    animation-delay: 0.15s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-15 {
    animation-delay: 0.15s;
  }
}
.u-animdel-20 {
  animation-delay: 0.2s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-20 {
    animation-delay: 0.2s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-20 {
    animation-delay: 0.2s;
  }
}
.u-animdel-25 {
  animation-delay: 0.25s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-25 {
    animation-delay: 0.25s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-25 {
    animation-delay: 0.25s;
  }
}
.u-animdel-30 {
  animation-delay: 0.3s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-30 {
    animation-delay: 0.3s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-30 {
    animation-delay: 0.3s;
  }
}
.u-animdel-35 {
  animation-delay: 0.35s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-35 {
    animation-delay: 0.35s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-35 {
    animation-delay: 0.35s;
  }
}
.u-animdel-40 {
  animation-delay: 0.4s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-40 {
    animation-delay: 0.4s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-40 {
    animation-delay: 0.4s;
  }
}
.u-animdel-45 {
  animation-delay: 0.45s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-45 {
    animation-delay: 0.45s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-45 {
    animation-delay: 0.45s;
  }
}
.u-animdel-50 {
  animation-delay: 0.5s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-50 {
    animation-delay: 0.5s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-50 {
    animation-delay: 0.5s;
  }
}
.u-animdel-55 {
  animation-delay: 0.55s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-55 {
    animation-delay: 0.55s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-55 {
    animation-delay: 0.55s;
  }
}
.u-animdel-60 {
  animation-delay: 0.6s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-60 {
    animation-delay: 0.6s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-60 {
    animation-delay: 0.6s;
  }
}
.u-animdel-65 {
  animation-delay: 0.65s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-65 {
    animation-delay: 0.65s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-65 {
    animation-delay: 0.65s;
  }
}
.u-animdel-70 {
  animation-delay: 0.7s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-70 {
    animation-delay: 0.7s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-70 {
    animation-delay: 0.7s;
  }
}
.u-animdel-75 {
  animation-delay: 0.75s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-75 {
    animation-delay: 0.75s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-75 {
    animation-delay: 0.75s;
  }
}
.u-animdel-80 {
  animation-delay: 0.8s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-80 {
    animation-delay: 0.8s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-80 {
    animation-delay: 0.8s;
  }
}
.u-animdel-85 {
  animation-delay: 0.85s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-85 {
    animation-delay: 0.85s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-85 {
    animation-delay: 0.85s;
  }
}
.u-animdel-90 {
  animation-delay: 0.9s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-90 {
    animation-delay: 0.9s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-90 {
    animation-delay: 0.9s;
  }
}
.u-animdel-95 {
  animation-delay: 0.95s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-95 {
    animation-delay: 0.95s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-95 {
    animation-delay: 0.95s;
  }
}
.u-animdel-100 {
  animation-delay: 1s;
}
@media all and (min-width: 768px) {
  .u-animdel-pc-100 {
    animation-delay: 1s;
  }
}
@media all and (max-width: 767px) {
  .u-animdel-sp-100 {
    animation-delay: 1s;
  }
}

.u-c-key {
  color: #be1d82;
}

.u-cur-a {
  cursor: auto;
}

.u-cur-d {
  cursor: default;
}

.u-cur-c {
  cursor: crosshair;
}

.u-cur-ha {
  cursor: hand;
}

.u-cur-he {
  cursor: help;
}

.u-cur-m {
  cursor: move;
}

.u-cur-p {
  cursor: pointer;
}

.u-cur-t {
  cursor: text;
}

.u-d-b {
  display: block;
}
.u-d-ib {
  display: inline-block;
}
.u-d-i {
  display: inline;
}
.u-d-fc {
  display: flex;
  justify-content: center;
}
.u-d-fs {
  display: flex;
  justify-content: flex-start;
}
.u-d-fe {
  display: flex;
  justify-content: flex-end;
}
.u-d-fa {
  display: flex;
  justify-content: space-around;
}
.u-d-fb {
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 1025px) {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 1367px) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
  .u-dn-pc-s {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-dn-tablet {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .u-dn-tablet-l {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .u-dn-tablet-p {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .u-dn-mobile {
    display: none;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .u-dn-mobile-l {
    display: none;
  }
}
@media all and (max-width: 767px) and (orientation: portrait) {
  .u-dn-mobile-p {
    display: none;
  }
}

.u-fw-1 {
  font-weight: 100;
}
.u-fw-2 {
  font-weight: 200;
}
.u-fw-3 {
  font-weight: 300;
}
.u-fw-4 {
  font-weight: 400;
}
.u-fw-5 {
  font-weight: 500;
}
.u-fw-6 {
  font-weight: 600;
}
.u-fw-7 {
  font-weight: 700;
}

.u-fz-1 {
  font-size: 1px;
  font-size: 0.0625rem;
}
.u-fz-2 {
  font-size: 2px;
  font-size: 0.125rem;
}
.u-fz-3 {
  font-size: 3px;
  font-size: 0.1875rem;
}
.u-fz-4 {
  font-size: 4px;
  font-size: 0.25rem;
}
.u-fz-5 {
  font-size: 5px;
  font-size: 0.3125rem;
}
.u-fz-6 {
  font-size: 6px;
  font-size: 0.375rem;
}
.u-fz-7 {
  font-size: 7px;
  font-size: 0.4375rem;
}
.u-fz-8 {
  font-size: 8px;
  font-size: 0.5rem;
}
.u-fz-9 {
  font-size: 9px;
  font-size: 0.5625rem;
}
.u-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}
.u-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}
.u-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}
.u-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}
.u-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}
.u-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.u-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}
.u-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}
.u-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}
.u-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}
.u-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.u-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.u-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}
.u-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}
.u-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}
.u-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.u-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}
.u-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}
.u-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}
.u-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}
.u-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}
.u-fz-31 {
  font-size: 31px;
  font-size: 1.9375rem;
}
.u-fz-32 {
  font-size: 32px;
  font-size: 2rem;
}
.u-fz-33 {
  font-size: 33px;
  font-size: 2.0625rem;
}
.u-fz-34 {
  font-size: 34px;
  font-size: 2.125rem;
}
.u-fz-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}
.u-fz-36 {
  font-size: 36px;
  font-size: 2.25rem;
}
.u-fz-37 {
  font-size: 37px;
  font-size: 2.3125rem;
}
.u-fz-38 {
  font-size: 38px;
  font-size: 2.375rem;
}
.u-fz-39 {
  font-size: 39px;
  font-size: 2.4375rem;
}
.u-fz-40 {
  font-size: 40px;
  font-size: 2.5rem;
}
.u-fz-41 {
  font-size: 41px;
  font-size: 2.5625rem;
}
.u-fz-42 {
  font-size: 42px;
  font-size: 2.625rem;
}
.u-fz-43 {
  font-size: 43px;
  font-size: 2.6875rem;
}
.u-fz-44 {
  font-size: 44px;
  font-size: 2.75rem;
}
.u-fz-45 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.u-fz-46 {
  font-size: 46px;
  font-size: 2.875rem;
}
.u-fz-47 {
  font-size: 47px;
  font-size: 2.9375rem;
}
.u-fz-48 {
  font-size: 48px;
  font-size: 3rem;
}
.u-fz-49 {
  font-size: 49px;
  font-size: 3.0625rem;
}
.u-fz-50 {
  font-size: 50px;
  font-size: 3.125rem;
}
.u-fz-51 {
  font-size: 51px;
  font-size: 3.1875rem;
}
.u-fz-52 {
  font-size: 52px;
  font-size: 3.25rem;
}
.u-fz-53 {
  font-size: 53px;
  font-size: 3.3125rem;
}
.u-fz-54 {
  font-size: 54px;
  font-size: 3.375rem;
}
.u-fz-55 {
  font-size: 55px;
  font-size: 3.4375rem;
}
.u-fz-56 {
  font-size: 56px;
  font-size: 3.5rem;
}
.u-fz-57 {
  font-size: 57px;
  font-size: 3.5625rem;
}
.u-fz-58 {
  font-size: 58px;
  font-size: 3.625rem;
}
.u-fz-59 {
  font-size: 59px;
  font-size: 3.6875rem;
}
.u-fz-60 {
  font-size: 60px;
  font-size: 3.75rem;
}
.u-fz-61 {
  font-size: 61px;
  font-size: 3.8125rem;
}
.u-fz-62 {
  font-size: 62px;
  font-size: 3.875rem;
}
.u-fz-63 {
  font-size: 63px;
  font-size: 3.9375rem;
}
.u-fz-64 {
  font-size: 64px;
  font-size: 4rem;
}
.u-fz-65 {
  font-size: 65px;
  font-size: 4.0625rem;
}
.u-fz-66 {
  font-size: 66px;
  font-size: 4.125rem;
}
.u-fz-67 {
  font-size: 67px;
  font-size: 4.1875rem;
}
.u-fz-68 {
  font-size: 68px;
  font-size: 4.25rem;
}
.u-fz-69 {
  font-size: 69px;
  font-size: 4.3125rem;
}
.u-fz-70 {
  font-size: 70px;
  font-size: 4.375rem;
}
.u-fz-71 {
  font-size: 71px;
  font-size: 4.4375rem;
}
.u-fz-72 {
  font-size: 72px;
  font-size: 4.5rem;
}
.u-fz-73 {
  font-size: 73px;
  font-size: 4.5625rem;
}
.u-fz-74 {
  font-size: 74px;
  font-size: 4.625rem;
}
.u-fz-75 {
  font-size: 75px;
  font-size: 4.6875rem;
}
.u-fz-76 {
  font-size: 76px;
  font-size: 4.75rem;
}
.u-fz-77 {
  font-size: 77px;
  font-size: 4.8125rem;
}
.u-fz-78 {
  font-size: 78px;
  font-size: 4.875rem;
}
.u-fz-79 {
  font-size: 79px;
  font-size: 4.9375rem;
}
.u-fz-80 {
  font-size: 80px;
  font-size: 5rem;
}
.u-fz-81 {
  font-size: 81px;
  font-size: 5.0625rem;
}
.u-fz-82 {
  font-size: 82px;
  font-size: 5.125rem;
}
.u-fz-83 {
  font-size: 83px;
  font-size: 5.1875rem;
}
.u-fz-84 {
  font-size: 84px;
  font-size: 5.25rem;
}
.u-fz-85 {
  font-size: 85px;
  font-size: 5.3125rem;
}
.u-fz-86 {
  font-size: 86px;
  font-size: 5.375rem;
}
.u-fz-87 {
  font-size: 87px;
  font-size: 5.4375rem;
}
.u-fz-88 {
  font-size: 88px;
  font-size: 5.5rem;
}
.u-fz-89 {
  font-size: 89px;
  font-size: 5.5625rem;
}
.u-fz-90 {
  font-size: 90px;
  font-size: 5.625rem;
}
.u-fz-91 {
  font-size: 91px;
  font-size: 5.6875rem;
}
.u-fz-92 {
  font-size: 92px;
  font-size: 5.75rem;
}
.u-fz-93 {
  font-size: 93px;
  font-size: 5.8125rem;
}
.u-fz-94 {
  font-size: 94px;
  font-size: 5.875rem;
}
.u-fz-95 {
  font-size: 95px;
  font-size: 5.9375rem;
}
.u-fz-96 {
  font-size: 96px;
  font-size: 6rem;
}
.u-fz-97 {
  font-size: 97px;
  font-size: 6.0625rem;
}
.u-fz-98 {
  font-size: 98px;
  font-size: 6.125rem;
}
.u-fz-99 {
  font-size: 99px;
  font-size: 6.1875rem;
}
.u-fz-100 {
  font-size: 100px;
  font-size: 6.25rem;
}

.u-lh-100 {
  line-height: 1;
}
.u-lh-101 {
  line-height: 1.01;
}
.u-lh-102 {
  line-height: 1.02;
}
.u-lh-103 {
  line-height: 1.03;
}
.u-lh-104 {
  line-height: 1.04;
}
.u-lh-105 {
  line-height: 1.05;
}
.u-lh-106 {
  line-height: 1.06;
}
.u-lh-107 {
  line-height: 1.07;
}
.u-lh-108 {
  line-height: 1.08;
}
.u-lh-109 {
  line-height: 1.09;
}
.u-lh-110 {
  line-height: 1.1;
}
.u-lh-111 {
  line-height: 1.11;
}
.u-lh-112 {
  line-height: 1.12;
}
.u-lh-113 {
  line-height: 1.13;
}
.u-lh-114 {
  line-height: 1.14;
}
.u-lh-115 {
  line-height: 1.15;
}
.u-lh-116 {
  line-height: 1.16;
}
.u-lh-117 {
  line-height: 1.17;
}
.u-lh-118 {
  line-height: 1.18;
}
.u-lh-119 {
  line-height: 1.19;
}
.u-lh-120 {
  line-height: 1.2;
}
.u-lh-121 {
  line-height: 1.21;
}
.u-lh-122 {
  line-height: 1.22;
}
.u-lh-123 {
  line-height: 1.23;
}
.u-lh-124 {
  line-height: 1.24;
}
.u-lh-125 {
  line-height: 1.25;
}
.u-lh-126 {
  line-height: 1.26;
}
.u-lh-127 {
  line-height: 1.27;
}
.u-lh-128 {
  line-height: 1.28;
}
.u-lh-129 {
  line-height: 1.29;
}
.u-lh-130 {
  line-height: 1.3;
}
.u-lh-131 {
  line-height: 1.31;
}
.u-lh-132 {
  line-height: 1.32;
}
.u-lh-133 {
  line-height: 1.33;
}
.u-lh-134 {
  line-height: 1.34;
}
.u-lh-135 {
  line-height: 1.35;
}
.u-lh-136 {
  line-height: 1.36;
}
.u-lh-137 {
  line-height: 1.37;
}
.u-lh-138 {
  line-height: 1.38;
}
.u-lh-139 {
  line-height: 1.39;
}
.u-lh-140 {
  line-height: 1.4;
}
.u-lh-141 {
  line-height: 1.41;
}
.u-lh-142 {
  line-height: 1.42;
}
.u-lh-143 {
  line-height: 1.43;
}
.u-lh-144 {
  line-height: 1.44;
}
.u-lh-145 {
  line-height: 1.45;
}
.u-lh-146 {
  line-height: 1.46;
}
.u-lh-147 {
  line-height: 1.47;
}
.u-lh-148 {
  line-height: 1.48;
}
.u-lh-149 {
  line-height: 1.49;
}
.u-lh-150 {
  line-height: 1.5;
}
.u-lh-151 {
  line-height: 1.51;
}
.u-lh-152 {
  line-height: 1.52;
}
.u-lh-153 {
  line-height: 1.53;
}
.u-lh-154 {
  line-height: 1.54;
}
.u-lh-155 {
  line-height: 1.55;
}
.u-lh-156 {
  line-height: 1.56;
}
.u-lh-157 {
  line-height: 1.57;
}
.u-lh-158 {
  line-height: 1.58;
}
.u-lh-159 {
  line-height: 1.59;
}
.u-lh-160 {
  line-height: 1.6;
}
.u-lh-161 {
  line-height: 1.61;
}
.u-lh-162 {
  line-height: 1.62;
}
.u-lh-163 {
  line-height: 1.63;
}
.u-lh-164 {
  line-height: 1.64;
}
.u-lh-165 {
  line-height: 1.65;
}
.u-lh-166 {
  line-height: 1.66;
}
.u-lh-167 {
  line-height: 1.67;
}
.u-lh-168 {
  line-height: 1.68;
}
.u-lh-169 {
  line-height: 1.69;
}
.u-lh-170 {
  line-height: 1.7;
}
.u-lh-171 {
  line-height: 1.71;
}
.u-lh-172 {
  line-height: 1.72;
}
.u-lh-173 {
  line-height: 1.73;
}
.u-lh-174 {
  line-height: 1.74;
}
.u-lh-175 {
  line-height: 1.75;
}
.u-lh-176 {
  line-height: 1.76;
}
.u-lh-177 {
  line-height: 1.77;
}
.u-lh-178 {
  line-height: 1.78;
}
.u-lh-179 {
  line-height: 1.79;
}
.u-lh-180 {
  line-height: 1.8;
}
.u-lh-181 {
  line-height: 1.81;
}
.u-lh-182 {
  line-height: 1.82;
}
.u-lh-183 {
  line-height: 1.83;
}
.u-lh-184 {
  line-height: 1.84;
}
.u-lh-185 {
  line-height: 1.85;
}
.u-lh-186 {
  line-height: 1.86;
}
.u-lh-187 {
  line-height: 1.87;
}
.u-lh-188 {
  line-height: 1.88;
}
.u-lh-189 {
  line-height: 1.89;
}
.u-lh-190 {
  line-height: 1.9;
}
.u-lh-191 {
  line-height: 1.91;
}
.u-lh-192 {
  line-height: 1.92;
}
.u-lh-193 {
  line-height: 1.93;
}
.u-lh-194 {
  line-height: 1.94;
}
.u-lh-195 {
  line-height: 1.95;
}
.u-lh-196 {
  line-height: 1.96;
}
.u-lh-197 {
  line-height: 1.97;
}
.u-lh-198 {
  line-height: 1.98;
}
.u-lh-199 {
  line-height: 1.99;
}
.u-lh-200 {
  line-height: 2;
}
.u-lh-201 {
  line-height: 2.01;
}
.u-lh-202 {
  line-height: 2.02;
}
.u-lh-203 {
  line-height: 2.03;
}
.u-lh-204 {
  line-height: 2.04;
}
.u-lh-205 {
  line-height: 2.05;
}
.u-lh-206 {
  line-height: 2.06;
}
.u-lh-207 {
  line-height: 2.07;
}
.u-lh-208 {
  line-height: 2.08;
}
.u-lh-209 {
  line-height: 2.09;
}
.u-lh-210 {
  line-height: 2.1;
}
.u-lh-211 {
  line-height: 2.11;
}
.u-lh-212 {
  line-height: 2.12;
}
.u-lh-213 {
  line-height: 2.13;
}
.u-lh-214 {
  line-height: 2.14;
}
.u-lh-215 {
  line-height: 2.15;
}
.u-lh-216 {
  line-height: 2.16;
}
.u-lh-217 {
  line-height: 2.17;
}
.u-lh-218 {
  line-height: 2.18;
}
.u-lh-219 {
  line-height: 2.19;
}
.u-lh-220 {
  line-height: 2.2;
}
.u-lh-221 {
  line-height: 2.21;
}
.u-lh-222 {
  line-height: 2.22;
}
.u-lh-223 {
  line-height: 2.23;
}
.u-lh-224 {
  line-height: 2.24;
}
.u-lh-225 {
  line-height: 2.25;
}
.u-lh-226 {
  line-height: 2.26;
}
.u-lh-227 {
  line-height: 2.27;
}
.u-lh-228 {
  line-height: 2.28;
}
.u-lh-229 {
  line-height: 2.29;
}
.u-lh-230 {
  line-height: 2.3;
}
.u-lh-231 {
  line-height: 2.31;
}
.u-lh-232 {
  line-height: 2.32;
}
.u-lh-233 {
  line-height: 2.33;
}
.u-lh-234 {
  line-height: 2.34;
}
.u-lh-235 {
  line-height: 2.35;
}
.u-lh-236 {
  line-height: 2.36;
}
.u-lh-237 {
  line-height: 2.37;
}
.u-lh-238 {
  line-height: 2.38;
}
.u-lh-239 {
  line-height: 2.39;
}
.u-lh-240 {
  line-height: 2.4;
}
.u-lh-241 {
  line-height: 2.41;
}
.u-lh-242 {
  line-height: 2.42;
}
.u-lh-243 {
  line-height: 2.43;
}
.u-lh-244 {
  line-height: 2.44;
}
.u-lh-245 {
  line-height: 2.45;
}
.u-lh-246 {
  line-height: 2.46;
}
.u-lh-247 {
  line-height: 2.47;
}
.u-lh-248 {
  line-height: 2.48;
}
.u-lh-249 {
  line-height: 2.49;
}
.u-lh-250 {
  line-height: 2.5;
}
.u-lh-251 {
  line-height: 2.51;
}
.u-lh-252 {
  line-height: 2.52;
}
.u-lh-253 {
  line-height: 2.53;
}
.u-lh-254 {
  line-height: 2.54;
}
.u-lh-255 {
  line-height: 2.55;
}
.u-lh-256 {
  line-height: 2.56;
}
.u-lh-257 {
  line-height: 2.57;
}
.u-lh-258 {
  line-height: 2.58;
}
.u-lh-259 {
  line-height: 2.59;
}
.u-lh-260 {
  line-height: 2.6;
}
.u-lh-261 {
  line-height: 2.61;
}
.u-lh-262 {
  line-height: 2.62;
}
.u-lh-263 {
  line-height: 2.63;
}
.u-lh-264 {
  line-height: 2.64;
}
.u-lh-265 {
  line-height: 2.65;
}
.u-lh-266 {
  line-height: 2.66;
}
.u-lh-267 {
  line-height: 2.67;
}
.u-lh-268 {
  line-height: 2.68;
}
.u-lh-269 {
  line-height: 2.69;
}
.u-lh-270 {
  line-height: 2.7;
}
.u-lh-271 {
  line-height: 2.71;
}
.u-lh-272 {
  line-height: 2.72;
}
.u-lh-273 {
  line-height: 2.73;
}
.u-lh-274 {
  line-height: 2.74;
}
.u-lh-275 {
  line-height: 2.75;
}
.u-lh-276 {
  line-height: 2.76;
}
.u-lh-277 {
  line-height: 2.77;
}
.u-lh-278 {
  line-height: 2.78;
}
.u-lh-279 {
  line-height: 2.79;
}
.u-lh-280 {
  line-height: 2.8;
}
.u-lh-281 {
  line-height: 2.81;
}
.u-lh-282 {
  line-height: 2.82;
}
.u-lh-283 {
  line-height: 2.83;
}
.u-lh-284 {
  line-height: 2.84;
}
.u-lh-285 {
  line-height: 2.85;
}
.u-lh-286 {
  line-height: 2.86;
}
.u-lh-287 {
  line-height: 2.87;
}
.u-lh-288 {
  line-height: 2.88;
}
.u-lh-289 {
  line-height: 2.89;
}
.u-lh-290 {
  line-height: 2.9;
}
.u-lh-291 {
  line-height: 2.91;
}
.u-lh-292 {
  line-height: 2.92;
}
.u-lh-293 {
  line-height: 2.93;
}
.u-lh-294 {
  line-height: 2.94;
}
.u-lh-295 {
  line-height: 2.95;
}
.u-lh-296 {
  line-height: 2.96;
}
.u-lh-297 {
  line-height: 2.97;
}
.u-lh-298 {
  line-height: 2.98;
}
.u-lh-299 {
  line-height: 2.99;
}
.u-lh-300 {
  line-height: 3;
}

@media all and (min-width: 768px) {
  .u-m-t-0 {
    margin-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-0 {
    margin-top: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-5 {
    margin-top: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-5 {
    margin-top: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-10 {
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-10 {
    margin-top: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-15 {
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-15 {
    margin-top: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-20 {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-20 {
    margin-top: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-25 {
    margin-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-25 {
    margin-top: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-30 {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-30 {
    margin-top: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-35 {
    margin-top: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-35 {
    margin-top: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-40 {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-40 {
    margin-top: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-45 {
    margin-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-45 {
    margin-top: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-50 {
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-50 {
    margin-top: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-55 {
    margin-top: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-55 {
    margin-top: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-60 {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-60 {
    margin-top: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-65 {
    margin-top: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-65 {
    margin-top: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-70 {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-70 {
    margin-top: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-75 {
    margin-top: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-75 {
    margin-top: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-80 {
    margin-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-80 {
    margin-top: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-85 {
    margin-top: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-85 {
    margin-top: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-90 {
    margin-top: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-90 {
    margin-top: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-95 {
    margin-top: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-95 {
    margin-top: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-100 {
    margin-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-100 {
    margin-top: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-105 {
    margin-top: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-105 {
    margin-top: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-110 {
    margin-top: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-110 {
    margin-top: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-115 {
    margin-top: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-115 {
    margin-top: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-120 {
    margin-top: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-120 {
    margin-top: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-125 {
    margin-top: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-125 {
    margin-top: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-130 {
    margin-top: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-130 {
    margin-top: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-135 {
    margin-top: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-135 {
    margin-top: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-140 {
    margin-top: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-140 {
    margin-top: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-145 {
    margin-top: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-145 {
    margin-top: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-150 {
    margin-top: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-150 {
    margin-top: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-155 {
    margin-top: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-155 {
    margin-top: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-160 {
    margin-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-160 {
    margin-top: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-165 {
    margin-top: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-165 {
    margin-top: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-170 {
    margin-top: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-170 {
    margin-top: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-175 {
    margin-top: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-175 {
    margin-top: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-180 {
    margin-top: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-180 {
    margin-top: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-185 {
    margin-top: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-185 {
    margin-top: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-190 {
    margin-top: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-190 {
    margin-top: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-195 {
    margin-top: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-195 {
    margin-top: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-m-t-200 {
    margin-top: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-m-t-200 {
    margin-top: 133px;
  }
}
.u-m-t-a {
  margin-top: auto;
}
@media all and (min-width: 768px) {
  .u-m-b-0 {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-0 {
    margin-bottom: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-5 {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-5 {
    margin-bottom: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-10 {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-10 {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-15 {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-15 {
    margin-bottom: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-20 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-20 {
    margin-bottom: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-25 {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-25 {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-30 {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-30 {
    margin-bottom: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-35 {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-35 {
    margin-bottom: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-40 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-40 {
    margin-bottom: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-45 {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-45 {
    margin-bottom: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-50 {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-50 {
    margin-bottom: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-55 {
    margin-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-55 {
    margin-bottom: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-60 {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-60 {
    margin-bottom: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-65 {
    margin-bottom: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-65 {
    margin-bottom: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-70 {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-70 {
    margin-bottom: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-75 {
    margin-bottom: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-75 {
    margin-bottom: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-80 {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-80 {
    margin-bottom: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-85 {
    margin-bottom: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-85 {
    margin-bottom: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-90 {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-90 {
    margin-bottom: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-95 {
    margin-bottom: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-95 {
    margin-bottom: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-100 {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-100 {
    margin-bottom: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-105 {
    margin-bottom: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-105 {
    margin-bottom: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-110 {
    margin-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-110 {
    margin-bottom: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-115 {
    margin-bottom: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-115 {
    margin-bottom: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-120 {
    margin-bottom: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-125 {
    margin-bottom: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-125 {
    margin-bottom: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-130 {
    margin-bottom: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-130 {
    margin-bottom: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-135 {
    margin-bottom: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-135 {
    margin-bottom: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-140 {
    margin-bottom: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-140 {
    margin-bottom: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-145 {
    margin-bottom: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-145 {
    margin-bottom: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-150 {
    margin-bottom: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-150 {
    margin-bottom: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-155 {
    margin-bottom: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-155 {
    margin-bottom: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-160 {
    margin-bottom: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-160 {
    margin-bottom: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-165 {
    margin-bottom: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-165 {
    margin-bottom: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-170 {
    margin-bottom: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-170 {
    margin-bottom: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-175 {
    margin-bottom: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-175 {
    margin-bottom: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-180 {
    margin-bottom: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-180 {
    margin-bottom: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-185 {
    margin-bottom: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-185 {
    margin-bottom: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-190 {
    margin-bottom: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-190 {
    margin-bottom: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-195 {
    margin-bottom: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-195 {
    margin-bottom: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-m-b-200 {
    margin-bottom: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-m-b-200 {
    margin-bottom: 133px;
  }
}
.u-m-b-a {
  margin-bottom: auto;
}
@media all and (min-width: 768px) {
  .u-m-r-0 {
    margin-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-0 {
    margin-right: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-5 {
    margin-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-5 {
    margin-right: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-10 {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-10 {
    margin-right: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-15 {
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-15 {
    margin-right: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-20 {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-20 {
    margin-right: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-25 {
    margin-right: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-25 {
    margin-right: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-30 {
    margin-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-30 {
    margin-right: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-35 {
    margin-right: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-35 {
    margin-right: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-40 {
    margin-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-40 {
    margin-right: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-45 {
    margin-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-45 {
    margin-right: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-50 {
    margin-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-50 {
    margin-right: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-55 {
    margin-right: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-55 {
    margin-right: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-60 {
    margin-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-60 {
    margin-right: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-65 {
    margin-right: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-65 {
    margin-right: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-70 {
    margin-right: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-70 {
    margin-right: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-75 {
    margin-right: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-75 {
    margin-right: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-80 {
    margin-right: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-80 {
    margin-right: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-85 {
    margin-right: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-85 {
    margin-right: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-90 {
    margin-right: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-90 {
    margin-right: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-95 {
    margin-right: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-95 {
    margin-right: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-100 {
    margin-right: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-100 {
    margin-right: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-105 {
    margin-right: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-105 {
    margin-right: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-110 {
    margin-right: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-110 {
    margin-right: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-115 {
    margin-right: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-115 {
    margin-right: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-120 {
    margin-right: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-120 {
    margin-right: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-125 {
    margin-right: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-125 {
    margin-right: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-130 {
    margin-right: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-130 {
    margin-right: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-135 {
    margin-right: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-135 {
    margin-right: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-140 {
    margin-right: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-140 {
    margin-right: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-145 {
    margin-right: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-145 {
    margin-right: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-150 {
    margin-right: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-150 {
    margin-right: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-155 {
    margin-right: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-155 {
    margin-right: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-160 {
    margin-right: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-160 {
    margin-right: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-165 {
    margin-right: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-165 {
    margin-right: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-170 {
    margin-right: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-170 {
    margin-right: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-175 {
    margin-right: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-175 {
    margin-right: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-180 {
    margin-right: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-180 {
    margin-right: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-185 {
    margin-right: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-185 {
    margin-right: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-190 {
    margin-right: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-190 {
    margin-right: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-195 {
    margin-right: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-195 {
    margin-right: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-m-r-200 {
    margin-right: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-m-r-200 {
    margin-right: 133px;
  }
}
.u-m-r-a {
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .u-m-l-0 {
    margin-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-0 {
    margin-left: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-5 {
    margin-left: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-5 {
    margin-left: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-10 {
    margin-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-10 {
    margin-left: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-15 {
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-15 {
    margin-left: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-20 {
    margin-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-20 {
    margin-left: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-25 {
    margin-left: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-25 {
    margin-left: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-30 {
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-30 {
    margin-left: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-35 {
    margin-left: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-35 {
    margin-left: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-40 {
    margin-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-40 {
    margin-left: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-45 {
    margin-left: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-45 {
    margin-left: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-50 {
    margin-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-50 {
    margin-left: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-55 {
    margin-left: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-55 {
    margin-left: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-60 {
    margin-left: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-60 {
    margin-left: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-65 {
    margin-left: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-65 {
    margin-left: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-70 {
    margin-left: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-70 {
    margin-left: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-75 {
    margin-left: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-75 {
    margin-left: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-80 {
    margin-left: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-80 {
    margin-left: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-85 {
    margin-left: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-85 {
    margin-left: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-90 {
    margin-left: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-90 {
    margin-left: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-95 {
    margin-left: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-95 {
    margin-left: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-100 {
    margin-left: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-100 {
    margin-left: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-105 {
    margin-left: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-105 {
    margin-left: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-110 {
    margin-left: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-110 {
    margin-left: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-115 {
    margin-left: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-115 {
    margin-left: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-120 {
    margin-left: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-120 {
    margin-left: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-125 {
    margin-left: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-125 {
    margin-left: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-130 {
    margin-left: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-130 {
    margin-left: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-135 {
    margin-left: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-135 {
    margin-left: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-140 {
    margin-left: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-140 {
    margin-left: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-145 {
    margin-left: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-145 {
    margin-left: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-150 {
    margin-left: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-150 {
    margin-left: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-155 {
    margin-left: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-155 {
    margin-left: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-160 {
    margin-left: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-160 {
    margin-left: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-165 {
    margin-left: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-165 {
    margin-left: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-170 {
    margin-left: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-170 {
    margin-left: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-175 {
    margin-left: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-175 {
    margin-left: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-180 {
    margin-left: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-180 {
    margin-left: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-185 {
    margin-left: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-185 {
    margin-left: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-190 {
    margin-left: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-190 {
    margin-left: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-195 {
    margin-left: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-195 {
    margin-left: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-m-l-200 {
    margin-left: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-m-l-200 {
    margin-left: 133px;
  }
}
.u-m-l-a {
  margin-left: auto;
}

.u-no-selection::selection {
  background: rgba(0, 0, 0, 0);
}

@media all and (min-width: 768px) {
  .u-p-t-0 {
    padding-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-0 {
    padding-top: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-5 {
    padding-top: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-5 {
    padding-top: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-10 {
    padding-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-10 {
    padding-top: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-15 {
    padding-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-15 {
    padding-top: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-20 {
    padding-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-20 {
    padding-top: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-25 {
    padding-top: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-25 {
    padding-top: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-30 {
    padding-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-30 {
    padding-top: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-35 {
    padding-top: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-35 {
    padding-top: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-40 {
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-40 {
    padding-top: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-45 {
    padding-top: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-45 {
    padding-top: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-50 {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-50 {
    padding-top: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-55 {
    padding-top: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-55 {
    padding-top: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-60 {
    padding-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-60 {
    padding-top: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-65 {
    padding-top: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-65 {
    padding-top: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-70 {
    padding-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-70 {
    padding-top: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-75 {
    padding-top: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-75 {
    padding-top: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-80 {
    padding-top: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-80 {
    padding-top: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-85 {
    padding-top: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-85 {
    padding-top: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-90 {
    padding-top: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-90 {
    padding-top: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-95 {
    padding-top: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-95 {
    padding-top: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-100 {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-100 {
    padding-top: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-105 {
    padding-top: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-105 {
    padding-top: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-110 {
    padding-top: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-110 {
    padding-top: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-115 {
    padding-top: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-115 {
    padding-top: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-120 {
    padding-top: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-120 {
    padding-top: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-125 {
    padding-top: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-125 {
    padding-top: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-130 {
    padding-top: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-130 {
    padding-top: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-135 {
    padding-top: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-135 {
    padding-top: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-140 {
    padding-top: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-140 {
    padding-top: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-145 {
    padding-top: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-145 {
    padding-top: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-150 {
    padding-top: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-150 {
    padding-top: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-155 {
    padding-top: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-155 {
    padding-top: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-160 {
    padding-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-160 {
    padding-top: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-165 {
    padding-top: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-165 {
    padding-top: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-170 {
    padding-top: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-170 {
    padding-top: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-175 {
    padding-top: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-175 {
    padding-top: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-180 {
    padding-top: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-180 {
    padding-top: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-185 {
    padding-top: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-185 {
    padding-top: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-190 {
    padding-top: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-190 {
    padding-top: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-195 {
    padding-top: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-195 {
    padding-top: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-p-t-200 {
    padding-top: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-p-t-200 {
    padding-top: 133px;
  }
}
.u-p-t-a {
  padding-top: auto;
}
@media all and (min-width: 768px) {
  .u-p-b-0 {
    padding-bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-0 {
    padding-bottom: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-5 {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-5 {
    padding-bottom: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-10 {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-10 {
    padding-bottom: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-15 {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-15 {
    padding-bottom: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-20 {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-20 {
    padding-bottom: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-25 {
    padding-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-25 {
    padding-bottom: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-30 {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-30 {
    padding-bottom: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-35 {
    padding-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-35 {
    padding-bottom: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-40 {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-40 {
    padding-bottom: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-45 {
    padding-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-45 {
    padding-bottom: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-50 {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-50 {
    padding-bottom: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-55 {
    padding-bottom: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-55 {
    padding-bottom: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-60 {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-60 {
    padding-bottom: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-65 {
    padding-bottom: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-65 {
    padding-bottom: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-70 {
    padding-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-70 {
    padding-bottom: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-75 {
    padding-bottom: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-75 {
    padding-bottom: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-80 {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-80 {
    padding-bottom: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-85 {
    padding-bottom: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-85 {
    padding-bottom: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-90 {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-90 {
    padding-bottom: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-95 {
    padding-bottom: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-95 {
    padding-bottom: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-100 {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-100 {
    padding-bottom: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-105 {
    padding-bottom: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-105 {
    padding-bottom: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-110 {
    padding-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-110 {
    padding-bottom: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-115 {
    padding-bottom: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-115 {
    padding-bottom: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-120 {
    padding-bottom: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-125 {
    padding-bottom: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-125 {
    padding-bottom: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-130 {
    padding-bottom: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-130 {
    padding-bottom: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-135 {
    padding-bottom: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-135 {
    padding-bottom: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-140 {
    padding-bottom: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-140 {
    padding-bottom: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-145 {
    padding-bottom: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-145 {
    padding-bottom: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-150 {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-150 {
    padding-bottom: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-155 {
    padding-bottom: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-155 {
    padding-bottom: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-160 {
    padding-bottom: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-160 {
    padding-bottom: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-165 {
    padding-bottom: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-165 {
    padding-bottom: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-170 {
    padding-bottom: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-170 {
    padding-bottom: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-175 {
    padding-bottom: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-175 {
    padding-bottom: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-180 {
    padding-bottom: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-180 {
    padding-bottom: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-185 {
    padding-bottom: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-185 {
    padding-bottom: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-190 {
    padding-bottom: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-190 {
    padding-bottom: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-195 {
    padding-bottom: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-195 {
    padding-bottom: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-p-b-200 {
    padding-bottom: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-p-b-200 {
    padding-bottom: 133px;
  }
}
.u-p-b-a {
  padding-bottom: auto;
}
@media all and (min-width: 768px) {
  .u-p-r-0 {
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-0 {
    padding-right: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-5 {
    padding-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-5 {
    padding-right: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-10 {
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-10 {
    padding-right: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-15 {
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-15 {
    padding-right: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-20 {
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-20 {
    padding-right: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-25 {
    padding-right: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-25 {
    padding-right: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-30 {
    padding-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-30 {
    padding-right: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-35 {
    padding-right: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-35 {
    padding-right: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-40 {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-40 {
    padding-right: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-45 {
    padding-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-45 {
    padding-right: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-50 {
    padding-right: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-50 {
    padding-right: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-55 {
    padding-right: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-55 {
    padding-right: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-60 {
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-60 {
    padding-right: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-65 {
    padding-right: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-65 {
    padding-right: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-70 {
    padding-right: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-70 {
    padding-right: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-75 {
    padding-right: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-75 {
    padding-right: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-80 {
    padding-right: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-80 {
    padding-right: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-85 {
    padding-right: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-85 {
    padding-right: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-90 {
    padding-right: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-90 {
    padding-right: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-95 {
    padding-right: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-95 {
    padding-right: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-100 {
    padding-right: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-100 {
    padding-right: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-105 {
    padding-right: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-105 {
    padding-right: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-110 {
    padding-right: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-110 {
    padding-right: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-115 {
    padding-right: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-115 {
    padding-right: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-120 {
    padding-right: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-120 {
    padding-right: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-125 {
    padding-right: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-125 {
    padding-right: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-130 {
    padding-right: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-130 {
    padding-right: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-135 {
    padding-right: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-135 {
    padding-right: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-140 {
    padding-right: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-140 {
    padding-right: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-145 {
    padding-right: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-145 {
    padding-right: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-150 {
    padding-right: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-150 {
    padding-right: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-155 {
    padding-right: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-155 {
    padding-right: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-160 {
    padding-right: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-160 {
    padding-right: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-165 {
    padding-right: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-165 {
    padding-right: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-170 {
    padding-right: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-170 {
    padding-right: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-175 {
    padding-right: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-175 {
    padding-right: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-180 {
    padding-right: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-180 {
    padding-right: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-185 {
    padding-right: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-185 {
    padding-right: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-190 {
    padding-right: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-190 {
    padding-right: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-195 {
    padding-right: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-195 {
    padding-right: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-p-r-200 {
    padding-right: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-p-r-200 {
    padding-right: 133px;
  }
}
.u-p-r-a {
  padding-right: auto;
}
@media all and (min-width: 768px) {
  .u-p-l-0 {
    padding-left: 0px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-0 {
    padding-left: 0px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-5 {
    padding-left: 5px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-5 {
    padding-left: 3px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-10 {
    padding-left: 10px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-10 {
    padding-left: 6px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-15 {
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-15 {
    padding-left: 9px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-20 {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-20 {
    padding-left: 13px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-25 {
    padding-left: 25px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-25 {
    padding-left: 16px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-30 {
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-30 {
    padding-left: 19px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-35 {
    padding-left: 35px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-35 {
    padding-left: 23px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-40 {
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-40 {
    padding-left: 26px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-45 {
    padding-left: 45px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-45 {
    padding-left: 29px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-50 {
    padding-left: 50px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-50 {
    padding-left: 33px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-55 {
    padding-left: 55px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-55 {
    padding-left: 36px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-60 {
    padding-left: 60px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-60 {
    padding-left: 39px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-65 {
    padding-left: 65px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-65 {
    padding-left: 43px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-70 {
    padding-left: 70px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-70 {
    padding-left: 46px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-75 {
    padding-left: 75px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-75 {
    padding-left: 49px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-80 {
    padding-left: 80px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-80 {
    padding-left: 53px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-85 {
    padding-left: 85px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-85 {
    padding-left: 56px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-90 {
    padding-left: 90px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-90 {
    padding-left: 59px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-95 {
    padding-left: 95px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-95 {
    padding-left: 63px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-100 {
    padding-left: 100px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-100 {
    padding-left: 66px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-105 {
    padding-left: 105px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-105 {
    padding-left: 69px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-110 {
    padding-left: 110px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-110 {
    padding-left: 73px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-115 {
    padding-left: 115px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-115 {
    padding-left: 76px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-120 {
    padding-left: 120px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-120 {
    padding-left: 79px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-125 {
    padding-left: 125px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-125 {
    padding-left: 83px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-130 {
    padding-left: 130px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-130 {
    padding-left: 86px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-135 {
    padding-left: 135px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-135 {
    padding-left: 89px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-140 {
    padding-left: 140px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-140 {
    padding-left: 93px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-145 {
    padding-left: 145px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-145 {
    padding-left: 96px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-150 {
    padding-left: 150px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-150 {
    padding-left: 99px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-155 {
    padding-left: 155px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-155 {
    padding-left: 103px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-160 {
    padding-left: 160px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-160 {
    padding-left: 106px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-165 {
    padding-left: 165px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-165 {
    padding-left: 109px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-170 {
    padding-left: 170px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-170 {
    padding-left: 113px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-175 {
    padding-left: 175px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-175 {
    padding-left: 116px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-180 {
    padding-left: 180px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-180 {
    padding-left: 119px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-185 {
    padding-left: 185px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-185 {
    padding-left: 123px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-190 {
    padding-left: 190px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-190 {
    padding-left: 126px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-195 {
    padding-left: 195px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-195 {
    padding-left: 129px;
  }
}
@media all and (min-width: 768px) {
  .u-p-l-200 {
    padding-left: 200px;
  }
}
@media all and (max-width: 767px) {
  .u-p-l-200 {
    padding-left: 133px;
  }
}
.u-p-l-a {
  padding-left: auto;
}

.u-ta-l {
  text-align: left;
}
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}
.u-ta-j {
  text-align: justify;
}

.u-trsde-5 {
  transition-delay: 0.05s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-5 {
    transition-delay: 0.05s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-5 {
    transition-delay: 0.05s;
  }
}
.u-trsde-10 {
  transition-delay: 0.1s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-10 {
    transition-delay: 0.1s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-10 {
    transition-delay: 0.1s;
  }
}
.u-trsde-15 {
  transition-delay: 0.15s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-15 {
    transition-delay: 0.15s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-15 {
    transition-delay: 0.15s;
  }
}
.u-trsde-20 {
  transition-delay: 0.2s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-20 {
    transition-delay: 0.2s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-20 {
    transition-delay: 0.2s;
  }
}
.u-trsde-25 {
  transition-delay: 0.25s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-25 {
    transition-delay: 0.25s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-25 {
    transition-delay: 0.25s;
  }
}
.u-trsde-30 {
  transition-delay: 0.3s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-30 {
    transition-delay: 0.3s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-30 {
    transition-delay: 0.3s;
  }
}
.u-trsde-35 {
  transition-delay: 0.35s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-35 {
    transition-delay: 0.35s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-35 {
    transition-delay: 0.35s;
  }
}
.u-trsde-40 {
  transition-delay: 0.4s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-40 {
    transition-delay: 0.4s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-40 {
    transition-delay: 0.4s;
  }
}
.u-trsde-45 {
  transition-delay: 0.45s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-45 {
    transition-delay: 0.45s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-45 {
    transition-delay: 0.45s;
  }
}
.u-trsde-50 {
  transition-delay: 0.5s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-50 {
    transition-delay: 0.5s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-50 {
    transition-delay: 0.5s;
  }
}
.u-trsde-55 {
  transition-delay: 0.55s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-55 {
    transition-delay: 0.55s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-55 {
    transition-delay: 0.55s;
  }
}
.u-trsde-60 {
  transition-delay: 0.6s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-60 {
    transition-delay: 0.6s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-60 {
    transition-delay: 0.6s;
  }
}
.u-trsde-65 {
  transition-delay: 0.65s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-65 {
    transition-delay: 0.65s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-65 {
    transition-delay: 0.65s;
  }
}
.u-trsde-70 {
  transition-delay: 0.7s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-70 {
    transition-delay: 0.7s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-70 {
    transition-delay: 0.7s;
  }
}
.u-trsde-75 {
  transition-delay: 0.75s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-75 {
    transition-delay: 0.75s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-75 {
    transition-delay: 0.75s;
  }
}
.u-trsde-80 {
  transition-delay: 0.8s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-80 {
    transition-delay: 0.8s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-80 {
    transition-delay: 0.8s;
  }
}
.u-trsde-85 {
  transition-delay: 0.85s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-85 {
    transition-delay: 0.85s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-85 {
    transition-delay: 0.85s;
  }
}
.u-trsde-90 {
  transition-delay: 0.9s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-90 {
    transition-delay: 0.9s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-90 {
    transition-delay: 0.9s;
  }
}
.u-trsde-95 {
  transition-delay: 0.95s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-95 {
    transition-delay: 0.95s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-95 {
    transition-delay: 0.95s;
  }
}
.u-trsde-100 {
  transition-delay: 1s;
}
@media all and (min-width: 768px) {
  .u-trsde-pc-100 {
    transition-delay: 1s;
  }
}
@media all and (max-width: 767px) {
  .u-trsde-sp-100 {
    transition-delay: 1s;
  }
}

.u-tt-n {
  text-transform: none;
}
.u-tt-c {
  text-transform: capitalize;
}
.u-tt-u {
  text-transform: uppercase;
}
.u-tt-l {
  text-transform: lowercase;
}

.u-whs-n {
  white-space: normal;
}
.u-whs-p {
  white-space: pre;
}
.u-whs-nw {
  white-space: nowrap;
}
.u-whs-pw {
  white-space: pre-wrap;
}
.u-whs-pl {
  white-space: pre-line;
}