@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

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

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

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

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

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

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

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important;
  scroll-behavior: auto;
  scroll-padding-top: 120px; }

body {
  background: #FAFAFA;
  color: #555;
  font-family: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
  padding-top: 80px;
  /*
  min-width: 1200px;
  */ }
  body.en {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400; }

p, ul li, ol li, dl, dt, dd {
  line-height: 1.8;
  letter-spacing: 0.02em; }

th, td {
  line-height: 1.8;
  letter-spacing: 0.02em; }

#wpadminbar {
  z-index: 10000000000; }

a, a:link, a:hover, a:focus {
  color: #555;
  transition: 0.2s;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  color: #555;
  text-decoration: none; }

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0);
  width: 100%;
  height: auto; }

img[src$=".svg"] {
  width: 100%; }

*:focus {
  outline: none; }

#topcontrol {
  z-index: 2; }
  #topcontrol a {
    background: url(/assets/js/scrolltop/scrollup.png) center center no-repeat;
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    box-sizing: border-box;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

.contents {
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .contents #main {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .contents #main.tiny {
      max-width: 1040px; }
  .contents.clm2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    max-width: 1360px;
    padding: 0 20px;
    width: 100%; }
    .contents.clm2 #main {
      margin: 0;
      padding: 0;
      width: calc(100% - 27.5% - 57px); }
    .contents.clm2 #side {
      width: 27.5%;
      font-feature-settings: "palt";
      position: sticky;
      top: 140px; }
  .contents .anchorNav {
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.08);
    background: #FFF;
    border-radius: 20px;
    padding: 40px 40px; }
    .contents .anchorNav h3 {
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: 400;
      letter-spacing: 0.06em;
      margin-bottom: 16px; }
      @media only screen and (max-width: 960px) {
        .contents .anchorNav h3 {
          font-size: 12px;
          font-size: 1.2rem; } }
    .contents .anchorNav > ul {
      margin: 0 auto;
      position: relative;
      max-width: 240px; }
      .contents .anchorNav > ul:after {
        background: #E5E5E5;
        content: '';
        display: block;
        height: calc(100% - 17px);
        width: 1px;
        position: absolute;
        top: 7px;
        right: 4px; }
      .contents .anchorNav > ul > li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0.02em;
        line-height: 1.45;
        margin-bottom: 10px; }
        @media only screen and (max-width: 960px) {
          .contents .anchorNav > ul > li {
            font-size: 12px;
            font-size: 1.2rem; } }
        .contents .anchorNav > ul > li > a {
          display: flex;
          align-items: center;
          padding: 3px 24px 3px 0;
          position: relative;
          text-decoration: none;
          transition: 0.2s;
          width: 100%; }
          .contents .anchorNav > ul > li > a:before {
            background: #E5E5E5;
            border-radius: 100%;
            content: '';
            display: flex;
            height: 11px;
            width: 11px;
            position: absolute;
            right: -1px;
            top: calc(50% - 5px);
            transition: 0.2s;
            z-index: 2; }
          .contents .anchorNav > ul > li > a.active {
            color: #E7211B; }
            .contents .anchorNav > ul > li > a.active:before {
              background: #E7211B; }
          .contents .anchorNav > ul > li > a:hover {
            color: #E7211B; }
        .contents .anchorNav > ul > li.sub {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          letter-spacing: 0.1em;
          line-height: 1.45;
          margin-top: -10px;
          padding-left: 1em; }
          @media only screen and (max-width: 960px) {
            .contents .anchorNav > ul > li.sub {
              font-size: 10px;
              font-size: 1rem; } }
          .contents .anchorNav > ul > li.sub > a {
            padding: 3px 24px 3px 0; }
            .contents .anchorNav > ul > li.sub > a:before {
              height: 8px;
              width: 8px;
              right: 1px;
              top: calc(50% - 6px); }
  .contents .sideNav {
    background: #FFF;
    border-radius: 12px;
    padding: 12px 40px 28px; }
    .contents .sideNav h2 {
      border-bottom: 1px solid #707070;
      margin-bottom: 24px; }
      .contents .sideNav h2 a {
        display: flex;
        align-items: center;
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        font-weight: 300;
        letter-spacing: 0.06em;
        line-height: 1.45;
        padding: 24px 24px 24px 0;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 100%;
        /*
        &:after {
        border: 1px solid $c_primary;
        background:#FFF;
        border-radius: 100%;
        content: '';
        display: flex;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        transition: 0.2s;
        }
        &:before {
        background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
        background-size: 15px auto;
        content: '';
        display: flex;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        transition: 0.2s;
        z-index: 2;
        }
        */ }
        @media only screen and (max-width: 960px) {
          .contents .sideNav h2 a {
            font-size: 17px;
            font-size: 1.7rem; } }
        .contents .sideNav h2 a:hover {
          color: #E7211B;
          /*
          &:after {
          transform: scale(1.3);
          }
          &:before {
          transform: scale(1.3);
          }
          */ }
    .contents .sideNav .sideNavList > li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      font-weight: 300;
      letter-spacing: 0.04em;
      line-height: 1.45; }
      @media only screen and (max-width: 960px) {
        .contents .sideNav .sideNavList > li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .contents .sideNav .sideNavList > li > a, .contents .sideNav .sideNavList > li .noLink {
        display: flex;
        align-items: center;
        padding: 10px 24px 10px 0;
        position: relative;
        text-decoration: none;
        transition: 0.2s;
        width: 100%;
        /*
        &:after {
        border: 1px solid $c_primary;
        background:#FFF;
        border-radius: 100%;
        content: '';
        display: flex;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        transition: 0.2s;
        }
        &:before {
        background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
        background-size: 15px auto;
        content: '';
        display: flex;
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: calc(50% - 7px);
        transition: 0.2s;
        z-index: 2;
        }
        */ }
        .contents .sideNav .sideNavList > li > a[target="_blank"]:before, .contents .sideNav .sideNavList > li .noLink[target="_blank"]:before {
          background: url("/assets/img/common/icon_newwin.svg") center center no-repeat;
          background-size: 15px auto;
          content: '';
          display: flex;
          height: 15px;
          width: 15px;
          position: absolute;
          right: 0;
          top: calc(50% - 7px);
          transition: 0.2s;
          z-index: 2; }
        .contents .sideNav .sideNavList > li > a.current, .contents .sideNav .sideNavList > li > a:hover, .contents .sideNav .sideNavList > li .noLink.current, .contents .sideNav .sideNavList > li .noLink:hover {
          color: #E7211B;
          /*
          &:after {
          transform: scale(1.3);
          }
          &:before {
          transform: scale(1.3);
          }
          */ }
      .contents .sideNav .sideNavList > li > .noLink {
        cursor: pointer; }
        .contents .sideNav .sideNavList > li > .noLink:before {
          background: url("/assets/img/common/icon_side_01.svg") center center no-repeat;
          background-size: 15px auto;
          content: '';
          display: flex;
          height: 15px;
          width: 15px;
          position: absolute;
          right: 0;
          top: calc(50% - 7px);
          transition: 0.2s;
          z-index: 2; }
        .contents .sideNav .sideNavList > li > .noLink:before {
          background: url("/assets/img/common/icon_side_02.svg") center center no-repeat;
          background-size: 15px auto; }
        .contents .sideNav .sideNavList > li > .noLink.open:before {
          background: url("/assets/img/common/icon_side_03.svg") center center no-repeat;
          background-size: 15px auto; }
      .contents .sideNav .sideNavList > li .sub {
        border-left: 1px solid #C4C4C4;
        margin: 4px 0 12px 4px;
        padding: 0 0 0 16px;
        /*デフォルトで閉じる*/
        display: none; }
        .contents .sideNav .sideNavList > li .sub li {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          font-weight: 300;
          letter-spacing: 0.04em;
          line-height: 1.4;
          margin-bottom: 10px; }
          @media only screen and (max-width: 960px) {
            .contents .sideNav .sideNavList > li .sub li {
              font-size: 10px;
              font-size: 1rem; } }
          .contents .sideNav .sideNavList > li .sub li:last-child {
            margin-bottom: 0; }
          .contents .sideNav .sideNavList > li .sub li a {
            display: block;
            position: relative;
            text-decoration: none;
            transition: 0.2s;
            width: 100%; }
            .contents .sideNav .sideNavList > li .sub li a.current, .contents .sideNav .sideNavList > li .sub li a:hover {
              color: #E7211B; }

/*
@media only screen and (max-width: 1420px) {
.contents.clm2 {
justify-content: space-between;
#side {
  margin-right: 0;
}
}
}
*/
@media only screen and (max-width: 1100px) {
  .contents {
    margin: 0 auto; }
    .contents #main {
      max-width: 100%;
      margin: 0;
      padding: 0 40px;
      order: 2; }
      .contents #main.tiny {
        margin: 0 auto;
        padding: 0 20px; }
    .contents.clm2 {
      flex-wrap: wrap;
      max-width: 100%;
      padding: 0 40px; }
      .contents.clm2 #main {
        margin: 0 auto;
        width: 100%; }
      .contents.clm2 #side {
        position: static;
        order: 1;
        max-width: 100%;
        margin: 0 auto;
        width: 100%; }
    .contents .anchorNav {
      margin: 0 auto 48px;
      padding: 30px 40px 16px;
      opacity: 0;
      max-width: 100%; }
      .contents .anchorNav > ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
        max-width: 100%; }
        .contents .anchorNav > ul:after {
          display: none; }
        .contents .anchorNav > ul > li {
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.1em;
          line-height: 1.45;
          width: auto;
          min-width: 25%; }
          .contents .anchorNav > ul > li > a {
            display: flex;
            align-items: center;
            padding: 7px 32px 7px 16px;
            position: relative;
            text-decoration: none;
            transition: 0.2s;
            width: 100%; }
            .contents .anchorNav > ul > li > a:before {
              display: none; }
            .contents .anchorNav > ul > li > a:after {
              content: '';
              width: 6px;
              height: 6px;
              border-top: solid 1px #E7211B;
              border-right: solid 1px #E7211B;
              position: absolute;
              left: 0;
              top: calc(50% - 3px);
              transform: rotate(135deg); }
            .contents .anchorNav > ul > li > a:hover {
              color: #E7211B; }
    .contents .sideNav {
      box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.05), 0 0 28px -14px rgba(0, 0, 128, 0.05);
      margin: 40px 5vw 0;
      padding: 12px 7.5vw 28px; }
      .contents .sideNav h2 {
        font-size: 20px;
        margin-bottom: 24px; }
        .contents .sideNav h2 a {
          padding: 20px 24px 20px 0; }
      .contents .sideNav .sideNavList > li {
        font-size: 14px; }
        .contents .sideNav .sideNavList > li .sub li {
          font-size: 12px;
          font-size: 1.2rem; } }
