@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 0.83333vw;
  }
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #252525;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p+p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

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

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

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

.txt-bold {
  font-weight: 700;
}

.container {
  max-width: 108rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }

  .show_sp {
    display: none !important;
  }

  .show_pc {
    display: inherit;
  }

  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }

  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body p {
    word-break: normal;
    line-break: strict;
  }

  .show_sp {
    display: inherit;
  }

  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.js-view {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.js-view.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_orderlist> :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-blur_orderlist> :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-blur_orderlist> :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-blur_orderlist> :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-blur_orderlist> :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-blur_orderlist> :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-blur_orderlist> :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-blur_orderlist> :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-blur_orderlist> :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-blur_orderlist> :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-blur_orderlist> :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-blur_orderlist> :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-blur_orderlist> :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-blur_orderlist> :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-blur_orderlist> :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-blur_orderlist> :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-blur_orderlist> :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-blur_orderlist> :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-blur_orderlist> :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-blur_orderlist> :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-blur_orderlist> :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-blur_orderlist> :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-blur_orderlist> :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-blur_orderlist> :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-blur_orderlist> :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-blur_orderlist> :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-blur_orderlist> :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-blur_orderlist> :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-blur_orderlist> :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-blur_orderlist> :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-blur_orderlist> :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-blur_orderlist> :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-blur_orderlist> :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-blur_orderlist> :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-blur_orderlist> :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-blur_orderlist> :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-blur_orderlist> :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-blur_orderlist> :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-blur_orderlist> :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-blur_orderlist> :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-blur_orderlist> :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-blur_orderlist> :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-blur_orderlist> :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-blur_orderlist> :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-blur_orderlist> :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-blur_orderlist> :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-blur_orderlist> :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-blur_orderlist> :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-blur_orderlist> :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-blur_orderlist> :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-blur_orderlist> :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view.-base> :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base> :nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.is-view.-base> :nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.is-view.-base> :nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.is-view.-base> :nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.is-view.-base> :nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.is-view.-base> :nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-view.-base> :nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.is-view.-base> :nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.is-view.-base> :nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.is-view.-base> :nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.is-view.-base> :nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.is-view.-base> :nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.is-view.-base> :nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.is-view.-base> :nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.is-view.-base> :nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.is-view.-base> :nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.is-view.-base> :nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.is-view.-base> :nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.is-view.-base> :nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.is-view.-base> :nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-view.-base> :nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.is-view.-base> :nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.is-view.-base> :nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.is-view.-base> :nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base> :nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.is-view.-base> :nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.is-view.-base> :nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.is-view.-base> :nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.is-view.-base> :nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.is-view.-base> :nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base> :nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.is-view.-base> :nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.is-view.-base> :nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.is-view.-base> :nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.is-view.-base> :nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.is-view.-base> :nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base> :nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.is-view.-base> :nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.is-view.-base> :nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.is-view.-base> :nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.is-view.-base> :nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.is-view.-base> :nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base> :nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.is-view.-base> :nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.is-view.-base> :nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.is-view.-base> :nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.is-view.-base> :nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.is-view.-base> :nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base> :nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.is-view.-base> :nth-child(50) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, -webkit-filter 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist>* {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act>* {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist>* img {
  -webkit-mask-image: url(../img/common/mask.webp);
  mask-image: url(../img/common/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act>* img {
  -webkit-animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 2s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.breadcrumb {
  margin: 2rem 0 4rem;
}

.breadcrumb ul li {
  display: inline-block;
  line-height: 140%;
}

.breadcrumb ul li a {
  display: inline-block;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.breadcrumb ul li+li {
  position: relative;
  padding-left: 1rem;
  margin-left: 0.5rem;
}

.breadcrumb ul li+li:before {
  position: absolute;
  content: '/';
  left: 0;
  top: 0;
}

.p-404 {
  padding: 8rem 4rem;
  background-color: #F9F9F9;
}

.p-404 .p-404_ttl {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-family: "Akshar", sans-serif;
  margin-bottom: 1.2rem;
}

.p-404 .p-404_txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-404 {
    padding: 4rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 8rem;
  }
}

.p-sub {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-sub {
    padding: 6rem 0;
  }
}

.p-sub .heading-lv2 {
  margin-bottom: 0;
}

/** header area
====================================== **/
@media screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 1.5rem;
  }
}

.logo {
  display: block;
  width: 28rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 17rem;
  }
}

@media screen and (min-width: 769px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.6rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .header-top {
    display: block !important;
  }
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.header-button .header-button_itm {
  width: 28rem;
}

.header-button .c-btn {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .header-button.btn-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.5rem 0;
    margin-top: 4rem;
  }

  .header-button .header-button_itm {
    width: 100%;
  }

  .header-button.btn-pc {
    display: none;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-right: 1.8rem;
}

@media screen and (min-width: 769px) {
  .menu-item_link::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 0.1rem;
    bottom: -0.3rem;
    background: #252525;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .menu-item_link:hover::before,
  .menu-item_link.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.menu-item_link::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .menu-item_link::after {
    width: 1.2rem;
    height: 0.8rem;
    background: url(../img/common/arrow_down_black.svg) left top no-repeat;
    background-size: cover;
  }
}

.menu-item_link span {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .menu-item_link span.en {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }

  .menu-item {
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #252525;
  }

  .menu-item_link {
    display: block;
    font-size: 1.6rem;
  }

  .menu-item_link::after {
    width: 0.8rem;
    height: 1.2rem;
    background: url(../img/common/arrow_right.svg) left top no-repeat;
    background-size: cover;
  }

  .menu-item+.menu-item {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 4rem;
  }

  .g-nav .g-logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background-color: #fff;
    padding: 8rem 3rem 6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .g-nav .g-logo {
    display: block;
    width: 24.8rem;
    line-height: 0;
    margin: 0 auto 4rem;
  }

  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 769px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }

  .page-main {
    padding-top: 160px;
  }

  .home .menu .menu-item .menu-item_link {
    color: #0381E8;
  }

  .home .menu .menu-item .menu-item_link::before {
    background-color: #0381E8;
  }

  .home .menu .menu-item .menu-item_link::after {
    background: url(../img/common/arrow_down.svg) left top no-repeat;
    background-size: cover;
  }
}

/** footer
======================================= **/
.page-footer {
  padding: 6rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .page-footer {
    display: block;
    padding: 6rem 1.5rem 3rem;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.footer-menu li a {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem 0;
  }
}

.copyright {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 4rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow img,
.arrow svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow img path,
.arrow svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-btn {
  width: 100%;
  max-width: 31.5rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #252525;
  color: #fff;
  border: 0.1rem solid #252525;
  position: relative;
  margin-top: 3rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-btn .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
}

.c-btn:hover {
  background-color: #fff;
  color: #252525;
}

.c-btn:hover .arrow svg path {
  fill: #252525;
}

.c-btn._blue {
  background-color: #0381E8;
  border-color: #0381E8;
}

.c-btn._blue:hover {
  background-color: #fff;
  color: #0381E8;
}

.c-btn._blue:hover .arrow svg path {
  fill: #0381E8;
}

.c-btn._white {
  background-color: #fff;
  color: #252525;
}

.c-btn._white .arrow svg path {
  fill: #252525;
}

.c-btn._white:hover {
  background-color: #252525;
  color: #fff;
  border-color: #fff;
}

.c-btn._white:hover .arrow svg path {
  fill: #fff;
}

.c-btn._small {
  max-width: 17rem;
  height: 3.5rem;
}

.c-btn._small .txt {
  font-size: 1.4rem;
}

.c-btn._small .arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.c-btn.c-center {
  margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn {
    margin: 3rem auto 0;
  }
}

.button:hover .c-btn {
  background-color: #fff;
  color: #252525;
}

.button:hover .c-btn .arrow svg path {
  fill: #252525;
}

.heading-lv2 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.heading-lv2::after {
  position: absolute;
  content: '';
  width: 6rem;
  height: 0.4rem;
  left: 0;
  bottom: 0;
  background-color: #252525;
}

.heading-lv2 .en {
  display: block;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    letter-spacing: 0.03em;
  }
}

.heading-lv2 .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-lv2._white {
  color: #fff;
}

.heading-lv2._white::after {
  background-color: #fff;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-arrow {
  background: none;
  outline: none;
  border: none;
  text-indent: -99999px;
  width: 2rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}

.slick-arrow.slick-prev {
  left: 0;
  background: url(../img/common/icon_prev.svg) center no-repeat;
  background-size: cover;
}

.slick-arrow.slick-next {
  right: 0;
  background: url(../img/common/icon_next.svg) center no-repeat;
  background-size: cover;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-top: 1.5rem;
}

.slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  text-indent: -99999px;
}

.slick-dots li.slick-active {
  background-color: #252525;
}

/** header area
====================================== **/
#hambuger {
  width: 3rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
}

.nav-icon ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #0381E8;
  width: 100%;
  height: 0.3rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 49.5%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li {
  background-color: #5C5C5C;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p-top .main-visual {
  overflow: hidden;
}

.p-top .main-visual.is-act img {
  -webkit-animation: header_animate 2s ease-in;
  animation: header_animate 2s ease-in;
}

.p-top_brand {
  padding: 4rem 0 0;
  text-align: center;
}

.p-top_brand .brand-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 140%;
  color: #0381E8;
  margin-bottom: 2rem;
}

.p-top_brand .brand-list .itm {
  width: 13.6rem;
  margin: 0 0.8rem 0 0.7rem;
}

@media screen and (max-width: 768px) {
  .p-top_brand {
    padding: 3rem 0 0;
  }

  .p-top_brand .brand-ttl {
    font-size: 2.4rem;
  }
}

.p-top_news {
  padding: 8rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .p-top_news {
    padding: 6rem 0 3rem;
  }
}

.p-top_about {
  padding: 4rem 0;
  position: relative;
}

.p-top_about::after {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 10.5rem);
  top: 6.5rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffdddd), to(#c5e4fc));
  background: linear-gradient(90deg, #ffdddd 0%, #c5e4fc 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top_about {
    padding: 3rem 0 6rem;
  }

  .p-top_about::after {
    height: calc(100% - 5.5rem);
    top: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_about .heading-lv2 {
    margin-bottom: -3rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_about .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) {
  .p-top_about .about-row_img {
    width: 66.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_about .about-row_ctn {
    width: 59rem;
    margin-left: -7rem;
  }

  .p-top_about .about-row_ctn .about-row_ctn_inner {
    max-width: 51.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about .about-row_ctn {
    padding: 0 1.5rem;
  }
}

.p-top_about .about-row_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top_about .about-row_ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.p-top_about .about-row_list li {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 3.5rem;
}

.p-top_about .about-row_list li::after {
  position: absolute;
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  left: 0;
  top: 0.3rem;
  background: url(../img/common/icon_check.svg) left top no-repeat;
  background-size: cover;
}

.p-top_about .about-row_list li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-top_about .about-row_list li+li {
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-top_about .about-row_list li {
    font-size: 1.8rem;
    padding-left: 2.5rem;
  }

  .p-top_about .about-row_list li::after {
    width: 2rem;
    height: 2rem;
  }
}

.p-top_clients {
  padding: 4rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_clients {
    padding: 6rem 0 3rem;
  }
}

.p-top_features {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-top_features::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 8.2rem;
    height: calc(100% - 16.4rem);
    background-color: #F5F5F5;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .p-top_features {
    padding: 3rem 1.5rem 6rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_features .features-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 11rem;
    -moz-column-gap: 11rem;
    column-gap: 11rem;
  }
}

.p-top_features .features-row_img {
  position: relative;
  z-index: 1;
}

.p-top_features .features-row_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffdddd), to(#c5e4fc));
  background: linear-gradient(90deg, #ffdddd 0%, #c5e4fc 100%);
  z-index: -1;
  -webkit-transform: rotate(-18.45deg);
  transform: rotate(-18.45deg);
}

@media screen and (min-width: 769px) {
  .p-top_features .features-row_img {
    width: 56.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top_features .features-row_img {
    margin: 0 -1.5rem 2.5rem;
  }

  .p-top_features .features-row_img::after {
    width: 57.4rem;
    left: -11.8rem;
  }
}

.p-top_features .features-row_ctn {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-top_features .features-row_ctn {
    width: 47rem;
  }
}

.p-top_features .features-row_ctn .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-top_features .features-row_ctn .ttl {
    font-size: 2rem;
  }
}

.p-top_redemption {
  background-color: #EBF6FF;
  padding: 8rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-top_redemption {
    padding: 6rem 0;
  }
}

.p-top_redemption .redemption-bottom {
  padding: 6rem 0;
  margin-top: 3rem;
  background-color: #fff;
}

.p-top_redemption .redemption-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1.5rem;
}

.p-top_redemption .redemption-list li {
  width: 13.6rem;
}

.p-top_redemption .redemption-note {
  margin-top: 1.5rem;
}

.p-top_redemption .redemption-note li {
  font-size: 1.2rem;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .p-top_redemption .redemption-bottom {
    padding: 3rem 0;
    margin-top: 3rem;
  }

  .p-top_redemption .redemption-list li {
    width: 10.5rem;
  }

  .p-top_redemption .redemption-note {
    display: none;
  }
}

.p-top_comparison {
  padding: 8rem 0;
  background-color: #EBF6FF;
}

@media screen and (max-width: 768px) {
  .p-top_comparison {
    padding: 6rem 0;
  }
}

.p-top_comparison .list-bull li {
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.1rem;
  text-align: left;
}

.p-top_comparison .list-bull li::before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  left: 0;
  top: 0.9rem;
  background-color: #252525;
  border-radius: 50%;
}

.p-top_comparison .list-bull li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.p-top_comparison .list-bull li+li {
  margin-top: 0.8rem;
}

.p-top_comparison .v-top {
  vertical-align: top !important;
}

.p-top_comparison .icon-poly {
  display: inline-block;
  width: 1.2rem;
  vertical-align: middle;
  margin: 0 0.6rem;
}

.p-top_comparison .icon-p {
  display: inline-block;
  width: 3.5rem;
}

.p-top_comparison .mgt0 {
  margin-top: 0;
}

.p-top_comparison .mgt10 {
  margin-top: 1rem;
}

.p-top_comparison .fz14 {
  font-size: 1.4rem;
}

.p-top_comparison .fz18 {
  font-size: 1.8rem;
}

.p-top_comparison .fz20 {
  font-size: 2rem;
}

.p-top_comparison .fz42 {
  font-size: 4.2rem;
}

.p-top_comparison .non {
  display: inline-block;
  width: 4rem;
  height: 0.3rem;
  background-color: #252525;
}

.p-top_comparison .blk {
  display: block;
}

.p-top_comparison .tbl-price {
  background-color: #fff;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
}

.p-top_comparison .tbl-price thead th {
  background-color: #252525;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1rem;
  border-left: 1px solid #fff;
  width: 29rem;
}

.p-top_comparison .tbl-price thead th:nth-child(1) {
  width: 18rem;
  border-left: none;
}

.p-top_comparison .tbl-price tbody th,
.p-top_comparison .tbl-price tbody td {
  border-bottom: 1px solid #252525;
  vertical-align: middle;
}

.p-top_comparison .tbl-price tbody th {
  background-color: #F5F5F5;
  letter-spacing: 0.05em;
  padding: 1.5rem 1rem;
}

.p-top_comparison .tbl-price tbody th span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-top_comparison .tbl-price tbody td {
  border-left: 1px solid #252525;
  padding: 2rem 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top_comparison .tbl-price {
    width: 89.2rem;
  }

  .p-top_comparison .tbl-price thead th {
    width: 25.6rem;
  }

  .p-top_comparison .tbl-price thead th:nth-child(1) {
    width: 12rem;
  }
}

.p-top_webinar {
  padding: 8rem 0;
  background-color: #252525;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-top_webinar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .p-top_webinar .top-webinar_img {
    width: 37.4rem;
  }

  .p-top_webinar .top-webinar_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-top_webinar {
    padding: 6rem 0;
  }

  .p-top_webinar .top-webinar_img {
    margin-bottom: 3rem;
  }
}

