@charset "UTF-8";
/*--------------------------------------
    IMPORT
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*--------------------------------------
    BASE
--------------------------------------*/
html {
  height: 100%;
}

body {
  overflow-x: hidden;
  min-width: 75rem;
  background-color: #ffffff;
  color: #333333;
  font-style: normal;
  line-height: 1.75;
  font-family: “Helvetica Neue”, “Arial”, “Noto Sans JP”, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, “Meiryo”, sans-serif;
  font-feature-settings: "palt";
  text-align: justify;
  animation: fadeIn 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
body.nav-open {
  overflow-y: hidden;
}

body.is-nav-open {
  overflow: hidden;
}

/* widndows用フォントスタイル */
.win body {
  font-family: Verdana, "メイリオ", Meiryo, Roboto, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*--------------------------------------
    IMG
--------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------
    TEXT
--------------------------------------*/
em {
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {
  color: #3f3b39;
  transition: opacity 0.3s ease-out;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

:hover.over {
  text-decoration: none;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  :hover.over {
    opacity: 1;
  }
}
/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-container__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
  background: no-repeat 0 0/cover;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-container__header {
    height: 11.25rem;
  }
}
.l-container__header-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-container__header-heading-w {
  color: #fff;
}
.l-container__header-heading-s {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
.l-container__header-heading-en {
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.22em;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-container__header-heading-en {
    font-size: 1.875rem;
    letter-spacing: 0.2em;
  }
}
.l-container__header-heading-jp {
  position: relative;
  margin-top: 1.125rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.5em;
}
.l-container__header-heading-jp::before, .l-container__header-heading-jp::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .l-container__header-heading-jp::before, .l-container__header-heading-jp::after {
    width: 1.9375rem;
  }
}
.l-container__header-heading-jp::before {
  left: -2.8em;
}
.l-container__header-heading-jp::after {
  right: -2.3em;
}
@media screen and (max-width: 767px) {
  .l-container__header-heading-jp {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    letter-spacing: 0.46em;
  }
}
.l-container__header-heading-w .l-container__header-heading-jp::before, .l-container__header-heading-w .l-container__header-heading-jp::after {
  background-color: #fff;
}
.l-container__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-container__inner {
    max-width: 100%;
  }
}
.l-container__inner--w1000 {
  width: 100%;
  max-width: 65rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-container__inner--w1000 {
    max-width: 100%;
  }
}
.l-container__inner--w880 {
  width: 100%;
  max-width: 55rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-container__inner--w880 {
    max-width: 100%;
  }
}
.l-container__inner--w840 {
  width: 100%;
  max-width: 52.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-container__inner--w840 {
    max-width: 100%;
  }
}
.l-container__inner--w1050 {
  width: 100%;
  max-width: 65.625rem;
  margin: auto;
  padding: 0 1.25rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-container__inner--w1050 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container__inner--w1050 {
    padding: 0 1.25rem;
  }
}
.l-container__header--about {
  background-image: url("/_assets/img/about/about_kv_pc.jpg");
}
@media screen and (max-width: 767px) {
  .l-container__header--about {
    background-image: url("/_assets/img/about/about_kv_sp.jpg");
  }
}
.l-container__header--access {
  background-image: url("/_assets/img/access/access_kv_pc.jpg");
}
@media screen and (max-width: 767px) {
  .l-container__header--access {
    background-image: url("/_assets/img/access/access_kv_sp.jpg");
  }
}
.l-container__header--contact {
  background-image: url("/_assets/img/contact/contact_kv_pc.jpg");
}
@media screen and (max-width: 767px) {
  .l-container__header--contact {
    background-image: url("/_assets/img/contact/contact_kv_sp.jpg");
  }
}
.l-container__header--works {
  background-image: url("/_assets/img/works/works_kv_pc.jpg");
}
@media screen and (max-width: 767px) {
  .l-container__header--works {
    background-image: url("/_assets/img/works/works_kv_sp.jpg");
  }
}
.l-container__header--philosophy {
  position: relative;
  margin-top: 5.75rem;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .l-container__header--philosophy {
    margin-top: 3.75rem;
  }
}
.l-container__header--philosophy::before, .l-container__header--philosophy::after {
  content: "";
  position: absolute;
  width: 27.125rem;
  height: 23rem;
  background: no-repeat 0 0;
  background-size: 27.125rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-container__header--philosophy::before, .l-container__header--philosophy::after {
    width: 15.375rem;
    height: 15.5625rem;
    background-size: 15.375rem;
  }
}
.l-container__header--philosophy::before {
  bottom: 5.375rem;
  left: 0;
  background-image: url("/_assets/img/home/home_bg_img01.png");
}
@media screen and (max-width: 767px) {
  .l-container__header--philosophy::before {
    bottom: -12.5rem;
  }
}
.l-container__header--philosophy::after {
  right: 0;
  bottom: -4.6875rem;
  background-image: url("/_assets/img/home/home_bg_img02.png");
}
@media screen and (max-width: 767px) {
  .l-container__header--philosophy::after {
    bottom: -24.6875rem;
  }
}
.l-container__header--manifesto {
  margin-top: 10.125rem;
}
@media screen and (max-width: 767px) {
  .l-container__header--manifesto {
    margin-top: 24.875rem;
  }
}
.l-container__header--privacy {
  background-color: #f5f5f5;
}

.p-home .l-container__header {
  height: auto;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-home .l-container__header .l-container__header-heading-en {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-container__header .l-container__header-heading-jp {
    font-size: 1rem;
  }
}

.p-home .l-container__header--works {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-home .l-container__header--works {
    margin-top: 4.625rem;
  }
}

.l-footer {
  /*margin-top: rem(60);*/
  margin-top: 5.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    /*margin-top: rem(30);*/
    margin-top: 3.4375rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0;
  }
}

.l-main {
  padding-top: 5.1875rem;
}
.home .l-main {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 50px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pageTop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-120%);
  }
  30.1% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-breadcrumbs {
  width: 100%;
  max-width: 77.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    max-width: 100%;
  }
}
.c-breadcrumbs__list {
  display: flex;
  padding-top: 0.625rem;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}
