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

:root {
  --transition: cubic-bezier(0.16,1,0.3,1);
  --transition2: cubic-bezier(.76,0,.24,1);
  --transition3: cubic-bezier(0.325,0,0.1,1);
  --transition-time: .8s;
  --opacity: .8;
}

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

@media (min-width: 1201px) and (max-width: 1366px) {
  html {
    font-size: 0.732064vw;
  }
}

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

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "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.5;
  color: #000000;
  background-color: #F3F2FF;
  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 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  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: 123rem;
  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: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

.js-inview {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

.js-inview.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wp-slider-wrapper {
  position: relative;
  /* Swiper không tràn ra ngoài */
  /* Slide vừa khít trong container */
}

.wp-slider-wrapper .wp-slider {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wp-slider-wrapper .wp-slider {
    overflow: visible;
  }
}

.wp-slider-wrapper .swiper-wrapper {
  padding: 0;
  /* đảm bảo không có khoảng thừa */
}

@media screen and (min-width: 769px) {
  .wp-slider-wrapper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp-slider-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 4rem) / 3);
  /* nếu bạn có 3 slide và spaceBetween = 24px */
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .wp-slider-wrapper .swiper-slide {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wp-slider-wrapper .swiper-slide {
    width: 27rem;
    opacity: 0.6;
    margin: 0 1.8rem;
  }
  .wp-slider-wrapper .swiper-slide .post-item_thumb {
    height: 14rem;
  }
  .wp-slider-wrapper .swiper-slide .post-item_thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .wp-slider-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
  }
  .wp-slider-wrapper .swiper-slide.swiper-slide-active .post-item_thumb {
    height: 16rem;
  }
  .wp-slider-wrapper .swiper-slide.swiper-slide-active .post-item_thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.wp-slider-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 5.3rem;
}

@media screen and (max-width: 768px) {
  .custom-controls-wrapper {
    margin: 0;
    display: block;
  }
}

.custom-controls-wrapper .custom-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .custom-controls-wrapper .custom-arrows {
    margin: 0;
  }
}

.custom-controls-wrapper .custom-arrows .slick-arrow {
  width: 7.7rem;
  height: 4.3rem;
  border-radius: 3rem;
  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;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.custom-controls-wrapper .custom-arrows .slick-arrow img, .custom-controls-wrapper .custom-arrows .slick-arrow svg {
  display: block;
  width: 1.8rem;
  height: auto;
}

.custom-controls-wrapper .custom-arrows .slick-arrow img path, .custom-controls-wrapper .custom-arrows .slick-arrow svg path {
  fill: #584EC9;
}

.custom-controls-wrapper .custom-arrows .slick-arrow:hover {
  background-color: #584EC9;
}

.custom-controls-wrapper .custom-arrows .slick-arrow:hover svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .custom-controls-wrapper .custom-arrows .slick-arrow {
    position: absolute;
    top: 4.4rem;
    width: 4.8rem;
    height: 3rem;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .custom-controls-wrapper .custom-arrows .slick-arrow img, .custom-controls-wrapper .custom-arrows .slick-arrow svg {
    width: 1.5rem;
    overflow: visible;
  }
  .custom-controls-wrapper .custom-arrows .slick-arrow.slick-prev {
    left: 0.7rem;
  }
  .custom-controls-wrapper .custom-arrows .slick-arrow.slick-next {
    right: 0.7rem;
  }
}

@media screen and (min-width: 769px) {
  .custom-controls-wrapper .custom-arrows .swiper-button-next,
  .custom-controls-wrapper .custom-arrows .swiper-button-prev {
    position: static;
  }
}

.custom-controls-wrapper .swiper-pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

.custom-controls-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background: #fff !important;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}

.custom-controls-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #584EC9 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .custom-controls-wrapper .swiper-pagination {
    width: 100%;
    margin-top: 7.5rem;
  }
  .custom-controls-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.page-main {
  margin-top: 12.9rem;
}

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

.p-wrap .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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  position: relative;
}

.p-wrap .p-contents {
  width: 70.4rem;
}

@media screen and (min-width: 769px) {
  .p-wrap .p-contents {
    min-height: calc(100vh - 10rem);
  }
}

@media screen and (max-width: 768px) {
  .p-wrap .p-contents {
    width: 100%;
  }
}

.p-wrap .p-sidebar {
  width: 43.6rem;
  padding: 7rem 4.8rem 10rem 4.8rem;
  background-color: #fff;
  border-radius: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-wrap .p-sidebar {
    width: calc(100% + 3rem);
    margin: 7rem -1.5rem 0;
    border-radius: 0;
    padding: 4rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .p-wrap .p-sidebar .article3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-wrap .p-sidebar .article2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .p-wrap .p-sidebar .article1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 5rem;
    margin-top: 5rem;
    border-top: 0.2rem dotted #5B5B5B;
  }
}

.pagination {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 6rem 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;
}

@media screen and (max-width: 768px) {
  .page-numbers {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.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: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: #828282;
  border-radius: 50%;
}

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

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}

.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;
}

.post-head ._date {
  font-size: 2.2rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .post-head ._date {
    font-size: 1.4rem;
  }
}

.post-head ._title {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .post-head ._title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.post-feature {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  margin: 3.4rem auto 0;
}

.post-content {
  padding: 6rem 0 0;
  line-height: 2;
  font-weight: 500;
}

.post-content p {
  line-height: 1.7;
}

.post-content p img {
  display: block;
  margin: 3rem auto;
}

@media screen and (max-width: 768px) {
  .post-content p img {
    margin: 3rem auto;
  }
}

.post-content p + p {
  margin-top: 2rem;
}

.post-content a {
  /* color: #D4251F; */
  color: #584EC9;
  text-decoration: underline;
}

.post-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3.5rem 0 1.5rem;
  border-bottom: 2px solid #584EC9;
}

.post-content h2:first-child {
  margin-top: 0;
}

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

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

.post-content ul,
.post-content ol {
  padding-left: 2rem;
  margin: 2rem 0;
}

.post-content ul,
.post-content ul li{
  list-style-type: disc;
}

.post-content ol,
.post-content ol li {
  list-style-type: decimal;
}

.post-content blockquote {
  position: relative;
  padding: 3rem 4rem;
  box-sizing: border-box;
  background: #efefef;
  margin: 3rem 0;
}