.p-top_faq {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .p-top_faq {
    padding: 6rem 0;
  }
}

.p-top_faq .faq-art {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #252525;
}

.p-top_faq .faq-art .faq-art_tl {
  padding-left: 3.5rem;
  cursor: pointer;
  position: relative;
}

.p-top_faq .faq-art .faq-art_tl::before {
  position: absolute;
  content: 'Q';
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  width: 2.5rem;
  text-align: center;
  top: 0.3rem;
  left: 0;
  font-family: "Akshar", sans-serif;
}

.p-top_faq .faq-art .faq-art_tl .tln {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 6rem 0.3rem 0;
  position: relative;
}

.p-top_faq .faq-art .faq-art_tl .tln::before,
.p-top_faq .faq-art .faq-art_tl .tln::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #252525;
}

.p-top_faq .faq-art .faq-art_tl .tln::before {
  width: 3rem;
  height: 0.2rem;
  right: 0;
}

.p-top_faq .faq-art .faq-art_tl .tln::after {
  width: 0.2rem;
  height: 3rem;
  right: 1.4rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-top_faq .faq-art .faq-art_tx {
  display: none;
  padding: 1rem 6rem 0 3.5rem;
  position: relative;
}

.p-top_faq .faq-art .faq-art_tx::before {
  position: absolute;
  content: 'A';
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #0381E8;
  width: 2.5rem;
  text-align: center;
  top: 1rem;
  left: 0;
  font-family: "Akshar", sans-serif;
}

.p-top_faq .faq-art.active .faq-art_tl .tln::after {
  opacity: 0;
  visibility: hidden;
}

.p-top_faq .faq-art.active .faq-art_tx {
  display: block;
}

.p-top_faq .faq-art+.faq-art {
  margin-top: 2rem;
}

.p-top_faq .tbl-tech {
  width: 100%;
  text-align: center;
}

.p-top_faq .tbl-tech thead th {
  background-color: #252525;
  color: #fff;
  padding: 1rem 2rem;
  width: 20.2rem;
  border-left: 1rem solid #fff;
}

@media screen and (max-width: 768px) {
  .p-top_faq .tbl-tech thead th {
    padding: 0.5rem 2rem;
    width: 10.4rem;
    border-left: 0.5rem solid #fff;
  }
}

.p-top_faq .tbl-tech thead th:nth-child(1) {
  width: 11rem;
  border-left: none;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .p-top_faq .tbl-tech thead th:nth-child(1) {
    width: 3.3rem;
  }
}

.p-top_faq .tbl-tech tbody th,
.p-top_faq .tbl-tech tbody td {
  padding: 1rem 2rem;
  border-left: 1rem solid #fff;
  border-top: 1rem solid #fff;
}

@media screen and (max-width: 768px) {

  .p-top_faq .tbl-tech tbody th,
  .p-top_faq .tbl-tech tbody td {
    padding: 1rem 0.5rem;
    border-left: 0.5rem solid #fff;
    border-top: 0.5rem solid #fff;
    vertical-align: middle;
  }
}

.p-top_faq .tbl-tech tbody th {
  font-weight: 900;
}

.p-top_faq .tbl-tech tbody th:first-child {
  background-color: transparent;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .p-top_faq .tbl-tech tbody th:first-child {
    padding: 0;
  }
}

.p-top_faq .tbl-tech tbody td {
  background-color: #F9F9F9;
}

.p-top_faq .tbl-tech tbody tr:first-child th {
  background-color: #999999;
  color: #fff;
}

.p-top_faq .tbl-tech tbody tr:first-child th:first-child {
  background-color: transparent;
  border-left: none;
}

.p-top_faq .list-note {
  margin-top: 1rem;
}

.p-top_faq .list-note li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 1.6rem;
}