.c-breadcrumbs__item:not(:first-child)::before {
  display: inline-block;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin: 0 0.75em 0 0.5em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  vertical-align: 1.5px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__item:not(:first-child)::before {
    width: 4px;
    height: 4px;
  }
}

.c-button-radius {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-button-radius {
    font-size: 0.9375rem;
  }
}
.c-button-radius::after {
  position: absolute;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.c-button-radius--navy {
  background-color: #727172;
  color: #fff;
}
.c-button-radius--blue {
  background-color: #4DC9E6;
  color: #fff;
}
.c-button-radius--yellow {
  background-color: #FABD00;
  color: #fff;
}
.c-button-radius--white {
  background-color: #fff;
  color: #333333;
}
.c-button-radius--white::after {
  border-color: currentColor;
}
.c-button-radius__inner {
  transform: translateY(-2px);
}

.c-flex {
  display: flex;
}
.c-flex--wrap {
  flex-wrap: wrap;
}
.c-flex--jc-center {
  justify-content: center;
}
.c-flex--jc-space-between {
  justify-content: space-between;
}
.c-flex--ai-center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}

.c-page-top {
  position: fixed;
  right: 1.25rem;
  bottom: -100%;
  z-index: 100;
  width: 3.75rem;
  height: 3.75rem;
  transition: bottom 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-page-top.is-scrolled {
  bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-top.is-scrolled {
    bottom: 0.625rem;
  }
}
.c-page-top__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #333333;
}
.c-page-top__link:hover {
  opacity: 0.8;
}
.c-page-top__icon-wrap {
  overflow: hidden;
  width: 1.375rem;
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-page-top__icon-wrap {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-page-top__icon {
  display: block;
  color: #fff;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-page-top__icon {
    font-size: 1.125rem;
  }
}
.c-page-top__link:hover .c-page-top__icon {
  animation: pageTop 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-text-lead {
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-text-lead {
    font-size: 0.9375rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0;
  }
}

.c-text-link {
  background: linear-gradient(#333333, #333333) no-repeat 100% 100%/0 1px;
  transition: background-size 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-text-link:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

.c-text-main {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

/*.p-header__inner {
	@include siteWidth;
}*/
.p-footer-nav__haeding-link:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
  text-decoration: none;
}

.p-footer-nav__link:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

#movie-mp4 {
  max-width: 100%;
}

.l-container__header--works #pjax-content,
.p-works__inner--all #pjax-content {
  padding: 8.4375rem 0 2.8125rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: transform 1s ease-out;
}
.l-container__header--works #pjax-content.action,
.p-works__inner--all #pjax-content.action {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .l-container__header--works #pjax-content,
.p-works__inner--all #pjax-content {
    padding: 3.125rem 0 1.5625rem;
  }
}
.l-container__header--works #pjax-content .pjax-close,
.p-works__inner--all #pjax-content .pjax-close {
  position: fixed;
  top: 3.125rem;
  right: 3.125rem;
  display: block;
  width: 2.9375rem;
  height: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .l-container__header--works #pjax-content .pjax-close,
.p-works__inner--all #pjax-content .pjax-close {
    top: 1.25rem;
    right: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-works__inner--each #pjax-content .pjax-close {
  display: none;
}
.p-works__inner--each #pjax-content .l-container__inner--w1050 {
  margin-top: 5.3125rem;
}

.slide-img {
  background: no-repeat 50% 50%/cover;
}
.slide-img--01 {
  background-image: url(/_assets/img/home/home_kv01_pc.jpg);
}
@media screen and (max-width: 767px) {
  .slide-img--01 {
    background-image: url(/_assets/img/home/home_kv01_sp.jpg);
    background-position: 80% 0;
  }
}
.slide-img--02 {
  background-image: url(/_assets/img/home/home_kv02_pc.jpg);
}
@media screen and (max-width: 767px) {
  .slide-img--02 {
    background-image: url(/_assets/img/home/home_kv02_sp.jpg);
  }
}
.slide-img--03 {
  background-image: url(/_assets/img/home/home_kv03_pc.jpg);
}
@media screen and (max-width: 767px) {
  .slide-img--03 {
    background-image: url(/_assets/img/home/home_kv03_sp.jpg);
    background-position: 75% 0;
  }
}

