@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: auto;
  height: -webkit-fill-available;
  background-color: #000000;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: #000000;
}

input[type=submit], input[type=button], button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-appearance: none;
}

.l-header {
  width: 100%;
}

.l-main {
  margin-top: 100px;
  padding-bottom: 1250px;
}
@media screen and (max-width: 1279px) {
  .l-main {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}

.l-container {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279px) {
  .l-container {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.l-footer {
  width: 100%;
}

.c-brSpNone {
  display: none;
}
@media screen and (max-width: 1279px) {
  .c-brSpNone {
    display: block;
  }
}

.c-mainTop {
  position: relative;
}
.c-mainTop::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -100px;
  left: 0;
  width: 100%;
  height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5e00a4), to(rgba(94, 0, 164, 0)));
  background: -webkit-linear-gradient(top, #5e00a4 0%, rgba(94, 0, 164, 0) 100%);
  background: linear-gradient(to bottom, #5e00a4 0%, rgba(94, 0, 164, 0) 100%);
}
@media screen and (max-width: 1279px) {
  .c-mainTop::before {
    height: 300px;
  }
}
.c-mainTop::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  right: 0;
  width: 60%;
  height: 0;
  padding-top: 33.62%;
  background: url(../img/common/bg_main_pipe_top.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 1279px) {
  .c-mainTop::after {
    top: -50px;
  }
}

.c-mainBottom {
  position: relative;
}
.c-mainBottom::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: -50px;
  width: 1584px;
  height: 1236px;
  background: url(../img/common/bg_main_logo.png) no-repeat center;
}
@media screen and (max-width: 1279px) {
  .c-mainBottom::before {
    left: auto;
    right: -330px;
    bottom: 750px;
    width: 792px;
    height: 618px;
    background-size: cover;
  }
}
.c-mainBottom::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -100px;
  width: 1020px;
  height: 670px;
  background: url(../img/common/bg_main_pipe_bottom.png) no-repeat center;
}
@media screen and (max-width: 1279px) {
  .c-mainBottom::after {
    right: auto;
    left: -450px;
    bottom: 100px;
    width: 792px;
    height: 618px;
    background-image: url(../img/common/bg_main_logo.png);
    background-size: cover;
  }
}