section {
  margin-bottom: 100px;
  opacity: 0;
  transform: translate(0px, 30px); }
  section:last-child {
    margin-bottom: 0; }
  section .inr1000 {
    margin: 0 auto;
    max-width: 1000px; }

section.is-active {
  animation: fadeInUpK 0.6s ease 0.5s 1 forwards; }

.anchorPoint {
  padding-top: 120px;
  margin-top: -120px; }

.mv01 {
  max-width: 1360px;
  margin: 0 auto 100px;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mv01:after {
    background: #D1D1D1;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0;
    filter: blur(20px);
    transition: 1s; }
  .mv01:has(.mvImg):after {
    display: none !important; }
  .mv01 .title {
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 260px;
    padding: 0 2.5vw;
    width: 100%; }
    .mv01 .title .en {
      display: inline-block;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 55px;
      font-size: 5.5rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 200;
      line-height: 1;
      letter-spacing: 0.01em;
      opacity: 0; }
      @media only screen and (max-width: 960px) {
        .mv01 .title .en {
          font-size: 47px;
          font-size: 4.7rem; } }
      .mv01 .title .en span {
        display: inline-block;
        opacity: 0;
        transform: translate(20px, 10px); }
        .mv01 .title .en span.mfade {
          -webkit-animation: mojiFade 0.45s ease 0.1s 1 forwards;
          animation: mojiFade 0.45s ease 0.1s 1 forwards; }
    .mv01 .title .ja {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.02em;
      padding: 24px 0 0;
      position: relative;
      width: 100%;
      opacity: 0;
      filter: blur(20px); }
      @media only screen and (max-width: 960px) {
        .mv01 .title .ja {
          font-size: 14px;
          font-size: 1.4rem; } }
    .mv01 .title .subTitle {
      border: 1px solid rgba(255, 255, 255, 0.7);
      display: inline-block;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 300;
      line-height: 1.4;
      letter-spacing: 0.01em;
      margin-left: 24px;
      padding: 6px 12px;
      vertical-align: 9px;
      opacity: 0;
      transform: translate(20px, 10px); }
      @media only screen and (max-width: 960px) {
        .mv01 .title .subTitle {
          font-size: 20px;
          font-size: 2rem; } }
  .mv01 .mvImg {
    overflow: hidden; }
    .mv01 .mvImg img {
      opacity: 0;
      filter: blur(8px);
      transform: translate(20px, 10px); }

/*-- START ACTION --*/
body.pageStart .header {
  pointer-events: auto;
  transition: 0.2s;
  animation: mojiFade2 0.6s ease-out 0.1s 1 forwards; }
  body.pageStart .header .hdR #gNav > li .moreUl {
    transition: 0.4s opacity cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, 0.4s visibility cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s, 0.2s pointer-events cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
body.pageStart .mv01:after {
  animation: mojiFade2 0.6s ease-out 0.25s 1 forwards; }
body.pageStart .mv01 .title .en {
  opacity: 1; }
body.pageStart .mv01 .title .ja {
  animation: mojiFade2 0.6s ease-out 0.25s 1 forwards; }
body.pageStart .mv01 .title .subTitle {
  -webkit-animation: mojiFade 0.45s ease 0.6s 1 forwards;
  animation: mojiFade 0.45s ease 0.6s 1 forwards; }
body.pageStart .mv01 .mvImg {
  overflow: hidden; }
  body.pageStart .mv01 .mvImg img {
    animation: fadeInBK2 1s cubic-bezier(0.4, 0.4, 0, 1) 0.3s 1 forwards; }
@keyframes fadeInBK2 {
  0% {
    opacity: 0;
    transform: scale(1.05);
    filter: blur(20px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@media only screen and (min-width: 1100px) {
  #side {
    opacity: 0; }

  body.pageStart #side {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards; } }
@media only screen and (max-width: 1100px) {
  .contents .anchorNav, .contents .sideNav {
    opacity: 0; }

  body.pageStart .contents .anchorNav {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards; }
  body.pageStart .contents .sideNav.is-active {
    animation: mojiFade2 0.6s ease-out 0.4s 1 forwards; } }
/* Responsive Start */
@media only screen and (max-width: 960px) {
  html {
    scroll-padding-top: 90px; }

  body {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    padding-top: 60px;
    min-width: auto; }

  p, li, dl, dt, dd {
    line-height: 1.8;
    letter-spacing: 0.04em; }

  th, td {
    line-height: 1.8;
    letter-spacing: 0.04em; }

  #topcontrol {
    bottom: 20px !important;
    right: 20px !important;
    z-index: 8; }

  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s; }

  .contents.clm2 {
    padding: 0; }

  .contents {
    /*
    min-height: calc(100vh - 260px);
    */ }
    .contents #main {
      padding: 0; }
      .contents #main.tiny {
        padding: 0; }

  .contents .anchorNav {
    margin: 0 5vw 60px; }

  section {
    margin-bottom: 60px;
    padding: 0 5vw; }

  .anchorPoint {
    padding-top: 90px;
    margin-top: -90px; }

  .mv01 {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0; }
    .mv01:after {
      margin: 0;
      width: auto; }
    .mv01 .title {
      min-height: 160px;
      padding: 0 5vw 0 7.5vw; }
      .mv01 .title .en {
        font-size: 34px; }
      .mv01 .title .ja {
        font-size: 14px;
        padding: 16px 0 0; }
    .mv01 .mvImg img {
      object-fit: cover;
      height: 220px; } }