.p-top_faq .list-note li::before {
  position: absolute;
  content: '※';
  left: 0;
  top: 0;
}

.p-top_faq .list-note li+li {
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .p-top_faq .list-note {
    margin-top: 2rem;
  }
}

.p-top_media {
  padding: 4rem 1.5rem;
  background-color: #F5F5F5;
  text-align: center;
}

.p-top_media .media-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 140%;
  color: #0381E8;
  margin-bottom: 2rem;
}

.p-top_media .media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-top_media .media-list li {
  width: 13.5rem;
}

@media screen and (max-width: 768px) {
  .p-top_media .media-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1rem;
  }

  .p-top_media .media-list li {
    width: 10.8rem;
  }
}

.p-top_notes {
  padding: 8rem 0 2rem;
  color: #5C5C5C;
}

.p-top_notes .notes-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-top_notes .notes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2.7rem;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top_notes .notes-col {
    width: calc(100%/3 - 1.8rem);
  }
}

.p-top_notes .notes-box .notes-box_ttl {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-top_notes .notes-box .notes-box_list li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  padding-left: 1.2rem;
}

.p-top_notes .notes-box .notes-box_list li::before {
  position: absolute;
  content: '※';
  left: 0;
  font-size: 1rem;
  font-weight: 500;
}

.p-top_notes .notes-box .notes-box_list li+li {
  margin-top: 0.4rem;
}