.post-content blockquote:before{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.post-content blockquote p {
  margin: 1rem 0;
}



.post-content .wp-caption {
  max-width: 100%;
  margin: 3rem auto;
}

.post-content .wp-caption .wp-caption-text {
  margin-top: 0.5rem;
  color: #808080;
  font-size: 12px;
}

.post-content .stripe-marker-y{
  background-image: -webkit-repeating-linear-gradient(135deg, #fcf69f, #fcf69f 2px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(-45deg, #fcf69f, #fcf69f 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.7em;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.3rem;
  font-weight: 500;
}

.post-related {
  margin: 12rem 0 0;
}

.post-related .heading-lv3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .post-related {
    margin: 6rem 0 0;
  }
}

.breadcrumb {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 3rem;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
}

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

@media screen and (min-width: 769px) {
  .breadcrumb ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0.1rem;
    bottom: -0.1rem;
    background: #000;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .breadcrumb ul li a:hover::before, .breadcrumb ul li a.active::before {
    width: 100%;
  }
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 2rem;
}

.breadcrumb ul li + li::before {
  display: block;
  position: absolute;
  left: 0.6rem;
  top: -0.1rem;
  content: '>';
  color: #ADADAD;
  font-size: 1.2rem;
}

.wp-stock {
  background-color: #fff;
  padding: 1.8rem 4rem 4rem 3.4rem;
  border-radius: 1rem;
  margin: 6rem 0 0;
}

.wp-stock .wp-stock_ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.wp-stock .wp-stock_list {
  padding: 0 2rem;
}

.wp-stock .wp-stock_list li a {
  display: inline-block;
  color: #828282;
  font-weight: 700;
}

.wp-stock .wp-stock_list li a:hover {
  text-decoration: underline;
}

.wp-stock .wp-stock_list li + li {
  margin-top: 1.5rem;
}

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

.p-404 .p-404_ttl {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-family: "Source Sans 3", 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;
  }
}

/** header area
====================================== **/
.page-header {
  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: 1.6rem 4rem 1.6rem 3rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #F3F2FF;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0.2rem 0.5rem 0.5rem 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .page-header .header-logo {
    width: 51.4rem;
    height: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .page-header .header-logo {
    width: 24.3rem;
    position: relative;
    z-index: 10;
  }
}

.page-header .header-logo .logo {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.page-header .header-logo .logo img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-header .header-logo .logo img.off {
  opacity: 1;
  visibility: visible;
}

.page-header .header-logo .logo img.on {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .page-header .header-logo .logo img {
    position: static;
  }
  .page-header .header-logo .logo img.on {
    display: none;
  }
}

.page-header .header-top {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .page-header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .page-header .header-top {
    margin-left: auto;
    margin-right: 0.3rem;
  }
}

@media screen and (min-width: 769px) {
  .page-header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .page-header .header-nav {
    position: relative;
    z-index: 10;
  }
}

.page-header .l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  margin-right: 2.5rem;
}

.page-header .l-nav .l-nav_itm {
  width: 16.7rem;
  position: relative;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child {
  width: 100%;
  height: 5.8rem;
  border-radius: 3.3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  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;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child img {
  display: block;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child._cta {
  background-color: #000000;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child._cta img {
  width: 2.2rem;
  height: auto;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child._line {
  background-color: #4CC764;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child._phone {
  background-color: #584EC9;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.page-header .l-nav .l-nav_itm .l-nav_itm_child._phone img {
  width: 1.9rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-header .l-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 5rem 0 4rem;
    gap: 1rem 0;
  }
  .page-header .l-nav .l-nav_itm {
    width: 100%;
  }
}

.page-header .l-search .l-search_btn {
  display: inline-block;
  cursor: pointer;
  width: 2.5rem;
}

@media screen and (max-width: 768px) {
  .page-header .l-search .l-search_btn {
    display: inline-block;
    width: 2rem;
  }
}

.page-header .l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  border-left: 0.2rem solid #000;
  padding-left: 2.8rem;
  margin-left: 2.8rem;
}

.page-header .l-sns .l-sns_itm {
  width: 3.6rem;
}

.page-header .l-sns .l-sns_itm a {
  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;
  width: 100%;
  height: 2.9rem;
}

.page-header .l-sns .l-sns_itm a._ins img {
  max-width: 2.9rem;
}

@media screen and (max-width: 768px) {
  .page-header .l-sns {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

@media screen and (min-width: 769px) {
  .page-header.header-fixed {
    padding: 2rem 3.5rem;
    -webkit-box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.06);
  }
  .page-header.header-fixed .header-logo {
    width: 26rem;
    height: 3.8rem;
  }
  .page-header.header-fixed .header-logo img.off {
    opacity: 0;
    visibility: hidden;
  }
  .page-header.header-fixed .header-logo img.on {
    opacity: 1;
    visibility: visible;
  }
  .page-header.header-fixed .header-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .page-header.header-fixed .header-nav {
    margin-bottom: 0;
  }
  .page-header.header-fixed .l-nav .l-nav_itm {
    width: 6rem;
  }
  .page-header.header-fixed .l-nav .l-nav_itm .l-nav_itm_child {
    width: 6rem;
    height: 6rem;
  }
  .page-header.header-fixed .l-nav .l-nav_itm .l-nav_itm_child span {
    display: none;
  }
  .page-header.header-fixed .l-sns {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .page-header.fixed {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
  }
}

.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: 900;
  line-height: 1.4;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link::before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0.1rem;
    bottom: -0.2rem;
    background: #000;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-item_link:hover::before, .menu-item_link.active::before {
    width: 100%;
  }
  .menu-item_link .ico {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu-item_link {
    display: block;
    font-size: 1.4rem;
    position: relative;
  }
  .menu-item_link .ico {
    display: inline-block;
    width: 1.3rem;
    margin-right: 2rem;
  }
  .menu-item_link .ico svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .menu-item_link .ico svg path {
    fill: #000;
  }
  .menu-item_link:hover {
    color: #584EC9;
  }
  .menu-item_link:hover .ico svg path {
    fill: #584EC9;
  }
  .menu-item + .menu-item {
    margin-top: 3rem;
  }
}

@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-transition: all .3s ease;
    transition: all .3s ease;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    background-color: #fff;
    padding: 12rem 2.3rem 2rem 2.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.l-search_bg,
.l-search_wrp {
  height: 100%;
  opacity: 0;
  top: 0;
  width: 100%;
}

.l-search_bg {
  background-color: rgba(33, 33, 33, 0.4);
  left: 0;
  position: absolute;
  -webkit-transition: opacity var(--transition-time) var(--transition);
  transition: opacity var(--transition-time) var(--transition);
}

.l-search_closewrp {
  right: 33px;
  opacity: 0;
  position: fixed;
  top: 31px;
  z-index: 10;
  -webkit-transition: opacity var(--transition-time) var(--transition);
  transition: opacity var(--transition-time) var(--transition);
}

.l-search_close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity var(--transition-time) var(--transition);
  transition: opacity var(--transition-time) var(--transition);
}

.l-search_close span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.l-search_wrp {
  overflow: hidden;
  position: fixed;
  right: 0;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  visibility: hidden;
  z-index: 1000;
}

.l-search_wrp .l-search_content {
  opacity: 0;
  position: fixed;
  top: 0;
  left: initial;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -webkit-transition: all var(--transition-time) var(--transition2);
  transition: all var(--transition-time) var(--transition2);
  width: 100%;
  max-width: 123rem;
  height: 95vh;
  background-color: #2E2E2E;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  border-radius: 0 0 0 17rem;
  padding: 8rem 20rem 8rem;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_content {
    padding: 10rem 4rem 8rem 3rem;
    width: 36.5rem;
    height: 85vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 0 4.4rem;
  }
}

.l-search_wrp .l-search_inner {
  max-width: 83rem;
}

@media screen and (min-width: 769px) {
  .l-search_wrp .l-search_inner {
    height: 68vh;
    overflow: hidden;
  }
}

.l-search_wrp .l-search_top {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity var(--transition-time) var(--transition), transform 0s var(--transition) var(--transition-time), -webkit-transform 0s var(--transition) var(--transition-time);
}

.l-search_wrp .l-search_input {
  background-size: 22px 21px;
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 500;
  height: 8.3rem;
  padding: 0 11rem 0 5rem;
  width: 100%;
  border: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_input {
    font-size: 1.4rem;
    height: 7rem;
    padding: 0 7.2rem 0 2.5rem;
  }
}

.l-search_wrp .l-search_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/icon_search.svg) center center no-repeat;
  background-size: 2.7rem 2.7rem;
  border: none;
  border-radius: 0 70px 70px 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 100% !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_submit {
    background-size: 1.7rem 1.7rem;
    width: 7rem;
  }
}