@keyframes zoom_up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes side_swipe {
  100% {
    background-position: right 0;
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom_up 10s linear 0s 1 normal both;
}
@media screen and (max-width: 767px) {
  .swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: side_swipe 25s linear 0s infinite both;
  }
}

.slide-img {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .slide-img {
    height: 100vh;
  }
}

.p-footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 3.125rem;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
}
.p-footer-nav__menu {
  min-width: 9rem;
}
.p-footer-nav__haeding {
  position: relative;
}
.p-footer-nav__haeding-link {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 0.3125rem;
  background: linear-gradient(#fff, #fff) no-repeat 0 100%/100% 1px;
  font-size: 0.875rem;
  line-height: calc(32 / 14);
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-footer-nav__list {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: calc(26 / 12);
}
.p-footer-nav__menu-row {
  display: flex;
}
.p-footer-nav__menu-col:nth-child(n+2) {
  padding-left: 1rem;
}
.p-footer-nav__list {
  margin-top: 0.625rem;
  padding-right: 1rem;
}
.p-footer-nav__link {
  background: linear-gradient(#fff, #fff) no-repeat 100% 100%/0 1px;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-footer-nav__sub-list {
  margin-left: 1em;
}

.p-footer {
  padding-top: 4.75rem;
  background-color: #727172;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 2.375rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.p-footer__contact-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 65.625rem;
  height: 7.625rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.625rem;
  text-align: center;
}
.p-footer__contact-link-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-link-en {
    font-size: 1.625rem;
  }
}
.p-footer__contact-link-jp {
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-link-jp {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.p-footer__contact-link::after {
  position: absolute;
  top: 0;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 3.75rem;
  height: 0.5rem;
  margin: auto;
  content: url("/_assets/img/common/common_arrow_icon.svg");
}
@media screen and (max-width: 767px) {
  .p-footer__contact-link::after {
    right: 0.9375rem;
    width: 1.75rem;
    height: 0.4375rem;
  }
}
.p-footer__top {
  padding: 2.8125rem 0 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding: 2.1875rem 0 1.625rem;
  }
}
.p-footer__inner {
  display: flex;
  width: 100%;
  max-width: 65.625rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
.p-footer__logo {
  width: 10.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 11.8125rem;
    flex-basis: 5.3125rem;
    max-width: 100%;
  }
}
.p-footer__list {
  width: 100%;
  max-width: 65.625rem;
  margin: auto;
  text-align: end;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    text-align: center;
  }
}
.p-footer__privacy {
  color: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    font-size: 0.8125rem;
  }
}
.p-footer__copyright {
  padding: 0.75rem 0;
  color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    padding: 1rem 0 0;
    letter-spacing: 0.08em;
  }
}