.p-top_notes .notes-box+.notes-box {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-top_notes {
    padding: 4rem 0 0;
  }

  .p-top_notes .notes-ttl {
    display: none;
  }

  .p-top_notes .notes-col+.notes-col {
    margin-top: 1.5rem;
  }

  .p-top_notes .notes-box .notes-box_ttl {
    margin-bottom: 0.6rem;
  }
}

.pagination {
  margin: 4rem 0 0;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  border: 0.1rem solid #252525;
  font-family: "Akshar", sans-serif;
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: #252525;
}

.page-numbers .space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #252525;
  font-size: 2.4rem;
  font-weight: 700;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: 100%;
  margin-bottom: 4rem;
}

.cat-list li {
  width: calc(100%/5 - 1.2rem);
}

.cat-list li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 0.1rem solid #B3B3B3;
  position: relative;
}

.cat-list li a::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 0.2rem;
  bottom: -0.2rem;
  background: #0381E8;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.cat-list li a.active,
.cat-list li a:hover {
  font-weight: 700;
}

.cat-list li a.active::after,
.cat-list li a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .cat-list {
    gap: 1rem;
  }

  .cat-list li {
    width: calc(100%/3 - 0.7rem);
  }
}

.cat-list.webinar-cat li {
  width: calc(100%/3 - 1rem);
}