/* Responsive Start */
@media only screen and (max-width: 640px) {
  .contents .anchorNav {
    box-shadow: 10px 14px 14px -7px rgba(0, 0, 128, 0.05), 0 0 28px -14px rgba(0, 0, 128, 0.05);
    margin: 0 5vw 60px;
    padding: 30px 7.55vw 24px; }
    .contents .anchorNav > ul {
      display: block; }
      .contents .anchorNav > ul > li {
        margin-bottom: 0;
        width: 100%; }
    .contents .anchorNav > ul > li > a {
      font-weight: 400; }
    .contents .anchorNav > ul > li > a.active {
      color: #4D4D4D; } }
@keyframes mojiFade {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translate(20px, 10px); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0); } }
@keyframes mojiFade2 {
  0% {
    opacity: 0;
    filter: blur(8px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes imgFade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes imgFadeNeo {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes imgFadeNeoCurtain {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    transform: translate(0px, 30px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeInLK {
  0% {
    opacity: 0;
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeInBK {
  0% {
    opacity: 0;
    transform: scale(1.15);
    filter: blur(6px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@keyframes fadeInMV {
  0% {
    opacity: 0;
    background-size: 170% auto; }
  30% {
    opacity: 1; }
  100% {
    opacity: 1;
    background-size: 120% auto; } }
.header {
  background: #FAFAFA;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  opacity: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt"; }
  .header .hdInr {
    border-bottom: 1px solid #D1D1D1;
    width: 100%;
    z-index: 100000;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    height: 80px;
    width: 100%;
    position: relative; }
  .header .hdL {
    display: flex;
    align-items: center;
    width: 154px; }
    .header .hdL .headLogo {
      padding-top: 10px;
      width: 154px; }
      .header .hdL .headLogo img,
      .header .hdL .headLogo svg {
        width: 154px;
        min-width: 154px; }
  .header .hdR {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 50px;
    width: calc(100% - 170px);
    z-index: 2; }
    .header .hdR #gNav {
      display: flex;
      justify-content: center; }
      .header .hdR #gNav > li {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        padding: 0 18px;
        width: auto !important; }
        @media only screen and (max-width: 960px) {
          .header .hdR #gNav > li {
            font-size: 10px;
            font-size: 1rem; } }
        .header .hdR #gNav > li.current-item {
          font-weight: bold; }
          .header .hdR #gNav > li.current-item a,
          .header .hdR #gNav > li.current-item .notA {
            color: #555; }
        .header .hdR #gNav > li.more:hover .notA {
          color: #000 !important; }
        .header .hdR #gNav > li.more:hover:after {
          border-top: 1px solid #000;
          border-right: 1px solid #000; }
        .header .hdR #gNav > li > a,
        .header .hdR #gNav > li .notA {
          color: #000;
          display: flex;
          align-items: center;
          height: 80px;
          text-decoration: none;
          transition: 0.2s;
          z-index: 1;
          width: auto !important; }
    .header .hdR #slide-line {
      position: absolute;
      bottom: 20px;
      height: 1px;
      background-color: #000;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: -1; }

.open .header .hdInr {
  border-bottom: 1px solid #FAFAFA; }
.open .header .hdR #gNav {
  display: none; }

#global-nav {
  font-feature-settings: "palt";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  letter-spacing: 0.08em;
  padding: 9vh 20px 0;
  font-weight: 500;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  z-index: 10 !important; }
  #global-nav .gnFlex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    opacity: 0;
    transform: scale(1.1);
    filter: blur(6px); }
    #global-nav .gnFlex .gnMenu {
      padding-top: 24px;
      width: 300px; }
      #global-nav .gnFlex .gnMenu .menuP {
        color: #000;
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 30px;
        font-size: 3rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 100;
        margin-bottom: 20px; }
        @media only screen and (max-width: 960px) {
          #global-nav .gnFlex .gnMenu .menuP {
            font-size: 26px;
            font-size: 2.6rem; } }
      #global-nav .gnFlex .gnMenu #gNavSp li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
        line-height: 1.4; }
        @media only screen and (max-width: 960px) {
          #global-nav .gnFlex .gnMenu #gNavSp li {
            font-size: 14px;
            font-size: 1.4rem; } }
        #global-nav .gnFlex .gnMenu #gNavSp li a {
          color: #000;
          display: block;
          padding: 16px 0;
          text-decoration: none; }
        @media only screen and (min-width: 960px) {
          #global-nav .gnFlex .gnMenu #gNavSp li a {
            transition: 0.2s; }
            #global-nav .gnFlex .gnMenu #gNavSp li a:hover {
              opacity: 0.6; } }
    #global-nav .gnFlex .gnBrand {
      width: calc(100% - 340px);
      max-width: 840px; }
      #global-nav .gnFlex .gnBrand ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #global-nav .gnFlex .gnBrand ul li {
          margin-top: 40px;
          position: relative;
          width: 48%; }
          #global-nav .gnFlex .gnBrand ul li a {
            border-radius: 12px;
            display: block;
            position: relative;
            transition: 0.2s;
            /*
            overflow: hidden;
            */ }
            #global-nav .gnFlex .gnBrand ul li a:after {
              border-radius: 8px;
              mix-blend-mode: hard-light;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              transition: 0.5s; }
            #global-nav .gnFlex .gnBrand ul li a .bg {
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
              border-radius: 8px;
              display: block;
              position: relative;
              z-index: 0;
              transition: 0.4s;
              overflow: hidden; }
              @media only screen and (min-width: 960px) {
                #global-nav .gnFlex .gnBrand ul li a .bg {
                  max-height: 20vw; } }
            #global-nav .gnFlex .gnBrand ul li a .logo {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 3; }
              #global-nav .gnFlex .gnBrand ul li a .logo img {
                filter: brightness(0) invert(1); }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo1 {
                top: -10px; }
                #global-nav .gnFlex .gnBrand ul li a .logo.logo1 img {
                  width: 140px; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo2 {
                top: -8px; }
                #global-nav .gnFlex .gnBrand ul li a .logo.logo2 img {
                  width: 186px; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo3 {
                top: -6px; }
                #global-nav .gnFlex .gnBrand ul li a .logo.logo3 img {
                  width: 150px; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo4 {
                top: -30px; }
                #global-nav .gnFlex .gnBrand ul li a .logo.logo4 img {
                  width: 287px; }
            #global-nav .gnFlex .gnBrand ul li a .more {
              border-bottom: 2px solid #EBEBEB;
              color: #FFF;
              display: block;
              font-family: "Saira Semi Condensed", sans-serif;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 2;
              line-height: 1;
              text-decoration: none;
              padding: 0 0 12px 0;
              text-align: left;
              position: absolute;
              bottom: 16px;
              right: 16px;
              width: 80%;
              max-width: 210px;
              transition: 0.3s;
              z-index: 3; }
              @media only screen and (max-width: 960px) {
                #global-nav .gnFlex .gnBrand ul li a .more {
                  font-size: 12px;
                  font-size: 1.2rem; } }
              #global-nav .gnFlex .gnBrand ul li a .more:before {
                background: #FFF;
                content: '';
                display: inline-block;
                height: 3px;
                width: 0;
                position: absolute;
                bottom: -3px;
                left: 0;
                transition: 0.2s; }
              #global-nav .gnFlex .gnBrand ul li a .more .arrow {
                overflow: hidden;
                position: absolute;
                top: 0;
                right: 12px;
                bottom: 0;
                width: 30px;
                margin: auto 0;
                line-height: 1; }
              #global-nav .gnFlex .gnBrand ul li a .more .arrow:before,
              #global-nav .gnFlex .gnBrand ul li a .more .arrow:after {
                content: "→";
                font-size: 24px;
                font-size: 2.4rem;
                line-height: 2;
                line-height: 1.8;
                line-height: 1;
                position: absolute;
                top: calc(50% - 15px);
                right: 0;
                animation-fill-mode: forwards;
                animation-duration: 0.3s;
                letter-spacing: 0 !important; }
                @media only screen and (max-width: 960px) {
                  #global-nav .gnFlex .gnBrand ul li a .more .arrow:before,
                  #global-nav .gnFlex .gnBrand ul li a .more .arrow:after {
                    font-size: 20px;
                    font-size: 2rem; } }
              #global-nav .gnFlex .gnBrand ul li a .more .arrow:after {
                transform: translateX(-100%);
                opacity: 0; }
            #global-nav .gnFlex .gnBrand ul li a:hover {
              letter-spacing: 0.15em; }
              #global-nav .gnFlex .gnBrand ul li a:hover:after {
                background: rgba(0, 0, 0, 0.25);
                transform: scale(1.08); }
              #global-nav .gnFlex .gnBrand ul li a:hover .bg {
                transform: scale(1.08); }
            @media only screen and (min-width: 960px) {
              #global-nav .gnFlex .gnBrand ul li a:hover {
                /*
                opacity: 0.8;
                transform:scale(1.05); 
                */ }
                #global-nav .gnFlex .gnBrand ul li a:hover:before {
                  width: 100%; }
                #global-nav .gnFlex .gnBrand ul li a:hover .arrow:before {
                  animation-name: transformRightLeft;
                  /* 修正: hover時のアニメーションを指定 */
                  animation-delay: 0s;
                  letter-spacing: 0 !important; }
                #global-nav .gnFlex .gnBrand ul li a:hover .arrow:after {
                  animation-name: transformLeftRight;
                  /* 修正: hover時のアニメーションを指定 */
                  animation-delay: 0.2s;
                  letter-spacing: 0 !important; } }
    #global-nav .gnFlex .gnOutBox {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 300px; }
      #global-nav .gnFlex .gnOutBox p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0;
        line-height: 1.4; }
        @media only screen and (max-width: 960px) {
          #global-nav .gnFlex .gnOutBox p {
            font-size: 14px;
            font-size: 1.4rem; } }
        #global-nav .gnFlex .gnOutBox p a {
          color: #000;
          display: block;
          padding: 14px 0;
          text-decoration: none; }
        @media only screen and (min-width: 960px) {
          #global-nav .gnFlex .gnOutBox p a {
            transition: 0.2s; }
            #global-nav .gnFlex .gnOutBox p a:hover {
              opacity: 0.6; } }
      #global-nav .gnFlex .gnOutBox small {
        color: #000;
        display: block;
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 2;
        letter-spacing: 0.02em;
        line-height: 1;
        padding: 16px 0 12px; }
        @media only screen and (max-width: 960px) {
          #global-nav .gnFlex .gnOutBox small {
            font-size: 10px;
            font-size: 1rem; } }