.l-search_wrp .l-search_bottom {
  margin-top: 6rem;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  transition: opacity var(--transition-time) var(--transition), transform 0s var(--transition) var(--transition-time), -webkit-transform 0s var(--transition) var(--transition-time);
}

.l-search_wrp .l-search_keywords {
  color: #fff;
}

.l-search_wrp .l-search_keywords .l-search_keywords_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_keywords .l-search_keywords_ttl {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.l-search_wrp .l-search_keywords .l-search_keywords_list {
  display: block;
  height: 28.4rem;
  overflow-y: auto;
  margin: 0 0 0 -1.2rem;
}

.l-search_wrp .l-search_keywords .l-search_keywords_list::-webkit-scrollbar {
  width: 1.8rem;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_keywords .l-search_keywords_list::-webkit-scrollbar {
    width: 1rem;
  }
}

.l-search_wrp .l-search_keywords .l-search_keywords_list::-webkit-scrollbar-thumb {
  width: 1.2rem;
  background-color: #D9D9D9;
  border-radius: 2rem;
}

.l-search_wrp .l-search_keywords .l-search_keywords_list::-webkit-scrollbar-track {
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_keywords .l-search_keywords_list {
    height: 20.5rem;
    margin: 0 0 0 -0.6rem;
  }
}

.l-search_wrp .l-search_keywords .l-search_keywords_list a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 4rem;
  border: 0.1rem solid #fff;
  background-color: #fff;
  color: #434343;
  border-radius: 3rem;
  margin: 1.2rem 0 0 1.2rem;
}

.l-search_wrp .l-search_keywords .l-search_keywords_list a:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-search_wrp .l-search_keywords .l-search_keywords_list a {
    font-size: 1.4rem;
    padding: 0.6rem 2.8rem;
    border-width: 0.07rem;
    border-radius: 2rem;
    margin: 0.6rem 0 0 0.6rem;
  }
}

.l-search_wrp.is_active {
  -webkit-transition: visibility 0.4s var(--transition-time) var(--transition), opacity 0s var(--transition-time) var(--transition);
  transition: visibility 0.4s var(--transition-time) var(--transition), opacity 0s var(--transition-time) var(--transition);
}

.l-search_wrp.is_searchOpen {
  opacity: 1;
  -webkit-transition: visibility var(--transition-time) var(--transition), opacity var(--transition-time) var(--transition);
  transition: visibility var(--transition-time) var(--transition), opacity var(--transition-time) var(--transition);
  visibility: visible;
}

.l-search_wrp.is_searchOpen .l-search_bg {
  opacity: 1;
}

.l-search_wrp.is_searchOpen .l-search_closewrp {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}

.l-search_wrp.is_searchOpen .l-search_content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 0.6s var(--transition2), top 0.6s var(--transition2), left 0.6s var(--transition2), -webkit-transform 0.6s var(--transition2);
}