@media screen and (max-width: 768px) {
  .cat-list.webinar-cat li {
    width: calc(100%/3 - 0.7rem);
  }
}

.news-item {
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 1.7rem;
}

@media screen and (max-width: 768px) {
  .news-item {
    padding-bottom: 1.5rem;
  }
}

.news-item_time {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  width: 8rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .news-item_time .dot {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .news-item_time .dot {
    display: inline-block;
  }
}

.news-item_time .date {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .news-item_time {
    width: auto;
    font-size: 1.8rem;
  }

  .news-item_time .date {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.news-item_cat {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 12rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #252525;
  margin: 0 3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .news-item_cat {
    min-width: 8rem;
    padding: 0.5rem 1rem;
    margin: 0 0 0 1rem;
  }
}

.news-item_ttl {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .news-item_ttl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-item_link:hover .news-item_ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-item_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-item+.news-item {
  margin-top: 4rem;
}

.posts-wpr {
  border-top: 1px solid #252525;
  padding: 4rem 0 0;
}

.posts-feature {
  display: block;
  width: 100%;
  max-width: 53.4rem;
  margin: 0 auto 4rem;
}

.posts-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .posts-meta {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.posts-meta_date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .posts-meta_date {
    font-size: 1.6rem;
  }
}

.posts-meta_cat {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #252525;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 768px) {
  .posts-meta_cat {
    min-width: 6.2rem;
    padding: 0.3rem 0.7rem;
  }
}

.posts-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

.voice-title {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .voice-title {
    font-size: 2.4rem;
  }
}

.voice-info {
  margin: 3rem 0 6rem;
}

@media screen and (min-width: 769px) {
  .voice-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .voice-info .voice-info_img {
    width: 61.2rem;
  }

  .voice-info .voice-info_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .voice-info .voice-info_img {
    margin-bottom: 1.5rem;
  }
}

.voice-info .pos {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.voice-info .name {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.voice-art .voice-art_tl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .voice-art .voice-art_tl {
    font-size: 2rem;
  }
}

.voice-art .voice-art_tx {
  letter-spacing: 0.05em;
}

.voice-art+.voice-art {
  margin-top: 3rem;
}

.posts-contents p img {
  display: block;
  margin: 6rem auto;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .posts-contents p img {
    margin: 4rem auto;
  }
}

.posts-contents p+p {
  margin-top: 3rem;
}

.posts-contents a {
  color: #D4251F;
  text-decoration: underline;
}

.posts-contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 3rem 0 1.2rem;
}

.posts-contents h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 1.2rem;
}

.posts-contents h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 3rem 0 1.2rem;
}

select {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form_checkbox {
  cursor: pointer;
  display: block;
}

.c-form_checkbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.c-form_checkbox input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.8rem;
  width: 0.6rem;
  height: 1.4rem;
  border: solid #252525;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form_checkbox .mwform-checkbox-field-text {
  position: relative;
}

.c-form_checkbox .mwform-checkbox-field-text::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.2rem solid #C9C9C9;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
}

.ipt {
  outline: none;
  width: 100%;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.6rem;
  padding: 1rem;
}

.ipt.are {
  height: 13.5rem;
  resize: none;
}

.slc {
  background: url(../img/common/arrow_down_black.svg) 98% center no-repeat;
  background-size: 1.6rem 0.8rem;
}

.req {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  color: #fff;
  background-color: #FF0852;
  margin-right: 0.5rem;
}

.c-form {
  background-color: #F9F9F9;
  padding: 4rem 1.5rem;
}

.c-form .c-form_inner {
  max-width: 50rem;
  margin: 0 auto;
}

.c-form .c-form_head {
  margin-bottom: 4rem;
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem auto 0;
  row-gap: 2rem;
}

.c-btn_group .c-form_btn {
  margin-top: 0;
}

.c-form_btn {
  margin-top: 2rem;
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.c-form_btn input[type="submit"]:hover,
.c-form_btn input[type="button"]:hover,
.c-form_btn button:hover {
  color: #252525;
}

.c-form_btn._blue input[type="submit"]:hover,
.c-form_btn._blue input[type="button"]:hover,
.c-form_btn._blue button:hover {
  color: #0381E8;
}

.c-form_ctrl .c-form_ctrl_lbl {
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7rem;
}

.c-form_ctrl+.c-form_ctrl {
  margin-top: 1.5rem;
}

.c-form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.c-form_flex .c-form_flex_itm {
  width: calc(100%/2 - 0.5rem);
}

.c-form_privacy {
  margin-top: 4rem;
  text-align: center;
  color: #5C5C5C;
}

.c-form_privacy a {
  text-decoration: underline;
}

.c-form_recaptcha {
  max-width: 24rem;
  padding: 1rem 1.5rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #C9C9C9;
  margin: 2rem auto 0;
}

.mw_wp_form_confirm .confirm-inner {
  padding: 2rem 0;
  border-top: 1px solid #252525;
  border-bottom: 1px solid #252525;
}

.mw_wp_form_confirm .c-form_ctrl+.c-form_ctrl {
  margin-top: 2rem;
}

.c-form_finish {
  padding: 8rem 4rem;
}

.c-form_finish .finish-ttl {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.2em;
}

.c-form_finish .finish-txt {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-form_finish {
    padding: 4rem;
  }
}

/* 入力画面でのみ表示 */
.mw_wp_form_confirm .input-only {
  display: none !important;
}

body.is-form-confirm .input-only {
  display: none !important;
}

body.is-form-complete .input-only {
  display: none !important;
}

/* 確認画面でのみ表示 */
.mw_wp_form_input .confirm-only {
  display: none !important;
}

body.is-form-input .confirm-only {
  display: none !important;
}

/** features 機能
======================================= **/
.feature-article {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .feature-article {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 769px) {
  .feature-article .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}

.feature-article .feature-article_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 3rem;
}

.feature-article .feature-article_head .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 1rem 0.5rem;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  font-family: "Akshar", sans-serif;
}

.feature-article .feature-article_head .point .lbl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0.05em;
}