.open #global-nav {
  z-index: 1000;
  visibility: visible; }
  .open #global-nav .gnFlex {
    animation: menuAction 0.5s cubic-bezier(0.56, 0, 0.2, 1) 0s 1 forwards; }

#nav-bg {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  visibility: hidden; }

.open #nav-bg {
  visibility: visible;
  z-index: 4;
  	/*
  			backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  		background: rgba(250, 250, 250, 0.92);
  	*/
  background: #FAFAFA;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

#nav-toggle {
  background: #FFF;
  border-radius: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  transition: 0.2s; }
  #nav-toggle:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18); }
  #nav-toggle div {
    width: 22px;
    height: 8px;
    position: relative; }

.open #nav-toggle {
  z-index: 1000000000; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  zoom: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 8px; }

.open #nav-toggle span:nth-child(1) {
  top: 4px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  zoom: 1; }

.open #nav-toggle span:nth-child(2) {
  top: 4px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  zoom: 1;
  width: 100%; }

@media only screen and (max-width: 1000px) {
  .header .hdR #gNav > li {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 6px; } }
/* Responsive Start */
@media only screen and (max-width: 960px) {
  .header {
    padding: 0; }
    .header .hdInr {
      max-width: 100%;
      padding: 0;
      height: 60px; }
    .header .hdL {
      padding-left: 4vw;
      width: 124px; }
      .header .hdL .headLogo {
        padding-top: 0;
        width: 104px; }
        .header .hdL .headLogo img,
        .header .hdL .headLogo svg {
          width: 104px;
          min-width: 104px; }
    .header .hdR #gNav {
      display: none; }

  body.open .header {
    top: 0 !important; }

  #global-nav {
    padding: 80px 0 0; }
    #global-nav .gnFlex {
      display: block;
      margin: 0;
      max-width: 100%; }
      #global-nav .gnFlex .gnMenu {
        padding: 0 7.5vw;
        width: 100%; }
        #global-nav .gnFlex .gnMenu .menuP {
          display: none;
          margin-bottom: 12px; }
        #global-nav .gnFlex .gnMenu #gNavSp li a {
          padding: 12px 0; }
      #global-nav .gnFlex .gnBrand {
        padding: 4vw 4vw 6vw;
        width: 100%; }
        #global-nav .gnFlex .gnBrand ul li {
          height: auto;
          margin-top: 5vw;
          width: 47.5%; }
          #global-nav .gnFlex .gnBrand ul li a .logo {
            top: auto;
            bottom: 0;
            right: 0;
            padding-right: 5vw;
            text-align: right; }
            #global-nav .gnFlex .gnBrand ul li a .logo.logo1 {
              top: auto; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo1 img {
                width: 25vw; }
            #global-nav .gnFlex .gnBrand ul li a .logo.logo2 {
              top: auto; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo2 img {
                width: 30vw; }
            #global-nav .gnFlex .gnBrand ul li a .logo.logo3 {
              top: auto; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo3 img {
                width: 25vw; }
            #global-nav .gnFlex .gnBrand ul li a .logo.logo4 {
              top: auto; }
              #global-nav .gnFlex .gnBrand ul li a .logo.logo4 img {
                width: 35vw; }
          #global-nav .gnFlex .gnBrand ul li a .more {
            display: none; }
          #global-nav .gnFlex .gnBrand ul li a:hover .bg {
            transform: scale(1); } }
        @media only screen and (max-width: 960px) and (min-width: 960px) {
          #global-nav .gnFlex .gnBrand ul li a:hover {
            /*
            opacity: 0.8;
            transform:scale(1.05); 
            */ }
            #global-nav .gnFlex .gnBrand ul li a:hover:before {
              width: 100%; }
            #global-nav .gnFlex .gnBrand ul li a:hover .arrow:before {
              animation-name: transformRightLeft;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0s;
              letter-spacing: 0 !important; }
            #global-nav .gnFlex .gnBrand ul li a:hover .arrow:after {
              animation-name: transformLeftRight;
              /* 修正: hover時のアニメーションを指定 */
              animation-delay: 0.2s;
              letter-spacing: 0 !important; } }