.p-header-gnav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #C1393D;
  /*z-index: 20;*/
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-header-gnav {
    padding: 4.375rem 3.75rem;
  }
}
.is-nav-open .p-header-gnav {
  opacity: 1;
  visibility: visible;
}
.p-header-gnav__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 254px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__inner {
    position: static;
    height: auto;
  }
}
.p-header-gnav__menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu {
    display: block;
  }
}
.p-header-gnav__menu-list {
  margin: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-list {
    display: block;
    margin: 0;
  }
}
.p-header-gnav__menu-item {
  position: relative;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-item {
    padding-bottom: 2.5rem;
  }
}
.p-header-gnav__menu-item:hover > .p-header-gnav__menu-drop {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-item:hover > .p-header-gnav__menu-drop {
    transform: translate(0);
  }
}
.p-header-gnav__menu-link {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  line-height: 2rem;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-header-gnav__menu-link:hover {
  text-decoration: none;
  background-size: calc(100% - 4.5em) 2px;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-link {
    /*border: 0;
    background: none;
    font-size: rem(14);*/
    line-height: 1;
  }
  .p-header-gnav__menu-link--about {
    position: relative;
    pointer-events: none;
  }
  .p-header-gnav__menu-link--about::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.2em;
    margin: auto;
    font-size: 1.5rem;
    font-family: "material icons";
    content: "";
  }
}
.p-header-gnav__menu-link-inner-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-link-inner-en {
    font-size: 1.5625rem;
  }
}
.p-header-gnav__menu-link-inner-jp {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-link-inner-jp {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-header-gnav__menu-drop {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  visibility: hidden;
  opacity: 0;
  margin-top: 2.1875rem;
  padding-left: 0.4375rem;
  background-color: transparent;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop {
    position: relative;
    left: 0;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding: 0;
  }
}
.p-header-gnav__menu-drop::before {
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop::before {
    content: none;
  }
}
.p-header-gnav__menu-drop--about {
  width: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop--about {
    width: 100%;
  }
}
.p-header-gnav__menu-drop-list {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop-list--works .p-header-gnav__menu-drop-item:nth-child(n+2) .p-header-gnav__menu-drop-link {
    padding-left: calc(2.5rem + 1em);
  }
}
.p-header-gnav__menu-drop-item:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-header-gnav__menu-drop-link {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop-link {
    width: 100%;
    padding: 0rem 1.125rem;
  }
}
.p-header-gnav__menu-drop-link-en {
  position: relative;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
}
.p-header-gnav__menu-drop-link-en::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  display: inline-block;
  width: 13px;
  height: 1px;
  margin: auto 0;
  background-color: #fff;
  content: "";
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-header-gnav__menu-drop-link-en::before {
    width: 9px;
  }
}
.p-header-gnav__menu-drop-link:hover {
  opacity: 0.5;
  text-decoration: none;
}
.p-header-gnav__menu-drop-link:hover::before {
  margin-right: 0.75em;
}
.p-header-gnav__menu-drop-link-jp {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
}
.p-header-gnav__snav-menu {
  position: absolute;
  top: 27px;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header-gnav__snav-menu {
    display: none;
  }
}
.p-header-gnav__snav-menu-list {
  display: flex;
}
.p-header-gnav__snav-menu-item {
  border-right: 1px solid #333333;
}
.p-header-gnav__snav-menu-link {
  display: block;
  margin: 0 1.4em;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  letter-spacing: 0.04em;
}

.home .p-header__logo {
  display: none;
}

.st0 {
  fill: #C1393D;
}

.home .p-header__hamburger-button::before, .home .p-header__hamburger-button::after, .home .p-header__hamburger-button span::before {
  background-color: #fff;
}

.p-header {
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  height: 5.1875rem;
  width: 100%;
  z-index: 500;
}
.p-header.is-active {
  background-color: rgba(255, 255, 255, 0.9);
}
.p-header.is-active .p-header__logo {
  display: block;
}
.p-header.is-active .st0 {
  fill: #C1393D;
}
.p-header.is-active .p-header__hamburger-button::before,
.p-header.is-active .p-header__hamburger-button::after,
.p-header.is-active .p-header__hamburger-button span::before {
  background-color: #C1393D;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0 13px;
    height: 3.125rem;
  }
}
.p-header__logo {
  position: relative;
}
.p-header__logo svg {
  width: 7.8125rem;
  height: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo svg {
    width: 5.875rem;
    height: 1.875rem;
  }
}
.p-header__hamburger {
  position: absolute;
  top: 0;
  right: 1.875rem;
  bottom: 0;
  display: block;
  margin: auto;
  z-index: 150;
  width: 2.75rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    right: 0.8125rem;
    width: 1.875rem;
    height: 1.3125rem;
  }
}
.p-header__hamburger-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 1.875rem;
  font-size: 0;
  z-index: 100;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger-button {
    width: 1.875rem;
    height: 1.3125rem;
  }
}
.p-header__hamburger-button::before, .p-header__hamburger-button::after,
.p-header__hamburger-button span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #C1393D;
}
.p-header__hamburger-button::before {
  top: 0;
  transition: top 0.3s 0.6s, transform 0.3s 0s;
}
.p-header__hamburger-button::after {
  bottom: 0;
  transition: bottom 0.3s 0.6s, transform 0.3s 0s;
}
.p-header__hamburger-button span::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.is-nav-open .p-header__hamburger-button::before {
  top: 13px;
  transform: rotate(45deg);
  transition-delay: 0s, 0.6s;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .is-nav-open .p-header__hamburger-button::before {
    top: 0.5625rem;
  }
}
.is-nav-open .p-header__hamburger-button::after {
  bottom: 13px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.6s;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .is-nav-open .p-header__hamburger-button::after {
    bottom: 0.5625rem;
  }
}
.is-nav-open .p-header__hamburger-button span::before {
  background-color: transparent !important;
}

/*--------------------------------------
    FONT COLOR
--------------------------------------*/
.u-f_color01 {
  color: #333333;
}

.u-f_color02 {
  color: #C1393D;
}

/*--------------------------------------
    LAYOUT VARIATION
--------------------------------------*/
/* margin variation */
.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

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

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

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