.feature-article .feature-article_head .point .num {
  display: inline-block;
  font-size: 6rem;
  font-weight: 500;
  line-height: 90%;
  margin-top: 0.4rem;
}

.feature-article .feature-article_head .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.feature-article .feature-article_cpy .sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1.2rem;
}

.feature-article .feature-article_cpy p {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .feature-article .feature-article_img {
    margin-top: 3rem;
  }
}

.feature-article .feature-article_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-article .feature-img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .feature-article .feature-img_list {
    gap: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .feature-article .feature-merit {
    width: 100%;
    height: 36.3rem;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .feature-article .feature-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1rem;
  }
}

.feature-article .feature-merit .feature-merit_itm {
  background-color: #252525;
  color: #fff;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.feature-article .feature-merit .feature-merit_itm span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  font-family: "Akshar", sans-serif;
}

.feature-article .feature-merit .feature-merit_itm h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.feature-article .feature-merit .feature-merit_itm p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .feature-article .feature-merit .feature-merit_itm {
    position: absolute;
  }

  .feature-article .feature-merit .feature-merit_itm:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .feature-article .feature-merit .feature-merit_itm:nth-child(2) {
    left: 0;
    bottom: 0;
  }

  .feature-article .feature-merit .feature-merit_itm:nth-child(3) {
    right: 0;
    bottom: 0;
  }
}