@media only screen and (max-width: 960px) {
      #global-nav .gnFlex .gnOutBox {
        position: static;
        padding: 0 7.5vw 24px;
        width: 100%; }
        #global-nav .gnFlex .gnOutBox p a {
          padding: 10px 0; }
        #global-nav .gnFlex .gnOutBox small {
          font-size: 8px;
          margin-top: 0px; }

  #nav-toggle {
    right: 4vw;
    top: 12px;
    width: 36px;
    height: 36px; }
    #nav-toggle div {
      width: 18px;
      height: 7px; }

  #nav-toggle span:nth-child(2) {
    top: 7px; } }
@keyframes menuAction {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(30px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
.ftContact {
  padding: 160px 40px 0;
  position: relative; }
  .ftContact:after {
    background: #333;
    content: '';
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .ftContact .ftBg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
  .ftContact .inr {
    /*
    background: url("/assets/img/common/ft_contact_bg.png") center center no-repeat #FFF;
    background-size: cover;
    */
    border: 8px solid #FFF;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 420px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden; }
    .ftContact .inr h2 {
      margin-bottom: 40px;
      position: relative;
      z-index: 3;
      width: 100%; }
      .ftContact .inr h2 .ja {
        display: block;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 2;
        font-weight: 400;
        letter-spacing: 0.06em;
        line-height: 1; }
        @media only screen and (max-width: 960px) {
          .ftContact .inr h2 .ja {
            font-size: 16px;
            font-size: 1.6rem; } }
      .ftContact .inr h2 .en {
        display: block;
        font-family: "Saira Semi Condensed", sans-serif;
        font-size: 47px;
        font-size: 4.7rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 300;
        letter-spacing: 0.06em;
        line-height: 1;
        padding-top: 12px; }
        @media only screen and (max-width: 960px) {
          .ftContact .inr h2 .en {
            font-size: 40px;
            font-size: 4rem; } }
    .ftContact .inr ul {
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 3;
      width: 100%; }
      .ftContact .inr ul li {
        margin: 0 30px;
        max-width: 260px;
        width: 50%; }
        .ftContact .inr ul li h3 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 1;
          margin-bottom: 16px; }
          @media only screen and (max-width: 960px) {
            .ftContact .inr ul li h3 {
              font-size: 15px;
              font-size: 1.5rem; } }
        .ftContact .inr ul li p a {
          background: #FFF;
          /*
          background: url("/assets/img/common/icon_arrow_diagonal.svg") right 10px bottom 10px no-repeat #FFF;
          background-size: 12px auto;
          */
          border-radius: 8px;
          box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.12);
          color: #000;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 600;
          letter-spacing: -0.04em;
          min-height: 66px;
          padding-right: 0.5em;
          text-decoration: none;
          position: relative; }
          .ftContact .inr ul li p a svg {
            margin-right: 10px;
            transition: 0.2s; }
          .ftContact .inr ul li p a .arrow {
            overflow: hidden;
            position: absolute;
            top: 0;
            right: 30px;
            bottom: 0;
            width: 30px;
            margin: auto 0;
            line-height: 1;
            transform: rotate(-45deg); }
          .ftContact .inr ul li p a .arrow:before,
          .ftContact .inr ul li p a .arrow:after {
            font-family: "Saira Semi Condensed", sans-serif;
            content: "→";
            position: absolute;
            bottom: 0;
            right: 0;
            animation-fill-mode: forwards;
            animation-duration: 0.3s;
            letter-spacing: 0 !important; }
          .ftContact .inr ul li p a .arrow:after {
            transform: translateX(-100%);
            opacity: 0; }
          @media only screen and (min-width: 960px) {
            .ftContact .inr ul li p a:hover {
              color: #E7211B;
              transform: scale(1.1); }
              .ftContact .inr ul li p a:hover svg {
                fill: #E7211B; }
              .ftContact .inr ul li p a:hover:before {
                width: 100%; }
              .ftContact .inr ul li p a:hover .arrow:before {
                animation-name: transformRightLeft;
                animation-delay: 0s;
                letter-spacing: 0 !important; }
              .ftContact .inr ul li p a:hover .arrow:after {
                animation-name: transformLeftRight;
                animation-delay: 0.2s;
                letter-spacing: 0 !important; } }
        .ftContact .inr ul li:nth-child(1) a .num {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0.04em; }
          @media only screen and (max-width: 960px) {
            .ftContact .inr ul li:nth-child(1) a .num {
              font-size: 19px;
              font-size: 1.9rem; } }
        .ftContact .inr ul li:nth-child(1) svg {
          width: 25px; }
        .ftContact .inr ul li:nth-child(2) svg {
          width: 19px; }
        @media only screen and (min-width: 960px) {
          .ftContact .inr ul li:nth-child(1) a {
            pointer-events: none; }
            .ftContact .inr ul li:nth-child(1) a .arrow {
              display: none; } }

.footer {
  background: url("/assets/img/common/ft_bg.png") right -54px bottom no-repeat #333333;
  padding: 80px 40px 60px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  .footer .ftInr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative; }
    .footer .ftInr .ftL {
      width: 230px; }
      .footer .ftInr .ftL p {
        color: #FFF;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        line-height: 1.8;
        margin-bottom: 20px; }
        @media only screen and (max-width: 960px) {
          .footer .ftInr .ftL p {
            font-size: 10px;
            font-size: 1rem; } }
      .footer .ftInr .ftL .ftLogo {
        line-height: 1;
        margin-bottom: 40px; }
        .footer .ftInr .ftL .ftLogo a {
          display: block;
          transition: 0.2s; }
          .footer .ftInr .ftL .ftLogo a:hover {
            opacity: 0.7; }
        .footer .ftInr .ftL .ftLogo img, .footer .ftInr .ftL .ftLogo svg {
          max-width: 250px; }
    .footer .ftInr .ftR {
      color: #FFF;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      width: calc(100% - 230px); }
      .footer .ftInr .ftR .ftRBox {
        margin-right: 80px;
        width: 240px; }
        .footer .ftInr .ftR .ftRBox:last-child {
          margin-right: 0; }
        .footer .ftInr .ftR .ftRBox h3 {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          font-family: "Saira Semi Condensed", sans-serif;
          font-weight: 400;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2;
          font-weight: 300;
          letter-spacing: 0.08em;
          line-height: 1.4;
          margin-bottom: 16px;
          padding-bottom: 8px; }
          @media only screen and (max-width: 960px) {
            .footer .ftInr .ftR .ftRBox h3 {
              font-size: 15px;
              font-size: 1.5rem; } }
      .footer .ftInr .ftR .ftList > li {
        line-height: 1; }
        .footer .ftInr .ftR .ftList > li > span, .footer .ftInr .ftR .ftList > li > a {
          color: #FFF;
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 500;
          line-height: 1.5;
          letter-spacing: 0.02em;
          padding: 8px 0;
          text-decoration: none;
          transition: 0.2s; }
          @media only screen and (max-width: 960px) {
            .footer .ftInr .ftR .ftList > li > span, .footer .ftInr .ftR .ftList > li > a {
              font-size: 12px;
              font-size: 1.2rem; } }
        .footer .ftInr .ftR .ftList > li > a:hover {
          opacity: 0.7; }
        .footer .ftInr .ftR .ftList > li > a img {
          height: 32px;
          filter: brightness(0) invert(1); }
        .footer .ftInr .ftR .ftList > li > a[target="_blank"]:after {
          font-family: "Font Awesome 6 Free";
          content: "\f08e";
          display: inline-block;
          font-size: 11px;
          font-weight: 900;
          margin: 0 0 0 8px;
          vertical-align: 1px; }
        .footer .ftInr .ftR .ftList > li > a:has(img) {
          display: inline-flex;
          align-items: center;
          padding: 0;
          min-height: 44px; }
        .footer .ftInr .ftR .ftList > li > a:has(img)[target="_blank"]:after {
          display: none; }
        .footer .ftInr .ftR .ftList > li:nth-child(3) > a {
          padding-top: 10px; }
          .footer .ftInr .ftR .ftList > li:nth-child(3) > a img {
            height: 26px; }
    .footer .ftInr small {
      color: #FFF;
      display: block;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 2;
      line-height: 1;
      font-weight: 400;
      letter-spacing: 0.15em;
      opacity: 0.8;
      padding-top: 80px;
      text-align: right;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        .footer .ftInr small {
          font-size: 10px;
          font-size: 1rem; } }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .ftContact {
    padding: 60px 5vw 0; }
    .ftContact .inr {
      border: 8px solid #FFF;
      border-radius: 16px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
      align-items: flex-start;
      margin: 0 auto;
      max-width: 100%;
      min-height: auto;
      min-height: none;
      padding: 56px 8.5vw; }
      .ftContact .inr h2 {
        margin-bottom: 50px; }
        .ftContact .inr h2 .ja {
          font-size: 14px;
          letter-spacing: 0.02em; }
        .ftContact .inr h2 .en {
          font-size: 36px;
          letter-spacing: 0.04em;
          padding-top: 8px; }
      .ftContact .inr ul {
        display: block;
        width: 100%; }
        .ftContact .inr ul li {
          margin: 0 0 40px;
          max-width: 100%;
          width: 100%; }
          .ftContact .inr ul li:last-child {
            margin-bottom: 0; }
          .ftContact .inr ul li h3 {
            font-size: 18px;
            margin-bottom: 16px; }
          .ftContact .inr ul li p a {
            font-size: 16px;
            padding-right: 4px; }
            .ftContact .inr ul li p a img {
              margin-right: 10px; }
          .ftContact .inr ul li:nth-child(1) a {
            font-size: 20px; }

  .footer {
    background: url("/assets/img/common/ft_bg.png") right -27px bottom no-repeat #333333;
    background-size: 100% auto;
    padding: 80px 5vw 50px; }
    .footer .ftInr {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      max-width: 100%; }
      .footer .ftInr .ftL {
        width: auto; }
        .footer .ftInr .ftL p {
          font-size: 14px;
          line-height: 1.8;
          margin-bottom: 20px; }
        .footer .ftInr .ftL .ftLogo {
          line-height: 1;
          margin-bottom: 40px; }
          .footer .ftInr .ftL .ftLogo a {
            display: block;
            transition: 0.2s; }
            .footer .ftInr .ftL .ftLogo a:hover {
              opacity: 0.7; }
          .footer .ftInr .ftL .ftLogo img, .footer .ftInr .ftL .ftLogo svg {
            max-width: 250px; }
      .footer .ftInr .ftR {
        display: none; }
      .footer .ftInr small {
        font-size: 9px;
        padding-top: 40px;
        text-align: center; } }
/* Basic
   ==================================== */
.font10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font10 {
      font-size: 10px;
      font-size: 1rem; } }

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font11 {
      font-size: 10px;
      font-size: 1rem; } }

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font12 {
      font-size: 10px;
      font-size: 1rem; } }

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font13 {
      font-size: 10px;
      font-size: 1rem; } }

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font14 {
      font-size: 12px;
      font-size: 1.2rem; } }

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font15 {
      font-size: 13px;
      font-size: 1.3rem; } }

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font16 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font17 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font18 {
      font-size: 15px;
      font-size: 1.5rem; } }