.u-mt11 {
  margin-top: 11px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt13 {
  margin-top: 13px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

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

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt17 {
  margin-top: 17px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

.u-mt19 {
  margin-top: 19px !important;
}

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

.u-mt21 {
  margin-top: 21px !important;
}

.u-mt22 {
  margin-top: 22px !important;
}

.u-mt23 {
  margin-top: 23px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

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

.u-mt26 {
  margin-top: 26px !important;
}

.u-mt27 {
  margin-top: 27px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mt29 {
  margin-top: 29px !important;
}

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

.u-mt31 {
  margin-top: 31px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mt33 {
  margin-top: 33px !important;
}

.u-mt34 {
  margin-top: 34px !important;
}

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

.u-mt36 {
  margin-top: 36px !important;
}

.u-mt37 {
  margin-top: 37px !important;
}

.u-mt38 {
  margin-top: 38px !important;
}

.u-mt39 {
  margin-top: 39px !important;
}

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

.u-mt41 {
  margin-top: 41px !important;
}

.u-mt42 {
  margin-top: 42px !important;
}

.u-mt43 {
  margin-top: 43px !important;
}

.u-mt44 {
  margin-top: 44px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt46 {
  margin-top: 46px !important;
}

.u-mt47 {
  margin-top: 47px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mt49 {
  margin-top: 49px !important;
}

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

.u-mt51 {
  margin-top: 51px !important;
}

.u-mt52 {
  margin-top: 52px !important;
}

.u-mt53 {
  margin-top: 53px !important;
}

.u-mt54 {
  margin-top: 54px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mt57 {
  margin-top: 57px !important;
}

.u-mt58 {
  margin-top: 58px !important;
}

.u-mt59 {
  margin-top: 59px !important;
}

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

.u-mt61 {
  margin-top: 61px !important;
}

.u-mt62 {
  margin-top: 62px !important;
}

.u-mt63 {
  margin-top: 63px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt66 {
  margin-top: 66px !important;
}

.u-mt67 {
  margin-top: 67px !important;
}

.u-mt68 {
  margin-top: 68px !important;
}

.u-mt69 {
  margin-top: 69px !important;
}

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

.u-mt71 {
  margin-top: 71px !important;
}

.u-mt72 {
  margin-top: 72px !important;
}

.u-mt73 {
  margin-top: 73px !important;
}

.u-mt74 {
  margin-top: 74px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt76 {
  margin-top: 76px !important;
}

.u-mt77 {
  margin-top: 77px !important;
}

.u-mt78 {
  margin-top: 78px !important;
}

.u-mt79 {
  margin-top: 79px !important;
}

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

.u-mt85 {
  margin-top: 85px !important;
}

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

.u-mt95 {
  margin-top: 95px !important;
}

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

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

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

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

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

.u-mr18 {
  margin-right: 18px !important;
}

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

.u-mr25 {
  margin-right: 25px !important;
}

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

.u-mr35 {
  margin-right: 35px !important;
}

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

.u-mr45 {
  margin-right: 45px !important;
}

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

.u-mr55 {
  margin-right: 55px !important;
}

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

.u-mr65 {
  margin-right: 65px !important;
}

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

.u-mr75 {
  margin-right: 75px !important;
}

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

.u-mr85 {
  margin-right: 85px !important;
}

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

.u-mr95 {
  margin-right: 95px !important;
}

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

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

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

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

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

.u-mb18 {
  margin-bottom: 18px !important;
}

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

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

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

.u-mb32 {
  margin-bottom: 32px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml18 {
  margin-left: 18px !important;
}

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

.u-ml25 {
  margin-left: 25px !important;
}

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

.u-ml35 {
  margin-left: 35px !important;
}

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

.u-ml45 {
  margin-left: 45px !important;
}

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

.u-ml55 {
  margin-left: 55px !important;
}

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

.u-ml65 {
  margin-left: 65px !important;
}

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

.u-ml75 {
  margin-left: 75px !important;
}

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

.u-ml85 {
  margin-left: 85px !important;
}

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

.u-ml95 {
  margin-left: 95px !important;
}

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

.u-minus_mt01 {
  margin-top: -1px !important;
}

.u-minus_mt02 {
  margin-top: -2px !important;
}

.u-minus_mt03 {
  margin-top: -3px !important;
}

.u-minus_mt04 {
  margin-top: -4px !important;
}

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

.u-minus_mt06 {
  margin-top: -6px !important;
}

.u-minus_mt07 {
  margin-top: -7px !important;
}

.u-minus_mt08 {
  margin-top: -8px !important;
}

.u-minus_mt09 {
  margin-top: -9px !important;
}

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

.u-minus_mt11 {
  margin-top: -11px !important;
}

.u-minus_mt12 {
  margin-top: -12px !important;
}

.u-minus_mt13 {
  margin-top: -13px !important;
}

.u-minus_mt14 {
  margin-top: -14px !important;
}

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

.u-minus_mt16 {
  margin-top: -16px !important;
}

.u-minus_mt17 {
  margin-top: -17px !important;
}

.u-minus_mt18 {
  margin-top: -18px !important;
}

.u-minus_mt19 {
  margin-top: -19px !important;
}

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

.u-minus_mt21 {
  margin-top: -21px !important;
}

.u-minus_mt22 {
  margin-top: -22px !important;
}

.u-minus_mt23 {
  margin-top: -23px !important;
}

.u-minus_mt24 {
  margin-top: -24px !important;
}

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

.u-minus_mt26 {
  margin-top: -26px !important;
}

.u-minus_mt27 {
  margin-top: -27px !important;
}

.u-minus_mt28 {
  margin-top: -28px !important;
}

.u-minus_mt29 {
  margin-top: -29px !important;
}

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

.u-minus_mt31 {
  margin-top: -31px !important;
}

.u-minus_mt32 {
  margin-top: -32px !important;
}

.u-minus_mt33 {
  margin-top: -33px !important;
}

.u-minus_mt34 {
  margin-top: -34px !important;
}

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

.u-minus_mt36 {
  margin-top: -36px !important;
}

.u-minus_mt37 {
  margin-top: -37px !important;
}

.u-minus_mt38 {
  margin-top: -38px !important;
}

.u-minus_mt39 {
  margin-top: -39px !important;
}

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

/* width variation */
.u-wid200 {
  width: 200px !important;
}

.u-wid250 {
  width: 250px !important;
}

.u-wid300 {
  width: 300px !important;
}

.u-wid350 {
  width: 350px !important;
}

.u-wid400 {
  width: 400px !important;
}

.u-wid450 {
  width: 450px !important;
}

.u-wid500 {
  width: 500px !important;
}

.u-wid550 {
  width: 550px !important;
}

.u-wid600 {
  width: 600px !important;
}

.u-wid650 {
  width: 650px !important;
}

.u-wid700 {
  width: 700px !important;
}

.u-wid750 {
  width: 750px !important;
}

.u-wid800 {
  width: 800px !important;
}

.u-wid850 {
  width: 850px !important;
}

.u-wid900 {
  width: 900px !important;
}

.u-wid950 {
  width: 950px !important;
}

.u-wid1000 {
  width: 1000px !important;
}

.u-wid1050 {
  width: 1050px !important;
}

.u-wid1100 {
  width: 1100px !important;
}

.u-wid1150 {
  width: 1150px !important;
}

.u-wid1200 {
  width: 1200px !important;
}

/* font variation */
.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

/* box option */
.u-m_center {
  margin: 0 auto;
}

/* font-weight option */
.u-fw_bold {
  font-weight: bold !important;
}

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

/* display option */
.u-display_none {
  display: none !important;
}

.u-sp_display {
  display: none !important;
}

.u-pc_display {
  display: block !important;
}

.u-sp_display_ib {
  display: none !important;
}

.u-pc_display_ib {
  display: inline-block !important;
}

/* text option */
.u-ta_left {
  text-align: left !important;
}

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

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

.u-ta_justify {
  text-align: justify !important;
}

.u-lh_flat {
  line-height: 1 !important;
}

/* float option */
.u-fl_left {
  float: left !important;
}

.u-fl_right {
  float: right !important;
}

.u-fl_none {
  float: none !important;
}

/* border opiton */
.u-bd_t_none {
  border-top: none !important;
}

.u-bd_r_none {
  border-right: none !important;
}

.u-bd_b_none {
  border-bottom: none !important;
}

.u-bd_l_none {
  border-left: none !important;
}

/* flexbox opiton */
.u-content_flex {
  display: flex;
}

.u-content_flex_spbw {
  display: flex;
  justify-content: space-between;
}

.u-content_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.u-content_flex_wrap_spbw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-content_flex_column {
  display: flex;
  flex-direction: column;
}

.u-align_items_center {
  align-items: center;
}

.u-flex_order_m1 {
  order: -1;
}

.u-flex_order_p1 {
  order: 1;
}

@media screen and (max-width: 767px) {
  /*--------------------------------------
  		LAYOUT VARIATION
  --------------------------------------*/
  /* margin variation */
  .u-sp_mt00 {
    margin-top: 0 !important;
  }

  .u-sp_mt01 {
    margin-top: 1px !important;
  }

  .u-sp_mt02 {
    margin-top: 2px !important;
  }

  .u-sp_mt03 {
    margin-top: 3px !important;
  }

  .u-sp_mt04 {
    margin-top: 4px !important;
  }

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

  .u-sp_mt06 {
    margin-top: 6px !important;
  }

  .u-sp_mt07 {
    margin-top: 7px !important;
  }

  .u-sp_mt08 {
    margin-top: 8px !important;
  }

  .u-sp_mt09 {
    margin-top: 9px !important;
  }

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

  .u-sp_mt11 {
    margin-top: 11px !important;
  }

  .u-sp_mt12 {
    margin-top: 12px !important;
  }

  .u-sp_mt13 {
    margin-top: 13px !important;
  }

  .u-sp_mt14 {
    margin-top: 14px !important;
  }

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

  .u-sp_mt16 {
    margin-top: 16px !important;
  }

  .u-sp_mt17 {
    margin-top: 17px !important;
  }

  .u-sp_mt18 {
    margin-top: 18px !important;
  }

  .u-sp_mt19 {
    margin-top: 19px !important;
  }

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

  .u-sp_mt21 {
    margin-top: 21px !important;
  }

  .u-sp_mt22 {
    margin-top: 22px !important;
  }

  .u-sp_mt23 {
    margin-top: 23px !important;
  }

  .u-sp_mt24 {
    margin-top: 24px !important;
  }

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

  .u-sp_mt26 {
    margin-top: 26px !important;
  }

  .u-sp_mt27 {
    margin-top: 27px !important;
  }

  .u-sp_mt28 {
    margin-top: 28px !important;
  }

  .u-sp_mt29 {
    margin-top: 29px !important;
  }

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

  .u-sp_mt31 {
    margin-top: 31px !important;
  }

  .u-sp_mt32 {
    margin-top: 32px !important;
  }

  .u-sp_mt33 {
    margin-top: 33px !important;
  }

  .u-sp_mt34 {
    margin-top: 34px !important;
  }

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

  .u-sp_mt36 {
    margin-top: 36px !important;
  }

  .u-sp_mt37 {
    margin-top: 37px !important;
  }

  .u-sp_mt38 {
    margin-top: 38px !important;
  }

  .u-sp_mt39 {
    margin-top: 39px !important;
  }

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

  .u-sp_mt41 {
    margin-top: 41px !important;
  }

  .u-sp_mt42 {
    margin-top: 42px !important;
  }

  .u-sp_mt43 {
    margin-top: 43px !important;
  }

  .u-sp_mt44 {
    margin-top: 44px !important;
  }

  .u-sp_mt45 {
    margin-top: 45px !important;
  }

  .u-sp_mt46 {
    margin-top: 46px !important;
  }

  .u-sp_mt47 {
    margin-top: 47px !important;
  }

  .u-sp_mt48 {
    margin-top: 48px !important;
  }

  .u-sp_mt49 {
    margin-top: 49px !important;
  }

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

  .u-sp_mt51 {
    margin-top: 51px !important;
  }

  .u-sp_mt52 {
    margin-top: 52px !important;
  }

  .u-sp_mt53 {
    margin-top: 53px !important;
  }

  .u-sp_mt54 {
    margin-top: 54px !important;
  }

  .u-sp_mt55 {
    margin-top: 55px !important;
  }

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

  .u-sp_mt61 {
    margin-top: 61px !important;
  }

  .u-sp_mt62 {
    margin-top: 62px !important;
  }

  .u-sp_mt63 {
    margin-top: 63px !important;
  }

  .u-sp_mt64 {
    margin-top: 64px !important;
  }

  .u-sp_mt65 {
    margin-top: 65px !important;
  }

  .u-sp_mt66 {
    margin-top: 66px !important;
  }

  .u-sp_mt67 {
    margin-top: 67px !important;
  }

  .u-sp_mt68 {
    margin-top: 68px !important;
  }

  .u-sp_mt69 {
    margin-top: 69px !important;
  }

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

  .u-sp_mt71 {
    margin-top: 71px !important;
  }

  .u-sp_mt72 {
    margin-top: 72px !important;
  }

  .u-sp_mt73 {
    margin-top: 73px !important;
  }

  .u-sp_mt74 {
    margin-top: 74px !important;
  }

  .u-sp_mt75 {
    margin-top: 75px !important;
  }

  .u-sp_mt76 {
    margin-top: 76px !important;
  }

  .u-sp_mt77 {
    margin-top: 77px !important;
  }

  .u-sp_mt78 {
    margin-top: 78px !important;
  }

  .u-sp_mt79 {
    margin-top: 79px !important;
  }

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

  .u-sp_mt85 {
    margin-top: 85px !important;
  }

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

  .u-sp_mt95 {
    margin-top: 95px !important;
  }

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

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

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

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

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

  .u-sp_mr18 {
    margin-right: 18px !important;
  }

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

  .u-sp_mr25 {
    margin-right: 25px !important;
  }

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

  .u-sp_mr35 {
    margin-right: 35px !important;
  }

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

  .u-sp_mr45 {
    margin-right: 45px !important;
  }

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

  .u-sp_mr55 {
    margin-right: 55px !important;
  }

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

  .u-sp_mr65 {
    margin-right: 65px !important;
  }

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

  .u-sp_mr75 {
    margin-right: 75px !important;
  }

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

  .u-sp_mr85 {
    margin-right: 85px !important;
  }

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

  .u-sp_mr95 {
    margin-right: 95px !important;
  }

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

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

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

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

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

  .u-sp_mb18 {
    margin-bottom: 18px !important;
  }

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

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

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

  .u-sp_mb32 {
    margin-bottom: 32px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-sp_ml18 {
    margin-left: 18px !important;
  }

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

  .u-sp_ml25 {
    margin-left: 25px !important;
  }

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

  .u-sp_ml35 {
    margin-left: 35px !important;
  }

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

  .u-sp_ml45 {
    margin-left: 45px !important;
  }

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

  .u-sp_ml55 {
    margin-left: 55px !important;
  }

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

  .u-sp_ml65 {
    margin-left: 65px !important;
  }

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

  .u-sp_ml75 {
    margin-left: 75px !important;
  }

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

  .u-sp_ml85 {
    margin-left: 85px !important;
  }

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

  .u-sp_ml95 {
    margin-left: 95px !important;
  }

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

  .u-sp_minus_mt01 {
    margin-top: -1px !important;
  }

  .u-sp_minus_mt02 {
    margin-top: -2px !important;
  }

  .u-sp_minus_mt03 {
    margin-top: -3px !important;
  }

  .u-sp_minus_mt04 {
    margin-top: -4px !important;
  }

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

  .u-sp_minus_mt06 {
    margin-top: -6px !important;
  }

  .u-sp_minus_mt07 {
    margin-top: -7px !important;
  }

  .u-sp_minus_mt08 {
    margin-top: -8px !important;
  }

  .u-sp_minus_mt09 {
    margin-top: -9px !important;
  }

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

  .u-sp_minus_mt11 {
    margin-top: -11px !important;
  }

  .u-sp_minus_mt12 {
    margin-top: -12px !important;
  }

  .u-sp_minus_mt13 {
    margin-top: -13px !important;
  }

  .u-sp_minus_mt14 {
    margin-top: -14px !important;
  }

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

  .u-sp_minus_mt16 {
    margin-top: -16px !important;
  }

  .u-sp_minus_mt17 {
    margin-top: -17px !important;
  }

  .u-sp_minus_mt18 {
    margin-top: -18px !important;
  }

  .u-sp_minus_mt19 {
    margin-top: -19px !important;
  }

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

  .u-sp_minus_mt21 {
    margin-top: -21px !important;
  }

  .u-sp_minus_mt22 {
    margin-top: -22px !important;
  }

  .u-sp_minus_mt23 {
    margin-top: -23px !important;
  }

  .u-sp_minus_mt24 {
    margin-top: -24px !important;
  }

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

  .u-sp_minus_mt26 {
    margin-top: -26px !important;
  }

  .u-sp_minus_mt27 {
    margin-top: -27px !important;
  }

  .u-sp_minus_mt28 {
    margin-top: -28px !important;
  }

  .u-sp_minus_mt29 {
    margin-top: -29px !important;
  }

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

  .u-sp_minus_mt31 {
    margin-top: -31px !important;
  }

  .u-sp_minus_mt32 {
    margin-top: -32px !important;
  }

  .u-sp_minus_mt33 {
    margin-top: -33px !important;
  }

  .u-sp_minus_mt34 {
    margin-top: -34px !important;
  }

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

  .u-sp_minus_mt36 {
    margin-top: -36px !important;
  }

  .u-sp_minus_mt37 {
    margin-top: -37px !important;
  }

  .u-sp_minus_mt38 {
    margin-top: -38px !important;
  }

  .u-sp_minus_mt39 {
    margin-top: -39px !important;
  }

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

  /* width variation */
  .u-sp_wid200,
.u-sp_wid250,
.u-sp_wid300,
.u-sp_wid350,
.u-sp_wid400,
.u-sp_wid450,
.u-sp_wid500,
.u-sp_wid550,
.u-sp_wid600,
.u-sp_wid650,
.u-sp_wid700,
.u-sp_wid750,
.u-sp_wid800,
.u-sp_wid850,
.u-sp_wid900,
.u-sp_wid950,
.u-sp_wid1000,
.u-sp_wid1050,
.u-sp_wid1100,
.u-sp_wid1150,
.u-sp_wid1200 {
    width: auto !important;
  }

  /* font variation */
  .u-sp_f10 {
    font-size: 0.625rem !important;
  }

  .u-sp_f11 {
    font-size: 0.6875rem !important;
  }

  .u-sp_f12 {
    font-size: 0.75rem !important;
  }

  .u-sp_f13 {
    font-size: 0.8125rem !important;
  }

  .u-sp_f14 {
    font-size: 0.875rem !important;
  }

  .u-sp_f15 {
    font-size: 0.9375rem !important;
  }

  .u-sp_f16 {
    font-size: 1rem !important;
  }

  .u-sp_f17 {
    font-size: 1.0625rem !important;
  }

  .u-sp_f18 {
    font-size: 1.125rem !important;
  }

  .u-sp_f19 {
    font-size: 1.1875rem !important;
  }

  .u-sp_f20 {
    font-size: 1.25rem !important;
  }

  .u-sp_f21 {
    font-size: 1.3125rem !important;
  }

  .u-sp_f22 {
    font-size: 1.375rem !important;
  }

  .u-sp_f23 {
    font-size: 1.4375rem !important;
  }

  .u-sp_f24 {
    font-size: 1.5rem !important;
  }

  .u-sp_f25 {
    font-size: 1.5625rem !important;
  }

  .u-sp_f26 {
    font-size: 1.625rem !important;
  }

  .u-sp_f27 {
    font-size: 1.6875rem !important;
  }

  .u-sp_f28 {
    font-size: 1.75rem !important;
  }

  .u-sp_f29 {
    font-size: 1.8125rem !important;
  }

  .u-sp_f30 {
    font-size: 1.875rem !important;
  }

  /* box option */
  .u-sp_m_center {
    margin: 0 auto;
  }

  /* font-weight option */
  .u-sp_fw_bold {
    font-weight: bold !important;
  }

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

  /* display option */
  .u-sp_display {
    display: block !important;
  }

  .u-pc_display {
    display: none !important;
  }

  .u-sp_display_ib {
    display: inline-block !important;
  }

  .u-pc_display_ib {
    display: none !important;
  }

  /* text option */
  .u-sp_ta_left {
    text-align: left !important;
  }

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

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

  .u-sp_ta_justify {
    text-align: justify !important;
  }

  .u-sp_lh_flat {
    line-height: 1 !important;
  }

  /* float option */
  .u-sp_fl_left {
    float: left !important;
  }

  .u-sp_fl_right {
    float: right !important;
  }

  .u-sp_fl_none {
    float: none !important;
  }

  /* border opiton */
  .u-sp_bd_t_none {
    border-top: none !important;
  }

  .u-sp_bd_r_none {
    border-right: none !important;
  }

  .u-sp_bd_b_none {
    border-bottom: none !important;
  }

  .u-sp_bd_l_none {
    border-left: none !important;
  }

  /* flexbox opiton */
  .u-sp_content_flex {
    display: flex;
  }

  .u-sp_content_flex_spbw {
    display: flex;
    justify-content: space-between;
  }

  .u-sp_content_flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .u-sp_content_flex_wrap_spbw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .u-sp_content_flex_column {
    display: flex;
    flex-direction: column;
  }

  .u-sp_align_items_center {
    align-items: center;
  }

  .u-sp_flex_order_m1 {
    order: -1;
  }

  .u-sp_flex_order_p1 {
    order: 1;
  }
}
/*-----------------------------------------------------------
*** [ 東急ウェルネス株式会社 style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=_maps/style.css.map */