.feature-article.feature01 {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .feature-article.feature01 .feature-article_img {
    width: 48.8rem;
  }
}

.feature-article.feature02 {
  background-color: #F9F9F9;
}

.feature-article.feature02 .container {
  display: block;
}

.feature-article.feature02 .feature-article_head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.feature-article.feature02 .feature-article_head .ttl {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.feature-article.feature02 .feature-article_img {
  margin: 0;
}

.feature-article.feature02 .feature-img_list {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.feature-article.feature02 .feature-img_list .img-title {
  background-color: #252525;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.8rem 1rem;
}

@media screen and (max-width: 768px) {
  .feature-article.feature02 .feature-img_list {
    display: block;
  }

  .feature-article.feature02 .feature-img_list .slick-slide {
    width: 28rem !important;
    margin: 0 4.75rem;
  }
}

.feature-article.feature02 .feature-article_ctn {
  margin-top: 3rem;
}

@media screen and (min-width: 769px) {
  .feature-article.feature03 .feature-article_img {
    width: 53.3rem;
  }
}

.feature-article.feature04 {
  background-color: #F9F9F9;
}

@media screen and (min-width: 769px) {
  .feature-article.feature04 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }

  .feature-article.feature04 .feature-article_img {
    width: 50rem;
  }
}

/** webinar 株主優待ギフト活用ウェビナー
======================================= **/
.thumb-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.thumb-wrap video,
.thumb-wrap iframe,
.thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.thumb-wrap.comming {
  background-color: #F5F5F5;
}

.webinar-related {
  margin-top: 4rem;
}

.webinar-related .webinar-related_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .webinar-related .clients-list .clients-itm .clients-itm_sch .date {
    white-space: nowrap;
  }
}