.font19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font19 {
      font-size: 16px;
      font-size: 1.6rem; } }

.font20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font20 {
      font-size: 17px;
      font-size: 1.7rem; } }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center !important; }

.cmnAnc {
  display: inline-block;
  height: 1px; }

.graySmall {
  color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600; }
  @media only screen and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

.hvBtn, .hvBtns a {
  transition: 0.2s; }

.hvBtn:hover, .hvBtns a:hover {
  opacity: 0.7; }

.bscImg {
  height: auto;
  max-width: 100%; }

.vAT {
  vertical-align: top !important; }

.vAM {
  vertical-align: middle !important; }

.vAB {
  vertical-align: bottom !important; }

.default {
  color: #555 !important; }

.red {
  color: red !important; }

.blue {
  color: #E7211B !important; }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px; }

@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .top0 {
    margin-top: 0 !important; }

  .top5 {
    margin-top: 5px !important; }

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

  .top15 {
    margin-top: 15px !important; }

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

  .top25 {
    margin-top: 25px !important; }

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

  .top35 {
    margin-top: 35px !important; }

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

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

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

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

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

  .btm15 {
    margin-bottom: 15px !important; }

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

  .btm25 {
    margin-bottom: 25px !important; }

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

  .btm35 {
    margin-bottom: 35px !important; }

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

  .btm45 {
    margin-bottom: 45px !important; }

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

  .btm55 {
    margin-bottom: 55px !important; }

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

  .btm65 {
    margin-bottom: 65px !important; }

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

  .btm75 {
    margin-bottom: 75px !important; }

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

  .btm85 {
    margin-bottom: 85px !important; }

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

  .btm95 {
    margin-bottom: 95px !important; }

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

  .btm110 {
    margin-bottom: 110px !important; }

  .btm120 {
    margin-bottom: 120px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

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

  .pT15 {
    padding-top: 15px !important; }

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

  .pT25 {
    padding-top: 25px !important; }

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

  .pT35 {
    padding-top: 35px !important; }

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

  .pT45 {
    padding-top: 45px !important; }

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

  .pT55 {
    padding-top: 55px !important; }

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

  .pT65 {
    padding-top: 65px !important; }

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

  .pT75 {
    padding-top: 75px !important; }

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

  .pT85 {
    padding-top: 85px !important; }

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

  .pT95 {
    padding-top: 95px !important; }

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

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

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

  .pB15 {
    padding-bottom: 15px !important; }

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

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

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

  .lm5 {
    margin-left: 5px !important; }

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

  .lm15 {
    margin-left: 15px !important; }

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

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

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

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

  .rm5 {
    margin-right: 5px !important; }

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

  .rm15 {
    margin-right: 15px !important; }

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

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w41 {
    width: 41% !important; }

  .w42 {
    width: 42% !important; }

  .w43 {
    width: 43% !important; }

  .w44 {
    width: 44% !important; }

  .w45 {
    width: 45% !important; }

  .w46 {
    width: 46% !important; }

  .w47 {
    width: 47% !important; }

  .w48 {
    width: 48% !important; }

  .w49 {
    width: 49% !important; }

  .w50 {
    width: 50% !important; }

  .w51 {
    width: 51% !important; }

  .w52 {
    width: 52% !important; }

  .w53 {
    width: 53% !important; }

  .w54 {
    width: 54% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 960px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

  .spLeft {
    text-align: left !important; }

  .top10 {
    margin-top: 5px !important; }

  .top15 {
    margin-top: 5px !important; }

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

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

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

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

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 5px !important; }

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

  .btm20 {
    margin-bottom: 15px !important; }

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

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

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

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

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

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

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

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

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

  .btm70 {
    margin-bottom: 35px !important; }

  .btm75 {
    margin-bottom: 35px !important; }

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

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

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

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

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

  .btm110 {
    margin-bottom: 55px !important; }

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

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

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

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

  .pT25 {
    padding-top: 15px !important; }

  .pT30 {
    padding-top: 15px !important; }

  .pT35 {
    padding-top: 15px !important; }

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

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

  .pT50 {
    padding-top: 25px !important; }

  .pT55 {
    padding-top: 25px !important; }

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

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

  .pT70 {
    padding-top: 35px !important; }

  .pT75 {
    padding-top: 35px !important; }

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

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

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

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

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

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 5px !important; }

  .pB15 {
    padding-bottom: 5px !important; }

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

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

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

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 5px !important; }

  .lm15 {
    margin-left: 5px !important; }

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

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

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

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

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 5px !important; }

  .rm15 {
    margin-right: 5px !important; }

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

  .spBtm0 {
    margin-bottom: 0 !important; }

  .spBtm5 {
    margin-bottom: 5px !important; }

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

  .spBtm15 {
    margin-bottom: 15px !important; }

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

  .spBtm25 {
    margin-bottom: 25px !important; }

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

  .spBtm35 {
    margin-bottom: 35px !important; }

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

  .spBtm45 {
    margin-bottom: 45px !important; }

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

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

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

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

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

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

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; } }