.l-search_wrp.is_searchOpen .l-search_top {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 1.6s var(--transition), transform 1.6s var(--transition), -webkit-transform 1.6s var(--transition);
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.l-search_wrp.is_searchOpen .l-search_bottom {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 1.6s var(--transition), transform 1.6s var(--transition), -webkit-transform 1.6s var(--transition);
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.header2 {
  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: 2rem 3.5rem;
  background-color: #F3F2FF;
  -webkit-box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header2 .l-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  margin-right: 2.5rem;
  margin-left: 3rem;
}

.header2 .l-nav .l-nav_itm {
  width: 6rem;
  position: relative;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child {
  width: 6rem;
  height: 6rem;
  line-height: 1;
  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;
  border-radius: 50%;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child img {
  display: block;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child._cta {
  background-color: #000000;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child._cta img {
  width: 2.2rem;
  height: auto;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child._line {
  background-color: #4CC764;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child._phone {
  background-color: #584EC9;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.header2 .l-nav .l-nav_itm .l-nav_itm_child._phone img {
  width: 1.9rem;
  height: auto;
}

.header2 .l-nav .l-nav_itm .m-phone-ctn.header-phone {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header2 .l-search .l-search_btn {
  display: inline-block;
  cursor: pointer;
  width: 2.5rem;
}

.header2 .l-search .l-search_btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header2 .l-search .l-search_btn {
    width: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .header2.fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

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

/** footer
======================================= **/
.section-banner {
  padding: 10.5rem 0 7.2rem;
  background: url(../img/bg_banner.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section-banner {
    padding: 5.5rem 0 8rem;
  }
  .section-banner .custom-controls-wrapper .custom-arrows .slick-arrow {
    top: 6.4rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-slider .container {
    margin: 0;
  }
  .banner-slider .swiper-slide {
    margin: 0 2rem;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .banner-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transform: scale(1.13) translateY(1rem);
    transform: scale(1.13) translateY(1rem);
  }
  .banner-slider .custom-controls-wrapper .custom-arrows .slick-arrow.slick-prev {
    left: 1.5rem;
  }
  .banner-slider .custom-controls-wrapper .custom-arrows .slick-arrow.slick-next {
    right: 1.5rem;
  }
  .banner-slider .custom-controls-wrapper .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .banner-slider .banner-slider_item {
    width: 25rem;
  }
  .banner-slider .banner-slider_item.slick-center {
    width: 30.5rem;
  }
  .banner-slider .banner-slider_item.slick-center .banner-slider_item_link ._img {
    height: 15.8rem;
  }
}

.banner-slider .banner-slider_item .banner-slider_item_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slider .banner-slider_item .banner-slider_item_link ._img {
  width: 100%;
  height: 20.2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-slider .banner-slider_item .banner-slider_item_link ._img {
    height: 14.2rem;
  }
}

.banner-slider .banner-slider_item .banner-slider_item_link ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-slider .banner-slider_item .banner-slider_item_link ._ico {
  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: 3.7rem;
  height: 3.7rem;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.banner-slider .banner-slider_item .banner-slider_item_link ._ico svg, .banner-slider .banner-slider_item .banner-slider_item_link ._ico img {
  display: block;
  width: 2rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .banner-slider .banner-slider_item .banner-slider_item_link ._ico {
    width: 2.9rem;
    height: 2.9rem;
  }
}

.page-footer {
  padding: 9.5rem 0 6rem;
  background-color: #2F2C2C;
  color: #fff;
}

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

.page-footer .container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-footer .container {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 9.4rem;
    -moz-column-gap: 9.4rem;
    column-gap: 9.4rem;
  }
}

.footer-info .footer-logo {
  display: block;
  line-height: 0;
  width: 37.5rem;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-logo {
    width: 26.6rem;
    margin: 0 auto 4rem;
  }
}

.footer-info .footer-desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (min-width: 769px) {
  .footer-info .footer-desc {
    width: 66.8rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-desc {
    font-size: 1.4rem;
    line-height: 2.07142857;
  }
}

.footer-cta {
  border: 0.3rem solid #fff;
  border-radius: 2.2rem;
  margin: 7.4rem 0 3.6rem;
  padding: 4.5rem 5rem 4.5rem 7.8rem;
}

@media screen and (min-width: 769px) {
  .footer-cta {
    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) {
  .footer-cta {
    margin: 3rem 0;
    padding: 2.4rem 2rem 4rem;
  }
}

.footer-cta .footer-cta_left p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer-cta .footer-cta_left {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .footer-cta .footer-cta_left p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.footer-cta .itm-arrow {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  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;
}

@media screen and (max-width: 768px) {
  .footer-cta .itm-arrow {
    background-color: #fff;
  }
  .footer-cta .itm-arrow svg, .footer-cta .itm-arrow img {
    display: block;
    width: 3.2rem;
    height: auto;
  }
}

.footer-cta .itm-ttl {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2.2rem 0;
}

@media screen and (max-width: 768px) {
  .footer-cta .itm-ttl {
    font-size: 2rem;
  }
}

.footer-cta .itm-btn {
  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: 30rem;
  height: 4.7rem;
  border-radius: 2.6rem;
}

.footer-cta .itm-btn .ico {
  display: inline-block;
  line-height: 1;
}

.footer-cta .itm-btn .txt {
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer-cta .itm-btn {
    width: 100%;
    height: 4.6rem;
    font-size: 1.6rem;
  }
}

.footer-cta .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

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

.footer-cta .footer-links .footer-links_itm {
  width: 35.8rem;
}

.footer-cta .footer-links .footer-links_itm .footer-links_itm_child {
  width: 100%;
  height: 100%;
  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;
  padding: 4rem 3rem 3rem;
  border: 0.2rem solid #fff;
  border-radius: 1.5rem;
}

.footer-cta .footer-links .footer-links_itm .footer-links_itm_child._cta .itm-btn {
  background-color: #09A7DB;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.footer-cta .footer-links .footer-links_itm .footer-links_itm_child._line .itm-btn {
  background-color: #4CC764;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

.footer-cta .footer-links .footer-links_itm .footer-links_itm_child._phone .itm-btn {
  background-color: #584EC9;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

@media screen and (min-width: 769px) {
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover {
    opacity: 1;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._cta {
    background-color: #09A7DB;
    border-color: #09A7DB;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._cta .itm-arrow {
    background-color: #fff;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._cta .itm-arrow svg path {
    fill: #09A7DB;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._cta .itm-btn {
    background-color: #000;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._line {
    background-color: #4CC764;
    border-color: #4CC764;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._line .itm-arrow {
    background-color: #fff;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._line .itm-arrow svg path {
    fill: #4CC764;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._line .itm-btn {
    border: 1px solid #fff;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._phone {
    background-color: #584EC9;
    border-color: #584EC9;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._phone .itm-arrow {
    background-color: #fff;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._phone .itm-arrow svg path {
    fill: #584EC9;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child:hover._phone .itm-btn {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer-cta .footer-links .footer-links_itm {
    width: 28rem;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child {
    padding: 2.5rem;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._cta {
    background-color: #09A7DB;
    border-color: #09A7DB;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._cta .itm-arrow svg path {
    fill: #09A7DB;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._cta .itm-btn {
    background-color: #000;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._line {
    background-color: #4CC764;
    border-color: #4CC764;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._line .itm-arrow svg path {
    fill: #4CC764;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._line .itm-btn {
    border: 1px solid #fff;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._phone {
    background-color: #584EC9;
    border-color: #584EC9;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._phone .itm-arrow svg path {
    fill: #584EC9;
  }
  .footer-cta .footer-links .footer-links_itm .footer-links_itm_child._phone .itm-btn {
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.footer-menu .footer-menu_item .footer-menu_item_link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-menu .footer-menu_item .footer-menu_item_link::before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0.1rem;
    bottom: -0.2rem;
    background: #fff;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-menu .footer-menu_item .footer-menu_item_link:hover::before, .footer-menu .footer-menu_item .footer-menu_item_link.active::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2rem;
  }
  .footer-menu .footer-menu_item {
    width: calc(50% - 1rem);
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.1rem;
  -moz-column-gap: 1.1rem;
  column-gap: 1.1rem;
  margin: 3.8rem 0 2rem;
}

.footer-sns .footer-sns_item .footer-sns_item_link {
  width: 7.3rem;
  height: 7.3rem;
  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;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .footer-sns {
    margin: 3rem 0 3rem;
    -webkit-column-gap: 0.6rem;
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
  .footer-sns .footer-sns_item .footer-sns_item_link {
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-bottom {
    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;
    margin-top: 3rem;
  }
}

.footer-bottom .footer-bottom_txt {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-bottom_txt {
    font-size: 1rem;
  }
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.link-list li a {
  display: inline-block;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 769px) {
  .link-list li a::before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0.1rem;
    bottom: -0.2rem;
    background: #fff;
    -webkit-transform-origin: left right;
    transform-origin: left right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .link-list li a:hover::before, .link-list li a.active::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 2rem;
    margin-bottom: 4rem;
  }
}

.pagetop {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 2rem;
  background-color: #584EC9;
  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;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  right: 1.5rem;
  bottom: 11rem;
}

.pagetop svg, .pagetop img {
  display: block;
  width: 1.7rem;
  height: auto;
}

.pagetop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 2.5rem;
    bottom: 8rem;
  }
}

.copyright {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.85;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #fff;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 1rem;
    padding: 0;
    line-height: 2.224;
    text-align: left;
    border: none;
    margin-top: 0.5rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 3rem;
  height: 3rem;
  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;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow::after {
  position: absolute;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #434343;
}

.arrow svg, .arrow img {
  display: block;
  width: 2.6rem;
  height: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

._ico {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  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;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

._ico::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3b3f5a;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

._ico img, ._ico svg {
  width: 0.7rem;
  height: auto;
  display: block;
}

.c-btn {
  width: 100%;
  max-width: 33.8rem;
  height: 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: #fff;
  color: #434343;
  border: 0.3rem solid #434343;
  position: relative;
  border-radius: 4rem;
  margin: 5rem auto 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

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

.c-btn:hover {
  opacity: 1;
  background-color: #584EC9;
  color: #fff;
  border-color: #584EC9;
}

.c-btn:hover .arrow::after {
  opacity: 0;
  visibility: hidden;
}

.c-btn:hover .arrow img, .c-btn:hover .arrow svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.c-btn._pupple {
  color: #584EC9;
  border-color: #584EC9;
}

.c-btn._pupple .arrow::after {
  background-color: #584EC9;
}

.c-btn._pupple:hover {
  background-color: #584EC9;
  color: #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 {
    max-width: 29.3rem;
    height: 5.2rem;
    margin: 3rem auto 0;
    opacity: 1;
    background-color: #584EC9;
    color: #fff !important;
    border-color: #584EC9;
  }
  .c-btn .txt {
    font-size: 1.8rem;
  }
  .c-btn .arrow::after {
    opacity: 0;
    visibility: hidden;
  }
  .c-btn .arrow img, .c-btn .arrow svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

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

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

.slick-arrow {
  background: none;
  outline: none;
  border: none;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

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

.slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4E4E4E;
  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;
}

.heading-lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  border-bottom: 0.2rem solid #D9D9D9;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    display: block;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

.heading-lv2 .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 3.9rem;
}

.heading-lv2 .ttl::before {
  position: absolute;
  content: '';
  width: 2.1rem;
  height: 3.3rem;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_locate.svg) left top no-repeat;
  background-size: contain;
}

.heading-lv2 .ttl span {
  display: inline-block;
  font-size: 3.8rem;
  color: #584EC9;
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ttl {
    width: 100%;
    padding-left: 3rem;
    font-size: 2.2rem;
  }
  .heading-lv2 .ttl span {
    font-size: 2.6rem;
  }
  .heading-lv2 .ttl::before {
    width: 1.7rem;
    height: 2.6rem;
    top: 0.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.heading-lv2 .txt {
  width: calc(50% - 1.5rem);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .txt {
    width: 100%;
    margin-top: 0.7rem;
  }
}

.heading-lv3 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

._date {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.857;
  color: #929292;
}

._title {
  display: block;
  font-weight: 700;
  line-height: 1.857;
}

._tag {
  display: inline-block;
  font-weight: 400;
  border-radius: 2rem;
  border: 0.1rem solid #5b5b5b;
  color: #5b5b5b;
  background-color: #fff;
  padding: 0.6rem 1.5rem;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ._tag {
    font-size: 1.2rem;
  }
}

.post-item .post-item_thumb {
  width: 100%;
  height: 18rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.post-item .post-item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-item .post-item_tags {
  display: block;
  margin: 2rem 0 -1rem -1rem;
}

.post-item .post-item_tags li {
  display: inline-block;
  margin: 0 0 0.5rem 0.5rem;
}

@media screen and (min-width: 769px) {
  .post-item .post-item_tags ._tag:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .post-item .post-item_tags {
    margin: 1rem 0 -0.5rem -0.3rem;
  }
  .post-item .post-item_tags li {
    margin: 0 0 0.5rem 0.3rem;
  }
}

.post-item .post-item_link {
  display: block;
}

.post-item .post-item_link:hover ._title {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.tags-list {
  display: block;
  margin: 2rem 0 -1rem -1rem;
}

.tags-list ._tag {
  margin: 0 0 1rem 1rem;
}

.tags-list ._tag:hover {
  background-color: #5b5b5b;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tags-list {
    margin: 2rem 0 -0.5rem -0.5rem;
  }
  .tags-list ._tag {
    margin: 0 0 0.5rem 0.5rem;
  }
}

.post-list .post-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.post-list .post-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.post-list .post-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.post-list .post-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.post-list .post-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.post-list .post-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.post-list .post-item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.post-list .post-item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.post-list .post-item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.post-list .post-item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (min-width: 769px) {
  .post-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: 8rem 2.5rem;
  }
  .post-list .post-item {
    width: calc(100%/2 - 1.25rem);
  }
}

@media screen and (max-width: 768px) {
  .post-list .post-item + .post-item {
    margin-top: 3rem;
  }
}

.post-box {
  position: relative;
}

.post-box::before {
  position: absolute;
  content: '';
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  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;
  left: 0;
  top: -1rem;
  z-index: 2;
}

.post-box .post-box_thumb {
  width: 15.6rem;
  height: 8.2rem;
  overflow: hidden;
  border-radius: 1rem;
}

.post-box .post-box_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-box .post-box_title {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.625;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-box .post-box_link {
  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.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
}

.post-box .post-box_link:hover .post-box_title {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.sidebar-post {
  counter-reset: num;
}

.sidebar-post .post-box {
  counter-increment: num;
}

.sidebar-post .post-box::before {
  content: counter(num);
}

.sidebar-post .post-box + .post-box {
  margin-top: 5rem;
}

.sidebar-tags {
  display: block;
  margin: 0 0 -1rem -1rem;
  max-height: 24.5rem;
  overflow-y: auto;
}

.sidebar-tags::-webkit-scrollbar {
  width: 1rem;
}

@media screen and (max-width: 768px) {
  .sidebar-tags::-webkit-scrollbar {
    width: 1rem;
  }
}

.sidebar-tags::-webkit-scrollbar-thumb {
  width: 1.2rem;
  background-color: #D9D9D9;
  border-radius: 2rem;
}

.sidebar-tags::-webkit-scrollbar-track {
  background: #F8F8F8;
}

.sidebar-tags .post-tag {
  display: inline-block;
  margin: 0 0 1rem 1rem;
}

.sidebar-tags .post-tag ._tag:hover {
  background-color: #000;
  color: #fff;
}

.sidebar-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.sidebar-article:not(:first-child) {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 0.2rem dotted #5B5B5B;
}

.movie-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.movie-wrap iframe, .movie-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-movie .sidebar-movie_itm {
  width: 100%;
  height: 18rem;
  background-color: #D9D9D9;
}

.sidebar-movie .sidebar-movie_itm + .sidebar-movie_itm {
  margin-top: 3rem;
}

/** header area
====================================== **/
#hambuger {
  width: 5.8rem;
  height: 5.8rem;
  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;
}

#hambuger span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.3rem;
}

#hambuger span.open {
  display: inline-block;
}

#hambuger span.closes {
  display: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.closes {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 2.6rem;
  height: 1.3rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #3b3f5a;
  width: 100%;
  height: 0.2rem;
  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(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

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

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

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

/** home
======================================= **/
.post-article + .post-article {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .post-article + .post-article {
    margin-top: 7.5rem;
  }
}

.section-pickup {
  padding: 3rem 0 6.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .section-pickup {
    padding: 1.5rem 0 2.5rem;
  }
}

.section-pickup .section-pickup_ttl {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .section-pickup .section-pickup_ttl {
    font-size: 2.2rem;
  }
}

.section-pickup .container {
  max-width: 75rem;
  position: relative;
}

.section-pickup .slick-arrow {
  width: 9rem;
  height: 5rem;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 2.5rem;
  position: absolute;
  top: 16.4rem;
  z-index: 3;
  cursor: pointer;
  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-transition: all .3s ease;
  transition: all .3s ease;
}

.section-pickup .slick-arrow img, .section-pickup .slick-arrow svg {
  display: block;
  width: 1.8rem;
  height: auto;
}

.section-pickup .slick-arrow img path, .section-pickup .slick-arrow svg path {
  fill: #584EC9;
}

.section-pickup .slick-arrow:hover {
  background-color: #584EC9;
}

.section-pickup .slick-arrow:hover svg path {
  fill: #fff;
}

.section-pickup .slick-arrow.slick-prev {
  left: -4rem;
}

.section-pickup .slick-arrow.slick-next {
  right: -4rem;
}

@media screen and (max-width: 768px) {
  .section-pickup .slick-arrow {
    width: 4.8rem;
    height: 3rem;
    top: 8rem;
  }
  .section-pickup .slick-arrow img, .section-pickup .slick-arrow svg {
    width: 1.5rem;
  }
  .section-pickup .slick-arrow.slick-prev {
    left: 2.5rem;
  }
  .section-pickup .slick-arrow.slick-next {
    right: 2.5rem;
  }
}

.pickup-slider {
  width: 100%;
  min-height: 70rem;
  overflow: visible;
  position: relative;
  /* Slide trung tâm */
  /* Hai slide liền kề */
}

@media screen and (max-width: 768px) {
  .pickup-slider {
    padding-top: 4rem;
    min-height: 42rem;
  }
}

.pickup-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* Giữ cùng mép trên */
}

.pickup-slider .swiper-slide {
  width: 54rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.5;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
  z-index: 1;
}

.pickup-slider .swiper-slide .post-item_thumb {
  width: 100%;
  height: 28.4rem;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-transition: height 0.6s ease, -webkit-transform 0.6s ease;
  transition: height 0.6s ease, -webkit-transform 0.6s ease;
  transition: height 0.6s ease, transform 0.6s ease;
  transition: height 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.pickup-slider .swiper-slide .post-item_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-width: 768px) {
  .pickup-slider .swiper-slide {
    width: 27rem;
  }
  .pickup-slider .swiper-slide .post-item_thumb {
    height: 14rem;
  }
}

.pickup-slider .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.335);
  transform: scale(1.335);
  /* ✅ chỉ to hơn nhẹ */
  z-index: 3;
}

.pickup-slider .swiper-slide-active .post-item_thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .pickup-slider .swiper-slide-active {
    -webkit-transform: scale(1.13) translateY(-3rem);
    transform: scale(1.13) translateY(-3rem);
    /* đẩy lên 30px */
  }
  .pickup-slider .swiper-slide-active .post-item_thumb {
    height: 16rem;
  }
  .pickup-slider .swiper-slide-active .post-item_thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pickup-slider .swiper-slide-next,
.pickup-slider .swiper-slide-prev {
  opacity: 0.8;
  z-index: 2;
}

.pickup-slider .swiper-button-prev {
  left: -5rem;
}

.pickup-slider .swiper-button-next {
  right: -5rem;
}

.pickup-slider .swiper-pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.pickup-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #4E4E4E;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pickup-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #584EC9;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 768px) {
  .pickup-slider .swiper-pagination {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .pickup-slider .swiper-pagination .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
  }
  .pickup-slider .swiper-button-prev {
    left: 0.7rem;
  }
  .pickup-slider .swiper-button-next {
    right: 0.7rem;
  }
}

.section-posts {
  padding: 5rem 0 12rem;
}

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

.section-about {
  padding: 14rem 0 20rem;
  border-radius: 17rem 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(75%, white), to(transparent));
  background: linear-gradient(to bottom, white 0%, white 75%, transparent 100%);
}

@media screen and (max-width: 768px) {
  .section-about {
    text-align: center;
    padding: 4rem 2.6rem 7.5rem;
    border-radius: 5.5rem 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, white), to(transparent));
    background: linear-gradient(to bottom, white 0%, white 90%, transparent 100%);
  }
}

@media screen and (min-width: 769px) {
  .section-about .container {
    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;
    -webkit-column-gap: 15rem;
    -moz-column-gap: 15rem;
    column-gap: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .section-about .container {
    padding: 0;
  }
}

.section-about .about-ttl {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.11538;
  color: #C1C1C1;
}

@media screen and (max-width: 768px) {
  .section-about .about-ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.section-about .about-ctn .tl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.52625;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .section-about .about-ctn .tl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.section-about .about-ctn .tx {
  font-weight: 500;
  line-height: 1.75;
}

.section-quality {
  padding: 0 0 7.5rem;
  border-radius: 1.6rem;
  background: url(../img/bg_creator.png) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section-quality {
    background: url(../img/bg_creator_sp.png) top center no-repeat;
    background-size: cover;
  }
  .section-quality .wp-slider-wrapper {
    padding-top: 3rem;
  }
}

.section-quality .quality-slider .post-item {
  padding: 2.6rem 2.3rem 3rem;
  background-color: #fff;
  border-radius: 3rem;
}

.section-quality .quality-slider .post-item .post-item_link {
  height: auto;
}

.section-quality .quality-slider .post-item .post-item_link:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-slider {
    margin-top: 2rem;
  }
  .section-quality .quality-slider .post-item {
    width: 27rem;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .section-quality .quality-slider .post-item .post-item_thumb {
    height: 14.2rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .section-quality .quality-slider .post-item .post-item_link ._date {
    color: #fff;
  }
  .section-quality .quality-slider .post-item .post-item_link ._title {
    color: #fff;
  }
  .section-quality .quality-slider .post-item.slick-center {
    width: 30.5rem !important;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .section-quality .quality-slider .post-item.slick-center .post-item_thumb {
    height: 16rem;
  }
  .section-quality .quality-slider .slick-list {
    overflow: visible;
  }
}

.section-quality .c-btn {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .section-quality .quality-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-quality .quality-wrap .quality-cup {
  position: relative;
}

.section-quality .quality-wrap .quality-cup .quality-cup_wpr {
  margin-top: -7rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

.section-quality .quality-wrap .quality-cup .quality-cup_wpr:hover .quality-cup_cpy {
  background-color: #584EC9;
}

.section-quality .quality-wrap .quality-cup .quality-cup_wpr:hover .quality-cup_cpy .txt {
  color: #fff;
}

.section-quality .quality-wrap .quality-cup .quality-cup_wpr:hover .quality-cup_cpy .ico svg path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_wpr {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_img img {
    max-width: 52.5rem;
  }
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_img img {
    margin-top: -5rem;
    max-width: 30.5rem;
  }
}

.section-quality .quality-wrap .quality-cup .quality-cup_cpy {
  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;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  background-color: #fff;
  width: 35rem;
  height: 3.4rem;
  border-radius: 2rem;
  margin: -8rem auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_cpy {
    width: 27rem;
    height: 2.7rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin: -5rem auto 0;
  }
}

.section-quality .quality-wrap .quality-cup .quality-cup_cpy .ico {
  display: inline-block;
  width: 1.7rem;
}

.section-quality .quality-wrap .quality-cup .quality-cup_cpy .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.section-quality .quality-wrap .quality-cup .quality-cup_cpy .ico svg path {
  fill: #584EC9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_cpy .ico {
    width: 1.3rem;
  }
}

.section-quality .quality-wrap .quality-cup .quality-cup_cpy .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2356;
  color: #584EC9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-cup .quality-cup_cpy .txt {
    font-size: 1.2rem;
  }
}

.section-quality .quality-wrap .grass {
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.section-quality .quality-wrap .grass.grass1 {
  width: 65.9rem;
  bottom: -1rem;
  left: -8rem;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .grass.grass1 {
    display: none;
  }
}

.section-quality .quality-wrap .grass.grass2 {
  width: 30rem;
  left: -18rem;
  bottom: -10rem;
  -webkit-animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
  animation-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .grass.grass2 {
    display: none;
  }
}

.section-quality .quality-wrap .grass.grass3 {
  width: 31.5rem;
  left: -25rem;
  bottom: -39rem;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .grass.grass3 {
    display: none;
  }
}

.section-quality .quality-wrap .grass.grass4 {
  width: 31.5rem;
  right: -17rem;
  top: 6rem;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .grass.grass4 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .section-quality .quality-wrap .grass.grass5 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .grass.grass5 {
    width: 48.2rem;
    left: -11.2rem;
    top: 9.4rem;
  }
}

.section-quality .quality-wrap .quality-ctn {
  margin-top: 17.3rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-ctn {
    margin-top: -3rem;
  }
}

.section-quality .quality-wrap .quality-ctn .quality-title {
  position: relative;
  z-index: 1;
}

.section-quality .quality-wrap .quality-ctn .quality-title span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #584EC9;
  padding: 0.2rem 1.5rem;
}

.section-quality .quality-wrap .quality-ctn .quality-title span.txt1 {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-ctn .quality-title span.txt1 {
    font-size: 1.8rem;
  }
}

.section-quality .quality-wrap .quality-ctn .quality-title span.txt2 {
  font-size: 6.4rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-ctn .quality-title span.txt2 {
    font-size: 3.4rem;
    margin-top: 0.7rem;
  }
}

.section-quality .quality-wrap .quality-ctn .quality-txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.72;
  color: #fff;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-quality .quality-wrap .quality-ctn .quality-txt {
    font-size: 1.4rem;
  }
}

.section-quality .quality-wrap.is-act .grass.grass1 {
  -webkit-animation: scaleUp .5s .6s both;
  animation: scaleUp .5s .6s both;
}

.section-quality .quality-wrap.is-act .grass.grass2 {
  -webkit-animation: slideInTopRight .8s .75s both;
  animation: slideInTopRight .8s .75s both;
}

.section-quality .quality-wrap.is-act .grass.grass3 {
  -webkit-animation: slideInTopRight .8s .75s both;
  animation: slideInTopRight .8s .75s both;
}

.section-quality .quality-wrap.is-act .grass.grass4 {
  -webkit-animation: slideInBottomRight .8s .75s both;
  animation: slideInBottomRight .8s .75s both;
}

.section-quality .quality-wrap.is-act .grass.grass5 {
  -webkit-animation: scaleUp .5s .6s both;
  animation: scaleUp .5s .6s both;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideInTopRight {
  0% {
    -webkit-transform: translate(38%, -20%);
    transform: translate(38%, -20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideInTopRight {
  0% {
    -webkit-transform: translate(38%, -20%);
    transform: translate(38%, -20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInBottomRight {
  0% {
    -webkit-transform: translate(-38%, 20%);
    transform: translate(-38%, 20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideInBottomRight {
  0% {
    -webkit-transform: translate(-38%, 20%);
    transform: translate(-38%, 20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.section-material {
  padding: 8rem 0;
}

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

.section-material .material-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 5.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-material .material-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.section-material .material-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: 3.5rem 3rem;
}

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

.section-material .material-item {
  width: calc(100%/3 - 2rem);
  background-color: #fff;
  border-radius: 3rem;
  padding: 2.5rem 2.6rem 9rem 2.6rem;
  position: relative;
}

.section-material .material-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.section-material .material-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.section-material .material-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.section-material .material-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section-material .material-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.section-material .material-item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .section-material .material-item {
    width: 100%;
    border-radius: 2.7rem;
    padding: 2rem 2rem 2.5rem;
  }
}

.section-material .material-item .lbl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #584EC9;
  background-color: #EFEFEF;
  border-radius: 0.5rem;
  margin-bottom: 1.8rem;
  padding: 0.5rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-material .material-item .lbl {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.section-material .material-item .ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-material .material-item .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.section-material .material-item .txt {
  font-size: 1.4rem;
  line-height: 1.42857;
}

@media screen and (max-width: 768px) {
  .section-material .material-item .txt {
    line-height: 1.5857;
    padding: 0 1rem;
  }
}

.section-material .material-item .btn {
  width: 100%;
  height: 4rem;
  background-color: #000;
  border: 0.1rem solid #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  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;
  position: relative;
  border-radius: 2.5rem;
}

@media screen and (min-width: 769px) {
  .section-material .material-item .btn {
    position: absolute;
    bottom: 2.5rem;
    left: 2.6rem;
    width: calc(100% - 5.2rem);
  }
}

@media screen and (max-width: 768px) {
  .section-material .material-item .btn {
    margin-top: 1.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }
}

.section-material .material-item .btn .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.3rem;
  display: block;
  width: 1.7rem;
}

.section-material .material-item .btn .ico svg, .section-material .material-item .btn .ico img {
  display: block;
  width: 1.7rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .section-material .material-item .btn .ico {
    right: 2rem;
  }
}

.section-material .material-item .btn:hover {
  background-color: #fff;
  color: #000;
}

.section-material .material-item .btn:hover .ico svg path {
  fill: #000;
}

.m-phone-ctn {
  padding: 4.2rem 3.8rem 2.7rem;
  background-color: #fff;
  text-align: center;
}

.m-phone-ctn ._tel {
  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: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  background-color: #584EC9;
  color: #fff;
  border-radius: 6rem;
  width: 50rem;
  height: 10.4rem;
  line-height: 1;
  cursor: pointer;
}

.m-phone-ctn ._tel ._tel_ico {
  display: inline-block;
  width: 3.4rem;
  padding-top: 0.5rem;
}

.m-phone-ctn ._tel ._tel_ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.m-phone-ctn ._tel ._tel_txt {
  display: inline-block;
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.m-phone-ctn ._sch {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1.8rem;
}

.m-phone-ctn ._sch ._fz {
  display: inline-block;
  font-size: 2.6rem;
}

.m-phone-ctn ._note {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 1rem;
}

.m-phone-ctn.header-phone {
  display: none;
  position: fixed;
  left: auto !important;
  right: 13.5rem !important;
  top: 4.7rem !important;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 2rem;
  z-index: 12;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.m-phone-ctn.header-phone ._tel {
  width: 28.2rem;
  height: 5.8rem;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.m-phone-ctn.header-phone ._tel ._tel_ico {
  width: 1.9rem;
}

.m-phone-ctn.header-phone ._tel ._tel_txt {
  font-size: 3rem;
}

.m-phone-ctn.header-phone ._sch {
  font-size: 1.8rem;
}

.m-phone-ctn.header-phone ._sch ._fz {
  display: inline-block;
  font-size: 2rem;
}

.m-phone-ctn.header-phone ._note {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.m-phone-ctn.header-phone.active {
  display: block;
}

/* Modal (ẩn mặc định) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.modal.m-phone .modal-content {
  padding: 0;
  max-width: 57.8rem;
  border-radius: 3.6rem;
}

.modal.m-phone .modal-content .modal-body {
  padding: 0;
  text-align: center;
}

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

/* Nội dung modal */
.modal-content {
  background-color: #fff;
  padding: 5rem 8rem 5rem 11rem;
  border-radius: 2.5rem;
  width: 100%;
  max-height: 90%;
  max-width: 66rem;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modal-content {
    height: 66rem;
    max-width: 33rem;
    border-radius: 1.5rem;
    padding: 4rem 1rem 5rem 3.7rem;
  }
}

.modal-body {
  height: 100%;
  max-height: 70vh;
  padding: 0 3rem 0 0;
  overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
  width: 1rem;
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 2rem;
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .modal-body {
    padding: 0 2rem 0 0;
  }
}

.modal-head {
  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: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}

.modal-head .modal-head_img {
  width: 14.8rem;
}

.modal-head .modal-head_ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.166667;
}

@media screen and (max-width: 768px) {
  .modal-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1.8rem;
  }
  .modal-head .modal-head_img {
    width: 9.5rem;
  }
  .modal-head .modal-head_ttl {
    font-size: 2.6rem;
  }
  .modal-head .modal-head_ttl span {
    font-size: 1.8rem;
  }
}

.modal-txt {
  font-weight: 700;
  line-height: 2.136875;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .modal-txt {
    font-size: 1.2rem;
  }
}

/* Nút đóng */
.close {
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 3rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.close svg path {
  fill: #000000;
  stroke: #000000;
}

a[href^="tel"].openModalphone {
  pointer-events: inherit !important;
  cursor: pointer !important;
}

a[href^="tel"].openphone {
  pointer-events: inherit !important;
  cursor: pointer !important;
}

a[href^="tel"]._tel {
  pointer-events: inherit !important;
  cursor: pointer !important;
}

#ez-toc-container .ez-toc-list li + li {
    margin-top: 1.2rem !important;
}