.webinar-detail {
  margin-bottom: 4rem;
}

@media screen and (min-width: 769px) {
  .webinar-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .webinar-detail .webinar-detail_img {
    width: 41rem;
  }
}

@media screen and (max-width: 768px) {
  .webinar-detail .webinar-detail_img {
    margin-bottom: 2rem;
  }
}

.webinar-detail .webinar-detail_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.webinar-detail .clients-itm_ttl {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .wp-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wp-slider .clients-itm {
    width: 28rem !important;
    margin: 0 4.75rem;
    height: auto;
  }

  .wp-slider .clients-itm+.clients-itm {
    margin-top: 0;
  }
}

/** What Our Clients Say voice お客様の声
======================================= **/
@media screen and (min-width: 769px) {
  .clients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3rem;
  }
}

.clients-itm {
  width: calc(100%/3 - 2rem);
  border: 0.1rem solid #252525;
}

.clients-itm .c-btn {
  margin-top: 2rem;
}

.clients-itm.comming {
  min-height: 250px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Akshar", sans-serif;
}

@media screen and (max-width: 768px) {
  .clients-itm {
    width: 100%;
  }

  .clients-itm+.clients-itm {
    margin-top: 2rem;
  }
}

.clients-itm_thumb {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.clients-itm_logo {
  display: block;
  margin-bottom: 2rem;
}

.clients-itm_sch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
}

.clients-itm_sch .lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 2.7rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #252525;
}

.clients-itm_sch .lbl.up {
  background-color: #0381E8;
}

.clients-itm_sch .date {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}

.clients-itm_ttl {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

.clients-itm_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.clients-itm_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

@media screen and (min-width: 769px) {
  .webinar-list .clients-itm {
    width: calc(100%/2 - 1.5rem);
  }
}