.c-title {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 316px;
  padding-left: 96px;
}
@media screen and (max-width: 1279px) {
  .c-title {
    height: 158px;
    padding-left: 48px;
  }
}
.c-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 316px;
  height: 316px;
  border-radius: 50%;
  border: #ff6300 solid 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .c-title::before {
    width: 158px;
    height: 158px;
    border-width: 2px;
  }
}
.c-title.ls-active .c-title__en {
  -webkit-animation: titleEn 1s ease-out forwards;
          animation: titleEn 1s ease-out forwards;
}
@-webkit-keyframes titleEn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes titleEn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  @-webkit-keyframes titleEn {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes titleEn {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
}
.c-title.ls-active .c-title__jp {
  -webkit-animation: titlejp 1s ease-out forwards;
          animation: titlejp 1s ease-out forwards;
}
@-webkit-keyframes titlejp {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes titlejp {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  @-webkit-keyframes titlejp {
    0% {
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes titlejp {
    0% {
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
}

.c-title__en {
  opacity: 0;
  color: #ff6300;
  font-weight: 700;
  font-size: 12rem;
  line-height: 100%;
  margin-top: -0.15em;
}
@media screen and (max-width: 1279px) {
  .c-title__en {
    font-size: clamp(4rem, 15vw, 6rem);
  }
}

.c-title__jp {
  opacity: 0;
  position: absolute;
  left: 316px;
  bottom: 60px;
  color: #ff6300;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .c-title__jp {
    left: 158px;
    bottom: 25px;
    font-size: 1.4rem;
  }
}

.c-more {
  display: block;
  border-width: 3px;
  border-style: solid;
  background-color: #000000;
}
@media screen and (max-width: 1279px) {
  .c-more {
    border-width: 2px;
  }
}
.c-more a {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .c-more a {
    border-radius: 30px;
    font-size: 1.5rem;
  }
}

.c-table {
  width: 100%;
  border: #FFFFFF solid 1px;
}
@media screen and (max-width: 1279px) {
  .c-table {
    border: none;
  }
}

.c-table th {
  text-align: center;
  font-size: 2rem;
  line-height: 125%;
  padding: 1.5em;
  border: #FFFFFF solid 1px;
}
@media screen and (max-width: 1279px) {
  .c-table th {
    padding: 0.75em;
    font-size: 1.5rem;
  }
}

.c-table td {
  font-size: 2rem;
  line-height: 125%;
  padding: 1.5em;
  border: #FFFFFF solid 1px;
}
@media screen and (max-width: 1279px) {
  .c-table td {
    padding: 0.75em;
    font-size: 1.5rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100px;
  background-color: #000000;
}
@media screen and (max-width: 1279px) {
  .p-header {
    height: 50px;
  }
}
.p-header .p-header__logo {
  position: absolute;
  top: 23px;
  left: 34px;
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__logo {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(35% - 34px);
    height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__logo {
    top: 14px;
    left: 15px;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__logo img {
    width: 200px;
    height: 22px;
  }
}
.p-header .p-header__button {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__button {
    display: block;
  }
}
.p-header .p-header__button:checked ~ .p-header__label .p-label__bar--top {
  -webkit-transform: translateY(0) rotate(30deg);
          transform: translateY(0) rotate(30deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-header .p-header__button:checked ~ .p-header__label .p-label__bar--middle {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-header .p-header__button:checked ~ .p-header__label .p-label__bar--bottom {
  -webkit-transform: translateY(0) rotate(-30deg);
          transform: translateY(0) rotate(-30deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__button:checked ~ .p-header__mainmenu {
    -webkit-animation: headerMainmenu 0.25s ease-out forwards;
            animation: headerMainmenu 0.25s ease-out forwards;
  }
  @-webkit-keyframes headerMainmenu {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes headerMainmenu {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
.p-header .p-header__button:checked ~ .p-header__mainmenu .p-mainmenu__list {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.p-header .p-header__button:checked ~ .p-header__mainmenu .p-mainmenu__list.ls-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-header .p-header__button:not(:checked) ~ .p-header__label .p-label__bar--top {
  -webkit-transform: translateY(-7px) rotate(0) scaleX(0.8) translateX(4px);
          transform: translateY(-7px) rotate(0) scaleX(0.8) translateX(4px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-header .p-header__button:not(:checked) ~ .p-header__label .p-label__bar--middle {
  -webkit-transform: scale(0.9) translateX(2px);
          transform: scale(0.9) translateX(2px);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.p-header .p-header__button:not(:checked) ~ .p-header__label .p-label__bar--bottom {
  -webkit-transform: translateY(7px) rotate(0);
          transform: translateY(7px) rotate(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__button:not(:checked) ~ .p-header__mainmenu {
    -webkit-animation: headerMainmenuR 0.25s ease-out forwards;
            animation: headerMainmenuR 0.25s ease-out forwards;
  }
  @-webkit-keyframes headerMainmenuR {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
  }
  @keyframes headerMainmenuR {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
  }
}
.p-header .p-header__button:not(:checked) ~ .p-header__mainmenu .p-mainmenu__list.ls-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-header .p-header__label {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__label {
    position: fixed;
    display: block;
    z-index: 110;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__label .p-label__bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 4px;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: #ff6300;
    opacity: 0;
    visibility: hidden;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list {
  position: fixed;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(62.5% - 10px);
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list {
    top: 0;
    right: 0;
    display: block;
    width: 270px;
    height: 100%;
    padding: 100px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #000000;
    overflow: auto;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item {
  position: relative;
  display: block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  margin: 0 2em;
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item {
    margin: auto;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item {
    display: block;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item a {
  display: block;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 100%;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item a {
    font-size: 1.8rem;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--home {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 50px;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--product, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--business, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--company, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact {
    width: 10%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--product, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--business, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--company, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 50px;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--product::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--business::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--company::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--product::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--business::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--company::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact::before {
    display: none;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--product:hover::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--business:hover::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--company:hover::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact {
    position: relative;
  }
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--contact::after {
    content: "";
    position: absolute;
    bottom: -29px;
    width: 200px;
    border-bottom: #FFFFFF solid 1px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
  width: 200px;
  height: 60px;
  margin-left: 10px;
  margin-right: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
    overflow: visible;
  }
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
    width: 18%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
    width: 200px;
    height: 50px;
    margin-left: 20px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample a, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale a, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample a::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale a::before, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet a::before {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample a, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale a, .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet a {
    border-width: 2px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 99, 0, 0)), color-stop(60%, rgba(255, 99, 0, 0.25)), to(#ff6300));
  background: -webkit-linear-gradient(top, rgba(255, 99, 0, 0) 0%, rgba(255, 99, 0, 0.25) 60%, #ff6300 100%);
  background: linear-gradient(to bottom, rgba(255, 99, 0, 0) 0%, rgba(255, 99, 0, 0.25) 60%, #ff6300 100%);
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample {
    margin-top: 70px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample a {
  border-color: #ff6300;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sample a:hover {
  background: #ff6300;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 0, 164, 0)), color-stop(60%, rgba(94, 0, 164, 0.25)), to(#5e00a4));
  background: -webkit-linear-gradient(top, rgba(94, 0, 164, 0) 0%, rgba(94, 0, 164, 0.25) 60%, #5e00a4 100%);
  background: linear-gradient(to bottom, rgba(94, 0, 164, 0) 0%, rgba(94, 0, 164, 0.25) 60%, #5e00a4 100%);
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale {
    margin-top: 35px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale a {
  border-color: #5e00a4;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--sale a:hover {
  background: #5e00a4;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(60%, rgba(255, 0, 0, 0.25)), to(red));
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.25) 60%, red 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.25) 60%, red 100%);
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet {
    margin-top: 35px;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet br {
  display: none;
}
@media screen and (max-width: 1680px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet br {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet br {
    display: none;
  }
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet a {
  border-color: #FF0000;
}
.p-header .p-header__mainmenu .p-mainmenu__list .menu-item--pamphlet a:hover {
  background: #FF0000;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.p-headline {
  margin: 100px 0;
}
@media screen and (max-width: 1279px) {
  .p-headline {
    margin: 25px 0;
  }
}

.p-breadcrumbs {
  width: 100%;
  height: auto;
  padding-bottom: 1em;
  text-align: right;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-breadcrumbs {
    font-size: 1.2rem;
  }
}
.p-breadcrumbs .breadcrumb_last {
  color: #ff6300;
}
.p-breadcrumbs a {
  color: #FFFFFF;
}
.p-breadcrumbs a:hover {
  text-decoration: underline;
}

.p-salemessage {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .p-salemessage {
    margin-bottom: 50px;
  }
}

.p-salemessage__title {
  text-align: left;
  color: #ff6300;
  font-weight: 700;
  font-size: 8rem;
  line-height: 120%;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1279px) {
  .p-salemessage__title {
    font-size: 4rem;
  }
}

.p-salemessage__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  border: #ff6300 solid 4px;
  border-radius: 10px;
  padding: 0 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .p-salemessage__detail {
    display: block;
    margin-bottom: 40px;
    border-width: 2px;
    border-radius: 5px;
    padding: 0 18px;
  }
}
.p-salemessage__detail img {
  margin: 100px 0 0 40px;
}
@media screen and (max-width: 1279px) {
  .p-salemessage__detail img {
    display: table;
    max-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
  }
}

.p-salemessage__text {
  text-align: left;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 3rem;
  line-height: 175%;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1279px) {
  .p-salemessage__text {
    font-size: 1.5rem;
    padding-top: 1.5em;
  }
}

.p-salemessage__note {
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-salemessage__note {
    text-align: left;
    font-size: 1.5rem;
  }
}

.p-onlineshopbutton {
  position: relative;
  width: 100%;
  height: 236px;
  background: url(../img/home/bg_onlineshop.png) no-repeat left 610px center;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton {
    width: auto;
    max-width: 360px;
    height: 305px;
    margin: auto;
    background-position: left bottom;
    background-size: auto 155px;
  }
}
.p-onlineshopbutton::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40%;
  width: 30%;
  height: 100%;
  background-color: #5e00a4;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton::before {
    display: none;
  }
}
.p-onlineshopbutton::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #000000;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton::after {
    width: 100%;
    height: 50%;
  }
}
.p-onlineshopbutton a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-color: #5e00a4;
  border-style: solid;
  border-width: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-onlineshopbutton a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 50%;
  height: 100%;
  background: url(../img/home/arw_onlineshop.svg) no-repeat center right;
  background-size: auto 100%;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton a::after {
    height: 50%;
  }
}
.p-onlineshopbutton a:hover::after {
  -webkit-animation: buyingArrow 0.5s ease-out;
          animation: buyingArrow 0.5s ease-out;
}
@-webkit-keyframes buyingArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes buyingArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton a {
    border-width: 10px;
  }
}
.p-onlineshopbutton a:hover .p-onlineshopbutton__more::before {
  background: #5e00a4;
}

.p-onlineshopbutton__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  background-color: #5e00a4;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__title {
    width: 100%;
    height: 50%;
  }
}
.p-onlineshopbutton__title span {
  position: absolute;
  z-index: 21;
  left: -14px;
  display: block;
  width: 100%;
  height: 50%;
  font-weight: 800;
  font-size: 15rem;
  line-height: 75%;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__title span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    text-align: center;
    font-size: 9rem;
    font-size: clamp(7.5rem, 22.5vw, 9rem);
  }
}
.p-onlineshopbutton__title .p-title__first {
  top: -18px;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__title .p-title__first {
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.p-onlineshopbutton__title .p-title__second {
  bottom: 0;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__title .p-title__second {
    bottom: 12px;
  }
}
.p-onlineshopbutton__title .p-title__second img {
  width: auto;
  height: 110px;
  margin-left: 10px;
  margin-bottom: -5px;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__title .p-title__second img {
    height: 65px;
    margin-left: 5px;
    margin-bottom: -10px;
  }
}
.p-onlineshopbutton__title.ls-active {
  -webkit-animation: titleOnlineshop 1s ease-out forwards;
          animation: titleOnlineshop 1s ease-out forwards;
}
@-webkit-keyframes titleOnlineshop {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes titleOnlineshop {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  @-webkit-keyframes titleOnlineshop {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes titleOnlineshop {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
}

.p-onlineshopbutton__logo {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 130px;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__logo {
    top: 150px;
    right: 60px;
  }
}
.p-onlineshopbutton__logo img {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__logo img {
    width: 100px;
  }
}

.p-onlineshopbutton__more {
  position: absolute;
  z-index: 10;
  right: 350px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 40px;
  border-color: #5e00a4;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 125%;
  letter-spacing: -0.1em;
  overflow: hidden;
}
.p-onlineshopbutton__more::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(25%, black), to(#5e00a4));
  background: -webkit-linear-gradient(top, black 0%, black 25%, #5e00a4 100%);
  background: linear-gradient(to bottom, black 0%, black 25%, #5e00a4 100%);
}
@media screen and (max-width: 1279px) {
  .p-onlineshopbutton__more {
    right: auto;
    left: 10px;
    bottom: 10px;
    width: 200px;
    height: 40px;
    font-size: 1rem;
  }
}

.p-glance {
  margin-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .p-glance {
    margin-bottom: 50px;
  }
}

.p-glance__title {
  text-align: left;
  color: #ff6300;
  font-weight: 700;
  font-size: 8rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-glance__title {
    font-size: 4rem;
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 1279px) {
  .p-glance__list {
    display: table;
    width: 100%;
  }
}

.p-glance__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  height: 70px;
  margin: 10px 0;
  border: #5e00a4 solid 5px;
  border-radius: 35px;
  text-align: center;
  font-size: 2rem;
  line-height: 125%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 0, 164, 0)), color-stop(60%, rgba(94, 0, 164, 0.25)), to(#5e00a4));
  background: -webkit-linear-gradient(top, rgba(94, 0, 164, 0) 0%, rgba(94, 0, 164, 0.25) 60%, #5e00a4 100%);
  background: linear-gradient(to bottom, rgba(94, 0, 164, 0) 0%, rgba(94, 0, 164, 0.25) 60%, #5e00a4 100%);
  -webkit-box-shadow: inset 0 0 10px #5e00a4, 0 0 10px #5e00a4;
          box-shadow: inset 0 0 10px #5e00a4, 0 0 10px #5e00a4;
}
@media screen and (max-width: 1279px) {
  .p-glance__item {
    height: 40px;
    margin: 5px;
    border-width: 3px;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    -webkit-box-shadow: inset 0 0 5px #5e00a4, 0 0 5px #5e00a4;
            box-shadow: inset 0 0 5px #5e00a4, 0 0 5px #5e00a4;
  }
}
.p-glance__item--five {
  width: 240px;
  margin-right: 9px;
}
.p-glance__item--five:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1279px) {
  .p-glance__item--five {
    width: 48%;
    margin-right: 0;
  }
  .p-glance__item--five:nth-child(odd) {
    float: left;
  }
  .p-glance__item--five:nth-child(even) {
    float: right;
  }
}
.p-glance__item--six {
  width: 200px;
  margin-right: 7px;
}
.p-glance__item--six:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1279px) {
  .p-glance__item--six {
    width: 48%;
    margin-right: 0;
  }
  .p-glance__item--six:nth-child(odd) {
    float: left;
  }
  .p-glance__item--six:nth-child(even) {
    float: right;
  }
}

.p-inquiry {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-inquiry {
    margin-top: 50px;
  }
}

.p-inquiry__title {
  text-align: left;
  color: #ff6300;
  font-weight: 700;
  font-size: 8rem;
  line-height: 120%;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__title {
    font-size: 4rem;
  }
}

.p-inquiry__text {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__text {
    font-size: 1.5rem;
  }
}

.p-inquiry__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #1c1c1c;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__detail {
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 5px;
  }
}

.p-inquiry__howto {
  width: 425px;
  margin: 0 100px;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto {
    width: auto;
    margin: 0 20px;
  }
}
.p-inquiry__howto .p-howto__title {
  text-align: center;
  color: #ff6300;
  font-weight: 700;
  font-size: 3rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__title {
    font-size: 2rem;
  }
}
.p-inquiry__howto .p-howto__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__content {
    display: table;
    margin: auto;
    text-align: center;
  }
}
.p-inquiry__howto .p-howto__mumber {
  font-weight: 900;
  font-size: 4.4rem;
  line-height: 136%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__mumber {
    font-size: 3.2rem;
  }
}
.p-inquiry__howto .p-howto__mumber img {
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin: -12px 6px 0 0;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__mumber img {
    width: 30px;
    height: 30px;
  }
}
.p-inquiry__howto .p-howto__hour {
  display: table;
  width: 100%;
  font-size: 1.8rem;
  line-height: 167%;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__hour {
    font-size: 1.4rem;
  }
}
.p-inquiry__howto .p-howto__strong {
  display: table-cell;
  width: 9em;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__strong {
    display: inline-block;
    width: 6em;
  }
}
.p-inquiry__howto .p-howto__more {
  width: 400px;
  height: 80px;
  border-color: #ff6300;
  border-radius: 40px;
  margin: 50px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(25%, black), to(#ff6300));
  background: -webkit-linear-gradient(top, black 0%, black 25%, #ff6300 100%);
  background: linear-gradient(to bottom, black 0%, black 25%, #ff6300 100%);
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__more {
    width: 250px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto 5px;
  }
}
.p-inquiry__howto .p-howto__more a::after {
  content: "→";
  margin-left: 1em;
}
.p-inquiry__howto .p-howto__more a:hover {
  background: #ff6300;
}
.p-inquiry__howto .p-howto__more a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__more a:hover::before {
    display: none;
  }
}
.p-inquiry__howto .p-howto__more a:hover::after {
  -webkit-animation: arrow 0.5s ease-out;
          animation: arrow 0.5s ease-out;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1279px) {
  .p-inquiry__howto .p-howto__more a:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}

.p-access {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-access {
    margin-top: 50px;
  }
}

.p-access__title {
  text-align: left;
  color: #ff6300;
  font-weight: 700;
  font-size: 8rem;
  line-height: 120%;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1279px) {
  .p-access__title {
    font-size: 4rem;
  }
}

.p-access__googlemap iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.p-onlineshop, .p-send, .p-payment, .p-example, .p-stock, .p-flow {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-onlineshop, .p-send, .p-payment, .p-example, .p-stock, .p-flow {
    margin-top: 50px;
  }
}

.p-flow__title, .p-send__title, .p-payment__title, .p-example__title, .p-stock__title {
  text-align: left;
  color: #ff6300;
  font-weight: 700;
  font-size: 8rem;
  line-height: 120%;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 1279px) {
  .p-flow__title, .p-send__title, .p-payment__title, .p-example__title, .p-stock__title {
    font-size: 4rem;
  }
}

.p-flow__text {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 150%;
  padding-bottom: 3em;
}
@media screen and (max-width: 1279px) {
  .p-flow__text {
    font-size: 1.5rem;
    padding-bottom: 3.5em;
  }
}

.p-flow__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .p-flow__steps {
    display: block;
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
}

.p-flow__step {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-flow__step {
    position: relative;
    width: 280px;
    margin: auto;
    padding-bottom: 20px;
  }
}
.p-flow__step .p-flow__circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-flow__circle {
    height: 280px;
  }
}
.p-flow__step .p-flow__circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 50%;
  border: #ff6300 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-flow__circle::before {
    border-width: 2px;
  }
}
.p-flow__step .p-step__title {
  color: #ff6300;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.2em;
}
.p-flow__step .p-step__image {
  width: 100%;
  height: 220px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-step__image {
    height: 45%;
  }
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-step__image img {
    width: auto;
    height: 100%;
  }
}
.p-flow__step .p-step__text {
  width: 67.5%;
  height: auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-step__text {
    width: 70%;
    font-size: 1.2rem;
  }
}
.p-flow__step .p-step__note {
  color: #ff6300;
  font-size: 1.6rem;
  line-height: 200%;
  padding-top: 0.5em;
}
@media screen and (max-width: 1279px) {
  .p-flow__step .p-step__note {
    font-size: 1.2rem;
  }
}

.p-stock__text, .p-example__text, .p-example__suttitle {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-stock__text, .p-example__text, .p-example__suttitle {
    font-size: 1.5rem;
  }
}

.p-example__suttitle strong {
  display: block;
  color: #ff6300;
  font-weight: 700;
  font-size: 4rem;
  line-height: 150%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1279px) {
  .p-example__suttitle strong {
    font-size: 3rem;
  }
}

.p-example__glance {
  margin-bottom: 20px;
}

.p-payment__detail, .p-send__detail {
  width: 100%;
  height: auto;
  border: #ff6300 solid 4px;
  border-radius: 10px;
  padding: 36px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .p-payment__detail, .p-send__detail {
    border-width: 2px;
    border-radius: 5px;
    padding: 8px 18px;
  }
}

.p-payment__text, .p-send__text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 3rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .p-payment__text, .p-send__text {
    font-size: 2rem;
  }
}

.p-payment__strong, .p-send__strong {
  color: #ff6300;
  font-weight: 700;
  font-size: 3rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .p-payment__strong, .p-send__strong {
    font-size: 2rem;
  }
}

.p-footer {
  position: relative;
  width: 100%;
  height: 415px;
  margin-top: 100px;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1279px) {
  .p-footer {
    margin-top: 0;
    height: 350px;
    padding-top: 50px;
  }
}
.p-footer .p-footer__pagetop {
  position: absolute;
  z-index: 100;
  top: -86px;
  right: 14px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop {
    top: auto;
    bottom: 130px;
    width: 50px;
    height: 50px;
  }
}
.p-footer .p-footer__pagetop.ls-active {
  position: fixed;
  top: auto;
  bottom: 54px;
  -webkit-animation: pagetopActive 0.5s ease-out;
          animation: pagetopActive 0.5s ease-out;
}
@-webkit-keyframes pagetopActive {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pagetopActive {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop.ls-active {
    bottom: 64px;
  }
}
.p-footer .p-footer__pagetop a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ff6300;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.p-footer .p-footer__pagetop a::before {
  content: "";
  position: absolute;
  top: 25px;
  width: 20px;
  height: 20px;
  border-top: #000000 solid 5px;
  border-right: #000000 solid 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop a::before {
    top: 18px;
    width: 15px;
    height: 15px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.p-footer .p-footer__pagetop a::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 20px;
  height: 20px;
  border-top: #000000 solid 5px;
  border-right: #000000 solid 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop a::after {
    top: 28px;
    width: 15px;
    height: 15px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.p-footer .p-footer__pagetop a:hover {
  background-color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop a:hover {
    background-color: #ff6300;
  }
}
.p-footer .p-footer__pagetop a:hover::before, .p-footer .p-footer__pagetop a:hover::after {
  border-color: #ff6300;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__pagetop a:hover::before, .p-footer .p-footer__pagetop a:hover::after {
    border-color: #000000;
  }
}
.p-footer .p-footer__mainmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__mainmenu {
    display: none;
  }
}
.p-footer .p-footer__mainmenu .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 1em;
}
.p-footer .p-footer__mainmenu .menu-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.p-footer .p-footer__mainmenu .menu-item:hover::before {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.p-footer .p-footer__mainmenu .menu-item--sample {
  display: none;
}
.p-footer .p-footer__mainmenu .menu-item--pamphlet {
  display: none;
}
.p-footer .p-footer__mainmenu .menu-item a {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 100%;
}
.p-footer .p-footer__mainmenu .menu-item a:hover {
  text-decoration: none;
}
.p-footer .p-footer__logo {
  text-align: center;
  margin: auto;
}
.p-footer .p-footer__logo img {
  width: 200px;
  height: auto;
}
.p-footer .p-footer__address {
  margin: auto;
  padding: 1.5em 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__address {
    font-size: 1.4rem;
  }
}
.p-footer .p-footer__copyright {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 55px;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 100%;
  background-color: #000000;
}
@media screen and (max-width: 1279px) {
  .p-footer .p-footer__copyright {
    height: 50px;
    font-size: 1.4rem;
  }
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

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

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

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

.u-wmvlr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.u-wmvrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-wmhtb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-fontCenturyGothic {
  font-family: Century Gothic, sans-serif;
}

.u-fontTenMincho {
  font-family: "ten-mincho", serif;
}

.u-fontV7Gothic {
  font-family: vdl-v7gothic, sans-serif;
}

.u-fontZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.u-fontMPlus1 {
  font-family: "M PLUS 1", sans-serif;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

.u-mtn {
  margin-top: 0;
}

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

.u-mbn {
  margin-bottom: 0;
}

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*padding (rem) */
.u-pn {
  padding: 0;
}

.u-ptn {
  padding-top: 0;
}

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

.u-pbn {
  padding-bottom: 0;
}

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

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

.u-pl5 {
  padding-left: 5px !important;
}

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

.u-pr10 {
  padding-right: 10px !important;
}

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

.u-pl10 {
  padding-left: 10px !important;
}

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

.u-pr15 {
  padding-right: 15px !important;
}

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

.u-pl15 {
  padding-left: 15px !important;
}

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

.u-pr20 {
  padding-right: 20px !important;
}

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

.u-pl20 {
  padding-left: 20px !important;
}

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

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

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

.u-pr30 {
  padding-right: 30px !important;
}

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

.u-pl30 {
  padding-left: 30px !important;
}

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

.u-pr40 {
  padding-right: 40px !important;
}

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

.u-pl40 {
  padding-left: 40px !important;
}

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

.u-pr50 {
  padding-right: 50px !important;
}

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

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap;
  }
}
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}